Mercurial > emacs
changeset 99926:5b589da725ea
* mail/mailabbrev.el (define-mail-abbrev): When reading from mailrc,
recognize string quoting. When reading from Lisp, accept rfc822-like
addresses.
* mail/mailalias.el (define-mail-alias): Sync code with
define-mail-abbrev.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 25 Nov 2008 22:57:50 +0000 |
parents | 349d60fcf4dc |
children | 342e1636063f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Nov 25 04:39:29 2008 +0000 +++ b/lisp/ChangeLog Tue Nov 25 22:57:50 2008 +0000 @@ -1,3 +1,12 @@ +2008-11-25 Chong Yidong <cyd@stupidchicken.com> + + * mail/mailabbrev.el (define-mail-abbrev): When reading from + mailrc, recognize string quoting. When reading from Lisp, accept + rfc822-like addresses. + + * mail/mailalias.el (define-mail-alias): Sync code with + define-mail-abbrev. + 2008-11-25 Glenn Morris <rgm@gnu.org> * eshell/esh-proc.el (eshell-gather-process-output):