comparison lisp/gnus/ChangeLog @ 111994:c92e0a5c96e9

Merge changes made in Gnus trunk. nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null. gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore gnus-use-agent. (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol. gravatar.el (gravatar-retrieve-synchronously): New function. (gravatar-get-data): Make more robust. gnus-util.el (gnus-rescale-image): Allow to resize images even if they are from file. Can also scale up. nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers. nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound. gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change here, since it's up to the backends to do CRLF removal if their protocol has it. gnus-group.el (gnus-group-delete-articles): New command.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 17 Dec 2010 22:45:16 +0000
parents edfb54ff984c
children 7a4b15c4bbed
comparison
equal deleted inserted replaced
111993:5a6a18bf3302 111994:c92e0a5c96e9
1 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus-group.el (gnus-group-delete-articles): New command.
4
5 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6
7 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
8
9 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10
11 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
12 here, since it's up to the backends to do CRLF removal if their
13 protocol has it.
14
15 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
16
17 2010-12-17 Julien Danjou <julien@danjou.info>
18
19 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
20 they are from file. Can also scale up.
21
22 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
23
24 * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
25 gnus-use-agent.
26 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
27
28 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
29
30 2010-12-17 Julien Danjou <julien@danjou.info>
31
32 * gravatar.el (gravatar-retrieve-synchronously): New function.
33 (gravatar-get-data): Make more robust.
34
1 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org> 35 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 36
3 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation 37 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
4 to really consider the last line. 38 to really consider the last line.
5 39