diff options
| author | Lars Ingebrigtsen | 2012-02-20 09:07:54 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-02-20 09:07:54 +0000 |
| commit | e838e2ac2fa90fd579fa3816fe2216f7dc662bb4 (patch) | |
| tree | 1947b52a71622b12c1e030bdeaa55f0bba1bfd3a /lisp/gnus/ChangeLog | |
| parent | 1e54a73bf0dd19d2b7797d1648e9ee442a5a7bf1 (diff) | |
| download | emacs-e838e2ac2fa90fd579fa3816fe2216f7dc662bb4.tar.gz emacs-e838e2ac2fa90fd579fa3816fe2216f7dc662bb4.zip | |
gnus-msg.el: Fix bug with `C-u a' on topics (bug#10843)
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 387693f9ae0..eee886ec1c2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org> | 1 | 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on | ||
| 4 | topics (bug#10843). | ||
| 5 | |||
| 3 | * nnimap.el (nnimap-log-command): Add the IMAP address to the log | 6 | * nnimap.el (nnimap-log-command): Add the IMAP address to the log |
| 4 | buffer. Suggested by Herbert Valerio Riedel. | 7 | buffer. Suggested by Herbert Valerio Riedel. |
| 5 | (nnimap-request-move-article): Delete the message from the correct IMAP | 8 | (nnimap-request-move-article): Delete the message from the correct IMAP |