[BBDB] ChangeLog 2018-03-17
"Roland Winkler" <[email protected]>
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
The patch below fixes a silly bug in bbdb-create-internal. The new function bbdb-register-record should do a better job for registering a record in BBDB than the old function bbdb-hash-record. 2018-03-17 Vincent Belaïche <[email protected]> * lisp/Makefile.am (abs_target): Make absolute path for bbdb-loaddefs.el MSWindows aware. 2018-03-17 Roland Winkler <[email protected]> * bbdb.el (bbdb-register-record): New function renamed from bbdb-hash-record. (bbdb-parse-records, bbdb-change-record): Use it. 2018-03-17 Roland Winkler <[email protected]> * bbdb-com.el (bbdb-create-internal): Bug fix. Support old calling sequence with warning. 2018-03-02 Stefan Monnier <[email protected]> * bbdb.el: Add missing "Maintainer:" header