(gnus-xmas-group-startup-message): Bind the oort color as
[gnus] / lisp / ChangeLog
1 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
4         color as `gnus-group-startup-message' does.
5
6 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
7
8         * spam.el: fixed line lengths to 80 chars or less
9
10         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
11         "not-read" mark
12         (gnus-summary-mark-forward): added the spam-mark to the list of
13         marks not to be marked as "read" when viewed
14
15 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply. 
18
19         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
20         Protect against unactive groups.
21
22         * message.el (message-check-news-header-syntax): Check long
23         header lines.
24         (message-check-news-header-syntax): Update `start'.
25
26         * gnus-group.el (gnus-group-expire-articles): Doc fix.
27         (gnus-group-line-format): %U.
28         (gnus-group-line-format-alist): ?U.
29         (gnus-number-of-unseen-articles-in-group): New function.
30
31         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout. 
32
33         * gnus.el (gnus-version-number): Bump version number.
34
35 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
36
37         * gnus.el: Oort Gnus v0.10 is released.
38
39 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus.el (gnus-version-number): Fix version number.
42
43 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
44
45         * gnus.el: Oort Gnus v0.08 is released.
46
47 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
48
49         * mm-util.el: Add mm-string-make-unibyte.
50
51         * gnus-group.el (gnus-group-jump-to-group): Make it work for
52         UTF-8 groups.
53
54 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * gnus.el (gnus-variable-list): Write gnus-format-specs last. 
57
58         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
59
60 2003-01-04  Kevin Ryde  <user42@zip.com.au>
61
62         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
63         function. 
64
65 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p. 
68         (gnus-summary-read-group-1): Update group line.
69         (gnus-summary-exit-no-update): Update group on exit.
70
71         * gnus-group.el (gnus-group-line-format): Add %*.
72         (gnus-group-line-format-alist): Ditto.
73         (gnus-group-insert-group-line): Set it.
74         (gnus-group-is-exiting-p): New variable.
75         (gnus-group-insert-group-line): Use it.
76
77 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
78
79         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
80         enable BBDB ham processing
81         (spam-blacklist-register-routine): enable blacklist spam processing
82         (spam-whitelist-register-routine): enable whitelist ham processing
83         (spam-fetch-field-from-fast): fast fetching of the "from" field
84         from (gnus-data-list)
85         (spam-summary-prepare-exit): works completely now
86         (spam-use-blacklist): oops, should be nil by default
87         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
88         split processing now; before it was for summary exit as
89         well but that's done with the spam-contents and spam-process
90         parameters now
91
92 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
93
94         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
95         characters.
96
97 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
98
99         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
100         (spam-group-processor-p, spam-group-processor-bogofilter-p) 
101         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p) 
102         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p) 
103         (spam-mark-spam-as-expired-and-move-routine) 
104         (spam-generic-register-routine, spam-BBDB-register-routine) 
105         (spam-ifile-register-routine, spam-blacklist-register-routine) 
106         (spam-whitelist-register-routine): new functions
107         (spam-summary-prepare-exit): added summary exit processing (expire
108         or move) of spam-marked articles for spam groups; added slots for
109         all the spam-*-register-routine functions
110
111 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
112
113         * pop3.el (pop3-retr): Wait 500 msecs.
114         (pop3-read-response): Ditto.
115
116         * gnus-msg.el (gnus-setup-message): Get the evaliation order
117         right. 
118         (gnus-inews-make-draft): New function.
119         (gnus-setup-message): Use it.
120
121         * message.el (message-required-headers): Add From.
122
123 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
124         Trivial patch from Norbert Koch <nk@viteno.net>.
125
126         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
127
128 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129
130         * message.el (message-generate-headers): Let header formatters do
131         their work.
132
133 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
134
135         * deuglify.el (gnus-article-outlook-deuglify-article):
136         Rehighlight, reapply treatments and call
137         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
138         (gnus-outlook-repair-attribution-block): Recognize cited
139         attributions.  Suggested by Niklas Morberg.
140
141 2003-01-02  Pete Kazmier  <pete@kazmier.com>
142
143         * gnus-art.el (gnus-treat-predicate): Check condition first.
144
145 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
146
147         * lpath.el: Add url-http-file-exists-p.
148
149         * gnus-group.el (gnus-group-fetch-charter): Use
150         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
151
152 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
153
154         * message.el (message-draft-headers): Also generate From to get a
155         nicer draft buffer summary.
156
157         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
158         parameter.
159
160         * gnus-art.el (article-wash-html): Clean up.
161         (article-wash-html): Typo fix.
162
163         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
164         (gnus-summary-mail-forward): To many lists of lists.
165
166         * gnus-art.el (article-wash-html): Clean up.
167
168 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
169
170         * gnus-art.el (gnus-treat-wash-html): New variable.
171
172 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * message.el (message-check-news-header-syntax): Allow posting.
175         (message-check-news-header-syntax): Fix logic for sure, this
176         time.
177
178 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
179
180         * message.el (message-check-news-header-syntax): Check syntax of
181         continuation headers.
182
183 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
184
185         * gnus-art.el (gnus-button-url-regexp,
186         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
187         (gnus-header-button-alist): Regexps are case insensitive here.
188
189 2003-01-02  Simon Josefsson  <jas@extundo.com>
190
191         * dig.el (query-dig): Doc fix.
192
193 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
194
195         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
196         summary buffer line, not just the download mark.
197
198 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * gnus-sum.el (gnus-summary-goto-subjects): New function.
201         (gnus-summary-insert-dormant-articles): New command and
202         keystroke.
203
204         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
205         function for mass insertion of subjects.
206
207         * nndraft.el (nndraft-generate-headers): Don't move point.
208
209         * gnus.el (nnheader): Require nnheader.
210
211         * nndraft.el (nndraft-request-associate-buffer): Use
212         make-local-variable.
213
214 2003-01-02  Michael Shields  <shields@msrl.com>
215
216         * nndraft.el (nndraft-request-associate-buffer): Make
217         write-contents-hooks buffer-local before setting it.
218
219 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus.el (gnus-group-parameter-value): Take an extra param.
222         (gnus-group-fast-parameter): Let group param results be nil.
223
224         * gnus-art.el (gnus-article-forward-header): New function.
225         (article-date-ut): Use it to remove continuation date headers.
226
227         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
228         read-event.
229         (gnus-summary-remove-bookmark): Clean up.
230         (gnus-summary-set-bookmark): Clean up.
231
232         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
233
234         * gnus.el (gnus-group-startup-message): Bind data-directory to
235         the Gnus etc directory.
236
237 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
238
239         * spam.el (spam-summary-prepare-exit): added slots for spam- and
240         ham-processing of articles; use the new
241         spam-group-(spam|ham)-contents-p functions
242         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
243         convenience functions
244         (spam-mark-junk-as-spam-routine): use the new
245         spam-group-spam-contents-p function
246
247         * gnus.el (spam-process, spam-contents, spam-process-destination):
248         added new parameters with corresponding global variables
249         (gnus-group-spam-exit-processor-ifile,
250         gnus-group-spam-exit-processor-bogofilter,
251         gnus-group-spam-exit-processor-blacklist,
252         gnus-group-spam-exit-processor-whitelist,
253         gnus-group-spam-exit-processor-BBDB,
254         gnus-group-spam-classification-spam,
255         gnus-group-spam-classification-ham): added new symbols for the
256         spam-process and spam-contents parameters
257
258         * spam.el (spam-ham-marks, spam-spam-marks): changed list
259         customization and list itself to store mark symbol rather than
260         mark character.
261         (spam-bogofilter-register-routine): added logic to generate mark
262         values list from spam-ham-marks and spam-spam-marks, so (member)
263         would work.
264
265 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * message.el (message-cross-post-followup-to): Fix comment.
268
269 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
270
271         * spam.el (spam-ham-marks, spam-spam-marks): changed list
272         customization and list itself to store mark symbol rather than
273         mark character.
274         (spam-bogofilter-register-routine): added logic to generate mark
275         values list from spam-ham-marks and spam-spam-marks, so (member)
276         would work.
277
278 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
279
280         * message.el (message-signature-insert-empty-line): New variable.
281
282 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
283
284         * message.el: Renamed functions and variables: "xpost" ->
285         "cross-post", "-fup2" -> "-followup-to".
286         (message-cross-post-old-target, message-cross-post-default,
287         message-cross-post-note, message-followup-to-note,
288         message-cross-post-note-function): New variables names.
289         (message-xpost-old-target, message-xpost-default,
290         message-xpost-note, message-fup2-note,
291         message-xpost-note-function): Removed variable names.
292         (message-cross-post-followup-to-header,
293         message-cross-post-insert-note, message-cross-post-followup-to):
294         New function names.
295         (message-xpost-fup2-header, message-xpost-insert-note,
296         message-xpost-fup2): Removed function names.
297
298 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
299
300         * message.el (message-send-mail): Added message-cleanup-headers to
301         prevent newlines in headers.
302
303 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * dns.el (dns-make-network-process): Comment.
306
307         * gnus-sum.el (gnus-summary-display-while-building): Default to
308         nil.
309
310 2003-01-01  Wes Hardaker  <wes@hardakers.net>
311
312         * gnus-sum.el (gnus-summary-display-while-building): New
313         variable.
314
315 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
316
317         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
318         before rearranging the article.
319
320 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * nndraft.el (nndraft-generate-headers): New function.
323         (nndraft-request-associate-buffer): Use it to write headers on
324         buffer save.
325
326         * message.el (message-generate-headers): Let the function be a
327         lambda form.
328         (message-draft-headers): New variable.
329
330         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
331         function.
332         (gnus-setup-message): Use it.
333
334         * message.el (message-generate-headers-first): Doc fix.
335         (message-setup-1): Use new function for getting which headers to
336         generate.
337         (message-headers-to-generate): New function.
338
339 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
340
341         * gnus-agent.el (gnus-agent-save-alist): Make directory.
342
343 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
344
345         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
346         mention negatives.
347
348 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
349
350         * deuglify.el (gnus-outlook-rearrange-article): Use
351         `transpose-regions' instead of tempering the kill-ring.
352         (gnus-article-outlook-deuglify-article): Rehighlight article
353         instead of a complete redisplay.
354
355 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         * spam.el: most defvars are defcustoms now
358
359         patches from Michael Shields  <shields@msrl.com>
360
361         * spam.el (spam-bogofilter-articles): Select the article
362         body using gnus-summary-show-article t instead of
363         gnus-summary-select-article; this presents the raw text
364         without running any hooks.
365
366         * spam.el (spam-bogofilter-articles): Use message-remove-header
367         to remove headers; the old way incorrectly removed just the first
368         line of folded headers.
369
370 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
373
374 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375
376         * gnus-start.el (gnus-load): New function.
377         (gnus-read-newsrc-el-file): Use it.
378
379 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
380
381         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
382         (gnus-button-handle-apropos-documentation): New function.
383         (gnus-button-handle-ctan): New function.
384         (gnus-button-alist): Use them.  Improve some regexps.
385         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
386
387 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
388
389         * message.el (message-subscribed-p): New function.
390         (message-send-mail): Use it.
391         * mml.el (mml-preview-insert-mft): New function.
392         (mml-preview): Use it.
393
394 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
395
396         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
397         when sorting by date.
398
399         * gnus-art.el (gnus-article-edit-mode): New variable.
400         (gnus-article-setup-buffer): Warn user about discarding edits.
401
402         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
403         (gnus-summary-pipe-output): Take a symbolic prefix to save all
404         headers.
405
406         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
407
408 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
409
410         * message.el (message-completion-alist): Added "Mail-Followup-To"
411         and "Mail-Copies-To".
412
413 2002-07-21  Jesper harder  <harder@ifa.au.dk>
414
415         * gnus-group.el: Add key bindings for
416         gnus-group-sort-groups-by-real-name and
417         gnus-group-sort-selected-groups-by-real-name.
418
419 2002-07-21  Jesper harder  <harder@ifa.au.dk>
420
421         * gnus.texi (Sorting Groups): Add key bindings for
422         gnus-group-sort-groups-by-real-name and
423         gnus-group-sort-selected-groups-by-real-name.
424
425 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
426
427         * spam.el (spam-use-dig): new variable for blackhole checking
428         through dig.el
429         (spam-check-blackholes): added dig.el checking functionality and
430         more verbose reporting; query-dig is autoloaded from dig.el
431         (spam-use-blackholes): disabled by default
432         (spam-blackhole-servers): removed rbl.maps.vix.com from the
433         blackhole servers list
434
435 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436
437         * message.el (message-required-headers): New variable.
438
439 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
440
441         * dig.el (query-dig): new function
442
443 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * flow-fill.el (fill-flowed): Don't infloop on too long fill
446         prefixes.
447
448         * dns.el (query-dns): Protect against errors.
449
450         * gnus-msg.el (gnus-article-yanked-articles): New variable.
451         (gnus-inews-add-send-actions): Mark all answered messages as
452         answered.
453
454 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
455
456         * nnmail.el (nnmail-split-it): Added tracing to
457         `:' split rule
458
459 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
460
461         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
462         and "%s" so we don't overquote them.
463
464 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
465
466         * (mm-display-external): Display the actual command that has been
467         executed in the echo area.
468
469 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
472
473         * message.el (message-with-reply-buffer): New macro.
474         (message-fetch-reply-field): Use it.
475         (message-insert-wide-reply): New command and keystroke.
476         (message-carefully-insert-headers): New function.
477         (message-insert-to): Use new function.
478
479         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
480         (gnus-topic-goto-missing-group): Use it.
481
482         * message.el (message-required-news-headers): Removed Lines.
483         (message-reply): Don't insert References first.
484         (message-followup): Ditto.
485         (message-make-references): New function.
486         (message-followup): Set message-reply-headers before generating
487         the buffer stuff.
488
489 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
490
491         * mml.el (mml-generate-mime-1): Reverse the order of
492         encoding/flowing.
493
494 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
495
496         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
497         after moving them.
498
499         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
500         fit with newer standard format.
501         (gnus-summary-make-false-root-always): New variable.
502         (gnus-gather-threads-by-subject): Use it.
503
504         * message.el (message-get-reply-headers): Take an address list
505         optional argument.
506
507 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * gnus.el (gnus-keep-backlog): Change default to 20.
510
511         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
512         start.
513         (gnus-agent-check-overview-buffer): Remove negative article
514         numbers.
515
516         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
517         (nnmail-cache-ignore-groups): Doc fix.
518
519         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
520         (nnimap-debug-buffer): New variable.
521         (nnimap-debug): Use it.
522
523 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
524
525         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
526
527 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528
529         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
530         they aren't already sorted.
531
532 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
533
534         * message.el (message-mode-menu): Add ellipses to menu items
535         expecting user interaction.
536         (message-mode-field-menu): do.
537
538 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
539
540         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
541         it isn't used any more.
542
543 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
544
545         * binhex.el (binhex-decoder-program): Fix docstring.
546
547 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
548
549         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
550         special chars if the mailcap file uses single quotes around %s.
551         From Laurent Martelli <laurent@bearteam.org>.
552
553 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
554
555         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
556         return the info object.
557
558 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
559
560         * gnus-int.el (gnus-request-update-info): Artificially add
561         (1 . (1- min)) to the read range, in case the backend doesn't
562         store marks for nonexistent articles.
563
564 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
565
566         * binhex.el (binhex-insert-char): Eval-and-compile.
567
568 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
569
570         * lpath.el: Add tool-bar-local-item-from-menu.
571
572         * message.el (message-tool-bar-local-item-from-menu): New function.
573         (message-tool-bar-map): Use it.
574
575 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
576
577         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
578
579         * gnus-art.el (gnus-article-header-rank): Last header in
580         gnus-sorted-header-list should have higher rank than non-members.
581
582 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
585         covered methods.
586
587 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
588
589         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
590         eval-when-compile.  Suggested by Kevin Greiner.
591
592 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
593
594         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
595         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
596         even though no headers may have been fetched
597         (gnus-agent-fetch-group-1, and perhaps others, require this
598         behavior).
599         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
600         server buffer is constrained by gnus-agent-max-fetch-size.
601         Multiple chunks in the same group may perform arbitrarily large
602         updates.
603
604 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
605
606         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
607         gnus-summary-update-download-mark to update the article in the
608         summary.
609
610 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
611
612         * gnus.el (gnus-summary-high-uncached-face,
613         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
614         New faces.
615
616         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
617         added this on 2002-11-23 but it just wasn't working out as
618         intended.  The idea isn't entirely dead, three new faces
619         gnus-summary-*-uncached-face are being added to gnus.el to provide
620         the basis for an improved implementation.
621         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
622         proper file to open is lib/servers.
623         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
624         (i.e. removing the article from gnus-newsgroup-downloadable) will
625         now restore the article's default mark rather than simply setting
626         no mark.
627         (gnus-agent-get-undownloaded-list): Corrected documentation.
628         Added code to set new summary local variable,
629         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
630         a temporary list.  No longer sets gnus-newsgroup-downloadable.
631         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
632         up to date.  Call new gnus-summary-update-download-mark to keep
633         summary buffer up-to-date.
634         (gnus-agent-fetch-selected-article): Keep
635         gnus-newsgroup-undownloaded up to date.
636         (gnus-agent-fetch-articles): Return list of articles that were
637         successfully fetched.
638         (gnus-agent-check-overview-buffer): No more thingatpt.
639         (gnus-agent-expire): No longer deletes NOV entries of unread
640         articles.
641         (gnus-agent-unread-articles): New function.
642         (gnus-agent-regenerate-group): The article number must be
643         terminated by a tab character.  Added more messages to report
644         repairs.  Inhibit quits while writing changes so it is now safe
645         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
646         downloaded to 1) resolve the unbound references and 2) avoid
647         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
648
649         * gnus-art.el (gnus-article-prepare): The agent
650         downloaded/undownloaded mark is no longer stored as the article's
651         mark.
652
653         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
654         gnus-summary-highlight may use it.  Added downloaded as
655         gnus-summary-highlight was using it.
656
657         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
658         the download mark now follows Kai's +/- convention.
659         (gnus-downloaded-mark): Added ?+ mark.
660         (gnus-summary-highlight): Added rules to select
661         gnus-summary-high-uncached-face,
662         gnus-summary-normal-uncached-face, and
663         gnus-summary-low-uncached-face.  Removed the
664         gnus-agent-downloaded-article-face.
665         (gnus-summary-line-format-alist): Implemented the download flag
666         format (?O) as named in the manual.  This implementation displays
667         either gnus-undownloaded-mark, gnus-downloaded-mark, or
668         gnus-no-mark.
669         (gnus-newsgroup-agentized): New local variable that identifies
670         which groups are agentized.  While the agent is now on by default,
671         you don't have to agentize every server that you use.
672         (gnus-update-summary-mark-positions): Completed support for the
673         download type of mark.
674         (gnus-summary-insert-line): Added undownloaded to the parameters.
675         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
676         reference by the gnus-summary-line-format-spec.
677
678         * nntp.el (nntp-with-open-group): This macro handles dropped or
679         broken connections by opening a new connection and repeating the
680         failed command.
681         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
682         XOVER commands preceeding the active articles with the nov entry
683         of the first available article.  When gnus connected to such a
684         server, the unexpected nov entry would result in duplicate lines
685         in the agent's overview file.  This patch fixes the duplicate
686         lines problem and improves performance by skipping over all
687         articles IDs that preceed the first nov entry in the server's
688         reply.
689
690 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
691
692         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
693         (gnus-summary-highlight): Use it instead of `downloaded'.
694         (gnus-summary-highlight-line): Ditto.
695
696         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
697
698 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
699
700         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
701
702         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
703         calls.
704
705         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
706         downloaded variable if we're in an uncovered group.
707
708         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
709         font to soemthing less noticeable.
710         (gnus-agent-group-covered-p): New function.
711
712 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
713
714         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
715         Because of an unknown bug, the group buffer is saved in .overview
716         file.
717
718 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
719
720         * nntp.el (nntp-send-command): Braino in last commit.  Replace
721         `and' with `or'.
722
723 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
724
725         * nntp.el (nntp-send-command): Assume that echo does not happen
726         when nntp-open-connection-function is nntp-open-network-stream.
727         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
728
729 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
730
731         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
732
733 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
734
735         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
736         nntp-server-buffer if we aren't going to write to it.
737
738 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
739         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
740
741         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
742
743 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * rfc2047.el (rfc2047-decode-region): Remove newlines between
746         decoded words.
747
748 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
749
750         * gnus.el (fboundp): After loading mm-util, make sure it was the
751         right one.
752
753 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
754
755         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
756         gnus-sum.  Made into a user option.
757
758         * gnus-sum.el (gnus-simplify-ignored-prefixes)
759         (gnus-summary-mark-article-as-unread)
760
761 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
762
763         * time-date.el (date-to-time): Typo.
764
765         * parse-time.el: Typo.
766
767         * nnsoup.el (nnsoup-retrieve-headers): Typo.
768
769         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
770
771         * nnimap.el:
772         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
773
774         * mm-encode.el (mm-safer-encoding): Typo.
775
776         * messcompat.el: Typo.
777
778         * message.el (message-face-alist): Typo.
779
780         * imap.el (imap-interactive-login, imap-open): Typos.
781
782         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
783
784         * gnus.el: Typo.
785
786         * gnus-win.el (gnus-configure-frame): Typo.
787
788         * gnus-util.el (gnus-atomic-progn-assign): Typo.
789
790         * gnus-topic.el (gnus-topic-sort-topics): Typo.
791
792         * gnus-sum.el (gnus-summary-article-number)
793         (gnus-summary-read-group-1, gnus-summary-mark-article)
794         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
795
796         * gnus-mule.el (gnus-mule-add-group): Typo.
797
798         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
799
800         * gnus-group.el (gnus-group-fetch-faq): Typo.
801
802         * gnus-art.el (gnus-decode-header-methods): Typo.
803
804         * flow-fill.el: Typo.
805
806 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
807
808         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
809
810 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
811
812         * gnus-sum.el (gnus-simplify-ignored-prefixes)
813         (gnus-summary-mark-article-as-unread)
814         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
815         Reformatting to avoid long lines.
816         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
817
818 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
819
820         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
821         be accessed through `mail-header-number'.
822
823 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
824
825         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
826         compressed range to gnus-summary-insert-articles.
827
828 2002-11-26  Kevin Ryde <user42@zip.com.au>
829
830         * gnus-art.el (gnus-mime-copy-part): Look for filename
831         parameter under content-disposition, not content-type.
832
833         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
834         (gnus-summary-reselect-current-group): Use it.
835
836 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
837
838         * gnus-agent.el (gnus-agent-uncached-articles): if
839         gnus-agent-load-alist fails, return ARTICLES.
840
841         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
842
843 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
844
845         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
846         superfluous function call.
847         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
848         Add warning to docstring.
849
850 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * gnus-agent.el: Autoload number-at-point instead.
853         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
854
855 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
856
857         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
858         require thingatpt (for number-at-point) and protect against
859         deactivate-mark being unbound (on XEmacs).
860
861 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
862
863         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
864         print message on entry.
865
866         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
867
868         * gnus-range.el (gnus-range-difference): New function.
869         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
870
871 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
872
873         * gnus-sum.el (gnus-summary-insert-old-articles): Use
874         gnus-remove-from-range instead of gnus-range-difference which
875         doesn't exist.
876
877 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
878         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
879
880         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
881         used for showing which articles have been downloaded.
882         (gnus-agent-article-alist): Format change.  Add documentation.
883         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
884         process-marked articles.
885         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
886         in the series are individually fetched to minimize lose of
887         content due to an error/quit.
888         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
889         gnus-message instead of message.
890         (gnus-agent-read-servers): Use file lib/methods instead of
891         lib/servers.  TODO: Why?
892         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
893         (gnus-agent-get-undownloaded-list): Remove articles that appear to
894         come from the agent.  This means that they are not downloaded.
895         (gnus-agent-fetch-selected-article): Don't use history.
896         (gnus-agent-save-history, gnus-agent-enter-history)
897         (gnus-agent-article-in-history-p, gnus-agent-history-path):
898         Removed function; history is not used anymore.
899         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
900         (gnus-agent-crosspost): Started rewrite then realized that a typo
901         in gnus-agent-fetch-articles ensures that this function is never
902         called.  This will need to be fixed later.
903         (gnus-agent-check-overview-buffer): Some sanity checks on the
904         agent overview buffer.  This is a safety net used during
905         development.
906         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
907         changed, write a number to the file indicating this.
908         (gnus-agent-fetch-headers): Rewrite to respect
909         gnus-agent-consider-all-articles without relying on the
910         `.fetched' files.  Make it fast.
911         (gnus-agent-braid-nov): Change resulting from
912         gnus-agent-fetch-headers change.
913         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
914         `.fetched' files.
915         (gnus-agent-read-agentview): New function, used by
916         gnus-agent-load-alist.
917         (gnus-agent-load-fetched-headers): Remove.
918         (gnus-agent-save-alist): Rewrite to accomodate new format.
919         (gnus-agent-fetch-group-1): Make sure list of articles is in the
920         same order as in gnus-newsgroup-headers.
921         (gnus-agent-expire): Document and implement extra args ARTICLES,
922         GROUP, FORCE.  Do not restrict usage.
923         (gnus-agent-uncached-articles): New function.
924         (gnus-agent-retrieve-headers): Use it.
925         (gnus-agent-regenerate-group): No longer needs to be called from
926         gnus-agent-regenerate.  Individual groups may be regenerated. The
927         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
928         The article fetch dates are validated in the article alist.  The
929         article alist is pruned of entries that do not reference existing
930         NOV entries.  All changes are computed then applied with
931         inhibit-quit bound to t.  As a result, it is now safe to quit out of
932         regeneration.  The optional clean parameter has been replaced with
933         an optional reread parameter.  Clean is no longer necessary as
934         regeneration gets the appropriate setting from
935         gnus-agent-consider-all-articles.  The new reread parameter will
936         result in fetched, or all, articles being marked as unread.
937         (gnus-agent-regenerate): Removed code to regenerate the history
938         file as it is no longer used.
939
940         * gnus-start.el (gnus-make-ascending-articles-unread): New
941         function, for efficient mass-marking.
942
943         * gnus-sum.el (gnus-summary-highlight): Use new face for
944         downloaded articles.
945         (gnus-article-mark): Prefer to indicate read/unread status over
946         downloaded status.
947         (gnus-summary-highlight-line-0): New function, maybe rehighlights
948         line.
949         (gnus-summary-highlight-line): Use new face for downloaded
950         articles.
951         (gnus-summary-insert-old-articles): Improved performance by
952         replacing the initial LIST of older articles with a compressed
953         RANGE of older articles.  Some servers appear to lie about
954         their active range so the original list could contain millions
955         of article numbers.  The range is not expanded into a list
956         until the optional ALL parameter has been applied.
957
958 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
959
960         * gnus-agent.el (gnus-category-mode): Typo in doc string.
961
962 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
963
964         * spam.el:
965         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
966
967         * spam.el: added `M s t' and `M s x' key mappings
968
969 2002-11-20  Simon Josefsson  <jas@extundo.com>
970
971         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
972
973 2002-11-19  Simon Josefsson  <jas@extundo.com>
974
975         * gnus-sum.el (gnus-summary-morse-message): Load
976         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
977         (unmorse-region): Autoload it instead.
978
979 2002-11-18  Simon Josefsson  <jas@extundo.com>
980
981         * gnus-sum.el (gnus-summary-morse-message): New function.
982         (gnus-summary-wash-map): Bind to `W m'.
983         (gnus-summary-make-menu-bar): Add.
984
985         * nnimap.el (nnimap-request-expire-articles): Compress sequence
986         before storing \Deleted mark on expired articles.
987
988 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
989         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
990
991         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
992         parens in column 0.
993
994 2002-11-17  Juanma Barranquero  <lektu@terra.es>
995
996         * nnweb.el (nnweb-google-create-mapping): Fix typo.
997
998         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
999
1000         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1001
1002 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1003
1004         * message.el (message-set-auto-save-file-name): Use
1005         make-directory, to avoid the dependence on gnus-util.
1006
1007 2002-11-16  Simon Josefsson  <jas@extundo.com>
1008
1009         * nnimap.el (nnimap-callback-callback-function):
1010         (nnimap-callback-buffer): Removed, these cannot be global but must
1011         be embedded into the callback.
1012         (nnimap-make-callback): New.  Embedd article number, callback and
1013         buffer in function.
1014         (nnimap-callback, nnimap-request-article-part): Update.
1015
1016 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1019
1020 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1021
1022         * gnus.el (gnus-summary-line-format): Document %C.
1023
1024 2002-11-11  Simon Josefsson  <jas@extundo.com>
1025
1026         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1027         output when called interactively.
1028
1029 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1030
1031         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1032
1033         * message.el (message-draft-coding-system): Improve comment; use
1034         mm-auto-save-coding-system for the default value.
1035
1036         * nndraft.el (nndraft-request-article): Revert to the state before
1037         2002-10-29; regexp-quote mail-header-separator.
1038
1039 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1040
1041         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1042         allow editing of drafts from an nnvirtual group.
1043
1044 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1045
1046         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1047         mm-auto-save-coding-system.
1048
1049         * message.el (message-draft-coding-system): Default to
1050         iso-2022-7bit.
1051
1052         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1053         restore the default value to emacs-mule or escape-quoted.
1054
1055 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1056
1057         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1058         a delayed or a queued article as well as a draft.
1059
1060         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1061         delayed or a queued article in the raw format; treat a delayed
1062         article as a raw article as well as a draft.
1063         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1064         for the delayed group.
1065
1066         * nndraft.el (nndraft-request-article): Ignore auto save files for
1067         a delayed or a queued article; don't bother to decode a queued
1068         article; don't bind nnmail-file-coding-system for a queued article.
1069
1070         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1071         and the queue group.
1072
1073 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1074
1075         * gnus-group.el (gnus-group-delete-group):
1076         gnus-cache-active-hashtb might be void.
1077
1078 2002-11-02  Simon Josefsson  <jas@extundo.com>
1079
1080         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1081         setting of the default user ID.  From Raymond Scholz
1082         <ray-2002@zonix.de>.
1083
1084 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1085
1086         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1087         charset.
1088
1089 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1090         From Alex Schroeder <alex@emacswiki.org>
1091         * spam-stat.el (spam-stat-process-directory): add dir to message
1092         (spam-stat-reduce-size): No longer remove words
1093         with values close to 0.5, because the default value is 0.2.
1094
1095 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1096
1097         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1098         documentation.
1099
1100 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1101
1102         * gnus-agent.el (gnus-agent-fetched-headers)
1103         (gnus-agent-load-fetched-headers)
1104         (gnus-agent-save-fetched-headers): Remove variable and two
1105         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1106         works better.
1107         (gnus-agent-fetch-headers): New implementation from Kevin
1108         Greiner.  Uses gnus-agent-article-alist to store information
1109         about fetched messages which aren't on the server anymore.  The
1110         trick is to return a list of considered messages to the caller,
1111         but to only fetch those which haven't been fetched yet.
1112
1113 2002-10-30  Simon Josefsson  <jas@extundo.com>
1114
1115         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1116
1117         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1118
1119 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1120
1121         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1122         versions of emacs-w3m than 1.3.3.
1123
1124         * lpath.el: Bind w3m-minor-mode-map.
1125
1126         * mm-view.el (mm-w3m-mode-command-alist)
1127         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1128         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1129         (mm-setup-w3m): Simplified.
1130         (mm-w3m-local-map-property): New function.
1131         (mm-inline-text-html-render-with-w3m): Use it.
1132
1133         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1134         mm-w3m-local-map-property.
1135
1136 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1137
1138         * mm-util.el (mm-auto-save-coding-system): Default to
1139         iso-2022-7bit.
1140
1141         * nndraft.el (nndraft-request-article): Decode an article using
1142         the coding-system emacs-mule if it seems to have been saved using
1143         emacs-mule.
1144         (nndraft-request-replace-article): Use message-draft-coding-system
1145         instead of mm-auto-save-coding-system for the draft or delayed
1146         group.
1147
1148 2002-10-28  Josh  <huber@alum.wpi.edu>
1149
1150         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1151         functions.
1152
1153 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1154         From mah@everybody.org (Mark A. Hershberger).
1155
1156         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1157         type values ("url" size) regardless of the values of
1158         mm-url-use-external.
1159
1160 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1161
1162         * nnimap.el (nnimap-request-article-part): Try harder to show
1163         group name in debugging message.
1164
1165 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1166
1167         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1168         directory if it doesn't exist.
1169         (gnus-agent-fetch-headers): Remove old cruft that tried to
1170         abstain from downloading articles more than once if
1171         gnus-agent-consider-all-articles was true.  This is now done
1172         properly via the .fetched files.
1173
1174 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1175
1176         * nndraft.el (nndraft-request-article): Treat delayed articles
1177         like drafts.
1178
1179 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1182
1183 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1184
1185         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1186         Remove unused optional arg DIR and corresponding code.
1187
1188         * nnimap.el (nnimap-request-article-part): Include group name in
1189         debugging output.
1190
1191 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1192
1193         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1194
1195 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1196
1197         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1198         contains range of headers that have been fetched by the agent
1199         already.  Compare gnus-agent-article-alist.
1200         (gnus-agent-file-header-cache): Like
1201         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1202         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1203         seen/recent logic.
1204         Remember which headers have been fetched before and don't fetch
1205         them again the next time round.
1206         (gnus-agent-load-fetched-headers)
1207         (gnus-agent-save-fetched-headers): New functions, for remembering
1208         which headers have been fetched before.
1209
1210 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1211
1212         * lpath.el: Remove useless bindings.
1213
1214 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1215
1216         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1217         features while searching.
1218
1219 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1220
1221         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1222
1223 2002-10-22  Simon Josefsson  <jas@extundo.com>
1224
1225         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1226         (pgg-snarf-keys): Add.
1227
1228 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * lpath.el: Fbind bbdb-records.
1231
1232         * spam.el: Don't autoload bbdb-records.
1233
1234 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1237         prevent inf-loop.
1238
1239 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1240
1241         * nnslashdot.el: Removed some test lines.
1242         More test.
1243
1244 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1245
1246         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1247         are known to be downloaded already.
1248
1249 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1252         (mm-text-html-washer-alist): Ditto.
1253
1254 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1255
1256         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1257         boundary between headers and body.
1258         * nnml.el (nnml-parse-head): Ditto.
1259
1260 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261
1262         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1263         entries.
1264
1265         * gnus-group.el (gnus-fetch-group): Allow an optional
1266         specification of the articles to select.
1267
1268         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1269
1270 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1271
1272         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1273         headers from the group, update variable `articles' to contain
1274         only those numbers where headers exist.  (When fetching all
1275         articles in a group, Gnus creates lots of numbers where there is
1276         no articles.)
1277
1278 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1279
1280         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1281         doesn't have the 'alist custom type, use cons cells instead.
1282         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1283         (pgg-parse-hash-algorithm-alist): Ditto.
1284         (pgg-parse-compression-algorithm-alist): Ditto.
1285         (pgg-parse-signature-type-alist): Ditto.
1286
1287         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1288
1289         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1290
1291         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1292
1293 2002-10-19  Simon Josefsson  <jas@extundo.com>
1294
1295         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1296         buffer.
1297
1298 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1299
1300         * gnus-spec.el (gnus-make-format-preserve-properties)
1301         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1302         properties also on XEmacs.  `gnus-xmas-format' is like format but
1303         preserves text properties on XEmacs (though it only understands
1304         simple format specs).  The variable
1305         `gnus-make-format-preserve-properties' controls whether the
1306         function is used, and is checked in `gnus-parse-simple-format'.
1307         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1308
1309         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1310         output.
1311         (gnus-agent-consider-all-articles): New variable.
1312         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1313         (gnus-agent-fetch-headers): Depending on
1314         gnus-agent-consider-all-articles, maybe get all articles.
1315         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1316         `read'.
1317         (gnus-predicate-imples-unread): New function.
1318         (gnus-agent-fetch-headers): Optimize to call
1319         gnus-list-of-unread-articles if that is sufficient.
1320         Check unseen and recent instead of seen and recent.
1321         (gnus-agent-fetch-headers): Abstain from calling
1322         gnus-list-range-intersection if range (a . b) would have (> a b).
1323
1324 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * message.el (message-send-mail): Make it possible to perform
1327         edebug-defun.
1328
1329 2002-10-18  Simon Josefsson  <jas@extundo.com>
1330
1331         * gnus-art.el (gnus-button-man-handler): Change default to
1332         `manual-entry' (defined in both emacsen).
1333         (gnus-button-man-handler): Remove emacsen difference and use
1334         `manual-entry'.
1335
1336 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * spam.el: Wrap autoload settings for bbdb-records,
1339         executable-find and ifile-spam-filter with eval-and-compile.
1340         (spam-display-buffer-contents): Remove.
1341         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1342
1343 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1344
1345         * spam.el (spam-display-buffer-contents): New function.
1346         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1347         from Katsumi Yamaoka <yamaoka@jpl.org>.
1348
1349 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1350
1351         * nnheader.el (nnheader-parse-naked-head): New function.
1352         (nnheader-parse-head): Use the above function, in order to handle
1353         continuation lines properly.
1354         (nnheader-remove-body): New function.
1355         (nnheader-remove-cr-followed-by-lf): New function.
1356         (nnheader-ms-strip-cr): Use the above function.
1357
1358         * gnus-agent.el (gnus-agent-regenerate-group): Call
1359         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1360         `nnheader-parse-head'.
1361         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1362
1363         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1364         continuation lines by itself; call `nnheader-parse-naked-head'
1365         instead of `nnheader-parse-head'.
1366         * nndiary.el (nndiary-parse-head): Ditto.
1367         * nnfolder.el (nnfolder-parse-head): Ditto.
1368         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1369         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1370         * nnml.el (nnml-parse-head): Ditto.
1371
1372 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1373
1374         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1375         XEmacs, default to it if featurep 'xemacs.
1376
1377 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * spam-stat.el: Check for the existence of hash functions instead
1380         of the Emacs version to decide whether to load cl.  Suggested by
1381         Kai Gro\e,A_\e(Bjohann.
1382
1383 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1384
1385         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1386         if it isn't open yet.
1387
1388 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * gnus-group.el: Require mm-url only when compiling.
1391         (gnus-group-fetch-charter): Require mm-url.
1392
1393         * spam-stat.el: Require cl for the functions gethash,
1394         hash-table-count, make-hash-table and mapc for Emacs 20.
1395         (puthash): Alias to cl-puthash for Emacs 20.
1396         (with-syntax-table): New macro for Emacs 20.
1397
1398 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1399
1400         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1401
1402 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1403
1404         * spam.el (spam-check-ifile): added ifile as a spam checking
1405         backend, and spam-use-ifle as the variable to toggle that check.
1406
1407 2002-10-12  Simon Josefsson  <jas@extundo.com>
1408
1409         * message.el (message-beginning-of-line): New variable.
1410         (message-beginning-of-line): Use it.
1411
1412 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1413
1414         * spam.el: more compilation fixes for BBDB
1415
1416         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1417         (spam-stat-reduce-size): Interactive.
1418         (spam-stat-reset): New function.
1419         (spam-stat-save): Interactive.
1420
1421 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus.el: Autoload gnus-delay-initialize.
1424
1425         * message.el: Autoload gnus-delay-article.
1426
1427 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1428
1429         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1430         text property in Emacs.
1431
1432 2002-10-11  Simon Josefsson  <jas@extundo.com>
1433
1434         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1435         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1436
1437         * mml1991.el (mml1991-pgg-sign): Remove CR.
1438
1439 2002-10-10  Simon Josefsson  <jas@extundo.com>
1440
1441         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1442         decrypt failed.
1443         (mml2015-trust-boundaries-alist): Removed.
1444         (mml2015-gpg-extract-signature-details): Don't use it.
1445         (mml2015-unabbrev-trust-alist): New.
1446         (mml2015-gpg-extract-signature-details): Use it.
1447
1448 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1449
1450         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1451         BBDB installed
1452
1453         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1454         statistical analysis of spam in Lisp only
1455
1456 2002-10-10  Simon Josefsson  <jas@extundo.com>
1457
1458         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1459         auth, selected or examine state.
1460
1461         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1462         buffer and error buffer depending on type of information.
1463
1464         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1465         --status-fd stuff even if gpg.el is not used (revert earlier
1466         change).
1467         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1468         gnus details.
1469         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1470         buffer.
1471
1472         * pgg.el (pgg-verify-region): Use it.
1473
1474         * pgg-def.el (pgg-query-keyserver): New variable.
1475
1476         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1477         key-identifier in packet.  Is this a good idea?
1478
1479         * mml.el (mml-mode-map): Add security commands that operates on
1480         MIME parts.
1481         (mml-menu): And menu items for them.
1482
1483         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1484
1485         * mml.el (mml-parse-1): Support sender in #secure tags.
1486
1487         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1488         defined.
1489
1490         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1491         (mml-pgp-encrypt-buffer): Support combined signing.
1492
1493         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1494         (mml1991-gpg-encrypt): Ditto.
1495         (mml1991-pgg-encrypt): Ditto.
1496         (mml1991-encrypt): Pass sign parameter.
1497
1498         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1499         (mml-signencrypt-style): Mention the variable.
1500
1501 2002-10-09  Simon Josefsson  <jas@extundo.com>
1502
1503         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1504         pgg-gpg-user-id.
1505
1506         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1507         (pgg-fetch-key-function): Nil if w3 is not installed.
1508
1509 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1510
1511         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1512         gnus-agent-current-history.
1513
1514 2002-10-06  Simon Josefsson  <jas@extundo.com>
1515
1516         * imap.el (imap-parse-status): Don't use read to read token.
1517
1518 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1519
1520         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1521         for methods not covered by the agent, and when unplugged.
1522
1523 2002-10-05  Simon Josefsson  <jas@extundo.com>
1524
1525         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1526         signing.
1527
1528         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1529         a named server fails, ignore the server.
1530
1531         * mml1991.el (mml1991-pgg-sign): Do QP.
1532
1533         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1534         work.
1535
1536 2002-10-04  Simon Josefsson  <jas@extundo.com>
1537
1538         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1539
1540         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1541         binary-write-decoded-region from MEL.
1542
1543         * pgg.el (pgg-encrypt-region): Support sign.
1544
1545         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1546
1547         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1548
1549         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1550         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1551         branch where PGG was taken from in the ChangeLog entries below.
1552
1553 2002-10-01  Simon Josefsson  <jas@extundo.com>
1554
1555         * pgg-pgp.el: Don't require mel.  Don't use luna.
1556         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1557         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1558         (pgg-pgp-process-region): Don't use binary-funcall.
1559
1560         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1561
1562         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1563         instead of concat.
1564
1565         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1566
1567 2002-09-29  Simon Josefsson  <jas@extundo.com>
1568
1569         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1570         compile warnings.
1571
1572         * pgg.el (pgg-decrypt-region): Don't parse packet.
1573
1574         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1575
1576 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1577
1578         * pgg.el: Remove dependency on calist.el.
1579
1580 2002-09-28  Simon Josefsson  <jas@extundo.com>
1581
1582         * pgg.el (pgg-temporary-file-directory): New variable.
1583         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1584
1585         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1586         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1587
1588         * pgg-parse.el (pgg-char-int): Defalias.
1589         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1590         (pgg-read-bytes, pgg-read-body): Use it.
1591         (pgg-decode-packets): Don't use MEL, use base64-*.
1592         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1593         (pgg-string-as-unibyte): Defalias.
1594         (pgg-parse-armor-region): Use it.
1595
1596         * pgg-gpg.el (pgg-gpg-process-region): Use
1597         pgg-temporary-file-directory.
1598
1599         * luna.el: Don't def-edebug.
1600
1601         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1602         binary-write-decoded-region from MEL.
1603
1604         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1605
1606         * alist.el, calist.el: Don't require product/APEL.
1607
1608         * pgg-parse.el (top-level): Remove dependency on static.el,
1609         pccl.el, mel.el.
1610         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1611         `define-ccl-program' is boundp, instead of using broken.
1612
1613 2002-10-01  Simon Josefsson  <jas@extundo.com>
1614
1615         * message.el (message-required-mail-headers): Remove Lines:.
1616
1617 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1618         From Jesper Harder.
1619
1620         * gnus-group.el (gnus-group-fetch-charter,
1621         gnus-group-fetch-control): Prompt for group if given a prefix
1622         argument.
1623         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1624         gnus-group-fetch-control to summary key map and menu.
1625
1626
1627 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1628
1629         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1630         number when there are no articles.
1631
1632 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1633
1634         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1635         arg ALL means to fetch all articles, not only downloadable ones.
1636         (gnus-agent-fetch-selected-article): New function for
1637         gnus-select-article-hook or gnus-mark-article-hook.
1638
1639 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1640         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1641
1642         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1643         raw-text.
1644
1645 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1646
1647         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1648         Pinard).
1649         Major revamp of the code, documentation is in comments in the file
1650         for now.
1651
1652 2002-09-30  Simon Josefsson  <jas@extundo.com>
1653
1654         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1655         buffer seem to be needed?
1656
1657 2002-09-29  Simon Josefsson  <jas@extundo.com>
1658
1659         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1660         compile warnings.
1661
1662         * mml1991.el (mml1991-function-alist): Add pgg.
1663         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1664         (mml1991-pgg-encrypt): Fix recipients querying.
1665
1666 2002-09-28  Simon Josefsson  <jas@extundo.com>
1667
1668         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1669         from dme@dme.org.
1670         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1671         handle is returned.
1672
1673 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1676         Protect against non-existent of `nnimap-mailbox-info'.
1677
1678 2002-09-27  Simon Josefsson  <jas@extundo.com>
1679
1680         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1681         (gnus-setup-news-hook): Use it.
1682         (gnus-after-getting-new-news-hook): Ditto.
1683
1684         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1685
1686 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1687         From Mats Lidell <matsl@contactor.se>.
1688
1689         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1690
1691 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1692
1693         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1694         the part to decode encoded words, use raw words instead of decoded
1695         words.
1696
1697 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1698
1699         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1700
1701         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1702         (mm-setup-w3m): Use it.
1703
1704 2002-09-27  Simon Josefsson  <jas@extundo.com>
1705
1706         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1707         article buffers.
1708
1709         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1710         it just in case.
1711         (nnimap-update-unseen): New function; update unseen count in
1712         `n-m-info'.
1713         (nnimap-close-group): Call it.
1714
1715         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1716         (gnus-after-getting-new-news-hook): Ditto.
1717
1718         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1719         message into verboselevel 9.  Change slow mail check message.
1720         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1721         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1722         used as a hook after getting new mail.
1723
1724 2002-09-26  Simon Josefsson  <jas@extundo.com>
1725
1726         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1727         SELECT/EXAMINE is first unseen article, not number of unseen
1728         articles.  Make them distinct by renaming the former to
1729         `first-unseen' instead of `unseen'.
1730
1731         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1732         too.
1733         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1734         changed.
1735         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1736
1737         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1738
1739         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1740         better.
1741
1742         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1743         if dissecting resulting buffer actually had any information.
1744
1745 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1746
1747         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1748         because the function `string<' allows symbols.
1749
1750         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1751
1752 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1753
1754         * message.el (message-forward-make-body): Revert an early change
1755         because 8-bit utf-8 emails.
1756
1757 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1758
1759         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1760         links to Info)
1761         * gnus-art.el (gnus-treat-highlight-signature):
1762         * gnus-art.el (gnus-treat-buttonize):
1763         * gnus-art.el (gnus-treat-buttonize-head):
1764         * gnus-art.el (gnus-treat-emphasize):
1765         * gnus-art.el (gnus-treat-strip-cr):
1766         * gnus-art.el (gnus-treat-unsplit-urls):
1767         * gnus-art.el (gnus-treat-leading-whitespace):
1768         * gnus-art.el (gnus-treat-hide-headers):
1769         * gnus-art.el (gnus-treat-hide-boring-headers):
1770         * gnus-art.el (gnus-treat-hide-signature):
1771         * gnus-art.el (gnus-treat-fill-article):
1772         * gnus-art.el (gnus-treat-hide-citation):
1773         * gnus-art.el (gnus-treat-hide-citation-maybe):
1774         * gnus-art.el (gnus-treat-strip-list-identifiers):
1775         * gnus-art.el (gnus-treat-strip-pgp):
1776         * gnus-art.el (gnus-treat-strip-pem):
1777         * gnus-art.el (gnus-treat-strip-banner):
1778         * gnus-art.el (gnus-treat-highlight-headers):
1779         * gnus-art.el (gnus-treat-highlight-citation):
1780         * gnus-art.el (gnus-treat-date-ut):
1781         * gnus-art.el (gnus-treat-date-local):
1782         * gnus-art.el (gnus-treat-date-english):
1783         * gnus-art.el (gnus-treat-date-lapsed):
1784         * gnus-art.el (gnus-treat-date-original):
1785         * gnus-art.el (gnus-treat-date-iso8601):
1786         * gnus-art.el (gnus-treat-date-user-defined):
1787         * gnus-art.el (gnus-treat-strip-headers-in-body):
1788         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1789         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1790         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1791         * gnus-art.el (gnus-treat-unfold-headers):
1792         * gnus-art.el (gnus-treat-fold-headers):
1793         * gnus-art.el (gnus-treat-fold-newsgroups):
1794         * gnus-art.el (gnus-treat-overstrike):
1795         * gnus-art.el (gnus-treat-display-xface):
1796         * gnus-art.el (gnus-treat-display-smileys):
1797         * gnus-art.el (gnus-treat-from-picon):
1798         * gnus-art.el (gnus-treat-mail-picon):
1799         * gnus-art.el (gnus-treat-newsgroups-picon):
1800         * gnus-art.el (gnus-treat-body-boundary):
1801         * gnus-art.el (gnus-treat-capitalize-sentences):
1802         * gnus-art.el (gnus-treat-fill-long-lines):
1803         * gnus-art.el (gnus-treat-play-sounds):
1804         * gnus-art.el (gnus-treat-translate):
1805         * gnus-art.el (gnus-treat-x-pgp-sig):
1806         * gnus-art.el (gnus-mime-button-line-format):
1807         * gnus-art.el (gnus-button-man-level):
1808         * gnus-art.el (gnus-button-emacs-level):
1809         * gnus-cus.el (gnus-group-parameters):
1810         * gnus-gl.el (bbb-build-mid-scores-alist):
1811         * gnus-group.el (gnus-group-line-format):
1812         * gnus-mlspl.el (gnus-group-split-setup):
1813         * gnus-mlspl.el (gnus-group-split):
1814         * gnus-msg.el (gnus-mailing-list-groups):
1815         * gnus-msg.el (gnus-posting-styles):
1816         * gnus-nocem.el (gnus-nocem-issuers):
1817         * gnus-score.el (gnus-score-regexp-bad-p):
1818         * gnus-srvr.el (gnus-server-line-format):
1819         * gnus-topic.el (gnus-topic-line-format):
1820         * gnus.el (gnus-summary-line-format):
1821         * mail-source.el (mail-sources):
1822         * message.el (message-subscribed-address-file):
1823         * nnmail.el (nnmail-split-fancy):
1824
1825 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1826
1827         * mail-source.el(mail-source-run-script): use `functionp' to test
1828         whether the argument `script' is in fact a function.
1829         (mail-sources): adjust the defcustom to allow users to specify a
1830         function or a string as the value of the `:prescript' and
1831         `:postscript' arguments of the `file' and `pop3' mail sources.
1832
1833 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1834
1835         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1836         number when article 1 does not exist.
1837
1838 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1839
1840         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1841         apropos if apropos-variable does not exist.
1842         (gnus-button-guessed-mid-regexp)
1843         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1844         regexes.  From Reiner Steib.
1845         (gnus-button-handle-describe-function)
1846         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1847         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1848         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1849
1850 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1851         Trivial patch.
1852
1853         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1854         the file.
1855
1856 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1857
1858         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1859
1860 2002-09-24  Simon Josefsson  <jas@extundo.com>
1861
1862         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1863         (mml2015-use): Prefer PGG if installed.
1864         (mml2015-function-alist): Add PGG wrappers.
1865         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1866         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1867         prefix, make regexp optionally skip it.
1868         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1869         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1870         (mml2015-pgg-encrypt): New functions.
1871         (defvar, autoload): Prevent byte-compile warnings.
1872
1873 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1874         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1875
1876         * gnus-art.el (article-strip-banner): Check for the existence of
1877         from header.
1878
1879 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1880
1881         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1882         (gnus-button-alist): Improved regexp for
1883         gnus-button-handle-mid-or-mail (false positives), fixed
1884         gnus-button-handle-man entries.
1885         From Reiner Steib.
1886
1887 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1888         From Josh Huber.
1889
1890         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1891         nnmail-extra-headers is non-nil.
1892
1893 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1894
1895         * nnmaildir.el: Store article numbers persistently.  General
1896         revision.
1897         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1898         for nnmail-expiry-wait; delete instead of moving if 'force is
1899         given.
1900
1901 2002-09-23  Simon Josefsson  <jas@extundo.com>
1902         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1903
1904         * smime.el (smime-sign-buffer): Get key and extra certs.
1905         (smime-get-key-with-certs-by-email): Utility function.
1906
1907 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1908         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1909
1910         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1911         article exists.
1912
1913 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1914
1915         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1916
1917 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1918         From Reiner Steib.
1919
1920         * gnus-art.el (gnus-button-handle-custom,
1921         gnus-button-handle-mid-or-mail,
1922         gnus-button-handle-describe-{function,variable,key},
1923         gnus-button-handle-apropos{,command,variable}): New functions.
1924         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1925         gnus-button-{man,emacs,mail}-level): New variables.
1926         (gnus-button-alist): Use the above to buttonize emacs and mail
1927         related links.
1928
1929 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1930
1931         * gnus-int.el (gnus-status-message): Fix spacing.
1932
1933         * imap.el (imap-continuation): Fix typos.
1934
1935 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1936
1937         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1938
1939         * gnus-art.el (gnus-article-reply-with-original): Correct
1940         with-current-buffer scope.
1941
1942         * message.el (message-completion-alist): Add Reply-To, From, etc.
1943
1944 2002-09-18  Simon Josefsson  <jas@extundo.com>
1945
1946         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1947         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1948
1949 2002-09-17  Simon Josefsson  <jas@extundo.com>
1950
1951         * nnimap.el (nnimap-expiry-target): Don't search for which
1952         articles exists here.
1953         (nnimap-request-expire-articles): Do it here instead.  Only expire
1954         when articles are found.  Suggested by Nevin Kapur
1955         <nevin@jhu.edu>.
1956
1957 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1958         From Reiner Steib <reiner.steib@gmx.de>.
1959
1960         * message.el (message-strip-subject-trailing-was)
1961         (message-change-subject, message-add-archive-header)
1962         (message-xpost-fup2-header, message-xpost-insert-note)
1963         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1964         adopted from message-utils.el.  Add functions to the keymap, mode
1965         describtion and menu.
1966         (message-change-subject,message-xpost-fup2): Signal error if
1967         current header is empty.
1968         (message-xpost-insert-note): Changed insert position.
1969         (message-archive-note): Ensure to insert note in message body (not
1970         in head).
1971         (message-archive-header, message-archive-note)
1972         (message-xpost-default, message-xpost-note, message-fup2-note)
1973         (message-xpost-note-function): New variables adopted from
1974         message-utils.el.  Changed some doc-strings.
1975         (message-mark-insert-{begin,end}): Rename from
1976         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1977         values.
1978         (message-subject-trailing-was-query)
1979         (message-subject-trailing-was-ask-regexp)
1980         (message-subject-trailing-was-regexp): New variables.
1981         (message-to-list-only): Added doc-string and menu entry.
1982
1983         * message-utils.el: Removed.  Functions are now in message.el.
1984
1985 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1986
1987         * gnus-art.el (gnus-article-reply-with-original,
1988         gnus-article-followup-with-original): Switch to
1989         gnus-summary-buffer before reply/followup.
1990
1991 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1992
1993         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1994         not exist. Toggle it anyway.
1995
1996 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1997
1998         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1999
2000         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2001         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2002
2003         * rfc2047.el (message-posting-charset): Defvar it.
2004         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2005         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2006
2007         * mail-source.el (mail-source-fetch): Hide password.
2008
2009         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2010
2011 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2012         From John Paul Wallington <jpw@shootybangbang.com>.
2013
2014         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2015
2016 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2017
2018         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2019
2020 2002-09-11  Simon Josefsson  <jas@extundo.com>
2021
2022         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2023         (nnimap-split-rule): Doc fix.
2024         (nnimap-request-expire-articles): Cleanup code.
2025
2026 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2027         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2028
2029         * gnus-art.el (gnus-article-address-banner-alist): New option.
2030         (article-strip-banner): Refer the above option to split banners of
2031         free mail servers, when no group parameter is specified.
2032
2033 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2034
2035         * nntp.el (nntp-wait-for-string): Check for a process in the
2036         current buffer instead of `nntp-server-buffer'.
2037
2038 2002-09-09  Simon Josefsson  <jas@extundo.com>
2039
2040         * gnus-art.el (gnus-button-man-handler): New variable.
2041         (gnus-button-alist): Use g-b-handle-man.
2042         (gnus-button-handle-man): New, call g-b-man-handler.
2043
2044 2002-09-08  Simon Josefsson  <jas@extundo.com>
2045
2046         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2047
2048 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2051
2052 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2053
2054         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2055
2056         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2057         keystroke.
2058
2059         * gnus-srvr.el (gnus-browse-describe-group): New command and
2060         keystroke.
2061
2062 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2063
2064         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2065         value for gnus-decoration property.
2066
2067 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2068
2069         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2070         string) as group name in case we have a CRLF in the file.
2071
2072 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2073
2074         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2075         group.
2076         (rfc1843-decode-hzp): do.
2077         (rfc1843-newsgroups-regexp): do.
2078
2079 2002-09-04  Simon Josefsson  <jas@extundo.com>
2080
2081         * message.el (message-canlock-generate): Make sure sha1 doesn't
2082         call external programs.
2083
2084 2002-09-03  Simon Josefsson  <jas@extundo.com>
2085
2086         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2087
2088         * gnus-agent.el (gnus-agent-batch): Add doc.
2089
2090 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2091
2092         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2093         check for signed and encrypted parts.
2094         * mml.el (mml-parse-1): Correct small typo which preventing
2095         setting recipients in a secure tag.
2096
2097 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * mm-util.el (mm-coding-system-priorities): Default to a list of
2100         iso-2022-jp and others for the Japanese environment.
2101
2102 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2105         invalid display names.
2106
2107 2002-08-30  Simon Josefsson  <jas@extundo.com>
2108
2109         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2110         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2111
2112 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2113
2114         * gnus.el (gnus-group-charter-alist): New option.
2115         (gnus-group-fetch-control-use-browse-url): New option.
2116
2117         * gnus-group.el (gnus-group-fetch-charter): New function.
2118         (gnus-group-fetch-control): New function.
2119         Add them to the keymap and menu. Require mm-url.
2120
2121 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2124         From Alex Schroeder <alex@emacswiki.org>.
2125
2126 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2127
2128         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2129         items expecting user interaction.
2130
2131         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2132
2133         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2134
2135         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2136
2137         * mml.el (mml-menu): do.
2138
2139 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * mail-source.el (mail-source-touch-pop): New function.
2142
2143         * message.el (message-smtpmail-send-it): New function.
2144         (message-send-mail-function): Add it for a candidate.
2145
2146 2002-08-27  Simon Josefsson  <jas@extundo.com>
2147
2148         * gnus-msg.el (posting-charset-alist): Use
2149         gnus-define-group-parameter instead of defcustom.
2150         (gnus-put-message): Handle SPC in GCC.
2151         (gnus-inews-insert-gcc): Ditto.
2152         (gnus-inews-insert-archive-gcc): Ditto.
2153
2154 2002-08-26  Simon Josefsson  <jas@extundo.com>
2155
2156         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2157         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2158         (gnus-agent-possibly-save-gcc): Autoload.
2159         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2160
2161 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2162
2163         * gnus.el (gnus-other-frame-function): New user option.
2164         (gnus-other-frame): Use it; add a doc-string; make it work with
2165         the gnuclient program.
2166
2167         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2168
2169         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2170         `device-connection' and `dfw-device'.
2171
2172 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2173
2174         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2175         positives, make it stricter.  From Jochen Hein (trivial change).
2176
2177 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2178
2179         * gnus.el (gnus-other-frame): Trivial fix.
2180
2181 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * gnus.el (gnus-other-frame-parameters): New user option.
2184         (gnus-other-frame-object): New variable.
2185         (gnus-other-frame): Make it search for existing Gnus frame; don't
2186         read new news; delete frame on exit.
2187
2188         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2189
2190         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2191
2192 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2193         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2194
2195         * message.el (message-set-auto-save-file-name): Add support for
2196         the Cygwin Emacs; the system-type is `cygwin'.
2197         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2198
2199 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2200
2201         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2202
2203         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2204         avoid arithmetic errors.
2205
2206 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2209
2210 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2213         (message-ignored-resent-headers): Add envelope From.
2214
2215 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2216
2217         * gnus.el (gnus-summary-line-format): Document %k specifier.
2218
2219 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2220
2221         * gnus-sum.el (gnus-summary-line-message-size): New function.
2222         (gnus-summary-line-format-alist): Use it.
2223
2224 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * gnus-art.el (article-make-date-line): Refer to the value for
2227         `gnus-article-time-format' in the summary buffer.
2228
2229         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2230
2231 2002-08-14  Simon Josefsson  <jas@extundo.com>
2232
2233         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2234         quoting.
2235         (gnus-button-alist): Fix doc.
2236         (gnus-header-button-alist): Use ' not ` for default value quoting.
2237         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2238         rationale similar to 2002-05-01 change.
2239         (gnus-article-add-buttons-to-head): Evaluate expression.
2240
2241         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2242
2243 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * message.el (message-font-lock-keywords): Refer to the value for
2246         `message-cite-prefix-regexp' dynamically.
2247
2248 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2251
2252 2002-08-12  Simon Josefsson  <jas@extundo.com>
2253
2254         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2255         (imap-shell-open): Skip initial junk before IMAP greeting.
2256
2257 2002-08-11  Simon Josefsson  <jas@extundo.com>
2258
2259         * message-utils.el (message-xpost-default,
2260         message-xpost-fup2-header, message-xpost-fup2): Fixed
2261         Typos.  Trivial changes from Reiner Steib
2262         <4uce.02.r.steib@gmx.net>.
2263
2264 2002-08-09  Simon Josefsson  <jas@extundo.com>
2265
2266         * message.el (message-canlock-password): Set
2267         canlock-password-for-verify to newly generated canlock-password.
2268         When Emacs is restarted, Custom makes sure this is set, but during
2269         the same session we must set it manually.
2270
2271 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2272
2273         * yenc.el: New file.
2274
2275         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2276         (mm-uu-type-alist): Add yenc.
2277         (mm-uu-yenc-filename): New function.
2278         (mm-uu-yenc-extract): New function.
2279
2280         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2281
2282 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2283
2284         * dgnushack.el (merge): Don't use coerce.
2285
2286 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2287
2288         * mailcap.el (mailcap-mime-data): Test window-system rather than
2289         mm-device-type.
2290         (mailcap-mime-data): Call xdvi and gv with "-safer".
2291
2292         * mm-util.el: Don't define mm-device-type.
2293
2294 2002-08-05  Simon Josefsson  <jas@extundo.com>
2295
2296         * mm-util.el (mm-coding-system-priorities): coding-system type not
2297         supported everywhere.
2298
2299 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2300
2301         * gnus.el (gnus-version-number): Bumped version number.
2302
2303 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2304
2305         * gnus.el: Oort Gnus v0.07 is released.
2306
2307 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2308
2309         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2310         (gnus-article-sort-functions): Doc fix.
2311         (t): New keystroke.
2312         (gnus-article-sort-by-random): New function.
2313         (gnus-thread-sort-by-random): New function.
2314
2315 2002-08-02  Simon Josefsson  <jas@extundo.com>
2316
2317         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2318         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2319
2320 2002-07-31  Danny Siu  <dsiu@adobe.com>
2321
2322         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2323         when splitting malformed messages without message-id
2324
2325 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2326         From Niklas Morberg <niklas.morberg@axis.com>.
2327
2328         * nnweb.el (nnweb-type, nnweb-type-definition)
2329         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2330         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2331         functionality.
2332         * nnweb.el: Removed old non-functioning search engines.
2333
2334 2002-07-27  Simon Josefsson  <jas@extundo.com>
2335
2336         * message.el (message-forward-make-body): Don't use
2337         `message-forward-ignored-headers' when doing a "raw" followup (it
2338         is important to preserve e.g. CTE).
2339
2340         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2341
2342         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2343         regexp-quote, Cyrus Sieve is fixed.
2344
2345         * sieve-manage.el (sieve-manage-deletescript): New function.
2346
2347         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2348         (sieve-manage-mode): Fix menubar.
2349         (sieve-activate): Change some messages.
2350         (sieve-deactivate-all): New function.
2351         (sieve-deactivate): New alias.
2352         (sieve-remove): New function.
2353         (sieve-help): Fix help.
2354         All suggested by Ned Ludd.
2355
2356 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2359         (mm-w3m-safe-url-regexp): New user option.
2360
2361         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2362         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2363
2364 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2365
2366         * gnus-sum.el (gnus-summary-delete-article): Force
2367         nnmail-expiry-target to 'delete, so that absolute deletion
2368         happens when absolute deletion is requested.
2369
2370 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2371         From Nevin Kapur <nevin@jhu.edu>.
2372
2373         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2374         headers as empty headers.
2375
2376 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2377         From Jochen Hein <jochen@jochen.org>.
2378
2379         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2380         correct typo.
2381         (gnus-emphasis-strikethru): New face.
2382
2383 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2384         From Jason Merrill <jason@redhat.com>.
2385
2386         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2387         entire file for each of a sequence of missing articles.
2388
2389         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2390         value for gnus-view-pseudos.
2391
2392         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2393         avoid nreverse.
2394
2395 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2396         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2397
2398         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2399         (gnus-summary-mode-line-format-alist): Add %h for number of
2400         spams.
2401         (gnus-newsgroup-spam-marked): New variable.
2402         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2403         (gnus-article-read-p, gnus-article-mark)
2404         (gnus-set-global-variables, gnus-set-global-variables)
2405         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2406         (gnus-summary-mark-article-as-unread)
2407         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2408         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2409         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2410
2411 2002-07-10  Simon Josefsson  <jas@extundo.com>
2412
2413         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2414         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2415
2416 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2417
2418         * gnus-sum.el (gnus-summary-delete-article): Respect group
2419         parameters while expiring.
2420
2421 2002-07-08  Simon Josefsson  <jas@extundo.com>
2422
2423         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2424         Enberg.
2425
2426 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2427
2428         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2429         function is called interactively.  From Niklas Morberg.
2430
2431 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2432
2433         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2434         cdaar to cdar and car.
2435
2436         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2437         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2438
2439 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2440
2441         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2442         don't break a narrowed article.
2443
2444         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2445         (nntp-open-via-rlogin-and-telnet): Ditto.
2446
2447 2002-07-02  Didier Verna  <didier@xemacs.org>
2448
2449         * nnmail.el (nnmail-split-methods): fix custom type.
2450
2451 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2452
2453         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2454         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2455
2456 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2457
2458         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2459         (gnus-summary-resend-message): Use it.
2460
2461 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2462
2463         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2464         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2465
2466 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2467
2468         * message.el (message-font-lock-keywords): Don't fontify
2469         headers in the message body, only in the header.
2470         (message-font-lock-make-header-matcher): New function, used by
2471         message-font-lock-keywords.
2472         From Katsumi Yamaoka <yamaoka@jpl.org>.
2473
2474 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2477
2478 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2479
2480         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2481
2482 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2483
2484         * message.el (message-font-lock-keywords): Revert 2002-06-22
2485         change.
2486
2487 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2488
2489         * message.el (message-font-lock-keywords): Put colon in header
2490         name match.
2491
2492 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2493
2494         * message.el (message-font-lock-keywords): Don't use header faces
2495         in the body.  Thanks to Stefan Monnier for the hint on the
2496         implementation.
2497
2498 2002-05-09  Miles Bader  <miles@gnu.org>
2499
2500         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2501         (gnus-article-hide-citation): Respect it.
2502
2503 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2504
2505         * pop3.el (pop3-open-server): Fix typo.
2506
2507 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2508
2509         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2510         instead of push to ignore duplicate to-(list|address) values.
2511         * nnmail.el (nnmail-cache-ignore-groups): New.
2512         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2513
2514 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2515
2516         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2517         before sending.  Suggested by Jan Rychter.
2518
2519 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * dgnushack.el (remove): New compiler macro.
2522         (last, coerce, subseq): Remove compiler macros for those built-in
2523         or unused functions.
2524
2525 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2526
2527         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2528         sure to write byte-compiled versions of gnus-*-format-alist to
2529         .newsrc.eld.  From Simon Josefsson.
2530
2531 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2532
2533         * gnus-agent.el (gnus-agent-read-servers)
2534         (gnus-agent-write-servers): Put server name (string like
2535         "nnchoke:frumple") in the file instead of a server specification
2536         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2537         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2538
2539 2002-06-16  Simon Josefsson  <jas@extundo.com>
2540
2541         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2542         Reiner Steib <4uce.02.r.steib@gmx.net>.
2543
2544 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2545
2546         * nnheader.el (nnheader-file-name-translation-alist): Set the
2547         default value for MS Windows systems.
2548
2549         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2550
2551 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * message.el (message-beginning-of-line): Keep the region active
2554         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2555
2556 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2557
2558         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2559         * gnus-msg.el (gnus-summary-reply): Ditto.
2560         * gnus-msg.el (gnus-summary-handle-replysign): New.
2561
2562 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2565         if sending failed.
2566
2567 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2568
2569         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2570         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2571         to sign while encrypting.
2572
2573 2002-06-11  Simon Josefsson  <jas@extundo.com>
2574
2575         * gnus-int.el (gnus-request-move-article): Agent expire article if
2576         successfuly moved.
2577
2578         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2579         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2580
2581 2002-06-10  Simon Josefsson  <jas@extundo.com>
2582
2583         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2584
2585 2002-06-09  Simon Josefsson  <jas@extundo.com>
2586
2587         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2588
2589         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2590
2591 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2592
2593         * flow-fill.el (fill-flowed): Ignore errors.
2594
2595 2002-06-06  Simon Josefsson  <jas@extundo.com>
2596
2597         * message.el (message-send-mail-with-sendmail): Improve error message.
2598
2599 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2600
2601         * message.el (message-interactive): Change default from nil to t.
2602         Better to be safe than to be fast.
2603
2604 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2605
2606         * message.el (message-send-mail-with-sendmail): Check return value
2607         from call-process-region.
2608
2609 2002-06-04  Simon Josefsson  <jas@extundo.com>
2610
2611         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2612         (gnus-group-post-news, gnus-summary-mail-other-window)
2613         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2614         gnus-article-copy to nil, thereby inhibiting the `header' posting
2615         style match to use data from last viewed article.
2616         Suggested by Hrvoje Niksic.
2617
2618 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * spam.el (spam-point-at-eol): New alias.
2621         (spam-parse-whitelist): Use it.
2622
2623 2002-06-03  Simon Josefsson  <jas@extundo.com>
2624
2625         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2626         (nnmail-article-group): Use it.
2627
2628 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2629
2630         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2631         so that code reading them won't be surprised.  From Jesper Harder
2632         <harder@ifa.au.dk>.
2633
2634 2002-05-29  Simon Josefsson  <jas@extundo.com>
2635
2636         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2637         articles.
2638
2639         * gnus.el (gnus-agent-cache): Doc fix.
2640         (gnus-agent): Change default to t.
2641
2642         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2643         ARTICLES, GROUP and FORCE parameters.
2644
2645 2002-05-28  Simon Josefsson  <jas@extundo.com>
2646
2647         * gnus-group.el (gnus-group-line-format): Doc fix.
2648
2649 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2650
2651         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2652         original article before yanking.  From Jesper Harder
2653         <harder@ifa.au.dk>.
2654
2655 2002-05-26  Simon Josefsson  <jas@extundo.com>
2656
2657         * gnus-sum.el (gnus-summary-menu-split): New function.
2658         (gnus-summary-make-menu-bar): Split charset submenu.
2659         (gnus-summary-menu-maxlen): New variable.
2660         (gnus-summary-menu-split): Use it.
2661
2662 2002-05-25  Simon Josefsson  <jas@extundo.com>
2663
2664         * mml.el (mml-preview): Generate some headers.
2665
2666         * gnus.el (gnus-large-newsgroup): Fix :type.
2667
2668         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2669         Agent cache NOV's by default now).
2670         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2671
2672 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2673
2674         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2675         call to gnus-parent-id when we check for References loops.
2676         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2677         twice by saving the simplified subject string in simp-subject.
2678
2679 2002-05-23  Simon Josefsson  <jas@extundo.com>
2680
2681         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2682         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2683
2684         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2685         Niklas Morberg <niklas.morberg@axis.com>.
2686
2687 2002-05-22  Simon Josefsson  <jas@extundo.com>
2688
2689         * sieve.el (sieve-change-region): Define it before it is used.
2690
2691         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2692         (gnus-summary-reply): Ask for confirmation when replying to news.
2693         Defaults to not ask.  From Benjamin Rutt
2694         <rutt+news@cis.ohio-state.edu>.
2695
2696         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2697
2698 2002-05-21  Simon Josefsson  <jas@extundo.com>
2699
2700         * sieve-mode.el (sieve-manage): Fix autoloads.
2701
2702         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2703         name (makes it work with recent Cyrus timsieved).
2704
2705 2002-05-20  Jason  <jbaker@cs.utah.edu>
2706         Trivial patch.
2707
2708         * gnus-art.el (gnus-request-article-this-buffer): Try
2709         reconnecting if you don't get the message.
2710
2711 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2712
2713         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2714         Reply-To headers from the headers.
2715
2716 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * mm-url.el (mm-url-insert): Remove junk message.
2719
2720 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2723         (nnslashdot-use-front-page): New variable.
2724         (nnslashdot-request-list): Use it.
2725
2726         * mm-url.el (mm-url-timeout): New variable.
2727         (mm-url-retries): Ditto.
2728         (mm-url-insert): Use it.
2729
2730 2002-05-16  Simon Josefsson  <jas@extundo.com>
2731
2732         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2733         (gnus-simplify-subject-functions): Mention g-s-a-w.
2734
2735 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2736
2737         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2738         nnmail-cache-insert.
2739         * nndiary.el (nndiary-request-accept-article): Ditto.
2740         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2741         * nnimap.el (nnimap-request-accept-article): Ditto.
2742         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2743         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2744         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2745         * nnmh.el (nnmh-request-accept-article): Ditto.
2746         * nnmail.el (nnmail-cache-insert): Change group to required,
2747         removed code which tried to figure out the group.
2748
2749 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2750
2751         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2752         messages. From Hans de Graaff <hans@degraaff.org>.
2753         * nnml.el (nnml-request-accept-article): Pass in the group name to
2754         nnmail-cache-insert, since it's available.
2755
2756 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2757
2758         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2759
2760 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2761         From Florian Weimer <fw@deneb.enyo.de>.
2762
2763         * gnus.el (subscribed): New group parameter.
2764         (gnus-find-subscribed-addresses): Use it.
2765
2766 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2767
2768         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2769         the default for pgpmime to support pgp v2.
2770         * mml-sec.el (mml-signencrypt-style): New accessor function to
2771         allow users to get/set the signencrypt style more easily without
2772         frobbing the alist directly.
2773         * mml.el (mml-generate-mime-1): Use accessor function.
2774
2775 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2776
2777         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2778         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2779         <schwab@suse.de>.
2780
2781 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2782
2783         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2784         when intuiting the group the message is written to.  From Josh
2785         Huber <huber@alum.wpi.edu>.
2786
2787 2002-05-06  Simon Josefsson  <jas@extundo.com>
2788
2789         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2790         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2791
2792 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2793
2794         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2795         argument, and fixed compiler warning. (added autoload for
2796         gpg-encrypt).
2797
2798 2002-05-04  Simon Josefsson  <jas@extundo.com>
2799
2800         * mml1991.el (mml1991-function-alist): Doc fix.
2801
2802         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2803         doesn't exist (for previewing messages without having Gnus
2804         started).
2805
2806         * mm-util.el (mm-coding-system-priorities): Defcustom.
2807
2808         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2809
2810 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2811
2812         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2813         default.
2814         * mml-sec.el:
2815         * mml-sec.el (mml-signencrypt-style): New.
2816         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2817         argument `sign'.
2818         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2819         signencrypt.
2820         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2821         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2822         both signed & encryped is processed in one operation. (rather than
2823         two separate ops: sign, then encrypt)
2824         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2825         indication if a message is signed by an expired key.
2826         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2827         enables combined sign & encrypt operation. (this was always on
2828         before).
2829         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2830
2831 2002-05-01  Simon Josefsson  <jas@extundo.com>
2832
2833         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2834         server.
2835         (nnimap-mailbox-info): defvar instead of defvoo.
2836
2837 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2838
2839         * gnus.el: Oort Gnus v0.06 is released.
2840
2841 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2842
2843         * lpath.el: Bind url-package-version.
2844
2845 2002-05-01  Simon Josefsson  <jas@extundo.com>
2846
2847         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2848         filename before deleting the group itself, because the presence of
2849         a group filename decides if long filenames are used or not.
2850
2851         * gnus-art.el (gnus-button-alist): Don't inline
2852         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2853         without also modifying g-button-alist.
2854         (gnus-button-alist): Fix type to allow variable as well as regexp.
2855         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2856         themselves, variables to its contents.
2857         (gnus-button-entry): Ditto.
2858
2859 2002-05-01  Simon Josefsson  <jas@extundo.com>
2860
2861         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2862         UIDNEXT as a string.
2863
2864         * nnimap.el (nnimap-string-lessp-numerical): New function.
2865         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2866         integers.
2867
2868 2002-04-29  Simon Josefsson  <jas@extundo.com>
2869
2870         * nnmail.el (nnmail-cache-insert): Accept optional group
2871         parameter.
2872
2873         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2874         n-r-g-a is disabled.
2875
2876 2002-04-29  Simon Josefsson  <jas@extundo.com>
2877
2878         * nnimap.el (nnimap-split-fancy): Fix doc.
2879         (nnimap-split-fancy): Fix doc.
2880
2881         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2882         (nnimap-mailbox-info): New internal variable.
2883         (nnimap-retrieve-groups): Implement faster new mail check.
2884
2885         * nnimap.el (nnimap-split-articles): Support
2886         nnmail-cache-accepted-message-ids.
2887         (nnimap-request-accept-article): Ditto.
2888
2889         * imap.el (imap-mailbox-status-asynch): New command.
2890
2891 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2892
2893         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2894         are no subscribed mail groups.
2895         - Strip quoted names when comparing addresses
2896
2897 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2898
2899         * mm-decode.el (mm-text-html-renderer): Change customize type to
2900         const.
2901
2902         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2903         (gnus-debug-exclude-variables): do.
2904
2905 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2906
2907         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2908         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2909
2910 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * dns.el (dns-make-network-process): New macro.
2913         (query-dns): Use it.
2914
2915 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2916
2917         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2918         article-buffer.
2919
2920         * mm-url.el (mm-url-package-name): New variable.
2921         (mm-url-package-version): New variable.
2922         (mm-url-insert-file-contents): Bind url-package-name and
2923         url-package-version here.
2924         * nnrss.el (nnrss-insert-w3): Move the bindings.
2925
2926         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2927         url-package-version. Trivial change from Andrew J Cosgriff
2928         <ajc@polydistortion.net>
2929
2930         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2931         attachments. Trivial change from Peter 'Luna' Runestig
2932         <peter@runestig.com>.
2933
2934 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2935
2936         * nnkiboze.el (nnkiboze-request-scan): Call
2937         nnkiboze-possibly-change-group.
2938         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2939         problems.
2940         (nnkiboze-generate-group): Set newsrc to the *highest* article
2941         number kibozed, not the lowest.
2942
2943 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2944
2945         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2946
2947 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2948         From Dan Christensen <jdc+news@uwo.ca>.
2949
2950         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2951         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2952         Recognize math postings.  Extract Date (now ignores "(15kb)").
2953         Extract email address using gnus-extract-address-components
2954         instead of just taking the first word.  Create Date and From
2955         headers for message which are missing these headers.  Get rid
2956         of spurious \\ lines (purely cosmetic).  Extend body-end and
2957         file-end regexps, to exclude more garbage from the message.
2958         Make URL rephrasing regexp more flexible, to match current
2959         format.
2960
2961 2002-04-23  Simon Josefsson  <jas@extundo.com>
2962
2963         * netrc.el: New file, functions copied from gnus-util.el by Ted
2964         Zlatanov <tzz@lifelogs.com>.
2965
2966         * gnus-util.el: Require netrc.
2967         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2968         new code in netrc.el.
2969
2970 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2971
2972         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2973         message-ignored-resent-headers, too.  From Matthieu Moy
2974         <Matthieu.Moy@imag.fr>.
2975
2976 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2977
2978         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2979         boolean not a string
2980         * gnus-group.el (gnus-group-line-format): add description of %C
2981         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2982           as %C
2983         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2984
2985 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2986
2987         * nnmaildir.el (nnmaildir-request-scan): typo: set
2988         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2989         nnmail-get-new-mail for 'find-new-groups.
2990
2991 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2992
2993         * nnmaildir.el (nnmaildir-request-update-info,
2994         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2995         unnecessary calls to nnmaildir-request-scan.
2996
2997 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2998
2999         * gnus-msg.el:
3000         * gnus-msg.el (gnus-message-replysign): New.
3001         * gnus-msg.el (gnus-message-replyencrypt): New.
3002         * gnus-msg.el (gnus-message-replysignencrypted): New.
3003         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3004         (above) to automatically encrypt/sign to encrypted/signed
3005         messages.
3006         * message.el:
3007         * message.el (message-mode-map): Add keybinding for
3008         `message-to-list-only'
3009         * message.el (message-mode): Add description for
3010         `message-to-list-only'
3011         * message.el (message-to-list-only): New.
3012         * message.el (message-make-mft): Changed to use the cl loop macro,
3013         and added optional flag to return only the matched list. (for use
3014         in new message-to-list-only function)
3015
3016 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3017
3018         * gnus-msg.el:
3019         * gnus-msg.el (gnus-message-replysign):
3020         * gnus-msg.el (gnus-replysign): New.
3021         * gnus-msg.el (gnus-replyencrypt): New.
3022         * gnus-msg.el (gnus-replysignencrypted): New.
3023         * gnus-msg.el (gnus-summary-reply):
3024         * message.el:
3025         * message.el (message-mode-map):
3026         * message.el (message-mode):
3027         * message.el (message-to-list-only): New.
3028         * message.el (message-make-mft):
3029
3030 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3031
3032         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3033
3034 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3035
3036         * message.el (message-gen-unsubscribed-mft): accept a prefix
3037         argument so CC can be included with C-u C-c C-f C-a
3038
3039 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3040         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3041
3042         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3043         Improve docstring.
3044         (spam-enter-blacklist): New command.
3045
3046         * gnus-sum.el (gnus-spam-mark): New mark.
3047         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3048         (gnus-summary-make-tool-bar): Correct conditional.
3049         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3050         (gnus-summary-mark-as-spam): New command.
3051
3052 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3053
3054         * mml-sec.el (mml-secure-message): changed to support arbritrary
3055         modes.
3056         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3057         changed to support "signencrypt" mode.
3058         * mml.el (mml-parse-1): changed to support different secure modes
3059         more easily. (for signencrypt)
3060
3061 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3062
3063         * gnus-sum.el (gnus-update-summary-mark-positions)
3064         (gnus-summary-toggle-header):
3065         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3066         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3067         (gnus-uu-post-encoded):
3068         * nnfolder.el (nnfolder-possibly-change-group):
3069         * nnimap.el (nnimap-retrieve-headers):
3070         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3071
3072 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3073
3074         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3075         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3076
3077 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus-srvr.el (gnus-server-set-info): Clear
3080         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3081         From Daiki Ueno <ueno@unixuser.org>.
3082
3083 2002-04-11  Simon Josefsson  <jas@extundo.com>
3084
3085         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3086         viewing of security buttons.  Thanks to Nicolas Kowalski
3087         <Nicolas.Kowalski@imag.fr>.
3088
3089         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3090         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3091         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3092         <Nicolas.Kowalski@imag.fr>.
3093         (smime-decrypt-buffer): Ditto.
3094
3095 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3098         header line.
3099
3100 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3101
3102         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3103
3104 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3105
3106         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3107
3108 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3109
3110         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3111         errors when debug.
3112
3113 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3114
3115         * message.el (message-make-mft): Changed MFT code from using
3116         message-recipients (which included Bcc) to use only the To and CC
3117         headers.
3118
3119 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3120
3121         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3122         add link.
3123         (gnus-treat-mail-picon): Ditto.
3124         (gnus-treat-newsgroups-picon): Ditto.
3125         (gnus-picon-databases): Fix custom type.
3126         (gnus-picon-databases): Add link.
3127         (gnus-article-x-face-command): Add to gnus-picon group.
3128
3129 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3130
3131         * message.el (message-buffer-naming-style): Remove.
3132
3133 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3134
3135         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3136
3137         * message.el (message-tool-bar-map): Ditto.
3138
3139         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3140
3141 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3142
3143         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3144
3145 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3146
3147         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3148
3149 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3150         Trivial patch.
3151
3152         * dns.el: open-network-stream under XEmacs does udp.
3153
3154 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3155
3156         * spam.el (spam-enter-whitelist): New function.
3157         (spam-parse-whitelist): Ditto.
3158         (spam-refresh-list-cache): Ditto.
3159         (spam-address-whitelisted-p): New function.
3160
3161         * dns.el (query-dns): Use TCP when make-network-process isn't
3162         available.
3163         (dns-servers): New variable.
3164         (dns-parse-resolv-conf): New function.
3165         (query-dns): Use it.
3166
3167         * spam.el: New file.
3168
3169         * dns.el (query-dns): Test.
3170
3171 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3172
3173         * lpath.el (featurep): Bind make-network-process.
3174
3175 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3176
3177         * nnmaildir.el: Use defstruct.  Use a single copy of
3178         nnmail-extra-headers to save memory.  Store server's group name
3179         prefix instead of each group's prefixed name.
3180         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3181         nntp-server-buffer.
3182
3183 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184
3185         * dns.el: New file.
3186
3187 2002-03-28  Simon Josefsson  <jas@extundo.com>
3188
3189         * gnus-sum.el (gnus-summary-dummy-line-format):
3190         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3191         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3192
3193 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3194
3195         * gnus-sum.el (gnus-summary-move-article)
3196         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3197         the doc string.
3198
3199 2002-03-28  Simon Josefsson  <jas@extundo.com>
3200
3201         * mml-sec.el (mml-secure-message): Search after
3202         mail-header-separator from top of message.
3203
3204 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3205
3206         * nnmaildir.el: Cosmetic changes.
3207         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3208         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3209         nnmaildir--group-ls): New macros/functions.  Use them.
3210         (nnmaildir--unlink): Evalutate argument only once.
3211
3212 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3213
3214         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3215         symbols.
3216         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3217         `gnus-point-at-eol'.
3218
3219 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3220
3221         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3222         nnmaildir--marks-dir): New macros.  Use them.
3223         Use inhibit-quit for atomicity instead of in-memory journaling.
3224         (nnmaildir--edit-prep): New function.
3225         (Local Variables): Use it.
3226
3227 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3228
3229         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3230
3231 2002-03-25  Simon Josefsson  <jas@extundo.com>
3232
3233         * message.el (message-mode): Fix doc.
3234
3235 2002-03-25  Simon Josefsson  <jas@extundo.com>
3236
3237         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3238         Matthieu Moy <Matthieu.Moy@imag.fr>.
3239
3240 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3241
3242         * mml-sec.el (mml-unsecure-message): Add docstring.
3243
3244 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3245
3246         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3247         value.
3248         Trivial change from andre@slamdunknetworks.com
3249
3250 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3251
3252         * mml.el (mml-mode-map): Added a keybinding for
3253         `mml-unsecure-message'.  Also, added a menu entry for said
3254         function in the Attachments menu.
3255
3256 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3257
3258         * canlock.el (canlock-version): Remove.
3259         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3260         here; simplify \x insertions.
3261         (canlock-sha1): New function, always return a unibyte string.
3262         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3263         of a password.
3264         (canlock-insert-header): Use `canlock-sha1'.
3265         (canlock-verify): Ditto.
3266
3267 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3268
3269         * message.el (message-fix-before-sending): Add an option that
3270         ignores illegible text.
3271         Trivial change from Mark Milhollan <mlm@attglobal.net>
3272
3273         * message.el (message-font-lock-keywords): Support multi-line MML
3274         tags.
3275
3276         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3277         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3278
3279 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3282         symbols for "View as different encoding" submenu.
3283
3284 2002-03-19  Simon Josefsson  <jas@extundo.com>
3285
3286         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3287         encoding" submenu.
3288
3289 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3290
3291         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3292
3293 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3294
3295         * gnus-sum.el (gnus-sum-thread-tree-root)
3296         (gnus-sum-thread-tree-single-indent)
3297         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3298         (gnus-sum-thread-tree-leaf-with-other)
3299         (gnus-sum-thread-tree-single-leaf): Make customizable.
3300
3301 2002-03-16  Simon Josefsson  <jas@extundo.com>
3302
3303         * gnus-util.el (gnus-extract-address-components): Don't break on
3304         names such as James "Kibo" Parry.  From Francis Litterio
3305         <franl@world.std.com>.
3306
3307 2002-03-13  Simon Josefsson  <jas@extundo.com>
3308
3309         * pop3.el (pop3-open-server): Revert multibyte change.  From
3310         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3311
3312         * message.el (message-send-mail-with-qmail): Make it work.  From
3313         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3314
3315 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3316
3317         * message.el (message-make-mft): Set case-fold-search while
3318         generating the MFT.  Also, a little cleanup in the MFT code.
3319
3320 2002-03-12  Simon Josefsson  <jas@extundo.com>
3321
3322         * message.el (message-qmail-inject-args): May be function.
3323         (message-send-mail-with-qmail): Call function if m-q-i-a is
3324         function.  From fn@hungry.org (Faried Nawaz).
3325
3326 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3327
3328         * message.el (message-abbrevs-loaded): Remove.
3329         (mailabbrev): Require it.
3330
3331         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3332
3333 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3334
3335         * pop3.el (pop3-open-server): Set process buffer unibyte.
3336
3337 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3338
3339         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3340
3341 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3342
3343         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3344         too.
3345
3346 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3347
3348         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3349         duplication.
3350         (gnus-summary-save-parts-type-history): Ditto.
3351         (gnus-summary-save-parts-last-directory): Ditto.
3352         Trivial change from andre@slamdunknetworks.com
3353
3354 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3355
3356         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3357
3358 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3359
3360         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3361         -->" as the end of the first article.
3362
3363         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3364         From Matthieu Moy <Matthieu.Moy@imag.fr>
3365
3366         * message.el (message-add-action): Use add-to-list.
3367         (message-delete-action): New function.
3368
3369         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3370         pieces.
3371
3372 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3373
3374         * nnnil.el: New file.
3375         * gnus.el (gnus-valid-select-methods): Include nnnil.
3376
3377 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3378
3379         * message.el (message-syntax-checks): Because canlock is
3380         supported, we disable sender syntax check.
3381         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3382
3383         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3384         value of message-syntax-checks.
3385
3386         * qp.el (quoted-printable-decode-region): Doc addition.
3387         From: Eli Zaretskii <eliz@is.elta.co.il>
3388
3389         * mail-source.el (make-source-make-complex-temp-name): Use
3390         make-temp-file.
3391
3392         * mm-util.el (mm-make-temp-file): New function.
3393         * nneething.el (nneething-file-name): Use it.
3394         * mml-smime.el (mml-smime-encrypt): Ditto.
3395         * mm-view.el (mm-inline-wash-with-file): Ditto.
3396         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3397         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3398         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3399         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3400         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3401         * gnus-art.el (gnus-mime-print-part): Ditto.
3402
3403 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3404
3405         * message.el (nnmaildir-article-number-to-base-name): New
3406         function.
3407         (nnmaildir-base-name-to-article-number): New function.
3408
3409 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * smime.el (smime-make-temp-file): Don't quote
3412         `temporary-file-directory'.
3413
3414 2002-03-04  Simon Josefsson  <jas@extundo.com>
3415
3416         * smime.el (smime-sign-region): Rename argument keyfiles to
3417         keyfile. You only sign something with one key.
3418         (smime-sign-buffer): Better completing-read prompt.
3419         (smime-decrypt-buffer): Ditto.
3420
3421         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3422
3423         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3424         completing-read.
3425         (mm-view-pkcs7-decrypt): CRLF->LF.
3426
3427 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3428
3429         * message.el (message-hierarchical-addresses): New variable.
3430         (message-get-reply-headers): Use it.
3431         From Ted Zlatanov <teodor.zlatanov@divine.com>
3432
3433 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3434
3435         * message.el (message-mode): If buffer-file-name, don't set auto
3436         save file name.
3437         Trivial change from Geoff Greene <ggreene@wpi.edu>
3438
3439 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3440
3441         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3442         takes one argument in read-char.
3443
3444         * message.el (message-fix-before-sending): Forward a char.
3445         Check mmu-multibyte-p, add control-1.
3446
3447 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3448
3449         * gnus-start.el (gnus-read-init-file): Ditto.
3450
3451         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3452
3453         * dgnushack.el (dgnushack-make-load): Ditto.
3454
3455         * mail-source.el (mail-source-fetch): Extract the right error
3456         code.
3457
3458         * message.el (message-fix-before-sending): Check illegible text.
3459
3460         * gnus-util.el (gnus-multiple-choice): New function.
3461
3462         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3463         also defined in gnus-score.el.
3464
3465 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3466
3467         * message.el (message-get-reply-headers): downcase email addresses
3468         for comaparisons for duplicate removal.
3469
3470 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3471
3472         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3473         implementation of PKCS#7, which just allows users read the
3474         message.
3475         (mm-view-pkcs7): Use it.
3476
3477 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3478
3479         * gnus.el (large-newsgroup-initial): New parameter.
3480
3481         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3482         (gnus-summary-insert-old-articles): Ditto.
3483
3484 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3485
3486         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3487         used as the default answer of the question, "How many articles?".
3488         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3489
3490         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3491         small numbers.
3492
3493 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3494
3495         * deuglify.el: Fix comments.
3496
3497 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3498
3499         * html2text.el (html2text-clean-anchor): If there is no HREF,
3500         insert nothing.
3501
3502         * mml.el (mml-generate-mime-1): Add cdr.
3503         From: andre@slamdunknetworks.com
3504
3505         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3506         (mm-text-html-washer-alist): Ditto.
3507
3508         * mm-decode.el (mm-text-html-renderer): Add html2text.
3509
3510         * html2text.el: Face lift.
3511
3512         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3513
3514 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3515
3516         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3517
3518         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3519
3520         * deuglify.el: New file. The original file name is
3521         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3522
3523         * mm-decode.el (mm-display-external): Use
3524         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3525
3526 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3527
3528         * nnmaildir.el (nnmaildir-request-list): Report the highest
3529         article number, not the total number of articles.
3530
3531 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3532
3533         * gnus-sum.el: Move uu key map here.
3534         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3535
3536 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3537
3538         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3539         nnmail-expiry-wait* if expire-age parameter is not set.
3540
3541 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3542
3543         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3544         function.
3545         (gnus-group-sort-selected-groups-by-real-name): New function.
3546         (gnus-group-make-menu-bar): Add sort by real name.
3547
3548         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3549         rebuild.
3550         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3551         nil as dependencies as well.
3552
3553 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3554
3555         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3556         for mime-parts.
3557
3558         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3559
3560         * gnus-group.el (gnus-group-name-decode): Don't test
3561         multibyte-string, because it breaks XEmacs.
3562         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3563
3564         * message.el (message-send-mail): Be talkative.
3565
3566         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3567         (mm-automatic-display): Ditto.
3568
3569         * mailcap.el (mailcap-mime-data): Ditto.
3570         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3571
3572 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3573
3574         * many files: Remove trailing whitespaces, replace spc+tab with
3575         tab, replace leading whitespaces with tabs.
3576
3577 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3578
3579         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3580         articles with no body and no blank line after the header.
3581
3582 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3583
3584         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3585         parts.
3586
3587         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3588         non-ascii chars.
3589
3590         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3591
3592         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3593         w3-delay-image-loads.
3594         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3595         (mm-w3-prepare-buffer): Ditto.
3596
3597         * mail-source.el (mail-source-fetch-directory): Run scripts.
3598
3599 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3600
3601         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3602         for Majordomo confirmations.
3603
3604 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3605
3606         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3607
3608 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3611
3612 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3613
3614         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3615         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3616
3617 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3618
3619         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3620         (mm-inline-render-with-stdin): Ditto.
3621         (mm-inline-render-with-function): Ditto.
3622         (mm-inline-wash-with-file): Bind coding-system-for-write.
3623         (mm-inline-wash-with-stdin): Ditto.
3624
3625 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3626
3627         Suggested by Felix Natter <fnatter@gmx.net>
3628
3629         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3630         gnus-mime-externalize-view.
3631         (gnus-mime-view-part-internally): Rename from
3632         gnus-mime-internalize-view.
3633         (gnus-article-view-part-externally): Rename from
3634         gnus-article-externalize-part.
3635         (gnus-mime-action-alist): Change correspondingly.
3636         (gnus-mime-button-commands): Ditto.
3637         (gnus-mime-action-alist): Remove duplication.
3638
3639         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3640
3641 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3642
3643         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3644
3645         * gnus-art.el (gnus-display-mime): Use it.
3646
3647         * mm-partial.el (mm-partial-find-parts): Use it.
3648
3649         * gnus-sum.el (gnus-article-loose-mime): Rename from
3650         gnus-article-no-strict-mime.
3651         (gnus-summary-save-parts): Use it.
3652
3653 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3654
3655         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3656         local variable.
3657
3658         * gnus-art.el (article-display-x-face): Don't sort multiple
3659         X-Faces.
3660
3661 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3662
3663         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3664         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3665
3666         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3667
3668 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3669
3670         Some ideas is inspired by code from Hrvoje Niksic
3671         <hniksic@arsdigita.com>
3672
3673         * gnus-art.el (gnus-article-wash-function): Set the default to
3674         nil, so that we use mm-text-html-renderer instead.
3675         (article-wash-html): Use mm-text-html-renderer.
3676
3677         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3678         (mm-text-html-renderer): New variable.
3679         (mm-inline-text-html-renderer): Set the default to nil, so that we
3680         use mm-text-html-renderer instead.
3681
3682         * mm-view.el (mm-inline-text-html): New function.
3683         (mm-text-html-renderer-alist): New variable.
3684         (mm-inline-text-vcard): New function.
3685         (mm-inline-text): Split.
3686         (mm-links-remove-leading-blank): New function.
3687         (mm-inline-render-with-file): New function.
3688         (mm-inline-render-with-stdin): New function.
3689         (mm-inline-render-with-function): New function.
3690         (mm-text-html-washer-alist): New variable.
3691         (mm-inline-wash-with-file): New function.
3692         (mm-inline-wash-with-stdin): New function.
3693
3694 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3695
3696         * message-utils.el: Fix installation doc.
3697         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3698
3699 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3700
3701         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3702         (gnus-post-method): Use it.
3703         (gnus-summary-cancel-article): Find the correct post-method.
3704
3705         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3706         * message.el (message-send-news): Ditto.
3707         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3708         <ipmonger@delamancha.org>
3709
3710         * gnus.el (gnus-select-method): Fix doc.
3711         (gnus-server-string): Use 'using nntp'.
3712
3713         * gnus-agent.el (gnus-slave-unplugged): New command.
3714         From: Felix Natter <fnatter@gmx.net>
3715
3716 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3717
3718         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3719         Call edit-done-function first, then change the window
3720         configuration.
3721         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3722         (gnus-article-edit-mode): mml-mode.
3723
3724         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3725         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3726
3727         * message-utils.el: Adopt the file.
3728
3729         * message-utils.el: New file.
3730         From Holger Schauer <Holger.Schauer@gmx.de>
3731
3732 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3733
3734         * gnus-sum.el (gnus-summary-move-article): Select-article only
3735         when gnus-move-split-methods is non-nil. And we don't render or
3736         mark the article.
3737
3738         * gnus-fun.el (gnus-shell-command-to-string): New function.
3739         (gnus-shell-command-on-region): New function.
3740         (gnus-random-x-face): Use them.
3741         (gnus-x-face-from-file): Ditto.
3742         (gnus-convert-image-to-gray-x-face): Ditto.
3743         (gnus-convert-gray-x-face-to-xpm): Ditto.
3744         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3745
3746 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-art.el (gnus-treat-display-xface): Don't use
3749         `shell-command-to-string' when compiling.
3750         (gnus-treat-display-grey-xface): Ditto.
3751
3752 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3753
3754         * nnmaildir.el (nnmaildir--article-count): If the group is
3755         completely empty, report minimum article number as 1 instead of 0.
3756
3757 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3758
3759         * gnus-agent.el (gnus-get-predicate): Use nconc.
3760
3761         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3762         gnus-summary-display-cache as cache.
3763
3764         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3765         (nndoc-mail-in-mail-type-p): New function.
3766         (nndoc-mail-in-mail-article-begin): New function.
3767
3768 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3769
3770         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3771
3772         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3773         use-hard-newlines to nil.
3774
3775         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3776         image is not available if window-system is not available.
3777
3778         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3779
3780 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3781
3782         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3783         bookmark, because update-mark doesn't handle it correctly.
3784
3785 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3788         directly instead of calling message-send-mail.
3789
3790         * gnus-start.el (gnus-read-descriptions-file): Use
3791         gnus-default-charset.
3792
3793         * mm-util.el (mm-guess-mime-charset): New function.
3794
3795         * gnus.el (gnus-default-charset): Use it.
3796         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3797         the default.
3798
3799 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3800
3801         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3802         (article-display-x-face): Use it.  Disable grey xface, if
3803         uncompface is not found.
3804
3805         * message.el (message-mode): Don't enable multibyte on an indirect
3806         buffer.
3807
3808         * nnrss.el (nnrss-content-function): New variable.
3809         (nnrss-request-article): Use it.
3810
3811 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3812
3813         * gnus.el: Add article-unsplit-urls.
3814         * gnus-sum.el: Ditto.
3815         * gnus-art.el (gnus-treat-strip-cr): New variable.
3816         (gnus-treatment-function-alist): Use it.
3817         (article-unsplit-urls): New function.
3818         (gnus-article-make-menu-bar): Use it.
3819         From: Michael Cook <michael.cook@cisco.com>
3820
3821 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3822
3823         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3824         copy.
3825
3826 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3827
3828         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3829         with internal whitespace.
3830         (gnus-parent-id): Ditto.
3831
3832 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3833
3834         * gnus-art.el (gnus-article-treat-body-boundary): Add
3835         gnus-decoration property.
3836         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3837
3838         * message.el (message-mode): Set local-abbrev-table.
3839         From Matt Armstrong <matt@lickey.com>.
3840
3841         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3842         too many spaces.
3843
3844         * rfc2047.el (rfc2047-unfold-region): Ditto.
3845         (rfc2047-decode-region): Don't unfold. Let
3846         gnus-article-treat-unfold-headers do it.
3847
3848         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3849         From: Jesper Harder <harder@ifa.au.dk>
3850
3851 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3854         (gnus-configure-posting-styles): Use it.
3855         (gnus-configure-posting-styles): Remove trailing newspaces.
3856
3857 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3858
3859         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3860         is non-nil.
3861
3862         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3863
3864         * gnus.el (gnus-server-to-method): Switch position with
3865         gnus-server-get-method.
3866         (gnus-agent): Add doc.
3867
3868         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3869         (gnus-summary-save-parts): Use it.
3870
3871         * gnus-art.el (gnus-display-mime): Use it.
3872         * mm-partial.el (mm-partial-find-parts): Use it.
3873
3874         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3875
3876         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3877         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3878
3879         * nnagent.el (nnagent-request-expire-articles): Don't delete
3880         files.
3881
3882 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3883
3884         * message.el (message-gen-unsubscribed-mft): New function.
3885         From Sriram Karra <karra@cs.utah.edu>.
3886
3887         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3888         open parenthesis.
3889
3890         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3891         (mm-inline-text-html-render-with-w3): Ditto.
3892         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3893         Suggested by Dave Love  <d.love@dl.ac.uk>.
3894
3895         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3896
3897         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3898         * nntp.el (nntp-send-command): Ditto.
3899         * nntp.el (nntp-send-command-nodelete): Ditto.
3900
3901 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3902
3903         * mm-url.el (mm-url-load-url): New function.
3904         (mm-url-insert-file-contents): Use it.
3905
3906         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3907
3908         * message.el (message-forward-make-body): Correctly copy
3909         forward-buffer.
3910
3911         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3912
3913 2002-02-04  Simon Josefsson  <jas@extundo.com>
3914
3915         * gnus-art.el (gnus-article-followup-with-original): Mark with
3916         force, prevent errors when following up from article buffer.
3917         (gnus-article-reply-with-original): Ditto.
3918
3919         * binhex.el (binhex-decoder-switches): Fix doc.  From
3920         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3921
3922 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3923
3924         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3925         highlight-citation after emphasize.
3926
3927 2002-02-04  Simon Josefsson  <jas@extundo.com>
3928
3929         * nnfolder.el (nnfolder-open-marks):
3930
3931         * nnml.el (nnml-open-marks): Message when done.  From David
3932         Edmondson <dme@sun.com>.
3933
3934 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3935
3936         * imap.el (imap-anonymous-auth): Fix typo.
3937         From: Steinar Bang <sb@dod.no>
3938
3939         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3940         save-excursion.
3941         (gnus-cache-braid-heads): Ditto.
3942
3943         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3944         line, because there are extra articles in the overview buffer.
3945
3946         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3947
3948         * message.el (message-forward-rmail-make-body): Directly use
3949         rmail-msg-restore-non-pruned-header to avoid calling
3950         vertical-motion.
3951
3952 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3953
3954         * gnus-cache.el (gnus-summary-insert-cached-articles):
3955         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3956
3957         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3958         gnus-newsgroups-unselected.
3959
3960         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3961         gnus-add-to-sorted-list.
3962
3963         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3964         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3965         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3966         (gnus-update-read-articles): UNREAD is sorted.
3967         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3968         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3969         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3970         (gnus-newsgroup-dormant): Require sorted.
3971
3972         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3973         directories.
3974         (gnus-dired-print): New function.
3975
3976         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3977         ps-despool.
3978
3979 2002-02-02  Simon Josefsson  <jas@extundo.com>
3980
3981         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3982
3983 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3984
3985         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3986         t. This makes gnus-agent customizable without putting
3987         gnus-agentize into .gnus.
3988
3989         * gnus.el (gnus-agent): Make it customizable.
3990
3991         * gnus-dired.el: New file.
3992         From Benjamin Rutt <brutt@bloomington.in.us>
3993
3994         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3995         if no article.
3996         (gnus-cache-possibly-remove-article): Ditto.
3997         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3998
3999 2002-02-01  Simon Josefsson  <jas@extundo.com>
4000
4001         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4002
4003 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4004
4005         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4006         (mm-setup-w3m): Don't bind keys listed in the above.
4007
4008 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4011         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4012         is non-nil; bind `w3m-force-redisplay' with nil.
4013
4014         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4015
4016         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4017
4018 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4019
4020         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4021         use mail-header-unfold-field.
4022
4023         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4024         gnus-summary-limit.
4025
4026         * gnus-range.el (gnus-add-to-sorted-list): New function.
4027         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4028         (gnus-mark-article-as-unread): Ditto.
4029         (gnus-summary-mark-article-as-unread): Ditto.
4030         (gnus-build-get-header): Ditto.
4031         (gnus-summary-prepare-threads): Ditto.
4032         (gnus-summary-insert-pseudos): Ditto.
4033         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4034         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4035         (gnus-summary-insert-old-articles): Ditto.
4036
4037         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4038         (gnus-configure-posting-styles): Support the new format.
4039
4040         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4041         edebug-form-spec to (sexp body).
4042         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4043
4044         * message.el (message-reply-headers): Add doc.
4045
4046 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4047
4048         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4049         gnus-cache-active-hashtb.
4050
4051         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4052         (gnus-agent-summary-fetch-group): Use it.
4053
4054         * gnus-msg.el (gnus-debug-files): New variable.
4055         (gnus-debug-exclude-variables): New variable.
4056         (gnus-debug): Use them.
4057
4058         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4059
4060 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4061
4062         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4063         (message-mode-syntax-table): Move back the previous position.
4064
4065         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4066
4067         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4068         gnus-sorted-difference.
4069
4070         * nnsoup.el (nnsoup-request-expire-articles): Use
4071         gnus-sorted-difference.
4072
4073         * nnheader.el: Autoload gnus-sorted-difference.
4074
4075         * nnfolder.el (nnfolder-request-expire-articles): Use
4076         gnus-sorted-difference.
4077
4078         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4079         gnus-sorted-difference.
4080
4081         * gnus-range.el: Autoload cookies.
4082         (gnus-sorted-difference): New function.
4083         (gnus-sorted-ndifference): New function.
4084         (gnus-sorted-nintersection): Rename from
4085         gnus-set-sorted-intersection.
4086         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4087         (gnus-list-range-difference): Rename from
4088         gnus-inverse-list-range-intersection.
4089         (gnus-inverse-list-range-intersection): Use defalias.
4090
4091         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4092         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4093         (gnus-articles-to-read): Use gnus-sorted-difference.
4094         (gnus-summary-limit-mark-excluded-as-read): Use
4095         gnus-sorted-intersection and gnus-sorted-ndifference.
4096         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4097         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4098
4099         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4100
4101 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4102
4103         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4104         property to the buffer for using emacs-w3m command keys.
4105
4106         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4107         option.
4108
4109         * mm-view.el (mm-w3m-mode-map): New variable.
4110         (mm-w3m-mode-command-alist): New variable.
4111         (mm-w3m-minor-mode): Removed.
4112         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4113         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4114         buffer for using emacs-w3m command keys.
4115
4116 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4117
4118         * message.el (message-mode-syntax-table): Move forward.
4119         (message-cite-prefix-regexp): Auto detect non word constituents.
4120         (message-cite-prefix-regexp): Don't use with-syntax-table.
4121
4122         * gnus-sum.el (gnus-summary-update-info): Use
4123         gnus-list-range-intersection.
4124
4125         * gnus-agent.el (gnus-agent-fetch-headers): Use
4126         gnus-list-range-intersection.
4127
4128         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4129         (gnus-list-range-intersection): Use it.
4130         (gnus-inverse-list-range-intersection): Ditto.
4131         (gnus-sorted-intersection): Add doc.
4132         (gnus-set-sorted-intersection): Add doc.
4133         (gnus-sorted-union): New function.
4134         (gnus-set-sorted-union): New function.
4135
4136         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4137         (gnus-inverse-list-range-intersection): Ditto.
4138
4139 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4140
4141         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4142
4143         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4144         and permit `:' and `\' in order to handle full Windows pathnames.
4145         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4146         technically not correct per standard, but seems to have common use.
4147
4148 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4149
4150         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4151         replacing numbers.
4152
4153 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4154
4155         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4156
4157         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4158         Don't split when the window is small, e.g. when a small *BBDB*
4159         window is the lowest one.
4160
4161         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4162         nnheader-find-nov-line to speed up. Use nreverse, because it is
4163         sorted. Use nnheader-insert-nov-file.
4164
4165 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4168
4169         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4170         of `w3m-display-inline-images' with the value of
4171         `mm-inline-text-html-with-images'.
4172         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4173
4174         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4175
4176 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4177
4178         * time-date.el: Add autoload cookies.  Many doc fixes.
4179         (time-add): New function.
4180         (time-subtract): Renamed from subtract-time.
4181         (subtract-time): New alias for time-subtract.
4182
4183 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4186         emacs-w3m in doc-string.
4187
4188         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4189         `w3m-current-buffer'.
4190
4191 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4192
4193         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4194
4195         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4196         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4197         (mm-w3m-cid-retrieve): New function.
4198         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4199
4200 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4201
4202         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4203
4204 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205
4206         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4207
4208 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4209
4210         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4211         32K.
4212
4213         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4214
4215         * nnmail.el (nnmail-article-group): Decode headers before running
4216         split rules over them.
4217         (nnmail-mail-splitting-charset): New variable.
4218
4219         * smiley.el: Replaced with smiley-ems.el.
4220
4221 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4222
4223         * mm-url.el (mm-url-predefined-programs): Add w3m.
4224         (mm-url-program): Ditto.
4225
4226 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * nnml.el (nnml-use-compressed-files): New variable.
4229         (nnml-filenames-are-evil): Removed.
4230         (nnml-current-group-article-to-file-alist): Don't use.
4231         (nnml-update-file-alist): Inhibit.
4232         (nnml-article-to-file): Use new var.
4233
4234 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4235
4236         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4237
4238         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4239
4240 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4241
4242         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4243         function.
4244
4245         * gnus-util.el (gnus-cache-file-contents): New function.
4246
4247         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4248         (gnus-agent-load-alist): Use it.
4249
4250         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4251
4252         * nnheader.el (nnheader-insert-nov-file): New function.
4253
4254         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4255
4256         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4257         there are no references.
4258         (gnus-extract-message-id-from-in-reply-to): New function.
4259         (gnus-nov-parse-line): Use in-reply-to if there are no
4260         references.
4261
4262 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4265
4266         * gnus-util.el (gnus-parse-without-error): New macro.
4267
4268 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4269
4270         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4271         (gnus-article-wash-function): use locate-library to decide which
4272         to use.
4273
4274 2002-01-25  Simon Josefsson  <jas@extundo.com>
4275
4276         * pop3.el (pop3-munge-message-separator): Work if no date.
4277         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4278
4279 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4280
4281         * gnus-agent.el (gnus-agent-save-alist): Fix.
4282
4283         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4284         mistake.  Reinstated lost code.
4285
4286 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4287
4288         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4289         one exists in the case of an encrypted message with an internal
4290         signature.
4291
4292 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4293
4294         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4295
4296 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4297
4298         * dgnushack.el: Commented out the experimental code.
4299
4300 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4301
4302         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4303         error.
4304
4305         * gnus.el (gnus-server-to-method): Made into subst.
4306         (gnus-server-method-cache): New variable.
4307         (gnus-server-to-method): Use it.
4308         (gnus-group-method-cache): New variable.
4309         (gnus-find-method-for-group-1): Renamed.
4310         (gnus-find-method-for-group): New function.
4311         (gnus-group-method-cache): Removed.
4312
4313         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4314         function.
4315
4316         * gnus-range.el (gnus-members-of-range): New function.
4317         (gnus-list-range-intersection): Renamed.
4318         (gnus-inverse-list-range-intersection): New function.
4319
4320         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4321
4322         * nnagent.el (nnagent-retrieve-headers): New implementation.
4323
4324         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4325         implementation.
4326
4327 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4328
4329         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4330         `w3m-meta-content-type-charset-regexp'.
4331
4332         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4333         charset-encoded html contents.
4334
4335 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4336
4337         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4338         an empty file.
4339
4340         * nnweb.el (url): Ignore errors when request url.
4341
4342         * nnrss.el: Clean up the comments.
4343
4344 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4347
4348         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4349         (mm-inline-media-tests): Test whether the value of
4350         `mm-inline-text-html-renderer' is a function for text/html.
4351
4352         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4353         separated from `mm-inline-text'.
4354         (mm-w3m-minor-mode): New variable.
4355         (mm-w3m-setup): New variable.
4356         (mm-setup-w3m): New function.
4357         (mm-inline-text-html-render-with-w3m): New function.
4358         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4359         text/html.
4360
4361 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4362
4363         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4364
4365 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4368         and `gnus-xmas-completing-read'.
4369
4370 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4371
4372         * nneething.el (nneething-message-id-number): Abolished.
4373         (nneething-encode-file-name): Not encode numerical characters.
4374         (nneething-make-head): `nneething-message-id-number' is not
4375         used to generate message IDs.
4376
4377 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378
4379         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4380         characters.
4381
4382 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4383
4384         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4385         (gnus-xmas-redefine): Redefine conditionally.
4386
4387 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4388
4389         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4390         tag.
4391
4392 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4393
4394         * message.el (message-font-lock-keywords): Added the secure tag.
4395         * mml-sec.el: Added functions to generate/modify/remove the secure
4396         tag while in message mode.
4397         * mml-sec.el (mml-secure-message): New.
4398         * mml-sec.el (mml-unsecure-message): New.
4399         * mml-sec.el (mml-secure-message-sign-smime): New.
4400         * mml-sec.el (mml-secure-message-sign-pgp): New.
4401         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4402         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4403         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4404         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4405         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4406         convert it to either a part or multipart depending on if there are
4407         other parts in the message.
4408         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4409         to use the secure tag, rather than the part tag.
4410         * mml.el (mml-preview): Added a save-excursion to keep cursor
4411         position after doing an MML preview.
4412
4413 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414
4415         * nnheader.el (nnheader-parse-overview-file): New function.
4416         (nnheader-write-overview-file): New function.
4417
4418 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4419
4420         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4421         in wanted.
4422
4423         * nnweb.el (nnweb-type-definition): Clean up.
4424
4425 2002-01-21  Alastair Burt  <burt@dfki.de>
4426         Trivial patch.
4427
4428         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4429         buffer exists before jumping to it.
4430
4431 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4434         function.
4435         (article-wash-html): Use it.
4436         (gnus-article-wash-function): New variable.
4437         (gnus-article-wash-html-with-w3m): New function.
4438
4439 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4440
4441         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4442         XEmacs.
4443
4444 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4445
4446         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4447         command line.
4448
4449 2002-01-21  Simon Josefsson  <jas@extundo.com>
4450
4451         * canlock.el (base64-encode-string): Autoload it from base64.
4452         (canlock-make-cancel-key): Base64 encode unibyte string.
4453
4454 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * nnfolder.el (nnfolder-request-accept-article): Unfold
4457         x-from-line.
4458         (nnfolder-request-replace-article): Ditto.
4459
4460 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4461
4462         * gnus-group.el (gnus-group-best-unread-group): Use the right
4463         positioning function.
4464
4465 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4466
4467         * smiley-ems.el (smiley-region): Use new function.
4468         (smiley-update-cache): Use general image functions.
4469         (smiley-region): Use general functions.
4470
4471         * gnus-util.el (gnus-graphic-display-p): New function.
4472
4473         * nnmail.el (nnmail-article-group): Allow outputting traces of
4474         non-strings.
4475
4476         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4477         (nndoc-exim-bounce-type-p): New function.
4478
4479         * message.el (message-dont-send): Doc fix.
4480
4481         * gnus-util.el (gnus-completing-read): Remove
4482         inherit-input-method.
4483
4484         * gnus-art.el (gnus-treat-smiley): Doc fix.
4485
4486         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4487         articles.
4488
4489 2002-01-19  Simon Josefsson  <jas@extundo.com>
4490
4491         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4492         (imap-kerberos4-open): Ditto.
4493         (imap-open): Set port correctly, don't set auth.
4494
4495 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4496
4497         * gnus.el (gnus-version-number): Bump version number.
4498
4499 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4500
4501         * gnus.el: Oort Gnus v0.05 is released.
4502
4503 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4504
4505         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4506         exists.
4507
4508         * gnus-spec.el (gnus-string-width-function): New function.
4509         (gnus-tilde-cut-form): Use it.
4510         (gnus-tilde-max-form): Ditto.
4511         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4512         (gnus-substring-function): Use it.
4513         (gnus-tilde-cut-form): Ditto.
4514         (gnus-substring-function): New function.
4515
4516         * message.el (message-check-news-header-syntax): New message.
4517
4518         * gnus.el (gnus-slave-no-server): Doc fix.
4519
4520         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4521
4522 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4525         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4526         (seen (NUM1 . NUM2)).
4527
4528 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4529
4530         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4531         number in closed topics.
4532
4533 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4534
4535         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4536         functions.
4537
4538 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4539
4540         * gnus.el (gnus-group-find-parameter): Clean up.
4541
4542         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4543         articles.
4544
4545         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4546
4547         * nnmail.el (nnmail-article-group): Clean up.
4548
4549 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4550
4551         * gnus-agent.el (gnus-category-name): Intern the category name.
4552
4553 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4554
4555         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4556
4557         * gnus-util.el (gnus-completing-read): New function.
4558
4559 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4560
4561         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4562
4563         * smiley-ems.el (smiley-region): Register smiley.
4564         (smiley-toggle-buffer): Rewrite the function.
4565         (smiley-active): Removed.
4566
4567 2002-01-19  Simon Josefsson  <jas@extundo.com>
4568
4569         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4570         Jesper Harder <harder@ifa.au.dk>.
4571
4572 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4573
4574         * gnus-art.el (gnus-request-article-this-buffer): Call
4575         `nneething-get-file-name' to extract the file name from the
4576         message id.
4577
4578         * nneething.el (nneething-encode-file-name): New function.
4579         (nneething-decode-file-name): Ditto.
4580         (nneething-get-file-name): Ditto.
4581         (nneething-make-head): Encode the file name and encapsulate it
4582         into the field of the message id.
4583
4584 2002-01-18  Simon Josefsson  <jas@extundo.com>
4585
4586         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4587         stored in .marks.
4588
4589         * nnfolder.el (nnfolder-request-update-info): Ditto.
4590
4591 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4592
4593         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4594
4595 2002-01-18  Simon Josefsson  <jas@extundo.com>
4596
4597         * imap.el (imap-starttls-p): Don't check for binary.
4598         (imap-gssapi-auth-p): Ditto.
4599         (imap-kerberos4-auth-p): Ditto.
4600         (imap-open): Change logic.  Iterate through all possible streams,
4601         instead of bailing out after first failure.  Move authenticator
4602         decision to `imap-authenticate'.
4603         (imap-authenticate): Change logic, now finds the authenticator to
4604         use, was previously in `imap-open'.
4605         (imap-open): Return nil on failure.
4606         (imap-open): Setup temp buffer correctly.
4607         (imap-open): Return buffer only on success.
4608         (imap-interactive-login, imap-interactive-login): Tell the user
4609         which stream/authenticator is used for the queried
4610         username/password.
4611         (imap-open, imap-authenticate): Set variables.
4612         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4613         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4614
4615 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4616
4617         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4618
4619 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4622
4623 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4624
4625         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4626         (gnus-agent-group-mode-map): Bind it to "Jo".
4627         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4628
4629 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4630
4631         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4632         (gnus-summary-mail-toolbar): Add mail article deletion button.
4633
4634         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4635         false positives for lines of "^^^^".
4636
4637         * gnus-picon.el (gnus-picon-find-face): faces database is all
4638         lowercase.
4639
4640 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4641
4642         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4643         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4644         duplications.
4645         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4646
4647 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * gnus-sum.el (gnus-summary-initial-limit): Inline
4650         gnus-summary-limit-children.
4651         (gnus-summary-initial-limit): Don't limit if
4652         gnus-newsgroup-display is nil.
4653         (gnus-summary-initial-limit): No, don't.
4654
4655         * gnus-util.el
4656         (gnus-put-text-property-excluding-characters-with-faces): Inline
4657         gnus-put-text-property.
4658
4659         * gnus-spec.el (gnus-default-format-specs): New variable.
4660
4661         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4662         gnus-format-specs.
4663         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4664
4665         * gnus-spec.el (gnus-update-format-specifications): Really check
4666         the Gnus version of the .newsrc.eld file.
4667         (gnus-format-specs): Save the new default summary format.
4668
4669         * gnus-util.el (gnus-parent-id): Check whether references is empty
4670         before splitting.
4671
4672         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4673         functions.
4674         (gnus-gather-threads-by-references): Inline
4675         `gnus-split-references'.
4676
4677         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4678         default value of gnus-summary-line-format-spec.
4679
4680 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4681
4682         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4683         message.
4684         (nnslashdot-request-list): Ditto.
4685         (nnslashdot-sid-strip): Removed.
4686
4687 2002-01-15  Simon Josefsson  <jas@extundo.com>
4688
4689         * nnimap.el (nnimap-close-asynchronous): Enable.
4690         (nnimap-close-group): Expunge.
4691
4692 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4693
4694         * gnus-util.el (gnus-user-date-format-alist): Typo.
4695         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4696
4697 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4698
4699         * nneething.el (nneething-request-article): Set
4700         `nnmail-file-coding-system' to `binary' locally, in order to read
4701         files without any conversion.
4702
4703 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4704
4705         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4706         nnheader-file-coding-system and nnmail-active-file-coding-system.
4707         (gnus-agent-regenerate-group): Ditto.
4708         (gnus-agent-regenerate): Ditto.
4709         (gnus-agent-write-active): Ditto.
4710         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4711
4712 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4713
4714         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4715         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4716
4717 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4718
4719         * gnus.el: We don't need gnus-article-show-all-headers.
4720
4721         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4722         Ditto.
4723
4724         * gnus-sum.el (gnus-summary-select-article): Don't call
4725         show-all-headers, because hidden headers are not hidden text any
4726         more.
4727
4728 2002-01-13  Simon Josefsson  <jas@extundo.com>
4729
4730         * message.el (message-newline-and-reformat): Use `newline' instead
4731         of inserting \n, so that the newline is marked as hard.
4732
4733         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4734         From Jesper Harder <harder@ifa.au.dk>.
4735
4736 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4737
4738         * imap.el (imap-close): Keep going if quit.
4739
4740         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4741         nntp-server-buffer.
4742
4743 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4744
4745         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4746         avoid unbinding shadowed variables.
4747
4748         * gnus-art.el (gnus-picon-databases): Moved here.
4749         (gnus-picons-installed-p): Moved here.
4750         (gnus-article-reply-with-original): Use `mark'.
4751
4752         * gnus.el (gnus-picon): Moved here and renamed.
4753
4754         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4755         installed.
4756         (gnus-treat-mail-picon): Ditto.
4757         (gnus-treat-newsgroups-picon): Ditto.
4758
4759         * gnus-picon.el (gnus-picons-installed-p): New function.
4760
4761 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4762
4763         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4764
4765 2002-01-12  Simon Josefsson  <jas@extundo.com>
4766
4767         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4768         (nnimap-before-find-minmax-bugworkaround): Use it.
4769         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4770         (nnimap-dont-close): New variable.
4771         (nnimap-close-group): Use it.
4772
4773 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4774
4775         * gnus-art.el (gnus-article-reply-with-original): Use
4776         `mark-active'.
4777
4778         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4779
4780         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4781         (gnus-score-advanced): Clean up.
4782         (gnus-score-advanced): Accept a multiple of the score.
4783
4784 2002-01-12  Simon Josefsson  <jas@extundo.com>
4785
4786         * flow-fill.el (fill-flowed-display-column)
4787         (fill-flowed-encode-columnq): New variables.  Suggested by
4788         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4789         (fill-flowed-encode, fill-flowed): Use them.
4790
4791         * message.el (message-send-news, message-send-mail): Use
4792         m-b-s-n-p-e-h-n.
4793
4794         * mml.el (autoload): Autoload fill-flowed-encode.
4795         (mml-buffer-substring-no-properties-except-hard-newlines): New
4796         function.
4797         (mml-read-part): Use it.
4798         (mml-generate-mime-1): Encode format=flowed if appropriate.
4799         (mml-insert-mime-headers): Insert format=flowed.
4800
4801         * flow-fill.el (fill-flowed-encode): New function.
4802         (fill-flowed): Bind fill-column to window width.
4803
4804 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4805
4806         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4807         it exists.
4808         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4809         (gnus-summary-buffer-name): Don't return the dead name after all.
4810         (gnus-summary-setup-buffer): Kill the dead buffer.
4811
4812         * gnus-art.el (gnus-article-followup-with-original): Store the
4813         value of the mark before deactivating it.
4814
4815 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4816
4817         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4818         From: Karl Kleinpaste <karl@charcoal.com>
4819
4820         * gnus-art.el (article-display-x-face): Ditto.
4821         (gnus-article-reply-with-original): Use gnus-region-active-p.
4822         (gnus-article-followup-with-original): Ditto.
4823
4824         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4825         downloadable article either.
4826
4827 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4828
4829         * gnus-art.el (article-display-x-face): Insert From:.
4830
4831         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4832         article. Bind gnus-display-mime-function and
4833         gnus-article-prepare-hook.
4834
4835         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4836         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4837         gnus-agent-possibly-synchronize-flags to the last.
4838         (gnus-agent-go-online): New function. New variable.
4839
4840 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4841
4842         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4843         (gnus-agent-regenerate): Ditto.
4844
4845 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4846
4847         * message.el (message-ignored-news-headers)
4848         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4849         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4850
4851         * gnus.el (gnus-gethash-safe): New macro.
4852
4853         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4854         (gnus-agent-regenerate): Show messages.
4855
4856 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4857
4858         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4859         (gnus-agent-regenerate): New function.
4860         (gnus-agent-save-alist): Sort.
4861         (gnus-agent-copy-nov-line): Test eobp.
4862         (gnus-agent-retrieve-headers): Erase buffer.
4863
4864 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4865
4866         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4867         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4868
4869         * gnus.el (gnus-agent-covered-methods): Move here.
4870         (gnus-online): New function.
4871         (gnus-agent-method-p): Move here.
4872
4873         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4874         nil. Remove articles-alist.
4875
4876         * gnus-start.el (gnus-get-unread-articles): Check online.
4877         (gnus-groups-to-gnus-format): Ditto.
4878         (gnus-active-to-gnus-format): Ditto.
4879
4880         * gnus-agent.el (gnus-agent-get-function): Use it.
4881         (gnus-agent-get-undownloaded-list): Ditto.
4882         (gnus-agent-fetch-session): Only fetch online methods.
4883
4884         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4885         (gnus-server-mode-map): Ditto.
4886         (gnus-server-offline-face): New face.
4887         (gnus-server-offline-face): New variable.
4888         (gnus-server-font-lock-keywords): Add offline.
4889         (gnus-server-insert-server-line): Ditto.
4890         (gnus-server-offline-server): New function.
4891
4892         * gnus-int.el (gnus-open-server): Turn to offline.
4893         (gnus-server-unopen-status): New variable.
4894
4895 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4896
4897         * nnkiboze.el (nnkiboze-request-article): Use
4898         gnus-agent-request-article.
4899
4900         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4901         function. Insert undownloaded NOV.
4902
4903         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4904         (gnus-agent-request-article): New function.
4905
4906         * gnus.el (gnus-agent-cache): New variable.
4907
4908         * gnus-int.el (gnus-retrieve-headers): Use
4909         gnus-agent-retrieve-headers.
4910         (gnus-request-head): Use gnus-agent-request-article.
4911         (gnus-request-body): Ditto.
4912
4913         * gnus-art.el (gnus-request-article-this-buffer): Use
4914         gnus-agent-request-article.
4915
4916         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4917         article if it is undownloaded.
4918
4919 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4922
4923 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * canlock.el (canlock-string-as-unibyte): New macro.
4926         (canlock-sha1-with-openssl): Return a unibyte string.
4927         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4928
4929 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4930
4931         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4932
4933 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4934
4935         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4936         application/x-emacs-lisp.
4937
4938         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4939
4940         * nntp.el (nntp-request-article): Add group parameter.
4941         (nntp-request-head): Ditto.
4942         (nntp-find-group-and-number): Add parameter group. Figure out
4943         number if the status line doesn't give (e.g. quimby.gnus.org).
4944
4945 2002-01-08  Simon Josefsson  <jas@extundo.com>
4946
4947         * mml.el (mml-generate-mime-1): Set recipient correctly.
4948
4949 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4950
4951         * message.el (message-read-from-minibuffer): Add parameter
4952         initial-contents.
4953         * gnus-msg.el (gnus-summary-resend-message): Use it.
4954
4955         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4956         behavior of quit-config.
4957
4958         * message.el (message-make-from): Don't quote fullname.
4959         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4960
4961         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4962         From: <andre@slamdunknetworks.com>
4963
4964 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4965
4966         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4967
4968         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4969
4970         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4971         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4972         because bbdb may use it.
4973
4974 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4975
4976         * nneething.el (nneething-request-article): When a non-text file
4977         is converted to an article, its data is encoded in base64.  Call
4978         `nneething-make-head' with options to specify MIME types.
4979         (nneething-make-head): Add optional arguments to specify MIME
4980         types.
4981
4982 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4983
4984         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4985         header if there is not.
4986
4987         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4988
4989         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4990         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4991         (gnus-inews-do-gcc): Use them.
4992
4993         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4994         gnus-newsgroup-unselected.
4995
4996 2002-01-06  Simon Josefsson  <jas@extundo.com>
4997
4998         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4999         condition-case, not ignore-errors.
5000
5001 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5002
5003         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5004         gnus-fetch-old-headers.
5005
5006         * gnus-art.el (article-display-x-face): Use the current buffer
5007         unless `W f'. Otherwise, X-Face may be shown in the header of a
5008         forwarded part.
5009         (gnus-treatment-function-alist): Treat xface before hiding
5010         headers.
5011
5012 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5013
5014         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5015         parameters.
5016
5017 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5018
5019         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5020         (mm-guess-charset): New function.
5021         (mm-charset-after): Use it.
5022         (mm-detect-coding-region): New function.
5023         (mm-detect-mime-charset-region): New function.
5024
5025         * gnus-sum.el (gnus-summary-show-article): Use
5026         mm-detect-coding-region.
5027
5028 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5029
5030         * message.el (message-make-fqdn): Be less violent.
5031
5032         * gnus.el (gnus-logo-color-style): Compute custom form
5033         automatically.
5034
5035         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5036         score file of the parent to the document group.
5037
5038         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5039         parameters parameter.
5040
5041         * gnus-score.el (gnus-score-load-file): Clean up.
5042
5043 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5044
5045         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5046         From: Damien Wyart <damien.wyart@free.fr>
5047
5048         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5049
5050 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5051
5052         * gnus-sum.el (gnus-select-group-hook): Typo.
5053
5054         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5055         is no quoted-printable-encoded STRING.
5056         From: Jesper Harder <harder@ifa.au.dk>
5057
5058         (rfc2047-decode-string): Decode it.
5059
5060 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5061
5062         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5063
5064 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5065         Trivial patch.
5066
5067         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5068         buffer to get rid of junk line.
5069
5070 2002-01-05  Simon Josefsson  <jas@extundo.com>
5071
5072         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5073         C-o.
5074         (message-mode-map): Bind message-insert-or-toggle-importance to
5075         C-c C-u.
5076         (message-mode-map): Bind message-disposition-notification-to to
5077         C-c M-n.
5078         (message-mode-menu): Add m-d-n-t.
5079         (message-mode-field-menu): Add m-goto-from.
5080         (message-mode): Doc fix.
5081         (message-goto-from): New function.
5082         (message-insert-disposition-notification-to): New function.
5083         (message-tool-bar-map): Add receipt button.
5084
5085 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5086
5087         * gnus-sum.el (gnus-thread-latest-date): New function.
5088         (gnus-thread-sort-by-most-recent-number): Renamed.
5089         (gnus-thread-sort-functions): Doc fix.
5090         (gnus-select-group-hook): Don't use setq on a hook.
5091         (gnus-thread-latest-date): Use date, not number
5092
5093         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5094         (gnus-agent-expire): Allow regexp of expire-days.
5095
5096         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5097         region.
5098         (gnus-article-followup-with-original): Ditto.
5099
5100         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5101
5102         * gnus-art.el (gnus-mime-display-alternative): Use
5103         gnus-local-map-property.
5104         (gnus-mime-display-alternative): Ditto.
5105         (gnus-insert-mime-security-button): Ditto.
5106         (gnus-insert-next-page-button): Ditto.
5107         (gnus-button-prev-page): Take optional args.
5108         (gnus-insert-prev-page-button): widget-convert.
5109
5110         * gnus-util.el (gnus-local-map-property): New function.
5111
5112         * gnus-art.el (gnus-prev-page-map): Use parent map.
5113         (gnus-next-page-map): Ditto.
5114
5115         * gnus-spec.el (gnus-parse-format): Clean up.
5116         (gnus-parse-format): Do complex formatting for %=.
5117
5118         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5119         "X-Face: " to the data in the built-in scenario.
5120
5121         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5122         (gnus-correct-pad-form): Renamed.
5123         (gnus-tilde-max-form): Clean up.
5124         (gnus-pad-form): Use gnus-use-correct-string-widths.
5125
5126         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5127         support if that is available.
5128
5129         * gnus-sum.el (gnus-thread-highest-number): New function.
5130         (gnus-thread-sort-by-most-recent-thread): New function.
5131         (gnus-thread-sort-functions): Doc fix.
5132
5133 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5134
5135         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5136         all cases.
5137         (gnus-summary-mode): Enable it in all cases.
5138         (gnus-summary-display-article): Ditto.
5139         (gnus-summary-edit-article): Ditto.
5140
5141         * gnus-ems.el (gnus-put-image): Really return glyph.
5142
5143         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5144         (gnus-treat-smiley): Don't take "P" in the interactive form.
5145
5146 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * compface.el (uncompface): XEmacs and Emacs have differing
5149         capabilities.
5150
5151         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5152
5153         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5154         (gnus-article-xface-ring-size): Removed.
5155         (gnus-article-display-xface): Removed.
5156         (gnus-remove-image): Cleaned up.
5157
5158         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5159         (gnus-xmas-create-image): Take pbm files.
5160         (gnus-x-face): Removed.
5161         (gnus-xmas-article-display-xface): Removed.
5162
5163         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5164         default-enable-multibyte-characters.
5165
5166         * compface.el (uncompface): Doc fix.
5167
5168         * gnus-art.el (gnus-article-x-face-command): Use
5169         gnus-display-x-face-in-from.
5170
5171         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5172
5173         * gnus-ems.el (gnus-put-image): Return the image.
5174
5175         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5176         (gnus-x-face): Moved here.
5177
5178 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5179
5180         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5181         invisible if string is nil.
5182         (gnus-xmas-article-display-xface): Use it.
5183
5184         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5185         property when string is nil.
5186         (gnus-article-display-xface): Use it.
5187
5188 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5189
5190         * gnus-art.el (article-display-x-face): Check whether valid grey
5191         face was returned.
5192         (article-display-x-face): Place image in the right spot.
5193
5194         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5195         stderr.
5196         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5197
5198 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5199
5200         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5201         parameters.
5202         (gnus-xmas-put-image): Allow non-strings to be passed.
5203
5204         * gnus-art.el (article-display-x-face): Use optional parameters.
5205
5206         * gnus-ems.el (gnus-create-image): Take optional parameters.
5207
5208         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5209
5210         * compface.el (compface-xbm-p): Removed.
5211
5212         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5213         (gnus-article-display-xface): Use compface.
5214
5215         * compface.el: New file.
5216
5217         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5218         (gnus-convert-image-to-x-face-command): Ditto.
5219         (gnus-random-x-face): Quote argument.
5220         (gnus-x-face-from-file): Ditto.
5221
5222 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5223
5224         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5225         the expire-group parameter once per article rather than once
5226         per group; bind `nnmaildir-article-file-name' and `article'
5227         for convenience.  Leave article alone when expire-group
5228         specifies the current group.
5229         (nnmaildir--update-nov): be more concurrency-friendly with
5230         temp file names.
5231
5232 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * gnus-start.el (gnus-read-init-file): Cleaned up.
5235
5236 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5237
5238         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5239         (gnus-read-init-file): Don't use it.
5240
5241 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5242
5243         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5244
5245 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5246
5247         * gnus-start.el (gnus-read-init-file): Don't force coding system
5248         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5249
5250 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5251
5252         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5253         * nnspool.el (nnspool-request-post): Ditto.
5254
5255         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5256         (mm-find-mime-charset-region): Use it.
5257
5258 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5259
5260         * gnus.el (gnus-summary-line-format): Added :link.
5261         * gnus-topic.el (gnus-topic-line-format): Ditto.
5262         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5263         * gnus-srvr.el (gnus-server-line-format): Ditto.
5264         * gnus-group.el (gnus-group-line-format): Ditto.
5265
5266         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5267         :keys, it works on both Emacsen.
5268
5269 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5270
5271         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5272
5273 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5276
5277 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5278
5279         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5280         very wide reply.
5281
5282 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5285         (gnus-picon-cache): New variable.
5286         (gnus-picon-transform-newsgroups): Cache stuff.
5287
5288         * gnus-art.el (gnus-article-reply-with-original): New command.
5289         (gnus-article-followup-with-original): New command.
5290
5291         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5292         END parameters.
5293         (gnus-summary-followup): Take a list of list of articles.
5294         (gnus-inews-yank-articles): Allow lists of article/regions.
5295
5296         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5297         longer the usual commands.
5298
5299         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5300         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5301         shell-command-on-region.
5302
5303 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5304
5305         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5306           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5307
5308 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5309
5310         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5311         understand ':keys', wrap it in an featurep 'xemacs.
5312
5313 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5314
5315         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5316         order of headers (Actually, it is called in a reversed order). Add
5317         'gnus-image-text-deletable property.
5318         (gnus-remove-image): Remove text with such a property.
5319
5320         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5321         gnus-put-image.
5322
5323         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5324         with ", "
5325
5326 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5327
5328         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5329
5330         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5331         (article-display-x-face): Display grey X-Faces.
5332
5333         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5334         (gnus-convert-gray-x-face-to-ppm): Ditto.
5335         (gnus-convert-image-to-gray-x-face): Ditto.
5336
5337         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5338         gnus-summary-show-raw-article.
5339
5340 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5341
5342         Display picons in XEmacs without showing text.
5343
5344         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5345         mm-create-image-xemacs to create xbm glyph, because it deletes
5346         temporary files.
5347         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5348         (gnus-xmas-remove-image): Make text visible, remove glyph.
5349
5350         * gnus-picon.el (gnus-picon-transform-newsgroups)
5351         (gnus-picon-transform-address): Insert spec backward, due to the
5352         incompatibility of gnus-xmas-put-image.
5353
5354 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5355
5356         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5357
5358 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359
5360         * gnus.el: Doc fix.
5361
5362         * gnus-art.el: Doc fix.
5363
5364         * gnus-agent.el: Doc fix.
5365
5366 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5367
5368         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5369
5370 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5371
5372         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5373         NOV data out of the message again if nnmail-extra-headers has
5374         changed.
5375
5376 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5377
5378         * gnus-fun.el: New file.
5379         (gnus-convert-image-to-x-face-command): New variable.
5380         (gnus-insert-x-face): New function.
5381         (gnus-random-x-face): Renamed.
5382         (gnus-x-face-from-file): Renamed.
5383
5384         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5385         "_".
5386         (gnus-body-boundary-delimiter): Typo fix.
5387
5388 2002-01-02  Simon Josefsson  <jas@extundo.com>
5389
5390         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5391         (gnus-body-boundary-delimiter): Fix type.
5392
5393 2002-01-01  Simon Josefsson  <jas@extundo.com>
5394
5395         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5396         (gnus-treat-emphasize, gnus-treat-strip-cr)
5397         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5398         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5399         (gnus-treat-fill-article, gnus-treat-hide-citation)
5400         (gnus-treat-hide-citation-maybe)
5401         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5402         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5403         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5404         (gnus-treat-date-ut, gnus-treat-date-local)
5405         (gnus-treat-date-english, gnus-treat-date-lapsed)
5406         (gnus-treat-date-original, gnus-treat-date-iso8601)
5407         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5408         (gnus-treat-strip-trailing-blank-lines)
5409         (gnus-treat-strip-leading-blank-lines)
5410         (gnus-treat-strip-multiple-blank-lines)
5411         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5412         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5413         (gnus-treat-display-xface, gnus-treat-display-smileys)
5414         (gnus-treat-from-picon, gnus-treat-mail-picon)
5415         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5416         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5417         (gnus-treat-play-sounds, gnus-treat-translate)
5418         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5419
5420         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5421         (gnus-article-treat-body-boundary): Use it.
5422
5423         * message.el (message-mode): Fix doc.
5424         (message-mode-menu): Fix names.
5425
5426 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5427
5428         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5429         articles.
5430
5431         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5432         (gnus-picon-transform-address): Search for unknown faces as well.
5433         (gnus-picon-find-face): Don't search "news" for MISC.
5434         (gnus-picon-user-directories): Changed default back to exclude
5435         "unknown".
5436
5437         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5438
5439         * gnus-picon.el (gnus-picon-find-face): Search through all
5440         databases.
5441         (gnus-picon-find-face): New implementation.
5442
5443         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5444         keystroke.
5445         (gnus-topic-goto-next-topic): Ditto.
5446
5447         * gnus.el (gnus-summary-line-format): Changed default.
5448
5449         * nnmail.el (nnmail-extra-headers): Change default.
5450
5451         * gnus-sum.el (gnus-extra-headers): Change default.
5452
5453         * message.el (message-news-other-window): Changed "news" to
5454         "posting".
5455         (message-news-other-frame): Ditto.
5456         (message-do-send-housekeeping): Ditto.
5457
5458         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5459         function.
5460         (gnus-article-unread-p): New function.
5461         (gnus-article-unseen-p): New function.
5462         (gnus-dead-summary-mode-map): Typo.
5463
5464         * gnus-util.el (gnus-make-predicate): New function.
5465         (gnus-make-predicate-1): New function.
5466
5467         * gnus-sum.el: New function.
5468         (gnus-map-articles): New function.
5469
5470         * gnus-art.el (gnus-treat-fold-headers): New variable.
5471         (gnus-article-treat-fold-headers): New command and keystroke.
5472
5473         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5474         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5475
5476 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5477
5478         * message.el (message-fcc-externalize-attachments): New variable.
5479         (message-do-fcc): Use it.
5480
5481         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5482         (gnus-inews-do-gcc): Use it.
5483
5484         * mml.el (mml-tweak-sexp-alist): New variable.
5485         (mml-externalize-attachments): New variable.
5486         (mml-tweak-part): Use mml-tweak-sexp-alist.
5487         (mml-tweak-externalize-attachments): New function.
5488
5489 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5490
5491         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5492         'set-glyph-face' so x-face back/foreground can be set.
5493
5494 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5495
5496         * message.el (message-fix-before-sending): Fix a typo.
5497
5498 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5499
5500         * gnus-art.el (gnus-treat-smiley): Renamed command.
5501         (gnus-article-remove-images): New command and keystroke.
5502
5503         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5504
5505         * smiley-ems.el (gnus-smiley-display): Removed.
5506
5507         * gnus.el (gnus-version-number): Update version.
5508
5509         * message.el (message-text-with-property): Renamed and moved
5510         here.
5511         (message-fix-before-sending): Highlight invisible text and place
5512         point there.
5513
5514 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5515
5516         * gnus.el: Oort Gnus v0.04 is released.
5517
5518 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5521
5522         * gnus-art.el (gnus-ignored-headers): More headers,
5523
5524         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5525         of `scan-error', since XEmacs doesn't seem to support that.
5526
5527 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5528
5529         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5530         arg.
5531         (gnus-summary-best-unread-subject): Ditto.
5532         (gnus-summary-best-unread-subject): No, don't.
5533         (gnus-summary-better-unread-subject): New command.
5534
5535         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5536
5537         * lpath.el ((featurep 'xemacs)): fbind url function.
5538
5539         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5540         buffer.
5541         (gnus-xmas-remove-image): Implementation that does something.
5542         (gnus-xmas-article-display-xface): Mark images properly.
5543
5544         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5545
5546 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5547
5548         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5549
5550 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5551
5552         * gnus-group.el (gnus-group-line-format): Added %O to the default
5553         value.
5554
5555         * gnus-util.el (gnus-text-with-property): The smallest point is
5556         point-min.
5557
5558         * smiley-ems.el (smiley-region): Return images.
5559         (gnus-smiley-display): Allow toggling.
5560         (smiley-region): Use text properties, not overlays.
5561
5562         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5563         implemented yet.
5564
5565         * smiley-ems.el (smiley-update-cache): Check for valid types.
5566
5567         * gnus-art.el (gnus-with-article-buffer): New macro.
5568
5569         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5570         strings as well as the glyphs.
5571         (gnus-picon-transform-address): Ditto.
5572         (gnus-picon-insert-glyph): Ditto.
5573         (gnus-picon-transform-newsgroups): Toggle.
5574         (gnus-picon-transform-address): Toggle.
5575
5576         * gnus-ems.el (gnus-remove-image): New function.
5577         (gnus-put-image): Take an optional string.
5578
5579         * gnus-util.el (gnus-text-with-property): New function.
5580
5581         * gnus-art.el (gnus-delete-images): New function.
5582
5583         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5584
5585         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5586         (gnus-article-wash-status): Use it.
5587         (gnus-signature-toggle): Clean up.
5588         (gnus-add-wash-status): New function.
5589         (gnus-delete-wash-status): New function.
5590         (gnus-article-hide-text-type): Use them throughout.
5591         (gnus-add-image): New function.
5592
5593         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5594
5595         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5596         interface.
5597
5598         * gnus-art.el (article-display-x-face): Cleaned up.
5599
5600         * rfc2047.el (rfc2047-field-value): New function.
5601
5602         * mail-parse.el (mail-header-field-value): New alias.
5603
5604         * gnus-art.el (gnus-mime-print-part): Fix typos.
5605
5606         * smiley-ems.el (gnus-smiley-file-types): New variable.
5607         (smiley-update-cache): Use it.
5608         (smiley-regexp-alist): Suffix-less smiley names.
5609         (smiley-regexp-alist): Added more smileys.
5610
5611         * gnus-sum.el (gnus-print-buffer): Made into own function.
5612         (gnus-summary-print-article): Use it.
5613
5614         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5615         looked for when REQUEST is a string.
5616
5617         * gnus-art.el (gnus-mime-button-commands): Add printing
5618         keystroke.
5619         (gnus-mime-copy-part): Doc fix.
5620         (gnus-mime-print-part): New command.
5621
5622 2001-12-31  Simon Josefsson  <jas@extundo.com>
5623
5624         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5625         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5626
5627 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5628
5629         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5630         (picon): Fix doc.
5631
5632         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5633         longer exists. Remove those codes.
5634         * gnus.el (gnus-use-picons): Ditto.
5635
5636 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5637
5638         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5639         infloop.
5640
5641         * gnus-sum.el (t): New `W D' map.
5642
5643         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5644         (gnus-article-treat-body-boundary): Clean up.
5645         (gnus-body-boundary-face): Removed.
5646         (gnus-article-goto-header): Moved here.
5647         (gnus-article-goto-header): Allow better regexps.
5648         (gnus-article-treat-fold-newsgroups): New command.
5649
5650         * gnus-sum.el (gnus-summary-move-article): We have to select an
5651         article to give `gnus-read-move-group-name' an opportunity to
5652         suggest an appropriate default.
5653
5654         * rfc2047.el (rfc2047-fold-line): New function.
5655         (rfc2047-unfold-line): Ditto.
5656         (rfc2047-fold-region): Don't fold just after the header name.
5657
5658         * mail-parse.el (mail-header-fold-line): New alias.
5659         (mail-header-unfold-line): Ditto.
5660
5661         * gnus-art.el (gnus-body-boundary-face): Renamed.
5662         (gnus-article-treat-body-boundary): Use it.
5663         (gnus-article-treat-body-boundary): Use an invisible header and a
5664         line of underline characters.
5665
5666 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5667
5668         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5669
5670         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5671         (gnus-picon-split-address): New function.
5672         (gnus-picon-find-face): Use it.
5673         (gnus-picon-transform-address): Use it. Set first to t for each
5674         address.
5675
5676         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5677         the macro then use it.
5678         (gnus-treatment-function-alist): Treat picons earlier.
5679
5680 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5681
5682         * gnus-art.el (gnus-body-separator-face): New variable.
5683         (gnus-article-treat-body-boundary): Use a blank, colored line.
5684
5685         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5686         well.
5687
5688         * gnus-art.el (gnus-treat-body-boundary): New variable.
5689         (gnus-article-treat-unfold-headers): Use helper macro.
5690         (gnus-article-treat-body-boundary): New command.
5691
5692         * gnus.el (gnus-logo-color-style): Change the default color.
5693         (gnus-splash-face): Gray, gray.
5694
5695         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5696         colors.
5697
5698         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5699         (gnus-logo-color-style): Ditto.
5700         (gnus-logo-colors): Ditto.
5701
5702         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5703
5704         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5705
5706         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5707         (gnus-picon-transform-newsgroups): New function.
5708
5709         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5710         string.
5711
5712         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5713
5714         * gnus-art.el (gnus-treat-cc-picon): New variable.
5715         (gnus-treat-mail-picon): Renamed.
5716
5717         * gnus-picon.el: New implementation.
5718         (gnus-picon-find-face): Renamed.
5719         (gnus-treat-from-picon): Use it.
5720         (gnus-picon-transform-address): Renamed.
5721         (gnus-treat-from-picon): Use it.
5722         (gnus-picon-create-glyph): Renamed.
5723         (gnus-picon-transform-address): Use it.
5724         (gnus-treat-cc-picon): New command.
5725
5726         * mm-decode.el (mm-create-image-xemacs): Separated out into
5727         function.
5728         (mm-get-image): Use it.
5729
5730         * gnus-art.el (gnus-treat-display-picons): Simplify.
5731         (gnus-treat-from-picon): Renamed.
5732
5733         * gnus-ems.el (gnus-create-image): New function.
5734         (gnus-put-image): New function.
5735
5736         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5737         (gnus-with-article-headers): New macro.
5738         (gnus-article-goto-header): New function.
5739
5740         * gnus-xmas.el (gnus-image-type-available-p): New function.
5741
5742         * gnus-ems.el (gnus-image-type-available-p): New function.
5743
5744 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5745
5746         * nnrss.el (nnrss-check-group): Find the correct tag, because
5747         xml.el is changed.
5748
5749 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5750
5751         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5752         lines are shorter than the window width.
5753         (gnus-ignored-headers): More headers.
5754
5755 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756
5757         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5758         (gnus-treat-unfold-headers): Renamed.
5759         (gnus-article-treat-unfold-headers): New command and keystroke.
5760
5761         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5762
5763         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5764
5765 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5766
5767         * sha1-el.el (sha1-use-external): New variable.
5768         (sha1-region): Use it.
5769         (sha1-string): Ditto.
5770
5771         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5772         * gnus-picon.el: Less warnings when compile.
5773
5774 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5775
5776         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5777         alias.
5778         (gnus-picons-database): Default to list.
5779         (gnus-picons-lookup-internal): Use it.
5780
5781         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5782         to "bogus".
5783
5784         * gnus-win.el (gnus-configure-windows-hook): New hook.
5785
5786 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5787
5788         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5789
5790 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5793         lists.
5794         (gnus-select-newsgroup): Don't append; push.
5795         (gnus-adjust-marked-articles): Remove obsolete ranges from
5796         `seen'.
5797         (gnus-update-marks): Clean up.
5798         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5799
5800 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5801
5802         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5803
5804 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * gnus-sum.el (gnus-auto-select-subject): New variable.
5807         (gnus-summary-best-unread-subject): New function.
5808         (gnus-summary-best-unread-article): Use it.
5809         (gnus-summary-first-unseen-subject): New function and command.
5810
5811         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5812         other treatments.
5813
5814         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5815         function.
5816
5817         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5818         from the list of hidden types.
5819
5820         * mm-view.el (mm-inline-text): Ditto.
5821         (mm-inline-text): Ditto.
5822         (mm-w3-prepare-buffer): Ditto.
5823
5824         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5825
5826 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5827
5828         * gnus-art.el (gnus-ignored-headers): Added more headers.
5829
5830 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5831
5832         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5833         once.
5834
5835 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5838
5839 2001-12-28  Simon Josefsson  <jas@extundo.com>
5840
5841         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5842         Jesper Harder <harder@ifa.au.dk>.
5843
5844 2001-12-27  Simon Josefsson  <jas@extundo.com>
5845
5846         * gnus-sum.el (gnus-select-newsgroup): Make
5847         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5848         contain all articles (instead of none) when no seen marks have
5849         been set for the group.
5850         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5851         instead, it seems to result in shorter ranges.
5852
5853 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5854
5855         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5856         insert-before-markers.
5857         From Jesper Harder <harder@ifa.au.dk>
5858
5859 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5860
5861         * nnmaildir.el (nnmaildir-save-mail): create the destination
5862         groups if they do not exist.
5863
5864 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5867
5868 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5869
5870         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5871         gnus-group-real-name.
5872
5873         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5874         (gnus-newsgroup-variables): Ditto.
5875
5876         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5877         return it.
5878
5879 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5880
5881         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5882         * nnmaildir.el (top-level): Add commentary.
5883         (nnmaildir-version): Indicate that nnmaildir is now a standard
5884         part of Gnus, not separately released.
5885
5886 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5887
5888         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5889         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5890         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5891         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5892
5893 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5894
5895         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5896
5897 2001-12-20  Simon Josefsson  <jas@extundo.com>
5898
5899         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5900         ZHU <zsh@cs.rochester.edu>.
5901         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5902         Brian P Templeton <bpt@tunes.org>.
5903
5904 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5905
5906         * nnmaildir.el: New file.
5907         From Paul Jarc <prj@po.cwru.edu>.
5908
5909 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5910
5911         * nndoc.el (nndoc-type-alist): Move forward to the end.
5912
5913 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5916         `dolist'.
5917
5918 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5919
5920         * gnus-win.el (gnus-frames-on-display-list): New function.
5921         (gnus-get-buffer-window): Use it.
5922
5923 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5924
5925         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5926
5927 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5928
5929         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5930
5931 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5932            From Harald Meland <Harald.Meland@usit.uio.no>
5933
5934         * gnus-win.el (gnus-get-buffer-window): New function.
5935         (gnus-all-windows-visible-p): Use it.
5936
5937         * gnus-util.el (gnus-horizontal-recenter)
5938         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5939         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5940
5941         * gnus-score.el (gnus-score-insert-help): Use it.
5942
5943         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5944         (gnus-generate-tree, gnus-highlight-selected-tree)
5945         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5946         it.
5947
5948         * gnus-art.el (gnus-article-set-window-start)
5949         (gnus-mm-display-part, gnus-request-article-this-buffer)
5950         (gnus-button-next-page, gnus-button-prev-page)
5951         (gnus-article-button-next-page, gnus-article-button-prev-page):
5952         Use it.
5953
5954 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5955
5956         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5957         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5958         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5959
5960 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5961
5962         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5963         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5964         * mml1991.el, nnultimate.el: Add `coding'.
5965
5966 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5967
5968         * ChangeLog: changed coding to buffer-file-coding-system
5969         * ChangeLog.1: same
5970         * nnwfm.el: same
5971         * gnus-smiley.el: same
5972         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5973         * gnus-delay.el: same
5974         * gnus-spec.el: same
5975         * message.el: same
5976         * mml1991.el: same
5977         * nnultimate.el: same
5978
5979 2001-12-16  Simon Josefsson  <jas@extundo.com>
5980         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5981
5982         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5983         (gnus-summary-save-map): Add muttprint.
5984         (gnus-summary-make-menu-bar): Ditto.
5985         (gnus-summary-muttprint): New function.
5986
5987         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5988
5989 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5990
5991         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5992         temporary list instead of buffer.
5993
5994         * mm-url.el (executable-find): autoload.
5995
5996 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5997
5998         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5999         to variable, follow doc-string conventions).
6000
6001 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6002
6003         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6004         subscribe-level
6005         * gnus-topic.el (gnus-subscribe-topics): use it.
6006
6007 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6008
6009         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6010         messages. (A small patch with indentation)
6011         From Sean Neakums <sneakums@zork.net>.
6012
6013         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6014         nil after shooting down the gnus-original-article-buffer.
6015
6016 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6017
6018         * uudecode.el (uudecode-use-external): New variable.
6019         (uudecode-decode-region): Automatically detect external program.
6020
6021         * binhex.el (binhex-use-external): New variable.
6022         (binhex-decode-region-internal): New function.
6023         (binhex-decode-region): Automatically detect external program.
6024
6025         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6026         Use them.
6027
6028 2001-12-12  Simon Josefsson  <jas@extundo.com>
6029
6030         * nnvirtual.el (nnvirtual-always-rescan)
6031         (nnvirtual-component-regexp): Fix doc.
6032
6033         * nnoo.el (defvoo): Add doc to defvoo variables.
6034
6035         * nnml.el (nnml-directory, nnml-active-file)
6036         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6037         (nnml-marks-is-evil, nnml-filenames-are-evil)
6038         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6039
6040         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6041         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6042         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6043         `error'.
6044
6045         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6046         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6047
6048         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6049         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6050         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6051         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6052
6053         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6054         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6055
6056         * imap.el, nnimap.el: Fix indentation.
6057
6058         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6059
6060 2001-12-12  Didier Verna  <didier@xemacs.org>
6061
6062         * gnus-msg.el (gnus-group-news): New function.
6063         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6064         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6065         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6066         for it.
6067         * gnus-msg.el (gnus-summary-news-other-window): New function.
6068         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6069         bind it to `i'.
6070         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6071         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6072         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6073         for it (called with a prefix).
6074         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6075         group-name argument.
6076         * gnus-msg.el (gnus-setup-message): use it.
6077
6078 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6079
6080         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6081
6082 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6083
6084         * mml.el (mime-to-mml): Remove Content-Disposition too.
6085
6086 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6087
6088         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6089         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6090         strings only.
6091         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6092
6093 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6094
6095         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6096         (nnmail-fancy-expiry-target): Use it.
6097         Suggestions from Simon Josefsson <jas@extundo.com>.
6098
6099 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6100
6101         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6102
6103 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6104
6105         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6106
6107         * gnus-util.el (gnus-url-unhex-string): Move here.
6108
6109 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6110
6111         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6112         mm-url-decode-entities-nbsp.
6113
6114         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6115         * webmail.el, nnwfm.el: Use mm-url.
6116
6117         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6118         (mm-url-remove-markup): Move from nnweb.
6119         (mm-url-fetch-simple): Move from webmail.
6120
6121         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6122
6123 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6124
6125         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6126         (gnus-summary-print-article): Use it.
6127
6128         * gnus-util.el (gnus-replace-in-string): Typo.
6129
6130 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6131
6132         * nnweb.el (nnweb-replace-in-string): Removed.
6133
6134         * gnus-util.el (gnus-replace-in-string): New function.
6135         (gnus-mode-string-quote): Use it.
6136
6137         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6138         * nnwfm.el (nnwfm-create-mapping): Ditto.
6139
6140 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6141
6142         * dgnushack.el (dgnushack-compile): nnrss.el and
6143         nnslashdot.el don't depend on nnweb, url, w3.
6144
6145         * nnrss.el: Use mm-url.
6146
6147 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6148
6149         * mm-url.el (mm-url-insert-file-contents): Support file:.
6150
6151 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6152
6153         * mm-view.el: Lower case for the description line. Sync from the
6154         Emacs CVS.
6155
6156 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6157
6158         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6159         From:  Stefan Monnier  <monnier@cs.yale.edu>
6160
6161 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6164
6165 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6166
6167         * mm-url.el: Require executable.
6168         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6169
6170 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6171
6172         * pop3.el (pop3-munge-message-separator): Only use valid date.
6173         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6174
6175         * Makefile.in: gnus-load.elc may not be generated.
6176
6177 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6178
6179         * mm-url.el: New file.
6180         * nnslashdot.el: Use it.
6181         * mm-extern.el (mm-extern-url): Use it.
6182
6183 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6184
6185         * gnus-sum.el (gnus-summary-save-article): Nix
6186         gnus-display-mime-function and gnus-article-prepare-hook.
6187
6188         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6189         the beginning of lines.
6190         (gnus-complex-form-to-spec): Ditto.
6191
6192 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6193
6194         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6195         From Paul Jarc <prj@po.cwru.edu>.
6196
6197 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6198
6199         * message.el: New variable message-subscribed-address-file;
6200         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6201
6202 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6203
6204         * message.el (message-tab-body-function): Set to nil.
6205         (message-tab): Use text-mode-map or global-map.
6206         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6207
6208 2001-11-30  Simon Josefsson  <jas@extundo.com>
6209
6210         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6211         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6212         <christoph.conrad@gmx.de>.
6213         (gnus-agent-fetch-group-1): Add verbose message.
6214
6215 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6216
6217         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6218         of integers.
6219
6220 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6221
6222         * message.el (message-newgroups-header-regexp)
6223         (message-completion-alist, message-tab-body-function): Use
6224         defcustom rather than defvar.
6225         (message-tab): Mention `message-tab-body-function' in doc.
6226         Suggested by Karl Eichwalder.
6227
6228 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6229
6230         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6231
6232 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6233
6234         * nnheader.el (nnheader-find-nov-line): Don't use macro
6235         gnus-delete-line.
6236
6237         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6238         (gnus-group-name-charset): Ditto.
6239
6240         * gnus-util.el (gnus-buffer-live-p): Ditto.
6241
6242 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6243
6244         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6245         open parenthesis in doc.
6246         (sieve-manage-authenticator-alist): Typo in doc.
6247         * imap.el (imap-authenticator-alist): Typo in doc.
6248         (imap-stream-alist): Backslash.
6249
6250         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6251           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6252
6253 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6254
6255         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6256
6257         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6258
6259         * gnus-msg.el (gnus-configure-posting-styles): use
6260         make-local-hook. Add LOCAL for add-hook.
6261
6262 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6263
6264         * message.el (message-mode): Use `make-local-hook' unless
6265         obsolete.
6266         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6267
6268 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * canlock.el: Remove sha1.el and base64.el stuff.
6271
6272 2001-11-26  Didier Verna  <didier@xemacs.org>
6273
6274         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6275         if needed.
6276
6277 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6278
6279         * message.el (message-tamago-not-in-use-p): New function.
6280         (message-strip-forbidden-properties): Use it.
6281
6282 2001-11-26  Didier Verna  <didier@xemacs.org>
6283
6284         * gnus-start.el (gnus-check-first-time-used): only check for
6285         existence of .el[d] files.
6286
6287 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6288
6289         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6290
6291         * message.el (message-setup-1): Clean up mc-*.
6292
6293 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6294
6295         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6296         * gnus-score.el (gnus-score-find-bnews): Use it.
6297
6298         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6299         (gnus-summary-limit-to-author): Ditto.
6300         (gnus-summary-limit-to-extra): Ditto.
6301         (gnus-summary-find-matching): Support not-matching argument.
6302
6303 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6304
6305         * message.el (message-wash-subject): Use `insert' rather than
6306         `insert-string', which is deprecated.
6307
6308 2001-11-24  Simon Josefsson  <jas@extundo.com>
6309
6310         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6311         message. (Gnus does not "default" to using 8bit for the message,
6312         it default to use 8bit encoding and the user-supplied CTE
6313         value. Calling this behaviour "treating it as 8bit" is perhaps
6314         better.)
6315
6316         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6317         (compare mm-charset-to-coding-system).
6318
6319 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6320
6321         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6322         buffer. Correctly decode hex.
6323
6324 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6325
6326         * gnus-agent.el (gnus-category-insert-line): Convert category
6327         names to strings.
6328
6329 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6330
6331         * message.el (sha1): eval-and-compile.
6332
6333 2001-11-20  Simon Josefsson  <jas@extundo.com>
6334
6335         * message.el (message-allow-no-recipients): New variable.
6336         (message-send): Use it, customize the prompting when posting to
6337         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6338
6339 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6340
6341         * mm-util.el (mm-coding-system-priorities): New variable.
6342         (mm-sort-coding-systems-predicate): New function.
6343         (mm-find-mime-charset-region): Resort coding systems if needed.
6344         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6345
6346 2001-11-20  Didier Verna  <didier@xemacs.org>
6347
6348         * gnus-group.el (gnus-group-make-help-group): new optional
6349         argument to control the error behavior.
6350         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6351         erroring.
6352
6353 2001-11-19  Simon Josefsson  <jas@extundo.com>
6354
6355         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6356         instead of C-c C-u.  Suggested by Per Abrahamsen
6357         <abraham@dina.kvl.dk>.
6358
6359 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6360
6361         * nnfolder.el (nnfolder-read-folder): Use group instead of
6362         nnfolder-current-group.
6363         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6364
6365 2001-11-17  Simon Josefsson  <jas@extundo.com>
6366
6367         * message.el (message-send): Ask user if Fcc/Gcc should be
6368         performed when no other sender was specified.
6369         Suggested by prj@po.cwru.edu (Paul Jarc).
6370
6371 2001-11-17  Simon Josefsson  <jas@extundo.com>
6372
6373         * message.el (message-mode, message-mode-map): Use C-c C-u for
6374         Importance: instead of C-c C-p (used by SC).
6375
6376 2001-11-16  Simon Josefsson  <jas@extundo.com>
6377
6378         * message.el (message-insert-importance-high)
6379         (message-insert-importance-low): Save point.
6380
6381         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6382         value.
6383
6384 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6385
6386         * message.el (message-strip-special-text-properties): New option.
6387         (message-strip-forbidden-properties): Obey it.
6388
6389 2001-11-14  Sam Steingold  <sds@gnu.org>
6390
6391         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6392
6393 2001-11-15  Simon Josefsson  <jas@extundo.com>
6394
6395         Support "Importance:" header in Message.
6396
6397         * message.el (message-mode-map): Bind C-c C-p to
6398         `message-insert-or-toggle-importance'
6399         (message-mode-menu): Add message-insert-importance-{high,low}.
6400         (message-insert-importance-high, message-insert-importance-low)
6401         (message-insert-or-toggle-importance): New functions.
6402         (message-tool-bar-map): Add {un,}important.
6403         (message-mode): Doc fix.
6404
6405 2001-11-15  Simon Josefsson  <jas@extundo.com>
6406
6407         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6408
6409         * mml.el (mml-menu): Fix toolbar tooltip.
6410
6411 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6412
6413         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6414         * nnml.el (nnml-save-marks): Ditto.
6415
6416         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6417
6418 2001-11-15  Simon Josefsson  <jas@extundo.com>
6419
6420         * nnml.el (nnml-save-marks):
6421         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6422         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6423
6424 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6425
6426         * gnus-art.el (gnus-article-wash-status-strings): Use
6427         `copy-sequence', not `copy-seq'.
6428
6429 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6430
6431         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6432         (gnus-gnus-article-wash-status-entry): New function.
6433         (gnus-article-wash-status): Use it.
6434
6435 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6436
6437         * mml1991.el: Add coding header.
6438
6439 2001-11-12  Simon Josefsson  <jas@extundo.com>
6440
6441         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6442         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6443         `mml1991-sign' and `mml1991-encrypt'.
6444         (mml1991-encrypt, mml1991-sign): New glue functions.
6445         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6446
6447         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6448         (mml-menu): Add PGP to menu.
6449
6450         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6451         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6452         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6453         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6454
6455         * mml2015.el: Mention RFC 3156.
6456
6457         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6458
6459 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6460
6461         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6462
6463         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6464           From <Michael.Cook@cisco.com>
6465
6466 2001-11-11  Simon Josefsson  <jas@extundo.com>
6467
6468         * message.el (top-level): Autoload sha1.
6469         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6470         canlock, no need to require two different hash algs).  Suggested
6471         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6472
6473 2001-11-09  Simon Josefsson  <jas@extundo.com>
6474
6475         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6476         <Pavel@Janik.cz>.
6477
6478 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6479
6480         * message.el (message-point-in-header-p): New function.
6481         (message-do-auto-fill): Use it.
6482         (message-beginning-of-line): New function.  Goes to beginning of
6483         header value (i.e., end of header name), or to beginning of line
6484         if already at beginning of value.  Behaves like
6485         `beginning-of-line' when in message body.
6486         (message-mode-map): Bind it.
6487
6488 2001-11-08  Simon Josefsson  <jas@extundo.com>
6489
6490         * gnus-msg.el (gnus-posting-styles): Add doc.
6491
6492 2001-11-07  Simon Josefsson  <jas@extundo.com>
6493
6494         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6495
6496         * sieve-mode.el (sieve-control-commands-face)
6497         (sieve-control-commands-face, sieve-action-commands-face)
6498         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6499         faces.
6500         (sieve-font-lock-keywords): Use them.
6501         (sieve-mode): Only set font-lock-defaults in emacs.
6502
6503         * gnus-art.el (gnus-default-article-saver): Add
6504         gnus-summary-save-body-in-file.
6505         (gnus-summary-write-to-file): Fix doc.
6506
6507 2001-11-07  Simon Josefsson  <jas@extundo.com>
6508
6509         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6510         reference to the correct chapter in the manual.
6511
6512         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6513         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6514
6515 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6516
6517         * mml.el (mml-preview): Bind mail-header-separator.
6518
6519 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * message.el: Always require canlock.
6522         (message-ignored-supersedes-headers): Include Cancel-Lock and
6523         Cancel-Key.
6524         (message-insert-canlock): Don't require canlock.
6525         (message-cancel-news): Don't check whether canlock is available.
6526         (message-supersede): Support cancel-locks.
6527
6528         * gnus-art.el: Don't autoload canlock.
6529
6530 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6531
6532         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6533         From: <andre@slamdunknetworks.com>
6534
6535 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6536
6537         * many files: Fix copyright lines.
6538
6539 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6540
6541         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6542         Suggested by Dave Love  <fx@gnu.org>.
6543
6544 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6545
6546         * message.el (message-kill-buffer): Remove auto-save file after
6547         confirm.
6548
6549         * message.el (message-send-mail): Call message-generate-headers
6550         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6551
6552         * gnus-topic.el (gnus-topic-rename): Initial-input.
6553         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6554
6555 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6556
6557         * message.el (message-forbidden-properties): New constant.
6558         (message-strip-forbidden-properties): New function.
6559         (message-mode): Activate it.
6560
6561 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6562
6563         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6564         (mm-hack-charsets): Fix doc.
6565
6566 2001-11-02  Simon Josefsson  <jas@extundo.com>
6567
6568         * gnus-int.el (gnus-check-server): Message "...done" when done.
6569
6570         * imap.el (imap-close): Don't message (imap-send-command-wait
6571         returns if the connection is dropped).
6572         (imap-wait-for-tag): Nix out message only when necessary.
6573
6574         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6575         for non-crossposting.
6576         (gnus-sieve-crosspost): Default to t to be consistent with other
6577         parts of Gnus.
6578
6579 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6580
6581         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6582         (mm-iso-8859-x-to-15-table): Ditto.
6583         (mm-iso-8859-x-to-15-region): Ditto.
6584         (mm-find-mime-charset-region): Ditto.
6585
6586 2001-11-01  Simon Josefsson  <jas@extundo.com>
6587
6588         * nnimap.el (nnimap-close-asynchronous): New variable.
6589         (nnimap-close-group): Use it.
6590         (nnimap-expunge): Don't use it.
6591
6592         * imap.el (imap-callbacks): New variable.
6593         (imap-remassoc): Copied from `gnus-remassoc'.
6594         (imap-add-callback): New function.
6595         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6596         behaviour.
6597         (imap-parse-response): Call the callback.
6598
6599         * message.el (message-insert-canlock): New variable.
6600         (message-canlock-generate, message-canlock-password)
6601         (message-insert-canlock): New functions.
6602         (message-send-news): Call `message-insert-canlock'.
6603         (top-level): Require canlock when compiling.
6604         (message-insert-canlock): Require canlock before we need it.
6605
6606 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6607
6608         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6609
6610 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6611
6612         * dgnushack.el (dgnushack-make-load): A workaround for
6613         custom-add-loads bug in some versions of XEmacs.
6614
6615 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6616
6617         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6618
6619 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6620
6621         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6622         (mm-hack-charsets): New variable.
6623         (mm-iso-8859-15-compatible): New variable.
6624         (mm-iso-8859-x-to-15-table): New variable.
6625         (mm-find-mime-charset-region): Add parameter hack-charsets.
6626
6627         * mm-bodies.el (mm-encode-body): Use it.
6628         * mml.el (mml-parse-1): Ditto.
6629
6630 2001-11-01  Simon Josefsson  <jas@extundo.com>
6631
6632         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6633
6634 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6635
6636         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6637         is nil.
6638
6639 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6640
6641         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6642
6643         * message.el (message-forward-rmail-make-body): Use
6644         save-window-excursion.
6645         (message-encode-message-body): Search with noerror.
6646         (message-setup-1): Convert compose-mail send-actions to
6647         message-send-actions.
6648
6649 2001-11-01  Simon Josefsson  <jas@extundo.com>
6650
6651         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6652         <yamaoka@jpl.org>.
6653
6654 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6655
6656         * sieve-manage.el (sieve-string-bytes): No complain.
6657
6658 2001-11-01  Simon Josefsson  <jas@extundo.com>
6659
6660         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6661         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6662         has autoload cookies, so no `require' should be necessary.)
6663
6664         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6665         files.
6666
6667 2001-10-31  Simon Josefsson  <jas@extundo.com>
6668
6669         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6670         parameter.
6671
6672         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6673         `display' is a number (and C-u wasn't used to enter group), only
6674         fetch that number of articles.
6675
6676 2001-10-31  Matt Armstrong  <matt@lickey.com>
6677
6678         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6679         not-subscribed -> subscribed.
6680
6681 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6682         From: Josh Huber <huber@alum.wpi.edu>
6683
6684         * message.el (message-subscribed-address-functions): New variable.
6685         (message-subscribed-addresses): New variable.
6686         (message-subscribed-regexps): New variable.
6687         (message-goto-mail-followup-to): New function.
6688         (message-send-mail): Add Mail-Followup-To.
6689         (message-make-mft): New function.
6690
6691         * gnus.el (gnus-find-subscribed-addresses): New function.
6692
6693 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6694
6695         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6696         (mail-source-fetch-pop): Ditto.
6697         (mail-source-check-pop): Ditto.
6698
6699         * gnus-start.el (gnus-read-init-file): Ditto.
6700         (gnus-activate-group): Ditto.
6701         (gnus-read-newsrc-el-file): Ditto.
6702
6703 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6704
6705         * message.el (message-get-reply-headers): Make sure there is ", ".
6706
6707         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6708         mm-coding-system-p. Don't correct it only in XEmacs.
6709         (mm-charset-to-coding-system): Use mm-coding-system-p and
6710         mm-get-coding-system-list.
6711         (mm-emacs-mule, mm-mule4-p): New variables.
6712         (mm-enable-multibyte, mm-disable-multibyte,
6713         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6714         mm-with-unibyte-current-buffer,
6715         mm-with-unibyte-current-buffer-mule4): Use them.
6716         (mm-find-mime-charset-region): Treat iso-2022-jp.
6717
6718         From  Dave Love  <fx@gnu.org>:
6719
6720         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6721         construction.
6722         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6723         entries conditional on not having a coding system defined for
6724         them.
6725         (mm-mule-charset-to-mime-charset): Use
6726         find-coding-systems-for-charsets if defined.
6727         (mm-charset-to-coding-system): Don't use
6728         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6729         later.  Add last resort search of coding systems.
6730         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6731         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6732         Mule 4.
6733         (mm-find-mime-charset-region): Re-write.
6734         (mm-with-unibyte-current-buffer): Restore buffer as well as
6735         multibyteness.
6736
6737 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6738
6739         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6740         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6741         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6742
6743 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6744
6745         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6746         again.
6747
6748         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6749
6750 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6751
6752         * gnus-spec.el (gnus-parse-simple-format): Use
6753           buffer-substring-no-properties.
6754
6755 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6756
6757         * gnus-art.el (article-verify-cancel-lock): New function.
6758
6759         * nnheader.el (nntp-process-response): New variable.
6760         (nnheader-init-server-buffer): Make `nntp-process-response'
6761         buffer-local in `nntp-server-buffer'.
6762
6763         * nntp.el (nntp-prepare-post-hook): New hook.
6764         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6765         (nntp-async-trigger): Ditto.
6766         (nntp-request-post): Insert a server's ID if there's no Message-ID
6767         header; run `nntp-prepare-post-hook'.
6768
6769 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6770
6771         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6772         instead.
6773
6774         * message.el (message-forward-subject-author-subject): Don't use
6775         message-news-p, which widens the buffer.
6776         (message-forward-make-body): New function.
6777         (message-forward): Use it.
6778         (message-insinuate-rmail): New function.
6779         (message-forward-rmail-make-body): New function.
6780
6781 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6782
6783         * mm-extern.el (mm-extern): Provide it.
6784
6785         * mm-partial.el (mm-partial): Provide it.
6786
6787 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6788
6789         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6790
6791 2001-10-29  Simon Josefsson  <jas@extundo.com>
6792
6793         * mml.el (mml-preview): Bind message-this-is-news if it is
6794         news. From Jesper Harder <harder@myrealbox.com>.
6795
6796 2001-10-28  Simon Josefsson  <jas@extundo.com>
6797
6798         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6799
6800 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6801
6802         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6803         ironic smilies.
6804
6805 2001-10-27  Simon Josefsson  <jas@extundo.com>
6806
6807         * message.el (message-indent-citation): Don't add trailing
6808         whitespace when citing text.
6809
6810         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6811         <harder@ifa.au.dk>.
6812
6813 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6814
6815         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6816         not available.
6817         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6818         (nnweb-type-definition): Add google as alias of dejanews.
6819         (nnweb-google-parse-1): Forward 1 line.
6820
6821 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6822
6823         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6824         variable `message-forward-ignored-headers'.
6825
6826 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6827
6828         * gnus.el (gnus-expand-group-parameter): New function.
6829         (gnus-expand-group-parameters): Call it.
6830         (gnus-group-fast-parameter): New function.
6831         (gnus-group-find-parameter): Call it.
6832
6833 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6834
6835         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6836         vector (it didn't before because of a bug).
6837         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6838         available.  Before it converted it to an article number.
6839
6840         This makes followup to news articles with negative numbers in
6841         nnvirtual groups use news instead of mail.
6842
6843 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6844
6845         * gnus.el (post-method): Use `native' instead of `nil'.
6846
6847         * gnus-msg.el (gnus-post-method): Ditto.
6848
6849 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6850
6851         * gnus.el (gnus-define-group-parameter): Grammar fix.
6852
6853 2001-10-22  Simon Josefsson  <jas@extundo.com>
6854
6855         * gnus-msg.el (gnus-extended-version): Include
6856         system-configuration.
6857         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6858
6859 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6860
6861         * gnus.el (post-method): Customization fix: `native' is not a
6862         valid value.
6863         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6864         `native' is not a valid value.
6865
6866 2001-10-21  Simon Josefsson  <jas@extundo.com>
6867
6868         * nnimap.el (nnimap): Defgroup
6869         (nnimap-strict-function, nnimap-strict-function-match): New
6870         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6871         (nnimap-split-crosspost, nnimap-split-inbox)
6872         (nnimap-split-rule, nnimap-split-predicate)
6873         (nnimap-split-predicate): Defcustom.
6874         (nnimap-split-inbox, nnimap-expunge-search-string)
6875         (nnimap-importantize-dormant): Remove "*" from doc.
6876
6877 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6878
6879         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6880         not supplied via prefix arg.  From Lisp, make arg mandatory.
6881         Suggested by Frank Schmitt.
6882
6883 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6884
6885         * message.el (message-do-auto-fill): Avoid calling
6886         'rfc822-goto-eoh'.
6887
6888 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6889         From Paul Jarc <prj@po.cwru.edu>.
6890
6891         * message.el (message-get-reply-headers): Restructure the logic
6892         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6893
6894 2001-10-20  Simon Josefsson  <jas@extundo.com>
6895
6896         * message.el (message-cancel-news): Support cancel-locks.
6897         Suggested by Per Abrahamsson.
6898
6899         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6900         conses.  From David Z Maze <dmaze@MIT.EDU>.
6901
6902         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6903
6904 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6905
6906         * mm-decode.el (mm-default-directory): Fix customize type.
6907
6908         * message.el (message-setup-fill-variables): Kludge to use
6909         normal-auto-fill-function even if auto fill is already activated.
6910
6911 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6912
6913         * message.el (message-do-auto-fill): New version that does not
6914         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6915         (message-setup-1): Removed the `message-field' property.
6916
6917         * gnus-draft.el (gnus-draft-edit-message): Removed the
6918         `message-field' property.
6919
6920 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6921
6922         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6923         `message-field'.  The `field' property has a special significance in
6924         Emacs 21.
6925
6926         * message.el (message-send, message-setup-1): Ditto.
6927
6928 2001-10-18  Simon Josefsson  <jas@extundo.com>
6929
6930         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6931         when undoing.
6932
6933 2001-10-18  Simon Josefsson  <jas@extundo.com>
6934         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6935
6936         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6937         (gnus-summary-make-menu-bar): Ditto.
6938
6939 2001-10-17  Simon Josefsson  <jas@extundo.com>
6940
6941         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6942         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6943
6944 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6945
6946         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6947         * gnus-util.el (gnus-user-date): New function.
6948         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6949
6950 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6951
6952         * message.el (message-check-news-header-syntax): Special case
6953         nnvirtual groups.
6954
6955         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6956         customize type to `symbol'.
6957
6958 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6959
6960         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6961         %&foo;.
6962         (gnus-parse-simple-format): Support user extended spec too.
6963         %u&foo; invokes gnus-user-format-function-foo.
6964
6965 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6966
6967         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6968         the server.
6969         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6970         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6971         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6972         * nndiary.el (nndiary-request-expire-articles): Ditto.
6973         (nndiary-schedule): Defsubst it before use it.
6974         (nndiary-error): eval-and-compile.
6975
6976 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6977
6978         * gnus-msg.el (gnus-post-method): Changed two instances of
6979         `active' to `current' and one `null' to `not'.
6980
6981 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6982         From Katsumi Yamaoka <yamaoka@jpl.org>.
6983
6984         * message.el (message-setup-fill-variables): Use
6985         `normal-auto-fill-function' instead of `auto-fill-function'.
6986
6987 2001-10-16  Simon Josefsson  <jas@extundo.com>
6988
6989         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6990         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6991         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6992
6993 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6994         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6995
6996         * gnus-draft.el (gnus-draft-edit-message): Add text property
6997         `field' with value `header' to message headers.
6998         * message.el (message-setup-1): Really add text property to all of
6999         the header, not just part of it.
7000
7001 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * gnus-group.el (gnus-group-sort-by-server): Use it.
7004
7005         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7006
7007         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7008         and keystroke.
7009
7010 2001-10-14  Simon Josefsson  <jas@extundo.com>
7011
7012         * dig.el: Doc fix.
7013
7014         * smime.el: Doc fix.
7015
7016         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7017         charset magic from message.el.
7018
7019 2001-10-12  Simon Josefsson  <jas@extundo.com>
7020         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7021
7022         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7023         'cite from g-a-wash-types.
7024         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7025         (gnus-article-hide-citation): Fix.
7026
7027         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7028         character.
7029         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7030
7031         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7032         definition.
7033         (gnus-signature-toggle): Toggle `s' mode line character.
7034
7035         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7036         doing stuff that clears it.
7037
7038 2001-10-12  Simon Josefsson  <jas@extundo.com>
7039
7040         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7041         From Eric Marsden <emarsden@laas.fr>.
7042
7043 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7044
7045         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7046         (autoload): Add some autoloads.
7047
7048 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7049         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7050
7051         * message.el (message-do-auto-fill): New function.  Like
7052         `do-auto-fill' but don't fill when in the message header.
7053         (message-setup-1): Put a text property on the message header.
7054         (message-setup-fill-variables): Use `message-do-auto-fill'.
7055
7056 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7057
7058         * message.el (message-send-mail-partially): Insert an empty line
7059         first, because of the change of message-make-lines.
7060
7061 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7062
7063         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7064         iso-8859-15, make it an alias for iso-8859-1.
7065
7066 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * message.el (message-send-news): Don't modify the value of
7069         `message-syntax-checks' if it is not a list (possibly it is
7070         `dont-check-for-anything-just-trust-me').
7071
7072 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7073
7074         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7075         `find-coding-system' for XEmacs to check whether the coding-system
7076         `utf-8' is available.
7077
7078 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7079
7080         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7081
7082 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7083
7084         * message.el (message-send-news): Oops, missed case with no
7085         "Followup-To" header...
7086
7087 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7088
7089         * message.el (message-send-news): Allow
7090         `gnus-group-name-charset-group-alist' to affect encoding of the
7091         "Newsgroups" and "Followup-To" headers.
7092
7093 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7094
7095         * Makefile.in (install-el): Depend on gnus-load.el.
7096
7097 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7098
7099         * Makefile.in (install-el): Use -f.
7100         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7101
7102 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7103
7104         * message.el (message-send-news): Don't encode Followups-To when
7105         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7106
7107         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7108         header.
7109
7110         * gnus-art.el (article-decode-group-name): Also decode
7111         "Followup-To".
7112
7113         * rfc2047.el (rfc2047-encode-message-header): Encode without
7114         asking for null methods.
7115
7116         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7117         default charset for newsgroup names in accordance with USEFOR.
7118
7119         * gnus-group.el (gnus-group-name-charset-method-alist,
7120         gnus-group-name-charset-group-alist): Removed "*" from doc
7121         strings, "*" should not be used for complex variables.
7122
7123 2001-10-06  Simon Josefsson  <jas@extundo.com>
7124
7125         Support UTF-8 group names better.
7126
7127         * message.el (message-check-news-header-syntax): Encode group
7128         names before comparison.
7129
7130         * gnus-msg.el (gnus-copy-article-buffer): Run all
7131         `gnus-article-decode-hook's except `article-decode-charset'
7132         instead of hardcoding call to one of them.
7133
7134         * gnus-art.el (gnus-article-decode-hook): Add
7135         `article-decode-group-name'.
7136         (article-decode-group-name): New function, use `g-d-n'.
7137
7138         * gnus-group.el (gnus-group-insert-group-line): Decode
7139         gnus-tmp-group using `g-d-n'.
7140
7141         * gnus-util.el (gnus-decode-newsgroups): New function.
7142
7143 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7144
7145         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7146         `gnus-group-name-charset-group-alist'.
7147
7148 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7149
7150         * Makefile.in: Install el in install. Add uninstall.
7151
7152 2001-10-05  Simon Josefsson  <jas@extundo.com>
7153
7154         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7155
7156         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7157
7158         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7159         empty folders.
7160
7161         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7162         limiting if read-all (C-u RET) was used.
7163
7164 2001-10-04  Simon Josefsson  <jas@extundo.com>
7165
7166         * mail-source.el (mail-source-movemail-program): New variable.
7167         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7168         <thutt@thutt.vmware.com>.
7169
7170 2001-10-03  Simon Josefsson  <jas@extundo.com>
7171
7172         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7173         (gnus-summary-line-format-alist): Fix param.
7174
7175 2001-10-02  Simon Josefsson  <jas@extundo.com>
7176
7177         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7178         don't go through `nnimap-request-expire-articles' to delete the
7179         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7180
7181 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7182
7183         * gnus-agent.el (gnus-agent-write-active): The min in the
7184         agent/active may be larger than that in the server/active.
7185
7186 2001-10-01  Simon Josefsson  <jas@extundo.com>
7187
7188         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7189         is IMAP4rev1.
7190
7191         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7192
7193         * nnfolder.el: Ditto.
7194
7195 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7196
7197         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7198         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7199
7200 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7201
7202         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7203         (message-mode-menu): Menu item for same.
7204
7205         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7206         delayed articles.
7207
7208         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7209         nndraft:delayed does not exist.
7210         (gnus-delay-initialize): Don't set up keymap, that's done from
7211         message.el now.
7212         (gnus-delay, gnus-delay-group, gnus-delay-header)
7213         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7214
7215 2001-09-29  Simon Josefsson  <jas@extundo.com>
7216
7217         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7218         utf-8, not eight-bit-control.
7219
7220         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7221         (imap-log, imap-debug): Custom.
7222         (imap-log-buffer, imap-debug-buffer): New constants.
7223         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7224         (imap-network-open, imap-shell-open, imap-starttls-open)
7225         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7226         (imap-debug): Use imap-*-buffer.
7227
7228         * nndoc.el (nndoc-article-type): Add mailman.
7229         (nndoc-type-alist): Ditto.
7230         (nndoc-mailman-type-p): New function.
7231
7232 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7233
7234         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7235         gnus-art.el.
7236
7237 2001-09-27  Simon Josefsson  <jas@extundo.com>
7238
7239         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7240         (gnus-topic-catchup-articles): New function. Suggested by Robin
7241         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7242
7243 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7244         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7245
7246         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7247         previous ones.
7248
7249 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7250         From Daiki Ueno  <ueno@unixuser.org>
7251
7252         * gnus-sum.el (gnus-summary-show-article): The arglist of
7253         detect-coding-region is incompatible.
7254
7255 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7256         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7257
7258         * gnus-group.el (gnus-group-delete-group): Typo.
7259
7260 2001-09-26  Simon Josefsson  <jas@extundo.com>
7261
7262         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7263
7264         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7265
7266 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7267
7268         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7269
7270 2001-09-22  Simon Josefsson  <jas@extundo.com>
7271
7272         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7273
7274         * nnfolder.el (nnfolder-open-marks): Ditto.
7275
7276         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7277         (gnus-update-marks): Use it.
7278         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7279         hardcoded list.
7280
7281         * gnus.el (gnus-article-special-mark-lists): Add killed.
7282         (gnus-article-unpropagated-mark-lists): New constant.
7283
7284 2001-09-22  Simon Josefsson  <jas@extundo.com>
7285
7286         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7287         custom option.
7288
7289 2001-09-23  Simon Josefsson  <jas@extundo.com>
7290
7291         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7292
7293 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7294
7295         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7296
7297 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7298
7299         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7300         accept lists of functions.
7301
7302 2001-09-20  Simon Josefsson  <jas@extundo.com>
7303
7304         * gnus-group.el (gnus-group-catchup): Update expire marks in
7305         backend.  Also, if ALL also set expire marks on tick/dormant.
7306
7307 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7308
7309         * message.el (message-tab-body-function): New variable.
7310         * message.el (message-tab): Use it.
7311
7312 2001-09-19  Sam Steingold  <sds@gnu.org>
7313
7314         * gnus-win.el (gnus-buffer-configuration): Respect
7315         `gnus-bug-create-help-buffer'.
7316
7317 2001-09-18  Simon Josefsson  <jas@extundo.com>
7318
7319         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7320         (gnus-parse-simple-format): Re-revert.
7321
7322 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7323         Trivial patch.
7324
7325         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7326         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7327
7328 2001-09-18  Simon Josefsson  <jas@extundo.com>
7329
7330         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7331         signed.
7332         (gnus-parse-simple-format): Don't use it.
7333
7334 2001-09-17  Miles Bader  <miles@gnu.org>
7335
7336         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7337         error querying a backend abort the whole process.
7338
7339 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7340
7341         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7342         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7343
7344 2001-09-17  Didier Verna  <didier@xemacs.org>
7345
7346         * nndiary.el: version 0.2-b14.
7347         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7348         compatibility problem with XEmacs 21.1.
7349
7350 2001-09-15  Simon Josefsson  <jas@extundo.com>
7351
7352         * gnus-group.el (gnus-group-line-format): Document %c.
7353
7354         * nnml.el (nnml-parse-head): Handle CRLF files.
7355         (nnml-generate-nov-file): Ditto.
7356         (nnml-retrieve-headers): Ditto.
7357
7358 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7359
7360         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7361
7362 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7363
7364         * gnus-spec.el (gnus-correct-substring): Still stopped one
7365         character before we wanted (never included last character).
7366         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7367         add missing "," (once per function)
7368
7369 2001-09-14  Simon Josefsson  <jas@extundo.com>
7370
7371         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7372         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7373         default before gnus-group is loaded and the variable set.)
7374
7375         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7376         killed or unsent marks.
7377
7378         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7379         isn't an article to set it on (e.g. when you `a' in a group).
7380
7381 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7382
7383         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7384         can read e-mails from Microsoft Outlook users not using ISO
7385         8859-2 character set.
7386
7387 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7388
7389         * gnus-diary.el: Minor modifications to avoid warnings.
7390         (gnus-summary-misc-menu): defvar.
7391         (gnus-diary-check-message): Use gnus-point-at-eol.
7392         (gnus-diary-kill-entire-line): eval-and-compile.
7393
7394 2001-09-12  Didier Verna  <didier@xemacs.org>
7395
7396         * nndiary.el: new version (0.2-b13).
7397         * nndiary.el (nndiary-mail-sources): doc update.
7398         * nndiary.el (nndiary-split-methods): ditto.
7399         * nndiary.el (nndiary-request-accept-article-hooks): New.
7400         * nndiary.el (nndiary-request-accept-article): use it, check
7401         message validity.
7402         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7403         * nndiary.el (nndiary-schedule): fix bug (misplaced
7404         condition-case): it didn't return nil on error.
7405         * gnus-diary.el: new version.
7406         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7407         * gnus-diary.el (gnus-diary-header-value-history): New.
7408         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7409         * gnus-diary.el (gnus-diary-add-header): New.
7410         * gnus-diary.el (gnus-diary-check-message): New.
7411         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7412         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7413
7414 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7415
7416         * gnus-sum.el (gnus-select-newsgroup): Make
7417         `gnus-current-select-method' buffer-local.
7418
7419         * gnus-art.el (gnus-request-article-this-buffer): Refer
7420         `gnus-current-select-method' in the current summary buffer.
7421
7422 2001-09-10  Simon Josefsson  <jas@extundo.com>
7423         From Daniel Pittman <daniel@rimspace.net>
7424
7425         * gnus-spec.el (gnus-correct-pad-form): Fix.
7426
7427 2001-09-09  Simon Josefsson  <jas@extundo.com>
7428
7429         * mm-decode.el (mm-inline-media-tests): Add
7430         application/x-emacs-lisp.
7431         (mm-attachment-override-types): Add
7432         application/{x-,}pkcs7-signature.
7433
7434         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7435         (gnus-server-line-format, gnus-server-mode-line-format)
7436         (gnus-server-browse-in-group-buffer): Customize.
7437
7438 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * nnml.el (nnml-marks-changed-p): Typo.
7441         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7442         (nnml-marks-changed-p): Use gnus-gethash.
7443         (nnml-marks-modtime): Use gnus-make-hashtable.
7444
7445         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7446         (nnfolder-request-expire-articles, nnfolder-save-marks)
7447         (nnfolder-open-marks): Typo.
7448         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7449         (nnfolder-marks-changed-p): Use gnus-gethash.
7450         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7451
7452 2001-09-08  Simon Josefsson  <jas@extundo.com>
7453
7454         * nnfolder.el (nnfolder-marks-modtime): New variable.
7455         (nnfolder-marks-changed-p): New function.
7456         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7457         (nnfolder-request-update-info): Don't update if marks didn't change.
7458
7459         * nnml.el (nnml-marks-modtime): New variable.
7460         (nnml-marks-changed-p): New function.
7461         (nnml-save-marks, nnml-open-marks): Save modtime.
7462         (nnml-request-update-info): Don't update if marks didn't change.
7463
7464         * gnus-agent.el (gnus-agent-any-covered-gcc)
7465         (gnus-agent-add-server, gnus-agent-remove-server): Use
7466         gnus-agent-method-p.
7467
7468         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7469         (gnus-unbuttonized-mime-type-p): Use it.
7470
7471         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7472         fetch group.
7473
7474 2001-09-08  Simon Josefsson  <jas@extundo.com>
7475         From Daniel Pittman <daniel@rimspace.net>
7476
7477         * gnus-spec.el (gnus-correct-pad-form): New function.
7478         (gnus-parse-simple-format): Use it.
7479
7480 2001-09-07  Simon Josefsson  <jas@extundo.com>
7481
7482         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7483         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7484         Putnam <reader@newsguy.com>.
7485         (gnus-group-sort-selected-groups): Touch dribble file.
7486
7487 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7488
7489         * nnml.el (nnml-filenames-are-evil): New variable.
7490         (nnml-article-to-file-alist): Rename to ...
7491         (nnml-current-group-article-to-file-alist): ... this.
7492         Respect `nnml-filenames-are-evil'.
7493         (nnml-active-number): Update.
7494         (nnml-update-file-alist): Update.
7495         (nnml-request-article): Use nnheader-article-to-file-alist.
7496         (nnml-request-rename-group): Likewise.
7497
7498 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7499
7500         * gnus-sum.el (gnus-summary-insert-line): Fix.
7501
7502 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7503
7504         * gnus-sum.el: Bind g-s-t-s to "W g".
7505         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7506         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7507         display of graphical smilies.
7508
7509 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7510
7511         * gnus-start.el (gnus-setup-news): A typo.
7512         From Bill White <billw@wolfram.com>.
7513
7514 2001-09-06  Simon Josefsson  <jas@extundo.com>
7515
7516         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7517         and unseen marks.
7518
7519 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7520
7521         * nnmail.el (nnmail-split-fancy): Document `junk'.
7522
7523 2001-09-04  Simon Josefsson  <jas@extundo.com>
7524
7525         * imap.el (imap-search): Don't error if server is broken.
7526
7527 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7528
7529         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7530         searching for an article that isn't in the mbox.
7531
7532 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533
7534         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7535         right, and get all the comments.
7536
7537 2001-09-02  Simon Josefsson  <jas@extundo.com>
7538         Suggested by Dan Christensen <jdc+news@uwo.ca>
7539
7540         * nnfolder.el (nnfolder-request-update-info): Fix message.
7541
7542         * nnml.el (nnml-request-update-info): Ditto.
7543
7544 2001-09-01  Simon Josefsson  <jas@extundo.com>
7545
7546         * nnml.el (nnml-request-expire-articles): Also bind
7547         `nnml-current-group' and `nnml-article-file-alist' when using
7548         expiry-target. (Otherwise nnml will be in a inconsistent internal
7549         state causing all kind of problems.)
7550         (nnml-request-expire-articles): If `nnml-article-to-file' or
7551         `file-attributes' failes, return article as un-expirable instead
7552         of treating it as expired.
7553
7554 2001-08-31  Sam Steingold  <sds@gnu.org>
7555
7556         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7557         typo: `exmine' --> `examine'.
7558
7559 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7562
7563 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7564
7565         * nnml.el (nnml-check-directory-twice): Remove.
7566         (nnml-retrieve-headers): Ditto.
7567         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7568
7569 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7570
7571         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7572         directory twice on Windows, or on GNU Emacs-21.
7573
7574 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7575
7576         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7577         (nnml-request-rename-group): Ditto.
7578         (nnml-active-number): Ditto.
7579         (nnml-request-create-group): Use nnml-directory-articles.
7580         (nnml-request-expire-articles): Use nnml-directory-articles, which
7581         gets list from nov database if available.
7582         (nnml-get-nov-buffer): New function.
7583         (nnml-open-nov): Use it.
7584         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7585         gets alist from nov database if available.
7586         (nnml-directory-articles): New function.
7587         (nnml-article-to-file-alist): New function.
7588
7589 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7590
7591         * mm-decode.el (mm-display-external): Use `name' as filename, if
7592         `filename' attribute is not present.
7593
7594 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7595
7596         * mail-source.el (mail-source-flash): New defcustom.
7597         (mail-source-new-mail-p): Ring visible bell if appropriate.
7598         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7599         timer is cleared even if mail check signals an error.
7600
7601 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7602
7603         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7604         type 'list.
7605
7606 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7607
7608         * flow-fill.el (fill-flowed): eol might be point-max.
7609
7610 2001-08-27  Simon Josefsson  <jas@extundo.com>
7611
7612         * nnml.el (nnml-request-update-info): Fix message.
7613         (nnml-open-marks): Ditto.
7614
7615         * nnfolder.el (nnfolder-request-update-info):
7616         (nnfolder-open-marks): Fix message.
7617
7618 2001-08-25  Simon Josefsson  <jas@extundo.com>
7619
7620         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7621         after group in ~/.
7622
7623 2001-08-25  Simon Josefsson  <jas@extundo.com>
7624         From Andreas Jaeger  <aj@suse.de>
7625
7626         * nnfolder.el (nnfolder-open-marks): Fix typo.
7627         * nnml.el (nnml-open-marks): Likewise.
7628
7629 2001-08-25  Simon Josefsson  <jas@extundo.com>
7630
7631         Make nnfolder groups self-contained as far as marks are concerned.
7632
7633         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7634         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7635         (nnfolder-open-server): Make marks directory.
7636         (nnfolder-request-delete-group): Delete marks file.
7637         (nnfolder-request-delete-group): Check of nov/marks file exist
7638         before deleting.
7639         (nnfolder-request-rename-group): Rename marks file.
7640         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7641         (nnfolder-request-set-mark, nnfolder-request-update-info)
7642         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7643         (nnfolder-open-marks): New functions.
7644         (top-level): Require gnus.
7645
7646 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7647
7648         * nnweb.el (nnweb-type-definition): Use google raw file.
7649         (nnweb-google-parse-1): Ditto.
7650         (nnweb-google-identity): Ditto.
7651         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7652         (nnweb-altavista-wash-article): Ditto.
7653         (nnweb-request-article): Remove nnweb-decode-entities.
7654
7655         * nnml.el: Require 'gnus.
7656
7657 2001-08-25  Simon Josefsson  <jas@extundo.com>
7658
7659         * nnml.el (nnml-marks-is-evil): Add doc.
7660
7661 2001-08-25  Simon Josefsson  <jas@extundo.com>
7662
7663         * nnml.el (nnml-save-marks): Wrap saving marks in a
7664         condition-case, to allow user to start Gnus if saving marks failed
7665         for some reason.
7666
7667 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7668
7669         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7670
7671         * gnus-group.el (gnus-update-group-mark-positions): Bind
7672         gnus-group-update-hook to nil.
7673
7674 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7675
7676         * mml.el (mml-generate-mime-1): Force as multibyte string.
7677
7678 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7679
7680         * gnus-sum.el (gnus-summary-insert-line)
7681         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7682         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7683
7684         * gnus-spec.el (gnus-correct-substring): Take optional END.
7685
7686         * nnrss.el (nnrss-request-article): Remove \n.
7687         (nnrss-retrieve-headers): Lines number is -1.
7688
7689 2001-08-24  Simon Josefsson  <jas@extundo.com>
7690
7691         * gnus-group.el (gnus-info-clear-data): Call
7692         nnfoo-request-set-mark to propagate marks.  Fix bug:
7693         `gnus-group-update-line' doesn't update read range unless we call
7694         `gnus-get-unread-articles-in-group' first.
7695
7696         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7697         to server.
7698
7699 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7700
7701         * gnus-util.el (gnus-create-info-command): Return an interactive
7702         function.
7703
7704 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7705         From Katsumi Yamaoka <yamaoka@jpl.org>
7706
7707         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7708
7709 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7710
7711         * gnus-sum.el (gnus-select-newsgroup): Use it.
7712
7713         * gnus-util.el (gnus-not-ignore): New function.
7714
7715         * lpath.el (featurep): Don't fbind char-int.
7716
7717         * gnus-util.el (gnus-create-info-command): New function.
7718
7719         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7720         right node.
7721
7722         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7723         (gnus-summary-limit-children): Use 'identity instead of `all'.
7724         (gnus-summary-limit-to-display-predicate): New command and
7725         keystroke.
7726
7727 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7728
7729         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7730
7731         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7732
7733 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7734
7735         * gnus-spec.el: Add the Gnus version.
7736         (gnus-update-format-specifications): If the Gnus version changes,
7737         nix out the format spec cache.
7738
7739         * gnus.el (gnus-continuum-version): Made into a command and
7740         optionalize the VERSION.
7741
7742         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7743         the start of the lines.
7744
7745 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7746
7747         * gnus.el (gnus-visual-p): Define function before use of
7748         function.
7749
7750 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751
7752         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7753         (gnus-article-mark-to-type): New function.
7754         (gnus-update-missing-marks): Only update marks of type 'list.
7755
7756         * gnus.el (gnus-article-special-mark-lists): New variable.
7757
7758 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7759
7760         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7761         (gnus-select-newsgroup): Still use 'all.
7762         (gnus-summary-initial-limit): Comparing with 'all.
7763
7764 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7765
7766         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7767         active.
7768
7769 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7770
7771         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7772         nnslashdot-*-retrieve-headers.
7773         (nnslashdot-request-article): Fix for slashcode 2.2.
7774         (nnslashdot-make-tuple): New function.
7775         (nnslashdot-read-groups): Use it.
7776
7777 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7778
7779         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7780         list.
7781
7782         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7783
7784 2001-08-20  Simon Josefsson  <jas@extundo.com>
7785
7786         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7787         opened, error instead of continuing (and exploding later).
7788
7789 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7790
7791         * gnus.el (gnus-expand-group-parameters): Return the parameter
7792         list.
7793
7794         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7795         (gnus-summary-show-article): Guess at charset if required.
7796
7797         * gnus-spec.el (gnus-correct-substring): Stopped one character
7798         before we wanted.
7799
7800 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7801
7802         * earcon.el (earcon-auto-play): Remove unused option.
7803
7804 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7807         message down in levels, since it happens very fast.
7808
7809         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7810         of smiley-regexp-alist.
7811
7812         * mm-view.el (mm-inline-text): Ignore vcard errors.
7813
7814         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7815
7816         * gnus-score.el (gnus-all-score-files): Use append instead of
7817         nconc.
7818
7819         * gnus.el (gnus-splash-face): Doc fix.
7820
7821         * mm-decode.el (mm-mailcap-command): Use
7822         mm-path-name-rewrite-functions.
7823         (mm-path-name-rewrite-functions): New variable.
7824
7825         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7826         (gnus-complex-form-to-spec): Insert tab.
7827         (gnus-spec-tab): New function.
7828
7829         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7830         entering the group.
7831
7832         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7833         the positional spec.
7834         (gnus-parse-complex-format): React to %C.
7835
7836         * gnus-ems.el (gnus-char-width): Moved here.
7837
7838         * gnus-sum.el (gnus-select-newsgroup): Set
7839         gnus-newsgroup-articles.
7840         (gnus-unseen-mark): New variable.
7841         (gnus-newsgroup-unseen): Ditto.
7842         (gnus-newsgroup-seen): Ditto.
7843         (gnus-adjust-marked-articles): Use them.
7844         (gnus-update-marks): Use them.
7845         (gnus-summary-update-secondary-mark): Display.
7846         (gnus-summary-prepare-threads): Display.
7847
7848         * gnus-msg.el (gnus-inews-group-method): Use and return the
7849         method, not the server.
7850
7851 2001-08-19  Simon Josefsson  <jas@extundo.com>
7852
7853         * gnus-srvr.el (gnus-server-agent-face): New.
7854         (gnus-server-agent-face): New.
7855         (gnus-server-mode): Turn on font-lock-mode.
7856
7857         * gnus.el (gnus-server-visual): Add defgroup.
7858
7859 2001-08-19  Simon Josefsson  <jas@extundo.com>
7860         From Joe Casadonte <jcasadonte@northbound-train.com>
7861
7862         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7863         gnus-server-denied-face): New.
7864         (gnus-server-opened-face, gnus-server-closed-face,
7865         gnus-server-denied-face): New.
7866         (gnus-server-font-lock-keywords): Add.
7867
7868 2001-08-19  Simon Josefsson  <jas@extundo.com>
7869
7870         * nnml.el (nnml-request-set-mark): Return nil.
7871         (nnml-save-marks): Use nnml-possibly-create-directory.
7872         (nnml-open-marks): Only work in temp buffer when inserting/reading
7873         .marks file.
7874
7875 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7876
7877         * gnus.el (gnus-expand-group-parameters): Fix.
7878
7879         * gnus-spec.el (gnus-char-width): New function.
7880         (gnus-correct-substring, gnus-correct-length): Use it.
7881
7882         * message.el (message-required-mail-headers): Fix doc.
7883
7884 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7885
7886         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7887
7888         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7889
7890 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7891
7892         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7893         slashdot 2.2 (not fully fixed yet).
7894         (nnslashdot-request-article): Ditto.
7895
7896 2001-08-18  Simon Josefsson  <jas@extundo.com>
7897
7898         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7899         nnimap.
7900
7901         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7902         gnus-util.
7903         (nnimap-request-update-info-internal): Use new functions.
7904
7905         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7906         new functions.
7907
7908 2001-08-18  Simon Josefsson  <jas@extundo.com>
7909
7910         Make nnml groups self-contained as far as marks are concerned.
7911
7912         * nnml.el (nnml-request-delete-group): Delete marks file.
7913         (nnml-request-rename-group): Move marks file.
7914         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7915         variables.
7916         (nnml-request-set-mark, nnml-request-update-info): New server
7917         functions.
7918         (nnml-save-marks, nnml-open-marks): New functions.
7919
7920 2001-08-18  Simon Josefsson  <jas@extundo.com>
7921
7922         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7923         `set' when setting marks.
7924
7925 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7926
7927         * gnus.el (gnus-info-find-node): Take an argument.
7928
7929         * gnus-art.el (gnus-button-handle-info): New function.
7930         (gnus-url-unhex-string): Replace "+" with " ".
7931
7932 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7933
7934         * message.el (message-check-news-header-syntax): Check bad From.
7935
7936 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * gnus-spec.el (gnus-correct-length): New function.
7939         (gnus-correct-substring): New function.
7940         (gnus-tilde-max-form): Use it.
7941
7942 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7943
7944         * nnmh.el: Docstring changes as below.
7945
7946         * nnml.el: Docstring changes as below.
7947
7948         * nnbabyl.el: Docstring changes as below.
7949
7950         * nnmbox.el: Docstring changes as below.
7951
7952         * nnfolder.el: Added docstrings identifying each virtual server
7953         parameter.
7954
7955 2001-08-18  Simon Josefsson  <jas@extundo.com>
7956
7957         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7958
7959 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7960
7961         * message.el: rename "Abort Message" to "Postpone Message".
7962         Remove "Attach file as MIME" from Message menu, it's already in
7963         the MIME menu.
7964
7965 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7966
7967         * smime.el (smime-point-at-eol): eval-and-compile.
7968         (smime-make-temp-file): New function.
7969         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7970         Use it.
7971
7972 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7973
7974         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7975         (gnus-agent-summary-fetch-group): New command and keystroke.
7976
7977         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7978         (gnus-mime-display-security): Make it respect
7979         gnus-unbuttonized-mime-type-p.
7980
7981         * gnus-sum.el (gnus-articles-to-read): Comments.
7982         (gnus-article-marked-p): New function.
7983         (gnus-summary-display-make-predicate): New function.
7984         (gnus-select-newsgroup): Use them.
7985
7986         * mm-decode.el (mm-save-part-to-file): Made it not error.
7987
7988 2001-08-17  Simon Josefsson  <jas@extundo.com>
7989
7990         * imap.el (imap-wait-for-tag): If process-status isn't open or
7991         run, return nil instead of sit-for looping.
7992
7993 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * lpath.el (featurep): fbind xml-parse-region.
7996
7997         * gnus.el (gnus-message-archive-method): Default to "archive".
7998         (gnus-message-archive-method): Doc fix.
7999         (gnus-parameters-get-parameter): Cleaned up.
8000         (gnus-expand-group-parameter): New function.
8001
8002         * gnus-start.el (gnus-setup-news): Push the archive server only
8003         the server list.
8004
8005         * mml.el (mml-menu): Changed name to "Attachments".
8006
8007         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8008         when there is something to detroy.
8009
8010 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8013         nil.
8014
8015 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8016
8017         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8018         which specifies a time today or tomorrow.
8019
8020 2001-08-15  Simon Josefsson  <jas@extundo.com>
8021         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8022
8023         * gnus-agent.el (gnus-agent-make-mode-line-string)
8024         (gnus-agent-toggle-plugged): Use new API.
8025
8026 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8027
8028         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8029         deadline has expired.
8030
8031 2001-08-12  Simon Josefsson  <jas@extundo.com>
8032         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8033
8034         Support `recent' mark indicating newly arrived messages (to
8035         separate from old but unread messages).
8036
8037         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8038         `nnmail-split-history' if recent is > 0.
8039         (nnimap-request-update-info-internal): Update `recent' marks.
8040         (nnimap-request-set-mark): Never set `recent' marks.
8041         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8042         recent.
8043
8044         * gnus-sum.el (gnus-recent-mark): New mark.
8045         (gnus-newsgroup-recent): New variable.
8046         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8047         (gnus-summary-prepare-threads): Mark recent articles.
8048         (gnus-summary-add-mark): Support recent.
8049         (gnus-summary-update-secondary-mark): Support recent.
8050
8051         * gnus.el (gnus-article-mark-lists): Add recent.
8052
8053 2001-08-12  Simon Josefsson  <jas@extundo.com>
8054
8055         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8056         whether successful decoding took place.  Add doc.
8057
8058 2001-08-12  Simon Josefsson  <jas@extundo.com>
8059         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8060
8061         * gnus.el (gnus-summary-line-format, gnus-parameters):
8062         * gnus-gl.el (gnus-summary-grouplens-line-format):
8063         * gnus-salt.el (gnus-summary-pick-line-format):
8064         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8065
8066 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8067         Committed by Kai Gro\e,b_\e(Bjohann.
8068
8069         * gnus-score.el (gnus-score-string): Fix `match' regexp
8070         for `extra' header case.
8071
8072 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8073
8074         * nnmbox.el (nnmbox-read-mbox): No warning.
8075
8076 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8077
8078         * nndoc.el (nndoc-article-type): Fix doc.
8079         (nndoc-generate-article-function): New variable.
8080         (nndoc-dissection-function): New variable.
8081         (nndoc-type-alist): Add oe-dbx.
8082         (nndoc-oe-dbx-type-p): New function.
8083         (nndoc-oe-dbx-dissection): New function.
8084         (nndoc-oe-dbx-generate-article): New function.
8085
8086 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8087
8088         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8089         whether deadline has been reached.  Patch from Dan Nicolaescu
8090         <dann@godzilla.ics.uci.edu>.
8091
8092 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8093
8094         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8095         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8096         <rintaman@cs.Helsinki.FI>.
8097
8098         * mail-source.el (mail-source-movemail): The error buffer is
8099         modified, but nothing in it.
8100
8101 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8102
8103         * message.el (message-bogus-system-names): New variable.
8104         (message-make-fqdn): Use it.
8105
8106 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8107
8108         * nndraft.el (nndraft-request-group): Use
8109         nndraft-auto-save-file-name.
8110
8111 2001-08-09  Simon Josefsson  <jas@extundo.com>
8112
8113         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8114         Don't ask whether to decrypt.  Just leave result in buffer (don't
8115         call mm).
8116
8117         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8118         parts as well.
8119         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8120         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8121
8122 2001-08-09  Simon Josefsson  <jas@extundo.com>
8123
8124         * mm-decode.el (mm-insert-part): Return decoding success status.
8125         (mm-save-part-to-file): Error if decoding failed.
8126
8127 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8128
8129         * message.el (message-tab): Use indent-relative.
8130         (message-mode): Don't bind indent-line-function to indent-relative.
8131
8132 2001-08-09  Simon Josefsson  <jas@extundo.com>
8133
8134         * message.el (message-get-reply-headers): Fix string. Suggested by
8135         Christoph Conrad <cc@cli.de>.
8136
8137 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8138
8139         * message.el (message-tab): Use the current value of
8140         indent-line-function.
8141         (message-mode): Bind indent-line-function to indent-relative.
8142
8143 2001-08-08  Simon Josefsson  <jas@extundo.com>
8144
8145         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8146         whether `imtest' is installed.
8147
8148 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8149         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8150
8151         * gnus-sum.el (gnus-summary-show-article): Call
8152         gnus-summary-update-secondary-secondary-mark.
8153         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8154         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8155
8156 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8157
8158         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8159
8160         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8161
8162         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8163         <gerd@gnu.org>.
8164
8165         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8166
8167         * gnus-util.el (gnus-output-to-rmail): Ditto.
8168         (gnus-output-to-mail): Ditto.
8169
8170         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8171
8172 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8173
8174         * message.el (message-indent-citation): Use
8175         `message-yank-cited-prefix' for empty lines.
8176
8177 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8178
8179         * message.el (message-indent-citation): Quote only lines starting
8180         with ">" using `message-yank-cited-prefix'.
8181
8182 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8183         Trivial patch.
8184
8185         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8186         gnus-cache-fully-p.
8187
8188 2001-08-04  Simon Josefsson  <jas@extundo.com>
8189
8190         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8191         file if it doesn't exist (by calling gnus-cache-read-active).
8192
8193 2001-08-04  Simon Josefsson  <jas@extundo.com>
8194
8195         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8196         (gnus-cache-passively-or-fully-p): Removed.
8197         (gnus-cache-fully-p): Fix it.
8198
8199         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8200
8201 2001-08-04  Simon Josefsson  <jas@extundo.com>
8202
8203         * gnus-cache.el (gnus-cache-fully-p)
8204         (gnus-cache-passively-or-fully-p): New functions.
8205         (gnus-cache-possibly-enter-article): Cosmetic change, use
8206         `g-c-p-o-f-p'.
8207         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8208         was bogus (`g-c-p-a-a' does not change active info, just change
8209         the functions parameters).
8210         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8211         not removed in groups that match `gnus-uncacheable-groups'.
8212
8213         Reported and modifications based on discussions with Nuutti
8214         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8215
8216 2001-08-04  Simon Josefsson  <jas@extundo.com>
8217         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8218
8219         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8220         calls `gnus-cache-update-active' if bounds has been extended.
8221
8222 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8223
8224         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8225         before remove.
8226         (gnus-mime-security-show-details): Ditto.
8227
8228 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8229
8230         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8231         syntax.  Protect string-match against nil string and regexp.
8232
8233 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8234
8235         * mm-util.el (mm-find-charset-region): Remove control-1.
8236
8237 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8238
8239         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8240
8241 2001-08-04  Simon Josefsson  <jas@extundo.com>
8242
8243         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8244         buffer.  Delete MIME-Version header.
8245
8246 2001-08-03  Simon Josefsson  <jas@extundo.com>
8247
8248         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8249         that is entered does not necessarily have the highest article
8250         number in the group, so use `gnus-cache-possibly-alter-active'
8251         instead of `gnus-cache-update-active'.
8252
8253 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8254
8255         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8256
8257 2001-08-03  Simon Josefsson  <jas@extundo.com>
8258
8259         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8260         menu.
8261
8262 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus.el (post-method): New group parameter.  It also provides
8265         the user option `gnus-post-method-alist' and the internal function
8266         `gnus-parameter-post-method'.
8267
8268         * gnus-msg.el (gnus-post-method): Bind the value of
8269         `gnus-post-method' to the group parameter if it is defined.
8270
8271 2001-08-02  Simon Josefsson  <jas@extundo.com>
8272
8273         * smime.el (smime-extra-arguments): Removed.
8274         (smime-call-openssl-region): Don't use it.
8275
8276 2001-08-02  Simon Josefsson  <jas@extundo.com>
8277
8278         * smime.el (smime-sign-region): Handle stderr.
8279         (smime-encrypt-region): Ditto.
8280
8281         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8282         match the ASN.1 length bytes.
8283         (mm-pkcs7-enveloped-magic): Ditto.
8284         (mm-view-pkcs7-get-type): Don't regexp quote.
8285
8286 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8287         From Andreas Fuchs <asf@void.at>
8288
8289         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8290
8291 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8292
8293         * gnus-art.el (gnus-header-button-alist): References regexp.
8294
8295 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8296
8297         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8298         already fboundp.  Add INTERACTIVE arg to autoload form.
8299
8300 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8301
8302         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8303
8304         * nnmail.el (nnmail-cache-open): Ditto.
8305
8306 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8307
8308         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8309
8310 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8311
8312         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8313
8314 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8315         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8316
8317         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8318         (gnus-agent-toggle-plugged): Use it.
8319
8320 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8321
8322         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8323         (gnus-ding-file-coding-system): New variable.
8324         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8325         (gnus-slave-save-newsrc): Use it.
8326
8327 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8328
8329         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8330         syntax.
8331
8332 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8333         Originally from Andreas Fuchs <asf@void.at>
8334
8335         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8336         (mml2015-gpg-pretty-print-fpr): New function.
8337         (mml2015-gpg-extract-signature-details): More details, rename from
8338         `m-g-e-from'.
8339         (mml2015-gpg-verify): Use them.
8340         (mml2015-gpg-clear-verify): Use them.
8341
8342 2001-07-31  Simon Josefsson  <jas@extundo.com>
8343
8344         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8345         buffer when done.
8346
8347 2001-07-30  Simon Josefsson  <jas@extundo.com>
8348
8349         * smime.el (smime-call-openssl-region): Revert previous change,
8350         just pass on buf to `call-process-region'.
8351         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8352         `smime-new-details-buffer'.  Inserts error messages into buffer.
8353         (smime-noverify-region): Ditto.
8354         (smime-decrypt-region): Ditto.  Handles stderr separately.
8355         (smime-verify-buffer, smime-noverify-buffer)
8356         (smime-decrypt-buffer): Doc fix.
8357         (smime-new-details-buffer): New function.
8358         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8359         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8360         (smime-sign-region, smime-encrypt-region): Don't use
8361         `insert-buffer'.
8362
8363         * mml-smime.el (mml-smime-verify): Fix security button strings.
8364
8365 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8366
8367         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8368         gnus-article-mime-handles.
8369
8370 2001-07-29  Simon Josefsson  <jas@extundo.com>
8371
8372         * mail-source.el (top-level): Require message for message-directory.
8373         (mail-source-directory): Change default to message-directory.
8374
8375         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8376         (smime-certificate-directory, smime-openssl-program)
8377         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8378         (smime-extra-arguments): New variable.
8379         (smime-dns-server): Fix customize group.
8380         (smime-call-openssl-region): Use `smime-extra-arguments'.
8381
8382 2001-07-29  Simon Josefsson  <jas@extundo.com>
8383         From Vladimir Volovich <vvv@vsu.ru>
8384
8385         * smime.el (smime-call-openssl-region): Ignore stderr.
8386
8387 2001-07-29  Simon Josefsson  <jas@extundo.com>
8388         From Christoph Conrad <christoph.conrad@gmx.de>
8389
8390         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8391         file.
8392
8393 2001-07-29  Simon Josefsson  <jas@extundo.com>
8394
8395         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8396
8397         Support S/MIME decryption.
8398
8399         * mm-decode.el (mm-inline-media-tests):
8400         (mm-inlined-types):
8401         (mm-automatic-display):
8402         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8403
8404         * mm-view.el (mm-pkcs7-signed-magic):
8405         (mm-pkcs7-enveloped-magic): New variables.
8406         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8407         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8408         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8409         PKCS#7 blobs.
8410
8411         * smime.el (smime-decrypt-region): Expand keyfile.
8412
8413 2001-07-29  Simon Josefsson  <jas@extundo.com>
8414
8415         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8416         `ssl.el' variables.
8417
8418         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8419         but line instead of narrowing to it, because `nnmail-parse-active'
8420         calls widen.  Thanks to Christoph Conrad
8421         <christoph.conrad@gmx.de>.
8422
8423 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8424
8425         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8426         for %B spec.
8427
8428         * gnus-sum.el (gnus-summary-prepare-threads): If
8429         gnus-sum-thread-tree-root is nil, use subject instead.
8430         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8431         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8432         (gnus-sum-thread-tree-leaf-with-other)
8433         (gnus-sum-thread-tree-single-leaf): Documentation.
8434         (gnus-sum-thread-tree-single-indent): Allow nil.
8435
8436 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8437
8438         * message.el (message-fill-paragraph): Do nothing if the user
8439         wants filladapt-mode.
8440
8441 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8442
8443         * mm-decode.el (mm-image-type-from-buffer): New function.
8444         (mm-get-image): Use it.
8445
8446 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8447
8448         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8449
8450         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8451         mm-display-parts too.
8452
8453 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8454
8455         * nnfolder.el (nnfolder-request-accept-article): Bind
8456         nntp-server-buffer.
8457
8458         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8459         nntp-server-buffer.
8460
8461 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8462
8463         * message.el (message-check-news-header-syntax): Use
8464         message-post-method.
8465         (message-send-news): Bind message-post-method.
8466
8467 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8468
8469         * mml.el (mml-tweak-type-alist): New variable.
8470         (mml-tweak-function-alist): New variable.
8471         (mml-tweak-part): New function.
8472         (mml-generate-mime-1): Use it.
8473
8474 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8475
8476         * nnfolder.el (nnfolder-request-accept-article): Replace
8477         nnfolder-request-list.
8478
8479 2001-07-27  Simon Josefsson  <jas@extundo.com>
8480
8481         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8482         nnoo-change-server failed to do it.
8483
8484 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8485
8486         * gnus.el (gnus-parameters): Make it customizable.
8487
8488 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8489
8490         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8491
8492         * message.el (message-set-auto-save-file-name): More
8493         poor-system-types.
8494
8495         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8496
8497         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8498         supports +.
8499
8500 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8501
8502         * mm-decode.el (mm-readable-p): New function.
8503         (mm-inline-media-tests): Fix the default testers.
8504
8505 2001-07-26  Simon Josefsson  <jas@extundo.com>
8506
8507         * nnimap.el (nnimap-version): Bump version number.
8508
8509 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8510         From Steven E. Harris <seh@speakeasy.org>
8511
8512         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8513         in M$Windows too.
8514
8515 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8516
8517         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8518
8519 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8520
8521         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8522
8523         * mm-decode.el (mm-get-image): Guess then use the type.
8524
8525         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8526
8527 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8528
8529         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8530         display (%B) for threads if threading is off.
8531
8532 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8533         From Henrik Enberg <henrik@enberg.org>
8534
8535         * gnus-msg.el: Customization patch.
8536
8537 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8538
8539         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8540         variable.
8541         (nnmail-split-fancy-with-parent): Ignore certain groups.
8542
8543 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8544
8545         * gnus-util.el (gnus-byte-compile): New function.
8546         (gnus-use-byte-compile): New variable.
8547         (gnus-make-sort-function): Use it.
8548
8549         * nnmail.el (nnmail-get-new-mail): Use it.
8550
8551         * gnus-agent.el (gnus-category-make-function): Simple function or
8552         compiled function.
8553         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8554
8555         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8556         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8557         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8558
8559         * message.el (message-check-news-header-syntax): Remove quote.
8560
8561 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8562
8563         * message.el (message-use-mail-followup-to): `t' is not a
8564         documented value.
8565
8566 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567
8568         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8569
8570 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8571
8572         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8573         there are long lines.
8574
8575 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * dgnushack.el (copy-list): New compiler macro.
8578
8579 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8580
8581         * message.el (message-bounce): If no Return-Path, the whole
8582         content is considered as the original message.
8583
8584         * nnml.el (nnml-check-directory-twice): New variable.
8585         (nnml-article-to-file): Use it.
8586         (nnml-retrieve-headers): Hack it.
8587
8588 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8589
8590         * gnus-win.el (gnus-buffer-configuration): New configure.
8591
8592         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8593         not alive.
8594
8595         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8596         (mm-display-external): Use display-term configure.
8597
8598 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8599
8600         * gnus-delay.el (gnus-delay-default-hour): New variable.
8601         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8602
8603 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8604         From Karl Kleinpaste <karl@charcoal.com>
8605
8606         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8607         (gnus-summary-prepare-threads): Ditto.
8608
8609         * gnus.el (gnus-summary-line-format): Add %B.
8610
8611 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8612
8613         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8614
8615         * mm-util.el (mm-string-as-multibyte): New function.
8616
8617         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8618
8619 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8620
8621         * mm-util.el (mm-universal-coding-system): New variable.
8622
8623         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8624
8625         * score-mode.el (score-mode-coding-system): Use it.
8626
8627 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8628
8629         * gnus-start.el (gnus-setup-news): Call
8630         `gnus-check-bogus-newsgroups' just after the native server is
8631         opened.
8632
8633 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8634
8635         * nnmail.el (nnmail-do-request-post): Util function to be used by
8636         `nnchoke-request-post' for all nnmail-derived backends.
8637
8638         * nnml.el (nnml-request-post): Use it.
8639
8640         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8641         backend, for it groks nnml-request-post.
8642
8643         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8644         Treat `mail-post' backends like `mail' backends, not like `news'
8645         backends.
8646
8647 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8648
8649         * gnus-msg.el (gnus-setup-message): make-local-hook.
8650
8651 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8652
8653         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8654         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8655         <karl@charcoal.com>, slightly changed by Kai.
8656
8657         * message.el (message-check-news-header-syntax): When checking
8658         whether the groups exist, check the right server based on
8659         `gnus-post-method'.
8660
8661 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8662
8663         * gnus-delay.el: New file.
8664
8665 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8666
8667         * mm-util.el (mm-read-coding-system): Take two arguments.
8668
8669         * gnus-sum.el (gnus-summary-show-article): Use
8670         mm-read-coding-system.
8671
8672         * gnus-art.el (article-de-quoted-unreadable):
8673         (article-de-base64-unreadable, article-wash-html):
8674         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8675
8676 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8677
8678         * nnml.el (nnml-request-post): New function.  Can be used for
8679         annotations in nnml groups.
8680
8681 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8682
8683         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8684         command.
8685
8686         * gnus-start.el (gnus-find-new-newsgroups): Use
8687         `message-make-date' instead of `current-time-string'.
8688         (gnus-ask-server-for-new-groups): Ditto.
8689         (gnus-check-first-time-used): Ditto.
8690
8691 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8692
8693         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8694
8695 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8696
8697         * message.el (message-shorten-references): Change `maxcount' and
8698         `cut' to obey USEFOR draft 5.
8699
8700 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8701
8702         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8703         (gnus-summary-set-article-display-arrow): New function.
8704         (gnus-summary-goto-subject): Use it.
8705
8706 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8707
8708         * gnus-sum.el (gnus-summary-import-article): Insert date if
8709         doesn't exist.
8710
8711 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8712
8713         * mml.el (mml-content-type-parameters): New variable.
8714         (mml-content-disposition-parameters): New variable.
8715         (mml-insert-mime-headers): Use them.
8716         (mml-parse-1): Accept charset.
8717
8718 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8719
8720         * gnus-group.el (gnus-group-select-group): Doc fix.
8721
8722         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8723
8724 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8725
8726         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8727         to handle `define-derived-mode'.
8728
8729 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8730         From:  Stefan Monnier  <monnier@cs.yale.edu>
8731
8732         * message.el (message-mode): Use define-derived-mode.
8733         (message-tab): message-completion-alist.
8734
8735         * imap.el (imap-interactive-login): Use make-local-variable.
8736         (imap-open): Ditto.
8737         (imap-authenticate): Ditto.
8738
8739         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8740
8741         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8742
8743 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8744
8745         * message.el (message-citation-line-function): Refer to
8746         gnus-cite-attribution-suffix.
8747
8748 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8749
8750         * gnus-art.el,...: Error convention changes.
8751
8752 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8753
8754         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8755
8756 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8759         (nnrss-read-server-data): Ditto.
8760
8761 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8762
8763         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8764         * Cleanup files.
8765         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8766
8767 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8768
8769         * gnus.el (gnus-summary-line-format): Add %o.
8770
8771         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8772         unless shell outputs something.
8773
8774 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775
8776         * gnus-art.el (gnus-boring-article-headers): Better doc.
8777         (article-hide-headers): Better regexp.
8778         Suggested by Matt Swift <swift@alum.mit.edu>.
8779
8780         * nnheader.el (nnheader-max-head-length): Better doc.
8781         (nnheader-header-value): Skip spaces.
8782         (nnheader-parse-head): Remove space.
8783         Suggested by Matt Swift <swift@alum.mit.edu>.
8784
8785         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8786         (gnus-get-newsgroup-headers): Remove space.
8787
8788 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8789
8790         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8791         (gnus-summary-reply): Use it.
8792         (gnus-summary-reply-broken-reply-to): New function.
8793         (gnus-msg-force-broken-reply-to): New function.
8794
8795         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8796
8797 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8798
8799         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8800
8801 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8802
8803         * mm-decode.el (mm-external-terminal-program): New variable.
8804         (mm-display-external): Use it. Use term to display when no
8805         window-system.
8806
8807 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8808
8809         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8810         Browse->Next entries to Browse->Prev
8811
8812 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8813
8814         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8815
8816 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8817
8818         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8819         for the default encoding.
8820
8821         * nnrss.el (nnrss-url-field): New field.
8822         (nnrss-request-article): Add newsgroups.
8823
8824         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8825
8826 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8827
8828         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8829
8830         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8831         (gnus-draft-setup): Remove backlog.
8832
8833 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8834
8835         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8836         Cleanup.
8837
8838 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8839
8840         * gnus-msg.el (gnus-bug): Erase buffer.
8841
8842         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8843
8844 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8845
8846         * mm-decode.el (mm-attachment-override-p): Fix typo.
8847
8848 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8849
8850         * gnus-kill.el (gnus-execute): Work with the extra headers.
8851         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8852
8853 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8854
8855         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8856         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8857
8858         * message.el (message-send-mail-real-function): New variable.
8859         (message-send-mail-partially, message-send-mail):
8860
8861         * nngateway.el (nngateway-request-post): Use it.
8862
8863         * gnus-agent.el (gnus-agentize): Use it.
8864
8865         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8866         (nnsoup-revert-variables): Use it.
8867
8868 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8869
8870         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8871         text/plain if the type doesn't match any other media types.
8872         (mm-inlined-types): Doc fix.
8873         (mm-display-inline): Revert previous change (now handled by a
8874         default type in `mm-inline-media-tests'.
8875         (mm-inlinable-p): Revive.
8876         (mm-display-part): Call `mm-inlinable-p'.
8877         (mm-attachment-override-p): Ditto.
8878         (mm-inlined-p): Doc fix.
8879
8880         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8881         well as `mm-inlined-p'.
8882
8883 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8884
8885         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8886         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8887
8888 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8889         From  Paul Jarc <prj@po.cwru.edu>
8890
8891         * message.el (message-use-mail-followup-to): New variable.
8892         (message-get-reply-headers): Use it.
8893
8894 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8895
8896         * nnheader.el (nnheader-init-server-buffer): Make sure the
8897         *nntpd* buffer is made multibyte instead of a random buffer.
8898
8899 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8902         when it returns headers.
8903
8904 2001-07-07  Simon Josefsson  <jas@extundo.com>
8905
8906         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8907         trying to fold. Thanks to Colin Walters
8908         <walters@cis.ohio-state.edu>
8909
8910 2001-07-06  Simon Josefsson  <jas@extundo.com>
8911
8912         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8913         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8914         Add information in `assert's.
8915
8916         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8917         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8918         and `nnimap-group-overview-filename', should handle all
8919         change-of-uidvalidity related issues.  But there may be other
8920         problems.)
8921
8922 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8923
8924         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8925         header name when folding.
8926
8927 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8928
8929         * mm-decode.el (mm-inlined-types): Document relationship with
8930         `mm-inline-media-tests'.
8931         (mm-display-inline): Default to displaying as plain text if no
8932         inlining handler is available.
8933         (mm-inlinable-p): Remove.
8934         (mm-inlined-p): Don't call `mm-inlinable-p'.
8935         (mm-automatic-display-p): Ditto.
8936         (mm-attachment-override-p): Ditto.
8937
8938 2001-07-04  Simon Josefsson  <jas@extundo.com>
8939
8940         * nnimap.el (nnimap-importantize-dormant): New variable.
8941         (nnimap-request-update-info-internal): Use it.
8942         (nnimap-request-set-mark): Ditto.
8943
8944 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8945
8946         * nntp.el (nntp-send-command): don't pass a buffer argument to
8947         `point'. Only XEmacs accepts this.
8948         * nntp.el (nntp-send-command-nodelete): ditto.
8949         * nntp.el (nntp-send-command-and-decode): ditto.
8950
8951 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8952
8953         * nntp.el (nntp-open-connection-function): doc update.
8954         * nntp.el (nntp-pre-command): New.
8955         * nntp.el (nntp-via-rlogin-command): New.
8956         * nntp.el (nntp-via-telnet-command): New.
8957         * nntp.el (nntp-via-telnet-switches): New.
8958         * nntp.el (nntp-via-user-name): New.
8959         * nntp.el (nntp-via-user-password): New.
8960         * nntp.el (nntp-via-address): New.
8961         * nntp.el (nntp-via-envuser): New.
8962         * nntp.el (nntp-via-shell-prompt): New.
8963         * nntp.el (nntp-open-telnet-stream): New.
8964         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8965         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8966         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8967         * nntp.el (nntp-send-command): ditto.
8968         * nntp.el (nntp-send-command-nodelete): ditto.
8969         * nntp.el (nntp-send-command-and-decode): ditto.
8970
8971 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8972         Trivial patch.
8973
8974         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8975         `when'.
8976
8977 2001-07-03  Simon Josefsson  <jas@extundo.com>
8978         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8979
8980         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8981
8982 2001-07-03  Simon Josefsson  <jas@extundo.com>
8983
8984         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8985         remove it (workaround XEmacs `fill-region' bug).
8986
8987 2001-07-01  Simon Josefsson  <jas@extundo.com>
8988
8989         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8990
8991 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8992
8993         * mml2015.el (mml2015-format-error): New function.
8994         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8995         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8996         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8997
8998 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8999
9000         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9001         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9002
9003         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9004         group variables.
9005
9006 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9007
9008         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9009
9010         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9011         (nnrss-save-group-data): Ditto.
9012
9013         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9014
9015 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * message.el (message-do-send-housekeeping): Narrow to headers.
9018
9019 2001-06-24  Simon Josefsson  <jas@extundo.com>
9020
9021         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9022         insertion when breaking lines looked for " \t" instead of "[ \t]".
9023         (rfc2047-encode-message-header): Fold lines even if
9024         no QP encoding is done.
9025
9026 2001-06-23  Simon Josefsson  <jas@extundo.com>
9027         From Samuel Tardieu <sam@inf.enst.fr>
9028
9029         * smime.el (smime-keys): Support additional certificates.
9030         (smime-make-certfiles): New function.
9031         (smime-sign-region): Use previous variables.
9032         (smime-get-certfiles): New function.
9033         (smime-sign-buffer): Use it.
9034         (smime-verify-region): Support both CAfile and CApath.
9035
9036 2001-06-23  Simon Josefsson  <jas@extundo.com>
9037
9038         * smime.el (smime-decrypt-region): Perhaps work.
9039
9040 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9041
9042         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9043
9044 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9045
9046         * mm-decode.el (mm-save-part): Rewrite file name.
9047         (mm-file-name-rewrite-functions): New variable.
9048         (mm-file-name-delete-whitespace): New function.
9049         (mm-file-name-trim-whitespace): New function.
9050         (mm-file-name-collapse-whitespace): New function.
9051         (mm-file-name-replace-whitespace): New variable and function.
9052
9053 2001-06-22  Simon Josefsson  <jas@extundo.com>
9054
9055         * message.el (message-make-date): Workaround locale for weekdays.
9056
9057 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9058
9059         * message.el (message-goto-body): Return nil if not found. (revert!)
9060
9061 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9062         From Fremlin <chief@bandits.org>
9063
9064         * message.el (message-goto-body): Some messages have no header.
9065
9066         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9067
9068 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9069
9070         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9071
9072 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9073
9074         * message.el (message-make-date): Add week day.
9075         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9076
9077 2001-06-19  Simon Josefsson  <jas@extundo.com>
9078
9079         * message.el (message-yank-prefix): Doc fix.
9080         (message-yank-cited-prefix): Ditto.
9081         (message-delete-not-region): Keep citation prefix on first line,
9082         if possible and appropriate.
9083
9084 2001-06-19  Simon Josefsson  <jas@extundo.com>
9085
9086         * imap.el (imap-process-connection-type): New variable.
9087         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9088         recent `imtest's work completely (no line length issues), while
9089         making making old `imtest's unusable.  Thanks to NAGY Andras
9090         <nagya@inf.elte.hu> for his work.
9091
9092 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9093
9094         * imap.el (imap-ssl-program): Add -quiet to shut up
9095         OpenSSL/SSLeay's internal debug talk.
9096
9097 2001-06-19  Matt Armstrong  <matt@lickey.com>
9098
9099         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9100         server.
9101
9102 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9103
9104         * nnmail.el (nnmail-article-buffer): New variable.
9105         (nnmail-split-incoming): Use it.
9106
9107 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9108
9109         * qp.el (quoted-printable-decode-region): If called interactively,
9110         use coding-system-for-read.
9111
9112 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9113
9114         * message.el (message-check-news-header-syntax): Check Reply-To.
9115
9116 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9117
9118         * mml.el (mml-parse-1): Use message options.
9119
9120         * message.el (message-do-fcc): Don't do anything if there is no
9121         FCC.
9122
9123 2001-06-16  Simon Josefsson  <jas@extundo.com>
9124
9125         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9126         (nnimap-expunge-search-string): New variable.
9127         (nnimap-request-expire-articles): Use it.
9128
9129 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9130
9131         * message.el (message-send-mail-with-qmail): wrong exit status is
9132         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9133
9134 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9135
9136         * gnus-art.el (article-strip-multiple-blank-lines): Use
9137         delete-region instead of replace-match.
9138
9139 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9140
9141         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9142         (nnweb-google-wash-article): Ditto.
9143
9144 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9145
9146         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9147
9148 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9151         specs.
9152
9153 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9154
9155         * gnus.el (gnus-email-address): Move it here.
9156
9157         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9158         requested.
9159         (article-de-base64-unreadable): Ditto.
9160         (article-wash-html): Ditto.
9161
9162 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * message.el (message-options-set-recipient): Don't add ", "
9165         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9166
9167 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9168
9169         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9170
9171 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9172
9173         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9174         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9175
9176         * nnrss.el (nnrss-node-text): Node might be nil.
9177
9178 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9179
9180         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9181         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9182
9183         * nnrss.el (nnrss-group-alist): More items.
9184
9185 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9186
9187         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9188
9189 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9190         Trivial patch from Dale Hagglund  <rdh@best.com>
9191
9192         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9193         restrict clauses.
9194
9195 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9196
9197         From Benjamin Rutt <brutt+news@bloomington.in.us>
9198
9199         * message.el (message-wide-reply-confirm-recipients): New variable.
9200
9201 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9202         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9203
9204         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9205         fix so it works with XEmacs.
9206
9207 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9208
9209         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9210         headers.
9211
9212 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9213
9214         * nnrss.el: Fix a few bugs.
9215
9216 2001-06-05  Simon Josefsson  <jas@extundo.com>
9217
9218         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9219         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9220
9221 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9222
9223         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9224         binary so that we don't transmit ISO 2022 garbage to the process.
9225         This is needed under XEmacs.
9226
9227 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9228
9229         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9230         autoloaded incorrectly below because ssl-program-* is bound.)
9231         Thanks to Amos Gouaux for report.
9232
9233 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9234
9235         * imap.el (imap-kerberos4-open):
9236         (imap-gssapi-open):
9237         (imap-ssl-open):
9238         (imap-network-open):
9239         (imap-shell-open):
9240         (imap-starttls-open): Set buffer to workaround spurious
9241         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9242         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9243         Colman <colman@ppllc.com> for report.
9244
9245 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9246
9247         * gnus-sum.el (gnus-summary-catchup): New argument.
9248         (gnus-summary-catchup-from-here): New function.
9249
9250 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9251
9252         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9253         back, then insert glyph.  (Before, the glyph was inserted first,
9254         then the newline.)  This works around a behavior in XEmacs where
9255         it is not possible to insert a character after a glyph which is at
9256         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9257
9258 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9259
9260         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9261
9262         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9263         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9264         mm-destroy-postponed-undisplay-list): New functions.
9265         (mm-display-external): Use them.
9266
9267 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9268
9269         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9270         `default-low' when evaluating `gnus-summary-highlight'.
9271         From Raja R Harinath <harinath@cs.umn.edu>.
9272
9273 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9274
9275         * message.el (message-yank-cited-prefix): New variable.
9276         (message-indent-citation): Use it.
9277
9278         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9279         as details.
9280         (mml2015-mailcrypt-clear-verify): Ditto.
9281
9282 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9283         From Nevin Kapur <nevin@jhu.edu>.
9284
9285         * gnus-sum.el (gnus-summary-default-high-score,
9286         gnus-summary-default-low-score): New variables.
9287         (gnus-summary-highlight): Use them.
9288
9289 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9290
9291         * message.el (message-mail): pass the 'send-actions argument to
9292         `message-setup'.
9293
9294 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9295         From Raymond Scholz <ray-2001@zonix.de>
9296
9297         * gnus-art.el (gnus-mime-view-part-as-charset):
9298         (gnus-mime-internalize-part): Doc fixes.
9299
9300 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9301
9302         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9303         status lines without any text ("^215$").
9304
9305 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9306
9307         * nnrss.el (nnrss-check-group): Reverse.
9308
9309 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9310
9311         * message.el (message-get-reply-headers):
9312         (message-followup): Fix typo, suggested by David Green
9313         <dgreen@uab.edu>
9314
9315 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9316
9317         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9318
9319         * nnrss.el (nnrss-open-server): Read server data when it is called.
9320         (nnrss-request-expire-articles): Fix.
9321
9322 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9323
9324         * message.el (message-do-send-housekeeping): mail-abbrevs may
9325         rename buffer behind Gnus.
9326
9327 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9328
9329         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9330         (nnrss-group-alist): Add more resources.
9331         (nnrss-check-group): Ignore errors.
9332
9333 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9334
9335         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9336
9337         * nnslashdot.el (nnslashdot-request-list): Add time.
9338         (nnslashdot-request-expire-articles): New function.
9339
9340         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9341         secondary methods too.
9342
9343 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9344
9345         * message.el (message-use-followup-to): Set default value to t.
9346
9347 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9348
9349         * message.el (message-dont-reply-to-names): Fix documentation.
9350         (message-get-reply-headers): Use Mail-Followup-To only for wide
9351         replies.
9352
9353 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9354
9355         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9356         correctly.
9357         (nnrss-check-group): Use time.
9358
9359 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9360
9361         * gnus.el: Oort Gnus v0.03 is released.
9362
9363 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9364
9365         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9366         group.
9367
9368 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9371
9372 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9373
9374         * nnultimate.el (nnultimate-retrieve-headers): Return all
9375         available headers.
9376
9377         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9378         (gnus-get-newsgroup-headers-xover): Use it.
9379
9380 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9381
9382         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9383
9384 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9385
9386         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9387
9388 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9389
9390         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9391         disable it.
9392
9393         * gnus.el (gnus-info-nodes): Remove a few The's.
9394
9395 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9396
9397         * mail-source.el (mail-source-movemail): Call-process may return a
9398         signal description string.
9399
9400         * gnus-start.el (gnus-read-newsrc-el-file):
9401         gnus-newsrc-file-version may be nil.
9402
9403         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9404         Suggested by Michael Sperber [Mr. Preprocessor]
9405         <sperber@informatik.uni-tuebingen.de>.
9406
9407 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9408
9409         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9410
9411 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9412
9413         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9414         fontify HANDLE.
9415
9416 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9417
9418         * smime.el (smime-ask-passphrase): Rework to return value.
9419         (smime-sign-region): Rework to bind value and use it.
9420         (smime-decrypt-region): Ditto.
9421
9422 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9423         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9424
9425         * smime.el (smime-ask-passphrase): New function.
9426         (smime-sign-region): Use it.
9427         (smime-encrypt-cipher): New variable.
9428         (smime-decrypt-region): Ditto.
9429
9430 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9431         Committed by Simon Josefsson  <simon@josefsson.org>
9432
9433         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9434         the log.
9435
9436 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9437
9438         * gnus.el: Oort Gnus v0.02 is released.
9439
9440 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9441
9442         * gnus.el: Oort Gnus v0.01 is released.
9443
9444 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * gnus-sum.el (gnus-summary-highlight): Highlight read
9447         undownloaded articles as read articles.
9448
9449         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9450         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9451         articles, even read ones, as such.
9452
9453         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9454         (gnus-find-matching-articles): New function.
9455         (gnus-summary-limit-include-matching-articles): New command.
9456         (gnus-summary-limit-include-thread): Include articles that have
9457         matching subjects.
9458         (gnus-offer-save-summaries): Clean up.
9459
9460 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9461
9462         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9463
9464 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9465         From Jason Merrill <jason_merrill@redhat.com>
9466
9467         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9468
9469 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9470         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9471
9472         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9473         newsgroup names when the original article is a news message.
9474
9475 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9476
9477         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9478         supported. Suggest by Jim Meyering <jim@meyering.net>.
9479
9480 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9481         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9482
9483         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9484         regexp in nnmail-split-fancy.
9485
9486 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9487
9488         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9489
9490 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9491
9492         * message.el (message-send-mail): Improve the interaction with the
9493         user.
9494
9495 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9496
9497         * imap.el (imap-message-copy): Work around buggy servers that
9498         doesn't send TRYCREATE tags.
9499
9500 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9503
9504 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9505
9506         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9507         date.
9508
9509 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9510
9511         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9512         lives.
9513
9514 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9515
9516         * gnus-art.el (gnus-parse-news-url): New function.
9517         (gnus-button-handle-news): New function.
9518         (gnus-button-alist): Point to new functions.
9519
9520         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9521
9522         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9523         gnus-format-specs.
9524
9525         * message.el (message-check-news-header-syntax): Question even
9526         when Gnus doesn't know the group names.
9527         (message-send-news): Clean up.
9528
9529         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9530         exited on purpose without saving.
9531
9532         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9533
9534 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9535
9536         * gnus-score.el (gnus-score-orphans): Clean up.
9537
9538         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9539
9540         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9541         later.
9542
9543         * gnus-start.el (gnus-close-all-servers): Find the right items to
9544         close.
9545
9546         * qp.el (quoted-printable-decode-region): Just message
9547         malformation; don't quit.
9548
9549 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9550         From Gerd Moellmann <gerd@gnu.org>.
9551
9552         * gnus.el (gnus-interactive): A typo.
9553
9554 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9555         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9556
9557         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9558         `assq-delete-all', if that function exists; otherwise use the old
9559         definition. Documentation changed to match the one in
9560         `assq-delete-all'.
9561
9562 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9563
9564         * gnus-start.el (gnus-close-all-servers): New function.
9565
9566         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9567         (gnus-server-remove-denials): Clean up.
9568
9569         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9570         keystroke.
9571
9572 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * message.el (message-send-news): Message where we are sending.
9575         (message-send-mail): Ditto.
9576
9577         * gnus.el (gnus-server-string): New function.
9578
9579         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9580
9581         * mm-decode.el (mm-default-directory): Customized.
9582         (mm-tmp-directory): Ditto.
9583
9584         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9585         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9586         or Chars.
9587         (gnus-summary-line-format-alist): ?l is now a string.
9588         (gnus-summary-prepare-threads): Output ? for unknown lines.
9589         (gnus-summary-insert-line): Ditto.
9590         (gnus-summary-print-article): Unbalanced parentheses.
9591
9592         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9593         out whether new stuff has arrived.
9594
9595 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9596
9597         * gnus-sum.el: Let printing work on ttys on Emacs.
9598
9599 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9600
9601         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9602         when forcing news.
9603
9604         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9605         command.
9606
9607 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9608
9609         * message.el (message-set-auto-save-file-name): Don't use
9610         asterisks under nt.
9611
9612 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9613
9614         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9615         lists of articles.
9616
9617         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9618
9619         * gnus-msg.el (gnus-put-message): Clean up.
9620         (gnus-summary-reply): Mark all replied-to articles as replied to.
9621         (gnus-inews-add-send-actions): Also mark as forwarded.
9622         (gnus-summary-mail-forward): Mark as forwarded.
9623
9624         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9625         of articles.
9626         (gnus-summary-mark-article-as-forwarded): Ditto.
9627
9628         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9629         forwarded.
9630         (gnus-summary-mail-forward): Clean up.
9631
9632         * gnus.el (gnus-article-mark-lists): Added forward.
9633
9634         * gnus-sum.el (gnus-forwarded-mark): New variable.
9635         (gnus-summary-prepare-threads): Use it.
9636         (gnus-summary-update-secondary-mark): Ditto.
9637         (gnus-newsgroup-forwarded): New variable.
9638
9639 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9640
9641         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9642         (gnus-summary-very-wide-reply): New command and keystroke.
9643         (gnus-summary-very-wide-reply-with-original): Ditto.
9644
9645         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9646         (gnus-score-adaptive): Use it.
9647
9648         * gnus-start.el (gnus-get-unread-articles): Clean up.
9649
9650 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9651
9652         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9653         boards.
9654
9655 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9656
9657         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9658         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9659
9660 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9661
9662         * nnultimate.el (nnultimate-retrieve-headers): Understand
9663         long-form month names.
9664
9665 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9666
9667         * gnus-sum.el (gnus-summary-show-all-headers):
9668         gnus-article-show-all-headers is broken. Use
9669         gnus-summary-toggle-header instead.
9670
9671         * mml2015.el (mml2015-gpg-extract-from): No error.
9672
9673 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9675
9676         * mml2015.el (mml2015-gpg-extract-from): New function.
9677         (mml2015-gpg-verify): Use it.
9678         (mml2015-gpg-clear-verify): Use it.
9679
9680 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9681
9682         * message.el (message-setup-fill-variables): Use
9683         fill-paragraph-function.
9684         (message-fill-paragraph): Take an argument.
9685         (message-newline-and-reformat): Take another argument.
9686
9687 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9688
9689         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9690
9691 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9692
9693         * message.el (message-forward): local-variable-p takes an extra
9694         argument in XEmacs.
9695
9696 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9697
9698         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9699         `nnimap-use-nov-p' (it really tested the negative).
9700         (nnimap-retrieve-headers): Use it.
9701
9702 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9703
9704         * message.el (message-generate-headers-first): Update doc.
9705
9706 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9707         Trivial patch.
9708
9709         * gnus.el (gnus-summary-line-format): Typo.
9710
9711 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9712
9713         * mailcap.el (mailcap-mime-data): Add application/sieve.
9714         (mailcap-mime-extensions): Add .siv, .xls.
9715
9716 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9717         From Christoph Conrad <christoph.conrad@gmx.de>
9718
9719         * gnus-score.el (gnus-summary-lower-thread): Typo.
9720
9721 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9722
9723         * message.el (message-forward-decoded-p): New variable.
9724         (message-forward-subject-author-subject): Use it.
9725         (message-make-forward-subject): Use it.
9726         (message-forward): Use it.
9727
9728         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9729
9730         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9731         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9732
9733 ;;Has been fixed -- zsh.
9734 ;;2001-03-05  Dave Love  <fx@gnu.org>
9735 ;;
9736 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9737 ;;      Move it after definition of mm-coding-system-p.
9738 ;;
9739 2001-03-01  Dave Love  <fx@gnu.org>
9740
9741         * mm-util.el (mm-inhibit-file-name-handlers): Add
9742         image-file-handler.
9743
9744 2001-02-11  Dave Love  <fx@gnu.org>
9745
9746         * message.el (message-signature-file): Fix doc, :type.
9747
9748 2001-02-08  Dave Love  <fx@gnu.org>
9749
9750         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9751         (message-posting-charset): Defvar when compiling again.
9752         (rfc2047-encodable-p): Require message.
9753
9754         * gnus-sum.el (gnus-alter-articles-to-read-function):
9755         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9756
9757 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9758
9759         * nnrss.el: New file.
9760
9761 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9762         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9763
9764         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9765         `skip-chars-forward'.
9766
9767 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9768
9769         * nndraft.el (nndraft-request-group): Restore auto save files if
9770         the original files do not exist.
9771
9772 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9773
9774         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9775         SCORE paths.
9776
9777         * mm-decode.el (mm-dissect-buffer): Call
9778         mail-extract-address-components only if necessary.
9779
9780 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9781
9782         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9783         directory part.
9784         (gnus-score-search-global-directories): Use file-directory-p.
9785
9786         * gnus-score.el (gnus-score-score-files-1): Use
9787         gnus-kill-files-directory.
9788         From Adrian Aichner <adrian@xemacs.org>.
9789
9790 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9791
9792         * gnus.el (charset): Move here from gnus-sum.el.
9793
9794 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9795
9796         * mml.el (mml-preview): Disable local map.
9797
9798         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9799         gnus-article-post-menu here.
9800
9801         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9802         if it has not been made.
9803
9804 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9805
9806         * gnus-art.el (gnus-article-describe-key): Map key to event.
9807         (gnus-article-describe-key-briefly): Ditto
9808
9809 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9810
9811         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9812
9813 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9814         From Katsumi Yamaoka <yamaoka@jpl.org>.
9815
9816         * dgnushack.el (coerce, merge, subseq): defmacro.
9817
9818 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9819
9820         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9821         A fake defalias in nndraft.el results a not-activated bug in
9822         uncompiled versions.
9823
9824 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9825         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9826
9827         * gnus-util.el (gnus-split-references): Handle malformed References:.
9828
9829 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9830
9831         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9832
9833 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9834         From NAGY Andras <nagya@inf.elte.hu>.
9835
9836         * gnus.el (gnus-parameters): Typo.
9837
9838 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9839
9840         * gnus.el (gnus-read-method): Remove redundancy.
9841
9842 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9843
9844         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9845         (nnslashdot-request-list): Use it.
9846
9847 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9848
9849         * nnml.el (nnml-generate-active-info): Fix the case when there is
9850         no file.
9851
9852         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9853         (gnus-summary-create-article): New function.
9854
9855         * gnus-group.el (gnus-group-mark-article-read): New function.
9856
9857         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9858
9859         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9860
9861 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9862
9863         * gnus-art.el (gnus-article-edit-done): Don't use
9864         gnus-article-edit-exit.
9865         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9866
9867         * gnus.el (gnus-parameters): New variable.
9868         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9869         (gnus-parameters-get-parameter): New function.
9870         (gnus-group-find-parameter): Use it.
9871
9872 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9873
9874         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9875         change of default value to `current'.
9876
9877 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9878
9879         * nneething.el (nneething-get-head): Insert unreadable file too.
9880
9881 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9882
9883         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9884
9885         * webmail.el (webmail-type-definition): Deja is bought by google.
9886
9887 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9888
9889         * gnus-sum.el (gnus-fetch-headers): New function.
9890         (gnus-select-newsgroup): Use it.
9891         (gnus-summary-insert-articles): New function.
9892         (gnus-summary-insert-old-articles): New function.
9893         (gnus-summary-insert-new-articles): New function.
9894
9895         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9896         (gnus-group-list-active): Ditto.
9897         * gnus-sum.el (gnus-set-mode-line): Ditto.
9898         (gnus-summary-read-group-1): Ditto.
9899
9900 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9901
9902         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9903         current topic.
9904
9905 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * smiley.el (gnus-smiley-display): Don't do widening.
9908
9909         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9910         within body.
9911
9912         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9913
9914         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9915         New variable.
9916         (gnus-mime-display-multipart-related-as-mixed): New variable.
9917         (gnus-mime-display-part): Use them.
9918
9919 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9920
9921         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9922         something special.
9923
9924 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9925
9926         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9927         (nnweb-request-article): Call reference if exists.
9928         (nnweb-type-definition): Dejanews is bought by google.com.
9929         Beta!
9930
9931 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9932
9933         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9934
9935 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9936
9937         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9938         gnus-article-sort-functions.
9939         (gnus-article-sort-functions): Doc fix.  Refer to
9940         gnus-thread-sort-functions.
9941
9942 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9943         From Paul Jarc <prj@po.cwru.edu>.
9944
9945         * message.el (message-get-reply-headers): More fixes.
9946
9947 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9948         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9949
9950         * message.el (message-get-reply-headers): Fix bug with
9951         Mail-Followup-To/to-address interaction.
9952
9953 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9954
9955         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9956         gnus-article-copy.
9957
9958 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9959
9960         * message.el (message-do-send-housekeeping): Rename to a better
9961         name.
9962
9963 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9964
9965         * message.el (message-cancel-news): Check article first, then ask
9966         yes or no.
9967
9968 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9969
9970         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9971
9972 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9973
9974         * gnus-range.el (gnus-range-normalize): New function.
9975
9976 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9977
9978         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9979
9980 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9981
9982         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9983
9984         * nnagent.el (nnagent-request-regenerate): New function.
9985
9986         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9987
9988         * nnml.el (nnml-generate-nov-databases): Accept argument
9989         server. Don't open server if it is opened.
9990         (nnml-request-regenerate): Use it. Change to deffoo.
9991
9992 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9993         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9994
9995         * gnus.el (gnus-define-group-parameter): Fix.
9996
9997 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9998
9999         * gnus.el (gnus-define-group-parameter): Improved.
10000
10001         * gnus-sum.el (charset): Define parameter.
10002         (ignored-charsets): Ditto.
10003         (gnus-summary-setup-default-charset): Use them.
10004
10005         * gnus-start.el (gnus-read-descriptions-file): Use them.
10006
10007         * gnus-cus.el (gnus-group-parameters): Remove them.
10008
10009 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10010
10011         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10012
10013 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10014
10015         * gnus-sum.el (gnus-summary-read-group-1): Remove
10016         gnus-summary-set-local-parameters.
10017         (gnus-summary-setup-buffer): Put it here.
10018
10019 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10020
10021         * gnus.el (to-address): Define parameter.
10022         (to-list): Ditto.
10023         * gnus-art.el (article-hide-boring-headers): Use them.
10024         * gnus-msg.el (gnus-post-news): Ditto.
10025         * gnus-cus.el (gnus-group-parameters): Remove them.
10026
10027 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10028
10029         * gnus-draft.el (gnus-draft-reminder): New function.
10030
10031         * gnus-art.el (gnus-sender-save-name): New function.
10032
10033 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10034
10035         * mm-util.el (mm-mime-charset): Error message.
10036
10037 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10038
10039         * message.el (message-check-news-body-syntax): Don't check mml lines.
10040
10041 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10042
10043         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10044         subscribe.
10045
10046         * gnus-start.el (gnus-call-subscribe-functions): New function.
10047         (gnus-find-new-newsgroups): Use it.
10048         (gnus-ask-server-for-new-groups): Use it.
10049         (gnus-check-first-time-used): Use it.
10050         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10051         (gnus-subscribe-options-newsgroup-method): Ditto.
10052         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10053         return .
10054
10055 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10056
10057         * gnus-cus.el (gnus-score-customize): Doc fix.
10058
10059 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10060
10061         * dgnushack.el (my-getenv): Typo.
10062
10063 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10064
10065         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10066
10067 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10070
10071         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10072         (gnus-treatment-function-alist): Use it.
10073         (article-remove-leading-whitespace): New function.
10074         (gnus-article-make-menu-bar): Use it.
10075
10076         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10077         remove-leading-whitespace.
10078         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10079         because of conflict.
10080
10081 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10082
10083         * Makefile.in: Hack generating gnus-load.el.
10084         * dgnushack.el: Ditto.
10085         * gnus-load.el: Remove it.
10086
10087 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10088
10089         * dgnushack.el : Add URLDIR.
10090
10091         * Makefile.in (EMACS_COMP): Ditto.
10092
10093 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10094
10095         * gnus-cus.el (gnus-score-customize): Error on no score file.
10096
10097 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10098
10099         * mm-decode.el (mm-merge-handles): New function.
10100
10101         * mm-view.el (mm-inline-message): Use it.
10102         (mm-view-message): Ditto.
10103
10104         * mm-partial.el (mm-inline-partial): Ditto.
10105
10106         * mm-extern.el (mm-inline-external-body): Ditto.
10107
10108         * gnus-art.el (gnus-mime-view-part): Ditto.
10109         (gnus-mime-view-part-as-type): Ditto.
10110         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10111         cases.
10112
10113 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10114
10115         * message.el (message-cancel-news): Allow to shoot foot.
10116         (message-supersede): Ditto.
10117
10118 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10119         Trivial patch.
10120
10121         * gnus-sum.el (gnus-simplify-subject-re): Use
10122         message-subject-re-regexp.
10123
10124 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10125
10126         * nnmail.el (nnmail-expiry-target-group): Bind
10127         nnmail-cache-accepted-message-ids to nil.
10128
10129         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10130         coding system.
10131
10132 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10133
10134         * qp.el (quoted-printable-encode-region): Make sure characters are
10135         between 00 and FF.  Don't check charset.
10136
10137         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10138         in Emacs 20.
10139         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10140
10141 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10142
10143         * message.el (message-make-forward-subject): Argument decoded.
10144         (message-forward): Use it when digest.
10145
10146         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10147         buffer.
10148
10149 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10150
10151         * message.el (message-generate-headers-first): Doc fix.
10152
10153 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10154
10155         * gnus-art.el (article-make-date-line): Error proof.
10156
10157 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10158
10159         * gnus-group.el (gnus-group-listing-limit): New variable.
10160         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10161
10162         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10163
10164 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10165
10166         * message.el (message-newline-and-reformat): Special case for
10167         breaking at BOL.
10168
10169 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10170
10171         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10172         message/rfc822.
10173
10174 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10175
10176         * message.el (message-encode-message-body): Don't insert
10177         Content-Type if it is inside a mail.
10178
10179 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10180
10181         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10182         gnus-article-commands-menu.
10183
10184         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10185         in Emacs.
10186
10187         * gnus-start.el (gnus-read-descriptions-file): Use
10188         gnus-group-name-charset and gnus-group-charset-alist.
10189
10190 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10191
10192         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10193         active region.
10194
10195         * gnus-start.el (gnus-group-change-level): Remove from both
10196         gnus-zombie-list and gnus-killed-list.
10197
10198 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10199
10200         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10201         gnus-subscribe-topics.
10202
10203         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10204
10205 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10206
10207         * gnus-art.el (gnus-article-make-menu-bar): Make
10208         gnus-article-post-menu.
10209
10210         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10211
10212         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10213
10214         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10215
10216         * message.el (message-mode-menu): Ditto.
10217
10218         * gnus-art.el (defvar): eval-when-compile.
10219
10220 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10221
10222         * gnus-agent.el (gnus-agentize): Fix doc.
10223
10224 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10225
10226         * mml.el (mml-preview): Bind `q'.
10227
10228 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10229
10230         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10231
10232 2001-01-31  Dave Love  <fx@gnu.org>
10233
10234         * mm-util.el (mm-mime-mule-charset-alist)
10235         (mm-find-mime-charset-region): Consider mule-utf-8.
10236
10237 2001-01-31  Dave Love  <fx@gnu.org>
10238
10239         * gnus-art.el (gnus-article-x-face-command)
10240         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10241         :version.
10242
10243 2001-01-26  Dave Love  <fx@gnu.org>
10244
10245         * mm-util.el (mm-multibyte-string-p): New.
10246
10247 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10248 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10249 ;;      string-as-multibyte on class.  Clarify line-folding.
10250         (quoted-printable-encode-string): Make temp buffer inherit
10251         string's multibyteness.
10252
10253 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10254
10255         * nnheader.el (toplevel): Don't require `gnus-util' at
10256         compile-time; this creates a circular dependency, and prevents
10257         a bootstrap.
10258
10259 2001-01-22  Andreas Schwab  <schwab@suse.de>
10260
10261         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10262
10263 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10264
10265         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10266
10267         * gnus-art.el (article-hide-list-identifiers): Ditto.
10268
10269         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10270
10271 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10272
10273         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10274
10275         * gnus-art.el (article-hide-list-identifiers): Similar.
10276
10277 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10278
10279         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10280
10281 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10282
10283         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10284
10285 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10286
10287         * gnus-util.el (gnus-string-equal): New function.
10288
10289         * gnus-art.el (article-hide-boring-headers): Use it.
10290
10291 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10292
10293         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10294
10295 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10296
10297         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10298
10299 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10300
10301         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10302         command if there is not last-saver.
10303
10304 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10305
10306         * nntp.el (nntp-open-connection): 201 is possible.
10307
10308 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10309
10310         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10311         (rfc2047-charset-encoding-alist): Add big5.
10312
10313 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10314
10315         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10316         (gnus-agent-remove-server): Ditto.
10317         (autoload): gnus-server-update-server.
10318
10319         * gnus-srvr.el (gnus-server-line-format): Add %a.
10320         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10321         (gnus-server-insert-server-line): Use it.
10322
10323 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10324
10325         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10326         GB2312 and Big5.
10327
10328 2001-01-24  Simon Josefsson  <sj@extundo.com>
10329
10330         * mail-source.el (mail-sources): Add :program specifier to IMAP
10331         mail source.
10332         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10333
10334 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10335
10336         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10337
10338 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10339
10340         * nntp.el (nntp-wait-for): Return the success code.
10341         (nntp-open-connection): Use it.
10342
10343 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10344
10345         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10346
10347 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10348
10349         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10350
10351 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10352
10353         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10354         argument. Allow to print several articles in one file.
10355
10356 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10357
10358         * webmail.el (webmail-type-definition): netaddress changes.
10359
10360 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10361
10362         * gnus.el: Fix copyright. Remove trailing spaces.
10363
10364         * message.el (message-forward): Use mule4.
10365
10366 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10367
10368         * mm-util.el (mm-string-as-unibyte): New function.
10369
10370         * message.el (message-forward): Use it.
10371
10372 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10373
10374         * message.el (message-cite-original-without-signature): Don't peel
10375         off the blank line.
10376         (message-get-reply-headers): Add Cc if it is not in follow-to.
10377
10378 2001-01-20  Simon Josefsson  <sj@extundo.com>
10379
10380         * mm-decode.el (mm-handle-multipart-from): Add.
10381         (mm-dissect-buffer): Save From: header value.
10382         (mm-security-from): Remove.
10383         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10384
10385         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10386         instead of `mml-security-from'.  Protect null from value.
10387
10388 2001-01-20  Simon Josefsson  <sj@extundo.com>
10389
10390         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10391         application/vnd.ms-excel attachments.
10392
10393 2001-01-19  Simon Josefsson  <sj@extundo.com>
10394
10395         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10396
10397 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10398
10399         * message.el (message-ignored-mail-headers): Ditto.
10400
10401 2001-01-19  Simon Josefsson  <sj@extundo.com>
10402
10403         * message.el (message-ignored-news-headers): Only search beginning
10404         of line.
10405
10406 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10407         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10408
10409         * message.el (message-send-mail): Content-Type may not be there.
10410
10411 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10412
10413         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10414         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10415
10416         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10417         not.
10418
10419 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10420
10421         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10422         non-native groups.
10423
10424 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10425
10426         * message.el (message-yank-original): Understand
10427         universal-argument.
10428
10429 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10430
10431         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10432         (article-hide-boring-headers): Ditto.
10433
10434         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10435
10436 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10437
10438         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10439         one.
10440
10441 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10442
10443         * message.el (message-make-in-reply-to): Add comment to message-id
10444         (old syntax, see 2000-08-02 change).
10445
10446 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10447
10448         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10449         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10450         (gnus-button-reply): Ditto.
10451
10452 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * gnus-art.el (article-display-x-face): Fix.
10455
10456 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10457
10458         * gnus-art.el (article-display-x-face): Use
10459         gnus-original-article-buffer.
10460
10461 2001-01-15  Jack Twilley  <jmt@tbe.net>
10462
10463         * message.el (message-add-header): Move to point-max.
10464
10465 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10466
10467         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10468         nil, improve documentation.
10469         (smime-certificate-directory): Comment out false hints (until it
10470         is implemented).
10471
10472         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10473         there aren't any keys.
10474         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10475         verify certificate.  Default is changed to only check integrity.
10476         Improved security status texts.  If a certificate doesn't contain
10477         a email address, don't fail.
10478
10479         * smime.el (smime-noverify-region):
10480         (smime-noverify-buffer): New functions.  Verifies integrity only.
10481
10482 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10485
10486 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10487
10488         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10489         (gnus-remove-some-windows): Ditto.
10490
10491 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10492
10493         * gnus-art.el (article-make-date-line): 11th.
10494
10495 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10496
10497         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10498         (mml2015-gpg-sign): Ditto.
10499
10500 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10501
10502         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10503         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10504
10505 2001-01-08  Dave Love  <fx@gnu.org>
10506
10507         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10508         single character.
10509
10510         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10511
10512         * message.el: Doc and message fixes.
10513         (message-send-rename-function)
10514         (message-make-forward-subject-function)
10515         (message-send-mail-function, message-reply-to-function)
10516         (message-wide-reply-to-function, message-followup-to-function)
10517         (message-distribution-function, message-auto-save-directory): Fix
10518         :type.
10519
10520         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10521         proceeding after warnings.  Amend multipart warning message.
10522
10523 2001-01-04  Dave Love  <fx@gnu.org>
10524
10525         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10526         compiling.
10527         (gnus-make-directory): Require nnmail.
10528
10529         * mm-decode.el (mm-inline-media-tests): Add
10530         image/x-portable-bitmap.
10531         (mm-get-image): Grok pbm.
10532
10533 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10534
10535         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10536
10537 2001-01-09  Didier Verna  <didier@xemacs.org>
10538
10539         * dgnushack.el (dgnushack-compile): give a dummy value to
10540         `gnus-xmas-glyph-directory' for the time of compilation.
10541         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10542         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10543         * gnus-art.el: ditto.
10544         * gnus-group.el: ditto.
10545         * gnus-salt.el: ditto.
10546         * gnus-sum.el: ditto.
10547         * gnus-topic.el: ditto.
10548         * gnus-xmas.el (gnus-xmas-define): see above.
10549         * gnus-xmas.el (gnus-xmas-redefine): see above.
10550         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10551         non-continuable error when the directory can't be found.
10552
10553 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10554
10555         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10556         handle.
10557         * gnus-art.el (gnus-mime-view-part): Copy it.
10558         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10559
10560 2001-01-09  Michael Downes  <mjd@ams.org>
10561
10562         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10563
10564 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10565
10566         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10567         orig-file. Use ',source.
10568
10569 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10570
10571         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10572         (gnus-xmas-group-startup-message):
10573         Detect gnus-xmas-glyph-directory when it is nil.
10574
10575 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10576
10577         * pop3.el (pop3-get-message-count): Andrew Innes
10578         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10579
10580 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581
10582         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10583
10584         * time-date.el (time-to-number-of-days): New function.
10585
10586 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10587         Trivial patch.
10588
10589         * nnslashdot.el (nnslashdot-request-list): Always get the right
10590         sid.
10591
10592 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10593
10594         * message.el (message-minibuffer-local-map): New keymap.
10595         (message-read-from-minibuffer): Use it.
10596         * gnus-msg.el (gnus-summary-resend-message): Use it
10597
10598 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10599
10600         * gnus-start.el (gnus-display-time-event-handler): New function.
10601         (gnus-after-getting-new-news-hook): Use it.
10602
10603 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604
10605         * message.el (message-ignored-mail-headers): Add draft header.
10606
10607 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10610         excursion.
10611
10612         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10613
10614 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10615         A revoked patch.
10616
10617         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10618
10619 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10620
10621         * qp.el (quoted-printable-decode-region): Don't backward-char.
10622
10623 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10624
10625         * gnus-draft.el: Mark articles as replied.
10626
10627         * gnus-sum.el (gnus-summary-add-mark): New function.
10628
10629         * gnus-group.el (gnus-add-mark): New function.
10630
10631         * gnus-sum.el (gnus-summary-buffer-name): New function.
10632         (gnus-summary-setup-buffer): Use it.
10633
10634         * gnus-draft.el: Set things up with the right post method and
10635         stuff.
10636
10637         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10638
10639         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10640
10641         * gnus.el (gnus-draft-meta-information-header): New variable.
10642
10643 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10644
10645         * gnus-art.el (gnus-treatment-function-alist): Move the date
10646         functions before the header sorting functions.
10647
10648         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10649
10650         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10651         Don't (push "/usr/share/emacs/site-lisp" load-path).
10652
10653         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10654         to empty fill prefixes.
10655
10656 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10659         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10660
10661 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10664
10665         * nnml.el (autoload): Move to nnheader.el.
10666
10667         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10668         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10669         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10670         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10671
10672 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10673
10674         * gnus-art.el (article-make-date-line): Get the hours right.
10675         (gnus-ignored-headers): More hiding.
10676
10677         * nnmail.el (nnmail-expiry-wait): Not an integer.
10678
10679         * message.el (message-goto-body): Only expand abbrev when called
10680         interactively.
10681         (message-make-lines): Use it.
10682
10683 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10686
10687 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10688
10689         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10690         include the expunged articles.
10691
10692         * gnus-group.el (gnus-group-sort-by-server): New function.
10693
10694         * gnus.el (gnus-method-to-server-name): New function.
10695         (gnus-group-prefixed-name): Use it.
10696
10697         * gnus-group.el (gnus-group-sort-function): Doc fix.
10698         (gnus-group-sort-groups-by-server): New command.
10699
10700 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10701
10702         * gnus-art.el (gnus-treat-date-english): New variable.
10703         (article-date-english): New command.
10704         (gnus-english-month-names): New variable.
10705         (article-make-date-line): Do 'english.
10706
10707         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10708         after the fill prefix.
10709
10710         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10711         score...".
10712
10713         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10714
10715         * message.el (message-mode-map): Bind comment-region.
10716
10717         * gnus-art.el (gnus-mime-display-part): Let w3 display
10718         multipart/related.
10719
10720         * mm-bodies.el (mm-long-lines-p): New function.
10721         (mm-body-encoding): Use it.
10722         (mm-body-encoding): Encode articles with lines longer than 1000
10723         characters.
10724
10725 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10726
10727         * mm-util.el (mm-enable-multibyte): Use
10728         default-enable-multibyte-characters.
10729         (mm-enable-multibyte-mule4): Ditto.
10730         (mm-disable-multibyte): Test XEmacs.
10731         (mm-disable-multibyte-mule4): Ditto.
10732         (mm-with-unibyte-current-buffer): Simplified.
10733         (mm-with-unibyte-current-buffer-mule4): Ditto.
10734
10735 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10736
10737         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10738
10739         * nnheader.el (nnheader-string-as-multibyte): New alias.
10740
10741         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10742
10743         * gnus-uu.el (gnus-message-process-mark): New function.
10744         (gnus-uu-mark-by-regexp): Use it.
10745         (gnus-new-processable): New function.
10746
10747 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10748          Trivial patch.
10749
10750         * gnus-sum.el (gnus-no-mark): New variable.
10751
10752 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10753
10754         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10755         backslashes.
10756
10757 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10760         definition.
10761
10762 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763
10764         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10765
10766         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10767         XEmacs.
10768
10769 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10770         Trivial patch.
10771
10772         * mml.el (mml-read-tag): Save tag location.
10773
10774 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10775
10776         * starttls.el: Sync with Emacs 21.
10777
10778 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * message.el (message-mail): Support yank-action.
10781
10782         * message.el (message-setup): Revoke the last change.
10783
10784 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10785
10786         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10787         <jvromans@squirrel.nl>.
10788
10789 2000-12-24  Simon Josefsson  <sj@extundo.com>
10790
10791         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10792         mailing list junk at end of part.
10793
10794 2000-12-23  Simon Josefsson  <sj@extundo.com>
10795
10796         * nnimap.el (nnimap-expiry-target): New function.
10797         (nnimap-request-expire-articles): Use it.
10798
10799 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10800
10801         * gnus.el (gnus-group-parameters-more): New variable.
10802         * gnus-cus.el (gnus-group-customize): Use it.
10803
10804         * gnus.el (gnus-define-group-parameter): New macro.
10805         (auto-expire): Use it
10806         (total-expire): Use it.
10807         * gnus-art.el (banner): Use it.
10808
10809         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10810         <ljz@asfast.com>.
10811
10812 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10813
10814         * gnus-topic.el (gnus-topic-create-topic): Use list.
10815
10816         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10817         before binding gnus-default-article-saver.
10818
10819         * gnus-sum.el (gnus-summary-save-article):
10820         (gnus-summary-pipe-output):
10821         (gnus-summary-save-article-mail):
10822         (gnus-summary-save-article-rmail):
10823         (gnus-summary-save-article-file):
10824         (gnus-summary-write-article-file):
10825         (gnus-summary-save-article-body-file): Ditto.
10826
10827         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10828
10829 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830
10831         * gnus-art.el (gnus-mime-security-button-map):
10832         (gnus-mime-button-map): Add parent.
10833
10834 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10835
10836         * messagexmas.el (message-xmas-redefine): New function.
10837
10838         * message.el: Use it.
10839
10840         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10841
10842         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10843
10844 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10845
10846         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10847         malformatted messages.
10848
10849 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10850
10851         * mm-util.el (mm-image-load-path): New function.
10852
10853         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10854
10855         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10856
10857         * message.el (message-tool-bar-map): Use it.
10858
10859         * Makefile.in (install-el): New rule.
10860
10861 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10862
10863         * gnus-art.el (article-treat-dumbquotes): Quote \.
10864
10865 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10866
10867         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10868         Emacs 20 runs on a terminal.
10869
10870 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10873
10874         * mml.el (gnus-add-minor-mode): Autoload.
10875
10876         * message.el (message-forward): Save-restriction.
10877
10878 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10879
10880         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10881         Paul Stevenson <p.stevenson@surrey.ac.uk>
10882
10883 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10884
10885         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10886
10887         * mml.el (gnus-ems): Don't require.
10888
10889         * gnus.el (gnus-decode-rfc1522): Removed.
10890         (gnus-set-text-properties): Define.
10891
10892 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10893
10894         * gnus-art.el (gnus-mime-*): handle may be nil.
10895
10896         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10897
10898         * gnus.el (gnus-group-remove-excess-properties): Not defined
10899         in gnus-xmas.
10900
10901 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10902
10903         * message.el (message-mail-user-agent): Add :version.
10904
10905 2000-12-21  Miles Bader  <miles@gnu.org>
10906
10907         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10908
10909 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10910
10911         * message.el (message-mail-user-agent): New variable.
10912         (message-setup): Renamed to message-setup-1. Support
10913         mail-user-agent.
10914         (message-mail-user-agent): New function.
10915         (message-mail): Use it.
10916         (message-reply): Use it.
10917         (message-resend): Use it.
10918         (message-mail-other-window): Use it.
10919         (message-mail-other-frame): Use it.
10920
10921         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10922
10923 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10924
10925         * message.el (message-tool-bar-map): Simplify.
10926         (message-narrow-to-head-1): New function.
10927         (message-narrow-to-head): Use it.
10928         (message-reply): Ditto.
10929         (message-cancel-news): Ditto.
10930         (message-supersede): Ditto.
10931         (message-make-forward-subject): Ditto.
10932         (message-bounce): Ditto.
10933
10934 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10935
10936         * uudecode.el (uudecode-decode-region-external): make-temp-file
10937         may not be defined.
10938
10939         * binhex.el (defalias): eval-and-compile.
10940
10941         * message.el (message-tool-bar-map): New function.
10942         (message-mode): Use it.
10943
10944 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10945
10946         * nntp.el (nntp-find-connection): Remove the entry.
10947         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10948
10949 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10950
10951         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10952
10953         * message.el (message-forward): Copy buffer in unibyte mode.
10954
10955 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10956
10957         * message.el (message-make-forward-subject): Don't widen. Decode.
10958         (message-forward): Don't decode subject.
10959
10960 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10961
10962         * qp.el (quoted-printable-encode-region): Upcase QP.
10963
10964 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10965
10966         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10967         mail-extract-a-c instead. Don't depend on Gnus.
10968
10969         * mml.el (gnus-ems): Require it.
10970
10971         * gnus-msg.el (gnus-summary-mail-forward):
10972
10973         * message.el (message-forward):  Move mime-to-mml here.
10974
10975 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10976
10977         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10978         * gnus-art.el (gnus-insert-mime-button): Simplify.
10979         (gnus-mime-display-alternative): Ditto.
10980         (gnus-insert-mime-security-button): Ditto.
10981
10982 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10983
10984         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10985         text-property-not-all doesn't return nil when start=mark(end).
10986         (gnus-remove-text-properties-when): Ditto.
10987
10988 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * gnus-start.el (gnus-group-change-level): Remove group from
10991         gnus-active-hashtb if real killed.
10992
10993 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10994
10995         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10996         (gnus-mime-display-alternative): Ditto.
10997         (gnus-insert-mime-security-button): Ditto.
10998
10999 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * gnus-start.el (gnus-group-change-level): Don't add it into
11002         killed-list if it was killed.
11003
11004 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11005
11006         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11007         (nnmbox-active-file-coding-system): Ditto.
11008
11009         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11010
11011 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11012
11013         * gnus.el (gnus-version):
11014         (gnus-version-number): Set to Oort Gnus 0.01.
11015
11016         * gnus-art.el (gnus-mime-security-button-map):
11017         (gnus-insert-mime-security-button): Fix for Emacs21.
11018
11019 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11020
11021         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11022         easymenu, because XEmacs doesn't understand :help.
11023
11024         * mm-uu.el: Require binhex.
11025
11026 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11027
11028         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11029
11030 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11031
11032         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11033
11034 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11035
11036         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11037
11038 2000-12-18  Dave Love  <fx@gnu.org>
11039
11040         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11041         (unused).
11042
11043 2000-12-13  Miles Bader  <miles@gnu.org>
11044
11045         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11046         to t, so that we don't get stuck while trying to smilefy
11047         intangible text.
11048
11049 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11050
11051         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11052         at the end of the buffer.
11053         (smiley-region): In the loop, move to the end of the submatch
11054         matching the smiley instead of using the end of the match
11055         of the whole regexp.
11056
11057 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11058
11059         * message.el (message-mode): Doc fix.
11060
11061 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11062
11063         * smiley-ems.el (smiley-region): Doc fix.
11064
11065 2000-12-11  Miles Bader  <miles@gnu.org>
11066
11067         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11068         bottom line visible, check to see if it's partially obscured, and
11069         if so, either scroll one more line to make it fully visible, or
11070         revert to showing the second line from the top.
11071
11072 2000-12-07  Dave Love  <fx@gnu.org>
11073
11074         * mailcap.el (mailcap-download-directory)
11075         * gnus-audio.el (gnus-audio-directory)
11076         * smiley-ems.el (smiley-data-directory): Fix :type.
11077
11078 2000-11-30  Dave Love  <fx@gnu.org>
11079
11080         * message.el (message-auto-save-directory): Use
11081         file-name-as-directory.
11082         (message-set-auto-save-file-name): Create
11083         message-auto-save-directory if necessary.
11084         (message-replace-chars-in-string): Removed -- unused.
11085         (message-mail-alias-type): Customize.
11086         (message-headers): Remove duplicate defgroup.
11087
11088 2000-11-29  Dave Love  <fx@gnu.org>
11089
11090         * qp.el (quoted-printable-decode-region): Use error, not message
11091         to report malformed text (like base64).  Amend message.
11092
11093 2000-11-29  Miles Bader  <miles@gnu.org>
11094
11095         * message.el (message-header-lines): Fontify tag.
11096
11097 2000-11-27  Dave Love  <fx@gnu.org>
11098
11099         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11100         compiler warning.
11101
11102 ;2000-11-26  Dave Love  <fx@gnu.org>
11103 ;
11104 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11105 ;
11106 2000-11-23  Dave Love  <fx@gnu.org>
11107
11108         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11109
11110         * mm-uu.el (uudecode): Require.
11111         (uudecode-decode-region, uudecode-decode-region-external): Don't
11112         autoload.
11113         (mm-uu-copy-to-buffer): Doc fix.
11114         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11115         type fix.
11116
11117         * mailcap.el: Doc fixes.
11118         (mailcap-mime-data): Various adjustments.
11119         (mailcap): New group.
11120         (mailcap-download-directory): Customize.
11121         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11122         (mailcap-temporary-directory): Deleted (unused).
11123         (mailcap-unescape-mime-test): Simplify slightly.
11124         (mailcap-viewer-passes-test): Use functionp.
11125         (mailcap-command-p): Aliased to executable-find.
11126
11127         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11128         default-enable-multibyte-characters is nil.
11129
11130 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11131
11132         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11133
11134 2000-11-21  Dave Love  <fx@gnu.org>
11135
11136         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11137         gnus-article-mode-map.
11138 ;       (gnus-mime-button-menu): Use mouse-set-point.
11139         (gnus-insert-mime-button, gnus-mime-display-alternative)
11140         (gnus-mime-display-alternative): Don't use local-map property.
11141
11142 2000-11-17  Dave Love  <fx@gnu.org>
11143
11144         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11145         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11146         and make-temp-file.
11147         (uudecode-decode-region): Doc fix.
11148
11149 2000-11-14  Dave Love  <fx@gnu.org>
11150
11151         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11152         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11153         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11154         New files, derived from the XPMs.
11155
11156 2000-11-10  Dave Love  <fx@gnu.org>
11157
11158         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11159         (gnus-agent-lib-file, gnus-agent-load-alist)
11160         (gnus-agent-save-alist, gnus-agent-article-name): Use
11161         expand-file-name.
11162
11163         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11164         :version.
11165         (nnkiboze-score-file): Defvar when compiling.
11166
11167         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11168
11169         * gnus-art.el (gnus-article-banner-alist)
11170         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11171         (gnus-article-date-lapsed-new-header)
11172         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11173         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11174         (gnus-treat-strip-headers-in-body)
11175         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11176         (gnus-treat-translate): Add :version.
11177         (gnus-article-mime-part-function): Fix defcustom.
11178
11179         * nnmail.el (nnmail-expiry-target)
11180         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11181         (nnmail-split-header-length-limit): Add :version.
11182
11183         * gnus-sum.el (gnus-auto-expirable-marks)
11184         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11185         (gnus-extra-headers, gnus-ignored-from-addresses)
11186         (gnus-newsgroup-ignored-charsets)
11187         (gnus-group-highlight-words-alist)
11188         (gnus-summary-show-article-charset-alist): Add :version.
11189
11190         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11191         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11192         files, converted from the XPMs.
11193
11194         * gnus-cache.el (gnus-cache-active-file): Don't use
11195         file-name-as-directory on directory.
11196         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11197         use file-name-as-directory on directory.
11198
11199         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11200         (date-to-time): Use it.
11201
11202 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11203 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11204 ;       (message-newline-and-reformat): Likewise.
11205         (message-forward-as-mime, message-forward-ignored-headers)
11206         (message-buffer-naming-style, message-default-charset)
11207         (message-dont-reply-to-names, message-send-mail-partially-limit):
11208         Add :version.
11209
11210         * mm-util.el: Doc fixes.
11211         (mm-mime-charset): Don't use the raw result of
11212         mm-preferred-coding-system.
11213         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11214         (mm-with-unibyte): Simplify.
11215
11216         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11217         concat.
11218
11219         * pop3.el (pop3-version): Deleted.
11220         (pop3-make-date): New function, avoiding message-make-date.
11221         (pop3-munge-message-separator): Use it.
11222
11223 2000-11-09  Dave Love  <fx@gnu.org>
11224
11225         * gnus-group.el (gnus-group-make-directory-group)
11226         (gnus-group-fetch-faq): Use expand-file-name.
11227         (gnus-group-fetch-faq): Simplify completing-read form.
11228
11229         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11230         test for Mule.
11231
11232         * message.el (tool-bar-map): Defvar when compiling.
11233
11234         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11235         (gnus-tm-lisp-directory): Deleted.
11236         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11237         (featurep 'xemacs).
11238         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11239         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11240         version numbers from file names.
11241
11242 2000-11-08  Dave Love  <fx@gnu.org>
11243
11244         * mm-view.el: Use featurep for XEmacs test.
11245         (mm-inline-message): Test for `remove-specifier'; don't use
11246         condition-case.
11247
11248         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11249
11250         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11251         (gnus-score-find-bnews): Don't concat "".
11252
11253         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11254         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11255         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11256         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11257
11258         * gnus-sum.el: Put some defvars in eval-when-compile.
11259         (gnus-summary-mode-hook): Add :options.
11260         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11261         (gnus-summary-tool-bar-map): New variable.
11262         (gnus-summary-make-tool-bar): New function.
11263         (gnus-summary-mode): Put kill-all-local-variables first.
11264
11265         * gnus-group.el (gnus-group-toolbar-map): New variable.
11266         (gnus-group-make-tool-bar): Rewritten.
11267         (gnus-group-mode): Put kill-all-local-variables first.
11268
11269         * rfc2047.el: Require gnus-util.
11270
11271         * nnml.el (gnus-sorted-intersection): Autoload.
11272
11273         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11274         Put some defvars in eval-when-compile.
11275         (gnus-intersection, gnus-sorted-complement):  Autoload.
11276
11277         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11278
11279         * mm-encode.el (mm-body-7-or-8): Autoload.
11280
11281         * mm-decode.el (mm-insert-inline): Autoload.
11282
11283         * mml.el:
11284         * message.el: Put some defvars in eval-when-compile.
11285
11286         * gnus-msg.el: Put some defvars in eval-when-compile.
11287         (gnus-msg-mail): Move after gnus-setup-message.
11288
11289         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11290
11291 2000-11-07  Dave Love  <fx@gnu.org>
11292
11293         * gnus-util.el (nnheader): Don't require message (recursive
11294         autoload).
11295
11296         * uudecode.el: Avoid compiler warnings.
11297
11298         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11299         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11300
11301 2000-11-06  Dave Love  <fx@gnu.org>
11302
11303         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11304
11305         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11306         (uudecode-char-int): New alias, replacing char-int.
11307         (uudecode-decode-region): Don't call buffer-disable-undo.
11308
11309 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11310 ;       (mm-uu-configure-list): Doc fix.
11311 ;
11312 ;       * earcon.el (running-xemacs): Don't define.
11313 ;
11314 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11315 ;
11316 ;       * message.el (message-font-lock-keywords): Match a final newline
11317 ;       to help font-lock's multiline support.
11318 ;
11319 2000-11-03  Dave Love  <fx@gnu.org>
11320
11321         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11322
11323         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11324         name.
11325
11326         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11327         <banner>: Fix custom type, doc.
11328
11329         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11330         name.  Don't disable undo explicitly.
11331
11332 ;2000-11-02  Dave Love  <fx@gnu.org>
11333 ;
11334 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11335 ;       cite-prefix.
11336
11337 2000-11-01  Dave Love  <fx@gnu.org>
11338
11339         * rfc2047.el (base64): Require unconditionally.
11340         (message-posting-charset): Defvar when compiling.
11341         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11342         message.
11343
11344         * gnus-sum.el (nnoo): Require.
11345         (mm-uu-dissect): Autoload.
11346
11347         * mml.el (mml-parse-1): Clarify message.
11348         (mml-minibuffer-read-type): Use mailcap-mime-types.
11349
11350 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11351
11352         * mml.el: Fix a typo in the requiring of CL.
11353
11354 2000-11-01  Dave Love  <fx@gnu.org>
11355
11356         * utf7.el: Require cl when compiling.
11357
11358         * binhex.el: Use (featurep 'xemacs).
11359         (binhex-char-int): New alias, replacing char-int.  Change callers.
11360         (binhex-decode-region): Simplify work buffer code.
11361         (binhex-decode-region-external): Use expand-file-name, not concat.
11362
11363 2000-10-30  Dave Love  <fx@gnu.org>
11364
11365         * gnus-art.el: Fix 2000-10-27 change properly.
11366
11367 2000-10-28  Miles Bader  <miles@gnu.org>
11368
11369         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11370
11371 2000-10-27  Dave Love  <fx@gnu.org>
11372
11373         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11374         strings.
11375         (gnus-group-make-tool-bar): New function.
11376         (gnus-group-mode): Use it.
11377
11378         * message.el (message-mode-menu): Add some :help strings.
11379         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11380         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11381
11382         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11383         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11384         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11385
11386         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11387         display-graphic-p here.
11388
11389 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11390
11391         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11392         of the `gnus-xemacs' variable, as the latter has been removed.
11393         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11394         * gnus-art.el (gnus-treat-display-xface)
11395         (gnus-treat-display-smileys, gnus-treat-display-picons)
11396         (gnus-article-read-summary-keys): Likewise.
11397
11398 2000-10-26  Dave Love  <fx@gnu.org>
11399
11400         (defvar): Use rmail-spool-directory unconditionally.
11401
11402 2000-10-18  Dave Love  <fx@gnu.org>
11403
11404         * mm-bodies.el (mm-uu-decode-function)
11405         (mm-uu-binhex-decode-function): Defvar when compiling.
11406
11407         * gnus-nocem.el (gnus-nocem-issuers): Update.
11408         (gnus-nocem-check-from): New option.
11409         (gnus-nocem-scan-groups): Use it.
11410         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11411         (gnus-nocem-check-article-limit): Add :version.
11412
11413 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11414
11415         * ietf-drums.el (mm-util): Require CL when compiling.
11416
11417 2000-10-15  Dave Love  <fx@gnu.org>
11418
11419         * qp.el: Require mm-util.
11420
11421 2000-10-13  Dave Love  <fx@gnu.org>
11422
11423         * qp.el (quoted-printable-decode-region): Avoid invalid
11424         coding-systems.
11425
11426 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11427
11428         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11429         to a recursive load.
11430
11431 2000-10-12  Dave Love  <fx@gnu.org>
11432
11433         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11434
11435         * gnus.el (gnus-group-startup-message): Check for PBM image.
11436
11437 2000-10-09  Dave Love  <fx@gnu.org>
11438
11439         * mail-source.el (mail-source-fetch-imap): Bind
11440         default-enable-multibyte-characters rather than using
11441         mm-disable-multibyte.
11442
11443 2000-10-05  Dave Love  <fx@gnu.org>
11444
11445         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11446         Autoload.
11447         (quoted-printable-decode-region):  Rename arg which confused
11448         charset with coding-system.  Don't use nonascii-insert-offset.
11449         Coding-system encode the region initially.  Don't recognize `=='
11450         as valid QP.  Coding-system decode the region finally.
11451         (quoted-printable-decode-string): Rename arg which confused
11452         charset with coding-system.
11453
11454         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11455         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11456         mm-encode-coding-region.
11457         (mm-decode-body, mm-decode-string): Rename variables which
11458         confused charset with coding-system.
11459         (binhex-decode-region): Don't autoload.
11460         (mm-body-encoding): Require message.
11461         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11462         cond branches.
11463
11464         * gnus-art.el (article-de-quoted-unreadable)
11465         (article-de-base64-unreadable): Fold search case
11466         rather than downcasing string.  Apply mm-charset-to-coding-system
11467         to arg of quoted-printable-decode-region.
11468
11469 2000-10-04  Dave Love  <fx@gnu.org>
11470
11471         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11472         Require ring when compiling.
11473         (gnus-article-compface-xbm): New variable.
11474
11475 2000-10-04  Dave Love  <fx@gnu.org>
11476
11477         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11478         pbm images.
11479
11480         * frown.pbm, smile.pbm, wry.pbm: New files.
11481
11482         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11483
11484 2000-10-03  Dave Love  <fx@gnu.org>
11485
11486         * mail-source.el (mail-sources): Revert to nil.
11487
11488         * nnmail (nnmail-spool-file): Revert to `((file))'.
11489
11490         * qp.el: Don't require mm-util.
11491         (quoted-printable-decode-region): Rewritten.
11492         (quoted-printable-decode-string, quoted-printable-encode-region):
11493         Doc fix.
11494         (quoted-printable-encode-region): Barf on multibyte characters.
11495         Maybe make the class multibyte.  Upcase chars, not formatted
11496         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11497         (quoted-printable-encode-string): Don't use
11498         mm-with-unibyte-buffer.
11499
11500 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11501
11502         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11503
11504 2000-09-21  Dave Love  <fx@gnu.org>
11505
11506         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11507         (for Emacs 20).  Tidy somewhat.
11508
11509 2000-09-21  Dave Love  <fx@gnu.org>
11510
11511         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11512         image processing.  Rationalize logic somewhat.
11513
11514 2000-09-20  Dave Love  <fx@gnu.org>
11515
11516         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11517         specifically.
11518
11519         * gnus.el (gnus-version-number): Avoid some redundant
11520         autoloads.
11521
11522 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11523
11524         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11525         to XBM; we always have PBM support.
11526
11527 2000-09-14  Dave Love  <fx@gnu.org>
11528
11529         * gnus.el (gnus-charset):
11530         * mm-decode.el (mime-display):
11531         * imap.el (imap) <defgroup>: Add :version.
11532
11533 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11534
11535         * parse-time.el: Fix author's mail address.
11536
11537         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11538         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11539         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11540         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11541         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11542         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11543         * rfc2231.el, uudecode.el: Fix copyright notice.
11544
11545         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11546         require `w3' at load-time only if not running in batch mode.
11547
11548 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11549
11550         * gnus.el: Before merge with Emacs21.
11551
11552 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11553
11554         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11555
11556 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11557
11558         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11559         to avoid conflict with the standard `back-to-indentation'
11560         binding.
11561
11562 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11563
11564         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11565
11566         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11567         (mm-disable-multibyte-mule4): Ditto.
11568         (mm-with-unibyte-current-buffer-mule4): Ditto.
11569
11570 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11571
11572         * pop3.el (pop3-movemail): Use binary.
11573         (pop3-movemail-file-coding-system): Removed.
11574
11575 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11576
11577         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11578
11579 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11580
11581         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11582         exists.
11583
11584 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11585
11586         * gnus-msg.el (gnus-post-method): Use backend name when the
11587         address is "".
11588
11589 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11590
11591         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11592         mm-verify-option.
11593         (gnus-treat-x-pgp-sig): Default value.
11594         (gnus-ignored-headers): Redundant.
11595
11596 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11597
11598         * gnus-win.el (gnus-configure-frame): Save selected window.
11599
11600 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11601
11602         * nnmbox.el: Require gnus-range.
11603         (nnmbox-group-building-active-articles): New variable.
11604         (nnmbox-group-active-articles): New variable; this is a cache of
11605         all active articles by group and number.
11606         (nnmbox-in-header-p): New function.
11607         (nnmbox-find-article): New function.
11608         (nnmbox-record-active-article): New function.
11609         (nnmbox-record-deleted-article): New function.
11610         (nnmbox-is-article-active-p): New function.
11611         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11612         (nnmbox-request-article): Ditto.  Also supply extra arg to
11613         nnmbox-article-group-number.
11614         (nnmbox-request-expire-articles): Ditto.
11615         (nnmbox-request-move-article): Ditto.
11616         (nnmbox-request-replace-article): Ditto.
11617         (nnmbox-request-rename-group): Rename group entry in active
11618         article cache.
11619         (nnmbox-delete-mail): Update active article cache, unless article
11620         is being replaced.
11621         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11622         than partially duplicating it.
11623         (nnmbox-article-group-number): Add extra `this-line' arg, to
11624         handle articles belonging to multiple groups.
11625         (nnmbox-save-mail): Update active article cache.
11626         (nnmbox-read-mbox): Build active article cache when loading mbox.
11627         Also do some repair work, if we find articles that are missing the
11628         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11629         reconstruct these from Xref info.
11630
11631 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11632
11633         * mail-source.el (mail-source-report-new-mail): Use
11634         nnheader-run-at-time.
11635
11636 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11637
11638         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11639         an error is thrown, and then rethrow the error.
11640         (mail-source-check-pop): Ditto.
11641         (mail-source-start-idle-timer): Prevent multiple pop checks
11642         running if the check takes a long time.
11643
11644 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11645
11646         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11647         succeed.
11648
11649 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650
11651         * gnus-win.el (gnus-configure-windows): Make sure
11652         nntp-server-buffer is live.
11653         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11654
11655 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11656
11657         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11658
11659 2000-12-04  Andreas Jaeger  <aj@suse.de>
11660
11661         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11662
11663 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11664
11665         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11666
11667 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11668         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11669
11670         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11671
11672 2000-12-01  Simon Josefsson  <sj@extundo.com>
11673
11674         * mml-smime.el (mml-smime-verify): Fix address parsing.
11675
11676 2000-12-01  Simon Josefsson  <sj@extundo.com>
11677
11678         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11679         more than one certificate inside PKCS#7 blob.  Better security
11680         information (clamed / actual sender, openssl output, certificates
11681         inside message).
11682
11683         * smime.el (smime-verify-region): Output to /dev/null.
11684         (smime-buffer-as-string-region): Don't parse empty lines.
11685
11686 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11687
11688         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11689         ?d and ?D.
11690         (gnus-mime-security-show-details-inline): New variable.
11691         (gnus-mime-security-show-details): Use them.
11692         (gnus-insert-mime-security-button): Ditto.
11693
11694         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11695         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11696         (mml2015-gpg-clear-verify): Ditto.
11697         (mml2015-gpg-decrypt-1): Ditto.
11698         (mml2015-use): Prefer 'gpg.
11699
11700 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11701
11702         * gnus-util.el (gnus-add-text-properties-when): New function.
11703         (gnus-remove-text-properties-when): Ditto.
11704
11705         * gnus-cite.el (gnus-article-hide-citation): Use them.
11706         (gnus-article-toggle-cited-text): Use them.
11707
11708         * gnus-art.el (gnus-signature-toggle): Use them.
11709         (gnus-article-show-hidden-text): Ditto.
11710         (gnus-article-hide-text): Ditto.
11711
11712 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11713
11714         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11715
11716 2000-11-30  Simon Josefsson  <sj@extundo.com>
11717
11718         * smime.el (smime-point-at-eol): New alias.
11719         (smime-buffer-as-string-region): Use it.
11720
11721 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11722
11723         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11724
11725 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11726
11727         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11728
11729         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11730
11731         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11732
11733 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11734
11735         * nnmh.el (nnmh-request-expire-articles): Implemented
11736         expiry-target for nnmh backend.
11737
11738 2000-11-30  Simon Josefsson  <sj@extundo.com>
11739
11740         * mm-decode.el (mm-security-from): New variable.
11741         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11742
11743         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11744         than `from'.
11745
11746 2000-11-30  Simon Josefsson  <sj@extundo.com>
11747
11748         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11749         address match sender address.
11750
11751         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11752
11753         * smime.el (smime-verify-region): Don't copy buffer.
11754         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11755         (smime-pkcs7-region): New function.
11756         (smime-pkcs7-certificates-region): Ditto.
11757         (smime-pkcs7-email-region): Ditto.
11758         (smime-buffer-as-string-region): Ditto.
11759
11760         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11761         buffer.
11762
11763 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11764
11765         * smime.el (smime-decrypt-region): Fix keyfile argument.
11766
11767 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11768
11769         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11770
11771 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11772
11773         * message.el (message-shoot-gnksa-feet): New variable.
11774         (message-gnksa-enable-p): New function.
11775         (message-send): Use it.
11776         (message-check-news-body-syntax): Ditto.
11777
11778 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11779
11780         * message.el (message-make-message-id): Remove the redundancy.
11781
11782 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11783
11784         * message.el (message-setup): Discourage using mc-install-*-mode.
11785
11786         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11787
11788 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11789
11790         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11791
11792 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11793
11794         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11795
11796 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11797
11798         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11799
11800 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11801
11802         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11803         insert-buffer-substring.
11804
11805         * message.el (message-send-mail): Use buffer-substring-no-properties.
11806         (message-send-news): Ditto.
11807
11808 2000-11-22  David Edmondson  <dme@dme.org>
11809
11810         * imap.el (imap-wait-for-tag): Message read info.
11811
11812 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11815         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11816         (mml2015-gpg-encrypt): Ditto.
11817
11818 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11819
11820         * mm-decode.el (mm-verify-option): Default value.
11821
11822         * mml-sec.el (mml-secure-part): Error message.
11823
11824 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11825
11826         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11827
11828 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11829
11830         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11831
11832 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11833
11834         * gnus-art.el (gnus-article-describe-key): Use prompt.
11835         (gnus-article-describe-key-briefly): Ditto.
11836
11837 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11838
11839         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11840
11841 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11842
11843         * gnus-art.el (gnus-article-describe-key): New function.
11844         (gnus-article-describe-key-briefly): New function.
11845
11846 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11847
11848         * mm-decode.el (mm-decrypt-option): Doc typo.
11849
11850         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11851         return a number.
11852
11853 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11854
11855         * message.el (message-newline-and-reformat): Typo.
11856
11857 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11858
11859         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11860         original-article-buffer exists.
11861
11862         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11863         (rfc2047-header-encoding-alist): Addresses are different from text.
11864         (rfc2047-encode-message-header): Ditto.
11865         (rfc2047-dissect-region): Extra parameter.
11866         (rfc2047-encode-region): Ditto.
11867         (rfc2047-encode-string): Ditto.
11868
11869 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11870
11871         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11872         (mm-uu-pgp-encrypted-extract): Use it.
11873         (mm-uu-pgp-signed-extract-1): New function.
11874         (mm-uu-pgp-signed-extract): Use it.
11875
11876         * gnus-art.el (gnus-mime-display-security): New function.
11877         (gnus-mime-display-part): Use it.
11878         (gnus-mime-security-verify-or-decrypt): New function.
11879         (gnus-mime-security-press-button): New function.
11880         (gnus-insert-mime-security-button): Use it.
11881
11882         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11883         (mm-find-raw-part-by-type): Ditto.
11884         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11885         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11886         (mm-destroy-parts): Kill nested multibyte buffer.
11887
11888         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11889         (mml2015-gpg-verify): Ditto.
11890
11891 2000-11-18  Simon Josefsson  <sj@extundo.com>
11892
11893         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11894         (mml2015-function-alist): Use it.
11895
11896         * mml-sec.el (mml-sign-alist): Update names.
11897         (mml-encrypt-alist): Ditto.
11898         (mml-secure-part-smime-sign): Moved to mml-smime.el
11899         as `mml-smime-sign-query'.
11900         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11901         `mml-smime-get-file-cert'.
11902         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11903         `mml-smime-get-dns-cert'.
11904         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11905         `mml-smime-encrypt-query'.
11906         (mml-smime-sign-buffer): Use mml-smime-sign.
11907         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11908
11909         * mml-smime.el (mml-smime-sign): New function.
11910         (mml-smime-encrypt):
11911         (mml-smime-sign-query):
11912         (mml-smime-get-file-cert):
11913         (mml-smime-get-dns-cert):
11914         (mml-smime-encrypt-query): Moved from mml-sec.el.
11915
11916 2000-11-16  Simon Josefsson  <sj@extundo.com>
11917
11918         * mml2015.el (mml2015-gpg-clear-verify): New function.
11919         (mml2015-function-alist): Add it.
11920
11921 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11922
11923         * message.el (message-setup-fill-variables): Use
11924         message-cite-prefix-regexp.
11925         (message-newline-and-reformat): Check the end of citation, leading
11926         WSP, break in the cite prefix.
11927         (message-fill-paragraph): New function.
11928
11929 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11930
11931         * lpath.el: Shut up.
11932
11933 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11934
11935         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11936         raw 8-bit in headers in dk.* newsgroups.
11937
11938 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11939
11940         * message.el (message-newline-and-reformat): Match extra WSPs.
11941
11942 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11943
11944         * mml.el (mml-generate-mime-1): Ignore ascii.
11945
11946 2000-11-16 Justin Sheehy  <justin@iago.org>
11947
11948         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11949
11950 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11951
11952         * message.el (message-cite-prefix-regexp): Prefix should not end
11953         at space.
11954
11955 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * message.el (message-mode-syntax-table): Add - as a word
11958         constituent as in articles.
11959         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11960         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11961         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11962
11963 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11964
11965         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11966
11967 2000-11-12  David Edmondson  <dme@dme.org>
11968
11969         * message.el (message-font-lock-keywords): use
11970         message-cite-prefix-regexp.
11971
11972 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11973
11974         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11975         Stein Arild Str\e,Ax\e(Bmme.
11976         (gnus-group-jump-to-group): Use it.
11977         (gnus-group-jump-to-group-prompt): Customize.
11978
11979 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11980
11981         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11982
11983 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11984
11985         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11986         incompatible.
11987         (mml2015-mailcrypt-sign): Ditto.
11988
11989 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11990
11991         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11992         group is open.
11993
11994 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11995
11996         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11997         nnvirtual articles.
11998         (gnus-backlog-request-article): Don't request nnvirtual articles.
11999
12000 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12001
12002         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12003         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12004
12005 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12006
12007         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12008         * mml.el (mml-generate-mime-1): Use charset attribute.
12009         * mm-bodies.el (mm-encode-body): Add parameter charset.
12010         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12011
12012 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12013
12014         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12015         (mml2015-mailcrypt-clear-decrypt): Ditto.
12016         (mml2015-mailcrypt-verify): Ditto.
12017         (mml2015-mailcrypt-clear-verify): Ditto.
12018         (mml2015-gpg-verify): Ditto.
12019
12020 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12021
12022         * smime.el (smime-openssl-program): Test the existence of openssl.
12023         * mml-smime.el: Require mm-decode.
12024         (mml-smime-verify-test): New function.
12025         * mm-decode.el (mm-verify-function-alist): Use it.
12026
12027 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12028
12029         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12030         anyway.
12031
12032 2000-11-13  Simon Josefsson  <sj@extundo.com>
12033
12034         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12035         verification doesn't work.
12036
12037 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12038
12039         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12040         (gnus-inews-do-gcc): Use it.
12041
12042 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12043
12044         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12045         leading space.
12046         * mm-extern.el (mm-inline-external-body): Report error when no
12047         access-type.
12048
12049 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12050
12051         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12052
12053 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12054
12055         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12056
12057 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12058
12059         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12060         as multipart/mixed.
12061
12062 2000-11-12  David Edmondson  <dme@dme.org>
12063
12064         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12065         and replace `.' with `\w' to allow for different syntax tables
12066         (from Vladimir Volovich).
12067         * message.el (message-newline-and-reformat): use
12068         `message-cite-prefix-regexp'.
12069         * gnus-cite.el (gnus-supercite-regexp): use
12070         `message-cite-prefix-regexp'.
12071         * gnus-cite.el (gnus-cite-parse): use
12072         `message-cite-prefix-regexp'.
12073
12074 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12075
12076         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12077         PGP SIGNATURE.  Escape leading "-"'s.
12078         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12079
12080 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12083
12084 2000-11-11  Simon Josefsson  <sj@extundo.com>
12085
12086         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12087
12088         * smime.el (smime-details-buffer): New variable.
12089         (smime-sign-region):
12090         (smime-encrypt-region):
12091         (smime-verify-region):
12092         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12093
12094         * mml-smime.el (mml-smime-verify): Support security info.
12095
12096 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12097
12098         * mm-decode.el (mm-verify-option): Set default to nil.
12099         (mm-decrypt-option): Ditto.
12100         * gnus-art.el (article-verify-x-pgp-sig): New function.
12101
12102 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12105         preferred part.
12106
12107 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12108
12109         * gnus-sum.el (gnus-move-split-methods): Say that
12110         `gnus-split-methods' uses file names, whereas this uses group
12111         names.  (Report from Nevin Kapur)
12112
12113 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12114
12115         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12116
12117 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12118
12119         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12120         (nnheader-directory-articles): Use it.
12121         (nnheader-article-to-file-alist): Ditto.
12122
12123 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12124
12125         * rfc2047.el (rfc2047-pad-base64): New function.
12126         (rfc2047-decode): Use it.
12127
12128 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12129
12130         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12131         select method.
12132
12133 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12134
12135         * mml2015.el (mml2015-gpg-decrypt-1):
12136         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12137
12138 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12139
12140         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12141
12142 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12143
12144         * pop3.el (pop3-munge-message-separator): A message may have an
12145         empty body.
12146
12147 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12148
12149         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12150         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12151         (mm-uu-pgp-signed-extract): Use coding-system.
12152
12153 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12154
12155         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12156         (gnus-insert-mime-security-button): New function.
12157         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12158         * mml2015.el:  Add security info when verify or decrypt.
12159         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12160         (mm-uu-pgp-encrypted-extract): Ditto.
12161
12162 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12163
12164         * mm-decode.el (mm-display-parts): New function.
12165         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12166
12167 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12168
12169         * gnus-mlspl.el: Documentation tweaks.
12170
12171 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12172
12173         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12174         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12175         argument.
12176
12177 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12178
12179         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12180
12181 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12182
12183         * gnus-art.el (gnus-article-encrypt): New function.
12184         (gnus-article-encrypt-protocol-alist): New variable.
12185         (gnus-article-encrypt-protocol): New variable.
12186         * mml2015.el (mml2015-self-encrypt): New function.
12187         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12188
12189 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190
12191         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12192         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12193         let mailcap do it.
12194         * mml2015.el: Remove snarf code.
12195         * mm-decode.el: Remove snarf code.
12196
12197 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12198
12199         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12200         (mml-insert-mime): Understand gnus-decoded.
12201         (mime-to-mml): New parameter handles.
12202         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12203         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12204
12205 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12206
12207         * mm-decode.el (mime-security): New group.
12208         (mm-verify-function-alist): Add test function.
12209         (mm-decrypt-function-alist): Ditto.
12210         (mm-snarf-option): Set default value as nil.
12211         (mm-find-part-by-type): Recursive parameter.
12212         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12213         * mml2015.el: Support draft-ietf-openpgp-multsig.
12214
12215 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12216
12217         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12218         (gnus-article-view-part-as-charset): New function.
12219
12220 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12221
12222         * mm-decode.el (mm-verify-option): Default value.
12223         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12224
12225 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12226
12227         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12228
12229 2000-11-05  Simon Josefsson  <sj@extundo.com>
12230
12231         * mml-smime.el (mml-smime-verify): Work in original multipart
12232         buffert.
12233
12234         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12235         (mm-handle-multipart-ctl-parameter): Ditto.
12236         (mm-alist-to-plist): New function.
12237         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12238         for multiparts.
12239         (mm-destroy-parts): Destroy multipart buffert.
12240         (mm-remove-part): Ditto.
12241
12242         * mml-smime.el (mml-smime-sign): Not used.
12243         (mml-smime-encrypt): Ditto.
12244
12245         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12246
12247         Verify S/MIME signature support.
12248
12249         * mm-decode.el (mm-inline-media-tests): Add
12250         application/{x-,}pkcs7-signature.
12251         (mm-inlined-types): Ditto.
12252         (mm-automatic-display): Ditto.
12253         (mm-verify-function-alist): Ditto.  Add name of method.
12254         (mm-decrypt-function-alist): Add name of method.
12255         (mm-find-part-by-type): Add documentation.
12256         (mm-possibly-verify-or-decrypt): Use new format of
12257         mm-{verify,decrypt}-function-alist.  Use method names.
12258
12259         * mml-smime.el (mml-smime-verify): New function.
12260
12261 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12262
12263         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12264
12265 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12266
12267         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12268         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12269         * mm-decode.el (mm-snarf-option): New variable.
12270
12271 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12272
12273         * mm-util.el (mm-subst-char-in-string): New function.
12274         (mm-replace-chars-in-string): Use it.
12275         * message.el (message-replace-chars-in-string): Use it.
12276         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12277         * gnus-mh.el (mh-lib-progs): Shut up.
12278
12279 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12280
12281         * base64.el, md5.el: Moved to contrib directory.
12282
12283 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12284
12285         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12286         the last article when search.
12287
12288 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12289
12290         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12291         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12292
12293 2000-09-29  David Edmondson  <dme@thus.net>
12294
12295         * message.el (message-newline-and-reformat): Typo.
12296
12297 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12298
12299         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12300
12301 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * nntp.el (nntp-decode-text): Delete bogus status lines.
12304
12305 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12306
12307         * message.el (message-font-lock-keywords): Match a final newline
12308         to help font-lock's multiline support.
12309
12310 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * nnoo.el (nnoo-set): New function.
12313
12314 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12315
12316         * gpg.el, gpg-ring.el: Moved to contrib directory.
12317
12318 2000-11-04  Simon Josefsson  <sj@extundo.com>
12319
12320         * nnimap.el (nnimap-split-inbox): Typo.
12321
12322 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12323
12324         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12325
12326 2000-11-03  Simon Josefsson  <sj@extundo.com>
12327
12328         * rfc2231.el (rfc2231-parse-qp-string): New function.
12329         (require): rfc2047.
12330
12331         * mail-parse.el (mail-header-parse-content-type):
12332         (mail-header-parse-content-disposition): Support invalid QP
12333         encoded strings, by using `rfc2231-parse-qp-string'.
12334
12335 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12336
12337         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12338         (rfc2231-decode-encoded-string): Typo "> X 1".
12339         (rfc2231-encode-string): Insert the name of charset.
12340         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12341
12342 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * mm-decode.el (mm-save-part): Return the filename.
12345         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12346         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12347         (gnus-mime-action-alist): Use it.
12348         (gnus-mime-button-commands): Use it.
12349         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12350         (mm-inline-external-body): unwind-protect.
12351
12352 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12353
12354         * gnus-art.el (gnus-insert-mime-button): Show url.
12355
12356 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12357
12358         * mml.el (mml-generate-mime-1): Support external url.
12359         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12360
12361 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12362
12363         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12364         * mm-decode.el (mm-display-external): Ditto.
12365         * mm-extern.el: New file.
12366         * mm-decode.el (mm-inline-media-tests): Hook it up.
12367         (mm-inlined-types): Inline message/external-body.
12368
12369 2000-11-02  Simon Josefsson  <sj@extundo.com>
12370
12371         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12372
12373         * message.el (message-get-reply-headers): Better handling when
12374         Mail-Followup-To is very large.
12375
12376 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12377
12378         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12379         * gnus-art.el (gnus-article-edit-done):
12380         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12381         counting code here.
12382         * gnus-msg.el (gnus-setup-message): Remove a hack.
12383
12384 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12385
12386         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12387         (gnus-summary-mode): Make them local variables.
12388         (gnus-set-global-variables): Globalize them.
12389         (gnus-summary-exit): Kill them.
12390
12391 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12392
12393         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12394         word.
12395
12396 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12397
12398         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12399         gnus-article-wash-types.
12400         * gnus-art.el (gnus-article-wash-status): Use them.
12401
12402 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12403
12404         * mml.el (mml-read-tag): Remove spaces and LF.
12405
12406 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12407
12408         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12409         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12410
12411 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12412
12413         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12414
12415 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12416
12417         * gnus-sum.el (gnus-article-charset): New variable.
12418         (gnus-summary-display-article): Set it.
12419         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12420         * gnus-art.el (gnus-article-mode): Make it local variable.
12421
12422 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12423
12424         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12425
12426 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12427
12428         * nnwfm.el: New file.
12429
12430         * nnweb.el (nnweb-replace-in-string): New function.
12431
12432 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12433
12434         * mml2015.el: Wrap gpg.el.
12435         * gpg.el (gpg-verify): The last argument of apply is a list.
12436         (gpg-encrypt): Add passphrase as a parameter.
12437
12438 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12439
12440         * gpg.el: New file.
12441         * gpg-ring.el: New file.
12442
12443 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12444
12445         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12446
12447 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12450         double-quote characters.
12451         (gnus-summary-prepare-threads): Ditto.
12452
12453 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12454
12455         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12456         * mml.el (mml-read-tag): Don't skip the leading space.
12457         * lpath.el (font-lock-set-defaults): Shut up.
12458
12459 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12460
12461         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12462
12463 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12464
12465         * qp.el (quoted-printable-encode-region): Replace leading - when
12466         ultra safe.
12467         * mml.el (mml-generate-mime-postprocess-function): Removed.
12468         (mml-postprocess-alist): Removed.
12469         (mml-generate-mime-1): Use ultra-safe when sign.
12470         * mml2015.el (mml2015-fix-micalg): Uppercase.
12471         (mml2015-verify): Insert LF.
12472         (mml2015-mailcrypt-sign): Downcase; search backward.
12473
12474 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12475
12476         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12477         restrictive.
12478         (nnultimate-table-regexp): New variable.
12479         (nnultimate-forum-table-p): Use it.
12480
12481 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12482         Trivial patch.
12483
12484         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12485
12486 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12487
12488         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12489         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12490
12491 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12492
12493         * mml2015.el: Shut up.
12494
12495 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12496
12497         * gnus.el (gnus-server-browse-hashtb): Removed.
12498         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12499         (gnus-group-insert-group-line-info): Use simplified method.
12500         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12501
12502 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12505         moved here.
12506         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12507         * gnus-group.el (gnus-group-prepare-flat): Use it.
12508         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12509
12510 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511
12512         * mml.el (mml-mode): Show menu in XEmacs.
12513
12514 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12515
12516         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12517         (gnus-server-read-server-in-server-buffer): New function.
12518         (gnus-browse-foreign-server): Browse in group buffer.
12519         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12520         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12521         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12522         * gnus.el (gnus-server-browse-hashtb): New variable.
12523
12524 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12525
12526         * nnfolder.el (nnfolder-open-nov): Use group.
12527
12528 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12529
12530         * nnfolder.el: Add NOV. Set version to 2.0.
12531         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12532
12533 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12534
12535         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12536
12537 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12538
12539         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12540         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12541
12542 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12543
12544         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12545
12546 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12547
12548         * mm-decode.el (mm-verify-function-alist): New variable.
12549         (mm-verify-option): New variable.
12550         (mm-decrypt-function-alist): Ditto.
12551         (mm-decrypt-option): Ditto.
12552         (mm-find-raw-part-by-type): New function.
12553         (mm-possibly-verify-or-decrypt): New function.
12554         (mm-dissect-multipart): Use it.
12555         * mml2015.el (mml2015-fix-micalg): New function.
12556         (mml2015-decrypt): Use new interface.
12557         (mml2015-verify):  Use new interface.
12558         (mml2015-setup): Make it bogus.
12559
12560 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12561
12562         * mml.el (mml-generate-mime-postprocess-function): Set to
12563         mml-postprocess.
12564         (autoload): Autoload mml2015 and mml-smime.
12565         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12566         * mml2015.el (mml2015-encrypt): New function.
12567         (mml2015-sign): New function.
12568         (mml2015-encrypt-function): New variable.
12569         (mml2015-sign-function): New variable.
12570         (mml2015-mailcrypt-encrypt): Use message-recipients.
12571         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12572         * mml-smime.el (mml-smime-setup): Ditto.
12573
12574 2000-10-28  Simon Josefsson  <sj@extundo.com>
12575
12576         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12577         Communigate Pro 3.3.1 server.
12578
12579         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12580         in buffers.
12581         (mml-secure-dns-server): Removed.
12582         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12583         write certificates to files.
12584
12585         * smime.el (smime-dns-server): New variable.
12586         (smime-mail-to-domain):
12587         (smime-cert-by-dns): New functions.
12588
12589         * dig.el: New file.
12590
12591 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12592
12593         * message.el (message-options): New variable.
12594         (message-options-set-recipient): New function.
12595         (message-send): Use them.
12596         * gnus-int.el (gnus-request-replace-article): Use them.
12597         (gnus-request-accept-article): Ditto.
12598         * mml.el (mml-preview): Use them.
12599         * gnus-sum.el (gnus-summary-edit-article): Use them.
12600
12601         * message.el (message-options-get): New function.
12602         (message-options-get): New function.
12603         * rfc2047.el (rfc2047-encode-message-header): Use them.
12604         * mm-bodies.el (mm-encode-body): Use them.
12605
12606 2000-10-28  Simon Josefsson  <sj@extundo.com>
12607
12608         * nnimap.el (nnimap-retrieve-which-headers):
12609         (nnimap-request-article-part): Quote message-id.
12610
12611         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12612         (smime-CA-file): New variable.
12613         (smime-call-openssl-region): Don't error.
12614         (smime-sign-region): Return result value.
12615         (smime-encrypt-region): Ditto.
12616         (smime-verify-region): New function.
12617         (smime-decrypt-region): Ditto.
12618         (smime-verify-buffer): Ditto.
12619         (smime-decrypt-buffer): Ditto.
12620
12621         * mml.el: Require mml-sec.
12622         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12623         (mml-mode-map): Add "sign" and "encrypt" maps.
12624         (mml-menu): Add security menu.
12625         (mml-preview): Use generate-new-buffer.
12626
12627         * mml-sec.el: New file.
12628
12629 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12630
12631         * mm-decode.el (mm-find-part-by-type): Move it here.
12632         * mml.el (mml-postprocess): Move it here.
12633         (mml-postprocess-alist): Move it here. Merge them.
12634
12635 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12636
12637         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12638         unencoded stuff in the header.
12639
12640 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12641
12642         * gnus-group.el (gnus-group-listed-groups): New variable.
12643         (gnus-group-list-option): New variable.
12644         (gnus-group-list-limit-map): New keymap.
12645         (gnus-group-list-flush-map): New keymap.
12646         (gnus-group-list-plus-map): New keymap.
12647         (gnus-group-prepare-logic): New function.
12648         (gnus-group-prepare-flat): Merge with
12649         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12650         (gnus-group-prepare-flat-list-dead): Ditto.
12651         (gnus-group-list-matching): Use gnus-group-prepare-function.
12652         (gnus-group-list-dormant): Ditto.
12653         (gnus-group-list-cached): Ditto.
12654         (gnus-group-listed-groups): New function.
12655         (gnus-group-list-limit): New function.
12656         (gnus-group-list-flush): New function.
12657         (gnus-group-list-plus): New function.
12658         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12659         (gnus-topic-prepare-topic): Ditto.
12660
12661 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12662
12663         * message.el (message-insert-to, message-get-reply-headers):
12664         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12665
12666 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12667
12668         * mml2015.el: New file.
12669         * smime.el: New file.
12670         * mml-smime.el: New file.
12671
12672 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12673
12674         * ChangeLog: Moved to ChangeLog.1.
12675
12676     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12677   Copying and distribution of this file, with or without modification,
12678   are permitted provided the copyright notice and this notice are preserved.
12679
12680 ;; Local Variables:
12681 ;; coding: iso-2022-7bit
12682 ;; End: