aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorKatsumi Yamaoka2008-12-03 03:00:41 +0000
committerKatsumi Yamaoka2008-12-03 03:00:41 +0000
commite01bbc12664284b46d7937e4e948c50e0c0228de (patch)
tree8025cc0696f8c2bdd5c3bf6cf933a1b871485b8d /lisp/gnus/ChangeLog
parent36574ee072914427252f116d058bb8ed92d2ff0d (diff)
downloademacs-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/ChangeLog8
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 @@
12008-12-03 Katsumi Yamaoka <yamaoka@jpl.org> 12008-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
72008-12-02 Stefan Monnier <monnier@iro.umontreal.ca> 92008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
8 10