(gnus-inews-make-draft): Quote article-reply.
[gnus] / lisp / ChangeLog
1 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply. 
4
5         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
6         Protect against unactive groups.
7
8         * message.el (message-check-news-header-syntax): Check long
9         header lines.
10         (message-check-news-header-syntax): Update `start'.
11
12         * gnus-group.el (gnus-group-expire-articles): Doc fix.
13         (gnus-group-line-format): %U.
14         (gnus-group-line-format-alist): ?U.
15         (gnus-number-of-unseen-articles-in-group): New function.
16
17         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout. 
18
19         * gnus.el (gnus-version-number): Bump version number.
20
21 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
22
23         * gnus.el: Oort Gnus v0.10 is released.
24
25 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26
27         * gnus.el (gnus-version-number): Fix version number.
28
29 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
30
31         * gnus.el: Oort Gnus v0.08 is released.
32
33 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
34
35         * mm-util.el: Add mm-string-make-unibyte.
36
37         * gnus-group.el (gnus-group-jump-to-group): Make it work for
38         UTF-8 groups.
39
40 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
41
42         * gnus.el (gnus-variable-list): Write gnus-format-specs last. 
43
44         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
45
46 2003-01-04  Kevin Ryde  <user42@zip.com.au>
47
48         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
49         function. 
50
51 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
52
53         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p. 
54         (gnus-summary-read-group-1): Update group line.
55         (gnus-summary-exit-no-update): Update group on exit.
56
57         * gnus-group.el (gnus-group-line-format): Add %*.
58         (gnus-group-line-format-alist): Ditto.
59         (gnus-group-insert-group-line): Set it.
60         (gnus-group-is-exiting-p): New variable.
61         (gnus-group-insert-group-line): Use it.
62
63 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
64
65         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
66         enable BBDB ham processing
67         (spam-blacklist-register-routine): enable blacklist spam processing
68         (spam-whitelist-register-routine): enable whitelist ham processing
69         (spam-fetch-field-from-fast): fast fetching of the "from" field
70         from (gnus-data-list)
71         (spam-summary-prepare-exit): works completely now
72         (spam-use-blacklist): oops, should be nil by default
73         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
74         split processing now; before it was for summary exit as
75         well but that's done with the spam-contents and spam-process
76         parameters now
77
78 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
79
80         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
81         characters.
82
83 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
84
85         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
86         (spam-group-processor-p, spam-group-processor-bogofilter-p) 
87         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p) 
88         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p) 
89         (spam-mark-spam-as-expired-and-move-routine) 
90         (spam-generic-register-routine, spam-BBDB-register-routine) 
91         (spam-ifile-register-routine, spam-blacklist-register-routine) 
92         (spam-whitelist-register-routine): new functions
93         (spam-summary-prepare-exit): added summary exit processing (expire
94         or move) of spam-marked articles for spam groups; added slots for
95         all the spam-*-register-routine functions
96
97 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
98
99         * pop3.el (pop3-retr): Wait 500 msecs.
100         (pop3-read-response): Ditto.
101
102         * gnus-msg.el (gnus-setup-message): Get the evaliation order
103         right. 
104         (gnus-inews-make-draft): New function.
105         (gnus-setup-message): Use it.
106
107         * message.el (message-required-headers): Add From.
108
109 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
110         Trivial patch from Norbert Koch <nk@viteno.net>.
111
112         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
113
114 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
115
116         * message.el (message-generate-headers): Let header formatters do
117         their work.
118
119 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
120
121         * deuglify.el (gnus-article-outlook-deuglify-article):
122         Rehighlight, reapply treatments and call
123         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
124         (gnus-outlook-repair-attribution-block): Recognize cited
125         attributions.  Suggested by Niklas Morberg.
126
127 2003-01-02  Pete Kazmier  <pete@kazmier.com>
128
129         * gnus-art.el (gnus-treat-predicate): Check condition first.
130
131 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
132
133         * lpath.el: Add url-http-file-exists-p.
134
135         * gnus-group.el (gnus-group-fetch-charter): Use
136         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
137
138 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
139
140         * message.el (message-draft-headers): Also generate From to get a
141         nicer draft buffer summary.
142
143         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
144         parameter.
145
146         * gnus-art.el (article-wash-html): Clean up.
147         (article-wash-html): Typo fix.
148
149         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
150         (gnus-summary-mail-forward): To many lists of lists.
151
152         * gnus-art.el (article-wash-html): Clean up.
153
154 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
155
156         * gnus-art.el (gnus-treat-wash-html): New variable.
157
158 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
159
160         * message.el (message-check-news-header-syntax): Allow posting.
161         (message-check-news-header-syntax): Fix logic for sure, this
162         time.
163
164 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
165
166         * message.el (message-check-news-header-syntax): Check syntax of
167         continuation headers.
168
169 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
170
171         * gnus-art.el (gnus-button-url-regexp,
172         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
173         (gnus-header-button-alist): Regexps are case insensitive here.
174
175 2003-01-02  Simon Josefsson  <jas@extundo.com>
176
177         * dig.el (query-dig): Doc fix.
178
179 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
180
181         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
182         summary buffer line, not just the download mark.
183
184 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-sum.el (gnus-summary-goto-subjects): New function.
187         (gnus-summary-insert-dormant-articles): New command and
188         keystroke.
189
190         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
191         function for mass insertion of subjects.
192
193         * nndraft.el (nndraft-generate-headers): Don't move point.
194
195         * gnus.el (nnheader): Require nnheader.
196
197         * nndraft.el (nndraft-request-associate-buffer): Use
198         make-local-variable.
199
200 2003-01-02  Michael Shields  <shields@msrl.com>
201
202         * nndraft.el (nndraft-request-associate-buffer): Make
203         write-contents-hooks buffer-local before setting it.
204
205 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * gnus.el (gnus-group-parameter-value): Take an extra param.
208         (gnus-group-fast-parameter): Let group param results be nil.
209
210         * gnus-art.el (gnus-article-forward-header): New function.
211         (article-date-ut): Use it to remove continuation date headers.
212
213         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
214         read-event.
215         (gnus-summary-remove-bookmark): Clean up.
216         (gnus-summary-set-bookmark): Clean up.
217
218         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
219
220         * gnus.el (gnus-group-startup-message): Bind data-directory to
221         the Gnus etc directory.
222
223 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
224
225         * spam.el (spam-summary-prepare-exit): added slots for spam- and
226         ham-processing of articles; use the new
227         spam-group-(spam|ham)-contents-p functions
228         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
229         convenience functions
230         (spam-mark-junk-as-spam-routine): use the new
231         spam-group-spam-contents-p function
232
233         * gnus.el (spam-process, spam-contents, spam-process-destination):
234         added new parameters with corresponding global variables
235         (gnus-group-spam-exit-processor-ifile,
236         gnus-group-spam-exit-processor-bogofilter,
237         gnus-group-spam-exit-processor-blacklist,
238         gnus-group-spam-exit-processor-whitelist,
239         gnus-group-spam-exit-processor-BBDB,
240         gnus-group-spam-classification-spam,
241         gnus-group-spam-classification-ham): added new symbols for the
242         spam-process and spam-contents parameters
243
244         * spam.el (spam-ham-marks, spam-spam-marks): changed list
245         customization and list itself to store mark symbol rather than
246         mark character.
247         (spam-bogofilter-register-routine): added logic to generate mark
248         values list from spam-ham-marks and spam-spam-marks, so (member)
249         would work.
250
251 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
252
253         * message.el (message-cross-post-followup-to): Fix comment.
254
255 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
256
257         * spam.el (spam-ham-marks, spam-spam-marks): changed list
258         customization and list itself to store mark symbol rather than
259         mark character.
260         (spam-bogofilter-register-routine): added logic to generate mark
261         values list from spam-ham-marks and spam-spam-marks, so (member)
262         would work.
263
264 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
265
266         * message.el (message-signature-insert-empty-line): New variable.
267
268 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
269
270         * message.el: Renamed functions and variables: "xpost" ->
271         "cross-post", "-fup2" -> "-followup-to".
272         (message-cross-post-old-target, message-cross-post-default,
273         message-cross-post-note, message-followup-to-note,
274         message-cross-post-note-function): New variables names.
275         (message-xpost-old-target, message-xpost-default,
276         message-xpost-note, message-fup2-note,
277         message-xpost-note-function): Removed variable names.
278         (message-cross-post-followup-to-header,
279         message-cross-post-insert-note, message-cross-post-followup-to):
280         New function names.
281         (message-xpost-fup2-header, message-xpost-insert-note,
282         message-xpost-fup2): Removed function names.
283
284 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
285
286         * message.el (message-send-mail): Added message-cleanup-headers to
287         prevent newlines in headers.
288
289 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
290
291         * dns.el (dns-make-network-process): Comment.
292
293         * gnus-sum.el (gnus-summary-display-while-building): Default to
294         nil.
295
296 2003-01-01  Wes Hardaker  <wes@hardakers.net>
297
298         * gnus-sum.el (gnus-summary-display-while-building): New
299         variable.
300
301 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
302
303         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
304         before rearranging the article.
305
306 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
307
308         * nndraft.el (nndraft-generate-headers): New function.
309         (nndraft-request-associate-buffer): Use it to write headers on
310         buffer save.
311
312         * message.el (message-generate-headers): Let the function be a
313         lambda form.
314         (message-draft-headers): New variable.
315
316         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
317         function.
318         (gnus-setup-message): Use it.
319
320         * message.el (message-generate-headers-first): Doc fix.
321         (message-setup-1): Use new function for getting which headers to
322         generate.
323         (message-headers-to-generate): New function.
324
325 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
326
327         * gnus-agent.el (gnus-agent-save-alist): Make directory.
328
329 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
330
331         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
332         mention negatives.
333
334 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
335
336         * deuglify.el (gnus-outlook-rearrange-article): Use
337         `transpose-regions' instead of tempering the kill-ring.
338         (gnus-article-outlook-deuglify-article): Rehighlight article
339         instead of a complete redisplay.
340
341 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
342
343         * spam.el: most defvars are defcustoms now
344
345         patches from Michael Shields  <shields@msrl.com>
346
347         * spam.el (spam-bogofilter-articles): Select the article
348         body using gnus-summary-show-article t instead of
349         gnus-summary-select-article; this presents the raw text
350         without running any hooks.
351
352         * spam.el (spam-bogofilter-articles): Use message-remove-header
353         to remove headers; the old way incorrectly removed just the first
354         line of folded headers.
355
356 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
359
360 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361
362         * gnus-start.el (gnus-load): New function.
363         (gnus-read-newsrc-el-file): Use it.
364
365 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
366
367         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
368         (gnus-button-handle-apropos-documentation): New function.
369         (gnus-button-handle-ctan): New function.
370         (gnus-button-alist): Use them.  Improve some regexps.
371         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
372
373 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
374
375         * message.el (message-subscribed-p): New function.
376         (message-send-mail): Use it.
377         * mml.el (mml-preview-insert-mft): New function.
378         (mml-preview): Use it.
379
380 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
381
382         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
383         when sorting by date.
384
385         * gnus-art.el (gnus-article-edit-mode): New variable.
386         (gnus-article-setup-buffer): Warn user about discarding edits.
387
388         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
389         (gnus-summary-pipe-output): Take a symbolic prefix to save all
390         headers.
391
392         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
393
394 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
395
396         * message.el (message-completion-alist): Added "Mail-Followup-To"
397         and "Mail-Copies-To".
398
399 2002-07-21  Jesper harder  <harder@ifa.au.dk>
400
401         * gnus-group.el: Add key bindings for
402         gnus-group-sort-groups-by-real-name and
403         gnus-group-sort-selected-groups-by-real-name.
404
405 2002-07-21  Jesper harder  <harder@ifa.au.dk>
406
407         * gnus.texi (Sorting Groups): Add key bindings for
408         gnus-group-sort-groups-by-real-name and
409         gnus-group-sort-selected-groups-by-real-name.
410
411 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
412
413         * spam.el (spam-use-dig): new variable for blackhole checking
414         through dig.el
415         (spam-check-blackholes): added dig.el checking functionality and
416         more verbose reporting; query-dig is autoloaded from dig.el
417         (spam-use-blackholes): disabled by default
418         (spam-blackhole-servers): removed rbl.maps.vix.com from the
419         blackhole servers list
420
421 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * message.el (message-required-headers): New variable.
424
425 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
426
427         * dig.el (query-dig): new function
428
429 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
430
431         * flow-fill.el (fill-flowed): Don't infloop on too long fill
432         prefixes.
433
434         * dns.el (query-dns): Protect against errors.
435
436         * gnus-msg.el (gnus-article-yanked-articles): New variable.
437         (gnus-inews-add-send-actions): Mark all answered messages as
438         answered.
439
440 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
441
442         * nnmail.el (nnmail-split-it): Added tracing to
443         `:' split rule
444
445 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
446
447         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
448         and "%s" so we don't overquote them.
449
450 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
451
452         * (mm-display-external): Display the actual command that has been
453         executed in the echo area.
454
455 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456
457         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
458
459         * message.el (message-with-reply-buffer): New macro.
460         (message-fetch-reply-field): Use it.
461         (message-insert-wide-reply): New command and keystroke.
462         (message-carefully-insert-headers): New function.
463         (message-insert-to): Use new function.
464
465         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
466         (gnus-topic-goto-missing-group): Use it.
467
468         * message.el (message-required-news-headers): Removed Lines.
469         (message-reply): Don't insert References first.
470         (message-followup): Ditto.
471         (message-make-references): New function.
472         (message-followup): Set message-reply-headers before generating
473         the buffer stuff.
474
475 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
476
477         * mml.el (mml-generate-mime-1): Reverse the order of
478         encoding/flowing.
479
480 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
483         after moving them.
484
485         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
486         fit with newer standard format.
487         (gnus-summary-make-false-root-always): New variable.
488         (gnus-gather-threads-by-subject): Use it.
489
490         * message.el (message-get-reply-headers): Take an address list
491         optional argument.
492
493 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
494
495         * gnus.el (gnus-keep-backlog): Change default to 20.
496
497         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
498         start.
499         (gnus-agent-check-overview-buffer): Remove negative article
500         numbers.
501
502         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
503         (nnmail-cache-ignore-groups): Doc fix.
504
505         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
506         (nnimap-debug-buffer): New variable.
507         (nnimap-debug): Use it.
508
509 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
510
511         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
512
513 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
516         they aren't already sorted.
517
518 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
519
520         * message.el (message-mode-menu): Add ellipses to menu items
521         expecting user interaction.
522         (message-mode-field-menu): do.
523
524 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
525
526         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
527         it isn't used any more.
528
529 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
530
531         * binhex.el (binhex-decoder-program): Fix docstring.
532
533 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
534
535         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
536         special chars if the mailcap file uses single quotes around %s.
537         From Laurent Martelli <laurent@bearteam.org>.
538
539 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
540
541         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
542         return the info object.
543
544 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
545
546         * gnus-int.el (gnus-request-update-info): Artificially add
547         (1 . (1- min)) to the read range, in case the backend doesn't
548         store marks for nonexistent articles.
549
550 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * binhex.el (binhex-insert-char): Eval-and-compile.
553
554 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
555
556         * lpath.el: Add tool-bar-local-item-from-menu.
557
558         * message.el (message-tool-bar-local-item-from-menu): New function.
559         (message-tool-bar-map): Use it.
560
561 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
562
563         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
564
565         * gnus-art.el (gnus-article-header-rank): Last header in
566         gnus-sorted-header-list should have higher rank than non-members.
567
568 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569
570         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
571         covered methods.
572
573 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
574
575         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
576         eval-when-compile.  Suggested by Kevin Greiner.
577
578 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
579
580         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
581         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
582         even though no headers may have been fetched
583         (gnus-agent-fetch-group-1, and perhaps others, require this
584         behavior).
585         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
586         server buffer is constrained by gnus-agent-max-fetch-size.
587         Multiple chunks in the same group may perform arbitrarily large
588         updates.
589
590 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
591
592         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
593         gnus-summary-update-download-mark to update the article in the
594         summary.
595
596 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
597
598         * gnus.el (gnus-summary-high-uncached-face,
599         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
600         New faces.
601
602         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
603         added this on 2002-11-23 but it just wasn't working out as
604         intended.  The idea isn't entirely dead, three new faces
605         gnus-summary-*-uncached-face are being added to gnus.el to provide
606         the basis for an improved implementation.
607         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
608         proper file to open is lib/servers.
609         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
610         (i.e. removing the article from gnus-newsgroup-downloadable) will
611         now restore the article's default mark rather than simply setting
612         no mark.
613         (gnus-agent-get-undownloaded-list): Corrected documentation.
614         Added code to set new summary local variable,
615         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
616         a temporary list.  No longer sets gnus-newsgroup-downloadable.
617         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
618         up to date.  Call new gnus-summary-update-download-mark to keep
619         summary buffer up-to-date.
620         (gnus-agent-fetch-selected-article): Keep
621         gnus-newsgroup-undownloaded up to date.
622         (gnus-agent-fetch-articles): Return list of articles that were
623         successfully fetched.
624         (gnus-agent-check-overview-buffer): No more thingatpt.
625         (gnus-agent-expire): No longer deletes NOV entries of unread
626         articles.
627         (gnus-agent-unread-articles): New function.
628         (gnus-agent-regenerate-group): The article number must be
629         terminated by a tab character.  Added more messages to report
630         repairs.  Inhibit quits while writing changes so it is now safe
631         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
632         downloaded to 1) resolve the unbound references and 2) avoid
633         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
634
635         * gnus-art.el (gnus-article-prepare): The agent
636         downloaded/undownloaded mark is no longer stored as the article's
637         mark.
638
639         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
640         gnus-summary-highlight may use it.  Added downloaded as
641         gnus-summary-highlight was using it.
642
643         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
644         the download mark now follows Kai's +/- convention.
645         (gnus-downloaded-mark): Added ?+ mark.
646         (gnus-summary-highlight): Added rules to select
647         gnus-summary-high-uncached-face,
648         gnus-summary-normal-uncached-face, and
649         gnus-summary-low-uncached-face.  Removed the
650         gnus-agent-downloaded-article-face.
651         (gnus-summary-line-format-alist): Implemented the download flag
652         format (?O) as named in the manual.  This implementation displays
653         either gnus-undownloaded-mark, gnus-downloaded-mark, or
654         gnus-no-mark.
655         (gnus-newsgroup-agentized): New local variable that identifies
656         which groups are agentized.  While the agent is now on by default,
657         you don't have to agentize every server that you use.
658         (gnus-update-summary-mark-positions): Completed support for the
659         download type of mark.
660         (gnus-summary-insert-line): Added undownloaded to the parameters.
661         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
662         reference by the gnus-summary-line-format-spec.
663
664         * nntp.el (nntp-with-open-group): This macro handles dropped or
665         broken connections by opening a new connection and repeating the
666         failed command.
667         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
668         XOVER commands preceeding the active articles with the nov entry
669         of the first available article.  When gnus connected to such a
670         server, the unexpected nov entry would result in duplicate lines
671         in the agent's overview file.  This patch fixes the duplicate
672         lines problem and improves performance by skipping over all
673         articles IDs that preceed the first nov entry in the server's
674         reply.
675
676 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
677
678         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
679         (gnus-summary-highlight): Use it instead of `downloaded'.
680         (gnus-summary-highlight-line): Ditto.
681
682         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
683
684 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
685
686         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
687
688         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
689         calls.
690
691         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
692         downloaded variable if we're in an uncovered group.
693
694         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
695         font to soemthing less noticeable.
696         (gnus-agent-group-covered-p): New function.
697
698 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
699
700         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
701         Because of an unknown bug, the group buffer is saved in .overview
702         file.
703
704 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
705
706         * nntp.el (nntp-send-command): Braino in last commit.  Replace
707         `and' with `or'.
708
709 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
710
711         * nntp.el (nntp-send-command): Assume that echo does not happen
712         when nntp-open-connection-function is nntp-open-network-stream.
713         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
714
715 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
716
717         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
718
719 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
720
721         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
722         nntp-server-buffer if we aren't going to write to it.
723
724 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
725         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
726
727         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
728
729 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
730
731         * rfc2047.el (rfc2047-decode-region): Remove newlines between
732         decoded words.
733
734 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
735
736         * gnus.el (fboundp): After loading mm-util, make sure it was the
737         right one.
738
739 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
740
741         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
742         gnus-sum.  Made into a user option.
743
744         * gnus-sum.el (gnus-simplify-ignored-prefixes)
745         (gnus-summary-mark-article-as-unread)
746
747 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
748
749         * time-date.el (date-to-time): Typo.
750
751         * parse-time.el: Typo.
752
753         * nnsoup.el (nnsoup-retrieve-headers): Typo.
754
755         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
756
757         * nnimap.el:
758         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
759
760         * mm-encode.el (mm-safer-encoding): Typo.
761
762         * messcompat.el: Typo.
763
764         * message.el (message-face-alist): Typo.
765
766         * imap.el (imap-interactive-login, imap-open): Typos.
767
768         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
769
770         * gnus.el: Typo.
771
772         * gnus-win.el (gnus-configure-frame): Typo.
773
774         * gnus-util.el (gnus-atomic-progn-assign): Typo.
775
776         * gnus-topic.el (gnus-topic-sort-topics): Typo.
777
778         * gnus-sum.el (gnus-summary-article-number)
779         (gnus-summary-read-group-1, gnus-summary-mark-article)
780         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
781
782         * gnus-mule.el (gnus-mule-add-group): Typo.
783
784         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
785
786         * gnus-group.el (gnus-group-fetch-faq): Typo.
787
788         * gnus-art.el (gnus-decode-header-methods): Typo.
789
790         * flow-fill.el: Typo.
791
792 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
793
794         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
795
796 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
797
798         * gnus-sum.el (gnus-simplify-ignored-prefixes)
799         (gnus-summary-mark-article-as-unread)
800         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
801         Reformatting to avoid long lines.
802         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
803
804 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
805
806         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
807         be accessed through `mail-header-number'.
808
809 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
810
811         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
812         compressed range to gnus-summary-insert-articles.
813
814 2002-11-26  Kevin Ryde <user42@zip.com.au>
815
816         * gnus-art.el (gnus-mime-copy-part): Look for filename
817         parameter under content-disposition, not content-type.
818
819         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
820         (gnus-summary-reselect-current-group): Use it.
821
822 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
823
824         * gnus-agent.el (gnus-agent-uncached-articles): if
825         gnus-agent-load-alist fails, return ARTICLES.
826
827         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
828
829 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
830
831         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
832         superfluous function call.
833         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
834         Add warning to docstring.
835
836 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * gnus-agent.el: Autoload number-at-point instead.
839         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
840
841 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
842
843         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
844         require thingatpt (for number-at-point) and protect against
845         deactivate-mark being unbound (on XEmacs).
846
847 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
848
849         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
850         print message on entry.
851
852         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
853
854         * gnus-range.el (gnus-range-difference): New function.
855         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
856
857 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
858
859         * gnus-sum.el (gnus-summary-insert-old-articles): Use
860         gnus-remove-from-range instead of gnus-range-difference which
861         doesn't exist.
862
863 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
864         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
865
866         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
867         used for showing which articles have been downloaded.
868         (gnus-agent-article-alist): Format change.  Add documentation.
869         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
870         process-marked articles.
871         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
872         in the series are individually fetched to minimize lose of
873         content due to an error/quit.
874         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
875         gnus-message instead of message.
876         (gnus-agent-read-servers): Use file lib/methods instead of
877         lib/servers.  TODO: Why?
878         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
879         (gnus-agent-get-undownloaded-list): Remove articles that appear to
880         come from the agent.  This means that they are not downloaded.
881         (gnus-agent-fetch-selected-article): Don't use history.
882         (gnus-agent-save-history, gnus-agent-enter-history)
883         (gnus-agent-article-in-history-p, gnus-agent-history-path):
884         Removed function; history is not used anymore.
885         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
886         (gnus-agent-crosspost): Started rewrite then realized that a typo
887         in gnus-agent-fetch-articles ensures that this function is never
888         called.  This will need to be fixed later.
889         (gnus-agent-check-overview-buffer): Some sanity checks on the
890         agent overview buffer.  This is a safety net used during
891         development.
892         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
893         changed, write a number to the file indicating this.
894         (gnus-agent-fetch-headers): Rewrite to respect
895         gnus-agent-consider-all-articles without relying on the
896         `.fetched' files.  Make it fast.
897         (gnus-agent-braid-nov): Change resulting from
898         gnus-agent-fetch-headers change.
899         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
900         `.fetched' files.
901         (gnus-agent-read-agentview): New function, used by
902         gnus-agent-load-alist.
903         (gnus-agent-load-fetched-headers): Remove.
904         (gnus-agent-save-alist): Rewrite to accomodate new format.
905         (gnus-agent-fetch-group-1): Make sure list of articles is in the
906         same order as in gnus-newsgroup-headers.
907         (gnus-agent-expire): Document and implement extra args ARTICLES,
908         GROUP, FORCE.  Do not restrict usage.
909         (gnus-agent-uncached-articles): New function.
910         (gnus-agent-retrieve-headers): Use it.
911         (gnus-agent-regenerate-group): No longer needs to be called from
912         gnus-agent-regenerate.  Individual groups may be regenerated. The
913         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
914         The article fetch dates are validated in the article alist.  The
915         article alist is pruned of entries that do not reference existing
916         NOV entries.  All changes are computed then applied with
917         inhibit-quit bound to t.  As a result, it is now safe to quit out of
918         regeneration.  The optional clean parameter has been replaced with
919         an optional reread parameter.  Clean is no longer necessary as
920         regeneration gets the appropriate setting from
921         gnus-agent-consider-all-articles.  The new reread parameter will
922         result in fetched, or all, articles being marked as unread.
923         (gnus-agent-regenerate): Removed code to regenerate the history
924         file as it is no longer used.
925
926         * gnus-start.el (gnus-make-ascending-articles-unread): New
927         function, for efficient mass-marking.
928
929         * gnus-sum.el (gnus-summary-highlight): Use new face for
930         downloaded articles.
931         (gnus-article-mark): Prefer to indicate read/unread status over
932         downloaded status.
933         (gnus-summary-highlight-line-0): New function, maybe rehighlights
934         line.
935         (gnus-summary-highlight-line): Use new face for downloaded
936         articles.
937         (gnus-summary-insert-old-articles): Improved performance by
938         replacing the initial LIST of older articles with a compressed
939         RANGE of older articles.  Some servers appear to lie about
940         their active range so the original list could contain millions
941         of article numbers.  The range is not expanded into a list
942         until the optional ALL parameter has been applied.
943
944 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
945
946         * gnus-agent.el (gnus-category-mode): Typo in doc string.
947
948 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
949
950         * spam.el:
951         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
952
953         * spam.el: added `M s t' and `M s x' key mappings
954
955 2002-11-20  Simon Josefsson  <jas@extundo.com>
956
957         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
958
959 2002-11-19  Simon Josefsson  <jas@extundo.com>
960
961         * gnus-sum.el (gnus-summary-morse-message): Load
962         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
963         (unmorse-region): Autoload it instead.
964
965 2002-11-18  Simon Josefsson  <jas@extundo.com>
966
967         * gnus-sum.el (gnus-summary-morse-message): New function.
968         (gnus-summary-wash-map): Bind to `W m'.
969         (gnus-summary-make-menu-bar): Add.
970
971         * nnimap.el (nnimap-request-expire-articles): Compress sequence
972         before storing \Deleted mark on expired articles.
973
974 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
975         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
976
977         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
978         parens in column 0.
979
980 2002-11-17  Juanma Barranquero  <lektu@terra.es>
981
982         * nnweb.el (nnweb-google-create-mapping): Fix typo.
983
984         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
985
986         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
987
988 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
989
990         * message.el (message-set-auto-save-file-name): Use
991         make-directory, to avoid the dependence on gnus-util.
992
993 2002-11-16  Simon Josefsson  <jas@extundo.com>
994
995         * nnimap.el (nnimap-callback-callback-function):
996         (nnimap-callback-buffer): Removed, these cannot be global but must
997         be embedded into the callback.
998         (nnimap-make-callback): New.  Embedd article number, callback and
999         buffer in function.
1000         (nnimap-callback, nnimap-request-article-part): Update.
1001
1002 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1005
1006 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1007
1008         * gnus.el (gnus-summary-line-format): Document %C.
1009
1010 2002-11-11  Simon Josefsson  <jas@extundo.com>
1011
1012         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1013         output when called interactively.
1014
1015 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1018
1019         * message.el (message-draft-coding-system): Improve comment; use
1020         mm-auto-save-coding-system for the default value.
1021
1022         * nndraft.el (nndraft-request-article): Revert to the state before
1023         2002-10-29; regexp-quote mail-header-separator.
1024
1025 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1026
1027         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1028         allow editing of drafts from an nnvirtual group.
1029
1030 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1033         mm-auto-save-coding-system.
1034
1035         * message.el (message-draft-coding-system): Default to
1036         iso-2022-7bit.
1037
1038         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1039         restore the default value to emacs-mule or escape-quoted.
1040
1041 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1044         a delayed or a queued article as well as a draft.
1045
1046         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1047         delayed or a queued article in the raw format; treat a delayed
1048         article as a raw article as well as a draft.
1049         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1050         for the delayed group.
1051
1052         * nndraft.el (nndraft-request-article): Ignore auto save files for
1053         a delayed or a queued article; don't bother to decode a queued
1054         article; don't bind nnmail-file-coding-system for a queued article.
1055
1056         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1057         and the queue group.
1058
1059 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1060
1061         * gnus-group.el (gnus-group-delete-group):
1062         gnus-cache-active-hashtb might be void.
1063
1064 2002-11-02  Simon Josefsson  <jas@extundo.com>
1065
1066         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1067         setting of the default user ID.  From Raymond Scholz
1068         <ray-2002@zonix.de>.
1069
1070 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1071
1072         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1073         charset.
1074
1075 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1076         From Alex Schroeder <alex@emacswiki.org>
1077         * spam-stat.el (spam-stat-process-directory): add dir to message
1078         (spam-stat-reduce-size): No longer remove words
1079         with values close to 0.5, because the default value is 0.2.
1080
1081 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1082
1083         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1084         documentation.
1085
1086 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1087
1088         * gnus-agent.el (gnus-agent-fetched-headers)
1089         (gnus-agent-load-fetched-headers)
1090         (gnus-agent-save-fetched-headers): Remove variable and two
1091         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1092         works better.
1093         (gnus-agent-fetch-headers): New implementation from Kevin
1094         Greiner.  Uses gnus-agent-article-alist to store information
1095         about fetched messages which aren't on the server anymore.  The
1096         trick is to return a list of considered messages to the caller,
1097         but to only fetch those which haven't been fetched yet.
1098
1099 2002-10-30  Simon Josefsson  <jas@extundo.com>
1100
1101         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1102
1103         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1104
1105 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1106
1107         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1108         versions of emacs-w3m than 1.3.3.
1109
1110         * lpath.el: Bind w3m-minor-mode-map.
1111
1112         * mm-view.el (mm-w3m-mode-command-alist)
1113         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1114         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1115         (mm-setup-w3m): Simplified.
1116         (mm-w3m-local-map-property): New function.
1117         (mm-inline-text-html-render-with-w3m): Use it.
1118
1119         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1120         mm-w3m-local-map-property.
1121
1122 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1123
1124         * mm-util.el (mm-auto-save-coding-system): Default to
1125         iso-2022-7bit.
1126
1127         * nndraft.el (nndraft-request-article): Decode an article using
1128         the coding-system emacs-mule if it seems to have been saved using
1129         emacs-mule.
1130         (nndraft-request-replace-article): Use message-draft-coding-system
1131         instead of mm-auto-save-coding-system for the draft or delayed
1132         group.
1133
1134 2002-10-28  Josh  <huber@alum.wpi.edu>
1135
1136         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1137         functions.
1138
1139 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1140         From mah@everybody.org (Mark A. Hershberger).
1141
1142         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1143         type values ("url" size) regardless of the values of
1144         mm-url-use-external.
1145
1146 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1147
1148         * nnimap.el (nnimap-request-article-part): Try harder to show
1149         group name in debugging message.
1150
1151 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1152
1153         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1154         directory if it doesn't exist.
1155         (gnus-agent-fetch-headers): Remove old cruft that tried to
1156         abstain from downloading articles more than once if
1157         gnus-agent-consider-all-articles was true.  This is now done
1158         properly via the .fetched files.
1159
1160 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * nndraft.el (nndraft-request-article): Treat delayed articles
1163         like drafts.
1164
1165 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1166
1167         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1168
1169 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1170
1171         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1172         Remove unused optional arg DIR and corresponding code.
1173
1174         * nnimap.el (nnimap-request-article-part): Include group name in
1175         debugging output.
1176
1177 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1178
1179         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1180
1181 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1182
1183         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1184         contains range of headers that have been fetched by the agent
1185         already.  Compare gnus-agent-article-alist.
1186         (gnus-agent-file-header-cache): Like
1187         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1188         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1189         seen/recent logic.
1190         Remember which headers have been fetched before and don't fetch
1191         them again the next time round.
1192         (gnus-agent-load-fetched-headers)
1193         (gnus-agent-save-fetched-headers): New functions, for remembering
1194         which headers have been fetched before.
1195
1196 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1197
1198         * lpath.el: Remove useless bindings.
1199
1200 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1201
1202         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1203         features while searching.
1204
1205 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1206
1207         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1208
1209 2002-10-22  Simon Josefsson  <jas@extundo.com>
1210
1211         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1212         (pgg-snarf-keys): Add.
1213
1214 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * lpath.el: Fbind bbdb-records.
1217
1218         * spam.el: Don't autoload bbdb-records.
1219
1220 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1221
1222         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1223         prevent inf-loop.
1224
1225 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1226
1227         * nnslashdot.el: Removed some test lines.
1228         More test.
1229
1230 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1231
1232         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1233         are known to be downloaded already.
1234
1235 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1238         (mm-text-html-washer-alist): Ditto.
1239
1240 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1241
1242         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1243         boundary between headers and body.
1244         * nnml.el (nnml-parse-head): Ditto.
1245
1246 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247
1248         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1249         entries.
1250
1251         * gnus-group.el (gnus-fetch-group): Allow an optional
1252         specification of the articles to select.
1253
1254         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1255
1256 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1257
1258         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1259         headers from the group, update variable `articles' to contain
1260         only those numbers where headers exist.  (When fetching all
1261         articles in a group, Gnus creates lots of numbers where there is
1262         no articles.)
1263
1264 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1265
1266         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1267         doesn't have the 'alist custom type, use cons cells instead.
1268         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1269         (pgg-parse-hash-algorithm-alist): Ditto.
1270         (pgg-parse-compression-algorithm-alist): Ditto.
1271         (pgg-parse-signature-type-alist): Ditto.
1272
1273         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1274
1275         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1276
1277         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1278
1279 2002-10-19  Simon Josefsson  <jas@extundo.com>
1280
1281         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1282         buffer.
1283
1284 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1285
1286         * gnus-spec.el (gnus-make-format-preserve-properties)
1287         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1288         properties also on XEmacs.  `gnus-xmas-format' is like format but
1289         preserves text properties on XEmacs (though it only understands
1290         simple format specs).  The variable
1291         `gnus-make-format-preserve-properties' controls whether the
1292         function is used, and is checked in `gnus-parse-simple-format'.
1293         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1294
1295         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1296         output.
1297         (gnus-agent-consider-all-articles): New variable.
1298         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1299         (gnus-agent-fetch-headers): Depending on
1300         gnus-agent-consider-all-articles, maybe get all articles.
1301         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1302         `read'.
1303         (gnus-predicate-imples-unread): New function.
1304         (gnus-agent-fetch-headers): Optimize to call
1305         gnus-list-of-unread-articles if that is sufficient.
1306         Check unseen and recent instead of seen and recent.
1307         (gnus-agent-fetch-headers): Abstain from calling
1308         gnus-list-range-intersection if range (a . b) would have (> a b).
1309
1310 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1311
1312         * message.el (message-send-mail): Make it possible to perform
1313         edebug-defun.
1314
1315 2002-10-18  Simon Josefsson  <jas@extundo.com>
1316
1317         * gnus-art.el (gnus-button-man-handler): Change default to
1318         `manual-entry' (defined in both emacsen).
1319         (gnus-button-man-handler): Remove emacsen difference and use
1320         `manual-entry'.
1321
1322 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * spam.el: Wrap autoload settings for bbdb-records,
1325         executable-find and ifile-spam-filter with eval-and-compile.
1326         (spam-display-buffer-contents): Remove.
1327         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1328
1329 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1330
1331         * spam.el (spam-display-buffer-contents): New function.
1332         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1333         from Katsumi Yamaoka <yamaoka@jpl.org>.
1334
1335 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1336
1337         * nnheader.el (nnheader-parse-naked-head): New function.
1338         (nnheader-parse-head): Use the above function, in order to handle
1339         continuation lines properly.
1340         (nnheader-remove-body): New function.
1341         (nnheader-remove-cr-followed-by-lf): New function.
1342         (nnheader-ms-strip-cr): Use the above function.
1343
1344         * gnus-agent.el (gnus-agent-regenerate-group): Call
1345         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1346         `nnheader-parse-head'.
1347         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1348
1349         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1350         continuation lines by itself; call `nnheader-parse-naked-head'
1351         instead of `nnheader-parse-head'.
1352         * nndiary.el (nndiary-parse-head): Ditto.
1353         * nnfolder.el (nnfolder-parse-head): Ditto.
1354         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1355         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1356         * nnml.el (nnml-parse-head): Ditto.
1357
1358 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1359
1360         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1361         XEmacs, default to it if featurep 'xemacs.
1362
1363 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * spam-stat.el: Check for the existence of hash functions instead
1366         of the Emacs version to decide whether to load cl.  Suggested by
1367         Kai Gro\e,A_\e(Bjohann.
1368
1369 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1370
1371         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1372         if it isn't open yet.
1373
1374 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1375
1376         * gnus-group.el: Require mm-url only when compiling.
1377         (gnus-group-fetch-charter): Require mm-url.
1378
1379         * spam-stat.el: Require cl for the functions gethash,
1380         hash-table-count, make-hash-table and mapc for Emacs 20.
1381         (puthash): Alias to cl-puthash for Emacs 20.
1382         (with-syntax-table): New macro for Emacs 20.
1383
1384 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1385
1386         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1387
1388 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1389
1390         * spam.el (spam-check-ifile): added ifile as a spam checking
1391         backend, and spam-use-ifle as the variable to toggle that check.
1392
1393 2002-10-12  Simon Josefsson  <jas@extundo.com>
1394
1395         * message.el (message-beginning-of-line): New variable.
1396         (message-beginning-of-line): Use it.
1397
1398 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1399
1400         * spam.el: more compilation fixes for BBDB
1401
1402         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1403         (spam-stat-reduce-size): Interactive.
1404         (spam-stat-reset): New function.
1405         (spam-stat-save): Interactive.
1406
1407 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus.el: Autoload gnus-delay-initialize.
1410
1411         * message.el: Autoload gnus-delay-article.
1412
1413 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1414
1415         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1416         text property in Emacs.
1417
1418 2002-10-11  Simon Josefsson  <jas@extundo.com>
1419
1420         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1421         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1422
1423         * mml1991.el (mml1991-pgg-sign): Remove CR.
1424
1425 2002-10-10  Simon Josefsson  <jas@extundo.com>
1426
1427         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1428         decrypt failed.
1429         (mml2015-trust-boundaries-alist): Removed.
1430         (mml2015-gpg-extract-signature-details): Don't use it.
1431         (mml2015-unabbrev-trust-alist): New.
1432         (mml2015-gpg-extract-signature-details): Use it.
1433
1434 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1435
1436         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1437         BBDB installed
1438
1439         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1440         statistical analysis of spam in Lisp only
1441
1442 2002-10-10  Simon Josefsson  <jas@extundo.com>
1443
1444         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1445         auth, selected or examine state.
1446
1447         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1448         buffer and error buffer depending on type of information.
1449
1450         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1451         --status-fd stuff even if gpg.el is not used (revert earlier
1452         change).
1453         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1454         gnus details.
1455         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1456         buffer.
1457
1458         * pgg.el (pgg-verify-region): Use it.
1459
1460         * pgg-def.el (pgg-query-keyserver): New variable.
1461
1462         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1463         key-identifier in packet.  Is this a good idea?
1464
1465         * mml.el (mml-mode-map): Add security commands that operates on
1466         MIME parts.
1467         (mml-menu): And menu items for them.
1468
1469         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1470
1471         * mml.el (mml-parse-1): Support sender in #secure tags.
1472
1473         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1474         defined.
1475
1476         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1477         (mml-pgp-encrypt-buffer): Support combined signing.
1478
1479         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1480         (mml1991-gpg-encrypt): Ditto.
1481         (mml1991-pgg-encrypt): Ditto.
1482         (mml1991-encrypt): Pass sign parameter.
1483
1484         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1485         (mml-signencrypt-style): Mention the variable.
1486
1487 2002-10-09  Simon Josefsson  <jas@extundo.com>
1488
1489         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1490         pgg-gpg-user-id.
1491
1492         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1493         (pgg-fetch-key-function): Nil if w3 is not installed.
1494
1495 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1496
1497         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1498         gnus-agent-current-history.
1499
1500 2002-10-06  Simon Josefsson  <jas@extundo.com>
1501
1502         * imap.el (imap-parse-status): Don't use read to read token.
1503
1504 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1505
1506         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1507         for methods not covered by the agent, and when unplugged.
1508
1509 2002-10-05  Simon Josefsson  <jas@extundo.com>
1510
1511         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1512         signing.
1513
1514         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1515         a named server fails, ignore the server.
1516
1517         * mml1991.el (mml1991-pgg-sign): Do QP.
1518
1519         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1520         work.
1521
1522 2002-10-04  Simon Josefsson  <jas@extundo.com>
1523
1524         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1525
1526         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1527         binary-write-decoded-region from MEL.
1528
1529         * pgg.el (pgg-encrypt-region): Support sign.
1530
1531         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1532
1533         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1534
1535         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1536         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1537         branch where PGG was taken from in the ChangeLog entries below.
1538
1539 2002-10-01  Simon Josefsson  <jas@extundo.com>
1540
1541         * pgg-pgp.el: Don't require mel.  Don't use luna.
1542         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1543         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1544         (pgg-pgp-process-region): Don't use binary-funcall.
1545
1546         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1547
1548         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1549         instead of concat.
1550
1551         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1552
1553 2002-09-29  Simon Josefsson  <jas@extundo.com>
1554
1555         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1556         compile warnings.
1557
1558         * pgg.el (pgg-decrypt-region): Don't parse packet.
1559
1560         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1561
1562 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1563
1564         * pgg.el: Remove dependency on calist.el.
1565
1566 2002-09-28  Simon Josefsson  <jas@extundo.com>
1567
1568         * pgg.el (pgg-temporary-file-directory): New variable.
1569         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1570
1571         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1572         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1573
1574         * pgg-parse.el (pgg-char-int): Defalias.
1575         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1576         (pgg-read-bytes, pgg-read-body): Use it.
1577         (pgg-decode-packets): Don't use MEL, use base64-*.
1578         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1579         (pgg-string-as-unibyte): Defalias.
1580         (pgg-parse-armor-region): Use it.
1581
1582         * pgg-gpg.el (pgg-gpg-process-region): Use
1583         pgg-temporary-file-directory.
1584
1585         * luna.el: Don't def-edebug.
1586
1587         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1588         binary-write-decoded-region from MEL.
1589
1590         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1591
1592         * alist.el, calist.el: Don't require product/APEL.
1593
1594         * pgg-parse.el (top-level): Remove dependency on static.el,
1595         pccl.el, mel.el.
1596         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1597         `define-ccl-program' is boundp, instead of using broken.
1598
1599 2002-10-01  Simon Josefsson  <jas@extundo.com>
1600
1601         * message.el (message-required-mail-headers): Remove Lines:.
1602
1603 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1604         From Jesper Harder.
1605
1606         * gnus-group.el (gnus-group-fetch-charter,
1607         gnus-group-fetch-control): Prompt for group if given a prefix
1608         argument.
1609         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1610         gnus-group-fetch-control to summary key map and menu.
1611
1612
1613 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1614
1615         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1616         number when there are no articles.
1617
1618 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1619
1620         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1621         arg ALL means to fetch all articles, not only downloadable ones.
1622         (gnus-agent-fetch-selected-article): New function for
1623         gnus-select-article-hook or gnus-mark-article-hook.
1624
1625 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1626         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1627
1628         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1629         raw-text.
1630
1631 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1632
1633         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1634         Pinard).
1635         Major revamp of the code, documentation is in comments in the file
1636         for now.
1637
1638 2002-09-30  Simon Josefsson  <jas@extundo.com>
1639
1640         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1641         buffer seem to be needed?
1642
1643 2002-09-29  Simon Josefsson  <jas@extundo.com>
1644
1645         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1646         compile warnings.
1647
1648         * mml1991.el (mml1991-function-alist): Add pgg.
1649         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1650         (mml1991-pgg-encrypt): Fix recipients querying.
1651
1652 2002-09-28  Simon Josefsson  <jas@extundo.com>
1653
1654         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1655         from dme@dme.org.
1656         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1657         handle is returned.
1658
1659 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1660
1661         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1662         Protect against non-existent of `nnimap-mailbox-info'.
1663
1664 2002-09-27  Simon Josefsson  <jas@extundo.com>
1665
1666         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1667         (gnus-setup-news-hook): Use it.
1668         (gnus-after-getting-new-news-hook): Ditto.
1669
1670         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1671
1672 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1673         From Mats Lidell <matsl@contactor.se>.
1674
1675         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1676
1677 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1678
1679         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1680         the part to decode encoded words, use raw words instead of decoded
1681         words.
1682
1683 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1684
1685         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1686
1687         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1688         (mm-setup-w3m): Use it.
1689
1690 2002-09-27  Simon Josefsson  <jas@extundo.com>
1691
1692         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1693         article buffers.
1694
1695         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1696         it just in case.
1697         (nnimap-update-unseen): New function; update unseen count in
1698         `n-m-info'.
1699         (nnimap-close-group): Call it.
1700
1701         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1702         (gnus-after-getting-new-news-hook): Ditto.
1703
1704         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1705         message into verboselevel 9.  Change slow mail check message.
1706         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1707         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1708         used as a hook after getting new mail.
1709
1710 2002-09-26  Simon Josefsson  <jas@extundo.com>
1711
1712         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1713         SELECT/EXAMINE is first unseen article, not number of unseen
1714         articles.  Make them distinct by renaming the former to
1715         `first-unseen' instead of `unseen'.
1716
1717         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1718         too.
1719         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1720         changed.
1721         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1722
1723         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1724
1725         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1726         better.
1727
1728         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1729         if dissecting resulting buffer actually had any information.
1730
1731 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1732
1733         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1734         because the function `string<' allows symbols.
1735
1736         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1737
1738 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1739
1740         * message.el (message-forward-make-body): Revert an early change
1741         because 8-bit utf-8 emails.
1742
1743 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1744
1745         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1746         links to Info)
1747         * gnus-art.el (gnus-treat-highlight-signature):
1748         * gnus-art.el (gnus-treat-buttonize):
1749         * gnus-art.el (gnus-treat-buttonize-head):
1750         * gnus-art.el (gnus-treat-emphasize):
1751         * gnus-art.el (gnus-treat-strip-cr):
1752         * gnus-art.el (gnus-treat-unsplit-urls):
1753         * gnus-art.el (gnus-treat-leading-whitespace):
1754         * gnus-art.el (gnus-treat-hide-headers):
1755         * gnus-art.el (gnus-treat-hide-boring-headers):
1756         * gnus-art.el (gnus-treat-hide-signature):
1757         * gnus-art.el (gnus-treat-fill-article):
1758         * gnus-art.el (gnus-treat-hide-citation):
1759         * gnus-art.el (gnus-treat-hide-citation-maybe):
1760         * gnus-art.el (gnus-treat-strip-list-identifiers):
1761         * gnus-art.el (gnus-treat-strip-pgp):
1762         * gnus-art.el (gnus-treat-strip-pem):
1763         * gnus-art.el (gnus-treat-strip-banner):
1764         * gnus-art.el (gnus-treat-highlight-headers):
1765         * gnus-art.el (gnus-treat-highlight-citation):
1766         * gnus-art.el (gnus-treat-date-ut):
1767         * gnus-art.el (gnus-treat-date-local):
1768         * gnus-art.el (gnus-treat-date-english):
1769         * gnus-art.el (gnus-treat-date-lapsed):
1770         * gnus-art.el (gnus-treat-date-original):
1771         * gnus-art.el (gnus-treat-date-iso8601):
1772         * gnus-art.el (gnus-treat-date-user-defined):
1773         * gnus-art.el (gnus-treat-strip-headers-in-body):
1774         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1775         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1776         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1777         * gnus-art.el (gnus-treat-unfold-headers):
1778         * gnus-art.el (gnus-treat-fold-headers):
1779         * gnus-art.el (gnus-treat-fold-newsgroups):
1780         * gnus-art.el (gnus-treat-overstrike):
1781         * gnus-art.el (gnus-treat-display-xface):
1782         * gnus-art.el (gnus-treat-display-smileys):
1783         * gnus-art.el (gnus-treat-from-picon):
1784         * gnus-art.el (gnus-treat-mail-picon):
1785         * gnus-art.el (gnus-treat-newsgroups-picon):
1786         * gnus-art.el (gnus-treat-body-boundary):
1787         * gnus-art.el (gnus-treat-capitalize-sentences):
1788         * gnus-art.el (gnus-treat-fill-long-lines):
1789         * gnus-art.el (gnus-treat-play-sounds):
1790         * gnus-art.el (gnus-treat-translate):
1791         * gnus-art.el (gnus-treat-x-pgp-sig):
1792         * gnus-art.el (gnus-mime-button-line-format):
1793         * gnus-art.el (gnus-button-man-level):
1794         * gnus-art.el (gnus-button-emacs-level):
1795         * gnus-cus.el (gnus-group-parameters):
1796         * gnus-gl.el (bbb-build-mid-scores-alist):
1797         * gnus-group.el (gnus-group-line-format):
1798         * gnus-mlspl.el (gnus-group-split-setup):
1799         * gnus-mlspl.el (gnus-group-split):
1800         * gnus-msg.el (gnus-mailing-list-groups):
1801         * gnus-msg.el (gnus-posting-styles):
1802         * gnus-nocem.el (gnus-nocem-issuers):
1803         * gnus-score.el (gnus-score-regexp-bad-p):
1804         * gnus-srvr.el (gnus-server-line-format):
1805         * gnus-topic.el (gnus-topic-line-format):
1806         * gnus.el (gnus-summary-line-format):
1807         * mail-source.el (mail-sources):
1808         * message.el (message-subscribed-address-file):
1809         * nnmail.el (nnmail-split-fancy):
1810
1811 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1812
1813         * mail-source.el(mail-source-run-script): use `functionp' to test
1814         whether the argument `script' is in fact a function.
1815         (mail-sources): adjust the defcustom to allow users to specify a
1816         function or a string as the value of the `:prescript' and
1817         `:postscript' arguments of the `file' and `pop3' mail sources.
1818
1819 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1820
1821         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1822         number when article 1 does not exist.
1823
1824 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1825
1826         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1827         apropos if apropos-variable does not exist.
1828         (gnus-button-guessed-mid-regexp)
1829         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1830         regexes.  From Reiner Steib.
1831         (gnus-button-handle-describe-function)
1832         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1833         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1834         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1835
1836 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1837         Trivial patch.
1838
1839         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1840         the file.
1841
1842 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1843
1844         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1845
1846 2002-09-24  Simon Josefsson  <jas@extundo.com>
1847
1848         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1849         (mml2015-use): Prefer PGG if installed.
1850         (mml2015-function-alist): Add PGG wrappers.
1851         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1852         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1853         prefix, make regexp optionally skip it.
1854         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1855         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1856         (mml2015-pgg-encrypt): New functions.
1857         (defvar, autoload): Prevent byte-compile warnings.
1858
1859 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1860         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1861
1862         * gnus-art.el (article-strip-banner): Check for the existence of
1863         from header.
1864
1865 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1866
1867         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1868         (gnus-button-alist): Improved regexp for
1869         gnus-button-handle-mid-or-mail (false positives), fixed
1870         gnus-button-handle-man entries.
1871         From Reiner Steib.
1872
1873 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1874         From Josh Huber.
1875
1876         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1877         nnmail-extra-headers is non-nil.
1878
1879 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1880
1881         * nnmaildir.el: Store article numbers persistently.  General
1882         revision.
1883         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1884         for nnmail-expiry-wait; delete instead of moving if 'force is
1885         given.
1886
1887 2002-09-23  Simon Josefsson  <jas@extundo.com>
1888         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1889
1890         * smime.el (smime-sign-buffer): Get key and extra certs.
1891         (smime-get-key-with-certs-by-email): Utility function.
1892
1893 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1894         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1895
1896         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1897         article exists.
1898
1899 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1900
1901         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1902
1903 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1904         From Reiner Steib.
1905
1906         * gnus-art.el (gnus-button-handle-custom,
1907         gnus-button-handle-mid-or-mail,
1908         gnus-button-handle-describe-{function,variable,key},
1909         gnus-button-handle-apropos{,command,variable}): New functions.
1910         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1911         gnus-button-{man,emacs,mail}-level): New variables.
1912         (gnus-button-alist): Use the above to buttonize emacs and mail
1913         related links.
1914
1915 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1916
1917         * gnus-int.el (gnus-status-message): Fix spacing.
1918
1919         * imap.el (imap-continuation): Fix typos.
1920
1921 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1922
1923         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1924
1925         * gnus-art.el (gnus-article-reply-with-original): Correct
1926         with-current-buffer scope.
1927
1928         * message.el (message-completion-alist): Add Reply-To, From, etc.
1929
1930 2002-09-18  Simon Josefsson  <jas@extundo.com>
1931
1932         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1933         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1934
1935 2002-09-17  Simon Josefsson  <jas@extundo.com>
1936
1937         * nnimap.el (nnimap-expiry-target): Don't search for which
1938         articles exists here.
1939         (nnimap-request-expire-articles): Do it here instead.  Only expire
1940         when articles are found.  Suggested by Nevin Kapur
1941         <nevin@jhu.edu>.
1942
1943 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1944         From Reiner Steib <reiner.steib@gmx.de>.
1945
1946         * message.el (message-strip-subject-trailing-was)
1947         (message-change-subject, message-add-archive-header)
1948         (message-xpost-fup2-header, message-xpost-insert-note)
1949         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1950         adopted from message-utils.el.  Add functions to the keymap, mode
1951         describtion and menu.
1952         (message-change-subject,message-xpost-fup2): Signal error if
1953         current header is empty.
1954         (message-xpost-insert-note): Changed insert position.
1955         (message-archive-note): Ensure to insert note in message body (not
1956         in head).
1957         (message-archive-header, message-archive-note)
1958         (message-xpost-default, message-xpost-note, message-fup2-note)
1959         (message-xpost-note-function): New variables adopted from
1960         message-utils.el.  Changed some doc-strings.
1961         (message-mark-insert-{begin,end}): Rename from
1962         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1963         values.
1964         (message-subject-trailing-was-query)
1965         (message-subject-trailing-was-ask-regexp)
1966         (message-subject-trailing-was-regexp): New variables.
1967         (message-to-list-only): Added doc-string and menu entry.
1968
1969         * message-utils.el: Removed.  Functions are now in message.el.
1970
1971 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1972
1973         * gnus-art.el (gnus-article-reply-with-original,
1974         gnus-article-followup-with-original): Switch to
1975         gnus-summary-buffer before reply/followup.
1976
1977 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1978
1979         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1980         not exist. Toggle it anyway.
1981
1982 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1983
1984         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1985
1986         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1987         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1988
1989         * rfc2047.el (message-posting-charset): Defvar it.
1990         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1991         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1992
1993         * mail-source.el (mail-source-fetch): Hide password.
1994
1995         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1996
1997 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1998         From John Paul Wallington <jpw@shootybangbang.com>.
1999
2000         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2001
2002 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2003
2004         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2005
2006 2002-09-11  Simon Josefsson  <jas@extundo.com>
2007
2008         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2009         (nnimap-split-rule): Doc fix.
2010         (nnimap-request-expire-articles): Cleanup code.
2011
2012 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2013         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2014
2015         * gnus-art.el (gnus-article-address-banner-alist): New option.
2016         (article-strip-banner): Refer the above option to split banners of
2017         free mail servers, when no group parameter is specified.
2018
2019 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * nntp.el (nntp-wait-for-string): Check for a process in the
2022         current buffer instead of `nntp-server-buffer'.
2023
2024 2002-09-09  Simon Josefsson  <jas@extundo.com>
2025
2026         * gnus-art.el (gnus-button-man-handler): New variable.
2027         (gnus-button-alist): Use g-b-handle-man.
2028         (gnus-button-handle-man): New, call g-b-man-handler.
2029
2030 2002-09-08  Simon Josefsson  <jas@extundo.com>
2031
2032         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2033
2034 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2037
2038 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039
2040         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2041
2042         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2043         keystroke.
2044
2045         * gnus-srvr.el (gnus-browse-describe-group): New command and
2046         keystroke.
2047
2048 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2049
2050         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2051         value for gnus-decoration property.
2052
2053 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2054
2055         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2056         string) as group name in case we have a CRLF in the file.
2057
2058 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2059
2060         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2061         group.
2062         (rfc1843-decode-hzp): do.
2063         (rfc1843-newsgroups-regexp): do.
2064
2065 2002-09-04  Simon Josefsson  <jas@extundo.com>
2066
2067         * message.el (message-canlock-generate): Make sure sha1 doesn't
2068         call external programs.
2069
2070 2002-09-03  Simon Josefsson  <jas@extundo.com>
2071
2072         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2073
2074         * gnus-agent.el (gnus-agent-batch): Add doc.
2075
2076 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2077
2078         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2079         check for signed and encrypted parts.
2080         * mml.el (mml-parse-1): Correct small typo which preventing
2081         setting recipients in a secure tag.
2082
2083 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * mm-util.el (mm-coding-system-priorities): Default to a list of
2086         iso-2022-jp and others for the Japanese environment.
2087
2088 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2089
2090         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2091         invalid display names.
2092
2093 2002-08-30  Simon Josefsson  <jas@extundo.com>
2094
2095         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2096         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2097
2098 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2099
2100         * gnus.el (gnus-group-charter-alist): New option.
2101         (gnus-group-fetch-control-use-browse-url): New option.
2102
2103         * gnus-group.el (gnus-group-fetch-charter): New function.
2104         (gnus-group-fetch-control): New function.
2105         Add them to the keymap and menu. Require mm-url.
2106
2107 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2108
2109         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2110         From Alex Schroeder <alex@emacswiki.org>.
2111
2112 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2113
2114         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2115         items expecting user interaction.
2116
2117         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2118
2119         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2120
2121         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2122
2123         * mml.el (mml-menu): do.
2124
2125 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * mail-source.el (mail-source-touch-pop): New function.
2128
2129         * message.el (message-smtpmail-send-it): New function.
2130         (message-send-mail-function): Add it for a candidate.
2131
2132 2002-08-27  Simon Josefsson  <jas@extundo.com>
2133
2134         * gnus-msg.el (posting-charset-alist): Use
2135         gnus-define-group-parameter instead of defcustom.
2136         (gnus-put-message): Handle SPC in GCC.
2137         (gnus-inews-insert-gcc): Ditto.
2138         (gnus-inews-insert-archive-gcc): Ditto.
2139
2140 2002-08-26  Simon Josefsson  <jas@extundo.com>
2141
2142         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2143         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2144         (gnus-agent-possibly-save-gcc): Autoload.
2145         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2146
2147 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2148
2149         * gnus.el (gnus-other-frame-function): New user option.
2150         (gnus-other-frame): Use it; add a doc-string; make it work with
2151         the gnuclient program.
2152
2153         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2154
2155         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2156         `device-connection' and `dfw-device'.
2157
2158 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2159
2160         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2161         positives, make it stricter.  From Jochen Hein (trivial change).
2162
2163 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * gnus.el (gnus-other-frame): Trivial fix.
2166
2167 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * gnus.el (gnus-other-frame-parameters): New user option.
2170         (gnus-other-frame-object): New variable.
2171         (gnus-other-frame): Make it search for existing Gnus frame; don't
2172         read new news; delete frame on exit.
2173
2174         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2175
2176         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2177
2178 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2179         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2180
2181         * message.el (message-set-auto-save-file-name): Add support for
2182         the Cygwin Emacs; the system-type is `cygwin'.
2183         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2184
2185 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2186
2187         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2188
2189         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2190         avoid arithmetic errors.
2191
2192 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2195
2196 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2199         (message-ignored-resent-headers): Add envelope From.
2200
2201 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2202
2203         * gnus.el (gnus-summary-line-format): Document %k specifier.
2204
2205 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2206
2207         * gnus-sum.el (gnus-summary-line-message-size): New function.
2208         (gnus-summary-line-format-alist): Use it.
2209
2210 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2211
2212         * gnus-art.el (article-make-date-line): Refer to the value for
2213         `gnus-article-time-format' in the summary buffer.
2214
2215         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2216
2217 2002-08-14  Simon Josefsson  <jas@extundo.com>
2218
2219         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2220         quoting.
2221         (gnus-button-alist): Fix doc.
2222         (gnus-header-button-alist): Use ' not ` for default value quoting.
2223         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2224         rationale similar to 2002-05-01 change.
2225         (gnus-article-add-buttons-to-head): Evaluate expression.
2226
2227         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2228
2229 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2230
2231         * message.el (message-font-lock-keywords): Refer to the value for
2232         `message-cite-prefix-regexp' dynamically.
2233
2234 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2237
2238 2002-08-12  Simon Josefsson  <jas@extundo.com>
2239
2240         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2241         (imap-shell-open): Skip initial junk before IMAP greeting.
2242
2243 2002-08-11  Simon Josefsson  <jas@extundo.com>
2244
2245         * message-utils.el (message-xpost-default,
2246         message-xpost-fup2-header, message-xpost-fup2): Fixed
2247         Typos.  Trivial changes from Reiner Steib
2248         <4uce.02.r.steib@gmx.net>.
2249
2250 2002-08-09  Simon Josefsson  <jas@extundo.com>
2251
2252         * message.el (message-canlock-password): Set
2253         canlock-password-for-verify to newly generated canlock-password.
2254         When Emacs is restarted, Custom makes sure this is set, but during
2255         the same session we must set it manually.
2256
2257 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2258
2259         * yenc.el: New file.
2260
2261         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2262         (mm-uu-type-alist): Add yenc.
2263         (mm-uu-yenc-filename): New function.
2264         (mm-uu-yenc-extract): New function.
2265
2266         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2267
2268 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2269
2270         * dgnushack.el (merge): Don't use coerce.
2271
2272 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2273
2274         * mailcap.el (mailcap-mime-data): Test window-system rather than
2275         mm-device-type.
2276         (mailcap-mime-data): Call xdvi and gv with "-safer".
2277
2278         * mm-util.el: Don't define mm-device-type.
2279
2280 2002-08-05  Simon Josefsson  <jas@extundo.com>
2281
2282         * mm-util.el (mm-coding-system-priorities): coding-system type not
2283         supported everywhere.
2284
2285 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * gnus.el (gnus-version-number): Bumped version number.
2288
2289 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2290
2291         * gnus.el: Oort Gnus v0.07 is released.
2292
2293 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2294
2295         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2296         (gnus-article-sort-functions): Doc fix.
2297         (t): New keystroke.
2298         (gnus-article-sort-by-random): New function.
2299         (gnus-thread-sort-by-random): New function.
2300
2301 2002-08-02  Simon Josefsson  <jas@extundo.com>
2302
2303         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2304         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2305
2306 2002-07-31  Danny Siu  <dsiu@adobe.com>
2307
2308         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2309         when splitting malformed messages without message-id
2310
2311 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2312         From Niklas Morberg <niklas.morberg@axis.com>.
2313
2314         * nnweb.el (nnweb-type, nnweb-type-definition)
2315         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2316         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2317         functionality.
2318         * nnweb.el: Removed old non-functioning search engines.
2319
2320 2002-07-27  Simon Josefsson  <jas@extundo.com>
2321
2322         * message.el (message-forward-make-body): Don't use
2323         `message-forward-ignored-headers' when doing a "raw" followup (it
2324         is important to preserve e.g. CTE).
2325
2326         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2327
2328         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2329         regexp-quote, Cyrus Sieve is fixed.
2330
2331         * sieve-manage.el (sieve-manage-deletescript): New function.
2332
2333         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2334         (sieve-manage-mode): Fix menubar.
2335         (sieve-activate): Change some messages.
2336         (sieve-deactivate-all): New function.
2337         (sieve-deactivate): New alias.
2338         (sieve-remove): New function.
2339         (sieve-help): Fix help.
2340         All suggested by Ned Ludd.
2341
2342 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2343
2344         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2345         (mm-w3m-safe-url-regexp): New user option.
2346
2347         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2348         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2349
2350 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2351
2352         * gnus-sum.el (gnus-summary-delete-article): Force
2353         nnmail-expiry-target to 'delete, so that absolute deletion
2354         happens when absolute deletion is requested.
2355
2356 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2357         From Nevin Kapur <nevin@jhu.edu>.
2358
2359         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2360         headers as empty headers.
2361
2362 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2363         From Jochen Hein <jochen@jochen.org>.
2364
2365         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2366         correct typo.
2367         (gnus-emphasis-strikethru): New face.
2368
2369 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2370         From Jason Merrill <jason@redhat.com>.
2371
2372         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2373         entire file for each of a sequence of missing articles.
2374
2375         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2376         value for gnus-view-pseudos.
2377
2378         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2379         avoid nreverse.
2380
2381 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2382         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2383
2384         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2385         (gnus-summary-mode-line-format-alist): Add %h for number of
2386         spams.
2387         (gnus-newsgroup-spam-marked): New variable.
2388         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2389         (gnus-article-read-p, gnus-article-mark)
2390         (gnus-set-global-variables, gnus-set-global-variables)
2391         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2392         (gnus-summary-mark-article-as-unread)
2393         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2394         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2395         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2396
2397 2002-07-10  Simon Josefsson  <jas@extundo.com>
2398
2399         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2400         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2401
2402 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2403
2404         * gnus-sum.el (gnus-summary-delete-article): Respect group
2405         parameters while expiring.
2406
2407 2002-07-08  Simon Josefsson  <jas@extundo.com>
2408
2409         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2410         Enberg.
2411
2412 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2413
2414         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2415         function is called interactively.  From Niklas Morberg.
2416
2417 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2418
2419         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2420         cdaar to cdar and car.
2421
2422         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2423         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2424
2425 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2426
2427         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2428         don't break a narrowed article.
2429
2430         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2431         (nntp-open-via-rlogin-and-telnet): Ditto.
2432
2433 2002-07-02  Didier Verna  <didier@xemacs.org>
2434
2435         * nnmail.el (nnmail-split-methods): fix custom type.
2436
2437 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2438
2439         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2440         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2441
2442 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2443
2444         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2445         (gnus-summary-resend-message): Use it.
2446
2447 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2448
2449         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2450         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2451
2452 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2453
2454         * message.el (message-font-lock-keywords): Don't fontify
2455         headers in the message body, only in the header.
2456         (message-font-lock-make-header-matcher): New function, used by
2457         message-font-lock-keywords.
2458         From Katsumi Yamaoka <yamaoka@jpl.org>.
2459
2460 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2463
2464 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2465
2466         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2467
2468 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2469
2470         * message.el (message-font-lock-keywords): Revert 2002-06-22
2471         change.
2472
2473 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2474
2475         * message.el (message-font-lock-keywords): Put colon in header
2476         name match.
2477
2478 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2479
2480         * message.el (message-font-lock-keywords): Don't use header faces
2481         in the body.  Thanks to Stefan Monnier for the hint on the
2482         implementation.
2483
2484 2002-05-09  Miles Bader  <miles@gnu.org>
2485
2486         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2487         (gnus-article-hide-citation): Respect it.
2488
2489 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2490
2491         * pop3.el (pop3-open-server): Fix typo.
2492
2493 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2494
2495         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2496         instead of push to ignore duplicate to-(list|address) values.
2497         * nnmail.el (nnmail-cache-ignore-groups): New.
2498         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2499
2500 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2501
2502         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2503         before sending.  Suggested by Jan Rychter.
2504
2505 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2506
2507         * dgnushack.el (remove): New compiler macro.
2508         (last, coerce, subseq): Remove compiler macros for those built-in
2509         or unused functions.
2510
2511 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2512
2513         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2514         sure to write byte-compiled versions of gnus-*-format-alist to
2515         .newsrc.eld.  From Simon Josefsson.
2516
2517 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2518
2519         * gnus-agent.el (gnus-agent-read-servers)
2520         (gnus-agent-write-servers): Put server name (string like
2521         "nnchoke:frumple") in the file instead of a server specification
2522         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2523         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2524
2525 2002-06-16  Simon Josefsson  <jas@extundo.com>
2526
2527         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2528         Reiner Steib <4uce.02.r.steib@gmx.net>.
2529
2530 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2531
2532         * nnheader.el (nnheader-file-name-translation-alist): Set the
2533         default value for MS Windows systems.
2534
2535         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2536
2537 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2538
2539         * message.el (message-beginning-of-line): Keep the region active
2540         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2541
2542 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2543
2544         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2545         * gnus-msg.el (gnus-summary-reply): Ditto.
2546         * gnus-msg.el (gnus-summary-handle-replysign): New.
2547
2548 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2551         if sending failed.
2552
2553 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2554
2555         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2556         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2557         to sign while encrypting.
2558
2559 2002-06-11  Simon Josefsson  <jas@extundo.com>
2560
2561         * gnus-int.el (gnus-request-move-article): Agent expire article if
2562         successfuly moved.
2563
2564         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2565         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2566
2567 2002-06-10  Simon Josefsson  <jas@extundo.com>
2568
2569         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2570
2571 2002-06-09  Simon Josefsson  <jas@extundo.com>
2572
2573         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2574
2575         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2576
2577 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2578
2579         * flow-fill.el (fill-flowed): Ignore errors.
2580
2581 2002-06-06  Simon Josefsson  <jas@extundo.com>
2582
2583         * message.el (message-send-mail-with-sendmail): Improve error message.
2584
2585 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2586
2587         * message.el (message-interactive): Change default from nil to t.
2588         Better to be safe than to be fast.
2589
2590 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2591
2592         * message.el (message-send-mail-with-sendmail): Check return value
2593         from call-process-region.
2594
2595 2002-06-04  Simon Josefsson  <jas@extundo.com>
2596
2597         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2598         (gnus-group-post-news, gnus-summary-mail-other-window)
2599         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2600         gnus-article-copy to nil, thereby inhibiting the `header' posting
2601         style match to use data from last viewed article.
2602         Suggested by Hrvoje Niksic.
2603
2604 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * spam.el (spam-point-at-eol): New alias.
2607         (spam-parse-whitelist): Use it.
2608
2609 2002-06-03  Simon Josefsson  <jas@extundo.com>
2610
2611         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2612         (nnmail-article-group): Use it.
2613
2614 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2615
2616         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2617         so that code reading them won't be surprised.  From Jesper Harder
2618         <harder@ifa.au.dk>.
2619
2620 2002-05-29  Simon Josefsson  <jas@extundo.com>
2621
2622         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2623         articles.
2624
2625         * gnus.el (gnus-agent-cache): Doc fix.
2626         (gnus-agent): Change default to t.
2627
2628         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2629         ARTICLES, GROUP and FORCE parameters.
2630
2631 2002-05-28  Simon Josefsson  <jas@extundo.com>
2632
2633         * gnus-group.el (gnus-group-line-format): Doc fix.
2634
2635 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2636
2637         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2638         original article before yanking.  From Jesper Harder
2639         <harder@ifa.au.dk>.
2640
2641 2002-05-26  Simon Josefsson  <jas@extundo.com>
2642
2643         * gnus-sum.el (gnus-summary-menu-split): New function.
2644         (gnus-summary-make-menu-bar): Split charset submenu.
2645         (gnus-summary-menu-maxlen): New variable.
2646         (gnus-summary-menu-split): Use it.
2647
2648 2002-05-25  Simon Josefsson  <jas@extundo.com>
2649
2650         * mml.el (mml-preview): Generate some headers.
2651
2652         * gnus.el (gnus-large-newsgroup): Fix :type.
2653
2654         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2655         Agent cache NOV's by default now).
2656         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2657
2658 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2659
2660         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2661         call to gnus-parent-id when we check for References loops.
2662         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2663         twice by saving the simplified subject string in simp-subject.
2664
2665 2002-05-23  Simon Josefsson  <jas@extundo.com>
2666
2667         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2668         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2669
2670         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2671         Niklas Morberg <niklas.morberg@axis.com>.
2672
2673 2002-05-22  Simon Josefsson  <jas@extundo.com>
2674
2675         * sieve.el (sieve-change-region): Define it before it is used.
2676
2677         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2678         (gnus-summary-reply): Ask for confirmation when replying to news.
2679         Defaults to not ask.  From Benjamin Rutt
2680         <rutt+news@cis.ohio-state.edu>.
2681
2682         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2683
2684 2002-05-21  Simon Josefsson  <jas@extundo.com>
2685
2686         * sieve-mode.el (sieve-manage): Fix autoloads.
2687
2688         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2689         name (makes it work with recent Cyrus timsieved).
2690
2691 2002-05-20  Jason  <jbaker@cs.utah.edu>
2692         Trivial patch.
2693
2694         * gnus-art.el (gnus-request-article-this-buffer): Try
2695         reconnecting if you don't get the message.
2696
2697 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2700         Reply-To headers from the headers.
2701
2702 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2703
2704         * mm-url.el (mm-url-insert): Remove junk message.
2705
2706 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2709         (nnslashdot-use-front-page): New variable.
2710         (nnslashdot-request-list): Use it.
2711
2712         * mm-url.el (mm-url-timeout): New variable.
2713         (mm-url-retries): Ditto.
2714         (mm-url-insert): Use it.
2715
2716 2002-05-16  Simon Josefsson  <jas@extundo.com>
2717
2718         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2719         (gnus-simplify-subject-functions): Mention g-s-a-w.
2720
2721 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2722
2723         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2724         nnmail-cache-insert.
2725         * nndiary.el (nndiary-request-accept-article): Ditto.
2726         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2727         * nnimap.el (nnimap-request-accept-article): Ditto.
2728         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2729         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2730         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2731         * nnmh.el (nnmh-request-accept-article): Ditto.
2732         * nnmail.el (nnmail-cache-insert): Change group to required,
2733         removed code which tried to figure out the group.
2734
2735 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2736
2737         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2738         messages. From Hans de Graaff <hans@degraaff.org>.
2739         * nnml.el (nnml-request-accept-article): Pass in the group name to
2740         nnmail-cache-insert, since it's available.
2741
2742 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2743
2744         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2745
2746 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2747         From Florian Weimer <fw@deneb.enyo.de>.
2748
2749         * gnus.el (subscribed): New group parameter.
2750         (gnus-find-subscribed-addresses): Use it.
2751
2752 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2753
2754         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2755         the default for pgpmime to support pgp v2.
2756         * mml-sec.el (mml-signencrypt-style): New accessor function to
2757         allow users to get/set the signencrypt style more easily without
2758         frobbing the alist directly.
2759         * mml.el (mml-generate-mime-1): Use accessor function.
2760
2761 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2762
2763         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2764         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2765         <schwab@suse.de>.
2766
2767 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2768
2769         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2770         when intuiting the group the message is written to.  From Josh
2771         Huber <huber@alum.wpi.edu>.
2772
2773 2002-05-06  Simon Josefsson  <jas@extundo.com>
2774
2775         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2776         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2777
2778 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2779
2780         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2781         argument, and fixed compiler warning. (added autoload for
2782         gpg-encrypt).
2783
2784 2002-05-04  Simon Josefsson  <jas@extundo.com>
2785
2786         * mml1991.el (mml1991-function-alist): Doc fix.
2787
2788         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2789         doesn't exist (for previewing messages without having Gnus
2790         started).
2791
2792         * mm-util.el (mm-coding-system-priorities): Defcustom.
2793
2794         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2795
2796 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2797
2798         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2799         default.
2800         * mml-sec.el:
2801         * mml-sec.el (mml-signencrypt-style): New.
2802         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2803         argument `sign'.
2804         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2805         signencrypt.
2806         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2807         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2808         both signed & encryped is processed in one operation. (rather than
2809         two separate ops: sign, then encrypt)
2810         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2811         indication if a message is signed by an expired key.
2812         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2813         enables combined sign & encrypt operation. (this was always on
2814         before).
2815         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2816
2817 2002-05-01  Simon Josefsson  <jas@extundo.com>
2818
2819         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2820         server.
2821         (nnimap-mailbox-info): defvar instead of defvoo.
2822
2823 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2824
2825         * gnus.el: Oort Gnus v0.06 is released.
2826
2827 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2828
2829         * lpath.el: Bind url-package-version.
2830
2831 2002-05-01  Simon Josefsson  <jas@extundo.com>
2832
2833         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2834         filename before deleting the group itself, because the presence of
2835         a group filename decides if long filenames are used or not.
2836
2837         * gnus-art.el (gnus-button-alist): Don't inline
2838         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2839         without also modifying g-button-alist.
2840         (gnus-button-alist): Fix type to allow variable as well as regexp.
2841         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2842         themselves, variables to its contents.
2843         (gnus-button-entry): Ditto.
2844
2845 2002-05-01  Simon Josefsson  <jas@extundo.com>
2846
2847         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2848         UIDNEXT as a string.
2849
2850         * nnimap.el (nnimap-string-lessp-numerical): New function.
2851         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2852         integers.
2853
2854 2002-04-29  Simon Josefsson  <jas@extundo.com>
2855
2856         * nnmail.el (nnmail-cache-insert): Accept optional group
2857         parameter.
2858
2859         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2860         n-r-g-a is disabled.
2861
2862 2002-04-29  Simon Josefsson  <jas@extundo.com>
2863
2864         * nnimap.el (nnimap-split-fancy): Fix doc.
2865         (nnimap-split-fancy): Fix doc.
2866
2867         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2868         (nnimap-mailbox-info): New internal variable.
2869         (nnimap-retrieve-groups): Implement faster new mail check.
2870
2871         * nnimap.el (nnimap-split-articles): Support
2872         nnmail-cache-accepted-message-ids.
2873         (nnimap-request-accept-article): Ditto.
2874
2875         * imap.el (imap-mailbox-status-asynch): New command.
2876
2877 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2878
2879         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2880         are no subscribed mail groups.
2881         - Strip quoted names when comparing addresses
2882
2883 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2884
2885         * mm-decode.el (mm-text-html-renderer): Change customize type to
2886         const.
2887
2888         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2889         (gnus-debug-exclude-variables): do.
2890
2891 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2892
2893         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2894         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2895
2896 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2897
2898         * dns.el (dns-make-network-process): New macro.
2899         (query-dns): Use it.
2900
2901 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2902
2903         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2904         article-buffer.
2905
2906         * mm-url.el (mm-url-package-name): New variable.
2907         (mm-url-package-version): New variable.
2908         (mm-url-insert-file-contents): Bind url-package-name and
2909         url-package-version here.
2910         * nnrss.el (nnrss-insert-w3): Move the bindings.
2911
2912         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2913         url-package-version. Trivial change from Andrew J Cosgriff
2914         <ajc@polydistortion.net>
2915
2916         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2917         attachments. Trivial change from Peter 'Luna' Runestig
2918         <peter@runestig.com>.
2919
2920 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2921
2922         * nnkiboze.el (nnkiboze-request-scan): Call
2923         nnkiboze-possibly-change-group.
2924         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2925         problems.
2926         (nnkiboze-generate-group): Set newsrc to the *highest* article
2927         number kibozed, not the lowest.
2928
2929 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2930
2931         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2932
2933 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2934         From Dan Christensen <jdc+news@uwo.ca>.
2935
2936         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2937         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2938         Recognize math postings.  Extract Date (now ignores "(15kb)").
2939         Extract email address using gnus-extract-address-components
2940         instead of just taking the first word.  Create Date and From
2941         headers for message which are missing these headers.  Get rid
2942         of spurious \\ lines (purely cosmetic).  Extend body-end and
2943         file-end regexps, to exclude more garbage from the message.
2944         Make URL rephrasing regexp more flexible, to match current
2945         format.
2946
2947 2002-04-23  Simon Josefsson  <jas@extundo.com>
2948
2949         * netrc.el: New file, functions copied from gnus-util.el by Ted
2950         Zlatanov <tzz@lifelogs.com>.
2951
2952         * gnus-util.el: Require netrc.
2953         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2954         new code in netrc.el.
2955
2956 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2957
2958         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2959         message-ignored-resent-headers, too.  From Matthieu Moy
2960         <Matthieu.Moy@imag.fr>.
2961
2962 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2963
2964         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2965         boolean not a string
2966         * gnus-group.el (gnus-group-line-format): add description of %C
2967         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2968           as %C
2969         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2970
2971 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2972
2973         * nnmaildir.el (nnmaildir-request-scan): typo: set
2974         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2975         nnmail-get-new-mail for 'find-new-groups.
2976
2977 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2978
2979         * nnmaildir.el (nnmaildir-request-update-info,
2980         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2981         unnecessary calls to nnmaildir-request-scan.
2982
2983 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2984
2985         * gnus-msg.el:
2986         * gnus-msg.el (gnus-message-replysign): New.
2987         * gnus-msg.el (gnus-message-replyencrypt): New.
2988         * gnus-msg.el (gnus-message-replysignencrypted): New.
2989         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2990         (above) to automatically encrypt/sign to encrypted/signed
2991         messages.
2992         * message.el:
2993         * message.el (message-mode-map): Add keybinding for
2994         `message-to-list-only'
2995         * message.el (message-mode): Add description for
2996         `message-to-list-only'
2997         * message.el (message-to-list-only): New.
2998         * message.el (message-make-mft): Changed to use the cl loop macro,
2999         and added optional flag to return only the matched list. (for use
3000         in new message-to-list-only function)
3001
3002 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3003
3004         * gnus-msg.el:
3005         * gnus-msg.el (gnus-message-replysign):
3006         * gnus-msg.el (gnus-replysign): New.
3007         * gnus-msg.el (gnus-replyencrypt): New.
3008         * gnus-msg.el (gnus-replysignencrypted): New.
3009         * gnus-msg.el (gnus-summary-reply):
3010         * message.el:
3011         * message.el (message-mode-map):
3012         * message.el (message-mode):
3013         * message.el (message-to-list-only): New.
3014         * message.el (message-make-mft):
3015
3016 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3017
3018         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3019
3020 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3021
3022         * message.el (message-gen-unsubscribed-mft): accept a prefix
3023         argument so CC can be included with C-u C-c C-f C-a
3024
3025 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3026         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3027
3028         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3029         Improve docstring.
3030         (spam-enter-blacklist): New command.
3031
3032         * gnus-sum.el (gnus-spam-mark): New mark.
3033         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3034         (gnus-summary-make-tool-bar): Correct conditional.
3035         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3036         (gnus-summary-mark-as-spam): New command.
3037
3038 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3039
3040         * mml-sec.el (mml-secure-message): changed to support arbritrary
3041         modes.
3042         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3043         changed to support "signencrypt" mode.
3044         * mml.el (mml-parse-1): changed to support different secure modes
3045         more easily. (for signencrypt)
3046
3047 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3048
3049         * gnus-sum.el (gnus-update-summary-mark-positions)
3050         (gnus-summary-toggle-header):
3051         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3052         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3053         (gnus-uu-post-encoded):
3054         * nnfolder.el (nnfolder-possibly-change-group):
3055         * nnimap.el (nnimap-retrieve-headers):
3056         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3057
3058 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3059
3060         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3061         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3062
3063 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3064
3065         * gnus-srvr.el (gnus-server-set-info): Clear
3066         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3067         From Daiki Ueno <ueno@unixuser.org>.
3068
3069 2002-04-11  Simon Josefsson  <jas@extundo.com>
3070
3071         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3072         viewing of security buttons.  Thanks to Nicolas Kowalski
3073         <Nicolas.Kowalski@imag.fr>.
3074
3075         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3076         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3077         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3078         <Nicolas.Kowalski@imag.fr>.
3079         (smime-decrypt-buffer): Ditto.
3080
3081 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3082
3083         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3084         header line.
3085
3086 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3087
3088         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3089
3090 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3091
3092         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3093
3094 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3095
3096         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3097         errors when debug.
3098
3099 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3100
3101         * message.el (message-make-mft): Changed MFT code from using
3102         message-recipients (which included Bcc) to use only the To and CC
3103         headers.
3104
3105 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3106
3107         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3108         add link.
3109         (gnus-treat-mail-picon): Ditto.
3110         (gnus-treat-newsgroups-picon): Ditto.
3111         (gnus-picon-databases): Fix custom type.
3112         (gnus-picon-databases): Add link.
3113         (gnus-article-x-face-command): Add to gnus-picon group.
3114
3115 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3116
3117         * message.el (message-buffer-naming-style): Remove.
3118
3119 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3120
3121         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3122
3123         * message.el (message-tool-bar-map): Ditto.
3124
3125         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3126
3127 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3128
3129         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3130
3131 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3132
3133         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3134
3135 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3136         Trivial patch.
3137
3138         * dns.el: open-network-stream under XEmacs does udp.
3139
3140 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3141
3142         * spam.el (spam-enter-whitelist): New function.
3143         (spam-parse-whitelist): Ditto.
3144         (spam-refresh-list-cache): Ditto.
3145         (spam-address-whitelisted-p): New function.
3146
3147         * dns.el (query-dns): Use TCP when make-network-process isn't
3148         available.
3149         (dns-servers): New variable.
3150         (dns-parse-resolv-conf): New function.
3151         (query-dns): Use it.
3152
3153         * spam.el: New file.
3154
3155         * dns.el (query-dns): Test.
3156
3157 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * lpath.el (featurep): Bind make-network-process.
3160
3161 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3162
3163         * nnmaildir.el: Use defstruct.  Use a single copy of
3164         nnmail-extra-headers to save memory.  Store server's group name
3165         prefix instead of each group's prefixed name.
3166         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3167         nntp-server-buffer.
3168
3169 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3170
3171         * dns.el: New file.
3172
3173 2002-03-28  Simon Josefsson  <jas@extundo.com>
3174
3175         * gnus-sum.el (gnus-summary-dummy-line-format):
3176         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3177         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3178
3179 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3180
3181         * gnus-sum.el (gnus-summary-move-article)
3182         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3183         the doc string.
3184
3185 2002-03-28  Simon Josefsson  <jas@extundo.com>
3186
3187         * mml-sec.el (mml-secure-message): Search after
3188         mail-header-separator from top of message.
3189
3190 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3191
3192         * nnmaildir.el: Cosmetic changes.
3193         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3194         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3195         nnmaildir--group-ls): New macros/functions.  Use them.
3196         (nnmaildir--unlink): Evalutate argument only once.
3197
3198 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3199
3200         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3201         symbols.
3202         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3203         `gnus-point-at-eol'.
3204
3205 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3206
3207         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3208         nnmaildir--marks-dir): New macros.  Use them.
3209         Use inhibit-quit for atomicity instead of in-memory journaling.
3210         (nnmaildir--edit-prep): New function.
3211         (Local Variables): Use it.
3212
3213 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3214
3215         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3216
3217 2002-03-25  Simon Josefsson  <jas@extundo.com>
3218
3219         * message.el (message-mode): Fix doc.
3220
3221 2002-03-25  Simon Josefsson  <jas@extundo.com>
3222
3223         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3224         Matthieu Moy <Matthieu.Moy@imag.fr>.
3225
3226 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3227
3228         * mml-sec.el (mml-unsecure-message): Add docstring.
3229
3230 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3231
3232         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3233         value.
3234         Trivial change from andre@slamdunknetworks.com
3235
3236 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3237
3238         * mml.el (mml-mode-map): Added a keybinding for
3239         `mml-unsecure-message'.  Also, added a menu entry for said
3240         function in the Attachments menu.
3241
3242 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3243
3244         * canlock.el (canlock-version): Remove.
3245         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3246         here; simplify \x insertions.
3247         (canlock-sha1): New function, always return a unibyte string.
3248         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3249         of a password.
3250         (canlock-insert-header): Use `canlock-sha1'.
3251         (canlock-verify): Ditto.
3252
3253 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3254
3255         * message.el (message-fix-before-sending): Add an option that
3256         ignores illegible text.
3257         Trivial change from Mark Milhollan <mlm@attglobal.net>
3258
3259         * message.el (message-font-lock-keywords): Support multi-line MML
3260         tags.
3261
3262         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3263         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3264
3265 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3268         symbols for "View as different encoding" submenu.
3269
3270 2002-03-19  Simon Josefsson  <jas@extundo.com>
3271
3272         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3273         encoding" submenu.
3274
3275 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3276
3277         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3278
3279 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3280
3281         * gnus-sum.el (gnus-sum-thread-tree-root)
3282         (gnus-sum-thread-tree-single-indent)
3283         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3284         (gnus-sum-thread-tree-leaf-with-other)
3285         (gnus-sum-thread-tree-single-leaf): Make customizable.
3286
3287 2002-03-16  Simon Josefsson  <jas@extundo.com>
3288
3289         * gnus-util.el (gnus-extract-address-components): Don't break on
3290         names such as James "Kibo" Parry.  From Francis Litterio
3291         <franl@world.std.com>.
3292
3293 2002-03-13  Simon Josefsson  <jas@extundo.com>
3294
3295         * pop3.el (pop3-open-server): Revert multibyte change.  From
3296         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3297
3298         * message.el (message-send-mail-with-qmail): Make it work.  From
3299         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3300
3301 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3302
3303         * message.el (message-make-mft): Set case-fold-search while
3304         generating the MFT.  Also, a little cleanup in the MFT code.
3305
3306 2002-03-12  Simon Josefsson  <jas@extundo.com>
3307
3308         * message.el (message-qmail-inject-args): May be function.
3309         (message-send-mail-with-qmail): Call function if m-q-i-a is
3310         function.  From fn@hungry.org (Faried Nawaz).
3311
3312 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3313
3314         * message.el (message-abbrevs-loaded): Remove.
3315         (mailabbrev): Require it.
3316
3317         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3318
3319 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * pop3.el (pop3-open-server): Set process buffer unibyte.
3322
3323 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3326
3327 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3328
3329         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3330         too.
3331
3332 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3333
3334         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3335         duplication.
3336         (gnus-summary-save-parts-type-history): Ditto.
3337         (gnus-summary-save-parts-last-directory): Ditto.
3338         Trivial change from andre@slamdunknetworks.com
3339
3340 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3341
3342         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3343
3344 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3345
3346         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3347         -->" as the end of the first article.
3348
3349         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3350         From Matthieu Moy <Matthieu.Moy@imag.fr>
3351
3352         * message.el (message-add-action): Use add-to-list.
3353         (message-delete-action): New function.
3354
3355         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3356         pieces.
3357
3358 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3359
3360         * nnnil.el: New file.
3361         * gnus.el (gnus-valid-select-methods): Include nnnil.
3362
3363 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3364
3365         * message.el (message-syntax-checks): Because canlock is
3366         supported, we disable sender syntax check.
3367         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3368
3369         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3370         value of message-syntax-checks.
3371
3372         * qp.el (quoted-printable-decode-region): Doc addition.
3373         From: Eli Zaretskii <eliz@is.elta.co.il>
3374
3375         * mail-source.el (make-source-make-complex-temp-name): Use
3376         make-temp-file.
3377
3378         * mm-util.el (mm-make-temp-file): New function.
3379         * nneething.el (nneething-file-name): Use it.
3380         * mml-smime.el (mml-smime-encrypt): Ditto.
3381         * mm-view.el (mm-inline-wash-with-file): Ditto.
3382         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3383         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3384         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3385         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3386         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3387         * gnus-art.el (gnus-mime-print-part): Ditto.
3388
3389 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3390
3391         * message.el (nnmaildir-article-number-to-base-name): New
3392         function.
3393         (nnmaildir-base-name-to-article-number): New function.
3394
3395 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * smime.el (smime-make-temp-file): Don't quote
3398         `temporary-file-directory'.
3399
3400 2002-03-04  Simon Josefsson  <jas@extundo.com>
3401
3402         * smime.el (smime-sign-region): Rename argument keyfiles to
3403         keyfile. You only sign something with one key.
3404         (smime-sign-buffer): Better completing-read prompt.
3405         (smime-decrypt-buffer): Ditto.
3406
3407         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3408
3409         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3410         completing-read.
3411         (mm-view-pkcs7-decrypt): CRLF->LF.
3412
3413 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3414
3415         * message.el (message-hierarchical-addresses): New variable.
3416         (message-get-reply-headers): Use it.
3417         From Ted Zlatanov <teodor.zlatanov@divine.com>
3418
3419 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3420
3421         * message.el (message-mode): If buffer-file-name, don't set auto
3422         save file name.
3423         Trivial change from Geoff Greene <ggreene@wpi.edu>
3424
3425 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3426
3427         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3428         takes one argument in read-char.
3429
3430         * message.el (message-fix-before-sending): Forward a char.
3431         Check mmu-multibyte-p, add control-1.
3432
3433 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3434
3435         * gnus-start.el (gnus-read-init-file): Ditto.
3436
3437         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3438
3439         * dgnushack.el (dgnushack-make-load): Ditto.
3440
3441         * mail-source.el (mail-source-fetch): Extract the right error
3442         code.
3443
3444         * message.el (message-fix-before-sending): Check illegible text.
3445
3446         * gnus-util.el (gnus-multiple-choice): New function.
3447
3448         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3449         also defined in gnus-score.el.
3450
3451 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3452
3453         * message.el (message-get-reply-headers): downcase email addresses
3454         for comaparisons for duplicate removal.
3455
3456 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3457
3458         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3459         implementation of PKCS#7, which just allows users read the
3460         message.
3461         (mm-view-pkcs7): Use it.
3462
3463 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3464
3465         * gnus.el (large-newsgroup-initial): New parameter.
3466
3467         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3468         (gnus-summary-insert-old-articles): Ditto.
3469
3470 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3471
3472         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3473         used as the default answer of the question, "How many articles?".
3474         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3475
3476         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3477         small numbers.
3478
3479 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3480
3481         * deuglify.el: Fix comments.
3482
3483 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3484
3485         * html2text.el (html2text-clean-anchor): If there is no HREF,
3486         insert nothing.
3487
3488         * mml.el (mml-generate-mime-1): Add cdr.
3489         From: andre@slamdunknetworks.com
3490
3491         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3492         (mm-text-html-washer-alist): Ditto.
3493
3494         * mm-decode.el (mm-text-html-renderer): Add html2text.
3495
3496         * html2text.el: Face lift.
3497
3498         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3499
3500 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3501
3502         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3503
3504         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3505
3506         * deuglify.el: New file. The original file name is
3507         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3508
3509         * mm-decode.el (mm-display-external): Use
3510         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3511
3512 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3513
3514         * nnmaildir.el (nnmaildir-request-list): Report the highest
3515         article number, not the total number of articles.
3516
3517 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3518
3519         * gnus-sum.el: Move uu key map here.
3520         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3521
3522 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3523
3524         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3525         nnmail-expiry-wait* if expire-age parameter is not set.
3526
3527 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3528
3529         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3530         function.
3531         (gnus-group-sort-selected-groups-by-real-name): New function.
3532         (gnus-group-make-menu-bar): Add sort by real name.
3533
3534         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3535         rebuild.
3536         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3537         nil as dependencies as well.
3538
3539 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3540
3541         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3542         for mime-parts.
3543
3544         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3545
3546         * gnus-group.el (gnus-group-name-decode): Don't test
3547         multibyte-string, because it breaks XEmacs.
3548         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3549
3550         * message.el (message-send-mail): Be talkative.
3551
3552         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3553         (mm-automatic-display): Ditto.
3554
3555         * mailcap.el (mailcap-mime-data): Ditto.
3556         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3557
3558 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * many files: Remove trailing whitespaces, replace spc+tab with
3561         tab, replace leading whitespaces with tabs.
3562
3563 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3564
3565         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3566         articles with no body and no blank line after the header.
3567
3568 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3569
3570         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3571         parts.
3572
3573         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3574         non-ascii chars.
3575
3576         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3577
3578         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3579         w3-delay-image-loads.
3580         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3581         (mm-w3-prepare-buffer): Ditto.
3582
3583         * mail-source.el (mail-source-fetch-directory): Run scripts.
3584
3585 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3588         for Majordomo confirmations.
3589
3590 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3591
3592         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3593
3594 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3595
3596         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3597
3598 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3599
3600         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3601         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3602
3603 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3604
3605         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3606         (mm-inline-render-with-stdin): Ditto.
3607         (mm-inline-render-with-function): Ditto.
3608         (mm-inline-wash-with-file): Bind coding-system-for-write.
3609         (mm-inline-wash-with-stdin): Ditto.
3610
3611 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3612
3613         Suggested by Felix Natter <fnatter@gmx.net>
3614
3615         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3616         gnus-mime-externalize-view.
3617         (gnus-mime-view-part-internally): Rename from
3618         gnus-mime-internalize-view.
3619         (gnus-article-view-part-externally): Rename from
3620         gnus-article-externalize-part.
3621         (gnus-mime-action-alist): Change correspondingly.
3622         (gnus-mime-button-commands): Ditto.
3623         (gnus-mime-action-alist): Remove duplication.
3624
3625         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3626
3627 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3628
3629         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3630
3631         * gnus-art.el (gnus-display-mime): Use it.
3632
3633         * mm-partial.el (mm-partial-find-parts): Use it.
3634
3635         * gnus-sum.el (gnus-article-loose-mime): Rename from
3636         gnus-article-no-strict-mime.
3637         (gnus-summary-save-parts): Use it.
3638
3639 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3640
3641         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3642         local variable.
3643
3644         * gnus-art.el (article-display-x-face): Don't sort multiple
3645         X-Faces.
3646
3647 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3650         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3651
3652         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3653
3654 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3655
3656         Some ideas is inspired by code from Hrvoje Niksic
3657         <hniksic@arsdigita.com>
3658
3659         * gnus-art.el (gnus-article-wash-function): Set the default to
3660         nil, so that we use mm-text-html-renderer instead.
3661         (article-wash-html): Use mm-text-html-renderer.
3662
3663         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3664         (mm-text-html-renderer): New variable.
3665         (mm-inline-text-html-renderer): Set the default to nil, so that we
3666         use mm-text-html-renderer instead.
3667
3668         * mm-view.el (mm-inline-text-html): New function.
3669         (mm-text-html-renderer-alist): New variable.
3670         (mm-inline-text-vcard): New function.
3671         (mm-inline-text): Split.
3672         (mm-links-remove-leading-blank): New function.
3673         (mm-inline-render-with-file): New function.
3674         (mm-inline-render-with-stdin): New function.
3675         (mm-inline-render-with-function): New function.
3676         (mm-text-html-washer-alist): New variable.
3677         (mm-inline-wash-with-file): New function.
3678         (mm-inline-wash-with-stdin): New function.
3679
3680 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3681
3682         * message-utils.el: Fix installation doc.
3683         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3684
3685 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3686
3687         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3688         (gnus-post-method): Use it.
3689         (gnus-summary-cancel-article): Find the correct post-method.
3690
3691         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3692         * message.el (message-send-news): Ditto.
3693         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3694         <ipmonger@delamancha.org>
3695
3696         * gnus.el (gnus-select-method): Fix doc.
3697         (gnus-server-string): Use 'using nntp'.
3698
3699         * gnus-agent.el (gnus-slave-unplugged): New command.
3700         From: Felix Natter <fnatter@gmx.net>
3701
3702 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3703
3704         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3705         Call edit-done-function first, then change the window
3706         configuration.
3707         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3708         (gnus-article-edit-mode): mml-mode.
3709
3710         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3711         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3712
3713         * message-utils.el: Adopt the file.
3714
3715         * message-utils.el: New file.
3716         From Holger Schauer <Holger.Schauer@gmx.de>
3717
3718 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3719
3720         * gnus-sum.el (gnus-summary-move-article): Select-article only
3721         when gnus-move-split-methods is non-nil. And we don't render or
3722         mark the article.
3723
3724         * gnus-fun.el (gnus-shell-command-to-string): New function.
3725         (gnus-shell-command-on-region): New function.
3726         (gnus-random-x-face): Use them.
3727         (gnus-x-face-from-file): Ditto.
3728         (gnus-convert-image-to-gray-x-face): Ditto.
3729         (gnus-convert-gray-x-face-to-xpm): Ditto.
3730         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3731
3732 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3733
3734         * gnus-art.el (gnus-treat-display-xface): Don't use
3735         `shell-command-to-string' when compiling.
3736         (gnus-treat-display-grey-xface): Ditto.
3737
3738 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3739
3740         * nnmaildir.el (nnmaildir--article-count): If the group is
3741         completely empty, report minimum article number as 1 instead of 0.
3742
3743 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3744
3745         * gnus-agent.el (gnus-get-predicate): Use nconc.
3746
3747         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3748         gnus-summary-display-cache as cache.
3749
3750         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3751         (nndoc-mail-in-mail-type-p): New function.
3752         (nndoc-mail-in-mail-article-begin): New function.
3753
3754 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3755
3756         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3757
3758         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3759         use-hard-newlines to nil.
3760
3761         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3762         image is not available if window-system is not available.
3763
3764         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3765
3766 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3767
3768         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3769         bookmark, because update-mark doesn't handle it correctly.
3770
3771 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3772
3773         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3774         directly instead of calling message-send-mail.
3775
3776         * gnus-start.el (gnus-read-descriptions-file): Use
3777         gnus-default-charset.
3778
3779         * mm-util.el (mm-guess-mime-charset): New function.
3780
3781         * gnus.el (gnus-default-charset): Use it.
3782         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3783         the default.
3784
3785 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3788         (article-display-x-face): Use it.  Disable grey xface, if
3789         uncompface is not found.
3790
3791         * message.el (message-mode): Don't enable multibyte on an indirect
3792         buffer.
3793
3794         * nnrss.el (nnrss-content-function): New variable.
3795         (nnrss-request-article): Use it.
3796
3797 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3798
3799         * gnus.el: Add article-unsplit-urls.
3800         * gnus-sum.el: Ditto.
3801         * gnus-art.el (gnus-treat-strip-cr): New variable.
3802         (gnus-treatment-function-alist): Use it.
3803         (article-unsplit-urls): New function.
3804         (gnus-article-make-menu-bar): Use it.
3805         From: Michael Cook <michael.cook@cisco.com>
3806
3807 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3808
3809         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3810         copy.
3811
3812 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3813
3814         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3815         with internal whitespace.
3816         (gnus-parent-id): Ditto.
3817
3818 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3819
3820         * gnus-art.el (gnus-article-treat-body-boundary): Add
3821         gnus-decoration property.
3822         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3823
3824         * message.el (message-mode): Set local-abbrev-table.
3825         From Matt Armstrong <matt@lickey.com>.
3826
3827         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3828         too many spaces.
3829
3830         * rfc2047.el (rfc2047-unfold-region): Ditto.
3831         (rfc2047-decode-region): Don't unfold. Let
3832         gnus-article-treat-unfold-headers do it.
3833
3834         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3835         From: Jesper Harder <harder@ifa.au.dk>
3836
3837 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838
3839         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3840         (gnus-configure-posting-styles): Use it.
3841         (gnus-configure-posting-styles): Remove trailing newspaces.
3842
3843 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3844
3845         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3846         is non-nil.
3847
3848         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3849
3850         * gnus.el (gnus-server-to-method): Switch position with
3851         gnus-server-get-method.
3852         (gnus-agent): Add doc.
3853
3854         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3855         (gnus-summary-save-parts): Use it.
3856
3857         * gnus-art.el (gnus-display-mime): Use it.
3858         * mm-partial.el (mm-partial-find-parts): Use it.
3859
3860         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3861
3862         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3863         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3864
3865         * nnagent.el (nnagent-request-expire-articles): Don't delete
3866         files.
3867
3868 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3869
3870         * message.el (message-gen-unsubscribed-mft): New function.
3871         From Sriram Karra <karra@cs.utah.edu>.
3872
3873         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3874         open parenthesis.
3875
3876         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3877         (mm-inline-text-html-render-with-w3): Ditto.
3878         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3879         Suggested by Dave Love  <d.love@dl.ac.uk>.
3880
3881         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3882
3883         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3884         * nntp.el (nntp-send-command): Ditto.
3885         * nntp.el (nntp-send-command-nodelete): Ditto.
3886
3887 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3888
3889         * mm-url.el (mm-url-load-url): New function.
3890         (mm-url-insert-file-contents): Use it.
3891
3892         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3893
3894         * message.el (message-forward-make-body): Correctly copy
3895         forward-buffer.
3896
3897         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3898
3899 2002-02-04  Simon Josefsson  <jas@extundo.com>
3900
3901         * gnus-art.el (gnus-article-followup-with-original): Mark with
3902         force, prevent errors when following up from article buffer.
3903         (gnus-article-reply-with-original): Ditto.
3904
3905         * binhex.el (binhex-decoder-switches): Fix doc.  From
3906         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3907
3908 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3909
3910         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3911         highlight-citation after emphasize.
3912
3913 2002-02-04  Simon Josefsson  <jas@extundo.com>
3914
3915         * nnfolder.el (nnfolder-open-marks):
3916
3917         * nnml.el (nnml-open-marks): Message when done.  From David
3918         Edmondson <dme@sun.com>.
3919
3920 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3921
3922         * imap.el (imap-anonymous-auth): Fix typo.
3923         From: Steinar Bang <sb@dod.no>
3924
3925         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3926         save-excursion.
3927         (gnus-cache-braid-heads): Ditto.
3928
3929         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3930         line, because there are extra articles in the overview buffer.
3931
3932         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3933
3934         * message.el (message-forward-rmail-make-body): Directly use
3935         rmail-msg-restore-non-pruned-header to avoid calling
3936         vertical-motion.
3937
3938 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3939
3940         * gnus-cache.el (gnus-summary-insert-cached-articles):
3941         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3942
3943         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3944         gnus-newsgroups-unselected.
3945
3946         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3947         gnus-add-to-sorted-list.
3948
3949         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3950         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3951         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3952         (gnus-update-read-articles): UNREAD is sorted.
3953         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3954         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3955         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3956         (gnus-newsgroup-dormant): Require sorted.
3957
3958         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3959         directories.
3960         (gnus-dired-print): New function.
3961
3962         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3963         ps-despool.
3964
3965 2002-02-02  Simon Josefsson  <jas@extundo.com>
3966
3967         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3968
3969 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3970
3971         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3972         t. This makes gnus-agent customizable without putting
3973         gnus-agentize into .gnus.
3974
3975         * gnus.el (gnus-agent): Make it customizable.
3976
3977         * gnus-dired.el: New file.
3978         From Benjamin Rutt <brutt@bloomington.in.us>
3979
3980         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3981         if no article.
3982         (gnus-cache-possibly-remove-article): Ditto.
3983         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3984
3985 2002-02-01  Simon Josefsson  <jas@extundo.com>
3986
3987         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3988
3989 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3992         (mm-setup-w3m): Don't bind keys listed in the above.
3993
3994 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3997         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3998         is non-nil; bind `w3m-force-redisplay' with nil.
3999
4000         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4001
4002         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4003
4004 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4005
4006         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4007         use mail-header-unfold-field.
4008
4009         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4010         gnus-summary-limit.
4011
4012         * gnus-range.el (gnus-add-to-sorted-list): New function.
4013         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4014         (gnus-mark-article-as-unread): Ditto.
4015         (gnus-summary-mark-article-as-unread): Ditto.
4016         (gnus-build-get-header): Ditto.
4017         (gnus-summary-prepare-threads): Ditto.
4018         (gnus-summary-insert-pseudos): Ditto.
4019         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4020         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4021         (gnus-summary-insert-old-articles): Ditto.
4022
4023         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4024         (gnus-configure-posting-styles): Support the new format.
4025
4026         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4027         edebug-form-spec to (sexp body).
4028         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4029
4030         * message.el (message-reply-headers): Add doc.
4031
4032 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4033
4034         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4035         gnus-cache-active-hashtb.
4036
4037         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4038         (gnus-agent-summary-fetch-group): Use it.
4039
4040         * gnus-msg.el (gnus-debug-files): New variable.
4041         (gnus-debug-exclude-variables): New variable.
4042         (gnus-debug): Use them.
4043
4044         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4045
4046 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4047
4048         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4049         (message-mode-syntax-table): Move back the previous position.
4050
4051         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4052
4053         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4054         gnus-sorted-difference.
4055
4056         * nnsoup.el (nnsoup-request-expire-articles): Use
4057         gnus-sorted-difference.
4058
4059         * nnheader.el: Autoload gnus-sorted-difference.
4060
4061         * nnfolder.el (nnfolder-request-expire-articles): Use
4062         gnus-sorted-difference.
4063
4064         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4065         gnus-sorted-difference.
4066
4067         * gnus-range.el: Autoload cookies.
4068         (gnus-sorted-difference): New function.
4069         (gnus-sorted-ndifference): New function.
4070         (gnus-sorted-nintersection): Rename from
4071         gnus-set-sorted-intersection.
4072         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4073         (gnus-list-range-difference): Rename from
4074         gnus-inverse-list-range-intersection.
4075         (gnus-inverse-list-range-intersection): Use defalias.
4076
4077         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4078         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4079         (gnus-articles-to-read): Use gnus-sorted-difference.
4080         (gnus-summary-limit-mark-excluded-as-read): Use
4081         gnus-sorted-intersection and gnus-sorted-ndifference.
4082         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4083         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4084
4085         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4086
4087 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4088
4089         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4090         property to the buffer for using emacs-w3m command keys.
4091
4092         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4093         option.
4094
4095         * mm-view.el (mm-w3m-mode-map): New variable.
4096         (mm-w3m-mode-command-alist): New variable.
4097         (mm-w3m-minor-mode): Removed.
4098         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4099         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4100         buffer for using emacs-w3m command keys.
4101
4102 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4103
4104         * message.el (message-mode-syntax-table): Move forward.
4105         (message-cite-prefix-regexp): Auto detect non word constituents.
4106         (message-cite-prefix-regexp): Don't use with-syntax-table.
4107
4108         * gnus-sum.el (gnus-summary-update-info): Use
4109         gnus-list-range-intersection.
4110
4111         * gnus-agent.el (gnus-agent-fetch-headers): Use
4112         gnus-list-range-intersection.
4113
4114         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4115         (gnus-list-range-intersection): Use it.
4116         (gnus-inverse-list-range-intersection): Ditto.
4117         (gnus-sorted-intersection): Add doc.
4118         (gnus-set-sorted-intersection): Add doc.
4119         (gnus-sorted-union): New function.
4120         (gnus-set-sorted-union): New function.
4121
4122         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4123         (gnus-inverse-list-range-intersection): Ditto.
4124
4125 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4126
4127         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4128
4129         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4130         and permit `:' and `\' in order to handle full Windows pathnames.
4131         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4132         technically not correct per standard, but seems to have common use.
4133
4134 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4135
4136         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4137         replacing numbers.
4138
4139 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4140
4141         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4142
4143         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4144         Don't split when the window is small, e.g. when a small *BBDB*
4145         window is the lowest one.
4146
4147         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4148         nnheader-find-nov-line to speed up. Use nreverse, because it is
4149         sorted. Use nnheader-insert-nov-file.
4150
4151 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4154
4155         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4156         of `w3m-display-inline-images' with the value of
4157         `mm-inline-text-html-with-images'.
4158         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4159
4160         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4161
4162 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4163
4164         * time-date.el: Add autoload cookies.  Many doc fixes.
4165         (time-add): New function.
4166         (time-subtract): Renamed from subtract-time.
4167         (subtract-time): New alias for time-subtract.
4168
4169 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4172         emacs-w3m in doc-string.
4173
4174         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4175         `w3m-current-buffer'.
4176
4177 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4178
4179         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4180
4181         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4182         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4183         (mm-w3m-cid-retrieve): New function.
4184         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4185
4186 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4187
4188         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4189
4190 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4191
4192         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4193
4194 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4197         32K.
4198
4199         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4200
4201         * nnmail.el (nnmail-article-group): Decode headers before running
4202         split rules over them.
4203         (nnmail-mail-splitting-charset): New variable.
4204
4205         * smiley.el: Replaced with smiley-ems.el.
4206
4207 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4208
4209         * mm-url.el (mm-url-predefined-programs): Add w3m.
4210         (mm-url-program): Ditto.
4211
4212 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * nnml.el (nnml-use-compressed-files): New variable.
4215         (nnml-filenames-are-evil): Removed.
4216         (nnml-current-group-article-to-file-alist): Don't use.
4217         (nnml-update-file-alist): Inhibit.
4218         (nnml-article-to-file): Use new var.
4219
4220 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4221
4222         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4223
4224         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4225
4226 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4229         function.
4230
4231         * gnus-util.el (gnus-cache-file-contents): New function.
4232
4233         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4234         (gnus-agent-load-alist): Use it.
4235
4236         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4237
4238         * nnheader.el (nnheader-insert-nov-file): New function.
4239
4240         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4241
4242         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4243         there are no references.
4244         (gnus-extract-message-id-from-in-reply-to): New function.
4245         (gnus-nov-parse-line): Use in-reply-to if there are no
4246         references.
4247
4248 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4251
4252         * gnus-util.el (gnus-parse-without-error): New macro.
4253
4254 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4255
4256         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4257         (gnus-article-wash-function): use locate-library to decide which
4258         to use.
4259
4260 2002-01-25  Simon Josefsson  <jas@extundo.com>
4261
4262         * pop3.el (pop3-munge-message-separator): Work if no date.
4263         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4264
4265 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4266
4267         * gnus-agent.el (gnus-agent-save-alist): Fix.
4268
4269         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4270         mistake.  Reinstated lost code.
4271
4272 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4273
4274         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4275         one exists in the case of an encrypted message with an internal
4276         signature.
4277
4278 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4281
4282 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4283
4284         * dgnushack.el: Commented out the experimental code.
4285
4286 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4287
4288         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4289         error.
4290
4291         * gnus.el (gnus-server-to-method): Made into subst.
4292         (gnus-server-method-cache): New variable.
4293         (gnus-server-to-method): Use it.
4294         (gnus-group-method-cache): New variable.
4295         (gnus-find-method-for-group-1): Renamed.
4296         (gnus-find-method-for-group): New function.
4297         (gnus-group-method-cache): Removed.
4298
4299         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4300         function.
4301
4302         * gnus-range.el (gnus-members-of-range): New function.
4303         (gnus-list-range-intersection): Renamed.
4304         (gnus-inverse-list-range-intersection): New function.
4305
4306         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4307
4308         * nnagent.el (nnagent-retrieve-headers): New implementation.
4309
4310         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4311         implementation.
4312
4313 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4316         `w3m-meta-content-type-charset-regexp'.
4317
4318         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4319         charset-encoded html contents.
4320
4321 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4322
4323         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4324         an empty file.
4325
4326         * nnweb.el (url): Ignore errors when request url.
4327
4328         * nnrss.el: Clean up the comments.
4329
4330 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4331
4332         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4333
4334         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4335         (mm-inline-media-tests): Test whether the value of
4336         `mm-inline-text-html-renderer' is a function for text/html.
4337
4338         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4339         separated from `mm-inline-text'.
4340         (mm-w3m-minor-mode): New variable.
4341         (mm-w3m-setup): New variable.
4342         (mm-setup-w3m): New function.
4343         (mm-inline-text-html-render-with-w3m): New function.
4344         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4345         text/html.
4346
4347 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4348
4349         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4350
4351 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4354         and `gnus-xmas-completing-read'.
4355
4356 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4357
4358         * nneething.el (nneething-message-id-number): Abolished.
4359         (nneething-encode-file-name): Not encode numerical characters.
4360         (nneething-make-head): `nneething-message-id-number' is not
4361         used to generate message IDs.
4362
4363 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4366         characters.
4367
4368 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4369
4370         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4371         (gnus-xmas-redefine): Redefine conditionally.
4372
4373 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4374
4375         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4376         tag.
4377
4378 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4379
4380         * message.el (message-font-lock-keywords): Added the secure tag.
4381         * mml-sec.el: Added functions to generate/modify/remove the secure
4382         tag while in message mode.
4383         * mml-sec.el (mml-secure-message): New.
4384         * mml-sec.el (mml-unsecure-message): New.
4385         * mml-sec.el (mml-secure-message-sign-smime): New.
4386         * mml-sec.el (mml-secure-message-sign-pgp): New.
4387         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4388         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4389         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4390         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4391         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4392         convert it to either a part or multipart depending on if there are
4393         other parts in the message.
4394         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4395         to use the secure tag, rather than the part tag.
4396         * mml.el (mml-preview): Added a save-excursion to keep cursor
4397         position after doing an MML preview.
4398
4399 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * nnheader.el (nnheader-parse-overview-file): New function.
4402         (nnheader-write-overview-file): New function.
4403
4404 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405
4406         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4407         in wanted.
4408
4409         * nnweb.el (nnweb-type-definition): Clean up.
4410
4411 2002-01-21  Alastair Burt  <burt@dfki.de>
4412         Trivial patch.
4413
4414         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4415         buffer exists before jumping to it.
4416
4417 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4420         function.
4421         (article-wash-html): Use it.
4422         (gnus-article-wash-function): New variable.
4423         (gnus-article-wash-html-with-w3m): New function.
4424
4425 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4426
4427         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4428         XEmacs.
4429
4430 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4431
4432         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4433         command line.
4434
4435 2002-01-21  Simon Josefsson  <jas@extundo.com>
4436
4437         * canlock.el (base64-encode-string): Autoload it from base64.
4438         (canlock-make-cancel-key): Base64 encode unibyte string.
4439
4440 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4441
4442         * nnfolder.el (nnfolder-request-accept-article): Unfold
4443         x-from-line.
4444         (nnfolder-request-replace-article): Ditto.
4445
4446 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4447
4448         * gnus-group.el (gnus-group-best-unread-group): Use the right
4449         positioning function.
4450
4451 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4452
4453         * smiley-ems.el (smiley-region): Use new function.
4454         (smiley-update-cache): Use general image functions.
4455         (smiley-region): Use general functions.
4456
4457         * gnus-util.el (gnus-graphic-display-p): New function.
4458
4459         * nnmail.el (nnmail-article-group): Allow outputting traces of
4460         non-strings.
4461
4462         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4463         (nndoc-exim-bounce-type-p): New function.
4464
4465         * message.el (message-dont-send): Doc fix.
4466
4467         * gnus-util.el (gnus-completing-read): Remove
4468         inherit-input-method.
4469
4470         * gnus-art.el (gnus-treat-smiley): Doc fix.
4471
4472         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4473         articles.
4474
4475 2002-01-19  Simon Josefsson  <jas@extundo.com>
4476
4477         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4478         (imap-kerberos4-open): Ditto.
4479         (imap-open): Set port correctly, don't set auth.
4480
4481 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4482
4483         * gnus.el (gnus-version-number): Bump version number.
4484
4485 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4486
4487         * gnus.el: Oort Gnus v0.05 is released.
4488
4489 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4492         exists.
4493
4494         * gnus-spec.el (gnus-string-width-function): New function.
4495         (gnus-tilde-cut-form): Use it.
4496         (gnus-tilde-max-form): Ditto.
4497         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4498         (gnus-substring-function): Use it.
4499         (gnus-tilde-cut-form): Ditto.
4500         (gnus-substring-function): New function.
4501
4502         * message.el (message-check-news-header-syntax): New message.
4503
4504         * gnus.el (gnus-slave-no-server): Doc fix.
4505
4506         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4507
4508 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4511         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4512         (seen (NUM1 . NUM2)).
4513
4514 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4515
4516         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4517         number in closed topics.
4518
4519 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4520
4521         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4522         functions.
4523
4524 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4525
4526         * gnus.el (gnus-group-find-parameter): Clean up.
4527
4528         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4529         articles.
4530
4531         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4532
4533         * nnmail.el (nnmail-article-group): Clean up.
4534
4535 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4536
4537         * gnus-agent.el (gnus-category-name): Intern the category name.
4538
4539 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540
4541         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4542
4543         * gnus-util.el (gnus-completing-read): New function.
4544
4545 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4546
4547         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4548
4549         * smiley-ems.el (smiley-region): Register smiley.
4550         (smiley-toggle-buffer): Rewrite the function.
4551         (smiley-active): Removed.
4552
4553 2002-01-19  Simon Josefsson  <jas@extundo.com>
4554
4555         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4556         Jesper Harder <harder@ifa.au.dk>.
4557
4558 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4559
4560         * gnus-art.el (gnus-request-article-this-buffer): Call
4561         `nneething-get-file-name' to extract the file name from the
4562         message id.
4563
4564         * nneething.el (nneething-encode-file-name): New function.
4565         (nneething-decode-file-name): Ditto.
4566         (nneething-get-file-name): Ditto.
4567         (nneething-make-head): Encode the file name and encapsulate it
4568         into the field of the message id.
4569
4570 2002-01-18  Simon Josefsson  <jas@extundo.com>
4571
4572         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4573         stored in .marks.
4574
4575         * nnfolder.el (nnfolder-request-update-info): Ditto.
4576
4577 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4578
4579         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4580
4581 2002-01-18  Simon Josefsson  <jas@extundo.com>
4582
4583         * imap.el (imap-starttls-p): Don't check for binary.
4584         (imap-gssapi-auth-p): Ditto.
4585         (imap-kerberos4-auth-p): Ditto.
4586         (imap-open): Change logic.  Iterate through all possible streams,
4587         instead of bailing out after first failure.  Move authenticator
4588         decision to `imap-authenticate'.
4589         (imap-authenticate): Change logic, now finds the authenticator to
4590         use, was previously in `imap-open'.
4591         (imap-open): Return nil on failure.
4592         (imap-open): Setup temp buffer correctly.
4593         (imap-open): Return buffer only on success.
4594         (imap-interactive-login, imap-interactive-login): Tell the user
4595         which stream/authenticator is used for the queried
4596         username/password.
4597         (imap-open, imap-authenticate): Set variables.
4598         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4599         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4600
4601 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602
4603         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4604
4605 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4608
4609 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4610
4611         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4612         (gnus-agent-group-mode-map): Bind it to "Jo".
4613         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4614
4615 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4616
4617         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4618         (gnus-summary-mail-toolbar): Add mail article deletion button.
4619
4620         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4621         false positives for lines of "^^^^".
4622
4623         * gnus-picon.el (gnus-picon-find-face): faces database is all
4624         lowercase.
4625
4626 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4627
4628         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4629         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4630         duplications.
4631         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4632
4633 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * gnus-sum.el (gnus-summary-initial-limit): Inline
4636         gnus-summary-limit-children.
4637         (gnus-summary-initial-limit): Don't limit if
4638         gnus-newsgroup-display is nil.
4639         (gnus-summary-initial-limit): No, don't.
4640
4641         * gnus-util.el
4642         (gnus-put-text-property-excluding-characters-with-faces): Inline
4643         gnus-put-text-property.
4644
4645         * gnus-spec.el (gnus-default-format-specs): New variable.
4646
4647         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4648         gnus-format-specs.
4649         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4650
4651         * gnus-spec.el (gnus-update-format-specifications): Really check
4652         the Gnus version of the .newsrc.eld file.
4653         (gnus-format-specs): Save the new default summary format.
4654
4655         * gnus-util.el (gnus-parent-id): Check whether references is empty
4656         before splitting.
4657
4658         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4659         functions.
4660         (gnus-gather-threads-by-references): Inline
4661         `gnus-split-references'.
4662
4663         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4664         default value of gnus-summary-line-format-spec.
4665
4666 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4667
4668         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4669         message.
4670         (nnslashdot-request-list): Ditto.
4671         (nnslashdot-sid-strip): Removed.
4672
4673 2002-01-15  Simon Josefsson  <jas@extundo.com>
4674
4675         * nnimap.el (nnimap-close-asynchronous): Enable.
4676         (nnimap-close-group): Expunge.
4677
4678 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4679
4680         * gnus-util.el (gnus-user-date-format-alist): Typo.
4681         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4682
4683 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4684
4685         * nneething.el (nneething-request-article): Set
4686         `nnmail-file-coding-system' to `binary' locally, in order to read
4687         files without any conversion.
4688
4689 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4690
4691         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4692         nnheader-file-coding-system and nnmail-active-file-coding-system.
4693         (gnus-agent-regenerate-group): Ditto.
4694         (gnus-agent-regenerate): Ditto.
4695         (gnus-agent-write-active): Ditto.
4696         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4697
4698 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4699
4700         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4701         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4702
4703 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4704
4705         * gnus.el: We don't need gnus-article-show-all-headers.
4706
4707         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4708         Ditto.
4709
4710         * gnus-sum.el (gnus-summary-select-article): Don't call
4711         show-all-headers, because hidden headers are not hidden text any
4712         more.
4713
4714 2002-01-13  Simon Josefsson  <jas@extundo.com>
4715
4716         * message.el (message-newline-and-reformat): Use `newline' instead
4717         of inserting \n, so that the newline is marked as hard.
4718
4719         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4720         From Jesper Harder <harder@ifa.au.dk>.
4721
4722 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4723
4724         * imap.el (imap-close): Keep going if quit.
4725
4726         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4727         nntp-server-buffer.
4728
4729 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4730
4731         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4732         avoid unbinding shadowed variables.
4733
4734         * gnus-art.el (gnus-picon-databases): Moved here.
4735         (gnus-picons-installed-p): Moved here.
4736         (gnus-article-reply-with-original): Use `mark'.
4737
4738         * gnus.el (gnus-picon): Moved here and renamed.
4739
4740         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4741         installed.
4742         (gnus-treat-mail-picon): Ditto.
4743         (gnus-treat-newsgroups-picon): Ditto.
4744
4745         * gnus-picon.el (gnus-picons-installed-p): New function.
4746
4747 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4748
4749         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4750
4751 2002-01-12  Simon Josefsson  <jas@extundo.com>
4752
4753         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4754         (nnimap-before-find-minmax-bugworkaround): Use it.
4755         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4756         (nnimap-dont-close): New variable.
4757         (nnimap-close-group): Use it.
4758
4759 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4760
4761         * gnus-art.el (gnus-article-reply-with-original): Use
4762         `mark-active'.
4763
4764         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4765
4766         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4767         (gnus-score-advanced): Clean up.
4768         (gnus-score-advanced): Accept a multiple of the score.
4769
4770 2002-01-12  Simon Josefsson  <jas@extundo.com>
4771
4772         * flow-fill.el (fill-flowed-display-column)
4773         (fill-flowed-encode-columnq): New variables.  Suggested by
4774         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4775         (fill-flowed-encode, fill-flowed): Use them.
4776
4777         * message.el (message-send-news, message-send-mail): Use
4778         m-b-s-n-p-e-h-n.
4779
4780         * mml.el (autoload): Autoload fill-flowed-encode.
4781         (mml-buffer-substring-no-properties-except-hard-newlines): New
4782         function.
4783         (mml-read-part): Use it.
4784         (mml-generate-mime-1): Encode format=flowed if appropriate.
4785         (mml-insert-mime-headers): Insert format=flowed.
4786
4787         * flow-fill.el (fill-flowed-encode): New function.
4788         (fill-flowed): Bind fill-column to window width.
4789
4790 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791
4792         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4793         it exists.
4794         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4795         (gnus-summary-buffer-name): Don't return the dead name after all.
4796         (gnus-summary-setup-buffer): Kill the dead buffer.
4797
4798         * gnus-art.el (gnus-article-followup-with-original): Store the
4799         value of the mark before deactivating it.
4800
4801 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4802
4803         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4804         From: Karl Kleinpaste <karl@charcoal.com>
4805
4806         * gnus-art.el (article-display-x-face): Ditto.
4807         (gnus-article-reply-with-original): Use gnus-region-active-p.
4808         (gnus-article-followup-with-original): Ditto.
4809
4810         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4811         downloadable article either.
4812
4813 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4814
4815         * gnus-art.el (article-display-x-face): Insert From:.
4816
4817         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4818         article. Bind gnus-display-mime-function and
4819         gnus-article-prepare-hook.
4820
4821         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4822         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4823         gnus-agent-possibly-synchronize-flags to the last.
4824         (gnus-agent-go-online): New function. New variable.
4825
4826 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4827
4828         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4829         (gnus-agent-regenerate): Ditto.
4830
4831 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4832
4833         * message.el (message-ignored-news-headers)
4834         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4835         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4836
4837         * gnus.el (gnus-gethash-safe): New macro.
4838
4839         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4840         (gnus-agent-regenerate): Show messages.
4841
4842 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4843
4844         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4845         (gnus-agent-regenerate): New function.
4846         (gnus-agent-save-alist): Sort.
4847         (gnus-agent-copy-nov-line): Test eobp.
4848         (gnus-agent-retrieve-headers): Erase buffer.
4849
4850 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4851
4852         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4853         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4854
4855         * gnus.el (gnus-agent-covered-methods): Move here.
4856         (gnus-online): New function.
4857         (gnus-agent-method-p): Move here.
4858
4859         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4860         nil. Remove articles-alist.
4861
4862         * gnus-start.el (gnus-get-unread-articles): Check online.
4863         (gnus-groups-to-gnus-format): Ditto.
4864         (gnus-active-to-gnus-format): Ditto.
4865
4866         * gnus-agent.el (gnus-agent-get-function): Use it.
4867         (gnus-agent-get-undownloaded-list): Ditto.
4868         (gnus-agent-fetch-session): Only fetch online methods.
4869
4870         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4871         (gnus-server-mode-map): Ditto.
4872         (gnus-server-offline-face): New face.
4873         (gnus-server-offline-face): New variable.
4874         (gnus-server-font-lock-keywords): Add offline.
4875         (gnus-server-insert-server-line): Ditto.
4876         (gnus-server-offline-server): New function.
4877
4878         * gnus-int.el (gnus-open-server): Turn to offline.
4879         (gnus-server-unopen-status): New variable.
4880
4881 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4882
4883         * nnkiboze.el (nnkiboze-request-article): Use
4884         gnus-agent-request-article.
4885
4886         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4887         function. Insert undownloaded NOV.
4888
4889         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4890         (gnus-agent-request-article): New function.
4891
4892         * gnus.el (gnus-agent-cache): New variable.
4893
4894         * gnus-int.el (gnus-retrieve-headers): Use
4895         gnus-agent-retrieve-headers.
4896         (gnus-request-head): Use gnus-agent-request-article.
4897         (gnus-request-body): Ditto.
4898
4899         * gnus-art.el (gnus-request-article-this-buffer): Use
4900         gnus-agent-request-article.
4901
4902         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4903         article if it is undownloaded.
4904
4905 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4906
4907         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4908
4909 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * canlock.el (canlock-string-as-unibyte): New macro.
4912         (canlock-sha1-with-openssl): Return a unibyte string.
4913         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4914
4915 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4916
4917         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4918
4919 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4920
4921         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4922         application/x-emacs-lisp.
4923
4924         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4925
4926         * nntp.el (nntp-request-article): Add group parameter.
4927         (nntp-request-head): Ditto.
4928         (nntp-find-group-and-number): Add parameter group. Figure out
4929         number if the status line doesn't give (e.g. quimby.gnus.org).
4930
4931 2002-01-08  Simon Josefsson  <jas@extundo.com>
4932
4933         * mml.el (mml-generate-mime-1): Set recipient correctly.
4934
4935 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4936
4937         * message.el (message-read-from-minibuffer): Add parameter
4938         initial-contents.
4939         * gnus-msg.el (gnus-summary-resend-message): Use it.
4940
4941         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4942         behavior of quit-config.
4943
4944         * message.el (message-make-from): Don't quote fullname.
4945         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4946
4947         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4948         From: <andre@slamdunknetworks.com>
4949
4950 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4951
4952         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4953
4954         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4955
4956         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4957         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4958         because bbdb may use it.
4959
4960 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4961
4962         * nneething.el (nneething-request-article): When a non-text file
4963         is converted to an article, its data is encoded in base64.  Call
4964         `nneething-make-head' with options to specify MIME types.
4965         (nneething-make-head): Add optional arguments to specify MIME
4966         types.
4967
4968 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4969
4970         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4971         header if there is not.
4972
4973         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4974
4975         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4976         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4977         (gnus-inews-do-gcc): Use them.
4978
4979         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4980         gnus-newsgroup-unselected.
4981
4982 2002-01-06  Simon Josefsson  <jas@extundo.com>
4983
4984         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4985         condition-case, not ignore-errors.
4986
4987 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4988
4989         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4990         gnus-fetch-old-headers.
4991
4992         * gnus-art.el (article-display-x-face): Use the current buffer
4993         unless `W f'. Otherwise, X-Face may be shown in the header of a
4994         forwarded part.
4995         (gnus-treatment-function-alist): Treat xface before hiding
4996         headers.
4997
4998 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4999
5000         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5001         parameters.
5002
5003 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5004
5005         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5006         (mm-guess-charset): New function.
5007         (mm-charset-after): Use it.
5008         (mm-detect-coding-region): New function.
5009         (mm-detect-mime-charset-region): New function.
5010
5011         * gnus-sum.el (gnus-summary-show-article): Use
5012         mm-detect-coding-region.
5013
5014 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5015
5016         * message.el (message-make-fqdn): Be less violent.
5017
5018         * gnus.el (gnus-logo-color-style): Compute custom form
5019         automatically.
5020
5021         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5022         score file of the parent to the document group.
5023
5024         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5025         parameters parameter.
5026
5027         * gnus-score.el (gnus-score-load-file): Clean up.
5028
5029 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5030
5031         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5032         From: Damien Wyart <damien.wyart@free.fr>
5033
5034         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5035
5036 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5037
5038         * gnus-sum.el (gnus-select-group-hook): Typo.
5039
5040         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5041         is no quoted-printable-encoded STRING.
5042         From: Jesper Harder <harder@ifa.au.dk>
5043
5044         (rfc2047-decode-string): Decode it.
5045
5046 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5047
5048         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5049
5050 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5051         Trivial patch.
5052
5053         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5054         buffer to get rid of junk line.
5055
5056 2002-01-05  Simon Josefsson  <jas@extundo.com>
5057
5058         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5059         C-o.
5060         (message-mode-map): Bind message-insert-or-toggle-importance to
5061         C-c C-u.
5062         (message-mode-map): Bind message-disposition-notification-to to
5063         C-c M-n.
5064         (message-mode-menu): Add m-d-n-t.
5065         (message-mode-field-menu): Add m-goto-from.
5066         (message-mode): Doc fix.
5067         (message-goto-from): New function.
5068         (message-insert-disposition-notification-to): New function.
5069         (message-tool-bar-map): Add receipt button.
5070
5071 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5072
5073         * gnus-sum.el (gnus-thread-latest-date): New function.
5074         (gnus-thread-sort-by-most-recent-number): Renamed.
5075         (gnus-thread-sort-functions): Doc fix.
5076         (gnus-select-group-hook): Don't use setq on a hook.
5077         (gnus-thread-latest-date): Use date, not number
5078
5079         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5080         (gnus-agent-expire): Allow regexp of expire-days.
5081
5082         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5083         region.
5084         (gnus-article-followup-with-original): Ditto.
5085
5086         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5087
5088         * gnus-art.el (gnus-mime-display-alternative): Use
5089         gnus-local-map-property.
5090         (gnus-mime-display-alternative): Ditto.
5091         (gnus-insert-mime-security-button): Ditto.
5092         (gnus-insert-next-page-button): Ditto.
5093         (gnus-button-prev-page): Take optional args.
5094         (gnus-insert-prev-page-button): widget-convert.
5095
5096         * gnus-util.el (gnus-local-map-property): New function.
5097
5098         * gnus-art.el (gnus-prev-page-map): Use parent map.
5099         (gnus-next-page-map): Ditto.
5100
5101         * gnus-spec.el (gnus-parse-format): Clean up.
5102         (gnus-parse-format): Do complex formatting for %=.
5103
5104         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5105         "X-Face: " to the data in the built-in scenario.
5106
5107         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5108         (gnus-correct-pad-form): Renamed.
5109         (gnus-tilde-max-form): Clean up.
5110         (gnus-pad-form): Use gnus-use-correct-string-widths.
5111
5112         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5113         support if that is available.
5114
5115         * gnus-sum.el (gnus-thread-highest-number): New function.
5116         (gnus-thread-sort-by-most-recent-thread): New function.
5117         (gnus-thread-sort-functions): Doc fix.
5118
5119 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5120
5121         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5122         all cases.
5123         (gnus-summary-mode): Enable it in all cases.
5124         (gnus-summary-display-article): Ditto.
5125         (gnus-summary-edit-article): Ditto.
5126
5127         * gnus-ems.el (gnus-put-image): Really return glyph.
5128
5129         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5130         (gnus-treat-smiley): Don't take "P" in the interactive form.
5131
5132 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * compface.el (uncompface): XEmacs and Emacs have differing
5135         capabilities.
5136
5137         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5138
5139         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5140         (gnus-article-xface-ring-size): Removed.
5141         (gnus-article-display-xface): Removed.
5142         (gnus-remove-image): Cleaned up.
5143
5144         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5145         (gnus-xmas-create-image): Take pbm files.
5146         (gnus-x-face): Removed.
5147         (gnus-xmas-article-display-xface): Removed.
5148
5149         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5150         default-enable-multibyte-characters.
5151
5152         * compface.el (uncompface): Doc fix.
5153
5154         * gnus-art.el (gnus-article-x-face-command): Use
5155         gnus-display-x-face-in-from.
5156
5157         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5158
5159         * gnus-ems.el (gnus-put-image): Return the image.
5160
5161         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5162         (gnus-x-face): Moved here.
5163
5164 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5165
5166         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5167         invisible if string is nil.
5168         (gnus-xmas-article-display-xface): Use it.
5169
5170         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5171         property when string is nil.
5172         (gnus-article-display-xface): Use it.
5173
5174 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5175
5176         * gnus-art.el (article-display-x-face): Check whether valid grey
5177         face was returned.
5178         (article-display-x-face): Place image in the right spot.
5179
5180         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5181         stderr.
5182         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5183
5184 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5187         parameters.
5188         (gnus-xmas-put-image): Allow non-strings to be passed.
5189
5190         * gnus-art.el (article-display-x-face): Use optional parameters.
5191
5192         * gnus-ems.el (gnus-create-image): Take optional parameters.
5193
5194         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5195
5196         * compface.el (compface-xbm-p): Removed.
5197
5198         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5199         (gnus-article-display-xface): Use compface.
5200
5201         * compface.el: New file.
5202
5203         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5204         (gnus-convert-image-to-x-face-command): Ditto.
5205         (gnus-random-x-face): Quote argument.
5206         (gnus-x-face-from-file): Ditto.
5207
5208 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5209
5210         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5211         the expire-group parameter once per article rather than once
5212         per group; bind `nnmaildir-article-file-name' and `article'
5213         for convenience.  Leave article alone when expire-group
5214         specifies the current group.
5215         (nnmaildir--update-nov): be more concurrency-friendly with
5216         temp file names.
5217
5218 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5219
5220         * gnus-start.el (gnus-read-init-file): Cleaned up.
5221
5222 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5223
5224         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5225         (gnus-read-init-file): Don't use it.
5226
5227 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228
5229         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5230
5231 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5232
5233         * gnus-start.el (gnus-read-init-file): Don't force coding system
5234         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5235
5236 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5237
5238         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5239         * nnspool.el (nnspool-request-post): Ditto.
5240
5241         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5242         (mm-find-mime-charset-region): Use it.
5243
5244 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5245
5246         * gnus.el (gnus-summary-line-format): Added :link.
5247         * gnus-topic.el (gnus-topic-line-format): Ditto.
5248         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5249         * gnus-srvr.el (gnus-server-line-format): Ditto.
5250         * gnus-group.el (gnus-group-line-format): Ditto.
5251
5252         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5253         :keys, it works on both Emacsen.
5254
5255 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5256
5257         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5258
5259 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5260
5261         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5262
5263 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5264
5265         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5266         very wide reply.
5267
5268 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5271         (gnus-picon-cache): New variable.
5272         (gnus-picon-transform-newsgroups): Cache stuff.
5273
5274         * gnus-art.el (gnus-article-reply-with-original): New command.
5275         (gnus-article-followup-with-original): New command.
5276
5277         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5278         END parameters.
5279         (gnus-summary-followup): Take a list of list of articles.
5280         (gnus-inews-yank-articles): Allow lists of article/regions.
5281
5282         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5283         longer the usual commands.
5284
5285         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5286         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5287         shell-command-on-region.
5288
5289 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5290
5291         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5292           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5293
5294 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5295
5296         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5297         understand ':keys', wrap it in an featurep 'xemacs.
5298
5299 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5300
5301         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5302         order of headers (Actually, it is called in a reversed order). Add
5303         'gnus-image-text-deletable property.
5304         (gnus-remove-image): Remove text with such a property.
5305
5306         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5307         gnus-put-image.
5308
5309         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5310         with ", "
5311
5312 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5313
5314         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5315
5316         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5317         (article-display-x-face): Display grey X-Faces.
5318
5319         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5320         (gnus-convert-gray-x-face-to-ppm): Ditto.
5321         (gnus-convert-image-to-gray-x-face): Ditto.
5322
5323         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5324         gnus-summary-show-raw-article.
5325
5326 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5327
5328         Display picons in XEmacs without showing text.
5329
5330         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5331         mm-create-image-xemacs to create xbm glyph, because it deletes
5332         temporary files.
5333         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5334         (gnus-xmas-remove-image): Make text visible, remove glyph.
5335
5336         * gnus-picon.el (gnus-picon-transform-newsgroups)
5337         (gnus-picon-transform-address): Insert spec backward, due to the
5338         incompatibility of gnus-xmas-put-image.
5339
5340 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5341
5342         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5343
5344 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5345
5346         * gnus.el: Doc fix.
5347
5348         * gnus-art.el: Doc fix.
5349
5350         * gnus-agent.el: Doc fix.
5351
5352 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5353
5354         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5355
5356 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5357
5358         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5359         NOV data out of the message again if nnmail-extra-headers has
5360         changed.
5361
5362 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5363
5364         * gnus-fun.el: New file.
5365         (gnus-convert-image-to-x-face-command): New variable.
5366         (gnus-insert-x-face): New function.
5367         (gnus-random-x-face): Renamed.
5368         (gnus-x-face-from-file): Renamed.
5369
5370         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5371         "_".
5372         (gnus-body-boundary-delimiter): Typo fix.
5373
5374 2002-01-02  Simon Josefsson  <jas@extundo.com>
5375
5376         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5377         (gnus-body-boundary-delimiter): Fix type.
5378
5379 2002-01-01  Simon Josefsson  <jas@extundo.com>
5380
5381         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5382         (gnus-treat-emphasize, gnus-treat-strip-cr)
5383         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5384         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5385         (gnus-treat-fill-article, gnus-treat-hide-citation)
5386         (gnus-treat-hide-citation-maybe)
5387         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5388         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5389         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5390         (gnus-treat-date-ut, gnus-treat-date-local)
5391         (gnus-treat-date-english, gnus-treat-date-lapsed)
5392         (gnus-treat-date-original, gnus-treat-date-iso8601)
5393         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5394         (gnus-treat-strip-trailing-blank-lines)
5395         (gnus-treat-strip-leading-blank-lines)
5396         (gnus-treat-strip-multiple-blank-lines)
5397         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5398         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5399         (gnus-treat-display-xface, gnus-treat-display-smileys)
5400         (gnus-treat-from-picon, gnus-treat-mail-picon)
5401         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5402         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5403         (gnus-treat-play-sounds, gnus-treat-translate)
5404         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5405
5406         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5407         (gnus-article-treat-body-boundary): Use it.
5408
5409         * message.el (message-mode): Fix doc.
5410         (message-mode-menu): Fix names.
5411
5412 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5415         articles.
5416
5417         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5418         (gnus-picon-transform-address): Search for unknown faces as well.
5419         (gnus-picon-find-face): Don't search "news" for MISC.
5420         (gnus-picon-user-directories): Changed default back to exclude
5421         "unknown".
5422
5423         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5424
5425         * gnus-picon.el (gnus-picon-find-face): Search through all
5426         databases.
5427         (gnus-picon-find-face): New implementation.
5428
5429         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5430         keystroke.
5431         (gnus-topic-goto-next-topic): Ditto.
5432
5433         * gnus.el (gnus-summary-line-format): Changed default.
5434
5435         * nnmail.el (nnmail-extra-headers): Change default.
5436
5437         * gnus-sum.el (gnus-extra-headers): Change default.
5438
5439         * message.el (message-news-other-window): Changed "news" to
5440         "posting".
5441         (message-news-other-frame): Ditto.
5442         (message-do-send-housekeeping): Ditto.
5443
5444         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5445         function.
5446         (gnus-article-unread-p): New function.
5447         (gnus-article-unseen-p): New function.
5448         (gnus-dead-summary-mode-map): Typo.
5449
5450         * gnus-util.el (gnus-make-predicate): New function.
5451         (gnus-make-predicate-1): New function.
5452
5453         * gnus-sum.el: New function.
5454         (gnus-map-articles): New function.
5455
5456         * gnus-art.el (gnus-treat-fold-headers): New variable.
5457         (gnus-article-treat-fold-headers): New command and keystroke.
5458
5459         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5460         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5461
5462 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5463
5464         * message.el (message-fcc-externalize-attachments): New variable.
5465         (message-do-fcc): Use it.
5466
5467         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5468         (gnus-inews-do-gcc): Use it.
5469
5470         * mml.el (mml-tweak-sexp-alist): New variable.
5471         (mml-externalize-attachments): New variable.
5472         (mml-tweak-part): Use mml-tweak-sexp-alist.
5473         (mml-tweak-externalize-attachments): New function.
5474
5475 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5476
5477         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5478         'set-glyph-face' so x-face back/foreground can be set.
5479
5480 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5481
5482         * message.el (message-fix-before-sending): Fix a typo.
5483
5484 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * gnus-art.el (gnus-treat-smiley): Renamed command.
5487         (gnus-article-remove-images): New command and keystroke.
5488
5489         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5490
5491         * smiley-ems.el (gnus-smiley-display): Removed.
5492
5493         * gnus.el (gnus-version-number): Update version.
5494
5495         * message.el (message-text-with-property): Renamed and moved
5496         here.
5497         (message-fix-before-sending): Highlight invisible text and place
5498         point there.
5499
5500 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5501
5502         * gnus.el: Oort Gnus v0.04 is released.
5503
5504 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5505
5506         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5507
5508         * gnus-art.el (gnus-ignored-headers): More headers,
5509
5510         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5511         of `scan-error', since XEmacs doesn't seem to support that.
5512
5513 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5514
5515         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5516         arg.
5517         (gnus-summary-best-unread-subject): Ditto.
5518         (gnus-summary-best-unread-subject): No, don't.
5519         (gnus-summary-better-unread-subject): New command.
5520
5521         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5522
5523         * lpath.el ((featurep 'xemacs)): fbind url function.
5524
5525         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5526         buffer.
5527         (gnus-xmas-remove-image): Implementation that does something.
5528         (gnus-xmas-article-display-xface): Mark images properly.
5529
5530         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5531
5532 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5533
5534         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5535
5536 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * gnus-group.el (gnus-group-line-format): Added %O to the default
5539         value.
5540
5541         * gnus-util.el (gnus-text-with-property): The smallest point is
5542         point-min.
5543
5544         * smiley-ems.el (smiley-region): Return images.
5545         (gnus-smiley-display): Allow toggling.
5546         (smiley-region): Use text properties, not overlays.
5547
5548         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5549         implemented yet.
5550
5551         * smiley-ems.el (smiley-update-cache): Check for valid types.
5552
5553         * gnus-art.el (gnus-with-article-buffer): New macro.
5554
5555         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5556         strings as well as the glyphs.
5557         (gnus-picon-transform-address): Ditto.
5558         (gnus-picon-insert-glyph): Ditto.
5559         (gnus-picon-transform-newsgroups): Toggle.
5560         (gnus-picon-transform-address): Toggle.
5561
5562         * gnus-ems.el (gnus-remove-image): New function.
5563         (gnus-put-image): Take an optional string.
5564
5565         * gnus-util.el (gnus-text-with-property): New function.
5566
5567         * gnus-art.el (gnus-delete-images): New function.
5568
5569         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5570
5571         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5572         (gnus-article-wash-status): Use it.
5573         (gnus-signature-toggle): Clean up.
5574         (gnus-add-wash-status): New function.
5575         (gnus-delete-wash-status): New function.
5576         (gnus-article-hide-text-type): Use them throughout.
5577         (gnus-add-image): New function.
5578
5579         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5580
5581         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5582         interface.
5583
5584         * gnus-art.el (article-display-x-face): Cleaned up.
5585
5586         * rfc2047.el (rfc2047-field-value): New function.
5587
5588         * mail-parse.el (mail-header-field-value): New alias.
5589
5590         * gnus-art.el (gnus-mime-print-part): Fix typos.
5591
5592         * smiley-ems.el (gnus-smiley-file-types): New variable.
5593         (smiley-update-cache): Use it.
5594         (smiley-regexp-alist): Suffix-less smiley names.
5595         (smiley-regexp-alist): Added more smileys.
5596
5597         * gnus-sum.el (gnus-print-buffer): Made into own function.
5598         (gnus-summary-print-article): Use it.
5599
5600         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5601         looked for when REQUEST is a string.
5602
5603         * gnus-art.el (gnus-mime-button-commands): Add printing
5604         keystroke.
5605         (gnus-mime-copy-part): Doc fix.
5606         (gnus-mime-print-part): New command.
5607
5608 2001-12-31  Simon Josefsson  <jas@extundo.com>
5609
5610         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5611         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5612
5613 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5614
5615         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5616         (picon): Fix doc.
5617
5618         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5619         longer exists. Remove those codes.
5620         * gnus.el (gnus-use-picons): Ditto.
5621
5622 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623
5624         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5625         infloop.
5626
5627         * gnus-sum.el (t): New `W D' map.
5628
5629         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5630         (gnus-article-treat-body-boundary): Clean up.
5631         (gnus-body-boundary-face): Removed.
5632         (gnus-article-goto-header): Moved here.
5633         (gnus-article-goto-header): Allow better regexps.
5634         (gnus-article-treat-fold-newsgroups): New command.
5635
5636         * gnus-sum.el (gnus-summary-move-article): We have to select an
5637         article to give `gnus-read-move-group-name' an opportunity to
5638         suggest an appropriate default.
5639
5640         * rfc2047.el (rfc2047-fold-line): New function.
5641         (rfc2047-unfold-line): Ditto.
5642         (rfc2047-fold-region): Don't fold just after the header name.
5643
5644         * mail-parse.el (mail-header-fold-line): New alias.
5645         (mail-header-unfold-line): Ditto.
5646
5647         * gnus-art.el (gnus-body-boundary-face): Renamed.
5648         (gnus-article-treat-body-boundary): Use it.
5649         (gnus-article-treat-body-boundary): Use an invisible header and a
5650         line of underline characters.
5651
5652 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5653
5654         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5655
5656         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5657         (gnus-picon-split-address): New function.
5658         (gnus-picon-find-face): Use it.
5659         (gnus-picon-transform-address): Use it. Set first to t for each
5660         address.
5661
5662         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5663         the macro then use it.
5664         (gnus-treatment-function-alist): Treat picons earlier.
5665
5666 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * gnus-art.el (gnus-body-separator-face): New variable.
5669         (gnus-article-treat-body-boundary): Use a blank, colored line.
5670
5671         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5672         well.
5673
5674         * gnus-art.el (gnus-treat-body-boundary): New variable.
5675         (gnus-article-treat-unfold-headers): Use helper macro.
5676         (gnus-article-treat-body-boundary): New command.
5677
5678         * gnus.el (gnus-logo-color-style): Change the default color.
5679         (gnus-splash-face): Gray, gray.
5680
5681         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5682         colors.
5683
5684         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5685         (gnus-logo-color-style): Ditto.
5686         (gnus-logo-colors): Ditto.
5687
5688         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5689
5690         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5691
5692         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5693         (gnus-picon-transform-newsgroups): New function.
5694
5695         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5696         string.
5697
5698         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5699
5700         * gnus-art.el (gnus-treat-cc-picon): New variable.
5701         (gnus-treat-mail-picon): Renamed.
5702
5703         * gnus-picon.el: New implementation.
5704         (gnus-picon-find-face): Renamed.
5705         (gnus-treat-from-picon): Use it.
5706         (gnus-picon-transform-address): Renamed.
5707         (gnus-treat-from-picon): Use it.
5708         (gnus-picon-create-glyph): Renamed.
5709         (gnus-picon-transform-address): Use it.
5710         (gnus-treat-cc-picon): New command.
5711
5712         * mm-decode.el (mm-create-image-xemacs): Separated out into
5713         function.
5714         (mm-get-image): Use it.
5715
5716         * gnus-art.el (gnus-treat-display-picons): Simplify.
5717         (gnus-treat-from-picon): Renamed.
5718
5719         * gnus-ems.el (gnus-create-image): New function.
5720         (gnus-put-image): New function.
5721
5722         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5723         (gnus-with-article-headers): New macro.
5724         (gnus-article-goto-header): New function.
5725
5726         * gnus-xmas.el (gnus-image-type-available-p): New function.
5727
5728         * gnus-ems.el (gnus-image-type-available-p): New function.
5729
5730 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5731
5732         * nnrss.el (nnrss-check-group): Find the correct tag, because
5733         xml.el is changed.
5734
5735 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5736
5737         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5738         lines are shorter than the window width.
5739         (gnus-ignored-headers): More headers.
5740
5741 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5742
5743         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5744         (gnus-treat-unfold-headers): Renamed.
5745         (gnus-article-treat-unfold-headers): New command and keystroke.
5746
5747         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5748
5749         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5750
5751 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5752
5753         * sha1-el.el (sha1-use-external): New variable.
5754         (sha1-region): Use it.
5755         (sha1-string): Ditto.
5756
5757         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5758         * gnus-picon.el: Less warnings when compile.
5759
5760 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5763         alias.
5764         (gnus-picons-database): Default to list.
5765         (gnus-picons-lookup-internal): Use it.
5766
5767         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5768         to "bogus".
5769
5770         * gnus-win.el (gnus-configure-windows-hook): New hook.
5771
5772 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5773
5774         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5775
5776 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5779         lists.
5780         (gnus-select-newsgroup): Don't append; push.
5781         (gnus-adjust-marked-articles): Remove obsolete ranges from
5782         `seen'.
5783         (gnus-update-marks): Clean up.
5784         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5785
5786 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5787
5788         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5789
5790 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791
5792         * gnus-sum.el (gnus-auto-select-subject): New variable.
5793         (gnus-summary-best-unread-subject): New function.
5794         (gnus-summary-best-unread-article): Use it.
5795         (gnus-summary-first-unseen-subject): New function and command.
5796
5797         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5798         other treatments.
5799
5800         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5801         function.
5802
5803         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5804         from the list of hidden types.
5805
5806         * mm-view.el (mm-inline-text): Ditto.
5807         (mm-inline-text): Ditto.
5808         (mm-w3-prepare-buffer): Ditto.
5809
5810         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5811
5812 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * gnus-art.el (gnus-ignored-headers): Added more headers.
5815
5816 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5817
5818         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5819         once.
5820
5821 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822
5823         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5824
5825 2001-12-28  Simon Josefsson  <jas@extundo.com>
5826
5827         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5828         Jesper Harder <harder@ifa.au.dk>.
5829
5830 2001-12-27  Simon Josefsson  <jas@extundo.com>
5831
5832         * gnus-sum.el (gnus-select-newsgroup): Make
5833         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5834         contain all articles (instead of none) when no seen marks have
5835         been set for the group.
5836         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5837         instead, it seems to result in shorter ranges.
5838
5839 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5840
5841         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5842         insert-before-markers.
5843         From Jesper Harder <harder@ifa.au.dk>
5844
5845 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5846
5847         * nnmaildir.el (nnmaildir-save-mail): create the destination
5848         groups if they do not exist.
5849
5850 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5853
5854 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5855
5856         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5857         gnus-group-real-name.
5858
5859         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5860         (gnus-newsgroup-variables): Ditto.
5861
5862         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5863         return it.
5864
5865 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5866
5867         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5868         * nnmaildir.el (top-level): Add commentary.
5869         (nnmaildir-version): Indicate that nnmaildir is now a standard
5870         part of Gnus, not separately released.
5871
5872 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5873
5874         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5875         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5876         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5877         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5878
5879 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5880
5881         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5882
5883 2001-12-20  Simon Josefsson  <jas@extundo.com>
5884
5885         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5886         ZHU <zsh@cs.rochester.edu>.
5887         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5888         Brian P Templeton <bpt@tunes.org>.
5889
5890 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5891
5892         * nnmaildir.el: New file.
5893         From Paul Jarc <prj@po.cwru.edu>.
5894
5895 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5896
5897         * nndoc.el (nndoc-type-alist): Move forward to the end.
5898
5899 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5902         `dolist'.
5903
5904 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5905
5906         * gnus-win.el (gnus-frames-on-display-list): New function.
5907         (gnus-get-buffer-window): Use it.
5908
5909 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5910
5911         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5912
5913 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5914
5915         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5916
5917 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5918            From Harald Meland <Harald.Meland@usit.uio.no>
5919
5920         * gnus-win.el (gnus-get-buffer-window): New function.
5921         (gnus-all-windows-visible-p): Use it.
5922
5923         * gnus-util.el (gnus-horizontal-recenter)
5924         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5925         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5926
5927         * gnus-score.el (gnus-score-insert-help): Use it.
5928
5929         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5930         (gnus-generate-tree, gnus-highlight-selected-tree)
5931         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5932         it.
5933
5934         * gnus-art.el (gnus-article-set-window-start)
5935         (gnus-mm-display-part, gnus-request-article-this-buffer)
5936         (gnus-button-next-page, gnus-button-prev-page)
5937         (gnus-article-button-next-page, gnus-article-button-prev-page):
5938         Use it.
5939
5940 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5941
5942         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5943         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5944         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5945
5946 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5947
5948         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5949         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5950         * mml1991.el, nnultimate.el: Add `coding'.
5951
5952 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5953
5954         * ChangeLog: changed coding to buffer-file-coding-system
5955         * ChangeLog.1: same
5956         * nnwfm.el: same
5957         * gnus-smiley.el: same
5958         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5959         * gnus-delay.el: same
5960         * gnus-spec.el: same
5961         * message.el: same
5962         * mml1991.el: same
5963         * nnultimate.el: same
5964
5965 2001-12-16  Simon Josefsson  <jas@extundo.com>
5966         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5967
5968         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5969         (gnus-summary-save-map): Add muttprint.
5970         (gnus-summary-make-menu-bar): Ditto.
5971         (gnus-summary-muttprint): New function.
5972
5973         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5974
5975 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5976
5977         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5978         temporary list instead of buffer.
5979
5980         * mm-url.el (executable-find): autoload.
5981
5982 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5983
5984         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5985         to variable, follow doc-string conventions).
5986
5987 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5988
5989         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5990         subscribe-level
5991         * gnus-topic.el (gnus-subscribe-topics): use it.
5992
5993 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5994
5995         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5996         messages. (A small patch with indentation)
5997         From Sean Neakums <sneakums@zork.net>.
5998
5999         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6000         nil after shooting down the gnus-original-article-buffer.
6001
6002 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6003
6004         * uudecode.el (uudecode-use-external): New variable.
6005         (uudecode-decode-region): Automatically detect external program.
6006
6007         * binhex.el (binhex-use-external): New variable.
6008         (binhex-decode-region-internal): New function.
6009         (binhex-decode-region): Automatically detect external program.
6010
6011         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6012         Use them.
6013
6014 2001-12-12  Simon Josefsson  <jas@extundo.com>
6015
6016         * nnvirtual.el (nnvirtual-always-rescan)
6017         (nnvirtual-component-regexp): Fix doc.
6018
6019         * nnoo.el (defvoo): Add doc to defvoo variables.
6020
6021         * nnml.el (nnml-directory, nnml-active-file)
6022         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6023         (nnml-marks-is-evil, nnml-filenames-are-evil)
6024         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6025
6026         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6027         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6028         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6029         `error'.
6030
6031         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6032         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6033
6034         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6035         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6036         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6037         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6038
6039         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6040         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6041
6042         * imap.el, nnimap.el: Fix indentation.
6043
6044         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6045
6046 2001-12-12  Didier Verna  <didier@xemacs.org>
6047
6048         * gnus-msg.el (gnus-group-news): New function.
6049         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6050         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6051         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6052         for it.
6053         * gnus-msg.el (gnus-summary-news-other-window): New function.
6054         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6055         bind it to `i'.
6056         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6057         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6058         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6059         for it (called with a prefix).
6060         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6061         group-name argument.
6062         * gnus-msg.el (gnus-setup-message): use it.
6063
6064 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6065
6066         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6067
6068 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6069
6070         * mml.el (mime-to-mml): Remove Content-Disposition too.
6071
6072 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6073
6074         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6075         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6076         strings only.
6077         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6078
6079 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6080
6081         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6082         (nnmail-fancy-expiry-target): Use it.
6083         Suggestions from Simon Josefsson <jas@extundo.com>.
6084
6085 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6086
6087         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6088
6089 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6090
6091         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6092
6093         * gnus-util.el (gnus-url-unhex-string): Move here.
6094
6095 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6096
6097         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6098         mm-url-decode-entities-nbsp.
6099
6100         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6101         * webmail.el, nnwfm.el: Use mm-url.
6102
6103         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6104         (mm-url-remove-markup): Move from nnweb.
6105         (mm-url-fetch-simple): Move from webmail.
6106
6107         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6108
6109 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6110
6111         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6112         (gnus-summary-print-article): Use it.
6113
6114         * gnus-util.el (gnus-replace-in-string): Typo.
6115
6116 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6117
6118         * nnweb.el (nnweb-replace-in-string): Removed.
6119
6120         * gnus-util.el (gnus-replace-in-string): New function.
6121         (gnus-mode-string-quote): Use it.
6122
6123         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6124         * nnwfm.el (nnwfm-create-mapping): Ditto.
6125
6126 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6127
6128         * dgnushack.el (dgnushack-compile): nnrss.el and
6129         nnslashdot.el don't depend on nnweb, url, w3.
6130
6131         * nnrss.el: Use mm-url.
6132
6133 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6134
6135         * mm-url.el (mm-url-insert-file-contents): Support file:.
6136
6137 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6138
6139         * mm-view.el: Lower case for the description line. Sync from the
6140         Emacs CVS.
6141
6142 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6143
6144         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6145         From:  Stefan Monnier  <monnier@cs.yale.edu>
6146
6147 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6150
6151 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6152
6153         * mm-url.el: Require executable.
6154         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6155
6156 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6157
6158         * pop3.el (pop3-munge-message-separator): Only use valid date.
6159         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6160
6161         * Makefile.in: gnus-load.elc may not be generated.
6162
6163 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6164
6165         * mm-url.el: New file.
6166         * nnslashdot.el: Use it.
6167         * mm-extern.el (mm-extern-url): Use it.
6168
6169 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6170
6171         * gnus-sum.el (gnus-summary-save-article): Nix
6172         gnus-display-mime-function and gnus-article-prepare-hook.
6173
6174         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6175         the beginning of lines.
6176         (gnus-complex-form-to-spec): Ditto.
6177
6178 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6179
6180         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6181         From Paul Jarc <prj@po.cwru.edu>.
6182
6183 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6184
6185         * message.el: New variable message-subscribed-address-file;
6186         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6187
6188 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6189
6190         * message.el (message-tab-body-function): Set to nil.
6191         (message-tab): Use text-mode-map or global-map.
6192         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6193
6194 2001-11-30  Simon Josefsson  <jas@extundo.com>
6195
6196         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6197         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6198         <christoph.conrad@gmx.de>.
6199         (gnus-agent-fetch-group-1): Add verbose message.
6200
6201 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6202
6203         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6204         of integers.
6205
6206 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6207
6208         * message.el (message-newgroups-header-regexp)
6209         (message-completion-alist, message-tab-body-function): Use
6210         defcustom rather than defvar.
6211         (message-tab): Mention `message-tab-body-function' in doc.
6212         Suggested by Karl Eichwalder.
6213
6214 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6215
6216         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6217
6218 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6219
6220         * nnheader.el (nnheader-find-nov-line): Don't use macro
6221         gnus-delete-line.
6222
6223         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6224         (gnus-group-name-charset): Ditto.
6225
6226         * gnus-util.el (gnus-buffer-live-p): Ditto.
6227
6228 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6229
6230         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6231         open parenthesis in doc.
6232         (sieve-manage-authenticator-alist): Typo in doc.
6233         * imap.el (imap-authenticator-alist): Typo in doc.
6234         (imap-stream-alist): Backslash.
6235
6236         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6237           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6238
6239 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6240
6241         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6242
6243         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6244
6245         * gnus-msg.el (gnus-configure-posting-styles): use
6246         make-local-hook. Add LOCAL for add-hook.
6247
6248 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6249
6250         * message.el (message-mode): Use `make-local-hook' unless
6251         obsolete.
6252         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6253
6254 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * canlock.el: Remove sha1.el and base64.el stuff.
6257
6258 2001-11-26  Didier Verna  <didier@xemacs.org>
6259
6260         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6261         if needed.
6262
6263 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6264
6265         * message.el (message-tamago-not-in-use-p): New function.
6266         (message-strip-forbidden-properties): Use it.
6267
6268 2001-11-26  Didier Verna  <didier@xemacs.org>
6269
6270         * gnus-start.el (gnus-check-first-time-used): only check for
6271         existence of .el[d] files.
6272
6273 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6274
6275         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6276
6277         * message.el (message-setup-1): Clean up mc-*.
6278
6279 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6280
6281         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6282         * gnus-score.el (gnus-score-find-bnews): Use it.
6283
6284         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6285         (gnus-summary-limit-to-author): Ditto.
6286         (gnus-summary-limit-to-extra): Ditto.
6287         (gnus-summary-find-matching): Support not-matching argument.
6288
6289 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6290
6291         * message.el (message-wash-subject): Use `insert' rather than
6292         `insert-string', which is deprecated.
6293
6294 2001-11-24  Simon Josefsson  <jas@extundo.com>
6295
6296         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6297         message. (Gnus does not "default" to using 8bit for the message,
6298         it default to use 8bit encoding and the user-supplied CTE
6299         value. Calling this behaviour "treating it as 8bit" is perhaps
6300         better.)
6301
6302         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6303         (compare mm-charset-to-coding-system).
6304
6305 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6306
6307         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6308         buffer. Correctly decode hex.
6309
6310 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6311
6312         * gnus-agent.el (gnus-category-insert-line): Convert category
6313         names to strings.
6314
6315 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6316
6317         * message.el (sha1): eval-and-compile.
6318
6319 2001-11-20  Simon Josefsson  <jas@extundo.com>
6320
6321         * message.el (message-allow-no-recipients): New variable.
6322         (message-send): Use it, customize the prompting when posting to
6323         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6324
6325 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6326
6327         * mm-util.el (mm-coding-system-priorities): New variable.
6328         (mm-sort-coding-systems-predicate): New function.
6329         (mm-find-mime-charset-region): Resort coding systems if needed.
6330         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6331
6332 2001-11-20  Didier Verna  <didier@xemacs.org>
6333
6334         * gnus-group.el (gnus-group-make-help-group): new optional
6335         argument to control the error behavior.
6336         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6337         erroring.
6338
6339 2001-11-19  Simon Josefsson  <jas@extundo.com>
6340
6341         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6342         instead of C-c C-u.  Suggested by Per Abrahamsen
6343         <abraham@dina.kvl.dk>.
6344
6345 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6346
6347         * nnfolder.el (nnfolder-read-folder): Use group instead of
6348         nnfolder-current-group.
6349         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6350
6351 2001-11-17  Simon Josefsson  <jas@extundo.com>
6352
6353         * message.el (message-send): Ask user if Fcc/Gcc should be
6354         performed when no other sender was specified.
6355         Suggested by prj@po.cwru.edu (Paul Jarc).
6356
6357 2001-11-17  Simon Josefsson  <jas@extundo.com>
6358
6359         * message.el (message-mode, message-mode-map): Use C-c C-u for
6360         Importance: instead of C-c C-p (used by SC).
6361
6362 2001-11-16  Simon Josefsson  <jas@extundo.com>
6363
6364         * message.el (message-insert-importance-high)
6365         (message-insert-importance-low): Save point.
6366
6367         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6368         value.
6369
6370 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6371
6372         * message.el (message-strip-special-text-properties): New option.
6373         (message-strip-forbidden-properties): Obey it.
6374
6375 2001-11-14  Sam Steingold  <sds@gnu.org>
6376
6377         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6378
6379 2001-11-15  Simon Josefsson  <jas@extundo.com>
6380
6381         Support "Importance:" header in Message.
6382
6383         * message.el (message-mode-map): Bind C-c C-p to
6384         `message-insert-or-toggle-importance'
6385         (message-mode-menu): Add message-insert-importance-{high,low}.
6386         (message-insert-importance-high, message-insert-importance-low)
6387         (message-insert-or-toggle-importance): New functions.
6388         (message-tool-bar-map): Add {un,}important.
6389         (message-mode): Doc fix.
6390
6391 2001-11-15  Simon Josefsson  <jas@extundo.com>
6392
6393         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6394
6395         * mml.el (mml-menu): Fix toolbar tooltip.
6396
6397 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6398
6399         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6400         * nnml.el (nnml-save-marks): Ditto.
6401
6402         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6403
6404 2001-11-15  Simon Josefsson  <jas@extundo.com>
6405
6406         * nnml.el (nnml-save-marks):
6407         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6408         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6409
6410 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6411
6412         * gnus-art.el (gnus-article-wash-status-strings): Use
6413         `copy-sequence', not `copy-seq'.
6414
6415 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6416
6417         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6418         (gnus-gnus-article-wash-status-entry): New function.
6419         (gnus-article-wash-status): Use it.
6420
6421 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6422
6423         * mml1991.el: Add coding header.
6424
6425 2001-11-12  Simon Josefsson  <jas@extundo.com>
6426
6427         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6428         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6429         `mml1991-sign' and `mml1991-encrypt'.
6430         (mml1991-encrypt, mml1991-sign): New glue functions.
6431         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6432
6433         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6434         (mml-menu): Add PGP to menu.
6435
6436         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6437         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6438         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6439         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6440
6441         * mml2015.el: Mention RFC 3156.
6442
6443         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6444
6445 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6446
6447         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6448
6449         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6450           From <Michael.Cook@cisco.com>
6451
6452 2001-11-11  Simon Josefsson  <jas@extundo.com>
6453
6454         * message.el (top-level): Autoload sha1.
6455         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6456         canlock, no need to require two different hash algs).  Suggested
6457         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6458
6459 2001-11-09  Simon Josefsson  <jas@extundo.com>
6460
6461         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6462         <Pavel@Janik.cz>.
6463
6464 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6465
6466         * message.el (message-point-in-header-p): New function.
6467         (message-do-auto-fill): Use it.
6468         (message-beginning-of-line): New function.  Goes to beginning of
6469         header value (i.e., end of header name), or to beginning of line
6470         if already at beginning of value.  Behaves like
6471         `beginning-of-line' when in message body.
6472         (message-mode-map): Bind it.
6473
6474 2001-11-08  Simon Josefsson  <jas@extundo.com>
6475
6476         * gnus-msg.el (gnus-posting-styles): Add doc.
6477
6478 2001-11-07  Simon Josefsson  <jas@extundo.com>
6479
6480         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6481
6482         * sieve-mode.el (sieve-control-commands-face)
6483         (sieve-control-commands-face, sieve-action-commands-face)
6484         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6485         faces.
6486         (sieve-font-lock-keywords): Use them.
6487         (sieve-mode): Only set font-lock-defaults in emacs.
6488
6489         * gnus-art.el (gnus-default-article-saver): Add
6490         gnus-summary-save-body-in-file.
6491         (gnus-summary-write-to-file): Fix doc.
6492
6493 2001-11-07  Simon Josefsson  <jas@extundo.com>
6494
6495         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6496         reference to the correct chapter in the manual.
6497
6498         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6499         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6500
6501 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6502
6503         * mml.el (mml-preview): Bind mail-header-separator.
6504
6505 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6506
6507         * message.el: Always require canlock.
6508         (message-ignored-supersedes-headers): Include Cancel-Lock and
6509         Cancel-Key.
6510         (message-insert-canlock): Don't require canlock.
6511         (message-cancel-news): Don't check whether canlock is available.
6512         (message-supersede): Support cancel-locks.
6513
6514         * gnus-art.el: Don't autoload canlock.
6515
6516 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6517
6518         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6519         From: <andre@slamdunknetworks.com>
6520
6521 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6522
6523         * many files: Fix copyright lines.
6524
6525 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6526
6527         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6528         Suggested by Dave Love  <fx@gnu.org>.
6529
6530 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6531
6532         * message.el (message-kill-buffer): Remove auto-save file after
6533         confirm.
6534
6535         * message.el (message-send-mail): Call message-generate-headers
6536         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6537
6538         * gnus-topic.el (gnus-topic-rename): Initial-input.
6539         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6540
6541 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6542
6543         * message.el (message-forbidden-properties): New constant.
6544         (message-strip-forbidden-properties): New function.
6545         (message-mode): Activate it.
6546
6547 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6548
6549         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6550         (mm-hack-charsets): Fix doc.
6551
6552 2001-11-02  Simon Josefsson  <jas@extundo.com>
6553
6554         * gnus-int.el (gnus-check-server): Message "...done" when done.
6555
6556         * imap.el (imap-close): Don't message (imap-send-command-wait
6557         returns if the connection is dropped).
6558         (imap-wait-for-tag): Nix out message only when necessary.
6559
6560         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6561         for non-crossposting.
6562         (gnus-sieve-crosspost): Default to t to be consistent with other
6563         parts of Gnus.
6564
6565 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6566
6567         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6568         (mm-iso-8859-x-to-15-table): Ditto.
6569         (mm-iso-8859-x-to-15-region): Ditto.
6570         (mm-find-mime-charset-region): Ditto.
6571
6572 2001-11-01  Simon Josefsson  <jas@extundo.com>
6573
6574         * nnimap.el (nnimap-close-asynchronous): New variable.
6575         (nnimap-close-group): Use it.
6576         (nnimap-expunge): Don't use it.
6577
6578         * imap.el (imap-callbacks): New variable.
6579         (imap-remassoc): Copied from `gnus-remassoc'.
6580         (imap-add-callback): New function.
6581         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6582         behaviour.
6583         (imap-parse-response): Call the callback.
6584
6585         * message.el (message-insert-canlock): New variable.
6586         (message-canlock-generate, message-canlock-password)
6587         (message-insert-canlock): New functions.
6588         (message-send-news): Call `message-insert-canlock'.
6589         (top-level): Require canlock when compiling.
6590         (message-insert-canlock): Require canlock before we need it.
6591
6592 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593
6594         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6595
6596 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * dgnushack.el (dgnushack-make-load): A workaround for
6599         custom-add-loads bug in some versions of XEmacs.
6600
6601 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6604
6605 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6606
6607         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6608         (mm-hack-charsets): New variable.
6609         (mm-iso-8859-15-compatible): New variable.
6610         (mm-iso-8859-x-to-15-table): New variable.
6611         (mm-find-mime-charset-region): Add parameter hack-charsets.
6612
6613         * mm-bodies.el (mm-encode-body): Use it.
6614         * mml.el (mml-parse-1): Ditto.
6615
6616 2001-11-01  Simon Josefsson  <jas@extundo.com>
6617
6618         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6619
6620 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6621
6622         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6623         is nil.
6624
6625 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6626
6627         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6628
6629         * message.el (message-forward-rmail-make-body): Use
6630         save-window-excursion.
6631         (message-encode-message-body): Search with noerror.
6632         (message-setup-1): Convert compose-mail send-actions to
6633         message-send-actions.
6634
6635 2001-11-01  Simon Josefsson  <jas@extundo.com>
6636
6637         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6638         <yamaoka@jpl.org>.
6639
6640 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6641
6642         * sieve-manage.el (sieve-string-bytes): No complain.
6643
6644 2001-11-01  Simon Josefsson  <jas@extundo.com>
6645
6646         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6647         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6648         has autoload cookies, so no `require' should be necessary.)
6649
6650         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6651         files.
6652
6653 2001-10-31  Simon Josefsson  <jas@extundo.com>
6654
6655         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6656         parameter.
6657
6658         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6659         `display' is a number (and C-u wasn't used to enter group), only
6660         fetch that number of articles.
6661
6662 2001-10-31  Matt Armstrong  <matt@lickey.com>
6663
6664         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6665         not-subscribed -> subscribed.
6666
6667 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6668         From: Josh Huber <huber@alum.wpi.edu>
6669
6670         * message.el (message-subscribed-address-functions): New variable.
6671         (message-subscribed-addresses): New variable.
6672         (message-subscribed-regexps): New variable.
6673         (message-goto-mail-followup-to): New function.
6674         (message-send-mail): Add Mail-Followup-To.
6675         (message-make-mft): New function.
6676
6677         * gnus.el (gnus-find-subscribed-addresses): New function.
6678
6679 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6680
6681         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6682         (mail-source-fetch-pop): Ditto.
6683         (mail-source-check-pop): Ditto.
6684
6685         * gnus-start.el (gnus-read-init-file): Ditto.
6686         (gnus-activate-group): Ditto.
6687         (gnus-read-newsrc-el-file): Ditto.
6688
6689 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6690
6691         * message.el (message-get-reply-headers): Make sure there is ", ".
6692
6693         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6694         mm-coding-system-p. Don't correct it only in XEmacs.
6695         (mm-charset-to-coding-system): Use mm-coding-system-p and
6696         mm-get-coding-system-list.
6697         (mm-emacs-mule, mm-mule4-p): New variables.
6698         (mm-enable-multibyte, mm-disable-multibyte,
6699         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6700         mm-with-unibyte-current-buffer,
6701         mm-with-unibyte-current-buffer-mule4): Use them.
6702         (mm-find-mime-charset-region): Treat iso-2022-jp.
6703
6704         From  Dave Love  <fx@gnu.org>:
6705
6706         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6707         construction.
6708         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6709         entries conditional on not having a coding system defined for
6710         them.
6711         (mm-mule-charset-to-mime-charset): Use
6712         find-coding-systems-for-charsets if defined.
6713         (mm-charset-to-coding-system): Don't use
6714         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6715         later.  Add last resort search of coding systems.
6716         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6717         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6718         Mule 4.
6719         (mm-find-mime-charset-region): Re-write.
6720         (mm-with-unibyte-current-buffer): Restore buffer as well as
6721         multibyteness.
6722
6723 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6724
6725         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6726         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6727         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6728
6729 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6730
6731         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6732         again.
6733
6734         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6735
6736 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6737
6738         * gnus-spec.el (gnus-parse-simple-format): Use
6739           buffer-substring-no-properties.
6740
6741 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * gnus-art.el (article-verify-cancel-lock): New function.
6744
6745         * nnheader.el (nntp-process-response): New variable.
6746         (nnheader-init-server-buffer): Make `nntp-process-response'
6747         buffer-local in `nntp-server-buffer'.
6748
6749         * nntp.el (nntp-prepare-post-hook): New hook.
6750         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6751         (nntp-async-trigger): Ditto.
6752         (nntp-request-post): Insert a server's ID if there's no Message-ID
6753         header; run `nntp-prepare-post-hook'.
6754
6755 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6756
6757         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6758         instead.
6759
6760         * message.el (message-forward-subject-author-subject): Don't use
6761         message-news-p, which widens the buffer.
6762         (message-forward-make-body): New function.
6763         (message-forward): Use it.
6764         (message-insinuate-rmail): New function.
6765         (message-forward-rmail-make-body): New function.
6766
6767 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6768
6769         * mm-extern.el (mm-extern): Provide it.
6770
6771         * mm-partial.el (mm-partial): Provide it.
6772
6773 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6774
6775         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6776
6777 2001-10-29  Simon Josefsson  <jas@extundo.com>
6778
6779         * mml.el (mml-preview): Bind message-this-is-news if it is
6780         news. From Jesper Harder <harder@myrealbox.com>.
6781
6782 2001-10-28  Simon Josefsson  <jas@extundo.com>
6783
6784         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6785
6786 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6787
6788         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6789         ironic smilies.
6790
6791 2001-10-27  Simon Josefsson  <jas@extundo.com>
6792
6793         * message.el (message-indent-citation): Don't add trailing
6794         whitespace when citing text.
6795
6796         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6797         <harder@ifa.au.dk>.
6798
6799 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6800
6801         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6802         not available.
6803         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6804         (nnweb-type-definition): Add google as alias of dejanews.
6805         (nnweb-google-parse-1): Forward 1 line.
6806
6807 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6808
6809         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6810         variable `message-forward-ignored-headers'.
6811
6812 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6813
6814         * gnus.el (gnus-expand-group-parameter): New function.
6815         (gnus-expand-group-parameters): Call it.
6816         (gnus-group-fast-parameter): New function.
6817         (gnus-group-find-parameter): Call it.
6818
6819 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6820
6821         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6822         vector (it didn't before because of a bug).
6823         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6824         available.  Before it converted it to an article number.
6825
6826         This makes followup to news articles with negative numbers in
6827         nnvirtual groups use news instead of mail.
6828
6829 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6830
6831         * gnus.el (post-method): Use `native' instead of `nil'.
6832
6833         * gnus-msg.el (gnus-post-method): Ditto.
6834
6835 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6836
6837         * gnus.el (gnus-define-group-parameter): Grammar fix.
6838
6839 2001-10-22  Simon Josefsson  <jas@extundo.com>
6840
6841         * gnus-msg.el (gnus-extended-version): Include
6842         system-configuration.
6843         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6844
6845 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6846
6847         * gnus.el (post-method): Customization fix: `native' is not a
6848         valid value.
6849         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6850         `native' is not a valid value.
6851
6852 2001-10-21  Simon Josefsson  <jas@extundo.com>
6853
6854         * nnimap.el (nnimap): Defgroup
6855         (nnimap-strict-function, nnimap-strict-function-match): New
6856         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6857         (nnimap-split-crosspost, nnimap-split-inbox)
6858         (nnimap-split-rule, nnimap-split-predicate)
6859         (nnimap-split-predicate): Defcustom.
6860         (nnimap-split-inbox, nnimap-expunge-search-string)
6861         (nnimap-importantize-dormant): Remove "*" from doc.
6862
6863 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6864
6865         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6866         not supplied via prefix arg.  From Lisp, make arg mandatory.
6867         Suggested by Frank Schmitt.
6868
6869 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6870
6871         * message.el (message-do-auto-fill): Avoid calling
6872         'rfc822-goto-eoh'.
6873
6874 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6875         From Paul Jarc <prj@po.cwru.edu>.
6876
6877         * message.el (message-get-reply-headers): Restructure the logic
6878         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6879
6880 2001-10-20  Simon Josefsson  <jas@extundo.com>
6881
6882         * message.el (message-cancel-news): Support cancel-locks.
6883         Suggested by Per Abrahamsson.
6884
6885         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6886         conses.  From David Z Maze <dmaze@MIT.EDU>.
6887
6888         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6889
6890 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6891
6892         * mm-decode.el (mm-default-directory): Fix customize type.
6893
6894         * message.el (message-setup-fill-variables): Kludge to use
6895         normal-auto-fill-function even if auto fill is already activated.
6896
6897 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6898
6899         * message.el (message-do-auto-fill): New version that does not
6900         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6901         (message-setup-1): Removed the `message-field' property.
6902
6903         * gnus-draft.el (gnus-draft-edit-message): Removed the
6904         `message-field' property.
6905
6906 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6907
6908         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6909         `message-field'.  The `field' property has a special significance in
6910         Emacs 21.
6911
6912         * message.el (message-send, message-setup-1): Ditto.
6913
6914 2001-10-18  Simon Josefsson  <jas@extundo.com>
6915
6916         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6917         when undoing.
6918
6919 2001-10-18  Simon Josefsson  <jas@extundo.com>
6920         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6921
6922         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6923         (gnus-summary-make-menu-bar): Ditto.
6924
6925 2001-10-17  Simon Josefsson  <jas@extundo.com>
6926
6927         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6928         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6929
6930 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6931
6932         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6933         * gnus-util.el (gnus-user-date): New function.
6934         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6935
6936 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6937
6938         * message.el (message-check-news-header-syntax): Special case
6939         nnvirtual groups.
6940
6941         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6942         customize type to `symbol'.
6943
6944 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6945
6946         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6947         %&foo;.
6948         (gnus-parse-simple-format): Support user extended spec too.
6949         %u&foo; invokes gnus-user-format-function-foo.
6950
6951 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6952
6953         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6954         the server.
6955         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6956         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6957         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6958         * nndiary.el (nndiary-request-expire-articles): Ditto.
6959         (nndiary-schedule): Defsubst it before use it.
6960         (nndiary-error): eval-and-compile.
6961
6962 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6963
6964         * gnus-msg.el (gnus-post-method): Changed two instances of
6965         `active' to `current' and one `null' to `not'.
6966
6967 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6968         From Katsumi Yamaoka <yamaoka@jpl.org>.
6969
6970         * message.el (message-setup-fill-variables): Use
6971         `normal-auto-fill-function' instead of `auto-fill-function'.
6972
6973 2001-10-16  Simon Josefsson  <jas@extundo.com>
6974
6975         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6976         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6977         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6978
6979 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6980         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6981
6982         * gnus-draft.el (gnus-draft-edit-message): Add text property
6983         `field' with value `header' to message headers.
6984         * message.el (message-setup-1): Really add text property to all of
6985         the header, not just part of it.
6986
6987 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6988
6989         * gnus-group.el (gnus-group-sort-by-server): Use it.
6990
6991         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6992
6993         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6994         and keystroke.
6995
6996 2001-10-14  Simon Josefsson  <jas@extundo.com>
6997
6998         * dig.el: Doc fix.
6999
7000         * smime.el: Doc fix.
7001
7002         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7003         charset magic from message.el.
7004
7005 2001-10-12  Simon Josefsson  <jas@extundo.com>
7006         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7007
7008         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7009         'cite from g-a-wash-types.
7010         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7011         (gnus-article-hide-citation): Fix.
7012
7013         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7014         character.
7015         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7016
7017         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7018         definition.
7019         (gnus-signature-toggle): Toggle `s' mode line character.
7020
7021         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7022         doing stuff that clears it.
7023
7024 2001-10-12  Simon Josefsson  <jas@extundo.com>
7025
7026         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7027         From Eric Marsden <emarsden@laas.fr>.
7028
7029 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7032         (autoload): Add some autoloads.
7033
7034 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7035         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7036
7037         * message.el (message-do-auto-fill): New function.  Like
7038         `do-auto-fill' but don't fill when in the message header.
7039         (message-setup-1): Put a text property on the message header.
7040         (message-setup-fill-variables): Use `message-do-auto-fill'.
7041
7042 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7043
7044         * message.el (message-send-mail-partially): Insert an empty line
7045         first, because of the change of message-make-lines.
7046
7047 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7048
7049         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7050         iso-8859-15, make it an alias for iso-8859-1.
7051
7052 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * message.el (message-send-news): Don't modify the value of
7055         `message-syntax-checks' if it is not a list (possibly it is
7056         `dont-check-for-anything-just-trust-me').
7057
7058 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7059
7060         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7061         `find-coding-system' for XEmacs to check whether the coding-system
7062         `utf-8' is available.
7063
7064 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7065
7066         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7067
7068 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7069
7070         * message.el (message-send-news): Oops, missed case with no
7071         "Followup-To" header...
7072
7073 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7074
7075         * message.el (message-send-news): Allow
7076         `gnus-group-name-charset-group-alist' to affect encoding of the
7077         "Newsgroups" and "Followup-To" headers.
7078
7079 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7080
7081         * Makefile.in (install-el): Depend on gnus-load.el.
7082
7083 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7084
7085         * Makefile.in (install-el): Use -f.
7086         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7087
7088 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7089
7090         * message.el (message-send-news): Don't encode Followups-To when
7091         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7092
7093         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7094         header.
7095
7096         * gnus-art.el (article-decode-group-name): Also decode
7097         "Followup-To".
7098
7099         * rfc2047.el (rfc2047-encode-message-header): Encode without
7100         asking for null methods.
7101
7102         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7103         default charset for newsgroup names in accordance with USEFOR.
7104
7105         * gnus-group.el (gnus-group-name-charset-method-alist,
7106         gnus-group-name-charset-group-alist): Removed "*" from doc
7107         strings, "*" should not be used for complex variables.
7108
7109 2001-10-06  Simon Josefsson  <jas@extundo.com>
7110
7111         Support UTF-8 group names better.
7112
7113         * message.el (message-check-news-header-syntax): Encode group
7114         names before comparison.
7115
7116         * gnus-msg.el (gnus-copy-article-buffer): Run all
7117         `gnus-article-decode-hook's except `article-decode-charset'
7118         instead of hardcoding call to one of them.
7119
7120         * gnus-art.el (gnus-article-decode-hook): Add
7121         `article-decode-group-name'.
7122         (article-decode-group-name): New function, use `g-d-n'.
7123
7124         * gnus-group.el (gnus-group-insert-group-line): Decode
7125         gnus-tmp-group using `g-d-n'.
7126
7127         * gnus-util.el (gnus-decode-newsgroups): New function.
7128
7129 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7130
7131         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7132         `gnus-group-name-charset-group-alist'.
7133
7134 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7135
7136         * Makefile.in: Install el in install. Add uninstall.
7137
7138 2001-10-05  Simon Josefsson  <jas@extundo.com>
7139
7140         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7141
7142         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7143
7144         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7145         empty folders.
7146
7147         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7148         limiting if read-all (C-u RET) was used.
7149
7150 2001-10-04  Simon Josefsson  <jas@extundo.com>
7151
7152         * mail-source.el (mail-source-movemail-program): New variable.
7153         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7154         <thutt@thutt.vmware.com>.
7155
7156 2001-10-03  Simon Josefsson  <jas@extundo.com>
7157
7158         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7159         (gnus-summary-line-format-alist): Fix param.
7160
7161 2001-10-02  Simon Josefsson  <jas@extundo.com>
7162
7163         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7164         don't go through `nnimap-request-expire-articles' to delete the
7165         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7166
7167 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7168
7169         * gnus-agent.el (gnus-agent-write-active): The min in the
7170         agent/active may be larger than that in the server/active.
7171
7172 2001-10-01  Simon Josefsson  <jas@extundo.com>
7173
7174         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7175         is IMAP4rev1.
7176
7177         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7178
7179         * nnfolder.el: Ditto.
7180
7181 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7182
7183         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7184         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7185
7186 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7187
7188         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7189         (message-mode-menu): Menu item for same.
7190
7191         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7192         delayed articles.
7193
7194         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7195         nndraft:delayed does not exist.
7196         (gnus-delay-initialize): Don't set up keymap, that's done from
7197         message.el now.
7198         (gnus-delay, gnus-delay-group, gnus-delay-header)
7199         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7200
7201 2001-09-29  Simon Josefsson  <jas@extundo.com>
7202
7203         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7204         utf-8, not eight-bit-control.
7205
7206         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7207         (imap-log, imap-debug): Custom.
7208         (imap-log-buffer, imap-debug-buffer): New constants.
7209         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7210         (imap-network-open, imap-shell-open, imap-starttls-open)
7211         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7212         (imap-debug): Use imap-*-buffer.
7213
7214         * nndoc.el (nndoc-article-type): Add mailman.
7215         (nndoc-type-alist): Ditto.
7216         (nndoc-mailman-type-p): New function.
7217
7218 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7219
7220         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7221         gnus-art.el.
7222
7223 2001-09-27  Simon Josefsson  <jas@extundo.com>
7224
7225         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7226         (gnus-topic-catchup-articles): New function. Suggested by Robin
7227         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7228
7229 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7230         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7231
7232         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7233         previous ones.
7234
7235 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7236         From Daiki Ueno  <ueno@unixuser.org>
7237
7238         * gnus-sum.el (gnus-summary-show-article): The arglist of
7239         detect-coding-region is incompatible.
7240
7241 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7242         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7243
7244         * gnus-group.el (gnus-group-delete-group): Typo.
7245
7246 2001-09-26  Simon Josefsson  <jas@extundo.com>
7247
7248         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7249
7250         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7251
7252 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7253
7254         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7255
7256 2001-09-22  Simon Josefsson  <jas@extundo.com>
7257
7258         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7259
7260         * nnfolder.el (nnfolder-open-marks): Ditto.
7261
7262         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7263         (gnus-update-marks): Use it.
7264         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7265         hardcoded list.
7266
7267         * gnus.el (gnus-article-special-mark-lists): Add killed.
7268         (gnus-article-unpropagated-mark-lists): New constant.
7269
7270 2001-09-22  Simon Josefsson  <jas@extundo.com>
7271
7272         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7273         custom option.
7274
7275 2001-09-23  Simon Josefsson  <jas@extundo.com>
7276
7277         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7278
7279 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7280
7281         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7282
7283 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7284
7285         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7286         accept lists of functions.
7287
7288 2001-09-20  Simon Josefsson  <jas@extundo.com>
7289
7290         * gnus-group.el (gnus-group-catchup): Update expire marks in
7291         backend.  Also, if ALL also set expire marks on tick/dormant.
7292
7293 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7294
7295         * message.el (message-tab-body-function): New variable.
7296         * message.el (message-tab): Use it.
7297
7298 2001-09-19  Sam Steingold  <sds@gnu.org>
7299
7300         * gnus-win.el (gnus-buffer-configuration): Respect
7301         `gnus-bug-create-help-buffer'.
7302
7303 2001-09-18  Simon Josefsson  <jas@extundo.com>
7304
7305         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7306         (gnus-parse-simple-format): Re-revert.
7307
7308 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7309         Trivial patch.
7310
7311         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7312         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7313
7314 2001-09-18  Simon Josefsson  <jas@extundo.com>
7315
7316         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7317         signed.
7318         (gnus-parse-simple-format): Don't use it.
7319
7320 2001-09-17  Miles Bader  <miles@gnu.org>
7321
7322         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7323         error querying a backend abort the whole process.
7324
7325 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7326
7327         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7328         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7329
7330 2001-09-17  Didier Verna  <didier@xemacs.org>
7331
7332         * nndiary.el: version 0.2-b14.
7333         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7334         compatibility problem with XEmacs 21.1.
7335
7336 2001-09-15  Simon Josefsson  <jas@extundo.com>
7337
7338         * gnus-group.el (gnus-group-line-format): Document %c.
7339
7340         * nnml.el (nnml-parse-head): Handle CRLF files.
7341         (nnml-generate-nov-file): Ditto.
7342         (nnml-retrieve-headers): Ditto.
7343
7344 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7345
7346         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7347
7348 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7349
7350         * gnus-spec.el (gnus-correct-substring): Still stopped one
7351         character before we wanted (never included last character).
7352         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7353         add missing "," (once per function)
7354
7355 2001-09-14  Simon Josefsson  <jas@extundo.com>
7356
7357         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7358         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7359         default before gnus-group is loaded and the variable set.)
7360
7361         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7362         killed or unsent marks.
7363
7364         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7365         isn't an article to set it on (e.g. when you `a' in a group).
7366
7367 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7368
7369         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7370         can read e-mails from Microsoft Outlook users not using ISO
7371         8859-2 character set.
7372
7373 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7374
7375         * gnus-diary.el: Minor modifications to avoid warnings.
7376         (gnus-summary-misc-menu): defvar.
7377         (gnus-diary-check-message): Use gnus-point-at-eol.
7378         (gnus-diary-kill-entire-line): eval-and-compile.
7379
7380 2001-09-12  Didier Verna  <didier@xemacs.org>
7381
7382         * nndiary.el: new version (0.2-b13).
7383         * nndiary.el (nndiary-mail-sources): doc update.
7384         * nndiary.el (nndiary-split-methods): ditto.
7385         * nndiary.el (nndiary-request-accept-article-hooks): New.
7386         * nndiary.el (nndiary-request-accept-article): use it, check
7387         message validity.
7388         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7389         * nndiary.el (nndiary-schedule): fix bug (misplaced
7390         condition-case): it didn't return nil on error.
7391         * gnus-diary.el: new version.
7392         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7393         * gnus-diary.el (gnus-diary-header-value-history): New.
7394         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7395         * gnus-diary.el (gnus-diary-add-header): New.
7396         * gnus-diary.el (gnus-diary-check-message): New.
7397         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7398         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7399
7400 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7401
7402         * gnus-sum.el (gnus-select-newsgroup): Make
7403         `gnus-current-select-method' buffer-local.
7404
7405         * gnus-art.el (gnus-request-article-this-buffer): Refer
7406         `gnus-current-select-method' in the current summary buffer.
7407
7408 2001-09-10  Simon Josefsson  <jas@extundo.com>
7409         From Daniel Pittman <daniel@rimspace.net>
7410
7411         * gnus-spec.el (gnus-correct-pad-form): Fix.
7412
7413 2001-09-09  Simon Josefsson  <jas@extundo.com>
7414
7415         * mm-decode.el (mm-inline-media-tests): Add
7416         application/x-emacs-lisp.
7417         (mm-attachment-override-types): Add
7418         application/{x-,}pkcs7-signature.
7419
7420         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7421         (gnus-server-line-format, gnus-server-mode-line-format)
7422         (gnus-server-browse-in-group-buffer): Customize.
7423
7424 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7425
7426         * nnml.el (nnml-marks-changed-p): Typo.
7427         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7428         (nnml-marks-changed-p): Use gnus-gethash.
7429         (nnml-marks-modtime): Use gnus-make-hashtable.
7430
7431         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7432         (nnfolder-request-expire-articles, nnfolder-save-marks)
7433         (nnfolder-open-marks): Typo.
7434         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7435         (nnfolder-marks-changed-p): Use gnus-gethash.
7436         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7437
7438 2001-09-08  Simon Josefsson  <jas@extundo.com>
7439
7440         * nnfolder.el (nnfolder-marks-modtime): New variable.
7441         (nnfolder-marks-changed-p): New function.
7442         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7443         (nnfolder-request-update-info): Don't update if marks didn't change.
7444
7445         * nnml.el (nnml-marks-modtime): New variable.
7446         (nnml-marks-changed-p): New function.
7447         (nnml-save-marks, nnml-open-marks): Save modtime.
7448         (nnml-request-update-info): Don't update if marks didn't change.
7449
7450         * gnus-agent.el (gnus-agent-any-covered-gcc)
7451         (gnus-agent-add-server, gnus-agent-remove-server): Use
7452         gnus-agent-method-p.
7453
7454         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7455         (gnus-unbuttonized-mime-type-p): Use it.
7456
7457         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7458         fetch group.
7459
7460 2001-09-08  Simon Josefsson  <jas@extundo.com>
7461         From Daniel Pittman <daniel@rimspace.net>
7462
7463         * gnus-spec.el (gnus-correct-pad-form): New function.
7464         (gnus-parse-simple-format): Use it.
7465
7466 2001-09-07  Simon Josefsson  <jas@extundo.com>
7467
7468         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7469         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7470         Putnam <reader@newsguy.com>.
7471         (gnus-group-sort-selected-groups): Touch dribble file.
7472
7473 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7474
7475         * nnml.el (nnml-filenames-are-evil): New variable.
7476         (nnml-article-to-file-alist): Rename to ...
7477         (nnml-current-group-article-to-file-alist): ... this.
7478         Respect `nnml-filenames-are-evil'.
7479         (nnml-active-number): Update.
7480         (nnml-update-file-alist): Update.
7481         (nnml-request-article): Use nnheader-article-to-file-alist.
7482         (nnml-request-rename-group): Likewise.
7483
7484 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7485
7486         * gnus-sum.el (gnus-summary-insert-line): Fix.
7487
7488 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7489
7490         * gnus-sum.el: Bind g-s-t-s to "W g".
7491         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7492         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7493         display of graphical smilies.
7494
7495 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7496
7497         * gnus-start.el (gnus-setup-news): A typo.
7498         From Bill White <billw@wolfram.com>.
7499
7500 2001-09-06  Simon Josefsson  <jas@extundo.com>
7501
7502         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7503         and unseen marks.
7504
7505 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7506
7507         * nnmail.el (nnmail-split-fancy): Document `junk'.
7508
7509 2001-09-04  Simon Josefsson  <jas@extundo.com>
7510
7511         * imap.el (imap-search): Don't error if server is broken.
7512
7513 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7514
7515         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7516         searching for an article that isn't in the mbox.
7517
7518 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519
7520         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7521         right, and get all the comments.
7522
7523 2001-09-02  Simon Josefsson  <jas@extundo.com>
7524         Suggested by Dan Christensen <jdc+news@uwo.ca>
7525
7526         * nnfolder.el (nnfolder-request-update-info): Fix message.
7527
7528         * nnml.el (nnml-request-update-info): Ditto.
7529
7530 2001-09-01  Simon Josefsson  <jas@extundo.com>
7531
7532         * nnml.el (nnml-request-expire-articles): Also bind
7533         `nnml-current-group' and `nnml-article-file-alist' when using
7534         expiry-target. (Otherwise nnml will be in a inconsistent internal
7535         state causing all kind of problems.)
7536         (nnml-request-expire-articles): If `nnml-article-to-file' or
7537         `file-attributes' failes, return article as un-expirable instead
7538         of treating it as expired.
7539
7540 2001-08-31  Sam Steingold  <sds@gnu.org>
7541
7542         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7543         typo: `exmine' --> `examine'.
7544
7545 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7546
7547         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7548
7549 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7550
7551         * nnml.el (nnml-check-directory-twice): Remove.
7552         (nnml-retrieve-headers): Ditto.
7553         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7554
7555 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7556
7557         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7558         directory twice on Windows, or on GNU Emacs-21.
7559
7560 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7561
7562         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7563         (nnml-request-rename-group): Ditto.
7564         (nnml-active-number): Ditto.
7565         (nnml-request-create-group): Use nnml-directory-articles.
7566         (nnml-request-expire-articles): Use nnml-directory-articles, which
7567         gets list from nov database if available.
7568         (nnml-get-nov-buffer): New function.
7569         (nnml-open-nov): Use it.
7570         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7571         gets alist from nov database if available.
7572         (nnml-directory-articles): New function.
7573         (nnml-article-to-file-alist): New function.
7574
7575 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7576
7577         * mm-decode.el (mm-display-external): Use `name' as filename, if
7578         `filename' attribute is not present.
7579
7580 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7581
7582         * mail-source.el (mail-source-flash): New defcustom.
7583         (mail-source-new-mail-p): Ring visible bell if appropriate.
7584         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7585         timer is cleared even if mail check signals an error.
7586
7587 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7588
7589         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7590         type 'list.
7591
7592 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7593
7594         * flow-fill.el (fill-flowed): eol might be point-max.
7595
7596 2001-08-27  Simon Josefsson  <jas@extundo.com>
7597
7598         * nnml.el (nnml-request-update-info): Fix message.
7599         (nnml-open-marks): Ditto.
7600
7601         * nnfolder.el (nnfolder-request-update-info):
7602         (nnfolder-open-marks): Fix message.
7603
7604 2001-08-25  Simon Josefsson  <jas@extundo.com>
7605
7606         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7607         after group in ~/.
7608
7609 2001-08-25  Simon Josefsson  <jas@extundo.com>
7610         From Andreas Jaeger  <aj@suse.de>
7611
7612         * nnfolder.el (nnfolder-open-marks): Fix typo.
7613         * nnml.el (nnml-open-marks): Likewise.
7614
7615 2001-08-25  Simon Josefsson  <jas@extundo.com>
7616
7617         Make nnfolder groups self-contained as far as marks are concerned.
7618
7619         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7620         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7621         (nnfolder-open-server): Make marks directory.
7622         (nnfolder-request-delete-group): Delete marks file.
7623         (nnfolder-request-delete-group): Check of nov/marks file exist
7624         before deleting.
7625         (nnfolder-request-rename-group): Rename marks file.
7626         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7627         (nnfolder-request-set-mark, nnfolder-request-update-info)
7628         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7629         (nnfolder-open-marks): New functions.
7630         (top-level): Require gnus.
7631
7632 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7633
7634         * nnweb.el (nnweb-type-definition): Use google raw file.
7635         (nnweb-google-parse-1): Ditto.
7636         (nnweb-google-identity): Ditto.
7637         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7638         (nnweb-altavista-wash-article): Ditto.
7639         (nnweb-request-article): Remove nnweb-decode-entities.
7640
7641         * nnml.el: Require 'gnus.
7642
7643 2001-08-25  Simon Josefsson  <jas@extundo.com>
7644
7645         * nnml.el (nnml-marks-is-evil): Add doc.
7646
7647 2001-08-25  Simon Josefsson  <jas@extundo.com>
7648
7649         * nnml.el (nnml-save-marks): Wrap saving marks in a
7650         condition-case, to allow user to start Gnus if saving marks failed
7651         for some reason.
7652
7653 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7654
7655         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7656
7657         * gnus-group.el (gnus-update-group-mark-positions): Bind
7658         gnus-group-update-hook to nil.
7659
7660 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7661
7662         * mml.el (mml-generate-mime-1): Force as multibyte string.
7663
7664 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7665
7666         * gnus-sum.el (gnus-summary-insert-line)
7667         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7668         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7669
7670         * gnus-spec.el (gnus-correct-substring): Take optional END.
7671
7672         * nnrss.el (nnrss-request-article): Remove \n.
7673         (nnrss-retrieve-headers): Lines number is -1.
7674
7675 2001-08-24  Simon Josefsson  <jas@extundo.com>
7676
7677         * gnus-group.el (gnus-info-clear-data): Call
7678         nnfoo-request-set-mark to propagate marks.  Fix bug:
7679         `gnus-group-update-line' doesn't update read range unless we call
7680         `gnus-get-unread-articles-in-group' first.
7681
7682         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7683         to server.
7684
7685 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7686
7687         * gnus-util.el (gnus-create-info-command): Return an interactive
7688         function.
7689
7690 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7691         From Katsumi Yamaoka <yamaoka@jpl.org>
7692
7693         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7694
7695 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * gnus-sum.el (gnus-select-newsgroup): Use it.
7698
7699         * gnus-util.el (gnus-not-ignore): New function.
7700
7701         * lpath.el (featurep): Don't fbind char-int.
7702
7703         * gnus-util.el (gnus-create-info-command): New function.
7704
7705         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7706         right node.
7707
7708         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7709         (gnus-summary-limit-children): Use 'identity instead of `all'.
7710         (gnus-summary-limit-to-display-predicate): New command and
7711         keystroke.
7712
7713 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7714
7715         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7716
7717         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7718
7719 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7720
7721         * gnus-spec.el: Add the Gnus version.
7722         (gnus-update-format-specifications): If the Gnus version changes,
7723         nix out the format spec cache.
7724
7725         * gnus.el (gnus-continuum-version): Made into a command and
7726         optionalize the VERSION.
7727
7728         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7729         the start of the lines.
7730
7731 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7732
7733         * gnus.el (gnus-visual-p): Define function before use of
7734         function.
7735
7736 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7737
7738         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7739         (gnus-article-mark-to-type): New function.
7740         (gnus-update-missing-marks): Only update marks of type 'list.
7741
7742         * gnus.el (gnus-article-special-mark-lists): New variable.
7743
7744 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7745
7746         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7747         (gnus-select-newsgroup): Still use 'all.
7748         (gnus-summary-initial-limit): Comparing with 'all.
7749
7750 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7751
7752         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7753         active.
7754
7755 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7756
7757         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7758         nnslashdot-*-retrieve-headers.
7759         (nnslashdot-request-article): Fix for slashcode 2.2.
7760         (nnslashdot-make-tuple): New function.
7761         (nnslashdot-read-groups): Use it.
7762
7763 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7764
7765         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7766         list.
7767
7768         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7769
7770 2001-08-20  Simon Josefsson  <jas@extundo.com>
7771
7772         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7773         opened, error instead of continuing (and exploding later).
7774
7775 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7776
7777         * gnus.el (gnus-expand-group-parameters): Return the parameter
7778         list.
7779
7780         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7781         (gnus-summary-show-article): Guess at charset if required.
7782
7783         * gnus-spec.el (gnus-correct-substring): Stopped one character
7784         before we wanted.
7785
7786 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7787
7788         * earcon.el (earcon-auto-play): Remove unused option.
7789
7790 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7791
7792         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7793         message down in levels, since it happens very fast.
7794
7795         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7796         of smiley-regexp-alist.
7797
7798         * mm-view.el (mm-inline-text): Ignore vcard errors.
7799
7800         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7801
7802         * gnus-score.el (gnus-all-score-files): Use append instead of
7803         nconc.
7804
7805         * gnus.el (gnus-splash-face): Doc fix.
7806
7807         * mm-decode.el (mm-mailcap-command): Use
7808         mm-path-name-rewrite-functions.
7809         (mm-path-name-rewrite-functions): New variable.
7810
7811         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7812         (gnus-complex-form-to-spec): Insert tab.
7813         (gnus-spec-tab): New function.
7814
7815         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7816         entering the group.
7817
7818         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7819         the positional spec.
7820         (gnus-parse-complex-format): React to %C.
7821
7822         * gnus-ems.el (gnus-char-width): Moved here.
7823
7824         * gnus-sum.el (gnus-select-newsgroup): Set
7825         gnus-newsgroup-articles.
7826         (gnus-unseen-mark): New variable.
7827         (gnus-newsgroup-unseen): Ditto.
7828         (gnus-newsgroup-seen): Ditto.
7829         (gnus-adjust-marked-articles): Use them.
7830         (gnus-update-marks): Use them.
7831         (gnus-summary-update-secondary-mark): Display.
7832         (gnus-summary-prepare-threads): Display.
7833
7834         * gnus-msg.el (gnus-inews-group-method): Use and return the
7835         method, not the server.
7836
7837 2001-08-19  Simon Josefsson  <jas@extundo.com>
7838
7839         * gnus-srvr.el (gnus-server-agent-face): New.
7840         (gnus-server-agent-face): New.
7841         (gnus-server-mode): Turn on font-lock-mode.
7842
7843         * gnus.el (gnus-server-visual): Add defgroup.
7844
7845 2001-08-19  Simon Josefsson  <jas@extundo.com>
7846         From Joe Casadonte <jcasadonte@northbound-train.com>
7847
7848         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7849         gnus-server-denied-face): New.
7850         (gnus-server-opened-face, gnus-server-closed-face,
7851         gnus-server-denied-face): New.
7852         (gnus-server-font-lock-keywords): Add.
7853
7854 2001-08-19  Simon Josefsson  <jas@extundo.com>
7855
7856         * nnml.el (nnml-request-set-mark): Return nil.
7857         (nnml-save-marks): Use nnml-possibly-create-directory.
7858         (nnml-open-marks): Only work in temp buffer when inserting/reading
7859         .marks file.
7860
7861 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7862
7863         * gnus.el (gnus-expand-group-parameters): Fix.
7864
7865         * gnus-spec.el (gnus-char-width): New function.
7866         (gnus-correct-substring, gnus-correct-length): Use it.
7867
7868         * message.el (message-required-mail-headers): Fix doc.
7869
7870 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7871
7872         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7873
7874         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7875
7876 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7877
7878         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7879         slashdot 2.2 (not fully fixed yet).
7880         (nnslashdot-request-article): Ditto.
7881
7882 2001-08-18  Simon Josefsson  <jas@extundo.com>
7883
7884         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7885         nnimap.
7886
7887         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7888         gnus-util.
7889         (nnimap-request-update-info-internal): Use new functions.
7890
7891         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7892         new functions.
7893
7894 2001-08-18  Simon Josefsson  <jas@extundo.com>
7895
7896         Make nnml groups self-contained as far as marks are concerned.
7897
7898         * nnml.el (nnml-request-delete-group): Delete marks file.
7899         (nnml-request-rename-group): Move marks file.
7900         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7901         variables.
7902         (nnml-request-set-mark, nnml-request-update-info): New server
7903         functions.
7904         (nnml-save-marks, nnml-open-marks): New functions.
7905
7906 2001-08-18  Simon Josefsson  <jas@extundo.com>
7907
7908         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7909         `set' when setting marks.
7910
7911 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7912
7913         * gnus.el (gnus-info-find-node): Take an argument.
7914
7915         * gnus-art.el (gnus-button-handle-info): New function.
7916         (gnus-url-unhex-string): Replace "+" with " ".
7917
7918 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7919
7920         * message.el (message-check-news-header-syntax): Check bad From.
7921
7922 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * gnus-spec.el (gnus-correct-length): New function.
7925         (gnus-correct-substring): New function.
7926         (gnus-tilde-max-form): Use it.
7927
7928 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7929
7930         * nnmh.el: Docstring changes as below.
7931
7932         * nnml.el: Docstring changes as below.
7933
7934         * nnbabyl.el: Docstring changes as below.
7935
7936         * nnmbox.el: Docstring changes as below.
7937
7938         * nnfolder.el: Added docstrings identifying each virtual server
7939         parameter.
7940
7941 2001-08-18  Simon Josefsson  <jas@extundo.com>
7942
7943         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7944
7945 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7946
7947         * message.el: rename "Abort Message" to "Postpone Message".
7948         Remove "Attach file as MIME" from Message menu, it's already in
7949         the MIME menu.
7950
7951 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7952
7953         * smime.el (smime-point-at-eol): eval-and-compile.
7954         (smime-make-temp-file): New function.
7955         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7956         Use it.
7957
7958 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7961         (gnus-agent-summary-fetch-group): New command and keystroke.
7962
7963         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7964         (gnus-mime-display-security): Make it respect
7965         gnus-unbuttonized-mime-type-p.
7966
7967         * gnus-sum.el (gnus-articles-to-read): Comments.
7968         (gnus-article-marked-p): New function.
7969         (gnus-summary-display-make-predicate): New function.
7970         (gnus-select-newsgroup): Use them.
7971
7972         * mm-decode.el (mm-save-part-to-file): Made it not error.
7973
7974 2001-08-17  Simon Josefsson  <jas@extundo.com>
7975
7976         * imap.el (imap-wait-for-tag): If process-status isn't open or
7977         run, return nil instead of sit-for looping.
7978
7979 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7980
7981         * lpath.el (featurep): fbind xml-parse-region.
7982
7983         * gnus.el (gnus-message-archive-method): Default to "archive".
7984         (gnus-message-archive-method): Doc fix.
7985         (gnus-parameters-get-parameter): Cleaned up.
7986         (gnus-expand-group-parameter): New function.
7987
7988         * gnus-start.el (gnus-setup-news): Push the archive server only
7989         the server list.
7990
7991         * mml.el (mml-menu): Changed name to "Attachments".
7992
7993         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7994         when there is something to detroy.
7995
7996 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997
7998         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7999         nil.
8000
8001 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8002
8003         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8004         which specifies a time today or tomorrow.
8005
8006 2001-08-15  Simon Josefsson  <jas@extundo.com>
8007         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8008
8009         * gnus-agent.el (gnus-agent-make-mode-line-string)
8010         (gnus-agent-toggle-plugged): Use new API.
8011
8012 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8013
8014         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8015         deadline has expired.
8016
8017 2001-08-12  Simon Josefsson  <jas@extundo.com>
8018         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8019
8020         Support `recent' mark indicating newly arrived messages (to
8021         separate from old but unread messages).
8022
8023         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8024         `nnmail-split-history' if recent is > 0.
8025         (nnimap-request-update-info-internal): Update `recent' marks.
8026         (nnimap-request-set-mark): Never set `recent' marks.
8027         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8028         recent.
8029
8030         * gnus-sum.el (gnus-recent-mark): New mark.
8031         (gnus-newsgroup-recent): New variable.
8032         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8033         (gnus-summary-prepare-threads): Mark recent articles.
8034         (gnus-summary-add-mark): Support recent.
8035         (gnus-summary-update-secondary-mark): Support recent.
8036
8037         * gnus.el (gnus-article-mark-lists): Add recent.
8038
8039 2001-08-12  Simon Josefsson  <jas@extundo.com>
8040
8041         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8042         whether successful decoding took place.  Add doc.
8043
8044 2001-08-12  Simon Josefsson  <jas@extundo.com>
8045         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8046
8047         * gnus.el (gnus-summary-line-format, gnus-parameters):
8048         * gnus-gl.el (gnus-summary-grouplens-line-format):
8049         * gnus-salt.el (gnus-summary-pick-line-format):
8050         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8051
8052 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8053         Committed by Kai Gro\e,b_\e(Bjohann.
8054
8055         * gnus-score.el (gnus-score-string): Fix `match' regexp
8056         for `extra' header case.
8057
8058 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * nnmbox.el (nnmbox-read-mbox): No warning.
8061
8062 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8063
8064         * nndoc.el (nndoc-article-type): Fix doc.
8065         (nndoc-generate-article-function): New variable.
8066         (nndoc-dissection-function): New variable.
8067         (nndoc-type-alist): Add oe-dbx.
8068         (nndoc-oe-dbx-type-p): New function.
8069         (nndoc-oe-dbx-dissection): New function.
8070         (nndoc-oe-dbx-generate-article): New function.
8071
8072 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8073
8074         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8075         whether deadline has been reached.  Patch from Dan Nicolaescu
8076         <dann@godzilla.ics.uci.edu>.
8077
8078 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8081         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8082         <rintaman@cs.Helsinki.FI>.
8083
8084         * mail-source.el (mail-source-movemail): The error buffer is
8085         modified, but nothing in it.
8086
8087 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8088
8089         * message.el (message-bogus-system-names): New variable.
8090         (message-make-fqdn): Use it.
8091
8092 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8093
8094         * nndraft.el (nndraft-request-group): Use
8095         nndraft-auto-save-file-name.
8096
8097 2001-08-09  Simon Josefsson  <jas@extundo.com>
8098
8099         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8100         Don't ask whether to decrypt.  Just leave result in buffer (don't
8101         call mm).
8102
8103         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8104         parts as well.
8105         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8106         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8107
8108 2001-08-09  Simon Josefsson  <jas@extundo.com>
8109
8110         * mm-decode.el (mm-insert-part): Return decoding success status.
8111         (mm-save-part-to-file): Error if decoding failed.
8112
8113 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8114
8115         * message.el (message-tab): Use indent-relative.
8116         (message-mode): Don't bind indent-line-function to indent-relative.
8117
8118 2001-08-09  Simon Josefsson  <jas@extundo.com>
8119
8120         * message.el (message-get-reply-headers): Fix string. Suggested by
8121         Christoph Conrad <cc@cli.de>.
8122
8123 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8124
8125         * message.el (message-tab): Use the current value of
8126         indent-line-function.
8127         (message-mode): Bind indent-line-function to indent-relative.
8128
8129 2001-08-08  Simon Josefsson  <jas@extundo.com>
8130
8131         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8132         whether `imtest' is installed.
8133
8134 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8135         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8136
8137         * gnus-sum.el (gnus-summary-show-article): Call
8138         gnus-summary-update-secondary-secondary-mark.
8139         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8140         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8141
8142 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8143
8144         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8145
8146         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8147
8148         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8149         <gerd@gnu.org>.
8150
8151         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8152
8153         * gnus-util.el (gnus-output-to-rmail): Ditto.
8154         (gnus-output-to-mail): Ditto.
8155
8156         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8157
8158 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8159
8160         * message.el (message-indent-citation): Use
8161         `message-yank-cited-prefix' for empty lines.
8162
8163 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8164
8165         * message.el (message-indent-citation): Quote only lines starting
8166         with ">" using `message-yank-cited-prefix'.
8167
8168 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8169         Trivial patch.
8170
8171         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8172         gnus-cache-fully-p.
8173
8174 2001-08-04  Simon Josefsson  <jas@extundo.com>
8175
8176         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8177         file if it doesn't exist (by calling gnus-cache-read-active).
8178
8179 2001-08-04  Simon Josefsson  <jas@extundo.com>
8180
8181         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8182         (gnus-cache-passively-or-fully-p): Removed.
8183         (gnus-cache-fully-p): Fix it.
8184
8185         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8186
8187 2001-08-04  Simon Josefsson  <jas@extundo.com>
8188
8189         * gnus-cache.el (gnus-cache-fully-p)
8190         (gnus-cache-passively-or-fully-p): New functions.
8191         (gnus-cache-possibly-enter-article): Cosmetic change, use
8192         `g-c-p-o-f-p'.
8193         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8194         was bogus (`g-c-p-a-a' does not change active info, just change
8195         the functions parameters).
8196         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8197         not removed in groups that match `gnus-uncacheable-groups'.
8198
8199         Reported and modifications based on discussions with Nuutti
8200         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8201
8202 2001-08-04  Simon Josefsson  <jas@extundo.com>
8203         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8204
8205         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8206         calls `gnus-cache-update-active' if bounds has been extended.
8207
8208 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8209
8210         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8211         before remove.
8212         (gnus-mime-security-show-details): Ditto.
8213
8214 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8215
8216         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8217         syntax.  Protect string-match against nil string and regexp.
8218
8219 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8220
8221         * mm-util.el (mm-find-charset-region): Remove control-1.
8222
8223 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8224
8225         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8226
8227 2001-08-04  Simon Josefsson  <jas@extundo.com>
8228
8229         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8230         buffer.  Delete MIME-Version header.
8231
8232 2001-08-03  Simon Josefsson  <jas@extundo.com>
8233
8234         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8235         that is entered does not necessarily have the highest article
8236         number in the group, so use `gnus-cache-possibly-alter-active'
8237         instead of `gnus-cache-update-active'.
8238
8239 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8240
8241         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8242
8243 2001-08-03  Simon Josefsson  <jas@extundo.com>
8244
8245         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8246         menu.
8247
8248 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus.el (post-method): New group parameter.  It also provides
8251         the user option `gnus-post-method-alist' and the internal function
8252         `gnus-parameter-post-method'.
8253
8254         * gnus-msg.el (gnus-post-method): Bind the value of
8255         `gnus-post-method' to the group parameter if it is defined.
8256
8257 2001-08-02  Simon Josefsson  <jas@extundo.com>
8258
8259         * smime.el (smime-extra-arguments): Removed.
8260         (smime-call-openssl-region): Don't use it.
8261
8262 2001-08-02  Simon Josefsson  <jas@extundo.com>
8263
8264         * smime.el (smime-sign-region): Handle stderr.
8265         (smime-encrypt-region): Ditto.
8266
8267         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8268         match the ASN.1 length bytes.
8269         (mm-pkcs7-enveloped-magic): Ditto.
8270         (mm-view-pkcs7-get-type): Don't regexp quote.
8271
8272 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8273         From Andreas Fuchs <asf@void.at>
8274
8275         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8276
8277 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8278
8279         * gnus-art.el (gnus-header-button-alist): References regexp.
8280
8281 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8282
8283         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8284         already fboundp.  Add INTERACTIVE arg to autoload form.
8285
8286 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8287
8288         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8289
8290         * nnmail.el (nnmail-cache-open): Ditto.
8291
8292 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8293
8294         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8295
8296 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8299
8300 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8301         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8302
8303         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8304         (gnus-agent-toggle-plugged): Use it.
8305
8306 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8307
8308         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8309         (gnus-ding-file-coding-system): New variable.
8310         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8311         (gnus-slave-save-newsrc): Use it.
8312
8313 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8314
8315         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8316         syntax.
8317
8318 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8319         Originally from Andreas Fuchs <asf@void.at>
8320
8321         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8322         (mml2015-gpg-pretty-print-fpr): New function.
8323         (mml2015-gpg-extract-signature-details): More details, rename from
8324         `m-g-e-from'.
8325         (mml2015-gpg-verify): Use them.
8326         (mml2015-gpg-clear-verify): Use them.
8327
8328 2001-07-31  Simon Josefsson  <jas@extundo.com>
8329
8330         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8331         buffer when done.
8332
8333 2001-07-30  Simon Josefsson  <jas@extundo.com>
8334
8335         * smime.el (smime-call-openssl-region): Revert previous change,
8336         just pass on buf to `call-process-region'.
8337         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8338         `smime-new-details-buffer'.  Inserts error messages into buffer.
8339         (smime-noverify-region): Ditto.
8340         (smime-decrypt-region): Ditto.  Handles stderr separately.
8341         (smime-verify-buffer, smime-noverify-buffer)
8342         (smime-decrypt-buffer): Doc fix.
8343         (smime-new-details-buffer): New function.
8344         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8345         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8346         (smime-sign-region, smime-encrypt-region): Don't use
8347         `insert-buffer'.
8348
8349         * mml-smime.el (mml-smime-verify): Fix security button strings.
8350
8351 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8352
8353         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8354         gnus-article-mime-handles.
8355
8356 2001-07-29  Simon Josefsson  <jas@extundo.com>
8357
8358         * mail-source.el (top-level): Require message for message-directory.
8359         (mail-source-directory): Change default to message-directory.
8360
8361         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8362         (smime-certificate-directory, smime-openssl-program)
8363         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8364         (smime-extra-arguments): New variable.
8365         (smime-dns-server): Fix customize group.
8366         (smime-call-openssl-region): Use `smime-extra-arguments'.
8367
8368 2001-07-29  Simon Josefsson  <jas@extundo.com>
8369         From Vladimir Volovich <vvv@vsu.ru>
8370
8371         * smime.el (smime-call-openssl-region): Ignore stderr.
8372
8373 2001-07-29  Simon Josefsson  <jas@extundo.com>
8374         From Christoph Conrad <christoph.conrad@gmx.de>
8375
8376         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8377         file.
8378
8379 2001-07-29  Simon Josefsson  <jas@extundo.com>
8380
8381         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8382
8383         Support S/MIME decryption.
8384
8385         * mm-decode.el (mm-inline-media-tests):
8386         (mm-inlined-types):
8387         (mm-automatic-display):
8388         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8389
8390         * mm-view.el (mm-pkcs7-signed-magic):
8391         (mm-pkcs7-enveloped-magic): New variables.
8392         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8393         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8394         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8395         PKCS#7 blobs.
8396
8397         * smime.el (smime-decrypt-region): Expand keyfile.
8398
8399 2001-07-29  Simon Josefsson  <jas@extundo.com>
8400
8401         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8402         `ssl.el' variables.
8403
8404         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8405         but line instead of narrowing to it, because `nnmail-parse-active'
8406         calls widen.  Thanks to Christoph Conrad
8407         <christoph.conrad@gmx.de>.
8408
8409 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8410
8411         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8412         for %B spec.
8413
8414         * gnus-sum.el (gnus-summary-prepare-threads): If
8415         gnus-sum-thread-tree-root is nil, use subject instead.
8416         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8417         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8418         (gnus-sum-thread-tree-leaf-with-other)
8419         (gnus-sum-thread-tree-single-leaf): Documentation.
8420         (gnus-sum-thread-tree-single-indent): Allow nil.
8421
8422 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8423
8424         * message.el (message-fill-paragraph): Do nothing if the user
8425         wants filladapt-mode.
8426
8427 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8428
8429         * mm-decode.el (mm-image-type-from-buffer): New function.
8430         (mm-get-image): Use it.
8431
8432 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8433
8434         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8435
8436         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8437         mm-display-parts too.
8438
8439 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8440
8441         * nnfolder.el (nnfolder-request-accept-article): Bind
8442         nntp-server-buffer.
8443
8444         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8445         nntp-server-buffer.
8446
8447 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8448
8449         * message.el (message-check-news-header-syntax): Use
8450         message-post-method.
8451         (message-send-news): Bind message-post-method.
8452
8453 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8454
8455         * mml.el (mml-tweak-type-alist): New variable.
8456         (mml-tweak-function-alist): New variable.
8457         (mml-tweak-part): New function.
8458         (mml-generate-mime-1): Use it.
8459
8460 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8461
8462         * nnfolder.el (nnfolder-request-accept-article): Replace
8463         nnfolder-request-list.
8464
8465 2001-07-27  Simon Josefsson  <jas@extundo.com>
8466
8467         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8468         nnoo-change-server failed to do it.
8469
8470 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8471
8472         * gnus.el (gnus-parameters): Make it customizable.
8473
8474 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8475
8476         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8477
8478         * message.el (message-set-auto-save-file-name): More
8479         poor-system-types.
8480
8481         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8482
8483         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8484         supports +.
8485
8486 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8487
8488         * mm-decode.el (mm-readable-p): New function.
8489         (mm-inline-media-tests): Fix the default testers.
8490
8491 2001-07-26  Simon Josefsson  <jas@extundo.com>
8492
8493         * nnimap.el (nnimap-version): Bump version number.
8494
8495 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8496         From Steven E. Harris <seh@speakeasy.org>
8497
8498         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8499         in M$Windows too.
8500
8501 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8502
8503         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8504
8505 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8506
8507         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8508
8509         * mm-decode.el (mm-get-image): Guess then use the type.
8510
8511         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8512
8513 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8514
8515         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8516         display (%B) for threads if threading is off.
8517
8518 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8519         From Henrik Enberg <henrik@enberg.org>
8520
8521         * gnus-msg.el: Customization patch.
8522
8523 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8524
8525         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8526         variable.
8527         (nnmail-split-fancy-with-parent): Ignore certain groups.
8528
8529 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8530
8531         * gnus-util.el (gnus-byte-compile): New function.
8532         (gnus-use-byte-compile): New variable.
8533         (gnus-make-sort-function): Use it.
8534
8535         * nnmail.el (nnmail-get-new-mail): Use it.
8536
8537         * gnus-agent.el (gnus-category-make-function): Simple function or
8538         compiled function.
8539         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8540
8541         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8542         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8543         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8544
8545         * message.el (message-check-news-header-syntax): Remove quote.
8546
8547 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8548
8549         * message.el (message-use-mail-followup-to): `t' is not a
8550         documented value.
8551
8552 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8553
8554         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8555
8556 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8557
8558         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8559         there are long lines.
8560
8561 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * dgnushack.el (copy-list): New compiler macro.
8564
8565 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8566
8567         * message.el (message-bounce): If no Return-Path, the whole
8568         content is considered as the original message.
8569
8570         * nnml.el (nnml-check-directory-twice): New variable.
8571         (nnml-article-to-file): Use it.
8572         (nnml-retrieve-headers): Hack it.
8573
8574 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8575
8576         * gnus-win.el (gnus-buffer-configuration): New configure.
8577
8578         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8579         not alive.
8580
8581         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8582         (mm-display-external): Use display-term configure.
8583
8584 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8585
8586         * gnus-delay.el (gnus-delay-default-hour): New variable.
8587         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8588
8589 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8590         From Karl Kleinpaste <karl@charcoal.com>
8591
8592         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8593         (gnus-summary-prepare-threads): Ditto.
8594
8595         * gnus.el (gnus-summary-line-format): Add %B.
8596
8597 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8598
8599         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8600
8601         * mm-util.el (mm-string-as-multibyte): New function.
8602
8603         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8604
8605 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8606
8607         * mm-util.el (mm-universal-coding-system): New variable.
8608
8609         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8610
8611         * score-mode.el (score-mode-coding-system): Use it.
8612
8613 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-start.el (gnus-setup-news): Call
8616         `gnus-check-bogus-newsgroups' just after the native server is
8617         opened.
8618
8619 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8620
8621         * nnmail.el (nnmail-do-request-post): Util function to be used by
8622         `nnchoke-request-post' for all nnmail-derived backends.
8623
8624         * nnml.el (nnml-request-post): Use it.
8625
8626         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8627         backend, for it groks nnml-request-post.
8628
8629         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8630         Treat `mail-post' backends like `mail' backends, not like `news'
8631         backends.
8632
8633 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * gnus-msg.el (gnus-setup-message): make-local-hook.
8636
8637 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8638
8639         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8640         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8641         <karl@charcoal.com>, slightly changed by Kai.
8642
8643         * message.el (message-check-news-header-syntax): When checking
8644         whether the groups exist, check the right server based on
8645         `gnus-post-method'.
8646
8647 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8648
8649         * gnus-delay.el: New file.
8650
8651 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8652
8653         * mm-util.el (mm-read-coding-system): Take two arguments.
8654
8655         * gnus-sum.el (gnus-summary-show-article): Use
8656         mm-read-coding-system.
8657
8658         * gnus-art.el (article-de-quoted-unreadable):
8659         (article-de-base64-unreadable, article-wash-html):
8660         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8661
8662 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8663
8664         * nnml.el (nnml-request-post): New function.  Can be used for
8665         annotations in nnml groups.
8666
8667 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8670         command.
8671
8672         * gnus-start.el (gnus-find-new-newsgroups): Use
8673         `message-make-date' instead of `current-time-string'.
8674         (gnus-ask-server-for-new-groups): Ditto.
8675         (gnus-check-first-time-used): Ditto.
8676
8677 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8678
8679         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8680
8681 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8682
8683         * message.el (message-shorten-references): Change `maxcount' and
8684         `cut' to obey USEFOR draft 5.
8685
8686 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8687
8688         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8689         (gnus-summary-set-article-display-arrow): New function.
8690         (gnus-summary-goto-subject): Use it.
8691
8692 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8693
8694         * gnus-sum.el (gnus-summary-import-article): Insert date if
8695         doesn't exist.
8696
8697 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * mml.el (mml-content-type-parameters): New variable.
8700         (mml-content-disposition-parameters): New variable.
8701         (mml-insert-mime-headers): Use them.
8702         (mml-parse-1): Accept charset.
8703
8704 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8705
8706         * gnus-group.el (gnus-group-select-group): Doc fix.
8707
8708         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8709
8710 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8713         to handle `define-derived-mode'.
8714
8715 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8716         From:  Stefan Monnier  <monnier@cs.yale.edu>
8717
8718         * message.el (message-mode): Use define-derived-mode.
8719         (message-tab): message-completion-alist.
8720
8721         * imap.el (imap-interactive-login): Use make-local-variable.
8722         (imap-open): Ditto.
8723         (imap-authenticate): Ditto.
8724
8725         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8726
8727         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8728
8729 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8730
8731         * message.el (message-citation-line-function): Refer to
8732         gnus-cite-attribution-suffix.
8733
8734 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8735
8736         * gnus-art.el,...: Error convention changes.
8737
8738 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8739
8740         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8741
8742 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8743
8744         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8745         (nnrss-read-server-data): Ditto.
8746
8747 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8748
8749         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8750         * Cleanup files.
8751         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8752
8753 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8754
8755         * gnus.el (gnus-summary-line-format): Add %o.
8756
8757         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8758         unless shell outputs something.
8759
8760 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8761
8762         * gnus-art.el (gnus-boring-article-headers): Better doc.
8763         (article-hide-headers): Better regexp.
8764         Suggested by Matt Swift <swift@alum.mit.edu>.
8765
8766         * nnheader.el (nnheader-max-head-length): Better doc.
8767         (nnheader-header-value): Skip spaces.
8768         (nnheader-parse-head): Remove space.
8769         Suggested by Matt Swift <swift@alum.mit.edu>.
8770
8771         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8772         (gnus-get-newsgroup-headers): Remove space.
8773
8774 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775
8776         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8777         (gnus-summary-reply): Use it.
8778         (gnus-summary-reply-broken-reply-to): New function.
8779         (gnus-msg-force-broken-reply-to): New function.
8780
8781         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8782
8783 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8784
8785         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8786
8787 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8788
8789         * mm-decode.el (mm-external-terminal-program): New variable.
8790         (mm-display-external): Use it. Use term to display when no
8791         window-system.
8792
8793 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8794
8795         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8796         Browse->Next entries to Browse->Prev
8797
8798 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8801
8802 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803
8804         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8805         for the default encoding.
8806
8807         * nnrss.el (nnrss-url-field): New field.
8808         (nnrss-request-article): Add newsgroups.
8809
8810         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8811
8812 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8813
8814         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8815
8816         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8817         (gnus-draft-setup): Remove backlog.
8818
8819 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8820
8821         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8822         Cleanup.
8823
8824 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8825
8826         * gnus-msg.el (gnus-bug): Erase buffer.
8827
8828         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8829
8830 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8831
8832         * mm-decode.el (mm-attachment-override-p): Fix typo.
8833
8834 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8835
8836         * gnus-kill.el (gnus-execute): Work with the extra headers.
8837         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8838
8839 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8840
8841         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8842         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8843
8844         * message.el (message-send-mail-real-function): New variable.
8845         (message-send-mail-partially, message-send-mail):
8846
8847         * nngateway.el (nngateway-request-post): Use it.
8848
8849         * gnus-agent.el (gnus-agentize): Use it.
8850
8851         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8852         (nnsoup-revert-variables): Use it.
8853
8854 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8855
8856         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8857         text/plain if the type doesn't match any other media types.
8858         (mm-inlined-types): Doc fix.
8859         (mm-display-inline): Revert previous change (now handled by a
8860         default type in `mm-inline-media-tests'.
8861         (mm-inlinable-p): Revive.
8862         (mm-display-part): Call `mm-inlinable-p'.
8863         (mm-attachment-override-p): Ditto.
8864         (mm-inlined-p): Doc fix.
8865
8866         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8867         well as `mm-inlined-p'.
8868
8869 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8870
8871         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8872         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8873
8874 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8875         From  Paul Jarc <prj@po.cwru.edu>
8876
8877         * message.el (message-use-mail-followup-to): New variable.
8878         (message-get-reply-headers): Use it.
8879
8880 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8881
8882         * nnheader.el (nnheader-init-server-buffer): Make sure the
8883         *nntpd* buffer is made multibyte instead of a random buffer.
8884
8885 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8886
8887         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8888         when it returns headers.
8889
8890 2001-07-07  Simon Josefsson  <jas@extundo.com>
8891
8892         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8893         trying to fold. Thanks to Colin Walters
8894         <walters@cis.ohio-state.edu>
8895
8896 2001-07-06  Simon Josefsson  <jas@extundo.com>
8897
8898         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8899         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8900         Add information in `assert's.
8901
8902         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8903         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8904         and `nnimap-group-overview-filename', should handle all
8905         change-of-uidvalidity related issues.  But there may be other
8906         problems.)
8907
8908 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8909
8910         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8911         header name when folding.
8912
8913 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8914
8915         * mm-decode.el (mm-inlined-types): Document relationship with
8916         `mm-inline-media-tests'.
8917         (mm-display-inline): Default to displaying as plain text if no
8918         inlining handler is available.
8919         (mm-inlinable-p): Remove.
8920         (mm-inlined-p): Don't call `mm-inlinable-p'.
8921         (mm-automatic-display-p): Ditto.
8922         (mm-attachment-override-p): Ditto.
8923
8924 2001-07-04  Simon Josefsson  <jas@extundo.com>
8925
8926         * nnimap.el (nnimap-importantize-dormant): New variable.
8927         (nnimap-request-update-info-internal): Use it.
8928         (nnimap-request-set-mark): Ditto.
8929
8930 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8931
8932         * nntp.el (nntp-send-command): don't pass a buffer argument to
8933         `point'. Only XEmacs accepts this.
8934         * nntp.el (nntp-send-command-nodelete): ditto.
8935         * nntp.el (nntp-send-command-and-decode): ditto.
8936
8937 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8938
8939         * nntp.el (nntp-open-connection-function): doc update.
8940         * nntp.el (nntp-pre-command): New.
8941         * nntp.el (nntp-via-rlogin-command): New.
8942         * nntp.el (nntp-via-telnet-command): New.
8943         * nntp.el (nntp-via-telnet-switches): New.
8944         * nntp.el (nntp-via-user-name): New.
8945         * nntp.el (nntp-via-user-password): New.
8946         * nntp.el (nntp-via-address): New.
8947         * nntp.el (nntp-via-envuser): New.
8948         * nntp.el (nntp-via-shell-prompt): New.
8949         * nntp.el (nntp-open-telnet-stream): New.
8950         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8951         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8952         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8953         * nntp.el (nntp-send-command): ditto.
8954         * nntp.el (nntp-send-command-nodelete): ditto.
8955         * nntp.el (nntp-send-command-and-decode): ditto.
8956
8957 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8958         Trivial patch.
8959
8960         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8961         `when'.
8962
8963 2001-07-03  Simon Josefsson  <jas@extundo.com>
8964         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8965
8966         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8967
8968 2001-07-03  Simon Josefsson  <jas@extundo.com>
8969
8970         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8971         remove it (workaround XEmacs `fill-region' bug).
8972
8973 2001-07-01  Simon Josefsson  <jas@extundo.com>
8974
8975         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8976
8977 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8978
8979         * mml2015.el (mml2015-format-error): New function.
8980         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8981         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8982         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8983
8984 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8985
8986         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8987         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8988
8989         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8990         group variables.
8991
8992 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8993
8994         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8995
8996         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8997         (nnrss-save-group-data): Ditto.
8998
8999         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9000
9001 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9002
9003         * message.el (message-do-send-housekeeping): Narrow to headers.
9004
9005 2001-06-24  Simon Josefsson  <jas@extundo.com>
9006
9007         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9008         insertion when breaking lines looked for " \t" instead of "[ \t]".
9009         (rfc2047-encode-message-header): Fold lines even if
9010         no QP encoding is done.
9011
9012 2001-06-23  Simon Josefsson  <jas@extundo.com>
9013         From Samuel Tardieu <sam@inf.enst.fr>
9014
9015         * smime.el (smime-keys): Support additional certificates.
9016         (smime-make-certfiles): New function.
9017         (smime-sign-region): Use previous variables.
9018         (smime-get-certfiles): New function.
9019         (smime-sign-buffer): Use it.
9020         (smime-verify-region): Support both CAfile and CApath.
9021
9022 2001-06-23  Simon Josefsson  <jas@extundo.com>
9023
9024         * smime.el (smime-decrypt-region): Perhaps work.
9025
9026 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9027
9028         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9029
9030 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9031
9032         * mm-decode.el (mm-save-part): Rewrite file name.
9033         (mm-file-name-rewrite-functions): New variable.
9034         (mm-file-name-delete-whitespace): New function.
9035         (mm-file-name-trim-whitespace): New function.
9036         (mm-file-name-collapse-whitespace): New function.
9037         (mm-file-name-replace-whitespace): New variable and function.
9038
9039 2001-06-22  Simon Josefsson  <jas@extundo.com>
9040
9041         * message.el (message-make-date): Workaround locale for weekdays.
9042
9043 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9044
9045         * message.el (message-goto-body): Return nil if not found. (revert!)
9046
9047 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048         From Fremlin <chief@bandits.org>
9049
9050         * message.el (message-goto-body): Some messages have no header.
9051
9052         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9053
9054 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9055
9056         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9057
9058 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9059
9060         * message.el (message-make-date): Add week day.
9061         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9062
9063 2001-06-19  Simon Josefsson  <jas@extundo.com>
9064
9065         * message.el (message-yank-prefix): Doc fix.
9066         (message-yank-cited-prefix): Ditto.
9067         (message-delete-not-region): Keep citation prefix on first line,
9068         if possible and appropriate.
9069
9070 2001-06-19  Simon Josefsson  <jas@extundo.com>
9071
9072         * imap.el (imap-process-connection-type): New variable.
9073         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9074         recent `imtest's work completely (no line length issues), while
9075         making making old `imtest's unusable.  Thanks to NAGY Andras
9076         <nagya@inf.elte.hu> for his work.
9077
9078 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9079
9080         * imap.el (imap-ssl-program): Add -quiet to shut up
9081         OpenSSL/SSLeay's internal debug talk.
9082
9083 2001-06-19  Matt Armstrong  <matt@lickey.com>
9084
9085         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9086         server.
9087
9088 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9089
9090         * nnmail.el (nnmail-article-buffer): New variable.
9091         (nnmail-split-incoming): Use it.
9092
9093 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9094
9095         * qp.el (quoted-printable-decode-region): If called interactively,
9096         use coding-system-for-read.
9097
9098 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9099
9100         * message.el (message-check-news-header-syntax): Check Reply-To.
9101
9102 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9103
9104         * mml.el (mml-parse-1): Use message options.
9105
9106         * message.el (message-do-fcc): Don't do anything if there is no
9107         FCC.
9108
9109 2001-06-16  Simon Josefsson  <jas@extundo.com>
9110
9111         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9112         (nnimap-expunge-search-string): New variable.
9113         (nnimap-request-expire-articles): Use it.
9114
9115 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         * message.el (message-send-mail-with-qmail): wrong exit status is
9118         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9119
9120 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9121
9122         * gnus-art.el (article-strip-multiple-blank-lines): Use
9123         delete-region instead of replace-match.
9124
9125 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9128         (nnweb-google-wash-article): Ditto.
9129
9130 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9131
9132         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9133
9134 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9137         specs.
9138
9139 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9140
9141         * gnus.el (gnus-email-address): Move it here.
9142
9143         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9144         requested.
9145         (article-de-base64-unreadable): Ditto.
9146         (article-wash-html): Ditto.
9147
9148 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9149
9150         * message.el (message-options-set-recipient): Don't add ", "
9151         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9152
9153 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9154
9155         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9156
9157 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9158
9159         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9160         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9161
9162         * nnrss.el (nnrss-node-text): Node might be nil.
9163
9164 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9165
9166         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9167         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9168
9169         * nnrss.el (nnrss-group-alist): More items.
9170
9171 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9172
9173         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9174
9175 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9176         Trivial patch from Dale Hagglund  <rdh@best.com>
9177
9178         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9179         restrict clauses.
9180
9181 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9182
9183         From Benjamin Rutt <brutt+news@bloomington.in.us>
9184
9185         * message.el (message-wide-reply-confirm-recipients): New variable.
9186
9187 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9188         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9189
9190         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9191         fix so it works with XEmacs.
9192
9193 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9194
9195         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9196         headers.
9197
9198 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * nnrss.el: Fix a few bugs.
9201
9202 2001-06-05  Simon Josefsson  <jas@extundo.com>
9203
9204         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9205         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9206
9207 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9208
9209         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9210         binary so that we don't transmit ISO 2022 garbage to the process.
9211         This is needed under XEmacs.
9212
9213 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9214
9215         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9216         autoloaded incorrectly below because ssl-program-* is bound.)
9217         Thanks to Amos Gouaux for report.
9218
9219 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9220
9221         * imap.el (imap-kerberos4-open):
9222         (imap-gssapi-open):
9223         (imap-ssl-open):
9224         (imap-network-open):
9225         (imap-shell-open):
9226         (imap-starttls-open): Set buffer to workaround spurious
9227         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9228         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9229         Colman <colman@ppllc.com> for report.
9230
9231 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9232
9233         * gnus-sum.el (gnus-summary-catchup): New argument.
9234         (gnus-summary-catchup-from-here): New function.
9235
9236 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9237
9238         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9239         back, then insert glyph.  (Before, the glyph was inserted first,
9240         then the newline.)  This works around a behavior in XEmacs where
9241         it is not possible to insert a character after a glyph which is at
9242         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9243
9244 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9245
9246         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9247
9248         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9249         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9250         mm-destroy-postponed-undisplay-list): New functions.
9251         (mm-display-external): Use them.
9252
9253 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9254
9255         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9256         `default-low' when evaluating `gnus-summary-highlight'.
9257         From Raja R Harinath <harinath@cs.umn.edu>.
9258
9259 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9260
9261         * message.el (message-yank-cited-prefix): New variable.
9262         (message-indent-citation): Use it.
9263
9264         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9265         as details.
9266         (mml2015-mailcrypt-clear-verify): Ditto.
9267
9268 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9269         From Nevin Kapur <nevin@jhu.edu>.
9270
9271         * gnus-sum.el (gnus-summary-default-high-score,
9272         gnus-summary-default-low-score): New variables.
9273         (gnus-summary-highlight): Use them.
9274
9275 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9276
9277         * message.el (message-mail): pass the 'send-actions argument to
9278         `message-setup'.
9279
9280 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9281         From Raymond Scholz <ray-2001@zonix.de>
9282
9283         * gnus-art.el (gnus-mime-view-part-as-charset):
9284         (gnus-mime-internalize-part): Doc fixes.
9285
9286 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9287
9288         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9289         status lines without any text ("^215$").
9290
9291 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9292
9293         * nnrss.el (nnrss-check-group): Reverse.
9294
9295 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9296
9297         * message.el (message-get-reply-headers):
9298         (message-followup): Fix typo, suggested by David Green
9299         <dgreen@uab.edu>
9300
9301 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9302
9303         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9304
9305         * nnrss.el (nnrss-open-server): Read server data when it is called.
9306         (nnrss-request-expire-articles): Fix.
9307
9308 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9309
9310         * message.el (message-do-send-housekeeping): mail-abbrevs may
9311         rename buffer behind Gnus.
9312
9313 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9314
9315         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9316         (nnrss-group-alist): Add more resources.
9317         (nnrss-check-group): Ignore errors.
9318
9319 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9320
9321         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9322
9323         * nnslashdot.el (nnslashdot-request-list): Add time.
9324         (nnslashdot-request-expire-articles): New function.
9325
9326         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9327         secondary methods too.
9328
9329 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9330
9331         * message.el (message-use-followup-to): Set default value to t.
9332
9333 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9334
9335         * message.el (message-dont-reply-to-names): Fix documentation.
9336         (message-get-reply-headers): Use Mail-Followup-To only for wide
9337         replies.
9338
9339 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9340
9341         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9342         correctly.
9343         (nnrss-check-group): Use time.
9344
9345 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9346
9347         * gnus.el: Oort Gnus v0.03 is released.
9348
9349 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9350
9351         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9352         group.
9353
9354 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9357
9358 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * nnultimate.el (nnultimate-retrieve-headers): Return all
9361         available headers.
9362
9363         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9364         (gnus-get-newsgroup-headers-xover): Use it.
9365
9366 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9367
9368         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9369
9370 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9371
9372         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9373
9374 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9375
9376         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9377         disable it.
9378
9379         * gnus.el (gnus-info-nodes): Remove a few The's.
9380
9381 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9382
9383         * mail-source.el (mail-source-movemail): Call-process may return a
9384         signal description string.
9385
9386         * gnus-start.el (gnus-read-newsrc-el-file):
9387         gnus-newsrc-file-version may be nil.
9388
9389         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9390         Suggested by Michael Sperber [Mr. Preprocessor]
9391         <sperber@informatik.uni-tuebingen.de>.
9392
9393 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9394
9395         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9396
9397 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9398
9399         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9400         fontify HANDLE.
9401
9402 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9403
9404         * smime.el (smime-ask-passphrase): Rework to return value.
9405         (smime-sign-region): Rework to bind value and use it.
9406         (smime-decrypt-region): Ditto.
9407
9408 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9409         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9410
9411         * smime.el (smime-ask-passphrase): New function.
9412         (smime-sign-region): Use it.
9413         (smime-encrypt-cipher): New variable.
9414         (smime-decrypt-region): Ditto.
9415
9416 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9417         Committed by Simon Josefsson  <simon@josefsson.org>
9418
9419         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9420         the log.
9421
9422 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9423
9424         * gnus.el: Oort Gnus v0.02 is released.
9425
9426 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9427
9428         * gnus.el: Oort Gnus v0.01 is released.
9429
9430 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus-sum.el (gnus-summary-highlight): Highlight read
9433         undownloaded articles as read articles.
9434
9435         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9436         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9437         articles, even read ones, as such.
9438
9439         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9440         (gnus-find-matching-articles): New function.
9441         (gnus-summary-limit-include-matching-articles): New command.
9442         (gnus-summary-limit-include-thread): Include articles that have
9443         matching subjects.
9444         (gnus-offer-save-summaries): Clean up.
9445
9446 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9447
9448         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9449
9450 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9451         From Jason Merrill <jason_merrill@redhat.com>
9452
9453         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9454
9455 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9456         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9457
9458         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9459         newsgroup names when the original article is a news message.
9460
9461 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9462
9463         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9464         supported. Suggest by Jim Meyering <jim@meyering.net>.
9465
9466 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9467         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9468
9469         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9470         regexp in nnmail-split-fancy.
9471
9472 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9473
9474         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9475
9476 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9477
9478         * message.el (message-send-mail): Improve the interaction with the
9479         user.
9480
9481 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9482
9483         * imap.el (imap-message-copy): Work around buggy servers that
9484         doesn't send TRYCREATE tags.
9485
9486 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9489
9490 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9491
9492         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9493         date.
9494
9495 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496
9497         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9498         lives.
9499
9500 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9501
9502         * gnus-art.el (gnus-parse-news-url): New function.
9503         (gnus-button-handle-news): New function.
9504         (gnus-button-alist): Point to new functions.
9505
9506         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9507
9508         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9509         gnus-format-specs.
9510
9511         * message.el (message-check-news-header-syntax): Question even
9512         when Gnus doesn't know the group names.
9513         (message-send-news): Clean up.
9514
9515         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9516         exited on purpose without saving.
9517
9518         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9519
9520 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9521
9522         * gnus-score.el (gnus-score-orphans): Clean up.
9523
9524         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9525
9526         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9527         later.
9528
9529         * gnus-start.el (gnus-close-all-servers): Find the right items to
9530         close.
9531
9532         * qp.el (quoted-printable-decode-region): Just message
9533         malformation; don't quit.
9534
9535 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9536         From Gerd Moellmann <gerd@gnu.org>.
9537
9538         * gnus.el (gnus-interactive): A typo.
9539
9540 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9541         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9542
9543         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9544         `assq-delete-all', if that function exists; otherwise use the old
9545         definition. Documentation changed to match the one in
9546         `assq-delete-all'.
9547
9548 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * gnus-start.el (gnus-close-all-servers): New function.
9551
9552         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9553         (gnus-server-remove-denials): Clean up.
9554
9555         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9556         keystroke.
9557
9558 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9559
9560         * message.el (message-send-news): Message where we are sending.
9561         (message-send-mail): Ditto.
9562
9563         * gnus.el (gnus-server-string): New function.
9564
9565         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9566
9567         * mm-decode.el (mm-default-directory): Customized.
9568         (mm-tmp-directory): Ditto.
9569
9570         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9571         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9572         or Chars.
9573         (gnus-summary-line-format-alist): ?l is now a string.
9574         (gnus-summary-prepare-threads): Output ? for unknown lines.
9575         (gnus-summary-insert-line): Ditto.
9576         (gnus-summary-print-article): Unbalanced parentheses.
9577
9578         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9579         out whether new stuff has arrived.
9580
9581 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9582
9583         * gnus-sum.el: Let printing work on ttys on Emacs.
9584
9585 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9586
9587         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9588         when forcing news.
9589
9590         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9591         command.
9592
9593 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9594
9595         * message.el (message-set-auto-save-file-name): Don't use
9596         asterisks under nt.
9597
9598 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9599
9600         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9601         lists of articles.
9602
9603         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9604
9605         * gnus-msg.el (gnus-put-message): Clean up.
9606         (gnus-summary-reply): Mark all replied-to articles as replied to.
9607         (gnus-inews-add-send-actions): Also mark as forwarded.
9608         (gnus-summary-mail-forward): Mark as forwarded.
9609
9610         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9611         of articles.
9612         (gnus-summary-mark-article-as-forwarded): Ditto.
9613
9614         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9615         forwarded.
9616         (gnus-summary-mail-forward): Clean up.
9617
9618         * gnus.el (gnus-article-mark-lists): Added forward.
9619
9620         * gnus-sum.el (gnus-forwarded-mark): New variable.
9621         (gnus-summary-prepare-threads): Use it.
9622         (gnus-summary-update-secondary-mark): Ditto.
9623         (gnus-newsgroup-forwarded): New variable.
9624
9625 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9626
9627         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9628         (gnus-summary-very-wide-reply): New command and keystroke.
9629         (gnus-summary-very-wide-reply-with-original): Ditto.
9630
9631         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9632         (gnus-score-adaptive): Use it.
9633
9634         * gnus-start.el (gnus-get-unread-articles): Clean up.
9635
9636 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9637
9638         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9639         boards.
9640
9641 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9642
9643         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9644         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9645
9646 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * nnultimate.el (nnultimate-retrieve-headers): Understand
9649         long-form month names.
9650
9651 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9652
9653         * gnus-sum.el (gnus-summary-show-all-headers):
9654         gnus-article-show-all-headers is broken. Use
9655         gnus-summary-toggle-header instead.
9656
9657         * mml2015.el (mml2015-gpg-extract-from): No error.
9658
9659 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9660         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9661
9662         * mml2015.el (mml2015-gpg-extract-from): New function.
9663         (mml2015-gpg-verify): Use it.
9664         (mml2015-gpg-clear-verify): Use it.
9665
9666 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9667
9668         * message.el (message-setup-fill-variables): Use
9669         fill-paragraph-function.
9670         (message-fill-paragraph): Take an argument.
9671         (message-newline-and-reformat): Take another argument.
9672
9673 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9674
9675         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9676
9677 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9678
9679         * message.el (message-forward): local-variable-p takes an extra
9680         argument in XEmacs.
9681
9682 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9683
9684         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9685         `nnimap-use-nov-p' (it really tested the negative).
9686         (nnimap-retrieve-headers): Use it.
9687
9688 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9689
9690         * message.el (message-generate-headers-first): Update doc.
9691
9692 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9693         Trivial patch.
9694
9695         * gnus.el (gnus-summary-line-format): Typo.
9696
9697 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9698
9699         * mailcap.el (mailcap-mime-data): Add application/sieve.
9700         (mailcap-mime-extensions): Add .siv, .xls.
9701
9702 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9703         From Christoph Conrad <christoph.conrad@gmx.de>
9704
9705         * gnus-score.el (gnus-summary-lower-thread): Typo.
9706
9707 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9708
9709         * message.el (message-forward-decoded-p): New variable.
9710         (message-forward-subject-author-subject): Use it.
9711         (message-make-forward-subject): Use it.
9712         (message-forward): Use it.
9713
9714         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9715
9716         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9717         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9718
9719 ;;Has been fixed -- zsh.
9720 ;;2001-03-05  Dave Love  <fx@gnu.org>
9721 ;;
9722 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9723 ;;      Move it after definition of mm-coding-system-p.
9724 ;;
9725 2001-03-01  Dave Love  <fx@gnu.org>
9726
9727         * mm-util.el (mm-inhibit-file-name-handlers): Add
9728         image-file-handler.
9729
9730 2001-02-11  Dave Love  <fx@gnu.org>
9731
9732         * message.el (message-signature-file): Fix doc, :type.
9733
9734 2001-02-08  Dave Love  <fx@gnu.org>
9735
9736         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9737         (message-posting-charset): Defvar when compiling again.
9738         (rfc2047-encodable-p): Require message.
9739
9740         * gnus-sum.el (gnus-alter-articles-to-read-function):
9741         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9742
9743 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9744
9745         * nnrss.el: New file.
9746
9747 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9748         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9749
9750         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9751         `skip-chars-forward'.
9752
9753 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9754
9755         * nndraft.el (nndraft-request-group): Restore auto save files if
9756         the original files do not exist.
9757
9758 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9761         SCORE paths.
9762
9763         * mm-decode.el (mm-dissect-buffer): Call
9764         mail-extract-address-components only if necessary.
9765
9766 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9769         directory part.
9770         (gnus-score-search-global-directories): Use file-directory-p.
9771
9772         * gnus-score.el (gnus-score-score-files-1): Use
9773         gnus-kill-files-directory.
9774         From Adrian Aichner <adrian@xemacs.org>.
9775
9776 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9777
9778         * gnus.el (charset): Move here from gnus-sum.el.
9779
9780 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9781
9782         * mml.el (mml-preview): Disable local map.
9783
9784         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9785         gnus-article-post-menu here.
9786
9787         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9788         if it has not been made.
9789
9790 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9791
9792         * gnus-art.el (gnus-article-describe-key): Map key to event.
9793         (gnus-article-describe-key-briefly): Ditto
9794
9795 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9796
9797         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9798
9799 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9800         From Katsumi Yamaoka <yamaoka@jpl.org>.
9801
9802         * dgnushack.el (coerce, merge, subseq): defmacro.
9803
9804 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9805
9806         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9807         A fake defalias in nndraft.el results a not-activated bug in
9808         uncompiled versions.
9809
9810 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9811         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9812
9813         * gnus-util.el (gnus-split-references): Handle malformed References:.
9814
9815 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9816
9817         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9818
9819 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9820         From NAGY Andras <nagya@inf.elte.hu>.
9821
9822         * gnus.el (gnus-parameters): Typo.
9823
9824 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9825
9826         * gnus.el (gnus-read-method): Remove redundancy.
9827
9828 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9829
9830         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9831         (nnslashdot-request-list): Use it.
9832
9833 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9834
9835         * nnml.el (nnml-generate-active-info): Fix the case when there is
9836         no file.
9837
9838         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9839         (gnus-summary-create-article): New function.
9840
9841         * gnus-group.el (gnus-group-mark-article-read): New function.
9842
9843         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9844
9845         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9846
9847 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9848
9849         * gnus-art.el (gnus-article-edit-done): Don't use
9850         gnus-article-edit-exit.
9851         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9852
9853         * gnus.el (gnus-parameters): New variable.
9854         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9855         (gnus-parameters-get-parameter): New function.
9856         (gnus-group-find-parameter): Use it.
9857
9858 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9859
9860         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9861         change of default value to `current'.
9862
9863 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9864
9865         * nneething.el (nneething-get-head): Insert unreadable file too.
9866
9867 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9868
9869         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9870
9871         * webmail.el (webmail-type-definition): Deja is bought by google.
9872
9873 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9874
9875         * gnus-sum.el (gnus-fetch-headers): New function.
9876         (gnus-select-newsgroup): Use it.
9877         (gnus-summary-insert-articles): New function.
9878         (gnus-summary-insert-old-articles): New function.
9879         (gnus-summary-insert-new-articles): New function.
9880
9881         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9882         (gnus-group-list-active): Ditto.
9883         * gnus-sum.el (gnus-set-mode-line): Ditto.
9884         (gnus-summary-read-group-1): Ditto.
9885
9886 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9887
9888         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9889         current topic.
9890
9891 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9892
9893         * smiley.el (gnus-smiley-display): Don't do widening.
9894
9895         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9896         within body.
9897
9898         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9899
9900         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9901         New variable.
9902         (gnus-mime-display-multipart-related-as-mixed): New variable.
9903         (gnus-mime-display-part): Use them.
9904
9905 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9906
9907         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9908         something special.
9909
9910 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9911
9912         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9913         (nnweb-request-article): Call reference if exists.
9914         (nnweb-type-definition): Dejanews is bought by google.com.
9915         Beta!
9916
9917 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9918
9919         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9920
9921 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9922
9923         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9924         gnus-article-sort-functions.
9925         (gnus-article-sort-functions): Doc fix.  Refer to
9926         gnus-thread-sort-functions.
9927
9928 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9929         From Paul Jarc <prj@po.cwru.edu>.
9930
9931         * message.el (message-get-reply-headers): More fixes.
9932
9933 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9934         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9935
9936         * message.el (message-get-reply-headers): Fix bug with
9937         Mail-Followup-To/to-address interaction.
9938
9939 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9940
9941         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9942         gnus-article-copy.
9943
9944 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9945
9946         * message.el (message-do-send-housekeeping): Rename to a better
9947         name.
9948
9949 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9950
9951         * message.el (message-cancel-news): Check article first, then ask
9952         yes or no.
9953
9954 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9955
9956         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9957
9958 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9959
9960         * gnus-range.el (gnus-range-normalize): New function.
9961
9962 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9963
9964         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9965
9966 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9967
9968         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9969
9970         * nnagent.el (nnagent-request-regenerate): New function.
9971
9972         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9973
9974         * nnml.el (nnml-generate-nov-databases): Accept argument
9975         server. Don't open server if it is opened.
9976         (nnml-request-regenerate): Use it. Change to deffoo.
9977
9978 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9979         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9980
9981         * gnus.el (gnus-define-group-parameter): Fix.
9982
9983 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9984
9985         * gnus.el (gnus-define-group-parameter): Improved.
9986
9987         * gnus-sum.el (charset): Define parameter.
9988         (ignored-charsets): Ditto.
9989         (gnus-summary-setup-default-charset): Use them.
9990
9991         * gnus-start.el (gnus-read-descriptions-file): Use them.
9992
9993         * gnus-cus.el (gnus-group-parameters): Remove them.
9994
9995 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9996
9997         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9998
9999 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10000
10001         * gnus-sum.el (gnus-summary-read-group-1): Remove
10002         gnus-summary-set-local-parameters.
10003         (gnus-summary-setup-buffer): Put it here.
10004
10005 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10006
10007         * gnus.el (to-address): Define parameter.
10008         (to-list): Ditto.
10009         * gnus-art.el (article-hide-boring-headers): Use them.
10010         * gnus-msg.el (gnus-post-news): Ditto.
10011         * gnus-cus.el (gnus-group-parameters): Remove them.
10012
10013 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10014
10015         * gnus-draft.el (gnus-draft-reminder): New function.
10016
10017         * gnus-art.el (gnus-sender-save-name): New function.
10018
10019 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10020
10021         * mm-util.el (mm-mime-charset): Error message.
10022
10023 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10024
10025         * message.el (message-check-news-body-syntax): Don't check mml lines.
10026
10027 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10028
10029         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10030         subscribe.
10031
10032         * gnus-start.el (gnus-call-subscribe-functions): New function.
10033         (gnus-find-new-newsgroups): Use it.
10034         (gnus-ask-server-for-new-groups): Use it.
10035         (gnus-check-first-time-used): Use it.
10036         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10037         (gnus-subscribe-options-newsgroup-method): Ditto.
10038         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10039         return .
10040
10041 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10042
10043         * gnus-cus.el (gnus-score-customize): Doc fix.
10044
10045 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10046
10047         * dgnushack.el (my-getenv): Typo.
10048
10049 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10050
10051         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10052
10053 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10054
10055         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10056
10057         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10058         (gnus-treatment-function-alist): Use it.
10059         (article-remove-leading-whitespace): New function.
10060         (gnus-article-make-menu-bar): Use it.
10061
10062         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10063         remove-leading-whitespace.
10064         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10065         because of conflict.
10066
10067 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * Makefile.in: Hack generating gnus-load.el.
10070         * dgnushack.el: Ditto.
10071         * gnus-load.el: Remove it.
10072
10073 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10074
10075         * dgnushack.el : Add URLDIR.
10076
10077         * Makefile.in (EMACS_COMP): Ditto.
10078
10079 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * gnus-cus.el (gnus-score-customize): Error on no score file.
10082
10083 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10084
10085         * mm-decode.el (mm-merge-handles): New function.
10086
10087         * mm-view.el (mm-inline-message): Use it.
10088         (mm-view-message): Ditto.
10089
10090         * mm-partial.el (mm-inline-partial): Ditto.
10091
10092         * mm-extern.el (mm-inline-external-body): Ditto.
10093
10094         * gnus-art.el (gnus-mime-view-part): Ditto.
10095         (gnus-mime-view-part-as-type): Ditto.
10096         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10097         cases.
10098
10099 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10100
10101         * message.el (message-cancel-news): Allow to shoot foot.
10102         (message-supersede): Ditto.
10103
10104 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10105         Trivial patch.
10106
10107         * gnus-sum.el (gnus-simplify-subject-re): Use
10108         message-subject-re-regexp.
10109
10110 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10111
10112         * nnmail.el (nnmail-expiry-target-group): Bind
10113         nnmail-cache-accepted-message-ids to nil.
10114
10115         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10116         coding system.
10117
10118 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119
10120         * qp.el (quoted-printable-encode-region): Make sure characters are
10121         between 00 and FF.  Don't check charset.
10122
10123         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10124         in Emacs 20.
10125         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10126
10127 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * message.el (message-make-forward-subject): Argument decoded.
10130         (message-forward): Use it when digest.
10131
10132         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10133         buffer.
10134
10135 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10136
10137         * message.el (message-generate-headers-first): Doc fix.
10138
10139 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10140
10141         * gnus-art.el (article-make-date-line): Error proof.
10142
10143 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10144
10145         * gnus-group.el (gnus-group-listing-limit): New variable.
10146         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10147
10148         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10149
10150 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10151
10152         * message.el (message-newline-and-reformat): Special case for
10153         breaking at BOL.
10154
10155 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10156
10157         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10158         message/rfc822.
10159
10160 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10161
10162         * message.el (message-encode-message-body): Don't insert
10163         Content-Type if it is inside a mail.
10164
10165 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10166
10167         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10168         gnus-article-commands-menu.
10169
10170         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10171         in Emacs.
10172
10173         * gnus-start.el (gnus-read-descriptions-file): Use
10174         gnus-group-name-charset and gnus-group-charset-alist.
10175
10176 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10177
10178         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10179         active region.
10180
10181         * gnus-start.el (gnus-group-change-level): Remove from both
10182         gnus-zombie-list and gnus-killed-list.
10183
10184 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10185
10186         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10187         gnus-subscribe-topics.
10188
10189         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10190
10191 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10192
10193         * gnus-art.el (gnus-article-make-menu-bar): Make
10194         gnus-article-post-menu.
10195
10196         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10197
10198         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10199
10200         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10201
10202         * message.el (message-mode-menu): Ditto.
10203
10204         * gnus-art.el (defvar): eval-when-compile.
10205
10206 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10207
10208         * gnus-agent.el (gnus-agentize): Fix doc.
10209
10210 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10211
10212         * mml.el (mml-preview): Bind `q'.
10213
10214 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10215
10216         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10217
10218 2001-01-31  Dave Love  <fx@gnu.org>
10219
10220         * mm-util.el (mm-mime-mule-charset-alist)
10221         (mm-find-mime-charset-region): Consider mule-utf-8.
10222
10223 2001-01-31  Dave Love  <fx@gnu.org>
10224
10225         * gnus-art.el (gnus-article-x-face-command)
10226         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10227         :version.
10228
10229 2001-01-26  Dave Love  <fx@gnu.org>
10230
10231         * mm-util.el (mm-multibyte-string-p): New.
10232
10233 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10234 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10235 ;;      string-as-multibyte on class.  Clarify line-folding.
10236         (quoted-printable-encode-string): Make temp buffer inherit
10237         string's multibyteness.
10238
10239 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10240
10241         * nnheader.el (toplevel): Don't require `gnus-util' at
10242         compile-time; this creates a circular dependency, and prevents
10243         a bootstrap.
10244
10245 2001-01-22  Andreas Schwab  <schwab@suse.de>
10246
10247         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10248
10249 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10250
10251         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10252
10253         * gnus-art.el (article-hide-list-identifiers): Ditto.
10254
10255         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10256
10257 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258
10259         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10260
10261         * gnus-art.el (article-hide-list-identifiers): Similar.
10262
10263 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10264
10265         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10266
10267 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10268
10269         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10270
10271 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10272
10273         * gnus-util.el (gnus-string-equal): New function.
10274
10275         * gnus-art.el (article-hide-boring-headers): Use it.
10276
10277 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10278
10279         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10280
10281 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10282
10283         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10284
10285 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10286
10287         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10288         command if there is not last-saver.
10289
10290 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10291
10292         * nntp.el (nntp-open-connection): 201 is possible.
10293
10294 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10295
10296         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10297         (rfc2047-charset-encoding-alist): Add big5.
10298
10299 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10300
10301         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10302         (gnus-agent-remove-server): Ditto.
10303         (autoload): gnus-server-update-server.
10304
10305         * gnus-srvr.el (gnus-server-line-format): Add %a.
10306         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10307         (gnus-server-insert-server-line): Use it.
10308
10309 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10310
10311         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10312         GB2312 and Big5.
10313
10314 2001-01-24  Simon Josefsson  <sj@extundo.com>
10315
10316         * mail-source.el (mail-sources): Add :program specifier to IMAP
10317         mail source.
10318         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10319
10320 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10321
10322         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10323
10324 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10325
10326         * nntp.el (nntp-wait-for): Return the success code.
10327         (nntp-open-connection): Use it.
10328
10329 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10330
10331         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10332
10333 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10334
10335         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10336
10337 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10338
10339         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10340         argument. Allow to print several articles in one file.
10341
10342 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10343
10344         * webmail.el (webmail-type-definition): netaddress changes.
10345
10346 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10347
10348         * gnus.el: Fix copyright. Remove trailing spaces.
10349
10350         * message.el (message-forward): Use mule4.
10351
10352 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10353
10354         * mm-util.el (mm-string-as-unibyte): New function.
10355
10356         * message.el (message-forward): Use it.
10357
10358 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10359
10360         * message.el (message-cite-original-without-signature): Don't peel
10361         off the blank line.
10362         (message-get-reply-headers): Add Cc if it is not in follow-to.
10363
10364 2001-01-20  Simon Josefsson  <sj@extundo.com>
10365
10366         * mm-decode.el (mm-handle-multipart-from): Add.
10367         (mm-dissect-buffer): Save From: header value.
10368         (mm-security-from): Remove.
10369         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10370
10371         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10372         instead of `mml-security-from'.  Protect null from value.
10373
10374 2001-01-20  Simon Josefsson  <sj@extundo.com>
10375
10376         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10377         application/vnd.ms-excel attachments.
10378
10379 2001-01-19  Simon Josefsson  <sj@extundo.com>
10380
10381         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10382
10383 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10384
10385         * message.el (message-ignored-mail-headers): Ditto.
10386
10387 2001-01-19  Simon Josefsson  <sj@extundo.com>
10388
10389         * message.el (message-ignored-news-headers): Only search beginning
10390         of line.
10391
10392 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10393         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10394
10395         * message.el (message-send-mail): Content-Type may not be there.
10396
10397 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10398
10399         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10400         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10401
10402         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10403         not.
10404
10405 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10406
10407         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10408         non-native groups.
10409
10410 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10411
10412         * message.el (message-yank-original): Understand
10413         universal-argument.
10414
10415 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10416
10417         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10418         (article-hide-boring-headers): Ditto.
10419
10420         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10421
10422 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10423
10424         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10425         one.
10426
10427 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10428
10429         * message.el (message-make-in-reply-to): Add comment to message-id
10430         (old syntax, see 2000-08-02 change).
10431
10432 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10433
10434         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10435         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10436         (gnus-button-reply): Ditto.
10437
10438 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10439
10440         * gnus-art.el (article-display-x-face): Fix.
10441
10442 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10443
10444         * gnus-art.el (article-display-x-face): Use
10445         gnus-original-article-buffer.
10446
10447 2001-01-15  Jack Twilley  <jmt@tbe.net>
10448
10449         * message.el (message-add-header): Move to point-max.
10450
10451 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10452
10453         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10454         nil, improve documentation.
10455         (smime-certificate-directory): Comment out false hints (until it
10456         is implemented).
10457
10458         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10459         there aren't any keys.
10460         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10461         verify certificate.  Default is changed to only check integrity.
10462         Improved security status texts.  If a certificate doesn't contain
10463         a email address, don't fail.
10464
10465         * smime.el (smime-noverify-region):
10466         (smime-noverify-buffer): New functions.  Verifies integrity only.
10467
10468 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10469
10470         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10471
10472 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10473
10474         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10475         (gnus-remove-some-windows): Ditto.
10476
10477 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10478
10479         * gnus-art.el (article-make-date-line): 11th.
10480
10481 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10482
10483         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10484         (mml2015-gpg-sign): Ditto.
10485
10486 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10487
10488         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10489         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10490
10491 2001-01-08  Dave Love  <fx@gnu.org>
10492
10493         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10494         single character.
10495
10496         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10497
10498         * message.el: Doc and message fixes.
10499         (message-send-rename-function)
10500         (message-make-forward-subject-function)
10501         (message-send-mail-function, message-reply-to-function)
10502         (message-wide-reply-to-function, message-followup-to-function)
10503         (message-distribution-function, message-auto-save-directory): Fix
10504         :type.
10505
10506         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10507         proceeding after warnings.  Amend multipart warning message.
10508
10509 2001-01-04  Dave Love  <fx@gnu.org>
10510
10511         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10512         compiling.
10513         (gnus-make-directory): Require nnmail.
10514
10515         * mm-decode.el (mm-inline-media-tests): Add
10516         image/x-portable-bitmap.
10517         (mm-get-image): Grok pbm.
10518
10519 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10520
10521         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10522
10523 2001-01-09  Didier Verna  <didier@xemacs.org>
10524
10525         * dgnushack.el (dgnushack-compile): give a dummy value to
10526         `gnus-xmas-glyph-directory' for the time of compilation.
10527         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10528         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10529         * gnus-art.el: ditto.
10530         * gnus-group.el: ditto.
10531         * gnus-salt.el: ditto.
10532         * gnus-sum.el: ditto.
10533         * gnus-topic.el: ditto.
10534         * gnus-xmas.el (gnus-xmas-define): see above.
10535         * gnus-xmas.el (gnus-xmas-redefine): see above.
10536         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10537         non-continuable error when the directory can't be found.
10538
10539 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10540
10541         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10542         handle.
10543         * gnus-art.el (gnus-mime-view-part): Copy it.
10544         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10545
10546 2001-01-09  Michael Downes  <mjd@ams.org>
10547
10548         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10549
10550 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10551
10552         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10553         orig-file. Use ',source.
10554
10555 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10556
10557         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10558         (gnus-xmas-group-startup-message):
10559         Detect gnus-xmas-glyph-directory when it is nil.
10560
10561 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10562
10563         * pop3.el (pop3-get-message-count): Andrew Innes
10564         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10565
10566 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10567
10568         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10569
10570         * time-date.el (time-to-number-of-days): New function.
10571
10572 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10573         Trivial patch.
10574
10575         * nnslashdot.el (nnslashdot-request-list): Always get the right
10576         sid.
10577
10578 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10579
10580         * message.el (message-minibuffer-local-map): New keymap.
10581         (message-read-from-minibuffer): Use it.
10582         * gnus-msg.el (gnus-summary-resend-message): Use it
10583
10584 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10585
10586         * gnus-start.el (gnus-display-time-event-handler): New function.
10587         (gnus-after-getting-new-news-hook): Use it.
10588
10589 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * message.el (message-ignored-mail-headers): Add draft header.
10592
10593 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10594
10595         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10596         excursion.
10597
10598         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10599
10600 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10601         A revoked patch.
10602
10603         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10604
10605 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606
10607         * qp.el (quoted-printable-decode-region): Don't backward-char.
10608
10609 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10610
10611         * gnus-draft.el: Mark articles as replied.
10612
10613         * gnus-sum.el (gnus-summary-add-mark): New function.
10614
10615         * gnus-group.el (gnus-add-mark): New function.
10616
10617         * gnus-sum.el (gnus-summary-buffer-name): New function.
10618         (gnus-summary-setup-buffer): Use it.
10619
10620         * gnus-draft.el: Set things up with the right post method and
10621         stuff.
10622
10623         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10624
10625         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10626
10627         * gnus.el (gnus-draft-meta-information-header): New variable.
10628
10629 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * gnus-art.el (gnus-treatment-function-alist): Move the date
10632         functions before the header sorting functions.
10633
10634         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10635
10636         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10637         Don't (push "/usr/share/emacs/site-lisp" load-path).
10638
10639         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10640         to empty fill prefixes.
10641
10642 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10643
10644         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10645         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10646
10647 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10648
10649         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10650
10651         * nnml.el (autoload): Move to nnheader.el.
10652
10653         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10654         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10655         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10656         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10657
10658 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus-art.el (article-make-date-line): Get the hours right.
10661         (gnus-ignored-headers): More hiding.
10662
10663         * nnmail.el (nnmail-expiry-wait): Not an integer.
10664
10665         * message.el (message-goto-body): Only expand abbrev when called
10666         interactively.
10667         (message-make-lines): Use it.
10668
10669 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10670
10671         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10672
10673 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10676         include the expunged articles.
10677
10678         * gnus-group.el (gnus-group-sort-by-server): New function.
10679
10680         * gnus.el (gnus-method-to-server-name): New function.
10681         (gnus-group-prefixed-name): Use it.
10682
10683         * gnus-group.el (gnus-group-sort-function): Doc fix.
10684         (gnus-group-sort-groups-by-server): New command.
10685
10686 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10687
10688         * gnus-art.el (gnus-treat-date-english): New variable.
10689         (article-date-english): New command.
10690         (gnus-english-month-names): New variable.
10691         (article-make-date-line): Do 'english.
10692
10693         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10694         after the fill prefix.
10695
10696         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10697         score...".
10698
10699         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10700
10701         * message.el (message-mode-map): Bind comment-region.
10702
10703         * gnus-art.el (gnus-mime-display-part): Let w3 display
10704         multipart/related.
10705
10706         * mm-bodies.el (mm-long-lines-p): New function.
10707         (mm-body-encoding): Use it.
10708         (mm-body-encoding): Encode articles with lines longer than 1000
10709         characters.
10710
10711 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10712
10713         * mm-util.el (mm-enable-multibyte): Use
10714         default-enable-multibyte-characters.
10715         (mm-enable-multibyte-mule4): Ditto.
10716         (mm-disable-multibyte): Test XEmacs.
10717         (mm-disable-multibyte-mule4): Ditto.
10718         (mm-with-unibyte-current-buffer): Simplified.
10719         (mm-with-unibyte-current-buffer-mule4): Ditto.
10720
10721 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10722
10723         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10724
10725         * nnheader.el (nnheader-string-as-multibyte): New alias.
10726
10727         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10728
10729         * gnus-uu.el (gnus-message-process-mark): New function.
10730         (gnus-uu-mark-by-regexp): Use it.
10731         (gnus-new-processable): New function.
10732
10733 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10734          Trivial patch.
10735
10736         * gnus-sum.el (gnus-no-mark): New variable.
10737
10738 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10741         backslashes.
10742
10743 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10744
10745         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10746         definition.
10747
10748 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10749
10750         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10751
10752         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10753         XEmacs.
10754
10755 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10756         Trivial patch.
10757
10758         * mml.el (mml-read-tag): Save tag location.
10759
10760 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10761
10762         * starttls.el: Sync with Emacs 21.
10763
10764 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10765
10766         * message.el (message-mail): Support yank-action.
10767
10768         * message.el (message-setup): Revoke the last change.
10769
10770 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10771
10772         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10773         <jvromans@squirrel.nl>.
10774
10775 2000-12-24  Simon Josefsson  <sj@extundo.com>
10776
10777         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10778         mailing list junk at end of part.
10779
10780 2000-12-23  Simon Josefsson  <sj@extundo.com>
10781
10782         * nnimap.el (nnimap-expiry-target): New function.
10783         (nnimap-request-expire-articles): Use it.
10784
10785 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10786
10787         * gnus.el (gnus-group-parameters-more): New variable.
10788         * gnus-cus.el (gnus-group-customize): Use it.
10789
10790         * gnus.el (gnus-define-group-parameter): New macro.
10791         (auto-expire): Use it
10792         (total-expire): Use it.
10793         * gnus-art.el (banner): Use it.
10794
10795         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10796         <ljz@asfast.com>.
10797
10798 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10799
10800         * gnus-topic.el (gnus-topic-create-topic): Use list.
10801
10802         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10803         before binding gnus-default-article-saver.
10804
10805         * gnus-sum.el (gnus-summary-save-article):
10806         (gnus-summary-pipe-output):
10807         (gnus-summary-save-article-mail):
10808         (gnus-summary-save-article-rmail):
10809         (gnus-summary-save-article-file):
10810         (gnus-summary-write-article-file):
10811         (gnus-summary-save-article-body-file): Ditto.
10812
10813         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10814
10815 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * gnus-art.el (gnus-mime-security-button-map):
10818         (gnus-mime-button-map): Add parent.
10819
10820 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10821
10822         * messagexmas.el (message-xmas-redefine): New function.
10823
10824         * message.el: Use it.
10825
10826         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10827
10828         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10829
10830 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10831
10832         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10833         malformatted messages.
10834
10835 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10836
10837         * mm-util.el (mm-image-load-path): New function.
10838
10839         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10840
10841         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10842
10843         * message.el (message-tool-bar-map): Use it.
10844
10845         * Makefile.in (install-el): New rule.
10846
10847 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10848
10849         * gnus-art.el (article-treat-dumbquotes): Quote \.
10850
10851 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10852
10853         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10854         Emacs 20 runs on a terminal.
10855
10856 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10857
10858         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10859
10860         * mml.el (gnus-add-minor-mode): Autoload.
10861
10862         * message.el (message-forward): Save-restriction.
10863
10864 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10865
10866         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10867         Paul Stevenson <p.stevenson@surrey.ac.uk>
10868
10869 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10870
10871         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10872
10873         * mml.el (gnus-ems): Don't require.
10874
10875         * gnus.el (gnus-decode-rfc1522): Removed.
10876         (gnus-set-text-properties): Define.
10877
10878 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10879
10880         * gnus-art.el (gnus-mime-*): handle may be nil.
10881
10882         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10883
10884         * gnus.el (gnus-group-remove-excess-properties): Not defined
10885         in gnus-xmas.
10886
10887 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10888
10889         * message.el (message-mail-user-agent): Add :version.
10890
10891 2000-12-21  Miles Bader  <miles@gnu.org>
10892
10893         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10894
10895 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10896
10897         * message.el (message-mail-user-agent): New variable.
10898         (message-setup): Renamed to message-setup-1. Support
10899         mail-user-agent.
10900         (message-mail-user-agent): New function.
10901         (message-mail): Use it.
10902         (message-reply): Use it.
10903         (message-resend): Use it.
10904         (message-mail-other-window): Use it.
10905         (message-mail-other-frame): Use it.
10906
10907         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10908
10909 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10910
10911         * message.el (message-tool-bar-map): Simplify.
10912         (message-narrow-to-head-1): New function.
10913         (message-narrow-to-head): Use it.
10914         (message-reply): Ditto.
10915         (message-cancel-news): Ditto.
10916         (message-supersede): Ditto.
10917         (message-make-forward-subject): Ditto.
10918         (message-bounce): Ditto.
10919
10920 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10921
10922         * uudecode.el (uudecode-decode-region-external): make-temp-file
10923         may not be defined.
10924
10925         * binhex.el (defalias): eval-and-compile.
10926
10927         * message.el (message-tool-bar-map): New function.
10928         (message-mode): Use it.
10929
10930 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * nntp.el (nntp-find-connection): Remove the entry.
10933         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10934
10935 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10938
10939         * message.el (message-forward): Copy buffer in unibyte mode.
10940
10941 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10942
10943         * message.el (message-make-forward-subject): Don't widen. Decode.
10944         (message-forward): Don't decode subject.
10945
10946 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10947
10948         * qp.el (quoted-printable-encode-region): Upcase QP.
10949
10950 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10951
10952         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10953         mail-extract-a-c instead. Don't depend on Gnus.
10954
10955         * mml.el (gnus-ems): Require it.
10956
10957         * gnus-msg.el (gnus-summary-mail-forward):
10958
10959         * message.el (message-forward):  Move mime-to-mml here.
10960
10961 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10962
10963         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10964         * gnus-art.el (gnus-insert-mime-button): Simplify.
10965         (gnus-mime-display-alternative): Ditto.
10966         (gnus-insert-mime-security-button): Ditto.
10967
10968 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10969
10970         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10971         text-property-not-all doesn't return nil when start=mark(end).
10972         (gnus-remove-text-properties-when): Ditto.
10973
10974 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10975
10976         * gnus-start.el (gnus-group-change-level): Remove group from
10977         gnus-active-hashtb if real killed.
10978
10979 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10980
10981         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10982         (gnus-mime-display-alternative): Ditto.
10983         (gnus-insert-mime-security-button): Ditto.
10984
10985 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10986
10987         * gnus-start.el (gnus-group-change-level): Don't add it into
10988         killed-list if it was killed.
10989
10990 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10991
10992         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10993         (nnmbox-active-file-coding-system): Ditto.
10994
10995         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10996
10997 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10998
10999         * gnus.el (gnus-version):
11000         (gnus-version-number): Set to Oort Gnus 0.01.
11001
11002         * gnus-art.el (gnus-mime-security-button-map):
11003         (gnus-insert-mime-security-button): Fix for Emacs21.
11004
11005 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11006
11007         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11008         easymenu, because XEmacs doesn't understand :help.
11009
11010         * mm-uu.el: Require binhex.
11011
11012 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11013
11014         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11015
11016 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11017
11018         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11019
11020 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11021
11022         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11023
11024 2000-12-18  Dave Love  <fx@gnu.org>
11025
11026         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11027         (unused).
11028
11029 2000-12-13  Miles Bader  <miles@gnu.org>
11030
11031         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11032         to t, so that we don't get stuck while trying to smilefy
11033         intangible text.
11034
11035 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11036
11037         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11038         at the end of the buffer.
11039         (smiley-region): In the loop, move to the end of the submatch
11040         matching the smiley instead of using the end of the match
11041         of the whole regexp.
11042
11043 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11044
11045         * message.el (message-mode): Doc fix.
11046
11047 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11048
11049         * smiley-ems.el (smiley-region): Doc fix.
11050
11051 2000-12-11  Miles Bader  <miles@gnu.org>
11052
11053         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11054         bottom line visible, check to see if it's partially obscured, and
11055         if so, either scroll one more line to make it fully visible, or
11056         revert to showing the second line from the top.
11057
11058 2000-12-07  Dave Love  <fx@gnu.org>
11059
11060         * mailcap.el (mailcap-download-directory)
11061         * gnus-audio.el (gnus-audio-directory)
11062         * smiley-ems.el (smiley-data-directory): Fix :type.
11063
11064 2000-11-30  Dave Love  <fx@gnu.org>
11065
11066         * message.el (message-auto-save-directory): Use
11067         file-name-as-directory.
11068         (message-set-auto-save-file-name): Create
11069         message-auto-save-directory if necessary.
11070         (message-replace-chars-in-string): Removed -- unused.
11071         (message-mail-alias-type): Customize.
11072         (message-headers): Remove duplicate defgroup.
11073
11074 2000-11-29  Dave Love  <fx@gnu.org>
11075
11076         * qp.el (quoted-printable-decode-region): Use error, not message
11077         to report malformed text (like base64).  Amend message.
11078
11079 2000-11-29  Miles Bader  <miles@gnu.org>
11080
11081         * message.el (message-header-lines): Fontify tag.
11082
11083 2000-11-27  Dave Love  <fx@gnu.org>
11084
11085         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11086         compiler warning.
11087
11088 ;2000-11-26  Dave Love  <fx@gnu.org>
11089 ;
11090 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11091 ;
11092 2000-11-23  Dave Love  <fx@gnu.org>
11093
11094         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11095
11096         * mm-uu.el (uudecode): Require.
11097         (uudecode-decode-region, uudecode-decode-region-external): Don't
11098         autoload.
11099         (mm-uu-copy-to-buffer): Doc fix.
11100         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11101         type fix.
11102
11103         * mailcap.el: Doc fixes.
11104         (mailcap-mime-data): Various adjustments.
11105         (mailcap): New group.
11106         (mailcap-download-directory): Customize.
11107         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11108         (mailcap-temporary-directory): Deleted (unused).
11109         (mailcap-unescape-mime-test): Simplify slightly.
11110         (mailcap-viewer-passes-test): Use functionp.
11111         (mailcap-command-p): Aliased to executable-find.
11112
11113         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11114         default-enable-multibyte-characters is nil.
11115
11116 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11117
11118         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11119
11120 2000-11-21  Dave Love  <fx@gnu.org>
11121
11122         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11123         gnus-article-mode-map.
11124 ;       (gnus-mime-button-menu): Use mouse-set-point.
11125         (gnus-insert-mime-button, gnus-mime-display-alternative)
11126         (gnus-mime-display-alternative): Don't use local-map property.
11127
11128 2000-11-17  Dave Love  <fx@gnu.org>
11129
11130         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11131         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11132         and make-temp-file.
11133         (uudecode-decode-region): Doc fix.
11134
11135 2000-11-14  Dave Love  <fx@gnu.org>
11136
11137         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11138         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11139         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11140         New files, derived from the XPMs.
11141
11142 2000-11-10  Dave Love  <fx@gnu.org>
11143
11144         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11145         (gnus-agent-lib-file, gnus-agent-load-alist)
11146         (gnus-agent-save-alist, gnus-agent-article-name): Use
11147         expand-file-name.
11148
11149         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11150         :version.
11151         (nnkiboze-score-file): Defvar when compiling.
11152
11153         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11154
11155         * gnus-art.el (gnus-article-banner-alist)
11156         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11157         (gnus-article-date-lapsed-new-header)
11158         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11159         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11160         (gnus-treat-strip-headers-in-body)
11161         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11162         (gnus-treat-translate): Add :version.
11163         (gnus-article-mime-part-function): Fix defcustom.
11164
11165         * nnmail.el (nnmail-expiry-target)
11166         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11167         (nnmail-split-header-length-limit): Add :version.
11168
11169         * gnus-sum.el (gnus-auto-expirable-marks)
11170         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11171         (gnus-extra-headers, gnus-ignored-from-addresses)
11172         (gnus-newsgroup-ignored-charsets)
11173         (gnus-group-highlight-words-alist)
11174         (gnus-summary-show-article-charset-alist): Add :version.
11175
11176         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11177         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11178         files, converted from the XPMs.
11179
11180         * gnus-cache.el (gnus-cache-active-file): Don't use
11181         file-name-as-directory on directory.
11182         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11183         use file-name-as-directory on directory.
11184
11185         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11186         (date-to-time): Use it.
11187
11188 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11189 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11190 ;       (message-newline-and-reformat): Likewise.
11191         (message-forward-as-mime, message-forward-ignored-headers)
11192         (message-buffer-naming-style, message-default-charset)
11193         (message-dont-reply-to-names, message-send-mail-partially-limit):
11194         Add :version.
11195
11196         * mm-util.el: Doc fixes.
11197         (mm-mime-charset): Don't use the raw result of
11198         mm-preferred-coding-system.
11199         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11200         (mm-with-unibyte): Simplify.
11201
11202         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11203         concat.
11204
11205         * pop3.el (pop3-version): Deleted.
11206         (pop3-make-date): New function, avoiding message-make-date.
11207         (pop3-munge-message-separator): Use it.
11208
11209 2000-11-09  Dave Love  <fx@gnu.org>
11210
11211         * gnus-group.el (gnus-group-make-directory-group)
11212         (gnus-group-fetch-faq): Use expand-file-name.
11213         (gnus-group-fetch-faq): Simplify completing-read form.
11214
11215         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11216         test for Mule.
11217
11218         * message.el (tool-bar-map): Defvar when compiling.
11219
11220         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11221         (gnus-tm-lisp-directory): Deleted.
11222         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11223         (featurep 'xemacs).
11224         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11225         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11226         version numbers from file names.
11227
11228 2000-11-08  Dave Love  <fx@gnu.org>
11229
11230         * mm-view.el: Use featurep for XEmacs test.
11231         (mm-inline-message): Test for `remove-specifier'; don't use
11232         condition-case.
11233
11234         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11235
11236         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11237         (gnus-score-find-bnews): Don't concat "".
11238
11239         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11240         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11241         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11242         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11243
11244         * gnus-sum.el: Put some defvars in eval-when-compile.
11245         (gnus-summary-mode-hook): Add :options.
11246         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11247         (gnus-summary-tool-bar-map): New variable.
11248         (gnus-summary-make-tool-bar): New function.
11249         (gnus-summary-mode): Put kill-all-local-variables first.
11250
11251         * gnus-group.el (gnus-group-toolbar-map): New variable.
11252         (gnus-group-make-tool-bar): Rewritten.
11253         (gnus-group-mode): Put kill-all-local-variables first.
11254
11255         * rfc2047.el: Require gnus-util.
11256
11257         * nnml.el (gnus-sorted-intersection): Autoload.
11258
11259         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11260         Put some defvars in eval-when-compile.
11261         (gnus-intersection, gnus-sorted-complement):  Autoload.
11262
11263         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11264
11265         * mm-encode.el (mm-body-7-or-8): Autoload.
11266
11267         * mm-decode.el (mm-insert-inline): Autoload.
11268
11269         * mml.el:
11270         * message.el: Put some defvars in eval-when-compile.
11271
11272         * gnus-msg.el: Put some defvars in eval-when-compile.
11273         (gnus-msg-mail): Move after gnus-setup-message.
11274
11275         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11276
11277 2000-11-07  Dave Love  <fx@gnu.org>
11278
11279         * gnus-util.el (nnheader): Don't require message (recursive
11280         autoload).
11281
11282         * uudecode.el: Avoid compiler warnings.
11283
11284         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11285         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11286
11287 2000-11-06  Dave Love  <fx@gnu.org>
11288
11289         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11290
11291         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11292         (uudecode-char-int): New alias, replacing char-int.
11293         (uudecode-decode-region): Don't call buffer-disable-undo.
11294
11295 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11296 ;       (mm-uu-configure-list): Doc fix.
11297 ;
11298 ;       * earcon.el (running-xemacs): Don't define.
11299 ;
11300 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11301 ;
11302 ;       * message.el (message-font-lock-keywords): Match a final newline
11303 ;       to help font-lock's multiline support.
11304 ;
11305 2000-11-03  Dave Love  <fx@gnu.org>
11306
11307         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11308
11309         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11310         name.
11311
11312         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11313         <banner>: Fix custom type, doc.
11314
11315         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11316         name.  Don't disable undo explicitly.
11317
11318 ;2000-11-02  Dave Love  <fx@gnu.org>
11319 ;
11320 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11321 ;       cite-prefix.
11322
11323 2000-11-01  Dave Love  <fx@gnu.org>
11324
11325         * rfc2047.el (base64): Require unconditionally.
11326         (message-posting-charset): Defvar when compiling.
11327         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11328         message.
11329
11330         * gnus-sum.el (nnoo): Require.
11331         (mm-uu-dissect): Autoload.
11332
11333         * mml.el (mml-parse-1): Clarify message.
11334         (mml-minibuffer-read-type): Use mailcap-mime-types.
11335
11336 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11337
11338         * mml.el: Fix a typo in the requiring of CL.
11339
11340 2000-11-01  Dave Love  <fx@gnu.org>
11341
11342         * utf7.el: Require cl when compiling.
11343
11344         * binhex.el: Use (featurep 'xemacs).
11345         (binhex-char-int): New alias, replacing char-int.  Change callers.
11346         (binhex-decode-region): Simplify work buffer code.
11347         (binhex-decode-region-external): Use expand-file-name, not concat.
11348
11349 2000-10-30  Dave Love  <fx@gnu.org>
11350
11351         * gnus-art.el: Fix 2000-10-27 change properly.
11352
11353 2000-10-28  Miles Bader  <miles@gnu.org>
11354
11355         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11356
11357 2000-10-27  Dave Love  <fx@gnu.org>
11358
11359         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11360         strings.
11361         (gnus-group-make-tool-bar): New function.
11362         (gnus-group-mode): Use it.
11363
11364         * message.el (message-mode-menu): Add some :help strings.
11365         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11366         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11367
11368         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11369         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11370         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11371
11372         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11373         display-graphic-p here.
11374
11375 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11376
11377         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11378         of the `gnus-xemacs' variable, as the latter has been removed.
11379         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11380         * gnus-art.el (gnus-treat-display-xface)
11381         (gnus-treat-display-smileys, gnus-treat-display-picons)
11382         (gnus-article-read-summary-keys): Likewise.
11383
11384 2000-10-26  Dave Love  <fx@gnu.org>
11385
11386         (defvar): Use rmail-spool-directory unconditionally.
11387
11388 2000-10-18  Dave Love  <fx@gnu.org>
11389
11390         * mm-bodies.el (mm-uu-decode-function)
11391         (mm-uu-binhex-decode-function): Defvar when compiling.
11392
11393         * gnus-nocem.el (gnus-nocem-issuers): Update.
11394         (gnus-nocem-check-from): New option.
11395         (gnus-nocem-scan-groups): Use it.
11396         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11397         (gnus-nocem-check-article-limit): Add :version.
11398
11399 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11400
11401         * ietf-drums.el (mm-util): Require CL when compiling.
11402
11403 2000-10-15  Dave Love  <fx@gnu.org>
11404
11405         * qp.el: Require mm-util.
11406
11407 2000-10-13  Dave Love  <fx@gnu.org>
11408
11409         * qp.el (quoted-printable-decode-region): Avoid invalid
11410         coding-systems.
11411
11412 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11413
11414         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11415         to a recursive load.
11416
11417 2000-10-12  Dave Love  <fx@gnu.org>
11418
11419         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11420
11421         * gnus.el (gnus-group-startup-message): Check for PBM image.
11422
11423 2000-10-09  Dave Love  <fx@gnu.org>
11424
11425         * mail-source.el (mail-source-fetch-imap): Bind
11426         default-enable-multibyte-characters rather than using
11427         mm-disable-multibyte.
11428
11429 2000-10-05  Dave Love  <fx@gnu.org>
11430
11431         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11432         Autoload.
11433         (quoted-printable-decode-region):  Rename arg which confused
11434         charset with coding-system.  Don't use nonascii-insert-offset.
11435         Coding-system encode the region initially.  Don't recognize `=='
11436         as valid QP.  Coding-system decode the region finally.
11437         (quoted-printable-decode-string): Rename arg which confused
11438         charset with coding-system.
11439
11440         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11441         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11442         mm-encode-coding-region.
11443         (mm-decode-body, mm-decode-string): Rename variables which
11444         confused charset with coding-system.
11445         (binhex-decode-region): Don't autoload.
11446         (mm-body-encoding): Require message.
11447         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11448         cond branches.
11449
11450         * gnus-art.el (article-de-quoted-unreadable)
11451         (article-de-base64-unreadable): Fold search case
11452         rather than downcasing string.  Apply mm-charset-to-coding-system
11453         to arg of quoted-printable-decode-region.
11454
11455 2000-10-04  Dave Love  <fx@gnu.org>
11456
11457         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11458         Require ring when compiling.
11459         (gnus-article-compface-xbm): New variable.
11460
11461 2000-10-04  Dave Love  <fx@gnu.org>
11462
11463         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11464         pbm images.
11465
11466         * frown.pbm, smile.pbm, wry.pbm: New files.
11467
11468         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11469
11470 2000-10-03  Dave Love  <fx@gnu.org>
11471
11472         * mail-source.el (mail-sources): Revert to nil.
11473
11474         * nnmail (nnmail-spool-file): Revert to `((file))'.
11475
11476         * qp.el: Don't require mm-util.
11477         (quoted-printable-decode-region): Rewritten.
11478         (quoted-printable-decode-string, quoted-printable-encode-region):
11479         Doc fix.
11480         (quoted-printable-encode-region): Barf on multibyte characters.
11481         Maybe make the class multibyte.  Upcase chars, not formatted
11482         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11483         (quoted-printable-encode-string): Don't use
11484         mm-with-unibyte-buffer.
11485
11486 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11487
11488         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11489
11490 2000-09-21  Dave Love  <fx@gnu.org>
11491
11492         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11493         (for Emacs 20).  Tidy somewhat.
11494
11495 2000-09-21  Dave Love  <fx@gnu.org>
11496
11497         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11498         image processing.  Rationalize logic somewhat.
11499
11500 2000-09-20  Dave Love  <fx@gnu.org>
11501
11502         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11503         specifically.
11504
11505         * gnus.el (gnus-version-number): Avoid some redundant
11506         autoloads.
11507
11508 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11509
11510         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11511         to XBM; we always have PBM support.
11512
11513 2000-09-14  Dave Love  <fx@gnu.org>
11514
11515         * gnus.el (gnus-charset):
11516         * mm-decode.el (mime-display):
11517         * imap.el (imap) <defgroup>: Add :version.
11518
11519 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11520
11521         * parse-time.el: Fix author's mail address.
11522
11523         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11524         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11525         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11526         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11527         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11528         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11529         * rfc2231.el, uudecode.el: Fix copyright notice.
11530
11531         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11532         require `w3' at load-time only if not running in batch mode.
11533
11534 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11535
11536         * gnus.el: Before merge with Emacs21.
11537
11538 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11539
11540         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11541
11542 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11543
11544         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11545         to avoid conflict with the standard `back-to-indentation'
11546         binding.
11547
11548 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11549
11550         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11551
11552         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11553         (mm-disable-multibyte-mule4): Ditto.
11554         (mm-with-unibyte-current-buffer-mule4): Ditto.
11555
11556 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11557
11558         * pop3.el (pop3-movemail): Use binary.
11559         (pop3-movemail-file-coding-system): Removed.
11560
11561 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11564
11565 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11566
11567         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11568         exists.
11569
11570 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11571
11572         * gnus-msg.el (gnus-post-method): Use backend name when the
11573         address is "".
11574
11575 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11576
11577         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11578         mm-verify-option.
11579         (gnus-treat-x-pgp-sig): Default value.
11580         (gnus-ignored-headers): Redundant.
11581
11582 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11583
11584         * gnus-win.el (gnus-configure-frame): Save selected window.
11585
11586 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11587
11588         * nnmbox.el: Require gnus-range.
11589         (nnmbox-group-building-active-articles): New variable.
11590         (nnmbox-group-active-articles): New variable; this is a cache of
11591         all active articles by group and number.
11592         (nnmbox-in-header-p): New function.
11593         (nnmbox-find-article): New function.
11594         (nnmbox-record-active-article): New function.
11595         (nnmbox-record-deleted-article): New function.
11596         (nnmbox-is-article-active-p): New function.
11597         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11598         (nnmbox-request-article): Ditto.  Also supply extra arg to
11599         nnmbox-article-group-number.
11600         (nnmbox-request-expire-articles): Ditto.
11601         (nnmbox-request-move-article): Ditto.
11602         (nnmbox-request-replace-article): Ditto.
11603         (nnmbox-request-rename-group): Rename group entry in active
11604         article cache.
11605         (nnmbox-delete-mail): Update active article cache, unless article
11606         is being replaced.
11607         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11608         than partially duplicating it.
11609         (nnmbox-article-group-number): Add extra `this-line' arg, to
11610         handle articles belonging to multiple groups.
11611         (nnmbox-save-mail): Update active article cache.
11612         (nnmbox-read-mbox): Build active article cache when loading mbox.
11613         Also do some repair work, if we find articles that are missing the
11614         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11615         reconstruct these from Xref info.
11616
11617 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11618
11619         * mail-source.el (mail-source-report-new-mail): Use
11620         nnheader-run-at-time.
11621
11622 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11623
11624         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11625         an error is thrown, and then rethrow the error.
11626         (mail-source-check-pop): Ditto.
11627         (mail-source-start-idle-timer): Prevent multiple pop checks
11628         running if the check takes a long time.
11629
11630 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11631
11632         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11633         succeed.
11634
11635 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11636
11637         * gnus-win.el (gnus-configure-windows): Make sure
11638         nntp-server-buffer is live.
11639         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11640
11641 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11642
11643         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11644
11645 2000-12-04  Andreas Jaeger  <aj@suse.de>
11646
11647         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11648
11649 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11650
11651         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11652
11653 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11654         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11655
11656         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11657
11658 2000-12-01  Simon Josefsson  <sj@extundo.com>
11659
11660         * mml-smime.el (mml-smime-verify): Fix address parsing.
11661
11662 2000-12-01  Simon Josefsson  <sj@extundo.com>
11663
11664         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11665         more than one certificate inside PKCS#7 blob.  Better security
11666         information (clamed / actual sender, openssl output, certificates
11667         inside message).
11668
11669         * smime.el (smime-verify-region): Output to /dev/null.
11670         (smime-buffer-as-string-region): Don't parse empty lines.
11671
11672 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11673
11674         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11675         ?d and ?D.
11676         (gnus-mime-security-show-details-inline): New variable.
11677         (gnus-mime-security-show-details): Use them.
11678         (gnus-insert-mime-security-button): Ditto.
11679
11680         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11681         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11682         (mml2015-gpg-clear-verify): Ditto.
11683         (mml2015-gpg-decrypt-1): Ditto.
11684         (mml2015-use): Prefer 'gpg.
11685
11686 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11687
11688         * gnus-util.el (gnus-add-text-properties-when): New function.
11689         (gnus-remove-text-properties-when): Ditto.
11690
11691         * gnus-cite.el (gnus-article-hide-citation): Use them.
11692         (gnus-article-toggle-cited-text): Use them.
11693
11694         * gnus-art.el (gnus-signature-toggle): Use them.
11695         (gnus-article-show-hidden-text): Ditto.
11696         (gnus-article-hide-text): Ditto.
11697
11698 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11699
11700         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11701
11702 2000-11-30  Simon Josefsson  <sj@extundo.com>
11703
11704         * smime.el (smime-point-at-eol): New alias.
11705         (smime-buffer-as-string-region): Use it.
11706
11707 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11708
11709         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11710
11711 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11712
11713         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11714
11715         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11716
11717         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11718
11719 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11720
11721         * nnmh.el (nnmh-request-expire-articles): Implemented
11722         expiry-target for nnmh backend.
11723
11724 2000-11-30  Simon Josefsson  <sj@extundo.com>
11725
11726         * mm-decode.el (mm-security-from): New variable.
11727         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11728
11729         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11730         than `from'.
11731
11732 2000-11-30  Simon Josefsson  <sj@extundo.com>
11733
11734         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11735         address match sender address.
11736
11737         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11738
11739         * smime.el (smime-verify-region): Don't copy buffer.
11740         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11741         (smime-pkcs7-region): New function.
11742         (smime-pkcs7-certificates-region): Ditto.
11743         (smime-pkcs7-email-region): Ditto.
11744         (smime-buffer-as-string-region): Ditto.
11745
11746         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11747         buffer.
11748
11749 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11750
11751         * smime.el (smime-decrypt-region): Fix keyfile argument.
11752
11753 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11754
11755         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11756
11757 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11758
11759         * message.el (message-shoot-gnksa-feet): New variable.
11760         (message-gnksa-enable-p): New function.
11761         (message-send): Use it.
11762         (message-check-news-body-syntax): Ditto.
11763
11764 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11765
11766         * message.el (message-make-message-id): Remove the redundancy.
11767
11768 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11769
11770         * message.el (message-setup): Discourage using mc-install-*-mode.
11771
11772         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11773
11774 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11775
11776         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11777
11778 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11779
11780         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11781
11782 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11783
11784         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11785
11786 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11789         insert-buffer-substring.
11790
11791         * message.el (message-send-mail): Use buffer-substring-no-properties.
11792         (message-send-news): Ditto.
11793
11794 2000-11-22  David Edmondson  <dme@dme.org>
11795
11796         * imap.el (imap-wait-for-tag): Message read info.
11797
11798 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11799
11800         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11801         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11802         (mml2015-gpg-encrypt): Ditto.
11803
11804 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11805
11806         * mm-decode.el (mm-verify-option): Default value.
11807
11808         * mml-sec.el (mml-secure-part): Error message.
11809
11810 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11811
11812         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11813
11814 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11815
11816         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11817
11818 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11819
11820         * gnus-art.el (gnus-article-describe-key): Use prompt.
11821         (gnus-article-describe-key-briefly): Ditto.
11822
11823 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11824
11825         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11826
11827 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11828
11829         * gnus-art.el (gnus-article-describe-key): New function.
11830         (gnus-article-describe-key-briefly): New function.
11831
11832 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11833
11834         * mm-decode.el (mm-decrypt-option): Doc typo.
11835
11836         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11837         return a number.
11838
11839 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11840
11841         * message.el (message-newline-and-reformat): Typo.
11842
11843 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11844
11845         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11846         original-article-buffer exists.
11847
11848         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11849         (rfc2047-header-encoding-alist): Addresses are different from text.
11850         (rfc2047-encode-message-header): Ditto.
11851         (rfc2047-dissect-region): Extra parameter.
11852         (rfc2047-encode-region): Ditto.
11853         (rfc2047-encode-string): Ditto.
11854
11855 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11856
11857         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11858         (mm-uu-pgp-encrypted-extract): Use it.
11859         (mm-uu-pgp-signed-extract-1): New function.
11860         (mm-uu-pgp-signed-extract): Use it.
11861
11862         * gnus-art.el (gnus-mime-display-security): New function.
11863         (gnus-mime-display-part): Use it.
11864         (gnus-mime-security-verify-or-decrypt): New function.
11865         (gnus-mime-security-press-button): New function.
11866         (gnus-insert-mime-security-button): Use it.
11867
11868         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11869         (mm-find-raw-part-by-type): Ditto.
11870         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11871         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11872         (mm-destroy-parts): Kill nested multibyte buffer.
11873
11874         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11875         (mml2015-gpg-verify): Ditto.
11876
11877 2000-11-18  Simon Josefsson  <sj@extundo.com>
11878
11879         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11880         (mml2015-function-alist): Use it.
11881
11882         * mml-sec.el (mml-sign-alist): Update names.
11883         (mml-encrypt-alist): Ditto.
11884         (mml-secure-part-smime-sign): Moved to mml-smime.el
11885         as `mml-smime-sign-query'.
11886         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11887         `mml-smime-get-file-cert'.
11888         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11889         `mml-smime-get-dns-cert'.
11890         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11891         `mml-smime-encrypt-query'.
11892         (mml-smime-sign-buffer): Use mml-smime-sign.
11893         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11894
11895         * mml-smime.el (mml-smime-sign): New function.
11896         (mml-smime-encrypt):
11897         (mml-smime-sign-query):
11898         (mml-smime-get-file-cert):
11899         (mml-smime-get-dns-cert):
11900         (mml-smime-encrypt-query): Moved from mml-sec.el.
11901
11902 2000-11-16  Simon Josefsson  <sj@extundo.com>
11903
11904         * mml2015.el (mml2015-gpg-clear-verify): New function.
11905         (mml2015-function-alist): Add it.
11906
11907 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11908
11909         * message.el (message-setup-fill-variables): Use
11910         message-cite-prefix-regexp.
11911         (message-newline-and-reformat): Check the end of citation, leading
11912         WSP, break in the cite prefix.
11913         (message-fill-paragraph): New function.
11914
11915 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11916
11917         * lpath.el: Shut up.
11918
11919 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11920
11921         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11922         raw 8-bit in headers in dk.* newsgroups.
11923
11924 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11925
11926         * message.el (message-newline-and-reformat): Match extra WSPs.
11927
11928 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11929
11930         * mml.el (mml-generate-mime-1): Ignore ascii.
11931
11932 2000-11-16 Justin Sheehy  <justin@iago.org>
11933
11934         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11935
11936 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11937
11938         * message.el (message-cite-prefix-regexp): Prefix should not end
11939         at space.
11940
11941 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * message.el (message-mode-syntax-table): Add - as a word
11944         constituent as in articles.
11945         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11946         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11947         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11948
11949 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11950
11951         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11952
11953 2000-11-12  David Edmondson  <dme@dme.org>
11954
11955         * message.el (message-font-lock-keywords): use
11956         message-cite-prefix-regexp.
11957
11958 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11959
11960         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11961         Stein Arild Str\e,Ax\e(Bmme.
11962         (gnus-group-jump-to-group): Use it.
11963         (gnus-group-jump-to-group-prompt): Customize.
11964
11965 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11966
11967         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11968
11969 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11972         incompatible.
11973         (mml2015-mailcrypt-sign): Ditto.
11974
11975 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11976
11977         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11978         group is open.
11979
11980 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11981
11982         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11983         nnvirtual articles.
11984         (gnus-backlog-request-article): Don't request nnvirtual articles.
11985
11986 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11987
11988         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11989         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11990
11991 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11992
11993         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11994         * mml.el (mml-generate-mime-1): Use charset attribute.
11995         * mm-bodies.el (mm-encode-body): Add parameter charset.
11996         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11997
11998 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11999
12000         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12001         (mml2015-mailcrypt-clear-decrypt): Ditto.
12002         (mml2015-mailcrypt-verify): Ditto.
12003         (mml2015-mailcrypt-clear-verify): Ditto.
12004         (mml2015-gpg-verify): Ditto.
12005
12006 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12007
12008         * smime.el (smime-openssl-program): Test the existence of openssl.
12009         * mml-smime.el: Require mm-decode.
12010         (mml-smime-verify-test): New function.
12011         * mm-decode.el (mm-verify-function-alist): Use it.
12012
12013 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12014
12015         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12016         anyway.
12017
12018 2000-11-13  Simon Josefsson  <sj@extundo.com>
12019
12020         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12021         verification doesn't work.
12022
12023 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12024
12025         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12026         (gnus-inews-do-gcc): Use it.
12027
12028 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12029
12030         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12031         leading space.
12032         * mm-extern.el (mm-inline-external-body): Report error when no
12033         access-type.
12034
12035 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12036
12037         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12038
12039 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12040
12041         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12042
12043 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12044
12045         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12046         as multipart/mixed.
12047
12048 2000-11-12  David Edmondson  <dme@dme.org>
12049
12050         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12051         and replace `.' with `\w' to allow for different syntax tables
12052         (from Vladimir Volovich).
12053         * message.el (message-newline-and-reformat): use
12054         `message-cite-prefix-regexp'.
12055         * gnus-cite.el (gnus-supercite-regexp): use
12056         `message-cite-prefix-regexp'.
12057         * gnus-cite.el (gnus-cite-parse): use
12058         `message-cite-prefix-regexp'.
12059
12060 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12061
12062         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12063         PGP SIGNATURE.  Escape leading "-"'s.
12064         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12065
12066 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12067
12068         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12069
12070 2000-11-11  Simon Josefsson  <sj@extundo.com>
12071
12072         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12073
12074         * smime.el (smime-details-buffer): New variable.
12075         (smime-sign-region):
12076         (smime-encrypt-region):
12077         (smime-verify-region):
12078         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12079
12080         * mml-smime.el (mml-smime-verify): Support security info.
12081
12082 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12083
12084         * mm-decode.el (mm-verify-option): Set default to nil.
12085         (mm-decrypt-option): Ditto.
12086         * gnus-art.el (article-verify-x-pgp-sig): New function.
12087
12088 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12089
12090         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12091         preferred part.
12092
12093 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12094
12095         * gnus-sum.el (gnus-move-split-methods): Say that
12096         `gnus-split-methods' uses file names, whereas this uses group
12097         names.  (Report from Nevin Kapur)
12098
12099 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12100
12101         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12102
12103 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12104
12105         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12106         (nnheader-directory-articles): Use it.
12107         (nnheader-article-to-file-alist): Ditto.
12108
12109 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * rfc2047.el (rfc2047-pad-base64): New function.
12112         (rfc2047-decode): Use it.
12113
12114 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12115
12116         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12117         select method.
12118
12119 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12120
12121         * mml2015.el (mml2015-gpg-decrypt-1):
12122         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12123
12124 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12125
12126         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12127
12128 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12129
12130         * pop3.el (pop3-munge-message-separator): A message may have an
12131         empty body.
12132
12133 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12134
12135         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12136         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12137         (mm-uu-pgp-signed-extract): Use coding-system.
12138
12139 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12140
12141         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12142         (gnus-insert-mime-security-button): New function.
12143         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12144         * mml2015.el:  Add security info when verify or decrypt.
12145         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12146         (mm-uu-pgp-encrypted-extract): Ditto.
12147
12148 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12149
12150         * mm-decode.el (mm-display-parts): New function.
12151         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12152
12153 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12154
12155         * gnus-mlspl.el: Documentation tweaks.
12156
12157 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12158
12159         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12160         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12161         argument.
12162
12163 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12164
12165         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12166
12167 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12168
12169         * gnus-art.el (gnus-article-encrypt): New function.
12170         (gnus-article-encrypt-protocol-alist): New variable.
12171         (gnus-article-encrypt-protocol): New variable.
12172         * mml2015.el (mml2015-self-encrypt): New function.
12173         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12174
12175 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12176
12177         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12178         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12179         let mailcap do it.
12180         * mml2015.el: Remove snarf code.
12181         * mm-decode.el: Remove snarf code.
12182
12183 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12184
12185         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12186         (mml-insert-mime): Understand gnus-decoded.
12187         (mime-to-mml): New parameter handles.
12188         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12189         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12190
12191 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12192
12193         * mm-decode.el (mime-security): New group.
12194         (mm-verify-function-alist): Add test function.
12195         (mm-decrypt-function-alist): Ditto.
12196         (mm-snarf-option): Set default value as nil.
12197         (mm-find-part-by-type): Recursive parameter.
12198         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12199         * mml2015.el: Support draft-ietf-openpgp-multsig.
12200
12201 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12202
12203         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12204         (gnus-article-view-part-as-charset): New function.
12205
12206 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12207
12208         * mm-decode.el (mm-verify-option): Default value.
12209         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12210
12211 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12212
12213         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12214
12215 2000-11-05  Simon Josefsson  <sj@extundo.com>
12216
12217         * mml-smime.el (mml-smime-verify): Work in original multipart
12218         buffert.
12219
12220         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12221         (mm-handle-multipart-ctl-parameter): Ditto.
12222         (mm-alist-to-plist): New function.
12223         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12224         for multiparts.
12225         (mm-destroy-parts): Destroy multipart buffert.
12226         (mm-remove-part): Ditto.
12227
12228         * mml-smime.el (mml-smime-sign): Not used.
12229         (mml-smime-encrypt): Ditto.
12230
12231         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12232
12233         Verify S/MIME signature support.
12234
12235         * mm-decode.el (mm-inline-media-tests): Add
12236         application/{x-,}pkcs7-signature.
12237         (mm-inlined-types): Ditto.
12238         (mm-automatic-display): Ditto.
12239         (mm-verify-function-alist): Ditto.  Add name of method.
12240         (mm-decrypt-function-alist): Add name of method.
12241         (mm-find-part-by-type): Add documentation.
12242         (mm-possibly-verify-or-decrypt): Use new format of
12243         mm-{verify,decrypt}-function-alist.  Use method names.
12244
12245         * mml-smime.el (mml-smime-verify): New function.
12246
12247 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12248
12249         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12250
12251 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12252
12253         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12254         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12255         * mm-decode.el (mm-snarf-option): New variable.
12256
12257 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12258
12259         * mm-util.el (mm-subst-char-in-string): New function.
12260         (mm-replace-chars-in-string): Use it.
12261         * message.el (message-replace-chars-in-string): Use it.
12262         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12263         * gnus-mh.el (mh-lib-progs): Shut up.
12264
12265 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12266
12267         * base64.el, md5.el: Moved to contrib directory.
12268
12269 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12270
12271         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12272         the last article when search.
12273
12274 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12275
12276         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12277         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12278
12279 2000-09-29  David Edmondson  <dme@thus.net>
12280
12281         * message.el (message-newline-and-reformat): Typo.
12282
12283 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12284
12285         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12286
12287 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * nntp.el (nntp-decode-text): Delete bogus status lines.
12290
12291 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12292
12293         * message.el (message-font-lock-keywords): Match a final newline
12294         to help font-lock's multiline support.
12295
12296 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12297
12298         * nnoo.el (nnoo-set): New function.
12299
12300 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12301
12302         * gpg.el, gpg-ring.el: Moved to contrib directory.
12303
12304 2000-11-04  Simon Josefsson  <sj@extundo.com>
12305
12306         * nnimap.el (nnimap-split-inbox): Typo.
12307
12308 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12309
12310         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12311
12312 2000-11-03  Simon Josefsson  <sj@extundo.com>
12313
12314         * rfc2231.el (rfc2231-parse-qp-string): New function.
12315         (require): rfc2047.
12316
12317         * mail-parse.el (mail-header-parse-content-type):
12318         (mail-header-parse-content-disposition): Support invalid QP
12319         encoded strings, by using `rfc2231-parse-qp-string'.
12320
12321 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12322
12323         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12324         (rfc2231-decode-encoded-string): Typo "> X 1".
12325         (rfc2231-encode-string): Insert the name of charset.
12326         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12327
12328 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12329
12330         * mm-decode.el (mm-save-part): Return the filename.
12331         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12332         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12333         (gnus-mime-action-alist): Use it.
12334         (gnus-mime-button-commands): Use it.
12335         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12336         (mm-inline-external-body): unwind-protect.
12337
12338 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12339
12340         * gnus-art.el (gnus-insert-mime-button): Show url.
12341
12342 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * mml.el (mml-generate-mime-1): Support external url.
12345         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12346
12347 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12348
12349         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12350         * mm-decode.el (mm-display-external): Ditto.
12351         * mm-extern.el: New file.
12352         * mm-decode.el (mm-inline-media-tests): Hook it up.
12353         (mm-inlined-types): Inline message/external-body.
12354
12355 2000-11-02  Simon Josefsson  <sj@extundo.com>
12356
12357         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12358
12359         * message.el (message-get-reply-headers): Better handling when
12360         Mail-Followup-To is very large.
12361
12362 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12363
12364         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12365         * gnus-art.el (gnus-article-edit-done):
12366         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12367         counting code here.
12368         * gnus-msg.el (gnus-setup-message): Remove a hack.
12369
12370 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12371
12372         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12373         (gnus-summary-mode): Make them local variables.
12374         (gnus-set-global-variables): Globalize them.
12375         (gnus-summary-exit): Kill them.
12376
12377 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12378
12379         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12380         word.
12381
12382 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12383
12384         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12385         gnus-article-wash-types.
12386         * gnus-art.el (gnus-article-wash-status): Use them.
12387
12388 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12389
12390         * mml.el (mml-read-tag): Remove spaces and LF.
12391
12392 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12393
12394         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12395         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12396
12397 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12398
12399         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12400
12401 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12402
12403         * gnus-sum.el (gnus-article-charset): New variable.
12404         (gnus-summary-display-article): Set it.
12405         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12406         * gnus-art.el (gnus-article-mode): Make it local variable.
12407
12408 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12409
12410         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12411
12412 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12413
12414         * nnwfm.el: New file.
12415
12416         * nnweb.el (nnweb-replace-in-string): New function.
12417
12418 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12419
12420         * mml2015.el: Wrap gpg.el.
12421         * gpg.el (gpg-verify): The last argument of apply is a list.
12422         (gpg-encrypt): Add passphrase as a parameter.
12423
12424 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12425
12426         * gpg.el: New file.
12427         * gpg-ring.el: New file.
12428
12429 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12430
12431         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12432
12433 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12436         double-quote characters.
12437         (gnus-summary-prepare-threads): Ditto.
12438
12439 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12440
12441         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12442         * mml.el (mml-read-tag): Don't skip the leading space.
12443         * lpath.el (font-lock-set-defaults): Shut up.
12444
12445 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12446
12447         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12448
12449 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12450
12451         * qp.el (quoted-printable-encode-region): Replace leading - when
12452         ultra safe.
12453         * mml.el (mml-generate-mime-postprocess-function): Removed.
12454         (mml-postprocess-alist): Removed.
12455         (mml-generate-mime-1): Use ultra-safe when sign.
12456         * mml2015.el (mml2015-fix-micalg): Uppercase.
12457         (mml2015-verify): Insert LF.
12458         (mml2015-mailcrypt-sign): Downcase; search backward.
12459
12460 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12461
12462         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12463         restrictive.
12464         (nnultimate-table-regexp): New variable.
12465         (nnultimate-forum-table-p): Use it.
12466
12467 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12468         Trivial patch.
12469
12470         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12471
12472 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12473
12474         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12475         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12476
12477 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12478
12479         * mml2015.el: Shut up.
12480
12481 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12482
12483         * gnus.el (gnus-server-browse-hashtb): Removed.
12484         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12485         (gnus-group-insert-group-line-info): Use simplified method.
12486         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12487
12488 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12489
12490         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12491         moved here.
12492         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12493         * gnus-group.el (gnus-group-prepare-flat): Use it.
12494         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12495
12496 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12497
12498         * mml.el (mml-mode): Show menu in XEmacs.
12499
12500 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12501
12502         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12503         (gnus-server-read-server-in-server-buffer): New function.
12504         (gnus-browse-foreign-server): Browse in group buffer.
12505         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12506         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12507         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12508         * gnus.el (gnus-server-browse-hashtb): New variable.
12509
12510 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511
12512         * nnfolder.el (nnfolder-open-nov): Use group.
12513
12514 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12515
12516         * nnfolder.el: Add NOV. Set version to 2.0.
12517         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12518
12519 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12520
12521         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12522
12523 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12524
12525         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12526         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12527
12528 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12529
12530         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12531
12532 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12533
12534         * mm-decode.el (mm-verify-function-alist): New variable.
12535         (mm-verify-option): New variable.
12536         (mm-decrypt-function-alist): Ditto.
12537         (mm-decrypt-option): Ditto.
12538         (mm-find-raw-part-by-type): New function.
12539         (mm-possibly-verify-or-decrypt): New function.
12540         (mm-dissect-multipart): Use it.
12541         * mml2015.el (mml2015-fix-micalg): New function.
12542         (mml2015-decrypt): Use new interface.
12543         (mml2015-verify):  Use new interface.
12544         (mml2015-setup): Make it bogus.
12545
12546 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12547
12548         * mml.el (mml-generate-mime-postprocess-function): Set to
12549         mml-postprocess.
12550         (autoload): Autoload mml2015 and mml-smime.
12551         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12552         * mml2015.el (mml2015-encrypt): New function.
12553         (mml2015-sign): New function.
12554         (mml2015-encrypt-function): New variable.
12555         (mml2015-sign-function): New variable.
12556         (mml2015-mailcrypt-encrypt): Use message-recipients.
12557         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12558         * mml-smime.el (mml-smime-setup): Ditto.
12559
12560 2000-10-28  Simon Josefsson  <sj@extundo.com>
12561
12562         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12563         Communigate Pro 3.3.1 server.
12564
12565         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12566         in buffers.
12567         (mml-secure-dns-server): Removed.
12568         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12569         write certificates to files.
12570
12571         * smime.el (smime-dns-server): New variable.
12572         (smime-mail-to-domain):
12573         (smime-cert-by-dns): New functions.
12574
12575         * dig.el: New file.
12576
12577 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12578
12579         * message.el (message-options): New variable.
12580         (message-options-set-recipient): New function.
12581         (message-send): Use them.
12582         * gnus-int.el (gnus-request-replace-article): Use them.
12583         (gnus-request-accept-article): Ditto.
12584         * mml.el (mml-preview): Use them.
12585         * gnus-sum.el (gnus-summary-edit-article): Use them.
12586
12587         * message.el (message-options-get): New function.
12588         (message-options-get): New function.
12589         * rfc2047.el (rfc2047-encode-message-header): Use them.
12590         * mm-bodies.el (mm-encode-body): Use them.
12591
12592 2000-10-28  Simon Josefsson  <sj@extundo.com>
12593
12594         * nnimap.el (nnimap-retrieve-which-headers):
12595         (nnimap-request-article-part): Quote message-id.
12596
12597         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12598         (smime-CA-file): New variable.
12599         (smime-call-openssl-region): Don't error.
12600         (smime-sign-region): Return result value.
12601         (smime-encrypt-region): Ditto.
12602         (smime-verify-region): New function.
12603         (smime-decrypt-region): Ditto.
12604         (smime-verify-buffer): Ditto.
12605         (smime-decrypt-buffer): Ditto.
12606
12607         * mml.el: Require mml-sec.
12608         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12609         (mml-mode-map): Add "sign" and "encrypt" maps.
12610         (mml-menu): Add security menu.
12611         (mml-preview): Use generate-new-buffer.
12612
12613         * mml-sec.el: New file.
12614
12615 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12616
12617         * mm-decode.el (mm-find-part-by-type): Move it here.
12618         * mml.el (mml-postprocess): Move it here.
12619         (mml-postprocess-alist): Move it here. Merge them.
12620
12621 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12622
12623         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12624         unencoded stuff in the header.
12625
12626 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12627
12628         * gnus-group.el (gnus-group-listed-groups): New variable.
12629         (gnus-group-list-option): New variable.
12630         (gnus-group-list-limit-map): New keymap.
12631         (gnus-group-list-flush-map): New keymap.
12632         (gnus-group-list-plus-map): New keymap.
12633         (gnus-group-prepare-logic): New function.
12634         (gnus-group-prepare-flat): Merge with
12635         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12636         (gnus-group-prepare-flat-list-dead): Ditto.
12637         (gnus-group-list-matching): Use gnus-group-prepare-function.
12638         (gnus-group-list-dormant): Ditto.
12639         (gnus-group-list-cached): Ditto.
12640         (gnus-group-listed-groups): New function.
12641         (gnus-group-list-limit): New function.
12642         (gnus-group-list-flush): New function.
12643         (gnus-group-list-plus): New function.
12644         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12645         (gnus-topic-prepare-topic): Ditto.
12646
12647 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12648
12649         * message.el (message-insert-to, message-get-reply-headers):
12650         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12651
12652 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12653
12654         * mml2015.el: New file.
12655         * smime.el: New file.
12656         * mml-smime.el: New file.
12657
12658 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12659
12660         * ChangeLog: Moved to ChangeLog.1.
12661
12662     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12663   Copying and distribution of this file, with or without modification,
12664   are permitted provided the copyright notice and this notice are preserved.
12665
12666 ;; Local Variables:
12667 ;; coding: iso-2022-7bit
12668 ;; End: