comparison lisp/ChangeLog @ 110266:5086e18330fb

* lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): Not a const. (compilation-error-regexp-alist-alist): Rule out ": " in file names for the `gnu' messages. (compilation-set-skip-threshold): New command. (compilation-start): Use \' rather than $. (compilation-forget-errors): Use clrhash.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 08 Sep 2010 17:53:08 +0200
parents 737d37e262a1
children bd6932be9441
comparison
equal deleted inserted replaced
110265:737d37e262a1 110266:5086e18330fb
1 2010-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
1 2010-09-08 Agustín Martín <agustin.martin@hispalinux.es> 11 2010-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):
4 Simplify logic. 14 Simplify logic.
5 15
138 * textmodes/bibtex.el: 148 * textmodes/bibtex.el:
139 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>. 149 * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
140 150
141 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 151 2010-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.
147 (imap-mailbox-map): Ditto. 157 (imap-mailbox-map): Ditto.
148 (imap-mailbox-put): Ditto. 158 (imap-mailbox-put): Ditto.
149 (imap-mailbox-get): Ditto. 159 (imap-mailbox-get): Ditto.
150 (imap-mailbox-get): Revert last change for this function. 160 (imap-mailbox-get): Revert last change for this function.
151 161
152 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 162 2010-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
160 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> 170 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
161 171
162 * net/imap.el (imap-log): New convenience function used throughout 172 * net/imap.el (imap-log): New convenience function used throughout
163 instead of repeating the same code all over the place. 173 instead of repeating the same code all over the place.