diff options
| author | Katsumi Yamaoka | 2008-12-03 03:00:41 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2008-12-03 03:00:41 +0000 |
| commit | e01bbc12664284b46d7937e4e948c50e0c0228de (patch) | |
| tree | 8025cc0696f8c2bdd5c3bf6cf933a1b871485b8d /lisp/gnus/ChangeLog | |
| parent | 36574ee072914427252f116d058bb8ed92d2ff0d (diff) | |
| download | emacs-e01bbc12664284b46d7937e4e948c50e0c0228de.tar.gz emacs-e01bbc12664284b46d7937e4e948c50e0c0228de.zip | |
(message-idna-to-ascii-rhs-1): Protect against local users' addresses that
don't have domain parts.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0366a2fad9d..7e8ca0c44f8 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org> | 1 | 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 2 | ||
| 3 | * message.el (message-idna-to-ascii-rhs): Use | 3 | * message.el (message-idna-to-ascii-rhs-1): Protect against local |
| 4 | message-narrow-to-headers-or-head rather than message-narrow-to-head | 4 | users' addresses that don't have domain parts. |
| 5 | since there will be the message header separator. | 5 | (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head |
| 6 | rather than message-narrow-to-head since there will be the message | ||
| 7 | header separator. | ||
| 6 | 8 | ||
| 7 | 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 8 | 10 | ||