aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-01-10 18:24:42 +0800
committerChong Yidong2012-01-10 18:24:42 +0800
commit96f8741e07a33e6ba81d5afadf3e277e8a54911c (patch)
treee1f6be55392ad49e8086385ef6a2788e3fd9741d /lisp/ChangeLog
parent7d8d6e4efb909345c407f338e6e858d864847344 (diff)
downloademacs-96f8741e07a33e6ba81d5afadf3e277e8a54911c.tar.gz
emacs-96f8741e07a33e6ba81d5afadf3e277e8a54911c.zip
Fix an error message glitch in network-stream.el.
* net/network-stream.el (network-stream-open-starttls): Avoid emitting a confusing error message when the server gives a bad response to the capability command.
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 bf229a4acbc..c905a283b11 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12012-01-10 Chong Yidong <cyd@gnu.org>
2
3 * net/network-stream.el (network-stream-open-starttls): Avoid
4 emitting a confusing error message when the server gives a bad
5 response to the capability command.
6
12012-01-10 Glenn Morris <rgm@gnu.org> 72012-01-10 Glenn Morris <rgm@gnu.org>
2 8
3 * mail/unrmail.el (unrmail): Tweak previous change. 9 * mail/unrmail.el (unrmail): Tweak previous change.