Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 82966:28d9e552d178
Merge some changes from Emacs/trunk:
2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
* gnus-mlspl.el (gnus-group-split-update): Fix docstring.
2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
* gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
(gnus-narrow-to-page): Don't assume point-min == 1.
(gnus-article-edit-mode): Derive from message-mode.
* gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
point-min == 1.
* imap.el (imap-parse-address-list, imap-parse-body-ext):
Disable incorrect use of `assert'.
[Emacs/trunk 2004-03-22]
* message.el (message-mode): Set comment-start-skip.
[Emacs/trunk 2004-03-04]
2004-08-22 Sam Steingold <sds@gnu.org>
* pop3.el (pop3-leave-mail-on-server): New user variable.
(pop3-movemail): Delete mail only when it is nil.
[Emacs/trunk 2003-06-11]
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Sun, 22 Aug 2004 19:35:29 +0000 |
parents | 23965b4b376c |
children | 0d52d7d4bf25 |
comparison
equal
deleted
inserted
replaced
82965:2f996ef11e9c | 82966:28d9e552d178 |
---|---|
1 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de> | |
2 | |
3 * gnus-mlspl.el (gnus-group-split-update): Fix docstring. | |
4 | |
5 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
6 | |
7 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only. | |
8 (gnus-narrow-to-page): Don't assume point-min == 1. | |
9 (gnus-article-edit-mode): Derive from message-mode. | |
10 | |
11 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume | |
12 point-min == 1. | |
13 | |
14 * imap.el (imap-parse-address-list, imap-parse-body-ext): | |
15 Disable incorrect use of `assert'. | |
16 | |
17 [Emacs/trunk 2004-03-22] | |
18 | |
19 * message.el (message-mode): Set comment-start-skip. | |
20 | |
21 [Emacs/trunk 2004-03-04] | |
22 | |
23 2004-08-22 Sam Steingold <sds@gnu.org> | |
24 | |
25 * pop3.el (pop3-leave-mail-on-server): New user variable. | |
26 (pop3-movemail): Delete mail only when it is nil. | |
27 | |
28 [Emacs/trunk 2003-06-11] | |
29 | |
1 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de> | 30 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de> |
2 | 31 |
3 * netrc.el, tls.el: Removed; use files from ../net instead. | 32 * netrc.el, tls.el: Removed; use files from ../net instead. |
4 | 33 |
5 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de> | 34 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de> |
6 | 35 |
7 * gnus-mule.el, smiley-ems.el: Removed obsolete files. | 36 * gnus-mule.el, smiley-ems.el: Removed obsolete files. |
8 | 37 |
9 * mailcap.el (mailcap-mime-data): Mark as risky. | 38 * mailcap.el (mailcap-mime-data): Mark as risky. |
39 | |
40 [Emacs/trunk 2004-04-21] | |
10 | 41 |
11 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort): Fix | 42 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort): Fix |
12 custom-manual entries. | 43 custom-manual entries. |
13 | 44 |
14 * time-date.el: Removed. Merged into ../calendar/time-date.el. | 45 * time-date.el: Removed. Merged into ../calendar/time-date.el. |
22 | 53 |
23 2004-07-22 Andreas Schwab <schwab@suse.de> | 54 2004-07-22 Andreas Schwab <schwab@suse.de> |
24 | 55 |
25 Import Gnus 5.10 from the v5_10 branch of the Gnus repository. | 56 Import Gnus 5.10 from the v5_10 branch of the Gnus repository. |
26 | 57 |
27 2004-06-29 Kim F. Storm <storm@cua.dk> | 58 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org> |
28 | 59 |
29 * nntp.el (nntp-authinfo-file): Add :group 'nntp. | 60 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in |
61 addition to emacs-w3m. | |
30 | 62 |
31 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache): | 63 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de> |
32 Add :group 'nnimap. | |
33 | 64 |
34 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca> | 65 * gnus-msg.el (gnus-summary-followup-with-original): Document |
66 yanking of region when active. | |
35 | 67 |
36 * mm-view.el (mm-insert-inline): Make it work in read-only buffer. | 68 2004-04-13 Kevin Greiner <kgreiner@xpediantsolutions.com> |
37 | 69 |
38 * gnus-win.el (gnus-all-windows-visible-p): Don't consider | 70 * gnus-agent.el: Merged 7.3 through 7.7 updates into branch. |
39 non-visible windows. | 71 Revision 7.2 changes excluded to maintain compatibility with all |
72 targeted emacs versions. | |
40 | 73 |
41 2004-05-07 Stefan Monnier <monnier@iro.umontreal.ca> | 74 * gnus-cus.el: Merged revisions 7.2 through 7.5 into branch to support |
75 gnus-agent.el update and incorporate bug fixes. | |
42 | 76 |
43 * rfc2047.el (rfc2047-encode-message-header): Don't encode non-address | 77 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de> |
44 headers as address headers (which breaks if subject has a single "). | |
45 | 78 |
46 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | 79 * Temporary note: "[Emacs/trunk YYYY-MM-DD]" corresponds to the |
47 | 80 date when this changes has been applied to the Emacs trunk. I |
48 * nnimap.el (nnimap-demule): Avoid string-as-multibyte. | 81 have added this temporaryly to keep track of the merging easier. |
49 | 82 |
50 2004-04-21 Richard M. Stallman <rms@gnu.org> | |
51 | |
52 * mailcap.el (mailcap-mime-data): Mark as risky. | |
53 | |
54 2004-03-27 Juanma Barranquero <lektu@terra.es> | |
55 | |
56 * gnus-srvr.el (gnus-server-prepare): Remove spurious call to `cdr'. | |
57 | |
58 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca> | |
59 | |
60 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only. | |
61 (gnus-narrow-to-page): Don't assume point-min == 1. | |
62 (gnus-article-edit-mode): Derive from message-mode. | |
63 (gnus-button-alist): Add buttons to (info "(emacs)Keymaps"). | |
64 | |
65 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume | |
66 point-min == 1. | |
67 | |
68 * imap.el (imap-parse-address-list, imap-parse-body-ext): | |
69 Disable incorrect use of `assert'. | |
70 | |
71 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
72 | |
73 * message.el (message-mode): Fix last change. | |
74 | |
75 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca> | |
76 | |
77 * message.el (message-mode): Set comment-start-skip. | |
78 | |
79 2004-02-08 Andreas Schwab <schwab@suse.de> | |
80 | |
81 * nnlistserv.el (nnlistserv-kk-wash-article): Fix paren nesting. | |
82 | |
83 * gnus-score.el (gnus-summary-increase-score): Fix format string. | |
84 | |
85 2003-06-25 Sam Steingold <sds@gnu.org> | |
86 | |
87 * gnus-group.el (gnus-group-suspend): Avoid some consing. | |
88 | |
89 2003-06-11 Sam Steingold <sds@gnu.org> | |
90 | |
91 * pop3.el (pop3-leave-mail-on-server): New user variable. | |
92 (pop3-movemail): Delete mail only when it is nil. | |
93 | |
94 2003-05-10 Juanma Barranquero <lektu@terra.es> | |
95 | |
96 * message.el (message-buffer-naming-style): Fix typo. | |
97 | |
98 2003-05-07 Dave Love <fx@gnu.org> | |
99 | |
100 [Partial sync with Gnus.] | |
101 | |
102 * rfc2047.el (rfc2047-header-encoding-alist): Add Followup-To. | |
103 (rfc2047-encode-message-header): Fold when encoding not necessary. | |
104 (rfc2047-encode-region): Skip \n as whitespace. | |
105 (rfc2047-fold-region): Fix whitespace regexps. Don't break just | |
106 after the header name. | |
107 (rfc2047-unfold-region): Fix regexp and whitespace-skipping. | |
108 | |
109 2003-05-06 Jesper Harder <harder@ifa.au.dk> | |
110 | |
111 * gnus-cus.el (gnus-group-customize, gnus-score-parameters): | |
112 Don't quote nil and t in docstrings. | |
113 | |
114 * gnus-score.el (gnus-score-lower-thread): Likewise. | |
115 | |
116 * gnus-art.el (gnus-article-mime-match-handle-function): Likewise. | |
117 | |
118 2003-02-28 ShengHuo ZHU <zsh@cs.rochester.edu> | |
119 | |
120 * nnfolder.el (nnfolder-request-accept-article): Don't use | |
121 mail-header-unfold-field. | |
122 | |
123 * imap.el (imap-ssl-open): Don't depend on ssl.el. | |
124 * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el. | |
125 | |
126 2003-02-18 Juanma Barranquero <lektu@terra.es> | |
127 | |
128 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant. | |
129 | |
130 2003-02-14 Juanma Barranquero <lektu@terra.es> | |
131 | |
132 * mm-uu.el (mm-uu-dissect): Fix use of character constant. | |
133 | |
134 2003-02-11 Stefan Monnier <monnier@cs.yale.edu> | |
135 | |
136 * nntp.el (nntp-accept-process-output): Don't use point-max to get | |
137 the buffer's size. | |
138 | |
139 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> | |
140 | |
141 * nnheader.el: Added cygwin to system-type comparisons. | |
142 | |
143 2003-01-27 Juanma Barranquero <lektu@terra.es> | |
144 | |
145 * imap.el (imap-mailbox-status): Fix typo. | |
146 | |
147 2003-01-16 ShengHuo ZHU <zsh@cs.rochester.edu> | |
148 | |
149 * gnus-sum.el (gnus-alter-header-function): Add type and group. | |
150 | |
151 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu> | |
152 | |
153 * gnus-agent.el: Don't use `path'. | |
154 | |
155 * nnsoup.el (nnsoup-file-name): Ditto. | |
156 | |
157 * nnmail.el (nnmail-pathname-coding-system): Ditto. | |
158 (nnmail-group-pathname): Ditto. | |
159 | |
160 * nnimap.el (nnimap-group-overview-filename): Ditto. | |
161 | |
162 * nnheader.el (nnheader-pathname-coding-system): Ditto. | |
163 (nnheader-group-pathname): Ditto. | |
164 | |
165 * nnfolder.el (nnfolder-group-pathname): Ditto. | |
166 | |
167 * gnus.el (gnus-home-directory): Ditto. | |
168 | |
169 * gnus-group.el (gnus-group-icon-list): Ditto. | |
170 | |
171 2003-01-04 Kim F. Storm <storm@cua.dk> | |
172 | |
173 * message.el (message-split-line): New function. | |
174 (message-mode-map): Remap split-line to message-split-line. | |
175 | |
176 2002-11-29 ShengHuo ZHU <zsh@cs.rochester.edu> | |
177 | |
178 * smiley-ems.el (gnus-smiley-display): Typo. | |
179 | |
180 * nnvirtual.el: Typo. | |
181 | |
182 * nnsoup.el (nnsoup-retrieve-headers): Typo. | |
183 | |
184 * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos. | |
185 | |
186 * nnimap.el: Typo. | |
187 (nnimap-split-rule, nnimap-find-minmax-uid): Typos. | |
188 | |
189 * mm-encode.el (mm-safer-encoding): Typo. | |
190 | |
191 * messcompat.el: Typo. | |
192 | |
193 * message.el (message-face-alist): Typo. | |
194 | |
195 * imap.el (imap-interactive-login, imap-anonymous-auth) | |
196 (imap-open): Typos. | |
197 | |
198 * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos. | |
199 | |
200 * gnus.el: Typo. | |
201 | |
202 * gnus-win.el (gnus-configure-frame): Typo. | |
203 | |
204 * gnus-util.el (gnus-atomic-progn-assign): Typo. | |
205 | |
206 * gnus-topic.el (gnus-topic-sort-topics): Typo. | |
207 | |
208 * gnus-sum.el (gnus-summary-article-number) | |
209 (gnus-summary-read-group-1, gnus-summary-mark-article) | |
210 (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos. | |
211 | |
212 * gnus-mule.el (gnus-mule-add-group): Typo. | |
213 | |
214 * gnus-mlspl.el (gnus-group-split-fancy): Typo. | |
215 | |
216 * gnus-group.el (gnus-group-fetch-faq): Typo. | |
217 | |
218 * gnus-art.el (gnus-decode-header-methods): Typo. | |
219 | |
220 * flow-fill.el: Typo. | |
221 | |
222 2002-11-19 Stefan Monnier <monnier@cs.yale.edu> | |
223 | |
224 * binhex.el (binhex-decode-region): Don't hardcode point-min == 1. | |
225 | |
226 2002-11-17 ShengHuo ZHU <zsh@cs.rochester.edu> | |
227 | |
228 * message.el (message-set-auto-save-file-name): | |
229 Use make-directory, to avoid the dependence on gnus-util. | |
230 | |
231 2002-11-11 Markus Rost <rost@math.ohio-state.edu> | |
232 | |
233 * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open | |
234 parens in column 0. | |
235 | |
236 2002-11-08 Markus Rost <rost@math.ohio-state.edu> | |
237 | |
238 * nnimap.el (nnimap-split-rule): Doc fix - escape open parens in | |
239 column 0. | |
240 | |
241 2002-10-18 Dave Love <fx@gnu.org> | |
242 | |
243 * mm-util.el (mm-mime-mule-charset-alist): Require when compiling. | |
244 (mm-auto-save-coding-system): Prefer utf-8-emacs coding system to | |
245 emacs-mule. | |
246 (mm-find-mime-charset-region): Fix :mime-charset part. | |
247 (mm-mule-charset-to-mime-charset, mm-charset-to-coding-system) | |
248 (mm-mime-charset, mm-find-mime-charset-region): Look for | |
249 `:mime-charset' property of coding systems before `mime-charset'. | |
250 (mm-mule4-p, mm-enable-multibyte-mule4, mm-disable-multibyte-mule4) | |
251 (mm-with-unibyte-current-buffer-mule4): Deleted. | |
252 (mm-point-at-bol, mm-point-at-eol, mm-insert-byte) | |
253 (multibyte-char-to-unibyte): New. | |
254 | |
255 * rfc2047.el (message-posting-charset): defvar when compiling. | |
256 (ietf-drums, gnus-util): Don't require. | |
257 (rfc2047-header-encoding-alist): Add `address-mime' part. Doc fixes. | |
258 (rfc2047-charset-encoding-alist): Use B for iso-8859-7, | |
259 iso-8859-8. | |
260 (rfc2047-q-encoding-alist): Augment header list. | |
261 (rfc2047-encoding-type): New. | |
262 (rfc2047-dissect-region): Deleted. | |
263 (rfc2047-encode-region, rfc2047-encode): Rewritten to take | |
264 account of rfc2047 rules with respect to rfc2822 tokens and to do | |
265 encoding in place rather than by passing strings. | |
266 (rfc2047-encode-message-header): Don't include header name field | |
267 in encoding. Add `address-mime' case and bind | |
268 rfc2047-encoding-type for `mime' case. | |
269 (rfc2047-encode-string): Doc fix. | |
270 (rfc2047-encode): Use longer chunks for base64. | |
271 (rfc2047-fold-region): Insert single characters, not strings. | |
272 (rfc2047-encoded-word-regexp): Wrap in eval-and-compile. | |
273 | |
274 * gnus-sum.el (gnus-summary-mode, gnus-summary-display-article) | |
275 (gnus-summary-select-article, gnus-summary-edit-article): | |
276 Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
277 | |
278 * message.el (message-forward-make-body): | |
279 Use mm-{en,dis}able-multibyte, not mm-{en,dis}able-multibyte-mule4. | |
280 | |
281 * qp.el (quoted-printable-encode-region): Use mm-insert-byte. | |
282 Maybe use string-to-multibyte. Avoid find-charset-region. | |
283 Cope with encoding Emacs 22 eight-bit chars. | |
284 | |
285 * mm-bodies.el (mm-body-7-or-8): Don't special-case Mule. | |
286 (mm-encode-body): Just call mm-encode-coding-region in encoding case. | |
287 | |
288 2002-10-17 Juanma Barranquero <lektu@terra.es> | |
289 | |
290 * nnweb.el (nnweb-dejanews-create-mapping) | |
291 (nnweb-reference-create-mapping, nnweb-altavista-create-mapping) | |
292 (nnweb-google-create-mapping): Fix typos. | |
293 | |
294 * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise. | |
295 | |
296 * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise. | |
297 | |
298 * gnus-cus.el (gnus-group-customize): Likewise. | |
299 | |
300 * gnus-util.el (gnus-parse-netrc): Likewise. | |
301 | |
302 2002-09-21 Rob Browning <rlb@defaultvalue.org> | |
303 | |
304 * gnus-art.el (gnus-article-x-face-command): | |
305 Use gnus-article-compface-xbm if bound. | |
306 | |
307 2002-09-18 Rob Browning <rlb@defaultvalue.org> | |
308 | |
309 * gnus-art.el (gnus-article-x-face-command): | |
310 Don't use gnus-article-compface-xbm. | |
311 | |
312 2002-09-06 Juanma Barranquero <lektu@terra.es> | |
313 | |
314 * gnus-int.el (gnus-status-message): Fix spacing. | |
315 | |
316 2002-08-30 Juanma Barranquero <lektu@terra.es> | |
317 | |
318 * imap.el (imap-authenticator-alist, imap-stream-alist) | |
319 (imap-continuation): Fix typos. | |
320 | |
321 2002-08-23 ShengHuo ZHU <zsh@cs.rochester.edu> | |
322 | |
323 * nnfolder.el (nnfolder-request-expire-articles): expiry-target. | |
324 | |
325 * nnbabyl.el (nnbabyl-request-expire-articles): Ditto. | |
326 | |
327 * nnmbox.el (nnmbox-request-expire-articles): Ditto. | |
328 | |
329 * nnmh.el (nnmh-request-expire-articles): | |
330 Implemented expiry-target for nnmh backend. | |
331 | |
332 2002-08-20 ShengHuo ZHU <zsh@cs.rochester.edu> | |
333 | |
334 * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible. | |
335 | |
336 * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to | |
337 avoid arithmetic errors. | |
338 | |
339 2002-07-06 ShengHuo ZHU <zsh@cs.rochester.edu> | |
340 | |
341 * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): | |
342 Change cdaar to cdar and car. | |
343 | |
344 * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type) | |
345 (nnsoup-read-active-file, nnsoup-article-to-area): Ditto. | |
346 | |
347 2002-07-03 Juanma Barranquero <lektu@terra.es> | |
348 | |
349 * gnus-sum.el (gnus-summary-highlight): Fix typo. | |
350 | |
351 2002-06-21 ShengHuo ZHU <zsh@cs.rochester.edu> | |
352 | |
353 * nnheader.el (nnheader-file-name-translation-alist): Set the | |
354 default value for MS Windows systems. | |
355 | |
356 * gnus-ems.el (nnheader-file-name-translation-alist): Removed. | |
357 | |
358 * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end. | |
359 * nndoc.el: Add several new types. | |
360 | |
361 2002-05-16 Juanma Barranquero <lektu@terra.es> | |
362 | |
363 * gnus-art.el (gnus-mime-copy-part): Fix typo. | |
364 | |
365 2002-05-09 Miles Bader <miles@gnu.org> | |
366 | |
367 * gnus-cite.el (gnus-cite-blank-line-after-header): New variable. | |
368 (gnus-article-hide-citation): Respect it. | |
369 | |
370 2002-04-12 Juanma Barranquero <lektu@terra.es> | |
371 | |
372 * pop3.el (pop3-open-server): Fix typo. | |
373 | |
374 2002-04-12 ShengHuo ZHU <zsh@cs.rochester.edu> | |
375 | |
376 * pop3.el (pop3-munge-message-separator): Work if no date. | |
377 Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>. | |
378 | |
379 * pop3.el (pop3-munge-message-separator): Only use valid date. | |
380 Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>. | |
381 | |
382 2002-04-11 Stefan Monnier <monnier@cs.yale.edu> | |
383 | |
384 * gnus-sum.el (gnus-update-summary-mark-positions) | |
385 (gnus-summary-toggle-header): | |
386 * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string) | |
387 (gnus-uu-expand-numbers, gnus-uu-post-make-mime) | |
388 (gnus-uu-post-encoded): | |
389 * nnfolder.el (nnfolder-possibly-change-group): | |
390 * nnimap.el (nnimap-retrieve-headers): | |
391 * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1. | |
392 | |
393 2002-04-08 Stefan Monnier <monnier@cs.yale.edu> | |
394 | |
395 * nnml.el (nnml-save-nov, nnml-generate-nov-file): | |
396 * pop3.el (pop3-md5): Don't hardcode point-min == 1. | |
397 | |
398 2002-04-08 ShengHuo ZHU <zsh@cs.rochester.edu> | |
399 | |
400 * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo. | |
401 | |
402 2002-04-02 ShengHuo ZHU <zsh@cs.rochester.edu> | |
403 | |
404 * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first. | |
405 | |
406 * message.el (message-tool-bar-map): Ditto. | |
407 | |
408 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto. | |
409 | |
410 2002-04-01 ShengHuo ZHU <zsh@cs.rochester.edu> | |
411 | |
412 * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo. | |
413 | |
414 2002-03-21 ShengHuo ZHU <zsh@cs.rochester.edu> | |
415 | |
416 * mail-source.el (make-source-make-complex-temp-name): | |
417 Use make-temp-file. | |
418 | |
419 * mm-util.el (mm-make-temp-file): New function. | |
420 * nneething.el (nneething-file-name): Use it. | |
421 * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto. | |
422 * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view) | |
423 (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto. | |
424 * gnus-start.el (gnus-slave-save-newsrc): Ditto. | |
425 | |
426 * message.el (message-mode): If buffer-file-name, don't set auto | |
427 save file name. | |
428 Trivial change from Geoff Greene <ggreene@wpi.edu> | |
429 | |
430 2002-03-05 Eli Zaretskii <eliz@is.elta.co.il> | |
431 | |
432 * qp.el (quoted-printable-decode-region): Doc addition. | |
433 | |
434 2002-02-21 ShengHuo ZHU <zsh@cs.rochester.edu> | |
435 | |
436 * gnus-art.el (gnus-article-edit-done): Widen the article buffer. | |
437 | |
438 2002-02-19 ShengHuo ZHU <zsh@cs.rochester.edu> | |
439 | |
440 * mm-encode.el (mm-content-transfer-encoding-defaults): Set | |
441 default to base64. Add application/emacs-lisp. | |
442 | |
443 * mail-source.el (mail-source-fetch-directory): Run scripts. | |
444 | |
445 2002-02-16 ShengHuo ZHU <zsh@cs.rochester.edu> | |
446 | |
447 * gnus-msg.el (gnus-post-method): Fix doc. | |
448 | |
449 * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too. | |
450 | |
451 2002-02-13 ShengHuo ZHU <zsh@cs.rochester.edu> | |
452 | |
453 * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode. | |
454 From: Stefan Monnier <monnier@cs.yale.edu> | |
455 | |
456 2002-02-07 ShengHuo ZHU <zsh@cs.rochester.edu> | |
457 | |
458 * gnus-art.el (article-wash-html): Bind url-gateway-unplugged. | |
459 * mm-view.el (mm-w3-prepare-buffer): Ditto. | |
460 (mm-inline-text): Ditto. | |
461 Suggested by Dave Love <fx@gnu.org>. | |
462 | |
463 * mml.el (mml-preview): Disable local map. | |
464 | |
465 * mml.el (mml-preview): Bind `q'. | |
466 | |
467 2002-02-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> | |
468 | |
469 * binhex.el (binhex-decoder-switches): Doc fix. | |
470 | |
471 2002-02-03 ShengHuo ZHU <zsh@cs.rochester.edu> | |
472 | |
473 * message.el (message-forward-rmail-make-body): Directly use | |
474 rmail-msg-restore-non-pruned-header to avoid calling | |
475 vertical-motion. | |
476 | |
477 2002-01-27 Richard M. Stallman <rms@gnu.org> | |
478 | |
479 * time-date.el: Add autoload cookies. Many doc fixes. | |
480 (time-add): New function. | |
481 (time-subtract): Renamed from subtract-time. | |
482 (subtract-time): New alias for time-subtract. | |
483 | |
484 2002-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
485 | |
486 * gnus-start.el (gnus-read-init-file): Cleaned up. | |
487 | |
488 2002-01-03 Dave Love <d.love@dl.ac.uk> | |
489 | |
490 * gnus-start.el (gnus-startup-file-coding-system): Removed. | |
491 (gnus-read-init-file): Don't use it. | |
492 | |
493 2002-01-03 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
494 | |
495 * gnus-start.el (gnus-read-init-file): Don't force coding system | |
496 for ~/.gnus. From Dave Love <fx@gnu.org>. | |
497 | |
498 2002-01-03 ShengHuo ZHU <zsh@cs.rochester.edu> | |
499 | |
500 * mm-util.el (mm-charset-to-coding-system): Don't setq charset. | |
501 * mm-util.el (mm-use-find-coding-systems-region): New variable. | |
502 (mm-find-mime-charset-region): Use it. | |
503 * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer. | |
504 * nnspool.el (nnspool-request-post): Ditto. | |
505 | |
506 2002-01-01 ShengHuo ZHU <zsh@cs.rochester.edu> | |
507 | |
508 * message.el, gnus-art.el, gnus.el, gnus-cite.el: | |
509 Adapt face definitions to use :weight and :slant. | |
510 | |
511 2001-12-12 Pavel Jan,Am(Bk <Pavel@Janik.cz> | |
512 | |
513 * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference | |
514 to variable, follow doc-string conventions). | |
515 | |
516 2001-12-05 ShengHuo ZHU <zsh@cs.rochester.edu> | |
517 | |
518 * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset | |
519 may not defined. From: Raja R Harinath <harinath@cs.umn.edu>. | |
520 | |
521 * mm-view.el (mm-inline-message): Insert a newline unless bolp. | |
522 | |
523 * gnus-sum.el (gnus-summary-save-article): Nix | |
524 gnus-display-mime-function and gnus-article-prepare-hook. | |
525 | |
526 2001-12-01 ShengHuo ZHU <zsh@cs.rochester.edu> | |
527 | |
528 * message.el (message-mail): Add send-actions. | |
529 | |
530 2001-11-28 ShengHuo ZHU <zsh@cs.rochester.edu> | |
531 | |
532 * gnus-sum.el (gnus-summary-limit-to-author): Fix the number of | |
533 arguments. | |
534 | |
535 2001-11-25 Stefan Monnier <monnier@cs.yale.edu> | |
536 | |
537 * imap.el (imap-interactive-login, imap-open, imap-authenticate): | |
538 Use make-local-variable rather than make-variable-buffer-local. | |
539 | |
540 2001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu> | |
541 | |
542 * message.el (message-forward-rmail-make-body): Use | |
543 save-window-excursion. | |
544 (message-encode-message-body): Use noerror when search. | |
545 (message-setup-1): Convert compose-mail send-actions to | |
546 message-send-actions. | |
547 | |
548 * message.el (message-forward-subject-author-subject): Don't use | |
549 message-news-p, which widens the buffer. | |
550 (message-forward-make-body): New function. | |
551 (message-forward): Use it. | |
552 (message-insinuate-rmail): New function. | |
553 (message-forward-rmail-make-body): New function. | |
554 | |
555 * gnus-util.el (gnus-directory-sep-char-regexp): New variable. | |
556 * gnus-score.el (gnus-score-find-bnews): Use it. | |
557 * mm-util.el (mm-iso-8859-x-to-15-region): Use | |
558 insert-before-markers. | |
559 From Jesper Harder <harder@ifa.au.dk> | |
560 * mm-util.el (mm-coding-system-priorities): Add backslash in the doc. | |
561 * mm-util.el (mm-coding-system-priorities): New variable. | |
562 (mm-sort-coding-systems-predicate): New function. | |
563 (mm-find-mime-charset-region): Resort coding systems if needed. | |
564 Suggested by Katsumi Yamaoka <yamaoka@jpl.org>. | |
565 | |
566 * mm-util.el (mm-iso-8859-15-compatible): Fix doc. | |
567 (mm-hack-charsets): Fix doc. | |
568 | |
569 * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars. | |
570 (mm-iso-8859-x-to-15-table): Ditto. | |
571 (mm-iso-8859-x-to-15-region): Ditto. | |
572 (mm-find-mime-charset-region): Ditto. | |
573 | |
574 * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version. | |
575 (gnus-summary-limit-to-author): Ditto. | |
576 (gnus-summary-limit-to-extra): Ditto. | |
577 (gnus-summary-find-matching): Support not-matching argument. | |
578 | |
579 * message.el (message-wash-subject): Use `insert' rather than | |
580 `insert-string', which is deprecated. | |
581 From Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
582 | |
583 2001-11-14 Sam Steingold <sds@gnu.org> | |
584 | |
585 * gnus-score.el: Fixed some doc strings to properly quote symbols. | |
586 | |
587 2001-11-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> | |
588 | |
589 * gnus.el (gnus-local-domain): Reformat the doc-string to refer to | |
590 function `system-name' instead of both function and variable. | |
591 | |
592 2001-11-07 ShengHuo ZHU <zsh@cs.rochester.edu> | |
593 | |
594 * mml.el (mml-preview): Bind mail-header-separator. | |
595 | |
596 2001-11-05 ShengHuo ZHU <zsh@cs.rochester.edu> | |
597 | |
598 * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer. | |
599 Suggested by Dave Love <fx@gnu.org>. | |
600 | |
601 2001-11-01 ShengHuo ZHU <zsh@cs.rochester.edu> | |
602 | |
603 * mm-util.el (mm-charset-synonym-alist): Revert (some). | |
604 | |
605 2001-10-30 ShengHuo ZHU <zsh@cs.rochester.edu> | |
606 | |
607 * mm-util.el (mm-iso-8859-x-to-15-region): New function. | |
608 (mm-hack-charsets): New variable. | |
609 (mm-iso-8859-15-compatible): New variable. | |
610 (mm-iso-8859-x-to-15-table): New variable. | |
611 (mm-find-mime-charset-region): Add parameter hack-charsets. | |
612 | |
613 * mm-util.el (mm-charset-to-coding-system): Return nil, if charset | |
614 is nil. | |
615 | |
616 * nnultimate.el, nnweb.el, nnslashdot.el: Update, because the web | |
617 pages are changed. | |
618 | |
619 * mm-util.el (mm-mime-mule-charset-alist): Move down and call | |
620 mm-coding-system-p. Don't correct it only in XEmacs. | |
621 (mm-charset-to-coding-system): Use mm-coding-system-p and | |
622 mm-get-coding-system-list. | |
623 (mm-emacs-mule, mm-mule4-p): New. | |
624 (mm-enable-multibyte, mm-disable-multibyte, | |
625 mm-enable-multibyte-mule4, mm-disable-multibyte-mule4, | |
626 mm-with-unibyte-current-buffer, | |
627 mm-with-unibyte-current-buffer-mule4): Use them. | |
628 (mm-find-mime-charset-region): Treat iso-2022-jp. | |
629 | |
630 From Dave Love <fx@gnu.org>: | |
631 | |
632 * mm-util.el (mm-mime-mule-charset-alist): Make it correct by | |
633 construction. | |
634 (mm-charset-synonym-alist): Remove windows-125[02]. Make other | |
635 entries conditional on not having a coding system defined for | |
636 them. | |
637 (mm-mule-charset-to-mime-charset): Use | |
638 find-coding-systems-for-charsets if defined. | |
639 (mm-charset-to-coding-system): Don't use | |
640 mm-get-coding-system-list. Look in mm-charset-synonym-alist | |
641 later. Add last resort search of coding systems. | |
642 (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4) | |
643 (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like | |
644 Mule 4. | |
645 (mm-find-mime-charset-region): Re-write. | |
646 (mm-with-unibyte-current-buffer): Restore buffer as well as | |
647 multibyteness. | |
648 | |
649 2001-10-30 Simon Josefsson <jas@extundo.com> | |
650 | |
651 * nnimap.el (nnimap-date-days-ago): Defeat locale. | |
652 | |
653 2001-10-27 Stefan Monnier <monnier@cs.yale.edu> | |
654 | |
655 * gnus-msg.el (gnus-setup-message): Setup reaper for MML buffers. | |
656 | |
657 2001-10-05 Gerd Moellmann <gerd@gnu.org> | |
658 | |
659 * Branch for 21.1. | |
660 | |
661 2001-09-27 Gerd Moellmann <gerd@gnu.org> | |
662 | |
663 * gnus-ems.el (gnus-article-display-xface): Skip over previously | |
664 inserted images. | |
665 | |
666 2001-09-19 Sam Steingold <sds@gnu.org> | |
667 | |
668 * gnus-win.el (gnus-buffer-configuration): | |
669 Respect `gnus-bug-create-help-buffer'. | |
670 | |
671 2001-09-18 Pavel Jan,Am(Bk <Pavel@Janik.cz> | |
672 | |
673 * mm-util.el (mm-charset-synonym-alist): Add windows-1250 so we | |
674 can read e-mails from Microsoft Outlook users not using ISO | |
675 8859-2 character set. | |
676 | |
677 2001-09-18 Gerd Moellmann <gerd@gnu.org> | |
678 | |
679 * gnus-sum.el (gnus-select-newsgroup): | |
680 Make `gnus-current-select-method' buffer-local. | |
681 From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>. | |
682 | |
683 * gnus-art.el (gnus-request-article-this-buffer): Refer to | |
684 `gnus-current-select-method' in the current summary buffer. | |
685 From TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>. | |
686 | |
687 2001-09-18 Miles Bader <miles@gnu.org> | |
688 | |
689 * gnus-srvr.el (gnus-server-insert-server-line): Don't let an | |
690 error querying a backend abort the whole process. | |
691 | |
692 2001-09-17 Gerd Moellmann <gerd@gnu.org> | |
693 | |
694 * gnus-srvr.el (gnus-server-mode): Doc fix. | |
695 | |
696 2001-09-03 Gerd Moellmann <gerd@gnu.org> | |
697 | |
698 * gnus.el (gnus-local-domain): Undo change of 2001-07-02. | |
699 | |
700 2001-08-31 Sam Steingold <sds@gnu.org> | |
701 | |
702 * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a | |
703 typo: `exmine' --> `examine'. | |
704 | |
705 2001-08-20 Pavel Jan,Am(Bk <Pavel@Janik.cz> | |
706 | |
707 * earcon.el (earcon-auto-play): Remove unused option. | |
708 | |
709 2001-08-18 ShengHuo ZHU <zsh@cs.rochester.edu> | |
710 | |
711 * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system. | |
712 | |
713 * gnus-util.el (gnus-output-to-rmail): Ditto. | |
714 (gnus-output-to-mail): Ditto. | |
715 | |
716 * nnmail.el (nnmail-pathname-coding-system): Set default to nil. | |
717 | |
718 2001-08-07 Gerd Moellmann <gerd@gnu.org> | |
719 | |
720 * mm-uu.el (mm-uu-dissect, mm-uu-test): Fix autoload cookies. | |
721 | |
722 2001-08-01 Gerd Moellmann <gerd@gnu.org> | |
723 | |
724 * mm-view.el (autoload): Don't autoload `diff-mode' if it's | |
725 already fboundp. Add INTERACTIVE arg to autoload form. | |
726 | |
727 2001-08-01 ShengHuo ZHU <zsh@cs.rochester.edu> | |
728 | |
729 * gnus-start.el (gnus-startup-file-coding-system): Revert to binary. | |
730 (gnus-ding-file-coding-system): New variable. | |
731 (gnus-read-newsrc-el-file, gnus-save-newsrc-file) | |
732 (gnus-slave-save-newsrc): Use it. | |
733 | |
734 2001-07-31 Gerd Moellmann <gerd@gnu.org> | |
735 | |
736 * gnus-start.el (gnus-startup-file-coding-system): Change to | |
737 `emacs-mule'. | |
738 | |
739 2001-07-23 Katsumi Yamaoka <yamaoka@jpl.org> | |
740 | |
741 * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS | |
742 command. | |
743 | |
744 * gnus-start.el (gnus-find-new-newsgroups): Use | |
745 `message-make-date' instead of `current-time-string'. | |
746 (gnus-ask-server-for-new-groups): Ditto. | |
747 (gnus-check-first-time-used): Ditto. | |
748 | |
749 2001-07-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> | |
750 | |
751 * gnus-setup.el (gnus-use-installed-gnus): Fix a typo. | |
752 | |
753 2001-07-12 ShengHuo ZHU <zsh@cs.rochester.edu> | |
754 | |
755 * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer. | |
756 | |
757 2001-07-12 Gerd Moellmann <gerd@gnu.org> | |
758 | |
759 * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the | |
760 Browse->Next entries to Browse->Prev. | |
761 From: Bj,Av(Brn Torkelsson <torkel@hpc2n.umu.se>. | |
762 | |
763 2001-07-04 Gerd Moellmann <gerd@gnu.org> | |
764 | |
765 * nnheader.el (nnheader-init-server-buffer): Make sure the | |
766 *nntpd* buffer is made multibyte instead of a random buffer. | |
767 | |
768 2001-07-02 Eli Zaretskii <eliz@is.elta.co.il> | |
769 | |
770 * gnus.el: Fix the header line, for finder.el. Suggested by | |
771 Pavel Janik <Pavel@Janik.cz> | |
772 | |
773 2001-07-02 Gerd Moellmann <gerd@gnu.org> | |
774 | |
775 * gnus.el (gnus-local-domain): Removed because unused. | |
776 | |
777 2001-06-18 Eli Zaretskii <eliz@is.elta.co.il> | |
778 | |
779 * qp.el (quoted-printable-decode-region): If called interactively, | |
780 use coding-system-for-read. | |
781 | |
782 2001-03-30 Gerd Moellmann <gerd@gnu.org> | |
783 | |
784 * gnus.el (gnus-interactive): Fix parenthesis errors. | |
785 | |
786 2001-03-17 ShengHuo ZHU <zsh@cs.rochester.edu> | |
787 | |
788 * message.el (rmail-output): It is in rmailout.el not rmail.el. | |
789 | |
790 * message.el (message-forward): local-variable-p takes an extra | |
791 argument in XEmacs. | |
792 | |
793 * message.el (message-forward-decoded-p): New variable. | |
794 (message-forward-subject-author-subject): Use it. | |
795 (message-make-forward-subject): Use it. | |
796 (message-forward): Use it. | |
797 | |
798 * gnus-uu.el (gnus-uu-digest-mail-forward): Use it. | |
799 | |
800 2001-03-05 Dave Love <fx@gnu.org> | |
801 | |
802 * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case. | |
803 Move it after definition of mm-coding-system-p. | |
804 | |
805 2001-03-01 Dave Love <fx@gnu.org> | |
806 | |
807 * mm-util.el (mm-inhibit-file-name-handlers): Add | |
808 image-file-handler. | |
809 | |
810 2001-02-11 Dave Love <fx@gnu.org> | |
811 | |
812 * message.el (message-signature-file): Fix doc, :type. | |
813 | |
814 2001-02-08 Dave Love <fx@gnu.org> | |
815 | |
816 * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB. | |
817 (message-posting-charset): Defvar when compiling again. | |
818 (rfc2047-encodable-p): Require message. | |
819 | |
820 * gnus-sum.el (gnus-alter-articles-to-read-function): | |
821 * gnus-score.el (gnus-score-after-write-file-function): Fix :type. | |
822 | |
823 2001-02-07 ShengHuo ZHU <zsh@cs.rochester.edu> | |
824 | |
825 * message.el (message-make-forward-subject): Argument decoded. | |
826 (message-forward): Use it when digest. | |
827 | |
828 * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article | |
829 buffer. | |
830 | |
831 * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar | |
832 in Emacs. | |
833 | |
834 * gnus-art.el (gnus-article-make-menu-bar): Make | |
835 gnus-article-post-menu. | |
836 | |
837 2001-02-06 Dave Love <fx@gnu.org> | |
838 | |
839 * qp.el (quoted-printable-encode-region): Remove redundant code | |
840 from last change. | |
841 | |
842 2001-02-01 ShengHuo ZHU <zsh@cs.rochester.edu> | |
843 | |
844 * gnus-score.el (gnus-summary-score-entry): match may be an integer. | |
845 | |
846 * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving | |
847 command if there is not last-saver. | |
848 | |
849 * rfc2047.el (rfc2047-encode): MIME charset is not coding system. | |
850 (rfc2047-charset-encoding-alist): Add big5. | |
851 | |
852 * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names | |
853 GB2312 and Big5. | |
854 | |
855 * gnus-score.el (gnus-score-lower-thread): Fix a doc typo. | |
856 | |
857 * gnus-sum.el (gnus-summary-print-article): Remove process mark. | |
858 | |
859 * gnus-sum.el (gnus-summary-print-article): Take one prefix | |
860 argument. Allow to print several articles in one file. | |
861 | |
862 * webmail.el (webmail-type-definition): netaddress changes. | |
863 | |
864 2001-01-31 Dave Love <fx@gnu.org> | |
865 | |
866 * mm-util.el (mm-mime-mule-charset-alist) | |
867 (mm-find-mime-charset-region): Consider mule-utf-8. | |
868 | |
869 2001-01-31 Dave Love <fx@gnu.org> | |
870 | |
871 * gnus-art.el (gnus-article-x-face-command) | |
872 (gnus-treat-display-xface, gnus-treat-display-smileys): Add | |
873 :version. | |
874 | |
875 2001-01-26 Dave Love <fx@gnu.org> | |
876 | |
877 * mm-util.el (mm-multibyte-string-p): New. | |
878 | |
879 * qp.el: Remove un-logged bogus changes from 2000-12-20. | |
880 (quoted-printable-encode-region): Doc fix. Don't call | |
881 string-as-multibyte on class. Clarify line-folding. | |
882 (quoted-printable-encode-string): Make temp buffer inherit | |
883 string's multibyteness. | |
884 | |
885 2001-01-23 Gerd Moellmann <gerd@gnu.org> | |
886 | |
887 * nnheader.el (toplevel): Don't require `gnus-util' at | |
888 compile-time; this creates a circular dependency, and prevents | |
889 a bootstrap. | |
890 | |
891 2001-01-22 Andreas Schwab <schwab@suse.de> | |
892 | |
893 * nnheader.el (gnus-delete-line): Autoload it as a macro. | |
894 | |
895 2001-01-21 ShengHuo ZHU <zsh@cs.rochester.edu> | |
896 | |
897 * message.el (message-forward): Use mule4. | |
898 * mm-util.el (mm-string-as-unibyte): New. | |
899 * message.el (message-forward): Use it. | |
900 * message.el (message-cite-original-without-signature): Don't peel | |
901 off the blank line. | |
902 (message-get-reply-headers): Add Cc if it is not in follow-to. | |
903 * message.el (message-send-mail): Content-Type may not be there. | |
904 By Alberto Lusiani. | |
905 * gnus-art.el (article-display-x-face): Insert X-Face if there is | |
906 not. | |
907 * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is | |
908 one. | |
909 * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs. | |
910 (gnus-remove-some-windows): Ditto. | |
911 * mm-decode.el (mm-interactively-view-part): Don't copy-sequence | |
912 handle. | |
913 * gnus-art.el (gnus-mime-view-part): Copy it. | |
914 (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles. | |
915 * nnmail.el (nnmail-get-new-mail): Find group only if file is not | |
916 orig-file. Use ',source. | |
917 * nnslashdot.el (nnslashdot-request-list): Get the right year. By | |
918 Lars Magne Ingebrigtsen. | |
919 * pop3.el (pop3-get-message-count): Andrew Innes | |
920 <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed. | |
921 | |
922 2001-01-08 Dave Love <fx@gnu.org> | |
923 | |
924 * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a | |
925 single character. | |
926 | |
927 * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}. | |
928 | |
929 * message.el: Doc and message fixes. | |
930 (message-send-rename-function) | |
931 (message-make-forward-subject-function) | |
932 (message-send-mail-function, message-reply-to-function) | |
933 (message-wide-reply-to-function, message-followup-to-function) | |
934 (message-distribution-function, message-auto-save-directory): Fix | |
935 :type. | |
936 | |
937 * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when | |
938 proceeding after warnings. Amend multipart warning message. | |
939 | |
940 2001-01-04 Dave Love <fx@gnu.org> | |
941 | |
942 * gnus-util.el (nnmail-pathname-coding-system): Defvar when | |
943 compiling. | |
944 (gnus-make-directory): Require nnmail. | |
945 | |
946 * mm-decode.el (mm-inline-media-tests): Add | |
947 image/x-portable-bitmap. | |
948 (mm-get-image): Grok pbm. | |
949 | |
950 2000-12-24 ShengHuo ZHU <zsh@cs.rochester.edu> | |
951 | |
952 * message.el (message-mail): Support yank-action. | |
953 | |
954 * message.el (message-setup): Revoke the last change. | |
955 | |
956 2000-12-24 ShengHuo ZHU <zsh@cs.rochester.edu> | |
957 | |
958 * message.el (message-setup): Use cons. Suggested by Johan Vromans | |
959 <jvromans@squirrel.nl>. | |
960 | |
961 * gnus-topic.el (gnus-topic-create-topic): Use list. | |
962 | |
963 * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art | |
964 before binding gnus-default-article-saver. | |
965 | |
966 * gnus-sum.el (gnus-summary-save-article): | |
967 (gnus-summary-pipe-output): | |
968 (gnus-summary-save-article-mail): | |
969 (gnus-summary-save-article-rmail): | |
970 (gnus-summary-save-article-file): | |
971 (gnus-summary-write-article-file): | |
972 (gnus-summary-save-article-body-file): Ditto. | |
973 | |
974 * gnus-mh.el (gnus-summary-save-article-folder): Ditto. | |
975 | |
976 2000-12-22 ShengHuo ZHU <zsh@cs.rochester.edu> | |
977 | |
978 * gnus-art.el (gnus-article-check-hidden-text): Return t. | |
979 | |
980 * gnus-util.el (gnus-remove-text-properties-when): Return t. | |
981 | |
982 * mm-decode.el (mm-dissect-multipart): Avoid errors owing to | |
983 malformatted messages. | |
984 | |
985 2000-12-21 Katsumi Yamaoka <yamaoka@jpl.org> | |
986 | |
987 * gnus-art.el (article-treat-dumbquotes): Quote \. | |
988 | |
989 2000-12-21 ShengHuo ZHU <zsh@cs.rochester.edu> | |
990 | |
991 * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if | |
992 Emacs 20 runs on a terminal. | |
993 | |
994 2000-12-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
995 | |
996 * gnus-art.el (article-treat-dumbquotes): More doc, provided by | |
997 Paul Stevenson <p.stevenson@surrey.ac.uk> | |
998 | |
999 2000-12-21 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1000 | |
1001 * mml.el (gnus-add-minor-mode): Autoload. | |
1002 | |
1003 * message.el (message-forward): Save-restriction. | |
1004 | |
1005 * message.el (message-mail-user-agent): Add :version. | |
1006 | |
1007 * message.el (message-mail-user-agent): New variable. | |
1008 (message-setup): Renamed to message-setup-1. Support | |
1009 mail-user-agent. | |
1010 (message-mail-user-agent): New function. | |
1011 (message-mail): Use it. | |
1012 (message-reply): Use it. | |
1013 (message-resend): Use it. | |
1014 (message-mail-other-window): Use it. | |
1015 (message-mail-other-frame): Use it. | |
1016 | |
1017 * gnus-msg.el (gnus-bug): Support mail-user-agent. | |
1018 | |
1019 2000-12-21 Miles Bader <miles@gnu.org> | |
1020 | |
1021 * message.el (message-mode): Set `comment-start' to the yank prefix. | |
1022 | |
1023 2000-12-20 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1024 | |
1025 * message.el (message-narrow-to-head-1): New function. | |
1026 (message-narrow-to-head): Use it. | |
1027 (message-reply): Ditto. | |
1028 (message-cancel-news): Ditto. | |
1029 (message-supersede): Ditto. | |
1030 (message-make-forward-subject): Ditto. | |
1031 (message-bounce): Ditto. | |
1032 | |
1033 * gnus-msg.el (gnus-summary-mail-forward): Use original buffer. | |
1034 | |
1035 * message.el (message-forward): Copy buffer in unibyte mode. | |
1036 (message-make-forward-subject): Don't widen. Decode. | |
1037 (message-forward): Don't decode subject. | |
1038 | |
1039 * mml.el (gnus-ems): Require it. | |
1040 | |
1041 * gnus-msg.el (gnus-summary-mail-forward): | |
1042 | |
1043 * message.el (message-forward): Move mime-to-mml here. | |
1044 | |
1045 * nnmbox.el (nnmbox-file-coding-system): Use binary. | |
1046 (nnmbox-active-file-coding-system): Ditto. | |
1047 | |
1048 * gnus-cus.el (gnus-group-parameters): Add posting-style. | |
1049 | |
1050 * mm-uu.el: Require binhex. | |
1051 | |
1052 2000-12-20 Christoph Conrad <C.Conrad@cli.de> | |
1053 | |
1054 * qp.el (quoted-printable-encode-region): Upcase QP. | |
1055 | |
1056 2000-12-20 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1057 | |
1058 * gnus-util.el (gnus-add-text-properties-when): New function. | |
1059 (gnus-remove-text-properties-when): Ditto. | |
1060 | |
1061 * gnus-cite.el (gnus-article-hide-citation): Use them. | |
1062 (gnus-article-toggle-cited-text): Use them. | |
1063 | |
1064 * gnus-art.el (gnus-signature-toggle): Use them. | |
1065 (gnus-article-show-hidden-text): Ditto. | |
1066 (gnus-article-hide-text): Ditto. | |
1067 | |
1068 * gnus-art.el (gnus-article-describe-key): Use prompt. | |
1069 (gnus-article-describe-key-briefly): Ditto. | |
1070 | |
1071 2000-12-19 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1072 | |
1073 * mm-util.el (mm-charset-synonym-alist): Fix a typo. | |
1074 | |
1075 2000-12-18 Gerd Moellmann <gerd@gnu.org> | |
1076 | |
1077 * *.xpm, *.pbm: Convert icons icons to size 24x24. | |
1078 | |
1079 2000-12-18 Dave Love <fx@gnu.org> | |
1080 | |
1081 * gnus-msg.el (news-setup, news-reply-mode): Don't autoload | |
1082 (unused). | |
1083 | |
1084 2000-12-15 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1085 | |
1086 * pop3.el (pop3-movemail): Use binary. | |
1087 (pop3-movemail-file-coding-system): Removed. | |
1088 | |
1089 2000-12-13 Miles Bader <miles@gnu.org> | |
1090 | |
1091 * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks' | |
1092 to t, so that we don't get stuck while trying to smilefy | |
1093 intangible text. | |
1094 | |
1095 2000-12-12 Gerd Moellmann <gerd@gnu.org> | |
1096 | |
1097 * smiley-ems.el (smiley-regexp-alist): Make regexps match | |
1098 at the end of the buffer. | |
1099 (smiley-region): In the loop, move to the end of the submatch | |
1100 matching the smiley instead of using the end of the match | |
1101 of the whole regexp. | |
1102 | |
1103 2000-12-12 Eli Zaretskii <eliz@is.elta.co.il> | |
1104 | |
1105 * message.el (message-mode): Doc fix. | |
1106 | |
1107 2000-12-12 Gerd Moellmann <gerd@gnu.org> | |
1108 | |
1109 * smiley-ems.el (smiley-region): Doc fix. | |
1110 | |
1111 2000-12-11 Miles Bader <miles@gnu.org> | |
1112 | |
1113 * gnus-sum.el (gnus-summary-recenter): When trying to keep the | |
1114 bottom line visible, check to see if it's partially obscured, and | |
1115 if so, either scroll one more line to make it fully visible, or | |
1116 revert to showing the second line from the top. | |
1117 | |
1118 2000-12-07 Dave Love <fx@gnu.org> | |
1119 | |
1120 * mailcap.el (mailcap-download-directory) | |
1121 * gnus-audio.el (gnus-audio-directory) | |
1122 * smiley-ems.el (smiley-data-directory): Fix :type. | |
1123 | |
1124 2000-12-05 Dave Love <fx@gnu.org> | |
1125 | |
1126 * starttls.el: New file. | |
1127 | |
1128 2000-12-04 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1129 | |
1130 * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if it | |
1131 succeeds. | |
1132 (gnus-setup-message): Remove a hack. | |
1133 | |
1134 * gnus-win.el (gnus-configure-windows): Make sure | |
1135 nntp-server-buffer is live. | |
1136 (gnus-remove-some-windows): switch-to-buffer -> set-buffer. | |
1137 (gnus-configure-frame): Save selected window. | |
1138 | |
1139 2000-12-04 Andreas Jaeger <aj@suse.de> | |
1140 | |
1141 * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description. | |
1142 | |
1143 2000-12-04 Per Abrahamsen <abraham@dina.kvl.dk> | |
1144 | |
1145 * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow | |
1146 raw 8-bit in headers in dk.* newsgroups. | |
1147 | |
1148 2000-11-30 Dave Love <fx@gnu.org> | |
1149 | |
1150 * message.el (message-auto-save-directory): Use | |
1151 file-name-as-directory. | |
1152 (message-set-auto-save-file-name): Create | |
1153 message-auto-save-directory if necessary. | |
1154 (message-replace-chars-in-string): Removed -- unused. | |
1155 (message-mail-alias-type): Customize. | |
1156 (message-headers): Remove duplicate defgroup. | |
1157 | |
1158 2000-11-29 Dave Love <fx@gnu.org> | |
1159 | |
1160 * qp.el (quoted-printable-decode-region): Use error, not message | |
1161 to report malformed text (like base64). Amend message. | |
1162 | |
1163 2000-11-29 Miles Bader <miles@gnu.org> | |
1164 | |
1165 * message.el (message-header-lines): Fontify tag. | |
1166 | |
1167 2000-11-27 Dave Love <fx@gnu.org> | |
1168 | |
1169 * nnlistserv.el: Ignore errors when requiring nnweb and avoid a | |
1170 compiler warning. | |
1171 | |
1172 2000-11-26 Dave Love <fx@gnu.org> | |
1173 | |
1174 * mm-uu.el (mm-uu-configure-list): Fix typo in :type. | |
1175 | |
1176 2000-11-23 Dave Love <fx@gnu.org> | |
1177 | |
1178 * uu-post.pbm, uu-decode.pbm: new files from XPMs. | |
1179 | |
1180 * mm-uu.el (uudecode): Require. | |
1181 (uudecode-decode-region, uudecode-decode-region-external): Don't | |
1182 autoload. | |
1183 (mm-uu-copy-to-buffer): Doc fix. | |
1184 (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom | |
1185 type fix. | |
1186 | |
1187 * mailcap.el: Doc fixes. | |
1188 (mailcap-mime-data): Various adjustments. | |
1189 (mailcap): New group. | |
1190 (mailcap-download-directory): Customize. | |
1191 (mailcap-generate-unique-filename, mailcap-binary-suffixes) | |
1192 (mailcap-temporary-directory): Deleted (unused). | |
1193 (mailcap-unescape-mime-test): Simplify slightly. | |
1194 (mailcap-viewer-passes-test): Use functionp. | |
1195 (mailcap-command-p): Aliased to executable-find. | |
1196 | |
1197 * rfc2047.el (rfc2047-encode-message-header): Don't encode if | |
1198 default-enable-multibyte-characters is nil. | |
1199 | |
1200 2000-11-22 Simon Josefsson <simon@josefsson.org> | |
1201 | |
1202 * gnus-uu.el (gnus-uu-digest-mail-forward): Search for "from:" | |
1203 instead of "from: " for rfc822 compliance. Insert SPC. | |
1204 | |
1205 2000-11-22 Gerd Moellmann <gerd@gnu.org> | |
1206 | |
1207 * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo. | |
1208 | |
1209 2000-11-22 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1210 | |
1211 * message.el (message-send-mail): Use buffer-substring-no-properties. | |
1212 (message-send-news): Ditto. | |
1213 | |
1214 2000-11-21 Stefan Monnier <monnier@cs.yale.edu> | |
1215 | |
1216 * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer. | |
1217 | |
1218 2000-11-21 Dave Love <fx@gnu.org> | |
1219 | |
1220 * gnus-art.el (gnus-mime-button-map): Don't inherit from | |
1221 gnus-article-mode-map. | |
1222 (gnus-mime-button-menu): Use mouse-set-point. | |
1223 (gnus-insert-mime-button, gnus-mime-display-alternative) | |
1224 (gnus-mime-display-alternative): Don't use local-map property. | |
1225 | |
1226 2000-11-17 Katsumi Yamaoka <yamaoka@jpl.org> | |
1227 | |
1228 * nntp.el (nntp-open-telnet): Wait for the telnet prompt before | |
1229 sending a command; allow the rtelnet prompt as well. | |
1230 | |
1231 2000-11-17 Simon Josefsson <simon@josefsson.org> | |
1232 | |
1233 * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous | |
1234 prefetch. | |
1235 | |
1236 2000-11-17 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1237 | |
1238 * nntp.el (nntp-decode-text): Delete bogus status lines. | |
1239 (nntp-open-connection): Kill process buffer when quit. | |
1240 (nntp-connection-timeout): Add a note. SIGALRM is ignored in both | |
1241 FSF Emacs 20 and XEmacs 21. | |
1242 (nntp-retrieve-data): Don't ignore quit. | |
1243 | |
1244 2000-11-17 Dave Love <fx@gnu.org> | |
1245 | |
1246 * uudecode.el (uudecode-insert-char): Fix bogus feature test. | |
1247 (uudecode-decode-region-external): Doc fix. Use with-temp-buffer | |
1248 and make-temp-file. | |
1249 (uudecode-decode-region): Doc fix. | |
1250 | |
1251 2000-11-14 Dave Love <fx@gnu.org> | |
1252 | |
1253 * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm: | |
1254 * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm: | |
1255 * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm: | |
1256 New files, derived from the XPMs. | |
1257 | |
1258 2000-11-12 Dave Love <fx@gnu.org> | |
1259 | |
1260 From Emerick Rogul <emerick@csa.bu.edu>. | |
1261 * message.el (message-setup-fill-variables): New variable. | |
1262 (message-mode): Use it. | |
1263 | |
1264 2000-11-10 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | |
1265 | |
1266 * gnus-mlspl.el: Documentation tweaks. | |
1267 | |
1268 2000-11-10 Dave Love <fx@gnu.org> | |
1269 | |
1270 * gnus-agent.el (gnus-agent-confirmation-function): Add :version. | |
1271 (gnus-agent-lib-file, gnus-agent-load-alist) | |
1272 (gnus-agent-save-alist, gnus-agent-article-name): Use | |
1273 expand-file-name. | |
1274 | |
1275 * gnus-group.el (gnus-group-name-charset-method-alist): Add | |
1276 :version. | |
1277 (nnkiboze-score-file): Defvar when compiling. | |
1278 | |
1279 * gnus-start.el (gnus-read-newsrc-file): Add :version. | |
1280 | |
1281 * gnus-art.el (gnus-article-banner-alist) | |
1282 (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types) | |
1283 (gnus-article-date-lapsed-new-header) | |
1284 (gnus-article-mime-match-handle-function, gnus-mime-action-alist) | |
1285 (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601) | |
1286 (gnus-treat-strip-headers-in-body) | |
1287 (gnus-treat-capitalize-sentences, gnus-treat-play-sounds) | |
1288 (gnus-treat-translate): Add :version. | |
1289 (gnus-article-mime-part-function): Fix defcustom. | |
1290 | |
1291 * nnmail.el (nnmail-expiry-target) | |
1292 (nnmail-scan-directory-mail-source-once, nnmail-extra-headers) | |
1293 (nnmail-split-header-length-limit): Add :version. | |
1294 | |
1295 * gnus-sum.el (gnus-auto-expirable-marks) | |
1296 (gnus-inhibit-user-auto-expire, gnus-list-identifiers) | |
1297 (gnus-extra-headers, gnus-ignored-from-addresses) | |
1298 (gnus-newsgroup-ignored-charsets) | |
1299 (gnus-group-highlight-words-alist) | |
1300 (gnus-summary-show-article-charset-alist): Add :version. | |
1301 | |
1302 * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm: | |
1303 gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New | |
1304 files, converted from the XPMs. | |
1305 | |
1306 * gnus-cache.el (gnus-cache-active-file): Don't use | |
1307 file-name-as-directory on directory. | |
1308 (gnus-cache-file-name): Use expand-file-name, not concat. Don't | |
1309 use file-name-as-directory on directory. | |
1310 | |
1311 * time-date.el (timezone-make-date-arpa-standard): Autoload. | |
1312 (date-to-time): Use it. | |
1313 | |
1314 * message.el (message-mode) <adaptive-fill-regexp>: | |
1315 <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range. | |
1316 (message-newline-and-reformat): Likewise. | |
1317 (message-forward-as-mime, message-forward-ignored-headers) | |
1318 (message-buffer-naming-style, message-default-charset) | |
1319 (message-dont-reply-to-names, message-send-mail-partially-limit): | |
1320 Add :version. | |
1321 | |
1322 * mm-util.el: Doc fixes. | |
1323 (mm-mime-charset): Don't use the raw result of | |
1324 mm-preferred-coding-system. | |
1325 (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer) | |
1326 (mm-with-unibyte): Simplify. | |
1327 | |
1328 * gnus-int.el (gnus-start-news-server): Use expand-file-name, not | |
1329 concat. | |
1330 | |
1331 * pop3.el (pop3-version): Deleted. | |
1332 (pop3-make-date): New function, avoiding message-make-date. | |
1333 (pop3-munge-message-separator): Use it. | |
1334 | |
1335 2000-11-10 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1336 | |
1337 * pop3.el (pop3-munge-message-separator): A message may have an | |
1338 empty body. | |
1339 | |
1340 2000-11-09 Dave Love <fx@gnu.org> | |
1341 | |
1342 * gnus-group.el (gnus-group-make-directory-group) | |
1343 (gnus-group-fetch-faq): Use expand-file-name. | |
1344 (gnus-group-fetch-faq): Simplify completing-read form. | |
1345 | |
1346 * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just | |
1347 test for Mule. | |
1348 | |
1349 * message.el (tool-bar-map): Defvar when compiling. | |
1350 | |
1351 * gnus-setup.el (running-xemacs, gnus-use-installed-tm) | |
1352 (gnus-tm-lisp-directory): Deleted. | |
1353 (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use | |
1354 (featurep 'xemacs). | |
1355 (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory) | |
1356 (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove | |
1357 version numbers from file names. | |
1358 | |
1359 2000-11-08 John Wiegley <johnw@gnu.org> | |
1360 | |
1361 * gnus-topic.el (gnus-topic-mode): Use `setq' to clear | |
1362 `gnus-group-change-level-function', instead of `remove-hook', | |
1363 because it's not a hook! | |
1364 | |
1365 2000-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
1366 | |
1367 * nnweb.el (nnweb-decode-entities): Work for non-character | |
1368 entities. | |
1369 | |
1370 * gnus-start.el (gnus-read-active-file, gnus-activate-group): | |
1371 Issue message on quit. | |
1372 | |
1373 2000-11-08 Simon Josefsson <simon@josefsson.org> | |
1374 | |
1375 * rfc2104.el: Add SHA-1 example. | |
1376 (rfc2104-hexstring-to-bitstring): New function. | |
1377 (rfc2104-hash): Use it. | |
1378 | |
1379 2000-11-08 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1380 | |
1381 * gnus-start.el: Remove gnus-xemacs. | |
1382 | |
1383 * nndoc.el (nndoc-dissect-mime-parts-sub): Correctly mark body-begin. | |
1384 | |
1385 * gnus-score.el (gnus-score-body): Don't score body when | |
1386 agent-fetching. | |
1387 (gnus-score-followup): Don't score followup either. | |
1388 (gnus-score-use-all-scores): New variable. | |
1389 (gnus-all-score-files): Use it. | |
1390 (gnus-score-find-bnews): Use directory-sep-char. | |
1391 | |
1392 * nnweb.el (nnweb-url-retrieve-asynch): url-retrieve is | |
1393 asynchronous in Exp version. | |
1394 | |
1395 2000-11-08 Dave Love <fx@gnu.org> | |
1396 | |
1397 * mm-view.el: Use featurep for XEmacs test. | |
1398 (mm-inline-message): Test for `remove-specifier'; don't use | |
1399 condition-case. | |
1400 | |
1401 * mm-bodies.el (mm-encode-body): Use mm-multibyte-p. | |
1402 | |
1403 * gnus-score.el (gnus-score-load-file): Use expand-file-name. | |
1404 (gnus-score-find-bnews): Don't concat "". | |
1405 | |
1406 * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm: | |
1407 * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm: | |
1408 * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm: | |
1409 * exit-summ.xpm: New files, renamed from icons by Luis Fernandes. | |
1410 | |
1411 * gnus-sum.el: Put some defvars in eval-when-compile. | |
1412 (gnus-summary-mode-hook): Add :options. | |
1413 (gnus-summary-make-menu-bar): Add some :help, used by tool bar. | |
1414 (gnus-summary-tool-bar-map): New variable. | |
1415 (gnus-summary-make-tool-bar): New function. | |
1416 (gnus-summary-mode): Put kill-all-local-variables first. | |
1417 | |
1418 * gnus-group.el (gnus-group-toolbar-map): New variable. | |
1419 (gnus-group-make-tool-bar): Rewritten. | |
1420 (gnus-group-mode): Put kill-all-local-variables first. | |
1421 | |
1422 * rfc2047.el: Require gnus-util. | |
1423 | |
1424 * nnml.el (gnus-sorted-intersection): Autoload. | |
1425 | |
1426 * nnheader.el: Wrap subst-char-in-string def in eval-and-compile. | |
1427 Put some defvars in eval-when-compile. | |
1428 (gnus-intersection, gnus-sorted-complement): Autoload. | |
1429 | |
1430 * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol. | |
1431 | |
1432 * mm-encode.el (mm-body-7-or-8): Autoload. | |
1433 | |
1434 * mm-decode.el (mm-insert-inline): Autoload. | |
1435 | |
1436 * mml.el: | |
1437 * message.el: Put some defvars in eval-when-compile. | |
1438 | |
1439 * gnus-msg.el: Put some defvars in eval-when-compile. | |
1440 (gnus-msg-mail): Move after gnus-setup-message. | |
1441 | |
1442 * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix. | |
1443 | |
1444 2000-11-07 Dave Love <fx@gnu.org> | |
1445 | |
1446 * gnus-util.el (nnheader): Don't require message (recursive | |
1447 autoload). | |
1448 | |
1449 * uudecode.el: Avoid compiler warnings. | |
1450 | |
1451 * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol. | |
1452 (rfc2047-charset-encoding-alist): Add iso-8859-1[45]. | |
1453 | |
1454 2000-11-07 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1455 | |
1456 * rfc2047.el: Require cl when compiling. | |
1457 (rfc2047-q-encode-region): Don't break if a QP-word could be | |
1458 fitted in one line. | |
1459 (rfc2047-decode): Use mm-with-unibyte-current-buffer-mule4. | |
1460 (rfc2047-fold-region): "=?=" is not a break point. | |
1461 (rfc2047-encode-message-header): Move fold into encode-region. | |
1462 (rfc2047-dissect-region): Rewrite. | |
1463 (rfc2047-encode-region): Rewrite. | |
1464 (rfc2047-fold-region): Fold | |
1465 (rfc2047-unfold-region): New function. | |
1466 (rfc2047-decode-region): Use it. | |
1467 (rfc2047-q-encode-region): Don't break at bob. | |
1468 (rfc2047-decode): Use unibyte. | |
1469 (rfc2047-q-encode-region): Better calculation of break point. | |
1470 (rfc2047-fold-region): Don't break the first non-LWSP characters. | |
1471 (rfc2047-encode-region): Merge only if regions are adjacent. | |
1472 | |
1473 2000-11-06 Dave Love <fx@gnu.org> | |
1474 | |
1475 * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode. | |
1476 | |
1477 * uudecode.el: Use (featurep 'xemacs). Require cl when compiling. | |
1478 (uudecode-char-int): New alias, replacing char-int. | |
1479 (uudecode-decode-region): Don't call buffer-disable-undo. | |
1480 | |
1481 * mm-uu.el (mm-uu-configure): Unquote lambda. | |
1482 (mm-uu-configure-list): Doc fix. | |
1483 | |
1484 * earcon.el (running-xemacs): Don't define. | |
1485 | |
1486 2000-11-06 John Wiegley <johnw@gnu.org> | |
1487 | |
1488 * gnus-mlspl.el (gnus-group-split-update): Check the value of | |
1489 `nnmail-crosspost', and use it to set the `no-crosspost' | |
1490 argument when calling `gnus-group-split-fancy'. Otherwise, it | |
1491 assumes that cross-posting is always OK, no matter what | |
1492 `nmail-crosspost' is set to. | |
1493 (gnus-group-split-fancy): The argument order in the | |
1494 second-to-last `push' call was wrong, but since `no-crosspost' | |
1495 was always nil, it was never being triggered. | |
1496 | |
1497 2000-11-06 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1498 | |
1499 Don't postpone GCC if none of GCC methods is agent-covered. This | |
1500 fix presumes that the post-method must be agent-covered if any Gcc | |
1501 method is agent-covered. | |
1502 | |
1503 * gnus-msg.el (gnus-inews-group-method): New function. | |
1504 (gnus-inews-do-gcc): Use it. | |
1505 * gnus-agent.el (gnus-agent-any-covered-gcc): New function. | |
1506 (gnus-agent-possibly-save-gcc): Use it. | |
1507 (gnus-agent-possibly-do-gcc): Ditto. | |
1508 | |
1509 *gnus-msg.el: (gnus-inews-add-send-actions): Use | |
1510 `gnus-agent-possibly-do-gcc' if Agentized. | |
1511 (gnus-inews-add-send-actions): Add `gnus-agent-possibly-save-gcc' | |
1512 to `message-header-hook'. | |
1513 | |
1514 * gnus-mlspl.el: Require cl when compiling. | |
1515 | |
1516 * gnus-ml.el: Usage. | |
1517 (gnus-mailing-list-archive, gnus-mailing-list-owner, | |
1518 gnus-mailing-list-post, gnus-mailing-list-unsubscribe, | |
1519 gnus-mailing-list-subscribe, gnus-mailing-list-help): Bind list-*. | |
1520 (gnus-mailing-list-menu): Define it. | |
1521 (turn-on-gnus-mailing-list-mode, gnus-mailing-list-mode): Autoload. | |
1522 | |
1523 * gnus-logic.el (gnus-advanced-string): Use "" if nil. | |
1524 | |
1525 2000-11-03 Stefan Monnier <monnier@cs.yale.edu> | |
1526 | |
1527 * message.el (message-font-lock-keywords): Match a final newline | |
1528 to help font-lock's multiline support. | |
1529 | |
1530 2000-11-03 Dave Love <fx@gnu.org> | |
1531 | |
1532 * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500. | |
1533 | |
1534 * mm-partial.el (mm-inline-partial): Space-prefix temp buffer | |
1535 name. | |
1536 | |
1537 * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type. | |
1538 <banner>: Fix custom type, doc. | |
1539 | |
1540 * mm-decode.el (mm-display-external): Space-prefix temp buffer | |
1541 name. Don't disable undo explicitly. | |
1542 | |
1543 2000-11-02 Dave Love <fx@gnu.org> | |
1544 | |
1545 * message.el (message-font-lock-keywords): Use [:alpha:] for | |
1546 cite-prefix. | |
1547 | |
1548 2000-11-02 Miles Bader <miles@lsi.nec.co.jp> | |
1549 | |
1550 * mm-uu.el (mm-uu-configure-list): Move back to old location, | |
1551 because defcustom tries to call `mm-uu-configure'. | |
1552 | |
1553 2000-11-01 Dave Love <fx@gnu.org> | |
1554 | |
1555 * rfc2047.el (base64): Require unconditionally. | |
1556 (message-posting-charset): Defvar when compiling. | |
1557 (rfc2047-encode-message-header, rfc2047-encodable-p): Require | |
1558 message. | |
1559 | |
1560 * gnus-sum.el (nnoo): Require. | |
1561 (mm-uu-dissect): Autoload. | |
1562 | |
1563 * mml.el (mml-parse-1): Clarify message. | |
1564 (mml-minibuffer-read-type): Use mailcap-mime-types. | |
1565 | |
1566 2000-11-01 Stefan Monnier <monnier@cs.yale.edu> | |
1567 | |
1568 * mml.el: Fix a typo in the requiring of CL. | |
1569 | |
1570 2000-11-01 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1571 | |
1572 * rfc2231.el: Require cl when compiling. | |
1573 | |
1574 2000-11-01 Dave Love <fx@gnu.org> | |
1575 | |
1576 * mm-uu.el (mm-uu-decode-function, mm-uu-binhex-decode-function): | |
1577 Fix custom type. | |
1578 (mm-uu-configure-list): Move and fix custom type. | |
1579 | |
1580 * utf7.el: Require cl when compiling. | |
1581 | |
1582 * binhex.el: Use (featurep 'xemacs). | |
1583 (binhex-char-int): New alias, replacing char-int. Change callers. | |
1584 (binhex-decode-region): Simplify work buffer code. | |
1585 (binhex-decode-region-external): Use expand-file-name, not concat. | |
1586 | |
1587 2000-10-30 Dave Love <fx@gnu.org> | |
1588 | |
1589 * gnus-art.el: Fix 2000-10-27 change properly. | |
1590 | |
1591 2000-10-28 Miles Bader <miles@gnu.org> | |
1592 | |
1593 * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren. | |
1594 | |
1595 2000-10-27 Christoph Conrad <christoph.conrad@gmx.de> | |
1596 | |
1597 * gnus-draft.el (gnus-draft-send-message): Typo. | |
1598 | |
1599 2000-10-27 John Wiegley <johnw@gnu.org> | |
1600 | |
1601 * gnus-art.el (gnus-treat-hide-citation-maybe): Added this | |
1602 variable to correspond with `gnus-article-hide-citation-maybe'. | |
1603 (gnus-treatment-function-alist): Added entry for the above | |
1604 correlation. | |
1605 | |
1606 2000-10-27 Richard M. Alderson III <alderson@netcom2.netcom.com> | |
1607 | |
1608 * gnus-art.el (gnus-read-save-file-name): expand-file-name. | |
1609 | |
1610 2000-10-27 Dave Love <fx@gnu.org> | |
1611 | |
1612 * gnus.el: Don't require custom. Don't require message at top | |
1613 level. | |
1614 (gnus-message-archive-method): Require message here. | |
1615 | |
1616 2000-10-27 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
1617 | |
1618 * gnus-art.el (article-strip-banner): Use | |
1619 gnus-group-find-parameter rather than gnus-group-get-parameter, to | |
1620 allow inheritance on the banner. | |
1621 From elkin@tverd.astro.spbu.ru. | |
1622 | |
1623 * gnus-sum.el (gnus-get-split-value): Use first match only (Ed L | |
1624 Cashin <ecashin@coe.uga.edu>). | |
1625 | |
1626 2000-10-27 Simon Josefsson <simon@josefsson.org> | |
1627 | |
1628 * gnus-agent.el (gnus-agent-possibly-do-gcc): | |
1629 (gnus-agent-restore-gcc): | |
1630 (gnus-agent-possibly-save-gcc): New functions. | |
1631 | |
1632 * nnimap.el (nnimap-group-overview-filename): Create directory for | |
1633 newfile (when use long filenames is nil). Copy+delete file if | |
1634 rename didn't work. | |
1635 (nnimap-group-overview-filename): `rename-file' and `copy-file' | |
1636 doesn't return anything useful, use ignore-errors instead. | |
1637 (nnimap-verify-uidvalidity): Delete overview file when | |
1638 uid validity changes. | |
1639 (nnimap-group-overview-filename): Store uidvalidity in filenames. | |
1640 Rename old files into new format. | |
1641 (nnimap-request-accept-article): Remove \n's from | |
1642 From_ lines. | |
1643 (nnimap-request-accept-article): Remove From[^:] lines. | |
1644 (imap-starttls-p): Check for starttls binary. | |
1645 (imap-starttls-open): More verbose. | |
1646 (imap-gssapi-auth): Ditto. | |
1647 (imap-kerberos4-auth): Ditto. | |
1648 (imap-cram-md5-auth): Ditto. | |
1649 (imap-login-auth): Ditto. | |
1650 (imap-anonymous-auth): Ditto. | |
1651 (imap-digest-md5-auth): Ditto. | |
1652 (imap-open): Ditto. | |
1653 (imap-digest-md5-p): Check capability first. | |
1654 (imap-parse-flag-list): Correctly parse empty lists. | |
1655 (imap-login-p): Support LOGINDISABLED. | |
1656 (imap-parse-body): Work around bug in Sun SIMS. | |
1657 | |
1658 * gnus-agent.el (gnus-agent-possibly-do-gcc): | |
1659 (gnus-agent-restore-gcc): | |
1660 (gnus-agent-possibly-save-gcc): New functions. | |
1661 | |
1662 Asks the user to synch flags with server when you plug in. | |
1663 | |
1664 * gnus-agent.el (gnus-agent-synchronize-flags): New variable. | |
1665 (gnus-agent-possibly-synchronize-flags-server): New function, use it. | |
1666 (gnus-agent-toggle-plugged): Call it. | |
1667 (gnus-agent-synchronize-flags): Renamed from `gnus-agent-synchronize'. | |
1668 (gnus-agent-group-mode-map): `g-a-s' -> `g-a-s-flags'. | |
1669 (gnus-agent-possibly-synchronize-flags): New function. | |
1670 (gnus-agent-possibly-synchronize-flags-server): New function. | |
1671 | |
1672 * nnheader.el (nnheader-parse-head): Try both "from:" and "from: ". | |
1673 | |
1674 * gnus-sum.el (gnus-get-newsgroup-headers): Ditto. | |
1675 | |
1676 * gnus-group.el (gnus-group-nnimap-edit-acl): Check if server | |
1677 support ACL's. | |
1678 | |
1679 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1680 | |
1681 * gnus-draft.el (gnus-draft-send-message): Ditto. | |
1682 (gnus-group-send-drafts): Ditto. | |
1683 | |
1684 * gnus-art.el (gnus-request-article-this-buffer): | |
1685 gnus-refer-article-method might be a single method. | |
1686 (gnus-article-mime-total-parts): New function. | |
1687 (gnus-mm-display-part): Use it. | |
1688 (gnus-mime-display-single): Ditto. | |
1689 (gnus-mime-display-alternative): Ditto. | |
1690 (gnus-mime-inline-part): Check validity of charset. | |
1691 (gnus-treat-display-smileys): Default value in Emacs 21. | |
1692 * gnus-art.el: Define dynamic variables in eval-when-compile. | |
1693 (gnus-article-prepare): Configure it again. | |
1694 (gnus-insert-mime-button): Use gnus-overlay-buffer, | |
1695 gnus-overlay-start. | |
1696 (gnus-article-prepare): Configure windows before | |
1697 gnus-article-prepare-display is called. Otherwise, BBDB's popup | |
1698 window might be overrided. | |
1699 (gnus-mime-inline-part): Use prefix argument only | |
1700 when it is called interactively. | |
1701 (gnus-mime-action-alist): New variable. | |
1702 (gnus-mime-action-on-part): Use it. | |
1703 (gnus-mime-button-commands): Add command ".". | |
1704 (gnus-mime-inline-part): Support prefix argument. | |
1705 (gnus-article-banner-alist): New variable. | |
1706 (article-strip-banner): Use it. | |
1707 | |
1708 * mailcap.el (mailcap-parse-mailcaps): Don't use parse-colon-path, | |
1709 because they are files, not paths. | |
1710 (mailcap-parse-mimetypes): Ditto. | |
1711 (mailcap-mime-types): Use mailcap-mime-data. | |
1712 | |
1713 * gnus.el (gnus-xmas-define): Defalias gnus-overlay-buffer, | |
1714 gnus-overlay-start. | |
1715 * gnus.el (gnus-agent-fetching): New variable. | |
1716 * gnus-agent.el (gnus-agent-with-fetch): Bind it. | |
1717 | |
1718 * gnus-agent.el (gnus-agent-fetch-session): Catch quit. | |
1719 (gnus-agent-fetch-group-1): Score-param could be nil. | |
1720 (gnus-agent-any-covered-gcc): New function. | |
1721 (gnus-agent-possibly-save-gcc): Use it. | |
1722 (gnus-agent-possibly-do-gcc): Ditto. | |
1723 * gnus-agent.el: Revoke Mike McEwan's 1998-09-05 patch due to | |
1724 the GNU assignment issue. | |
1725 (gnus-agent-fetch-group-1): Reimplement Mike McEwan's proposal. | |
1726 * gnus-agent.el: timer vs. itimer. | |
1727 | |
1728 * webmail.el (webmail-type-definition): Fix my-deja open url. | |
1729 (webmail-hotmail-list): Fix. | |
1730 (webmail-netscape-open, webmail-hotmail-article, | |
1731 webmail-hotmail-list): Update. | |
1732 (webmail-my-deja-*): Rewrite. | |
1733 | |
1734 * gnus-sum.el (gnus-refer-article-methods): The second could be | |
1735 a named method. | |
1736 (gnus-cache-write-active): Auto load. | |
1737 (gnus-summary-display-article): Enable multibyte. | |
1738 (gnus-summary-select-article): Don't enable multibyte here. | |
1739 (gnus-summary-goto-article): Ditto. | |
1740 (gnus-summary-enter-digest-group): Decode to-address. | |
1741 | |
1742 * mm-util.el (mm-multibyte-p): Test (featurep 'xemacs). | |
1743 (mm-with-unibyte-current-buffer-mule4): New function. | |
1744 (mm-enable-multibyte-mule4): New. | |
1745 (mm-disable-multibyte-mule4): New. | |
1746 | |
1747 * mm-util.el (mm-enable-multibyte-mule4): New. | |
1748 (mm-disable-multibyte-mule4): New. | |
1749 * gnus-sum.el (gnus-summary-mode): Use it. | |
1750 (gnus-summary-select-article): Ditto. | |
1751 (gnus-summary-goto-article): Use enable multibyte. | |
1752 | |
1753 * nnkiboze.el (nnkiboze-generate-group): Use it. Inhibit list groups. | |
1754 (nnkiboze-enter-nov): Fix it when there is no xref. | |
1755 (nnkiboze-generate-groups): List groups. | |
1756 (nnkiboze-request-article): Use | |
1757 gnus-cache-request-article. | |
1758 | |
1759 * gnus-group.el (gnus-group-make-kiboze-group): Use | |
1760 nnkiboze-score-file. | |
1761 (gnus-group-make-kiboze-group): Fix prompt. | |
1762 | |
1763 * message.el (message-send-mail-partially): Replace the header | |
1764 delimiter with a blank line. | |
1765 (message-sending-message): New variable. | |
1766 (message-send): Use it. | |
1767 (message-default-charset): Default value for non-Mule Emacsen. | |
1768 (message-alternative-emails): New. | |
1769 (message-use-alternative-email-as-from): New. | |
1770 (message-setup): Use them. | |
1771 (message-default-charset): Set default value in non-MULE XEmacsen | |
1772 as iso-8859-1. | |
1773 | |
1774 2000-10-27 Bjorn Torkelsson <torkel@hpc2n.umu.se> | |
1775 | |
1776 * message.el: xemacs cleanup (use featurep ' xemacs) | |
1777 | |
1778 * nnheader.el: ditto | |
1779 | |
1780 * mm-util.el: ditto | |
1781 | |
1782 2000-10-27 Stanislav Shalunov <shalunov@internet2.edu> | |
1783 | |
1784 * message.el (message-make-in-reply-to): In-Reply-To is message-id | |
1785 (see DRUMS). | |
1786 | |
1787 2000-10-27 Simon Josefsson <simon@josefsson.org> | |
1788 | |
1789 * message.el (message-send): Make sure error is signalled if no | |
1790 send method is specified. | |
1791 | |
1792 2000-10-27 Dave Love <fx@gnu.org> | |
1793 | |
1794 * gnus-group.el (gnus-group-make-menu-bar): Add some :help | |
1795 strings. | |
1796 (gnus-group-make-tool-bar): New function. | |
1797 (gnus-group-mode): Use it. | |
1798 | |
1799 * message.el (message-mode-menu): Add some :help strings. | |
1800 (message-mode) [message-tool-bar-map]: Define tool-bar-map. | |
1801 (featurep): Use (featurep 'xemacs). Install tool bar for Emacs. | |
1802 | |
1803 * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm: | |
1804 * describe-group.xpm, get-news.xpm, kill-group.xpm: | |
1805 * unsubscribe.xpm: New files. Renamed icons from Luis Fernandes. | |
1806 | |
1807 * mm-decode.el (mm-valid-and-fit-image-p): Don't test | |
1808 display-graphic-p here. | |
1809 | |
1810 2000-10-27 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1811 | |
1812 * mm-decode.el (mm-viewer-completion-map): New. | |
1813 (mm-interactively-view-part): Use it. | |
1814 | |
1815 2000-10-27 Simon Josefsson <sj@extundo.com> | |
1816 | |
1817 * mail-source.el (mail-sources): IMAP predicate is a string. | |
1818 (mail-sources): Add default values for IMAP mailbox, predicate and | |
1819 fetchflag. | |
1820 | |
1821 2000-10-27 Miles Bader <miles@lsi.nec.co.jp> | |
1822 | |
1823 * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead | |
1824 of the `gnus-xemacs' variable, as the latter has been removed. | |
1825 * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise. | |
1826 * gnus-art.el (gnus-treat-display-xface) | |
1827 (gnus-treat-display-smileys, gnus-treat-display-picons) | |
1828 (gnus-article-read-summary-keys): Likewise. | |
1829 | |
1830 2000-10-26 Dave Love <fx@gnu.org> | |
1831 | |
1832 * flow-fill.el: Require cl when compiling. | |
1833 | |
1834 2000-10-26 Simon Josefsson <simon@josefsson.org> | |
1835 | |
1836 * flow-fill.el (fill-flowed): Don't flow "-- " lines. | |
1837 (fill-flowed): Make "quote-depth wins" rule work when first line | |
1838 is at level 0. | |
1839 | |
1840 2000-10-26 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1841 | |
1842 * gnus-ems.el: Remove gnus-xemacs. Autoload smiley. | |
1843 (gnus-kill-all-overlays): Move here. | |
1844 | |
1845 * gnus-util.el (gnus-kill-all-overlays): Move out. | |
1846 | |
1847 2000-10-26 Dave Love <fx@gnu.org> | |
1848 | |
1849 * mail-source.el: Require imap when compiling and defvar | |
1850 display-time-mail-function. Require mm-util. | |
1851 (nnheader-cancel-timer): Autoload. | |
1852 (mail-source-imap-authenticators, mail-source-imap-streams): New | |
1853 variables. | |
1854 (mail-sources): Use them. | |
1855 (defvar): Use rmail-spool-directory unconditionally. | |
1856 | |
1857 2000-10-26 Dirk Meyer <dischi@tzi.de> | |
1858 | |
1859 * gnus-demon.el (gnus-demon-time-to-step): theHour was set to | |
1860 seconds instead of hour. | |
1861 | |
1862 2000-10-26 Per Abrahamsen <abraham@dina.kvl.dk> | |
1863 | |
1864 * mail-source.el (mail-sources): Better `:type'. | |
1865 | |
1866 2000-10-26 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
1867 | |
1868 * mail-source.el (mail-source-keyword-map): Use | |
1869 `rmail-spool-directory' as a default directory for the `file' | |
1870 source, if the variable is defined. Fall back to hardcoded | |
1871 "/usr/spool/mail/", as before. Suggestion by Steven E. Harris | |
1872 <seh@speakeasy.org>. | |
1873 | |
1874 2000-10-25 Jason Rumney <jasonr@gnus.org> | |
1875 | |
1876 * gnus-art.el (gnus-signature-face): Use italic on any frame that | |
1877 supports it. | |
1878 | |
1879 2000-10-18 Dave Love <fx@gnu.org> | |
1880 | |
1881 * mm-bodies.el (mm-uu-decode-function) | |
1882 (mm-uu-binhex-decode-function): Defvar when compiling. | |
1883 | |
1884 * gnus-nocem.el (gnus-nocem-issuers): Update. | |
1885 (gnus-nocem-check-from): New option. | |
1886 (gnus-nocem-scan-groups): Use it. | |
1887 (gnus-nocem-check-article): Bind gnus-newsgroup-name. | |
1888 (gnus-nocem-check-article-limit): Add :version. | |
1889 | |
1890 2000-10-16 Miles Bader <miles@lsi.nec.co.jp> | |
1891 | |
1892 * gnus-nocem.el (gnus-nocem-check-article-limit): New variable. | |
1893 (gnus-nocem-scan-groups): Obey `gnus-nocem-check-article-limit'. | |
1894 | |
1895 2000-10-16 Stefan Monnier <monnier@cs.yale.edu> | |
1896 | |
1897 * ietf-drums.el (mm-util): Require CL when compiling. | |
1898 | |
1899 2000-10-15 Dave Love <fx@gnu.org> | |
1900 | |
1901 * qp.el: Require mm-util. | |
1902 | |
1903 2000-10-13 Dave Love <fx@gnu.org> | |
1904 | |
1905 * qp.el (quoted-printable-decode-region): Avoid invalid | |
1906 coding-systems. | |
1907 | |
1908 2000-10-12 Gerd Moellmann <gerd@gnu.org> | |
1909 | |
1910 * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads | |
1911 to a recursive load. | |
1912 | |
1913 2000-10-12 Dave Love <fx@gnu.org> | |
1914 | |
1915 * mm-util.el (mm-charset-synonym-alist): Add windows-1252. | |
1916 | |
1917 * gnus.el (gnus-group-startup-message): Check for PBM image. | |
1918 | |
1919 2000-10-09 Dave Love <fx@gnu.org> | |
1920 | |
1921 * mail-source.el (mail-source-fetch-imap): Bind | |
1922 default-enable-multibyte-characters rather than using | |
1923 mm-disable-multibyte. | |
1924 | |
1925 2000-10-03 ShengHuo ZHU <zsh@cs.rochester.edu> | |
1926 | |
1927 * mail-source.el (mail-source-fetch-maildir): Don't insert | |
1928 newlines. | |
1929 | |
1930 2000-10-06 Stefan Monnier <monnier@cs.yale.edu> | |
1931 | |
1932 * mm-encode.el: Require CL. At least, for `incf'. | |
1933 | |
1934 2000-10-06 Dave Love <fx@gnu.org> | |
1935 | |
1936 * gnus-audio.el: Don't require cl. | |
1937 (gnus-audio): New custom group. | |
1938 (gnus-audio-inline-sound): Change to work with Emacs. | |
1939 (gnus-audio-directory, gnus-audio-directory) | |
1940 (gnus-audio-au-player): Customize. | |
1941 (gnus-audio-play): Try external player if play-sound-file fails. | |
1942 Use file-name-extension, not string-match. | |
1943 | |
1944 2000-10-05 Dave Love <fx@gnu.org> | |
1945 | |
1946 * rfc1843.el: Require cl when compiling. | |
1947 | |
1948 * qp.el (mm-decode-coding-region, mm-encode-coding-region): | |
1949 Autoload. | |
1950 (quoted-printable-decode-region): Rename arg which confused | |
1951 charset with coding-system. Don't use nonascii-insert-offset. | |
1952 Coding-system encode the region initially. Don't recognize `==' | |
1953 as valid QP. Coding-system decode the region finally. | |
1954 (quoted-printable-decode-string): Rename arg which confused | |
1955 charset with coding-system. | |
1956 | |
1957 * mm-bodies.el: Require mm-uu, Don't require qp, uudecode. | |
1958 (mm-encode-body): Apply mm-charset-to-coding-system to arg of | |
1959 mm-encode-coding-region. | |
1960 (mm-decode-body, mm-decode-string): Rename variables which | |
1961 confused charset with coding-system. | |
1962 (binhex-decode-region): Don't autoload. | |
1963 (mm-body-encoding): Require message. | |
1964 (mm-decode-content-transfer-encoding): Require mm-uu in relevant | |
1965 cond branches. | |
1966 | |
1967 * gnus-art.el (article-de-quoted-unreadable) | |
1968 (article-de-base64-unreadable): Fold search case | |
1969 rather than downcasing string. Apply mm-charset-to-coding-system | |
1970 to arg of quoted-printable-decode-region. | |
1971 | |
1972 2000-10-05 Stefan Monnier <monnier@cs.yale.edu> | |
1973 | |
1974 * nnfolder.el (nnfolder-ignore-active-file): Typos. | |
1975 | |
1976 * gnus-mh.el (gnus-summary-save-in-folder): Obey mh-lib-progs. | |
1977 | |
1978 * gnus-kill.el (gnus-kill): Typo. | |
1979 | |
1980 2000-10-05 Kenichi Handa <handa@etl.go.jp> | |
1981 | |
1982 * gnus-mule.el: Revived. | |
1983 | |
1984 2000-10-04 Dave Love <fx@gnu.org> | |
1985 | |
1986 * gnus-ems.el: Don't turn off compiler warnings in local vars. | |
1987 Require ring when compiling. | |
1988 (gnus-x-splash): Bind width, height. | |
1989 (gnus-article-compface-xbm): New variable. | |
1990 (gnus-article-display-xface): Move graphic test. Use unibyte. | |
1991 Obey gnus-article-compface-xbm. Use pbm, not xbm. | |
1992 | |
1993 2000-10-04 Stefan Monnier <monnier@cs.yale.edu> | |
1994 | |
1995 * nnimap.el: require 'cl when compiling. | |
1996 | |
1997 2000-10-04 Dave Love <fx@gnu.org> | |
1998 | |
1999 * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use | |
2000 pbm images. | |
2001 | |
2002 * frown.pbm, smile.pbm, wry.pbm: New files. | |
2003 | |
2004 * frown.xbm, smile.xbm, wry.xbm: Deleted. | |
2005 | |
2006 2000-10-03 Dave Love <fx@gnu.org> | |
2007 | |
2008 * mail-source.el (mail-sources): Revert to nil. | |
2009 | |
2010 * nnmail.el (nnmail-spool-file): Revert to `((file))'. | |
2011 | |
2012 * qp.el: Don't require mm-util. | |
2013 (quoted-printable-decode-region): Rewritten. | |
2014 (quoted-printable-decode-string, quoted-printable-encode-region): | |
2015 Doc fix. | |
2016 (quoted-printable-encode-region): Barf on multibyte characters. | |
2017 Maybe make the class multibyte. Upcase chars, not formatted | |
2018 strings. Allow mm-use-ultra-safe-encoding to be unbound. | |
2019 (quoted-printable-encode-string): Don't use | |
2020 mm-with-unibyte-buffer. | |
2021 | |
2022 2000-10-03 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2023 | |
2024 * mail-source.el (mail-source-report-new-mail): Use | |
2025 nnheader-cancel-timer. | |
2026 | |
2027 2000-10-03 Simon Josefsson <simon@josefsson.org> | |
2028 | |
2029 * mail-source.el (mail-source-imap-file-coding-system): New variable. | |
2030 (mail-source-fetch-imap): Use it. | |
2031 | |
2032 2000-09-29 Gerd Moellmann <gerd@gnu.org> | |
2033 | |
2034 * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Fix | |
2035 last change. | |
2036 | |
2037 * gnus.el (gnus-mode-line-buffer-identification)[EMACS]: Use | |
2038 `:ascent center'. | |
2039 | |
2040 * smiley-ems.el (smiley-update-cache): Use `:ascent center'. | |
2041 | |
2042 2000-09-28 Gerd Moellmann <gerd@gnu.org> | |
2043 | |
2044 * gnus.el (gnus-mode-line-buffer-identification) [Emacs]: Change | |
2045 image's :ascent to 80. That gives a mode-line which is approx. | |
2046 as tall as the normal one. | |
2047 | |
2048 2000-09-21 Dave Love <fx@gnu.org> | |
2049 | |
2050 * smiley-ems.el (smiley-region): Test if display-graphic-p bound | |
2051 (for Emacs 20). Tidy somewhat. | |
2052 | |
2053 2000-09-21 Dave Love <fx@gnu.org> | |
2054 | |
2055 * gnus-ems.el (gnus-article-display-xface): Use unibyte for the | |
2056 image processing. Rationalize logic somewhat. | |
2057 | |
2058 2000-09-20 Dave Love <fx@gnu.org> | |
2059 | |
2060 * smiley-ems.el, frown.xbm, smile.xbm, wry.xbm: New files. | |
2061 | |
2062 * mail-source.el (mail-source-delete-incoming): Set to t, assuming | |
2063 we'll be careful merging development changes. | |
2064 | |
2065 * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X | |
2066 specifically. | |
2067 | |
2068 * gnus-ems.el (gnus-smiley-display): Autoload from smiley-ems. | |
2069 (mouse-set-point, set-face-foreground) | |
2070 (set-face-background, x-popup-menu) [not window-system]: Don't zap | |
2071 them. | |
2072 | |
2073 * mm-decode.el (mm-valid-and-fit-image-p): Use display-graphic-p. | |
2074 | |
2075 * gnus.el (gnus-version-number): Start 5.9 series. Avoid some | |
2076 redundant autoloads. | |
2077 | |
2078 2000-09-20 Gerd Moellmann <gerd@gnu.org> | |
2079 | |
2080 * gnus-ems.el (gnus-article-display-xface): Don't convert PBM | |
2081 to XBM; we always have PBM support. | |
2082 | |
2083 2000-09-19 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2084 | |
2085 * gnus-group.el (gnus-group-make-kiboze-group): Makedir. | |
2086 * nnheader.el (nnheader-parse-nov): Remove Xref in mail-header-xref. | |
2087 * gnus-sum.el (gnus-nov-parse-line): Ditto. | |
2088 * nnkiboze.el (nnkiboze-file-coding-system): New. | |
2089 (nnkiboze-retrieve-headers): Use it. | |
2090 (nnkiboze-request-group): Ditto. | |
2091 (nnkiboze-close-group): Ditto. | |
2092 (nnkiboze-generate-group): Ditto. | |
2093 (nnkiboze-enter-nov): Insert first Xref properly. | |
2094 | |
2095 2000-09-19 Dave Love <fx@gnu.org> | |
2096 | |
2097 * nnmail.el (nnmail-cache-accepted-message-ids): Default to nil. | |
2098 (nnmail-get-new-mail): Test `sources' in top-level conditional. | |
2099 | |
2100 * mail-source.el (mail-sources): Change default to '((file)). | |
2101 Add useful custom type. | |
2102 | |
2103 2000-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
2104 | |
2105 * gnus-util.el (gnus-time-iso8601): Correct doc string (four digit | |
2106 year). | |
2107 (gnus-date-iso8601): Ditto. | |
2108 | |
2109 2000-09-18 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2110 | |
2111 * mail-source.el (mail-source-fetch-imap): Disable multibyte. | |
2112 | |
2113 2000-09-17 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2114 | |
2115 * rfc2047.el (rfc2047-q-encoding-alist): Remove = and _ from the | |
2116 pattern. Avoid using 8 bit chars. | |
2117 * qp.el (quoted-printable-encode-region): Avoid using 8 bit chars. | |
2118 | |
2119 2000-09-16 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2120 | |
2121 * smiley.el (smiley-buffer-ems, smiley-create-glyph-ems, | |
2122 smiley-toggle-extent-ems, smiley-toggle-extents-ems, | |
2123 smiley-toggle-buffer-ems): New functions for Emacs 21. Toggle | |
2124 functions are not implemented yet. | |
2125 | |
2126 * dgnushack.el (dgnushack-compile): Remove smiley.el and | |
2127 x-overlay.el from the FSF Emacs black list. | |
2128 | |
2129 2000-09-15 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2130 | |
2131 * mm-decode.el (mm-inlined-types): Add application/emacs-lisp. | |
2132 (mm-inline-media-tests): Ditto. | |
2133 (mm-automatic-display): Ditto. | |
2134 * mm-view.el (mm-display-inline-fontify): Generalize from | |
2135 mm-display-patch-inline. | |
2136 (mm-display-patch-inline): Use it. | |
2137 (mm-display-elisp-inline): Ditto. | |
2138 | |
2139 2000-09-15 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2140 | |
2141 * gnus-topic.el (gnus-topic-find-groups): Add recursive parameter. | |
2142 (gnus-topic-unmark-topic): Ditto. | |
2143 (gnus-topic-mark-topic): Ditto. | |
2144 (gnus-topic-get-new-news-this-topic): Use it. | |
2145 | |
2146 2000-09-15 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2147 | |
2148 * gnus-art.el (gnus-treat-display-xface): By default, Emacs 21 | |
2149 display xface. | |
2150 | |
2151 2000-09-15 Katsumi Yamaoka <yamaoka@jpl.org> | |
2152 | |
2153 * gnus-group.el (gnus-group-rename-group): Inhibit renaming of | |
2154 zombie or killed groups. | |
2155 | |
2156 2000-09-15 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2157 | |
2158 * mml.el (mml-preview): Reinsert unibyte content. | |
2159 (mml-parse-1): Remove with-unibyte-current-buffer. | |
2160 (mml-generate-mime-1): Ditto. | |
2161 * gnus-msg.el (gnus-summary-mail-forward): Ditto. | |
2162 * message.el (message-forward): Ditto. | |
2163 | |
2164 2000-09-14 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2165 | |
2166 * gnus-art.el (article-de-quoted-unreadable): Guess charset from | |
2167 original article buffer. | |
2168 (article-de-base64-unreadable): Ditto. | |
2169 (article-wash-html): Ditto. | |
2170 | |
2171 2000-09-14 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2172 | |
2173 * gnus-msg.el (gnus-summary-mail-forward): Disable multibyte | |
2174 unless forward-show-mml. | |
2175 | |
2176 2000-09-14 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2177 | |
2178 * gnus-sum.el (gnus-summary-save-parts-type-history): New. | |
2179 (gnus-summary-save-parts-last-directory): New. | |
2180 (gnus-summary-save-parts): Save history. | |
2181 | |
2182 2000-09-14 Ben Gertzfield <che@debian.org> | |
2183 | |
2184 * gnus-sum.el (gnus-summary-save-parts-default-mime): New | |
2185 variable. | |
2186 (gnus-summary-save-parts): Use it. | |
2187 | |
2188 2000-09-14 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2189 | |
2190 * gnus-art.el (gnus-article-setup-buffer): Clean handle-alist. | |
2191 * gnus-sum.el (gnus-summary-exit): Ditto. | |
2192 (gnus-summary-exit-no-update): Ditto. | |
2193 (gnus-summary-show-article): Ditto. | |
2194 | |
2195 2000-09-14 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2196 | |
2197 * nndoc.el (nndoc-dissect-mime-parts-sub): Remove | |
2198 Content-Disposition. | |
2199 | |
2200 2000-09-14 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2201 | |
2202 * webmail.el: Hotmail updated. Add X-Gnus-Webmail. | |
2203 | |
2204 2000-09-14 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2205 | |
2206 * gnus-art.el (gnus-article-setup-buffer): Set | |
2207 gnus-article-mime-handles to nil. | |
2208 * gnus-sum.el (gnus-summary-exit): Ditto. | |
2209 (gnus-summary-exit-no-update): Ditto. | |
2210 (gnus-summary-show-article): Ditto. | |
2211 (gnus-summary-save-parts): Use gnus-article-mime-handles if | |
2212 dissected. | |
2213 * mm-partial.el (mm-partial-find-parts): Remove redundancy. | |
2214 | |
2215 2000-09-14 Dave Love <fx@gnu.org> | |
2216 | |
2217 * gnus.el (gnus-charset): | |
2218 * mm-decode.el (mime-display): | |
2219 * imap.el (imap) <defgroup>: Add :version. | |
2220 | |
2221 2000-09-13 Gerd Moellmann <gerd@gnu.org> | |
2222 | |
2223 * parse-time.el: Fix author's mail address. | |
2224 | |
2225 * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el: | |
2226 * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el: | |
2227 * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el: | |
2228 * messcompat.el, nnbabyl.el, nndir.el, nneething.el: | |
2229 * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el: | |
2230 * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el: | |
2231 * rfc2231.el, uudecode.el: Fix copyright notice. | |
2232 | |
2233 * nnweb.el (toplevel): To make the file bootstrap in Emacs, | |
2234 require `w3' at load-time only if not running in batch mode. | |
2235 | |
2236 2000-09-13 Dave Love <fx@gnu.org> | |
2237 | |
2238 * gnus-ems.el (gnus-ems-redefine): Don't alias | |
2239 gnus-summary-set-display-table. | |
2240 | |
2241 * message.el (message-user-agent): Don't wrap ignore-errors around | |
2242 it. | |
2243 | |
2244 * mm-encode.el (mm-insert-multipart-headers): Avoid redundant | |
2245 `format'. | |
2246 (mm-content-transfer-encoding): Don't use cadar. | |
2247 | |
2248 * uudecode.el (uudecode-decoder-program) | |
2249 (uudecode-decoder-switches): Customize. | |
2250 | |
2251 * gnus-score.el (gnus-home-score-file): Improve custom type. | |
2252 | |
2253 * gnus-cus.el (gnus-custom-mode): Conditionally set local | |
2254 variables for Emacs 21. | |
2255 (gnus-group-customize): Disable undo while laying out the buffer. | |
2256 | |
2257 2000-09-13 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2258 | |
2259 * gnus-util.el (gnus-write-active-file): Bind | |
2260 coding-system-for-write. | |
2261 | |
2262 * nnmail.el (nnmail-get-new-mail): Don't test nnmail-spool-file. | |
2263 | |
2264 * gnus-cache.el (gnus-jog-cache): Temporarily disable mail-sources. | |
2265 * gnus-kill.el (gnus-batch-score): Ditto. | |
2266 * gnus-move.el (gnus-change-server): Ditto. | |
2267 * nnkiboze.el (nnkiboze-generate-groups): Ditto. | |
2268 | |
2269 2000-09-12 Simon Josefsson <simon@josefsson.org> | |
2270 | |
2271 * gnus-sum.el (gnus-update-read-articles): Undo | |
2272 `gnus-request-set-mark' operation. | |
2273 | |
2274 2000-09-11 Dave Love <fx@gnu.org> | |
2275 | |
2276 * ChangeLog: Use iso-2022 coding. | |
2277 | |
2278 * gnus-msg.el (gnus-msg-mail): New function. | |
2279 (gnus-user-agent): New mail agent. | |
2280 | |
2281 2000-09-10 Dave Love <fx@gnu.org> | |
2282 | |
2283 * message.el: Require mail-abbrevs for XEmacs for a problem with | |
2284 keybinding despite the autoloads for it. | |
2285 | |
2286 2000-09-08 Simon Josefsson <simon@josefsson.org> | |
2287 | |
2288 * imap.el (imap-kerberos4-open): Erase more (fixes race condition?). | |
2289 | |
2290 * nnimap.el (nnimap-request-update-info-internal): Remove tick | |
2291 marks from dormant articles. (See nnimap-request-set-mark.) | |
2292 (nnimap-retrieve-headers-progress): Demule. | |
2293 (nnimap-open-server): Call nnoo-change-server twice, once for | |
2294 getting the nnimap-server-buffer and once for letting n-c-s set | |
2295 the variables in that buffer. | |
2296 | |
2297 2000-09-08 David Edmondson <dme@dme.org> | |
2298 | |
2299 * gnus.el (gnus-short-group-name): Guess separator. | |
2300 | |
2301 2000-09-06 Francis Litterio <franl-removethis@world.omitthis.std.com> | |
2302 | |
2303 * gnus-group.el (gnus-group-insert-group-line): Fix. | |
2304 | |
2305 2000-09-04 Dave Love <fx@gnu.org> | |
2306 | |
2307 * mm-decode.el (mime-display) <defgroup>: Add `multimedia' group. | |
2308 (mm-get-image): Avoid the losing `make-glyph' from W3. | |
2309 | |
2310 2000-09-03 Simon Josefsson <simon@josefsson.org> | |
2311 | |
2312 * gnus-sum.el (gnus-summary-delete-article): Check server. | |
2313 | |
2314 2000-09-01 Simon Josefsson <simon@josefsson.org> | |
2315 | |
2316 * imap.el (imap-parse-flag-list): Rewrite. | |
2317 | |
2318 * nnimap.el (nnimap-retrieve-headers-from-file): Ignore errors. | |
2319 | |
2320 * imap.el (imap-parse-flag-list): Hack. | |
2321 | |
2322 2000-08-29 Dave Love <fx@gnu.org> | |
2323 | |
2324 * gnus-mlspl.el (gnus-group-split-fancy): Eschew mapcon. | |
2325 | |
2326 * gnus-agent.el (gnus-agent-union): new function. | |
2327 (gnus-agent-fetch-headers): Use it. | |
2328 | |
2329 * gnus.el (gnus-group-startup-message): Specify foreground and | |
2330 background for xpm image. Centre image vertically. | |
2331 From Katsumi Yamaoka <yamaoka@jpl.org> with mods. | |
2332 | |
2333 2000-08-25 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2334 | |
2335 * message.el (message-send-mail): Narrow-to-headers. | |
2336 | |
2337 2000-08-24 Dave Love <fx@gnu.org> | |
2338 | |
2339 * gnus-art.el (gnus-insert-mime-button): Fix help-echo for Emacs | |
2340 21. | |
2341 | |
2342 2000-08-21 Dave Love <fx@gnu.org> | |
2343 | |
2344 * nnimap.el (nnimap-request-newgroups): Eschew member-if. | |
2345 | |
2346 2000-08-21 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2347 | |
2348 * gnus-topic.el (gnus-topic-hide-topic): Use find-topology if | |
2349 permanent is used. | |
2350 (gnus-topic-show-topic): Read topic when to show permanent hidden | |
2351 topic. | |
2352 (gnus-topic-remove-topic): Revert to the old behavior, not using | |
2353 hide. | |
2354 | |
2355 2000-08-21 Dave Love <fx@gnu.org> | |
2356 | |
2357 * gnus-ems.el (gnus-add-minor-mode): Add &rest arg. | |
2358 (gnus-xemacs): Use featurep. | |
2359 | |
2360 * mm-util.el (mm-read-charset): Maybe use builtin. | |
2361 (mm-replace-chars-in-string): Maybe use subst-char-in-string. | |
2362 (mm-multibyte-p, mm-with-unibyte-current-buffer) | |
2363 (mm-with-unibyte): Use featurep, not string-match. | |
2364 (mm-with-unibyte-buffer): Simplify. | |
2365 (mm-quote-arg): Maybe use shell-quote-argument. | |
2366 | |
2367 * mml.el (mml-make-string): Deleted (unused). | |
2368 | |
2369 * gnus.el (gnus-mode-line-buffer-identification): Supply | |
2370 definition for Emacs 21. | |
2371 | |
2372 * gnus-salt.el: Small doc fixes. | |
2373 (gnus-pick-mode, gnus-binary-mode): Supply a toggle-func arg to | |
2374 gnus-add-minor-mode. | |
2375 | |
2376 * gnus-topic.el (gnus-topic-mode): Supply a toggle-func arg to | |
2377 gnus-add-minor-mode. | |
2378 | |
2379 2000-08-20 Simon Josefsson <simon@josefsson.org> | |
2380 | |
2381 * nnimap.el (nnimap-before-find-minmax-bugworkaround): New | |
2382 function, thanks to Lloyd Zusman for debugging. | |
2383 (nnimap-request-group): | |
2384 (nnimap-request-list): | |
2385 (nnimap-retrieve-groups): | |
2386 (nnimap-request-newgroups): Use it. | |
2387 | |
2388 * nnimap.el (nnimap-request-article-part): Less verbose. | |
2389 | |
2390 2000-08-18 Dave Love <fx@gnu.org> | |
2391 | |
2392 * gnus-score.el (gnus-score-find-score-files-function): Fix doc, | |
2393 custom type. | |
2394 | |
2395 * nnheader.el (nnheader-replace-chars-in-string): Use | |
2396 subst-char-in-string if available. | |
2397 | |
2398 * gnus-art.el (gnus-read-save-file-name, gnus-plain-save-name) | |
2399 (gnus-request-article-this-buffer): Use expand-file-name. | |
2400 (gnus-mime-view-part-as-type): Simplify interactive spec. | |
2401 (gnus-mime-button-map): Define it all in defvar. | |
2402 | |
2403 2000-08-17 Dave Love <fx@gnu.org> | |
2404 | |
2405 * gnus-group.el (gnus-group-running-xemacs): Deleted. | |
2406 | |
2407 * gnus-demon.el (gnus-demon): Bind use-dialog-box and | |
2408 last-nonmenu-event. | |
2409 | |
2410 * uudecode.el (char-int): Use defalias, not fset. | |
2411 | |
2412 * score-mode.el: Don't require easymenu. Require mm-util. | |
2413 (score-mode-coding-system): Use mm-auto-save-coding-system. | |
2414 | |
2415 * nneething.el (nneething-create-mapping): Don't use cadar & al. | |
2416 (nneething-file-name): Use expand-file-name, not concat. | |
2417 | |
2418 2000-08-16 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2419 | |
2420 * nnslashdot.el (nnslashdot-threaded-retrieve-headers): | |
2421 Failure proof for email addresses. | |
2422 (nnslashdot-sane-retrieve-headers): Ditto. | |
2423 | |
2424 2000-08-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2425 | |
2426 * message.el (message-send-mail): Only insert courtesy message | |
2427 when text/plain. | |
2428 | |
2429 2000-08-14 Jesper Harder <jesper_harder@hotmail.com> | |
2430 | |
2431 * message.el (message-cancel-news): Copy the From header from the | |
2432 original article. | |
2433 | |
2434 2000-08-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2435 | |
2436 * gnus-async.el (gnus-asynchronous): Removed. | |
2437 | |
2438 2000-08-14 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2439 | |
2440 * mail-source.el (mail-source-fetch-maildir): Use MMDF mail | |
2441 format. | |
2442 | |
2443 2000-08-14 Rod Whitby <list.ding@rwhitby.net> | |
2444 | |
2445 * nnmail.el (nnmail-expiry-target-group): Fixed. | |
2446 | |
2447 2000-08-14 Rod Whitby <list.ding@rwhitby.net> | |
2448 | |
2449 * nnmail.el (nnmail-expiry-target-group): Fix the call to | |
2450 gnus-request-accept-article so that body encoding is *not* done. | |
2451 Encoding is not done on incoming mail, so why should it be done on | |
2452 expired mail? | |
2453 | |
2454 2000-08-14 Rod Whitby <list.ding@rwhitby.net> | |
2455 | |
2456 * nnml.el (nnml-request-expire-articles): Fix the calls to | |
2457 nnml-request-article (the filename was being passed instead of the | |
2458 article number) and nnmail-expiry-target-group | |
2459 (nnml-current-directory is changed by nnml-request-accept-article, | |
2460 causing it to be incorrect for the next article to be expired). | |
2461 | |
2462 2000-08-14 Rod Whitby <list.ding@rwhitby.net> | |
2463 | |
2464 * gnus-sum.el (gnus-summary-expire-articles): Fix the handling of | |
2465 expiry-target group parameters. | |
2466 | |
2467 2000-08-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2468 | |
2469 * gnus-topic.el (gnus-topic-select-group): Touch the dribble | |
2470 buffer. | |
2471 (gnus-topic-hide-topic): Take a PERMANENT parameter. | |
2472 (gnus-topic-show-topic): Ditto. | |
2473 | |
2474 * gnus-dup.el (gnus-dup-suppress-articles): Do auto-expiry. | |
2475 | |
2476 2000-08-12 John H. Palmieri <palmieri@math.washington.edu> | |
2477 | |
2478 * mail-source.el (mail-source-incoming-file-prefix): New | |
2479 variable. | |
2480 | |
2481 2000-08-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2482 | |
2483 * gnus-start.el (gnus-check-first-time-used): Clean up a bit. | |
2484 | |
2485 * mailcap.el (mailcap-maybe-eval): Be even more warning. | |
2486 | |
2487 2000-08-11 Florian Weimer <fw@deneb.enyo.de> | |
2488 | |
2489 * message.el (message-syntax-checks): New check quotin-style: | |
2490 Text must be written below quoted text. | |
2491 (message-check-news-body-syntax): Check it. | |
2492 | |
2493 2000-08-11 Simon Josefsson <simon@josefsson.org> | |
2494 | |
2495 * imap.el (imap-authenticator-alist): Fix typo. | |
2496 (imap-gssapi-open): Copy krb4 fixes for modern imtest's, thanks to | |
2497 Jonas Oberg for debugging. | |
2498 | |
2499 2000-08-11 Simon Josefsson <simon@josefsson.org> | |
2500 | |
2501 * gnus-async.el (gnus-asynchronous): Disable by default. | |
2502 | |
2503 2000-08-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2504 | |
2505 * mm-view.el (mm-inline-text): Bind fill-column. | |
2506 | |
2507 * nnvirtual.el (nnvirtual-request-expire-articles): Return the | |
2508 list of unexpired articles. | |
2509 | |
2510 * gnus-group.el (gnus-group-expire-articles-1): Return the list of | |
2511 un-expired articles. | |
2512 | |
2513 * gnus-sum.el (gnus-summary-reparent-thread): Narrow to the | |
2514 headers. | |
2515 | |
2516 * gnus-topic.el (gnus-topic-kill-group): Move up one line so that | |
2517 we update the right topic.. | |
2518 | |
2519 * mm-decode.el (mm-display-external): Put point at start. | |
2520 | |
2521 2000-08-10 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
2522 | |
2523 * nnmail.el (nnmail-expiry-target): More explicit documentation. | |
2524 | |
2525 * gnus-cus.el (gnus-group-parameters): Add parameter `expiry-wait'. | |
2526 | |
2527 2000-08-09 Simon Josefsson <simon@josefsson.org> | |
2528 | |
2529 * imap.el (imap-parse-body): | |
2530 (imap-parse-string-list): Add bug workarounds for Stalker | |
2531 Communigate Pro 3.0 server. | |
2532 (imap-body-lines): Remove bogus comment. | |
2533 | |
2534 * imap.el (imap-range-to-message-set): Move from nnimap.el. | |
2535 | |
2536 * nnimap.el (nnimap-retrieve-which-headers): | |
2537 (nnimap-retrieve-headers-from-server): | |
2538 (nnimap-request-set-mark): | |
2539 (nnimap-request-expire-articles): Use `i-r-t-m-set' instead. | |
2540 | |
2541 2000-08-08 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2542 | |
2543 * message.el (message-dont-reply-to-names): | |
2544 rmail-dont-reply-to-names may not be defined. | |
2545 | |
2546 2000-08-07 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2547 | |
2548 * gnus-group.el (gnus-group-iterate): Uncompiled function should | |
2549 not use pop. | |
2550 | |
2551 2000-07-19 Dave Love <fx@gnu.org> | |
2552 | |
2553 * gnus-ems.el: Defalias some dummy funcs to `ignore'. | |
2554 (gnus-x-splash): Use expand-file-name. Remove redundant facep | |
2555 check. | |
2556 (gnus-article-display-xface): Special-case for dark backgrounds. | |
2557 | |
2558 2000-07-19 Kim-Minh Kaplan <kmkaplan@galaxy.fr> | |
2559 | |
2560 * imap.el (imap-calculate-literal-size-first): New variable. | |
2561 (imap-local-variables): Add it. | |
2562 (imap-kerberos4-open): Set it. | |
2563 (imap-send-command): Use it. | |
2564 | |
2565 2000-07-17 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2566 | |
2567 * mailcap.el (mailcap-mimetypes-parsed-p): New variable. | |
2568 (mailcap-parse-mimetypes): Use it. | |
2569 (mailcap-extension-to-mime): Parse mimetype. | |
2570 (mailcap-mime-types): Ditto. | |
2571 * mml.el (mml-minibuffer-read-type): Ditto. | |
2572 | |
2573 2000-07-16 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2574 | |
2575 * nndoc.el (nndoc-type-alist): Add outlook. | |
2576 (nndoc-outlook-type-p): New function. | |
2577 (nndoc-outlook-article-begin): Ditto. | |
2578 | |
2579 2000-07-16 Daiki Ueno <ueno@unixuser.org> | |
2580 | |
2581 * gnus-sum.el (gnus-restore-hidden-threads-configuration): Save | |
2582 excursion. | |
2583 | |
2584 2000-07-15 Simon Josefsson <simon@josefsson.org> | |
2585 | |
2586 * gnus-cus.el (gnus-group-parameters, banner): Type is regexp. | |
2587 | |
2588 * imap.el (imap): | |
2589 (imap-kerberos4-program): | |
2590 (imap-gssapi-program): | |
2591 (imap-ssl-program): Customization. | |
2592 (imap-shell-program): | |
2593 (imap-shell-host): New variables. | |
2594 (imap-streams): | |
2595 (imap-stream-alist): Add shell. | |
2596 (imap-shell-p): | |
2597 (imap-shell-open): New functions. | |
2598 (imap-open): Don't call authenticator if preauth. | |
2599 (imap-authenticate): Return t if already authenticated. | |
2600 | |
2601 2000-07-14 Simon Josefsson <simon@josefsson.org> | |
2602 | |
2603 * gnus.el (gnus-invalid-group-regexp): New variable. | |
2604 (gnus-read-group): Use it. | |
2605 | |
2606 2000-07-14 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2607 | |
2608 * gnus-agent.el (gnus-agent-fetch-group-1): mark-below, | |
2609 expunge-below and orphan-score are "group variables". | |
2610 | |
2611 2000-07-13 Simon Josefsson <jas@pdc.kth.se> | |
2612 | |
2613 * gnus-srvr.el (gnus-browse-read-group): Don't pass fully | |
2614 qualified group names to `gnus-group-read-ephemeral-group'. | |
2615 | |
2616 2000-07-12 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2617 | |
2618 * gnus-sum.el: `W t' is toggle-header in info. | |
2619 | |
2620 2000-07-12 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2621 | |
2622 * gnus-art.el (article-de-base64-unreadable): Typo. | |
2623 | |
2624 2000-07-12 Simon Josefsson <jas@pdc.kth.se> | |
2625 | |
2626 * gnus-agent.el (require): Require timer. | |
2627 | |
2628 2000-07-11 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2629 | |
2630 * message.el (message-bounce): Call mime-to-mml. | |
2631 | |
2632 2000-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2633 | |
2634 * nnslashdot.el (nnslashdot-request-close): New function. | |
2635 | |
2636 2000-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2637 | |
2638 * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Get the | |
2639 right line number for the article. | |
2640 | |
2641 2000-07-11 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2642 | |
2643 * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Save point. | |
2644 * webmail.el (webmail-fetch): Bind | |
2645 url-http-silence-on-insecure-redirection. | |
2646 | |
2647 2000-07-10 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2648 | |
2649 * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Use | |
2650 unibyte. | |
2651 (nnslashdot-sane-retrieve-headers): Ditto. | |
2652 (nnslashdot-request-article): Ditto. | |
2653 | |
2654 2000-07-10 William M. Perry <wmperry@aventail.com> | |
2655 | |
2656 * mailcap.el (mailcap-parse-mimetype-file): | |
2657 | |
2658 2000-07-08 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2659 | |
2660 * nnweb.el (nnweb-insert): Stricter test. | |
2661 * webmail.el (webmail-refresh-redirect): Ditto. | |
2662 | |
2663 2000-07-06 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2664 | |
2665 * mm-decode.el (mm-dissect-multipart): Match the EOL of boundary. | |
2666 | |
2667 2000-07-05 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2668 | |
2669 * nnheader.el (nnheader-insert-nov): Remove EOLs of all fields. | |
2670 | |
2671 2000-07-05 Dave Love <fx@gnu.org> | |
2672 | |
2673 * utf7.el: Doc and header fixes. | |
2674 | |
2675 * gnus-sum.el: Doc fixes. | |
2676 | |
2677 * gnus-util.el (gnus-point-at-eol, gnus-point-at-bol): Use | |
2678 defalias, not fset. | |
2679 | |
2680 * flow-fill.el (fill-flowed-point-at-eol) | |
2681 (fill-flowed-point-at-bol): Use defalias, not fset. | |
2682 | |
2683 * gnus-art.el: Don't alias article-mime-decode-quoted-printable. | |
2684 (gnus-Plain-save-name): Delete -- apparently bogus. | |
2685 | |
2686 2000-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2687 | |
2688 * nnsoup.el: Use expand-file-name throughout. | |
2689 | |
2690 2000-07-03 Kjetil Torgrim Homme <kjetilho@ifi.uio.no> | |
2691 | |
2692 * nnmail.el (nnmail-read-incoming-hook): New example. | |
2693 | |
2694 2000-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2695 | |
2696 * mm-view.el (mm-inline-text): Check whether the text has already | |
2697 been decoded. | |
2698 | |
2699 2000-07-04 ShengHuo ZHU <zsh@cs.rochester.edu> | |
2700 | |
2701 * nnslashdot.el (nnslashdot-sid-strip): To strip or not to strip? | |
2702 | |
2703 2000-07-03 Stainless Steel Rat <ratinox@peorth.gweep.net> | |
2704 | |
2705 * gnus-sum.el (gnus-recenter): Fix horizontal recenter. | |
2706 | |
2707 2000-07-03 Simon Josefsson <simon@josefsson.org> | |
2708 | |
2709 * gnus-sum.el (gnus-update-marks): Don't propagate download and | |
2710 unsend flags. | |
2711 | |
2712 2000-07-03 Simon Josefsson <jas@pdc.kth.se> | |
2713 | |
2714 * nnimap.el (nnimap-open-connection): Don't look up virtual server | |
2715 name in authinfo (.authinfo now support ports, no need for the | |
2716 hack). | |
2717 (nnimap-split-find-rule): Fix. | |
2718 (nnimap-open-connection): Look for nnimap-server-address in authinfo. | |
2719 | |
2720 2000-07-03 Paul Stodghill <stodghil@CS.Cornell.EDU> | |
2721 | |
2722 * message.el (message-unquote-tokens): Remove all quotes. | |
2723 | |
2724 2000-07-03 Julien Gilles <julien.gilles@bcv01y01.vz.cit.alcatel.fr> | |
2725 | |
2726 * gnus-ml.el: New file. | |
2727 | |
2728 2000-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2729 | |
2730 * nnultimate.el (nnultimate-request-close): New function. | |
2731 | |
2732 * gnus-start.el (gnus-clear-system): Clear nnmail-split-history. | |
2733 | |
2734 2000-07-02 Lars Magne Ingebrigtsen <lmi@quimbies.gnus.org> | |
2735 | |
2736 * gnus.el: Gnus v5.8.7 is released. | |
2737 | |
2738 2000-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
2739 | |
2740 * mm-decode.el (mm-insert-part): Characters doubly decoded. | |
2741 | |
2742 2000-07-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2743 | |
2744 * message.el (message-do-fcc): Encode MIME. | |
2745 | |
2746 2000-06-28 Simon Josefsson <simon@josefsson.org> | |
2747 | |
2748 * nnimap.el (nnimap-split-rule): Update doc with extended syntax. | |
2749 (nnimap-assoc-match): New function. | |
2750 (nnimap-split-find-rule): Support extended syntax. | |
2751 | |
2752 2000-06-28 Simon Josefsson <simon@josefsson.org> | |
2753 | |
2754 * nnimap.el (nnimap-open-connection): Use port stuff. | |
2755 | |
2756 * gnus-util.el (gnus-netrc-machine): Add defaultport parameter, | |
2757 document port and defaultport. | |
2758 | |
2759 2000-06-27 Paul Stodghill <stodghil@CS.Cornell.EDU> | |
2760 | |
2761 * gnus-agent.el (gnus-agent-synchronize): Kill flags buffer. | |
2762 | |
2763 2000-06-26 Dave Love <fx@gnu.org> | |
2764 | |
2765 * mm-decode.el (mm-image-fit-p): Use `image-size' in Emacs. | |
2766 | |
2767 * message.el: Remove unnecessary `require'ments. Defvar | |
2768 gnus-list-identifiers when compiling. Don't try to autoload | |
2769 variable `gnus-list-identifiers'. Autoload | |
2770 gnus-group-name-charset. | |
2771 (message-fetch-field): Don't assume `format' removes text | |
2772 properties. | |
2773 (message-strip-list-identifiers, message-reply, message-followup): | |
2774 Require gnus-sum. | |
2775 (message-mode): Tidy XEmacs conditionals. | |
2776 (message-replace-chars-in-string): Use subst-char-in-string when | |
2777 available. | |
2778 | |
2779 * gnus-art.el (gnus-article-edit-exit): Don't assume `format' | |
2780 removes text properties. | |
2781 | |
2782 * gnus-srvr.el (gnus-browse-group-name): Likewise. | |
2783 | |
2784 * gnus-msg.el (gnus-copy-article-buffer): Likewise. | |
2785 | |
2786 * gnus-score.el (gnus-summary-score-entry): Likewise. | |
2787 | |
2788 2000-06-26 Katsumi Yamaoka <yamaoka@jpl.org> | |
2789 | |
2790 * nnimap.el (nnimap-request-post): Fix parenthesis. | |
2791 | |
2792 2000-06-26 Paul Stodghill <stodghil@CS.Cornell.EDU> | |
2793 | |
2794 * message.el (message-unquote-tokens): New function. | |
2795 | |
2796 * gnus-msg.el (gnus-inews-do-gcc): Unquote gcc tokens. | |
2797 | |
2798 * nnimap.el (nnimap-request-post): Ditto. | |
2799 | |
2800 2000-06-21 Simon Josefsson <jas@pdc.kth.se> | |
2801 | |
2802 * gnus.el (gnus-asynchronous): Removed (defined in gnus-async.el). | |
2803 | |
2804 * nnimap.el (nnimap-callback): Update for IMAP4rev1 servers (see | |
2805 patch commited 2000-04-02). | |
2806 | |
2807 2000-06-20 Simon Josefsson <jas@pdc.kth.se> | |
2808 | |
2809 * imap.el (imap-mailbox-examine-1): New function. | |
2810 (imap-message-copyuid-1): | |
2811 (imap-message-appenduid-1): Use it, instead of | |
2812 `imap-mailbox-examine' which would utf-7 encode mailbox name | |
2813 twice. | |
2814 | |
2815 2000-06-19 Dave Love <fx@gnu.org> | |
2816 | |
2817 * mm-uu.el Don't require message. Require cl when compiling. | |
2818 | |
2819 2000-06-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2820 | |
2821 * gnus-sum.el (gnus-summary-local-variables): gnus-orphan-score is | |
2822 a local variable. | |
2823 * gnus-sum.el (gnus-orphan-score): Move here. | |
2824 | |
2825 2000-06-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2826 | |
2827 * message.el (message-forward): Remove show-mml condition. | |
2828 (message-forward-ignored-headers): Remove X-Gnus headers. | |
2829 | |
2830 2000-06-08 Simon Josefsson <simon@josefsson.org> | |
2831 | |
2832 * gnus-cus.el (gnus-extra-group-parameters): Add uidvalidity. | |
2833 | |
2834 2000-06-08 Urban Engberg <ue@ccieurope.com> | |
2835 | |
2836 * gnus-demon.el (gnus-demon-scan-mail): Bind nnmail-fetched-sources. | |
2837 | |
2838 2000-06-08 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2839 | |
2840 * message.el (message-syntax-checks): Add type. | |
2841 | |
2842 2000-06-07 Dave Love <fx@gnu.org> | |
2843 | |
2844 * mm-view.el (mm-inline-image-emacs): Don't specify string for | |
2845 put-image. | |
2846 (mm-inline-image): Defalias, not fset. | |
2847 | |
2848 * gnus.el (gnus-group-startup-message): Don't specify string for | |
2849 insert-image. | |
2850 | |
2851 * gnus-ems.el (gnus-add-minor-mode): Make it an alias if | |
2852 add-minor-mode is available. | |
2853 (gnus-article-display-xface): Don't specify string for | |
2854 insert-image. | |
2855 | |
2856 2000-06-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2857 | |
2858 * gnus-topic.el (gnus-topic-remove-topic): Set hidden. | |
2859 (gnus-topic-insert-topic-line): Use shownp. | |
2860 (gnus-topic-hide-topic): Don't use hidden. | |
2861 (gnus-topic-show-topic): Don't use hidden. | |
2862 | |
2863 2000-06-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2864 | |
2865 * gnus-cache.el (gnus-cache-possibly-enter-article): Bind coding | |
2866 system. | |
2867 * gnus-soup.el (gnus-soup-write-prefixes): Ditto. | |
2868 * gnus-start.el (gnus-slave-save-newsrc): Ditto. | |
2869 * gnus-util.el (gnus-output-to-rmail): Ditto. | |
2870 (gnus-output-to-mail): Ditto. | |
2871 (gnus-write-buffer): Ditto. | |
2872 * gnus-uu.el (gnus-uu-save-article): Ditto. | |
2873 | |
2874 2000-06-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2875 | |
2876 * message.el (message-read-from-minibuffer): Typo. | |
2877 | |
2878 2000-06-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2879 | |
2880 * gnus-art.el (article-decode-charset): Override non-MIME forward | |
2881 charset. | |
2882 | |
2883 2000-06-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2884 | |
2885 * mml.el (mml-quote-region): Correct the regexp. | |
2886 * gnus-msg.el (gnus-summary-reply): mml-quote it. | |
2887 | |
2888 2000-06-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2889 | |
2890 * message.el (message-forward): Insert raw text. | |
2891 * mml.el (mml-parse-1): Get raw text in unibyte mode. | |
2892 (mml-generate-mime-1): Insert raw text in unibyte mode. | |
2893 | |
2894 2000-06-01 Florian Weimer <fw@deneb.cygnus.argh.org> | |
2895 | |
2896 * mm-bodies.el (mm-body-encoding): Always encoded if | |
2897 `mm-use-ultra-safe-encoding' is set. | |
2898 | |
2899 2000-05-31 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2900 | |
2901 * mml.el (ange-ftp-name-format): Typo. | |
2902 | |
2903 2000-05-30 Simon Josefsson <jas@pdc.kth.se> | |
2904 | |
2905 * gnus-start.el (gnus-get-unread-articles): If | |
2906 `gnus-activate-group' and/or `gnus-check-server' return nil, don't | |
2907 try to do anything on that server. | |
2908 | |
2909 2000-05-25 Simon Josefsson <jas@pdc.kth.se> | |
2910 | |
2911 * gnus-group.el (gnus-group-nnimap-edit-acl): Help text updated | |
2912 from latest draft. | |
2913 | |
2914 2000-05-08 Simon Josefsson <jas@pdc.kth.se> | |
2915 | |
2916 * gnus-group.el (gnus-group-expire-articles-1): Make sure server | |
2917 is open. | |
2918 | |
2919 2000-05-24 Dave Love <fx@gnu.org> | |
2920 | |
2921 * mml.el (mml-parse-file-name): Fix ange-ftp part. | |
2922 | |
2923 2000-05-22 Didier Verna <didier@lrde.epita.fr> | |
2924 | |
2925 * gnus.el (gnus-redefine-select-method-widget): new function, call | |
2926 it once. Add an "other" entry for unknown but editable backend | |
2927 name symbols. | |
2928 * gnus-start.el (gnus-declare-backend): use it. | |
2929 | |
2930 2000-05-19 Dave Love <fx@gnu.org> | |
2931 | |
2932 * gnus-art.el (gnus-article-next-page): Revert last change. | |
2933 | |
2934 2000-05-19 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2935 | |
2936 * gnus-agent.el (gnus-agent-open-history): Open history in binary mode. | |
2937 | |
2938 2000-05-19 Dave Love <fx@gnu.org> | |
2939 | |
2940 * gnus-art.el (gnus-mime-externalize-part): Bind mm-inlined-types, | |
2941 not mm-inline-large-images. | |
2942 | |
2943 2000-05-19 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2944 | |
2945 * mml.el (mml-parse-1): Don't test multiple-charsets within mml tag. | |
2946 | |
2947 2000-05-18 Dave Love <fx@gnu.org> | |
2948 | |
2949 * gnus-art.el: Use defalias, not fset. | |
2950 (gnus-article-x-face-command): Don't test for xbm. | |
2951 (gnus-article-next-page): Redisplay before testing point in window. | |
2952 | |
2953 2000-05-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2954 | |
2955 * gnus-group.el (gnus-group-mode-map): Add M-SPACE. | |
2956 * mml.el (mml-mode-map): Comment out mml-narrow-to-part. | |
2957 | |
2958 2000-05-17 Jim Davidson <jdavidson@acm.org> | |
2959 | |
2960 * gnus-sum.el (gnus-summary-save-article-rmail): Use | |
2961 gnus-summary-save-in-rmail. | |
2962 * message.el (message-output): Ditto. | |
2963 | |
2964 2000-05-18 Katsumi Yamaoka <yamaoka@jpl.org> | |
2965 | |
2966 * gnus-art.el (gnus-emphasize-whitespace-regexp): Doc fix. | |
2967 | |
2968 2000-05-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2969 | |
2970 * rfc2047.el (rfc2047-encode-message-header): Encode if the method | |
2971 is a charset. | |
2972 * message.el (message-send-news): Check group name charset. | |
2973 * gnus-msg.el (gnus-post-news): Decode group name. | |
2974 (gnus-inews-do-gcc): Encode group name. | |
2975 | |
2976 2000-05-17 Karl Kleinpaste <karl@charcoal.com> | |
2977 | |
2978 * gnus-art.el (gnus-emphasize-whitespace-regexp): New variable. | |
2979 * gnus-util.el (gnus-put-text-property-excluding-newlines): Use it. | |
2980 | |
2981 2000-05-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2982 | |
2983 * gnus-group.el (gnus-group-mark-line-p): New function. | |
2984 (gnus-group-goto-group): New parameter. | |
2985 (gnus-group-remove-mark): Use it. | |
2986 * gnus-topic.el (gnus-topic-move-group): Ditto. | |
2987 (gnus-topic-remove-group): Ditto. | |
2988 | |
2989 2000-05-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2990 | |
2991 * gnus-group.el (gnus-group-list-dormant): New function. | |
2992 | |
2993 2000-05-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
2994 | |
2995 * gnus-agent.el (gnus-agent-synchronize): Use | |
2996 nnheader-insert-file-contents. | |
2997 (gnus-agent-save-active-1): Ditto. | |
2998 (gnus-agent-write-active): Ditto. | |
2999 (gnus-agent-expire): Ditto. | |
3000 * gnus-cache.el (gnus-cache-read-active): Ditto. | |
3001 * gnus-start.el (gnus-master-read-slave-newsrc): Ditto. | |
3002 * gnus-sum.el (gnus-summary-import-article): Ditto. | |
3003 | |
3004 * gnus-agent.el (gnus-agent-write-servers): Bind coding-system. | |
3005 (gnus-agent-save-group-info): Ditto. | |
3006 (gnus-agent-save-alist): Ditto. | |
3007 * gnus-util.el (gnus-make-directory): Ditto. | |
3008 | |
3009 * gnus-agent.el (gnus-agent-save-group-info): Disable multibyte. | |
3010 | |
3011 2000-05-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3012 | |
3013 * mml.el (mml-generate-mime-preprocess-function): New variable. | |
3014 (mml-generate-mime-postprocess-function): New variable. | |
3015 (mml-generate-mime-1): Use them. | |
3016 | |
3017 2000-05-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3018 | |
3019 * gnus-group.el (gnus-group-apropos): Group name charset. | |
3020 * gnus-sum.el (gnus-set-mode-line): Ditto. | |
3021 * gnus-group.el (gnus-group-decoded-name): New function. | |
3022 (gnus-group-edit-group): Use it. | |
3023 * gnus-cus.el (gnus-group-customize): Use it. | |
3024 | |
3025 2000-05-16 Karl Kleinpaste <karl@charcoal.com> | |
3026 | |
3027 * gnus-util.el (gnus-put-text-property-excluding-newlines): Improve. | |
3028 | |
3029 2000-05-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3030 | |
3031 * gnus-group.el (gnus-group-name-charset-method-alist): New variable. | |
3032 (gnus-group-name-charset-group-alist): Ditto. | |
3033 (gnus-group-name-charset): New function. | |
3034 (gnus-group-name-decode): New function. | |
3035 (gnus-group-insert-group-line): Use them. | |
3036 (gnus-group-prepare-flat-list-dead): Ditto. | |
3037 (gnus-group-list-active): Ditto. | |
3038 (gnus-group-describe-all-groups): Ditto. | |
3039 (gnus-group-prepare-flat-list-dead-predicate): Ditto. | |
3040 * gnus-srvr.el: (gnus-browse-foreign-server): Decode group name and | |
3041 add gnus-group property. | |
3042 (gnus-browse-group-name): Read gnus-group property. | |
3043 | |
3044 2000-05-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3045 | |
3046 * nnfolder.el (nnfolder-possibly-change-group): Use | |
3047 file-name-coding-system instead of pathname-coding-system. | |
3048 * nnmail.el (nnmail-find-file): Ditto. | |
3049 (nnmail-write-region): Ditto. | |
3050 * nnmh.el (nnmh-retrieve-headers): Ditto. | |
3051 (nnmh-request-article): Ditto. | |
3052 (nnmh-request-group): Ditto. | |
3053 (nnmh-request-list): Ditto. | |
3054 (nnmh-possibly-change-directory): Ditto. | |
3055 (nnmh-active-number): Ditto. | |
3056 * nnml.el (nnml-possibly-change-directory): Ditto. | |
3057 (nnml-request-list): Ditto. | |
3058 (nnml-request-article): Ditto. | |
3059 (nnml-retrieve-headers): Ditto. | |
3060 | |
3061 2000-05-16 Simon Josefsson <jas@pdc.kth.se> | |
3062 | |
3063 * nnimap.el (nnimap-request-accept-article): Don't unselect | |
3064 mailbox if no mailbox is selected. | |
3065 | |
3066 2000-05-15 Per Abrahamsen <abraham@dina.kvl.dk> | |
3067 | |
3068 * gnus-art.el (gnus-button-url-regexp): Revert earlier change. | |
3069 Recognize domain names starting with `www.' as starting an URL. | |
3070 | |
3071 2000-05-15 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3072 | |
3073 * mail-source.el (mail-source-fetch-maildir): Insert "From ". | |
3074 (mail-source-keyword-map): Add "subdirs" for maildir. | |
3075 | |
3076 2000-05-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3077 | |
3078 * nnmail.el (nnmail-scan-directory-mail-source-once): New variable. | |
3079 (nnmail-get-new-mail): Use it. | |
3080 * gnus-start.el (gnus-get-unread-articles): Ditto. | |
3081 | |
3082 2000-05-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3083 | |
3084 * gnus-sum.el (gnus-summary-edit-article): Better support for | |
3085 nndraft:drafts. | |
3086 * nndraft.el (nndraft-request-replace-article): New function, | |
3087 bind nnmail-file-coding-system. | |
3088 | |
3089 2000-05-14 Dave Love <fx@gnu.org> | |
3090 | |
3091 * nnheader.el: Replace uses of `fset' with `defalias'. | |
3092 (jka-compr-compression-info-list): Only defvar when compiling. | |
3093 | |
3094 2000-05-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3095 | |
3096 * webmail.el (webmail-netaddress-article): Refresh redirect. | |
3097 | |
3098 2000-05-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3099 | |
3100 * mm-view.el (mm-inline-text): w3 might not recognize utf-8. | |
3101 | |
3102 2000-05-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3103 | |
3104 * webmail.el: Translate to SP. | |
3105 | |
3106 2000-05-13 Robin S. Socha <robin@socha.net> | |
3107 | |
3108 * message.el (message-bounce): Doc typo. | |
3109 | |
3110 2000-05-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3111 | |
3112 * gnus-soup.el (gnus-soup-encoding-type): u is USENET news format. | |
3113 (gnus-soup-store): Ditto. | |
3114 (gnus-soup-send-packet): Ditto. | |
3115 * nnsoup.el (nnsoup-replies-format-type): Ditto. | |
3116 (nnsoup-dissect-buffer): Ditto. | |
3117 (nnsoup-narrow-to-article): Ditto. | |
3118 (nnsoup-make-active): Ditto | |
3119 | |
3120 2000-05-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3121 | |
3122 * message.el (message-mode): Two parameters for local-variable-p. | |
3123 | |
3124 2000-05-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3125 | |
3126 * message.el (message-strip-list-identifiers): New function. | |
3127 (message-reply): Use it and use message-strip-subject-re. | |
3128 (message-followup): Ditto. | |
3129 * gnus-art.el (article-hide-list-identifiers): Remove more. | |
3130 * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto. | |
3131 | |
3132 2000-05-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3133 | |
3134 * gnus-uu.el (gnus-uu-digest-mail-forward): Bind | |
3135 mail-parset-charset and use non-numeric argument. | |
3136 | |
3137 2000-05-12 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3138 | |
3139 * mml.el (mml-buffer-list): New variable. | |
3140 (mml-generate-new-buffer): New function. | |
3141 (mml-destroy-buffers): Ditto. | |
3142 (mml-insert-mime): Use them. | |
3143 * gnus-msg.el (gnus-setup-message): mml-buffer leaks. | |
3144 * gnus-sum.el (gnus-summary-edit-article): Ditto. | |
3145 * message.el (message-mode): Ditto. | |
3146 * gnus-uu.el (gnus-uu-digest-headers): Keep MIME headers. | |
3147 (gnus-uu-save-article): Support show-as-mml. | |
3148 * message.el (message-forward): Ditto. | |
3149 | |
3150 2000-05-12 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3151 | |
3152 * nndoc.el (nndoc-type-alist): mime-digest head-begin. | |
3153 (nndoc-mime-digest-type-p): Locate article head precisely. | |
3154 * mml.el (mml-generate-default-type): New variable. | |
3155 (mml-generate-mime-1): Use it. | |
3156 (mml-insert-mime-headers): Use it. | |
3157 * gnus-uu.el (gnus-uu-digest-buffer): New variable. | |
3158 (gnus-uu-digest-mail-forward): Use it and call message-forward | |
3159 with argument digest. | |
3160 (gnus-uu-save-article): Support message-forward-as-mime. | |
3161 * message.el (message-forward): Add parameter digest. | |
3162 * mm-decode.el (mm-dissect-default-type): New variable. | |
3163 (mm-dissect-buffer): Use it. | |
3164 | |
3165 2000-05-11 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3166 | |
3167 * mml.el (mml-parse-singlepart-with-multiple-charsets): Set space, | |
3168 newline and paragraph to nil when got a non-ascii character. Test | |
3169 paragraph before newline. | |
3170 | |
3171 2000-05-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3172 | |
3173 * qp.el (quoted-printable-encode-region): Bind tab-width to 1. Set | |
3174 limit to 76. | |
3175 | |
3176 2000-05-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3177 | |
3178 * nnslashdot.el (nnslashdot-sid-strip): New function. | |
3179 (nnslashdot-threaded-retrieve-headers): New format. | |
3180 (nnslashdot-sane-retrieve-headers): Ditto. | |
3181 (nnslashdot-request-article): Ditto. | |
3182 (nnslashdot-threaded-retrieve-headers): Thread properly. | |
3183 (nnslashdot-request-article): Be more lenient. | |
3184 (nnslashdot-threaded-retrieve-headers): Regexp search. | |
3185 | |
3186 2000-05-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3187 | |
3188 * gnus-sum.el (gnus-with-article): Define it before use it. | |
3189 | |
3190 2000-05-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3191 | |
3192 * message.el (message-supersede): Use mime-to-mml. | |
3193 * mm-decode.el (mm-insert-part): Test the buffer if no encoding. | |
3194 | |
3195 2000-05-09 Katsumi Yamaoka <yamaoka@jpl.org> | |
3196 | |
3197 * gnus-group.el (gnus-group-list-cached): Don't use | |
3198 `subst-char-in-string'. | |
3199 | |
3200 2000-05-08 Dave Love <fx@gnu.org> | |
3201 | |
3202 * pop3.el (pop3-open-server): Fix creating name of trace buffer. | |
3203 | |
3204 2000-05-08 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3205 | |
3206 * mm-decode.el (mm-interactively-view-part): Append %s if the | |
3207 method is a single word. | |
3208 * nnwarchive.el (nnwarchive-type-definition): Typo. | |
3209 | |
3210 2000-05-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3211 | |
3212 * gnus-group.el (gnus-group-prepare-flat-list-dead-predicate): New | |
3213 function. | |
3214 (gnus-group-prepare-flat-predicate): Use it. | |
3215 (gnus-group-list-cached): List dead groups. | |
3216 | |
3217 2000-05-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3218 | |
3219 * gnus-art.el (article-decode-charset): Don't decode message with | |
3220 format. | |
3221 | |
3222 2000-05-07 Florian Weimer <fw@deneb.cygnus.argh.org> | |
3223 | |
3224 * mailcap.el (mailcap-maybe-eval): Honor user request not to | |
3225 evaluate the Lisp code. | |
3226 | |
3227 2000-05-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3228 | |
3229 * gnus-art.el (article-wash-html): New function. | |
3230 (gnus-article-wash-html): Bind. | |
3231 (gnus-article-make-menu-bar): Menu item. | |
3232 * gnus-sum.el (gnus-summary-wash-map): Bind 'h'. | |
3233 (gnus-summary-make-menu-bar): Menu item. | |
3234 * gnus.el: Autoload. | |
3235 | |
3236 2000-05-06 Florian Weimer <fw@deneb.cygnus.argh.org> | |
3237 | |
3238 * gnus-uu.el (gnus-uu-unshar-warning): New variable. | |
3239 (gnus-uu-unshar-article): Use it. | |
3240 | |
3241 * mailcap.el (mailcap-maybe-eval-warning): New variable. | |
3242 (mailcap-maybe-eval): Use it. | |
3243 | |
3244 * gnus-msg.el (gnus-group-posting-charset-alist): Speling mistake | |
3245 in docstring. | |
3246 | |
3247 * mml.el (mml-generate-mime-1): Small comment. | |
3248 | |
3249 2000-05-05 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3250 | |
3251 * gnus-art.el (article-de-base64-unreadable): New function. | |
3252 (gnus-article-de-base64-unreadable): Bind. | |
3253 (gnus-article-make-menu-bar): Menu item. | |
3254 * gnus-sum.el (gnus-summary-wash-map): Bind '6' and 'Z'. | |
3255 (gnus-summary-make-menu-bar): Menu item. | |
3256 * gnus.el: Autoload. | |
3257 | |
3258 2000-05-05 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3259 | |
3260 * gnus-sum.el (gnus-summary-show-article): Remove en/disable multibyte. | |
3261 (gnus-summary-select-article): Add en/disable multibyte. | |
3262 | |
3263 2000-05-05 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3264 | |
3265 * gnus-sum.el (gnus-summary-edit-article): Enable multibyte. | |
3266 (gnus-summary-edit-article): New feature: editing raw articles. | |
3267 | |
3268 2000-05-05 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3269 | |
3270 * rfc2047.el (rfc2047-encode-region): Insert a space before encoding. | |
3271 Emacs MULE can not encode adjacent iso-2022-jp and cn-gb-2312. | |
3272 * gnus-msg.el (gnus-summary-mail-forward): Use unibyte buffer. | |
3273 Emacs MULE can not copy some 8bit characters in multibyte buffers. | |
3274 * mm-decode.el (mm-insert-part): Ditto. | |
3275 | |
3276 2000-05-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3277 | |
3278 * nndoc.el (nndoc-type-alist): Extend forward regexp. | |
3279 (nndoc-forward-type-p): Ditto. | |
3280 | |
3281 2000-05-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3282 | |
3283 * mm-util.el (mm-with-unibyte-current-buffer): Set the default | |
3284 value of enable-multibyte-characters. | |
3285 | |
3286 2000-05-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3287 | |
3288 * gnus-sum.el (gnus-summary-show-article): En/disable multibyte. | |
3289 | |
3290 2000-05-03 Dave Love <fx@gnu.org> | |
3291 | |
3292 * gnus-ems.el (gnus-article-xface-ring-internal) | |
3293 (gnus-article-xface-ring-size): New variable. | |
3294 (gnus-article-display-xface): Use them to cache data. Don't try | |
3295 to use XPM. Set up binary coding for PBM's sake. | |
3296 | |
3297 2000-05-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3298 | |
3299 * gnus-msg.el (gnus-inews-do-gcc): Set mail-parse-charset. | |
3300 * gnus-int.el (gnus-request-accept-article): Ditto. | |
3301 (gnus-request-replace-article): Ditto. | |
3302 * mm-util.el (mm-mime-mule-charset-alist): Add a fake mule-charset. | |
3303 | |
3304 2000-05-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3305 | |
3306 * rfc2047.el (rfc2047-encode): Test the validity of coding-system. | |
3307 | |
3308 2000-05-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3309 | |
3310 * rfc2047.el (rfc2047-encode-message-header): Encode field by | |
3311 field. | |
3312 * mml.el (mml-to-mime): Use message-default-charset. | |
3313 (mml-preview): Narrow to headers. | |
3314 * message.el (message-send-mail): Use message-default-charset. | |
3315 (message-send-news): Narrow to headers; | |
3316 use message-default-charset. | |
3317 | |
3318 2000-05-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3319 | |
3320 * mm-bodies.el (mm-decode-content-transfer-encoding): A better junk | |
3321 detect. | |
3322 * mml.el (mml-parse-singlepart-with-multiple-charsets): Save | |
3323 restriction. | |
3324 (mml-parse-1): Warning message. | |
3325 (mml-preview): Disable multibyte. | |
3326 | |
3327 2000-05-03 Dave Love <fx@gnu.org> | |
3328 | |
3329 * gnus.el (gnus-group-startup-message): Add newline before image. | |
3330 | |
3331 2000-05-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3332 | |
3333 * rfc2047.el (rfc2047-encode-message-header): Check the coding-system. | |
3334 * message.el (message-send-mail): Use unibyte-buffer. | |
3335 (message-send-mail): Ditto. | |
3336 | |
3337 2000-05-01 Lars Magne Ingebrigtsen <lmi@quimbies.gnus.org> | |
3338 | |
3339 * gnus.el: Gnus v5.8.6 is released. | |
3340 | |
3341 2000-05-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3342 | |
3343 * mml.el (mml-parse-1): Set no-markup-p and warn to nil. | |
3344 | |
3345 2000-04-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3346 | |
3347 * rfc2047.el (rfc2047-q-encoding-alist): Encode HTAB. | |
3348 | |
3349 2000-04-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3350 | |
3351 * message.el (message-send-mail-partially): Use forward-line. | |
3352 | |
3353 2000-04-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3354 | |
3355 * gnus-art.el (gnus-mime-button-menu): Use call-interactively. | |
3356 | |
3357 2000-04-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3358 | |
3359 * mml.el (mml-generate-mime-1): Ignore 0x1b. | |
3360 (mml-insert-mime): No markup only for text/plain. | |
3361 (mime-to-mml): Remove MIME headers. | |
3362 | |
3363 2000-04-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3364 | |
3365 * mml.el (mml-preview): Set gnus-newsgroup-charset. | |
3366 * rfc2047.el (rfc2047-encode-message-header): Encode non-ascii | |
3367 as 8-bit. | |
3368 | |
3369 2000-04-28 Dave Love <fx@gnu.org> | |
3370 | |
3371 * gnus.el (gnus-group-startup-message): Maybe use image in Emacs | |
3372 21. | |
3373 | |
3374 * mailcap.el (mailcap-parse-mailcaps): Revert last change to | |
3375 search order. Use parse-colon-path and remove some redundancy. | |
3376 Doc fix. | |
3377 (mailcap-parse-mimetypes): Code consistently with | |
3378 mailcap-parse-mailcaps. Doc fix. | |
3379 | |
3380 * gnus-start.el (gnus-unload): Iterate over `features', not | |
3381 `load-history'. | |
3382 | |
3383 2000-04-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3384 | |
3385 * mml.el (mml-parse-1): Don't create blank parts. | |
3386 (mml-read-part): Fix mml tag. | |
3387 (mml-insert-mime): Convert message/rfc822. | |
3388 (mml-insert-mml-markup): Add mmlp parameter. | |
3389 | |
3390 2000-04-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3391 | |
3392 * message.el (message-send-mail-partially): Remove CTE. | |
3393 | |
3394 2000-04-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3395 | |
3396 * mm-view.el (mm-inline-image): Fset it. | |
3397 | |
3398 2000-04-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3399 | |
3400 * nndoc.el (nndoc-type-alist): Change forward regexp. | |
3401 | |
3402 2000-04-27 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3403 | |
3404 * message.el (message-send-mail-partially-limit): Change the | |
3405 default value. | |
3406 | |
3407 2000-04-27 Erik Toubro Nielsen <erik@ifad.dk> | |
3408 | |
3409 * gnus-util.el (gnus-extract-address-components): Name might be | |
3410 "". | |
3411 | |
3412 2000-04-27 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3413 | |
3414 * gnus-msg.el (gnus-summary-mail-forward): Use ARG. | |
3415 (gnus-summary-post-forward): Ditto. | |
3416 * message.el (message-forward-show-mml): New variable. | |
3417 (message-forward): Use it. | |
3418 * mml.el (mml-parse-1): Add tag mml. | |
3419 (mml-read-part): Ditto. | |
3420 (mml-generate-mime): Support reentance. | |
3421 (mml-generate-mime-1): Support mml tag. | |
3422 | |
3423 2000-04-27 Dave Love <fx@gnu.org> | |
3424 | |
3425 * gnus-art.el: Don't bother to require custom, browse-url. | |
3426 (gnus-article-x-face-command): Include gnus-article-display-xface. | |
3427 | |
3428 * gnus-ems.el: Assume only (X)Emacs 20+. Simplify XEmacs checks. | |
3429 Use defalias, not fset. | |
3430 (gnus-article-display-xface): New function. | |
3431 | |
3432 * mm-view.el (mm-inline-image-emacs): Use put-image, remove-images. | |
3433 | |
3434 * mm-decode.el: Small doc fixes. Require cl when compiling. | |
3435 (mm-xemacs-p): Deleted. | |
3436 (mm-get-image-emacs, mm-get-image-xemacs): Deleted. | |
3437 (mm-get-image): Amalgamate Emacs and XEmacs code here; for Emacs, | |
3438 use create-image and don't special-case xbm. | |
3439 (mm-valid-image-format-p): Use display-graphic-p. | |
3440 | |
3441 2000-04-27 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3442 | |
3443 * message.el (message-send-mail-partially-limit): New variable. | |
3444 (message-send-mail-partially): New function. | |
3445 (message-send-mail): Use it. | |
3446 * mm-bodies.el (mm-decode-content-transfer-encoding): Remove | |
3447 all blank lines inside of base64. | |
3448 * mm-partial.el (mm-inline-partial): Add an option. Remove tail | |
3449 blank lines. | |
3450 | |
3451 2000-04-27 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3452 | |
3453 * mml.el (mml-insert-tag): Match more special characters. | |
3454 | |
3455 2000-04-27 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3456 | |
3457 * gnus-msg.el (gnus-bug): Avoid attaching the external buffer. | |
3458 | |
3459 2000-04-27 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3460 | |
3461 * mm-decode.el (mm-inline-media-tests): Add message/partial. | |
3462 (mm-inlined-types): Ditto. | |
3463 * mm-partial.el: New file. | |
3464 | |
3465 2000-04-27 Dave Love <fx@gnu.org> | |
3466 | |
3467 * mailcap.el (mailcap-mime-data): Fix octet-stream syntax -- might | |
3468 matter in Emacs 21. | |
3469 | |
3470 2000-04-26 Florian Weimer <fw@deneb.cygnus.argh.org> | |
3471 | |
3472 * mm-bodies.el (mm-encode-body): Remove reference to | |
3473 mm-default-charset in comment. | |
3474 | |
3475 2000-04-24 Bj,Av(Brn Torkelsson <torkel@hpc2n.umu.se> | |
3476 | |
3477 * rfc2047.el (rfc2047-encode-message-header): Fixing typo. | |
3478 | |
3479 2000-04-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3480 | |
3481 * gnus-draft.el (gnus-draft-send): Move gnus-draft-setup inside of | |
3482 let. | |
3483 | |
3484 2000-04-26 Pavel Jan,Am(Bk <Pavel@Janik.cz> | |
3485 | |
3486 * gnus-draft.el (gnus-draft-setup): Fix comments. | |
3487 | |
3488 2000-04-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3489 | |
3490 * nnmbox.el (nnmbox-create-mbox): Use nnmbox-file-coding-system, | |
3491 if nnmbox-file-coding-system-for-write is nil. | |
3492 | |
3493 2000-04-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3494 | |
3495 * gnus-msg.el (gnus-configure-posting-styles): Just remove the | |
3496 header if nil. | |
3497 | |
3498 2000-04-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3499 | |
3500 * mm-view.el (mm-inline-text): Insert directly if decoded. | |
3501 * mml.el (autoload): Typo. | |
3502 | |
3503 2000-04-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3504 | |
3505 * mml.el (mml-preview): Set up posting-charset. | |
3506 * gnus-msg.el (gnus-group-posting-charset-alist): Add koi8-r. | |
3507 | |
3508 2000-04-25 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3509 | |
3510 * webmail.el: Fix yahoo mail. | |
3511 | |
3512 2000-04-25 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3513 | |
3514 * rfc2047.el (rfc2047-dissect-region): Don't include LWS ahead of | |
3515 word if not necessary. | |
3516 (rfc2047-encode-region): Put space between encoded words. | |
3517 | |
3518 2000-04-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3519 | |
3520 * gnus-util.el (gnus-netrc-machine): Another default to nntp. | |
3521 | |
3522 2000-04-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3523 | |
3524 * gnus-draft.el (gnus-draft-setup): Restore mml only when | |
3525 required. | |
3526 (gnus-draft-edit-message): Require restoration. | |
3527 | |
3528 2000-04-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3529 | |
3530 * gnus-score.el (gnus-score-headers): Copy gnus-newsgrou-scored | |
3531 back. | |
3532 | |
3533 2000-04-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3534 | |
3535 * gnus-art.el (gnus-treat-article): Make sure that the summary | |
3536 buffer is live. | |
3537 | |
3538 2000-04-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3539 | |
3540 * mailcap.el (mailcap-parse-mailcaps): Reorder. | |
3541 (mailcap-parse-mailcap): Backwards parsing. | |
3542 (mailcap-possible-viewers): Remove nreverse. | |
3543 (mailcap-mime-info): Ditto. | |
3544 (mailcap-add-mailcap-entry): Keep alternative viewer. | |
3545 | |
3546 2000-04-24 Lars Magne Ingebrigtsen <lmi@quimbies.gnus.org> | |
3547 | |
3548 * gnus.el: Gnus v5.8.5 is released. | |
3549 | |
3550 2000-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3551 | |
3552 * rfc2047.el (rfc2047-header-encoding-alist): Doc fix. | |
3553 | |
3554 * gnus-util.el (gnus-netrc-machine): Default to nntp. | |
3555 | |
3556 * mml.el (mml-generate-mime-1): Force 8bit on message/rfc822. | |
3557 | |
3558 2000-04-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3559 | |
3560 * mm-view.el (mm-inline-message): Disable prepare-hook. | |
3561 | |
3562 2000-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3563 | |
3564 * gnus.el: Fix copyright statements. | |
3565 | |
3566 * gnus-sum.el (gnus-alter-articles-to-read-function): New | |
3567 variable. | |
3568 (gnus-articles-to-read): Use it. | |
3569 | |
3570 * message.el (message-get-reply-headers): Bind free variable. | |
3571 | |
3572 2000-04-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3573 | |
3574 * message.el (message-get-reply-headers): Fix to-address. | |
3575 | |
3576 2000-04-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3577 | |
3578 * webmail.el: Hotmail fix. Add a debug function. | |
3579 | |
3580 2000-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3581 | |
3582 * gnus-sum.el (t): M-down and M-up. | |
3583 | |
3584 2000-04-22 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
3585 | |
3586 * gnus-sum.el: Doc fix. | |
3587 | |
3588 2000-04-22 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3589 | |
3590 * nnwarchive.el (nnwarchive-egroups-article): Remove < and >. | |
3591 | |
3592 2000-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3593 | |
3594 * nnweb.el (nnweb-dejanews-create-mapping): Remove the context | |
3595 string. | |
3596 (nnweb-request-group): Don't scan twice. | |
3597 (nnweb-request-scan): Don't nix out the hashtb. | |
3598 | |
3599 * message.el (message-get-reply-headers): Return a value. | |
3600 | |
3601 2000-04-22 David Aspinwall <aspinwall@TimesTen.com> | |
3602 | |
3603 * gnus-art.el (gnus-button-url-regexp): New value to match naked | |
3604 urls. | |
3605 | |
3606 2000-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3607 | |
3608 * gnus-cache.el (gnus-summary-insert-cached-articles): Reverse the | |
3609 order messages are inserted. | |
3610 | |
3611 * mml.el (mml-generate-mime-1): rfc2047-encode the heads of | |
3612 message/rfc822 parts. | |
3613 | |
3614 * gnus-art.el (gnus-article-read-summary-keys): Check for | |
3615 numerical values. | |
3616 | |
3617 * message.el (message-get-headers): Made into own function. | |
3618 (message-reply): Use it. | |
3619 (message-get-reply-headers): Renamed. | |
3620 (message-widen-reply): New command. | |
3621 | |
3622 2000-04-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3623 | |
3624 * nntp.el (nntp-retrieve-data): Report the error and return nil. | |
3625 | |
3626 2000-04-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3627 | |
3628 * mm-bodies.el (mm-decode-content-transfer-encoding): Don't remove | |
3629 non-base64 text at the end if not found. | |
3630 | |
3631 2000-03-01 Simon Josefsson <jas@pdc.kth.se> | |
3632 | |
3633 * gnus-sum.el (gnus-read-move-group-name): | |
3634 (gnus-summary-move-article): Use `gnus-group-method' to find out | |
3635 what method the manually entered group belong to. | |
3636 `gnus-group-name-to-method' doesn't return any method parameters | |
3637 and `gnus-find-method-for-group' uses `gnus-group-name-to-method' | |
3638 for new groups so they wouldn't work. | |
3639 | |
3640 2000-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3641 | |
3642 * gnus-msg.el (gnus-configure-posting-styles): Allow nil values to | |
3643 override. | |
3644 | |
3645 2000-04-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
3646 | |
3647 * nnmail.el (nnmail-cache-insert): Does some stuff that is | |
3648 probably good to do, or something. I dunno. I just write these | |
3649 ChangeLog entries, and my name is Lars. | |
3650 | |
3651 1999-12-06 Hrvoje Niksic <hniksic@iskon.hr> | |
3652 | |
3653 * message.el (message-caesar-region): Use translate-region. | |
3654 | |
3655 2000-04-21 Mike Fabian <mike.fabian@gmx.de> | |
3656 | |
3657 * gnus-group.el (gnus-group-catchup-current): Doc fix. | |
3658 | |
3659 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3660 | |
3661 * gnus-art.el (gnus-article-setup-buffer): Don't kill local | |
3662 variables, because that makes Emacs flash. | |
3663 | |
3664 * gnus-group.el (gnus-group-insert-group-line): Don't call | |
3665 gnus-group-add-icon unconditionally. | |
3666 | |
3667 * gnus-group.el (gnus-group-glyph-directory): Don't depend on | |
3668 xmas. | |
3669 (gnus-group-glyph-directory): Removed. | |
3670 | |
3671 2000-04-21 Jaap-Henk Hoepman <hoepman@cs.utwente.nl> | |
3672 | |
3673 * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't do stuff if | |
3674 gnus-newsgroup-name is "". | |
3675 | |
3676 2000-04-21 Florian Weimer <fw@deneb.cygnus.argh.org> | |
3677 | |
3678 * mm-util.el (mm-mime-mule-charset-alist): Add support for UTF-8 | |
3679 in conjunction with MULE-UCS. | |
3680 | |
3681 1999-12-13 Per Abrahamsen <abraham@dina.kvl.dk> | |
3682 | |
3683 * rfc2047.el (rfc2047-fold-region): Don't use the same break twice. | |
3684 | |
3685 1999-12-21 Jan Vroonhof <vroonhof@math.ethz.ch> | |
3686 | |
3687 * message.el (message-shorten-references): Only cater to broken | |
3688 INN for news. This caters for broken smtpd. | |
3689 | |
3690 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3691 | |
3692 * mailcap.el (mailcap-mime-info): Use the first match; not the | |
3693 last. | |
3694 | |
3695 * gnus-agent.el (gnus-category-kill): Save the category list. | |
3696 | |
3697 2000-04-21 Chris Brierley <brierley@pobox.com> | |
3698 | |
3699 * gnus-sum.el (gnus-summary-move-article): Do something or other. | |
3700 | |
3701 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3702 | |
3703 * gnus-group.el (gnus-group-add-icon): Fixed indentation. | |
3704 | |
3705 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3706 | |
3707 * gnus-group.el (gnus-group-add-icon): Fixed indentation. | |
3708 | |
3709 2000-04-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3710 | |
3711 * gnus-group.el (gnus-group-prepare-flat-predicate): New function. | |
3712 (gnus-group-list-cached): Use it. | |
3713 | |
3714 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3715 | |
3716 * gnus.el: Update all the copyright notices. | |
3717 | |
3718 2000-04-21 Vladimir Volovich <vvv@vvv.vsu.ru> | |
3719 | |
3720 * mm-bodies.el (mm-decode-content-transfer-encoding): Remove | |
3721 non-base64 text at the end. | |
3722 | |
3723 2000-04-21 Katsumi Yamaoka <yamaoka@jpl.org> | |
3724 | |
3725 * mm-bodies.el (mm-body-charset-encoding-alist): defcustomized. | |
3726 | |
3727 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3728 | |
3729 * nnheader.el: Don't autoload cancel-function-timers. | |
3730 | |
3731 * message.el (message-fetch-field): Fold case. | |
3732 | |
3733 2000-04-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
3734 | |
3735 * message.el (message-forward-before-signature): New variable. | |
3736 | |
3737 2000-04-21 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | |
3738 | |
3739 * gnus-mlspl.el: Fix stuff. | |
3740 | |
3741 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3742 | |
3743 * gnus-sum.el (gnus-summary-update-article-line): Don't hide | |
3744 subjects when unthreaded. | |
3745 | |
3746 2000-04-21 David S. Goldberg <dsg@mitre.org> | |
3747 | |
3748 * gnus-art.el (gnus-boring-article-headers): Work on long CCs as | |
3749 well. | |
3750 | |
3751 2000-04-21 Rui Zhu <sprache@iname.com> | |
3752 | |
3753 * gnus-art.el (gnus-article-mode): Fix variable name. | |
3754 | |
3755 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3756 | |
3757 * mm-view.el: Fix autoload. | |
3758 | |
3759 * flow-fill.el (flow-fill): Fix provide. | |
3760 | |
3761 * gnus-draft.el (gnus-draft-send): Bind message-setup-hook to | |
3762 nil. | |
3763 | |
3764 2000-04-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3765 | |
3766 * gnus-win.el (gnus-configure-windows): Revert to switch-to-buffer. | |
3767 | |
3768 2000-04-21 Katsumi Yamaoka <yamaoka@jpl.org> | |
3769 | |
3770 * gnus-util.el (gnus-netrc-machine): Didn't work. | |
3771 | |
3772 2000-04-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3773 | |
3774 * gnus-draft.el (gnus-draft-setup): Restore to mml. | |
3775 | |
3776 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3777 | |
3778 * flow-fill.el: Renamed from fill-flowed. | |
3779 | |
3780 * message.el (message-forward-ignored-headers): Default to | |
3781 removing CTE. | |
3782 | |
3783 2000-04-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
3784 | |
3785 * message.el (message-mode): Don't fill headers. | |
3786 | |
3787 2000-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3788 | |
3789 * message.el (message-pipe-buffer-body): Use shell | |
3790 | |
3791 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org> | |
3792 | |
3793 * nnvirtual.el (nnvirtual-request-article): | |
3794 Bind gnus-override-method to nil. | |
3795 (nnvirtual-request-update-mark): Don't update mark when | |
3796 article is not there. | |
3797 | |
3798 2000-04-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3799 | |
3800 * mm-uu.el (mm-uu-dissect): Check forwarded message. | |
3801 | |
3802 2000-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3803 | |
3804 * gnus-util.el (gnus-parse-netrc): Allow "port". | |
3805 (gnus-netrc-machine): Take a port param. | |
3806 (gnus-netrc-machine): | |
3807 | |
3808 * gnus-art.el (gnus-request-article-this-buffer): Allow | |
3809 re-selecting referenced articles. | |
3810 | |
3811 * message.el (message-cancel-news): Allow editing. | |
3812 (message-cancel-message): Add newline. | |
3813 | |
3814 2000-04-20 William M. Perry <wmperry@aventail.com> | |
3815 | |
3816 * mm-view.el (mm-inline-image-emacs): New function. | |
3817 | |
3818 2000-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3819 | |
3820 * mail-source.el (mail-source-delete-incoming): Change default in | |
3821 cvs. | |
3822 | |
3823 2000-04-20 Kim-Minh Kaplan <kmkaplan@vocatex.fr> | |
3824 | |
3825 * gnus-art.el (gnus-mime-view-part-as-type-internal): New | |
3826 function. | |
3827 | |
3828 2000-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3829 | |
3830 * nnml.el (nnml-request-expire-articles): Use it. | |
3831 | |
3832 * nnmail.el (nnmail-expiry-target): New variable. | |
3833 (nnmail-expiry-target-group): New function. | |
3834 | |
3835 2000-04-20 Emerick Rogul <emerick@cs.bu.edu> | |
3836 | |
3837 * message.el (message-forward): Add non-MIME separators. | |
3838 | |
3839 2000-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3840 | |
3841 * message.el (message-generate-headers): Respect the syntax check | |
3842 spec. | |
3843 | |
3844 * gnus-sum.el (gnus-remove-thread-1): Show thread. | |
3845 (gnus-remove-thread): Don't show all threads. | |
3846 | |
3847 2000-04-20 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
3848 | |
3849 * gnus.el: Pterodactyl Gnus v5.8.4 is released. | |
3850 | |
3851 2000-04-19 Dave Love <fx@gnu.org> | |
3852 | |
3853 * mailcap.el (mailcap-parse-mimetypes): Add ...mime.types. | |
3854 | |
3855 2000-04-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3856 | |
3857 * nnwarchive.el (nnwarchive-type-definition): New egroups html. | |
3858 (nnwarchive-egroups-*): Ditto. | |
3859 (nnwarchive-url): Unibyte buffer and single line cookie. | |
3860 | |
3861 2000-04-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3862 | |
3863 * mm-util.el (mm-char-or-char-int-p): New alias. | |
3864 * nnweb.el (nnweb-decode-entities): Check the validity of numeric | |
3865 entities. | |
3866 | |
3867 1999-11-30 Daiki Ueno <ueno@unixuser.org> | |
3868 | |
3869 * lisp/imap.el (imap-body-lines): Check Content-Type: of the | |
3870 article case insensitively. | |
3871 | |
3872 2000-04-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3873 | |
3874 * mail-source.el (mail-source-fetch-webmail): Use the default | |
3875 password provided in mail-sources; use webmail:subtype:user as | |
3876 the key. | |
3877 | |
3878 2000-04-10 John Wiegley <johnw@gnu.org> | |
3879 | |
3880 * mail-source.el (mail-source-fetch-webmail): Use | |
3881 mail-source-password-cache. | |
3882 | |
3883 2000-04-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
3884 | |
3885 * webmail.el: Add netscape mail and fix HotMail mail. | |
3886 | |
3887 2000-04-08 Simon Josefsson <jas@pdc.kth.se> | |
3888 | |
3889 * imap.el (imap-kerberos4-open): Work with recent `imtest's. | |
3890 | |
3891 2000-04-02 Simon Josefsson <jas@pdc.kth.se> | |
3892 | |
3893 * nnimap.el (nnimap-request-article): Use BODY.PEEK[] instead of | |
3894 RFC822.PEEK if server support IMAP4rev1. | |
3895 (nnimap-request-body): Use BODY.PEEK[TEXT] instead of | |
3896 RFC822.TEXT.PEEK if server support IMAP4rev1. | |
3897 (nnimap-request-head): Use BODY.PEEK[HEADER] instead of | |
3898 RFC822.HEADER if server support IMAP4rev1. | |
3899 (nnimap-request-article-part): Support bodydetail in response | |
3900 data. | |
3901 | |
3902 2000-03-11 Simon Josefsson <jas@pdc.kth.se> | |
3903 | |
3904 * fill-flowed.el: New file. | |
3905 | |
3906 * mm-decode.el (mm-dissect-singlepart): Create a MIME handle for | |
3907 text/plain parts with `format' parameters. | |
3908 | |
3909 * mm-view.el (autoload): Autoload fill-flowed. | |
3910 (mm-inline-text): For "plain" parts with a format=flowed | |
3911 parameter, call `fill-flowed'. | |
3912 | |
3913 2000-03-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3914 | |
3915 * nnslashdot.el (nnslashdot-request-list): Fudge new-style | |
3916 slashdot ids. | |
3917 | |
3918 2000-03-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3919 | |
3920 * nnslashdot.el (nnslashdot-request-list): Use the new slashdot | |
3921 format. | |
3922 | |
3923 2000-03-16 Simon Josefsson <jas@pdc.kth.se> | |
3924 | |
3925 * imap.el: GSSAPI support, support kerberos 4 with Cyrus v1.6.x | |
3926 `imtest' too. | |
3927 (imap-kerberos4-program): Renamed from `imap-imtest-program'. | |
3928 (imap-gssapi-program): New variable. | |
3929 (imap-streams): Add gssapi. | |
3930 (imap-stream-alist): Ditto. | |
3931 (imap-authenticators): Ditto. | |
3932 (imap-authenticator-alist): Ditto. | |
3933 (imap-kerberos4-stream-p): Rename from `imap-kerberos4s-p'. | |
3934 (imap-kerberos4-open): Loop over imtest programs, support Cyrus | |
3935 1.6.x `imtest' syntax. | |
3936 (imap-gssapi-stream-p): New function. | |
3937 (imap-gssapi-open): Ditto. | |
3938 (imap-gssapi-auth-p): Ditto. | |
3939 (imap-gssapi-auth): Ditto. | |
3940 (imap-kerberos4-auth-p): Renamed from `imap-kerberos4a-p'. | |
3941 (imap-send-command): Use buffer-local `imap-client-eol' value. | |
3942 | |
3943 * nnimap.el (nnimap-retrieve-headers-progress): Fold continuation | |
3944 lines and turn TAB into SPC before parsing. | |
3945 | |
3946 2000-03-15 Simon Josefsson <jas@pdc.kth.se> | |
3947 | |
3948 * nnheader.el (nnheader-group-pathname): Make sure to return a | |
3949 directory. | |
3950 * nnmail.el (nnmail-group-pathname): Ditto. | |
3951 | |
3952 2000-02-08 Per Abrahamsen <abraham@dina.kvl.dk> | |
3953 | |
3954 * nnmail.el (nnmail-fix-eudora-headers): Fix `In-Reply-To' too, it | |
3955 might split in the middle of a message-id. | |
3956 | |
3957 2000-03-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3958 | |
3959 * gnus-srvr.el (gnus-server-kill-server): Offer to kill all the | |
3960 groups from the server. | |
3961 | |
3962 * gnus-sum.el (gnus-summary-save-parts): Fix interactive spec. | |
3963 (gnus-summary-toggle-header): Update the wash status. | |
3964 | |
3965 * gnus-uu.el ((gnus-uu-extract-map "X" gnus-summary-mode-map)): | |
3966 Moved here. | |
3967 | |
3968 * gnus-agent.el (gnus-agent-save-group-info): Respect old | |
3969 setting. | |
3970 | |
3971 * nnmail.el (nnmail-get-active): Use it. | |
3972 (nnmail-parse-active): New function. | |
3973 | |
3974 * mm-view.el (mm-inline-text): Support the new version of | |
3975 vcard.el. | |
3976 | |
3977 * gnus-sum.el (gnus-summary-move-article): Only delete article | |
3978 when moving junk. | |
3979 (gnus-deaden-summary): Bury the buffer. | |
3980 | |
3981 * nnmail.el (nnmail-group-pathname): Ditto. | |
3982 | |
3983 * nnheader.el (nnheader-group-pathname): Use expand-file-name. | |
3984 | |
3985 2000-03-13 Christoph Rohland <hans-christoph.rohland@sap.com> | |
3986 | |
3987 * rfc2047.el (rfc2047-encode-message-header): Encode no matter | |
3988 whether Mule. | |
3989 | |
3990 2000-03-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
3991 | |
3992 * message.el (message-send-mail): Protect against unloaded Gnus. | |
3993 | |
3994 * gnus-topic.el (gnus-topic-update-topic-line): Don't update the | |
3995 parent. | |
3996 (gnus-topic-update-topic-line): Yes, do. | |
3997 (gnus-topic-goto-missing-group): Tally the correct number of | |
3998 unread articles before inserting the topic line. | |
3999 | |
4000 2000-03-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4001 | |
4002 * nnultimate.el (nnultimate-retrieve-headers): Ignore errors. | |
4003 | |
4004 2000-02-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4005 | |
4006 * mm-decode.el (mm-dissect-buffer): Ditto. | |
4007 | |
4008 * gnus-art.el (article-decode-charset): Strip CTE. | |
4009 | |
4010 * ietf-drums.el (ietf-drums-strip): New function. | |
4011 | |
4012 * gnus-sum.el (gnus-summary-move-article): Don't use the prefix | |
4013 when prompting in read-only groups. | |
4014 | |
4015 2000-02-23 Simon Josefsson <jas@pdc.kth.se> | |
4016 | |
4017 * imap.el (imap-send-command): Change EOL-chars when | |
4018 `imap-client-eol' differs from default, not only for kerberos4. | |
4019 (imap-mailbox-status): Get encoded mailbox's status. | |
4020 | |
4021 2000-02-19 Simon Josefsson <jas@pdc.kth.se> | |
4022 | |
4023 * mail-source.el (mail-source-fetch-imap): Copy `imap-password' | |
4024 into `mail-source-password-cache'. | |
4025 | |
4026 2000-02-17 Florian Weimer <fw@deneb.cygnus.argh.org> | |
4027 | |
4028 * mm-util.el (mm-mime-charset): Check for presence of | |
4029 `coding-system-get' and `get-charset-property' (recent XEmacs has | |
4030 the former, but not the latter). | |
4031 | |
4032 2000-01-28 Dave Love <fx@gnu.org> | |
4033 | |
4034 * message.el (message-check-news-header-syntax): Fix typo | |
4035 `newsgroyps'. | |
4036 (message-talkative-question): Put temp buffer in fundamental-mode. | |
4037 (message-recover): Use fundamental-mode in the right buffer. | |
4038 | |
4039 * nnmail.el (nnmail-split-history): Use fundamental-mode in the | |
4040 right buffer. | |
4041 | |
4042 2000-01-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4043 | |
4044 * qp.el (quoted-printable-decode-region): Add charset parameter. | |
4045 (quoted-printable-decode-string): Ditto. | |
4046 | |
4047 * gnus-art.el (article-de-quoted-unreadable): Use it. | |
4048 | |
4049 2000-01-21 Simon Josefsson <jas@pdc.kth.se> | |
4050 | |
4051 * nnimap.el (nnimap-split-predicate): New variable. | |
4052 (nnimap-split-articles): Use it. | |
4053 | |
4054 2000-01-20 Simon Josefsson <jas@pdc.kth.se> | |
4055 | |
4056 * utf7.el: Change email address. | |
4057 | |
4058 2000-01-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4059 | |
4060 * gnus-group.el (gnus-group-catchup): Purge split history. | |
4061 | |
4062 2000-01-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4063 | |
4064 * nnmail.el (nnmail-generate-active): Support extended group name. | |
4065 (nnmail-get-active): Ditto. | |
4066 | |
4067 2000-01-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4068 | |
4069 * gnus-agent.el (gnus-agent-write-active): Since no prefix in | |
4070 group names, don't remove anything. | |
4071 | |
4072 2000-01-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4073 | |
4074 * webmail.el (webmail-my-deja-open): My-deja changes. | |
4075 | |
4076 2000-01-13 Simon Josefsson <jas@pdc.kth.se> | |
4077 | |
4078 * nnimap.el (nnimap-retrieve-headers-progress): Create xref field. | |
4079 | |
4080 2000-01-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4081 | |
4082 * gnus-agent.el (gnus-agent-fetch-headers): Translate full path. | |
4083 | |
4084 2000-01-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4085 | |
4086 * gnus.el (gnus-other-frame): Fix typo. | |
4087 | |
4088 1999-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
4089 | |
4090 * gnus-cus.el (gnus-group-customize): Fix typo. | |
4091 | |
4092 2000-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4093 | |
4094 * nnweb.el (nnweb-insert): Simplified. | |
4095 | |
4096 2000-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4097 | |
4098 * gnus-art.el (gnus-article-mode-map): "e" is | |
4099 gnus-summary-edit-article. | |
4100 | |
4101 2000-01-06 Jari Aalto <jari.aalto@poboxes.com> | |
4102 | |
4103 * mailcap.el (mailcap-mime-extensions): Add .diff. | |
4104 | |
4105 2000-01-06 Kim-Minh Kaplan <kmkaplan@vocatex.fr> | |
4106 | |
4107 * mm-decode.el (mm-mailcap-command): handle "%%" and the case | |
4108 where there is no "%s" in the method. | |
4109 | |
4110 2000-01-08 Kim-Minh Kaplan <kmkaplan@vocatex.fr> | |
4111 | |
4112 * gnus-sum.el (gnus-summary-select-article): Return 'old. | |
4113 | |
4114 2000-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4115 | |
4116 * nnfolder.el (nnfolder-read-folder): Use nnfolder-save-buffer. | |
4117 | |
4118 * gnus.el: Really always pop up a new frame. | |
4119 | |
4120 * parse-time.el (parse-time-rules): Allow 100-110 to be | |
4121 2000-2010. | |
4122 | |
4123 * time-date.el (date-to-time): Don't use timezone. | |
4124 | |
4125 2000-01-06 Dave Love <fx@gnu.org> | |
4126 | |
4127 * time-date.el: Add keywords. | |
4128 (date-to-time): Add autoload cookie. Canonicalize with | |
4129 timezone-make-date-arpa-standard. | |
4130 (time-to-seconds): Avoid caddr. | |
4131 (safe-date-to-time): Add autoload cookie. | |
4132 | |
4133 2000-01-05 BrYan P. Johnson <beej@mindspring.net> | |
4134 | |
4135 * gnus-group.el (gnus-group-line-format-alist): Added %E for | |
4136 eyecandy. | |
4137 (gnus-group-insert-group-line): Now groks %E and inserts icon in | |
4138 group line using gnus-group-add-icon. | |
4139 (gnus-group-icons): Added customize group. | |
4140 (gnus-group-icon-list): Added variable. | |
4141 (gnus-group-glyph-directory): Added variable. | |
4142 (gnus-group-icon-cache): Added variable. | |
4143 (gnus-group-running-xemacs): Added variable. | |
4144 (gnus-group-add-icon): Added function. Add an icon to the current | |
4145 line according to gnus-group-icon-list. | |
4146 (gnus-group-icon-create-glyph): Added function. | |
4147 | |
4148 2000-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4149 | |
4150 * gnus-sum.el (gnus-summary-select-article): Return whether we | |
4151 selected something new. | |
4152 (gnus-summary-search-article): Start searching at the window | |
4153 point. | |
4154 | |
4155 * gnus-group.el (gnus-fetch-group): Complete over | |
4156 gnus-active-hashtb. | |
4157 | |
4158 2000-01-05 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
4159 | |
4160 * gnus.el: Pterodactyl Gnus v5.8.3 is released. | |
4161 | |
4162 2000-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4163 | |
4164 * gnus-sum.el (gnus-preserve-marks): New variable. | |
4165 (gnus-summary-move-article): Use it. | |
4166 (gnus-group-charset-alist): Added more entries. | |
4167 | |
4168 2000-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4169 | |
4170 * mm-decode.el (mm-inline-override-types): Removed duplicate. | |
4171 | |
4172 * gnus-uu.el (gnus-uu-mark-over): Use gnus-summary-default-score | |
4173 as the default score. | |
4174 | |
4175 * gnus-score.el (gnus-score-delta-default): Changed name. | |
4176 | |
4177 2000-01-04 Simon Josefsson <jas@pdc.kth.se> | |
4178 | |
4179 * imap.el (imap-parse-literal): | |
4180 (imap-parse-flag-list): Don't care about props. | |
4181 (imap-parse-string): Handle quoted characters. | |
4182 | |
4183 2000-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4184 | |
4185 * gnus-sum.el (gnus-summary-goto-unread): Doc fix. | |
4186 (gnus-summary-mark-article): Doc fix. | |
4187 (gnus-summary-mark-forward): Doc fix. | |
4188 (t): Changed keystroke for gnus-summary-customize-parameters. | |
4189 | |
4190 * gnus-art.el (gnus-article-mode-map): Use gnus-article-edit for | |
4191 "e". | |
4192 (gnus-article-mode-map): No, don't. | |
4193 | |
4194 * gnus-sum.el (gnus-summary-next-subject): Don't show the thread | |
4195 of the final article. | |
4196 | |
4197 * mm-decode.el (mm-interactively-view-part): Error on no method. | |
4198 | |
4199 2000-01-02 Stefan Monnier <monnier+gnu/emacs@tequila.cs.yale.edu> | |
4200 | |
4201 * gnus-score.el (gnus-score-insert-help): Something. | |
4202 | |
4203 * gnus-art.el (gnus-button-alist): Exclude < from <URL: | |
4204 | |
4205 * gnus-win.el (gnus-configure-frame): Ditto. | |
4206 | |
4207 * gnus-mh.el (gnus-summary-save-in-folder): Use | |
4208 with-current-buffer. | |
4209 | |
4210 2000-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4211 | |
4212 * nnwarchive.el: Changed file perms. | |
4213 | |
4214 1999-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4215 | |
4216 * gnus-group.el (gnus-group-delete-groups): New command. | |
4217 (gnus-group-delete-group): Extra no-prompt parameters. | |
4218 | |
4219 1999-12-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4220 | |
4221 * nnslashdot.el (nnslashdot-request-article): Translate <br> into | |
4222 <p>. | |
4223 | |
4224 1999-12-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4225 | |
4226 * webmail.el (webmail-hotmail-article): Don't insert message id. | |
4227 | |
4228 1999-12-28 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
4229 | |
4230 * nnimap.el (nnimap-split-fancy): New variable. | |
4231 (nnimap-split-fancy): New function. | |
4232 | |
4233 1999-12-28 Simon Josefsson <jas@pdc.kth.se> | |
4234 | |
4235 (nnimap-split-rule): Document symbol value. | |
4236 | |
4237 1999-12-28 Simon Josefsson <jas@pdc.kth.se> | |
4238 | |
4239 * nnimap.el (nnimap-retrieve-headers-progress): Let | |
4240 `nnheader-parse-head' parse article. | |
4241 (nnimap-retrieve-headers-from-server): Don't request ENVELOPE, | |
4242 request headers needed by `nnheader-parse-head'. | |
4243 | |
4244 1999-12-23 Florian Weimer <fw@s.netic.de> | |
4245 | |
4246 * gnus-msg.el (gnus-group-posting-charset-alist): Correct default | |
4247 value (crosspostings are handled), improve documentation. | |
4248 | |
4249 * nnultimate.el: Declare file coding system as iso-8859-1. | |
4250 | |
4251 * message.el: Dito. | |
4252 | |
4253 * gnus-cite.el: Dito. | |
4254 | |
4255 * gnus-spec.el: Dito. | |
4256 | |
4257 1999-12-21 Florian Weimer <fw@s.netic.de> | |
4258 | |
4259 * gnus-msg.el (gnus-group-posting-charset-alist): New layout. | |
4260 (gnus-setup-message): No longer make `message-posting-charset' | |
4261 buffer-local. | |
4262 (gnus-setup-posting-charset): Reflect the new layout of | |
4263 `gnus-group-posting-charset-alist' and `message-posting-charset'. | |
4264 | |
4265 * message.el (message-send-mail): Bind `message-this-is-mail' and | |
4266 `message-posting-charset'. | |
4267 (message-send-news): Dito, and honour new layout of | |
4268 `message-posting-charset'. | |
4269 (message-encode-message-body): Ignore `message-posting-charset'. | |
4270 | |
4271 * mm-bodies.el (mm-body-encoding): Consider | |
4272 `message-posting-charset' when deciding whether to use 8bit. | |
4273 | |
4274 * rfc2047.el (rfc2047-encode-message-header): Back out change. | |
4275 (rfc2047-encodable-p): Now solely for headers; use | |
4276 `message-posting-charset'. | |
4277 | |
4278 1999-12-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4279 | |
4280 * nnwarchive.el (nnwarchive-type-definition): Set default value. | |
4281 | |
4282 1999-12-19 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4283 | |
4284 * nnagent.el (nnagent-server-opened): Optional. | |
4285 (nnagent-status-message): Optional. | |
4286 | |
4287 1999-12-19 Simon Josefsson <jas@pdc.kth.se> | |
4288 | |
4289 * gnus-cite.el (gnus-article-toggle-cited-text): Restore beg and | |
4290 end (referenced by instructions in | |
4291 `gnus-cited-opened-text-button-line-format-alist'). | |
4292 | |
4293 1999-12-18 Simon Josefsson <jas@pdc.kth.se> | |
4294 | |
4295 * imap.el (imap-starttls-open): Typo. | |
4296 | |
4297 1999-12-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4298 | |
4299 * mm-util.el (mm-charset-after): Non-MULE case. | |
4300 * mail-prsvr.el (mail-parse-mule-charset): New variable. | |
4301 * rfc2047.el (rfc2047-dissect-region): Bind it. | |
4302 | |
4303 1999-12-18 Florian Weimer <fw@s.netic.de> | |
4304 | |
4305 * mml.el (mml-generate-multipart-alist): Correct default value. | |
4306 | |
4307 * mm-encode.el (mm-use-ultra-safe-encoding): New variable. | |
4308 (mm-safer-encoding): New function. | |
4309 (mm-content-transfer-encoding): Use both. | |
4310 | |
4311 * mm-bodies.el (mm-body-encoding): Use mm-use-ultra-safe-encoding. | |
4312 * qp.el (quoted-printable-encode-region): Dito. | |
4313 | |
4314 1999-12-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4315 | |
4316 * webmail.el (webmail-hotmail-article): Snarf the raw file. | |
4317 | |
4318 1999-12-18 Victor S. Miller <victor@idaccr.org> | |
4319 | |
4320 * webmail.el (webmail-hotmail-list): raw=0. | |
4321 | |
4322 1999-12-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4323 | |
4324 * gnus-agent.el (gnus-agent-enter-history): Back-compatible in | |
4325 group name. | |
4326 | |
4327 1999-12-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4328 | |
4329 * gnus-agent.el (gnus-agent-expire): Convert to symbol if stringp. | |
4330 | |
4331 1999-12-18 Simon Josefsson <jas@pdc.kth.se> | |
4332 | |
4333 * imap.el: Don't autoload digest-md5. | |
4334 (imap-starttls-open): Bind coding-system-for-{read,write}. | |
4335 (imap-starttls-p): Check if we can find starttls.el. | |
4336 (imap-digest-md5-p): Check if we can find digest-md5.el. | |
4337 | |
4338 1999-11-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp> | |
4339 | |
4340 * imap.el: Require `digest-md5' when compiling; add autoload | |
4341 settings for `digest-md5-parse-digest-challenge', | |
4342 `digest-md5-digest-response', `starttls-open-stream' and | |
4343 `starttls-negotiate'. | |
4344 (imap-authenticators): Add `digest-md5'. | |
4345 (imap-authenticator-alist): Setup for `digest-md5'. | |
4346 (imap-digest-md5-p): New function. | |
4347 (imap-digest-md5-auth): New function. | |
4348 (imap-stream-alist): Add STARTTLS entry. | |
4349 (imap-starttls-p): New function. | |
4350 (imap-starttls-open): New function. | |
4351 | |
4352 1999-12-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4353 | |
4354 * gnus-agent.el (gnus-agent-enter-history): Bad group name. | |
4355 | |
4356 1999-12-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4357 | |
4358 * rfc2047.el (rfc2047-dissect-region): Use mapcar instead of | |
4359 string-to-x function. | |
4360 | |
4361 1999-12-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4362 | |
4363 * rfc2047.el (rfc2047-fold-region): Fold a line more than once. | |
4364 | |
4365 1999-12-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4366 | |
4367 * webmail.el: Enhance hotmail-snarf. | |
4368 | |
4369 1999-12-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4370 | |
4371 * rfc2047.el (rfc2047-dissect-region): Rewrite. | |
4372 | |
4373 1999-12-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4374 | |
4375 * webmail.el (webmail-hotmail-list): Search no-error. | |
4376 | |
4377 1999-12-15 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4378 | |
4379 * nnwarchive.el: Support nov-is-evil. | |
4380 * gnus-bcklg.el (gnus-backlog-request-article): Buffer is optional. | |
4381 Set it if non-nil. | |
4382 * gnus-agent.el (gnus-agent-fetch-articles): Use it. | |
4383 | |
4384 1999-12-15 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4385 | |
4386 * nnagent.el (nnagent-server-opened): Redefine. | |
4387 (nnagent-status-message): Ditto. | |
4388 | |
4389 1999-12-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4390 | |
4391 * rfc1843.el (rfc1843-decode-region): Use | |
4392 buffer-substring-no-properties. | |
4393 * gnus-art.el (article-decode-HZ): New function. | |
4394 | |
4395 1999-12-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4396 | |
4397 * nnheader.el (nnheader-translate-file-chars): Only in full path. | |
4398 | |
4399 1999-12-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4400 | |
4401 * mm-util.el (mm-find-charset-region): mail-parse-charset is a | |
4402 MIME charset not a MULE charset. | |
4403 | |
4404 1999-12-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4405 | |
4406 * gnus-ems.el: Translate more ugly characters. | |
4407 * nnheader.el (nnheader-translate-file-chars): Don't translate | |
4408 the second ':'. | |
4409 | |
4410 1999-12-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4411 | |
4412 * gnus-art.el (gnus-request-article-this-buffer): Use all refer | |
4413 method if cannot find the article. | |
4414 | |
4415 1999-12-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4416 | |
4417 * gnus-art.el (gnus-request-article-this-buffer): Don't use refer | |
4418 method if overrided. | |
4419 | |
4420 1999-12-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4421 | |
4422 * mail-source.el (mail-source-fetch-webmail): Parameter | |
4423 dontexpunge. | |
4424 | |
4425 1999-12-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4426 | |
4427 * webmail.el: Support my-deja. Better error report. | |
4428 | |
4429 1999-12-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4430 | |
4431 * nnslashdot.el (nnslashdot-date-to-date): Error proof when input | |
4432 is bad. | |
4433 * gnus-sum.el (gnus-list-of-unread-articles): When (car read) | |
4434 is not 1. | |
4435 | |
4436 1999-12-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4437 | |
4438 * nnslashdot.el (nnslashdot-request-article): A space. | |
4439 | |
4440 1999-12-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4441 | |
4442 * nnagent.el: Support different backend with same name. | |
4443 | |
4444 1999-12-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4445 | |
4446 * nnslashdot.el (nnslashdot-threaded-retrieve-headers): Support | |
4447 archived group. | |
4448 (nnslashdot-sane-retrieve-headers): Ditto. | |
4449 (nnslashdot-request-article): Ditto. | |
4450 | |
4451 1999-12-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4452 | |
4453 * nnweb.el (nnweb-insert): Narrow to point. | |
4454 | |
4455 1999-12-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4456 | |
4457 * nnweb.el (nnweb-insert): Follow refresh url. | |
4458 * nnslashdot.el: Use it. | |
4459 | |
4460 1999-12-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4461 | |
4462 * nnweb.el (nnweb-decode-entities): Decode numerical entities. | |
4463 (nnweb-decode-entities-string): New function. | |
4464 | |
4465 * nnwarchive.el (nnwarchive-decode-entities-string): Rename to | |
4466 nnweb-* and move to nnweb.el. | |
4467 * nnwarchive.el: Use nnweb-decode-entities, etc. | |
4468 * webmail.el: Ditto. | |
4469 | |
4470 * nnslashdot.el: Use nnweb-decode-entities-string. | |
4471 (nnslashdot-decode-entities): Remove. | |
4472 | |
4473 1999-12-13 Eric Marsden <emarsden@mail.dotcom.fr> | |
4474 | |
4475 * nnslashdot.el: Decode entities. | |
4476 | |
4477 1999-12-12 Dave Love <fx@gnu.org> | |
4478 | |
4479 * gnus-agent.el (gnus-category-edit-groups) | |
4480 (gnus-category-edit-score, gnus-category-edit-predicate): Replace | |
4481 expansion of setf, fixed. | |
4482 | |
4483 1999-12-12 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4484 | |
4485 * gnus-agent.el: Revoke last Dave Love's patch, because of | |
4486 incompatibility of XEmacs. | |
4487 | |
4488 1999-12-12 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4489 | |
4490 * mm-uu.el: Change headers. | |
4491 * rfc1843.el: Ditto. | |
4492 * uudecode.el: Ditto. | |
4493 | |
4494 1999-12-07 Dave Love <fx@gnu.org> | |
4495 | |
4496 * gnus-agent.el (gnus-category-edit-predicate) | |
4497 (gnus-category-edit-score, gnus-category-edit-score): Expand setf | |
4498 inside backquote to avoid it at runtime. | |
4499 | |
4500 1999-12-07 Dave Love <fx@gnu.org> | |
4501 | |
4502 * binhex.el: Require cl when compiling. | |
4503 | |
4504 1999-12-04 Dave Love <fx@gnu.org> | |
4505 | |
4506 * gnus-cus.el (gnus-group-parameters): Allow nil for banner. | |
4507 | |
4508 1999-12-04 Dave Love <fx@gnu.org> | |
4509 | |
4510 * mm-util.el (mm-delete-duplicates): New function. | |
4511 (mm-write-region): Use it. | |
4512 | |
4513 * mml.el (mml-minibuffer-read-type): Use mm-delete-duplicates. | |
4514 | |
4515 * mailcap.el (mailcap-mime-types): Require mm-util. Use | |
4516 mm-delete-duplicates. | |
4517 | |
4518 * imap.el (imap-open, imap-debug): Avoid mapc. | |
4519 | |
4520 * nnvirtual.el (nnvirtual-create-mapping): Likewise. | |
4521 | |
4522 * gnus-sum.el (gnus-summary-exit-no-update): Avoid copy-list. | |
4523 (gnus-multi-decode-encoded-word-string): Avoid mapc. | |
4524 | |
4525 * gnus-start.el (gnus-site-init-file): Avoid ignore-errors at | |
4526 runtime. | |
4527 | |
4528 * gnus.el (gnus-select-method): Likewise. | |
4529 | |
4530 * nnheader.el (nnheader-nov-read-integer): Likewise. | |
4531 | |
4532 * mm-view.el (mm-inline-message): Require cl when compiling. | |
4533 Avoid ignore-errors at runtime. | |
4534 (mm-inline-text): Avoid mapc. | |
4535 | |
4536 1999-12-12 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4537 | |
4538 * gnus-art.el (article-decode-charset): Widen is bad. | |
4539 | |
4540 1999-12-12 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4541 | |
4542 * mm-util.el (mm-charset-after): `charset-after' may not be defined. | |
4543 | |
4544 1999-12-12 Florian Weimer <fw@s.netic.de> | |
4545 | |
4546 * rfc2047.el (rfc2047-encodable-p): New parameter header used to | |
4547 indicate that only US-ASCII is permitted. | |
4548 (rfc2047-encode-message-header): Use it. Now, Gnus should never | |
4549 use unencoded 8-bit characters in message headers. | |
4550 | |
4551 1999-12-12 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4552 | |
4553 * ietf-drums.el (ietf-drums-narrow-to-header): Make it work with | |
4554 CRLF. | |
4555 | |
4556 1999-12-11 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4557 | |
4558 * webmail.el: Require url-cookie. | |
4559 | |
4560 1999-12-11 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4561 | |
4562 * nnwarchive.el (nnwarchive-make-caesar-translation-table): A | |
4563 new function to make modified caesar table. | |
4564 (nnwarchive-from-r13): Use it. | |
4565 (nnwarchive-mail-archive-article): Improved. | |
4566 | |
4567 1999-12-11 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4568 | |
4569 * webmail.el (webmail-url): Use mm-with-unibyte-current-buffer. | |
4570 | |
4571 1999-12-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4572 | |
4573 * nnweb.el (nnweb-request-article): Return cons. | |
4574 | |
4575 1999-12-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4576 | |
4577 * gnus-sum.el (gnus-summary-setup-default-charset): Typo. | |
4578 | |
4579 1999-12-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4580 | |
4581 * mm-util.el (mm-with-unibyte): New macro. | |
4582 * nnweb.el (nnweb-init): Use it. | |
4583 | |
4584 1999-12-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4585 | |
4586 * mm-util.el (mm-charset-after): New function. | |
4587 (mm-find-mime-charset-region): Set charsets after | |
4588 delete-duplicates and use find-coding-systems-region. | |
4589 (mm-find-charset-region): Remove composition. | |
4590 | |
4591 * mm-bodies.el (mm-encode-body): Use mm-charset-after. | |
4592 | |
4593 * mml.el (mml-parse-singlepart-with-multiple-charsets): Ditto. | |
4594 | |
4595 1999-12-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4596 | |
4597 * mm-util.el (mm-find-mime-charset-region): Revoke last change. | |
4598 * mml.el (mml-confirmation-set): New variable. | |
4599 (mml-parse-1): Ask user to confirm. | |
4600 | |
4601 1999-12-09 Simon Josefsson <jas@pdc.kth.se> | |
4602 | |
4603 * gnus-start.el (gnus-get-unread-articles): Make sure all methods | |
4604 are scanned when we have directory mail-sources (the mail source | |
4605 is modified in that case, so we must scan it for all | |
4606 groups/methods). | |
4607 | |
4608 1999-12-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4609 | |
4610 * nnml.el (nnml-request-move-article): Save nnml-current-directory | |
4611 and nnml-article-file-alist. | |
4612 | |
4613 1999-12-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4614 | |
4615 * gnus-group.el (gnus-group-get-new-news-this-group): Binding | |
4616 nnmail-fetched-sources. | |
4617 | |
4618 1999-12-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4619 | |
4620 * mm-util.el (mm-find-charset-region): Use the last charset. | |
4621 | |
4622 1999-12-08 Per Abrahamsen <abraham@dina.kvl.dk> | |
4623 | |
4624 * gnus.el (gnus-select-method): Made the option list prettier. | |
4625 | |
4626 1999-12-08 Florian Weimer <fw@s.netic.de> | |
4627 | |
4628 * gnus-msg.el (gnus-group-posting-charset-alist): Use iso-8859-1 | |
4629 for the `de' newsgroups hierarchy, as it is common practice there. | |
4630 | |
4631 1999-12-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4632 | |
4633 * nnwarchive.el (nnwarchive-mail-archive-article): Fix | |
4634 buffer-string arguments. Fix references. | |
4635 | |
4636 1999-12-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4637 | |
4638 * gnus-agent.el (gnus-agent-confirmation-function): New variable. | |
4639 (gnus-agent-batch-fetch): Use it. | |
4640 (gnus-agent-fetch-session): Use it. | |
4641 | |
4642 1999-12-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4643 | |
4644 * mm-util.el (mm-find-mime-charset-region): Delete nil. | |
4645 | |
4646 1999-12-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4647 | |
4648 * mm-util.el (mm-find-charset-region): Don't capitalize. Delete | |
4649 nil. | |
4650 | |
4651 1999-12-07 Per Abrahamsen <abraham@dina.kvl.dk> | |
4652 | |
4653 * nnslashdot.el (nnslashdot-request-list): There were two | |
4654 top-level body-forms. Put a `progn' around them. | |
4655 | |
4656 * gnus.el (gnus-select-method): Use `condition-case' | |
4657 instead of `ignore-errors', since cl may not be loaded when the | |
4658 form is evaluated. | |
4659 | |
4660 1999-12-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4661 | |
4662 * nnwarchive.el: Support www.mail-archive.com. | |
4663 | |
4664 1999-12-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4665 | |
4666 * nnmail.el (nnmail-get-new-mail): Remove fetched sources before | |
4667 do anything. | |
4668 | |
4669 1999-12-06 Simon Josefsson <jas@pdc.kth.se> | |
4670 | |
4671 * utf7.el: New file, written by Jon K Hellan. | |
4672 | |
4673 * imap.el (imap-use-utf7): Renamed from `imap-utf7-p', change | |
4674 default to t. | |
4675 | |
4676 1999-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4677 | |
4678 * nnslashdot.el (nnslashdot-request-delete-group): New function. | |
4679 | |
4680 * gnus-sum.el (gnus-summary-refer-article): Work for lists with | |
4681 current. | |
4682 (gnus-refer-article-methods): New function. | |
4683 (gnus-summary-refer-article): Use it. | |
4684 | |
4685 1999-11-13 Simon Josefsson <jas@pdc.kth.se> | |
4686 | |
4687 * nnimap.el (nnimap-retrieve-groups): Return active format. | |
4688 | |
4689 * nnimap.el (nnimap-replace-in-string): Removed. | |
4690 (nnimap-request-list): | |
4691 (nnimap-retrieve-groups): | |
4692 (nnimap-request-newgroups): Quote group instead of escaping SPC. | |
4693 | |
4694 1999-12-05 Simon Josefsson <jas@pdc.kth.se> | |
4695 | |
4696 * imap.el: Use format-spec for ssl program. | |
4697 * imap.el (imap-ssl-arguments): Removed. | |
4698 (imap-ssl-open-{1,2}): Removed. | |
4699 | |
4700 1999-12-04 Per Abrahamsen <abraham@dina.kvl.dk> | |
4701 | |
4702 * gnus-start.el (gnus-site-init-file): Use `condition-case' | |
4703 instead of `ignore-errors', since cl may not be loaded when the | |
4704 form is evaluated. | |
4705 | |
4706 1999-12-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4707 | |
4708 * mm-bodies.el (mm-8bit-char-regexps): Removed. | |
4709 (mm-7bit-chars): New variable. | |
4710 (mm-body-7-or-8): Use it in both cases. | |
4711 | |
4712 1999-12-04 Michael Welsh Duggan <md5i@cs.cmu.edu> | |
4713 | |
4714 * gnus-start.el (gnus-site-init-file): Don't use cl macros in | |
4715 defcustom definitions. | |
4716 | |
4717 1999-12-04 Simon Josefsson <jas@pdc.kth.se> | |
4718 | |
4719 * mm-decode.el (mm-display-part): Let mm-display-external return | |
4720 inline or external. | |
4721 (mm-display-external): For copiousoutput methods, insert output in | |
4722 buffer. | |
4723 | |
4724 1999-12-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4725 | |
4726 * nntp.el (nntp-retrieve-headers-with-xover): Goto the end of | |
4727 buffer. | |
4728 | |
4729 1999-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4730 | |
4731 * gnus-audio.el: An M too far. | |
4732 | |
4733 * gnus-msg.el (gnus-setup-message): One backtick too many. | |
4734 | |
4735 * gnus-art.el (gnus-mime-view-part-as-type): mailcap-mime-types is | |
4736 a function, not a variable. | |
4737 | |
4738 1999-12-04 Max Froumentin <masmef@maths.bath.ac.uk> | |
4739 | |
4740 * gnus-score.el (gnus-score-body): Widen before requesting. | |
4741 | |
4742 1999-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4743 | |
4744 * gnus-group.el (gnus-group-prepare-flat): Comment fix. | |
4745 | |
4746 1999-12-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4747 | |
4748 * mail-source.el (mail-source-fetch-webmail): Bind | |
4749 mail-source-string. | |
4750 | |
4751 1999-12-04 Matt Swift <swift@alum.mit.edu> | |
4752 | |
4753 * gnus-uu.el (gnus-uu-mark-by-regexp): Doc fix. | |
4754 (gnus-uu-unmark-by-regexp): Ditto. | |
4755 | |
4756 * gnus-group.el (gnus-group-catchup-current): Would bug out on | |
4757 dead groups. | |
4758 | |
4759 1999-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4760 | |
4761 * gnus-msg.el (gnus-setup-message): Allow the charset setting to | |
4762 do their real thing. | |
4763 | |
4764 * nnmh.el (nnmh-be-safe): Doc fix. | |
4765 | |
4766 * gnus-sum.el (gnus-summary-exit): Write cache active file. | |
4767 | |
4768 * nntp.el (nntp-retrieve-headers-with-xover): Make sure the entire | |
4769 status line has arrived before we count it. | |
4770 | |
4771 * mailcap.el (mailcap-mime-data): Removed save-file from audio/*. | |
4772 | |
4773 * gnus-sum.el (gnus-thread-header): Fixed after indent. | |
4774 Whitespace problems. | |
4775 | |
4776 * gnus-win.el (gnus-configure-windows): Error fix. | |
4777 | |
4778 * gnus-demon.el (gnus-demon-add-nntp-close-connection): Add the | |
4779 right function. | |
4780 | |
4781 * gnus.el: Fixed all the doc strings to match the FSF convetions. | |
4782 Indent all functions. Fix all comments to match the comment | |
4783 conventions. Double-space after full stop. | |
4784 | |
4785 1999-12-04 YAMAMOTO Kouji <kouji@pobox.com> | |
4786 | |
4787 * nnmail.el (nnmail-split-it): I redefined nnmail-split-fancy's | |
4788 value to divide received mails into my favorite groups and I met | |
4789 an error. It takes place if the length of a element "VALUE" in | |
4790 nnmail-split-fancy is less than two. | |
4791 | |
4792 1999-10-10 Robert Bihlmeyer <robbe@orcus.priv.at> | |
4793 | |
4794 * mml.el (mml-insert-part): New function. | |
4795 | |
4796 1999-12-02 Dave Love <fx@gnu.org> | |
4797 | |
4798 * mm-decode.el: Customize. | |
4799 | |
4800 1999-12-03 Dave Love <fx@gnu.org> | |
4801 | |
4802 * nnslashdot.el, nnultimate.el: Don't lose at compile time when | |
4803 the W3 stuff isn't available. | |
4804 | |
4805 1999-12-03 Dave Love <fx@gnu.org> | |
4806 | |
4807 * imap.el, mailcap.el, nnvirtual.el, rfc2104.el: Don't require cl | |
4808 at runtime. | |
4809 | |
4810 1999-12-04 Dan Christensen <jdc@jhu.edu> | |
4811 | |
4812 * gnus-score.el (gnus-score-headers): Fix orphan scoring. | |
4813 | |
4814 1999-12-01 Andrew Innes <andrewi@gnu.org> | |
4815 | |
4816 * nnmbox.el (nnmbox-read-mbox): Count messages correctly, and | |
4817 don't be fooled by "From nobody" lines added by respooling. | |
4818 | |
4819 * pop3.el (pop3-movemail): Write crashbox in binary. | |
4820 (pop3-get-message-count): New function. | |
4821 | |
4822 * mail-source.el (mail-source-primary-source): New variable. | |
4823 (mail-source-report-new-mail-interval): New variable. | |
4824 (mail-source-idle-time-delay): New variable. | |
4825 (mail-source-new-mail-available): New internal variable. | |
4826 (mail-source-fetch-pop): Clear new mail flag, when mail from | |
4827 primary source has been fetched. | |
4828 (mail-source-check-pop): New function. | |
4829 (mail-source-new-mail-p): New function. | |
4830 (mail-source-start-idle-timer): New function. | |
4831 (mail-source-report-new-mail): New function. | |
4832 (mail-source-report-new-mail): New internal variable. | |
4833 (mail-source-report-new-mail-timer): New internal variable. | |
4834 (mail-source-report-new-mail-idle-timer): New internal variables. | |
4835 | |
4836 1999-12-04 Andreas Schwab <schwab@suse.de> | |
4837 | |
4838 * gnus-cus.el (gnus-group-customize): Customize fix. | |
4839 | |
4840 1999-12-04 Andrea Arcangeli <andrea@suse.de> | |
4841 | |
4842 * message.el (message-send-mail-with-sendmail): Use | |
4843 message-make-address. | |
4844 | |
4845 1999-12-03 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
4846 | |
4847 * gnus.el: Pterodactyl Gnus v5.8.2 is released. | |
4848 | |
4849 1999-12-03 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
4850 | |
4851 * gnus.el: Pterodactyl Gnus v5.8.1 is released. | |
4852 | |
4853 1999-11-11 Hrvoje Niksic <hniksic@iskon.hr> | |
4854 | |
4855 * mml.el (mml-insert-tag): Don't close the tag. | |
4856 (mml-insert-empty-tag): New function. | |
4857 (mml-attach-file): Use mml-insert-empty-tag instead of | |
4858 mml-insert-tag. | |
4859 (mml-attach-buffer): Ditto. | |
4860 (mml-attach-external): Ditto. | |
4861 (mml-insert-multipart): Ditto. | |
4862 | |
4863 1999-12-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4864 | |
4865 * nnfolder.el (nnfolder-request-article): Return -1 if not find | |
4866 the article number. | |
4867 | |
4868 1999-12-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4869 | |
4870 * gnus.el (gnus-find-method-for-group): The method of a new group | |
4871 is not the native one. | |
4872 | |
4873 1999-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4874 | |
4875 * gnus-art.el (gnus-button-embedded-url): Always call browse-url. | |
4876 | |
4877 1999-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4878 | |
4879 * nnultimate.el (nnultimate-retrieve-headers): Use | |
4880 mm-with-unibyte-current-buffer. | |
4881 (nnultimate-request-article): Ditto. | |
4882 | |
4883 1999-12-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4884 | |
4885 * nntp.el (nntp-retrieve-groups): Set to process buffer. | |
4886 | |
4887 1999-12-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4888 | |
4889 * mm-util.el (mm-with-unibyte-current-buffer): New macro. | |
4890 * nnweb.el (nnweb-retrieve-headers): Use it. | |
4891 (nnweb-request-article): Use it. | |
4892 | |
4893 * nnweb.el (nnweb-dejanews-create-mapping): Set a default date in | |
4894 case matching failed. | |
4895 | |
4896 1999-12-02 John Wiegley <jwiegley@inprise.com> | |
4897 | |
4898 * mail-source.el (mail-source-keyword-map): Add backslash to | |
4899 Delete-flag. | |
4900 | |
4901 1999-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4902 | |
4903 * gnus-sum.el (gnus-group-charset-alist): Default nnweb groups to | |
4904 Latin-1. | |
4905 (gnus-group-charset-alist): No, don't. | |
4906 | |
4907 * nnweb.el (nnweb-init): Make the buffer unibyte. | |
4908 | |
4909 1999-12-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4910 | |
4911 * mail-source.el (mail-source-set-common-1): Fix to get the | |
4912 default value. | |
4913 | |
4914 1999-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4915 | |
4916 * nnslashdot.el (nnslashdot-read-groups): Unibyte. | |
4917 | |
4918 * nnultimate.el (nnultimate-request-list): Use unibyte. | |
4919 | |
4920 * gnus-uu.el (gnus-uu-grab-articles): Bind | |
4921 gnus-display-mime-function to nil. | |
4922 | |
4923 * message.el (message-send-mail-with-sendmail): Use the | |
4924 user-mail-address variable. | |
4925 | |
4926 * gnus-art.el (gnus-ignored-headers): More headers. | |
4927 | |
4928 * message.el (message-shorten-1): Use list. | |
4929 | |
4930 1999-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4931 | |
4932 * gnus-msg.el (gnus-configure-posting-styles): Ignore nil | |
4933 signatures. | |
4934 | |
4935 * nnweb.el (nnweb-dejanews-create-mapping): Get the data. | |
4936 (nnweb-dejanews-create-mapping): Do the properish date. | |
4937 | |
4938 1999-12-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
4939 | |
4940 * mail-source.el (mail-source-common-keyword-map): New variable. | |
4941 (mail-source-bind-common): New macro. | |
4942 (mail-source-fetch): Support plugged mail source. | |
4943 * gnus-int.el (gnus-request-scan): Use them. | |
4944 | |
4945 1999-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4946 | |
4947 * mm-view.el (mm-inline-message): Check whether charset is a | |
4948 string. | |
4949 | |
4950 * nnslashdot.el (nnslashdot-request-post): Insert <p>'s. | |
4951 | |
4952 * message.el (message-mode-map): Changed keystroke for | |
4953 message-yank-buffer. | |
4954 | |
4955 1999-11-26 Hrvoje Niksic <hniksic@iskon.hr> | |
4956 | |
4957 * message.el (message-shorten-references): Cut references to 31 | |
4958 elements, then either fold them or shorten them to 988 characters. | |
4959 (message-shorten-1): New function. | |
4960 (message-cater-to-broken-inn): New variable. | |
4961 | |
4962 1999-12-01 Eric Marsden <emarsden@mail.dotcom.fr> | |
4963 | |
4964 * nnslashdot.el (nnslashdot-lose): New function. | |
4965 | |
4966 1999-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4967 | |
4968 * mm-view.el (mm-inline-message): Not the right type of charset is | |
4969 being fetched here. Let the group charset rule. | |
4970 (mm-inline-message): Ignore us-ascii. | |
4971 | |
4972 1999-11-24 Carsten Leonhardt <leo@arioch.oche.de> | |
4973 | |
4974 * mail-source.el (mail-source-fetch-maildir): work around the | |
4975 ommitted "file-regular-p" in efs/ange-ftp | |
4976 | |
4977 1999-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
4978 | |
4979 * mml.el (mml-generate-mime-1): Don't insert extra empty line. | |
4980 (mml-generate-mime-1): Use the encoding param. | |
4981 | |
4982 * gnus-sum.el (gnus-summary-show-article): Don't bind gnus-visual. | |
4983 | |
4984 * gnus-cache.el (gnus-cache-possibly-enter-article): Require | |
4985 gnus-art before binding its variables. | |
4986 | |
4987 * gnus-art.el (gnus-article-prepare-display): Run the prepare | |
4988 after the MIME. | |
4989 | |
4990 1999-12-01 Rupa Schomaker <rupa-list@rupa.com> | |
4991 | |
4992 * message.el (message-clone-locals): Use it. | |
4993 | |
4994 * gnus-msg.el (gnus-configure-posting-styles): Make | |
4995 user-mail-address local. | |
4996 | |
4997 1999-11-20 Simon Josefsson <jas@pdc.kth.se> | |
4998 | |
4999 * gnus-start.el (gnus-get-unread-articles): Scan each method only | |
5000 once. | |
5001 | |
5002 1999-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5003 | |
5004 * message.el (message-generate-new-buffer-clone-locals): Use varstr. | |
5005 (message-clone-locals): Ditto. | |
5006 | |
5007 * gnus-sum.el (gnus-summary-enter-digest-group): Have the digest | |
5008 group inherit reply-to or from. | |
5009 | |
5010 1999-12-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5011 | |
5012 * gnus-sum.el (gnus-summary-show-article): Support numbered ARG | |
5013 for charset. | |
5014 (gnus-summary-show-article-charset-alist): New variable. | |
5015 | |
5016 * mm-bodies.el (mm-decode-string): Support gnus-all and | |
5017 gnus-unknown. | |
5018 (mm-decode-body): Ditto. | |
5019 * rfc2047.el (rfc2047-decode): Ditto. | |
5020 | |
5021 1999-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5022 | |
5023 * mail-source.el (mail-source-delete-incoming): Change default to | |
5024 t. | |
5025 | |
5026 1999-12-01 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
5027 | |
5028 * gnus.el: Pterodactyl Gnus v0.99 is released. | |
5029 | |
5030 1999-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5031 | |
5032 * gnus-sum.el (gnus-summary-refer-article): Wrong interactive | |
5033 spec. | |
5034 | |
5035 * gnus-msg.el (gnus-configure-posting-styles): Eval `eval'. | |
5036 (gnus-configure-posting-styles): No, don't. | |
5037 (gnus-configure-posting-styles): Allow overriding files. | |
5038 | |
5039 * gnus-art.el (gnus-header-button-alist): Use browse-url | |
5040 directly. | |
5041 | |
5042 * mm-decode.el (mm-inline-media-tests): Check feature vcard. | |
5043 | |
5044 * gnus-msg.el (gnus-summary-yank-message): New command and | |
5045 keystroke. | |
5046 | |
5047 * message.el (message-yank-buffer): New command. | |
5048 (message-buffers): New function. | |
5049 | |
5050 * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Select | |
5051 next group in a more normal fasion. | |
5052 | |
5053 * mml.el (mml-boundary-function): New variable. | |
5054 (mml-compute-boundary): Use it. | |
5055 | |
5056 * nnmh.el (nnmh-active-number): Skip past files that have buffers | |
5057 that exist for them. | |
5058 | |
5059 * gnus-async.el (gnus-async-prefetch-next): Cancel timers. | |
5060 (gnus-async-timer): New variable. | |
5061 | |
5062 1999-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5063 | |
5064 * nnultimate.el (nnultimate-request-list): Be more lenient with | |
5065 root addresses. | |
5066 | |
5067 1999-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5068 | |
5069 * gnus-art.el (gnus-treatment-function-alist): Do | |
5070 gnus-treat-capitalize-sentences. | |
5071 | |
5072 1999-11-30 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5073 | |
5074 * webmail.el (webmail-hotmail-article): Hotmail changes the | |
5075 format. | |
5076 | |
5077 1999-11-29 Simon Josefsson <jas@pdc.kth.se> | |
5078 | |
5079 * mm-decode.el (mm-display-external): For `copiousoutput' methods, | |
5080 switch to buffer after calling program. | |
5081 (mm-display-external): Use `shell-command-switch' instead of "-c". | |
5082 | |
5083 1999-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5084 | |
5085 * nnultimate.el (nnultimate-possibly-change-server): Don't always | |
5086 read groups file. | |
5087 | |
5088 * nnslashdot.el (nnslashdot-request-article): Convert <br><br> to | |
5089 <p>. | |
5090 | |
5091 1999-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5092 | |
5093 * message.el (message-mode): Doc fix. | |
5094 | |
5095 1999-11-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5096 | |
5097 * gnus-art.el (article-emphasize): Check group variable. | |
5098 * rfc1843.el (rfc1843-decode-article-body): Ditto. | |
5099 | |
5100 1999-11-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5101 | |
5102 * mm-decode.el (mm-save-part-to-file): Inhibit jka-compr for any | |
5103 type. | |
5104 | |
5105 1999-11-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5106 | |
5107 * webmail.el: Support www.netaddress.com, i.e. usa.net. | |
5108 | |
5109 1999-11-23 Hrvoje Niksic <hniksic@iskon.hr> | |
5110 | |
5111 * mml.el (mml-quote-region): Insert ! after the hash. | |
5112 | |
5113 1999-11-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5114 | |
5115 * gnus-group.el (gnus-group-warchive-address-history): Change to | |
5116 nil. | |
5117 | |
5118 1999-11-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5119 | |
5120 * webmail.el: Support mail.yahoo.com. | |
5121 | |
5122 * mail-source.el (mail-source-fetch-webmail): Add password check. | |
5123 (mail-source-keyword-map): Use `subtype'. | |
5124 | |
5125 1999-11-22 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5126 | |
5127 * mail-source.el (mail-source-keyword-map): Add webmail. | |
5128 (mail-source-fetcher-alist): Ditto. | |
5129 (mail-source-fetch-webmail): New function. | |
5130 * webmail.el: New file. | |
5131 | |
5132 1999-11-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5133 | |
5134 * nnwarchive.el (nnwarchive-request-group): Print 0 if it is nil. | |
5135 | |
5136 1999-11-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5137 | |
5138 * mailcap.el (mailcap-parse-mailcap): Don't skip double semicolon. | |
5139 | |
5140 1999-11-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5141 | |
5142 * nnultimate.el (nnultimate-request-list): Add fetch-time slot. | |
5143 (nnultimate-prune-days): New function. | |
5144 (nnultimate-create-mapping): Use it. | |
5145 (nnultimate-request-group): Only fetch the groups list if it has | |
5146 not been done before. | |
5147 (nnultimate-retrieve-headers): Don't write groups. | |
5148 (nnultimate-create-mapping): Off-by-one error. | |
5149 | |
5150 1999-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5151 | |
5152 * nnslashdot.el (nnslashdot-sane-retrieve-headers): Fix to match | |
5153 threaded subjects. | |
5154 | |
5155 1999-11-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5156 | |
5157 * nnwarchive.el: Lots of changes make agent happy. | |
5158 | |
5159 1999-11-19 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5160 | |
5161 * gnus-start.el (gnus-get-unread-articles): Assert group is in | |
5162 hashtb. | |
5163 | |
5164 1999-11-19 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5165 | |
5166 * mm-decode.el (mm-display-external): Write region with binary | |
5167 mode. | |
5168 | |
5169 1999-11-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5170 | |
5171 * nnweb.el (nnweb-dejanews-create-mapping): Bind `text'. | |
5172 | |
5173 1999-11-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5174 | |
5175 * mm-uu.el (mm-uu-dissect): Use fake charset `gnus-decoded'. | |
5176 (mm-uu-test): Now it is in restricted region. | |
5177 | |
5178 * gnus-art.el (article-decode-charset): Don't mm-uu-test. | |
5179 | |
5180 * mm-view.el (mm-view-message): Fix buffer leak. | |
5181 (mm-inline-message): Support 'gnus-decoded. | |
5182 | |
5183 * mm-bodies.el (mm-decode-body): Ditto. | |
5184 | |
5185 * rfc2047.el (rfc2047-decode-region): Ditto. | |
5186 | |
5187 1999-11-18 Matthias Andree <ma@dt.e-technik.uni-dortmund.de> | |
5188 | |
5189 * imap.el (require): Added autoload for base64-encode-string. | |
5190 | |
5191 1999-11-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
5192 | |
5193 * gnus.el (gnus-refer-article-method): Made list value | |
5194 customizable. | |
5195 | |
5196 1999-11-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5197 | |
5198 * gnus-sum.el (gnus-summary-recenter): set-window-start with | |
5199 NOFORCE in Emacs case. | |
5200 | |
5201 1999-11-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5202 | |
5203 * gnus-art.el (gnus-request-article-this-buffer): Set | |
5204 gnus-newsgroup-name. | |
5205 | |
5206 1999-11-17 Simon Josefsson <jas@pdc.kth.se> | |
5207 | |
5208 * gnus-start.el (gnus-get-unread-articles): Check server before | |
5209 scanning. | |
5210 | |
5211 1999-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5212 | |
5213 * gnus.el (gnus-valid-select-methods): nnslashdot is news. | |
5214 | |
5215 * nnslashdot.el (nnslashdot-login-name): New variable. | |
5216 (nnslashdot-password): Ditto. | |
5217 (nnslashdot-request-post): New function. | |
5218 | |
5219 * gnus-art.el (gnus-treat-buttonize): More testing. | |
5220 | |
5221 * mm-encode.el: Another CVS test. | |
5222 | |
5223 * gnus-art.el (gnus-treat-emphasize): Change default. | |
5224 (gnus-treat-buttonize): Ditto. | |
5225 (gnus-treat-buttonize): This is a test. | |
5226 | |
5227 * gnus-sum.el (gnus-build-old-threads): Bind mail-parse-charset. | |
5228 (gnus-build-sparse-threads): Ditto. | |
5229 (gnus-build-all-threads): Ditto. | |
5230 | |
5231 * nnheader.el (make-full-mail-header): Make into a subst. | |
5232 | |
5233 * gnus.el (gnus-refer-article-method): Doc fix. | |
5234 | |
5235 * gnus-sum.el: Do not accept a prefix. | |
5236 (gnus-summary-refer-article): Accept a list of select methods. | |
5237 | |
5238 1999-11-11 Matt Pharr <mmp@graphics.stanford.edu> | |
5239 | |
5240 * message.el (message-forward): Pay attention to prefix argument | |
5241 again and forward all headers when it is set, regardless of the | |
5242 value of message-forward-ignored-headers. | |
5243 | |
5244 1999-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5245 | |
5246 * gnus-ems.el: Check for cygwin32. | |
5247 | |
5248 1999-11-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5249 | |
5250 * mm-decode.el (mm-display-external): Use 'non-viewer. | |
5251 | |
5252 1999-11-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5253 | |
5254 * nntp.el (nntp-retrieve-groups): Erase nntp-sever-buffer before | |
5255 nntp-inhibit-erase. | |
5256 | |
5257 1999-11-13 Simon Josefsson <jas@pdc.kth.se> | |
5258 | |
5259 * gnus-start.el (gnus-get-unread-articles): Use | |
5260 nnfoo-retrieve-groups to find new news, if available. | |
5261 (gnus-read-active-file-2): New function. | |
5262 (gnus-get-unread-articles): Use it. | |
5263 (gnus-read-active-file-1): Ditto. | |
5264 | |
5265 1999-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5266 | |
5267 * mm-util.el (mm-find-mime-charset-region): Make sure | |
5268 find-coding-systems-for-charsets is fbound. | |
5269 | |
5270 * gnus-ems.el: Typo fix. | |
5271 | |
5272 1999-11-13 Florian Weimer <fw@s.netic.de> | |
5273 | |
5274 * mm-util.el (mm-find-mime-charset-region): Use UTF-8 if | |
5275 it's available and makes sense. | |
5276 | |
5277 1999-11-12 Fabrice POPINEAU <Fabrice.Popineau@supelec.fr> | |
5278 | |
5279 * gnus-score.el (gnus-score-save): Translate score file. | |
5280 | |
5281 1999-11-13 Simon Josefsson <jas@pdc.kth.se> | |
5282 | |
5283 * mail-source.el (mail-source-keyword-map): For IMAP mail source, | |
5284 added fetchflag and dontexpunge keywords. | |
5285 (mail-source-fetch-imap): Use them. | |
5286 | |
5287 1999-11-12 Per Abrahamsen <abraham@dina.kvl.dk> | |
5288 | |
5289 * gnus-start.el (gnus-level-subscribed, gnus-level-unsubscribed, | |
5290 gnus-level-zombie, gnus-level-killed): Changed from `defcustom' to | |
5291 `defconst'. | |
5292 | |
5293 * gnus-cus.el (gnus-group-parameters): Changed from `defcustom' to | |
5294 `defconst'. | |
5295 Mention that it is both for group and topic parameters. | |
5296 (gnus-extra-topic-parameters): New constant, including `subscribe' | |
5297 parameter. | |
5298 (gnus-extra-group-parameters): New constant. | |
5299 (gnus-group-customize): Use them. | |
5300 | |
5301 * gnus.el (gnus-select-method): Added default value and tag. | |
5302 (gnus-refer-article-method): Added `DejaNews' customization option. | |
5303 | |
5304 1999-11-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5305 | |
5306 * gnus-int.el (gnus-server-opened): Ignore denied servers. | |
5307 | |
5308 * gnus-ems.el (gnus-mule-max-width-function): New backquote | |
5309 syntax. | |
5310 | |
5311 * nndoc.el (nndoc-mime-digest-type-p): Reinstated. | |
5312 | |
5313 * nnslashdot.el (nnslashdot-group-number): Changed default. | |
5314 | |
5315 * nnweb.el (nnweb-dejanews-create-mapping): Work with new deja. | |
5316 (nnweb-dejanews-wash-article): Removed. | |
5317 (nnweb-type-definition): Fetch by id. | |
5318 | |
5319 * gnus-msg.el (gnus-configure-posting-styles): Don't insert unless | |
5320 we mean it. | |
5321 | |
5322 * nnslashdot.el (nnslashdot-group-number): Doc fix. | |
5323 (nnslashdot-request-list): Use Ultramode as well. | |
5324 (nnslashdot-date-to-date): Be more lenient. | |
5325 (nnslashdot-threaded): New function. | |
5326 | |
5327 1999-11-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5328 | |
5329 * gnus-art.el (gnus-mime-internalize-part): Doc fix. | |
5330 | |
5331 1999-11-11 Steinar Bang <sb@metis.no> | |
5332 | |
5333 * nnweb.el (nnweb-type-definition): /=dnc | |
5334 | |
5335 1999-11-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5336 | |
5337 * nnultimate.el (nnultimate-retrieve-headers): Work with american | |
5338 dates. | |
5339 (nnultimate-retrieve-headers): Wrong ordering. | |
5340 | |
5341 1999-11-11 Matt Pharr <mmp@graphics.stanford.edu> | |
5342 | |
5343 * message.el (message-forward-as-mime): New variable. | |
5344 | |
5345 1999-11-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5346 | |
5347 * gnus-util.el (gnus-dd-mmm): Beware buggy dates. | |
5348 | |
5349 1999-11-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5350 | |
5351 * mail-source.el (mail-source-movemail-and-remove): New function. | |
5352 (mail-source-keyword-map): Add `function' for `maildir'. | |
5353 (mail-source-fetch-maildir): Use it. | |
5354 | |
5355 1999-11-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5356 | |
5357 * nnwarchive.el: New file. | |
5358 * gnus-group.el (gnus-group-make-warchive-group): New function. | |
5359 * gnus.el (gnus-valid-select-methods): Add `nnwarchive'. | |
5360 | |
5361 1999-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5362 | |
5363 * nnultimate.el (nnultimate-retrieve-headers): Work for multi-page | |
5364 subjects. | |
5365 | |
5366 1999-11-10 Rajappa Iyer <rajappa@mindspring.com> | |
5367 | |
5368 * gnus-salt.el (gnus-pick-article-or-thread): Don't move point. | |
5369 | |
5370 1999-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5371 | |
5372 * nnultimate.el (nnultimate-open-server): Do address. | |
5373 (nnultimate-forum-table-p): New function. | |
5374 | |
5375 * nnweb.el (nnweb-insert-html): Renamed. | |
5376 (nnweb-insert): New function. | |
5377 | |
5378 * nnultimate.el (nnultimate-insert-html): New function. | |
5379 | |
5380 * nnslashdot.el (nnslashdot-retrieve-headers): Don't do anything | |
5381 if nov is evil. | |
5382 (nnslashdot-retrieve-headers): use the sane version instead. | |
5383 | |
5384 1999-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5385 | |
5386 * nnslashdot.el (nnslashdot-request-article): Fold case. | |
5387 | |
5388 * nnultimate.el: New file. | |
5389 | |
5390 * nnslashdot.el (nnslashdot-retrieve-headers): Skip the article | |
5391 unless wanted. | |
5392 | |
5393 * gnus-start.el (gnus-active-to-gnus-format): Catch errors. | |
5394 (gnus-read-active-file-1): Separated into own function. | |
5395 (gnus-read-active-file): Catch quits. | |
5396 | |
5397 * nnslashdot.el (nnslashdot-request-article): Search better on | |
5398 first article. | |
5399 (nnslashdot-request-list): Fold case. | |
5400 (nnslashdot-retrieve-headers): Ditto. | |
5401 | |
5402 1999-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5403 | |
5404 * gnus.el: Autoload gnus-subscribe-topics. | |
5405 | |
5406 1999-11-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5407 | |
5408 * gnus-agent.el (gnus-agent-save-group-info): Remove backslash | |
5409 before dot. | |
5410 * gnus-util.el (gnus-write-active-file): Ditto. | |
5411 | |
5412 1999-11-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5413 | |
5414 * nnheader.el (nnheader-replace-duplicate-chars-in-string): New | |
5415 function. | |
5416 * gnus-cache.el (gnus-cache-file-name): Use it. | |
5417 * gnus-agent.el (gnus-agent-group-path): Use it. | |
5418 * nnmail.el (nnmail-group-pathname): Use it. | |
5419 | |
5420 1999-11-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5421 | |
5422 * gnus-start.el (gnus-active-to-gnus-format): Don't insert backslash | |
5423 if cooked. | |
5424 * gnus-util.el (gnus-write-active-file): Write cooked active file. | |
5425 * gnus-agent.el (gnus-agent-save-group-info): Ditto. | |
5426 * gnus.el (gnus-short-group-name): "..." proof. | |
5427 | |
5428 1999-11-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5429 | |
5430 * gnus-srvr.el (gnus-browse-foreign-server): Keep using `read' to | |
5431 support nnslashdot. | |
5432 | |
5433 1999-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5434 | |
5435 * nnslashdot.el (nnslashdot-retrieve-headers): Don't fetch too | |
5436 many articles. | |
5437 (nnslashdot-generate-active): New function. | |
5438 (nnslashdot-request-newgroups): Use it. | |
5439 | |
5440 * gnus-start.el (gnus-active-to-gnus-format): Intern strings group | |
5441 names. | |
5442 | |
5443 * nnslashdot.el (nnslashdot-request-newgroups): New function. | |
5444 (nnslashdot-request-list): Not moderated. | |
5445 | |
5446 1999-11-07 Simon Josefsson <jas@pdc.kth.se> | |
5447 | |
5448 * nnimap.el (nnimap-open-server): Remove error signal if | |
5449 nnimap-server-buffer is nil (the check should've been `boundp'). | |
5450 | |
5451 * imap.el (imap-log): | |
5452 * nnimap.el (nnimap-debug): Disable debugging by default. | |
5453 | |
5454 1999-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5455 | |
5456 * gnus-start.el (gnus-subscribe-newsgroup-method): Doc fix. | |
5457 | |
5458 * gnus-topic.el (gnus-subscribe-topic): New function. | |
5459 | |
5460 * nnslashdot.el (nnslashdot-request-list): Give out extended group | |
5461 names. | |
5462 | |
5463 * gnus-start.el (gnus-ignored-newsgroups): Disregard bogus chars | |
5464 if starting with a quote. | |
5465 | |
5466 1999-11-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5467 | |
5468 * gnus-srvr.el (gnus-browse-foreign-server): Support backslash in | |
5469 group name. | |
5470 | |
5471 1999-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5472 | |
5473 * nnslashdot.el: New file. | |
5474 | |
5475 * nnheader.el (nnheader-insert-header): New function. | |
5476 | |
5477 * gnus-art.el (gnus-mime-internalize-part): Bind | |
5478 mm-inlined-types. | |
5479 | |
5480 * nndraft.el (nndraft-request-expire-articles): Do all the backup | |
5481 files. | |
5482 | |
5483 1999-10-29 David S. Goldberg <dsg@mitre.org> | |
5484 | |
5485 * emacs-mime.texi (Customization): Document mm-inline-override-types | |
5486 | |
5487 1999-10-29 David S. Goldberg <dsg@mitre.org> | |
5488 | |
5489 * emacs-mime.texi (Customization): Document mm-inline-override-types | |
5490 | |
5491 1999-10-29 David S. Goldberg <dsg@mitre.org> | |
5492 | |
5493 * emacs-mime.texi (Customization): Document mm-inline-override-types | |
5494 | |
5495 1999-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5496 | |
5497 * gnus-topic.el (gnus-topic-goto-missing-topic): Work even in | |
5498 empty buffers. | |
5499 | |
5500 1999-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5501 | |
5502 * gnus-art.el (gnus-article-mode-map): Use the summary article | |
5503 edit. | |
5504 | |
5505 1999-11-06 Jens-Ulrik Petersen <Jens-Ulrik.Petersen@nokia.com> | |
5506 | |
5507 * gnus-group.el (gnus-group-read-ephemeral-group): Doc fix. | |
5508 | |
5509 1999-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5510 | |
5511 * gnus-uu.el (gnus-uu-mark-thread): Don't move point around. | |
5512 | |
5513 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org> | |
5514 | |
5515 * gnus-art.el (gnus-treat-predicate): Examine whether the argument | |
5516 is list or not before condition. | |
5517 | |
5518 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp> | |
5519 | |
5520 * gnus-art.el (gnus-treat-predicate): Work for (typep "something"). | |
5521 | |
5522 1999-11-06 Kevin the Bandicoot <user42@zip.com.au> | |
5523 | |
5524 * gnus-art.el (gnus-emphasis-alist): New value. | |
5525 | |
5526 1999-11-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5527 | |
5528 * gnus-srvr.el (gnus-browse-foreign-server): Use both `read' and | |
5529 `buffer-substring'. | |
5530 | |
5531 1999-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5532 | |
5533 * gnus-art.el (article-date-ut): Keep the updated timer. | |
5534 (gnus-emphasis-underline-italic): Doc fix. | |
5535 | |
5536 * gnus-msg.el (gnus-post-method): Doc fix. | |
5537 (gnus-post-method): Change default. | |
5538 | |
5539 1999-11-06 Francisco Solsona <flsc@hp.fciencias.unam.mx> | |
5540 | |
5541 * message.el (message-newline-and-reformat): Improvements. | |
5542 | |
5543 1999-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5544 | |
5545 * message.el (message-newline-and-reformat): Don't insert too many | |
5546 newlines. | |
5547 (message-newline-and-reformat): Work even if not sc. | |
5548 | |
5549 * mm-view.el (mm-inline-message): Insert a delimiter at the end. | |
5550 | |
5551 * mm-decode.el (mm-inline-media-tests): Only if diff mode. | |
5552 | |
5553 1999-11-06 Toby Speight <Toby.Speight@streapadair.freeserve.co.uk> | |
5554 | |
5555 * mm-view.el (mm-display-patch-inline): New function. | |
5556 | |
5557 1999-11-06 Robert Bihlmeyer <robbe@orcus.priv.at> | |
5558 | |
5559 * mm-view.el (mm-display-patch-inline): New function. | |
5560 | |
5561 1999-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5562 | |
5563 * gnus-sum.el (gnus-read-move-group-name): Subscribe to the | |
5564 group. | |
5565 | |
5566 * message.el (message-forward): Narrow to the right header. | |
5567 | |
5568 * gnus-sum.el (gnus-summary-limit-to-age): Protect against bogus | |
5569 dates. | |
5570 | |
5571 * gnus-msg.el (gnus-configure-posting-styles): Use the | |
5572 user-full-name function. | |
5573 | |
5574 * mm-bodies.el (mm-body-encoding): Use the choosing function. | |
5575 (mm-body-charset-encoding-alist): Default to nil. | |
5576 | |
5577 * message.el (message-elide-ellipsis): Fix typo. | |
5578 (message-elide-region): Ditto. | |
5579 (message-elide-region): Don't insert a newline first. | |
5580 | |
5581 1999-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5582 | |
5583 * gnus-sum.el (gnus-cut-thread): Also cut for numberp | |
5584 gnus-fetch-old-headers. | |
5585 (gnus-cut-threads): Ditto. | |
5586 (gnus-summary-initial-limit): Ditto. | |
5587 (gnus-summary-limit-children): Ditto. | |
5588 | |
5589 * gnus-msg.el (gnus-configure-posting-styles): Allow `header' | |
5590 matches. | |
5591 | |
5592 1999-11-06 Simon Josefsson <jas@pdc.kth.se> | |
5593 | |
5594 * gnus-art.el (article-decode-encoded-words): | |
5595 (gnus-mime-display-single): Don't assume gnus-summary-buffer is | |
5596 live. | |
5597 | |
5598 * gnus.el (gnus-read-method): Add methods from | |
5599 `gnus-opened-servers' to completion. Map entered method/address | |
5600 into existing methods if possible. | |
5601 | |
5602 * gnus-group.el (gnus-group-make-group): Simplify method. | |
5603 | |
5604 * gnus-srvr.el (gnus-browse-unsubscribe-group): Simplify method. | |
5605 | |
5606 * mml.el (mml-preview): Remove mail-header-separator before | |
5607 encoding. | |
5608 | |
5609 1999-11-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5610 | |
5611 * message.el (message-read-from-minibuffer): New function. | |
5612 | |
5613 1999-11-05 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
5614 | |
5615 * gnus.el: Pterodactyl Gnus v0.98 is released. | |
5616 | |
5617 1999-11-05 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5618 | |
5619 * gnus-agent.el (gnus-agent-expire): Remove bad line in NOV. | |
5620 | |
5621 1999-11-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5622 | |
5623 * mml.el (mml-generate-mime-1): Read attached binary file in | |
5624 binary mode. | |
5625 | |
5626 1999-11-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5627 | |
5628 * gnus-sum.el (gnus-summary-toggle-header): Fix arg bug. | |
5629 | |
5630 1999-11-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5631 | |
5632 * mailcap.el (mailcap-viewer-lessp): Fix bug. | |
5633 | |
5634 1999-11-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5635 | |
5636 * gnus-sum.el (gnus-summary-search-article): Fix loop search bug. | |
5637 | |
5638 1999-10-31 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5639 | |
5640 * gnus-art.el (gnus-article-mime-match-handle-first): New function. | |
5641 (gnus-article-mime-match-handle-function): New variable. | |
5642 (gnus-article-view-part): Make `b' customizable. | |
5643 | |
5644 1999-10-29 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5645 | |
5646 * gnus-sum.el (gnus-article-get-xrefs): Test eobp. | |
5647 | |
5648 1999-09-27 Hrvoje Niksic <hniksic@srce.hr> | |
5649 | |
5650 * mm-decode.el (mm-attachment-override-types): Exclude text/plain. | |
5651 | |
5652 1999-10-27 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5653 | |
5654 * mm-decode.el (mm-dissect-buffer): CTE may come without CTL. | |
5655 | |
5656 1999-10-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5657 | |
5658 * gnus-srvr.el (gnus-browse-foreign-server): Use | |
5659 `buffer-substring' instead of `read'. | |
5660 | |
5661 1999-10-23 Simon Josefsson <jas@pdc.kth.se> | |
5662 | |
5663 * nnimap.el, imap.el, rfc2104.el: New files. | |
5664 | |
5665 * gnus.el (gnus-valid-select-methods): Add nnimap. | |
5666 | |
5667 * gnus-group.el (gnus-group-group-map): Add | |
5668 gnus-group-nnimap-edit-acl, gnus-group-nnimap-expunge. | |
5669 (gnus-group-nnimap-expunge): New function. | |
5670 (gnus-group-nnimap-edit-acl): New function. | |
5671 | |
5672 * gnus-agent.el (gnus-agent-group-mode-map): Add | |
5673 gnus-agent-synchronize. | |
5674 (gnus-agent-synchronize): New function. | |
5675 (gnus-agent-fetch-group-1): Check if server is open. | |
5676 | |
5677 * nnagent.el (nnagent-request-set-mark): Save marks. | |
5678 | |
5679 * mail-source.el (mail-source-keyword-map): New imap mail-source. | |
5680 (mail-source-fetcher-alist): Map to imap fetcher function. | |
5681 (mail-source-fetch-imap): New function. | |
5682 | |
5683 * gnus-art.el (article-hide-pgp): Hide all headers, not just | |
5684 Hash:. | |
5685 | |
5686 1999-10-22 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5687 | |
5688 * gnus-topic.el (gnus-topic-sort-topics-1): New function. | |
5689 (gnus-topic-sort-topics): New function. | |
5690 (gnus-topic-make-menu-bar): Add sort-topics. | |
5691 (gnus-topic-move): New function. | |
5692 (gnus-topic-move-group): Move the topic if no group selected. | |
5693 | |
5694 1999-10-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5695 | |
5696 * gnus-art.el (gnus-article-setup-buffer): Fix buffer leak. | |
5697 | |
5698 1999-10-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5699 | |
5700 * mm-view.el (mm-inline-message): Fix leaving group bug. | |
5701 | |
5702 1999-10-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5703 | |
5704 * gnus-msg.el (gnus-post-method): Use normal method if current is | |
5705 not available. | |
5706 | |
5707 1999-10-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5708 | |
5709 * nnmail.el (nnmail-insert-xref): Dealing with empty articles. | |
5710 (nnmail-insert-lines): Ditto. | |
5711 | |
5712 1999-10-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5713 | |
5714 * nnfolder.el (nnfolder-insert-newsgroup-line): Insert a blank | |
5715 line. | |
5716 | |
5717 * message.el (message-unsent-separator): One more separator. | |
5718 | |
5719 1999-10-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5720 | |
5721 * nnfolder.el (nnfolder-request-move-article): For empty article, | |
5722 search till (point-max). | |
5723 (nnfolder-retrieve-headers): Ditto. | |
5724 (nnfolder-request-accept-article): Ditto. | |
5725 (nnfolder-save-mail): Ditto. | |
5726 (nnfolder-insert-newsgroup-line): Ditto. | |
5727 | |
5728 1999-10-05 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5729 | |
5730 * qp.el (quoted-printable-encode-region): Check eobp. | |
5731 | |
5732 1999-10-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5733 | |
5734 * nntp.el (nntp-retrieve-headers-with-xover): Fix hanging problem. | |
5735 | |
5736 1999-10-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5737 | |
5738 * nntp.el (nntp-send-xover-command): Wait for nothing if not | |
5739 wait-for-reply. | |
5740 | |
5741 1999-09-29 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5742 | |
5743 * mm-uu.el (mm-uu-forward-begin-line): Change the regexp. | |
5744 (mm-uu-forward-end-line): Ditto. | |
5745 | |
5746 1999-09-29 Didier Verna <verna@inf.enst.fr> | |
5747 | |
5748 * binhex.el (binhex-decode-region): don't consider the value of | |
5749 `enable-multibyte-characters' in XEmacs. | |
5750 | |
5751 * gnus-start.el (gnus-read-descriptions-file): ditto. | |
5752 | |
5753 * mm-util.el (mm-multibyte-p): ditto. | |
5754 (mm-with-unibyte-buffer): ditto. | |
5755 (mm-find-charset-region): use `mm-multibyte-p'. | |
5756 | |
5757 * mm-bodies.el (mm-decode-body): ditto. | |
5758 (mm-decode-string): ditto. | |
5759 | |
5760 1999-09-29 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5761 | |
5762 * mm-util.el (mm-binary-coding-system): Try binary first. | |
5763 | |
5764 1999-09-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5765 | |
5766 * rfc1843.el (rfc1843-decode-article-body): Don't decode twice. | |
5767 | |
5768 1999-09-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5769 | |
5770 * gnus-art.el (article-make-date-line): Add time-zone in iso8601 | |
5771 format. | |
5772 (article-date-ut): Find correct insert position. | |
5773 | |
5774 1999-09-03 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5775 | |
5776 * mm-uu.el (mm-uu-dissect): Do not dissect quoted-printable | |
5777 forwarded message. | |
5778 | |
5779 1999-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5780 | |
5781 * gnus-topic.el (gnus-topic-find-groups): Work for unactivated | |
5782 groups. | |
5783 | |
5784 * message.el (message-resend): Use message mode when prompting. | |
5785 | |
5786 * gnus-art.el (article-hide-headers): Mark wash. | |
5787 (article-emphasize): Ditto. | |
5788 | |
5789 1999-09-27 Vladimir Volovich <vvv@vvv.vsu.ru> | |
5790 | |
5791 * message.el (message-newline-and-reformat): Work for SC. | |
5792 | |
5793 1999-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5794 | |
5795 * gnus-msg.el (gnus-group-posting-charset-alist): 2047 in de.*. | |
5796 | |
5797 * gnus-sum.el (gnus-newsgroup-ignored-charsets): Add x-unknown. | |
5798 | |
5799 1999-10-20 David S. Goldberg <dsg@mitre.org> | |
5800 | |
5801 * mm-decode.el (mm-inline-override-types): New variable | |
5802 | |
5803 * mm-decode.el (mm-inline-override-p): New function | |
5804 | |
5805 * mm-decode.el (mm-inlined-p): Use it | |
5806 | |
5807 1999-10-20 David S. Goldberg <dsg@mitre.org> | |
5808 | |
5809 * mm-decode.el mm-inline-override-types: New variable | |
5810 | |
5811 * mm-decode.el (mm-inline-override-p): New function | |
5812 | |
5813 * mm-decode.el (mm-inlined-p): Use it | |
5814 | |
5815 1999-09-27 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
5816 | |
5817 * gnus.el: Pterodactyl Gnus v0.97 is released. | |
5818 | |
5819 1999-09-01 Brendan Kehoe <brendan@zen.org> | |
5820 | |
5821 * gnus-sum.el (gnus-summary-catchup-and-goto-next-group): Use | |
5822 gnus-summary-next-group, not gnus-summary-next-article. Only give | |
5823 3 args. | |
5824 | |
5825 1999-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5826 | |
5827 * gnus-agent.el (gnus-agent-fetch-group-1): Look in the group | |
5828 buffer for params. | |
5829 | |
5830 * message.el (message-forward-ignored-headers): New variable. | |
5831 | |
5832 * gnus-art.el (gnus-article-prepare-display): Nix out | |
5833 gnus-article-wash-types. | |
5834 | |
5835 * gnus-agent.el (gnus-agent-create-buffer): New function. | |
5836 (gnus-agent-fetch-group-1): Use it. | |
5837 (gnus-agent-start-fetch): Ditto. | |
5838 | |
5839 * gnus-sum.el (gnus-summary-exit): Don't use | |
5840 `gnus-use-adaptive-scoring'. | |
5841 | |
5842 * mail-source.el (mail-source-fetch-pop): Only store password when | |
5843 successful. | |
5844 | |
5845 * gnus-nocem.el (gnus-nocem-scan-groups): Message better. | |
5846 | |
5847 1999-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5848 | |
5849 * message.el (message-reply): Use it. | |
5850 (message-dont-reply-to-names): New variable. | |
5851 | |
5852 * nntp.el (nntp-open-telnet): Don't erase-buffer. | |
5853 | |
5854 * mm-util.el (mm-preferred-coding-system): Typo fix. | |
5855 | |
5856 * message.el (message-bounce): Work for non-MIME. | |
5857 | |
5858 * gnus.el (gnus-short-group-name): Short the right parts of the | |
5859 name. | |
5860 | |
5861 1999-09-24 Johan Kullstam <kullstam@ne.mediaone.net> | |
5862 | |
5863 * mm-encode.el (mm-qp-or-base64): New version. | |
5864 | |
5865 1999-09-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5866 | |
5867 * gnus-art.el (article-make-date-line): Fix time-zone bug. | |
5868 | |
5869 1999-09-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5870 | |
5871 * gnus-art.el (gnus-article-add-buttons): Don't delete markers out | |
5872 of restricted region. | |
5873 (gnus-mime-display-single): Set beg at correct point. | |
5874 | |
5875 1999-09-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5876 | |
5877 * nnmail.el (nnmail-process-maildir-mail-format): Typo. | |
5878 | |
5879 1999-09-09 Jens-Ulrik Petersen <jens-ulrik.petersen@nokia.com> | |
5880 | |
5881 * gnus-msg.el (gnus-configure-posting-styles): Let | |
5882 `gnus-posting-styles' have its say in posting-style: local | |
5883 variable `styles' is already bound to `gnus-posting-styles' so | |
5884 don't rebind it to nil. | |
5885 | |
5886 1999-09-24 Robert Bihlmeyer <robbe@orcus.priv.at> | |
5887 | |
5888 * gnus-score.el (gnus-summary-increase-score): Allow editing of | |
5889 Message-ID. | |
5890 | |
5891 1999-09-08 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5892 | |
5893 * mm-encode.el (mm-encode-content-transfer-encoding): Fold | |
5894 quoted-printable-encode-region. | |
5895 | |
5896 * qp.el (quoted-printable-encode-region): Assume charset | |
5897 encoded. Fold every line in the region. | |
5898 | |
5899 1999-09-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5900 | |
5901 * gnus-srvr.el (gnus-browse-foreign-server): Read the first line | |
5902 of active file. | |
5903 | |
5904 1999-09-01 Didier Verna <verna@inf.enst.fr> | |
5905 | |
5906 * message.el (message-mode): allows whitespaces between multiple | |
5907 instances of the fill character ">". | |
5908 | |
5909 1999-09-24 Kim-Minh Kaplan <kmkaplan@vocatex.fr> | |
5910 | |
5911 * mm-encode.el (mm-qp-or-base64): Fix. | |
5912 | |
5913 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org> | |
5914 | |
5915 * message.el (message-send): Too much and. | |
5916 | |
5917 1999-09-24 Andreas Schwab <schwab@suse.de> | |
5918 | |
5919 * gnus-art.el (gnus-mime-view-part-as-type): Renamed. | |
5920 | |
5921 1999-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5922 | |
5923 * gnus-score.el (gnus-score-headers): Work for nil scores. | |
5924 | |
5925 1999-08-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5926 | |
5927 * gnus-cache.el (gnus-cache-write-active): Write full names. | |
5928 | |
5929 * gnus-util.el (gnus-write-active-file): Accept full name. | |
5930 | |
5931 * mm-decode.el (mm-inlinable-p): Use string-match on the types. | |
5932 (mm-assoc-string-match): New function. | |
5933 (mm-display-inline): Use it. | |
5934 | |
5935 * gnus-group.el (gnus-group-set-info): Work for nil group params. | |
5936 | |
5937 * gnus-msg.el (gnus-configure-posting-styles): Allow eval. | |
5938 | |
5939 1999-08-27 Florian Weimer <fw@s.netic.de> | |
5940 | |
5941 * mml.el (mml-generate-multipart-alist): New variable. | |
5942 | |
5943 1999-08-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
5944 | |
5945 * gnus-art.el (gnus-treat-predicate): Work for (not 5). | |
5946 | |
5947 1999-08-27 Peter von der Ahe <pahe@daimi.au.dk> | |
5948 | |
5949 * message.el (message-send): More helpful error message if sending | |
5950 fails | |
5951 | |
5952 1999-09-06 Robert Bihlmeyer <robbe@orcus.priv.at> | |
5953 | |
5954 * gnus-score.el (gnus-summary-increase-score): "Lars" was broken | |
5955 in newer emacsen, where ?r isn't equal 114. | |
5956 | |
5957 1999-08-27 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
5958 | |
5959 * gnus.el: Pterodactyl Gnus v0.96 is released. | |
5960 | |
5961 1999-08-17 Simon Josefsson <jas@pdc.kth.se> | |
5962 | |
5963 * gnus-start.el (gnus-groups-to-gnus-format): Only use agent | |
5964 to get active info if method is covered by agent, otherwise | |
5965 active info is lost. | |
5966 | |
5967 1999-08-17 Simon Josefsson <jas@pdc.kth.se> | |
5968 | |
5969 * gnus-sum.el (gnus-summary-move-article): Report backend errors. | |
5970 | |
5971 1999-08-09 Dave Love <fx@gnu.org> | |
5972 | |
5973 * mm-util.el: Use `defalias', not `fset' for dummy functions. | |
5974 | |
5975 1999-08-09 Simon Josefsson <jas@pdc.kth.se> | |
5976 | |
5977 * gnus-art.el (gnus-ignored-headers): Remove "X-Pgp-*" | |
5978 (already matched by "^X-Pgp"), removed duplicate X-Mailing-List, | |
5979 added several new junk headers. | |
5980 | |
5981 1999-08-01 Simon Josefsson <jas@pdc.kth.se> | |
5982 | |
5983 * gnus-art.el (article-decode-charset): Don't assume | |
5984 gnus-summary-buffer is live. | |
5985 | |
5986 1999-08-27 Florian Weimer <fw@s.netic.de> | |
5987 | |
5988 * gnus-score.el (gnus-home-score-file): Work with absolute path | |
5989 names. | |
5990 | |
5991 1999-07-17 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5992 | |
5993 * gnus-sum.el (gnus-articles-to-read): Return cached articles if | |
5994 nothing else in the group. | |
5995 | |
5996 1999-07-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
5997 | |
5998 * gnus-bcklg.el (gnus-backlog-enter-article): Check the size of | |
5999 the article. | |
6000 | |
6001 1999-07-15 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6002 | |
6003 * mm-uu.el (mm-uu-dissect): Fix for base64 message. | |
6004 | |
6005 1999-07-15 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6006 | |
6007 * mm-uu.el (mm-uu-forward-end-line): Support forwarded message | |
6008 from mutt. | |
6009 | |
6010 1999-07-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6011 | |
6012 * mm-bodies.el (mm-decode-content-transfer-encoding): Delete | |
6013 whitespace. | |
6014 | |
6015 1999-07-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6016 | |
6017 * mm-util.el (mm-text-coding-system-for-write): New variable. | |
6018 (mm-append-to-file): New function. | |
6019 (mm-write-region): New function. | |
6020 | |
6021 * gnus-art.el (gnus-output-to-file): Use it. | |
6022 * gnus-util.el (gnus-output-to-rmail): Ditto. | |
6023 (gnus-output-to-mail): Ditto. | |
6024 * gnus-uu.el (gnus-uu-binhex-article): Ditto. | |
6025 | |
6026 1999-07-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6027 | |
6028 * nnmail.el (nnmail-find-file): Use mm-auto-mode-alist. | |
6029 | |
6030 * nnheader.el (nnheader-insert-file-contents): Revert and use | |
6031 mm-insert-file-contents. | |
6032 (nnheader-find-file-noselect): Use mm-auto-mode-alist. | |
6033 (nnheader-auto-mode-alist): Removed. | |
6034 | |
6035 * mm-util.el (mm-inhibit-file-name-handlers): New variable. | |
6036 (mm-insert-file-contents): Add a new parameter for inserting | |
6037 compressed file literally. | |
6038 | |
6039 * mml.el (mml-generate-mime-1): Insert non-text literally. | |
6040 | |
6041 * gnus.el: Change most mm-insert-file-contents back to nnheader. | |
6042 | |
6043 1999-07-13 Hrvoje Niksic <hniksic@srce.hr> | |
6044 | |
6045 * gnus-art.el (gnus-unbuttonized-mime-types): Fix docstring. | |
6046 | |
6047 1999-08-27 Oleg S. Tihonov <ost@benetnash.ffke-campus.mipt.ru> | |
6048 | |
6049 * gnus-sum.el (gnus-group-charset-alist): Default fido7 to | |
6050 koi8-r. | |
6051 | |
6052 1999-07-11 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6053 | |
6054 * mml.el (mml-insert-mime): Decode text. | |
6055 (mml-to-mime): Narrow to headers-or-head. | |
6056 | |
6057 1999-07-11 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6058 | |
6059 * mm-view.el (mm-inline-text): Check | |
6060 w3-meta-content-type-charset-regexp. | |
6061 | |
6062 1999-07-10 Simon Josefsson <jas@pdc.kth.se> | |
6063 | |
6064 * gnus-agent.el (gnus-agent-fetch-group-1): Search topics for | |
6065 predicate. | |
6066 | |
6067 1999-07-10 Alexandre Oliva <oliva@dcc.unicamp.br> | |
6068 | |
6069 * gnus-mlspl.el: Documentation fixes. | |
6070 | |
6071 1999-08-27 Rui Zhu <sprache@iname.com> | |
6072 | |
6073 * gnus-sum.el (gnus-summary-limit-to-age): Prompt better. | |
6074 | |
6075 1999-08-27 Michael Cook <cook@sightpath.com> | |
6076 | |
6077 * gnus-art.el (gnus-article-setup-buffer): Kill all local | |
6078 variables. | |
6079 | |
6080 1999-08-27 Hrvoje Niksic <hniksic@srce.hr> | |
6081 | |
6082 * nnmail.el (nnmail-get-new-mail): "Done". | |
6083 | |
6084 1999-08-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6085 | |
6086 * gnus-group.el (gnus-group-kill-all-zombies): Only prompt when | |
6087 interactive. | |
6088 | |
6089 1999-07-12 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6090 | |
6091 * gnus-art.el (article-decode-charset): Fix broken CT. | |
6092 | |
6093 1999-07-12 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6094 | |
6095 * gnus-agent.el (gnus-agent-fetch-group-1): Recreate agent | |
6096 overview buffer if it is killed. | |
6097 | |
6098 1999-08-27 Eric Marsden <emarsden@mail.dotcom.fr> | |
6099 | |
6100 * gnus-art.el (article-babel): New version. | |
6101 | |
6102 1999-08-27 Jon Kv <jonkv@ida.liu.se> | |
6103 | |
6104 * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry. | |
6105 | |
6106 1999-07-10 Mike McEwan <mike@lotusland.demon.co.uk> | |
6107 | |
6108 * gnus.texi (More Threading): Document new variable | |
6109 `gnus-sort-gathered-threads-function'. | |
6110 | |
6111 1999-07-10 Mike McEwan <mike@lotusland.demon.co.uk> | |
6112 | |
6113 * gnus.texi (More Threading): Document new variable | |
6114 `gnus-sort-gathered-threads-function'. | |
6115 | |
6116 1999-07-11 Andreas Jaeger <aj@arthur.rhein-neckar.de> | |
6117 | |
6118 * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after | |
6119 usage. | |
6120 | |
6121 1999-07-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6122 | |
6123 * mm-util.el (mm-running-xemacs): Removed. | |
6124 (mm-coding-system-p): New function. | |
6125 (mm-binary-coding-system): Safe guess. | |
6126 (mm-text-coding-system): Ditto. | |
6127 (mm-auto-save-coding-system): Ditto. | |
6128 | |
6129 1999-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6130 | |
6131 * mm-encode.el (mm-qp-or-base64): Also consider control chars. | |
6132 (mm-qp-or-base64): Reversed logic. | |
6133 | |
6134 * mm-decode.el (mm-save-part-to-file): Let coding system be | |
6135 binary. | |
6136 | |
6137 1999-07-15 Mike McEwan <mike@lotusland.demon.co.uk> | |
6138 | |
6139 * gnus-agent.el (gnus-agent-fetch-group-1): Allow 'agent-score' to | |
6140 be set in topic parameters. | |
6141 | |
6142 1999-07-10 Mike McEwan <mike@lotusland.demon.co.uk> | |
6143 | |
6144 * gnus-sum.el (gnus-sort-gathered-threads-function): New variable. | |
6145 (gnus-sort-gathered-threads): Allow the user to specify the | |
6146 function to use when sorting gathered threads. | |
6147 | |
6148 * gnus-agent.el (gnus-agent-get-undownloaded-list): Don't | |
6149 mark cached articles as `undownloaded'. | |
6150 | |
6151 1999-07-20 Peter von der Ahe <peter@ahe.dk> | |
6152 | |
6153 * gnus-sum.el (gnus-summary-exit): Allow gnus-use-adaptive-scoring | |
6154 to have buffer local values. | |
6155 | |
6156 1999-07-25 Matt Pharr <mmp@graphics.stanford.edu> | |
6157 | |
6158 * gnus-group.el (gnus-group-make-doc-group): Notice when user | |
6159 types 'g' for 'guess group type. | |
6160 | |
6161 1999-07-30 Simon Josefsson <jas@pdc.kth.se> | |
6162 | |
6163 * nnmail.el (nnmail-remove-list-identifiers): Remove whitespace | |
6164 after each regexp in nnmail-list-identifiers, not just after last | |
6165 one. | |
6166 | |
6167 * gnus-sum.el (gnus-list-identifiers): New variable. | |
6168 (gnus-summary-remove-list-identifiers): New function. | |
6169 (gnus-select-newsgroup): Use it. | |
6170 (gnus-summary-wash-hide-map): Bind | |
6171 `gnus-article-hide-list-identifiers' to W W l. | |
6172 (gnus-summary-make-menu-bar): Add list-identifiers command. | |
6173 | |
6174 * gnus-art.el (gnus-treat-strip-list-identifiers): New variable. | |
6175 (gnus-treatment-function-alist): Add variable. | |
6176 (article-hide-list-identifiers): New function. | |
6177 (mapcar): Add function. | |
6178 (gnus-article-hide): Use it. | |
6179 | |
6180 1999-07-10 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6181 | |
6182 * gnus.el: Pterodactyl Gnus v0.95 is released. | |
6183 | |
6184 1999-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6185 | |
6186 * mm-decode.el (mm-mailcap-command): New function. | |
6187 (mm-display-external): Use it. | |
6188 | |
6189 * gnus-art.el (article-make-date-line): Work for India. | |
6190 | |
6191 * mm-encode.el (mm-qp-or-base64): Typo. | |
6192 | |
6193 * gnus-topic.el (gnus-topic-goto-topic): Made into command. | |
6194 | |
6195 1999-07-09 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6196 | |
6197 * gnus.el: Pterodactyl Gnus v0.94 is released. | |
6198 | |
6199 1999-07-09 Stainless Steel Rat <ratinox@peorth.gweep.net> | |
6200 | |
6201 * pop3.el: New version. | |
6202 | |
6203 1999-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6204 | |
6205 * mm-encode.el (mm-qp-or-base64): New function. | |
6206 (mm-content-transfer-encoding): Use it. | |
6207 | |
6208 * gnus-util.el (gnus-parse-netrc): Allow quoted names. | |
6209 | |
6210 1999-07-08 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6211 | |
6212 * mm-decode.el (mm-display-external): Fix typo and use 'non-viewer. | |
6213 | |
6214 * mailcap.el (mailcap-mailcap-entry-passes-test): Add needsterminal. | |
6215 | |
6216 1999-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6217 | |
6218 * gnus-art.el (gnus-mime-view-part-as-media): New command and | |
6219 keystroke. | |
6220 | |
6221 * mailcap.el (mailcap-mime-types): New function. | |
6222 | |
6223 * nnmh.el (nnmh-request-group): Update nnmh-group-alist. | |
6224 | |
6225 * message.el (message-goto-eoh): Really go to the end. | |
6226 | |
6227 1999-07-09 Puneet Goel <puneet@computer.org> | |
6228 | |
6229 * message.el (message-make-date): Do the right thing in with | |
6230 sub-hour time zones. | |
6231 | |
6232 1999-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6233 | |
6234 * gnus-group.el (gnus-group-make-menu-bar): Removed double bug | |
6235 report. | |
6236 | |
6237 1999-07-08 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6238 | |
6239 * nnfolder.el (nnfolder-request-rename-group): Create directory. | |
6240 | |
6241 1999-07-08 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6242 | |
6243 * mailcap.el (mailcap-parse-mailcap): Skip \;. | |
6244 (mailcap-parse-mailcap-extras): Fix "nonterminal;" and empty name, | |
6245 and use t as default value. | |
6246 | |
6247 1999-07-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6248 | |
6249 * gnus-sum.el (gnus-get-newsgroup-headers): Don't assume | |
6250 gnus-summary-buffer is live. | |
6251 | |
6252 1999-07-09 Robert Pluim <rpluim@nortelnetworks.com> | |
6253 | |
6254 * mm-util.el (mm-enable-multibyte): Check whether var bound. | |
6255 | |
6256 1999-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6257 | |
6258 * message.el (message-bounce): Do MIME bounces MIMEy. | |
6259 | |
6260 * gnus-sum.el (gnus-summary-read-group-1): Update mark positions. | |
6261 | |
6262 1999-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6263 | |
6264 * mailcap.el (mailcap-mime-extensions): Changed patch to | |
6265 text/x-patch. | |
6266 | |
6267 * mm-decode.el (mm-display-external): Wrong placement of paren. | |
6268 | |
6269 1999-07-07 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6270 | |
6271 * gnus.el: Pterodactyl Gnus v0.93 is released. | |
6272 | |
6273 1999-07-08 Alexandre Oliva <oliva@dcc.unicamp.br> | |
6274 | |
6275 * gnus-cus.el (gnus-group-parameters): New entries for | |
6276 gnus-group-split. | |
6277 | |
6278 * gnus-mlspl.el: Renamed functions and variables so as to | |
6279 start with gnus-group-split. | |
6280 | |
6281 * gnus.el: Adjust autoload entries. | |
6282 | |
6283 1999-11-30 Alexandre Oliva <oliva@dcc.unicamp.br> | |
6284 | |
6285 * gnus-mlspl.el: Removed trailing t from comment and provide. | |
6286 Renamed functions and variables to start with gnus-mlsplit. | |
6287 Added autoload comments. | |
6288 * gnus.el: Added autoload entries. | |
6289 | |
6290 1999-07-06 Alexandre Oliva <oliva@dcc.unicamp.br> | |
6291 | |
6292 * nnmail.el (nnmail-split-it): Search the regexp multiple times, | |
6293 so that matches excluded by RESTRICTs do not cause the whole split | |
6294 to be ignored. This also fixes a long-standing bug in which a | |
6295 split with \N substitutions wouldn't cause cross-posting as | |
6296 expected. | |
6297 | |
6298 * nnmail.el (nnmail-split-fancy): Document RESTRICT clauses. | |
6299 (nnmail-split-it): Implement them. | |
6300 | |
6301 * nnmail.el (nnmail-split-fancy): Document ! splits. | |
6302 | |
6303 1999-07-07 Stainless Steel Rat <ratinox@peorth.gweep.net> | |
6304 | |
6305 * pop3.el: New version. | |
6306 | |
6307 1999-07-05 Simon Josefsson <jas@pdc.kth.se> | |
6308 | |
6309 * gnus-srvr.el (gnus-browse-foreign-server): Use read. | |
6310 | |
6311 1999-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6312 | |
6313 * gnus-art.el (gnus-mime-display-alternative): Do treatment. | |
6314 | |
6315 1999-07-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6316 | |
6317 * gnus-util.el (gnus-write-active-file): Use real name. | |
6318 | |
6319 * gnus-agent.el (gnus-agent-expire): Update active file | |
6320 method by method. | |
6321 | |
6322 1999-07-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6323 | |
6324 * nndraft.el (nndraft-request-article): Use difference | |
6325 coding-systems for queue and drafts. | |
6326 | |
6327 * gnus-sum.el (gnus-summary-setup-default-charset): Special-case | |
6328 nndraft:drafts. | |
6329 | |
6330 * mm-util.el (mm-auto-save-coding-system): New coding system. | |
6331 | |
6332 * message.el (message-draft-coding-system): Use it. | |
6333 | |
6334 1999-07-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6335 | |
6336 * mm-uu.el: More customizable and less aggressive. | |
6337 | |
6338 1999-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6339 | |
6340 * gnus-start.el (gnus-groups-to-gnus-format): Only gnus-active | |
6341 when plugged. | |
6342 | |
6343 * mml.el (mml-generate-mime-1): Don't insert nofile files. | |
6344 (mml-insert-mml-markup): Accept a nofile. | |
6345 (mml-insert-mime): Insert nofile. | |
6346 | |
6347 * gnus-art.el (gnus-treat-strip-blank-lines): Removed. | |
6348 | |
6349 * mm-decode.el (mm-handle-media-type): New function. | |
6350 (mm-handle-media-supertype): New function. | |
6351 (mm-handle-media-subtype): New function. | |
6352 Use new functions throughout. "/")) | |
6353 | |
6354 1999-05-18 Katsumi Yamaoka <yamaoka@jpl.org> | |
6355 | |
6356 * gnus-art.el (gnus-treat-predicate): Typo. | |
6357 | |
6358 1999-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6359 | |
6360 * gnus-score.el (gnus-summary-score-entry): Made un-interactive. | |
6361 | |
6362 1999-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6363 | |
6364 * gnus-art.el (article-date-ut): UT! Default it! | |
6365 | |
6366 1999-07-06 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6367 | |
6368 * gnus.el: Pterodactyl Gnus v0.92 is released. | |
6369 | |
6370 1999-07-06 Johannes Weinert <Johannes.Weinert@Informatik.Uni-Oldenburg.DE> | |
6371 | |
6372 * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix. | |
6373 | |
6374 1999-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6375 | |
6376 * nntp.el (nntp-retrieve-groups): Don't do anything when not | |
6377 connected. | |
6378 | |
6379 * gnus-start.el (gnus-active-to-gnus-format): Only save active | |
6380 when plugged. | |
6381 | |
6382 * mm-view.el (mm-inline-message): Ignore remove-spec. | |
6383 | |
6384 * gnus-agent.el (gnus-agent-write-active): Check whether orig sym | |
6385 is bound. | |
6386 | |
6387 * gnus-msg.el (gnus-summary-mail-forward): Rename From_ lines. | |
6388 | |
6389 * nndoc.el (nndoc-guess-type): Remove blank lines at the start. | |
6390 | |
6391 * nnfolder.el (nnfolder-read-folder): Remove blank lines at the | |
6392 start. | |
6393 | |
6394 * message.el (message-fill-yanked-message): Remove `t' arg. | |
6395 | |
6396 * gnus-group.el (gnus-group-kill-group): Message killing of | |
6397 groups. | |
6398 | |
6399 * mm-util.el (mm-preferred-coding-system): New function. | |
6400 (mm-mime-charset): Use it. | |
6401 | |
6402 * mml.el (mml-generate-mime-1): Charset-encode message parts. | |
6403 | |
6404 1999-07-06 Alexandre Oliva <oliva@dcc.unicamp.br> | |
6405 | |
6406 * gnus-mlsplt.el: New file. | |
6407 | |
6408 1999-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6409 | |
6410 * mm-decode.el (mm-inline-Media-tests): Changed from forms to | |
6411 functions. | |
6412 (mm-attachment-override-p): Take a handle instead of a type. | |
6413 (mm-inlined-p): Ditto. | |
6414 (mm-automatic-display-p): Ditto, | |
6415 (mm-inlinable-p): Ditto. | |
6416 | |
6417 * nndraft.el (nndraft-request-expire-articles): Delete backup | |
6418 files. | |
6419 | |
6420 * mailcap.el (mailcap-parse-mailcap): Regexp-quote stuff. | |
6421 | |
6422 * gnus-sum.el (gnus-summary-limit-to-extra): Typo. | |
6423 | |
6424 1999-07-06 Alexandre Oliva <oliva@dcc.unicamp.br> | |
6425 | |
6426 * nnmail.el (nnmail-split-it): Allow .*. | |
6427 | |
6428 1999-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6429 | |
6430 * mm-decode.el (mm-inline-large-images-p): Renamed. | |
6431 | |
6432 * gnus-art.el (article-date-ut): Always look in the current buffer | |
6433 for the Date header. | |
6434 | |
6435 * mml.el (mml-validate): New command. | |
6436 | |
6437 * mailcap.el (mailcap-possible-viewers): Revert to string-match | |
6438 since we are dealing with regexps. | |
6439 | |
6440 1999-07-04 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6441 | |
6442 * gnus.el: Pterodactyl Gnus v0.91 is released. | |
6443 | |
6444 1999-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6445 | |
6446 * gnus-agent.el (gnus-agent-save-active-1): New function. | |
6447 (gnus-agent-save-active): use it. | |
6448 (gnus-agent-save-groups): Ditto. | |
6449 | |
6450 * gnus-cache.el (gnus-cache-write-active): Use it. | |
6451 | |
6452 * gnus-agent.el (gnus-agent-write-active): Use it. | |
6453 | |
6454 * gnus-util.el (gnus-write-active-file): New function. | |
6455 | |
6456 * gnus-agent.el (gnus-agent-write-active): New function to keep | |
6457 lower boundaries and canceled groups. | |
6458 (gnus-agent-save-groups): Use it. | |
6459 (gnus-agent-save-active): Use it. | |
6460 (gnus-agent-save-group-info): Only write active files. | |
6461 (gnus-agent-expire): Update active file. | |
6462 | |
6463 * mm-decode.el (mm-inlinable-part-p): Removed. | |
6464 (mm-user-display-methods): Default to nil. | |
6465 (mm-user-display-methods): Removed. | |
6466 (add-mime-display-method): Removed. | |
6467 (mm-automatic-display): Renamed. | |
6468 (mm-automatic-display-p): Use it. | |
6469 (mm-inlined-types): New variable. | |
6470 (mm-inlined-p): New function. | |
6471 | |
6472 * message.el (message-reply): Bind message-this-is-mail. | |
6473 | |
6474 1999-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6475 | |
6476 * mm-encode.el (mm-encode-buffer): Check whether we have 7bit. | |
6477 | |
6478 * message.el (message-check-news-header-syntax): Protect against | |
6479 nil froms. | |
6480 | |
6481 * mm-util.el (mm-auto-mode-alist): New. | |
6482 | |
6483 * mml.el (mml-generate-mime-1): Ditto. | |
6484 | |
6485 * gnus.el: Use mm-insert-file-contents throughout instead of | |
6486 nnheader. | |
6487 | |
6488 * mm-util.el (mm-insert-file-contents): New function. | |
6489 | |
6490 1999-07-03 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6491 | |
6492 * gnus.el: Pterodactyl Gnus v0.90 is released. | |
6493 | |
6494 1999-07-03 Sven Fischer <herpes@kawo2.rwth-aachen.de> | |
6495 | |
6496 * mailcap.el (mailcap-possible-viewers): Use string=. | |
6497 | |
6498 1999-07-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6499 | |
6500 * mm-uu.el (mm-uu-forward-begin-line): New variable. | |
6501 (mm-uu-forward-end-line): New variable. | |
6502 (mm-uu-begin-line): Handle forwarded message. | |
6503 (mm-uu-identifier-alist): Ditto. | |
6504 (mm-uu-dissect): Ditto. | |
6505 | |
6506 1999-07-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6507 | |
6508 * nnheader.el (nnheader-file-coding-system): Use raw-text. | |
6509 * gnus-agent.el (gnus-agent-file-coding-system): Ditto. | |
6510 * gnus-cache.el (gnus-cache-coding-system): Ditto. | |
6511 | |
6512 * nnfolder.el (nnfolder-file-coding-system): Use mm-text-coding-system. | |
6513 (nnfolder-file-coding-system-for-write): New variable. | |
6514 (nnfolder-active-file-coding-system): New variable. | |
6515 (nnfolder-active-file-coding-system-for-write): New variable. | |
6516 (nnfolder-save-active): New function. | |
6517 (nnfolder-save-buffer): Use them. | |
6518 (nnfolder-possibly-change-group): Ditto. | |
6519 (nnfolder-request-list-newsgroups): Ditto. | |
6520 (nnfolder-request-create-group): Ditto. | |
6521 (nnfolder-request-expire-articles): Ditto. | |
6522 (nnfolder-request-move-article): Ditto. | |
6523 (nnfolder-request-accept-article): Ditto. | |
6524 (nnfolder-request-delete-group): Ditto. | |
6525 (nnfolder-request-rename-group): Ditto. | |
6526 (nnfolder-possibly-change-folder): Ditto. | |
6527 (nnfolder-read-folder): Ditto. | |
6528 (nnfolder-request-list): Remove pathname-coding-system. | |
6529 (nnfolder-possibly-change-group): Use nnmail-pathname-coding-system. | |
6530 | |
6531 * nnmail.el (nnmail-file-coding-system): Use raw-text. | |
6532 (nnmail-file-coding-system-1): Removed. | |
6533 (nnmail-find-file): Use nnmail-pathname-coding-system. | |
6534 (nnmail-write-region): Ditto. | |
6535 | |
6536 * nnmbox.el (nnmbox-file-coding-system): New variable. | |
6537 (nnmbox-file-coding-system-for-write): New variable. | |
6538 (nnmbox-active-file-coding-system): New variable. | |
6539 (nnmbox-active-file-coding-system-for-write): New variable. | |
6540 (nnmbox-save-buffer): New function. | |
6541 (nnmbox-save-active): New function. | |
6542 (nnmbox-request-scan): Use them. | |
6543 (nnmbox-request-expire-articles): Ditto. | |
6544 (nnmbox-request-move-article): Ditto. | |
6545 (nnmbox-request-accept-article): Ditto. | |
6546 (nnmbox-request-replace-article): Ditto. | |
6547 (nnmbox-request-delete-group): Ditto. | |
6548 (nnmbox-request-rename-group): Ditto. | |
6549 (nnmbox-request-create-group): Ditto. | |
6550 | |
6551 * mm-util.el (mm-text-coding-system): raw-text or -dos. | |
6552 (mm-running-ntemacs): Removed. | |
6553 | |
6554 * nnml.el (nnml-file-coding-system): Use nnmail-file-coding-system. | |
6555 | |
6556 1999-07-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6557 | |
6558 * nnfolder.el (nnfolder-read-folder): Use nnheader-file-coding-system. | |
6559 | |
6560 1999-07-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6561 | |
6562 * qp.el (quoted-printable-encoding-characters): Support lower case. | |
6563 | |
6564 1999-07-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6565 | |
6566 * rfc2047.el (rfc2047-encode): Fold before B-encoding. | |
6567 (rfc2047-b-encode-region): Encode line by line. | |
6568 | |
6569 1999-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6570 | |
6571 * mm-util.el (mm-find-mime-charset-region): Fix. | |
6572 | |
6573 1999-06-30 KOSEKI Yoshinori <kose@yk.NetLaputa.ne.jp> | |
6574 | |
6575 * mm-util.el (mm-mime-mule-charset-alist): Fix iso-2022-jp(-2) bug. | |
6576 (mm-find-mime-charset-region): Ditto. | |
6577 | |
6578 1999-07-03 Simon Josefsson <jas@pdc.kth.se> | |
6579 | |
6580 * gnus-sum.el (gnus-summary-move-article): Fix something or | |
6581 other. | |
6582 | |
6583 1999-06-29 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6584 | |
6585 * gnus-sum.el (gnus-newsgroup-ephemeral-charset): New variable. | |
6586 (gnus-newsgroup-ephemeral-ignored-charsets): New variable. | |
6587 (gnus-summary-enter-digest-group): Use them. | |
6588 (gnus-summary-setup-default-charset): Ditto. | |
6589 | |
6590 1999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6591 | |
6592 * gnus-msg.el (gnus-configure-posting-styles): Fix bug when | |
6593 gnus-newsgroup-name is nil. | |
6594 | |
6595 1999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6596 | |
6597 * rfc2047.el (rfc2047-encode): Chop the tail newline. | |
6598 | |
6599 1999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6600 | |
6601 * gnus-art.el (article-emphasize): Use correct | |
6602 gnus-article-emphasis-alist. | |
6603 | |
6604 1999-06-15 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6605 | |
6606 * mm-view.el (mm-inline-text): Fix text/html bug. | |
6607 | |
6608 1999-06-28 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6609 | |
6610 * gnus.el: Pterodactyl Gnus v0.89 is released. | |
6611 | |
6612 1999-06-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6613 | |
6614 * nnmail.el (nnmail-file-coding-system-1): For NTEmacs in Windows. | |
6615 * message.el (message-draft-coding-system): Ditto. | |
6616 * mm-util.el (mm-running-ntemacs): Ditto. | |
6617 | |
6618 1999-06-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6619 | |
6620 * mm-view.el (mm-inline-text): Ignore error in w3-region. | |
6621 | |
6622 1999-06-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6623 | |
6624 * mml.el: require mm-decode. | |
6625 | |
6626 1999-06-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6627 | |
6628 * gnus-art.el (gnus-display-mime): Treat as head only if necessary. | |
6629 | |
6630 1999-06-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6631 | |
6632 * mm-view.el (mm-inline-image): Fix image undisplayer. | |
6633 | |
6634 1999-06-22 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6635 | |
6636 * mml.el (mml-insert-multipart): Error in compeling-read. | |
6637 (mml-insert-tag): Match tags. | |
6638 | |
6639 1999-06-19 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6640 | |
6641 * gnus-cache.el (gnus-cache-braid-nov): Fix coding-system bug. | |
6642 (gnus-cache-braid-heads): Ditto. | |
6643 (gnus-cache-retrieve-headers): Ditto. | |
6644 | |
6645 1999-06-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6646 | |
6647 * gnus-draft.el (gnus-draft-send): Fix encoding bug. | |
6648 | |
6649 1999-06-16 Katsumi Yamaoka <yamaoka@jpl.org> | |
6650 | |
6651 * gnus-art.el (gnus-article-read-summary-keys): Convert key events | |
6652 to string under XEmacs. | |
6653 | |
6654 1999-06-28 Petersen Jens-Ulrik <jens-ulrik.petersen@nokia.com> | |
6655 | |
6656 * gnus-start.el (gnus-find-new-newsgroups): Doc fix. | |
6657 | |
6658 1999-06-22 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6659 | |
6660 * mm-view.el (mm-inline-message): Fix message view bug. | |
6661 * gnus-art.el (gnus-article-prepare): Ditto. | |
6662 | |
6663 1999-06-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6664 | |
6665 * gnus-cache.el (gnus-cache-possibly-enter-article): Fetch headers. | |
6666 | |
6667 1999-06-15 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6668 | |
6669 * gnus.el: Pterodactyl Gnus v0.88 is released. | |
6670 | |
6671 1999-06-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6672 | |
6673 * gnus-sum.el (gnus-summary-save-parts): Destroy handles after | |
6674 usage. | |
6675 | |
6676 * nnmail.el (nnmail-get-new-mail): Save info. | |
6677 | |
6678 1999-06-14 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6679 | |
6680 * gnus.el: Pterodactyl Gnus v0.87 is released. | |
6681 | |
6682 1999-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6683 | |
6684 * mail-source.el (mail-source-fetch-file): Use prescript-delay. | |
6685 (mail-source-run-script): New function. | |
6686 (mail-source-fetch-pop): Use it. | |
6687 | |
6688 1999-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6689 | |
6690 * gnus-art.el (gnus-article-setup-highlight-words): Moved here. | |
6691 | |
6692 1999-06-13 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6693 | |
6694 * gnus.el: Pterodactyl Gnus v0.86 is released. | |
6695 | |
6696 1999-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6697 | |
6698 * gnus-art.el (gnus-treat-translate): New variable. | |
6699 (gnus-treat-predicate): Accept a list of regexps. | |
6700 (gnus-article-treat-custom): Allow a list of regexps. | |
6701 | |
6702 1999-06-09 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
6703 | |
6704 * gnus/gnus-group.el (gnus-permanently-visible-groups): Fix custom | |
6705 type. | |
6706 | |
6707 1999-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6708 | |
6709 * gnus-art.el (article-babel): Narrow a bit. | |
6710 | |
6711 * gnus-agent.el (gnus-agent-get-undownloaded-list): Was too slow. | |
6712 | |
6713 1999-06-12 Simon Josefsson <jas@pdc.kth.se> | |
6714 | |
6715 * gnus-agent.el (gnus-agent-get-undownloaded-list): Operate on all | |
6716 articles, not only unread ones. | |
6717 (gnus-agent-fetch-headers): Fetch headers from unread and marked | |
6718 articles, not only unread ones. | |
6719 | |
6720 1999-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6721 | |
6722 * gnus-sum.el (gnus-summary-limit-to-extra): New command and | |
6723 keystroke. | |
6724 | |
6725 * gnus-art.el (gnus-article-x-face-command): Ditto. | |
6726 | |
6727 * gnus-uu.el (gnus-uu-default-view-rules): Default to "display". | |
6728 | |
6729 * gnus.el (gnus-method-simplify): Accept server names. | |
6730 | |
6731 1999-06-13 Per Abrahamsen <abraham@dina.kvl.dk> | |
6732 | |
6733 * gnus-art.el (article-babel-prompt): New function. | |
6734 (article-babel): New command. | |
6735 | |
6736 1999-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6737 | |
6738 * gnus-art.el (gnus-article-part-wrapper): Go to part. | |
6739 | |
6740 * mml.el (mml-generate-mime-1): Don't insert literally. | |
6741 | |
6742 * gnus-util.el (gnus-parse-netrc): Skip lines with #'s. | |
6743 (gnus-netrc-syntax-table): Removed. | |
6744 (gnus-parse-netrc): Don't use syntax table; just use whitespace. | |
6745 | |
6746 1999-05-05 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6747 | |
6748 * mm-view.el (mm-inline-text): Fix charset for text/html. | |
6749 | |
6750 1999-05-05 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6751 | |
6752 * message.el (message-draft-coding-system): Use emacs-mule-dos. | |
6753 | |
6754 1999-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6755 | |
6756 * nnmail.el (nnmail-split-incoming): Return the number of split | |
6757 mails. | |
6758 (nnmail-process-babyl-mail-format): Ditto. | |
6759 (nnmail-process-unix-mail-format): Ditto. | |
6760 (nnmail-process-mmdf-mail-format): Ditto. | |
6761 (nnmail-process-maildir-mail-format): Ditto. | |
6762 | |
6763 * mail-source.el (mail-source-callback): Return the number from | |
6764 the callback. | |
6765 | |
6766 * message.el (message-send-mail): Generate Lines. | |
6767 | |
6768 * mail-source.el (mail-source-call-script): New function. | |
6769 (mail-source-call-script): New function. | |
6770 | |
6771 1999-05-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6772 | |
6773 * gnus-sum.el (gnus-summary-setup-highlight-words): New function. | |
6774 (gnus-select-newsgroup): Use it. | |
6775 (gnus-group-highlight-words-alist): New variable. | |
6776 (gnus-newsgroup-emphasis-alist): New variable. | |
6777 (gnus-summary-local-variables): Use it. | |
6778 * gnus-art.el (article-emphasize): Use it. | |
6779 (gnus-emphasis-highlight-words): New face. | |
6780 * gnus-cus.el (gnus-group-parameters): New parameter. | |
6781 | |
6782 1999-05-02 Shenghuo ZHU <zsh@cs.rochester.edu> | |
6783 | |
6784 * gnus-cache.el (gnus-cache-possibly-enter-article): Remove | |
6785 parameter `headers'. | |
6786 (gnus-cache-enter-article): Ditto. | |
6787 (gnus-cache-update-article): Ditto. | |
6788 * gnus-sum.el (gnus-summary-move-article): Ditto. | |
6789 (gnus-summary-mark-article-as-unread): Ditto. | |
6790 (gnus-summary-mark-article): Ditto. | |
6791 | |
6792 1999-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6793 | |
6794 * gnus-msg.el (gnus-message-insert-stylings): Removed. | |
6795 (gnus-posting-style-alist): Removed. | |
6796 (gnus-message-style-insertions): Ditto. | |
6797 (gnus-configure-posting-styles): Reimplementation. | |
6798 | |
6799 * mail-source.el (mail-source-fetch): Error the message. | |
6800 | |
6801 * gnus-msg.el (gnus-inews-do-gcc): Do mml and encoding. | |
6802 | |
6803 1999-06-12 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6804 | |
6805 * gnus.el: Pterodactyl Gnus v0.85 is released. | |
6806 | |
6807 1999-04-20 Michael Cook <cook@sightpath.com> | |
6808 | |
6809 * gnus-cite.el (gnus-cite-attribution-prefix): Tweak for MS | |
6810 Outlook citation regex. | |
6811 | |
6812 1999-06-12 Lars Magne Ingebrigtsen <pinard@iro.umontreal.ca> | |
6813 | |
6814 * nndoc.el (nndoc-mime-parts-type-p): Accept space before | |
6815 semicolon. | |
6816 | |
6817 1999-05-24 Simon Josefsson <jas@pdc.kth.se> | |
6818 | |
6819 * gnus-range.el (gnus-remove-from-range): Document range1 | |
6820 modification, protect range2. | |
6821 | |
6822 1999-05-24 Simon Josefsson <jas@pdc.kth.se> | |
6823 | |
6824 * gnus-sum.el (gnus-update-marks): Protect lists from | |
6825 gnus-remove-from-range, don't sort twice. | |
6826 | |
6827 1999-05-21 Simon Josefsson <jas@pdc.kth.se> | |
6828 | |
6829 * gnus-start.el (gnus-read-descriptions-file): Protect if no | |
6830 function in backend. | |
6831 | |
6832 1999-05-15 Simon Josefsson <jas@pdc.kth.se> | |
6833 | |
6834 * gnus-sum.el (gnus-valid-move-group-p): Check for a | |
6835 request-accept-article function in the backend instead of using | |
6836 the 'respool capability. | |
6837 | |
6838 1999-04-18 Hrvoje Niksic <hniksic@srce.hr> | |
6839 | |
6840 * mm-bodies.el (mm-decode-content-transfer-encoding): Handle | |
6841 spurious whitespace at eob. | |
6842 | |
6843 1999-06-12 Adrian Aichner <aichner@ecf.teradyne.com> | |
6844 | |
6845 * nnmail.el (nnmail-get-new-mail): Check right variable. | |
6846 | |
6847 1999-06-12 Karl Kleinpaste <karl@justresearch.com> | |
6848 | |
6849 * mailcap.el (mailcap-mime-data): Fix rfc822. | |
6850 | |
6851 1999-06-12 TOZAWA Akihiko <miles@is.s.u-tokyo.ac.jp> | |
6852 | |
6853 * nndoc.el (nndoc-nsmail-type-p): New function. | |
6854 (nndoc-type-alist): Recognize nsmail. | |
6855 | |
6856 1999-05-12 Mike McEwan <mike@lotusland.demon.co.uk> | |
6857 | |
6858 * gnus-art.el (gnus-treatment-function-alist): Display `x-face' | |
6859 *before* `article-hide-headers' deletes the information. | |
6860 | |
6861 1999-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6862 | |
6863 * gnus-sum.el (gnus-summary-save-parts): New command and | |
6864 keystroke. | |
6865 (gnus-summary-save-parts-1): New function. | |
6866 (gnus-summary-iterate): Buggy. | |
6867 | |
6868 * mm-decode.el (mm-save-part-to-file): Made into own function. | |
6869 | |
6870 1999-05-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6871 | |
6872 * gnus-group.el (gnus-group-set-info): Resist nils. | |
6873 | |
6874 1999-05-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6875 | |
6876 * mailcap.el (mailcap-mime-data): Ditto. | |
6877 | |
6878 * gnus-uu.el (gnus-uu-default-view-rules): Ditto. | |
6879 | |
6880 * gnus-art.el (gnus-article-x-face-command): Default to ee. | |
6881 | |
6882 1999-05-02 Gareth Jones <gdj1@gdjones.demon.co.uk> | |
6883 | |
6884 * gnus-art.el (article-make-date-line): Put X-Sent below Date if | |
6885 gnus-article-date-lapsed-new-header is t. | |
6886 | |
6887 1999-05-01 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6888 | |
6889 * gnus.el: Pterodactyl Gnus v0.84 is released. | |
6890 | |
6891 1999-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6892 | |
6893 * gnus-msg.el (gnus-bug-message): Mime change. | |
6894 | |
6895 1999-04-22 Simon Josefsson <jas@pdc.kth.se> | |
6896 | |
6897 * gnus-sum.el (gnus-update-marks): Process null mark lists. | |
6898 | |
6899 1999-04-21 Hrvoje Niksic <hniksic@srce.hr> | |
6900 | |
6901 * mm-bodies.el (mm-decode-content-transfer-encoding): Recognize | |
6902 `x-uue'. | |
6903 | |
6904 1999-03-04 Aaron M. Ucko <amu@mit.edu> | |
6905 | |
6906 * mail-source.el (mail-source-fetch-pop): Only prompt for password | |
6907 when authentication is 'password. | |
6908 | |
6909 1999-05-02 Francois Pinard <pinard@iro.umontreal.ca> | |
6910 | |
6911 * gnus-win.el (gnus-configure-windows): Accept a setting. | |
6912 | |
6913 1999-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6914 | |
6915 * mm-util.el (mm-quote-arg): Moved here. | |
6916 | |
6917 * mm-decode.el (mm-quote-arg): Quote more chars. | |
6918 | |
6919 1999-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6920 | |
6921 * nnheader.el (nnheader-parse-head): Message-ID in In-Reply-To | |
6922 with newlines would create buggy .nov files. | |
6923 | |
6924 * gnus-art.el (gnus-article-date-lapsed-new-header): Default to nil. | |
6925 | |
6926 * qp.el (quoted-printable-encode-region): Encode whitespace at the | |
6927 end of lines. | |
6928 | |
6929 * message.el (message-mode): Doc fix. | |
6930 | |
6931 * gnus-art.el (article-hide-headers): Delete the hidden headers. | |
6932 | |
6933 * gnus-msg.el (gnus-setup-posting-charset): Default group to "". | |
6934 | |
6935 * gnus-art.el (article-date-ut): Rewrite. | |
6936 | |
6937 * mm-decode.el (mm-preferred-alternative-precedence): Reverse the | |
6938 order. | |
6939 | |
6940 * gnus-msg.el (gnus-message-insert-stylings): Remove duplicate | |
6941 headers. | |
6942 | |
6943 * gnus-art.el (gnus-article-date-lapsed-new-header): Doc fix. | |
6944 | |
6945 1999-04-18 Didier Verna <verna@inf.enst.fr> | |
6946 | |
6947 * gnus-art.el (gnus-article-date-lapsed-new-header): new variable. | |
6948 (article-date-ut): use it. | |
6949 | |
6950 1999-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6951 | |
6952 * mail-source.el (mail-source-fetch-pop): Call script | |
6953 asynchronously. | |
6954 | |
6955 1999-04-18 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
6956 | |
6957 * gnus.el: Pterodactyl Gnus v0.83 is released. | |
6958 | |
6959 1999-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6960 | |
6961 * gnus-draft.el (gnus-draft-mode): Use mml minor mode. | |
6962 | |
6963 * gnus-cite.el (gnus-dissect-cited-text): Off-by-one error. | |
6964 | |
6965 * gnus-uu.el (gnus-uu-mark-thread): Save hidden threads. | |
6966 | |
6967 * gnus-art.el (gnus-mime-inline-part): Don't do a charset param. | |
6968 | |
6969 * gnus-msg.el (gnus-bug): Use application/x-emacs-lisp. | |
6970 | |
6971 * message.el (message-generate-headers): Accept continuation | |
6972 headers. | |
6973 | |
6974 1999-04-18 Renaud Rioboo <Renaud.Rioboo@lip6.fr> | |
6975 | |
6976 * gnus-demon.el (gnus-demon-time-to-step): Not strings. | |
6977 | |
6978 1999-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
6979 | |
6980 * gnus-art.el (gnus-treatment-function-alist): use | |
6981 maybe-hide-headers. | |
6982 | |
6983 * message.el (message-inhibit-body-encoding): Typo. | |
6984 (message-resend): Inhibit encoding. | |
6985 | |
6986 * gnus-sum.el (gnus-summary-toggle-header): Decode rfc2047. | |
6987 | |
6988 * gnus-art.el (article-remove-cr): Use re-search. | |
6989 | |
6990 * rfc2231.el (rfc2231-parse-string): Allow broken elm MIME | |
6991 headers. | |
6992 | |
6993 * mm-decode.el (mm-quote-arg): Quote '. | |
6994 | |
6995 * gnus-ems.el (gnus-x-splash): Would place splash wrongly. | |
6996 | |
6997 * mm-decode.el (mm-insert-part): Use multibyte for text. | |
6998 | |
6999 * gnus-start.el (gnus-read-newsrc-file): New variable. | |
7000 (gnus-read-newsrc-file): Use it. | |
7001 | |
7002 1999-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7003 | |
7004 * nnvirtual.el (nnvirtual-request-expire-articles): New function. | |
7005 | |
7006 * gnus-group.el (gnus-group-expire-articles-1): Made into own | |
7007 function. | |
7008 | |
7009 1999-04-17 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7010 | |
7011 * gnus.el: Pterodactyl Gnus v0.82 is released. | |
7012 | |
7013 1999-04-15 Hrvoje Niksic <hniksic@srce.hr> | |
7014 | |
7015 * gnus-sum.el (gnus-group-charset-alist): Include Croatian groups | |
7016 for iso8859-2. | |
7017 | |
7018 1999-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7019 | |
7020 * mm-util.el (mm-charset-synonym-alist): Remove iso-2022-jp-2 from | |
7021 synonym alist. | |
7022 | |
7023 1999-04-17 Adam P. Jenkins <ajenkins@netway.com> | |
7024 | |
7025 * gnus-sum.el (gnus-summary-local-variables): Mark as global. | |
7026 | |
7027 1999-04-17 Ettore Perazzoli <ettore@comm2000.it> | |
7028 | |
7029 * mail-source.el (mail-source-fetch): Ask before bugging out. | |
7030 | |
7031 1999-03-19 Hrvoje Niksic <hniksic@srce.hr> | |
7032 | |
7033 * uudecode.el (uudecode-decode-region-external): Don't assume | |
7034 uudecode-temporary-file-directory ends with a slash. | |
7035 | |
7036 1999-03-18 Simon Josefsson <jas@pdc.kth.se> | |
7037 | |
7038 * gnus-sum.el (gnus-update-marks): | |
7039 (gnus-update-read-articles): | |
7040 (gnus-summary-expire-articles): Check server. | |
7041 | |
7042 1999-03-16 Simon Josefsson <jas@pdc.kth.se> | |
7043 | |
7044 * mml.el (mml-preview): New function. | |
7045 | |
7046 1999-04-17 William M. Perry <wmperry@aventail.com> | |
7047 | |
7048 * mail-source.el (mail-source-fetch-file): Return the right | |
7049 value. | |
7050 | |
7051 1999-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7052 | |
7053 * mml.el (mml-insert-parameter): New function. | |
7054 (mml-insert-parameter-string): New function. | |
7055 | |
7056 * nnmail.el (nnmail-get-new-mail): Say how many new articles. | |
7057 | |
7058 * gnus-art.el (gnus-mime-multipart-functions): New variable. | |
7059 (gnus-mime-display-part): Use it. | |
7060 | |
7061 * mm-decode.el (mm-alternative-precedence): Removed. | |
7062 (mm-discouraged-alternatives): New variable. | |
7063 (mm-preferred-alternative-precedence): New function. | |
7064 | |
7065 * nnmail.el (nnmail-get-new-mail): Use mail-sources. | |
7066 | |
7067 * mail-source.el (mail-sources): New variable. | |
7068 | |
7069 * gnus-art.el (article-remove-cr): Remove several trailing CRs. | |
7070 | |
7071 * mm-decode.el (mm-valid-image-format-p): New function. | |
7072 (mm-inline-media-tests): Use it. | |
7073 (mm-valid-and-fit-image-p): New function. | |
7074 | |
7075 * gnus-agent.el (gnus-agent-fetch-groups): Error when unplugged. | |
7076 (gnus-agent-fetch-group): Ditto. | |
7077 | |
7078 1999-04-12 Didier Verna <verna@inf.enst.fr> | |
7079 | |
7080 * nnmail.el (nnmail-article-group): in case of a group name | |
7081 containing "\\n" constructs, be sure to pass the expanded value to | |
7082 nn*-save-mail. | |
7083 | |
7084 1999-04-17 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7085 | |
7086 * gnus.el: Pterodactyl Gnus v0.81 is released. | |
7087 | |
7088 1999-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7089 | |
7090 * gnus-sum.el (gnus-get-split-value): Reverse result. | |
7091 | |
7092 1999-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7093 | |
7094 * gnus-start.el (gnus-always-read-dribble-file): Doc fix. | |
7095 | |
7096 1999-04-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7097 | |
7098 * mml.el (mml-insert-tag): Insert concluding part. | |
7099 | |
7100 * message.el (message-send-mail): Encode later. | |
7101 (message-send-news): Ditto. | |
7102 | |
7103 * nnfolder.el: Don't use mail delim. | |
7104 | |
7105 1999-03-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7106 | |
7107 * gnus-cus.el (gnus-group-customize): Put point at min. | |
7108 | |
7109 * mm-view.el (mm-inline-text): Allow toggling html. | |
7110 | |
7111 1999-03-28 William M. Perry <wmperry@aventail.com> | |
7112 | |
7113 * mail-source.el: Added prescript and postscript to file. | |
7114 | |
7115 1999-03-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7116 | |
7117 * nnmail.el: Reverted. | |
7118 | |
7119 * gnus-msg.el (gnus-setup-posting-charset): Didn't work. | |
7120 (gnus-setup-posting-charset): Did work. | |
7121 | |
7122 1999-03-28 Jae-you Chung <jay@pllab.kaist.ac.kr> | |
7123 | |
7124 * gnus.el (gnus-short-group-name): Use | |
7125 gnus-group-uncollapsed-levels. | |
7126 | |
7127 1999-03-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7128 | |
7129 * gnus-cite.el (gnus-dissect-cited-text): Don't remove overlays. | |
7130 | |
7131 1999-03-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7132 | |
7133 * gnus-art.el (gnus-treat-strip-headers-in-body): New variable. | |
7134 (article-strip-headers-from-body): New command and keystroke. | |
7135 | |
7136 1999-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7137 | |
7138 * mail-source.el (mail-source-fetch-pop): Check for symbol first. | |
7139 | |
7140 * nnheader.el (nnheader-insert-file-contents): Bind | |
7141 enable-local-eval to nil. | |
7142 (nnheader-find-file-noselect): Ditto. | |
7143 | |
7144 * nnmail.el (nnmail-article-group): Don't remove long lines. | |
7145 (nnmail-remove-long-lines): New function. | |
7146 (nnmail-split-header-length-limit): Removed. | |
7147 | |
7148 * mml.el (mml-generate-mime-1): Use unibyte buffers. | |
7149 | |
7150 * gnus-group.el (gnus-group-kill-all-zombies): Query user. | |
7151 | |
7152 1999-03-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7153 | |
7154 * gnus-sum.el (gnus-summary-generic-mark): New function. | |
7155 | |
7156 * nnmail.el (nnmail-split-header-length-limit): Increased. | |
7157 (nnmail-article-group): Allow nil. | |
7158 | |
7159 * gnus-cite.el (gnus-cite-parse-wrapper): Inhibit point-motion. | |
7160 | |
7161 * nndoc.el (nndoc-generate-mime-parts-head): Insert real headers | |
7162 first. | |
7163 | |
7164 * mml.el (mml-minibuffer-read-type): Include types from | |
7165 mailcap-mime-data. | |
7166 | |
7167 * nndraft.el (nndraft-request-article): Would clobber Japanese. | |
7168 | |
7169 1999-03-05 Hrvoje Niksic <hniksic@srce.hr> | |
7170 | |
7171 * mml.el (mml-insert-tag): New function. | |
7172 (mml-read-file): Renamed to mml-minibuffer-read-file to avoid | |
7173 confusion with functions like `mml-read-tag'. | |
7174 (mml-read-type): Ditto with `mml-minibuffer-read-type'. | |
7175 (mml-minibuffer-read-description): Ditto with | |
7176 `mml-minibuffer-read-description'. | |
7177 (mml-attach-buffer): New function. | |
7178 (mml-mode-map): New entry for /. | |
7179 (mml-minibuffer-read-type): Accept DEFAULT. | |
7180 | |
7181 * mml.el (mml-quote-region): Narrow the region. | |
7182 | |
7183 * message.el (message-mode-menu): message-mime-attach-file is now | |
7184 mml-attach-file. | |
7185 | |
7186 1999-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7187 | |
7188 * gnus-art.el (gnus-treatment-function-alist): Do emphasis earlier. | |
7189 | |
7190 1999-03-05 Robert Bihlmeyer <robbe@orcus.priv.at> | |
7191 | |
7192 * mml.el (mml-attach-buffer): New command. | |
7193 | |
7194 1999-02-27 Simon Josefsson <jas@pdc.kth.se> | |
7195 | |
7196 * gnus-sum.el (gnus-update-marks): Call gnus-remove-from-range | |
7197 with a proper range. Compress range. | |
7198 | |
7199 * gnus-range.el (gnus-remove-from-range): Protect arguments. | |
7200 | |
7201 1999-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7202 | |
7203 * mm-decode.el (mm-get-image): Create a temporary file for xbms. | |
7204 | |
7205 1999-03-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7206 | |
7207 * gnus-picon.el (gnus-picons-x-face-file-name): Removed. | |
7208 (gnus-picons-convert-x-face): Removed. | |
7209 (gnus-picons-article-display-x-face): Removed. | |
7210 (gnus-picons-x-face-sentinel): Ditto. | |
7211 (gnus-picons-display-x-face): Ditto. | |
7212 | |
7213 1999-03-04 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7214 | |
7215 * gnus.el: Pterodactyl Gnus v0.80 is released. | |
7216 | |
7217 1999-03-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7218 | |
7219 * gnus-art.el (gnus-mm-display-part): Narrow to the part itself. | |
7220 | |
7221 * gnus-sum.el (gnus-with-article): Moved here. | |
7222 | |
7223 * mail-source.el (mail-source-fetch-pop): Ask for password even | |
7224 when program. | |
7225 | |
7226 1999-02-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7227 | |
7228 * gnus-msg.el (gnus-bug): Add description. | |
7229 | |
7230 * mml.el (mml-insert-mml-markup): Insert disposition. | |
7231 | |
7232 * message.el (message-send-mail): Always encode mail headers. | |
7233 | |
7234 1999-02-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7235 | |
7236 * gnus-art.el (gnus-treat-article): Only run the highlight stuff | |
7237 when requested. | |
7238 | |
7239 * nnmail.el (nnmail-current-spool): Removed. | |
7240 | |
7241 * gnus-salt.el (gnus-tree-inhibit): New varible. | |
7242 | |
7243 * gnus.el (mm-util): Required. | |
7244 | |
7245 1999-02-27 paul stevenson <spaul@mail.phy.ornl.gov> | |
7246 | |
7247 * gnus-sum.el (gnus-summary-toggle-header): Narrow to head first. | |
7248 | |
7249 1999-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7250 | |
7251 * mail-source.el (mail-source-bind): Doc fix. | |
7252 | |
7253 1999-02-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7254 | |
7255 * message.el (message-mode): Doc fix. | |
7256 | |
7257 * mm-encode.el (mm-content-transfer-encoding-defaults): Use 8bit | |
7258 encoding. | |
7259 | |
7260 * gnus.el (gnus-methods-equal-p): Moved here. | |
7261 | |
7262 * mail-source.el: pop at 110. | |
7263 | |
7264 * pop3.el (pop3-movemail): Use write-region instead of | |
7265 append-to-file to avoid excessive messaging. | |
7266 | |
7267 1999-02-27 lantz moore <lmoore@contigo.com> | |
7268 | |
7269 * nnmail.el (nnmail-get-new-mail): honor suffix for spool-files of | |
7270 type directory. | |
7271 | |
7272 1999-03-04 Robert Bihlmeyer <robbe@orcus.priv.at> | |
7273 | |
7274 * gnus-art.el (article-hide-boring-headers): Field names must not | |
7275 contain whitespace. | |
7276 | |
7277 1999-02-26 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7278 | |
7279 * gnus.el: Pterodactyl Gnus v0.79 is released. | |
7280 | |
7281 1999-02-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7282 | |
7283 * gnus-cite.el (gnus-cite-toggle): Don't remove highlighting. | |
7284 | |
7285 * mml.el (mml-mode): Don't use add-minor-mode. | |
7286 | |
7287 * message.el (messgage-inhibit-body-encoding): New variable. | |
7288 (message-encode-message-body): Use it. | |
7289 | |
7290 1999-02-26 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7291 | |
7292 * gnus.el: Pterodactyl Gnus v0.78 is released. | |
7293 | |
7294 1999-02-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7295 | |
7296 * message.el (message-mode): Switch on MML mode. | |
7297 | |
7298 * mml.el: Included commands and functions. | |
7299 (mml-mode-map): New keymap. | |
7300 | |
7301 * message.el: Removed the insertion commands and functions. | |
7302 | |
7303 * gnus-ems.el (gnus-mule-cite-add-face): Removed. | |
7304 | |
7305 * gnus-sum.el (gnus-summary-sort-by-chars): New command and | |
7306 keystroke. | |
7307 | |
7308 * gnus-art.el (gnus-narrow-to-page): Revert. | |
7309 | |
7310 * gnus-cite.el (gnus-cite-delete-overlays): New function. | |
7311 (gnus-cite-parse-maybe): Always reparse. | |
7312 | |
7313 * message.el (message-encode-message-body): Don't insert | |
7314 "multipart warning". | |
7315 | |
7316 * gnus-art.el (gnus-article-treat-head-custom): New variable. | |
7317 | |
7318 1999-02-25 Miles Bader <miles@ccs.mt.nec.co.jp> | |
7319 | |
7320 * mail-source.el (mail-source-fetch-pop): Return 1 for success. | |
7321 | |
7322 * nnmail.el: Require mm-util. | |
7323 | |
7324 1999-02-26 Justin Sheehy <justin@linus.mitre.org> | |
7325 | |
7326 * nnmail.el (nnmail-get-new-mail): Only get mail for the one | |
7327 group. | |
7328 | |
7329 1999-02-26 SeokChan LEE <chan@smoky-blue.com> | |
7330 | |
7331 * mm-bodies.el (mm-body-charset-encoding-alist): Add euc-kr. | |
7332 | |
7333 1999-02-21 Simon Josefsson <jas@pdc.kth.se> | |
7334 | |
7335 * gnus-msg.el (gnus-extended-version): Better regexp. | |
7336 | |
7337 1999-02-25 Didier Verna <verna@inf.enst.fr> | |
7338 | |
7339 * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC | |
7340 is called with the result of SPLIT and should return a new split. | |
7341 | |
7342 * gnus.texi: update the doc. | |
7343 | |
7344 1999-02-23 Didier Verna <verna@inf.enst.fr> | |
7345 | |
7346 * gnus-picon.el (gnus-picons-display-bar-p): when picons are | |
7347 displayed in the article buffer, output bars if | |
7348 `gnus-picons-display-article-move-p'. | |
7349 | |
7350 1999-02-20 Aaron M. Ucko <amu@mit.edu> | |
7351 | |
7352 * mail-source.el (mail-source-fetch-pop): Typo. | |
7353 | |
7354 1999-02-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7355 | |
7356 * gnus-sum.el (gnus-summary-toggle-header): Save restriction. | |
7357 | |
7358 1999-02-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7359 | |
7360 * gnus-cite.el (gnus-cite-parse-wrapper): Always parse. | |
7361 | |
7362 1999-02-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7363 | |
7364 * mml.el (mml-insert-buffer): New function. | |
7365 | |
7366 * message.el (message-forward): Insert the buffer in the buffer. | |
7367 | |
7368 1999-02-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
7369 | |
7370 * mm-view.el (mm-inline-message): Insert part in narrowed region. | |
7371 | |
7372 1999-02-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
7373 | |
7374 * gnus-sum.el (gnus-summary-toggle-header): Save restriction. | |
7375 | |
7376 1999-02-20 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7377 | |
7378 * gnus.el: Pterodactyl Gnus v0.77 is released. | |
7379 | |
7380 1999-02-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7381 | |
7382 * gnus-art.el (gnus-displaying-mime): New variable. | |
7383 (article-narrow-to-head): New function. | |
7384 | |
7385 * mail-source.el (mail-source-fetch-pop): Include pre/postscript. | |
7386 Default to pop instead of pop3. | |
7387 | |
7388 1999-02-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7389 | |
7390 * gnus-art.el (article-hide-pgp): Goto body. | |
7391 | |
7392 * gnus-uu.el (gnus-uu-digest-mail-forward): Don't kill buffer. | |
7393 | |
7394 * gnus-cite.el: Don't use goto-line. | |
7395 | |
7396 * gnus-art.el (gnus-article-treat-html): Removed. | |
7397 (gnus-treat-article): Save restriction. | |
7398 | |
7399 1999-02-17 Per Abrahamsen <abraham@dina.kvl.dk> | |
7400 | |
7401 * message.el (message-send-mail): Don't untabify. | |
7402 (message-mode): Don't use tabs for indentation. | |
7403 | |
7404 1999-02-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7405 | |
7406 * message.el (message-send-mail): Don't untabify. | |
7407 | |
7408 * nnml.el (nnml-save-mail): Typo fix. | |
7409 | |
7410 1999-02-19 Per Abrahamsen <abraham@dina.kvl.dk> | |
7411 | |
7412 * message.el (message-cite-function): Add | |
7413 `message-cite-original-without-signature' customization option. | |
7414 | |
7415 1999-02-18 Per Abrahamsen <abraham@dina.kvl.dk> | |
7416 | |
7417 * nnmail.el (nnmail-fix-eudora-headers): Mark as option to | |
7418 `nnmail-prepare-incoming-header-hook'. | |
7419 | |
7420 1999-02-19 Justin Sheehy <justin@linus.mitre.org> | |
7421 | |
7422 * gnus-util.el (gnus-make-sort-function-1): Typo fix. | |
7423 | |
7424 1999-02-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7425 | |
7426 * gnus-group.el (gnus-group-get-new-news): Require nnmail. | |
7427 | |
7428 1999-02-18 Michael Cook <cook@sightpath.com> | |
7429 | |
7430 * Recognize Microsoft Outlook's cite attribution conventions. | |
7431 | |
7432 1999-02-19 James H. Cloos, Jr. <cloos@jhcloos.com> | |
7433 | |
7434 * gnus-sum.el: Bind M. | |
7435 | |
7436 1999-02-19 Neil Crellin <neilc@wallaby.cc> | |
7437 | |
7438 * mail-source.el (mail-source-fetch-pop): Bind pop3-port. | |
7439 | |
7440 1999-02-15 Didier Verna <verna@inf.enst.fr> | |
7441 | |
7442 * gnus-picon.el (gnus-group-display-picons): ensures that | |
7443 `article-goto-body' really goes to the article body. | |
7444 | |
7445 1999-02-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7446 | |
7447 * mm-view.el (mm-inline-text): Bind url-standalone-mode. | |
7448 | |
7449 * gnus-msg.el (gnus-summary-mail-forward): Create unique names. | |
7450 | |
7451 * mm-view.el (mm-view-message): Enable multibyte. | |
7452 | |
7453 1999-02-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7454 | |
7455 * nnmail.el (nnmail-get-new-mail): Message later. | |
7456 | |
7457 * mm-util.el (mm-find-charset-region): Revert to checking | |
7458 multibyte. | |
7459 | |
7460 1999-02-11 Matt Pharr <mmp@graphics.stanford.edu> | |
7461 | |
7462 * gnus-msg.el (gnus-bug): Encode environment info as a MIME | |
7463 attachment. | |
7464 | |
7465 1999-02-11 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7466 | |
7467 * gnus.el: Pterodactyl Gnus v0.76 is released. | |
7468 | |
7469 1999-02-06 Felix Lee <flee@cygnus.com> | |
7470 | |
7471 * gnus.el (gnus-group-change-level-function): Typo. | |
7472 | |
7473 1999-02-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7474 | |
7475 * gnus-sum.el (gnus-nov-skip-field): Removed. | |
7476 (gnus-nov-field): Ditto. | |
7477 (gnus-nov-parse-extra): Ditto. | |
7478 (gnus-nov-read-integer): Ditto. | |
7479 | |
7480 1999-02-05 Katsumi Yamaoka <yamaoka@jpl.org> | |
7481 | |
7482 * nnheader.el (nnheader-nov-read-message-id): New macro. | |
7483 (nnheader-parse-nov): Use it. | |
7484 | |
7485 * gnus-sum.el (gnus-nov-read-message-id): New macro. | |
7486 (gnus-nov-parse-line): Use it; use `(eobp)' instead of | |
7487 `(eq (char-after) ?\n)'. | |
7488 | |
7489 1999-02-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7490 | |
7491 * gnus.el (gnus-other-frame): Always pop up a new frame. | |
7492 | |
7493 1999-02-10 Shenghuo ZHU <zsh@cs.rochester.edu> | |
7494 | |
7495 * gnus-range.el (gnus-range-add): Rewrite. | |
7496 | |
7497 1999-02-02 Carsten Leonhardt <leo@arioch.oche.de> | |
7498 | |
7499 * nnmail.el (nnmail-split-incoming): Added detection of maildir | |
7500 format. | |
7501 (nnmail-process-maildir-mail-format): New function. | |
7502 | |
7503 * mail-source.el (mail-source-fetch-maildir): New function. | |
7504 (mail-source-keyword-map): Add default for maildir method. | |
7505 (mail-source-fetcher-alist): Changed "qmail" to "maildir". | |
7506 | |
7507 1999-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7508 | |
7509 * mail-source.el (mail-source-fetcher-alist): Remove apop. | |
7510 | |
7511 * nndoc.el (nndoc-type-alist): Remove MIME-digest. | |
7512 (nndoc-mime-digest-type-p): Removed. | |
7513 | |
7514 1999-02-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7515 | |
7516 * gnus-art.el (gnus-article-read-summary-keys): Set the point | |
7517 where it is supposed to be. | |
7518 (gnus-treat-play-sounds): New variable. | |
7519 | |
7520 * gnus-sum.el (gnus-newsgroup-ignored-charsets): New variable. | |
7521 | |
7522 * gnus-art.el (article-display-x-face): Narrow to head. | |
7523 (gnus-article-washed-types): New variable. | |
7524 (article-hide-pgp): Is not a toggle. | |
7525 (gnus-article-hide-text-type): Save types. | |
7526 (article-decode-charset): Use it. | |
7527 | |
7528 * nnmail.el (nnmail-get-new-mail): Ignore procmail. | |
7529 | |
7530 * message.el (message-forward-start-separator): Removed. | |
7531 (message-forward-end-separator): Removed. | |
7532 (message-signature-before-forwarded-message): Removed. | |
7533 (message-included-forward-headers): Removed. | |
7534 (message-check-news-body-syntax): Don't check forward. | |
7535 (message-forward): Use MIME. | |
7536 | |
7537 * nnvirtual.el (nnvirtual-request-article): Bind | |
7538 gnus-article-decode-hook to nil. | |
7539 | |
7540 1999-02-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7541 | |
7542 * mml.el (mml-parse-singlepart-with-multiple-charsets): Check for | |
7543 us-ascii. | |
7544 | |
7545 1999-02-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7546 | |
7547 * format-spec.el (format-spec): Be more robust. | |
7548 | |
7549 * message.el (message-encode-message-body): Default | |
7550 mail-parse-charset to mail-parse-charset. | |
7551 | |
7552 * gnus-sum.el (gnus-summary-edit-article-done): Don't encode. | |
7553 (gnus-summary-edit-article): Bind mail-parse-charset. | |
7554 | |
7555 * mml.el (mml-read-tag): Ignore white space after end of tag. | |
7556 | |
7557 * message.el (message-goto-body): Also work in separatorless | |
7558 articles. | |
7559 | |
7560 * mml.el (mml-translate-from-mime): New function. | |
7561 (mml-insert-mime): Ditto. | |
7562 (mml-to-mime): New function. | |
7563 (mime-to-mml): New name. | |
7564 | |
7565 * gnus-sum.el (gnus-summary-edit-article): Always select raw | |
7566 article. | |
7567 | |
7568 * gnus-group.el (gnus-group-catchup-current): Unmark groups. | |
7569 | |
7570 * gnus-sum.el (gnus-summary-setup-default-charset): Don't | |
7571 special-case nndraft groups. | |
7572 | |
7573 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7574 | |
7575 * gnus-sum.el (gnus-get-newsgroup-headers): Bind charset. | |
7576 (gnus-get-newsgroup-headers): Already bound. | |
7577 | |
7578 * message.el (message-encode-message-body): Use posting charset. | |
7579 | |
7580 * mm-bodies.el (mm-encode-body): Use MIME charsets. | |
7581 (mm-body-encoding): Do CTE. | |
7582 (mm-body-7-or-8): New function. | |
7583 | |
7584 * mm-util.el (mm-mime-charset): Always fall back on alist. | |
7585 (mm-mime-mule-charset-alist): Include katakana-jisx0201. | |
7586 (mm-mime-mule-charset-alist): Add arabic-*-column. | |
7587 (mm-find-mime-charset-region): New function. | |
7588 | |
7589 * format-spec.el (format-spec-make): New function. | |
7590 | |
7591 * mail-source.el (format-spec): Required. | |
7592 (mail-source-fetch-with-program): Removed. | |
7593 (mail-source-fetch-with-program): New function. | |
7594 | |
7595 * format-spec.el: New file. | |
7596 | |
7597 1999-02-03 Tatsuya Ichikawa <ichikawa@hv.epson.co.jp> | |
7598 | |
7599 * mail-source.el (mail-source-fetch-with-program): Take optional | |
7600 parameter. | |
7601 | |
7602 1999-02-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7603 | |
7604 * gnus-start.el: Ignore some groups. | |
7605 (gnus-setup-news): Bind nnmail-fetched-sources. | |
7606 | |
7607 * message.el (message-send-mail): Remove all tabs. | |
7608 | |
7609 * mm-util.el (mm-find-charset-region): Just check whether | |
7610 find-charset-region is defined. | |
7611 | |
7612 1999-02-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7613 | |
7614 * gnus-group.el (gnus-group-get-new-news): Use | |
7615 nnmail-fetched-sources. | |
7616 | |
7617 * nnmail.el (nnmail-fetched-sources): New variable. | |
7618 (nnmail-get-new-mail): Use it. | |
7619 | |
7620 * mail-source.el (mail-source-fetched-sources): New variable. | |
7621 (mail-source-fetch): Use it. | |
7622 | |
7623 1999-02-02 Mark W. Eichin <eichin@thok.org> | |
7624 | |
7625 * gnus.el (gnus-getenv-nntpserver): if the file that | |
7626 gnus-nntpserver-file names has a trailing newline, the | |
7627 string-match will always match, and thus the file will never be | |
7628 read. (^ matches start of "line", \\` matches start of "buffer", | |
7629 which is what was intended...) | |
7630 | |
7631 1999-02-02 Kim-Minh Kaplan <kmkaplan@western.fr> | |
7632 | |
7633 * gnus-picon.el (gnus-picons-parse-filenames): Quote group names. | |
7634 | |
7635 1999-01-28 Katsumi Yamaoka <yamaoka@jpl.org> | |
7636 | |
7637 * gnus-start.el (gnus-read-active-file): Eliminate duplicated | |
7638 select methods. | |
7639 | |
7640 1999-01-27 Simon Josefsson <jas@pdc.kth.se> | |
7641 | |
7642 * gnus-range.el (gnus-remove-from-range): Sort second argument. | |
7643 | |
7644 1999-02-02 Scott Hofmann <shofmann@mindspring.com> | |
7645 | |
7646 * nntp.el: Use mail-source-read-passwd instead of nnmail-read-passwd. | |
7647 | |
7648 1999-02-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
7649 | |
7650 * gnus-cus.el (gnus-group-parameters): Charset as symbol, and fix | |
7651 a typo. | |
7652 * gnus-sum.el (gnus-summary-setup-default-charset): Set nndraft's | |
7653 charset to nil. | |
7654 * gnus-agent.el (gnus-agent-queue-setup): Remove charset setting. | |
7655 * gnus-start.el (gnus-start-draft-setup): Ditto. | |
7656 | |
7657 1999-02-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7658 | |
7659 * mail-source.el (mail-source-fetch-directory): Use the predicate. | |
7660 (mail-source-value): Don't do variables. | |
7661 | |
7662 * nnmail.el (nnmail-get-new-mail): Set the predicate. | |
7663 | |
7664 * gnus-sum.el (gnus-summary-toggle-header): Fix, and bound to t. | |
7665 | |
7666 1999-02-01 Michael Cook <cook@sightpath.com> | |
7667 | |
7668 * Defenestrate spurious ?a. | |
7669 | |
7670 1999-02-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7671 | |
7672 * mail-source.el (mail-source-fetch-pop): Instead use | |
7673 :authentication. | |
7674 | |
7675 1999-02-01 Tatsuya Ichikawa <t-ichi@po.shiojiri.ne.jp> | |
7676 | |
7677 * lisp/mail-source.el : Support APOP authentication scheme. | |
7678 | |
7679 1999-02-02 Tatsuya Ichikawa <t-ichi@niagara.shiojiri.ne.jp> | |
7680 | |
7681 * pop3.el (pop3-movemail): Return t. | |
7682 | |
7683 1999-02-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7684 | |
7685 * rfc2047.el (rfc2047-fold-region): New function. | |
7686 (rfc2047-encode-message-header): Use it. | |
7687 | |
7688 1999-02-02 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no> | |
7689 | |
7690 * gnus-sum.el (gnus-group-charset-alist): Add more. | |
7691 | |
7692 1999-02-01 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7693 | |
7694 * gnus.el: Pterodactyl Gnus v0.75 is released. | |
7695 | |
7696 1999-02-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7697 | |
7698 * gnus-art.el (article-display-x-face): Don't narrow to head. | |
7699 | |
7700 1999-02-01 Michael Cook <cook@sightpath.com> | |
7701 | |
7702 * gnus-cite.el (gnus-cited-lines-visible): Accept a cons. | |
7703 | |
7704 1999-02-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7705 | |
7706 * mail-source.el (mail-source-fetch-directory): Ignore | |
7707 directories. | |
7708 | |
7709 * gnus-cus.el (gnus-group-parameters): Addition. | |
7710 | |
7711 * gnus-art.el (article-strip-banner): Do symbolic banners. | |
7712 (article-strip-banner): New keystroke. | |
7713 | |
7714 1999-02-01 Michael Cook <cook@sightpath.com> | |
7715 | |
7716 * gnus-art.el (article-strip-banner): New command. | |
7717 | |
7718 1999-02-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7719 | |
7720 * gnus-art.el (gnus-treat-strip-banners): New variable. | |
7721 | |
7722 1999-01-28 Katsumi Yamaoka <yamaoka@jpl.org> | |
7723 | |
7724 * mail-source.el (mail-source-read-passwd): Use `read-passwd' if it | |
7725 has been exist. | |
7726 | |
7727 1999-01-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
7728 | |
7729 * message.el (message-draft-coding-system): Check coding-system. | |
7730 * mm-util.el (mm-text-coding-system): Ditto. | |
7731 | |
7732 1999-01-28 Katsumi Yamaoka <yamaoka@jpl.org> | |
7733 | |
7734 * mail-source.el (mail-source-fetch-pop): Save excursion. | |
7735 | |
7736 1999-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7737 | |
7738 * mail-source.el (mail-source-movemail-args): Not constant. | |
7739 (mail-source-movemail-args): Removed. | |
7740 (mail-source-fetch-with-program): New function. | |
7741 (mail-source-fetch-pop): Use program and function. | |
7742 (mail-source-movemail-program): Removed. | |
7743 | |
7744 * gnus-art.el (gnus-treat-date-iso8601): New variable. | |
7745 (gnus-treat-date-user-defined): New variable. | |
7746 | |
7747 1999-01-28 Per Abrahamsen <abraham@dina.kvl.dk> | |
7748 | |
7749 * nnmail.el (nnmail-fix-eudora-headers): New function. | |
7750 | |
7751 1999-01-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7752 | |
7753 * mm-bodies.el (mm-encode-body): Use mail-parse-charset. | |
7754 | |
7755 1999-01-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7756 | |
7757 * gnus-art.el (gnus-treatment-function-alist): Do | |
7758 gnus-article-add-buttons-to-head later. | |
7759 (gnus-treat-capitalize-sentences): New variable. | |
7760 (article-capitalize-sentences): New command and keystroke. | |
7761 | |
7762 * gnus-group.el (gnus-group-catchup-current): Do group. | |
7763 | |
7764 * message.el (message-default-charset): Add group. | |
7765 | |
7766 1999-01-27 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7767 | |
7768 * gnus.el: Pterodactyl Gnus v0.74 is released. | |
7769 | |
7770 1999-01-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7771 | |
7772 * gnus-art.el (article-fill-long-lines): Renamed. | |
7773 (article-fill-long-lines): New keystroke. | |
7774 | |
7775 1999-01-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7776 | |
7777 * gnus-msg.el (gnus-setup-posting-charset): Check for group. | |
7778 | |
7779 * gnus-group.el (gnus-group-catchup-current): Skip groups now | |
7780 displayed. | |
7781 (gnus-group-catchup-current): Be more robus. | |
7782 | |
7783 * gnus-sum.el (gnus-summary-select-article): Reselect for showing | |
7784 headers. | |
7785 | |
7786 1999-01-25 Dave Love <fx@gnu.org> | |
7787 | |
7788 * message.el (message-mode-menu): Add message-mime-attach-file. | |
7789 (message-mode): Doc fix. | |
7790 | |
7791 1999-01-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7792 | |
7793 * nnmail.el (nnmail-check-duplication): Insert the mail source | |
7794 string. | |
7795 | |
7796 * mail-source.el (mail-source-fetch-pop): Bind mail-source-string. | |
7797 (mail-source-fetch-directory): Ditto. | |
7798 (mail-source-fetch-file): Ditto. | |
7799 (mail-source-string): New variable. | |
7800 | |
7801 * gnus-start.el (gnus-get-unread-articles): Nix out groups over | |
7802 the level. | |
7803 | |
7804 * rfc2047.el (rfc2047-encodable-p): Convert to MIME charsets | |
7805 before handling. | |
7806 | |
7807 * mm-util.el (mm-mime-charset): Use the parameters. | |
7808 (mm-mime-charset): Removed region paremeters. | |
7809 | |
7810 * nnmail.el (nnmail-get-new-mail): Don't message the entire | |
7811 source. | |
7812 | |
7813 1999-01-25 Lloyd Zusman <ljz@asfast.com> | |
7814 | |
7815 * nnmail.el (nnmail-get-split-group): Quote right. | |
7816 | |
7817 1999-01-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7818 | |
7819 * mail-source.el (mail-source-movemail): Would kill an arbitrary | |
7820 buffer. | |
7821 | |
7822 1999-01-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7823 | |
7824 * gnus-group.el (gnus-clear-inboxes-moved): Removed. | |
7825 (gnus-group-mode): Don't hook. | |
7826 | |
7827 * mail-source.el (mail-source-bind): Doc fix. | |
7828 (mail-source-bind): Take only one param. | |
7829 | |
7830 * gnus-art.el (gnus-treat-highlight-signature): typep. | |
7831 | |
7832 * mail-source.el (mail-source-movemail): Ignore empty file. | |
7833 (mail-source-callback): Check before deleting. | |
7834 | |
7835 * message.el (message-mime-attach-file): Include name. | |
7836 | |
7837 1999-01-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7838 | |
7839 * mm-util.el (mm-read-charset): Return a symbol. | |
7840 | |
7841 * mm-view.el (mm-inline-text): Insert signature separator. | |
7842 | |
7843 * gnus-art.el (gnus-treat-predicate): New function. | |
7844 (gnus-treat-article): Allow all types to be checked. | |
7845 | |
7846 * gnus-util.el (gnus-or): New function. | |
7847 (gnus-and): Ditto. | |
7848 | |
7849 * gnus-art.el (gnus-mime-display-single): Use override. | |
7850 | |
7851 * mm-decode.el (mm-attachment-override-types): New variable. | |
7852 (mm-attachment-override-p): New function. | |
7853 | |
7854 * gnus-picon.el (gnus-group-display-picons): Don't go backward. | |
7855 | |
7856 1999-01-23 Andrew J. Cosgriff <ajc@bing.wattle.id.au> | |
7857 | |
7858 * mm-view.el (mm-inline-text): Do vcards. | |
7859 | |
7860 1999-01-23 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7861 | |
7862 * gnus.el: Pterodactyl Gnus v0.73 is released. | |
7863 | |
7864 1999-01-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7865 | |
7866 * nnmail.el (nnmail-spool-file): Changed to use mail-source. | |
7867 (nnmail-crash-box, nnmail-use-procmail, nnmail-procmail-directory, | |
7868 nnmail-procmail-suffix, nnmail-resplit-incoming): Removed. | |
7869 (nnmail-movemail-program): Removed. | |
7870 (nnmail-movemail-args): Removed. | |
7871 (nnmail-pop-password-required): Ditto. | |
7872 (nnmail-tmp-directory): Ditto. | |
7873 (nnmail-delete-incoming): Removed. | |
7874 (nnmail-pop-password, nnmail-moved-inboxes, | |
7875 nnmail-internal-password, nnmail-move-inbox): Removed. | |
7876 (nnmail-read-passwd): Ditto. | |
7877 (nnmail-get-spool-files): Removed. | |
7878 (nnmail-resplit-incoming): Reinstated. | |
7879 | |
7880 * mail-source.el: New file. | |
7881 | |
7882 1999-01-23 James H. Cloos, Jr. <cloos@jhcloos.com> | |
7883 | |
7884 * gnus-art.el (gnus-article-mode-map): Bind backspace. | |
7885 | |
7886 1999-01-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7887 | |
7888 * gnus-art.el (article-make-date-line): Fix iso8601 display. | |
7889 | |
7890 1999-01-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7891 | |
7892 * gnus-art.el (gnus-treat-display-smileys): Check xpm. | |
7893 | |
7894 * gnus-picon.el (gnus-group-display-picons): Goto body. | |
7895 | |
7896 * gnus.el: Indented all functions; broke long lines; changed all | |
7897 instances of illegal/legal to invalid/valid. Yes, I'm bored. | |
7898 | |
7899 1999-01-20 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7900 | |
7901 * gnus.el: Pterodactyl Gnus v0.72 is released. | |
7902 | |
7903 1999-01-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7904 | |
7905 * gnus.el: Cleaned up trailing whitespace. | |
7906 | |
7907 * mm-util.el (mm-read-charset): Work. | |
7908 | |
7909 1999-01-17 Matt Armstrong <mattdav+matt@best.com> | |
7910 | |
7911 * gnus-score.el (gnus-score-find-bnews): Match regexp on the | |
7912 nnheader-translate-file-chars'd group name. | |
7913 | |
7914 1999-01-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7915 | |
7916 * message.el (message-encode-message-body): Fold case. | |
7917 | |
7918 1999-01-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7919 | |
7920 * mailcap.el (mailcap-add): New function. | |
7921 | |
7922 1999-01-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7923 | |
7924 * gnus-art.el (article-goto-body-goes-to-point-min-p): New variable. | |
7925 (article-goto-body): Use it. | |
7926 (gnus-treat-article): Ditto. | |
7927 | |
7928 * gnus-agent.el (gnus-agent-get-undownloaded-list): Remove the | |
7929 downloaded articles from the downloadeble list. | |
7930 | |
7931 1999-01-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7932 | |
7933 * message.el (message-encode-message-body): Bind | |
7934 mail-parse-charset. | |
7935 | |
7936 * mm-util.el (mm-charset-synonym-alist): New variable. | |
7937 (mm-charset-to-coding-system): Use it. | |
7938 (mm-charset-coding-system-alist): Removed. | |
7939 (mm-charset-to-coding-system): Don't use it. | |
7940 (mm-find-charset-region): Use mail-parse-charset. | |
7941 | |
7942 * gnus-art.el (gnus-treatment-function-alist): Use | |
7943 gnus-article-display-picons. | |
7944 (gnus-treat-display-xface): Only do if we have xface feature. | |
7945 (gnus-part-display-hook): New function. | |
7946 (gnus-treat-article): Use it. | |
7947 (gnus-treat-article): Use gnus-visual. | |
7948 | |
7949 * gnus-msg.el (gnus-setup-posting-charset): Check elem. | |
7950 | |
7951 * gnus-art.el (gnus-mm-display-part): Fix the MIME button after | |
7952 displaying. | |
7953 | |
7954 * mm-decode.el (mm-insert-part): Use insert-buffer-substring. | |
7955 | |
7956 * gnus-score.el (gnus-score-find-bnews): Protect against invalid | |
7957 regexp file names. | |
7958 | |
7959 1999-01-16 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
7960 | |
7961 * gnus.el: Pterodactyl Gnus v0.71 is released. | |
7962 | |
7963 1999-01-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7964 | |
7965 * mm-view.el (mm-inline-image): Don't add a dot. | |
7966 | |
7967 * gnus-art.el (gnus-treat-article): New function. | |
7968 | |
7969 * gnus.el (gnus-article-display-hook): Removed. | |
7970 | |
7971 * gnus-art.el (gnus-article-treat-custom): New variable. | |
7972 | |
7973 * gnus-start.el (gnus-ignored-newsgroups-has-to-p): Removed. | |
7974 | |
7975 * gnus-msg.el (gnus-setup-posting-charset): Allow variables and | |
7976 functions. | |
7977 | |
7978 * message.el (message-posting-charset): New variable. | |
7979 (message-send-mail): Use it. | |
7980 | |
7981 * gnus-msg.el (gnus-group-posting-charset-alist): Moved here. | |
7982 (gnus-setup-posting-charset): New function. | |
7983 (gnus-setup-message): Use it. | |
7984 | |
7985 * message.el (message-encode-message-body): Just look for | |
7986 Content-Type before inserting a new one. | |
7987 | |
7988 1999-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
7989 | |
7990 * rfc2047.el (rfc2047-default-charset): Removed. | |
7991 | |
7992 * mail-prsvr.el: New file. | |
7993 (mail-parse-charset): New variable. | |
7994 | |
7995 * gnus-sum.el (gnus-newsgroup-charset): Changed name. | |
7996 Changed name. | |
7997 | |
7998 * gnus.el (gnus-charset): New group. | |
7999 | |
8000 * nnmail.el (nnmail-pathname-coding-system): Default to binary. | |
8001 | |
8002 * gnus-sum.el (gnus-default-charset): Default to nil. | |
8003 (gnus-newsgroup-iso-8859-1-forced-regexp): Removed. | |
8004 (gnus-newsgroup-iso-8859-1-forced): Removed. | |
8005 | |
8006 * mm-util.el (mm-known-charsets): Removed. | |
8007 (mm-default-coding-system): Removed. | |
8008 (mm-default-charset): Removed. | |
8009 (mm-read-charset): New function. | |
8010 | |
8011 * message.el (message-default-charset): Removed. | |
8012 | |
8013 * rfc2047.el (rfc2047-default-charset): Default to nil. | |
8014 | |
8015 * mm-util.el (mm-charset-iso-8859-1-forced): Removed. | |
8016 | |
8017 1999-01-15 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8018 | |
8019 * gnus.el: Pterodactyl Gnus v0.70 is released. | |
8020 | |
8021 1999-01-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8022 | |
8023 * mm-decode.el (mm-save-part): Use mm-get-part. | |
8024 (mm-insert-part): New function. | |
8025 (mm-get-part): Use it. | |
8026 (mm-get-image): Ditto. | |
8027 (mm-display-external): Ditto. | |
8028 | |
8029 * mm-view.el (mm-inline-text): Ditto. | |
8030 | |
8031 * gnus-move.el (gnus-move-group-to-server): Protect against nil | |
8032 ranges. | |
8033 | |
8034 * mm-decode.el (mm-display-external): Save the buffer. | |
8035 (mm-remove-part): Kill it. | |
8036 | |
8037 * qp.el (quoted-printable-decode-region): Do the right thing at eobp. | |
8038 | |
8039 * nnagent.el (nnagent-request-set-mark): Defined stub. | |
8040 | |
8041 1999-01-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8042 | |
8043 * gnus-score.el (gnus-score-load-score-alist): Bind | |
8044 coding-system-for-read. | |
8045 | |
8046 * gnus-sum.el (gnus-summary-exit): Do adaptive scoring before | |
8047 prepare-exit-hook. | |
8048 | |
8049 * mm-view.el (mm-setup-w3): Require w3. | |
8050 | |
8051 1999-01-13 Kiyokazu SUTO <suto@merry.xmath.ous.ac.jp> | |
8052 | |
8053 * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty | |
8054 body. | |
8055 | |
8056 1999-01-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8057 | |
8058 * mm-encode.el: Ditto. | |
8059 | |
8060 * mm-bodies.el (mm-decode-content-transfer-encoding): Message the | |
8061 error. | |
8062 | |
8063 * mailcap.el (mailcap-mime-data): SAFER ps. | |
8064 | |
8065 * message.el (message-encode-message-body): Always insert a | |
8066 Content-Type header. | |
8067 | |
8068 * mm-decode.el (mm-inline-media-tests): Default all text/* to be | |
8069 shown inline. | |
8070 | |
8071 * mm-view.el (mm-inline-text): Handle all sorts of text. | |
8072 | |
8073 * mailcap.el (mailcap-mime-data): non-viewer for viewers that | |
8074 don't view. | |
8075 | |
8076 * mm-decode.el (mm-display-external): Use it. | |
8077 | |
8078 * gnus-art.el (gnus-visible-headers): Added bcc, gcc, fcc. | |
8079 | |
8080 * mm-decode.el (mm-save-part): Removed double code. | |
8081 | |
8082 1999-01-12 Dave Love <fx@gnu.org> | |
8083 | |
8084 * mm-decode.el (mm-save-part): Avoid doubly-compressed | |
8085 application/octet-stream .gz & al files with jka-compr. | |
8086 | |
8087 1999-01-12 Dave Love <fx@gnu.org> | |
8088 | |
8089 * gnus-ems.el (gnus-down-mouse-3): New variable. | |
8090 * gnus-art.el (gnus-mime-button-map): Use it. | |
8091 (gnus-mime-button-menu): Set the clicked-on buffer initially. | |
8092 | |
8093 1999-01-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8094 | |
8095 * mailcap.el (mailcap-mime-data): Added ImageMagic and ee. | |
8096 | |
8097 1999-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8098 | |
8099 * gnus-picon.el (gnus-picons-kill-buffer): Don't kill article | |
8100 buffers. | |
8101 | |
8102 * gnus-sum.el (gnus-summary-exit): Destroy all MIME. | |
8103 | |
8104 * gnus-cache.el (gnus-cache-read-active): Reversed check. | |
8105 | |
8106 1999-01-12 Matt Armstrong <matta@geoworks.com> | |
8107 | |
8108 * mml.el (mml-parameter-string): Strip directory component. | |
8109 | |
8110 1999-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8111 | |
8112 * gnus.el (gnus-use-demon): Removed. | |
8113 | |
8114 1999-01-12 Katsumi Yamaoka <yamaoka@jpl.org> | |
8115 | |
8116 * nnmail.el (nnmail-article-group): Don't infloop. | |
8117 | |
8118 1999-01-11 Colin Rafferty <colin@xemacs.org> | |
8119 | |
8120 * gnus-art.el (article-update-date-lapsed): Made it work with | |
8121 picons, and make it update on all visible frames. | |
8122 (article-date-ut): Get summary-buffer's current-headers. | |
8123 | |
8124 1999-01-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8125 | |
8126 * gnus-picon.el (gnus-picons-setup-buffer): Don't set major mode. | |
8127 (gnus-picons-setup-p): New variable. | |
8128 | |
8129 1999-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8130 | |
8131 * nnmail.el (nnmail-split-header-length-limit): Lowered to 512. | |
8132 | |
8133 1999-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8134 | |
8135 * gnus-sum.el (gnus-summary-exit-no-update): Don't use run-hooks. | |
8136 (gnus-summary-exit-no-update): Use mapcar. | |
8137 | |
8138 1999-01-02 Simon Josefsson <jas@pdc.kth.se> | |
8139 | |
8140 * gnus-agent.el (gnus-category-write): Make directory. | |
8141 | |
8142 1998-09-26 Simon Josefsson <jas@pdc.kth.se> | |
8143 | |
8144 * gnus-sum.el (gnus-update-read-articles): | |
8145 (gnus-update-marks): Request backend update of mark. | |
8146 | |
8147 1999-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8148 | |
8149 * mm-bodies.el (mm-body-encoding): Use mm-find. | |
8150 | |
8151 1999-01-03 Kim-Minh Kaplan <kmkaplan@western.fr> | |
8152 | |
8153 * gnus-picon.el (gnus-article-display-picons): Fix. | |
8154 | |
8155 1999-01-03 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8156 | |
8157 * gnus.el: Pterodactyl Gnus v0.69 is released. | |
8158 | |
8159 1999-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8160 | |
8161 * gnus-picon.el (gnus-picons-setup-buffer): Run the hook. | |
8162 | |
8163 * gnus-agent.el (gnus-agent-remove-group): New command and | |
8164 keystroke. | |
8165 | |
8166 * rfc2047.el (rfc2047-decode-region): Check for us-ascii. | |
8167 | |
8168 1999-01-02 Simon Josefsson <jas@pdc.kth.se> | |
8169 | |
8170 * gnus-agent.el (gnus-agent-write-servers): Make directory. | |
8171 | |
8172 1998-12-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8173 | |
8174 * mm-view.el (mm-inline-text): Bind current id. | |
8175 | |
8176 * mm-decode.el (mm-handle-id): New macro. | |
8177 (mm-make-handle): Accept id. | |
8178 (mm-dissect-singlepart): Use it. | |
8179 | |
8180 1998-12-23 Matt Pharr <mmp@graphics.stanford.edu> | |
8181 | |
8182 * message.el (message-cite-original-without-signature): Use | |
8183 message-signature-separator when searching for signature in | |
8184 message-cite-original-without-signature. | |
8185 | |
8186 1998-12-24 Simon Josefsson <jas@pdc.kth.se> | |
8187 | |
8188 * gnus.el (gnus-server-to-method): Check named methods. | |
8189 | |
8190 1998-12-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8191 | |
8192 * mm-view.el (mm-view-message): Goto point-min. | |
8193 | |
8194 * nnmail.el (nnmail-article-group): Don't delete lines, only | |
8195 shorten them. | |
8196 | |
8197 * gnus-msg.el (gnus-configure-posting-styles): Also do nil | |
8198 values. | |
8199 | |
8200 * nnheader.el (nnheader-temp-directory): New variable. | |
8201 (nnheader-temp-directory): Removed. | |
8202 | |
8203 1998-12-22 Jack Vinson <jvinson@chevax.ecs.umass.edu> | |
8204 | |
8205 * mailcap.el (mailcap-parse-mailcaps): Add "~/.mailcaps" to the | |
8206 list of files to check for mailcap entries under windows-nt. | |
8207 | |
8208 1998-12-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8209 | |
8210 * gnus-art.el (gnus-article-maybe-hide-headers): Check whether the | |
8211 summary buffer exists. | |
8212 | |
8213 1998-12-22 Aaron M. Ucko <amu@mit.edu> | |
8214 | |
8215 * nnsoup.el (nnsoup-store-reply): Remove code to deal with | |
8216 irrelevant Sun sendmail bug. | |
8217 (nnsoup-store-reply): Stop mucking with mail-header-separator. | |
8218 | |
8219 * message.el (message-send-news): Bind mail-header-separator to | |
8220 "" when asking backend to post. | |
8221 | |
8222 1998-12-22 Karl Kleinpaste <karl@justresearch.com> | |
8223 | |
8224 * mm-uu.el (mm-dissect-disposition): New variable. | |
8225 (mm-uu-dissect): Use it. | |
8226 | |
8227 1998-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8228 | |
8229 * mm-view.el (mm-inline-text): Bind url-current-object. | |
8230 | |
8231 1998-12-06 Simon Josefsson <jas@pdc.kth.se> | |
8232 | |
8233 * gnus-range.el (gnus-remove-from-range): Rewrite. | |
8234 | |
8235 1998-12-09 SL Baur <steve@altair.xemacs.org> | |
8236 | |
8237 * gnus-picon.el (annotations): Remove bogus require 'xpm. | |
8238 | |
8239 1998-12-18 Hrvoje Niksic <hniksic@srce.hr> | |
8240 | |
8241 * message.el (message-encode-message-body): Insert `MIME-Version' | |
8242 instead of `Mime-Version'. | |
8243 | |
8244 1998-12-04 Hrvoje Niksic <hniksic@srce.hr> | |
8245 | |
8246 * message.el (message-insert-mime-part): Add the attachment | |
8247 disposition. | |
8248 (message-insert-mime-part): Make TYPE and DESCRIPTION optional. | |
8249 (message-mime-query-type): New function. | |
8250 (message-mime-query-description): Ditto. | |
8251 (message-mime-query-file): Ditto. | |
8252 (message-insert-mime-part): Use them. | |
8253 (message-mime-insert-external): Use the new stuff. | |
8254 | |
8255 1998-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8256 | |
8257 * nnmail.el (nnmail-split-header-length-limit): New variable. | |
8258 | |
8259 * mm-decode.el (mm-dissect-buffer): Check syntax. | |
8260 | |
8261 * rfc2231.el (rfc2231-parse-string): Remove check for syntax. | |
8262 | |
8263 * rfc2047.el (rfc2047-encodable-p): Use mm-find-charset-region. | |
8264 (rfc2047-dissect-region): Ditto. | |
8265 | |
8266 1998-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8267 | |
8268 * mm-view.el (mm-view-message): Decode charset. | |
8269 | |
8270 1998-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8271 | |
8272 * rfc2231.el (rfc2231-parse-string): Ignore syntactically invalid | |
8273 CT headers. | |
8274 | |
8275 1998-12-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8276 | |
8277 * mm-bodies.el (mm-decode-content-transfer-encoding): Use | |
8278 mm-uu-*-function. | |
8279 * mm-uu.el (mm-uu-dissect): Use x-uuencode. | |
8280 | |
8281 1998-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8282 | |
8283 * message.el (message-send-mail): Do MML first. | |
8284 (message-send-news): Ditto. | |
8285 | |
8286 1998-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8287 | |
8288 * gnus-picon.el (gnus-picons-face): New face. | |
8289 (gnus-picons-try-face): Use it. | |
8290 | |
8291 1998-12-15 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8292 | |
8293 * gnus.el: Pterodactyl Gnus v0.68 is released. | |
8294 | |
8295 1998-12-15 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8296 | |
8297 * gnus.el: Pterodactyl Gnus v0.67 is released. | |
8298 | |
8299 1998-12-15 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8300 | |
8301 * gnus.el: Pterodactyl Gnus v0.66 is released. | |
8302 | |
8303 1998-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8304 | |
8305 * gnus-art.el (gnus-insert-mime-button): Decode description. | |
8306 | |
8307 1998-12-05 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8308 | |
8309 * gnus-art.el (article-decode-encoded-words): Rollback to 0.55. | |
8310 (gnus-decode-header-methods): Ditto. | |
8311 (gnus-decode-with-mail-decode-encoded-word-region): Ditto. | |
8312 | |
8313 1998-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8314 | |
8315 * mml.el (mml-insert-mime-headers): Encode description. | |
8316 | |
8317 * nnfolder.el (nnfolder-request-expire-articles): Go to the date | |
8318 line. | |
8319 | |
8320 * gnus-sum.el (gnus-default-charset): Doc fix. | |
8321 | |
8322 1998-12-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8323 | |
8324 * mm-decode.el (mm-display-part): Forward a line. | |
8325 | |
8326 1998-12-09 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8327 | |
8328 * mm-util.el (mm-running-ntemacs): New variable. | |
8329 (mm-text-coding-system): Ditto. | |
8330 * nnmail.el (nnmail-incoming-coding-system): Ditto. | |
8331 (nnmail-split-incoming): Use nnmail-incoming-coding-system. | |
8332 | |
8333 1998-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8334 | |
8335 * gnus-picon.el (gnus-picons-network-display-internal): Don't set | |
8336 buffer. | |
8337 | |
8338 * message.el (message-insert-headers): New command and keystroke. | |
8339 | |
8340 1998-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8341 | |
8342 * mm-decode.el (mm-inline-media-tests): Recognize x-xbitmap. | |
8343 (mm-get-image): Ditto. | |
8344 | |
8345 * mm-bodies.el (mm-decode-content-transfer-encoding): Only for | |
8346 base64, uudecode and binhex. | |
8347 | |
8348 1998-12-06 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8349 | |
8350 * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF | |
8351 in text/plain. | |
8352 * mm-uu.el (mm-uu-dissect): Use inline. | |
8353 | |
8354 1998-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8355 | |
8356 * mm-view.el (mm-view-message): New function. | |
8357 | |
8358 * mm-encode.el (mm-content-transfer-encoding-defaults): Changed to | |
8359 qp. | |
8360 | |
8361 1998-12-07 Karl Kleinpaste <karl@justresearch.com> | |
8362 | |
8363 * mm-encode.el (mm-content-transfer-encoding-defaults): Add an | |
8364 entry for message/rfc822 as 8bit. | |
8365 | |
8366 1998-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8367 | |
8368 * mailcap.el (mailcap-mime-extensions): Add patch. | |
8369 | |
8370 1998-12-05 Dale Hagglund <rdh@best.com> | |
8371 | |
8372 * gnus-sum.el (gnus-summary-display-buttonized): Use prefix | |
8373 argument to force all multipart/* to look like multipart/mixed. | |
8374 | |
8375 * gnus-art.el (gnus-mime-display-multipart-as-mixed): New | |
8376 variable. | |
8377 (gnus-mime-display-part): Use it. | |
8378 | |
8379 1998-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8380 | |
8381 * gnus-draft.el (gnus-draft-send): Only disable checks for | |
8382 non-interactive use. | |
8383 (gnus-draft-send-message): Use it. | |
8384 | |
8385 1998-12-06 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8386 | |
8387 * gnus.el: Pterodactyl Gnus v0.65 is released. | |
8388 | |
8389 1998-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8390 | |
8391 * gnus-art.el (gnus-article-prepare-display): Don't init w3. | |
8392 | |
8393 * mm-view.el (mm-inline-text): Bind url-standalone-mode here. | |
8394 | |
8395 1998-12-05 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8396 | |
8397 * gnus.el: Pterodactyl Gnus v0.64 is released. | |
8398 | |
8399 1998-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8400 | |
8401 * mm-view.el (mm-setup-w3): Don't load. | |
8402 | |
8403 * gnus-msg.el (gnus-setup-message): Set group name. | |
8404 (gnus-group-mail): Avoid leaking local vars. | |
8405 | |
8406 * message.el (message-attach-file): Renamed. | |
8407 (message-mime-attach-file): Renamed again. | |
8408 | |
8409 1998-12-05 Hrvoje Niksic <hniksic@srce.hr> | |
8410 | |
8411 * gnus-art.el (article-decode-encoded-words): Bind | |
8412 rfc2047-default-charset here. | |
8413 | |
8414 * gnus-art.el (gnus-insert-mime-button): Nix slashes in file name. | |
8415 | |
8416 1998-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8417 | |
8418 * gnus-picon.el (gnus-picons-setup-buffer): Run picons hook. | |
8419 (gnus-picons-setup-hook): New hook. | |
8420 | |
8421 1998-12-05 Per Abrahamsen <abraham@dina.kvl.dk> | |
8422 | |
8423 * mailcap.el (mailcap-mime-data): Remove "*" from documentation | |
8424 string. | |
8425 (mailcap-mime-extensions): Ditto. Made first sentense fit a | |
8426 line. | |
8427 | |
8428 1998-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8429 | |
8430 * gnus-art.el (gnus-article-prepare-display): Setup w3. | |
8431 (gnus-mime-view-part): Ditto. | |
8432 (gnus-mime-inline-part): Dotii. | |
8433 (gnus-mime-externalize-part): Daddo. | |
8434 (gnus-mime-internalize-part): Tutti frutti. | |
8435 (gnus-widget-press-button): Da da do. | |
8436 | |
8437 * mm-view.el (mm-setup-w3): Require url-vars. | |
8438 | |
8439 1998-12-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8440 | |
8441 * message.el (message-draft-coding-system): Fix for XEmacs-NT. | |
8442 * mm-util.el (mm-find-charset-region): Ditto. | |
8443 | |
8444 1998-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8445 | |
8446 * message.el (message-send): Don't encode here. | |
8447 (message-send-mail): But here. | |
8448 (message-send-news): And here. | |
8449 | |
8450 1998-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8451 | |
8452 * gnus-msg.el (gnus-message-insert-stylings): Don't insert twice. | |
8453 | |
8454 1998-12-04 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8455 | |
8456 * gnus.el: Pterodactyl Gnus v0.63 is released. | |
8457 | |
8458 1998-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8459 | |
8460 * mml.el (mml-base-boundary): Shorten. | |
8461 | |
8462 * message.el (message-insert-mime-part): Use default. | |
8463 | |
8464 * gnus-art.el (gnus-insert-mime-button): Bind gnus-tmp-type-long. | |
8465 | |
8466 1998-12-03 Per Abrahamsen <abraham@dina.kvl.dk> | |
8467 | |
8468 * gnus-art.el (gnus-mime-display-alternative): Use (*) for radio | |
8469 buttons, not [*]. | |
8470 | |
8471 1998-12-04 Hrvoje Niksic <hniksic@srce.hr> | |
8472 | |
8473 * gnus-art.el (gnus-insert-mime-button): Do proper help-echo. | |
8474 | |
8475 1998-12-04 Hrvoje Niksic <hniksic@srce.hr> | |
8476 | |
8477 * gnus-art.el (gnus-insert-mime-button): Fix. | |
8478 | |
8479 1998-12-03 Hrvoje Niksic <hniksic@srce.hr> | |
8480 | |
8481 * message.el (message-insert-mime-part): Nicify prompts. | |
8482 (message-insert-mime-part): Really delete duplicates. | |
8483 (message-insert-mime-part): Check against common errors. | |
8484 (message-insert-mime-part): Fix docstring. | |
8485 | |
8486 1998-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8487 | |
8488 * gnus-art.el (gnus-mime-internalize-part): Bugged out. | |
8489 | |
8490 1998-12-03 Hrvoje Niksic <hniksic@srce.hr> | |
8491 | |
8492 * gnus-art.el (gnus-mime-button-line-format): Nicify. | |
8493 (gnus-insert-mime-button): Modify accordingly. | |
8494 | |
8495 1998-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8496 | |
8497 * gnus-art.el (gnus-display-mime): Set window point. | |
8498 | |
8499 * mm-decode.el (mm-display-external): Only decode when not | |
8500 saving. | |
8501 (mm-alternative-precedence): Prefer multiparts. | |
8502 (mm-inline-media-tests): Inline multiparts. | |
8503 | |
8504 * gnus-picon.el (gnus-picons-next-job-internal): Do bar if asked. | |
8505 Ignore errors when requiring url. | |
8506 | |
8507 * mml.el (mml-quote-region): New command. | |
8508 | |
8509 * message.el (message-cite-original): Use it. | |
8510 (message-cite-original-without-signature): Ditto. | |
8511 | |
8512 1998-12-03 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8513 | |
8514 * gnus.el: Pterodactyl Gnus v0.62 is released. | |
8515 | |
8516 1998-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8517 | |
8518 * gnus-art.el (gnus-mime-view-all-parts): Work with multiparts. | |
8519 | |
8520 1998-12-03 Hrvoje Niksic <hniksic@srce.hr> | |
8521 | |
8522 * mm-view.el (mm-inline-text): Use `point-min-marker' and | |
8523 `point-max-marker'. | |
8524 | |
8525 1998-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8526 | |
8527 * mailcap.el (mailcap-mime-extensions): Use image/xpm for xpms. | |
8528 | |
8529 * gnus-art.el (gnus-mime-display-single): Check for attachment | |
8530 before other tests. | |
8531 | |
8532 1998-12-03 Didier Verna <verna@inf.enst.fr> | |
8533 | |
8534 * gnus-msg.el (gnus-configure-posting-styles): find a | |
8535 posting-style entry in the group parameters, if any, and honor it | |
8536 at the end. | |
8537 | |
8538 1998-12-03 Felix Lee <flee@teleport.com> | |
8539 | |
8540 * nntp.el (nntp-after-change-function): Fix. | |
8541 | |
8542 1998-12-03 Mike McEwan <mike@lotusland.demon.co.uk> | |
8543 | |
8544 * mml.el (mml-generate-mime-1): Insert literally. | |
8545 | |
8546 1998-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8547 | |
8548 * mml.el (mml-insert-mime-headers): Removed debug. | |
8549 | |
8550 1998-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8551 | |
8552 * gnus-sum.el (gnus-summary-show-article): Destroy parts when | |
8553 prefixed. | |
8554 | |
8555 * mm-encode.el (mm-content-transfer-encoding-defaults): Default | |
8556 application/emacs-lisp to 8bit. | |
8557 | |
8558 1998-12-03 Dale Hagglund <rdh@best.com> | |
8559 | |
8560 * mm-decode.el (mm-quote-arg): Add quoting of '()', '<>', and '|'. | |
8561 | |
8562 1998-12-02 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8563 | |
8564 * gnus.el: Pterodactyl Gnus v0.61 is released. | |
8565 | |
8566 1998-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8567 | |
8568 * mml.el (mml-parse-1): Skipped parts. | |
8569 (mml-insert-mime-headers): Nil is a list. | |
8570 (mml-generate-mime-1): Don't insert literally. | |
8571 (mml-read-tag): Drop text props. | |
8572 (mml-read-part): Ditto. | |
8573 (mml-parse-singlepart-with-multiple-charsets): Ditto. | |
8574 | |
8575 1998-12-02 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8576 | |
8577 * gnus.el: Pterodactyl Gnus v0.60 is released. | |
8578 | |
8579 1998-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8580 | |
8581 * mml.el (mml-parse-1): Don't throw contents away. | |
8582 | |
8583 1998-12-02 Hrvoje Niksic <hniksic@srce.hr> | |
8584 | |
8585 * mml.el (mml-compute-boundary-1): Regexp-quote the boundary. | |
8586 | |
8587 1998-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8588 | |
8589 * mml.el (mml-parse-singlepart-with-multiple-charsets): New | |
8590 function. | |
8591 (mml-parse-1): Use it. | |
8592 | |
8593 1998-12-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8594 | |
8595 * gnus-art.el (gnus-decode-with-mail-decode-encoded-word-region): | |
8596 Use gnus-newsgroup-default-charset. | |
8597 (article-decode-encoded-words): Remove charset codes. | |
8598 * gnus-sum.el (gnus-newsgroup-default-charset): Use | |
8599 gnus-default-charset. | |
8600 | |
8601 1998-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8602 | |
8603 * message.el (message-send-mail): Don't encode here. | |
8604 (message-send-news): Nor here. | |
8605 (message-send): ... but here instead. | |
8606 | |
8607 * gnus-picon.el (gnus-picons-display-article-move-p): Changed | |
8608 default to nil. | |
8609 (gnus-article-display-picons): Replace From line. | |
8610 (gnus-group-display-picons): Replace Newsgroups line. | |
8611 (gnus-picons-display-glyph): Set baseline. | |
8612 (gnus-group-display-picons): Piconize the entire Newsgroups line. | |
8613 (gnus-picons-xbm-face): Revert to old, standard colors. | |
8614 | |
8615 * message.el (message-fetch-field): Remove text props. | |
8616 | |
8617 * gnus-art.el (gnus-article-normalized-header-length): New | |
8618 variable. | |
8619 (article-normalize-headers): New command and keystroke. | |
8620 | |
8621 * gnus-picon.el (gnus-picons-xbm-face): Changed colors. | |
8622 | |
8623 1998-12-02 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8624 | |
8625 * gnus.el: Pterodactyl Gnus v0.59 is released. | |
8626 | |
8627 1998-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8628 | |
8629 * mml.el (mml-insert-mime-headers): Beep at multiple charsets. | |
8630 | |
8631 * gnus-art.el (gnus-mime-copy-part): Set buffer-file-name. | |
8632 | |
8633 1998-11-30 Hrvoje Niksic <hniksic@srce.hr> | |
8634 | |
8635 * mml.el (mml-generate-mime-1): Handle unquoting end-tags. | |
8636 | |
8637 1998-12-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8638 | |
8639 * mm-decode.el (mm-all-images-fit): New variable. | |
8640 (mm-image-fit-p): Use it. | |
8641 | |
8642 * gnus-art.el (gnus-mime-display-single): Use it. | |
8643 (gnus-mime-internalize-part): New command and keystroke. | |
8644 | |
8645 * mm-decode.el (mm-user-automatic-external-display): New | |
8646 variable. | |
8647 (mm-automatic-external-display-p): New function. | |
8648 | |
8649 * gnus-picon.el (gnus-picons-xbm-face): Default to sensible | |
8650 colors. | |
8651 | |
8652 1998-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8653 | |
8654 * gnus-sum.el (gnus-summary-repair-multipart): Reselect article. | |
8655 | |
8656 * gnus-art.el (gnus-with-article): Work in the original article | |
8657 buffer. | |
8658 (gnus-with-article): Work in read-only groups. | |
8659 | |
8660 1998-12-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8661 | |
8662 * mm-bodies.el (mm-decode-string): Return original string if not | |
8663 decode. | |
8664 | |
8665 1998-11-30 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8666 | |
8667 * mm-uu.el (mm-uu-dissect): Use mm-make-handle. | |
8668 | |
8669 1998-12-01 Francois Pinard <pinard@iro.umontreal.ca> | |
8670 | |
8671 * nndoc.el (nndoc-mime-parts-type-p): Do related. | |
8672 | |
8673 1998-12-01 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8674 | |
8675 * gnus.el: Pterodactyl Gnus v0.58 is released. | |
8676 | |
8677 1998-11-30 Hrvoje Niksic <hniksic@srce.hr> | |
8678 | |
8679 * mm-decode.el (mm-get-image): Return a glyph, not an image | |
8680 specifier. | |
8681 | |
8682 1998-11-29 Hrvoje Niksic <hniksic@srce.hr> | |
8683 | |
8684 * rfc2047.el (rfc2047-decode): Bind mm-default-charset. | |
8685 | |
8686 1998-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8687 | |
8688 * mail-parse.el (rfc2045): Required. | |
8689 | |
8690 1998-12-01 William M. Perry <wmperry@aventail.com> | |
8691 | |
8692 * mm-view.el (mm-inline-text): Remove props. | |
8693 | |
8694 1998-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8695 | |
8696 * mm-view.el (mm-setup-w3): Protect url-misc. | |
8697 | |
8698 * message.el (message-ignored-resent-headers): Remove | |
8699 Gnus-Warning. | |
8700 | |
8701 * mml.el (mml-insert-mime-headers): Use encoding. | |
8702 (mml-parameter-string): Ditto. | |
8703 | |
8704 * rfc2045.el: New file. | |
8705 (rfc2045-encode-string): New function. | |
8706 | |
8707 1998-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8708 | |
8709 * mail-parse.el (mail-header-encode-parameter): New function. | |
8710 | |
8711 * rfc2231.el (rfc2231-encode-string): New function. | |
8712 | |
8713 1998-11-30 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8714 | |
8715 * mm-bodies.el (mm-decode-string): New function. | |
8716 * mm-view.el (mm-inline-text): Use mm-decode-string. | |
8717 | |
8718 1998-11-30 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8719 | |
8720 * gnus.el: Pterodactyl Gnus v0.57 is released. | |
8721 | |
8722 1998-11-23 Felix Lee <flee@cygnus.com> | |
8723 | |
8724 * nntp.el (nntp-async-needs-kluge): new setting. | |
8725 (nntp-async-timer): new var. | |
8726 (nntp-async-process-list): new var. | |
8727 (nntp-async-kluge): new function. | |
8728 (nntp-async-timer-handler): new function. | |
8729 (nntp-async-wait): new function. | |
8730 (nntp-async-stop): new function. | |
8731 (nntp-after-change-function): renamed, and split apart. | |
8732 (nntp-async-trigger): new function. | |
8733 (nntp-do-callback): new function. | |
8734 (nntp-accept-process-output): add optional timeout arg. | |
8735 | |
8736 * gnus-async.el (gnus-async-request-fetched-article): fixed. | |
8737 (gnus-async-wait-for-article): new function. | |
8738 (gnus-async-with-semaphore): s/asynch/async/. | |
8739 | |
8740 1998-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8741 | |
8742 * gnus-art.el (gnus-with-article): Don't encode. | |
8743 (gnus-insert-mime-button): Fall back on filename from C-D. | |
8744 (gnus-mime-display-single): Have dots right on text/plain | |
8745 attachments. | |
8746 | |
8747 * mm-decode.el (mm-dissect-buffer): Respect Content-Disposition in | |
8748 broken parts. | |
8749 | |
8750 * gnus-art.el (gnus-with-article): Flush cache and backlog. | |
8751 | |
8752 * mm-bodies.el (mm-decode-content-transfer-encoding): Also do | |
8753 binhex. | |
8754 | |
8755 * gnus-sum.el (gnus-summary-reparent-thread): Use new macro. | |
8756 (gnus-summary-repair-multipart): New command and keystroke. | |
8757 | |
8758 * gnus-art.el (gnus-with-article-buffer): New macro. | |
8759 | |
8760 1998-11-29 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8761 | |
8762 * gnus-art.el (gnus-mime-inline-part): Do not get part when | |
8763 undisplay the part. | |
8764 | |
8765 1998-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8766 | |
8767 * gnus-util.el (gnus-make-sort-function-1): Allow lambdas. | |
8768 | |
8769 * mml.el (mml-read-part): Partition right. | |
8770 | |
8771 * mm-decode.el (mm-handle-set-cache): New macro. | |
8772 (mm-handle-cache): Ditto. | |
8773 (mm-make-handle): Ditto. | |
8774 (mm-dissect-singlepart): Use it. | |
8775 (mm-get-image): Use the cache. | |
8776 | |
8777 1998-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8778 | |
8779 * gnus-art.el (gnus-mime-display-mixed): Rewrite. | |
8780 (gnus-mime-display-single): Don't insert lines between parts. | |
8781 | |
8782 1998-11-29 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8783 | |
8784 * nnmail.el (nnmail-file-coding-system-1): New variable. | |
8785 * nnfolder.el (nnfolder-file-coding-system): Ditto. | |
8786 (nnfolder-read-folder): Use nnfolder-file-coding-system. | |
8787 * nnml.el (nnml-file-coding-system): New variable. | |
8788 (nnml-request-article): Use nnml-file-coding-system. | |
8789 | |
8790 1998-11-29 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8791 | |
8792 * gnus.el: Pterodactyl Gnus v0.56 is released. | |
8793 | |
8794 1998-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8795 | |
8796 * gnus-art.el (gnus-mime-display-part): New function. | |
8797 (gnus-mime-display-mixed): Use it. | |
8798 | |
8799 * mm-view.el (mm-setup-w3): Don't register. | |
8800 | |
8801 * message.el (message-cite-original): Cite parts. | |
8802 | |
8803 1998-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8804 | |
8805 * mml.el (mml-parameter-string): New function. | |
8806 (mml-insert-mime-headers): Separated into new function. | |
8807 | |
8808 1998-11-28 Hrvoje Niksic <hniksic@srce.hr> | |
8809 | |
8810 * mml.el (mml-make-boundary): Use `make-string'. | |
8811 | |
8812 1998-11-27 Hrvoje Niksic <hniksic@srce.hr> | |
8813 | |
8814 * binhex.el (binhex-insert-char): Ditto. | |
8815 | |
8816 * uudecode.el (uudecode-insert-char): Code correctly. | |
8817 | |
8818 1998-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8819 | |
8820 * mml.el (mml-generate-mime): Don't generate multiparts for | |
8821 empties. | |
8822 | |
8823 * gnus-art.el (gnus-display-mime): Save excursion. | |
8824 | |
8825 * message.el (message-remove-first-header): New function. | |
8826 (message-encode-message-body): Use it. | |
8827 | |
8828 1998-11-27 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8829 | |
8830 * gnus.el: Pterodactyl Gnus v0.55 is released. | |
8831 | |
8832 1998-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8833 | |
8834 * mm-view.el (mm-setup-w3): New function. | |
8835 | |
8836 * mm-decode.el (mm-content-id-get-contents): New function. | |
8837 (mm-content-id-get-type): Ditto. | |
8838 (mm-content-id-get-encoding): Ditto. | |
8839 (mm-get-handle-by-content-id): Removed. | |
8840 | |
8841 1998-11-25 Colin Rafferty <colin@xemacs.org> | |
8842 | |
8843 * message.el (message-generate-new-buffers): Fix tag. | |
8844 | |
8845 1998-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8846 | |
8847 * message.el (message-buffer-name): Check for unique first. | |
8848 | |
8849 * gnus-art.el (gnus-unbuttonized-mime-type-p): use | |
8850 gnus-inhibit-mime-unbuttonizing. | |
8851 | |
8852 * gnus-sum.el (t): Bind M-t. | |
8853 (gnus-inhibit-unbuttonizing): New variable. | |
8854 (gnus-summary-toggle-display-buttonized): New command. | |
8855 | |
8856 * gnus-art.el (gnus-display-mime): Select article window. | |
8857 (article-strip-trailing-space): New command and keystroke. | |
8858 | |
8859 * nneething.el (nneething-include-files): New variable. | |
8860 (nneething-create-mapping): Use it. | |
8861 | |
8862 * nntp.el (nntp-possibly-change-group): Use nntp-send-command. | |
8863 | |
8864 * nnvirtual.el (nnvirtual-request-update-mark): Only yodate | |
8865 ayto-expirable marks. | |
8866 | |
8867 1998-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8868 | |
8869 * gnus-art.el (gnus-mime-view-all-parts): Set buffer. | |
8870 | |
8871 * gnus-sum.el (gnus-summary-display-buttonized): Don't pass on | |
8872 ARG. | |
8873 | |
8874 * gnus-art.el (gnus-article-mode-line-format): Doc fix. | |
8875 | |
8876 1998-11-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8877 | |
8878 * mm-util.el (mm-binary-coding-system): New variable. | |
8879 (mm-with-unibyte-buffer): Use mm-binary-coding-system. | |
8880 * mm-decode.el (mm-display-external): Ditto. | |
8881 | |
8882 1998-11-24 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8883 | |
8884 * gnus.el: Pterodactyl Gnus v0.54 is released. | |
8885 | |
8886 1998-11-24 Katsumi Yamaoka <yamaoka@jpl.org> | |
8887 | |
8888 * gnus-sum.el (gnus-newsgroup-default-charset-alist): Note fj. | |
8889 | |
8890 1998-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8891 | |
8892 * mm-decode.el (mm-save-part): Unquote. | |
8893 | |
8894 1998-11-24 Matt Armstrong <matta@geoworks.com> | |
8895 | |
8896 * mm-decode.el (mm-save-part): Bind coding system for write. | |
8897 | |
8898 1998-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8899 | |
8900 * gnus-art.el (gnus-article-mode-line-format): New default. | |
8901 (gnus-article-mime-part-status): New function. | |
8902 | |
8903 * message.el (message-send-news): Check the body syntax before | |
8904 encoding. | |
8905 | |
8906 * gnus-art.el (gnus-unbuttonized-mime-type): New function. | |
8907 (gnus-mime-display-single): Use it. | |
8908 (gnus-mime-display-alternative): Ditto. | |
8909 | |
8910 * mm-decode.el: Check for whether we are running under a term. | |
8911 | |
8912 1998-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8913 | |
8914 * mm-decode.el (mm-preferred-alternative): Default to first | |
8915 alternative. | |
8916 (mm-preferred-alternative): No, we dont. | |
8917 | |
8918 1998-11-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8919 | |
8920 * mm-decode.el (mm-display-external): Use binary instead of | |
8921 no-conversion. | |
8922 * gnus-agent.el (gnus-agent-file-coding-system): Ditto. | |
8923 * nnheader.el (nnheader-file-coding-system): Ditto. | |
8924 * mm-util.el (mm-with-unibyte-buffer): Use binary instead of nil. | |
8925 | |
8926 1998-11-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8927 | |
8928 * gnus-sum.el (gnus-newsgroup-setup-default-charset): Use group | |
8929 name without method. | |
8930 | |
8931 1998-11-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8932 | |
8933 * gnus-sum.el (gnus-newsgroup-default-charset): Rename | |
8934 coding-system -> default-charset. | |
8935 (gnus-newsgroup-default-charset-alist): Ditto. | |
8936 (gnus-summary-local-variables): Ditto. | |
8937 (gnus-set-global-variables): Ditto. | |
8938 (gnus-get-newsgroup-headers): Ditto. | |
8939 (gnus-summary-from-or-to-or-newsgroups): Ditto. | |
8940 (gnus-get-newsgroup-headers-xover): Ditto. | |
8941 (gnus-newsgroup-setup-default-charset): Ditto. | |
8942 (article-decode-mime-words): Ditto. | |
8943 (article-decode-charset): Ditto. | |
8944 (article-decode-encoded-words): Ditto. | |
8945 (article-de-quoted-unreadable): Ditto. | |
8946 (gnus-mime-view-all-parts): Ditto. | |
8947 (gnus-mime-externalize-part): Ditto. | |
8948 (gnus-mm-display-part): Ditto. | |
8949 (gnus-mime-display-single): Ditto. | |
8950 (gnus-mime-display-alternative): Ditto. | |
8951 | |
8952 1998-11-23 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8953 | |
8954 * rfc2047.el (rfc2047-decode-region): Do not decode nil charset. | |
8955 * gnus-art.el (article-decode-charset): Overlay | |
8956 rfc2047-default-charset. | |
8957 * message.el (message-draft-coding-system): New variable. | |
8958 (message-set-auto-save-file-name): Use message-draft-coding-system. | |
8959 * nndraft.el (nndraft-request-article): Ditto. | |
8960 * gnus-start.el (gnus-start-draft-setup): Set charset nil. | |
8961 * gnus-agent.el (gnus-agent-queue-setup): Ditto. | |
8962 | |
8963 1998-11-22 Shenghuo ZHU <zsh@cs.rochester.edu> | |
8964 | |
8965 * mm-uu.el (mm-uu-test): New function. | |
8966 (mm-uu-dissect): Inherit charset and cte from head. | |
8967 * gnus-art.el (article-decode-charset): Use mm-uu-test. | |
8968 | |
8969 1998-11-21 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
8970 | |
8971 * gnus.el: Pterodactyl Gnus v0.53 is released. | |
8972 | |
8973 1998-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8974 | |
8975 * mm-decode.el (mm-get-image): New function. | |
8976 (mm-image-fit-p): New function. | |
8977 | |
8978 * gnus-util.el (gnus-annotation-in-region-p): New definition. | |
8979 | |
8980 * gnus-art.el (gnus-article-insert-newline): New function. | |
8981 (article-goto-body): New function. | |
8982 | |
8983 1998-11-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
8984 | |
8985 * gnus-art.el (gnus-mime-display-single): Insert blank line before | |
8986 buttons. | |
8987 | |
8988 * gnus-sum.el (gnus-summary-display-buttonized): New command and | |
8989 keystroke. | |
8990 | |
8991 * gnus-art.el (gnus-mime-display-single): Don't insert a blank | |
8992 line between parts. | |
8993 | |
8994 * message.el (message-remove-header): Go to end if wanted. | |
8995 | |
8996 1998-11-20 Karl Kleinpaste <karl@justresearch.com> | |
8997 | |
8998 * gnus-art.el (gnus-mime-display-alternative): Avoid window | |
8999 movement with save-window-excursion. | |
9000 | |
9001 1998-11-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9002 | |
9003 * gnus-art.el (gnus-mime-inline-part): Use argument as charset. | |
9004 | |
9005 1998-11-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9006 | |
9007 * mm-bodies.el (mm-decode-body): Remove buffer-file-coding-system. | |
9008 | |
9009 1998-11-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9010 | |
9011 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use | |
9012 gnus-newsgroup-coding-system. | |
9013 (gnus-get-newsgroup-headers): Ditto. | |
9014 (gnus-get-newsgroup-headers-xover): Ditto. | |
9015 (gnus-set-global-variables): Ditto. | |
9016 * gnus-art.el (article-decode-mime-words): Ditto. | |
9017 (article-decode-charset): Ditto. | |
9018 (article-decode-encoded-words): Ditto. | |
9019 (article-de-quoted-unreadable): Ditto. | |
9020 (gnus-mime-view-all-parts): Ditto. | |
9021 (gnus-mime-externalize-part): Ditto. | |
9022 (gnus-mm-display-part): Ditto. | |
9023 (gnus-mime-display-alternative): Ditto. | |
9024 (gnus-mime-display-single): Ditto. | |
9025 * mm-view.el (mm-inline-text): Use default coding system. | |
9026 | |
9027 1998-11-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9028 | |
9029 * gnus-sum.el (gnus-newsgroup-coding-system-alist): New variable. | |
9030 (gnus-newsgroup-iso-8859-1-forced-regexp): New variable. | |
9031 (gnus-newsgroup-coding-system): New local variable. | |
9032 (gnus-newsgroup-iso-8859-1-forced): New local variable. | |
9033 (gnus-summary-local-variables): Add two new local variables. | |
9034 (gnus-newsgroup-setup-coding-system): New function. | |
9035 (gnus-select-newsgroup): Setup coding system. | |
9036 * mm-util.el (mm-charset-iso-8859-1-forced): New variable. | |
9037 (mm-charset-to-coding-system): Use mm-charset-iso-8859-1-forced. | |
9038 * gnus-cus.el (gnus-group-parameters): Customizable | |
9039 iso-8859-1-forced. | |
9040 | |
9041 1998-11-20 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9042 | |
9043 * gnus.el: Pterodactyl Gnus v0.52 is released. | |
9044 | |
9045 1998-11-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9046 | |
9047 * rfc2047.el (rfc2047-encode-message-header): Encode the default | |
9048 encoding. | |
9049 | |
9050 * gnus-art.el (gnus-mime-display-single): Insert buttons for | |
9051 undisplayed text types. | |
9052 | |
9053 * mm-decode.el (mm-automatic-display-p): Only prefer inlinable | |
9054 types. | |
9055 | |
9056 1998-11-19 Felix Lee <flee@cygnus.com> | |
9057 | |
9058 * nntp.el (nntp-after-change-function-callback): recover from C-g. | |
9059 | |
9060 1998-11-19 Felix Lee <flee@cygnus.com> | |
9061 | |
9062 * gnus-async.el (gnus-asynch-obarray): rename to | |
9063 gnus-async-hashtb, and don't buffer-local it. | |
9064 | |
9065 (gnus-async-article-callback): new function. | |
9066 (gnus-make-async-article-function): use it. | |
9067 | |
9068 (gnus-async-current-prefetch-group): new var. | |
9069 (gnus-async-current-prefetch-article): new var. | |
9070 (gnus-async-request-fetched-article): are we fetching it already? | |
9071 | |
9072 (gnus-async-delete-prefected-entry): s/prefected/prefetched/ | |
9073 | |
9074 1998-11-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9075 | |
9076 * gnus-sum.el (gnus-summary-show-article): Require. | |
9077 | |
9078 * message.el: Provide before hooks. | |
9079 (message-send-news): Do MIME before headers. | |
9080 | |
9081 * gnus-art.el (gnus-article-check-buffer): New function. | |
9082 (gnus-article-read-summary-keys): Use it. | |
9083 | |
9084 * mm-decode.el (mm-user-automatic-display): Display all inline | |
9085 images. | |
9086 | |
9087 * gnus-art.el (gnus-mime-display-single): Don't buttonize so | |
9088 much. | |
9089 (gnus-unbuttonized-mime-types): New variable. | |
9090 | |
9091 1998-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9092 | |
9093 * gnus-sum.el (gnus-inhibit-user-auto-expire): Changed to t. | |
9094 | |
9095 * mm-decode.el (mm-quote-arg): Quote semicolons. | |
9096 | |
9097 * gnus-art.el (gnus-mime-display-single): Don't display | |
9098 attachments. | |
9099 (gnus-mime-externalize-part): New command and keystroke. | |
9100 | |
9101 * mm-decode.el (mm-dissect-buffer): Pass on the description info. | |
9102 (mm-alternative-precedence): Changed order. | |
9103 | |
9104 1998-11-07 Simon Josefsson <jas@pdc.kth.se> | |
9105 | |
9106 * gnus.el (gnus-method-simplify): New function. | |
9107 (gnus-native-method-p): New function. | |
9108 (gnus-secondary-method-p): Use gnus-method-equal. | |
9109 | |
9110 * gnus-start.el (gnus-group-change-level): Shorten select method. | |
9111 | |
9112 1998-11-19 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9113 | |
9114 * gnus.el: Pterodactyl Gnus v0.51 is released. | |
9115 | |
9116 1998-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9117 | |
9118 * gnus.el: Applied patches from 5.6.45. | |
9119 | |
9120 * gnus-score.el (gnus-score-find-trace): Print complete file | |
9121 paths. | |
9122 (gnus-score-find-trace): Truncate lines. | |
9123 | |
9124 * gnus.el (gnus-message-archive-group): Allow function. | |
9125 | |
9126 * message.el (message-encode-message-body): Remove Mime-Version | |
9127 before inserting. | |
9128 | |
9129 * gnus-cus.el (gnus-group-customize): Optional topic. | |
9130 | |
9131 * gnus-sum.el (gnus-summary-customize-parameters): New command and | |
9132 keystroke. | |
9133 | |
9134 1998-11-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9135 | |
9136 * message.el (message-encode-message-body): Rewrite. | |
9137 | |
9138 1998-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9139 | |
9140 * mml.el (mml-base-boundary): New variable. | |
9141 (mml-make-boundary): New function. | |
9142 | |
9143 * gnus-cache.el (gnus-cache-coding-system): New variable. | |
9144 (gnus-cache-request-article): Use it. | |
9145 | |
9146 * message.el (message-insert-mime-part): Delete duplicates. | |
9147 | |
9148 1998-11-18 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9149 | |
9150 * gnus-art.el (gnus-mime-display-alternative): Set end of | |
9151 multipart and display even when nothing is preferred. | |
9152 | |
9153 1998-11-18 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9154 | |
9155 * gnus.el: Pterodactyl Gnus v0.50 is released. | |
9156 | |
9157 1998-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9158 | |
9159 * mm-decode.el (mm-inline-media-tests): Check that device-type is | |
9160 fbound. | |
9161 | |
9162 * gnus-sum.el (gnus-summary-sort): Didn't do reverse. | |
9163 | |
9164 1998-11-07 Simon Josefsson <jas@pdc.kth.se> | |
9165 | |
9166 * gnus.el (gnus-similar-server-opened): Compare backend. | |
9167 | |
9168 1998-11-08 Simon Josefsson <jas@pdc.kth.se> | |
9169 | |
9170 * gnus-topic.el (gnus-topic-expire-articles): New function. | |
9171 (gnus-topic-mode-map): Bind it. | |
9172 | |
9173 * gnus.texi (Topic Commands): New expiry command. Reordered. | |
9174 | |
9175 1998-11-10 Miles Bader <miles@ccs.mt.nec.co.jp> | |
9176 | |
9177 * gnus-sum.el | |
9178 (gnus-auto-expirable-marks): New variable. | |
9179 (gnus-inhibit-user-auto-expire): New variable. | |
9180 (gnus-summary-mark-article-as-read, gnus-summary-mark-article): | |
9181 When looking to see if we should expire instead, check | |
9182 gnus-auto-expirable-marks instead of using a hard-wired list. | |
9183 (gnus-summary-mark-as-read-forward, | |
9184 gnus-summary-mark-as-read-backward): | |
9185 Pass gnus-inhibit-user-auto-expire for the no-expire argument to | |
9186 gnus-summary-mark-forward, instead of `t'. | |
9187 | |
9188 1998-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9189 | |
9190 * mml.el (mml-compute-boundary): New function. | |
9191 (mml-compute-boundary-1): New function. | |
9192 (mml-generate-mime-1): Use it. | |
9193 | |
9194 1998-11-18 Hrvoje Niksic <hniksic@srce.hr> | |
9195 | |
9196 * mml.el (mml-generate-mime-1): Always precede closing boundary | |
9197 with newline. | |
9198 | |
9199 1998-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9200 | |
9201 * mml.el (mml-generate-mime-1): Do right boundaries when several | |
9202 multiparts. | |
9203 | |
9204 * mm-decode.el (mm-user-automatic-display): Default to inline | |
9205 jpeg. | |
9206 | |
9207 * mml.el (mml-generate-mime-1): Encode non-text parts. | |
9208 | |
9209 1998-11-18 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9210 | |
9211 * gnus.el: Pterodactyl Gnus v0.49 is released. | |
9212 | |
9213 1998-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9214 | |
9215 * mm-view.el (mm-inline-text): Require w3-vars. | |
9216 | |
9217 * gnus-setup.el (gnus-use-tm): Removed. | |
9218 | |
9219 * gnus-art.el (gnus-article-goto-part): Don't beep. | |
9220 (gnus-article-view-part): Check return value. | |
9221 (gnus-mime-display-alternative): Don't display when there is | |
9222 nothing to display. | |
9223 | |
9224 * mml.el (mml-generate-mime-1): Don't use a unibyte buffer. | |
9225 (mml-generate-mime-1): Use unibyte for binaries. | |
9226 | |
9227 * gnus-art.el (gnus-display-mime): Call | |
9228 gnus-article-mime-part-function. | |
9229 (gnus-mime-part-function): New function. | |
9230 (gnus-article-mime-part-function): New function. | |
9231 | |
9232 * mml.el (mml-generate-mime-1): Don't insert so many newlines. | |
9233 | |
9234 1998-11-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9235 | |
9236 * mml.el (mml-generate-mime-1): Do it in unibyte buffers. | |
9237 | |
9238 * message.el (message-font-lock-keywords): Highlight MML. | |
9239 (message-mml-face): New font. | |
9240 | |
9241 1998-11-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9242 | |
9243 * gnus-art.el (gnus-display-mime): Clean up even when no handles. | |
9244 (gnus-mm-display-part): Do not select-window if the article window | |
9245 is not found. | |
9246 | |
9247 1998-11-16 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9248 | |
9249 * gnus-sum.el (gnus-summary-move-article): Use no-encode for B m. | |
9250 | |
9251 1998-11-16 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9252 | |
9253 * gnus.el: Pterodactyl Gnus v0.48 is released. | |
9254 | |
9255 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9256 | |
9257 * mm-bodies.el (mm-encode-body): Disbabled for nonmule. | |
9258 | |
9259 * mm-util.el (mm-find-charset-region): Bogus change for non-Mule. | |
9260 | |
9261 * message.el (message-cite-original-without-signature): Ditto. | |
9262 (message-cite-original): Quote parts. | |
9263 | |
9264 1998-11-15 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9265 | |
9266 * gnus.el: Pterodactyl Gnus v0.47 is released. | |
9267 | |
9268 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9269 | |
9270 * message.el (message-encode-message-body): Insert MIME warning. | |
9271 | |
9272 * mml.el (mml-read-tag): Look for #tag. | |
9273 | |
9274 * mm-util.el (mm-find-charset-region): Check whether | |
9275 enable-multibyte-characters is bound. | |
9276 | |
9277 1998-11-15 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9278 | |
9279 * gnus.el: Pterodactyl Gnus v0.46 is released. | |
9280 | |
9281 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9282 | |
9283 * message.el (message-encode-message-body): Insert headers at the | |
9284 right spot. | |
9285 | |
9286 1998-11-15 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9287 | |
9288 * gnus.el: Pterodactyl Gnus v0.45 is released. | |
9289 | |
9290 1998-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9291 | |
9292 * nndraft.el (nndraft-save-mime-part): Removed. | |
9293 (nndraft-get-mime-part): Ditto. | |
9294 | |
9295 * message.el (message-format-mime-old): Removed. | |
9296 (message-encode-message-body): Removed. | |
9297 (message-encode-message-body): Renamed. | |
9298 | |
9299 1998-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9300 | |
9301 * gnus-sum.el (gnus-get-newsgroup-headers): Translate \r's. | |
9302 | |
9303 * message.el (message-format-mime): Check message-mime-part. | |
9304 | |
9305 * mm-encode.el (mm-mime-file-types): Removed. | |
9306 (mm-default-file-encoding): New definition. | |
9307 | |
9308 1998-11-14 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9309 | |
9310 * mm-view.el (mm-inline-image): Use mm-insert-inline. | |
9311 * gnus-art.el (gnus-mm-display-part): Go to correct position. | |
9312 | |
9313 1998-11-14 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9314 | |
9315 * gnus.el: Pterodactyl Gnus v0.44 is released. | |
9316 | |
9317 1998-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9318 | |
9319 * message.el (message-format-mime): New function. | |
9320 | |
9321 * nndraft.el (nndraft-save-mime-part): New function. | |
9322 (nndraft-get-mime-part): New function. | |
9323 | |
9324 * mm-encode.el (mm-default-file-encoding): New function. | |
9325 (mm-content-transfer-encoding): New function. | |
9326 (mm-encode-buffer): New function. | |
9327 | |
9328 * message.el: New command. | |
9329 (message-mime-part): New variable. | |
9330 (message-insert-mime-part): New command. | |
9331 | |
9332 * mm-encode.el (mm-encode-content-transfer-encoding): New | |
9333 function. | |
9334 | |
9335 * mm-util.el (mm-content-transfer-encoding-defaults): New | |
9336 variable. | |
9337 (mm-mime-file-types): Taken from TM. | |
9338 | |
9339 1998-11-14 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9340 | |
9341 * gnus.el: Pterodactyl Gnus v0.43 is released. | |
9342 | |
9343 1998-11-07 Karl Kleinpaste <karl@jprc.com> | |
9344 | |
9345 * gnus-cus.el (gnus-score-customize): Add "Extra" element. | |
9346 * gnus-score.el (gnus-score-default-header): Ditto. | |
9347 (gnus-header-index): Ditto. | |
9348 (gnus-summary-increase-score): Ditto, & process "extra" requests. | |
9349 (gnus-summary-header): Handle extra headers. | |
9350 (gnus-summary-score-entry): Ditto, & provide new score element. | |
9351 (gnus-summary-score-effect): Ditto. | |
9352 (gnus-score-string): Avoid "extra" string sort, & modify match in | |
9353 "extra" case. | |
9354 * gnus-sum.el (gnus-make-score-map): Add "extra" element. | |
9355 | |
9356 1998-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9357 | |
9358 * message.el (message-resend): Bind message-required-mail-headers | |
9359 to nil. | |
9360 | |
9361 * mm-view.el (mm-inline-text): Bind w3-strict-width. | |
9362 | |
9363 * nngateway.el (require): Require cl. | |
9364 | |
9365 * gnus-art.el (gnus-button-alist): Exclude more chars from news: | |
9366 things. | |
9367 | |
9368 1998-11-11 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9369 | |
9370 * gnus-agent.el (gnus-agent-fetch-headers): Create directory even | |
9371 when no articles. | |
9372 | |
9373 1998-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9374 | |
9375 * message.el (message-ignored-resent-headers): Remove X-Gnus. | |
9376 | |
9377 1998-11-10 Colin Rafferty <colin@xemacs.org> | |
9378 | |
9379 * gnus-sum.el (gnus-ignored-from-addresses): Only quote | |
9380 user-mail-address if non-nil. | |
9381 | |
9382 1998-11-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9383 | |
9384 * gnus-util.el (gnus-make-sort-function): Do `reverse'. | |
9385 (gnus-make-sort-function-1): Ditto. | |
9386 | |
9387 * gnus-art.el (gnus-mm-display-part): Switch to mm in right | |
9388 window. | |
9389 | |
9390 1998-11-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9391 | |
9392 * mm-util.el (mm-with-unibyte-buffer): Ditto. | |
9393 | |
9394 * binhex.el (binhex-decode-region): Quote. | |
9395 | |
9396 1998-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9397 | |
9398 * gnus-art.el (article-decode-charset): Don't downcase charset. | |
9399 | |
9400 * gnus-sum.el (gnus-get-newsgroup-headers-xover): Translate CR's. | |
9401 | |
9402 1998-11-08 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9403 | |
9404 * gnus.el: Pterodactyl Gnus v0.42 is released. | |
9405 | |
9406 1998-11-08 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9407 | |
9408 * gnus-art.el (gnus-display-mime): Add id for alternative part. | |
9409 | |
9410 1998-11-08 Simon Josefsson <jas@pdc.kth.se> | |
9411 | |
9412 * nntp.el (nntp-send-mode-reader): Revert. | |
9413 | |
9414 1998-11-08 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9415 | |
9416 * gnus-agent.el (gnus-agent-fetch-articles): Use with-temp-buffer. | |
9417 | |
9418 1998-11-07 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9419 | |
9420 * message.el (message-make-date): Fix for negative time zones. | |
9421 | |
9422 1998-11-08 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9423 | |
9424 * gnus.el: Pterodactyl Gnus v0.41 is released. | |
9425 | |
9426 1998-11-08 Hrvoje Niksic <hniksic@srce.hr> | |
9427 | |
9428 * mm-decode.el (mm-dissect-multipart): Quote regexp. | |
9429 | |
9430 1998-10-29 Sudish Joseph <sj@eng.mindspring.net> | |
9431 | |
9432 * gnus.el (gnus-short-group-name): When shortening foreign select | |
9433 methods, do not scan for plusses beyond the first colon. | |
9434 | |
9435 1998-11-07 Mike McEwan <mike@lotusland.demon.co.uk> | |
9436 | |
9437 * gnus-agent.el (gnus-agent-save-group-info): Cater for group info | |
9438 lines where `group' is the last thing on the line. | |
9439 | |
9440 1998-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9441 | |
9442 * gnus-art.el (gnus-article-view-part): Do alternative. | |
9443 (gnus-mime-display-alternative): Insert marker. | |
9444 | |
9445 1998-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9446 | |
9447 * mm-decode.el (mm-dissect-multipart): Quote regexp. | |
9448 | |
9449 * nnmail.el (nnmail-expired-article-p): Protect against bogus | |
9450 dates. | |
9451 | |
9452 * gnus-cus.el (gnus-topic): Required. | |
9453 | |
9454 * nnheader.el (nnheader-parse-nov): Parse extra. | |
9455 (nnheader-nov-parse-extra): New macro. | |
9456 | |
9457 1998-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9458 | |
9459 * gnus-art.el (gnus-article-view-part): Internal move. | |
9460 | |
9461 1998-10-28 Per Abrahamsen <abraham@dina.kvl.dk> | |
9462 | |
9463 * gnus-cus-new.el (gnus-custom-topic): New free variable. | |
9464 (gnus-group-customize): Support editing topic parameters. | |
9465 | |
9466 1998-10-29 Karl Kleinpaste <karl@jprc.com> | |
9467 | |
9468 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Add | |
9469 indicators. | |
9470 | |
9471 1998-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9472 | |
9473 * gnus-art.el (gnus-mm-display-part): Return. | |
9474 (gnus-article-view-part): Only go if external. | |
9475 (gnus-article-dumbquotes-map): Do 205. | |
9476 | |
9477 * mm-decode.el (mm-display-part): Return what was done. | |
9478 | |
9479 * message.el (message-buffer-naming-style): New variable. | |
9480 (message-generate-new-buffers): Extended. | |
9481 (message-buffer-naming-style): Removed. | |
9482 (message-buffer-name): Use it. | |
9483 (message-do-send-housekeeping): Rename new styling. | |
9484 | |
9485 * gnus-sum.el (gnus-summary-recenter): Allow | |
9486 gnus-auto-center-summary to be a number. | |
9487 | |
9488 1998-11-04 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9489 | |
9490 * pop3.el (pop3-open-server): Use "binary" instead of | |
9491 "no-conversion". | |
9492 | |
9493 1998-11-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9494 | |
9495 * gnus-srvr.el (gnus-browse-foreign-server): Set | |
9496 gnus-browse-current-method to the result of gnus-server-to-method. | |
9497 | |
9498 1998-10-29 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9499 | |
9500 * gnus-util.el (gnus-pull): Another optional argument. | |
9501 * nnweb.el (nnweb-request-delete-group): Delete from | |
9502 nnweb-group-alist and update active file. | |
9503 | |
9504 1998-10-29 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9505 | |
9506 * gnus-group.el (gnus-group-make-group): Accept group of new | |
9507 method. | |
9508 | |
9509 1998-10-28 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9510 | |
9511 * gnus-agent.el (gnus-agent-fetch-group-1): Update dribble. | |
9512 | |
9513 1998-10-27 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9514 | |
9515 * mm-view.el (mm-inline-text): Postion of html portion. | |
9516 | |
9517 1998-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9518 | |
9519 * nntp.el (nntp-list-active-group): Waited for short strings. | |
9520 (nntp-send-mode-reader): Ditto. | |
9521 (nntp-open-connection): Ditto. | |
9522 | |
9523 * gnus-int.el (gnus-request-group-articles): New function. | |
9524 | |
9525 * nntp.el (nntp-request-listgroup): New function. | |
9526 (nntp-request-group-articles): Renamed. | |
9527 | |
9528 1998-10-27 Karl Kleinpaste <karl@jprc.com> | |
9529 | |
9530 * nnheader.el (nnheader-parse-nov): Supply extra. | |
9531 | |
9532 1998-10-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9533 | |
9534 * gnus-art.el (gnus-button-push): Don't go to | |
9535 gnus-article-buffer. | |
9536 | |
9537 * mm-view.el (mm-inline-image): Add a newline. | |
9538 | |
9539 * gnus-start.el (gnus-check-first-time-used): Check more. | |
9540 | |
9541 1998-10-26 Francois Felix Ingrand <felix@laas.fr> | |
9542 | |
9543 * gnus-start.el (gnus-check-first-time-used): Check current. | |
9544 | |
9545 1998-10-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9546 | |
9547 * mm-util.el (mm-find-charset-region): New function. | |
9548 | |
9549 * ietf-drums.el (ietf-drums-narrow-to-header): Work when no header. | |
9550 | |
9551 * gnus-art.el (gnus-mime-button-menu): Fix. | |
9552 | |
9553 1998-10-26 Michael Welsh Duggan <md5i@cs.cmu.edu> | |
9554 | |
9555 * gnus-art.el (gnus-mime-button-menu): New definition. | |
9556 | |
9557 1998-10-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9558 | |
9559 * gnus-art.el (article-decode-charset): Downcase charset. | |
9560 (article-decode-charset): Pass on type. | |
9561 (article-decode-charset): Check nil charsets. | |
9562 (article-remove-cr): Translate CR to LF. | |
9563 (gnus-ignored-mime-types): Default to nil. | |
9564 | |
9565 * nnheader.el (nnheader-insert-nov): Work when not Xref. | |
9566 | |
9567 * gnus-sum.el (gnus-ignored-from-addresses): Default to | |
9568 user-mail-address. | |
9569 (gnus-nov-parse-extra): Didn't return right thing. | |
9570 | |
9571 1998-10-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9572 | |
9573 * mm-decode.el (mm-copy-Yo-buffer): Make it works when no header. | |
9574 | |
9575 1998-10-25 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9576 | |
9577 * gnus.el: Pterodactyl Gnus v0.40 is released. | |
9578 | |
9579 1998-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9580 | |
9581 * gnus-sum.el (gnus-summary-mark-forward): Show thread. | |
9582 | |
9583 * gnus-start.el (gnus-check-first-time-used): Ignore dribble. | |
9584 | |
9585 * gnus-agent.el (gnus-agent-fetch-group-1): Bind name. | |
9586 | |
9587 * nnml.el (nnml-possibly-create-directory): Check before making. | |
9588 | |
9589 1998-10-25 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | |
9590 | |
9591 * nnheader.el (nnheader-insert-nov): Don't infloop. | |
9592 | |
9593 1998-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9594 | |
9595 * gnus-sum.el (gnus-set-mode-line): Check that the spec has been | |
9596 set up. | |
9597 | |
9598 1998-10-25 Joerg Lenneis <lenneis@statrix2.wu-wien.ac.at> | |
9599 | |
9600 * nneething.el (nneething-file-name): New definition. | |
9601 | |
9602 1998-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9603 | |
9604 * gnus-art.el (gnus-treatment-function-alist): Fix. | |
9605 (gnus-summary-save-in-rmail): Use gnus-output-to-rmail. | |
9606 | |
9607 * nndoc.el (nndoc-dissect-mime-parts-sub): Recognize first part. | |
9608 | |
9609 1998-10-25 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9610 | |
9611 * gnus.el: Pterodactyl Gnus v0.39 is released. | |
9612 | |
9613 1998-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9614 | |
9615 * gnus-art.el (gnus-ignored-mime-types): New variable. | |
9616 (gnus-mime-display-single): Use it. | |
9617 (gnus-treatment-function-alist): New variable. | |
9618 | |
9619 * gnus.el (gnus-mime): New group. | |
9620 | |
9621 * gnus-art.el (gnus-mime-display-alternative): Don't destroy | |
9622 things for other parts. | |
9623 (gnus-mime-display-alternative): Place point. | |
9624 | |
9625 * gnus.el: autoload gnus-uu-post-news. | |
9626 | |
9627 * mailcap.el (mailcap-mailcap-entry-passes-test): Also check | |
9628 needsterm/DISPLAY. | |
9629 | |
9630 * mm-decode.el (mm-display-part): Default to inline text/.* | |
9631 parts. | |
9632 | |
9633 * mm-bodies.el (mm-decode-content-transfer-encoding): Default to | |
9634 8bit. | |
9635 | |
9636 * gnus-art.el (gnus-mime-copy-part): Use normal-mode. | |
9637 (gnus-mime-display-single): Inline all text parts. | |
9638 (gnus-article-narrow-to-signature): Removed mime:: stubs. | |
9639 | |
9640 1998-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9641 | |
9642 * nnml.el (nnml-possibly-create-directory): Rewrite. | |
9643 (nnml-request-create-group): Change to right server. | |
9644 | |
9645 * gnus-sum.el (gnus-set-mode-line): Use truncate-string-to-width. | |
9646 | |
9647 * gnus.el: rmail-output-to-rmail-file autoload. | |
9648 | |
9649 * gnus-util.el (gnus-output-to-rmail): Didn't work if not in | |
9650 Gnus. | |
9651 | |
9652 * nnheader.el (nnheader-parse-head): Checked wrong variable. | |
9653 | |
9654 * gnus-sum.el (gnus-summary-update-mark): Ignore nil'd marks. | |
9655 | |
9656 1998-10-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9657 | |
9658 * gnus-art.el (gnus-mime-display-mixed): Multipart in | |
9659 mixed part. | |
9660 | |
9661 1998-10-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9662 | |
9663 * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts. | |
9664 | |
9665 * gnus-sum.el (gnus-summary-exit-no-update): Ditto. | |
9666 | |
9667 1998-10-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9668 | |
9669 * mm-uu.el (mm-uu-dissect): Create pseudo multipart head. | |
9670 | |
9671 1998-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9672 | |
9673 * gnus-sum.el (gnus-valid-move-group-p): Make sure group has a | |
9674 value. | |
9675 | |
9676 * gnus-art.el (gnus-article-hidden-text-p): Return nil when not | |
9677 hidden. | |
9678 | |
9679 * gnus-spec.el (gnus-update-format-specifications): Use the | |
9680 article mode line spec. | |
9681 | |
9682 * gnus-art.el (gnus-insert-mime-button): Put right type. | |
9683 (gnus-insert-prev-page-button): Ditto. | |
9684 (gnus-insert-next-page-button): Dutti. | |
9685 | |
9686 * pop3.el: New version installed. | |
9687 | |
9688 1998-10-24 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9689 | |
9690 * mm-uu.el (mm-uu-dissect): Delete the begining spurious newline | |
9691 and display last part. | |
9692 | |
9693 1998-10-24 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9694 | |
9695 * gnus.el: Pterodactyl Gnus v0.38 is released. | |
9696 | |
9697 1998-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9698 | |
9699 * gnus-art.el (article-mime-decode-quoted-printable-buffer): | |
9700 Removed. | |
9701 (article-de-quoted-unreadable): Narrow to default. | |
9702 | |
9703 * qp.el (quoted-printable-encode-region): Encode before QP-ing. | |
9704 | |
9705 * gnus-art.el (article-decode-charset): Decode even when broken | |
9706 MIME. | |
9707 | |
9708 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Return | |
9709 name. | |
9710 | |
9711 * gnus-msg.el (gnus-copy-article-buffer): Delete headers. | |
9712 | |
9713 * gnus-cache.el (gnus-cache-possibly-enter-article): Use | |
9714 nnheader. | |
9715 | |
9716 * nnmail.el (nnmail-extra-headers): New variable. | |
9717 | |
9718 * nnheader.el (nnheader-insert-nov): Insert extra. | |
9719 | |
9720 * gnus.el (gnus-summary-line-format): Doc fix. | |
9721 | |
9722 * gnus-sum.el (gnus-get-newsgroup-headers): Parse extra. | |
9723 (gnus-nov-parse-line): Ditto. | |
9724 (gnus-nov-parse-extra): New macro. | |
9725 (gnus-header): New function. | |
9726 (gnus-update-summary-mark-positions): Change. | |
9727 (gnus-ignored-from-addresses): New variable. | |
9728 (gnus-summary-insert-from-or-to): New function. | |
9729 | |
9730 * gnus.el (gnus-extra-headers): New variable. | |
9731 | |
9732 * nnheader.el (make-mail-header): Expand. | |
9733 (mail-header-extra): New macro. | |
9734 (mail-header-set-extra): Ditto. | |
9735 (make-full-mail-header): Expand. | |
9736 | |
9737 1998-10-24 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9738 | |
9739 * gnus.el: Pterodactyl Gnus v0.37 is released. | |
9740 | |
9741 1998-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9742 | |
9743 * mm-bodies.el (mm-decode-body): Check for multibyticity. | |
9744 | |
9745 * mm-util.el (mm-enable-multibyte): Don't always switch multibyte | |
9746 on. | |
9747 | |
9748 1998-10-22 Didier Verna <verna@inf.enst.fr> | |
9749 | |
9750 * gnus-spec.el (gnus-balloon-face-function): new function | |
9751 (gnus-parse-format): understand the %< %> specifiers | |
9752 (gnus-parse-complex-format): ditto. | |
9753 | |
9754 1998-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9755 | |
9756 * gnus.el: Changed following-char to char-after throughout. | |
9757 | |
9758 1998-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9759 | |
9760 * mm-decode.el (mm-display-external): Protect more and message. | |
9761 | |
9762 1998-10-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9763 | |
9764 * gnus-art.el (gnus-mime-display-mixed): Multipart in | |
9765 mixed part. | |
9766 | |
9767 1998-10-21 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9768 | |
9769 * gnus-sum.el (gnus-summary-exit): Use mm-destroy-parts. | |
9770 | |
9771 * gnus-sum.el (gnus-summary-exit-no-update): Ditto. | |
9772 | |
9773 1998-10-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9774 | |
9775 * mm-uu.el (mm-uu-dissect): Create pseudo multipart head. | |
9776 | |
9777 1998-10-21 Hrvoje Niksic <hniksic@srce.hr> | |
9778 | |
9779 * mailcap.el (mailcap-save-binary-file): Use unwind-protect. | |
9780 | |
9781 * mm-decode.el (mm-display-external): Set undisplayer to mm | |
9782 buffer, not the current buffer; use unwind-protect. | |
9783 | |
9784 1998-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9785 | |
9786 * gnus-sum.el (gnus-summary-exit): Destroy parts. | |
9787 (gnus-summary-exit-no-update): Ditto. | |
9788 | |
9789 1998-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9790 | |
9791 * mm-decode.el (mm-inline-media-tests): Look for w3. | |
9792 | |
9793 * mailcap.el (mailcap-mime-data): Inline html. | |
9794 | |
9795 1998-10-20 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9796 | |
9797 * gnus.el: Pterodactyl Gnus v0.36 is released. | |
9798 | |
9799 1998-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9800 | |
9801 * gnus-art.el (article-translate-strings): | |
9802 (gnus-article-dumbquotes-map): Don't dot. | |
9803 | |
9804 * pop3.el (pop3-open-server): Set point right. | |
9805 | |
9806 * mm-decode.el (mm-dissect-multipart): Dissect hierarchically. | |
9807 (mm-dissect-buffer): Ditto. | |
9808 (mm-destroy-part): Ignore non-handles. | |
9809 (mm-remove-part): Ditto. | |
9810 (mm-destroy-parts): New function. | |
9811 (mm-remove-parts): Ditto. | |
9812 | |
9813 * gnus-art.el (gnus-mm-display-part): Don't move point. | |
9814 | |
9815 1998-10-20 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9816 | |
9817 * mm-uu.el : New file. | |
9818 | |
9819 * gnus-art.el (gnus-display-mime): Dissect uu stuffs. | |
9820 | |
9821 * mm-bodies.el (mm-decode-content-transfer-encoding): Encoding as | |
9822 a function. | |
9823 | |
9824 1998-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9825 | |
9826 * mm-decode.el (mm-display-external): Check before selecting. | |
9827 | |
9828 1998-09-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
9829 | |
9830 * gnus-sum.el (gnus-multi-decode-encoded-word-string): Rewrite. | |
9831 | |
9832 * gnus-sum.el (gnus-decode-encoded-word-methods): New variable. | |
9833 | |
9834 * gnus-sum.el (gnus-decode-encoded-word-methods-cache): New | |
9835 variable. | |
9836 | |
9837 * gnus-sum.el (gnus-encoded-word-method-alist): Deleted. | |
9838 | |
9839 * gnus-art.el (gnus-decode-header-methods): New variable. | |
9840 | |
9841 * gnus-art.el (gnus-decode-header-methods-cache): New variable. | |
9842 | |
9843 * gnus-art.el (gnus-multi-decode-header): New function. | |
9844 | |
9845 1998-10-20 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
9846 | |
9847 * gnus.el: Pterodactyl Gnus v0.35 is released. | |
9848 | |
9849 1998-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9850 | |
9851 * uudecode.el (uudecode-decode-region-external): Insert | |
9852 literally. | |
9853 | |
9854 * mm-bodies.el (mm-decode-body): Optional encoding. | |
9855 | |
9856 1998-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9857 | |
9858 * gnus-ems.el (gnus-mouse-3): New variable. | |
9859 | |
9860 * binhex.el (binhex-decode-region-external): Don't use -internally. | |
9861 | |
9862 1998-10-16 Simon Josefsson <jas@pdc.kth.se> | |
9863 | |
9864 * mailcap.el (mailcap-parse-mailcaps): Only open regular | |
9865 files. | |
9866 | |
9867 1998-09-27 Simon Josefsson <jas@pdc.kth.se> | |
9868 | |
9869 * gnus-group.el (gnus-add-marked-articles): Request backend update | |
9870 of flags. | |
9871 | |
9872 1998-09-26 Simon Josefsson <jas@pdc.kth.se> | |
9873 | |
9874 * gnus-sum.el (gnus-update-read-articles): | |
9875 (gnus-update-marks): Request backend update of mark. | |
9876 | |
9877 1998-09-26 Simon Josefsson <jas@pdc.kth.se> | |
9878 | |
9879 * gnus.texi (Optional Backend Functions): New item, | |
9880 nnchoke-request-set-mark. | |
9881 | |
9882 1998-09-26 Simon Josefsson <jas@pdc.kth.se> | |
9883 | |
9884 * gnus-range.el (gnus-remove-from-range): Don't add stuff in list | |
9885 to range. | |
9886 | |
9887 1998-10-20 Simon Josefsson <jas@pdc.kth.se> | |
9888 | |
9889 * gnus-sum.el (gnus-summary-exit-no-update): Don't expire. | |
9890 | |
9891 1998-10-14 SL Baur <steve@altair.xemacs.org> | |
9892 | |
9893 * gnus-sum.el: Move gnus-save-hidden-threads above where it is | |
9894 first used. | |
9895 | |
9896 1998-10-10 SL Baur <steve@altair.xemacs.org> | |
9897 | |
9898 * mm-view.el: Require mm-decode for macros. | |
9899 | |
9900 * mm-decode.el (mm-handle-type): Move macro declarations above the | |
9901 place where they are used. | |
9902 | |
9903 1998-10-18 Kurt Swanson <ksw@dna.lth.se> | |
9904 | |
9905 * gnus-msg.el (gnus-summary-mail-forward): Erase old forward | |
9906 buffer. | |
9907 | |
9908 1998-10-20 Katsumi Yamaoka <yamaoka@ga.sony.co.jp> | |
9909 | |
9910 * nnagent.el (nnagent-open-server): Error message. | |
9911 | |
9912 1998-10-20 Joerg Lenneis <lenneis@statrix2.wu-wien.ac.at> | |
9913 | |
9914 * nnheader.el (nnheader-article-p): Recognize lower-case headers. | |
9915 | |
9916 1998-10-19 Hrvoje Niksic <hniksic@srce.hr> | |
9917 | |
9918 * score-mode.el (gnus-score-mode-map): Ditto. | |
9919 | |
9920 * message.el (message-mode-map): Ditto. | |
9921 | |
9922 * gnus-uu.el (gnus-uu-post-news): Ditto. | |
9923 | |
9924 * gnus-kill.el (gnus-kill-file-mode-map): Ditto. | |
9925 | |
9926 * gnus-eform.el (gnus-edit-form-mode-map): Ditto. | |
9927 | |
9928 * gnus-art.el (gnus-article-edit-mode-map): Use | |
9929 `set-keymap-parent' rather than `copy-keymap'. | |
9930 | |
9931 1998-10-18 Hrvoje Niksic <hniksic@srce.hr> | |
9932 | |
9933 * gnus-art.el (gnus-mime-button-commands): New variable. | |
9934 (gnus-mime-button-map): Initialize it from | |
9935 `gnus-mime-button-commands'. | |
9936 (gnus-mime-button-menu): New function. | |
9937 (gnus-insert-mime-button): Use `gnus-mime-button-map'. | |
9938 | |
9939 1998-10-11 Hrvoje Niksic <hniksic@srce.hr> | |
9940 | |
9941 * message.el (message-insert-to): Make `nobody' and `poster' | |
9942 synonymous to `never' and `always' in Mail-Copies-To. | |
9943 (message-reply): Ditto. | |
9944 (message-followup): Ditto. | |
9945 | |
9946 1998-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9947 | |
9948 * mailcap.el (mailcap-mime-data): Save sound. | |
9949 | |
9950 1998-09-24 Hrvoje Niksic <hniksic@srce.hr> | |
9951 | |
9952 * message.el (message-ignored-supersedes-headers): Include | |
9953 `NNTP-Posting-Date'. | |
9954 | |
9955 1998-10-19 Jonas Steverud <d4jonas@dtek.chalmers.se> | |
9956 | |
9957 * gnus-art.el (gnus-article-dumbquotes-table): New variable. | |
9958 | |
9959 1998-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9960 | |
9961 * mm-bodies.el (mm-decode-content-transfer-encoding): Use | |
9962 uudecode. | |
9963 | |
9964 1998-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9965 | |
9966 * mm-decode.el (mm-display-external): Don't switch on save. | |
9967 | |
9968 1998-10-18 Andy Piper <andyp@parallax.co.uk> | |
9969 | |
9970 * nnmail.el (nnmail-movemail-args): New variable. | |
9971 | |
9972 1998-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9973 | |
9974 * gnus-art.el (article-translate-strings): | |
9975 | |
9976 1998-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9977 | |
9978 * gnus-art.el (gnus-article-view-part): Use it. | |
9979 (gnus-mm-display-part): New function. | |
9980 (article-de-quoted-unreadable): Yse mm-default-coding-system. | |
9981 | |
9982 * mm-decode.el (mm-handle-displayed-p): New function. | |
9983 | |
9984 * gnus-art.el (gnus-mime-copy-part): Create better names. | |
9985 (gnus-mime-button-line-format): Include dots spec. | |
9986 | |
9987 1998-10-15 Matt Pharr <mmp@graphics.stanford.edu> | |
9988 | |
9989 * gnus-msg.el (gnus-summary-mail-forward): Erase contents of old | |
9990 forward buffer first. | |
9991 | |
9992 1998-10-17 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9993 | |
9994 * gnus-util.el (gnus-set-window-start): New function. | |
9995 | |
9996 * message.el (message-send): Don't check changed. | |
9997 | |
9998 1998-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
9999 | |
10000 * gnus-art.el (gnus-article-setup-buffer): Set params. | |
10001 | |
10002 * mm-decode.el (mm-user-display-methods): Inline | |
10003 "message/delivery-status". | |
10004 | |
10005 1998-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10006 | |
10007 * message.el (message-auto-save-directory): Rename. | |
10008 (message-mode): Dof fix. | |
10009 | |
10010 * gnus-art.el (gnus-summary-save-in-pipe): Default to "cat". | |
10011 (gnus-summary-save-in-pipe): No, check gnus-last-shell-command. | |
10012 | |
10013 * nndoc.el (nndoc-mime-parts-type-p): Be a bit more forgiving. | |
10014 | |
10015 * message.el (message-make-date): Avoid locale. | |
10016 | |
10017 * gnus-art.el (gnus-article-edit-done): Allow update before doing | |
10018 cache. | |
10019 | |
10020 * mm-decode.el (mm-display-inline): Goto point-min. | |
10021 | |
10022 * gnus-art.el (gnus-article-prepare-display): Not read-only. | |
10023 | |
10024 * mm-decode.el (mm-display-external): Reverse before sorting. | |
10025 | |
10026 * gnus-draft.el (gnus-draft-send): Allow mail. | |
10027 | |
10028 1999-11-30 -SL Baur <steve@altair.xemacs.org> | |
10029 | |
10030 * message.el (message-check): Move message-check macro above where | |
10031 it is first used. | |
10032 | |
10033 * gnus-art.el (article-hide-pgp): Hide the PGP 5/GNUPG Hash: line. | |
10034 | |
10035 1998-10-11 Lloyd Zusman <ljz@asfast.com> | |
10036 | |
10037 * gnus-sum.el (gnus-summary-make-menu-bar): Fix. | |
10038 | |
10039 1998-10-11 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10040 | |
10041 * gnus.el: Pterodactyl Gnus v0.34 is released. | |
10042 | |
10043 1998-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10044 | |
10045 * mm-decode.el (mm-inline-media-tests): delivery-status. | |
10046 | |
10047 * mm-view.el (mm-inline-text): Provide default. | |
10048 | |
10049 1998-10-11 Lloyd Zusman <ljz@asfast.com> | |
10050 | |
10051 * mailcap.el (mailcap-possible-viewers): Fix nils. | |
10052 | |
10053 1998-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10054 | |
10055 * gnus-art.el (gnus-article-edit-exit): Don't do updates. | |
10056 (article-update-date-lapsed): Record the buffer. | |
10057 (article-update-date-lapsed): Do all windows that display article | |
10058 buffers. | |
10059 | |
10060 * nnml.el (nnml-generate-nov-databases-1): Ditto. | |
10061 | |
10062 * gnus-score.el (gnus-score-score-files-1): Ignore dotted files. | |
10063 | |
10064 * gnus-art.el (gnus-insert-mime-button): Mark buttons as | |
10065 annoations. | |
10066 | |
10067 * gnus-msg.el (gnus-summary-mail-forward): Decode properly. | |
10068 | |
10069 1998-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10070 | |
10071 * gnus-agent.el (gnus-category-add): Change default category to | |
10072 'false. | |
10073 | |
10074 * nnvirtual.el (nnvirtual-update-read-and-marked): Don't nix out | |
10075 scores. | |
10076 | |
10077 * gnus-draft.el (gnus-draft-send): Check server more. | |
10078 | |
10079 * gnus-art.el (gnus-article-view-part): New command and keystroke. | |
10080 (gnus-article-goto-part): New function. | |
10081 | |
10082 * mm-view.el (mm-inline-text): Insert richtext properly. | |
10083 | |
10084 * gnus-art.el (gnus-insert-mime-button): Store handle in alist. | |
10085 | |
10086 1998-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10087 | |
10088 * parse-time.el (parse-time-rules): Accept dates far into the past | |
10089 and the future, and parse single-digit numbers as years. | |
10090 | |
10091 1998-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10092 | |
10093 * mm-decode.el (mm-display-external): Chop off directories. | |
10094 | |
10095 1998-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10096 | |
10097 * uudecode.el (uu-decode-region-external): Use | |
10098 insert-file-contents-literally. | |
10099 | |
10100 * gnus-cache.el (gnus-cache-generate-active): Translate _ to :. | |
10101 | |
10102 1998-10-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
10103 | |
10104 * uudecode.el: New file. | |
10105 | |
10106 * mm-bodies.el (mm-decode-content-transfer-encoding): Do | |
10107 x-uuencode. | |
10108 | |
10109 1998-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10110 | |
10111 * gnus-art.el (gnus-mime-display-alternative): Set faces. | |
10112 | |
10113 * message.el (message-fetch-field): Unfold properly. | |
10114 | |
10115 * mm-bodies.el (mm-decode-content-transfer-encoding): Replace CRLF | |
10116 in text/plain. | |
10117 | |
10118 1998-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10119 | |
10120 * gnus-sum.el (gnus-summary-first-unread-subject): New command. | |
10121 (gnus-auto-select-first): Removed. | |
10122 (gnus-auto-select-first): Extended. | |
10123 (gnus-summary-read-group-1): Use new value. | |
10124 | |
10125 1998-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10126 | |
10127 * message.el (message-fix-before-sending): Space. | |
10128 | |
10129 * nnmail.el (nnmail-find-file): Don't erase. | |
10130 | |
10131 1998-10-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
10132 | |
10133 * gnus-agent.el (gnus-agent-fetch-headers): Do not decode headers. | |
10134 | |
10135 1998-10-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
10136 | |
10137 * gnus-soup.el (gnus-soup-add-article): Do not decode headers. | |
10138 | |
10139 1998-10-01 Shenghuo ZHU <zsh@cs.rochester.edu> | |
10140 | |
10141 * gnus-soup.el (gnus-soup-pack-packet): Pack only if necesary. | |
10142 | |
10143 1998-09-26 Shenghuo ZHU <zsh@cs.rochester.edu> | |
10144 | |
10145 * mm-util.el (mm-with-unibyte-buffer): Make it work in XEmacs | |
10146 20.4. | |
10147 | |
10148 1998-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10149 | |
10150 * gnus-art.el (gnus-mime-view-all-parts): New command and | |
10151 keystroke. | |
10152 | |
10153 * mm-decode.el (mm-display-external): Translate slashes. | |
10154 | |
10155 * nnmail.el (nnmail-find-file): Restrict auto-mode-alist. | |
10156 | |
10157 * nndraft.el (nndraft-retrieve-headers): Don't copy so much. | |
10158 | |
10159 * mm-decode.el (mm-quote-arg): Quote spaces. | |
10160 (mm-display-external): Quote args. | |
10161 | |
10162 1998-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10163 | |
10164 * mm-decode.el (mm-inlinable-part-p): New function. | |
10165 | |
10166 1998-09-26 Simon Josefsson <jas@pdc.kth.se> | |
10167 | |
10168 * mm-util.el (mm-disable-multibyte): New function. | |
10169 | |
10170 1998-09-24 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10171 | |
10172 * gnus.el: Pterodactyl Gnus v0.33 is released. | |
10173 | |
10174 1998-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10175 | |
10176 * gnus-art.el (gnus-insert-mime-button): Get buffer size. | |
10177 | |
10178 * mm-decode.el (mm-display-external): Don't switch for externals. | |
10179 (mm-dissect-multipart): Don't include end-sep. | |
10180 | |
10181 * mm-util.el (mm-get-coding-system-list): New function. | |
10182 (mm-coding-system-list): New variable. | |
10183 | |
10184 1998-09-24 ZHU Shenghuo <zsh@cs.rochester.edu> | |
10185 | |
10186 * gnus-cus.el (gnus-group-parameters): Add charset as a parameter | |
10187 | |
10188 1998-09-24 ZHU Shenghuo <zsh@cs.rochester.edu> | |
10189 | |
10190 * gnus-cus.el (gnus-group-customize): Use variable as cons not as | |
10191 group | |
10192 | |
10193 1998-09-24 ZHU Shenghuo <zsh@cs.rochester.edu> | |
10194 | |
10195 * mm-decode.el (mm-interactively-view-part): Typo. | |
10196 | |
10197 1998-09-24 ZHU Shenghuo <zsh@cs.rochester.edu> | |
10198 | |
10199 * mm-decode.el (mm-dissect-multipart): Display last part when the | |
10200 article has no close-delimiter | |
10201 | |
10202 1998-09-24 ZHU Shenghuo <zsh@cs.rochester.edu> | |
10203 | |
10204 * mm-decode.el (mm-dissect-buffer): Display parts which have no | |
10205 content-type. | |
10206 | |
10207 1998-09-24 ZHU Shenghuo <zsh@cs.rochester.edu> | |
10208 | |
10209 * gnus-art.el (gnus-display-mime): Typo. | |
10210 | |
10211 1998-09-24 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10212 | |
10213 * gnus.el: Pterodactyl Gnus v0.32 is released. | |
10214 | |
10215 1998-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10216 | |
10217 * gnus-kill.el (gnus-batch-score): Protect against errors. | |
10218 | |
10219 * gnus-art.el: Protect against broken headers. | |
10220 | |
10221 * mm-decode.el (mm-display-external): Respect needsterm. | |
10222 (mm-display-external): Create buffer for external commands. | |
10223 | |
10224 1998-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10225 | |
10226 * mailcap.el (mailcap-mime-info): Return the proper viewer. | |
10227 | |
10228 * mm-decode.el (mm-display-external): Use file name. | |
10229 | |
10230 1998-09-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de> | |
10231 | |
10232 * gnus-util.el (gnus-output-to-rmail): Adjust to | |
10233 `rmail-output-to-rmail-file'. | |
10234 | |
10235 1998-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10236 | |
10237 * gnus-util.el (gnus-output-to-rmail): Reinstated function. | |
10238 | |
10239 * gnus-sum.el (gnus-select-newsgroup): Set global variables before | |
10240 headers. | |
10241 | |
10242 * gnus-art.el (article-decode-charset): Fold case. | |
10243 | |
10244 1998-09-17 Simon Josefsson <jas@pdc.kth.se> | |
10245 | |
10246 * mailcap.el (mailcap-save-binary-file): Goto point-min. | |
10247 | |
10248 1998-09-23 Aaron M. Ucko <amu@mit.edu> | |
10249 | |
10250 * nnmail.el (nnmail-check-duplication): Enter into duplicate list | |
10251 after being stored. | |
10252 | |
10253 1998-09-15 Kurt Swanson <ksw@dna.lth.se> | |
10254 | |
10255 * gnus-salt.el (gnus-pick-setup-message): Return from whence ye | |
10256 come. | |
10257 | |
10258 1998-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10259 | |
10260 * gnus-ems.el (gnus-widget-button-keymap): New variable. | |
10261 | |
10262 1998-09-20 ZHU Shenghuo <zsh@cs.rochester.edu> | |
10263 | |
10264 * gnus-art.el (gnus-mime-inline-part): remove part if necessary | |
10265 | |
10266 1998-09-23 Matt Armstrong <matta@geoworks.com> | |
10267 | |
10268 * gnus-art.el (article-decode-charset): Narrow to the correct | |
10269 region. | |
10270 | |
10271 * mm-bodies.el: Fix autoload. | |
10272 | |
10273 1998-09-22 Lee Willis <lee@gbdirect.co.uk> | |
10274 | |
10275 * gnus-art.el (gnus-mime-button-line-format): Doc fix. | |
10276 | |
10277 1998-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10278 | |
10279 * rfc2047.el (rfc2047-decode): Use rfc2047-default-charset. | |
10280 | |
10281 1998-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10282 | |
10283 * gnus-art.el (gnus-insert-mime-button): Specify keymap. | |
10284 (gnus-article-add-button): Ditto. | |
10285 | |
10286 * gnus-sum.el (gnus-summary-insert-pseudos): Use mm. | |
10287 | |
10288 * gnus-art.el (gnus-article-prepare-display): Make article mode. | |
10289 (gnus-article-prepare-display): Bind url-standalone-mode. | |
10290 | |
10291 * mm-decode.el (mm-remove-part): Also delete directory. | |
10292 (mm-display-external): Create a private sub-dir. | |
10293 | |
10294 * mailcap.el (mailcap-binary-suffixes): New variable. | |
10295 (mailcap-command-p): Use it. | |
10296 | |
10297 1998-09-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10298 | |
10299 * nnmbox.el (nnmbox-request-group): Change server. | |
10300 (nnmbox-possibly-change-newsgroup): Enable multibyte. | |
10301 | |
10302 * message.el (message-encode-message-body): Don't stomp MIME | |
10303 headers. | |
10304 | |
10305 * gnus-sum.el (gnus-summary-edit-article-done): Don't encode | |
10306 unless useful. | |
10307 (gnus-summary-exit): Check for a live article buffer. | |
10308 (gnus-summary-exit-no-update): Ditto. | |
10309 | |
10310 * gnus-int.el (gnus-request-replace-article): Accept no-encode | |
10311 param. | |
10312 | |
10313 * gnus-sum.el (gnus-article-decoded-p): New variable. | |
10314 | |
10315 * mm-decode.el (mm-display-external): Use no-conv. | |
10316 | |
10317 * rfc2047.el (rfc2047-q-encode-region): Bound properly. | |
10318 (rfc2047-charset-encoding-alist): Use B encoding for koi8-r. | |
10319 | |
10320 * gnus-art.el (gnus-article-mode-map): Bind button2 to | |
10321 mouse-click. | |
10322 | |
10323 1998-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10324 | |
10325 * gnus-agent.el (gnus-agent-expire): Protect against nil infos. | |
10326 | |
10327 1998-09-14 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10328 | |
10329 * gnus.el: Pterodactyl Gnus v0.31 is released. | |
10330 | |
10331 1998-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10332 | |
10333 * gnus-sum.el (gnus-summary-exit): Destroy MIME. | |
10334 | |
10335 * mm-decode.el (mm-display-part): Accept no-default. | |
10336 | |
10337 * gnus-art.el (gnus-insert-mime-button): buffer-size doesn't take | |
10338 a parameter. | |
10339 | |
10340 * gnus-sum.el (gnus-summary-insert-line): Don't exclude faces. | |
10341 (gnus-summary-prepare-threads): Ditto. | |
10342 | |
10343 * gnus.el (gnus-article-mode-map): Make sparse keymap. | |
10344 | |
10345 * gnus-art.el (gnus-mime-button-line-format-alist): Allow a %d spec. | |
10346 (gnus-mime-button-line-format): Doc fix. | |
10347 (gnus-insert-mime-button): Use it. | |
10348 (gnus-article-add-button): Use widget-convert-button. | |
10349 | |
10350 * gnus.el ((featurep 'gnus-xmas)): Defalias gnus-decode-rfc1522 to | |
10351 ignore. | |
10352 | |
10353 * mm-decode.el (mm-alternative-precedence): Ditto. | |
10354 | |
10355 1998-09-14 Conrad Sauerwald <conrad@stack.nl> | |
10356 | |
10357 * mm-decode.el (mm-user-automatic-display): Use enriched. | |
10358 | |
10359 1998-09-14 Paul Fisher <rao@gnu.org> | |
10360 | |
10361 * mm-decode.el (mm-dissect-multipart): Have the part start on the | |
10362 right place. | |
10363 | |
10364 1998-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10365 | |
10366 * gnus-msg.el (gnus-inews-add-send-actions): Mark silently. | |
10367 | |
10368 * gnus-art.el (article-update-date-lapsed): Only update header if | |
10369 buffer is dispalyed in frame. | |
10370 (gnus-article-prepare-display): New function. | |
10371 (gnus-article-prepare): Use it. | |
10372 | |
10373 1998-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10374 | |
10375 * gnus-art.el (gnus-mime-inline-part): New command and keystroke. | |
10376 | |
10377 * mm-view.el (mm-insert-inline): New function. | |
10378 | |
10379 * mm-decode.el (mm-pipe-part): Bugged. | |
10380 | |
10381 * gnus-agent.el (gnus-agent-send-mail): Don't encode. | |
10382 | |
10383 * mm-bodies.el (mm-encode-body): Move over the body. | |
10384 | |
10385 * nnmbox.el (nnmbox-read-mbox): Enable multibyte. | |
10386 | |
10387 * rfc2047.el (rfc2047-q-encode-region): Would bug out. | |
10388 | |
10389 1998-09-13 Francois Pinard <pinard@iro.umontreal.ca> | |
10390 | |
10391 * nndoc.el: Make nndoc-dissection-alist simpler for MIME, adjust all | |
10392 related functions. Handle message/rfc822 parts. Display subject on | |
10393 multipart summary lines. Display name on sub-parts when available. | |
10394 | |
10395 1998-09-14 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no> | |
10396 | |
10397 * mailcap.el (mailcap-command-p): New version. | |
10398 | |
10399 1998-09-13 Mike McEwan <mike@lotusland.demon.co.uk> | |
10400 | |
10401 * gnus-agent.el (gnus-agent-expire): Stop expiry barfing on killed | |
10402 groups. | |
10403 | |
10404 1998-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10405 | |
10406 * message.el (message-make-date): Remove weekday name. | |
10407 | |
10408 * mm-decode.el (mm-dissect-buffer): Protect against broken | |
10409 headers. | |
10410 | |
10411 * mailcap.el (mailcap-command-in-path-p): New function. | |
10412 (mailcap-command-p): Renamed. | |
10413 | |
10414 1998-09-13 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no> | |
10415 | |
10416 * rfc2047.el (eval): Autoload. | |
10417 | |
10418 1998-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10419 | |
10420 * gnus-sum.el (gnus-decode-encoded-word-functions): New variable. | |
10421 (gnus-multi-decode-encoded-word-string): New function. | |
10422 (gnus-encoded-word-method-alist): New variable. | |
10423 (gnus-decode-encoded-word-functions): Removed. | |
10424 | |
10425 1998-09-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
10426 | |
10427 * gnus-int.el (gnus-request-replace-article): Replace | |
10428 message-narrow-to-headers with message-narrow-to-head | |
10429 | |
10430 1998-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10431 | |
10432 * drums.el (drums-quote-string): Reversed match. | |
10433 | |
10434 * message.el (message-make-date): Use weekday name. | |
10435 | |
10436 1998-09-11 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10437 | |
10438 * gnus.el: Pterodactyl Gnus v0.30 is released. | |
10439 | |
10440 1998-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10441 | |
10442 * gnus-art.el (article-decode-encoded-words): Use it. | |
10443 (gnus-decode-header-function): New variable. | |
10444 | |
10445 * gnus-sum.el (gnus-nov-parse-line): Use it. | |
10446 (gnus-decode-encoded-word-function): New variable. | |
10447 | |
10448 * gnus-msg.el (gnus-copy-article-buffer): Decode the right | |
10449 buffer. | |
10450 | |
10451 * gnus-art.el (gnus-insert-mime-button): Use widget. | |
10452 (gnus-widget-press-button): New function. | |
10453 (gnus-article-prev-button): Removed. | |
10454 (gnus-article-next-button): Ditto. | |
10455 (gnus-article-add-button): Ditto. | |
10456 | |
10457 * gnus.el (gnus-article-mode-map): Inherit from widget. | |
10458 (gnus-article-mode-map): No, don't. | |
10459 | |
10460 * mm-decode.el (mm-dissect-buffer): Store Content-ID things. | |
10461 (mm-content-id-alist): New variable. | |
10462 (mm-get-content-id): New function. | |
10463 | |
10464 * gnus-art.el (gnus-request-article-this-buffer): Only decode | |
10465 articles if we are fetching to the article buffer. | |
10466 | |
10467 1998-09-13 Shenghuo ZHU <zsh@cs.rochester.edu> | |
10468 | |
10469 * gnus-sum.el (gnus-summary-move-article): Don't decode accepting | |
10470 articles. | |
10471 | |
10472 1998-09-13 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10473 | |
10474 * mm-util.el (mm-mime-charset): Try to use safe-charsets. | |
10475 (mm-default-mime-charset): New variable. | |
10476 | |
10477 * rfc2047.el (rfc2047-dissect-region): Dissect using tspecials. | |
10478 | |
10479 * drums.el (drums-quote-string): Reversed test. | |
10480 | |
10481 1998-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10482 | |
10483 * mm-util.el (mm-insert-rfc822-headers): Possibly not quote | |
10484 string. | |
10485 | |
10486 * drums.el (drums-quote-string): New function. | |
10487 | |
10488 * rfc2047.el (rfc2047-encode-message-header): Goto point-min. | |
10489 (rfc2047-b-encode-region): Chop lines. | |
10490 (rfc2047-q-encode-region): Ditto. | |
10491 | |
10492 1998-09-12 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10493 | |
10494 * gnus.el: Pterodactyl Gnus v0.29 is released. | |
10495 | |
10496 1998-09-12 Istvan Marko <imarko@pacificnet.net> | |
10497 | |
10498 * mm-decode.el (mm-save-part): Message right. | |
10499 | |
10500 1998-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10501 | |
10502 * drums.el (drums-parse-address): Returned a list instead of a | |
10503 string. | |
10504 (drums-remove-whitespace): Skip comments. | |
10505 (drums-parse-addresses): Didn't work. | |
10506 | |
10507 1998-09-12 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10508 | |
10509 * gnus.el: Pterodactyl Gnus v0.28 is released. | |
10510 | |
10511 1998-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10512 | |
10513 * gnus-art.el (gnus-mime-button-map): Use the article keymap as a | |
10514 starting point. | |
10515 (article-decode-encoded-words): Rename. | |
10516 | |
10517 * message.el (message-narrow-to-headers-or-head): New function. | |
10518 | |
10519 * gnus-int.el (gnus-request-accept-article): Narrow to the right | |
10520 region. | |
10521 | |
10522 * message.el (message-send-news): Encode body after checking | |
10523 syntax. | |
10524 | |
10525 * gnus-art.el (gnus-mime-button-line-format): Allow descriptions. | |
10526 | |
10527 * mm-decode.el (mm-save-part): Use Content-Disposition filename. | |
10528 | |
10529 * gnus-art.el (gnus-display-mime): Respect disposition. | |
10530 | |
10531 * mm-decode.el (mm-preferred-alternative): Respect disposition. | |
10532 | |
10533 * gnus-art.el (article-strip-multiple-blank-lines): Don't delete | |
10534 text with annotations. | |
10535 | |
10536 * message.el (message-make-date): Fix sign for negative time | |
10537 zones. | |
10538 | |
10539 * mm-view.el (mm-inline-image): Insert a space at the end of the | |
10540 image. | |
10541 | |
10542 * mail-parse.el: New file. | |
10543 | |
10544 * rfc2231.el: New file. | |
10545 | |
10546 * drums.el (drums-content-type-get): Removed. | |
10547 (drums-parse-content-type): Ditto. | |
10548 | |
10549 * mailcap.el (mailcap-mime-data): Use symbols instead of strings. | |
10550 | |
10551 1998-09-11 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10552 | |
10553 * gnus.el: Pterodactyl Gnus v0.27 is released. | |
10554 | |
10555 1998-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10556 | |
10557 * mm-decode.el (mm-alternative-precedence): New variable. | |
10558 (mm-preferred-alternative): New function. | |
10559 | |
10560 * gnus-art.el (gnus-mime-copy-part): New command. | |
10561 | |
10562 * mm-decode.el (mm-get-part): New function. | |
10563 | |
10564 * mm-view.el: New file. | |
10565 | |
10566 * mm-decode.el (mm-dissect-buffer): Downcase cte. | |
10567 (mm-display-part): Default to mailcap-save-binary-file. | |
10568 | |
10569 1998-09-11 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10570 | |
10571 * gnus.el: Pterodactyl Gnus v0.26 is released. | |
10572 | |
10573 1998-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10574 | |
10575 * mm-decode.el (mm-interactively-view-part): New function. | |
10576 | |
10577 * gnus-art.el (gnus-mime-view-part): New command. | |
10578 | |
10579 * mm-decode.el (mm-last-shell-command): New variable. | |
10580 | |
10581 * mailcap.el (mailcap-mime-info): Allow returning all matches. | |
10582 | |
10583 * mm-decode.el (mm-save-part): New function. | |
10584 | |
10585 * gnus-art.el (article-decode-charset): Protect against buggy | |
10586 content-types. | |
10587 (gnus-mime-pipe-part): New command. | |
10588 (gnus-mime-save-part): New command. | |
10589 (gnus-mime-button-map): New keymap. | |
10590 (gnus-mime-button-line-format): New variable. | |
10591 (gnus-insert-mime-button): New function. | |
10592 (gnus-display-mime): Use it. | |
10593 | |
10594 * gnus-util.el (gnus-dd-mmm): Removed length spec. | |
10595 | |
10596 * mm-decode.el (mm-inline-text): Decode charsets. | |
10597 | |
10598 * gnus-art.el (gnus-article-save): Comment fix. | |
10599 | |
10600 * gnus-int.el (gnus-start-news-server): When in batch, don't | |
10601 prompt. | |
10602 | |
10603 * gnus-cache.el (gnus-cache-possibly-enter-article): Don't | |
10604 decode. | |
10605 | |
10606 * mm-decode.el (mm-inline-media-tests): Add audio. | |
10607 (mm-inline-audio): New function. | |
10608 | |
10609 1998-09-11 Katsumi Yamaoka <yamaoka@ga.sony.co.jp> | |
10610 | |
10611 * gnus-art.el (article-make-date-line): Didn't work. | |
10612 | |
10613 * parse-time.el (parse-time-string): One too many nils. | |
10614 | |
10615 1998-09-11 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10616 | |
10617 * gnus.el: Pterodactyl Gnus v0.25 is released. | |
10618 | |
10619 1998-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10620 | |
10621 * gnus-art.el (article-remove-trailing-blank-lines): Don't remove | |
10622 annotations. | |
10623 | |
10624 * gnus.el ((featurep 'gnus-xmas)): New | |
10625 'gnus-annotation-in-region-p alias. | |
10626 | |
10627 1998-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10628 | |
10629 * mm-util.el (mm-with-unibyte-buffer): New function. | |
10630 | |
10631 * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): Renamed. | |
10632 | |
10633 * mm-decode.el (mm-inline-media-tests): New variable. | |
10634 | |
10635 * gnus-sum.el (gnus-summary-exit): Destroy handles. | |
10636 | |
10637 * gnus-art.el (gnus-article-mime-handles): New variable. | |
10638 | |
10639 * drums.el (drums-narrow-to-header): New function. | |
10640 | |
10641 * gnus-art.el (article-decode-charset): Use it. | |
10642 | |
10643 * drums.el (drums-content-type-get): New function. | |
10644 | |
10645 * mm-util.el (mm-content-type-charset): Removed. | |
10646 | |
10647 * drums.el (drums-syntax-table): @ is word. | |
10648 (drums-parse-content-type): New function. | |
10649 | |
10650 * parse-time.el (parse-time-rules): Parse "Wed, 29 Apr 98 0:26:01 | |
10651 EDT" times. | |
10652 | |
10653 * gnus-util.el (gnus-date-get-time): Use safe date. | |
10654 | |
10655 * gnus-sum.el (gnus-show-mime): Removed. | |
10656 (gnus-summary-toggle-mime): Removed. | |
10657 | |
10658 * gnus-art.el (gnus-strict-mime): Removed. | |
10659 (gnus-article-prepare): Don't do MIME. | |
10660 (gnus-decode-encoded-word-method): Removed. | |
10661 (gnus-show-mime-method): Removed. | |
10662 | |
10663 1998-09-10 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10664 | |
10665 * gnus.el: Pterodactyl Gnus v0.24 is released. | |
10666 | |
10667 1998-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10668 | |
10669 * gnus-sum.el (gnus-summary-show-article): Don't decode chars if | |
10670 PREFIX. | |
10671 | |
10672 * parse-time.el (parse-time-rules): Accept times that look like | |
10673 "h:mm". | |
10674 | |
10675 * message.el (message-make-date): Use zone properly. | |
10676 | |
10677 * gnus.el: Autoload gnus-batch. | |
10678 | |
10679 * gnus-art.el (article-de-quoted-unreadable): Do not do | |
10680 gnus-article-decode-rfc1522. | |
10681 | |
10682 * gnus-msg.el (gnus-inews-do-gcc): Use it. | |
10683 | |
10684 * gnus-int.el (gnus-request-accept-article): Accept a no-encode | |
10685 param. | |
10686 | |
10687 * message.el (message-encode-message-body): Check for us-ascii. | |
10688 | |
10689 * gnus-msg.el (gnus-extended-version): Move Gnus version comments | |
10690 to the left. | |
10691 | |
10692 1998-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10693 | |
10694 * gnus-art.el (article-decode-charset): Rename. | |
10695 | |
10696 1998-09-09 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10697 | |
10698 * gnus.el: Pterodactyl Gnus v0.23 is released. | |
10699 | |
10700 1998-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10701 | |
10702 * gnus-util.el (gnus-parent-id): Ditto. | |
10703 (gnus-put-text-property-excluding-newlines): Ditto. | |
10704 | |
10705 * gnus-sum.el (gnus-dependencies-add-header): Make into subst. | |
10706 | |
10707 1998-09-08 Karl Kleinpaste <karl@jprc.com> | |
10708 | |
10709 * message.el (message-generate-headers): Generate User-Agent | |
10710 instead of X-Mailer & X-Newsreader. | |
10711 | |
10712 * gnus-msg.el (gnus-extended-version): Reformat for USEFOR | |
10713 User-Agent header format. | |
10714 | |
10715 1998-09-09 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10716 | |
10717 * gnus.el: Pterodactyl Gnus v0.22 is released. | |
10718 | |
10719 1998-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10720 | |
10721 * mm-util.el (mm-multibyte-p): Typo. | |
10722 | |
10723 1998-09-09 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10724 | |
10725 * gnus.el: Pterodactyl Gnus v0.21 is released. | |
10726 | |
10727 1998-09-08 Hrvoje Niksic <hniksic@srce.hr> | |
10728 | |
10729 * gnus-art.el (article-treat-dumbquotes): Handle \224 correctly. | |
10730 | |
10731 1998-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10732 | |
10733 * mm-util.el (mm-multibyte-p): New function. | |
10734 | |
10735 1998-09-08 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10736 | |
10737 * gnus.el: Pterodactyl Gnus v0.20 is released. | |
10738 | |
10739 1998-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10740 | |
10741 * rfc2047.el (rfc2047-decode-region): Only decode when in | |
10742 multibyte. | |
10743 | |
10744 * nnheader.el (nnheader-pathname-coding-system): Changed to binary. | |
10745 | |
10746 * gnus-int.el (gnus-request-replace-article): Encode. | |
10747 (gnus-request-accept-article): Encode. | |
10748 | |
10749 * gnus-art.el (gnus-request-article-this-buffer): Decode charsets | |
10750 here. | |
10751 | |
10752 * gnus.el (gnus-article-display-hook): Take the charset functions | |
10753 out. | |
10754 | |
10755 * time-date.el (safe-date-to-time): New function. | |
10756 | |
10757 * gnus-util.el (gnus-dd-mmm): Protect against bogus dates. | |
10758 | |
10759 1998-09-08 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10760 | |
10761 * gnus.el: Pterodactyl Gnus v0.19 is released. | |
10762 | |
10763 1998-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10764 | |
10765 * mm-util.el (mm-mime-charset): New function. | |
10766 | |
10767 * gnus-draft.el (gnus-draft-edit-message): Delete article. | |
10768 | |
10769 1998-09-08 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10770 | |
10771 * gnus.el: Pterodactyl Gnus v0.18 is released. | |
10772 | |
10773 1998-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10774 | |
10775 * message.el (message-send-and-exit): Return t on success. | |
10776 (message-make-date): Make a proper time zone. | |
10777 | |
10778 * gnus-draft.el (gnus-draft-send): Only remove article if the | |
10779 sending is successful. | |
10780 | |
10781 * drums.el (drums-get-comment): Return the last comment. | |
10782 (drums-parse-address): Parse old-style From headers. | |
10783 | |
10784 1998-09-07 SL Baur <steve@altair.xemacs.org> | |
10785 | |
10786 * gnus-sum.el (gnus-data-compute-positions): Move below | |
10787 `gnus-save-hidden-threads' so the former is correctly detected as | |
10788 a macro. | |
10789 | |
10790 1998-09-06 Dave Love <fx@gnu.org> | |
10791 | |
10792 * gnus/nnweb.el (require): Wrap requirement of w3 and url in | |
10793 ignore-errors too, eval'd when compile. Require w3 stuff at load | |
10794 time for nicer failure if it's not available. | |
10795 | |
10796 1998-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10797 | |
10798 * time-date.el (time-to-seconds): Renamed. | |
10799 | |
10800 * parse-time.el (parse-time-string): Downcase before handling. | |
10801 (parse-time-rules): Times without seconds have 0 seconds. | |
10802 | |
10803 * rfc2047.el (rfc2047-encode-region): New version. | |
10804 (rfc2047-dissect-region): New function. | |
10805 | |
10806 1998-09-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10807 | |
10808 * message.el (message-make-date): Use symbolic zone. | |
10809 | |
10810 1998-09-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10811 | |
10812 * time-date.el (parse-time): Always use parse-time. | |
10813 | |
10814 * parse-time.el (parse-time-syntax): Use vectors. | |
10815 | |
10816 1998-09-06 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10817 | |
10818 * gnus.el: Pterodactyl Gnus v0.17 is released. | |
10819 | |
10820 1998-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10821 | |
10822 * time-date.el: Renamed from "date". | |
10823 | |
10824 * gnus.el: Removed all timezone dependencies. | |
10825 | |
10826 * score-mode.el: Removed. | |
10827 (gnus-score-edit-insert-date): Use date. | |
10828 | |
10829 * date.el (float-to-time): New function. | |
10830 | |
10831 * nnspool.el (nnspool-seconds-since-epoch): Removed. | |
10832 | |
10833 * date.el (time-to-float): New function. | |
10834 | |
10835 * message.el (message-make-date): Use format-time-string. | |
10836 (message-make-expires): Use make-date. | |
10837 | |
10838 * gnus-util.el (gnus-dd-mmm): Use date. | |
10839 (gnus-sortable-date): Ditto. | |
10840 | |
10841 * message.el (message-make-date): Take an optional time. | |
10842 | |
10843 * gnus: Applied patches from 5.6.43. | |
10844 | |
10845 * date.el (if): Use parse-time. | |
10846 | |
10847 * gnus-score.el (gnus-summary-score-entry): Make into a command | |
10848 again. | |
10849 | |
10850 * gnus-group.el (gnus-group-get-new-news-this-group): Only call if | |
10851 gnus-agent. | |
10852 | |
10853 * gnus.el (gnus-agent-meta-information-header): Moved here. | |
10854 | |
10855 1998-09-05 Mike McEwan <mike@lotusland.demon.co.uk> | |
10856 | |
10857 * gnus-agent.el (gnus-agent-scoreable-headers): New variable. | |
10858 (gnus-agent-fetch-group-1): Score article headers using normal | |
10859 group score files if the download score rule of a category/group | |
10860 is `file'. | |
10861 (gnus-agent-fetch-group-1): Don't parse the entire .overview when | |
10862 deciding what articles to download. | |
10863 (gnus-agent-fetch-group-1): Don't push headers through scoring and | |
10864 predicate processing if predicate is `true' or `false'. | |
10865 | |
10866 1998-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10867 | |
10868 * gnus-score.el (gnus-score-load-score-alist): Bind coding system. | |
10869 | |
10870 * gnus-art.el (gnus-article-setup-buffer): Enable multibyte. | |
10871 | |
10872 * score-mode.el (score-mode-coding-system): New variable. | |
10873 (gnus-score-edit-exit): Use it. | |
10874 | |
10875 1998-09-04 Jason R Mastaler <jason@4b.org> | |
10876 | |
10877 * drums.el: Corrected typo. | |
10878 | |
10879 1998-09-06 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no> | |
10880 | |
10881 * mm-bodies.el (mm-body-encoding): Faster version. | |
10882 | |
10883 1998-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10884 | |
10885 * gnus-art.el (gnus-article-decode-charset): Only decode text | |
10886 things. | |
10887 | |
10888 * message.el (message-output): Use rmail. | |
10889 | |
10890 * rfc2047.el (rfc2047-encoded-word-regexp): Allow spaces in the | |
10891 word part. | |
10892 | |
10893 * mm-util.el (mm-charset-to-coding-system): Use | |
10894 rfc2047-default-charset. | |
10895 (mm-known-charsets): New variable. | |
10896 | |
10897 * message.el (message-caesar-region): Bugged out. | |
10898 | |
10899 1998-09-06 Mike McEwan <mike@lotusland.demon.co.uk> | |
10900 | |
10901 * gnus-agent.el (gnus-agent-fetch-group-1): Allow lists when | |
10902 specifying `agent-predicate' in a group's parameters. | |
10903 | |
10904 1998-09-05 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10905 | |
10906 * gnus.el: Pterodactyl Gnus v0.16 is released. | |
10907 | |
10908 1998-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10909 | |
10910 * nnmail.el (nnmail-expired-article-p): Use predicate. | |
10911 | |
10912 * date.el (time-less-p): Renamed. | |
10913 | |
10914 * gnus-art.el (gnus-article-decode-charset): Really fetch headers | |
10915 from the headers. | |
10916 | |
10917 * rfc2047.el (rfc2047-decode-region): Use the mm decoding | |
10918 functions. | |
10919 | |
10920 * gnus-group.el (gnus-group-sort-selected-flat): Didn't work at | |
10921 all. | |
10922 (gnus-group-sort-selected-groups-by-alphabet): Changed interface | |
10923 to all functions. | |
10924 | |
10925 1998-09-05 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10926 | |
10927 * gnus.el: Pterodactyl Gnus v0.15 is released. | |
10928 | |
10929 1998-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10930 | |
10931 * date.el: New file. | |
10932 | |
10933 * gnus-util.el (gnus-encode-date): Removed. | |
10934 (gnus-time-less): Ditto. | |
10935 | |
10936 * nnmail.el (nnmail-date-to-time): Removed. | |
10937 (nnmail-time-less): Ditto. | |
10938 (nnmail-days-to-time): Ditto. | |
10939 (nnmail-time-since): Ditto. | |
10940 | |
10941 * drums.el: New file. | |
10942 | |
10943 1998-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10944 | |
10945 * message.el (message-encode-message-body): Encode headers with | |
10946 body encoding. | |
10947 | |
10948 * rfc2047.el (rfc2047-default-charset): Renamed. | |
10949 (rfc2047-encodable-p): Use it. | |
10950 | |
10951 1998-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10952 | |
10953 * gnus-msg.el (gnus-post-method): Peel off real info from opened | |
10954 servers. | |
10955 | |
10956 * gnus-util.el (gnus-output-to-rmail): Removed. | |
10957 | |
10958 * gnus-art.el (gnus-summary-save-in-rmail): Use | |
10959 gnus-output-to-rmailrmail-output-to-rmail-file. | |
10960 | |
10961 * rfc2047.el (rfc2047-decode-region): Fold case. | |
10962 (rfc2047-decode): Use decode-string. | |
10963 | |
10964 * mm-util.el: Provide mm-char-int. | |
10965 | |
10966 1998-09-03 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
10967 | |
10968 * gnus.el: Pterodactyl Gnus v0.14 is released. | |
10969 | |
10970 1998-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10971 | |
10972 * mm-bodies.el (mm-body-encoding): Go through the buffer to make | |
10973 sure we have 7bit. | |
10974 | |
10975 1998-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10976 | |
10977 * gnus-msg.el (gnus-post-method): Use opened servers, and remove | |
10978 ducplicates. | |
10979 (gnus-inews-insert-mime-headers): Removed. | |
10980 | |
10981 * message.el (message-caesar-region): Protect against MULE chars. | |
10982 | |
10983 1998-09-02 Hallvard B. Furuseth <h.b.furuseth@usit.uio.no> | |
10984 | |
10985 * mm-util.el (if): fset the right function. | |
10986 | |
10987 1998-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10988 | |
10989 * gnus-art.el (gnus-article-decode-charset): Use real | |
10990 read-coding-system. | |
10991 | |
10992 1998-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
10993 | |
10994 * mm-bodies.el (mm-decode-body): Protect against malformed | |
10995 base64. | |
10996 (mm-decode-body): Check that buffer-file-coding-system is | |
10997 non-nil. | |
10998 | |
10999 1998-09-01 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11000 | |
11001 * gnus.el: Pterodactyl Gnus v0.13 is released. | |
11002 | |
11003 1998-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11004 | |
11005 * gnus-util.el (gnus-strip-whitespace): Already defined. | |
11006 Removed. | |
11007 | |
11008 * gnus-art.el (gnus-article-decode-charset): Strip whitespace. | |
11009 | |
11010 * gnus-util.el (gnus-strip-whitespace): New function. | |
11011 | |
11012 * mm-util.el (mm-content-type-charset): Downcase. | |
11013 | |
11014 1998-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11015 | |
11016 * gnus-art.el (gnus-article-decode-charset): Accept a prefix. | |
11017 (gnus-article-decode-charset): Don't fetch all headers. | |
11018 | |
11019 * mm-util.el (mm-read-coding-system): New function. | |
11020 | |
11021 * mm-bodies.el (mm-decode-body): Check the right charset. | |
11022 | |
11023 * gnus-sum.el (gnus-summary-mode-line-format): Ditto. | |
11024 | |
11025 * gnus-art.el (gnus-article-mode-line-format): Use short group | |
11026 format. | |
11027 | |
11028 1998-09-01 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11029 | |
11030 * gnus.el: Pterodactyl Gnus v0.12 is released. | |
11031 | |
11032 1998-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11033 | |
11034 * mm-bodies.el (mm-decode-body): Don't do charset unless MULE. | |
11035 | |
11036 * gnus-art.el (gnus-article-decode-charset): Supply cte. | |
11037 (gnus-article-decode-charset): Always run. | |
11038 | |
11039 * mm-bodies.el (mm-decode-body): Decode cte. | |
11040 | |
11041 1998-09-01 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11042 | |
11043 * gnus.el: Pterodactyl Gnus v0.11 is released. | |
11044 | |
11045 1998-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11046 | |
11047 * message.el (message-encode-message-body): Ditto. | |
11048 | |
11049 * gnus-art.el (gnus-article-decode-mime-words): New command and | |
11050 keystroke. | |
11051 (gnus-article-decode-charset): Ditto. | |
11052 (gnus-article-decode-charset): Only work under MULE. | |
11053 | |
11054 * mm-util.el (mm-content-type-charset): New function. | |
11055 | |
11056 * nnmail.el (nnmail-delete-incoming): Changed to nil. | |
11057 | |
11058 * message.el (message-send-mail): Insert MIME headers. | |
11059 (message-check-news-body-syntax): Don't warn for escape sequences. | |
11060 (message-check-news-body-syntax): Insert MIME headers. | |
11061 | |
11062 * mm-bodies.el (mm-body-encoding): New function. | |
11063 | |
11064 * message.el (message-encode-message-body): New function. | |
11065 | |
11066 * mm-bodies.el: New file. | |
11067 | |
11068 * mm-util.el (mm-narrow-to-head): New function. | |
11069 | |
11070 * rfc2047.el (rfc2047-encode): Use it. | |
11071 | |
11072 * mm-util.el: Provide mm-encode-coding-region. | |
11073 | |
11074 * gnus-sum.el (gnus-summary-mode): Enable multibyte. | |
11075 | |
11076 * gnus-util.el (gnus-set-work-buffer): Enable multibyte. | |
11077 | |
11078 * mm-util.el (mm-enable-multibyte): New function. | |
11079 | |
11080 * message.el (message-set-work-buffer): Set multibyte. | |
11081 | |
11082 * gnus.el (gnus-continuum-version): Be valid forever and ever. | |
11083 | |
11084 * gnus-util.el (gnus-point-at-eol): Removed. | |
11085 (gnus-point-at-bol): Ditto. | |
11086 | |
11087 1998-08-31 Didier Verna <verna@inf.enst.fr> | |
11088 | |
11089 * gnus-msg.el (gnus-group-mail): make it behave like | |
11090 gnus-group-post-news with regards to the prefix (this enables the | |
11091 use of posting styles). | |
11092 | |
11093 1998-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11094 | |
11095 * gnus.el (gnus-article-display-hook): Added | |
11096 gnus-article-decode-rfc1522 to hook. | |
11097 | |
11098 1998-08-31 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11099 | |
11100 * gnus.el: Pterodactyl Gnus v0.10 is released. | |
11101 | |
11102 1998-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11103 | |
11104 * nnfolder.el (nnfolder-delete-mail): Narrow to mail and allow | |
11105 hook to be run. | |
11106 | |
11107 1998-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11108 | |
11109 * rfc2047.el (rfc2047-encodable-p): Use find-charset-region. | |
11110 | |
11111 * mm-util.el (mm-charsets-in-region): Removed. | |
11112 | |
11113 * rfc2047.el: Renamed file. | |
11114 | |
11115 * gnus-msg.el (gnus-copy-article-buffer): Multibyte. | |
11116 | |
11117 * message.el (message-mode): Set multibyte. | |
11118 | |
11119 * mm-util.el (mm-charsets-in-region): Copied here. | |
11120 | |
11121 * gnus-util.el: Removed gnus-truncate-string. | |
11122 | |
11123 * gnus-art.el (gnus-article-decode-mime-words): Use 1522. | |
11124 | |
11125 * rfc1522.el (rfc1522-unencoded-charsets): New variable. | |
11126 (rfc1522-encodable-p): New function. | |
11127 (rfc1522-encode-message-header): Use it. | |
11128 | |
11129 1998-08-30 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11130 | |
11131 * gnus.el: Pterodactyl Gnus v0.9 is released. | |
11132 | |
11133 1998-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11134 | |
11135 * mm-util.el: Shadow encode-coding-string. | |
11136 | |
11137 * rfc1522.el (rfc1522-narrow-to-field): Copied here. | |
11138 | |
11139 * mm-util.el: New file. | |
11140 | |
11141 * mm-decode.el: Somewhat depleted. | |
11142 * mm-encode.el: Ditto. | |
11143 | |
11144 * rfc1522.el: New file. | |
11145 | |
11146 * mm-util.el (mm-replace-chars-in-string): Copied here. | |
11147 | |
11148 * mm-encode.el (mm-q-encode-region): New function. | |
11149 | |
11150 * qp.el (quoted-printable-encode-region): Take an optional CLASS | |
11151 param. | |
11152 | |
11153 * mm-encode.el (mm-encode-word-region): Downcase. | |
11154 | |
11155 1998-08-30 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11156 | |
11157 * gnus.el: Pterodactyl Gnus v0.8 is released. | |
11158 | |
11159 1998-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11160 | |
11161 * message.el (message-send-mail): Encode headers. | |
11162 | |
11163 * qp.el (quoted-printable-encode-region): Encode 8-bit words. | |
11164 (quoted-printable-encode-region): Upcase. | |
11165 | |
11166 * message.el (message-default-charset): New variable. | |
11167 | |
11168 * qp.el (quoted-printable-encode-region): Optional param FOLD. | |
11169 | |
11170 * message.el (message-narrow-to-field): Changed name. | |
11171 | |
11172 * mm-encode.el: New file. | |
11173 | |
11174 * message.el (message-narrow-to-header): New function. | |
11175 | |
11176 * gnus-art.el (gnus-article-decode-mime-words): Place point in the | |
11177 right buffer. | |
11178 | |
11179 1998-08-30 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11180 | |
11181 * gnus.el: Pterodactyl Gnus v0.7 is released. | |
11182 | |
11183 1998-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11184 | |
11185 * gnus.el: Remove autoload for | |
11186 gnus-article-mime-decode-quoted-printable. | |
11187 | |
11188 * mm-decode.el (mm-charset-to-coding-system): Allow iso-8859-1 to | |
11189 be decoded in non-MULE Emacsen. | |
11190 | |
11191 1998-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11192 | |
11193 * mm-decode.el: Check for coding-system-list. | |
11194 | |
11195 1998-08-30 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11196 | |
11197 * gnus.el: Pterodactyl Gnus v0.6 is released. | |
11198 | |
11199 1998-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11200 | |
11201 * nnheader.el (fboundp): Protect code-coding-string. | |
11202 | |
11203 * gnus-art.el (gnus-article-mode): Check that set-buffer-multibyte | |
11204 is available. | |
11205 | |
11206 1998-08-30 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11207 | |
11208 * gnus.el: Pterodactyl Gnus v0.5 is released. | |
11209 | |
11210 1998-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11211 | |
11212 * gnus-art.el (gnus-article-mode): Make article buffer multibyte. | |
11213 (gnus-hack-decode-rfc1522): Removed. | |
11214 | |
11215 * mm-decode.el (mm-charset-coding-system-alist): Check better. | |
11216 | |
11217 1998-08-30 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11218 | |
11219 * gnus.el: Gnus v0.4 is released. | |
11220 | |
11221 1998-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org> | |
11222 | |
11223 * gnus-art.el (gnus-article-decode-mime-words): New command and | |
11224 keystroke. | |
11225 | |
11226 * qp.el (quoted-printable-decode-region): Don't use hexl. | |
11227 | |
11228 * gnus-sum.el (gnus-parse-headers-hook): Default to nil. | |
11229 (gnus-structured-field-decoder): Removed. | |
11230 (gnus-unstructured-field-decoder): Ditto. | |
11231 | |
11232 * mm-decode.el: New file. | |
11233 | |
11234 * qp.el: New file. | |
11235 | |
11236 * gnus-art.el (article-mime-decode-quoted-printable): Removed. | |
11237 | |
11238 * gnus-ems.el (fboundp): Removed gnus-split-string. | |
11239 | |
11240 * gnus.el (gnus-splash-face): Doc fix. | |
11241 | |
11242 * gnus-ems.el (fboundp): Don't bind mail-file-babyl-p. | |
11243 | |
11244 * gnus-art.el (article-mime-decode-quoted-printable): Don't use | |
11245 hexl. | |
11246 | |
11247 * nnheader.el (nnheader-temp-write): Removed. | |
11248 | |
11249 1998-08-29 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11250 | |
11251 * gnus.el: Gnus v0.3 is released. | |
11252 | |
11253 1998-08-29 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | |
11254 | |
11255 * gnus.el: Gnus v0.2 is released. | |
11256 | |
11257 ;; Local Variables: | 83 ;; Local Variables: |
11258 ;; coding: iso-2022-7bit | 84 ;; coding: iso-2022-7bit |
11259 ;; End: | 85 ;; End: |
11260 | 86 |
11261 Copyright (C) 2002 2004 Free Software Foundation, Inc. | 87 Copyright (C) 2002 2004 Free Software Foundation, Inc. |