aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2010-09-05 23:49:02 +0000
committerKatsumi Yamaoka2010-09-05 23:49:02 +0000
commit31b5f29230352c134e00f2c095a86f46520def0e (patch)
treee73a9388f6d1a351781b531a985ce8abe10a360a /lisp/ChangeLog
parentdfe1285d2ccff13c855e079c03768975715199f5 (diff)
downloademacs-31b5f29230352c134e00f2c095a86f46520def0e.tar.gz
emacs-31b5f29230352c134e00f2c095a86f46520def0e.zip
imap.el (imap-debug): Removed -- doesn't seem very useful.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5f28f61e4a7..add576c5c88 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,10 @@
12010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 12010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * imap.el (imap-fetch-safe): Removed function, and altered all callers 3 * net/imap.el (imap-fetch-safe): Removed function, and altered all
4 to use `imap-fetch' instead. According to the comments, this should be 4 callers to use `imap-fetch' instead. According to the comments, this
5 safe, since all other IMAP clients use the 1:* syntax. 5 should be safe, since all other IMAP clients use the 1:* syntax.
6 (imap-enable-exchange-bug-workaround): Removed. 6 (imap-enable-exchange-bug-workaround): Removed.
7 (imap-debug): Removed -- doesn't seem very useful.
7 8
82010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 92010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9 10