Mercurial > emacs
changeset 66590:bbcc51021698
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Tue, 01 Nov 2005 07:07:05 +0000 |
parents | 8c8902a666bf |
children | 5f00d2caf8cf |
files | lisp/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 01 07:03:20 2005 +0000 +++ b/lisp/ChangeLog Tue Nov 01 07:07:05 2005 +0000 @@ -1,5 +1,13 @@ 2005-11-01 John Wiegley <johnw@newartisans.com> + * net/eudcb-mab.el (eudc-mab-query-internal): Added backend + support for OS/X's AddressBook, by calling out to the open source + program "contacts" (installable through Fink). + + * net/eudc.el (eudc-expand-inline): If the + `eudc-multiple-match-handling-method' is set to `all', delete the + query string before inserting the query result. + * eshell/em-ls.el (eshell-do-ls): Added no-op support for --dired flag, to prevent Eshell from using the system ls when `eshell-ls-insert-directory' is in used.