aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-03-08 11:17:30 -0500
committerChong Yidong2010-03-08 11:17:30 -0500
commit4e7cafbe337f4ea438a2b00a9cfeb84e6d744842 (patch)
tree211663f5628ddf4c80a1022cc2ff6805bbd39304 /lisp/ChangeLog
parentf7e0618c1371ef9fd39e585716966b82190998c1 (diff)
downloademacs-4e7cafbe337f4ea438a2b00a9cfeb84e6d744842.tar.gz
emacs-4e7cafbe337f4ea438a2b00a9cfeb84e6d744842.zip
Additional fix for rfc822-addresses (Bug#5692).
* mail/rfc822.el (rfc822-addresses): Use nested catches to ensure that all errors are caught, and that the return value is always a list (Bug#5692).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cc3683eaa78..04ba881c59e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12010-03-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
4 that all errors are caught, and that the return value is always a
5 list (Bug#5692).
6
12010-03-08 Kenichi Handa <handa@m17n.org> 72010-03-08 Kenichi Handa <handa@m17n.org>
2 8
3 * language/misc-lang.el (windows-1256): New coding system. 9 * language/misc-lang.el (windows-1256): New coding system.