diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4761b65d99d..9c6d71201ec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2007-10-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode. | ||
| 4 | (mail-abbrevs-setup): Use abbrev-expand-functions. | ||
| 5 | (build-mail-abbrevs): Use with-temp-buffer. | ||
| 6 | (define-mail-abbrev): Simplify. | ||
| 7 | (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook. | ||
| 8 | Change it for use on abbrev-expand-functions. | ||
| 9 | (mail-abbrev-complete-alias): Use with-syntax-table. | ||
| 10 | |||
| 1 | 2007-10-31 Michael Albinus <michael.albinus@gmx.de> | 11 | 2007-10-31 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 12 | ||
| 3 | * net/tramp.el (tramp-handle-shell-command): Call `start-file-process' | 13 | * net/tramp.el (tramp-handle-shell-command): Call `start-file-process' |