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