diff options
| author | Lars Magne Ingebrigtsen | 2010-09-05 23:49:02 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-05 23:49:02 +0000 |
| commit | 31b5f29230352c134e00f2c095a86f46520def0e (patch) | |
| tree | e73a9388f6d1a351781b531a985ce8abe10a360a /lisp/ChangeLog | |
| parent | dfe1285d2ccff13c855e079c03768975715199f5 (diff) | |
| download | emacs-31b5f29230352c134e00f2c095a86f46520def0e.tar.gz emacs-31b5f29230352c134e00f2c095a86f46520def0e.zip | |
imap.el (imap-debug): Removed -- doesn't seem very useful.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f28f61e4a7..add576c5c88 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * imap.el (imap-fetch-safe): Removed function, and altered all callers | 3 | * net/imap.el (imap-fetch-safe): Removed function, and altered all |
| 4 | to use `imap-fetch' instead. According to the comments, this should be | 4 | callers to use `imap-fetch' instead. According to the comments, this |
| 5 | safe, since all other IMAP clients use the 1:* syntax. | 5 | should be safe, since all other IMAP clients use the 1:* syntax. |
| 6 | (imap-enable-exchange-bug-workaround): Removed. | 6 | (imap-enable-exchange-bug-workaround): Removed. |
| 7 | (imap-debug): Removed -- doesn't seem very useful. | ||
| 7 | 8 | ||
| 8 | 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | 9 | 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 9 | 10 | ||