diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6745905d5de..771eabab74e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2005-11-01 John Wiegley <johnw@newartisans.com> | 1 | 2005-11-01 John Wiegley <johnw@newartisans.com> |
| 2 | 2 | ||
| 3 | * net/eudcb-mab.el (eudc-mab-query-internal): Added backend | ||
| 4 | support for OS/X's AddressBook, by calling out to the open source | ||
| 5 | program "contacts" (installable through Fink). | ||
| 6 | |||
| 7 | * net/eudc.el (eudc-expand-inline): If the | ||
| 8 | `eudc-multiple-match-handling-method' is set to `all', delete the | ||
| 9 | query string before inserting the query result. | ||
| 10 | |||
| 3 | * eshell/em-ls.el (eshell-do-ls): Added no-op support for --dired | 11 | * eshell/em-ls.el (eshell-do-ls): Added no-op support for --dired |
| 4 | flag, to prevent Eshell from using the system ls when | 12 | flag, to prevent Eshell from using the system ls when |
| 5 | `eshell-ls-insert-directory' is in used. | 13 | `eshell-ls-insert-directory' is in used. |