Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 111669:ed117caa918e
Merge changes made in Gnus trunk.
nnir.el: Fix typo in comments.
(nnir-run-imap): Simplify code. No need to reverse artlist.
(nnir-run-gmane): Use nnir-tmp-buffer for web results.
gnus-srvr.el (gnus-server-show-server): New command and keystroke.
nnimap.el (nnimap-get-capabilities): Refactor out.
(nnimap-open-connection): Re-request capabilities after STARTTLS.
gnus.texi (Server Commands): Document gnus-server-show-server.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 21 Nov 2010 22:46:16 +0000 |
parents | c07eb42b870c |
children | 7c6e6f2b3351 |
comparison
equal
deleted
inserted
replaced
111668:ccb8652ef52b | 111669:ed117caa918e |
---|---|
1 2010-11-21 Andrew Cohen <cohen@andy.bu.edu> | |
2 | |
3 * nnir.el: Fix typo in comments. | |
4 (nnir-run-imap): Simplify code. No need to reverse artlist. | |
5 (nnir-run-gmane): Use nnir-tmp-buffer for web results. | |
6 | |
7 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8 | |
9 * gnus-srvr.el (gnus-server-show-server): New command and keystroke. | |
10 | |
11 * nnimap.el (nnimap-get-capabilities): Refactor out. | |
12 (nnimap-open-connection): Re-request capabilities after STARTTLS. | |
13 | |
1 2010-11-21 Ralf Angeli <angeli@caeruleus.net> | 14 2010-11-21 Ralf Angeli <angeli@caeruleus.net> |
2 | 15 |
3 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from | 16 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from |
4 appearing when `mm-uu-hide-markers' is nil. | 17 appearing when `mm-uu-hide-markers' is nil. |
5 | 18 |