diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index add576c5c88..4ec7ca6b476 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * net/imap.el (imap-message-map): Removed optional buffer parameter, | ||
| 4 | since no callers use it. | ||
| 5 | (imap-message-get): Ditto. | ||
| 6 | (imap-message-put): Ditto. | ||
| 7 | (imap-mailbox-map): Ditto. | ||
| 8 | (imap-mailbox-put): Ditto. | ||
| 9 | (imap-mailbox-get): Ditto. | ||
| 10 | |||
| 11 | 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 12 | |||
| 3 | * net/imap.el (imap-fetch-safe): Removed function, and altered all | 13 | * net/imap.el (imap-fetch-safe): Removed function, and altered all |
| 4 | callers to use `imap-fetch' instead. According to the comments, this | 14 | callers to use `imap-fetch' instead. According to the comments, this |
| 5 | should be safe, since all other IMAP clients use the 1:* syntax. | 15 | should be safe, since all other IMAP clients use the 1:* syntax. |