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