diff options
| author | Stefan Monnier | 2007-10-31 20:30:28 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-10-31 20:30:28 +0000 |
| commit | dcbb251e59569216a4f1f28fd52eba38e44eb4de (patch) | |
| tree | 4e1d03ae37d8c8b6959bf800dc7f0b4f6f1909db /lisp/ChangeLog | |
| parent | 3412f35d0f2902401c096d4dca1deaf3788e544c (diff) | |
| download | emacs-dcbb251e59569216a4f1f28fd52eba38e44eb4de.tar.gz emacs-dcbb251e59569216a4f1f28fd52eba38e44eb4de.zip | |
(mail-abbrevs-mode): Use define-minor-mode.
(mail-abbrevs-setup): Use abbrev-expand-functions.
(build-mail-abbrevs): Use with-temp-buffer.
(define-mail-abbrev): Simplify.
(mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
Change it for use on abbrev-expand-functions.
(mail-abbrev-complete-alias): Use with-syntax-table.
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' |