aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 77413d3cacc..5f28f61e4a7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,9 +1,16 @@
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
4 to use `imap-fetch' instead. According to the comments, this should be
5 safe, since all other IMAP clients use the 1:* syntax.
6 (imap-enable-exchange-bug-workaround): Removed.
7
82010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
9
3 * net/imap.el (imap-log): New convenience function used throughout 10 * net/imap.el (imap-log): New convenience function used throughout
4 instead of repeating the same code all over the place. 11 instead of repeating the same code all over the place.
5 12
62010-09-05 David De La Harpe Golden <david@harpegolden.net> 132010-09-05 David De La Harpe Golden <david@harpegolden.net>
7 14
8 * mouse.el (mouse-save-then-kill): Save region to kill-ring 15 * mouse.el (mouse-save-then-kill): Save region to kill-ring
9 when mouse-drag-copy-region is non-nil (Bug#6956). 16 when mouse-drag-copy-region is non-nil (Bug#6956).