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