2001-11-09 Simon Josefsson <jas@extundo.com>
[gnus] / lisp / ChangeLog
1 2001-11-09  Simon Josefsson  <jas@extundo.com>
2
3         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Bm\e(Bk
4         <Pavel@Janik.cz>.
5
6 2001-11-09  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7
8         * message.el (message-point-in-header-p): New function.
9         (message-do-auto-fill): Use it.
10         (message-beginning-of-line): New function.  Goes to beginning of
11         header value (i.e., end of header name), or to beginning of line
12         if already at beginning of value.  Behaves like
13         `beginning-of-line' when in message body.
14         (message-mode-map): Bind it.
15
16 2001-11-08  Simon Josefsson  <jas@extundo.com>
17
18         * gnus-msg.el (gnus-posting-styles): Add doc.
19
20 2001-11-07  Simon Josefsson  <jas@extundo.com>
21
22         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
23
24         * sieve-mode.el (sieve-control-commands-face)
25         (sieve-control-commands-face, sieve-action-commands-face)
26         (sieve-test-commands-face, sieve-tagged-arguments-face): New
27         faces.
28         (sieve-font-lock-keywords): Use them.
29         (sieve-mode): Only set font-lock-defaults in emacs.
30
31         * gnus-art.el (gnus-default-article-saver): Add
32         gnus-summary-save-body-in-file.
33         (gnus-summary-write-to-file): Fix doc.
34
35 2001-11-07  Simon Josefsson  <jas@extundo.com>
36
37         * gnus-art.el (gnus-treat-highlight-signature): Add cross
38         reference to the correct chapter in the manual.
39
40         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
41         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
42
43 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
44
45         * mml.el (mml-preview): Bind mail-header-separator.
46
47 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
48
49         * message.el: Always require canlock.
50         (message-ignored-supersedes-headers): Include Cancel-Lock and
51         Cancel-Key.
52         (message-insert-canlock): Don't require canlock.
53         (message-cancel-news): Don't check whether canlock is available.
54         (message-supersede): Support cancel-locks.
55
56         * gnus-art.el: Don't autoload canlock.
57
58 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
59
60         * mail-source.el (mail-source-fetch-imap): ASYNC param.
61         From: <andre@slamdunknetworks.com>
62         
63 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
64
65         * many files: Fix copyright lines.
66
67 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
68
69         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
70         Suggested by Dave Love  <fx@gnu.org>.
71
72 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
73
74         * message.el (message-kill-buffer): Remove auto-save file after
75         confirm.
76
77         * message.el (message-send-mail): Call message-generate-headers
78         once.  Suggested by Matt Armstrong <matt@lickey.com>.
79
80         * gnus-topic.el (gnus-topic-rename): Initial-input.
81         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
82
83 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
84
85         * message.el (message-forbidden-properties): New constant.
86         (message-strip-forbidden-properties): New function.
87         (message-mode): Activate it.
88
89 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
90
91         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
92         (mm-hack-charsets): Fix doc.
93
94 2001-11-02  Simon Josefsson  <jas@extundo.com>
95
96         * gnus-int.el (gnus-check-server): Message "...done" when done.
97
98         * imap.el (imap-close): Don't message (imap-send-command-wait
99         returns if the connection is dropped).
100         (imap-wait-for-tag): Nix out message only when necessary.
101
102         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
103         for non-crossposting.
104         (gnus-sieve-crosspost): Default to t to be consistent with other
105         parts of Gnus.
106
107 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
108
109         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
110         (mm-iso-8859-x-to-15-table): Ditto.
111         (mm-iso-8859-x-to-15-region): Ditto.
112         (mm-find-mime-charset-region): Ditto.
113
114 2001-11-01  Simon Josefsson  <jas@extundo.com>
115
116         * nnimap.el (nnimap-close-asynchronous): New variable.
117         (nnimap-close-group): Use it.
118         (nnimap-expunge): Don't use it.
119
120         * imap.el (imap-callbacks): New variable.
121         (imap-remassoc): Copied from `gnus-remassoc'.
122         (imap-add-callback): New function.
123         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
124         behaviour.
125         (imap-parse-response): Call the callback.
126
127         * message.el (message-insert-canlock): New variable.
128         (message-canlock-generate, message-canlock-password) 
129         (message-insert-canlock): New functions.
130         (message-send-news): Call `message-insert-canlock'.
131         (top-level): Require canlock when compiling.
132         (message-insert-canlock): Require canlock before we need it.
133
134 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
135
136         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
137
138 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
139
140         * dgnushack.el (dgnushack-make-load): A workaround for
141         custom-add-loads bug in some versions of XEmacs.
142
143 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
144
145         * mm-util.el (mm-charset-synonym-alist): Revert (some).
146
147 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
148
149         * mm-util.el (mm-iso-8859-x-to-15-region): New.
150         (mm-hack-charsets): New.
151         (mm-iso-8859-15-compatible): New.
152         (mm-iso-8859-x-to-15-table): New.
153         (mm-find-mime-charset-region): Add parameter hack-charsets.
154
155         * mm-bodies.el (mm-encode-body): Use it.
156         * mml.el (mml-parse-1): Ditto.
157
158 2001-11-01  Simon Josefsson  <jas@extundo.com>
159
160         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
161
162 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
163
164         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
165         is nil.
166
167 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
168
169         * smiley-ems.el (smiley-update-cache): Auto detect file type.
170
171         * message.el (message-forward-rmail-make-body):
172         save-window-excursion.
173         (message-encode-message-body): no error.
174         (message-setup-1): compose-mail send-actions are different from
175         message-send-actions.
176
177 2001-11-01  Simon Josefsson  <jas@extundo.com>
178
179         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
180         <yamaoka@jpl.org>.
181
182 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
183
184         * sieve-manage.el (sieve-string-bytes): No complain.
185
186 2001-11-01  Simon Josefsson  <jas@extundo.com>
187
188         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
189         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
190         has autoload cookies, so no `require' should be necessary.)
191
192         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
193         files.
194
195 2001-10-31  Simon Josefsson  <jas@extundo.com>
196
197         * gnus-cus.el (gnus-group-parameters): Support integer `display'
198         parameter.
199
200         * gnus-sum.el (gnus-select-newsgroup): If group parameter
201         `display' is a number (and C-u wasn't used to enter group), only
202         fetch that number of articles.
203
204 2001-10-31  Matt Armstrong  <matt@lickey.com>
205
206         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
207         not-subscribed -> subscribed.
208
209 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
210         From: Josh Huber <huber@alum.wpi.edu>
211
212         * message.el (message-subscribed-address-functions): New.
213         (message-subscribed-addresses): New.
214         (message-subscribed-regexps): New.
215         (message-goto-mail-followup-to): New.
216         (message-send-mail): Mail-Followup-To.
217         (message-make-mft): New.
218
219         * gnus.el (gnus-find-subscribed-addresses): New.
220
221 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
222
223         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
224         (mail-source-fetch-pop): Ditto.
225         (mail-source-check-pop): Ditto.
226         
227         * gnus-start.el (gnus-read-init-file): Ditto.
228         (gnus-activate-group): Ditto.
229         (gnus-read-newsrc-el-file): Ditto.
230
231 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
232
233         * message.el (message-get-reply-headers): Make sure there is ", ".
234
235         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
236         mm-coding-system-p. Don't correct it only in XEmacs.
237         (mm-charset-to-coding-system): Use mm-coding-system-p and
238         mm-get-coding-system-list.
239         (mm-emacs-mule, mm-mule4-p): New.
240         (mm-enable-multibyte, mm-disable-multibyte,
241         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
242         mm-with-unibyte-current-buffer,
243         mm-with-unibyte-current-buffer-mule4): Use them.
244         (mm-find-mime-charset-region): Treat iso-2022-jp.
245
246         From  Dave Love  <fx@gnu.org>:
247
248         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
249         construction.
250         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
251         entries conditional on not having a coding system defined for
252         them.
253         (mm-mule-charset-to-mime-charset): Use
254         find-coding-systems-for-charsets if defined.
255         (mm-charset-to-coding-system): Don't use
256         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
257         later.  Add last resort search of coding systems.
258         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
259         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
260         Mule 4.
261         (mm-find-mime-charset-region): Re-write.
262         (mm-with-unibyte-current-buffer): Restore buffer as well as
263         multibyteness.
264         
265 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
266
267         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
268         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
269         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
270         
271 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
272
273         * gnus-art.el (article-display-x-face): Nix buffer-read-only
274         again.
275
276         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
277
278 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
279
280         * gnus-spec.el (gnus-parse-simple-format): Use
281           buffer-substring-no-properties.
282
283 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * gnus-art.el (article-verify-cancel-lock): New function.
286
287         * nnheader.el (nntp-process-response): New variable.
288         (nnheader-init-server-buffer): Make `nntp-process-response'
289         buffer-local in `nntp-server-buffer'.
290
291         * nntp.el (nntp-prepare-post-hook): New hook.
292         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
293         (nntp-async-trigger): Ditto.
294         (nntp-request-post): Insert a server's ID if there's no Message-ID
295         header; run `nntp-prepare-post-hook'.
296         
297 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
298
299         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
300         instead.
301
302         * message.el (message-forward-subject-author-subject): Don't use
303         message-news-p, which widens the buffer.
304         (message-forward-make-body): New function.
305         (message-forward): Use it.
306         (message-insinuate-rmail): New.
307         (message-forward-rmail-make-body): New.
308
309 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
310
311         * mm-extern.el (mm-extern): Provide it.
312
313         * mm-partial.el (mm-partial): Provide it.
314
315 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
316
317         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
318
319 2001-10-29  Simon Josefsson  <jas@extundo.com>
320
321         * mml.el (mml-preview): Bind message-this-is-news if it is
322         news. From Jesper Harder <harder@myrealbox.com>.
323
324 2001-10-28  Simon Josefsson  <jas@extundo.com>
325
326         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
327
328 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
329
330         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
331         ironic smilies.
332
333 2001-10-27  Simon Josefsson  <jas@extundo.com>
334
335         * message.el (message-indent-citation): Don't add trailing
336         whitespace when citing text.
337
338         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
339         <harder@ifa.au.dk>.
340
341 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
342
343         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
344         not available.
345         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
346         (nnweb-type-definition): Add google as alias of dejanews.
347         (nnweb-google-parse-1): Forward 1 line.
348
349 2001-10-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
350
351         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
352         variable `message-forward-ignored-headers'.
353
354 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
355
356         * gnus.el (gnus-expand-group-parameter): New function.
357         (gnus-expand-group-parameters): Call it.
358         (gnus-group-fast-parameter): New function.
359         (gnus-group-find-parameter): Call it.
360
361 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
362
363         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
364         vector (it didn't before because of a bug).
365         * gnus-msg.el (gnus-post-news): Use header vector directly, if
366         available.  Before it converted it to an article number.
367
368         This makes followup to news articles with negative numbers in
369         nnvirtual groups use news instead of mail.
370
371 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
372
373         * gnus.el (post-method): Use `native' instead of `nil'.
374
375         * gnus-msg.el (gnus-post-method): Ditto.
376
377 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
378
379         * gnus.el (gnus-define-group-parameter): Grammar fix.
380
381 2001-10-22  Simon Josefsson  <jas@extundo.com>
382
383         * gnus-msg.el (gnus-extended-version): Include
384         system-configuration.
385         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,A_\e(Bjohann).
386
387 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
388
389         * gnus.el (post-method): Customization fix: `native' is not a
390         valid value.
391         * gnus-msg.el (gnus-post-method): Doc and customization fix:
392         `native' is not a valid value.
393
394 2001-10-21  Simon Josefsson  <jas@extundo.com>
395
396         * nnimap.el (nnimap): Defgroup
397         (nnimap-strict-function, nnimap-strict-function-match): New
398         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
399         (nnimap-split-crosspost, nnimap-split-inbox)
400         (nnimap-split-rule, nnimap-split-predicate) 
401         (nnimap-split-predicate): Defcustom.
402         (nnimap-split-inbox, nnimap-expunge-search-string) 
403         (nnimap-importantize-dormant): Remove "*" from doc.
404
405 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
406
407         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
408         not supplied via prefix arg.  From Lisp, make arg mandatory.
409         Suggested by Frank Schmitt.
410
411 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
412
413         * message.el (message-do-auto-fill): Avoid calling
414         'rfc822-goto-eoh'. 
415
416 2001-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
417         From Paul Jarc <prj@po.cwru.edu>.
418         
419         * message.el (message-get-reply-headers): Restructure the logic
420         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
421
422 2001-10-20  Simon Josefsson  <jas@extundo.com>
423
424         * message.el (message-cancel-news): Support cancel-locks.
425         Suggested by Per Abrahamsson.
426
427         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
428         conses.  From David Z Maze <dmaze@MIT.EDU>.
429
430         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
431
432 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
433
434         * mm-decode.el (mm-default-directory): Fix customize type.
435
436         * message.el (message-setup-fill-variables): Kludge to use
437         normal-auto-fill-function even if auto fill is already activated.
438
439 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
440
441         * message.el (message-do-auto-fill): New version that does not
442         rely on text properties, by Simon Josefsson <jas@extundo.com>. 
443         (message-setup-1): Removed the `message-field' property.
444
445         * gnus-draft.el (gnus-draft-edit-message): Removed the
446         `message-field' property.
447
448 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
449
450         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
451         `message-field'.  The `field' property has a special significance in
452         Emacs 21.
453
454         * message.el (message-send, message-setup-1): Ditto.
455
456 2001-10-18  Simon Josefsson  <jas@extundo.com>
457
458         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
459         when undoing.
460
461 2001-10-18  Simon Josefsson  <jas@extundo.com>
462         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
463
464         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
465         (gnus-summary-make-menu-bar): Ditto.
466
467 2001-10-17  Simon Josefsson  <jas@extundo.com>
468
469         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
470         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
471
472 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
473
474         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
475         * gnus-util.el (gnus-user-date): New function. 
476         From Frank Schmitt <usenet@Frank-Schmitt.net>.
477         
478 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
479
480         * message.el (message-check-news-header-syntax): Special case
481         nnvirtual groups.
482
483         * gnus-sum.el (gnus-summary-respool-default-method): Changed
484         customize type to `symbol'.
485
486 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
487
488         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
489         %&foo;.
490         (gnus-parse-simple-format): Support user extended spec too. 
491         %u&foo; invokes gnus-user-format-function-foo.
492
493 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
494
495         * nnml.el (nnml-request-expire-articles): Make sure it is back to
496         the server.
497         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
498         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
499         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
500         * nndiary.el (nndiary-request-expire-articles): Ditto.
501         (nndiary-schedule): Defsubst it before use it.
502         (nndiary-error): eval-and-compile.
503
504 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
505
506         * gnus-msg.el (gnus-post-method): Changed two instances of
507         `active' to `current' and one `null' to `not'.
508
509 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
510         From Katsumi Yamaoka  <yamaoka@jpl.org>.
511
512         * message.el (message-setup-fill-variables): Use
513         `normal-auto-fill-function' instead of `auto-fill-function'.
514
515 2001-10-16  Simon Josefsson  <jas@extundo.com>
516
517         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
518         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
519         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
520
521 2001-10-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
522         Patch by Oliver Scholz <oscholz@my.gnus.org>.
523
524         * gnus-draft.el (gnus-draft-edit-message): Add text property
525         `field' with value `header' to message headers.
526         * message.el (message-setup-1): Really add text property to all of
527         the header, not just part of it.
528
529 2001-09-04 21:42:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * gnus-group.el (gnus-group-sort-by-server): Use it.
532
533         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
534
535         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
536         and keystroke.
537
538 2001-10-14  Simon Josefsson  <jas@extundo.com>
539
540         * dig.el: Doc fix.
541
542         * smime.el: Doc fix.
543
544         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
545         charset magic from message.el.
546
547 2001-10-12  Simon Josefsson  <jas@extundo.com>
548         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
549
550         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
551         'cite from g-a-wash-types.
552         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
553         (gnus-article-hide-citation): Fix.
554
555         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
556         character.
557         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
558
559         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
560         definition.
561         (gnus-signature-toggle): Toggle `s' mode line character.
562
563         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
564         doing stuff that clears it.
565
566 2001-10-12  Simon Josefsson  <jas@extundo.com>
567
568         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
569         From Eric Marsden <emarsden@laas.fr>.
570
571 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
572
573         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
574         (autoload): Add some autoloads.
575
576 2001-10-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
577         Suggested by Oliver Scholz <epameinondas@gmx.de>.
578         
579         * message.el (message-do-auto-fill): New function.  Like
580         `do-auto-fill' but don't fill when in the message header.
581         (message-setup-1): Put a text property on the message header.
582         (message-setup-fill-variables): Use `message-do-auto-fill'.
583
584 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
585
586         * message.el (message-send-mail-partially): Insert an empty line
587         first, because of the change of message-make-lines.
588
589 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
590
591         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
592         iso-8859-15, make it an alias for iso-8859-1.
593
594 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
595
596         * message.el (message-send-news): Don't modify the value of
597         `message-syntax-checks' if it is not a list (possibly it is
598         `dont-check-for-anything-just-trust-me').
599         
600 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
601
602         * gnus-group.el (gnus-group-name-charset-group-alist): Use
603         `find-coding-system' for XEmacs to check whether the coding-system
604         `utf-8' is available.
605
606 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
607
608         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
609
610 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
611
612         * message.el (message-send-news): Oops, missed case with no
613         "Followup-To" header...
614
615 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
616
617         * message.el (message-send-news): Allow
618         `gnus-group-name-charset-group-alist' to affect encoding of the
619         "Newsgroups" and "Followup-To" headers.
620
621 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
622
623         * Makefile.in (install-el): Depend on gnus-load.el.
624
625 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
626
627         * Makefile.in (install-el): Use -f.
628         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
629
630 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
631
632         * message.el (message-send-news): Don't encode Followups-To when
633         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
634
635         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
636         header. 
637
638         * gnus-art.el (article-decode-group-name): Also decode
639         "Followup-To". 
640
641         * rfc2047.el (rfc2047-encode-message-header): Encode without
642         asking for null methods.
643
644         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
645         default charset for newsgroup names in accordance with USEFOR.
646
647         * gnus-group.el (gnus-group-name-charset-method-alist,
648         gnus-group-name-charset-group-alist): Removed "*" from doc
649         strings, "*" should not be used for complex variables.
650         
651 2001-10-06  Simon Josefsson  <jas@extundo.com>
652
653         Support UTF-8 group names better.
654         
655         * message.el (message-check-news-header-syntax): Encode group
656         names before comparison.
657
658         * gnus-msg.el (gnus-copy-article-buffer): Run all
659         `gnus-article-decode-hook's except `article-decode-charset'
660         instead of hardcoding call to one of them.
661
662         * gnus-art.el (gnus-article-decode-hook): Add
663         `article-decode-group-name'.
664         (article-decode-group-name): New function, use `g-d-n'.
665
666         * gnus-group.el (gnus-group-insert-group-line): Decode
667         gnus-tmp-group using `g-d-n'.
668
669         * gnus-util.el (gnus-decode-newsgroups): New function.
670
671 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
672
673         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
674         `gnus-group-name-charset-group-alist'. 
675
676 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
677
678         * Makefile.in: Install el in install. Add uninstall.
679
680 2001-10-05  Simon Josefsson  <jas@extundo.com>
681
682         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
683
684         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
685
686         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
687         empty folders.
688
689         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
690         limiting if read-all (C-u RET) was used.
691
692 2001-10-04  Simon Josefsson  <jas@extundo.com>
693
694         * mail-source.el (mail-source-movemail-program): New variable.
695         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
696         <thutt@thutt.vmware.com>.
697
698 2001-10-03  Simon Josefsson  <jas@extundo.com>
699
700         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
701         (gnus-summary-line-format-alist): Fix param.
702
703 2001-10-02  Simon Josefsson  <jas@extundo.com>
704
705         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
706         don't go through `nnimap-request-expire-articles' to delete the
707         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
708
709 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
710
711         * gnus-agent.el (gnus-agent-write-active): The min in the
712         agent/active may be larger than that in the server/active.
713
714 2001-10-01  Simon Josefsson  <jas@extundo.com>
715
716         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
717         is IMAP4rev1.
718
719         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
720
721         * nnfolder.el: Ditto.
722
723 2001-09-30  Dan Christensen <jdc+news@uwo.ca>
724
725         * gnus-sum.el (gnus-summary-extract-address-component): New function.
726         (gnus-summary-from-or-to-or-newsgroups): Optimize.
727
728 2001-09-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
729
730         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
731         (message-mode-menu): Menu item for same.
732
733         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
734         delayed articles.
735
736         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
737         nndraft:delayed does not exist.
738         (gnus-delay-initialize): Don't set up keymap, that's done from
739         message.el now.
740         (gnus-delay, gnus-delay-group, gnus-delay-header) 
741         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
742
743 2001-09-29  Simon Josefsson  <jas@extundo.com>
744
745         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
746         utf-8, not eight-bit-control.
747
748         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7) 
749         (imap-log, imap-debug): Custom.
750         (imap-log-buffer, imap-debug-buffer): New constants.
751         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open) 
752         (imap-network-open, imap-shell-open, imap-starttls-open) 
753         (imap-send-command-1, imap-send-command, imap-arrival-filter) 
754         (imap-debug): Use imap-*-buffer.
755
756         * nndoc.el (nndoc-article-type): Add mailman.
757         (nndoc-type-alist): Ditto.
758         (nndoc-mailman-type-p): New function.
759
760 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
761
762         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
763         gnus-art.el.
764
765 2001-09-27  Simon Josefsson  <jas@extundo.com>
766
767         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
768         (gnus-topic-catchup-articles): New function. Suggested by Robin
769         S. Socha <robin-dated-1001857693.185e29@socha.net>.
770
771 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
772         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
773
774         * gnus-ems.el (gnus-article-display-xface): Insert xface after
775         previous ones.
776
777 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
778         From Daiki Ueno  <ueno@unixuser.org>
779
780         * gnus-sum.el (gnus-summary-show-article): The arglist of
781         detect-coding-region is incompatible.
782
783 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
784         From Katsuhiro Hermit Endo <hermit@koka-in.org>
785
786         * gnus-group.el (gnus-group-delete-group): Typo.
787
788 2001-09-26  Simon Josefsson  <jas@extundo.com>
789
790         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
791
792         * nnimap.el (nnimap-expiry-target): Use temp buffer.
793
794 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
795
796         * gnus-cus.el (gnus-group-parameters): Display as sexp.
797
798 2001-09-22  Simon Josefsson  <jas@extundo.com>
799
800         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
801
802         * nnfolder.el (nnfolder-open-marks): Ditto.
803
804         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
805         (gnus-update-marks): Use it.
806         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
807         hardcoded list.
808
809         * gnus.el (gnus-article-special-mark-lists): Add killed.
810         (gnus-article-unpropagated-mark-lists): New constant.
811
812 2001-09-22  Simon Josefsson  <jas@extundo.com>
813
814         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
815         custom option.
816
817 2001-09-23  Simon Josefsson  <jas@extundo.com>
818
819         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
820
821 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
822
823         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
824
825 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
826
827         * gnus-group.el (gnus-group-sort-function): Fix customize type to
828         accept lists of functions.
829
830 2001-09-20  Simon Josefsson  <jas@extundo.com>
831
832         * gnus-group.el (gnus-group-catchup): Update expire marks in
833         backend.  Also, if ALL also set expire marks on tick/dormant.
834
835 2001-09-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
836
837         * message.el (message-tab-body-function): New variable.
838         * message.el (message-tab): Use it.
839
840 2001-09-19  Sam Steingold  <sds@gnu.org>
841
842         * gnus-win.el (gnus-buffer-configuration): Respect
843         `gnus-bug-create-help-buffer'.
844
845 2001-09-18  Simon Josefsson  <jas@extundo.com>
846
847         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
848         (gnus-parse-simple-format): Re-revert.
849
850 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
851
852         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
853         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
854
855 2001-09-18  Simon Josefsson  <jas@extundo.com>
856
857         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
858         signed.
859         (gnus-parse-simple-format): Don't use it.
860
861 2001-09-17  Miles Bader  <miles@gnu.org>
862
863         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
864         error querying a backend abort the whole process.
865
866 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
867
868         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
869         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
870
871 2001-09-17  Didier Verna  <didier@xemacs.org>
872
873         * nndiary.el: version 0.2-b14.
874         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
875         compatibility problem with XEmacs 21.1.
876
877 2001-09-15  Simon Josefsson  <jas@extundo.com>
878
879         * gnus-group.el (gnus-group-line-format): Document %c.
880
881         * nnml.el (nnml-parse-head): Handle CRLF files.
882         (nnml-generate-nov-file): Ditto.
883         (nnml-retrieve-headers): Ditto.
884
885 2001-09-15  Michael Welsh Duggan <md5i@cs.cmu.edu>
886
887         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
888
889 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
890
891         * gnus-spec.el (gnus-correct-substring): Still stopped one
892         character before we wanted (never included last character).
893         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
894         add missing "," (once per function)
895
896 2001-09-14  Simon Josefsson  <jas@extundo.com>
897
898         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
899         (otherwise e.g. gnus-agentize in .gnus overrides the customized
900         default before gnus-group is loaded and the variable set.)
901
902         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
903         killed or unsent marks.
904
905         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
906         isn't an article to set it on (e.g. when you `a' in a group).
907
908 2001-09-12  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
909
910         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
911         can read e-mails from Microsoft Outlook users not using ISO
912         8859-2 character set.
913
914 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
915
916         * gnus-diary.el: Minor modifications to avoid warnings.
917         (gnus-summary-misc-menu): defvar.
918         (gnus-diary-check-message): Use gnus-point-at-eol.
919         (gnus-diary-kill-entire-line): eval-and-compile.
920
921 2001-09-12  Didier Verna  <didier@xemacs.org>
922
923         * nndiary.el: new version (0.2-b13).
924         * nndiary.el (nndiary-mail-sources): doc update.
925         * nndiary.el (nndiary-split-methods): ditto.
926         * nndiary.el (nndiary-request-accept-article-hooks): New.
927         * nndiary.el (nndiary-request-accept-article): use it, check
928         message validity.
929         * nndiary.el (nndiary-get-new-mail): changed default to nil.
930         * nndiary.el (nndiary-schedule): fix bug (misplaced
931         condition-case): it didn't return nil on error.
932         * gnus-diary.el: new version.
933         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
934         * gnus-diary.el (gnus-diary-header-value-history): New.
935         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
936         * gnus-diary.el (gnus-diary-add-header): New.
937         * gnus-diary.el (gnus-diary-check-message): New.
938         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
939         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
940
941 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
942
943         * gnus-sum.el (gnus-select-newsgroup): Make
944         `gnus-current-select-method' buffer-local.
945
946         * gnus-art.el (gnus-request-article-this-buffer): Refer
947         `gnus-current-select-method' in the current summary buffer.
948
949 2001-09-10  Simon Josefsson  <jas@extundo.com>
950         From Daniel Pittman <daniel@rimspace.net>
951
952         * gnus-spec.el (gnus-correct-pad-form): Fix.
953
954 2001-09-09  Simon Josefsson  <jas@extundo.com>
955
956         * mm-decode.el (mm-inline-media-tests): Add
957         application/x-emacs-lisp.
958         (mm-attachment-override-types): Add
959         application/{x-,}pkcs7-signature.
960
961         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
962         (gnus-server-line-format, gnus-server-mode-line-format)
963         (gnus-server-browse-in-group-buffer): Customize.
964
965 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
966
967         * nnml.el (nnml-marks-changed-p): Typo.
968         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
969         (nnml-marks-changed-p): Use gnus-gethash.
970         (nnml-marks-modtime): Use gnus-make-hashtable.
971
972         * nnfolder.el (nnfolder-marks-changed-p): Typo.
973         (nnfolder-request-expire-articles, nnfolder-save-marks)
974         (nnfolder-open-marks): Typo.
975         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
976         (nnfolder-marks-changed-p): Use gnus-gethash.
977         (nnfolder-marks-modtime): Use gnus-make-hashtable.
978
979 2001-09-08  Simon Josefsson  <jas@extundo.com>
980
981         * nnfolder.el (nnfolder-marks-modtime): New variable.
982         (nnfolder-marks-changed-p): New function.
983         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
984         (nnfolder-request-update-info): Don't update if marks didn't change.
985
986         * nnml.el (nnml-marks-modtime): New variable.
987         (nnml-marks-changed-p): New function.
988         (nnml-save-marks, nnml-open-marks): Save modtime.
989         (nnml-request-update-info): Don't update if marks didn't change.
990
991         * gnus-agent.el (gnus-agent-any-covered-gcc)
992         (gnus-agent-add-server, gnus-agent-remove-server): Use
993         gnus-agent-method-p.
994
995         * gnus-art.el (gnus-buttonized-mime-types): New variable.
996         (gnus-unbuttonized-mime-type-p): Use it.
997
998         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
999         fetch group.
1000
1001 2001-09-08  Simon Josefsson  <jas@extundo.com>
1002         From Daniel Pittman <daniel@rimspace.net>
1003
1004         * gnus-spec.el (gnus-correct-pad-form): New function.
1005         (gnus-parse-simple-format): Use it.
1006
1007 2001-09-07  Simon Josefsson  <jas@extundo.com>
1008
1009         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
1010         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
1011         Putnam <reader@newsguy.com>.
1012         (gnus-group-sort-selected-groups): Touch dribble file.
1013
1014 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
1015
1016         * nnml.el (nnml-filenames-are-evil): New variable.
1017         (nnml-article-to-file-alist): Rename to ...
1018         (nnml-current-group-article-to-file-alist): ... this.
1019         Respect `nnml-filenames-are-evil'.
1020         (nnml-active-number): Update.
1021         (nnml-update-file-alist): Update.
1022         (nnml-request-article): Use nnheader-article-to-file-alist.
1023         (nnml-request-rename-group): Likewise.
1024
1025 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus-sum.el (gnus-summary-insert-line): Fix.
1028
1029 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1030
1031         * gnus-sum.el: Bind g-s-t-s to "W g".
1032         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
1033         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
1034         display of graphical smilies.
1035
1036 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1037
1038         * gnus-start.el (gnus-setup-news): A typo.
1039         From Bill White <billw@wolfram.com>.
1040
1041 2001-09-06  Simon Josefsson  <jas@extundo.com>
1042
1043         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
1044         and unseen marks.
1045
1046 2001-09-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1047
1048         * nnmail.el (nnmail-split-fancy): Document `junk'.
1049
1050 2001-09-04  Simon Josefsson  <jas@extundo.com>
1051
1052         * imap.el (imap-search): Don't error if server is broken.
1053
1054 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
1055
1056         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
1057         searching for an article that isn't in the mbox.
1058
1059 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1060
1061         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
1062         right, and get all the comments.
1063
1064 2001-09-02  Simon Josefsson  <jas@extundo.com>
1065         Suggested by Dan Christensen <jdc+news@uwo.ca>
1066
1067         * nnfolder.el (nnfolder-request-update-info): Fix message.
1068
1069         * nnml.el (nnml-request-update-info): Ditto.
1070
1071 2001-09-01  Simon Josefsson  <jas@extundo.com>
1072
1073         * nnml.el (nnml-request-expire-articles): Also bind
1074         `nnml-current-group' and `nnml-article-file-alist' when using
1075         expiry-target. (Otherwise nnml will be in a inconsistent internal
1076         state causing all kind of problems.)
1077         (nnml-request-expire-articles): If `nnml-article-to-file' or
1078         `file-attributes' failes, return article as un-expirable instead
1079         of treating it as expired.
1080
1081 2001-08-31  Sam Steingold  <sds@gnu.org>
1082
1083         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
1084         typo: `exmine' --> `examine'.
1085
1086 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1087
1088         * nndoc.el (nndoc-forward-type-p): It is not a digest.
1089
1090 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1091
1092         * nnml.el (nnml-check-directory-twice): Remove.
1093         (nnml-retrieve-headers): Ditto.
1094         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
1095
1096 2001-08-30  Andrew Innes  <andrewi@gnu.org>
1097
1098         * nnheader.el (nnheader-directory-files-is-safe): No need to read
1099         directory twice on Windows, or on GNU Emacs-21.
1100
1101 2001-08-30  Andrew Innes  <andrewi@gnu.org>
1102
1103         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
1104         (nnml-request-rename-group): Ditto.
1105         (nnml-active-number): Ditto.
1106         (nnml-request-create-group): Use nnml-directory-articles.
1107         (nnml-request-expire-articles): Use nnml-directory-articles, which
1108         gets list from nov database if available.
1109         (nnml-get-nov-buffer): New function.
1110         (nnml-open-nov): Use it.
1111         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
1112         gets alist from nov database if available.
1113         (nnml-directory-articles): New function.
1114         (nnml-article-to-file-alist): New function.
1115
1116 2001-08-30  Andrew Innes  <andrewi@gnu.org>
1117
1118         * mm-decode.el (mm-display-external): Use `name' as filename, if
1119         `filename' attribute is not present.
1120
1121 2001-08-30  Andrew Innes  <andrewi@gnu.org>
1122
1123         * mail-source.el (mail-source-flash): New defcustom.
1124         (mail-source-new-mail-p): Ring visible bell if appropriate.
1125         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
1126         timer is cleared even if mail check signals an error.
1127
1128 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1129
1130         * gnus-sum.el (gnus-summary-move-article): Only update marks of
1131         type 'list.
1132
1133 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1134
1135         * flow-fill.el (fill-flowed): eol might be point-max.
1136
1137 2001-08-27  Simon Josefsson  <jas@extundo.com>
1138
1139         * nnml.el (nnml-request-update-info): Fix message.
1140         (nnml-open-marks): Ditto.
1141
1142         * nnfolder.el (nnfolder-request-update-info):
1143         (nnfolder-open-marks): Fix message.
1144
1145 2001-08-25  Simon Josefsson  <jas@extundo.com>
1146
1147         * nnfolder.el (nnfolder-save-marks): Don't create directory named
1148         after group in ~/.
1149
1150 2001-08-25  Simon Josefsson  <jas@extundo.com>
1151         From Andreas Jaeger  <aj@suse.de>
1152
1153         * nnfolder.el (nnfolder-open-marks): Fix typo.
1154         * nnml.el (nnml-open-marks): Likewise.
1155
1156 2001-08-25  Simon Josefsson  <jas@extundo.com>
1157
1158         Make nnfolder groups self-contained as far as marks are concerned.
1159
1160         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1161         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
1162         (nnfolder-open-server): Make marks directory.
1163         (nnfolder-request-delete-group): Delete marks file.
1164         (nnfolder-request-delete-group): Check of nov/marks file exist
1165         before deleting.
1166         (nnfolder-request-rename-group): Rename marks file.
1167         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
1168         (nnfolder-request-set-mark, nnfolder-request-update-info)
1169         (nnfolder-group-marks-pathname, nnfolder-save-marks)
1170         (nnfolder-open-marks): New functions.
1171         (top-level): Require gnus.
1172
1173 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1174
1175         * nnweb.el (nnweb-type-definition): Use google raw file.
1176         (nnweb-google-parse-1): Ditto.
1177         (nnweb-google-identity): Ditto.
1178         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
1179         (nnweb-altavista-wash-article): Ditto.
1180         (nnweb-request-article): Remove nnweb-decode-entities.
1181
1182         * nnml.el: Require 'gnus.
1183
1184 2001-08-25  Simon Josefsson  <jas@extundo.com>
1185
1186         * nnml.el (nnml-marks-is-evil): Add doc.
1187
1188 2001-08-25  Simon Josefsson  <jas@extundo.com>
1189
1190         * nnml.el (nnml-save-marks): Wrap saving marks in a
1191         condition-case, to allow user to start Gnus if saving marks failed
1192         for some reason.
1193
1194 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195
1196         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
1197
1198         * gnus-group.el (gnus-update-group-mark-positions): Bind
1199         gnus-group-update-hook to nil.
1200
1201 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1202
1203         * mml.el (mml-generate-mime-1): Force as multibyte string.
1204
1205 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1206
1207         * gnus-sum.el (gnus-summary-insert-line)
1208         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
1209         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
1210
1211         * gnus-spec.el (gnus-correct-substring): Take optional END.
1212
1213         * nnrss.el (nnrss-request-article): Remove \n.
1214         (nnrss-retrieve-headers): Lines number is -1.
1215
1216 2001-08-24  Simon Josefsson  <jas@extundo.com>
1217
1218         * gnus-group.el (gnus-info-clear-data): Call
1219         nnfoo-request-set-mark to propagate marks.  Fix bug:
1220         `gnus-group-update-line' doesn't update read range unless we call
1221         `gnus-get-unread-articles-in-group' first.
1222
1223         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
1224         to server.
1225
1226 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1227
1228         * gnus-util.el (gnus-create-info-command): Return an interactive
1229         function.
1230
1231 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1232         From Katsumi Yamaoka <yamaoka@jpl.org>
1233
1234         * gnus-spec.el (gnus-parse-complex-format): Use equal.
1235
1236 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * gnus-sum.el (gnus-select-newsgroup): Use it.
1239
1240         * gnus-util.el (gnus-not-ignore): New function.
1241
1242         * lpath.el (featurep): Don't fbind char-int.
1243
1244         * gnus-util.el (gnus-create-info-command): New function.
1245
1246         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
1247         right node.
1248
1249         * gnus-sum.el (gnus-select-newsgroup): Clean up.
1250         (gnus-summary-limit-children): Use 'identity instead of `all'.
1251         (gnus-summary-limit-to-display-predicate): New command and
1252         keystroke.
1253
1254 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1255
1256         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
1257
1258         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
1259
1260 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * gnus-spec.el: Add the Gnus version.
1263         (gnus-update-format-specifications): If the Gnus version changes,
1264         nix out the format spec cache.
1265
1266         * gnus.el (gnus-continuum-version): Made into a command and
1267         optionalize the VERSION.
1268
1269         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
1270         the start of the lines.
1271
1272 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * gnus.el (gnus-visual-p): Define function before use of
1275         function.
1276
1277 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
1280         (gnus-article-mark-to-type): New function.
1281         (gnus-update-missing-marks): Only update marks of type 'list.
1282
1283         * gnus.el (gnus-article-special-mark-lists): New variable.
1284
1285 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1286
1287         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
1288         (gnus-select-newsgroup): Still use 'all.
1289         (gnus-summary-initial-limit): Comparing with 'all.
1290
1291 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1292
1293         * gnus-start.el (gnus-activate-group): If dont-check, don't update
1294         active.
1295
1296 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1297
1298         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
1299         nnslashdot-*-retrieve-headers.
1300         (nnslashdot-request-article): Fix for slashcode 2.2.
1301         (nnslashdot-make-tuple): New.
1302         (nnslashdot-read-groups): Use it.
1303
1304 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305
1306         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
1307         list.
1308
1309         * gnus-sum.el (gnus-summary-move-article): Don't select article.
1310
1311 2001-08-20  Simon Josefsson  <jas@extundo.com>
1312
1313         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
1314         opened, error instead of continuing (and exploding later).
1315
1316 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * gnus.el (gnus-expand-group-parameters): Return the parameter
1319         list.
1320
1321         * gnus-sum.el (gnus-summary-show-article): Doc fix.
1322         (gnus-summary-show-article): Guess at charset if required.
1323
1324         * gnus-spec.el (gnus-correct-substring): Stopped one character
1325         before we wanted.
1326
1327 2001-08-19  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
1328
1329         * earcon.el (earcon-auto-play): Remove unused option.
1330
1331 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1332
1333         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
1334         message down in levels, since it happens very fast.
1335
1336         * smiley-ems.el (smiley-update-cache): Respect the symbol version
1337         of smiley-regexp-alist.
1338
1339         * mm-view.el (mm-inline-text): Ignore vcard errors.
1340
1341         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
1342
1343         * gnus-score.el (gnus-all-score-files): Use append instead of
1344         nconc.
1345
1346         * gnus.el (gnus-splash-face): Doc fix.
1347
1348         * mm-decode.el (mm-mailcap-command): Use
1349         mm-path-name-rewrite-functions.
1350         (mm-path-name-rewrite-functions): New variable.
1351
1352         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
1353         (gnus-complex-form-to-spec): Insert tab.
1354         (gnus-spec-tab): New function.
1355
1356         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
1357         entering the group.
1358
1359         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
1360         the positional spec.
1361         (gnus-parse-complex-format): React to %C.
1362
1363         * gnus-ems.el (gnus-char-width): Moved here.
1364
1365         * gnus-sum.el (gnus-select-newsgroup): Set
1366         gnus-newsgroup-articles.
1367         (gnus-unseen-mark): New variable.
1368         (gnus-newsgroup-unseen): Ditto.
1369         (gnus-newsgroup-seen): Ditto.
1370         (gnus-adjust-marked-articles): Use them.
1371         (gnus-update-marks): Use them.
1372         (gnus-summary-update-secondary-mark): Display.
1373         (gnus-summary-prepare-threads): Display.
1374
1375         * gnus-msg.el (gnus-inews-group-method): Use and return the
1376         method, not the server.
1377
1378 2001-08-19  Simon Josefsson  <jas@extundo.com>
1379
1380         * gnus-srvr.el (gnus-server-agent-face): New.
1381         (gnus-server-agent-face): New.
1382         (gnus-server-mode): Turn on font-lock-mode.
1383
1384         * gnus.el (gnus-server-visual): Add defgroup.
1385
1386 2001-08-19  Simon Josefsson  <jas@extundo.com>
1387         From Joe Casadonte <jcasadonte@northbound-train.com>
1388
1389         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
1390         gnus-server-denied-face): New.
1391         (gnus-server-opened-face, gnus-server-closed-face,
1392         gnus-server-denied-face): New.
1393         (gnus-server-font-lock-keywords): Add.
1394
1395 2001-08-19  Simon Josefsson  <jas@extundo.com>
1396
1397         * nnml.el (nnml-request-set-mark): Return nil.
1398         (nnml-save-marks): Use nnml-possibly-create-directory.
1399         (nnml-open-marks): Only work in temp buffer when inserting/reading
1400         .marks file.
1401
1402 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1403
1404         * gnus.el (gnus-expand-group-parameters): Fix.
1405
1406         * gnus-spec.el (gnus-char-width): New.
1407         (gnus-correct-substring, gnus-correct-length): Use it.
1408
1409         * message.el (message-required-mail-headers): Fix doc.
1410
1411 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1412
1413         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
1414
1415         * mm-decode.el (mm-save-part-to-file): Insert the handle.
1416
1417 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1418
1419         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
1420         slashdot 2.2 (not fully fixed yet).
1421         (nnslashdot-request-article): Ditto.
1422
1423 2001-08-18  Simon Josefsson  <jas@extundo.com>
1424
1425         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
1426         nnimap.
1427
1428         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
1429         gnus-util.
1430         (nnimap-request-update-info-internal): Use new functions.
1431
1432         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
1433         new functions.
1434
1435 2001-08-18  Simon Josefsson  <jas@extundo.com>
1436
1437         Make nnml groups self-contained as far as marks are concerned.
1438
1439         * nnml.el (nnml-request-delete-group): Delete marks file.
1440         (nnml-request-rename-group): Move marks file.
1441         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
1442         variables.
1443         (nnml-request-set-mark, nnml-request-update-info): New server
1444         functions.
1445         (nnml-save-marks, nnml-open-marks): New functions.
1446
1447 2001-08-18  Simon Josefsson  <jas@extundo.com>
1448
1449         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
1450         `set' when setting marks.
1451
1452 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1453
1454         * gnus.el (gnus-info-find-node): Take an argument.
1455
1456         * gnus-art.el (gnus-button-handle-info): New.
1457         (gnus-url-unhex-string): Replace "+" with " ".
1458
1459 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1460
1461         * message.el (message-check-news-header-syntax): Check bad From.
1462
1463 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * gnus-spec.el (gnus-correct-length): New function.
1466         (gnus-correct-substring): New function.
1467         (gnus-tilde-max-form): Use it.
1468
1469 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
1470
1471         * nnmh.el: Docstring changes as below.
1472
1473         * nnml.el: Docstring changes as below.
1474
1475         * nnbabyl.el: Docstring changes as below.
1476
1477         * nnmbox.el: Docstring changes as below.
1478
1479         * nnfolder.el: Added docstrings identifying each virtual server
1480         parameter.
1481
1482 2001-08-18  Simon Josefsson  <jas@extundo.com>
1483
1484         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
1485
1486 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
1487
1488         * message.el: rename "Abort Message" to "Postpone Message".
1489         Remove "Attach file as MIME" from Message menu, it's already in
1490         the MIME menu.
1491
1492 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1493
1494         * smime.el (smime-point-at-eol): eval-and-compile.
1495         (smime-make-temp-file): New.
1496         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
1497         Use it.
1498
1499 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1500
1501         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
1502         (gnus-agent-summary-fetch-group): New command and keystroke.
1503
1504         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
1505         (gnus-mime-display-security): Make it respect
1506         gnus-unbuttonized-mime-type-p.
1507
1508         * gnus-sum.el (gnus-articles-to-read): Comments.
1509         (gnus-article-marked-p): New function.
1510         (gnus-summary-display-make-predicate): New function.
1511         (gnus-select-newsgroup): Use them.
1512
1513         * mm-decode.el (mm-save-part-to-file): Made it not error.
1514
1515 2001-08-17  Simon Josefsson  <jas@extundo.com>
1516
1517         * imap.el (imap-wait-for-tag): If process-status isn't open or
1518         run, return nil instead of sit-for looping.
1519
1520 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * lpath.el (featurep): fbind xml-parse-region.
1523
1524         * gnus.el (gnus-message-archive-method): Default to "archive".
1525         (gnus-message-archive-method): Doc fix.
1526         (gnus-parameters-get-parameter): Cleaned up.
1527         (gnus-expand-group-parameter): New function.
1528
1529         * gnus-start.el (gnus-setup-news): Push the archive server only
1530         the server list.
1531
1532         * mml.el (mml-menu): Changed name to "Attachments".
1533
1534         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
1535         when there is something to detroy.
1536
1537 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1538
1539         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
1540         nil.
1541
1542 2001-08-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1543
1544         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
1545         which specifies a time today or tomorrow.
1546
1547 2001-08-15  Simon Josefsson  <jas@extundo.com>
1548         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk)
1549
1550         * gnus-agent.el (gnus-agent-make-mode-line-string)
1551         (gnus-agent-toggle-plugged): Use new API.
1552
1553 2001-08-14  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1554
1555         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
1556         deadline has expired.
1557
1558 2001-08-12  Simon Josefsson  <jas@extundo.com>
1559         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
1560
1561         Support `recent' mark indicating newly arrived messages (to
1562         separate from old but unread messages).
1563
1564         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
1565         `nnmail-split-history' if recent is > 0.
1566         (nnimap-request-update-info-internal): Update `recent' marks.
1567         (nnimap-request-set-mark): Never set `recent' marks.
1568         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
1569         recent.
1570
1571         * gnus-sum.el (gnus-recent-mark): New mark.
1572         (gnus-newsgroup-recent): New variable.
1573         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
1574         (gnus-summary-prepare-threads): Mark recent articles.
1575         (gnus-summary-add-mark): Support recent.
1576         (gnus-summary-update-secondary-mark): Support recent.
1577
1578         * gnus.el (gnus-article-mark-lists): Add recent.
1579
1580 2001-08-12  Simon Josefsson  <jas@extundo.com>
1581
1582         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
1583         whether successful decoding took place.  Add doc.
1584
1585 2001-08-12  Simon Josefsson  <jas@extundo.com>
1586         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
1587
1588         * gnus.el (gnus-summary-line-format, gnus-parameters):
1589         * gnus-gl.el (gnus-summary-grouplens-line-format):
1590         * gnus-salt.el (gnus-summary-pick-line-format):
1591         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
1592
1593 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
1594         Committed by Kai Gro\e,A_\e(Bjohann.
1595
1596         * gnus-score.el (gnus-score-string): Fix `match' regexp
1597         for `extra' header case.
1598
1599 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1600
1601         * nnmbox.el (nnmbox-read-mbox): No warning.
1602
1603 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1604
1605         * nndoc.el (nndoc-article-type): Fix doc.
1606         (nndoc-generate-article-function): New.
1607         (nndoc-dissection-function): New.
1608         (nndoc-type-alist): Add oe-dbx.
1609         (nndoc-oe-dbx-type-p): New.
1610         (nndoc-oe-dbx-dissection): New.
1611         (nndoc-oe-dbx-generate-article): New.
1612
1613 2001-08-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1614
1615         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
1616         whether deadline has been reached.  Patch from Dan Nicolaescu
1617         <dann@godzilla.ics.uci.edu>.
1618
1619 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1620
1621         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
1622         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
1623         <rintaman@cs.Helsinki.FI>.
1624
1625         * mail-source.el (mail-source-movemail): The error buffer is
1626         modified, but nothing in it.
1627
1628 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1629
1630         * message.el (message-bogus-system-names): New.
1631         (message-make-fqdn): Use it.
1632
1633 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1634
1635         * nndraft.el (nndraft-request-group): Use
1636         nndraft-auto-save-file-name.
1637
1638 2001-08-09  Simon Josefsson  <jas@extundo.com>
1639
1640         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
1641         Don't ask whether to decrypt.  Just leave result in buffer (don't
1642         call mm).
1643
1644         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
1645         parts as well.
1646         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
1647         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
1648
1649 2001-08-09  Simon Josefsson  <jas@extundo.com>
1650
1651         * mm-decode.el (mm-insert-part): Return decoding success status.
1652         (mm-save-part-to-file): Error if decoding failed.
1653
1654 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1655
1656         * message.el (message-tab): Use indent-relative.
1657         (message-mode): Don't bind indent-line-function to indent-relative.
1658
1659 2001-08-09  Simon Josefsson  <jas@extundo.com>
1660
1661         * message.el (message-get-reply-headers): Fix string. Suggested by
1662         Christoph Conrad <cc@cli.de>.
1663
1664 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1665
1666         * message.el (message-tab): Use the current value of
1667         indent-line-function.
1668         (message-mode): Bind indent-line-function to indent-relative.
1669
1670 2001-08-08  Simon Josefsson  <jas@extundo.com>
1671
1672         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
1673         whether `imtest' is installed.
1674
1675 2001-08-04  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
1676         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
1677
1678         * gnus-sum.el (gnus-summary-show-article): Call
1679         gnus-summary-update-secondary-secondary-mark.
1680         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
1681         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
1682
1683 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1684
1685         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
1686
1687         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
1688
1689         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
1690         <gerd@gnu.org>.
1691
1692         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
1693
1694         * gnus-util.el (gnus-output-to-rmail): Ditto.
1695         (gnus-output-to-mail): Ditto.
1696
1697         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
1698
1699 2001-08-06  Florian Weimer   <fw@deneb.enyo.de>
1700
1701         * message.el (message-indent-citation): Use
1702         `message-yank-cited-prefix' for empty lines.
1703
1704 2001-08-05  Florian Weimer   <fw@deneb.enyo.de>
1705
1706         * message.el (message-indent-citation): Quote only lines starting
1707         with ">" using `message-yank-cited-prefix'.
1708
1709 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
1710
1711         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
1712         gnus-cache-fully-p.
1713
1714 2001-08-04  Simon Josefsson  <jas@extundo.com>
1715
1716         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
1717         file if it doesn't exist (by calling gnus-cache-read-active).
1718
1719 2001-08-04  Simon Josefsson  <jas@extundo.com>
1720
1721         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
1722         (gnus-cache-passively-or-fully-p): Removed.
1723         (gnus-cache-fully-p): Fix it.
1724
1725         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
1726
1727 2001-08-04  Simon Josefsson  <jas@extundo.com>
1728
1729         * gnus-cache.el (gnus-cache-fully-p)
1730         (gnus-cache-passively-or-fully-p): New functions.
1731         (gnus-cache-possibly-enter-article): Cosmetic change, use
1732         `g-c-p-o-f-p'.
1733         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
1734         was bogus (`g-c-p-a-a' does not change active info, just change
1735         the functions parameters).
1736         (gnus-cache-possibly-remove-articles-1): Make sure articles are
1737         not removed in groups that match `gnus-uncacheable-groups'.
1738
1739         Reported and modifications based on discussions with Nuutti
1740         Kotivuori <nuutti.kotivuori@smarttrust.com>.
1741
1742 2001-08-04  Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
1743         Committed by Simon Josefsson  <jas@extundo.com>
1744
1745         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
1746         calls `gnus-cache-update-active' if bounds has been extended.
1747
1748 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1749
1750         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
1751         before remove.
1752         (gnus-mime-security-show-details): Ditto.
1753
1754 2001-08-04  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1755
1756         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
1757         syntax.  Protect string-match against nil string and regexp.
1758
1759 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1760
1761         * mm-util.el (mm-find-charset-region): Remove control-1.
1762
1763 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1764
1765         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
1766
1767 2001-08-04  Simon Josefsson  <jas@extundo.com>
1768
1769         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
1770         buffer.  Delete MIME-Version header.
1771
1772 2001-08-03  Simon Josefsson  <jas@extundo.com>
1773
1774         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
1775         that is entered does not necessarily have the highest article
1776         number in the group, so use `gnus-cache-possibly-alter-active'
1777         instead of `gnus-cache-update-active'.
1778
1779 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1780
1781         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
1782
1783 2001-08-03  Simon Josefsson  <jas@extundo.com>
1784
1785         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
1786         menu.
1787
1788 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * gnus.el (post-method): New group parameter.  It also provides
1791         the user option `gnus-post-method-alist' and the internal function
1792         `gnus-parameter-post-method'.
1793
1794         * gnus-msg.el (gnus-post-method): Bind the value of
1795         `gnus-post-method' to the group parameter if it is defined.
1796
1797 2001-08-02  Simon Josefsson  <jas@extundo.com>
1798
1799         * smime.el (smime-extra-arguments): Removed.
1800         (smime-call-openssl-region): Don't use it.
1801
1802 2001-08-02  Simon Josefsson  <jas@extundo.com>
1803
1804         * smime.el (smime-sign-region): Handle stderr.
1805         (smime-encrypt-region): Ditto.
1806
1807         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
1808         match the ASN.1 length bytes.
1809         (mm-pkcs7-enveloped-magic): Ditto.
1810         (mm-view-pkcs7-get-type): Don't regexp quote.
1811
1812 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1813         From Andreas Fuchs <asf@void.at>
1814
1815         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
1816
1817 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1818
1819         * gnus-art.el (gnus-header-button-alist): References regexp.
1820
1821 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
1822
1823         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
1824         already fboundp.  Add INTERACTIVE arg to autoload form.
1825
1826 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1827
1828         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
1829
1830         * nnmail.el (nnmail-cache-open): Ditto.
1831
1832 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1833
1834         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
1835
1836 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1837
1838         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
1839
1840 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1841         Originally from Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1842
1843         * gnus-agent.el (gnus-agent-make-mode-line-string): New.
1844         (gnus-agent-toggle-plugged): Use it.
1845
1846 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
1847
1848         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
1849         (gnus-ding-file-coding-system): New variable.
1850         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
1851         (gnus-slave-save-newsrc): Use it.
1852
1853 2001-07-31  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1854
1855         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
1856         syntax.
1857
1858 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1859         Originally from Andreas Fuchs <asf@void.at>
1860
1861         * mml2015.el (mml2015-trust-boundaries-alist)
1862         (mml2015-gpg-pretty-print-fpr): New.
1863         (mml2015-gpg-extract-signature-details): More details, rename from
1864         `m-g-e-from'.
1865         (mml2015-gpg-verify): Use them.
1866         (mml2015-gpg-clear-verify): Use them.
1867
1868 2001-07-31  Simon Josefsson  <jas@extundo.com>
1869
1870         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
1871         buffer when done.
1872
1873 2001-07-30  Simon Josefsson  <jas@extundo.com>
1874
1875         * smime.el (smime-call-openssl-region): Revert previous change,
1876         just pass on buf to `call-process-region'.
1877         (smime-verify-region): Doc fix.  Don't message stuff.  Use
1878         `smime-new-details-buffer'.  Inserts error messages into buffer.
1879         (smime-noverify-region): Ditto.
1880         (smime-decrypt-region): Ditto.  Handles stderr separately.
1881         (smime-verify-buffer, smime-noverify-buffer)
1882         (smime-decrypt-buffer): Doc fix.
1883         (smime-new-details-buffer): New function.
1884         (smime-pkcs7-region, smime-pkcs7-certificates-region)
1885         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
1886         (smime-sign-region, smime-encrypt-region): Don't use
1887         `insert-buffer'.
1888
1889         * mml-smime.el (mml-smime-verify): Fix security button strings.
1890
1891 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1892
1893         * gnus-art.el (gnus-mime-save-part-and-strip): Save
1894         gnus-article-mime-handles.
1895
1896 2001-07-29  Simon Josefsson  <jas@extundo.com>
1897
1898         * mail-source.el (top-level): Require message for message-directory.
1899         (mail-source-directory): Change default to message-directory.
1900
1901         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
1902         (smime-certificate-directory, smime-openssl-program)
1903         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
1904         (smime-extra-arguments): New variable.
1905         (smime-dns-server): Fix customize group.
1906         (smime-call-openssl-region): Use `smime-extra-arguments'.
1907
1908 2001-07-29  Simon Josefsson  <jas@extundo.com>
1909         From Vladimir Volovich <vvv@vsu.ru>
1910
1911         * smime.el (smime-call-openssl-region): Ignore stderr.
1912
1913 2001-07-29  Simon Josefsson  <jas@extundo.com>
1914         From Christoph Conrad <christoph.conrad@gmx.de>
1915
1916         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
1917         file.
1918
1919 2001-07-29  Simon Josefsson  <jas@extundo.com>
1920
1921         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
1922
1923         Support S/MIME decryption.
1924
1925         * mm-decode.el (mm-inline-media-tests):
1926         (mm-inlined-types):
1927         (mm-automatic-display):
1928         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
1929
1930         * mm-view.el (mm-pkcs7-signed-magic):
1931         (mm-pkcs7-enveloped-magic): New variables.
1932         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
1933         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
1934         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
1935         PKCS#7 blobs.
1936
1937         * smime.el (smime-decrypt-region): Expand keyfile.
1938
1939 2001-07-29  Simon Josefsson  <jas@extundo.com>
1940
1941         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
1942         `ssl.el' variables.
1943
1944         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
1945         but line instead of narrowing to it, because `nnmail-parse-active'
1946         calls widen.  Thanks to Christoph Conrad
1947         <christoph.conrad@gmx.de>.
1948
1949 2001-07-29  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1950
1951         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
1952         for %B spec.
1953
1954         * gnus-sum.el (gnus-summary-prepare-threads): If
1955         gnus-sum-thread-tree-root is nil, use subject instead.
1956         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
1957         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
1958         (gnus-sum-thread-tree-leaf-with-other)
1959         (gnus-sum-thread-tree-single-leaf): Documentation.
1960         (gnus-sum-thread-tree-single-indent): Allow nil.
1961
1962 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1963
1964         * message.el (message-fill-paragraph): Do nothing if the user
1965         wants filladapt-mode.
1966
1967 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1968
1969         * mm-decode.el (mm-image-type-from-buffer): New.
1970         (mm-get-image): Use it.
1971
1972 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1973
1974         * gnus.el (gnus-large-newsgroup): If it is nil, ...
1975
1976         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
1977         mm-display-parts too.
1978
1979 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1980
1981         * nnfolder.el (nnfolder-request-accept-article): Bind
1982         nntp-server-buffer.
1983
1984         * nnmail.el (nnmail-parse-active): Read from buffer instead of
1985         nntp-server-buffer.
1986
1987 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1988
1989         * message.el (message-check-news-header-syntax): Use
1990         message-post-method.
1991         (message-send-news): Bind message-post-method.
1992
1993 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
1994
1995         * mml.el (mml-tweak-type-alist): New.
1996         (mml-tweak-function-alist): New.
1997         (mml-tweak-part): New.
1998         (mml-generate-mime-1): Use it.
1999
2000 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2001
2002         * nnfolder.el (nnfolder-request-accept-article): Replace
2003         nnfolder-request-list.
2004
2005 2001-07-27  Simon Josefsson  <jas@extundo.com>
2006
2007         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
2008         nnoo-change-server failed to do it.
2009
2010 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2011
2012         * gnus.el (gnus-parameters): Make it customizable.
2013
2014 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2015
2016         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
2017
2018         * message.el (message-set-auto-save-file-name): More
2019         poor-system-types.
2020
2021         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
2022
2023         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
2024         supports +.
2025
2026 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2027
2028         * mm-decode.el (mm-readable-p): New.
2029         (mm-inline-media-tests): Fix the default testers.
2030
2031 2001-07-26  Simon Josefsson  <jas@extundo.com>
2032
2033         * nnimap.el (nnimap-version): Bump version number.
2034
2035 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2036         From Steven E. Harris <seh@speakeasy.org>
2037
2038         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
2039         in M$Windows too.
2040
2041 2001-07-26  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2042
2043         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
2044
2045 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2046
2047         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
2048
2049         * mm-decode.el (mm-get-image): Guess then use the type.
2050
2051         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
2052
2053 2001-07-25 12:54:00  Danny Siu <dsiu@adobe.com>
2054
2055         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
2056         display (%B) for threads if threading is off.
2057
2058 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2059         From Henrik Enberg <henrik@enberg.org>
2060
2061         * gnus-msg.el: Customization patch.
2062
2063 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
2064
2065         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
2066         variable.
2067         (nnmail-split-fancy-with-parent): Ignore certain groups.
2068
2069 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2070
2071         * gnus-util.el (gnus-byte-compile): New.
2072         (gnus-use-byte-compile): New.
2073         (gnus-make-sort-function): Use it.
2074
2075         * nnmail.el (nnmail-get-new-mail): Use it.
2076
2077         * gnus-agent.el (gnus-category-make-function): Simple function or
2078         compiled function.
2079         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
2080
2081         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
2082         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
2083         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
2084
2085         * message.el (message-check-news-header-syntax): Remove quote.
2086
2087 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2088
2089         * message.el (message-use-mail-followup-to): `t' is not a
2090         documented value.
2091
2092 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2093
2094         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
2095
2096 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2097
2098         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
2099         there are long lines.
2100
2101 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * dgnushack.el (copy-list): New compiler macro.
2104
2105 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2106
2107         * message.el (message-bounce): If no Return-Path, the whole
2108         content is considered as the original message.
2109
2110         * nnml.el (nnml-check-directory-twice): New.
2111         (nnml-article-to-file): Use it.
2112         (nnml-retrieve-headers): Hack it.
2113
2114 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2115
2116         * gnus-win.el (gnus-buffer-configuration): New configure.
2117
2118         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
2119         not alive.
2120
2121         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
2122         (mm-display-external): Use display-term configure.
2123
2124 2001-07-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2125
2126         * gnus-delay.el (gnus-delay-default-hour): New variable.
2127         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
2128
2129 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2130         From Karl Kleinpaste <karl@charcoal.com>
2131
2132         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
2133         (gnus-summary-prepare-threads): Ditto.
2134
2135         * gnus.el (gnus-summary-line-format): Add %B.
2136
2137 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2138
2139         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
2140
2141         * mm-util.el (mm-string-as-multibyte): New.
2142
2143         * nnmh.el (nnmh-request-list-1): Encode, not decode!
2144
2145 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2146
2147         * mm-util.el (mm-universal-coding-system): New.
2148
2149         * gnus-start.el (gnus-startup-file-coding-system): Use it.
2150
2151         * score-mode.el (score-mode-coding-system): Use it.
2152
2153 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * gnus-start.el (gnus-setup-news): Call
2156         `gnus-check-bogus-newsgroups' just after the native server is
2157         opened.
2158
2159 2001-07-23  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2160
2161         * nnmail.el (nnmail-do-request-post): Util function to be used by
2162         `nnchoke-request-post' for all nnmail-derived backends.
2163
2164         * nnml.el (nnml-request-post): Use it.
2165
2166         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
2167         backend, for it groks nnml-request-post.
2168
2169         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
2170         Treat `mail-post' backends like `mail' backends, not like `news'
2171         backends.
2172
2173 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2174
2175         * gnus-msg.el (gnus-setup-message): make-local-hook.
2176
2177 2001-07-22  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2178
2179         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
2180         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
2181         <karl@charcoal.com>, slightly changed by Kai.
2182
2183         * message.el (message-check-news-header-syntax): When checking
2184         whether the groups exist, check the right server based on
2185         `gnus-post-method'.
2186
2187 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2188
2189         * gnus-delay.el: New file.
2190
2191 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2192
2193         * mm-util.el (mm-read-coding-system): Take two arguments.
2194
2195         * gnus-sum.el (gnus-summary-show-article): Use
2196         mm-read-coding-system.
2197
2198         * gnus-art.el (article-de-quoted-unreadable):
2199         (article-de-base64-unreadable, article-wash-html):
2200         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
2201
2202 2001-07-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2203
2204         * nnml.el (nnml-request-post): New function.  Can be used for
2205         annotations in nnml groups.
2206
2207 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
2210         command.
2211
2212         * gnus-start.el (gnus-find-new-newsgroups): Use
2213         `message-make-date' instead of `current-time-string'.
2214         (gnus-ask-server-for-new-groups): Ditto.
2215         (gnus-check-first-time-used): Ditto.
2216
2217 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2218
2219         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
2220
2221 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
2222
2223         * message.el (message-shorten-references): Change `maxcount' and
2224         `cut' to obey USEFOR draft 5.
2225
2226 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
2227
2228         * gnus-sum.el (gnus-summary-display-arrow): New variable.
2229         (gnus-summary-set-article-display-arrow): New function.
2230         (gnus-summary-goto-subject): Use it.
2231
2232 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2233
2234         * gnus-sum.el (gnus-summary-import-article): Insert date if
2235         doesn't exist.
2236
2237 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2238
2239         * mml.el (mml-content-type-parameters): New.
2240         (mml-content-disposition-parameters): New.
2241         (mml-insert-mime-headers): Use them.
2242         (mml-parse-1): Accept charset.
2243
2244 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2245
2246         * gnus-group.el (gnus-group-select-group): Doc fix.
2247
2248         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
2249
2250 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2251
2252         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
2253         to handle `define-derived-mode'.
2254
2255 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2256         From:  Stefan Monnier  <monnier@cs.yale.edu>
2257
2258         * message.el (message-mode): Use define-derived-mode.
2259         (message-tab): message-completion-alist.
2260
2261         * imap.el (imap-interactive-login): Use make-local-variable.
2262         (imap-open): Ditto.
2263         (imap-authenticate): Ditto.
2264
2265         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
2266
2267         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
2268
2269 2001-07-16  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2270
2271         * message.el (message-citation-line-function): Refer to
2272         gnus-cite-attribution-suffix.
2273
2274 2001-07-15  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2275
2276         * gnus-art.el,...: Error convention changes.
2277
2278 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2279
2280         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
2281
2282 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2283
2284         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
2285         (nnrss-read-server-data): Ditto.
2286
2287 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2288
2289         * gnus-setup.el (gnus-use-installed-gnus): Typo.
2290         * Cleanup files.
2291         From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
2292
2293 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2294
2295         * gnus.el (gnus-summary-line-format): Add %o.
2296
2297         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
2298         unless shell outputs something.
2299
2300 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2301
2302         * gnus-art.el (gnus-boring-article-headers): Better doc.
2303         (article-hide-headers): Better regexp.
2304         Suggested by Matt Swift <swift@alum.mit.edu>.
2305
2306         * nnheader.el (nnheader-max-head-length): Better doc.
2307         (nnheader-header-value): Skip spaces.
2308         (nnheader-parse-head): Remove space.
2309         Suggested by Matt Swift <swift@alum.mit.edu>.
2310
2311         * gnus-sum.el (gnus-summary-show-raw-article): New function.
2312         (gnus-get-newsgroup-headers): Remove space.
2313
2314 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2315
2316         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
2317         (gnus-summary-reply): Use it.
2318         (gnus-summary-reply-broken-reply-to): New.
2319         (gnus-msg-force-broken-reply-to): New.
2320
2321         * mm-view.el (mm-inline-text): Showing as text/plain when error.
2322
2323 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2324
2325         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
2326
2327 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2328
2329         * mm-decode.el (mm-external-terminal-program): New variable.
2330         (mm-display-external): Use it. Use term to display when no
2331         window-system.
2332
2333 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
2334
2335         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
2336         Browse->Next entries to Browse->Prev
2337
2338 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2339
2340         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
2341
2342 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2343
2344         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
2345         for the default encoding.
2346
2347         * nnrss.el (nnrss-url-field): New field.
2348         (nnrss-request-article): Add newsgroups.
2349
2350         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
2351
2352 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2353
2354         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
2355
2356         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
2357         (gnus-draft-setup): Remove backlog.
2358
2359 2001-07-10  Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2360
2361         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
2362         Cleanup.
2363
2364 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2365
2366         * gnus-msg.el (gnus-bug): Erase buffer.
2367
2368         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
2369
2370 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2371
2372         * mm-decode.el (mm-attachment-override-p): Fix typo.
2373
2374 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
2375
2376         * gnus-kill.el (gnus-execute): Work with the extra headers.
2377         * gnus-sum.el (gnus-summary-execute-command): Ditto.
2378
2379 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2380
2381         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
2382         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
2383
2384         * message.el (message-send-mail-real-function): New variable.
2385         (message-send-mail-partially, message-send-mail):
2386
2387         * nngateway.el (nngateway-request-post): Use it.
2388
2389         * gnus-agent.el (gnus-agentize): Use it.
2390
2391         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
2392         (nnsoup-revert-variables): Use it.
2393
2394 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
2395
2396         * mm-decode.el (mm-inline-media-tests): Default to displaying as
2397         text/plain if the type doesn't match any other media types.
2398         (mm-inlined-types): Doc fix.
2399         (mm-display-inline): Revert previous change (now handled by a
2400         default type in `mm-inline-media-tests'.
2401         (mm-inlinable-p): Revive.
2402         (mm-display-part): Call `mm-inlinable-p'.
2403         (mm-attachment-override-p): Ditto.
2404         (mm-inlined-p): Doc fix.
2405
2406         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
2407         well as `mm-inlined-p'.
2408
2409 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2410
2411         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
2412         (nntp-send-command-and-decode): Use gnus-point-at-bol.
2413
2414 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2415         From  Paul Jarc <prj@po.cwru.edu>
2416
2417         * message.el (message-use-mail-followup-to): New variable.
2418         (message-get-reply-headers): Use it.
2419
2420 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
2421
2422         * nnheader.el (nnheader-init-server-buffer): Make sure the
2423         *nntpd* buffer is made multibyte instead of a random buffer.
2424
2425 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2426
2427         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
2428         when it returns headers.
2429
2430 2001-07-07  Simon Josefsson  <jas@extundo.com>
2431
2432         * rfc2047.el (rfc2047-encode-message-header): Skip header when
2433         trying to fold. Thanks to Colin Walters
2434         <walters@cis.ohio-state.edu>
2435
2436 2001-07-06  Simon Josefsson  <jas@extundo.com>
2437
2438         * imap.el (imap-parse-address-list, imap-parse-flag-list)
2439         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
2440         Add information in `assert's.
2441
2442         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
2443         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
2444         and `nnimap-group-overview-filename', should handle all
2445         change-of-uidvalidity related issues.  But there may be other
2446         problems.)
2447
2448 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
2449
2450         * rfc2047.el (rfc2047-encode-message-header): Don't include the
2451         header name when folding.
2452
2453 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
2454
2455         * mm-decode.el (mm-inlined-types): Document relationship with
2456         `mm-inline-media-tests'.
2457         (mm-display-inline): Default to displaying as plain text if no
2458         inlining handler is available.
2459         (mm-inlinable-p): Remove.
2460         (mm-inlined-p): Don't call `mm-inlinable-p'.
2461         (mm-automatic-display-p): Ditto.
2462         (mm-attachment-override-p): Ditto.
2463
2464 2001-07-04  Simon Josefsson  <jas@extundo.com>
2465
2466         * nnimap.el (nnimap-importantize-dormant): New variable.
2467         (nnimap-request-update-info-internal): Use it.
2468         (nnimap-request-set-mark): Ditto.
2469
2470 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
2471
2472         * nntp.el (nntp-send-command): don't pass a buffer argument to
2473         `point'. Only XEmacs accepts this.
2474         * nntp.el (nntp-send-command-nodelete): ditto.
2475         * nntp.el (nntp-send-command-and-decode): ditto.
2476
2477 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
2478
2479         * nntp.el (nntp-open-connection-function): doc update.
2480         * nntp.el (nntp-pre-command): New.
2481         * nntp.el (nntp-via-rlogin-command): New.
2482         * nntp.el (nntp-via-telnet-command): New.
2483         * nntp.el (nntp-via-telnet-switches): New.
2484         * nntp.el (nntp-via-user-name): New.
2485         * nntp.el (nntp-via-user-password): New.
2486         * nntp.el (nntp-via-address): New.
2487         * nntp.el (nntp-via-envuser): New.
2488         * nntp.el (nntp-via-shell-prompt): New.
2489         * nntp.el (nntp-open-telnet-stream): New.
2490         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
2491         * nntp.el (nntp-open-via-telnet-and-telnet): New.
2492         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
2493         * nntp.el (nntp-send-command): ditto.
2494         * nntp.el (nntp-send-command-nodelete): ditto.
2495         * nntp.el (nntp-send-command-and-decode): ditto.
2496
2497 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
2498
2499         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
2500         `when'.
2501
2502 2001-07-03  Simon Josefsson  <jas@extundo.com>
2503         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
2504
2505         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
2506
2507 2001-07-03  Simon Josefsson  <jas@extundo.com>
2508
2509         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
2510         remove it (workaround XEmacs `fill-region' bug).
2511
2512 2001-07-01  Simon Josefsson  <jas@extundo.com>
2513
2514         * nnimap.el (nnimap-date-days-ago): Defeat locale.
2515
2516 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2517
2518         * mml2015.el (mml2015-format-error): New function.
2519         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
2520         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
2521         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
2522
2523 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2524
2525         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
2526         Suggested by Christoph Conrad <C.Conrad@cli.de>.
2527
2528         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
2529         group variables.
2530
2531 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2532
2533         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
2534
2535         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
2536         (nnrss-save-group-data): Ditto.
2537
2538         * gnus-agent.el (gnus-agent-save-alist): Ditto.
2539
2540 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2541
2542         * message.el (message-do-send-housekeeping): Narrow to headers.
2543
2544 2001-06-24  Simon Josefsson  <jas@extundo.com>
2545
2546         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
2547         insertion when breaking lines looked for " \t" instead of "[ \t]".
2548         (rfc2047-encode-message-header): Fold lines even if
2549         no QP encoding is done.
2550
2551 2001-06-23  Simon Josefsson  <jas@extundo.com>
2552         From Samuel Tardieu <sam@inf.enst.fr>
2553
2554         * smime.el (smime-keys): Support additional certificates.
2555         (smime-make-certfiles): New function.
2556         (smime-sign-region): Use previous variables.
2557         (smime-get-certfiles): New function.
2558         (smime-sign-buffer): Use it.
2559         (smime-verify-region): Support both CAfile and CApath.
2560
2561 2001-06-23  Simon Josefsson  <jas@extundo.com>
2562
2563         * smime.el (smime-decrypt-region): Perhaps work.
2564
2565 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2566
2567         * gnus-msg.el (gnus-copy-article-buffer): Typo.
2568
2569 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
2570
2571         * mm-decode.el (mm-save-part): Rewrite file name.
2572         (mm-file-name-rewrite-functions): New variable.
2573         (mm-file-name-delete-whitespace): New function.
2574         (mm-file-name-trim-whitespace): New function.
2575         (mm-file-name-collapse-whitespace): New function.
2576         (mm-file-name-replace-whitespace): New variable and function.
2577
2578 2001-06-22  Simon Josefsson  <jas@extundo.com>
2579
2580         * message.el (message-make-date): Workaround locale for weekdays.
2581
2582 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2583
2584         * message.el (message-goto-body): Return nil if not found. (revert!)
2585
2586 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2587         From Fremlin <chief@bandits.org>
2588
2589         * message.el (message-goto-body): Some messages have no header.
2590
2591         * gnus-msg.el (gnus-copy-article-buffer): Use it.
2592
2593 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
2594
2595         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
2596
2597 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2598
2599         * message.el (message-make-date): Add week day.
2600         Suggested by Jason R. Mastaler <jason@mastaler.com>.
2601
2602 2001-06-19  Simon Josefsson  <jas@extundo.com>
2603
2604         * message.el (message-yank-prefix): Doc fix.
2605         (message-yank-cited-prefix): Ditto.
2606         (message-delete-not-region): Keep citation prefix on first line,
2607         if possible and appropriate.
2608
2609 2001-06-19  Simon Josefsson  <jas@extundo.com>
2610
2611         * imap.el (imap-process-connection-type): New variable.
2612         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
2613         recent `imtest's work completely (no line length issues), while
2614         making making old `imtest's unusable.  Thanks to NAGY Andras
2615         <nagya@inf.elte.hu> for his work.
2616
2617 2000-12-30  NAGY Andras <nagya@inf.elte.hu>
2618
2619         * imap.el (imap-ssl-program): Add -quiet to shut up
2620         OpenSSL/SSLeay's internal debug talk.
2621
2622 2001-06-19  Matt Armstrong <matt@lickey.com>
2623
2624         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
2625         server.
2626
2627 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2628
2629         * nnmail.el (nnmail-article-buffer): New variable.
2630         (nnmail-split-incoming): Use it.
2631
2632 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
2633
2634         * qp.el (quoted-printable-decode-region): If called interactively,
2635         use coding-system-for-read.
2636
2637 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2638
2639         * message.el (message-check-news-header-syntax): Check Reply-To.
2640
2641 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2642
2643         * mml.el (mml-parse-1): Use message options.
2644
2645         * message.el (message-do-fcc): Don't do anything if there is no
2646         FCC.
2647
2648 2001-06-16  Simon Josefsson  <jas@extundo.com>
2649
2650         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
2651         (nnimap-expunge-search-string): New variable.
2652         (nnimap-request-expire-articles): Use it.
2653
2654 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2655
2656         * message.el (message-send-mail-with-qmail): wrong exit status is
2657         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
2658
2659 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2660
2661         * gnus-art.el (article-strip-multiple-blank-lines): Use
2662         delete-region instead of replace-match.
2663
2664 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2665
2666         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
2667         (nnweb-google-wash-article): Ditto.
2668
2669 2001-06-14 Ferenc Wagner <wferi@bolyai1.elte.hu>
2670
2671         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
2672
2673 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
2676         specs.
2677
2678 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2679
2680         * gnus.el (gnus-email-address): Move it here.
2681
2682         * gnus-art.el (article-de-quoted-unreadable): Read charset if
2683         requested.
2684         (article-de-base64-unreadable): Ditto.
2685         (article-wash-html): Ditto.
2686
2687 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2688
2689         * message.el (message-options-set-recipient): Don't add ", "
2690         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
2691
2692 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2693
2694         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
2695
2696 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2697
2698         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
2699         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
2700
2701         * nnrss.el (nnrss-node-text): Node might be nil.
2702
2703 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2704
2705         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
2706         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
2707
2708         * nnrss.el (nnrss-group-alist): More items.
2709
2710 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2711
2712         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
2713
2714 2001-06-03  Dale Hagglund  <rdh@best.com>
2715
2716         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
2717        restrict clauses.
2718
2719 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2720
2721         From Benjamin Rutt <brutt+news@bloomington.in.us>
2722
2723         * message.el (message-wide-reply-confirm-recipients): New variable.
2724
2725 2001-06-06  Mark Thomas  <mthomas@edrc.cmu.edu>
2726
2727         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
2728         fix so it works with XEmacs.
2729
2730 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2731
2732         * nnrss.el (nnrss-retrieve-headers): Support description as extra
2733         headers.
2734
2735 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2736
2737         * nnrss.el: Fix a few bugs.
2738
2739 2001-06-05  Simon Josefsson  <jas@extundo.com>
2740
2741         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
2742         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
2743
2744 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
2745
2746         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
2747         binary so that we don't transmit ISO 2022 garbage to the process.
2748         This is needed under XEmacs.
2749
2750 2001-06-03  Simon Josefsson  <simon@josefsson.org>
2751
2752         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
2753         autoloaded incorrectly below because ssl-program-* is bound.)
2754         Thanks to Amos Gouaux for report.
2755
2756 2001-06-02  Simon Josefsson  <simon@josefsson.org>
2757
2758         * imap.el (imap-kerberos4-open):
2759         (imap-gssapi-open):
2760         (imap-ssl-open):
2761         (imap-network-open):
2762         (imap-shell-open):
2763         (imap-starttls-open): Set buffer to workaround spurious
2764         `accept-process-output' buffer changes.  Thanks to Mats Lidell
2765         <Mats.Lidell@contactor.se> for report and partial patch and Jake
2766         Colman <colman@ppllc.com> for report.
2767
2768 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2769
2770         * gnus-sum.el (gnus-summary-catchup): New argument.
2771         (gnus-summary-catchup-from-here): New function.
2772
2773 2001-05-30  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2774
2775         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
2776         back, then insert glyph.  (Before, the glyph was inserted first,
2777         then the newline.)  This works around a behavior in XEmacs where
2778         it is not possible to insert a character after a glyph which is at
2779         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
2780
2781 2001-05-28  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2782
2783         From Jaap-Henk Hoepman (jhh@xs4all.nl).
2784
2785         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
2786         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
2787         mm-destroy-postponed-undisplay-list): New functions.
2788         (mm-display-external): Use them.
2789
2790 2001-05-27  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2791
2792         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
2793         `default-low' when evaluating `gnus-summary-highlight'.
2794         From Raja R Harinath <harinath@cs.umn.edu>.
2795
2796 2001-05-27  Simon Josefsson  <simon@josefsson.org>
2797
2798         * message.el (message-yank-cited-prefix): New variable.
2799         (message-indent-citation): Use it.
2800
2801         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
2802         as details.
2803         (mml2015-mailcrypt-clear-verify): Ditto.
2804
2805 2001-05-24  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2806         From Nevin Kapur <nevin@jhu.edu>.
2807
2808         * gnus-sum.el (gnus-summary-default-high-score,
2809         gnus-summary-default-low-score): New variables.
2810         (gnus-summary-highlight): Use them.
2811
2812 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
2813
2814         * message.el (message-mail): pass the 'send-actions argument to
2815         `message-setup'.
2816
2817 2001-05-16  Simon Josefsson  <simon@josefsson.org>
2818         From Raymond Scholz <ray-2001@zonix.de>
2819
2820         * gnus-art.el (gnus-mime-view-part-as-charset):
2821         (gnus-mime-internalize-part): Doc fixes.
2822
2823 2001-05-11  Simon Josefsson  <simon@josefsson.org>
2824
2825         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
2826         status lines without any text ("^215$").
2827
2828 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2829
2830         * nnrss.el (nnrss-check-group): Reverse.
2831
2832 2001-05-07  Simon Josefsson  <simon@josefsson.org>
2833
2834         * message.el (message-get-reply-headers):
2835         (message-followup): Fix typo, suggested by David Green
2836         <dgreen@uab.edu>
2837
2838 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2839
2840         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
2841
2842         * nnrss.el (nnrss-open-server): Read server data when it is called.
2843         (nnrss-request-expire-articles): Fix.
2844
2845 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2846
2847         * message.el (message-do-send-housekeeping): mail-abbrevs may
2848         rename buffer behind Gnus.
2849
2850 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2851
2852         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
2853         (nnrss-group-alist): Add more resources.
2854         (nnrss-check-group): Ignore errors.
2855
2856 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2857
2858         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
2859
2860         * nnslashdot.el (nnslashdot-request-list): Add time.
2861         (nnslashdot-request-expire-articles): New.
2862
2863         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
2864         secondary methods too.
2865
2866 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2867
2868         * message.el (message-use-followup-to): Set default value to t.
2869
2870 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
2871
2872         * message.el (message-dont-reply-to-names): Fix documentation.
2873         (message-get-reply-headers): Use Mail-Followup-To only for wide
2874         replies.
2875
2876 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2877
2878         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
2879         correctly.
2880         (nnrss-check-group): Use time.
2881
2882 2001-05-01 19:21:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2883
2884         * gnus.el: Oort Gnus v0.03 is released.
2885
2886 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2887
2888         * nnultimate.el (nnultimate-topic-article-to-article): Use the
2889         group.
2890
2891 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2892
2893         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
2894
2895 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896
2897         * nnultimate.el (nnultimate-retrieve-headers): Return all
2898         available headers.
2899
2900         * gnus-sum.el (gnus-read-all-available-headers): New variable.
2901         (gnus-get-newsgroup-headers-xover): Use it.
2902
2903 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
2906
2907 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2908
2909         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
2910
2911 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2912
2913         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
2914         disable it.
2915
2916         * gnus.el (gnus-info-nodes): Remove a few The's.
2917
2918 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2919
2920         * mail-source.el (mail-source-movemail): Call-process may return a
2921         signal description string.
2922
2923         * gnus-start.el (gnus-read-newsrc-el-file):
2924         gnus-newsrc-file-version may be nil.
2925
2926         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
2927         Suggested by Michael Sperber [Mr. Preprocessor]
2928         <sperber@informatik.uni-tuebingen.de>.
2929
2930 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
2931
2932         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
2933
2934 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
2935
2936         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
2937         fontify HANDLE.
2938
2939 2001-04-18  Simon Josefsson  <simon@josefsson.org>
2940
2941         * smime.el (smime-ask-passphrase): Rework to return value.
2942         (smime-sign-region): Rework to bind value and use it.
2943         (smime-decrypt-region): Ditto.
2944
2945 2001-04-18  Mathias Herberts <Mathias.Herberts@iroise.net>
2946         Committed by Simon Josefsson  <simon@josefsson.org>
2947
2948         * smime.el (smime-ask-passphrase): New function.
2949         (smime-sign-region): Use it.
2950         (smime-encrypt-cipher): New variable.
2951         (smime-decrypt-region): Ditto.
2952
2953 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
2954         Committed by Simon Josefsson  <simon@josefsson.org>
2955
2956         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
2957         the log.
2958
2959 2001-04-14 01:14:42 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2960
2961         *gnus.el: Oort Gnus v0.02 is released.
2962
2963 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
2964
2965         * gnus.el: Oort Gnus v0.01 is released.
2966
2967 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * gnus-sum.el (gnus-summary-highlight): Highlight read
2970         undownloaded articles as read articles.
2971
2972         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
2973         (gnus-agent-get-undownloaded-list): Mark all undownloaded
2974         articles, even read ones, as such.
2975
2976         * gnus-sum.el (gnus-summary-find-matching): Clean up.
2977         (gnus-find-matching-articles): New function.
2978         (gnus-summary-limit-include-matching-articles): New command.
2979         (gnus-summary-limit-include-thread): Include articles that have
2980         matching subjects.
2981         (gnus-offer-save-summaries): Clean up.
2982
2983 2001-04-13  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2984
2985         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
2986
2987 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2988         From Jason Merrill <jason_merrill@redhat.com>
2989
2990         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
2991
2992 2001-04-10 08:01:15  Katsumi Yamaoka <yamaoka@jpl.org>
2993         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
2994
2995         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
2996         newsgroup names when the original article is a news message.
2997
2998 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
2999
3000         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
3001         supported. Suggest by Jim Meyering <jim@meyering.net>.
3002
3003 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
3004         Committed by Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
3005
3006         * nnmail.el (nnmail-split-it): Added check for .* at the end of
3007         regexp in nnmail-split-fancy.
3008
3009 2001-04-10  Simon Josefsson  <simon@josefsson.org>
3010
3011         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
3012
3013 2001-04-10  Colin Marquardt <colin.marquardt@usa.alcatel.com>
3014
3015         * message.el (message-send-mail): Improve the interaction with the
3016         user.
3017
3018 2001-04-10  Simon Josefsson  <simon@josefsson.org>
3019
3020         * imap.el (imap-message-copy): Work around buggy servers that
3021         doesn't send TRYCREATE tags.
3022
3023 2001-04-09 01:15:54  Katsumi Yamaoka <yamaoka@jpl.org>
3024
3025         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
3026
3027 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
3030         date.
3031
3032 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
3035         lives.
3036
3037 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * gnus-art.el (gnus-parse-news-url): New function.
3040         (gnus-button-handle-news): New function.
3041         (gnus-button-alist): Point to new functions.
3042
3043         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
3044
3045         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
3046         gnus-format-specs.
3047
3048         * message.el (message-check-news-header-syntax): Question even
3049         when Gnus doesn't know the group names.
3050         (message-send-news): Clean up.
3051
3052         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
3053         exited on purpose without saving.
3054
3055         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
3056
3057 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * gnus-score.el (gnus-score-orphans): Clean up.
3060
3061         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
3062
3063         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
3064         later.
3065
3066         * gnus-start.el (gnus-close-all-servers): Find the right items to
3067         close.
3068
3069         * qp.el (quoted-printable-decode-region): Just message
3070         malformation; don't quit.
3071
3072 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3073         From Gerd Moellmann <gerd@gnu.org>.
3074
3075         * gnus.el (gnus-interactive): A typo.
3076
3077 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
3078         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3079
3080         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
3081         `assq-delete-all', if that function exists; otherwise use the old
3082         definition. Documentation changed to match the one in
3083         `assq-delete-all'.
3084
3085 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3086
3087         * gnus-start.el (gnus-close-all-servers): New function.
3088
3089         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
3090         (gnus-server-remove-denials): Clean up.
3091
3092         * gnus-sum.el (gnus-summary-sort-by-original): New command and
3093         keystroke.
3094
3095 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * message.el (message-send-news): Message where we are sending.
3098         (message-send-mail): Ditto.
3099
3100         * gnus.el (gnus-server-string): New function.
3101
3102         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
3103
3104         * mm-decode.el (mm-default-directory): Customized.
3105         (mm-tmp-directory): Ditto.
3106
3107         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
3108         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
3109         or Chars.
3110         (gnus-summary-line-format-alist): ?l is now a string.
3111         (gnus-summary-prepare-threads): Output ? for unknown lines.
3112         (gnus-summary-insert-line): Ditto.
3113         (gnus-summary-print-article): Unbalanced parentheses.
3114
3115         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
3116         out whether new stuff has arrived.
3117
3118 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
3119
3120         * gnus-sum.el: Let printing work on ttys on Emacs.
3121
3122 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
3125         when forcing news.
3126
3127         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
3128         command.
3129
3130 2001-03-31 01:04:54  Francis Litterio  <franl-removethis@world.omitthis.std.com>
3131
3132         * message.el (message-set-auto-save-file-name): Don't use
3133         asterisks under nt.
3134
3135 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
3138         lists of articles.
3139
3140         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
3141
3142         * gnus-msg.el (gnus-put-message): Clean up.
3143         (gnus-summary-reply): Mark all replied-to articles as replied to.
3144         (gnus-inews-add-send-actions): Also mark as forwarded.
3145         (gnus-summary-mail-forward): Mark as forwarded.
3146
3147         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
3148         of articles.
3149         (gnus-summary-mark-article-as-forwarded): Ditto.
3150
3151         * gnus-msg.el (gnus-summary-resend-message): Mark article as
3152         forwarded.
3153         (gnus-summary-mail-forward): Clean up.
3154
3155         * gnus.el (gnus-article-mark-lists): Added forward.
3156
3157         * gnus-sum.el (gnus-forwarded-mark): New variable.
3158         (gnus-summary-prepare-threads): Use it.
3159         (gnus-summary-update-secondary-mark): Ditto.
3160         (gnus-newsgroup-forwarded): New variable.
3161
3162 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
3165         (gnus-summary-very-wide-reply): New command and keystroke.
3166         (gnus-summary-very-wide-reply-with-original): Ditto.
3167
3168         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
3169         (gnus-score-adaptive): Use it.
3170
3171         * gnus-start.el (gnus-get-unread-articles): Clean up.
3172
3173 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174
3175         * nnultimate.el (nnultimate-retrieve-headers): Work for other
3176         boards.
3177
3178 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
3179
3180         * gnus-start.el:
3181         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
3182         * gnus-start.el (gnus-subscribe-newsgroup): use it.
3183
3184
3185 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * nnultimate.el (nnultimate-retrieve-headers): Understand
3188         long-form month names.
3189
3190 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3191
3192         * gnus-sum.el (gnus-summary-show-all-headers):
3193         gnus-article-show-all-headers is broken. Use
3194         gnus-summary-toggle-header instead.
3195
3196         * mml2015.el (mml2015-gpg-extract-from): No error.
3197
3198 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3199         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3200
3201         * mml2015.el (mml2015-gpg-extract-from): New function.
3202         (mml2015-gpg-verify): Use it.
3203         (mml2015-gpg-clear-verify): Use it.
3204
3205 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3206
3207         * message.el (message-setup-fill-variables): Use
3208         fill-paragraph-function.
3209         (message-fill-paragraph): Take an argument.
3210         (message-newline-and-reformat): Take another argument.
3211
3212 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3213
3214         * message.el (rmail-output): It is in rmailout.el not rmail.el.
3215
3216 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3217
3218         * message.el (message-forward): local-variable-p takes an extra
3219         argument in XEmacs.
3220
3221 2001-03-16  Simon Josefsson  <simon@josefsson.org>
3222
3223         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
3224         `nnimap-use-nov-p' (it really tested the negative).
3225         (nnimap-retrieve-headers): Use it.
3226
3227 2001-03-11  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3228
3229         * message.el (message-generate-headers-first): Update doc.
3230
3231 2001-03-10  Matthias Wiehl <mwiehl@gmx.de>
3232
3233         * gnus.el (gnus-summary-line-format): Typo.
3234
3235 2001-03-11  Simon Josefsson  <simon@josefsson.org>
3236
3237         * mailcap.el (mailcap-mime-data): Add application/sieve.
3238         (mailcap-mime-extensions): Add .siv, .xls.
3239
3240 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3241         From Christoph Conrad <christoph.conrad@gmx.de>
3242
3243         * gnus-score.el (gnus-summary-lower-thread): Typo.
3244
3245 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3246
3247         * message.el (message-forward-decoded-p): New variable.
3248         (message-forward-subject-author-subject): Use it.
3249         (message-make-forward-subject): Use it.
3250         (message-forward): Use it.
3251
3252         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
3253
3254         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
3255         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
3256
3257 ;;Has been fixed -- zsh.
3258 ;;2001-03-05  Dave Love  <fx@gnu.org>
3259 ;;
3260 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
3261 ;;      Move it after definition of mm-coding-system-p.
3262 ;;
3263 2001-03-01  Dave Love  <fx@gnu.org>
3264
3265         * mm-util.el (mm-inhibit-file-name-handlers): Add
3266         image-file-handler.
3267
3268 2001-02-11  Dave Love  <fx@gnu.org>
3269
3270         * message.el (message-signature-file): Fix doc, :type.
3271
3272 2001-02-08  Dave Love  <fx@gnu.org>
3273
3274         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
3275         (message-posting-charset): Defvar when compiling again.
3276         (rfc2047-encodable-p): Require message.
3277
3278         * gnus-sum.el (gnus-alter-articles-to-read-function):
3279         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
3280
3281 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3282
3283         * nnrss.el: New file.
3284
3285 2001-03-08 02:41:36  Katsumi Yamaoka <yamaoka@jpl.org>
3286         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3287
3288         * rfc2047.el (rfc2047-unfold-region): Fix arg of
3289         `skip-chars-forward'.
3290
3291 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3292
3293         * nndraft.el (nndraft-request-group): Restore auto save files if
3294         the original files do not exist.
3295
3296 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3297
3298         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
3299         SCORE paths.
3300
3301         * mm-decode.el (mm-dissect-buffer): Call
3302         mail-extract-address-components only if necessary.
3303
3304 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3305
3306         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
3307         directory part.
3308         (gnus-score-search-global-directories): Use file-directory-p.
3309
3310         * gnus-score.el (gnus-score-score-files-1): Use
3311         gnus-kill-files-directory.
3312         From Adrian Aichner <adrian@xemacs.org>.
3313
3314 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3315
3316         * gnus.el (charset): Move here from gnus-sum.el.
3317
3318 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3319
3320         * mml.el (mml-preview): Disable local map.
3321
3322         * gnus-sum.el (gnus-summary-make-menu-bar): Make
3323         gnus-article-post-menu here.
3324
3325         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
3326         if it has not been made.
3327
3328 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3329
3330         * gnus-art.el (gnus-article-describe-key): Map key to event.
3331         (gnus-article-describe-key-briefly): Ditto
3332
3333 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3334
3335         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
3336
3337 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3338         From Katsumi Yamaoka <yamaoka@jpl.org>.
3339
3340         * dgnushack.el (coerce, merge, subseq): defmacro.
3341
3342 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3343
3344         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
3345         A fake defalias in nndraft.el results a not-activated bug in
3346         uncompiled versions.
3347
3348 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
3349         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3350
3351         * gnus-util.el (gnus-split-references): Handle malformed References:.
3352
3353 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3354
3355         * gnus-art.el (gnus-article-mime-part-status): 1 part.
3356
3357 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3358         From NAGY Andras <nagya@inf.elte.hu>.
3359
3360         * gnus.el (gnus-parameters): Typo.
3361
3362 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3363
3364         * gnus.el (gnus-read-method): Remove redundancy.
3365
3366 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3367
3368         * nnslashdot.el (nnslashdot-backslash-url): New.
3369         (nnslashdot-request-list): Use it.
3370
3371 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3372
3373         * nnml.el (nnml-generate-active-info): Fix the case when there is
3374         no file.
3375
3376         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
3377         (gnus-summary-create-article): New.
3378
3379         * gnus-group.el (gnus-group-mark-article-read): New.
3380
3381         * gnus-msg.el (gnus-inews-do-gcc): Use it.
3382
3383         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
3384
3385 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3386
3387         * gnus-art.el (gnus-article-edit-done): Don't use
3388         gnus-article-edit-exit.
3389         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
3390
3391         * gnus.el (gnus-parameters): New.
3392         Suggested by NAGY Andras <nagya@inf.elte.hu>.
3393         (gnus-parameters-get-parameter): New.
3394         (gnus-group-find-parameter): Use it.
3395
3396 2001-02-23  Simon Josefsson  <simon@josefsson.org>
3397
3398         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
3399         change of default value to `current'.
3400
3401 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3402
3403         * nneething.el (nneething-get-head): Insert unreadable file too.
3404
3405 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3406
3407         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
3408
3409         * webmail.el (webmail-type-definition): Deja is bought by google.
3410
3411 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3412
3413         * gnus-sum.el (gnus-fetch-headers): New.
3414         (gnus-select-newsgroup): Use it.
3415         (gnus-summary-insert-articles): New.
3416         (gnus-summary-insert-old-articles): New.
3417         (gnus-summary-insert-new-articles): New.
3418
3419         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
3420         (gnus-group-list-active): Ditto.
3421         * gnus-sum.el (gnus-set-mode-line): Ditto.
3422         (gnus-summary-read-group-1): Ditto.
3423
3424 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3425
3426         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
3427         current topic.
3428
3429 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3430
3431         * smiley.el (gnus-smiley-display): Don't do widening.
3432
3433         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
3434         within body.
3435
3436         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
3437
3438         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
3439         New.
3440         (gnus-mime-display-multipart-related-as-mixed): New.
3441         (gnus-mime-display-part): Use them.
3442
3443 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3444
3445         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
3446         something special.
3447
3448 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3449
3450         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
3451         (nnweb-request-article): Call reference if exists.
3452         (nnweb-type-definition): Dejanews is bought by google.com.
3453         Beta!
3454
3455 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3456
3457         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
3458
3459 2001-02-19  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3460
3461         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
3462         gnus-article-sort-functions.
3463         (gnus-article-sort-functions): Doc fix.  Refer to
3464         gnus-thread-sort-functions.
3465
3466 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3467         From Paul Jarc <prj@po.cwru.edu>.
3468
3469         * message.el (message-get-reply-headers): More fixes.
3470
3471 2001-02-17  Paul Jarc <prj@po.cwru.edu>
3472         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3473
3474         * message.el (message-get-reply-headers): Fix bug with
3475         Mail-Followup-To/to-address interaction.
3476
3477 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3478
3479         * gnus-msg.el (gnus-configure-posting-styles): Match header in
3480         gnus-article-copy.
3481
3482 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3483
3484         * message.el (message-do-send-housekeeping): Rename to a better
3485         name.
3486
3487 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3488
3489         * message.el (message-cancel-news): Check article first, then ask
3490         yes or no.
3491
3492 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3493
3494         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
3495
3496 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3497
3498         * gnus-range.el (gnus-range-normalize): New function.
3499
3500 2001-02-15  NAGY Andras <nagya@inf.elte.hu>
3501
3502         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
3503
3504 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3505
3506         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
3507
3508         * nnagent.el (nnagent-request-regenerate): New.
3509
3510         * nnfolder.el (nnfolder-request-regenerate): Deffoo.
3511
3512         * nnml.el (nnml-generate-nov-databases): Accept argument
3513         server. Don't open server if it is opened.
3514         (nnml-request-regenerate): Use it. Change to deffoo.
3515
3516 2001-02-14  Katsumi Yamaoka <yamaoka@jpl.org>
3517         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
3518
3519         * gnus.el (gnus-define-group-parameter): Fix.
3520
3521 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3522
3523         * gnus.el (gnus-define-group-parameter): Improved.
3524
3525         * gnus-sum.el (charset): Define parameter.
3526         (ignored-charsets): Ditto.
3527         (gnus-summary-setup-default-charset): Use them.
3528
3529         * gnus-start.el (gnus-read-descriptions-file): Use them.
3530
3531         * gnus-cus.el (gnus-group-parameters): Remove them.
3532
3533 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3534
3535         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
3536
3537 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3538
3539         * gnus-sum.el (gnus-summary-read-group-1): Remove
3540         gnus-summary-set-local-parameters.
3541         (gnus-summary-setup-buffer): Put it here.
3542
3543 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3544
3545         * gnus.el (to-address): Define parameter.
3546         (to-list): Ditto.
3547         * gnus-art.el (article-hide-boring-headers): Use them.
3548         * gnus-msg.el (gnus-post-news): Ditto.
3549         * gnus-cus.el (gnus-group-parameters): Remove them.
3550
3551 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3552
3553         * gnus-draft.el (gnus-draft-reminder): New.
3554
3555         * gnus-art.el (gnus-sender-save-name): New.
3556
3557 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3558
3559         * mm-util.el (mm-mime-charset): Error message.
3560
3561 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3562
3563         * message.el (message-check-news-body-syntax): Don't check mml lines.
3564
3565 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3566
3567         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
3568         subscribe.
3569
3570         * gnus-start.el (gnus-call-subscribe-functions): New.
3571         (gnus-find-new-newsgroups): Use it.
3572         (gnus-ask-server-for-new-groups): Use it.
3573         (gnus-check-first-time-used): Use it.
3574         (gnus-subscribe-newsgroup-method): Grok a list of functions.
3575         (gnus-subscribe-options-newsgroup-method): Ditto.
3576         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
3577         return .
3578
3579 2001-02-12  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3580
3581         * gnus-cus.el (gnus-score-customize): Doc fix.
3582
3583 2001-02-11  Jesper Harder <harder@ifa.au.dk>
3584
3585         * dgnushack.el (my-getenv): Typo.
3586
3587 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3588
3589         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
3590
3591 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3592
3593         * gnus-group.el (gnus-group-suspend): Offer save summaries.
3594
3595         * gnus-art.el (gnus-treat-leading-whitespace): New.
3596         (gnus-treatment-function-alist): Use it.
3597         (article-remove-leading-whitespace): New.
3598         (gnus-article-make-menu-bar): Use it.
3599
3600         * gnus-sum.el (gnus-summary-wash-empty-map): Add
3601         remove-leading-whitespace.
3602         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
3603         because of conflict.
3604
3605 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3606
3607         * Makefile.in: Hack generating gnus-load.el.
3608         * dgnushack.el: Ditto.
3609         * gnus-load.el: Remove it.
3610
3611 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3612
3613         * dgnushack.el : Add URLDIR.
3614
3615         * Makefile.in (EMACS_COMP): Ditto.
3616
3617 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3618
3619         * gnus-cus.el (gnus-score-customize): Error on no score file.
3620
3621 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3622
3623         * mm-decode.el (mm-merge-handles): New function.
3624
3625         * mm-view.el (mm-inline-message): Use it.
3626         (mm-view-message): Ditto.
3627
3628         * mm-partial.el (mm-inline-partial): Ditto.
3629
3630         * mm-extern.el (mm-inline-external-body): Ditto.
3631
3632         * gnus-art.el (gnus-mime-view-part): Ditto.
3633         (gnus-mime-view-part-as-type): Ditto.
3634         (gnus-mime-save-part-and-strip): Prevent users to strip in some
3635         cases.
3636
3637 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3638
3639         * message.el (message-cancel-news): Allow to shoot foot.
3640         (message-supersede): Ditto.
3641
3642 2001-02-08  Tommi Vainikainen <thv@iki.fi>
3643
3644         * gnus-sum.el (gnus-simplify-subject-re): Use
3645         message-subject-re-regexp.
3646
3647 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3648
3649         * nnmail.el (nnmail-expiry-target-group): Bind
3650         nnmail-cache-accepted-message-ids to nil.
3651
3652         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
3653         coding system.
3654
3655 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3656
3657         * qp.el (quoted-printable-encode-region): Make sure characters are
3658         between 00 and FF.  Don't check charset.
3659
3660         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
3661         in Emacs 20.
3662         * rfc2047.el (rfc2047-q-encode-region): Ditto.
3663
3664 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3665
3666         * message.el (message-make-forward-subject): Argument decoded.
3667         (message-forward): Use it when digest.
3668
3669         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
3670         buffer.
3671
3672 2001-02-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3673
3674         * message.el (message-generate-headers-first): Doc fix.
3675
3676 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3677
3678         * gnus-art.el (article-make-date-line): Error proof.
3679
3680 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3681
3682         * gnus-group.el (gnus-group-listing-limit): New.
3683         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
3684
3685         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
3686
3687 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3688
3689         * message.el (message-newline-and-reformat): Special case for
3690         breaking at BOL.
3691
3692 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
3693
3694         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
3695         message/rfc822.
3696
3697 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3698
3699         * message.el (message-encode-message-body): Don't insert
3700         Content-Type if it is inside a mail.
3701
3702 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3703
3704         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
3705         gnus-article-commands-menu.
3706
3707         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
3708         in Emacs.
3709
3710         * gnus-start.el (gnus-read-descriptions-file): Use
3711         gnus-group-name-charset and gnus-group-charset-alist.
3712
3713 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3714
3715         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
3716         active region.
3717
3718         * gnus-start.el (gnus-group-change-level): Remove from both
3719         gnus-zombie-list and gnus-killed-list.
3720
3721 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3722
3723         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
3724         gnus-subscribe-topics.
3725
3726         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
3727
3728 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3729
3730         * gnus-art.el (gnus-article-make-menu-bar): Make
3731         gnus-article-post-menu.
3732
3733         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
3734
3735         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
3736
3737         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
3738
3739         * message.el (message-mode-menu): Ditto.
3740
3741         * gnus-art.el (defvar): eval-when-compile.
3742
3743 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3744
3745         * gnus-agent.el (gnus-agentize): Fix doc.
3746
3747 2001-02-02  Karl Kleinpaste <karl@charcoal.com>
3748
3749         * mml.el (mml-preview): Bind `q'.
3750
3751 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3752
3753         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
3754
3755 2001-01-31  Dave Love  <fx@gnu.org>
3756
3757         * mm-util.el (mm-mime-mule-charset-alist)
3758         (mm-find-mime-charset-region): Consider mule-utf-8.
3759
3760 2001-01-31  Dave Love  <fx@gnu.org>
3761
3762         * gnus-art.el (gnus-article-x-face-command)
3763         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
3764         :version.
3765
3766 2001-01-26  Dave Love  <fx@gnu.org>
3767
3768         * mm-util.el (mm-multibyte-string-p): New.
3769
3770 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
3771 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
3772 ;;      string-as-multibyte on class.  Clarify line-folding.
3773         (quoted-printable-encode-string): Make temp buffer inherit
3774         string's multibyteness.
3775
3776 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
3777
3778         * nnheader.el (toplevel): Don't require `gnus-util' at
3779         compile-time; this creates a circular dependency, and prevents
3780         a bootstrap.
3781
3782 2001-01-22  Andreas Schwab  <schwab@suse.de>
3783
3784         * nnheader.el (gnus-delete-line): Autoload it as a macro.
3785
3786 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3787
3788         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
3789
3790         * gnus-art.el (article-hide-list-identifiers): Ditto.
3791
3792         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
3793
3794 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3795
3796         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
3797
3798         * gnus-art.el (article-hide-list-identifiers): Similar.
3799
3800 2001-01-31  Karl Kleinpaste <karl@charcoal.com>
3801
3802         * nnmail.el (nnmail-remove-list-identifiers): Improved.
3803
3804 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3805
3806         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
3807
3808 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3809
3810         * gnus-util.el (gnus-string-equal): New function.
3811
3812         * gnus-art.el (article-hide-boring-headers): Use it.
3813
3814 2001-01-27  Karl Kleinpaste <karl@charcoal.com>
3815
3816         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
3817
3818 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3819
3820         * gnus-msg.el (gnus-msg-mail): Support switch-action.
3821
3822 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3823
3824         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
3825         command if there is not last-saver.
3826
3827 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3828
3829         * nntp.el (nntp-open-connection): 201 is possible.
3830
3831 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3832
3833         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
3834         (rfc2047-charset-encoding-alist): Add big5.
3835
3836 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3837
3838         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
3839         (gnus-agent-remove-server): Ditto.
3840         (autoload): gnus-server-update-server.
3841
3842         * gnus-srvr.el (gnus-server-line-format): Add %a.
3843         (gnus-server-line-format-alist): Add gnus-tmp-agent.
3844         (gnus-server-insert-server-line): Use it.
3845
3846 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3847
3848         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
3849         GB2312 and Big5.
3850
3851 2001-01-24  Simon Josefsson  <sj@extundo.com>
3852
3853         * mail-source.el (mail-sources): Add :program specifier to IMAP
3854         mail source.
3855         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
3856
3857 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3858
3859         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
3860
3861 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3862
3863         * nntp.el (nntp-wait-for): Return the success code.
3864         (nntp-open-connection): Use it.
3865
3866 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * gnus-int.el (gnus-check-server): Allow breaking the opening.
3869
3870 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3871
3872         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
3873
3874 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3875
3876         * gnus-sum.el (gnus-summary-print-article): Take one prefix
3877         argument. Allow to print several articles in one file.
3878
3879 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3880
3881         * webmail.el (webmail-type-definition): netaddress changes.
3882
3883 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3884
3885         * gnus.el: Fix copyright. Remove trailing spaces.
3886
3887         * message.el (message-forward): Use mule4.
3888
3889 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3890
3891         * mm-util.el (mm-string-as-unibyte): New.
3892
3893         * message.el (message-forward): Use it.
3894
3895 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3896
3897         * message.el (message-cite-original-without-signature): Don't peel
3898         off the blank line.
3899         (message-get-reply-headers): Add Cc if it is not in follow-to.
3900
3901 2001-01-20  Simon Josefsson  <sj@extundo.com>
3902
3903         * mm-decode.el (mm-handle-multipart-from): Add.
3904         (mm-dissect-buffer): Save From: header value.
3905         (mm-security-from): Remove.
3906         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
3907
3908         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
3909         instead of `mml-security-from'.  Protect null from value.
3910
3911 2001-01-20  Simon Josefsson  <sj@extundo.com>
3912
3913         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
3914         application/vnd.ms-excel attachments.
3915
3916 2001-01-19  Simon Josefsson  <sj@extundo.com>
3917
3918         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
3919
3920 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3921
3922         * message.el (message-ignored-mail-headers): Ditto.
3923
3924 2001-01-19  Simon Josefsson  <sj@extundo.com>
3925
3926         * message.el (message-ignored-news-headers): Only search beginning
3927         of line.
3928
3929 2001-01-19  Alberto Lusiani <a.lusiani@noemail.org>
3930
3931         * message.el (message-send-mail): Content-Type may not be there.
3932
3933 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3934
3935         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
3936         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
3937
3938         * gnus-art.el (article-display-x-face): Insert X-Face if there is
3939         not.
3940
3941 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3942
3943         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
3944         non-native groups.
3945
3946 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3947
3948         * message.el (message-yank-original): Understand
3949         universal-argument.
3950
3951 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3952
3953         * gnus-art.el (gnus-boring-article-headers): Add to-address.
3954         (article-hide-boring-headers): Ditto.
3955
3956         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
3957
3958 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3959
3960         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
3961         one.
3962
3963 2001-01-16  Simon Josefsson  <simon@josefsson.org>
3964
3965         * message.el (message-make-in-reply-to): Add comment to message-id
3966         (old syntax, see 2000-08-02 change).
3967
3968 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3969
3970         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
3971         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
3972         (gnus-button-reply): Ditto.
3973
3974 2001-01-16  Katsumi Yamaoka <yamaoka@jpl.org>
3975
3976         * gnus-art.el (article-display-x-face): Fix.
3977
3978 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
3979
3980         * gnus-art.el (article-display-x-face): Use
3981         gnus-original-article-buffer.
3982
3983 2001-01-15  Jack Twilley <jmt@tbe.net>
3984
3985         * message.el (message-add-header): Move to point-max.
3986
3987 2001-01-15  Simon Josefsson  <simon@josefsson.org>
3988
3989         * smime.el (smime-CA-directory, smime-CA-file): Change default to
3990         nil, improve documentation.
3991         (smime-certificate-directory): Comment out false hints (until it
3992         is implemented).
3993
3994         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
3995         there aren't any keys.
3996         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
3997         verify certificate.  Default is changed to only check integrity.
3998         Improved security status texts.  If a certificate doesn't contain
3999         a email address, don't fail.
4000
4001         * smime.el (smime-noverify-region):
4002         (smime-noverify-buffer): New functions.  Verifies integrity only.
4003
4004 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4005
4006         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
4007
4008 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4009
4010         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
4011         (gnus-remove-some-windows): Ditto.
4012
4013 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4014
4015         * gnus-art.el (article-make-date-line): 11th.
4016
4017 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4018
4019         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
4020         (mml2015-gpg-sign): Ditto.
4021
4022 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4023
4024         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
4025         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
4026
4027 2001-01-08  Dave Love  <fx@gnu.org>
4028
4029         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
4030         single character.
4031
4032         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
4033
4034         * message.el: Doc and message fixes.
4035         (message-send-rename-function)
4036         (message-make-forward-subject-function)
4037         (message-send-mail-function, message-reply-to-function)
4038         (message-wide-reply-to-function, message-followup-to-function)
4039         (message-distribution-function, message-auto-save-directory): Fix
4040         :type.
4041
4042         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
4043         proceeding after warnings.  Amend multipart warning message.
4044
4045 2001-01-04  Dave Love  <fx@gnu.org>
4046
4047         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
4048         compiling.
4049         (gnus-make-directory): Require nnmail.
4050
4051         * mm-decode.el (mm-inline-media-tests): Add
4052         image/x-portable-bitmap.
4053         (mm-get-image): Grok pbm.
4054
4055 2001-01-10  Paul Stevenson <p.stevenson@surrey.ac.uk>
4056
4057         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
4058
4059 2001-01-09  Didier Verna  <didier@xemacs.org>
4060
4061         * dgnushack.el (dgnushack-compile): give a dummy value to
4062         `gnus-xmas-glyph-directory' for the time of compilation.
4063         * gnus-agent.el: moved some XEmacs specific hook add-ons from
4064         `gnus-xmas-[re]define' to avoid loosing user custom settings.
4065         * gnus-art.el: ditto.
4066         * gnus-group.el: ditto.
4067         * gnus-salt.el: ditto.
4068         * gnus-sum.el: ditto.
4069         * gnus-topic.el: ditto.
4070         * gnus-xmas.el (gnus-xmas-define): see above.
4071         * gnus-xmas.el (gnus-xmas-redefine): see above.
4072         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
4073         non-continuable error when the directory can't be found.
4074
4075 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4076
4077         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
4078         handle.
4079         * gnus-art.el (gnus-mime-view-part): Copy it.
4080         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
4081
4082 2001-01-09  Michael Downes <mjd@ams.org>
4083
4084         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
4085
4086 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4087
4088         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
4089         orig-file. Use ',source.
4090
4091 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4092
4093         * gnus-xmas.el (gnus-xmas-modeline-glyph):
4094         (gnus-xmas-group-startup-message):
4095         Detect gnus-xmas-glyph-directory when it is nil.
4096
4097 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4098
4099         * pop3.el (pop3-get-message-count): Andrew Innes
4100         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
4101
4102 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
4105
4106         * time-date.el (time-to-number-of-days): New function.
4107
4108 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
4109
4110         * nnslashdot.el (nnslashdot-request-list): Always get the right
4111         sid.
4112
4113 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4114
4115         * message.el (message-minibuffer-local-map): New keymap.
4116         (message-read-from-minibuffer): Use it.
4117         * gnus-msg.el (gnus-summary-resend-message): Use it
4118
4119 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4120
4121         * gnus-start.el (gnus-display-time-event-handler): New function.
4122         (gnus-after-getting-new-news-hook): Use it.
4123
4124 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4125
4126         * message.el (message-ignored-mail-headers): Add draft header.
4127
4128 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4129
4130         * gnus-sum.el (gnus-summary-expire-articles): Don't save
4131         excursion.
4132
4133         * nnslashdot.el (nnslashdot-request-list): Get the right year.
4134
4135 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
4136
4137         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
4138
4139 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4140
4141         * qp.el (quoted-printable-decode-region): Don't backward-char.
4142
4143 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4144
4145         * gnus-draft.el: Mark articles as replied.
4146
4147         * gnus-sum.el (gnus-summary-add-mark): New function.
4148
4149         * gnus-group.el (gnus-add-mark): New function.
4150
4151         * gnus-sum.el (gnus-summary-buffer-name): New function.
4152         (gnus-summary-setup-buffer): Use it.
4153
4154         * gnus-draft.el: Set things up with the right post method and
4155         stuff.
4156
4157         * message.el (message-ignored-news-headers): Remove X-Draft-From.
4158
4159         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
4160
4161         * gnus.el (gnus-draft-meta-information-header): New variable.
4162
4163 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4164
4165         * gnus-art.el (gnus-treatment-function-alist): Move the date
4166         functions before the header sorting functions.
4167
4168         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
4169
4170         * dgnushack.el (dgnushack-compile): Message whether there is w3.
4171         Don't (push "/usr/share/emacs/site-lisp" load-path).
4172
4173         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
4174         to empty fill prefixes.
4175
4176 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4177
4178         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
4179         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
4180
4181 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4182
4183         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
4184
4185         * nnml.el (autoload): Move to nnheader.el.
4186
4187         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
4188         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
4189         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
4190         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
4191
4192 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193
4194         * gnus-art.el (article-make-date-line): Get the hours right.
4195         (gnus-ignored-headers): More hiding.
4196
4197         * nnmail.el (nnmail-expiry-wait): Not an integer.
4198
4199         * message.el (message-goto-body): Only expand abbrev when called
4200         interactively.
4201         (message-make-lines): Use it.
4202
4203 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4204
4205         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
4206
4207 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
4210         include the expunged articles.
4211
4212         * gnus-group.el (gnus-group-sort-by-server): New function.
4213
4214         * gnus.el (gnus-method-to-server-name): New function.
4215         (gnus-group-prefixed-name): Use it.
4216
4217         * gnus-group.el (gnus-group-sort-function): Doc fix.
4218         (gnus-group-sort-groups-by-server): New command.
4219
4220 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * gnus-art.el (gnus-treat-date-english): New variable.
4223         (article-date-english): New command.
4224         (gnus-english-month-names): New variable.
4225         (article-make-date-line): Do 'english.
4226
4227         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
4228         after the fill prefix.
4229
4230         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
4231         score...".
4232
4233         * gnus-art.el (gnus-ignored-headers): Hide more headers.
4234
4235         * message.el (message-mode-map): Bind comment-region.
4236
4237         * gnus-art.el (gnus-mime-display-part): Let w3 display
4238         multipart/related.
4239
4240         * mm-bodies.el (mm-long-lines-p): New function.
4241         (mm-body-encoding): Use it.
4242         (mm-body-encoding): Encode articles with lines longer than 1000
4243         characters.
4244
4245 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4246
4247         * mm-util.el (mm-enable-multibyte): Use
4248         default-enable-multibyte-characters.
4249         (mm-enable-multibyte-mule4): Ditto.
4250         (mm-disable-multibyte): Test XEmacs.
4251         (mm-disable-multibyte-mule4): Ditto.
4252         (mm-with-unibyte-current-buffer): Simplified.
4253         (mm-with-unibyte-current-buffer-mule4): Ditto.
4254
4255 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4256
4257         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
4258
4259         * nnheader.el (nnheader-string-as-multibyte): New alias.
4260
4261         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
4262
4263         * gnus-uu.el (gnus-message-process-mark): New function.
4264         (gnus-uu-mark-by-regexp): Use it.
4265         (gnus-new-processable): New function.
4266
4267 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
4268
4269         * gnus-sum.el (gnus-no-mark): New variable.
4270
4271 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4272
4273         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
4274         backslashes.
4275
4276 2000-12-26  Katsumi Yamaoka <yamaoka@jpl.org>
4277
4278         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
4279         definition.
4280
4281 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4282
4283         * dgnushack.el (dgnushack-compile): elc is in the current directory.
4284
4285         * qp.el (quoted-printable-encode-region): Don't check multibyte in
4286         XEmacs.
4287
4288 2000-12-25  Lloyd Zusman <ljz@asfast.com>
4289
4290         * mml.el (mml-read-tag): Save tag location.
4291
4292 2000-12-25  Simon Josefsson  <simon@josefsson.org>
4293
4294         * starttls.el: Sync with Emacs 21.
4295
4296 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4297
4298         * message.el (message-mail): Support yank-action.
4299
4300         * message.el (message-setup): Revoke the last change.
4301
4302 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4303
4304         * message.el (message-setup): Use cons. Suggested by Johan Vromans
4305         <jvromans@squirrel.nl>.
4306
4307 2000-12-24  Simon Josefsson  <sj@extundo.com>
4308
4309         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
4310         mailing list junk at end of part.
4311
4312 2000-12-23  Simon Josefsson  <sj@extundo.com>
4313
4314         * nnimap.el (nnimap-expiry-target): New function.
4315         (nnimap-request-expire-articles): Use it.
4316
4317 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4318
4319         * gnus.el (gnus-group-parameters-more): New variable.
4320         * gnus-cus.el (gnus-group-customize): Use it.
4321
4322         * gnus.el (gnus-define-group-parameter): New macro.
4323         (auto-expire): Use it
4324         (total-expire): Use it.
4325         * gnus-art.el (banner): Use it.
4326
4327         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
4328         <ljz@asfast.com>.
4329
4330 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4331
4332         * gnus-topic.el (gnus-topic-create-topic): Use list.
4333
4334         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
4335         before binding gnus-default-article-saver.
4336
4337         * gnus-sum.el (gnus-summary-save-article):
4338         (gnus-summary-pipe-output):
4339         (gnus-summary-save-article-mail):
4340         (gnus-summary-save-article-rmail):
4341         (gnus-summary-save-article-file):
4342         (gnus-summary-write-article-file):
4343         (gnus-summary-save-article-body-file): Ditto.
4344
4345         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
4346
4347 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4348
4349         * gnus-art.el (gnus-mime-security-button-map):
4350         (gnus-mime-button-map): Add parent.
4351
4352 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4353
4354         * messagexmas.el (message-xmas-redefine): New function.
4355
4356         * message.el: Use it.
4357
4358         * gnus-art.el (gnus-article-check-hidden-text): Return t.
4359
4360         * gnus-util.el (gnus-remove-text-properties-when): Return t.
4361
4362 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4363
4364         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
4365         malformatted messages.
4366
4367 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4368
4369         * mm-util.el (mm-image-load-path): New function.
4370
4371         * gnus-group.el (gnus-group-make-tool-bar): Use it.
4372
4373         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
4374
4375         * message.el (message-tool-bar-map): Use it.
4376
4377         * Makefile.in (install-el): New.
4378
4379 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * gnus-art.el (article-treat-dumbquotes): Quote \.
4382
4383 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4384
4385         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
4386         Emacs 20 runs on a terminal.
4387
4388 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4389
4390         * gnus-msg.el (gnus-bug): Revert to save-excursion.
4391
4392         * mml.el (gnus-add-minor-mode): Autoload.
4393
4394         * message.el (message-forward): Save-restriction.
4395
4396 2000-12-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4397
4398         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
4399         Paul Stevenson <p.stevenson@surrey.ac.uk>
4400
4401 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4402
4403         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
4404
4405         * mml.el (gnus-ems): Don't require.
4406
4407         * gnus.el (gnus-decode-rfc1522): Removed.
4408         (gnus-set-text-properties): Define.
4409
4410 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4411
4412         * gnus-art.el (gnus-mime-*): handle may be nil.
4413
4414         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
4415
4416         * gnus.el (gnus-group-remove-excess-properties): Not defined
4417         in gnus-xmas.
4418
4419 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4420
4421         * message.el (message-mail-user-agent): Add :version.
4422
4423 2000-12-21  Miles Bader  <miles@gnu.org>
4424
4425         * message.el (message-mode): Set `comment-start' to the  yank prefix.
4426
4427 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4428
4429         * message.el (message-mail-user-agent): New variable.
4430         (message-setup): Renamed to message-setup-1. Support
4431         mail-user-agent.
4432         (message-mail-user-agent): New function.
4433         (message-mail): Use it.
4434         (message-reply): Use it.
4435         (message-resend): Use it.
4436         (message-mail-other-window): Use it.
4437         (message-mail-other-frame): Use it.
4438
4439         * gnus-msg.el (gnus-bug): Support mail-user-agent.
4440
4441 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4442
4443         * message.el (message-tool-bar-map): Simplify.
4444         (message-narrow-to-head-1): New function.
4445         (message-narrow-to-head): Use it.
4446         (message-reply): Ditto.
4447         (message-cancel-news): Ditto.
4448         (message-supersede): Ditto.
4449         (message-make-forward-subject): Ditto.
4450         (message-bounce): Ditto.
4451
4452 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4453
4454         * uudecode.el (uudecode-decode-region-external): make-temp-file
4455         may not be defined.
4456
4457         * binhex.el (defalias): eval-and-compile.
4458
4459         * message.el (message-tool-bar-map): New function.
4460         (message-mode): Use it.
4461
4462 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4463
4464         * nntp.el (nntp-find-connection): Remove the entry.
4465         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
4466
4467 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4468
4469         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
4470
4471         * message.el (message-forward): Copy buffer in unibyte mode.
4472
4473 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4474
4475         * message.el (message-make-forward-subject): Don't widen. Decode.
4476         (message-forward): Don't decode subject.
4477
4478 2000-12-20  Christoph Conrad <C.Conrad@cli.de>
4479
4480         * qp.el (quoted-printable-encode-region): Upcase QP.
4481
4482 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4483
4484         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
4485         mail-extract-a-c instead. Don't depend on Gnus.
4486
4487         * mml.el (gnus-ems): Require it.
4488
4489         * gnus-msg.el (gnus-summary-mail-forward):
4490
4491         * message.el (message-forward):  Move mime-to-mml here.
4492
4493 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4494
4495         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
4496         * gnus-art.el (gnus-insert-mime-button): Simplify.
4497         (gnus-mime-display-alternative): Ditto.
4498         (gnus-insert-mime-security-button): Ditto.
4499
4500 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4501
4502         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
4503         text-property-not-all doesn't return nil when start=mark(end).
4504         (gnus-remove-text-properties-when): Ditto.
4505
4506 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4507
4508         * gnus-start.el (gnus-group-change-level): Remove group from
4509         gnus-active-hashtb if real killed.
4510
4511 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4512
4513         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
4514         (gnus-mime-display-alternative): Ditto.
4515         (gnus-insert-mime-security-button): Ditto.
4516
4517 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4518
4519         * gnus-start.el (gnus-group-change-level): Don't add it into
4520         killed-list if it was killed.
4521
4522 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4523
4524         * nnmbox.el (nnmbox-file-coding-system): Use binary.
4525         (nnmbox-active-file-coding-system): Ditto.
4526
4527         * gnus-cus.el (gnus-group-parameters): Add posting-style.
4528
4529 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4530
4531         * gnus.el (gnus-version):
4532         (gnus-version-number): Set to Oort Gnus 0.01.
4533
4534         * gnus-art.el (gnus-mime-security-button-map):
4535         (gnus-insert-mime-security-button): Fix for Emacs21.
4536
4537 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4538
4539         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
4540         easymenu, because XEmacs doesn't understand :help.
4541
4542         * mm-uu.el: Require binhex.
4543
4544 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
4545
4546         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
4547
4548 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4549
4550         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
4551
4552 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
4553
4554         * *.xpm, *.pbm: Convert icons icons to size 24x24.
4555
4556 2000-12-18  Dave Love  <fx@gnu.org>
4557
4558         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
4559         (unused).
4560
4561 2000-12-13  Miles Bader  <miles@gnu.org>
4562
4563         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
4564         to t, so that we don't get stuck while trying to smilefy
4565         intangible text.
4566
4567 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
4568
4569         * smiley-ems.el (smiley-regexp-alist): Make regexps match
4570         at the end of the buffer.
4571         (smiley-region): In the loop, move to the end of the submatch
4572         matching the smiley instead of using the end of the match
4573         of the whole regexp.
4574
4575 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
4576
4577         * message.el (message-mode): Doc fix.
4578
4579 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
4580
4581         * smiley-ems.el (smiley-region): Doc fix.
4582
4583 2000-12-11  Miles Bader  <miles@gnu.org>
4584
4585         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
4586         bottom line visible, check to see if it's partially obscured, and
4587         if so, either scroll one more line to make it fully visible, or
4588         revert to showing the second line from the top.
4589
4590 2000-12-07  Dave Love  <fx@gnu.org>
4591
4592         * mailcap.el (mailcap-download-directory)
4593         * gnus-audio.el (gnus-audio-directory)
4594         * smiley-ems.el (smiley-data-directory): Fix :type.
4595
4596 2000-11-30  Dave Love  <fx@gnu.org>
4597
4598         * message.el (message-auto-save-directory): Use
4599         file-name-as-directory.
4600         (message-set-auto-save-file-name): Create
4601         message-auto-save-directory if necessary.
4602         (message-replace-chars-in-string): Removed -- unused.
4603         (message-mail-alias-type): Customize.
4604         (message-headers): Remove duplicate defgroup.
4605
4606 2000-11-29  Dave Love  <fx@gnu.org>
4607
4608         * qp.el (quoted-printable-decode-region): Use error, not message
4609         to report malformed text (like base64).  Amend message.
4610
4611 2000-11-29  Miles Bader  <miles@gnu.org>
4612
4613         * message.el (message-header-lines): Fontify tag.
4614
4615 2000-11-27  Dave Love  <fx@gnu.org>
4616
4617         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
4618         compiler warning.
4619
4620 ;2000-11-26  Dave Love  <fx@gnu.org>
4621 ;
4622 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
4623 ;
4624 2000-11-23  Dave Love  <fx@gnu.org>
4625
4626         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
4627
4628         * mm-uu.el (uudecode): Require.
4629         (uudecode-decode-region, uudecode-decode-region-external): Don't
4630         autoload.
4631         (mm-uu-copy-to-buffer): Doc fix.
4632         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
4633         type fix.
4634
4635         * mailcap.el: Doc fixes.
4636         (mailcap-mime-data): Various adjustments.
4637         (mailcap): New group.
4638         (mailcap-download-directory): Customize.
4639         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
4640         (mailcap-temporary-directory): Deleted (unused).
4641         (mailcap-unescape-mime-test): Simplify slightly.
4642         (mailcap-viewer-passes-test): Use functionp.
4643         (mailcap-command-p): Aliased to executable-find.
4644
4645         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
4646         default-enable-multibyte-characters is nil.
4647
4648 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
4649
4650         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
4651
4652 2000-11-21  Dave Love  <fx@gnu.org>
4653
4654         * gnus-art.el (gnus-mime-button-map): Don't inherit from
4655         gnus-article-mode-map.
4656 ;       (gnus-mime-button-menu): Use mouse-set-point.
4657         (gnus-insert-mime-button, gnus-mime-display-alternative)
4658         (gnus-mime-display-alternative): Don't use local-map property.
4659
4660 2000-11-17  Dave Love  <fx@gnu.org>
4661
4662         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
4663         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
4664         and make-temp-file.
4665         (uudecode-decode-region): Doc fix.
4666
4667 2000-11-14  Dave Love  <fx@gnu.org>
4668
4669         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
4670         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
4671         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
4672         New files, derived from the XPMs.
4673
4674 2000-11-10  Dave Love  <fx@gnu.org>
4675
4676         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
4677         (gnus-agent-lib-file, gnus-agent-load-alist)
4678         (gnus-agent-save-alist, gnus-agent-article-name): Use
4679         expand-file-name.
4680
4681         * gnus-group.el (gnus-group-name-charset-method-alist): Add
4682         :version.
4683         (nnkiboze-score-file): Defvar when compiling.
4684
4685         * gnus-start.el (gnus-read-newsrc-file): Add :version.
4686
4687         * gnus-art.el (gnus-article-banner-alist)
4688         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
4689         (gnus-article-date-lapsed-new-header)
4690         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
4691         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
4692         (gnus-treat-strip-headers-in-body)
4693         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
4694         (gnus-treat-translate): Add :version.
4695         (gnus-article-mime-part-function): Fix defcustom.
4696
4697         * nnmail.el (nnmail-expiry-target)
4698         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
4699         (nnmail-split-header-length-limit): Add :version.
4700
4701         * gnus-sum.el (gnus-auto-expirable-marks)
4702         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
4703         (gnus-extra-headers, gnus-ignored-from-addresses)
4704         (gnus-newsgroup-ignored-charsets)
4705         (gnus-group-highlight-words-alist)
4706         (gnus-summary-show-article-charset-alist): Add :version.
4707
4708         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
4709         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
4710         files, converted from the XPMs.
4711
4712         * gnus-cache.el (gnus-cache-active-file): Don't use
4713         file-name-as-directory on directory.
4714         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
4715         use file-name-as-directory on directory.
4716
4717         * time-date.el (timezone-make-date-arpa-standard): Autoload.
4718         (date-to-time): Use it.
4719
4720 ;       * message.el (message-mode) <adaptive-fill-regexp>:
4721 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
4722 ;       (message-newline-and-reformat): Likewise.
4723         (message-forward-as-mime, message-forward-ignored-headers)
4724         (message-buffer-naming-style, message-default-charset)
4725         (message-dont-reply-to-names, message-send-mail-partially-limit):
4726         Add :version.
4727
4728         * mm-util.el: Doc fixes.
4729         (mm-mime-charset): Don't use the raw result of
4730         mm-preferred-coding-system.
4731         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
4732         (mm-with-unibyte): Simplify.
4733
4734         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
4735         concat.
4736
4737         * pop3.el (pop3-version): Deleted.
4738         (pop3-make-date): New function, avoiding message-make-date.
4739         (pop3-munge-message-separator): Use it.
4740
4741 2000-11-09  Dave Love  <fx@gnu.org>
4742
4743         * gnus-group.el (gnus-group-make-directory-group)
4744         (gnus-group-fetch-faq): Use expand-file-name.
4745         (gnus-group-fetch-faq): Simplify completing-read form.
4746
4747         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
4748         test for Mule.
4749
4750         * message.el (tool-bar-map): Defvar when compiling.
4751
4752         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
4753         (gnus-tm-lisp-directory): Deleted.
4754         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
4755         (featurep 'xemacs).
4756         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
4757         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
4758         version numbers from file names.
4759
4760 2000-11-08  Dave Love  <fx@gnu.org>
4761
4762         * mm-view.el: Use featurep for XEmacs test.
4763         (mm-inline-message): Test for `remove-specifier'; don't use
4764         condition-case.
4765
4766         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
4767
4768         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
4769         (gnus-score-find-bnews): Don't concat "".
4770
4771         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
4772         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
4773         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
4774         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
4775
4776         * gnus-sum.el: Put some defvars in eval-when-compile.
4777         (gnus-summary-mode-hook): Add :options.
4778         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
4779         (gnus-summary-tool-bar-map): New variable.
4780         (gnus-summary-make-tool-bar): New function.
4781         (gnus-summary-mode): Put kill-all-local-variables first.
4782
4783         * gnus-group.el (gnus-group-toolbar-map): New variable.
4784         (gnus-group-make-tool-bar): Rewritten.
4785         (gnus-group-mode): Put kill-all-local-variables first.
4786
4787         * rfc2047.el: Require gnus-util.
4788
4789         * nnml.el (gnus-sorted-intersection): Autoload.
4790
4791         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
4792         Put some defvars in eval-when-compile.
4793         (gnus-intersection, gnus-sorted-complement):  Autoload.
4794
4795         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
4796
4797         * mm-encode.el (mm-body-7-or-8): Autoload.
4798
4799         * mm-decode.el (mm-insert-inline): Autoload.
4800
4801         * mml.el:
4802         * message.el: Put some defvars in eval-when-compile.
4803
4804         * gnus-msg.el: Put some defvars in eval-when-compile.
4805         (gnus-msg-mail): Move after gnus-setup-message.
4806
4807         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
4808
4809 2000-11-07  Dave Love  <fx@gnu.org>
4810
4811         * gnus-util.el (nnheader): Don't require message (recursive
4812         autoload).
4813
4814         * uudecode.el: Avoid compiler warnings.
4815
4816         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
4817         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
4818
4819 2000-11-06  Dave Love  <fx@gnu.org>
4820
4821         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
4822
4823         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
4824         (uudecode-char-int): New alias, replacing char-int.
4825         (uudecode-decode-region): Don't call buffer-disable-undo.
4826
4827 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
4828 ;       (mm-uu-configure-list): Doc fix.
4829 ;
4830 ;       * earcon.el (running-xemacs): Don't define.
4831 ;
4832 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
4833 ;
4834 ;       * message.el (message-font-lock-keywords): Match a final newline
4835 ;       to help font-lock's multiline support.
4836 ;
4837 2000-11-03  Dave Love  <fx@gnu.org>
4838
4839         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
4840
4841         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
4842         name.
4843
4844         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
4845         <banner>: Fix custom type, doc.
4846
4847         * mm-decode.el (mm-display-external): Space-prefix temp buffer
4848         name.  Don't disable undo explicitly.
4849
4850 ;2000-11-02  Dave Love  <fx@gnu.org>
4851 ;
4852 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
4853 ;       cite-prefix.
4854
4855 2000-11-01  Dave Love  <fx@gnu.org>
4856
4857         * rfc2047.el (base64): Require unconditionally.
4858         (message-posting-charset): Defvar when compiling.
4859         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
4860         message.
4861
4862         * gnus-sum.el (nnoo): Require.
4863         (mm-uu-dissect): Autoload.
4864
4865         * mml.el (mml-parse-1): Clarify message.
4866         (mml-minibuffer-read-type): Use mailcap-mime-types.
4867
4868 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
4869
4870         * mml.el: Fix a typo in the requiring of CL.
4871
4872 2000-11-01  Dave Love  <fx@gnu.org>
4873
4874         * utf7.el: Require cl when compiling.
4875
4876         * binhex.el: Use (featurep 'xemacs).
4877         (binhex-char-int): New alias, replacing char-int.  Change callers.
4878         (binhex-decode-region): Simplify work buffer code.
4879         (binhex-decode-region-external): Use expand-file-name, not concat.
4880
4881 2000-10-30  Dave Love  <fx@gnu.org>
4882
4883         * gnus-art.el: Fix 2000-10-27 change properly.
4884
4885 2000-10-28  Miles Bader  <miles@gnu.org>
4886
4887         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
4888
4889 2000-10-27  Dave Love  <fx@gnu.org>
4890
4891         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
4892         strings.
4893         (gnus-group-make-tool-bar): New function.
4894         (gnus-group-mode): Use it.
4895
4896         * message.el (message-mode-menu): Add some :help strings.
4897         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
4898         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
4899
4900         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
4901         * describe-group.xpm, get-news.xpm, kill-group.xpm:
4902         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
4903
4904         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
4905         display-graphic-p here.
4906
4907 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
4908
4909         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
4910         of the `gnus-xemacs' variable, as the latter has been removed.
4911         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
4912         * gnus-art.el (gnus-treat-display-xface)
4913         (gnus-treat-display-smileys, gnus-treat-display-picons)
4914         (gnus-article-read-summary-keys): Likewise.
4915
4916 2000-10-26  Dave Love  <fx@gnu.org>
4917
4918         (defvar): Use rmail-spool-directory unconditionally.
4919
4920 2000-10-18  Dave Love  <fx@gnu.org>
4921
4922         * mm-bodies.el (mm-uu-decode-function)
4923         (mm-uu-binhex-decode-function): Defvar when compiling.
4924
4925         * gnus-nocem.el (gnus-nocem-issuers): Update.
4926         (gnus-nocem-check-from): New option.
4927         (gnus-nocem-scan-groups): Use it.
4928         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
4929         (gnus-nocem-check-article-limit): Add :version.
4930
4931 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
4932
4933         * ietf-drums.el (mm-util): Require CL when compiling.
4934
4935 2000-10-15  Dave Love  <fx@gnu.org>
4936
4937         * qp.el: Require mm-util.
4938
4939 2000-10-13  Dave Love  <fx@gnu.org>
4940
4941         * qp.el (quoted-printable-decode-region): Avoid invalid
4942         coding-systems.
4943
4944 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
4945
4946         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
4947         to a recursive load.
4948
4949 2000-10-12  Dave Love  <fx@gnu.org>
4950
4951         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
4952
4953         * gnus.el (gnus-group-startup-message): Check for PBM image.
4954
4955 2000-10-09  Dave Love  <fx@gnu.org>
4956
4957         * mail-source.el (mail-source-fetch-imap): Bind
4958         default-enable-multibyte-characters rather than using
4959         mm-disable-multibyte.
4960
4961 2000-10-05  Dave Love  <fx@gnu.org>
4962
4963         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
4964         Autoload.
4965         (quoted-printable-decode-region):  Rename arg which confused
4966         charset with coding-system.  Don't use nonascii-insert-offset.
4967         Coding-system encode the region initially.  Don't recognize `=='
4968         as valid QP.  Coding-system decode the region finally.
4969         (quoted-printable-decode-string): Rename arg which confused
4970         charset with coding-system.
4971
4972         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
4973         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
4974         mm-encode-coding-region.
4975         (mm-decode-body, mm-decode-string): Rename variables which
4976         confused charset with coding-system.
4977         (binhex-decode-region): Don't autoload.
4978         (mm-body-encoding): Require message.
4979         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
4980         cond branches.
4981
4982         * gnus-art.el (article-de-quoted-unreadable)
4983         (article-de-base64-unreadable): Fold search case
4984         rather than downcasing string.  Apply mm-charset-to-coding-system
4985         to arg of quoted-printable-decode-region.
4986
4987 2000-10-04  Dave Love  <fx@gnu.org>
4988
4989         * gnus-ems.el: Don't turn off compiler warnings in local vars.
4990         Require ring when compiling.
4991         (gnus-article-compface-xbm): New variable.
4992
4993 2000-10-04  Dave Love  <fx@gnu.org>
4994
4995         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
4996         pbm images.
4997
4998         * frown.pbm, smile.pbm, wry.pbm: New files.
4999
5000         * frown.xbm, smile.xbm, wry.xbm: Deleted.
5001
5002 2000-10-03  Dave Love  <fx@gnu.org>
5003
5004         * mail-source.el (mail-sources): Revert to nil.
5005
5006         * nnmail (nnmail-spool-file): Revert to `((file))'.
5007
5008         * qp.el: Don't require mm-util.
5009         (quoted-printable-decode-region): Rewritten.
5010         (quoted-printable-decode-string, quoted-printable-encode-region):
5011         Doc fix.
5012         (quoted-printable-encode-region): Barf on multibyte characters.
5013         Maybe make the class multibyte.  Upcase chars, not formatted
5014         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
5015         (quoted-printable-encode-string): Don't use
5016         mm-with-unibyte-buffer.
5017
5018 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
5019
5020         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
5021
5022 2000-09-21  Dave Love  <fx@gnu.org>
5023
5024         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
5025         (for Emacs 20).  Tidy somewhat.
5026
5027 2000-09-21  Dave Love  <fx@gnu.org>
5028
5029         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
5030         image processing.  Rationalize logic somewhat.
5031
5032 2000-09-20  Dave Love  <fx@gnu.org>
5033
5034         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
5035         specifically.
5036
5037         * gnus.el (gnus-version-number): Avoid some redundant
5038         autoloads.
5039
5040 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
5041
5042         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
5043         to XBM; we always have PBM support.
5044
5045 2000-09-14  Dave Love  <fx@gnu.org>
5046
5047         * gnus.el (gnus-charset):
5048         * mm-decode.el (mime-display):
5049         * imap.el (imap) <defgroup>: Add :version.
5050
5051 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
5052
5053         * parse-time.el: Fix author's mail address.
5054
5055         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
5056         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
5057         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
5058         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
5059         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
5060         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
5061         * rfc2231.el, uudecode.el: Fix copyright notice.
5062
5063         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
5064         require `w3' at load-time only if not running in batch mode.
5065
5066 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5067
5068         * gnus.el: Before merge with Emacs21.
5069
5070 2000-12-19  Raymond Scholz <ray-2000@zonix.de>
5071
5072         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
5073
5074 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
5075
5076         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
5077         to avoid conflict with the standard `back-to-indentation'
5078         binding.
5079
5080 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5081
5082         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
5083
5084         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
5085         (mm-disable-multibyte-mule4): Ditto.
5086         (mm-with-unibyte-current-buffer-mule4): Ditto.
5087
5088 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5089
5090         * pop3.el (pop3-movemail): Use binary.
5091         (pop3-movemail-file-coding-system): Removed.
5092
5093 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5094
5095         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
5096
5097 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5098
5099         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
5100         exists.
5101
5102 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5103
5104         * gnus-msg.el (gnus-post-method): Use backend name when the
5105         address is "".
5106
5107 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5108
5109         * gnus-art.el (article-verify-x-pgp-sig): Don't test
5110         mm-verify-option.
5111         (gnus-treat-x-pgp-sig): Default value.
5112         (gnus-ignored-headers): Redundant.
5113
5114 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5115
5116         * gnus-win.el (gnus-configure-frame): Save selected window.
5117
5118 2000-02-15  Andrew Innes  <andrewi@gnu.org>
5119
5120         * nnmbox.el: Require gnus-range.
5121         (nnmbox-group-building-active-articles): New variable.
5122         (nnmbox-group-active-articles): New variable; this is a cache of
5123         all active articles by group and number.
5124         (nnmbox-in-header-p): New function.
5125         (nnmbox-find-article): New function.
5126         (nnmbox-record-active-article): New function.
5127         (nnmbox-record-deleted-article): New function.
5128         (nnmbox-is-article-active-p): New function.
5129         (nnmbox-retrieve-headers): Use nnmbox-find-article.
5130         (nnmbox-request-article): Ditto.  Also supply extra arg to
5131         nnmbox-article-group-number.
5132         (nnmbox-request-expire-articles): Ditto.
5133         (nnmbox-request-move-article): Ditto.
5134         (nnmbox-request-replace-article): Ditto.
5135         (nnmbox-request-rename-group): Rename group entry in active
5136         article cache.
5137         (nnmbox-delete-mail): Update active article cache, unless article
5138         is being replaced.
5139         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
5140         than partially duplicating it.
5141         (nnmbox-article-group-number): Add extra `this-line' arg, to
5142         handle articles belonging to multiple groups.
5143         (nnmbox-save-mail): Update active article cache.
5144         (nnmbox-read-mbox): Build active article cache when loading mbox.
5145         Also do some repair work, if we find articles that are missing the
5146         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
5147         reconstruct these from Xref info.
5148
5149 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5150
5151         * mail-source.el (mail-source-report-new-mail): Use
5152         nnheader-run-at-time.
5153
5154 2000-02-15  Andrew Innes  <andrewi@gnu.org>
5155
5156         * mail-source.el (mail-source-fetch-pop): Clear pop password when
5157         an error is thrown, and then rethrow the error.
5158         (mail-source-check-pop): Ditto.
5159         (mail-source-start-idle-timer): Prevent multiple pop checks
5160         running if the check takes a long time.
5161
5162 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5163
5164         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
5165         succeed.
5166
5167 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5168
5169         * gnus-win.el (gnus-configure-windows): Make sure
5170         nntp-server-buffer is live.
5171         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
5172
5173 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
5174
5175         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
5176
5177 2000-12-04  Andreas Jaeger  <aj@suse.de>
5178
5179         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
5180
5181 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5182
5183         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
5184
5185 2000-12-01  Christopher Splinter <chris@splinter.inka.de>
5186
5187         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
5188
5189 2000-12-01  Simon Josefsson  <sj@extundo.com>
5190
5191         * mml-smime.el (mml-smime-verify): Fix address parsing.
5192
5193 2000-12-01  Simon Josefsson  <sj@extundo.com>
5194
5195         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
5196         more than one certificate inside PKCS#7 blob.  Better security
5197         information (clamed / actual sender, openssl output, certificates
5198         inside message).
5199
5200         * smime.el (smime-verify-region): Output to /dev/null.
5201         (smime-buffer-as-string-region): Don't parse empty lines.
5202
5203 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5204
5205         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
5206         ?d and ?D.
5207         (gnus-mime-security-show-details-inline): New variable.
5208         (gnus-mime-security-show-details): Use them.
5209         (gnus-insert-mime-security-button): Ditto.
5210
5211         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
5212         Suggest by Michael Duggan (md5i@cs.cmu.edu).
5213         (mml2015-gpg-clear-verify): Ditto.
5214         (mml2015-gpg-decrypt-1): Ditto.
5215         (mml2015-use): Prefer 'gpg.
5216
5217 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5218
5219         * gnus-util.el (gnus-add-text-properties-when): New function.
5220         (gnus-remove-text-properties-when): Ditto.
5221
5222         * gnus-cite.el (gnus-article-hide-citation): Use them.
5223         (gnus-article-toggle-cited-text): Use them.
5224
5225         * gnus-art.el (gnus-signature-toggle): Use them.
5226         (gnus-article-show-hidden-text): Ditto.
5227         (gnus-article-hide-text): Ditto.
5228
5229 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5230
5231         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
5232
5233 2000-11-30  Simon Josefsson  <sj@extundo.com>
5234
5235         * smime.el (smime-point-at-eol): New alias.
5236         (smime-buffer-as-string-region): Use it.
5237
5238 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5239
5240         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
5241
5242 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5243
5244         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
5245
5246         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
5247
5248         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
5249
5250 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5251
5252         * nnmh.el (nnmh-request-expire-articles): Implemented
5253         expiry-target for nnmh backend.
5254
5255 2000-11-30  Simon Josefsson  <sj@extundo.com>
5256
5257         * mm-decode.el (mm-security-from): New variable.
5258         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
5259
5260         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
5261         than `from'.
5262
5263 2000-11-30  Simon Josefsson  <sj@extundo.com>
5264
5265         * mml-smime.el (mml-smime-verify): Verify that certificate mail
5266         address match sender address.
5267
5268         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
5269
5270         * smime.el (smime-verify-region): Don't copy buffer.
5271         (smime-decrypt-buffer): Use expand-file-name on keyfile.
5272         (smime-pkcs7-region): New function.
5273         (smime-pkcs7-certificates-region): Ditto.
5274         (smime-pkcs7-email-region): Ditto.
5275         (smime-buffer-as-string-region): Ditto.
5276
5277         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
5278         buffer.
5279
5280 2000-11-23  Jens Krinke <j.krinke@gmx.de>
5281
5282         * smime.el (smime-decrypt-region): Fix keyfile argument.
5283
5284 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5285
5286         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
5287
5288 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5289
5290         * message.el (message-shoot-gnksa-feet): New variable.
5291         (message-gnksa-enable-p): New function.
5292         (message-send): Use it.
5293         (message-check-news-body-syntax): Ditto.
5294
5295 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5296
5297         * message.el (message-make-message-id): Remove the redundancy.
5298
5299 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5300
5301         * message.el (message-setup): Discourage using mc-install-*-mode.
5302
5303         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
5304
5305 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5306
5307         * gnus-cite.el (gnus-cite-parse): Guess citation length.
5308
5309 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5310
5311         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
5312
5313 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5314
5315         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
5316
5317 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5318
5319         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
5320         insert-buffer-substring.
5321
5322         * message.el (message-send-mail): Use buffer-substring-no-properties.
5323         (message-send-news): Ditto.
5324
5325 2000-11-22  David Edmondson <dme@dme.org>
5326
5327         * imap.el (imap-wait-for-tag): Message read info.
5328
5329 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5330
5331         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
5332         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
5333         (mml2015-gpg-encrypt): Ditto.
5334
5335 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5336
5337         * mm-decode.el (mm-verify-option): Default value.
5338
5339         * mml-sec.el (mml-secure-part): Error message.
5340
5341 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5342
5343         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
5344
5345 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5346
5347         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
5348
5349 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5350
5351         * gnus-art.el (gnus-article-describe-key): Use prompt.
5352         (gnus-article-describe-key-briefly): Ditto.
5353
5354 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5355
5356         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
5357
5358 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5359
5360         * gnus-art.el (gnus-article-describe-key): New function.
5361         (gnus-article-describe-key-briefly): New function.
5362
5363 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5364
5365         * mm-decode.el (mm-decrypt-option): Doc typo.
5366
5367         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
5368         return a number.
5369
5370 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5371
5372         * message.el (message-newline-and-reformat): Typo.
5373
5374 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5375
5376         * gnus-art.el (article-verify-x-pgp-sig): Check whether
5377         original-article-buffer exists.
5378
5379         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
5380         (rfc2047-header-encoding-alist): Addresses are different from text.
5381         (rfc2047-encode-message-header): Ditto.
5382         (rfc2047-dissect-region): Extra parameter.
5383         (rfc2047-encode-region): Ditto.
5384         (rfc2047-encode-string): Ditto.
5385
5386 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5387
5388         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
5389         (mm-uu-pgp-encrypted-extract): Use it.
5390         (mm-uu-pgp-signed-extract-1): New function.
5391         (mm-uu-pgp-signed-extract): Use it.
5392
5393         * gnus-art.el (gnus-mime-display-security): New function.
5394         (gnus-mime-display-part): Use it.
5395         (gnus-mime-security-verify-or-decrypt): New function.
5396         (gnus-mime-security-press-button): New function.
5397         (gnus-insert-mime-security-button): Use it.
5398
5399         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
5400         (mm-find-raw-part-by-type): Ditto.
5401         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
5402         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
5403         (mm-destroy-parts): Kill nested multibyte buffer.
5404
5405         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
5406         (mml2015-gpg-verify): Ditto.
5407
5408 2000-11-18  Simon Josefsson  <sj@extundo.com>
5409
5410         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
5411         (mml2015-function-alist): Use it.
5412
5413         * mml-sec.el (mml-sign-alist): Update names.
5414         (mml-encrypt-alist): Ditto.
5415         (mml-secure-part-smime-sign): Moved to mml-smime.el
5416         as `mml-smime-sign-query'.
5417         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
5418         `mml-smime-get-file-cert'.
5419         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
5420         `mml-smime-get-dns-cert'.
5421         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
5422         `mml-smime-encrypt-query'.
5423         (mml-smime-sign-buffer): Use mml-smime-sign.
5424         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
5425
5426         * mml-smime.el (mml-smime-sign): New function.
5427         (mml-smime-encrypt):
5428         (mml-smime-sign-query):
5429         (mml-smime-get-file-cert):
5430         (mml-smime-get-dns-cert):
5431         (mml-smime-encrypt-query): Moved from mml-sec.el.
5432
5433 2000-11-16  Simon Josefsson  <sj@extundo.com>
5434
5435         * mml2015.el (mml2015-gpg-clear-verify): New function.
5436         (mml2015-function-alist): Add it.
5437
5438 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5439
5440         * message.el (message-setup-fill-variables): Use
5441         message-cite-prefix-regexp.
5442         (message-newline-and-reformat): Check the end of citation, leading
5443         WSP, break in the cite prefix.
5444         (message-fill-paragraph): New function.
5445
5446 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5447
5448         * lpath.el: Shut up.
5449
5450 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5451
5452         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
5453         raw 8-bit in headers in dk.* newsgroups.
5454
5455 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5456
5457         * message.el (message-newline-and-reformat): Match extra WSPs.
5458
5459 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5460
5461         * mml.el (mml-generate-mime-1): Ignore ascii.
5462
5463 2000-11-16 Justin Sheehy <justin@iago.org>
5464
5465         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
5466
5467 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5468
5469         * message.el (message-cite-prefix-regexp): Prefix should not end
5470         at space.
5471
5472 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5473
5474         * message.el (message-mode-syntax-table): Add - as a word
5475         constituent as in articles.
5476         (message-setup-fill-variables): Add -_. as supercite-style prefix.
5477         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
5478         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
5479
5480 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5481
5482         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
5483
5484 2000-11-12  David Edmondson  <dme@dme.org>
5485
5486         * message.el (message-font-lock-keywords): use
5487         message-cite-prefix-regexp.
5488
5489 2000-11-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5490
5491         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
5492         Stein Arild Str\e,Ax\e(Bmme.
5493         (gnus-group-jump-to-group): Use it.
5494         (gnus-group-jump-to-group-prompt): Customize.
5495
5496 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
5497
5498         * mailcap.el (mailcap-possible-viewers): Match the entire string.
5499
5500 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
5501
5502         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
5503         incompatible.
5504         (mml2015-mailcrypt-sign): Ditto.
5505
5506 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5507
5508         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
5509         group is open.
5510
5511 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
5512
5513         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
5514         nnvirtual articles.
5515         (gnus-backlog-request-article): Don't request nnvirtual articles.
5516
5517 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5518
5519         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
5520         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
5521
5522 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
5523
5524         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
5525         * mml.el (mml-generate-mime-1): Use charset attribute.
5526         * mm-bodies.el (mm-encode-body): Add parameter charset.
5527         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
5528
5529 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5530
5531         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
5532         (mml2015-mailcrypt-clear-decrypt): Ditto.
5533         (mml2015-mailcrypt-verify): Ditto.
5534         (mml2015-mailcrypt-clear-verify): Ditto.
5535         (mml2015-gpg-verify): Ditto.
5536
5537 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
5538
5539         * smime.el (smime-openssl-program): Test the existence of openssl.
5540         * mml-smime.el: Require mm-decode.
5541         (mml-smime-verify-test): New function.
5542         * mm-decode.el (mm-verify-function-alist): Use it.
5543
5544 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5545
5546         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
5547         anyway.
5548
5549 2000-11-13  Simon Josefsson  <sj@extundo.com>
5550
5551         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
5552         verification doesn't work.
5553
5554 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
5555
5556         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
5557         (gnus-inews-do-gcc): Use it.
5558
5559 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5560
5561         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
5562         leading space.
5563         * mm-extern.el (mm-inline-external-body): Report error when no
5564         access-type.
5565
5566 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5567
5568         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
5569
5570 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5571
5572         * gnus-art.el (gnus-mime-button-menu): Use select-window.
5573
5574 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
5575
5576         * gnus-art.el (gnus-mime-display-part): Display multipart/related
5577         as multipart/mixed.
5578
5579 2000-11-12  David Edmondson  <dme@dme.org>
5580
5581         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
5582         and replace `.' with `\w' to allow for different syntax tables
5583         (from Vladimir Volovich).
5584         * message.el (message-newline-and-reformat): use
5585         `message-cite-prefix-regexp'.
5586         * gnus-cite.el (gnus-supercite-regexp): use
5587         `message-cite-prefix-regexp'.
5588         * gnus-cite.el (gnus-cite-parse): use
5589         `message-cite-prefix-regexp'.
5590
5591 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
5592
5593         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
5594         PGP SIGNATURE.  Escape leading "-"'s.
5595         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
5596
5597 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
5598
5599         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
5600
5601 2000-11-11  Simon Josefsson  <sj@extundo.com>
5602
5603         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
5604
5605         * smime.el (smime-details-buffer): New variable.
5606         (smime-sign-region):
5607         (smime-encrypt-region):
5608         (smime-verify-region):
5609         (smime-decrypt-region): Copy OpenSSL output to the buffer.
5610
5611         * mml-smime.el (mml-smime-verify): Support security info.
5612
5613 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5614
5615         * mm-decode.el (mm-verify-option): Set default to nil.
5616         (mm-decrypt-option): Ditto.
5617         * gnus-art.el (article-verify-x-pgp-sig): New function.
5618
5619 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5620
5621         * gnus-art.el (gnus-mime-display-alternative): Show button if no
5622         preferred part.
5623
5624 2000-11-07  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5625
5626         * gnus-sum.el (gnus-move-split-methods): Say that
5627         `gnus-split-methods' uses file names, whereas this uses group
5628         names.  (Report from Nevin Kapur)
5629
5630 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5631
5632         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
5633
5634 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
5635
5636         * nnheader.el (nnheader-directory-files-is-safe): New variable.
5637         (nnheader-directory-articles): Use it.
5638         (nnheader-article-to-file-alist): Ditto.
5639
5640 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
5641
5642         * rfc2047.el (rfc2047-pad-base64): New function.
5643         (rfc2047-decode): Use it.
5644
5645 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5646
5647         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
5648         select method.
5649
5650 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
5651
5652         * mml2015.el (mml2015-gpg-decrypt-1):
5653         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
5654
5655 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5656
5657         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
5658
5659 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5660
5661         * pop3.el (pop3-munge-message-separator): A message may have an
5662         empty body.
5663
5664 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5665
5666         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
5667         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
5668         (mm-uu-pgp-signed-extract): Use coding-system.
5669
5670 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5671
5672         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
5673         (gnus-insert-mime-security-button): New function.
5674         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
5675         * mml2015.el:  Add security info when verify or decrypt.
5676         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
5677         (mm-uu-pgp-encrypted-extract): Ditto.
5678
5679 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
5680
5681         * mm-decode.el (mm-display-parts): New function.
5682         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
5683
5684 2000-02-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
5685
5686         * gnus-mlspl.el: Documentation tweaks.
5687
5688 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5689
5690         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
5691         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
5692         argument.
5693
5694 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5695
5696         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
5697
5698 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
5699
5700         * gnus-art.el (gnus-article-encrypt): New function.
5701         (gnus-article-encrypt-protocol-alist): New variable.
5702         (gnus-article-encrypt-protocol): New variable.
5703         * mml2015.el (mml2015-self-encrypt): New function.
5704         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
5705
5706 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
5707
5708         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
5709         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
5710         let mailcap do it.
5711         * mml2015.el: Remove snarf code.
5712         * mm-decode.el: Remove snarf code.
5713
5714 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5715
5716         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
5717         (mml-insert-mime): Understand gnus-decoded.
5718         (mime-to-mml): New parameter handles.
5719         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
5720         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
5721
5722 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
5723
5724         * mm-decode.el (mime-security): New group.
5725         (mm-verify-function-alist): Add test function.
5726         (mm-decrypt-function-alist): Ditto.
5727         (mm-snarf-option): Set default value as nil.
5728         (mm-find-part-by-type): Recursive parameter.
5729         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
5730         * mml2015.el: Support draft-ietf-openpgp-multsig.
5731
5732 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5733
5734         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
5735         (gnus-article-view-part-as-charset): New function.
5736
5737 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5738
5739         * mm-decode.el (mm-verify-option): Default value.
5740         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
5741
5742 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5743
5744         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
5745
5746 2000-11-05  Simon Josefsson  <sj@extundo.com>
5747
5748         * mml-smime.el (mml-smime-verify): Work in original multipart
5749         buffert.
5750
5751         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
5752         (mm-handle-multipart-ctl-parameter): Ditto.
5753         (mm-alist-to-plist): New function.
5754         (mm-dissect-buffer): Store CTL parameters and copy original buffer
5755         for multiparts.
5756         (mm-destroy-parts): Destroy multipart buffert.
5757         (mm-remove-part): Ditto.
5758
5759         * mml-smime.el (mml-smime-sign): Not used.
5760         (mml-smime-encrypt): Ditto.
5761
5762         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
5763
5764         Verify S/MIME signature support.
5765
5766         * mm-decode.el (mm-inline-media-tests): Add
5767         application/{x-,}pkcs7-signature.
5768         (mm-inlined-types): Ditto.
5769         (mm-automatic-display): Ditto.
5770         (mm-verify-function-alist): Ditto.  Add name of method.
5771         (mm-decrypt-function-alist): Add name of method.
5772         (mm-find-part-by-type): Add documentation.
5773         (mm-possibly-verify-or-decrypt): Use new format of
5774         mm-{verify,decrypt}-function-alist.  Use method names.
5775
5776         * mml-smime.el (mml-smime-verify): New function.
5777
5778 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
5779
5780         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
5781
5782 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5783
5784         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
5785         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
5786         * mm-decode.el (mm-snarf-option): New.
5787
5788 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5789
5790         * mm-util.el (mm-subst-char-in-string): New function.
5791         (mm-replace-chars-in-string): Use it.
5792         * message.el (message-replace-chars-in-string): Use it.
5793         * nnheader.el (nnheader-replace-chars-in-string): Use it.
5794         * gnus-mh.el (mh-lib-progs): Shut up.
5795
5796 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
5797
5798         * base64.el, md5.el: Moved to contrib directory.
5799
5800 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
5801
5802         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
5803         the last article when search.
5804
5805 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5806
5807         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
5808         * nnmail.el (nnmail-pathname-coding-system): Ditto.
5809
5810 2000-09-29  David Edmondson  <dme@thus.net>
5811
5812         * message.el (message-newline-and-reformat): Typo.
5813
5814 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5815
5816         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
5817
5818 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
5819
5820         * nntp.el (nntp-decode-text): Delete bogus status lines.
5821
5822 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
5823
5824         * message.el (message-font-lock-keywords): Match a final newline
5825         to help font-lock's multiline support.
5826
5827 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5828
5829         * nnoo.el (nnoo-set): New function.
5830
5831 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
5832
5833         * gpg.el, gpg-ring.el: Moved to contrib directory.
5834
5835 2000-11-04  Simon Josefsson  <sj@extundo.com>
5836
5837         * nnimap.el (nnimap-split-inbox): Typo.
5838
5839 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
5840
5841         * gnus-msg.el (gnus-msg-mail): Move it backwards.
5842
5843 2000-11-03  Simon Josefsson  <sj@extundo.com>
5844
5845         * rfc2231.el (rfc2231-parse-qp-string): New function.
5846         (require): rfc2047.
5847
5848         * mail-parse.el (mail-header-parse-content-type):
5849         (mail-header-parse-content-disposition): Support invalid QP
5850         encoded strings, by using `rfc2231-parse-qp-string'.
5851
5852 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5853
5854         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
5855         (rfc2231-decode-encoded-string): Typo "> X 1".
5856         (rfc2231-encode-string): Insert the name of charset.
5857         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
5858
5859 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
5860
5861         * mm-decode.el (mm-save-part): Return the filename.
5862         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
5863         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
5864         (gnus-mime-action-alist): Use it.
5865         (gnus-mime-button-commands): USe it.
5866         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
5867         (mm-inline-external-body): unwind-protect.
5868
5869 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
5870
5871         * gnus-art.el (gnus-insert-mime-button): Show url.
5872
5873 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5874
5875         * mml.el (mml-generate-mime-1): Support external url.
5876         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
5877
5878 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
5879
5880         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
5881         * mm-decode.el (mm-display-external): Ditto.
5882         * mm-extern.el: New file.
5883         * mm-decode.el (mm-inline-media-tests): Hook it up.
5884         (mm-inlined-types): Inline message/external-body.
5885
5886 2000-11-02  Simon Josefsson  <sj@extundo.com>
5887
5888         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
5889
5890         * message.el (message-get-reply-headers): Better handling when
5891         Mail-Followup-To is very large.
5892
5893 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
5894
5895         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
5896         * gnus-art.el (gnus-article-edit-done):
5897         * gnus-sum.el (gnus-summary-edit-article-done): Move line
5898         counting code here.
5899         * gnus-msg.el (gnus-setup-message): Remove a hack.
5900
5901 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5902
5903         * gnus-sum.el (gnus-newsgroup-variables): New variable.
5904         (gnus-summary-mode): Make them local variables.
5905         (gnus-set-global-variables): Globalize them.
5906         (gnus-summary-exit): Kill them.
5907
5908 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
5909
5910         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
5911         word.
5912
5913 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5914
5915         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
5916         gnus-article-wash-types.
5917         * gnus-art.el (gnus-article-wash-status): Use them.
5918
5919 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5920
5921         * mml.el (mml-read-tag): Remove spaces and LF.
5922
5923 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5924
5925         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
5926         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
5927
5928 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5929
5930         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
5931
5932 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5933
5934         * gnus-sum.el (gnus-article-charset): New variable.
5935         (gnus-summary-display-article): Set it.
5936         * gnus-msg.el (gnus-copy-article-buffer): Use it.
5937         * gnus-art.el (gnus-article-mode): Make it local variable.
5938
5939 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940
5941         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
5942
5943 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5944
5945         * nnwfm.el: New file.
5946
5947         * nnweb.el (nnweb-replace-in-string): New function.
5948
5949 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5950
5951         * mml2015.el: Wrap gpg.el.
5952         * gpg.el (gpg-verify): The last argument of apply is a list.
5953         (gpg-encrypt): Add passphrase as a parameter.
5954
5955 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
5956
5957         * gpg.el: New file.
5958         * gpg-ring.el: New file.
5959
5960 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5961
5962         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
5963
5964 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
5967         double-quote charcters.
5968         (gnus-summary-prepare-threads): Ditto.
5969
5970 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5971
5972         * gnus-art.el (gnus-mime-display-single): Forward line -1.
5973         * mml.el (mml-read-tag): Don't skip the leading space.
5974         * lpath.el (font-lock-set-defaults): Shut up.
5975
5976 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
5977
5978         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
5979
5980 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5981
5982         * qp.el (quoted-printable-encode-region): Replace leading - when
5983         ultra safe.
5984         * mml.el (mml-generate-mime-postprocess-function): Removed.
5985         (mml-postprocess-alist): Removed.
5986         (mml-generate-mime-1): Use ultra-safe when sign.
5987         * mml2015.el (mml2015-fix-micalg): Uppercase.
5988         (mml2015-verify): Insert LF.
5989         (mml2015-mailcrypt-sign): Downcase; search backward.
5990
5991 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5992
5993         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
5994         restrictive.
5995         (nnultimate-table-regexp): New variable.
5996         (nnultimate-forum-table-p): Use it.
5997
5998 2000-10-30  Ed L Cashin <ecashin@coe.uga.edu>
5999
6000         * gnus-sum.el (gnus-summary-expire-articles): Save point.
6001
6002 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
6003
6004         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
6005         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
6006
6007 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6008
6009         * mml2015.el: Shut up.
6010
6011 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
6012
6013         * gnus.el (gnus-server-browse-hashtb): Removed.
6014         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
6015         (gnus-group-insert-group-line-info): Use simplified method.
6016         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
6017
6018 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
6019
6020         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
6021         moved here.
6022         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
6023         * gnus-group.el (gnus-group-prepare-flat): Use it.
6024         * gnus-topic.el (gnus-group-prepare-topics): Use it.
6025
6026 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
6027
6028         * mml.el (mml-mode): Show menu in XEmacs.
6029
6030 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
6031
6032         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
6033         (gnus-server-read-server-in-server-buffer): New function.
6034         (gnus-browse-foreign-server): Browse in group buffer.
6035         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
6036         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
6037         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
6038         * gnus.el (gnus-server-browse-hashtb): New variable.
6039
6040 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
6041
6042         * nnfolder.el (nnfolder-open-nov): Use group.
6043
6044 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6045
6046         * nnfolder.el: Add NOV. Set version to 2.0.
6047         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
6048
6049 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6050
6051         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
6052
6053 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6054
6055         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
6056         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
6057
6058 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
6059
6060         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
6061
6062 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6063
6064         * mm-decode.el (mm-verify-function-alist): New variable.
6065         (mm-verify-option): New variable.
6066         (mm-decrypt-function-alist): Ditto.
6067         (mm-decrypt-option): Ditto.
6068         (mm-find-raw-part-by-type): New function.
6069         (mm-possibly-verify-or-decrypt): New function.
6070         (mm-dissect-multipart): Use it.
6071         * mml2015.el (mml2015-fix-micalg): New function.
6072         (mml2015-decrypt): Use new interface.
6073         (mml2015-verify):  Use new interface.
6074         (mml2015-setup): Make it bogus.
6075
6076 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
6077
6078         * mml.el (mml-generate-mime-postprocess-function): Set to
6079         mml-postprocess.
6080         (autoload): Autoload mml2015 and mml-smime.
6081         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
6082         * mml2015.el (mml2015-encrypt): New function.
6083         (mml2015-sign): New function.
6084         (mml2015-encrypt-function): New variable.
6085         (mml2015-sign-function): New variable.
6086         (mml2015-mailcrypt-encrypt): Use message-recipients.
6087         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
6088         * mml-smime.el (mml-smime-setup): Ditto.
6089
6090 2000-10-28  Simon Josefsson  <sj@extundo.com>
6091
6092         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
6093         Communigate Pro 3.3.1 server.
6094
6095         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
6096         in buffers.
6097         (mml-secure-dns-server): Removed.
6098         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
6099         write certificates to files.
6100
6101         * smime.el (smime-dns-server): New variable.
6102         (smime-mail-to-domain):
6103         (smime-cert-by-dns): New functions.
6104
6105         * dig.el: New file.
6106
6107 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
6108
6109         * message.el (message-options): New variable.
6110         (message-options-set-recipient): New function.
6111         (message-send): Use them.
6112         * gnus-int.el (gnus-request-replace-article): Use them.
6113         (gnus-request-accept-article): Ditto.
6114         * mml.el (mml-preview): Use them.
6115         * gnus-sum.el (gnus-summary-edit-article): Use them.
6116
6117         * message.el (message-options-get): New function.
6118         (message-options-get): New function.
6119         * rfc2047.el (rfc2047-encode-message-header): Use them.
6120         * mm-bodies.el (mm-encode-body): Use them.
6121
6122 2000-10-28  Simon Josefsson  <sj@extundo.com>
6123
6124         * nnimap.el (nnimap-retrieve-which-headers):
6125         (nnimap-request-article-part): Quote message-id.
6126
6127         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
6128         (smime-CA-file): New variable.
6129         (smime-call-openssl-region): Don't error.
6130         (smime-sign-region): Return result value.
6131         (smime-encrypt-region): Ditto.
6132         (smime-verify-region): New function.
6133         (smime-decrypt-region): Ditto.
6134         (smime-verify-buffer): Ditto.
6135         (smime-decrypt-buffer): Ditto.
6136
6137         * mml.el: Require mml-sec.
6138         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
6139         (mml-mode-map): Add "sign" and "encrypt" maps.
6140         (mml-menu): Add security menu.
6141         (mml-preview): Use generate-new-buffer.
6142
6143         * mml-sec.el: New file.
6144
6145 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6146
6147         * mm-decode.el (mm-find-part-by-type): Move it here.
6148         * mml.el (mml-postprocess): Move it here.
6149         (mml-postprocess-alist): Move it here. Merge them.
6150
6151 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
6152
6153         * rfc2047.el (rfc2047-encode-message-header): Make sure no
6154         unencoded stuff in the header.
6155
6156 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
6157
6158         * gnus-group.el (gnus-group-listed-groups): New variable.
6159         (gnus-group-list-option): New variable.
6160         (gnus-group-list-limit-map): New keymap.
6161         (gnus-group-list-flush-map): New keymap.
6162         (gnus-group-list-plus-map): New keymap.
6163         (gnus-group-prepare-logic): New function.
6164         (gnus-group-prepare-flat): Merge with
6165         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
6166         (gnus-group-prepare-flat-list-dead): Ditto.
6167         (gnus-group-list-matching): Use gnus-group-prepare-function.
6168         (gnus-group-list-dormant): Ditto.
6169         (gnus-group-list-cached): Ditto.
6170         (gnus-group-listed-groups): New function.
6171         (gnus-group-list-limit): New function.
6172         (gnus-group-list-flush): New function.
6173         (gnus-group-list-plus): New function.
6174         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
6175         (gnus-topic-prepare-topic): Ditto.
6176
6177 2000-10-27  Paul Jarc <prj@po.cwru.edu>
6178
6179         * message.el (message-insert-to, message-get-reply-headers):
6180         (message-reply, message-followup): Mail-{Followup,Reply}-To.
6181
6182 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
6183
6184         * mml2015.el: New file.
6185         * smime.el: New file.
6186         * mml-smime.el: New file.
6187
6188 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6189
6190         * ChangeLog: Moved to ChangeLog.1.
6191
6192 ;; Local Variables:
6193 ;; coding: iso-2022-7bit
6194 ;; End: