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