branch: externals/ebdb
commit 1a4870aa225548eda80ae69f7dad6662000f55a2
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Make field customization more robust
* ebdb-com.el (ebdb-customization-record): Rename variable from
ebdb-custom-field-record.
(ebdb-customization-field): Ne
branch: externals/ebdb
commit 7c6d15abd51299b81ba5fe389cfd9e1682154080
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Be smarter about displaying appended records
* ebdb-com.el (ebdb-display-records): When records are appended to an
existing buffer, we almost certainly want p
branch: externals/ebdb
commit 2c42f1b4d10a1dba28bdffdbb6daa8f4eab9c07e
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Fix to snarfing collapse
* ebdb-snarf.el (ebdb-snarf-collapse): The two clauses handling fields
and names were meant to both be protected under the (when reco
branch: externals/ebdb
commit 6576148ef3006a2b0ee6ea57faf2fa41d58bd3d8
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Fix post-delete mail manipulation
* ebdb.el (ebdb-record-delete-field): This needed to check if there
actually *is* a mail field to act on, and also wasn't ac
branch: externals/ebdb
commit ae4050260743304004f4481b56931663e44265a7
Author: Eric Abrahamsen
Commit: Eric Abrahamsen
Use inhibit-read-only
* ebdb-com.el (ebdb-display-records, ebdb-redisplay-records): Instead
of let-binding buffer-read-only.
---
ebdb-com.el | 6 --
1 fi
girzel pushed a change to branch externals/ebdb.
from 01c30dd Fix dumb mistake in eieio-done-customizing, bump to 0.5.2
new 7c6d15a Be smarter about displaying appended records
new ae40502 Use inhibit-read-only
new 2c42f1b Fix to snarfing collapse
new