aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2012-01-10 18:24:42 +0800
committerChong Yidong <[email protected]>2012-01-10 18:24:42 +0800
commit96f8741e07a33e6ba81d5afadf3e277e8a54911c (patch)
treee1f6be55392ad49e8086385ef6a2788e3fd9741d /lisp/ChangeLog
parent7d8d6e4efb909345c407f338e6e858d864847344 (diff)
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 bf229a4acb..c905a283b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2012-01-10 Chong Yidong <[email protected]>
+
+ * 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.
+
2012-01-10 Glenn Morris <[email protected]>
* mail/unrmail.el (unrmail): Tweak previous change.