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