diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
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 @@ | |||
| 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): |
| @@ -140,7 +150,7 @@ | |||
| 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. |
| @@ -151,11 +161,11 @@ | |||
| 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 | ||