I tried to incoprorate a bunch of smaller issues that came up on this list the past couple of days. Thanks to everyone who contributed to this in one or the other way.
On Wed Apr 13 2011 Sam Steingold wrote: > if you do not care about obsolete emacsen, please apply this instead. I extended (and fixed) this patch to inherit from special-mode. Now bbdb-mode is also derived from special-mode. PS: The BBDB web page on savannah includes a bug tracker. This might help to keep track of bugs in BBDB. (Thanks Barak for entering the first report! This bug got hopefully fixed in one of the patches below. I have not yet figured out what I need to do in order to update the bug tracker accordingly.) 2011-04-16 Roland Winkler <[email protected]> * lisp/bbdb.el (bbdb-time-stamp-format): Includes timezone info. 2011-04-16 Roland Winkler <[email protected]> * TODO: New file. 2011-04-16 Roland Winkler <[email protected]> * lisp/bbdb.el (bbdb-faces): Group of faces used by BBDB. (bbdb-name, bbdb-organization, bbdb-field-name): New faces. (bbdb-display-name-organization, bbdb-display-record-one-line) (bbdb-display-record-multi-line): Use them. 2011-04-16 Roland Winkler <[email protected]> * lisp/bbdb.el (bbdb-mode-map): Inherit from special-mode-map. (bbdb-quit-window): Renamed from bbdb-bury-buffer. Use quit-window. (bbdb-mode): Use define-derived-mode. 2011-04-16 Roland Winkler <[email protected]> * lisp/bbdb.el (bbdb-indent-string): New function. (bbdb-display-record-multi-line): Use it. (Bug#33101) 2011-04-16 Roland Winkler <[email protected]> * lisp/bbdb-com.el: Autoload browse-url-url-at-point. 2011-04-16 Roland Winkler <[email protected]> * lisp/bbdb.el (bbdb-create-hook, bbdb-change-hook): Call add-hook for the default hook functions. BBDB is avaiable at http://git.savannah.nongnu.org/cgit/bbdb.git To check it out, use git clone git://git.savannah.nongnu.org/bbdb.git ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ [email protected] https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/
