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