Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 93386:a789a1138b08
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1104
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 29 Mar 2008 19:54:11 +0000 |
parents | 08e5334a086a |
children | 789028492ded |
comparison
equal
deleted
inserted
replaced
93385:dcff6c60c69e | 93386:a789a1138b08 |
---|---|
1 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change) | |
2 | |
3 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem. | |
4 | |
5 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de> | |
6 | |
7 * message.el (message-signature-separator): Change default. Improve | |
8 custom type. | |
9 (message-cite-function): Change default to | |
10 message-cite-original-without-signature. | |
11 | |
12 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function | |
13 toggle. | |
14 | |
15 * message.el (message-check-news-body-syntax): Fix signature check. | |
16 (message-setup-1): Mark buffer as unmodified _after_ running | |
17 message-setup-hook and handling message-alternative-emails. | |
18 (message-shorten-references): Be more strict when building list of | |
19 valid references to comply with GNKSA. | |
20 | |
21 * gnus-group.el (gnus-read-ephemeral-bug-group) | |
22 (gnus-read-ephemeral-debian-bug-group) | |
23 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable. | |
24 | |
25 * message.el (message-info): Don't use booleanp which isn't supported | |
26 in Emacs 21 and XEmacs. | |
27 | |
28 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de> | |
29 | |
30 * gnus-group.el (gnus-gmane-group-download-format): Rename from | |
31 gnus-group-gmane-group-download-format. | |
32 (gnus-group-read-ephemeral-gmane-group): Rename from | |
33 gnus-group-read-ephemeral-gmane-group. | |
34 (gnus-read-ephemeral-gmane-group-url): Rename from | |
35 gnus-group-read-ephemeral-gmane-group-url. | |
36 (gnus-bug-group-download-format-alist): New variable. | |
37 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group) | |
38 (gnus-read-ephemeral-emacs-bug-group): New commands. | |
39 | |
40 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de> | |
41 | |
42 * gnus-art.el (gnus-article-browse-html-article): Fix documentation. | |
43 (gnus-visible-headers): Improve custom type. | |
44 | |
45 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de> | |
46 | |
47 * mml.el (mml-menu): Add workarounds for XEmacs. | |
48 | |
49 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of | |
50 X-Boundary header. | |
51 | |
52 * message.el (message-simplify-recipients): Fix previous commit. | |
53 | |
1 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | 54 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 55 |
3 * mm-util.el (mm-set-buffer-multibyte): New function. | 56 * mm-util.el (mm-set-buffer-multibyte): New function. |
4 * mm-decode.el (mm-copy-to-buffer): Use it. | 57 * mm-decode.el (mm-copy-to-buffer): Use it. |
5 | 58 |
6 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): | 59 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p): |
7 Prefer fboundp to functionp so it works with macros as well. | 60 Prefer fboundp to functionp so it works with macros as well. |
61 | |
62 2008-03-19 Glenn Morris <rgm@gnu.org> | |
63 | |
64 * tls.el (open-tls-stream): Restore use of `tls-end-of-info'. | |
65 Accidentally removed in the sync process with Emacs. | |
66 | |
67 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de> | |
68 | |
69 * message.el (message-alter-recipients-discard-bogus-full-name): New | |
70 function. | |
71 (message-alter-recipients-function): New variable. | |
72 (message-get-reply-headers): Use it. | |
73 (message-replace-header): New helper function. | |
74 (message-recipients-without-full-name): New variable. | |
75 (message-simplify-recipients): New command. | |
76 | |
77 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments. | |
78 | |
79 * message.el (message-info): Handle EasyPG manual. | |
80 | |
81 * mml.el (mml-menu): Add entry for EasyPG. | |
82 | |
83 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change) | |
84 | |
85 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group | |
86 parameter. | |
87 | |
88 * message.el (message-disassociate-draft): Specify drafts group name | |
89 fully. | |
90 | |
91 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com> | |
92 | |
93 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate | |
94 unnecessary duplicates from the match list. | |
95 | |
96 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org> | |
97 | |
98 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional | |
99 args of `how-many' of which the XEmacs version doesn't take; declare | |
100 Info-index-next as function. | |
101 | |
102 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de> | |
103 | |
104 * gnus-score.el (gnus-score-headers): Fix handling of | |
105 gnus-inhibit-slow-scoring. | |
106 | |
107 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc | |
108 string. | |
109 (gnus-button-url-regexp): Improve handling of parenthesis. | |
110 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry. | |
111 (gnus-button-handle-info-keystrokes): Handle index entries. | |
112 | |
113 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org> | |
114 | |
115 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find | |
116 Incoming* files. | |
117 | |
118 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com> | |
119 | |
120 * auth-source.el (auth-sources): Renamed from auth-source-choices. | |
121 (auth-source-pick): Use it. | |
122 | |
123 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com> | |
124 | |
125 * auth-source.el (auth-source-protocols) | |
126 (auth-source-protocols-customize, auth-source-choices): Added and | |
127 modified variable customizations and defaults. | |
128 (auth-source-pick, auth-source-user-or-password) | |
129 (auth-source-protocol-defaults, auth-source-user-or-password-imap) | |
130 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh) | |
131 (auth-source-user-or-password-sftp) | |
132 (auth-source-user-or-password-smtp): Use new variables and provide an | |
133 interface to netrc.el. | |
134 | |
135 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org> | |
136 | |
137 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet) | |
138 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet): | |
139 Make sure the nntp port to specify is a string. | |
8 | 140 |
9 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | 141 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> |
10 | 142 |
11 * nntp.el: Use with-current-buffer. | 143 * nntp.el: Use with-current-buffer. |
12 (nntp-send-buffer): Just set the buffer to unibyte rather than use the | 144 (nntp-send-buffer): Just set the buffer to unibyte rather than use the |
13 dubious mm-with-unibyte-current-buffer. | 145 dubious mm-with-unibyte-current-buffer. |
14 (nntp-with-open-group-function): New function extracted from | 146 (nntp-with-open-group-function): New function extracted from |
15 nntp-with-open-group macro. | 147 nntp-with-open-group macro. |
16 (nntp-with-open-group): Use the function, so it's easier to debug. | 148 (nntp-with-open-group): Use the function, so it's easier to debug. |
17 Add indentation and debugging info. | 149 Add indentation and debugging info. |
18 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend the | 150 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend |
19 use of the netcat alternatives. | 151 the use of the netcat alternatives. |
20 | 152 |
21 * rfc2047.el (rfc2047-decode-string): Don't use `m'. | 153 * rfc2047.el (rfc2047-decode-string): Don't use `m'. |
22 Avoid mm-string-as-multibyte as well. | 154 Avoid mm-string-as-multibyte as well. |
23 | 155 |
24 * nnweb.el (nnweb-insert-html): | 156 * nnweb.el (nnweb-insert-html): |
50 conversion uses string-make-unibyte rather than string-as-unibyte. | 182 conversion uses string-make-unibyte rather than string-as-unibyte. |
51 | 183 |
52 * gnus-msg.el: Use with-current-buffer. | 184 * gnus-msg.el: Use with-current-buffer. |
53 | 185 |
54 * message.el (message-ignored-resent-headers): Add "Delivered-To". | 186 * message.el (message-ignored-resent-headers): Add "Delivered-To". |
187 | |
188 2008-03-10 Daiki Ueno <ueno@unixuser.org> | |
189 | |
190 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a | |
191 string for caching if it is 'PIN. | |
55 | 192 |
56 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de> | 193 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de> |
57 | 194 |
58 * mail-source.el (mail-source-delete-old-incoming-confirm): | 195 * mail-source.el (mail-source-delete-old-incoming-confirm): |
59 Change default to nil. | 196 Change default to nil. |
2093 | 2230 |
2094 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | 2231 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org> |
2095 | 2232 |
2096 * gnus.el (gnus-version-number): Bump version. | 2233 * gnus.el (gnus-version-number): Bump version. |
2097 | 2234 |
2098 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> | 2235 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no> |
2099 | 2236 |
2100 * gnus.el: No Gnus v0.6 is released. | 2237 * gnus.el: No Gnus v0.6 is released. |
2101 | 2238 |
2102 2007-04-27 Didier Verna <didier@xemacs.org> | 2239 2007-04-27 Didier Verna <didier@xemacs.org> |
2103 | 2240 |