aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 14 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae54fcd784d..fdc7a9b85c9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12010-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4 Not a const.
5 (compilation-error-regexp-alist-alist): Rule out ": " in file names
6 for the `gnu' messages.
7 (compilation-set-skip-threshold): New command.
8 (compilation-start): Use \' rather than $.
9 (compilation-forget-errors): Use clrhash.
10
12010-09-08 Agustín Martín <agustin.martin@hispalinux.es> 112010-09-08 Agustín Martín <agustin.martin@hispalinux.es>
2 12
3 * textmodes/ispell.el (ispell-valid-dictionary-list): 13 * textmodes/ispell.el (ispell-valid-dictionary-list):
@@ -140,7 +150,7 @@
140 150
1412010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 1512010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
142 152
143 * net/imap.el (imap-message-map): Removed optional buffer parameter, 153 * net/imap.el (imap-message-map): Remove optional buffer parameter,
144 since no callers use it. 154 since no callers use it.
145 (imap-message-get): Ditto. 155 (imap-message-get): Ditto.
146 (imap-message-put): Ditto. 156 (imap-message-put): Ditto.
@@ -151,11 +161,11 @@
151 161
1522010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 1622010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
153 163
154 * net/imap.el (imap-fetch-safe): Removed function, and altered all 164 * net/imap.el (imap-fetch-safe): Remove function, and alter all
155 callers to use `imap-fetch' instead. According to the comments, this 165 callers to use `imap-fetch' instead. According to the comments, this
156 should be safe, since all other IMAP clients use the 1:* syntax. 166 should be safe, since all other IMAP clients use the 1:* syntax.
157 (imap-enable-exchange-bug-workaround): Removed. 167 (imap-enable-exchange-bug-workaround): Remove.
158 (imap-debug): Removed -- doesn't seem very useful. 168 (imap-debug): Remove -- doesn't seem very useful.
159 169
1602010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 1702010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
161 171