branch: externals/ebdb
commit a25e1eb35d45a6b3c8340cc04c0a2f2d150d2b5e
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Use values from "slots" in role field ebdb-read
* ebdb.el (ebdb-read): We should be allowing values in "slots" to
override the read process.
---
ebdb.el | 13
branch: externals/ebdb
commit 261454d490622abf1a4320ae277322083e3e8a87
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Return results of ebdb-loop-with-exit in correct order
* ebdb.el (ebdb-loop-with-exit): Items should be in the order the user
entered them.
---
ebdb.el | 2 +
branch: externals/ebdb
commit a7e88d44368d315c4920a69654e5caf959d1
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Update copyright dates
---
ebdb-com.el | 2 +-
ebdb-format.el | 2 +-
ebdb-gnus.el| 2 +-
ebdb-i18n.el| 2 +-
ebdb-ispell.el | 2 +-
ebdb-message.el | 2 +-
e
branch: externals/ebdb
commit 5b4d8345ed93f7719b7ad4e9b0d1c1fb3bd6a86b
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Organization/role delete method needs to be an :around
* ebdb.el (ebdb-record-delete-field): Otherwise it hits the existing
:around method, which first checks
branch: externals/ebdb
commit bbfdc70297fabeaba060d1401bef92bdcd74cfa0
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Set mail priority on record creation
* ebdb.el (ebdb-read): Make the first mail address entered the
priority address.
---
ebdb.el | 2 ++
1 file changed, 2 i
girzel pushed a change to branch externals/ebdb.
from 9e7a96f Add experimental ebdb-completion-at-point-function
new 5b4d834 Organization/role delete method needs to be an :around
new 9bd965b Simplify ebdb-with-record-edits
new 261454d Return results of ebdb-
branch: externals/ebdb
commit 9bd965b62deb4ba75bdaf49e05fedbdcdffb5472
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Simplify ebdb-with-record-edits
* ebdb-com.el (ebdb-with-record-edits): This macro was trying too
hard. Instead of accepting a list of records, just operate o
branch: externals/ebdb
commit 4bb77e377f04ac26ab0b743a9d0a46fd2d14ab1a
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Add mail deletion behavior
* ebdb.el (ebdb-record-delete-field): If deleting a record mail leaves
no primary mail address, set the first of the remaining mail
branch: externals/ebdb
commit 9ab7b56115284f9d4ef7a9c9a75a47d5cf4f0986
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Improvements to ebdb-edit-foo
* ebdb-com.el (eieio-done-customizing): Use the formatting functions
to display field values. Don't offer the primary name for e
branch: externals/ebdb
commit dd2f73cfb7e8c9b9fa5369c783e84530817c98ca
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Change behavior of mail insertion
* ebdb.el (ebdb-record-insert-field): Change what this method does. It
previously sorted all the record's mails, which is a
branch: externals/ebdb
commit 70754b8acb9612cf8054de0b9c576cdf978e8b22
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Fix unnecessary code in ebdb-follow-related
* ebdb-com.el (ebdb-follow-related): No need to mapcar ebdb-records,
that's what the APPEND argument does.
---
eb
branch: externals/ebdb
commit c3e06eefbd0239d3ae94ea2c5c64427a70d85369
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Use quoted field class
* ebdb.el (ebdb-record-change-name): Compiler didn't like this.
---
ebdb.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --gi
branch: externals/ebdb
commit d60338cb7fcfbc09fda1458a2fa4653dd2df3be2
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Bump version to 0.5
---
ebdb.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ebdb.el b/ebdb.el
index 101427c..5d3d547 100644
--- a/ebdb.el
+++ b/ebdb
branch: externals/ebdb
commit b32330782c7bc781b18b44ddaad9dd3fae10447a
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Add a "follow related" action to role fields
* ebdb.el (ebdb-field-role): Should be able to hit RET to add the
related record.
---
ebdb.el | 4 +++-
1 file c
branch: externals/ebdb
commit 27a1fa5fcd33613bbfddf9466d4665cf990ad747
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Move field manipulation "convenience logic" into ebdb-com
* ebdb-com.el (ebdb-com-delete-field, ebdb-com-insert-field,
ebdb-com-edit-field): Three new generic
branch: externals/ebdb
commit 7a5ce181ccc3329a515875cabea5a2a0e7e39916
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Handle mail priority after customization edits
* ebdb-com.el (eieio-done-customizing): New :after method to set
record's mail priorities based on edits to thi
branch: externals/xelb
commit eda5f25b14959592cb4c75ea52fe7526fe13d91f
Author: Chris Feng
Commit: Chris Feng
Do not block NewKeyboardNotify events concerned with SetMap requests
* xcb-keysyms.el (xcb:keysyms:-on-NewKeyboardNotify):
NewKeyboardNotify events related to SetMap requ
ch11ng pushed a change to branch externals/exwm.
from f4aa838 Fix a compatibility issue with Emacs 24
new fbdcd42 Add support for various key processing variables
new 87db8b4 Preserve keyboard grab state after quitting fullscreen
mode
Summary of changes:
exwm-input
branch: externals/exwm
commit fbdcd42b0a2aadb4f3e27cd2a75c863d2f67eb39
Author: Chris Feng
Commit: Chris Feng
Add support for various key processing variables
* exwm-input.el (exwm-input--mimic-read-event): New function for
handling `extra-keyboard-modifiers' and `keyboard-transl
branch: externals/exwm
commit 87db8b42a33876818ad8ee6b950c1f2aaa73d3d5
Author: Chris Feng
Commit: Chris Feng
Preserve keyboard grab state after quitting fullscreen mode
* exwm-layout.el (exwm-layout-set-fullscreen)
(exwm-layout-unset-fullscreen, exwm-layout-toggle-fullscreen): D
20 matches
Mail list logo