Mercurial > emacs
diff lisp/ChangeLog @ 105254:c31b6489ac68
Synch with Gnus trunk.
2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
* net/imap.el (imap-interactive-login): Better messages.
(imap-open): Fix bug with renamed buffer on reconnect.
(imap-authenticate): Add buffer-local imap-last-authenticator variable
for easier debugging and cleaner code. On successful (guessed based on
server capabilities) secondary authentication, set imap-state
correctly.
(imap-last-authenticator): Define imap-last-authenticator as a variable
to avoid warnings.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Mon, 28 Sep 2009 12:09:13 +0000 |
parents | 2d2ad7907c5e |
children | bbd7017a25d9 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Sep 28 12:09:01 2009 +0000 +++ b/lisp/ChangeLog Mon Sep 28 12:09:13 2009 +0000 @@ -1108,6 +1108,17 @@ * loadup.el (define-key-rebound-commands): Don't bother fiddling with define-key-rebound-commands and precompute-menubar-bindings. +2009-09-10 Teodor Zlatanov <tzz@lifelogs.com> + + * net/imap.el (imap-interactive-login): Better messages. + (imap-open): Fix bug with renamed buffer on reconnect. + (imap-authenticate): Add buffer-local imap-last-authenticator variable + for easier debugging and cleaner code. On successful (guessed based on + server capabilities) secondary authentication, set imap-state + correctly. + (imap-last-authenticator): Define imap-last-authenticator as a variable + to avoid warnings. + 2009-09-10 Glenn Morris <rgm@gnu.org> * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.