aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-08-18 00:02:49 +0200
committerLars Magne Ingebrigtsen2011-08-18 00:02:49 +0200
commit3e79eb87b71bd985ff6de6dfdca38574a508f37c (patch)
treee42c9258cde174ba84cfccdf056e27ba93357220 /lisp/ChangeLog
parent72ad093b970be68fea2224dd17239b006ede6fba (diff)
downloademacs-3e79eb87b71bd985ff6de6dfdca38574a508f37c.tar.gz
emacs-3e79eb87b71bd985ff6de6dfdca38574a508f37c.zip
(auth-source): Require to avoid problems with binding variables.
Also clean up some unused autoloads. Fixes: debbugs:9298
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9603acec917..f57bd437af6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org> 12011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * mail/smtpmail.el (auth-source): Require to avoid problems with
4 binding variables (bug#9298). Also clean up some unused
5 autoloads.
6
3 * net/network-stream.el (network-stream-open-starttls): Support 7 * net/network-stream.el (network-stream-open-starttls): Support
4 using starttls.el without using gnutls-cli. 8 using starttls.el without using gnutls-cli.
5 9