Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 85114:5039706521c9
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-875
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 09 Oct 2007 08:52:57 +0000 |
parents | ce7288944fc5 65ad63ddd4f6 |
children | 9fd4569b265a bdb3fe0ba9fa |
comparison
equal
deleted
inserted
replaced
85113:82b4a12fd080 | 85114:5039706521c9 |
---|---|
11 2007-09-30 David Kastrup <dak@gnu.org> | 11 2007-09-30 David Kastrup <dak@gnu.org> |
12 | 12 |
13 * gnus-art.el (gnus-article-reply-with-original) | 13 * gnus-art.el (gnus-article-reply-with-original) |
14 (gnus-article-followup-with-original): When `transient-mark-mode' is | 14 (gnus-article-followup-with-original): When `transient-mark-mode' is |
15 off, refrain from active-region behavior for followups. | 15 off, refrain from active-region behavior for followups. |
16 | |
17 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de> | |
18 | |
19 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936. | |
20 | |
21 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de> | |
22 | |
23 * Relicense "GPLv2 or later" files to "GPLv3 or later". | |
24 | |
25 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org> | |
26 | |
27 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el. | |
28 Suggested by Leo <sdl.web@gmail.com>. | |
29 | |
30 * gnus.el: Do. | |
31 | |
32 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org> | |
33 | |
34 * gnus.el (gnus-newsgroup-maximum-articles): Rename from | |
35 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>. | |
36 | |
37 * gnus-agent.el (gnus-agent-fetch-headers): Do. | |
38 | |
39 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles) | |
40 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do. | |
41 | |
42 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org> | |
43 | |
44 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches | |
45 newline. | |
46 (nnmbox-request-accept-article): Don't change article in source buffer; | |
47 narrow to header to use message-fetch-field rather than | |
48 nnmail-fetch-field; use with-current-buffer instead of save-excursion. | |
49 (nnmbox-request-replace-article): Quote lines that'll be misidentified | |
50 as delimiters; make sure article ends with newline. | |
51 (nnmbox-delete-mail): Correct last position of article to be deleted; | |
52 ignore X-Gnus-Newsgroup header in article body. | |
53 (nnmbox-save-mail): Quote lines looking like delimiters at the right | |
54 positions; make sure article ends with newline. | |
55 | |
56 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org> | |
57 | |
58 * gnus-cus.el (gnus-score-extra): New widget. | |
59 (gnus-score-extra-convert): New function. | |
60 (gnus-score-customize): Use it for Extra. | |
16 | 61 |
17 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org> | 62 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org> |
18 | 63 |
19 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer. | 64 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer. |
20 (mml-generate-mime-1): Don't encode body if it is specified to be in | 65 (mml-generate-mime-1): Don't encode body if it is specified to be in |