branch: master
commit d9d04d151c636b4836d3789c445dc3cdf95621d4
Author: Martin Rudalics
Commit: Martin Rudalics
Fix byte compile warning and some customizations
* packages/frame-tabs/frame-tabs.el (frame-tabs-mode): New
variable to silence byte compiler.
(frame-tabs--set-valu
branch: externals/ebdb
commit 9218d7c45fffc5676e22a7cd07221d8045853d30
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Bump to 0.5.4
---
ebdb.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebdb.el b/ebdb.el
index dcb6d26..84ad862 100644
--- a/ebdb.el
+++ b/ebdb.el
@@
branch: externals/ebdb
commit a84affcaa407d6ec65a15bb37622db298503902c
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Replace eieio-object-name-string with ebdb-field-label
* ebdb.el (ebdb-field-label): Now that we're not using `eieio-named',
we shouldn't be using this method
branch: externals/ebdb
commit 0eee3faa1a89e1ca4a13297997a7c6cb922f3888
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Remove duplicate defvar
* ebdb.el: `ebdb-i18n-countries-pref-scripts' was defvar'ed twice.
---
ebdb.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/ebdb.el b
branch: externals/ebdb
commit 2b27fcca0fd36e071aa4dfceae0aaeae9765e258
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Be more careful about testing against user mail addresses
* ebdb-mua.el (ebdb-mua-test-headers): This can derail the whole
process if works incorrectly (eg, u
girzel pushed a change to branch externals/ebdb.
from dbc96c3 Fix to "stop using eieio-named"
new 2b27fcc Be more careful about testing against user mail addresses
new 0eee3fa Remove duplicate defvar
new a84affc Replace eieio-object-name-string with ebdb-fiel