Import Oort Gnus v0.09.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2
3         * gnus.el: Oort Gnus v0.08 is released.
4
5 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
6
7         * mm-util.el: Add mm-string-make-unibyte.
8
9         * gnus-group.el (gnus-group-jump-to-group): Make it work for
10         UTF-8 groups.
11
12 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * gnus.el (gnus-variable-list): Write gnus-format-specs last. 
15
16         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
17
18 2003-01-04  Kevin Ryde  <user42@zip.com.au>
19
20         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
21         function. 
22
23 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p. 
26         (gnus-summary-read-group-1): Update group line.
27         (gnus-summary-exit-no-update): Update group on exit.
28
29         * gnus-group.el (gnus-group-line-format): Add %*.
30         (gnus-group-line-format-alist): Ditto.
31         (gnus-group-insert-group-line): Set it.
32         (gnus-group-is-exiting-p): New variable.
33         (gnus-group-insert-group-line): Use it.
34
35 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
36
37         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
38         enable BBDB ham processing
39         (spam-blacklist-register-routine): enable blacklist spam processing
40         (spam-whitelist-register-routine): enable whitelist ham processing
41         (spam-fetch-field-from-fast): fast fetching of the "from" field
42         from (gnus-data-list)
43         (spam-summary-prepare-exit): works completely now
44         (spam-use-blacklist): oops, should be nil by default
45         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
46         split processing now; before it was for summary exit as
47         well but that's done with the spam-contents and spam-process
48         parameters now
49
50 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
51
52         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
53         characters.
54
55 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
58         (spam-group-processor-p, spam-group-processor-bogofilter-p) 
59         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p) 
60         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p) 
61         (spam-mark-spam-as-expired-and-move-routine) 
62         (spam-generic-register-routine, spam-BBDB-register-routine) 
63         (spam-ifile-register-routine, spam-blacklist-register-routine) 
64         (spam-whitelist-register-routine): new functions
65         (spam-summary-prepare-exit): added summary exit processing (expire
66         or move) of spam-marked articles for spam groups; added slots for
67         all the spam-*-register-routine functions
68
69 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
70
71         * pop3.el (pop3-retr): Wait 500 msecs.
72         (pop3-read-response): Ditto.
73
74         * gnus-msg.el (gnus-setup-message): Get the evaliation order
75         right. 
76         (gnus-inews-make-draft): New function.
77         (gnus-setup-message): Use it.
78
79         * message.el (message-required-headers): Add From.
80
81 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
82         Trivial patch from Norbert Koch <nk@viteno.net>.
83
84         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
85
86 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
87
88         * message.el (message-generate-headers): Let header formatters do
89         their work.
90
91 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
92
93         * deuglify.el (gnus-article-outlook-deuglify-article):
94         Rehighlight, reapply treatments and call
95         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
96         (gnus-outlook-repair-attribution-block): Recognize cited
97         attributions.  Suggested by Niklas Morberg.
98
99 2003-01-02  Pete Kazmier  <pete@kazmier.com>
100
101         * gnus-art.el (gnus-treat-predicate): Check condition first.
102
103 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
104
105         * lpath.el: Add url-http-file-exists-p.
106
107         * gnus-group.el (gnus-group-fetch-charter): Use
108         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
109
110 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
111
112         * message.el (message-draft-headers): Also generate From to get a
113         nicer draft buffer summary.
114
115         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
116         parameter.
117
118         * gnus-art.el (article-wash-html): Clean up.
119         (article-wash-html): Typo fix.
120
121         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
122         (gnus-summary-mail-forward): To many lists of lists.
123
124         * gnus-art.el (article-wash-html): Clean up.
125
126 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
127
128         * gnus-art.el (gnus-treat-wash-html): New variable.
129
130 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
131
132         * message.el (message-check-news-header-syntax): Allow posting.
133         (message-check-news-header-syntax): Fix logic for sure, this
134         time.
135
136 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
137
138         * message.el (message-check-news-header-syntax): Check syntax of
139         continuation headers.
140
141 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
142
143         * gnus-art.el (gnus-button-url-regexp,
144         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
145         (gnus-header-button-alist): Regexps are case insensitive here.
146
147 2003-01-02  Simon Josefsson  <jas@extundo.com>
148
149         * dig.el (query-dig): Doc fix.
150
151 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
152
153         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
154         summary buffer line, not just the download mark.
155
156 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
157
158         * gnus-sum.el (gnus-summary-goto-subjects): New function.
159         (gnus-summary-insert-dormant-articles): New command and
160         keystroke.
161
162         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
163         function for mass insertion of subjects.
164
165         * nndraft.el (nndraft-generate-headers): Don't move point.
166
167         * gnus.el (nnheader): Require nnheader.
168
169         * nndraft.el (nndraft-request-associate-buffer): Use
170         make-local-variable.
171
172 2003-01-02  Michael Shields  <shields@msrl.com>
173
174         * nndraft.el (nndraft-request-associate-buffer): Make
175         write-contents-hooks buffer-local before setting it.
176
177 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus.el (gnus-group-parameter-value): Take an extra param.
180         (gnus-group-fast-parameter): Let group param results be nil.
181
182         * gnus-art.el (gnus-article-forward-header): New function.
183         (article-date-ut): Use it to remove continuation date headers.
184
185         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
186         read-event.
187         (gnus-summary-remove-bookmark): Clean up.
188         (gnus-summary-set-bookmark): Clean up.
189
190         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
191
192         * gnus.el (gnus-group-startup-message): Bind data-directory to
193         the Gnus etc directory.
194
195 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
196
197         * spam.el (spam-summary-prepare-exit): added slots for spam- and
198         ham-processing of articles; use the new
199         spam-group-(spam|ham)-contents-p functions
200         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
201         convenience functions
202         (spam-mark-junk-as-spam-routine): use the new
203         spam-group-spam-contents-p function
204
205         * gnus.el (spam-process, spam-contents, spam-process-destination):
206         added new parameters with corresponding global variables
207         (gnus-group-spam-exit-processor-ifile,
208         gnus-group-spam-exit-processor-bogofilter,
209         gnus-group-spam-exit-processor-blacklist,
210         gnus-group-spam-exit-processor-whitelist,
211         gnus-group-spam-exit-processor-BBDB,
212         gnus-group-spam-classification-spam,
213         gnus-group-spam-classification-ham): added new symbols for the
214         spam-process and spam-contents parameters
215
216         * spam.el (spam-ham-marks, spam-spam-marks): changed list
217         customization and list itself to store mark symbol rather than
218         mark character.
219         (spam-bogofilter-register-routine): added logic to generate mark
220         values list from spam-ham-marks and spam-spam-marks, so (member)
221         would work.
222
223 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * message.el (message-cross-post-followup-to): Fix comment.
226
227 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
228
229         * spam.el (spam-ham-marks, spam-spam-marks): changed list
230         customization and list itself to store mark symbol rather than
231         mark character.
232         (spam-bogofilter-register-routine): added logic to generate mark
233         values list from spam-ham-marks and spam-spam-marks, so (member)
234         would work.
235
236 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
237
238         * message.el (message-signature-insert-empty-line): New variable.
239
240 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
241
242         * message.el: Renamed functions and variables: "xpost" ->
243         "cross-post", "-fup2" -> "-followup-to".
244         (message-cross-post-old-target, message-cross-post-default,
245         message-cross-post-note, message-followup-to-note,
246         message-cross-post-note-function): New variables names.
247         (message-xpost-old-target, message-xpost-default,
248         message-xpost-note, message-fup2-note,
249         message-xpost-note-function): Removed variable names.
250         (message-cross-post-followup-to-header,
251         message-cross-post-insert-note, message-cross-post-followup-to):
252         New function names.
253         (message-xpost-fup2-header, message-xpost-insert-note,
254         message-xpost-fup2): Removed function names.
255
256 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
257
258         * message.el (message-send-mail): Added message-cleanup-headers to
259         prevent newlines in headers.
260
261 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * dns.el (dns-make-network-process): Comment.
264
265         * gnus-sum.el (gnus-summary-display-while-building): Default to
266         nil.
267
268 2003-01-01  Wes Hardaker  <wes@hardakers.net>
269
270         * gnus-sum.el (gnus-summary-display-while-building): New
271         variable.
272
273 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
274
275         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
276         before rearranging the article.
277
278 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * nndraft.el (nndraft-generate-headers): New function.
281         (nndraft-request-associate-buffer): Use it to write headers on
282         buffer save.
283
284         * message.el (message-generate-headers): Let the function be a
285         lambda form.
286         (message-draft-headers): New variable.
287
288         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
289         function.
290         (gnus-setup-message): Use it.
291
292         * message.el (message-generate-headers-first): Doc fix.
293         (message-setup-1): Use new function for getting which headers to
294         generate.
295         (message-headers-to-generate): New function.
296
297 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
298
299         * gnus-agent.el (gnus-agent-save-alist): Make directory.
300
301 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
302
303         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
304         mention negatives.
305
306 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
307
308         * deuglify.el (gnus-outlook-rearrange-article): Use
309         `transpose-regions' instead of tempering the kill-ring.
310         (gnus-article-outlook-deuglify-article): Rehighlight article
311         instead of a complete redisplay.
312
313 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
314
315         * spam.el: most defvars are defcustoms now
316
317         patches from Michael Shields  <shields@msrl.com>
318
319         * spam.el (spam-bogofilter-articles): Select the article
320         body using gnus-summary-show-article t instead of
321         gnus-summary-select-article; this presents the raw text
322         without running any hooks.
323
324         * spam.el (spam-bogofilter-articles): Use message-remove-header
325         to remove headers; the old way incorrectly removed just the first
326         line of folded headers.
327
328 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
331
332 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus-start.el (gnus-load): New function.
335         (gnus-read-newsrc-el-file): Use it.
336
337 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
338
339         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
340         (gnus-button-handle-apropos-documentation): New function.
341         (gnus-button-handle-ctan): New function.
342         (gnus-button-alist): Use them.  Improve some regexps.
343         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
344
345 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
346
347         * message.el (message-subscribed-p): New function.
348         (message-send-mail): Use it.
349         * mml.el (mml-preview-insert-mft): New function.
350         (mml-preview): Use it.
351
352 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
355         when sorting by date.
356
357         * gnus-art.el (gnus-article-edit-mode): New variable.
358         (gnus-article-setup-buffer): Warn user about discarding edits.
359
360         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
361         (gnus-summary-pipe-output): Take a symbolic prefix to save all
362         headers.
363
364         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
365
366 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
367
368         * message.el (message-completion-alist): Added "Mail-Followup-To"
369         and "Mail-Copies-To".
370
371 2002-07-21  Jesper harder  <harder@ifa.au.dk>
372
373         * gnus-group.el: Add key bindings for
374         gnus-group-sort-groups-by-real-name and
375         gnus-group-sort-selected-groups-by-real-name.
376
377 2002-07-21  Jesper harder  <harder@ifa.au.dk>
378
379         * gnus.texi (Sorting Groups): Add key bindings for
380         gnus-group-sort-groups-by-real-name and
381         gnus-group-sort-selected-groups-by-real-name.
382
383 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
384
385         * spam.el (spam-use-dig): new variable for blackhole checking
386         through dig.el
387         (spam-check-blackholes): added dig.el checking functionality and
388         more verbose reporting; query-dig is autoloaded from dig.el
389         (spam-use-blackholes): disabled by default
390         (spam-blackhole-servers): removed rbl.maps.vix.com from the
391         blackhole servers list
392
393 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * message.el (message-required-headers): New variable.
396
397 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
398
399         * dig.el (query-dig): new function
400
401 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
402
403         * flow-fill.el (fill-flowed): Don't infloop on too long fill
404         prefixes.
405
406         * dns.el (query-dns): Protect against errors.
407
408         * gnus-msg.el (gnus-article-yanked-articles): New variable.
409         (gnus-inews-add-send-actions): Mark all answered messages as
410         answered.
411
412 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
413
414         * nnmail.el (nnmail-split-it): Added tracing to
415         `:' split rule
416
417 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
418
419         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
420         and "%s" so we don't overquote them.
421
422 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
423
424         * (mm-display-external): Display the actual command that has been
425         executed in the echo area.
426
427 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428
429         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
430
431         * message.el (message-with-reply-buffer): New macro.
432         (message-fetch-reply-field): Use it.
433         (message-insert-wide-reply): New command and keystroke.
434         (message-carefully-insert-headers): New function.
435         (message-insert-to): Use new function.
436
437         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
438         (gnus-topic-goto-missing-group): Use it.
439
440         * message.el (message-required-news-headers): Removed Lines.
441         (message-reply): Don't insert References first.
442         (message-followup): Ditto.
443         (message-make-references): New function.
444         (message-followup): Set message-reply-headers before generating
445         the buffer stuff.
446
447 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
448
449         * mml.el (mml-generate-mime-1): Reverse the order of
450         encoding/flowing.
451
452 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
455         after moving them.
456
457         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
458         fit with newer standard format.
459         (gnus-summary-make-false-root-always): New variable.
460         (gnus-gather-threads-by-subject): Use it.
461
462         * message.el (message-get-reply-headers): Take an address list
463         optional argument.
464
465 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466
467         * gnus.el (gnus-keep-backlog): Change default to 20.
468
469         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
470         start.
471         (gnus-agent-check-overview-buffer): Remove negative article
472         numbers.
473
474         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
475         (nnmail-cache-ignore-groups): Doc fix.
476
477         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
478         (nnimap-debug-buffer): New variable.
479         (nnimap-debug): Use it.
480
481 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
482
483         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
484
485 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
486
487         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
488         they aren't already sorted.
489
490 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
491
492         * message.el (message-mode-menu): Add ellipses to menu items
493         expecting user interaction.
494         (message-mode-field-menu): do.
495
496 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
497
498         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
499         it isn't used any more.
500
501 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
502
503         * binhex.el (binhex-decoder-program): Fix docstring.
504
505 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
506
507         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
508         special chars if the mailcap file uses single quotes around %s.
509         From Laurent Martelli <laurent@bearteam.org>.
510
511 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
512
513         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
514         return the info object.
515
516 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
517
518         * gnus-int.el (gnus-request-update-info): Artificially add
519         (1 . (1- min)) to the read range, in case the backend doesn't
520         store marks for nonexistent articles.
521
522 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
523
524         * binhex.el (binhex-insert-char): Eval-and-compile.
525
526 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
527
528         * lpath.el: Add tool-bar-local-item-from-menu.
529
530         * message.el (message-tool-bar-local-item-from-menu): New function.
531         (message-tool-bar-map): Use it.
532
533 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
534
535         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
536
537         * gnus-art.el (gnus-article-header-rank): Last header in
538         gnus-sorted-header-list should have higher rank than non-members.
539
540 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
541
542         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
543         covered methods.
544
545 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
546
547         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
548         eval-when-compile.  Suggested by Kevin Greiner.
549
550 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
551
552         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
553         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
554         even though no headers may have been fetched
555         (gnus-agent-fetch-group-1, and perhaps others, require this
556         behavior).
557         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
558         server buffer is constrained by gnus-agent-max-fetch-size.
559         Multiple chunks in the same group may perform arbitrarily large
560         updates.
561
562 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
563
564         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
565         gnus-summary-update-download-mark to update the article in the
566         summary.
567
568 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
569
570         * gnus.el (gnus-summary-high-uncached-face,
571         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
572         New faces.
573
574         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
575         added this on 2002-11-23 but it just wasn't working out as
576         intended.  The idea isn't entirely dead, three new faces
577         gnus-summary-*-uncached-face are being added to gnus.el to provide
578         the basis for an improved implementation.
579         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
580         proper file to open is lib/servers.
581         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
582         (i.e. removing the article from gnus-newsgroup-downloadable) will
583         now restore the article's default mark rather than simply setting
584         no mark.
585         (gnus-agent-get-undownloaded-list): Corrected documentation.
586         Added code to set new summary local variable,
587         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
588         a temporary list.  No longer sets gnus-newsgroup-downloadable.
589         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
590         up to date.  Call new gnus-summary-update-download-mark to keep
591         summary buffer up-to-date.
592         (gnus-agent-fetch-selected-article): Keep
593         gnus-newsgroup-undownloaded up to date.
594         (gnus-agent-fetch-articles): Return list of articles that were
595         successfully fetched.
596         (gnus-agent-check-overview-buffer): No more thingatpt.
597         (gnus-agent-expire): No longer deletes NOV entries of unread
598         articles.
599         (gnus-agent-unread-articles): New function.
600         (gnus-agent-regenerate-group): The article number must be
601         terminated by a tab character.  Added more messages to report
602         repairs.  Inhibit quits while writing changes so it is now safe
603         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
604         downloaded to 1) resolve the unbound references and 2) avoid
605         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
606
607         * gnus-art.el (gnus-article-prepare): The agent
608         downloaded/undownloaded mark is no longer stored as the article's
609         mark.
610
611         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
612         gnus-summary-highlight may use it.  Added downloaded as
613         gnus-summary-highlight was using it.
614
615         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
616         the download mark now follows Kai's +/- convention.
617         (gnus-downloaded-mark): Added ?+ mark.
618         (gnus-summary-highlight): Added rules to select
619         gnus-summary-high-uncached-face,
620         gnus-summary-normal-uncached-face, and
621         gnus-summary-low-uncached-face.  Removed the
622         gnus-agent-downloaded-article-face.
623         (gnus-summary-line-format-alist): Implemented the download flag
624         format (?O) as named in the manual.  This implementation displays
625         either gnus-undownloaded-mark, gnus-downloaded-mark, or
626         gnus-no-mark.
627         (gnus-newsgroup-agentized): New local variable that identifies
628         which groups are agentized.  While the agent is now on by default,
629         you don't have to agentize every server that you use.
630         (gnus-update-summary-mark-positions): Completed support for the
631         download type of mark.
632         (gnus-summary-insert-line): Added undownloaded to the parameters.
633         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
634         reference by the gnus-summary-line-format-spec.
635
636         * nntp.el (nntp-with-open-group): This macro handles dropped or
637         broken connections by opening a new connection and repeating the
638         failed command.
639         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
640         XOVER commands preceeding the active articles with the nov entry
641         of the first available article.  When gnus connected to such a
642         server, the unexpected nov entry would result in duplicate lines
643         in the agent's overview file.  This patch fixes the duplicate
644         lines problem and improves performance by skipping over all
645         articles IDs that preceed the first nov entry in the server's
646         reply.
647
648 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
649
650         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
651         (gnus-summary-highlight): Use it instead of `downloaded'.
652         (gnus-summary-highlight-line): Ditto.
653
654         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
655
656 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
659
660         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
661         calls.
662
663         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
664         downloaded variable if we're in an uncovered group.
665
666         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
667         font to soemthing less noticeable.
668         (gnus-agent-group-covered-p): New function.
669
670 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
671
672         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
673         Because of an unknown bug, the group buffer is saved in .overview
674         file.
675
676 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
677
678         * nntp.el (nntp-send-command): Braino in last commit.  Replace
679         `and' with `or'.
680
681 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
682
683         * nntp.el (nntp-send-command): Assume that echo does not happen
684         when nntp-open-connection-function is nntp-open-network-stream.
685         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
686
687 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
688
689         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
690
691 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
692
693         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
694         nntp-server-buffer if we aren't going to write to it.
695
696 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
697         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
698
699         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
700
701 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * rfc2047.el (rfc2047-decode-region): Remove newlines between
704         decoded words.
705
706 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
707
708         * gnus.el (fboundp): After loading mm-util, make sure it was the
709         right one.
710
711 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
712
713         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
714         gnus-sum.  Made into a user option.
715
716         * gnus-sum.el (gnus-simplify-ignored-prefixes)
717         (gnus-summary-mark-article-as-unread)
718
719 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
720
721         * time-date.el (date-to-time): Typo.
722
723         * parse-time.el: Typo.
724
725         * nnsoup.el (nnsoup-retrieve-headers): Typo.
726
727         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
728
729         * nnimap.el:
730         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
731
732         * mm-encode.el (mm-safer-encoding): Typo.
733
734         * messcompat.el: Typo.
735
736         * message.el (message-face-alist): Typo.
737
738         * imap.el (imap-interactive-login, imap-open): Typos.
739
740         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
741
742         * gnus.el: Typo.
743
744         * gnus-win.el (gnus-configure-frame): Typo.
745
746         * gnus-util.el (gnus-atomic-progn-assign): Typo.
747
748         * gnus-topic.el (gnus-topic-sort-topics): Typo.
749
750         * gnus-sum.el (gnus-summary-article-number)
751         (gnus-summary-read-group-1, gnus-summary-mark-article)
752         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
753
754         * gnus-mule.el (gnus-mule-add-group): Typo.
755
756         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
757
758         * gnus-group.el (gnus-group-fetch-faq): Typo.
759
760         * gnus-art.el (gnus-decode-header-methods): Typo.
761
762         * flow-fill.el: Typo.
763
764 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
765
766         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
767
768 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
769
770         * gnus-sum.el (gnus-simplify-ignored-prefixes)
771         (gnus-summary-mark-article-as-unread)
772         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
773         Reformatting to avoid long lines.
774         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
775
776 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
777
778         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
779         be accessed through `mail-header-number'.
780
781 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
782
783         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
784         compressed range to gnus-summary-insert-articles.
785
786 2002-11-26  Kevin Ryde <user42@zip.com.au>
787
788         * gnus-art.el (gnus-mime-copy-part): Look for filename
789         parameter under content-disposition, not content-type.
790
791         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
792         (gnus-summary-reselect-current-group): Use it.
793
794 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
795
796         * gnus-agent.el (gnus-agent-uncached-articles): if
797         gnus-agent-load-alist fails, return ARTICLES.
798
799         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
800
801 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
802
803         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
804         superfluous function call.
805         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
806         Add warning to docstring.
807
808 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * gnus-agent.el: Autoload number-at-point instead.
811         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
812
813 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
814
815         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
816         require thingatpt (for number-at-point) and protect against
817         deactivate-mark being unbound (on XEmacs).
818
819 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
820
821         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
822         print message on entry.
823
824         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
825
826         * gnus-range.el (gnus-range-difference): New function.
827         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
828
829 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
830
831         * gnus-sum.el (gnus-summary-insert-old-articles): Use
832         gnus-remove-from-range instead of gnus-range-difference which
833         doesn't exist.
834
835 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
836         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
837
838         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
839         used for showing which articles have been downloaded.
840         (gnus-agent-article-alist): Format change.  Add documentation.
841         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
842         process-marked articles.
843         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
844         in the series are individually fetched to minimize lose of
845         content due to an error/quit.
846         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
847         gnus-message instead of message.
848         (gnus-agent-read-servers): Use file lib/methods instead of
849         lib/servers.  TODO: Why?
850         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
851         (gnus-agent-get-undownloaded-list): Remove articles that appear to
852         come from the agent.  This means that they are not downloaded.
853         (gnus-agent-fetch-selected-article): Don't use history.
854         (gnus-agent-save-history, gnus-agent-enter-history)
855         (gnus-agent-article-in-history-p, gnus-agent-history-path):
856         Removed function; history is not used anymore.
857         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
858         (gnus-agent-crosspost): Started rewrite then realized that a typo
859         in gnus-agent-fetch-articles ensures that this function is never
860         called.  This will need to be fixed later.
861         (gnus-agent-check-overview-buffer): Some sanity checks on the
862         agent overview buffer.  This is a safety net used during
863         development.
864         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
865         changed, write a number to the file indicating this.
866         (gnus-agent-fetch-headers): Rewrite to respect
867         gnus-agent-consider-all-articles without relying on the
868         `.fetched' files.  Make it fast.
869         (gnus-agent-braid-nov): Change resulting from
870         gnus-agent-fetch-headers change.
871         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
872         `.fetched' files.
873         (gnus-agent-read-agentview): New function, used by
874         gnus-agent-load-alist.
875         (gnus-agent-load-fetched-headers): Remove.
876         (gnus-agent-save-alist): Rewrite to accomodate new format.
877         (gnus-agent-fetch-group-1): Make sure list of articles is in the
878         same order as in gnus-newsgroup-headers.
879         (gnus-agent-expire): Document and implement extra args ARTICLES,
880         GROUP, FORCE.  Do not restrict usage.
881         (gnus-agent-uncached-articles): New function.
882         (gnus-agent-retrieve-headers): Use it.
883         (gnus-agent-regenerate-group): No longer needs to be called from
884         gnus-agent-regenerate.  Individual groups may be regenerated. The
885         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
886         The article fetch dates are validated in the article alist.  The
887         article alist is pruned of entries that do not reference existing
888         NOV entries.  All changes are computed then applied with
889         inhibit-quit bound to t.  As a result, it is now safe to quit out of
890         regeneration.  The optional clean parameter has been replaced with
891         an optional reread parameter.  Clean is no longer necessary as
892         regeneration gets the appropriate setting from
893         gnus-agent-consider-all-articles.  The new reread parameter will
894         result in fetched, or all, articles being marked as unread.
895         (gnus-agent-regenerate): Removed code to regenerate the history
896         file as it is no longer used.
897
898         * gnus-start.el (gnus-make-ascending-articles-unread): New
899         function, for efficient mass-marking.
900
901         * gnus-sum.el (gnus-summary-highlight): Use new face for
902         downloaded articles.
903         (gnus-article-mark): Prefer to indicate read/unread status over
904         downloaded status.
905         (gnus-summary-highlight-line-0): New function, maybe rehighlights
906         line.
907         (gnus-summary-highlight-line): Use new face for downloaded
908         articles.
909         (gnus-summary-insert-old-articles): Improved performance by
910         replacing the initial LIST of older articles with a compressed
911         RANGE of older articles.  Some servers appear to lie about
912         their active range so the original list could contain millions
913         of article numbers.  The range is not expanded into a list
914         until the optional ALL parameter has been applied.
915
916 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
917
918         * gnus-agent.el (gnus-category-mode): Typo in doc string.
919
920 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
921
922         * spam.el:
923         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
924
925         * spam.el: added `M s t' and `M s x' key mappings
926
927 2002-11-20  Simon Josefsson  <jas@extundo.com>
928
929         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
930
931 2002-11-19  Simon Josefsson  <jas@extundo.com>
932
933         * gnus-sum.el (gnus-summary-morse-message): Load
934         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
935         (unmorse-region): Autoload it instead.
936
937 2002-11-18  Simon Josefsson  <jas@extundo.com>
938
939         * gnus-sum.el (gnus-summary-morse-message): New function.
940         (gnus-summary-wash-map): Bind to `W m'.
941         (gnus-summary-make-menu-bar): Add.
942
943         * nnimap.el (nnimap-request-expire-articles): Compress sequence
944         before storing \Deleted mark on expired articles.
945
946 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
947         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
948
949         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
950         parens in column 0.
951
952 2002-11-17  Juanma Barranquero  <lektu@terra.es>
953
954         * nnweb.el (nnweb-google-create-mapping): Fix typo.
955
956         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
957
958         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
959
960 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
961
962         * message.el (message-set-auto-save-file-name): Use
963         make-directory, to avoid the dependence on gnus-util.
964
965 2002-11-16  Simon Josefsson  <jas@extundo.com>
966
967         * nnimap.el (nnimap-callback-callback-function):
968         (nnimap-callback-buffer): Removed, these cannot be global but must
969         be embedded into the callback.
970         (nnimap-make-callback): New.  Embedd article number, callback and
971         buffer in function.
972         (nnimap-callback, nnimap-request-article-part): Update.
973
974 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
975
976         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
977
978 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
979
980         * gnus.el (gnus-summary-line-format): Document %C.
981
982 2002-11-11  Simon Josefsson  <jas@extundo.com>
983
984         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
985         output when called interactively.
986
987 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
988
989         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
990
991         * message.el (message-draft-coding-system): Improve comment; use
992         mm-auto-save-coding-system for the default value.
993
994         * nndraft.el (nndraft-request-article): Revert to the state before
995         2002-10-29; regexp-quote mail-header-separator.
996
997 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
998
999         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1000         allow editing of drafts from an nnvirtual group.
1001
1002 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1005         mm-auto-save-coding-system.
1006
1007         * message.el (message-draft-coding-system): Default to
1008         iso-2022-7bit.
1009
1010         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1011         restore the default value to emacs-mule or escape-quoted.
1012
1013 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1014
1015         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1016         a delayed or a queued article as well as a draft.
1017
1018         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1019         delayed or a queued article in the raw format; treat a delayed
1020         article as a raw article as well as a draft.
1021         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1022         for the delayed group.
1023
1024         * nndraft.el (nndraft-request-article): Ignore auto save files for
1025         a delayed or a queued article; don't bother to decode a queued
1026         article; don't bind nnmail-file-coding-system for a queued article.
1027
1028         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1029         and the queue group.
1030
1031 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1032
1033         * gnus-group.el (gnus-group-delete-group):
1034         gnus-cache-active-hashtb might be void.
1035
1036 2002-11-02  Simon Josefsson  <jas@extundo.com>
1037
1038         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1039         setting of the default user ID.  From Raymond Scholz
1040         <ray-2002@zonix.de>.
1041
1042 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1043
1044         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1045         charset.
1046
1047 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1048         From Alex Schroeder <alex@emacswiki.org>
1049         * spam-stat.el (spam-stat-process-directory): add dir to message
1050         (spam-stat-reduce-size): No longer remove words
1051         with values close to 0.5, because the default value is 0.2.
1052
1053 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1054
1055         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1056         documentation.
1057
1058 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1059
1060         * gnus-agent.el (gnus-agent-fetched-headers)
1061         (gnus-agent-load-fetched-headers)
1062         (gnus-agent-save-fetched-headers): Remove variable and two
1063         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1064         works better.
1065         (gnus-agent-fetch-headers): New implementation from Kevin
1066         Greiner.  Uses gnus-agent-article-alist to store information
1067         about fetched messages which aren't on the server anymore.  The
1068         trick is to return a list of considered messages to the caller,
1069         but to only fetch those which haven't been fetched yet.
1070
1071 2002-10-30  Simon Josefsson  <jas@extundo.com>
1072
1073         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1074
1075         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1076
1077 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1078
1079         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1080         versions of emacs-w3m than 1.3.3.
1081
1082         * lpath.el: Bind w3m-minor-mode-map.
1083
1084         * mm-view.el (mm-w3m-mode-command-alist)
1085         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1086         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1087         (mm-setup-w3m): Simplified.
1088         (mm-w3m-local-map-property): New function.
1089         (mm-inline-text-html-render-with-w3m): Use it.
1090
1091         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1092         mm-w3m-local-map-property.
1093
1094 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1095
1096         * mm-util.el (mm-auto-save-coding-system): Default to
1097         iso-2022-7bit.
1098
1099         * nndraft.el (nndraft-request-article): Decode an article using
1100         the coding-system emacs-mule if it seems to have been saved using
1101         emacs-mule.
1102         (nndraft-request-replace-article): Use message-draft-coding-system
1103         instead of mm-auto-save-coding-system for the draft or delayed
1104         group.
1105
1106 2002-10-28  Josh  <huber@alum.wpi.edu>
1107
1108         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1109         functions.
1110
1111 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1112         From mah@everybody.org (Mark A. Hershberger).
1113
1114         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1115         type values ("url" size) regardless of the values of
1116         mm-url-use-external.
1117
1118 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1119
1120         * nnimap.el (nnimap-request-article-part): Try harder to show
1121         group name in debugging message.
1122
1123 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1124
1125         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1126         directory if it doesn't exist.
1127         (gnus-agent-fetch-headers): Remove old cruft that tried to
1128         abstain from downloading articles more than once if
1129         gnus-agent-consider-all-articles was true.  This is now done
1130         properly via the .fetched files.
1131
1132 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1133
1134         * nndraft.el (nndraft-request-article): Treat delayed articles
1135         like drafts.
1136
1137 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1138
1139         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1140
1141 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1142
1143         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1144         Remove unused optional arg DIR and corresponding code.
1145
1146         * nnimap.el (nnimap-request-article-part): Include group name in
1147         debugging output.
1148
1149 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1150
1151         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1152
1153 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1154
1155         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1156         contains range of headers that have been fetched by the agent
1157         already.  Compare gnus-agent-article-alist.
1158         (gnus-agent-file-header-cache): Like
1159         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1160         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1161         seen/recent logic.
1162         Remember which headers have been fetched before and don't fetch
1163         them again the next time round.
1164         (gnus-agent-load-fetched-headers)
1165         (gnus-agent-save-fetched-headers): New functions, for remembering
1166         which headers have been fetched before.
1167
1168 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1169
1170         * lpath.el: Remove useless bindings.
1171
1172 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1173
1174         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1175         features while searching.
1176
1177 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1178
1179         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1180
1181 2002-10-22  Simon Josefsson  <jas@extundo.com>
1182
1183         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1184         (pgg-snarf-keys): Add.
1185
1186 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1187
1188         * lpath.el: Fbind bbdb-records.
1189
1190         * spam.el: Don't autoload bbdb-records.
1191
1192 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1193
1194         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1195         prevent inf-loop.
1196
1197 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * nnslashdot.el: Removed some test lines.
1200         More test.
1201
1202 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1203
1204         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1205         are known to be downloaded already.
1206
1207 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1210         (mm-text-html-washer-alist): Ditto.
1211
1212 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1213
1214         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1215         boundary between headers and body.
1216         * nnml.el (nnml-parse-head): Ditto.
1217
1218 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1221         entries.
1222
1223         * gnus-group.el (gnus-fetch-group): Allow an optional
1224         specification of the articles to select.
1225
1226         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1227
1228 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1229
1230         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1231         headers from the group, update variable `articles' to contain
1232         only those numbers where headers exist.  (When fetching all
1233         articles in a group, Gnus creates lots of numbers where there is
1234         no articles.)
1235
1236 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1237
1238         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1239         doesn't have the 'alist custom type, use cons cells instead.
1240         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1241         (pgg-parse-hash-algorithm-alist): Ditto.
1242         (pgg-parse-compression-algorithm-alist): Ditto.
1243         (pgg-parse-signature-type-alist): Ditto.
1244
1245         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1246
1247         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1248
1249         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1250
1251 2002-10-19  Simon Josefsson  <jas@extundo.com>
1252
1253         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1254         buffer.
1255
1256 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1257
1258         * gnus-spec.el (gnus-make-format-preserve-properties)
1259         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1260         properties also on XEmacs.  `gnus-xmas-format' is like format but
1261         preserves text properties on XEmacs (though it only understands
1262         simple format specs).  The variable
1263         `gnus-make-format-preserve-properties' controls whether the
1264         function is used, and is checked in `gnus-parse-simple-format'.
1265         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1266
1267         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1268         output.
1269         (gnus-agent-consider-all-articles): New variable.
1270         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1271         (gnus-agent-fetch-headers): Depending on
1272         gnus-agent-consider-all-articles, maybe get all articles.
1273         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1274         `read'.
1275         (gnus-predicate-imples-unread): New function.
1276         (gnus-agent-fetch-headers): Optimize to call
1277         gnus-list-of-unread-articles if that is sufficient.
1278         Check unseen and recent instead of seen and recent.
1279         (gnus-agent-fetch-headers): Abstain from calling
1280         gnus-list-range-intersection if range (a . b) would have (> a b).
1281
1282 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * message.el (message-send-mail): Make it possible to perform
1285         edebug-defun.
1286
1287 2002-10-18  Simon Josefsson  <jas@extundo.com>
1288
1289         * gnus-art.el (gnus-button-man-handler): Change default to
1290         `manual-entry' (defined in both emacsen).
1291         (gnus-button-man-handler): Remove emacsen difference and use
1292         `manual-entry'.
1293
1294 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * spam.el: Wrap autoload settings for bbdb-records,
1297         executable-find and ifile-spam-filter with eval-and-compile.
1298         (spam-display-buffer-contents): Remove.
1299         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1300
1301 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1302
1303         * spam.el (spam-display-buffer-contents): New function.
1304         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1305         from Katsumi Yamaoka <yamaoka@jpl.org>.
1306
1307 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1308
1309         * nnheader.el (nnheader-parse-naked-head): New function.
1310         (nnheader-parse-head): Use the above function, in order to handle
1311         continuation lines properly.
1312         (nnheader-remove-body): New function.
1313         (nnheader-remove-cr-followed-by-lf): New function.
1314         (nnheader-ms-strip-cr): Use the above function.
1315
1316         * gnus-agent.el (gnus-agent-regenerate-group): Call
1317         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1318         `nnheader-parse-head'.
1319         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1320
1321         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1322         continuation lines by itself; call `nnheader-parse-naked-head'
1323         instead of `nnheader-parse-head'.
1324         * nndiary.el (nndiary-parse-head): Ditto.
1325         * nnfolder.el (nnfolder-parse-head): Ditto.
1326         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1327         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1328         * nnml.el (nnml-parse-head): Ditto.
1329
1330 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1331
1332         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1333         XEmacs, default to it if featurep 'xemacs.
1334
1335 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * spam-stat.el: Check for the existence of hash functions instead
1338         of the Emacs version to decide whether to load cl.  Suggested by
1339         Kai Gro\e,A_\e(Bjohann.
1340
1341 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1342
1343         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1344         if it isn't open yet.
1345
1346 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus-group.el: Require mm-url only when compiling.
1349         (gnus-group-fetch-charter): Require mm-url.
1350
1351         * spam-stat.el: Require cl for the functions gethash,
1352         hash-table-count, make-hash-table and mapc for Emacs 20.
1353         (puthash): Alias to cl-puthash for Emacs 20.
1354         (with-syntax-table): New macro for Emacs 20.
1355
1356 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1357
1358         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1359
1360 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1361
1362         * spam.el (spam-check-ifile): added ifile as a spam checking
1363         backend, and spam-use-ifle as the variable to toggle that check.
1364
1365 2002-10-12  Simon Josefsson  <jas@extundo.com>
1366
1367         * message.el (message-beginning-of-line): New variable.
1368         (message-beginning-of-line): Use it.
1369
1370 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1371
1372         * spam.el: more compilation fixes for BBDB
1373
1374         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1375         (spam-stat-reduce-size): Interactive.
1376         (spam-stat-reset): New function.
1377         (spam-stat-save): Interactive.
1378
1379 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1380
1381         * gnus.el: Autoload gnus-delay-initialize.
1382
1383         * message.el: Autoload gnus-delay-article.
1384
1385 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1386
1387         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1388         text property in Emacs.
1389
1390 2002-10-11  Simon Josefsson  <jas@extundo.com>
1391
1392         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1393         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1394
1395         * mml1991.el (mml1991-pgg-sign): Remove CR.
1396
1397 2002-10-10  Simon Josefsson  <jas@extundo.com>
1398
1399         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1400         decrypt failed.
1401         (mml2015-trust-boundaries-alist): Removed.
1402         (mml2015-gpg-extract-signature-details): Don't use it.
1403         (mml2015-unabbrev-trust-alist): New.
1404         (mml2015-gpg-extract-signature-details): Use it.
1405
1406 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1407
1408         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1409         BBDB installed
1410
1411         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1412         statistical analysis of spam in Lisp only
1413
1414 2002-10-10  Simon Josefsson  <jas@extundo.com>
1415
1416         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1417         auth, selected or examine state.
1418
1419         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1420         buffer and error buffer depending on type of information.
1421
1422         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1423         --status-fd stuff even if gpg.el is not used (revert earlier
1424         change).
1425         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1426         gnus details.
1427         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1428         buffer.
1429
1430         * pgg.el (pgg-verify-region): Use it.
1431
1432         * pgg-def.el (pgg-query-keyserver): New variable.
1433
1434         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1435         key-identifier in packet.  Is this a good idea?
1436
1437         * mml.el (mml-mode-map): Add security commands that operates on
1438         MIME parts.
1439         (mml-menu): And menu items for them.
1440
1441         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1442
1443         * mml.el (mml-parse-1): Support sender in #secure tags.
1444
1445         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1446         defined.
1447
1448         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1449         (mml-pgp-encrypt-buffer): Support combined signing.
1450
1451         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1452         (mml1991-gpg-encrypt): Ditto.
1453         (mml1991-pgg-encrypt): Ditto.
1454         (mml1991-encrypt): Pass sign parameter.
1455
1456         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1457         (mml-signencrypt-style): Mention the variable.
1458
1459 2002-10-09  Simon Josefsson  <jas@extundo.com>
1460
1461         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1462         pgg-gpg-user-id.
1463
1464         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1465         (pgg-fetch-key-function): Nil if w3 is not installed.
1466
1467 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1468
1469         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1470         gnus-agent-current-history.
1471
1472 2002-10-06  Simon Josefsson  <jas@extundo.com>
1473
1474         * imap.el (imap-parse-status): Don't use read to read token.
1475
1476 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1477
1478         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1479         for methods not covered by the agent, and when unplugged.
1480
1481 2002-10-05  Simon Josefsson  <jas@extundo.com>
1482
1483         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1484         signing.
1485
1486         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1487         a named server fails, ignore the server.
1488
1489         * mml1991.el (mml1991-pgg-sign): Do QP.
1490
1491         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1492         work.
1493
1494 2002-10-04  Simon Josefsson  <jas@extundo.com>
1495
1496         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1497
1498         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1499         binary-write-decoded-region from MEL.
1500
1501         * pgg.el (pgg-encrypt-region): Support sign.
1502
1503         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1504
1505         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1506
1507         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1508         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1509         branch where PGG was taken from in the ChangeLog entries below.
1510
1511 2002-10-01  Simon Josefsson  <jas@extundo.com>
1512
1513         * pgg-pgp.el: Don't require mel.  Don't use luna.
1514         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1515         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1516         (pgg-pgp-process-region): Don't use binary-funcall.
1517
1518         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1519
1520         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1521         instead of concat.
1522
1523         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1524
1525 2002-09-29  Simon Josefsson  <jas@extundo.com>
1526
1527         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1528         compile warnings.
1529
1530         * pgg.el (pgg-decrypt-region): Don't parse packet.
1531
1532         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1533
1534 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1535
1536         * pgg.el: Remove dependency on calist.el.
1537
1538 2002-09-28  Simon Josefsson  <jas@extundo.com>
1539
1540         * pgg.el (pgg-temporary-file-directory): New variable.
1541         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1542
1543         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1544         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1545
1546         * pgg-parse.el (pgg-char-int): Defalias.
1547         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1548         (pgg-read-bytes, pgg-read-body): Use it.
1549         (pgg-decode-packets): Don't use MEL, use base64-*.
1550         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1551         (pgg-string-as-unibyte): Defalias.
1552         (pgg-parse-armor-region): Use it.
1553
1554         * pgg-gpg.el (pgg-gpg-process-region): Use
1555         pgg-temporary-file-directory.
1556
1557         * luna.el: Don't def-edebug.
1558
1559         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1560         binary-write-decoded-region from MEL.
1561
1562         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1563
1564         * alist.el, calist.el: Don't require product/APEL.
1565
1566         * pgg-parse.el (top-level): Remove dependency on static.el,
1567         pccl.el, mel.el.
1568         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1569         `define-ccl-program' is boundp, instead of using broken.
1570
1571 2002-10-01  Simon Josefsson  <jas@extundo.com>
1572
1573         * message.el (message-required-mail-headers): Remove Lines:.
1574
1575 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1576         From Jesper Harder.
1577
1578         * gnus-group.el (gnus-group-fetch-charter,
1579         gnus-group-fetch-control): Prompt for group if given a prefix
1580         argument.
1581         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1582         gnus-group-fetch-control to summary key map and menu.
1583
1584
1585 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1586
1587         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1588         number when there are no articles.
1589
1590 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1591
1592         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1593         arg ALL means to fetch all articles, not only downloadable ones.
1594         (gnus-agent-fetch-selected-article): New function for
1595         gnus-select-article-hook or gnus-mark-article-hook.
1596
1597 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1598         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1599
1600         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1601         raw-text.
1602
1603 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1604
1605         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1606         Pinard).
1607         Major revamp of the code, documentation is in comments in the file
1608         for now.
1609
1610 2002-09-30  Simon Josefsson  <jas@extundo.com>
1611
1612         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1613         buffer seem to be needed?
1614
1615 2002-09-29  Simon Josefsson  <jas@extundo.com>
1616
1617         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1618         compile warnings.
1619
1620         * mml1991.el (mml1991-function-alist): Add pgg.
1621         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1622         (mml1991-pgg-encrypt): Fix recipients querying.
1623
1624 2002-09-28  Simon Josefsson  <jas@extundo.com>
1625
1626         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1627         from dme@dme.org.
1628         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1629         handle is returned.
1630
1631 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1634         Protect against non-existent of `nnimap-mailbox-info'.
1635
1636 2002-09-27  Simon Josefsson  <jas@extundo.com>
1637
1638         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1639         (gnus-setup-news-hook): Use it.
1640         (gnus-after-getting-new-news-hook): Ditto.
1641
1642         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1643
1644 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1645         From Mats Lidell <matsl@contactor.se>.
1646
1647         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1648
1649 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1650
1651         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1652         the part to decode encoded words, use raw words instead of decoded
1653         words.
1654
1655 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1656
1657         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1658
1659         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1660         (mm-setup-w3m): Use it.
1661
1662 2002-09-27  Simon Josefsson  <jas@extundo.com>
1663
1664         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1665         article buffers.
1666
1667         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1668         it just in case.
1669         (nnimap-update-unseen): New function; update unseen count in
1670         `n-m-info'.
1671         (nnimap-close-group): Call it.
1672
1673         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1674         (gnus-after-getting-new-news-hook): Ditto.
1675
1676         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1677         message into verboselevel 9.  Change slow mail check message.
1678         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1679         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1680         used as a hook after getting new mail.
1681
1682 2002-09-26  Simon Josefsson  <jas@extundo.com>
1683
1684         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1685         SELECT/EXAMINE is first unseen article, not number of unseen
1686         articles.  Make them distinct by renaming the former to
1687         `first-unseen' instead of `unseen'.
1688
1689         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1690         too.
1691         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1692         changed.
1693         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1694
1695         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1696
1697         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1698         better.
1699
1700         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1701         if dissecting resulting buffer actually had any information.
1702
1703 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1706         because the function `string<' allows symbols.
1707
1708         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1709
1710 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1711
1712         * message.el (message-forward-make-body): Revert an early change
1713         because 8-bit utf-8 emails.
1714
1715 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1716
1717         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1718         links to Info)
1719         * gnus-art.el (gnus-treat-highlight-signature):
1720         * gnus-art.el (gnus-treat-buttonize):
1721         * gnus-art.el (gnus-treat-buttonize-head):
1722         * gnus-art.el (gnus-treat-emphasize):
1723         * gnus-art.el (gnus-treat-strip-cr):
1724         * gnus-art.el (gnus-treat-unsplit-urls):
1725         * gnus-art.el (gnus-treat-leading-whitespace):
1726         * gnus-art.el (gnus-treat-hide-headers):
1727         * gnus-art.el (gnus-treat-hide-boring-headers):
1728         * gnus-art.el (gnus-treat-hide-signature):
1729         * gnus-art.el (gnus-treat-fill-article):
1730         * gnus-art.el (gnus-treat-hide-citation):
1731         * gnus-art.el (gnus-treat-hide-citation-maybe):
1732         * gnus-art.el (gnus-treat-strip-list-identifiers):
1733         * gnus-art.el (gnus-treat-strip-pgp):
1734         * gnus-art.el (gnus-treat-strip-pem):
1735         * gnus-art.el (gnus-treat-strip-banner):
1736         * gnus-art.el (gnus-treat-highlight-headers):
1737         * gnus-art.el (gnus-treat-highlight-citation):
1738         * gnus-art.el (gnus-treat-date-ut):
1739         * gnus-art.el (gnus-treat-date-local):
1740         * gnus-art.el (gnus-treat-date-english):
1741         * gnus-art.el (gnus-treat-date-lapsed):
1742         * gnus-art.el (gnus-treat-date-original):
1743         * gnus-art.el (gnus-treat-date-iso8601):
1744         * gnus-art.el (gnus-treat-date-user-defined):
1745         * gnus-art.el (gnus-treat-strip-headers-in-body):
1746         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1747         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1748         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1749         * gnus-art.el (gnus-treat-unfold-headers):
1750         * gnus-art.el (gnus-treat-fold-headers):
1751         * gnus-art.el (gnus-treat-fold-newsgroups):
1752         * gnus-art.el (gnus-treat-overstrike):
1753         * gnus-art.el (gnus-treat-display-xface):
1754         * gnus-art.el (gnus-treat-display-smileys):
1755         * gnus-art.el (gnus-treat-from-picon):
1756         * gnus-art.el (gnus-treat-mail-picon):
1757         * gnus-art.el (gnus-treat-newsgroups-picon):
1758         * gnus-art.el (gnus-treat-body-boundary):
1759         * gnus-art.el (gnus-treat-capitalize-sentences):
1760         * gnus-art.el (gnus-treat-fill-long-lines):
1761         * gnus-art.el (gnus-treat-play-sounds):
1762         * gnus-art.el (gnus-treat-translate):
1763         * gnus-art.el (gnus-treat-x-pgp-sig):
1764         * gnus-art.el (gnus-mime-button-line-format):
1765         * gnus-art.el (gnus-button-man-level):
1766         * gnus-art.el (gnus-button-emacs-level):
1767         * gnus-cus.el (gnus-group-parameters):
1768         * gnus-gl.el (bbb-build-mid-scores-alist):
1769         * gnus-group.el (gnus-group-line-format):
1770         * gnus-mlspl.el (gnus-group-split-setup):
1771         * gnus-mlspl.el (gnus-group-split):
1772         * gnus-msg.el (gnus-mailing-list-groups):
1773         * gnus-msg.el (gnus-posting-styles):
1774         * gnus-nocem.el (gnus-nocem-issuers):
1775         * gnus-score.el (gnus-score-regexp-bad-p):
1776         * gnus-srvr.el (gnus-server-line-format):
1777         * gnus-topic.el (gnus-topic-line-format):
1778         * gnus.el (gnus-summary-line-format):
1779         * mail-source.el (mail-sources):
1780         * message.el (message-subscribed-address-file):
1781         * nnmail.el (nnmail-split-fancy):
1782
1783 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1784
1785         * mail-source.el(mail-source-run-script): use `functionp' to test
1786         whether the argument `script' is in fact a function.
1787         (mail-sources): adjust the defcustom to allow users to specify a
1788         function or a string as the value of the `:prescript' and
1789         `:postscript' arguments of the `file' and `pop3' mail sources.
1790
1791 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1792
1793         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1794         number when article 1 does not exist.
1795
1796 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1797
1798         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1799         apropos if apropos-variable does not exist.
1800         (gnus-button-guessed-mid-regexp)
1801         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1802         regexes.  From Reiner Steib.
1803         (gnus-button-handle-describe-function)
1804         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1805         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1806         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1807
1808 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1809         Trivial patch.
1810
1811         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1812         the file.
1813
1814 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1815
1816         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1817
1818 2002-09-24  Simon Josefsson  <jas@extundo.com>
1819
1820         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1821         (mml2015-use): Prefer PGG if installed.
1822         (mml2015-function-alist): Add PGG wrappers.
1823         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1824         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1825         prefix, make regexp optionally skip it.
1826         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1827         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1828         (mml2015-pgg-encrypt): New functions.
1829         (defvar, autoload): Prevent byte-compile warnings.
1830
1831 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1832         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1833
1834         * gnus-art.el (article-strip-banner): Check for the existence of
1835         from header.
1836
1837 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1838
1839         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1840         (gnus-button-alist): Improved regexp for
1841         gnus-button-handle-mid-or-mail (false positives), fixed
1842         gnus-button-handle-man entries.
1843         From Reiner Steib.
1844
1845 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1846         From Josh Huber.
1847
1848         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1849         nnmail-extra-headers is non-nil.
1850
1851 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1852
1853         * nnmaildir.el: Store article numbers persistently.  General
1854         revision.
1855         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1856         for nnmail-expiry-wait; delete instead of moving if 'force is
1857         given.
1858
1859 2002-09-23  Simon Josefsson  <jas@extundo.com>
1860         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1861
1862         * smime.el (smime-sign-buffer): Get key and extra certs.
1863         (smime-get-key-with-certs-by-email): Utility function.
1864
1865 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1866         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1867
1868         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1869         article exists.
1870
1871 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1872
1873         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
1874
1875 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1876         From Reiner Steib.
1877
1878         * gnus-art.el (gnus-button-handle-custom,
1879         gnus-button-handle-mid-or-mail,
1880         gnus-button-handle-describe-{function,variable,key},
1881         gnus-button-handle-apropos{,command,variable}): New functions.
1882         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
1883         gnus-button-{man,emacs,mail}-level): New variables.
1884         (gnus-button-alist): Use the above to buttonize emacs and mail
1885         related links.
1886
1887 2002-09-18  Juanma Barranquero  <lektu@terra.es>
1888
1889         * gnus-int.el (gnus-status-message): Fix spacing.
1890
1891         * imap.el (imap-continuation): Fix typos.
1892
1893 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
1894
1895         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
1896
1897         * gnus-art.el (gnus-article-reply-with-original): Correct
1898         with-current-buffer scope.
1899
1900         * message.el (message-completion-alist): Add Reply-To, From, etc.
1901
1902 2002-09-18  Simon Josefsson  <jas@extundo.com>
1903
1904         * nnimap.el (nnimap-request-expire-articles): Make flag setting
1905         conditional.  From Nevin Kapur <nevin@jhu.edu>.
1906
1907 2002-09-17  Simon Josefsson  <jas@extundo.com>
1908
1909         * nnimap.el (nnimap-expiry-target): Don't search for which
1910         articles exists here.
1911         (nnimap-request-expire-articles): Do it here instead.  Only expire
1912         when articles are found.  Suggested by Nevin Kapur
1913         <nevin@jhu.edu>.
1914
1915 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1916         From Reiner Steib <reiner.steib@gmx.de>.
1917
1918         * message.el (message-strip-subject-trailing-was)
1919         (message-change-subject, message-add-archive-header)
1920         (message-xpost-fup2-header, message-xpost-insert-note)
1921         (message-xpost-fup2, message-reduce-to-to-cc): New functions
1922         adopted from message-utils.el.  Add functions to the keymap, mode
1923         describtion and menu.
1924         (message-change-subject,message-xpost-fup2): Signal error if
1925         current header is empty.
1926         (message-xpost-insert-note): Changed insert position.
1927         (message-archive-note): Ensure to insert note in message body (not
1928         in head).
1929         (message-archive-header, message-archive-note)
1930         (message-xpost-default, message-xpost-note, message-fup2-note)
1931         (message-xpost-note-function): New variables adopted from
1932         message-utils.el.  Changed some doc-strings.
1933         (message-mark-insert-{begin,end}): Rename from
1934         message-{begin,end}-inserted-text-mark (message-utils.el), changed
1935         values.
1936         (message-subject-trailing-was-query)
1937         (message-subject-trailing-was-ask-regexp)
1938         (message-subject-trailing-was-regexp): New variables.
1939         (message-to-list-only): Added doc-string and menu entry.
1940
1941         * message-utils.el: Removed.  Functions are now in message.el.
1942
1943 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
1944
1945         * gnus-art.el (gnus-article-reply-with-original,
1946         gnus-article-followup-with-original): Switch to
1947         gnus-summary-buffer before reply/followup.
1948
1949 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
1950
1951         * gnus-sum.el (gnus-summary-toggle-header): The article window may
1952         not exist. Toggle it anyway.
1953
1954 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
1955
1956         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
1957
1958         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
1959         Trivial patch from Urban Engberg <ue@ccieurope.com>.
1960
1961         * rfc2047.el (message-posting-charset): Defvar it.
1962         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
1963         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
1964
1965         * mail-source.el (mail-source-fetch): Hide password.
1966
1967         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
1968
1969 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1970         From John Paul Wallington <jpw@shootybangbang.com>.
1971
1972         * gnus.el (gnus-visual, gnus-meta): Fix typo.
1973
1974 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1975
1976         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
1977
1978 2002-09-11  Simon Josefsson  <jas@extundo.com>
1979
1980         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
1981         (nnimap-split-rule): Doc fix.
1982         (nnimap-request-expire-articles): Cleanup code.
1983
1984 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1985         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1986
1987         * gnus-art.el (gnus-article-address-banner-alist): New option.
1988         (article-strip-banner): Refer the above option to split banners of
1989         free mail servers, when no group parameter is specified.
1990
1991 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1992
1993         * nntp.el (nntp-wait-for-string): Check for a process in the
1994         current buffer instead of `nntp-server-buffer'.
1995
1996 2002-09-09  Simon Josefsson  <jas@extundo.com>
1997
1998         * gnus-art.el (gnus-button-man-handler): New variable.
1999         (gnus-button-alist): Use g-b-handle-man.
2000         (gnus-button-handle-man): New, call g-b-man-handler.
2001
2002 2002-09-08  Simon Josefsson  <jas@extundo.com>
2003
2004         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2005
2006 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2009
2010 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2013
2014         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2015         keystroke.
2016
2017         * gnus-srvr.el (gnus-browse-describe-group): New command and
2018         keystroke.
2019
2020 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2021
2022         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2023         value for gnus-decoration property.
2024
2025 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2026
2027         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2028         string) as group name in case we have a CRLF in the file.
2029
2030 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2031
2032         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2033         group.
2034         (rfc1843-decode-hzp): do.
2035         (rfc1843-newsgroups-regexp): do.
2036
2037 2002-09-04  Simon Josefsson  <jas@extundo.com>
2038
2039         * message.el (message-canlock-generate): Make sure sha1 doesn't
2040         call external programs.
2041
2042 2002-09-03  Simon Josefsson  <jas@extundo.com>
2043
2044         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2045
2046         * gnus-agent.el (gnus-agent-batch): Add doc.
2047
2048 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2049
2050         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2051         check for signed and encrypted parts.
2052         * mml.el (mml-parse-1): Correct small typo which preventing
2053         setting recipients in a secure tag.
2054
2055 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * mm-util.el (mm-coding-system-priorities): Default to a list of
2058         iso-2022-jp and others for the Japanese environment.
2059
2060 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2063         invalid display names.
2064
2065 2002-08-30  Simon Josefsson  <jas@extundo.com>
2066
2067         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2068         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2069
2070 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2071
2072         * gnus.el (gnus-group-charter-alist): New option.
2073         (gnus-group-fetch-control-use-browse-url): New option.
2074
2075         * gnus-group.el (gnus-group-fetch-charter): New function.
2076         (gnus-group-fetch-control): New function.
2077         Add them to the keymap and menu. Require mm-url.
2078
2079 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2080
2081         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2082         From Alex Schroeder <alex@emacswiki.org>.
2083
2084 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2085
2086         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2087         items expecting user interaction.
2088
2089         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2090
2091         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2092
2093         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2094
2095         * mml.el (mml-menu): do.
2096
2097 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * mail-source.el (mail-source-touch-pop): New function.
2100
2101         * message.el (message-smtpmail-send-it): New function.
2102         (message-send-mail-function): Add it for a candidate.
2103
2104 2002-08-27  Simon Josefsson  <jas@extundo.com>
2105
2106         * gnus-msg.el (posting-charset-alist): Use
2107         gnus-define-group-parameter instead of defcustom.
2108         (gnus-put-message): Handle SPC in GCC.
2109         (gnus-inews-insert-gcc): Ditto.
2110         (gnus-inews-insert-archive-gcc): Ditto.
2111
2112 2002-08-26  Simon Josefsson  <jas@extundo.com>
2113
2114         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2115         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2116         (gnus-agent-possibly-save-gcc): Autoload.
2117         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2118
2119 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * gnus.el (gnus-other-frame-function): New user option.
2122         (gnus-other-frame): Use it; add a doc-string; make it work with
2123         the gnuclient program.
2124
2125         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2126
2127         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2128         `device-connection' and `dfw-device'.
2129
2130 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2131
2132         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2133         positives, make it stricter.  From Jochen Hein (trivial change).
2134
2135 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2136
2137         * gnus.el (gnus-other-frame): Trivial fix.
2138
2139 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * gnus.el (gnus-other-frame-parameters): New user option.
2142         (gnus-other-frame-object): New variable.
2143         (gnus-other-frame): Make it search for existing Gnus frame; don't
2144         read new news; delete frame on exit.
2145
2146         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2147
2148         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2149
2150 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2151         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2152
2153         * message.el (message-set-auto-save-file-name): Add support for
2154         the Cygwin Emacs; the system-type is `cygwin'.
2155         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2156
2157 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2158
2159         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2160
2161         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2162         avoid arithmetic errors.
2163
2164 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2167
2168 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2171         (message-ignored-resent-headers): Add envelope From.
2172
2173 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2174
2175         * gnus.el (gnus-summary-line-format): Document %k specifier.
2176
2177 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2178
2179         * gnus-sum.el (gnus-summary-line-message-size): New function.
2180         (gnus-summary-line-format-alist): Use it.
2181
2182 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2183
2184         * gnus-art.el (article-make-date-line): Refer to the value for
2185         `gnus-article-time-format' in the summary buffer.
2186
2187         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2188
2189 2002-08-14  Simon Josefsson  <jas@extundo.com>
2190
2191         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2192         quoting.
2193         (gnus-button-alist): Fix doc.
2194         (gnus-header-button-alist): Use ' not ` for default value quoting.
2195         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2196         rationale similar to 2002-05-01 change.
2197         (gnus-article-add-buttons-to-head): Evaluate expression.
2198
2199         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2200
2201 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * message.el (message-font-lock-keywords): Refer to the value for
2204         `message-cite-prefix-regexp' dynamically.
2205
2206 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2207
2208         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2209
2210 2002-08-12  Simon Josefsson  <jas@extundo.com>
2211
2212         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2213         (imap-shell-open): Skip initial junk before IMAP greeting.
2214
2215 2002-08-11  Simon Josefsson  <jas@extundo.com>
2216
2217         * message-utils.el (message-xpost-default,
2218         message-xpost-fup2-header, message-xpost-fup2): Fixed
2219         Typos.  Trivial changes from Reiner Steib
2220         <4uce.02.r.steib@gmx.net>.
2221
2222 2002-08-09  Simon Josefsson  <jas@extundo.com>
2223
2224         * message.el (message-canlock-password): Set
2225         canlock-password-for-verify to newly generated canlock-password.
2226         When Emacs is restarted, Custom makes sure this is set, but during
2227         the same session we must set it manually.
2228
2229 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2230
2231         * yenc.el: New file.
2232
2233         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2234         (mm-uu-type-alist): Add yenc.
2235         (mm-uu-yenc-filename): New function.
2236         (mm-uu-yenc-extract): New function.
2237
2238         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2239
2240 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2241
2242         * dgnushack.el (merge): Don't use coerce.
2243
2244 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2245
2246         * mailcap.el (mailcap-mime-data): Test window-system rather than
2247         mm-device-type.
2248         (mailcap-mime-data): Call xdvi and gv with "-safer".
2249
2250         * mm-util.el: Don't define mm-device-type.
2251
2252 2002-08-05  Simon Josefsson  <jas@extundo.com>
2253
2254         * mm-util.el (mm-coding-system-priorities): coding-system type not
2255         supported everywhere.
2256
2257 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus.el (gnus-version-number): Bumped version number.
2260
2261 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2262
2263         * gnus.el: Oort Gnus v0.07 is released.
2264
2265 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266
2267         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2268         (gnus-article-sort-functions): Doc fix.
2269         (t): New keystroke.
2270         (gnus-article-sort-by-random): New function.
2271         (gnus-thread-sort-by-random): New function.
2272
2273 2002-08-02  Simon Josefsson  <jas@extundo.com>
2274
2275         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2276         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2277
2278 2002-07-31  Danny Siu  <dsiu@adobe.com>
2279
2280         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2281         when splitting malformed messages without message-id
2282
2283 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2284         From Niklas Morberg <niklas.morberg@axis.com>.
2285
2286         * nnweb.el (nnweb-type, nnweb-type-definition)
2287         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2288         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2289         functionality.
2290         * nnweb.el: Removed old non-functioning search engines.
2291
2292 2002-07-27  Simon Josefsson  <jas@extundo.com>
2293
2294         * message.el (message-forward-make-body): Don't use
2295         `message-forward-ignored-headers' when doing a "raw" followup (it
2296         is important to preserve e.g. CTE).
2297
2298         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2299
2300         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2301         regexp-quote, Cyrus Sieve is fixed.
2302
2303         * sieve-manage.el (sieve-manage-deletescript): New function.
2304
2305         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2306         (sieve-manage-mode): Fix menubar.
2307         (sieve-activate): Change some messages.
2308         (sieve-deactivate-all): New function.
2309         (sieve-deactivate): New alias.
2310         (sieve-remove): New function.
2311         (sieve-help): Fix help.
2312         All suggested by Ned Ludd.
2313
2314 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2317         (mm-w3m-safe-url-regexp): New user option.
2318
2319         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2320         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2321
2322 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2323
2324         * gnus-sum.el (gnus-summary-delete-article): Force
2325         nnmail-expiry-target to 'delete, so that absolute deletion
2326         happens when absolute deletion is requested.
2327
2328 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2329         From Nevin Kapur <nevin@jhu.edu>.
2330
2331         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2332         headers as empty headers.
2333
2334 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2335         From Jochen Hein <jochen@jochen.org>.
2336
2337         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2338         correct typo.
2339         (gnus-emphasis-strikethru): New face.
2340
2341 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2342         From Jason Merrill <jason@redhat.com>.
2343
2344         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2345         entire file for each of a sequence of missing articles.
2346
2347         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2348         value for gnus-view-pseudos.
2349
2350         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2351         avoid nreverse.
2352
2353 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2354         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2355
2356         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2357         (gnus-summary-mode-line-format-alist): Add %h for number of
2358         spams.
2359         (gnus-newsgroup-spam-marked): New variable.
2360         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2361         (gnus-article-read-p, gnus-article-mark)
2362         (gnus-set-global-variables, gnus-set-global-variables)
2363         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2364         (gnus-summary-mark-article-as-unread)
2365         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2366         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2367         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2368
2369 2002-07-10  Simon Josefsson  <jas@extundo.com>
2370
2371         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2372         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2373
2374 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2375
2376         * gnus-sum.el (gnus-summary-delete-article): Respect group
2377         parameters while expiring.
2378
2379 2002-07-08  Simon Josefsson  <jas@extundo.com>
2380
2381         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2382         Enberg.
2383
2384 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2385
2386         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2387         function is called interactively.  From Niklas Morberg.
2388
2389 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2390
2391         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2392         cdaar to cdar and car.
2393
2394         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2395         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2396
2397 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2398
2399         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2400         don't break a narrowed article.
2401
2402         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2403         (nntp-open-via-rlogin-and-telnet): Ditto.
2404
2405 2002-07-02  Didier Verna  <didier@xemacs.org>
2406
2407         * nnmail.el (nnmail-split-methods): fix custom type.
2408
2409 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2410
2411         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2412         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2413
2414 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2415
2416         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2417         (gnus-summary-resend-message): Use it.
2418
2419 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2420
2421         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2422         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2423
2424 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2425
2426         * message.el (message-font-lock-keywords): Don't fontify
2427         headers in the message body, only in the header.
2428         (message-font-lock-make-header-matcher): New function, used by
2429         message-font-lock-keywords.
2430         From Katsumi Yamaoka <yamaoka@jpl.org>.
2431
2432 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2433
2434         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2435
2436 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2437
2438         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2439
2440 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2441
2442         * message.el (message-font-lock-keywords): Revert 2002-06-22
2443         change.
2444
2445 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2446
2447         * message.el (message-font-lock-keywords): Put colon in header
2448         name match.
2449
2450 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2451
2452         * message.el (message-font-lock-keywords): Don't use header faces
2453         in the body.  Thanks to Stefan Monnier for the hint on the
2454         implementation.
2455
2456 2002-05-09  Miles Bader  <miles@gnu.org>
2457
2458         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2459         (gnus-article-hide-citation): Respect it.
2460
2461 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2462
2463         * pop3.el (pop3-open-server): Fix typo.
2464
2465 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2466
2467         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2468         instead of push to ignore duplicate to-(list|address) values.
2469         * nnmail.el (nnmail-cache-ignore-groups): New.
2470         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2471
2472 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2473
2474         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2475         before sending.  Suggested by Jan Rychter.
2476
2477 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * dgnushack.el (remove): New compiler macro.
2480         (last, coerce, subseq): Remove compiler macros for those built-in
2481         or unused functions.
2482
2483 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2484
2485         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2486         sure to write byte-compiled versions of gnus-*-format-alist to
2487         .newsrc.eld.  From Simon Josefsson.
2488
2489 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2490
2491         * gnus-agent.el (gnus-agent-read-servers)
2492         (gnus-agent-write-servers): Put server name (string like
2493         "nnchoke:frumple") in the file instead of a server specification
2494         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2495         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2496
2497 2002-06-16  Simon Josefsson  <jas@extundo.com>
2498
2499         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2500         Reiner Steib <4uce.02.r.steib@gmx.net>.
2501
2502 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2503
2504         * nnheader.el (nnheader-file-name-translation-alist): Set the
2505         default value for MS Windows systems.
2506
2507         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2508
2509 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2510
2511         * message.el (message-beginning-of-line): Keep the region active
2512         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2513
2514 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2515
2516         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2517         * gnus-msg.el (gnus-summary-reply): Ditto.
2518         * gnus-msg.el (gnus-summary-handle-replysign): New.
2519
2520 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2521
2522         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2523         if sending failed.
2524
2525 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2526
2527         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2528         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2529         to sign while encrypting.
2530
2531 2002-06-11  Simon Josefsson  <jas@extundo.com>
2532
2533         * gnus-int.el (gnus-request-move-article): Agent expire article if
2534         successfuly moved.
2535
2536         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2537         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2538
2539 2002-06-10  Simon Josefsson  <jas@extundo.com>
2540
2541         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2542
2543 2002-06-09  Simon Josefsson  <jas@extundo.com>
2544
2545         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2546
2547         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2548
2549 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2550
2551         * flow-fill.el (fill-flowed): Ignore errors.
2552
2553 2002-06-06  Simon Josefsson  <jas@extundo.com>
2554
2555         * message.el (message-send-mail-with-sendmail): Improve error message.
2556
2557 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2558
2559         * message.el (message-interactive): Change default from nil to t.
2560         Better to be safe than to be fast.
2561
2562 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2563
2564         * message.el (message-send-mail-with-sendmail): Check return value
2565         from call-process-region.
2566
2567 2002-06-04  Simon Josefsson  <jas@extundo.com>
2568
2569         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2570         (gnus-group-post-news, gnus-summary-mail-other-window)
2571         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2572         gnus-article-copy to nil, thereby inhibiting the `header' posting
2573         style match to use data from last viewed article.
2574         Suggested by Hrvoje Niksic.
2575
2576 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * spam.el (spam-point-at-eol): New alias.
2579         (spam-parse-whitelist): Use it.
2580
2581 2002-06-03  Simon Josefsson  <jas@extundo.com>
2582
2583         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2584         (nnmail-article-group): Use it.
2585
2586 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2587
2588         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2589         so that code reading them won't be surprised.  From Jesper Harder
2590         <harder@ifa.au.dk>.
2591
2592 2002-05-29  Simon Josefsson  <jas@extundo.com>
2593
2594         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2595         articles.
2596
2597         * gnus.el (gnus-agent-cache): Doc fix.
2598         (gnus-agent): Change default to t.
2599
2600         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2601         ARTICLES, GROUP and FORCE parameters.
2602
2603 2002-05-28  Simon Josefsson  <jas@extundo.com>
2604
2605         * gnus-group.el (gnus-group-line-format): Doc fix.
2606
2607 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2608
2609         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2610         original article before yanking.  From Jesper Harder
2611         <harder@ifa.au.dk>.
2612
2613 2002-05-26  Simon Josefsson  <jas@extundo.com>
2614
2615         * gnus-sum.el (gnus-summary-menu-split): New function.
2616         (gnus-summary-make-menu-bar): Split charset submenu.
2617         (gnus-summary-menu-maxlen): New variable.
2618         (gnus-summary-menu-split): Use it.
2619
2620 2002-05-25  Simon Josefsson  <jas@extundo.com>
2621
2622         * mml.el (mml-preview): Generate some headers.
2623
2624         * gnus.el (gnus-large-newsgroup): Fix :type.
2625
2626         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2627         Agent cache NOV's by default now).
2628         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2629
2630 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2631
2632         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2633         call to gnus-parent-id when we check for References loops.
2634         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2635         twice by saving the simplified subject string in simp-subject.
2636
2637 2002-05-23  Simon Josefsson  <jas@extundo.com>
2638
2639         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2640         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2641
2642         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2643         Niklas Morberg <niklas.morberg@axis.com>.
2644
2645 2002-05-22  Simon Josefsson  <jas@extundo.com>
2646
2647         * sieve.el (sieve-change-region): Define it before it is used.
2648
2649         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2650         (gnus-summary-reply): Ask for confirmation when replying to news.
2651         Defaults to not ask.  From Benjamin Rutt
2652         <rutt+news@cis.ohio-state.edu>.
2653
2654         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2655
2656 2002-05-21  Simon Josefsson  <jas@extundo.com>
2657
2658         * sieve-mode.el (sieve-manage): Fix autoloads.
2659
2660         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2661         name (makes it work with recent Cyrus timsieved).
2662
2663 2002-05-20  Jason  <jbaker@cs.utah.edu>
2664         Trivial patch.
2665
2666         * gnus-art.el (gnus-request-article-this-buffer): Try
2667         reconnecting if you don't get the message.
2668
2669 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2672         Reply-To headers from the headers.
2673
2674 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * mm-url.el (mm-url-insert): Remove junk message.
2677
2678 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2681         (nnslashdot-use-front-page): New variable.
2682         (nnslashdot-request-list): Use it.
2683
2684         * mm-url.el (mm-url-timeout): New variable.
2685         (mm-url-retries): Ditto.
2686         (mm-url-insert): Use it.
2687
2688 2002-05-16  Simon Josefsson  <jas@extundo.com>
2689
2690         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2691         (gnus-simplify-subject-functions): Mention g-s-a-w.
2692
2693 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2694
2695         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2696         nnmail-cache-insert.
2697         * nndiary.el (nndiary-request-accept-article): Ditto.
2698         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2699         * nnimap.el (nnimap-request-accept-article): Ditto.
2700         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2701         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2702         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2703         * nnmh.el (nnmh-request-accept-article): Ditto.
2704         * nnmail.el (nnmail-cache-insert): Change group to required,
2705         removed code which tried to figure out the group.
2706
2707 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2708
2709         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2710         messages. From Hans de Graaff <hans@degraaff.org>.
2711         * nnml.el (nnml-request-accept-article): Pass in the group name to
2712         nnmail-cache-insert, since it's available.
2713
2714 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2715
2716         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2717
2718 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2719         From Florian Weimer <fw@deneb.enyo.de>.
2720
2721         * gnus.el (subscribed): New group parameter.
2722         (gnus-find-subscribed-addresses): Use it.
2723
2724 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2725
2726         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2727         the default for pgpmime to support pgp v2.
2728         * mml-sec.el (mml-signencrypt-style): New accessor function to
2729         allow users to get/set the signencrypt style more easily without
2730         frobbing the alist directly.
2731         * mml.el (mml-generate-mime-1): Use accessor function.
2732
2733 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2734
2735         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2736         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2737         <schwab@suse.de>.
2738
2739 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2740
2741         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2742         when intuiting the group the message is written to.  From Josh
2743         Huber <huber@alum.wpi.edu>.
2744
2745 2002-05-06  Simon Josefsson  <jas@extundo.com>
2746
2747         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2748         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2749
2750 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2751
2752         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2753         argument, and fixed compiler warning. (added autoload for
2754         gpg-encrypt).
2755
2756 2002-05-04  Simon Josefsson  <jas@extundo.com>
2757
2758         * mml1991.el (mml1991-function-alist): Doc fix.
2759
2760         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2761         doesn't exist (for previewing messages without having Gnus
2762         started).
2763
2764         * mm-util.el (mm-coding-system-priorities): Defcustom.
2765
2766         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2767
2768 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2769
2770         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2771         default.
2772         * mml-sec.el:
2773         * mml-sec.el (mml-signencrypt-style): New.
2774         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2775         argument `sign'.
2776         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2777         signencrypt.
2778         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2779         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2780         both signed & encryped is processed in one operation. (rather than
2781         two separate ops: sign, then encrypt)
2782         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2783         indication if a message is signed by an expired key.
2784         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2785         enables combined sign & encrypt operation. (this was always on
2786         before).
2787         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2788
2789 2002-05-01  Simon Josefsson  <jas@extundo.com>
2790
2791         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2792         server.
2793         (nnimap-mailbox-info): defvar instead of defvoo.
2794
2795 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2796
2797         * gnus.el: Oort Gnus v0.06 is released.
2798
2799 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * lpath.el: Bind url-package-version.
2802
2803 2002-05-01  Simon Josefsson  <jas@extundo.com>
2804
2805         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2806         filename before deleting the group itself, because the presence of
2807         a group filename decides if long filenames are used or not.
2808
2809         * gnus-art.el (gnus-button-alist): Don't inline
2810         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2811         without also modifying g-button-alist.
2812         (gnus-button-alist): Fix type to allow variable as well as regexp.
2813         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2814         themselves, variables to its contents.
2815         (gnus-button-entry): Ditto.
2816
2817 2002-05-01  Simon Josefsson  <jas@extundo.com>
2818
2819         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2820         UIDNEXT as a string.
2821
2822         * nnimap.el (nnimap-string-lessp-numerical): New function.
2823         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2824         integers.
2825
2826 2002-04-29  Simon Josefsson  <jas@extundo.com>
2827
2828         * nnmail.el (nnmail-cache-insert): Accept optional group
2829         parameter.
2830
2831         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2832         n-r-g-a is disabled.
2833
2834 2002-04-29  Simon Josefsson  <jas@extundo.com>
2835
2836         * nnimap.el (nnimap-split-fancy): Fix doc.
2837         (nnimap-split-fancy): Fix doc.
2838
2839         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2840         (nnimap-mailbox-info): New internal variable.
2841         (nnimap-retrieve-groups): Implement faster new mail check.
2842
2843         * nnimap.el (nnimap-split-articles): Support
2844         nnmail-cache-accepted-message-ids.
2845         (nnimap-request-accept-article): Ditto.
2846
2847         * imap.el (imap-mailbox-status-asynch): New command.
2848
2849 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2850
2851         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2852         are no subscribed mail groups.
2853         - Strip quoted names when comparing addresses
2854
2855 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2856
2857         * mm-decode.el (mm-text-html-renderer): Change customize type to
2858         const.
2859
2860         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2861         (gnus-debug-exclude-variables): do.
2862
2863 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2864
2865         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2866         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2867
2868 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2869
2870         * dns.el (dns-make-network-process): New macro.
2871         (query-dns): Use it.
2872
2873 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2874
2875         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
2876         article-buffer.
2877
2878         * mm-url.el (mm-url-package-name): New variable.
2879         (mm-url-package-version): New variable.
2880         (mm-url-insert-file-contents): Bind url-package-name and
2881         url-package-version here.
2882         * nnrss.el (nnrss-insert-w3): Move the bindings.
2883
2884         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
2885         url-package-version. Trivial change from Andrew J Cosgriff
2886         <ajc@polydistortion.net>
2887
2888         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
2889         attachments. Trivial change from Peter 'Luna' Runestig
2890         <peter@runestig.com>.
2891
2892 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
2893
2894         * nnkiboze.el (nnkiboze-request-scan): Call
2895         nnkiboze-possibly-change-group.
2896         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
2897         problems.
2898         (nnkiboze-generate-group): Set newsrc to the *highest* article
2899         number kibozed, not the lowest.
2900
2901 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
2902
2903         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
2904
2905 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2906         From Dan Christensen <jdc+news@uwo.ca>.
2907
2908         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2909         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2910         Recognize math postings.  Extract Date (now ignores "(15kb)").
2911         Extract email address using gnus-extract-address-components
2912         instead of just taking the first word.  Create Date and From
2913         headers for message which are missing these headers.  Get rid
2914         of spurious \\ lines (purely cosmetic).  Extend body-end and
2915         file-end regexps, to exclude more garbage from the message.
2916         Make URL rephrasing regexp more flexible, to match current
2917         format.
2918
2919 2002-04-23  Simon Josefsson  <jas@extundo.com>
2920
2921         * netrc.el: New file, functions copied from gnus-util.el by Ted
2922         Zlatanov <tzz@lifelogs.com>.
2923
2924         * gnus-util.el: Require netrc.
2925         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
2926         new code in netrc.el.
2927
2928 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2929
2930         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
2931         message-ignored-resent-headers, too.  From Matthieu Moy
2932         <Matthieu.Moy@imag.fr>.
2933
2934 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2935
2936         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
2937         boolean not a string
2938         * gnus-group.el (gnus-group-line-format): add description of %C
2939         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
2940           as %C
2941         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
2942
2943 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
2944
2945         * nnmaildir.el (nnmaildir-request-scan): typo: set
2946         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
2947         nnmail-get-new-mail for 'find-new-groups.
2948
2949 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
2950
2951         * nnmaildir.el (nnmaildir-request-update-info,
2952         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
2953         unnecessary calls to nnmaildir-request-scan.
2954
2955 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2956
2957         * gnus-msg.el:
2958         * gnus-msg.el (gnus-message-replysign): New.
2959         * gnus-msg.el (gnus-message-replyencrypt): New.
2960         * gnus-msg.el (gnus-message-replysignencrypted): New.
2961         * gnus-msg.el (gnus-summary-reply): Use the three new variables
2962         (above) to automatically encrypt/sign to encrypted/signed
2963         messages.
2964         * message.el:
2965         * message.el (message-mode-map): Add keybinding for
2966         `message-to-list-only'
2967         * message.el (message-mode): Add description for
2968         `message-to-list-only'
2969         * message.el (message-to-list-only): New.
2970         * message.el (message-make-mft): Changed to use the cl loop macro,
2971         and added optional flag to return only the matched list. (for use
2972         in new message-to-list-only function)
2973
2974 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
2975
2976         * gnus-msg.el:
2977         * gnus-msg.el (gnus-message-replysign):
2978         * gnus-msg.el (gnus-replysign): New.
2979         * gnus-msg.el (gnus-replyencrypt): New.
2980         * gnus-msg.el (gnus-replysignencrypted): New.
2981         * gnus-msg.el (gnus-summary-reply):
2982         * message.el:
2983         * message.el (message-mode-map):
2984         * message.el (message-mode):
2985         * message.el (message-to-list-only): New.
2986         * message.el (message-make-mft):
2987
2988 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
2989
2990         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
2991
2992 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
2993
2994         * message.el (message-gen-unsubscribed-mft): accept a prefix
2995         argument so CC can be included with C-u C-c C-f C-a
2996
2997 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2998         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2999
3000         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3001         Improve docstring.
3002         (spam-enter-blacklist): New command.
3003
3004         * gnus-sum.el (gnus-spam-mark): New mark.
3005         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3006         (gnus-summary-make-tool-bar): Correct conditional.
3007         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3008         (gnus-summary-mark-as-spam): New command.
3009
3010 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3011
3012         * mml-sec.el (mml-secure-message): changed to support arbritrary
3013         modes.
3014         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3015         changed to support "signencrypt" mode.
3016         * mml.el (mml-parse-1): changed to support different secure modes
3017         more easily. (for signencrypt)
3018
3019 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3020
3021         * gnus-sum.el (gnus-update-summary-mark-positions)
3022         (gnus-summary-toggle-header):
3023         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3024         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3025         (gnus-uu-post-encoded):
3026         * nnfolder.el (nnfolder-possibly-change-group):
3027         * nnimap.el (nnimap-retrieve-headers):
3028         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3029
3030 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3031
3032         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3033         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3034
3035 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * gnus-srvr.el (gnus-server-set-info): Clear
3038         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3039         From Daiki Ueno <ueno@unixuser.org>.
3040
3041 2002-04-11  Simon Josefsson  <jas@extundo.com>
3042
3043         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3044         viewing of security buttons.  Thanks to Nicolas Kowalski
3045         <Nicolas.Kowalski@imag.fr>.
3046
3047         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3048         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3049         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3050         <Nicolas.Kowalski@imag.fr>.
3051         (smime-decrypt-buffer): Ditto.
3052
3053 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054
3055         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3056         header line.
3057
3058 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3059
3060         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3061
3062 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3063
3064         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3065
3066 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3067
3068         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3069         errors when debug.
3070
3071 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3072
3073         * message.el (message-make-mft): Changed MFT code from using
3074         message-recipients (which included Bcc) to use only the To and CC
3075         headers.
3076
3077 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3078
3079         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3080         add link.
3081         (gnus-treat-mail-picon): Ditto.
3082         (gnus-treat-newsgroups-picon): Ditto.
3083         (gnus-picon-databases): Fix custom type.
3084         (gnus-picon-databases): Add link.
3085         (gnus-article-x-face-command): Add to gnus-picon group.
3086
3087 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3088
3089         * message.el (message-buffer-naming-style): Remove.
3090
3091 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3092
3093         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3094
3095         * message.el (message-tool-bar-map): Ditto.
3096
3097         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3098
3099 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3100
3101         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3102
3103 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3104
3105         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3106
3107 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3108         Trivial patch.
3109
3110         * dns.el: open-network-stream under XEmacs does udp.
3111
3112 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3113
3114         * spam.el (spam-enter-whitelist): New function.
3115         (spam-parse-whitelist): Ditto.
3116         (spam-refresh-list-cache): Ditto.
3117         (spam-address-whitelisted-p): New function.
3118
3119         * dns.el (query-dns): Use TCP when make-network-process isn't
3120         available.
3121         (dns-servers): New variable.
3122         (dns-parse-resolv-conf): New function.
3123         (query-dns): Use it.
3124
3125         * spam.el: New file.
3126
3127         * dns.el (query-dns): Test.
3128
3129 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3130
3131         * lpath.el (featurep): Bind make-network-process.
3132
3133 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3134
3135         * nnmaildir.el: Use defstruct.  Use a single copy of
3136         nnmail-extra-headers to save memory.  Store server's group name
3137         prefix instead of each group's prefixed name.
3138         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3139         nntp-server-buffer.
3140
3141 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3142
3143         * dns.el: New file.
3144
3145 2002-03-28  Simon Josefsson  <jas@extundo.com>
3146
3147         * gnus-sum.el (gnus-summary-dummy-line-format):
3148         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3149         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3150
3151 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3152
3153         * gnus-sum.el (gnus-summary-move-article)
3154         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3155         the doc string.
3156
3157 2002-03-28  Simon Josefsson  <jas@extundo.com>
3158
3159         * mml-sec.el (mml-secure-message): Search after
3160         mail-header-separator from top of message.
3161
3162 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3163
3164         * nnmaildir.el: Cosmetic changes.
3165         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3166         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3167         nnmaildir--group-ls): New macros/functions.  Use them.
3168         (nnmaildir--unlink): Evalutate argument only once.
3169
3170 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3171
3172         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3173         symbols.
3174         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3175         `gnus-point-at-eol'.
3176
3177 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3178
3179         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3180         nnmaildir--marks-dir): New macros.  Use them.
3181         Use inhibit-quit for atomicity instead of in-memory journaling.
3182         (nnmaildir--edit-prep): New function.
3183         (Local Variables): Use it.
3184
3185 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3186
3187         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3188
3189 2002-03-25  Simon Josefsson  <jas@extundo.com>
3190
3191         * message.el (message-mode): Fix doc.
3192
3193 2002-03-25  Simon Josefsson  <jas@extundo.com>
3194
3195         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3196         Matthieu Moy <Matthieu.Moy@imag.fr>.
3197
3198 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3199
3200         * mml-sec.el (mml-unsecure-message): Add docstring.
3201
3202 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3203
3204         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3205         value.
3206         Trivial change from andre@slamdunknetworks.com
3207
3208 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3209
3210         * mml.el (mml-mode-map): Added a keybinding for
3211         `mml-unsecure-message'.  Also, added a menu entry for said
3212         function in the Attachments menu.
3213
3214 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3215
3216         * canlock.el (canlock-version): Remove.
3217         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3218         here; simplify \x insertions.
3219         (canlock-sha1): New function, always return a unibyte string.
3220         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3221         of a password.
3222         (canlock-insert-header): Use `canlock-sha1'.
3223         (canlock-verify): Ditto.
3224
3225 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3226
3227         * message.el (message-fix-before-sending): Add an option that
3228         ignores illegible text.
3229         Trivial change from Mark Milhollan <mlm@attglobal.net>
3230
3231         * message.el (message-font-lock-keywords): Support multi-line MML
3232         tags.
3233
3234         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3235         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3236
3237 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3238
3239         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3240         symbols for "View as different encoding" submenu.
3241
3242 2002-03-19  Simon Josefsson  <jas@extundo.com>
3243
3244         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3245         encoding" submenu.
3246
3247 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3248
3249         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3250
3251 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3252
3253         * gnus-sum.el (gnus-sum-thread-tree-root)
3254         (gnus-sum-thread-tree-single-indent)
3255         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3256         (gnus-sum-thread-tree-leaf-with-other)
3257         (gnus-sum-thread-tree-single-leaf): Make customizable.
3258
3259 2002-03-16  Simon Josefsson  <jas@extundo.com>
3260
3261         * gnus-util.el (gnus-extract-address-components): Don't break on
3262         names such as James "Kibo" Parry.  From Francis Litterio
3263         <franl@world.std.com>.
3264
3265 2002-03-13  Simon Josefsson  <jas@extundo.com>
3266
3267         * pop3.el (pop3-open-server): Revert multibyte change.  From
3268         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3269
3270         * message.el (message-send-mail-with-qmail): Make it work.  From
3271         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3272
3273 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3274
3275         * message.el (message-make-mft): Set case-fold-search while
3276         generating the MFT.  Also, a little cleanup in the MFT code.
3277
3278 2002-03-12  Simon Josefsson  <jas@extundo.com>
3279
3280         * message.el (message-qmail-inject-args): May be function.
3281         (message-send-mail-with-qmail): Call function if m-q-i-a is
3282         function.  From fn@hungry.org (Faried Nawaz).
3283
3284 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3285
3286         * message.el (message-abbrevs-loaded): Remove.
3287         (mailabbrev): Require it.
3288
3289         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3290
3291 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * pop3.el (pop3-open-server): Set process buffer unibyte.
3294
3295 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3296
3297         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3298
3299 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3300
3301         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3302         too.
3303
3304 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3305
3306         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3307         duplication.
3308         (gnus-summary-save-parts-type-history): Ditto.
3309         (gnus-summary-save-parts-last-directory): Ditto.
3310         Trivial change from andre@slamdunknetworks.com
3311
3312 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3313
3314         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3315
3316 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3317
3318         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3319         -->" as the end of the first article.
3320
3321         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3322         From Matthieu Moy <Matthieu.Moy@imag.fr>
3323
3324         * message.el (message-add-action): Use add-to-list.
3325         (message-delete-action): New function.
3326
3327         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3328         pieces.
3329
3330 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3331
3332         * nnnil.el: New file.
3333         * gnus.el (gnus-valid-select-methods): Include nnnil.
3334
3335 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3336
3337         * message.el (message-syntax-checks): Because canlock is
3338         supported, we disable sender syntax check.
3339         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3340
3341         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3342         value of message-syntax-checks.
3343
3344         * qp.el (quoted-printable-decode-region): Doc addition.
3345         From: Eli Zaretskii <eliz@is.elta.co.il>
3346
3347         * mail-source.el (make-source-make-complex-temp-name): Use
3348         make-temp-file.
3349
3350         * mm-util.el (mm-make-temp-file): New function.
3351         * nneething.el (nneething-file-name): Use it.
3352         * mml-smime.el (mml-smime-encrypt): Ditto.
3353         * mm-view.el (mm-inline-wash-with-file): Ditto.
3354         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3355         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3356         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3357         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3358         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3359         * gnus-art.el (gnus-mime-print-part): Ditto.
3360
3361 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3362
3363         * message.el (nnmaildir-article-number-to-base-name): New
3364         function.
3365         (nnmaildir-base-name-to-article-number): New function.
3366
3367 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3368
3369         * smime.el (smime-make-temp-file): Don't quote
3370         `temporary-file-directory'.
3371
3372 2002-03-04  Simon Josefsson  <jas@extundo.com>
3373
3374         * smime.el (smime-sign-region): Rename argument keyfiles to
3375         keyfile. You only sign something with one key.
3376         (smime-sign-buffer): Better completing-read prompt.
3377         (smime-decrypt-buffer): Ditto.
3378
3379         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3380
3381         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3382         completing-read.
3383         (mm-view-pkcs7-decrypt): CRLF->LF.
3384
3385 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3386
3387         * message.el (message-hierarchical-addresses): New variable.
3388         (message-get-reply-headers): Use it.
3389         From Ted Zlatanov <teodor.zlatanov@divine.com>
3390
3391 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3392
3393         * message.el (message-mode): If buffer-file-name, don't set auto
3394         save file name.
3395         Trivial change from Geoff Greene <ggreene@wpi.edu>
3396
3397 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3398
3399         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3400         takes one argument in read-char.
3401
3402         * message.el (message-fix-before-sending): Forward a char.
3403         Check mmu-multibyte-p, add control-1.
3404
3405 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3406
3407         * gnus-start.el (gnus-read-init-file): Ditto.
3408
3409         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3410
3411         * dgnushack.el (dgnushack-make-load): Ditto.
3412
3413         * mail-source.el (mail-source-fetch): Extract the right error
3414         code.
3415
3416         * message.el (message-fix-before-sending): Check illegible text.
3417
3418         * gnus-util.el (gnus-multiple-choice): New function.
3419
3420         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3421         also defined in gnus-score.el.
3422
3423 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3424
3425         * message.el (message-get-reply-headers): downcase email addresses
3426         for comaparisons for duplicate removal.
3427
3428 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3429
3430         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3431         implementation of PKCS#7, which just allows users read the
3432         message.
3433         (mm-view-pkcs7): Use it.
3434
3435 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3436
3437         * gnus.el (large-newsgroup-initial): New parameter.
3438
3439         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3440         (gnus-summary-insert-old-articles): Ditto.
3441
3442 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3443
3444         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3445         used as the default answer of the question, "How many articles?".
3446         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3447
3448         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3449         small numbers.
3450
3451 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3452
3453         * deuglify.el: Fix comments.
3454
3455 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3456
3457         * html2text.el (html2text-clean-anchor): If there is no HREF,
3458         insert nothing.
3459
3460         * mml.el (mml-generate-mime-1): Add cdr.
3461         From: andre@slamdunknetworks.com
3462
3463         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3464         (mm-text-html-washer-alist): Ditto.
3465
3466         * mm-decode.el (mm-text-html-renderer): Add html2text.
3467
3468         * html2text.el: Face lift.
3469
3470         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3471
3472 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3473
3474         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3475
3476         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3477
3478         * deuglify.el: New file. The original file name is
3479         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3480
3481         * mm-decode.el (mm-display-external): Use
3482         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3483
3484 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3485
3486         * nnmaildir.el (nnmaildir-request-list): Report the highest
3487         article number, not the total number of articles.
3488
3489 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3490
3491         * gnus-sum.el: Move uu key map here.
3492         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3493
3494 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3495
3496         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3497         nnmail-expiry-wait* if expire-age parameter is not set.
3498
3499 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3500
3501         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3502         function.
3503         (gnus-group-sort-selected-groups-by-real-name): New function.
3504         (gnus-group-make-menu-bar): Add sort by real name.
3505
3506         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3507         rebuild.
3508         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3509         nil as dependencies as well.
3510
3511 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3512
3513         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3514         for mime-parts.
3515
3516         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3517
3518         * gnus-group.el (gnus-group-name-decode): Don't test
3519         multibyte-string, because it breaks XEmacs.
3520         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3521
3522         * message.el (message-send-mail): Be talkative.
3523
3524         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3525         (mm-automatic-display): Ditto.
3526
3527         * mailcap.el (mailcap-mime-data): Ditto.
3528         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3529
3530 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3531
3532         * many files: Remove trailing whitespaces, replace spc+tab with
3533         tab, replace leading whitespaces with tabs.
3534
3535 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3536
3537         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3538         articles with no body and no blank line after the header.
3539
3540 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3541
3542         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3543         parts.
3544
3545         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3546         non-ascii chars.
3547
3548         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3549
3550         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3551         w3-delay-image-loads.
3552         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3553         (mm-w3-prepare-buffer): Ditto.
3554
3555         * mail-source.el (mail-source-fetch-directory): Run scripts.
3556
3557 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558
3559         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3560         for Majordomo confirmations.
3561
3562 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3563
3564         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3565
3566 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3567
3568         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3569
3570 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3571
3572         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3573         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3574
3575 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3576
3577         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3578         (mm-inline-render-with-stdin): Ditto.
3579         (mm-inline-render-with-function): Ditto.
3580         (mm-inline-wash-with-file): Bind coding-system-for-write.
3581         (mm-inline-wash-with-stdin): Ditto.
3582
3583 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3584
3585         Suggested by Felix Natter <fnatter@gmx.net>
3586
3587         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3588         gnus-mime-externalize-view.
3589         (gnus-mime-view-part-internally): Rename from
3590         gnus-mime-internalize-view.
3591         (gnus-article-view-part-externally): Rename from
3592         gnus-article-externalize-part.
3593         (gnus-mime-action-alist): Change correspondingly.
3594         (gnus-mime-button-commands): Ditto.
3595         (gnus-mime-action-alist): Remove duplication.
3596
3597         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3598
3599 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3600
3601         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3602
3603         * gnus-art.el (gnus-display-mime): Use it.
3604
3605         * mm-partial.el (mm-partial-find-parts): Use it.
3606
3607         * gnus-sum.el (gnus-article-loose-mime): Rename from
3608         gnus-article-no-strict-mime.
3609         (gnus-summary-save-parts): Use it.
3610
3611 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3614         local variable.
3615
3616         * gnus-art.el (article-display-x-face): Don't sort multiple
3617         X-Faces.
3618
3619 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3622         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3623
3624         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3625
3626 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3627
3628         Some ideas is inspired by code from Hrvoje Niksic
3629         <hniksic@arsdigita.com>
3630
3631         * gnus-art.el (gnus-article-wash-function): Set the default to
3632         nil, so that we use mm-text-html-renderer instead.
3633         (article-wash-html): Use mm-text-html-renderer.
3634
3635         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3636         (mm-text-html-renderer): New variable.
3637         (mm-inline-text-html-renderer): Set the default to nil, so that we
3638         use mm-text-html-renderer instead.
3639
3640         * mm-view.el (mm-inline-text-html): New function.
3641         (mm-text-html-renderer-alist): New variable.
3642         (mm-inline-text-vcard): New function.
3643         (mm-inline-text): Split.
3644         (mm-links-remove-leading-blank): New function.
3645         (mm-inline-render-with-file): New function.
3646         (mm-inline-render-with-stdin): New function.
3647         (mm-inline-render-with-function): New function.
3648         (mm-text-html-washer-alist): New variable.
3649         (mm-inline-wash-with-file): New function.
3650         (mm-inline-wash-with-stdin): New function.
3651
3652 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3653
3654         * message-utils.el: Fix installation doc.
3655         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3656
3657 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3658
3659         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3660         (gnus-post-method): Use it.
3661         (gnus-summary-cancel-article): Find the correct post-method.
3662
3663         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3664         * message.el (message-send-news): Ditto.
3665         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3666         <ipmonger@delamancha.org>
3667
3668         * gnus.el (gnus-select-method): Fix doc.
3669         (gnus-server-string): Use 'using nntp'.
3670
3671         * gnus-agent.el (gnus-slave-unplugged): New command.
3672         From: Felix Natter <fnatter@gmx.net>
3673
3674 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3675
3676         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3677         Call edit-done-function first, then change the window
3678         configuration.
3679         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3680         (gnus-article-edit-mode): mml-mode.
3681
3682         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3683         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3684
3685         * message-utils.el: Adopt the file.
3686
3687         * message-utils.el: New file.
3688         From Holger Schauer <Holger.Schauer@gmx.de>
3689
3690 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3691
3692         * gnus-sum.el (gnus-summary-move-article): Select-article only
3693         when gnus-move-split-methods is non-nil. And we don't render or
3694         mark the article.
3695
3696         * gnus-fun.el (gnus-shell-command-to-string): New function.
3697         (gnus-shell-command-on-region): New function.
3698         (gnus-random-x-face): Use them.
3699         (gnus-x-face-from-file): Ditto.
3700         (gnus-convert-image-to-gray-x-face): Ditto.
3701         (gnus-convert-gray-x-face-to-xpm): Ditto.
3702         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3703
3704 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-art.el (gnus-treat-display-xface): Don't use
3707         `shell-command-to-string' when compiling.
3708         (gnus-treat-display-grey-xface): Ditto.
3709
3710 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3711
3712         * nnmaildir.el (nnmaildir--article-count): If the group is
3713         completely empty, report minimum article number as 1 instead of 0.
3714
3715 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3716
3717         * gnus-agent.el (gnus-get-predicate): Use nconc.
3718
3719         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3720         gnus-summary-display-cache as cache.
3721
3722         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3723         (nndoc-mail-in-mail-type-p): New function.
3724         (nndoc-mail-in-mail-article-begin): New function.
3725
3726 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3727
3728         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3729
3730         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3731         use-hard-newlines to nil.
3732
3733         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3734         image is not available if window-system is not available.
3735
3736         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3737
3738 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3739
3740         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3741         bookmark, because update-mark doesn't handle it correctly.
3742
3743 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3744
3745         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3746         directly instead of calling message-send-mail.
3747
3748         * gnus-start.el (gnus-read-descriptions-file): Use
3749         gnus-default-charset.
3750
3751         * mm-util.el (mm-guess-mime-charset): New function.
3752
3753         * gnus.el (gnus-default-charset): Use it.
3754         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3755         the default.
3756
3757 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3758
3759         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3760         (article-display-x-face): Use it.  Disable grey xface, if
3761         uncompface is not found.
3762
3763         * message.el (message-mode): Don't enable multibyte on an indirect
3764         buffer.
3765
3766         * nnrss.el (nnrss-content-function): New variable.
3767         (nnrss-request-article): Use it.
3768
3769 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3770
3771         * gnus.el: Add article-unsplit-urls.
3772         * gnus-sum.el: Ditto.
3773         * gnus-art.el (gnus-treat-strip-cr): New variable.
3774         (gnus-treatment-function-alist): Use it.
3775         (article-unsplit-urls): New function.
3776         (gnus-article-make-menu-bar): Use it.
3777         From: Michael Cook <michael.cook@cisco.com>
3778
3779 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3780
3781         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3782         copy.
3783
3784 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3785
3786         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3787         with internal whitespace.
3788         (gnus-parent-id): Ditto.
3789
3790 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3791
3792         * gnus-art.el (gnus-article-treat-body-boundary): Add
3793         gnus-decoration property.
3794         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3795
3796         * message.el (message-mode): Set local-abbrev-table.
3797         From Matt Armstrong <matt@lickey.com>.
3798
3799         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3800         too many spaces.
3801
3802         * rfc2047.el (rfc2047-unfold-region): Ditto.
3803         (rfc2047-decode-region): Don't unfold. Let
3804         gnus-article-treat-unfold-headers do it.
3805
3806         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3807         From: Jesper Harder <harder@ifa.au.dk>
3808
3809 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3810
3811         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3812         (gnus-configure-posting-styles): Use it.
3813         (gnus-configure-posting-styles): Remove trailing newspaces.
3814
3815 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3816
3817         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3818         is non-nil.
3819
3820         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3821
3822         * gnus.el (gnus-server-to-method): Switch position with
3823         gnus-server-get-method.
3824         (gnus-agent): Add doc.
3825
3826         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3827         (gnus-summary-save-parts): Use it.
3828
3829         * gnus-art.el (gnus-display-mime): Use it.
3830         * mm-partial.el (mm-partial-find-parts): Use it.
3831
3832         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3833
3834         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3835         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3836
3837         * nnagent.el (nnagent-request-expire-articles): Don't delete
3838         files.
3839
3840 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3841
3842         * message.el (message-gen-unsubscribed-mft): New function.
3843         From Sriram Karra <karra@cs.utah.edu>.
3844
3845         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3846         open parenthesis.
3847
3848         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3849         (mm-inline-text-html-render-with-w3): Ditto.
3850         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3851         Suggested by Dave Love  <d.love@dl.ac.uk>.
3852
3853         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3854
3855         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3856         * nntp.el (nntp-send-command): Ditto.
3857         * nntp.el (nntp-send-command-nodelete): Ditto.
3858
3859 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3860
3861         * mm-url.el (mm-url-load-url): New function.
3862         (mm-url-insert-file-contents): Use it.
3863
3864         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3865
3866         * message.el (message-forward-make-body): Correctly copy
3867         forward-buffer.
3868
3869         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3870
3871 2002-02-04  Simon Josefsson  <jas@extundo.com>
3872
3873         * gnus-art.el (gnus-article-followup-with-original): Mark with
3874         force, prevent errors when following up from article buffer.
3875         (gnus-article-reply-with-original): Ditto.
3876
3877         * binhex.el (binhex-decoder-switches): Fix doc.  From
3878         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3879
3880 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3881
3882         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
3883         highlight-citation after emphasize.
3884
3885 2002-02-04  Simon Josefsson  <jas@extundo.com>
3886
3887         * nnfolder.el (nnfolder-open-marks):
3888
3889         * nnml.el (nnml-open-marks): Message when done.  From David
3890         Edmondson <dme@sun.com>.
3891
3892 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3893
3894         * imap.el (imap-anonymous-auth): Fix typo.
3895         From: Steinar Bang <sb@dod.no>
3896
3897         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
3898         save-excursion.
3899         (gnus-cache-braid-heads): Ditto.
3900
3901         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
3902         line, because there are extra articles in the overview buffer.
3903
3904         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
3905
3906         * message.el (message-forward-rmail-make-body): Directly use
3907         rmail-msg-restore-non-pruned-header to avoid calling
3908         vertical-motion.
3909
3910 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3911
3912         * gnus-cache.el (gnus-summary-insert-cached-articles):
3913         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
3914
3915         * gnus-group.el (gnus-group-mark-article-read): Nreverse
3916         gnus-newsgroups-unselected.
3917
3918         * gnus-agent.el (gnus-summary-set-agent-mark): Use
3919         gnus-add-to-sorted-list.
3920
3921         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
3922         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
3923         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
3924         (gnus-update-read-articles): UNREAD is sorted.
3925         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
3926         (gnus-newsgroup-marked, gnus-newsgroup-cached)
3927         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
3928         (gnus-newsgroup-dormant): Require sorted.
3929
3930         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
3931         directories.
3932         (gnus-dired-print): New function.
3933
3934         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
3935         ps-despool.
3936
3937 2002-02-02  Simon Josefsson  <jas@extundo.com>
3938
3939         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
3940
3941 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3942
3943         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
3944         t. This makes gnus-agent customizable without putting
3945         gnus-agentize into .gnus.
3946
3947         * gnus.el (gnus-agent): Make it customizable.
3948
3949         * gnus-dired.el: New file.
3950         From Benjamin Rutt <brutt@bloomington.in.us>
3951
3952         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
3953         if no article.
3954         (gnus-cache-possibly-remove-article): Ditto.
3955         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
3956
3957 2002-02-01  Simon Josefsson  <jas@extundo.com>
3958
3959         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
3960
3961 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
3964         (mm-setup-w3m): Don't bind keys listed in the above.
3965
3966 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
3969         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
3970         is non-nil; bind `w3m-force-redisplay' with nil.
3971
3972         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
3973
3974         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
3975
3976 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
3977
3978         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
3979         use mail-header-unfold-field.
3980
3981         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
3982         gnus-summary-limit.
3983
3984         * gnus-range.el (gnus-add-to-sorted-list): New function.
3985         * gnus-sum.el (gnus-mark-article-as-read): Use it.
3986         (gnus-mark-article-as-unread): Ditto.
3987         (gnus-summary-mark-article-as-unread): Ditto.
3988         (gnus-build-get-header): Ditto.
3989         (gnus-summary-prepare-threads): Ditto.
3990         (gnus-summary-insert-pseudos): Ditto.
3991         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
3992         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
3993         (gnus-summary-insert-old-articles): Ditto.
3994
3995         * gnus-msg.el (gnus-posting-styles): Add new format of header.
3996         (gnus-configure-posting-styles): Support the new format.
3997
3998         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
3999         edebug-form-spec to (sexp body).
4000         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4001
4002         * message.el (message-reply-headers): Add doc.
4003
4004 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4005
4006         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4007         gnus-cache-active-hashtb.
4008
4009         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4010         (gnus-agent-summary-fetch-group): Use it.
4011
4012         * gnus-msg.el (gnus-debug-files): New variable.
4013         (gnus-debug-exclude-variables): New variable.
4014         (gnus-debug): Use them.
4015
4016         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4017
4018 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4019
4020         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4021         (message-mode-syntax-table): Move back the previous position.
4022
4023         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4024
4025         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4026         gnus-sorted-difference.
4027
4028         * nnsoup.el (nnsoup-request-expire-articles): Use
4029         gnus-sorted-difference.
4030
4031         * nnheader.el: Autoload gnus-sorted-difference.
4032
4033         * nnfolder.el (nnfolder-request-expire-articles): Use
4034         gnus-sorted-difference.
4035
4036         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4037         gnus-sorted-difference.
4038
4039         * gnus-range.el: Autoload cookies.
4040         (gnus-sorted-difference): New function.
4041         (gnus-sorted-ndifference): New function.
4042         (gnus-sorted-nintersection): Rename from
4043         gnus-set-sorted-intersection.
4044         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4045         (gnus-list-range-difference): Rename from
4046         gnus-inverse-list-range-intersection.
4047         (gnus-inverse-list-range-intersection): Use defalias.
4048
4049         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4050         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4051         (gnus-articles-to-read): Use gnus-sorted-difference.
4052         (gnus-summary-limit-mark-excluded-as-read): Use
4053         gnus-sorted-intersection and gnus-sorted-ndifference.
4054         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4055         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4056
4057         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4058
4059 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4062         property to the buffer for using emacs-w3m command keys.
4063
4064         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4065         option.
4066
4067         * mm-view.el (mm-w3m-mode-map): New variable.
4068         (mm-w3m-mode-command-alist): New variable.
4069         (mm-w3m-minor-mode): Removed.
4070         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4071         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4072         buffer for using emacs-w3m command keys.
4073
4074 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4075
4076         * message.el (message-mode-syntax-table): Move forward.
4077         (message-cite-prefix-regexp): Auto detect non word constituents.
4078         (message-cite-prefix-regexp): Don't use with-syntax-table.
4079
4080         * gnus-sum.el (gnus-summary-update-info): Use
4081         gnus-list-range-intersection.
4082
4083         * gnus-agent.el (gnus-agent-fetch-headers): Use
4084         gnus-list-range-intersection.
4085
4086         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4087         (gnus-list-range-intersection): Use it.
4088         (gnus-inverse-list-range-intersection): Ditto.
4089         (gnus-sorted-intersection): Add doc.
4090         (gnus-set-sorted-intersection): Add doc.
4091         (gnus-sorted-union): New function.
4092         (gnus-set-sorted-union): New function.
4093
4094         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4095         (gnus-inverse-list-range-intersection): Ditto.
4096
4097 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4098
4099         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4100
4101         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4102         and permit `:' and `\' in order to handle full Windows pathnames.
4103         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4104         technically not correct per standard, but seems to have common use.
4105
4106 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4107
4108         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4109         replacing numbers.
4110
4111 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4112
4113         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4114
4115         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4116         Don't split when the window is small, e.g. when a small *BBDB*
4117         window is the lowest one.
4118
4119         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4120         nnheader-find-nov-line to speed up. Use nreverse, because it is
4121         sorted. Use nnheader-insert-nov-file.
4122
4123 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4124
4125         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4126
4127         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4128         of `w3m-display-inline-images' with the value of
4129         `mm-inline-text-html-with-images'.
4130         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4131
4132         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4133
4134 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4135
4136         * time-date.el: Add autoload cookies.  Many doc fixes.
4137         (time-add): New function.
4138         (time-subtract): Renamed from subtract-time.
4139         (subtract-time): New alias for time-subtract.
4140
4141 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4144         emacs-w3m in doc-string.
4145
4146         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4147         `w3m-current-buffer'.
4148
4149 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4150
4151         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4152
4153         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4154         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4155         (mm-w3m-cid-retrieve): New function.
4156         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4157
4158 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4159
4160         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4161
4162 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4165
4166 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4167
4168         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4169         32K.
4170
4171         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4172
4173         * nnmail.el (nnmail-article-group): Decode headers before running
4174         split rules over them.
4175         (nnmail-mail-splitting-charset): New variable.
4176
4177         * smiley.el: Replaced with smiley-ems.el.
4178
4179 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4180
4181         * mm-url.el (mm-url-predefined-programs): Add w3m.
4182         (mm-url-program): Ditto.
4183
4184 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4185
4186         * nnml.el (nnml-use-compressed-files): New variable.
4187         (nnml-filenames-are-evil): Removed.
4188         (nnml-current-group-article-to-file-alist): Don't use.
4189         (nnml-update-file-alist): Inhibit.
4190         (nnml-article-to-file): Use new var.
4191
4192 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4193
4194         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4195
4196         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4197
4198 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4199
4200         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4201         function.
4202
4203         * gnus-util.el (gnus-cache-file-contents): New function.
4204
4205         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4206         (gnus-agent-load-alist): Use it.
4207
4208         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4209
4210         * nnheader.el (nnheader-insert-nov-file): New function.
4211
4212         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4213
4214         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4215         there are no references.
4216         (gnus-extract-message-id-from-in-reply-to): New function.
4217         (gnus-nov-parse-line): Use in-reply-to if there are no
4218         references.
4219
4220 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4221
4222         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4223
4224         * gnus-util.el (gnus-parse-without-error): New macro.
4225
4226 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4227
4228         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4229         (gnus-article-wash-function): use locate-library to decide which
4230         to use.
4231
4232 2002-01-25  Simon Josefsson  <jas@extundo.com>
4233
4234         * pop3.el (pop3-munge-message-separator): Work if no date.
4235         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4236
4237 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238
4239         * gnus-agent.el (gnus-agent-save-alist): Fix.
4240
4241         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4242         mistake.  Reinstated lost code.
4243
4244 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4245
4246         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4247         one exists in the case of an encrypted message with an internal
4248         signature.
4249
4250 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4251
4252         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4253
4254 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * dgnushack.el: Commented out the experimental code.
4257
4258 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4259
4260         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4261         error.
4262
4263         * gnus.el (gnus-server-to-method): Made into subst.
4264         (gnus-server-method-cache): New variable.
4265         (gnus-server-to-method): Use it.
4266         (gnus-group-method-cache): New variable.
4267         (gnus-find-method-for-group-1): Renamed.
4268         (gnus-find-method-for-group): New function.
4269         (gnus-group-method-cache): Removed.
4270
4271         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4272         function.
4273
4274         * gnus-range.el (gnus-members-of-range): New function.
4275         (gnus-list-range-intersection): Renamed.
4276         (gnus-inverse-list-range-intersection): New function.
4277
4278         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4279
4280         * nnagent.el (nnagent-retrieve-headers): New implementation.
4281
4282         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4283         implementation.
4284
4285 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4288         `w3m-meta-content-type-charset-regexp'.
4289
4290         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4291         charset-encoded html contents.
4292
4293 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4294
4295         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4296         an empty file.
4297
4298         * nnweb.el (url): Ignore errors when request url.
4299
4300         * nnrss.el: Clean up the comments.
4301
4302 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4305
4306         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4307         (mm-inline-media-tests): Test whether the value of
4308         `mm-inline-text-html-renderer' is a function for text/html.
4309
4310         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4311         separated from `mm-inline-text'.
4312         (mm-w3m-minor-mode): New variable.
4313         (mm-w3m-setup): New variable.
4314         (mm-setup-w3m): New function.
4315         (mm-inline-text-html-render-with-w3m): New function.
4316         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4317         text/html.
4318
4319 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4320
4321         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4322
4323 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4324
4325         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4326         and `gnus-xmas-completing-read'.
4327
4328 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4329
4330         * nneething.el (nneething-message-id-number): Abolished.
4331         (nneething-encode-file-name): Not encode numerical characters.
4332         (nneething-make-head): `nneething-message-id-number' is not
4333         used to generate message IDs.
4334
4335 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4336
4337         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4338         characters.
4339
4340 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4343         (gnus-xmas-redefine): Redefine conditionally.
4344
4345 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4346
4347         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4348         tag.
4349
4350 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4351
4352         * message.el (message-font-lock-keywords): Added the secure tag.
4353         * mml-sec.el: Added functions to generate/modify/remove the secure
4354         tag while in message mode.
4355         * mml-sec.el (mml-secure-message): New.
4356         * mml-sec.el (mml-unsecure-message): New.
4357         * mml-sec.el (mml-secure-message-sign-smime): New.
4358         * mml-sec.el (mml-secure-message-sign-pgp): New.
4359         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4360         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4361         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4362         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4363         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4364         convert it to either a part or multipart depending on if there are
4365         other parts in the message.
4366         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4367         to use the secure tag, rather than the part tag.
4368         * mml.el (mml-preview): Added a save-excursion to keep cursor
4369         position after doing an MML preview.
4370
4371 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4372
4373         * nnheader.el (nnheader-parse-overview-file): New function.
4374         (nnheader-write-overview-file): New function.
4375
4376 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4379         in wanted.
4380
4381         * nnweb.el (nnweb-type-definition): Clean up.
4382
4383 2002-01-21  Alastair Burt  <burt@dfki.de>
4384         Trivial patch.
4385
4386         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4387         buffer exists before jumping to it.
4388
4389 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390
4391         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4392         function.
4393         (article-wash-html): Use it.
4394         (gnus-article-wash-function): New variable.
4395         (gnus-article-wash-html-with-w3m): New function.
4396
4397 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4398
4399         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4400         XEmacs.
4401
4402 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4403
4404         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4405         command line.
4406
4407 2002-01-21  Simon Josefsson  <jas@extundo.com>
4408
4409         * canlock.el (base64-encode-string): Autoload it from base64.
4410         (canlock-make-cancel-key): Base64 encode unibyte string.
4411
4412 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4413
4414         * nnfolder.el (nnfolder-request-accept-article): Unfold
4415         x-from-line.
4416         (nnfolder-request-replace-article): Ditto.
4417
4418 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4419
4420         * gnus-group.el (gnus-group-best-unread-group): Use the right
4421         positioning function.
4422
4423 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4424
4425         * smiley-ems.el (smiley-region): Use new function.
4426         (smiley-update-cache): Use general image functions.
4427         (smiley-region): Use general functions.
4428
4429         * gnus-util.el (gnus-graphic-display-p): New function.
4430
4431         * nnmail.el (nnmail-article-group): Allow outputting traces of
4432         non-strings.
4433
4434         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4435         (nndoc-exim-bounce-type-p): New function.
4436
4437         * message.el (message-dont-send): Doc fix.
4438
4439         * gnus-util.el (gnus-completing-read): Remove
4440         inherit-input-method.
4441
4442         * gnus-art.el (gnus-treat-smiley): Doc fix.
4443
4444         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4445         articles.
4446
4447 2002-01-19  Simon Josefsson  <jas@extundo.com>
4448
4449         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4450         (imap-kerberos4-open): Ditto.
4451         (imap-open): Set port correctly, don't set auth.
4452
4453 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4454
4455         * gnus.el (gnus-version-number): Bump version number.
4456
4457 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4458
4459         * gnus.el: Oort Gnus v0.05 is released.
4460
4461 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4462
4463         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4464         exists.
4465
4466         * gnus-spec.el (gnus-string-width-function): New function.
4467         (gnus-tilde-cut-form): Use it.
4468         (gnus-tilde-max-form): Ditto.
4469         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4470         (gnus-substring-function): Use it.
4471         (gnus-tilde-cut-form): Ditto.
4472         (gnus-substring-function): New function.
4473
4474         * message.el (message-check-news-header-syntax): New message.
4475
4476         * gnus.el (gnus-slave-no-server): Doc fix.
4477
4478         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4479
4480 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4483         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4484         (seen (NUM1 . NUM2)).
4485
4486 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4489         number in closed topics.
4490
4491 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4492
4493         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4494         functions.
4495
4496 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497
4498         * gnus.el (gnus-group-find-parameter): Clean up.
4499
4500         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4501         articles.
4502
4503         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4504
4505         * nnmail.el (nnmail-article-group): Clean up.
4506
4507 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4508
4509         * gnus-agent.el (gnus-category-name): Intern the category name.
4510
4511 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512
4513         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4514
4515         * gnus-util.el (gnus-completing-read): New function.
4516
4517 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4518
4519         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4520
4521         * smiley-ems.el (smiley-region): Register smiley.
4522         (smiley-toggle-buffer): Rewrite the function.
4523         (smiley-active): Removed.
4524
4525 2002-01-19  Simon Josefsson  <jas@extundo.com>
4526
4527         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4528         Jesper Harder <harder@ifa.au.dk>.
4529
4530 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4531
4532         * gnus-art.el (gnus-request-article-this-buffer): Call
4533         `nneething-get-file-name' to extract the file name from the
4534         message id.
4535
4536         * nneething.el (nneething-encode-file-name): New function.
4537         (nneething-decode-file-name): Ditto.
4538         (nneething-get-file-name): Ditto.
4539         (nneething-make-head): Encode the file name and encapsulate it
4540         into the field of the message id.
4541
4542 2002-01-18  Simon Josefsson  <jas@extundo.com>
4543
4544         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4545         stored in .marks.
4546
4547         * nnfolder.el (nnfolder-request-update-info): Ditto.
4548
4549 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4550
4551         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4552
4553 2002-01-18  Simon Josefsson  <jas@extundo.com>
4554
4555         * imap.el (imap-starttls-p): Don't check for binary.
4556         (imap-gssapi-auth-p): Ditto.
4557         (imap-kerberos4-auth-p): Ditto.
4558         (imap-open): Change logic.  Iterate through all possible streams,
4559         instead of bailing out after first failure.  Move authenticator
4560         decision to `imap-authenticate'.
4561         (imap-authenticate): Change logic, now finds the authenticator to
4562         use, was previously in `imap-open'.
4563         (imap-open): Return nil on failure.
4564         (imap-open): Setup temp buffer correctly.
4565         (imap-open): Return buffer only on success.
4566         (imap-interactive-login, imap-interactive-login): Tell the user
4567         which stream/authenticator is used for the queried
4568         username/password.
4569         (imap-open, imap-authenticate): Set variables.
4570         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4571         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4572
4573 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4574
4575         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4576
4577 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4580
4581 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4582
4583         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4584         (gnus-agent-group-mode-map): Bind it to "Jo".
4585         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4586
4587 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4588
4589         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4590         (gnus-summary-mail-toolbar): Add mail article deletion button.
4591
4592         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4593         false positives for lines of "^^^^".
4594
4595         * gnus-picon.el (gnus-picon-find-face): faces database is all
4596         lowercase.
4597
4598 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4599
4600         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4601         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4602         duplications.
4603         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4604
4605 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4606
4607         * gnus-sum.el (gnus-summary-initial-limit): Inline
4608         gnus-summary-limit-children.
4609         (gnus-summary-initial-limit): Don't limit if
4610         gnus-newsgroup-display is nil.
4611         (gnus-summary-initial-limit): No, don't.
4612
4613         * gnus-util.el
4614         (gnus-put-text-property-excluding-characters-with-faces): Inline
4615         gnus-put-text-property.
4616
4617         * gnus-spec.el (gnus-default-format-specs): New variable.
4618
4619         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4620         gnus-format-specs.
4621         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4622
4623         * gnus-spec.el (gnus-update-format-specifications): Really check
4624         the Gnus version of the .newsrc.eld file.
4625         (gnus-format-specs): Save the new default summary format.
4626
4627         * gnus-util.el (gnus-parent-id): Check whether references is empty
4628         before splitting.
4629
4630         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4631         functions.
4632         (gnus-gather-threads-by-references): Inline
4633         `gnus-split-references'.
4634
4635         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4636         default value of gnus-summary-line-format-spec.
4637
4638 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4639
4640         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4641         message.
4642         (nnslashdot-request-list): Ditto.
4643         (nnslashdot-sid-strip): Removed.
4644
4645 2002-01-15  Simon Josefsson  <jas@extundo.com>
4646
4647         * nnimap.el (nnimap-close-asynchronous): Enable.
4648         (nnimap-close-group): Expunge.
4649
4650 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4651
4652         * gnus-util.el (gnus-user-date-format-alist): Typo.
4653         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4654
4655 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4656
4657         * nneething.el (nneething-request-article): Set
4658         `nnmail-file-coding-system' to `binary' locally, in order to read
4659         files without any conversion.
4660
4661 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4662
4663         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4664         nnheader-file-coding-system and nnmail-active-file-coding-system.
4665         (gnus-agent-regenerate-group): Ditto.
4666         (gnus-agent-regenerate): Ditto.
4667         (gnus-agent-write-active): Ditto.
4668         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4669
4670 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4671
4672         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4673         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4674
4675 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4676
4677         * gnus.el: We don't need gnus-article-show-all-headers.
4678
4679         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4680         Ditto.
4681
4682         * gnus-sum.el (gnus-summary-select-article): Don't call
4683         show-all-headers, because hidden headers are not hidden text any
4684         more.
4685
4686 2002-01-13  Simon Josefsson  <jas@extundo.com>
4687
4688         * message.el (message-newline-and-reformat): Use `newline' instead
4689         of inserting \n, so that the newline is marked as hard.
4690
4691         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4692         From Jesper Harder <harder@ifa.au.dk>.
4693
4694 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4695
4696         * imap.el (imap-close): Keep going if quit.
4697
4698         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4699         nntp-server-buffer.
4700
4701 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4704         avoid unbinding shadowed variables.
4705
4706         * gnus-art.el (gnus-picon-databases): Moved here.
4707         (gnus-picons-installed-p): Moved here.
4708         (gnus-article-reply-with-original): Use `mark'.
4709
4710         * gnus.el (gnus-picon): Moved here and renamed.
4711
4712         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4713         installed.
4714         (gnus-treat-mail-picon): Ditto.
4715         (gnus-treat-newsgroups-picon): Ditto.
4716
4717         * gnus-picon.el (gnus-picons-installed-p): New function.
4718
4719 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4720
4721         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4722
4723 2002-01-12  Simon Josefsson  <jas@extundo.com>
4724
4725         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4726         (nnimap-before-find-minmax-bugworkaround): Use it.
4727         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4728         (nnimap-dont-close): New variable.
4729         (nnimap-close-group): Use it.
4730
4731 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732
4733         * gnus-art.el (gnus-article-reply-with-original): Use
4734         `mark-active'.
4735
4736         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4737
4738         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4739         (gnus-score-advanced): Clean up.
4740         (gnus-score-advanced): Accept a multiple of the score.
4741
4742 2002-01-12  Simon Josefsson  <jas@extundo.com>
4743
4744         * flow-fill.el (fill-flowed-display-column)
4745         (fill-flowed-encode-columnq): New variables.  Suggested by
4746         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4747         (fill-flowed-encode, fill-flowed): Use them.
4748
4749         * message.el (message-send-news, message-send-mail): Use
4750         m-b-s-n-p-e-h-n.
4751
4752         * mml.el (autoload): Autoload fill-flowed-encode.
4753         (mml-buffer-substring-no-properties-except-hard-newlines): New
4754         function.
4755         (mml-read-part): Use it.
4756         (mml-generate-mime-1): Encode format=flowed if appropriate.
4757         (mml-insert-mime-headers): Insert format=flowed.
4758
4759         * flow-fill.el (fill-flowed-encode): New function.
4760         (fill-flowed): Bind fill-column to window width.
4761
4762 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4765         it exists.
4766         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4767         (gnus-summary-buffer-name): Don't return the dead name after all.
4768         (gnus-summary-setup-buffer): Kill the dead buffer.
4769
4770         * gnus-art.el (gnus-article-followup-with-original): Store the
4771         value of the mark before deactivating it.
4772
4773 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4774
4775         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4776         From: Karl Kleinpaste <karl@charcoal.com>
4777
4778         * gnus-art.el (article-display-x-face): Ditto.
4779         (gnus-article-reply-with-original): Use gnus-region-active-p.
4780         (gnus-article-followup-with-original): Ditto.
4781
4782         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4783         downloadable article either.
4784
4785 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4786
4787         * gnus-art.el (article-display-x-face): Insert From:.
4788
4789         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4790         article. Bind gnus-display-mime-function and
4791         gnus-article-prepare-hook.
4792
4793         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4794         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4795         gnus-agent-possibly-synchronize-flags to the last.
4796         (gnus-agent-go-online): New function. New variable.
4797
4798 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4799
4800         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4801         (gnus-agent-regenerate): Ditto.
4802
4803 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4804
4805         * message.el (message-ignored-news-headers)
4806         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4807         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4808
4809         * gnus.el (gnus-gethash-safe): New macro.
4810
4811         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4812         (gnus-agent-regenerate): Show messages.
4813
4814 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4815
4816         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4817         (gnus-agent-regenerate): New function.
4818         (gnus-agent-save-alist): Sort.
4819         (gnus-agent-copy-nov-line): Test eobp.
4820         (gnus-agent-retrieve-headers): Erase buffer.
4821
4822 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4823
4824         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4825         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4826
4827         * gnus.el (gnus-agent-covered-methods): Move here.
4828         (gnus-online): New function.
4829         (gnus-agent-method-p): Move here.
4830
4831         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4832         nil. Remove articles-alist.
4833
4834         * gnus-start.el (gnus-get-unread-articles): Check online.
4835         (gnus-groups-to-gnus-format): Ditto.
4836         (gnus-active-to-gnus-format): Ditto.
4837
4838         * gnus-agent.el (gnus-agent-get-function): Use it.
4839         (gnus-agent-get-undownloaded-list): Ditto.
4840         (gnus-agent-fetch-session): Only fetch online methods.
4841
4842         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4843         (gnus-server-mode-map): Ditto.
4844         (gnus-server-offline-face): New face.
4845         (gnus-server-offline-face): New variable.
4846         (gnus-server-font-lock-keywords): Add offline.
4847         (gnus-server-insert-server-line): Ditto.
4848         (gnus-server-offline-server): New function.
4849
4850         * gnus-int.el (gnus-open-server): Turn to offline.
4851         (gnus-server-unopen-status): New variable.
4852
4853 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4854
4855         * nnkiboze.el (nnkiboze-request-article): Use
4856         gnus-agent-request-article.
4857
4858         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4859         function. Insert undownloaded NOV.
4860
4861         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4862         (gnus-agent-request-article): New function.
4863
4864         * gnus.el (gnus-agent-cache): New variable.
4865
4866         * gnus-int.el (gnus-retrieve-headers): Use
4867         gnus-agent-retrieve-headers.
4868         (gnus-request-head): Use gnus-agent-request-article.
4869         (gnus-request-body): Ditto.
4870
4871         * gnus-art.el (gnus-request-article-this-buffer): Use
4872         gnus-agent-request-article.
4873
4874         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
4875         article if it is undownloaded.
4876
4877 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
4880
4881 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * canlock.el (canlock-string-as-unibyte): New macro.
4884         (canlock-sha1-with-openssl): Return a unibyte string.
4885         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
4886
4887 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4888
4889         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
4890
4891 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4892
4893         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
4894         application/x-emacs-lisp.
4895
4896         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
4897
4898         * nntp.el (nntp-request-article): Add group parameter.
4899         (nntp-request-head): Ditto.
4900         (nntp-find-group-and-number): Add parameter group. Figure out
4901         number if the status line doesn't give (e.g. quimby.gnus.org).
4902
4903 2002-01-08  Simon Josefsson  <jas@extundo.com>
4904
4905         * mml.el (mml-generate-mime-1): Set recipient correctly.
4906
4907 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4908
4909         * message.el (message-read-from-minibuffer): Add parameter
4910         initial-contents.
4911         * gnus-msg.el (gnus-summary-resend-message): Use it.
4912
4913         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
4914         behavior of quit-config.
4915
4916         * message.el (message-make-from): Don't quote fullname.
4917         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
4918
4919         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
4920         From: <andre@slamdunknetworks.com>
4921
4922 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4923
4924         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
4925
4926         * gnus-art.el (gnus-header-button-alist): Handle mailto.
4927
4928         * mml.el (mml-preview): Bind gnus-original-article-buffer because
4929         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
4930         because bbdb may use it.
4931
4932 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4933
4934         * nneething.el (nneething-request-article): When a non-text file
4935         is converted to an article, its data is encoded in base64.  Call
4936         `nneething-make-head' with options to specify MIME types.
4937         (nneething-make-head): Add optional arguments to specify MIME
4938         types.
4939
4940 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4941
4942         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
4943         header if there is not.
4944
4945         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
4946
4947         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
4948         (gnus-inews-mark-gcc-as-read): Obsolete variable.
4949         (gnus-inews-do-gcc): Use them.
4950
4951         * gnus-group.el (gnus-group-mark-article-read): Put holes into
4952         gnus-newsgroup-unselected.
4953
4954 2002-01-06  Simon Josefsson  <jas@extundo.com>
4955
4956         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
4957         condition-case, not ignore-errors.
4958
4959 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4960
4961         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
4962         gnus-fetch-old-headers.
4963
4964         * gnus-art.el (article-display-x-face): Use the current buffer
4965         unless `W f'. Otherwise, X-Face may be shown in the header of a
4966         forwarded part.
4967         (gnus-treatment-function-alist): Treat xface before hiding
4968         headers.
4969
4970 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4971
4972         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
4973         parameters.
4974
4975 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4976
4977         * mm-util.el (mm-multibyte-p): Define conditionally when load.
4978         (mm-guess-charset): New function.
4979         (mm-charset-after): Use it.
4980         (mm-detect-coding-region): New function.
4981         (mm-detect-mime-charset-region): New function.
4982
4983         * gnus-sum.el (gnus-summary-show-article): Use
4984         mm-detect-coding-region.
4985
4986 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4987
4988         * message.el (message-make-fqdn): Be less violent.
4989
4990         * gnus.el (gnus-logo-color-style): Compute custom form
4991         automatically.
4992
4993         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
4994         score file of the parent to the document group.
4995
4996         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
4997         parameters parameter.
4998
4999         * gnus-score.el (gnus-score-load-file): Clean up.
5000
5001 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5002
5003         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5004         From: Damien Wyart <damien.wyart@free.fr>
5005
5006         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5007
5008 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5009
5010         * gnus-sum.el (gnus-select-group-hook): Typo.
5011
5012         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5013         is no quoted-printable-encoded STRING.
5014         From: Jesper Harder <harder@ifa.au.dk>
5015
5016         (rfc2047-decode-string): Decode it.
5017
5018 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5019
5020         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5021
5022 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5023         Trivial patch.
5024
5025         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5026         buffer to get rid of junk line.
5027
5028 2002-01-05  Simon Josefsson  <jas@extundo.com>
5029
5030         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5031         C-o.
5032         (message-mode-map): Bind message-insert-or-toggle-importance to
5033         C-c C-u.
5034         (message-mode-map): Bind message-disposition-notification-to to
5035         C-c M-n.
5036         (message-mode-menu): Add m-d-n-t.
5037         (message-mode-field-menu): Add m-goto-from.
5038         (message-mode): Doc fix.
5039         (message-goto-from): New function.
5040         (message-insert-disposition-notification-to): New function.
5041         (message-tool-bar-map): Add receipt button.
5042
5043 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * gnus-sum.el (gnus-thread-latest-date): New function.
5046         (gnus-thread-sort-by-most-recent-number): Renamed.
5047         (gnus-thread-sort-functions): Doc fix.
5048         (gnus-select-group-hook): Don't use setq on a hook.
5049         (gnus-thread-latest-date): Use date, not number
5050
5051         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5052         (gnus-agent-expire): Allow regexp of expire-days.
5053
5054         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5055         region.
5056         (gnus-article-followup-with-original): Ditto.
5057
5058         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5059
5060         * gnus-art.el (gnus-mime-display-alternative): Use
5061         gnus-local-map-property.
5062         (gnus-mime-display-alternative): Ditto.
5063         (gnus-insert-mime-security-button): Ditto.
5064         (gnus-insert-next-page-button): Ditto.
5065         (gnus-button-prev-page): Take optional args.
5066         (gnus-insert-prev-page-button): widget-convert.
5067
5068         * gnus-util.el (gnus-local-map-property): New function.
5069
5070         * gnus-art.el (gnus-prev-page-map): Use parent map.
5071         (gnus-next-page-map): Ditto.
5072
5073         * gnus-spec.el (gnus-parse-format): Clean up.
5074         (gnus-parse-format): Do complex formatting for %=.
5075
5076         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5077         "X-Face: " to the data in the built-in scenario.
5078
5079         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5080         (gnus-correct-pad-form): Renamed.
5081         (gnus-tilde-max-form): Clean up.
5082         (gnus-pad-form): Use gnus-use-correct-string-widths.
5083
5084         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5085         support if that is available.
5086
5087         * gnus-sum.el (gnus-thread-highest-number): New function.
5088         (gnus-thread-sort-by-most-recent-thread): New function.
5089         (gnus-thread-sort-functions): Doc fix.
5090
5091 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5092
5093         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5094         all cases.
5095         (gnus-summary-mode): Enable it in all cases.
5096         (gnus-summary-display-article): Ditto.
5097         (gnus-summary-edit-article): Ditto.
5098
5099         * gnus-ems.el (gnus-put-image): Really return glyph.
5100
5101         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5102         (gnus-treat-smiley): Don't take "P" in the interactive form.
5103
5104 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5105
5106         * compface.el (uncompface): XEmacs and Emacs have differing
5107         capabilities.
5108
5109         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5110
5111         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5112         (gnus-article-xface-ring-size): Removed.
5113         (gnus-article-display-xface): Removed.
5114         (gnus-remove-image): Cleaned up.
5115
5116         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5117         (gnus-xmas-create-image): Take pbm files.
5118         (gnus-x-face): Removed.
5119         (gnus-xmas-article-display-xface): Removed.
5120
5121         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5122         default-enable-multibyte-characters.
5123
5124         * compface.el (uncompface): Doc fix.
5125
5126         * gnus-art.el (gnus-article-x-face-command): Use
5127         gnus-display-x-face-in-from.
5128
5129         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5130
5131         * gnus-ems.el (gnus-put-image): Return the image.
5132
5133         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5134         (gnus-x-face): Moved here.
5135
5136 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5137
5138         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5139         invisible if string is nil.
5140         (gnus-xmas-article-display-xface): Use it.
5141
5142         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5143         property when string is nil.
5144         (gnus-article-display-xface): Use it.
5145
5146 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * gnus-art.el (article-display-x-face): Check whether valid grey
5149         face was returned.
5150         (article-display-x-face): Place image in the right spot.
5151
5152         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5153         stderr.
5154         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5155
5156 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157
5158         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5159         parameters.
5160         (gnus-xmas-put-image): Allow non-strings to be passed.
5161
5162         * gnus-art.el (article-display-x-face): Use optional parameters.
5163
5164         * gnus-ems.el (gnus-create-image): Take optional parameters.
5165
5166         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5167
5168         * compface.el (compface-xbm-p): Removed.
5169
5170         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5171         (gnus-article-display-xface): Use compface.
5172
5173         * compface.el: New file.
5174
5175         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5176         (gnus-convert-image-to-x-face-command): Ditto.
5177         (gnus-random-x-face): Quote argument.
5178         (gnus-x-face-from-file): Ditto.
5179
5180 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5181
5182         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5183         the expire-group parameter once per article rather than once
5184         per group; bind `nnmaildir-article-file-name' and `article'
5185         for convenience.  Leave article alone when expire-group
5186         specifies the current group.
5187         (nnmaildir--update-nov): be more concurrency-friendly with
5188         temp file names.
5189
5190 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5191
5192         * gnus-start.el (gnus-read-init-file): Cleaned up.
5193
5194 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5195
5196         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5197         (gnus-read-init-file): Don't use it.
5198
5199 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200
5201         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5202
5203 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5204
5205         * gnus-start.el (gnus-read-init-file): Don't force coding system
5206         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5207
5208 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5209
5210         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5211         * nnspool.el (nnspool-request-post): Ditto.
5212
5213         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5214         (mm-find-mime-charset-region): Use it.
5215
5216 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5217
5218         * gnus.el (gnus-summary-line-format): Added :link.
5219         * gnus-topic.el (gnus-topic-line-format): Ditto.
5220         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5221         * gnus-srvr.el (gnus-server-line-format): Ditto.
5222         * gnus-group.el (gnus-group-line-format): Ditto.
5223
5224         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5225         :keys, it works on both Emacsen.
5226
5227 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5228
5229         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5230
5231 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5232
5233         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5234
5235 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5236
5237         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5238         very wide reply.
5239
5240 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5243         (gnus-picon-cache): New variable.
5244         (gnus-picon-transform-newsgroups): Cache stuff.
5245
5246         * gnus-art.el (gnus-article-reply-with-original): New command.
5247         (gnus-article-followup-with-original): New command.
5248
5249         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5250         END parameters.
5251         (gnus-summary-followup): Take a list of list of articles.
5252         (gnus-inews-yank-articles): Allow lists of article/regions.
5253
5254         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5255         longer the usual commands.
5256
5257         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5258         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5259         shell-command-on-region.
5260
5261 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5262
5263         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5264           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5265
5266 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5267
5268         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5269         understand ':keys', wrap it in an featurep 'xemacs.
5270
5271 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5274         order of headers (Actually, it is called in a reversed order). Add
5275         'gnus-image-text-deletable property.
5276         (gnus-remove-image): Remove text with such a property.
5277
5278         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5279         gnus-put-image.
5280
5281         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5282         with ", "
5283
5284 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5287
5288         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5289         (article-display-x-face): Display grey X-Faces.
5290
5291         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5292         (gnus-convert-gray-x-face-to-ppm): Ditto.
5293         (gnus-convert-image-to-gray-x-face): Ditto.
5294
5295         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5296         gnus-summary-show-raw-article.
5297
5298 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5299
5300         Display picons in XEmacs without showing text.
5301
5302         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5303         mm-create-image-xemacs to create xbm glyph, because it deletes
5304         temporary files.
5305         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5306         (gnus-xmas-remove-image): Make text visible, remove glyph.
5307
5308         * gnus-picon.el (gnus-picon-transform-newsgroups)
5309         (gnus-picon-transform-address): Insert spec backward, due to the
5310         incompatibility of gnus-xmas-put-image.
5311
5312 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5313
5314         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5315
5316 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317
5318         * gnus.el: Doc fix.
5319
5320         * gnus-art.el: Doc fix.
5321
5322         * gnus-agent.el: Doc fix.
5323
5324 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5325
5326         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5327
5328 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5329
5330         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5331         NOV data out of the message again if nnmail-extra-headers has
5332         changed.
5333
5334 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335
5336         * gnus-fun.el: New file.
5337         (gnus-convert-image-to-x-face-command): New variable.
5338         (gnus-insert-x-face): New function.
5339         (gnus-random-x-face): Renamed.
5340         (gnus-x-face-from-file): Renamed.
5341
5342         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5343         "_".
5344         (gnus-body-boundary-delimiter): Typo fix.
5345
5346 2002-01-02  Simon Josefsson  <jas@extundo.com>
5347
5348         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5349         (gnus-body-boundary-delimiter): Fix type.
5350
5351 2002-01-01  Simon Josefsson  <jas@extundo.com>
5352
5353         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5354         (gnus-treat-emphasize, gnus-treat-strip-cr)
5355         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5356         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5357         (gnus-treat-fill-article, gnus-treat-hide-citation)
5358         (gnus-treat-hide-citation-maybe)
5359         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5360         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5361         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5362         (gnus-treat-date-ut, gnus-treat-date-local)
5363         (gnus-treat-date-english, gnus-treat-date-lapsed)
5364         (gnus-treat-date-original, gnus-treat-date-iso8601)
5365         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5366         (gnus-treat-strip-trailing-blank-lines)
5367         (gnus-treat-strip-leading-blank-lines)
5368         (gnus-treat-strip-multiple-blank-lines)
5369         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5370         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5371         (gnus-treat-display-xface, gnus-treat-display-smileys)
5372         (gnus-treat-from-picon, gnus-treat-mail-picon)
5373         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5374         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5375         (gnus-treat-play-sounds, gnus-treat-translate)
5376         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5377
5378         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5379         (gnus-article-treat-body-boundary): Use it.
5380
5381         * message.el (message-mode): Fix doc.
5382         (message-mode-menu): Fix names.
5383
5384 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5387         articles.
5388
5389         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5390         (gnus-picon-transform-address): Search for unknown faces as well.
5391         (gnus-picon-find-face): Don't search "news" for MISC.
5392         (gnus-picon-user-directories): Changed default back to exclude
5393         "unknown".
5394
5395         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5396
5397         * gnus-picon.el (gnus-picon-find-face): Search through all
5398         databases.
5399         (gnus-picon-find-face): New implementation.
5400
5401         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5402         keystroke.
5403         (gnus-topic-goto-next-topic): Ditto.
5404
5405         * gnus.el (gnus-summary-line-format): Changed default.
5406
5407         * nnmail.el (nnmail-extra-headers): Change default.
5408
5409         * gnus-sum.el (gnus-extra-headers): Change default.
5410
5411         * message.el (message-news-other-window): Changed "news" to
5412         "posting".
5413         (message-news-other-frame): Ditto.
5414         (message-do-send-housekeeping): Ditto.
5415
5416         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5417         function.
5418         (gnus-article-unread-p): New function.
5419         (gnus-article-unseen-p): New function.
5420         (gnus-dead-summary-mode-map): Typo.
5421
5422         * gnus-util.el (gnus-make-predicate): New function.
5423         (gnus-make-predicate-1): New function.
5424
5425         * gnus-sum.el: New function.
5426         (gnus-map-articles): New function.
5427
5428         * gnus-art.el (gnus-treat-fold-headers): New variable.
5429         (gnus-article-treat-fold-headers): New command and keystroke.
5430
5431         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5432         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5433
5434 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5435
5436         * message.el (message-fcc-externalize-attachments): New variable.
5437         (message-do-fcc): Use it.
5438
5439         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5440         (gnus-inews-do-gcc): Use it.
5441
5442         * mml.el (mml-tweak-sexp-alist): New variable.
5443         (mml-externalize-attachments): New variable.
5444         (mml-tweak-part): Use mml-tweak-sexp-alist.
5445         (mml-tweak-externalize-attachments): New function.
5446
5447 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5448
5449         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5450         'set-glyph-face' so x-face back/foreground can be set.
5451
5452 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5453
5454         * message.el (message-fix-before-sending): Fix a typo.
5455
5456 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * gnus-art.el (gnus-treat-smiley): Renamed command.
5459         (gnus-article-remove-images): New command and keystroke.
5460
5461         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5462
5463         * smiley-ems.el (gnus-smiley-display): Removed.
5464
5465         * gnus.el (gnus-version-number): Update version.
5466
5467         * message.el (message-text-with-property): Renamed and moved
5468         here.
5469         (message-fix-before-sending): Highlight invisible text and place
5470         point there.
5471
5472 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5473
5474         * gnus.el: Oort Gnus v0.04 is released.
5475
5476 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5477
5478         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5479
5480         * gnus-art.el (gnus-ignored-headers): More headers,
5481
5482         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5483         of `scan-error', since XEmacs doesn't seem to support that.
5484
5485 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5488         arg.
5489         (gnus-summary-best-unread-subject): Ditto.
5490         (gnus-summary-best-unread-subject): No, don't.
5491         (gnus-summary-better-unread-subject): New command.
5492
5493         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5494
5495         * lpath.el ((featurep 'xemacs)): fbind url function.
5496
5497         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5498         buffer.
5499         (gnus-xmas-remove-image): Implementation that does something.
5500         (gnus-xmas-article-display-xface): Mark images properly.
5501
5502         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5503
5504 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5505
5506         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5507
5508 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5509
5510         * gnus-group.el (gnus-group-line-format): Added %O to the default
5511         value.
5512
5513         * gnus-util.el (gnus-text-with-property): The smallest point is
5514         point-min.
5515
5516         * smiley-ems.el (smiley-region): Return images.
5517         (gnus-smiley-display): Allow toggling.
5518         (smiley-region): Use text properties, not overlays.
5519
5520         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5521         implemented yet.
5522
5523         * smiley-ems.el (smiley-update-cache): Check for valid types.
5524
5525         * gnus-art.el (gnus-with-article-buffer): New macro.
5526
5527         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5528         strings as well as the glyphs.
5529         (gnus-picon-transform-address): Ditto.
5530         (gnus-picon-insert-glyph): Ditto.
5531         (gnus-picon-transform-newsgroups): Toggle.
5532         (gnus-picon-transform-address): Toggle.
5533
5534         * gnus-ems.el (gnus-remove-image): New function.
5535         (gnus-put-image): Take an optional string.
5536
5537         * gnus-util.el (gnus-text-with-property): New function.
5538
5539         * gnus-art.el (gnus-delete-images): New function.
5540
5541         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5542
5543         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5544         (gnus-article-wash-status): Use it.
5545         (gnus-signature-toggle): Clean up.
5546         (gnus-add-wash-status): New function.
5547         (gnus-delete-wash-status): New function.
5548         (gnus-article-hide-text-type): Use them throughout.
5549         (gnus-add-image): New function.
5550
5551         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5552
5553         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5554         interface.
5555
5556         * gnus-art.el (article-display-x-face): Cleaned up.
5557
5558         * rfc2047.el (rfc2047-field-value): New function.
5559
5560         * mail-parse.el (mail-header-field-value): New alias.
5561
5562         * gnus-art.el (gnus-mime-print-part): Fix typos.
5563
5564         * smiley-ems.el (gnus-smiley-file-types): New variable.
5565         (smiley-update-cache): Use it.
5566         (smiley-regexp-alist): Suffix-less smiley names.
5567         (smiley-regexp-alist): Added more smileys.
5568
5569         * gnus-sum.el (gnus-print-buffer): Made into own function.
5570         (gnus-summary-print-article): Use it.
5571
5572         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5573         looked for when REQUEST is a string.
5574
5575         * gnus-art.el (gnus-mime-button-commands): Add printing
5576         keystroke.
5577         (gnus-mime-copy-part): Doc fix.
5578         (gnus-mime-print-part): New command.
5579
5580 2001-12-31  Simon Josefsson  <jas@extundo.com>
5581
5582         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5583         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5584
5585 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5586
5587         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5588         (picon): Fix doc.
5589
5590         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5591         longer exists. Remove those codes.
5592         * gnus.el (gnus-use-picons): Ditto.
5593
5594 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5597         infloop.
5598
5599         * gnus-sum.el (t): New `W D' map.
5600
5601         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5602         (gnus-article-treat-body-boundary): Clean up.
5603         (gnus-body-boundary-face): Removed.
5604         (gnus-article-goto-header): Moved here.
5605         (gnus-article-goto-header): Allow better regexps.
5606         (gnus-article-treat-fold-newsgroups): New command.
5607
5608         * gnus-sum.el (gnus-summary-move-article): We have to select an
5609         article to give `gnus-read-move-group-name' an opportunity to
5610         suggest an appropriate default.
5611
5612         * rfc2047.el (rfc2047-fold-line): New function.
5613         (rfc2047-unfold-line): Ditto.
5614         (rfc2047-fold-region): Don't fold just after the header name.
5615
5616         * mail-parse.el (mail-header-fold-line): New alias.
5617         (mail-header-unfold-line): Ditto.
5618
5619         * gnus-art.el (gnus-body-boundary-face): Renamed.
5620         (gnus-article-treat-body-boundary): Use it.
5621         (gnus-article-treat-body-boundary): Use an invisible header and a
5622         line of underline characters.
5623
5624 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5625
5626         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5627
5628         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5629         (gnus-picon-split-address): New function.
5630         (gnus-picon-find-face): Use it.
5631         (gnus-picon-transform-address): Use it. Set first to t for each
5632         address.
5633
5634         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5635         the macro then use it.
5636         (gnus-treatment-function-alist): Treat picons earlier.
5637
5638 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5639
5640         * gnus-art.el (gnus-body-separator-face): New variable.
5641         (gnus-article-treat-body-boundary): Use a blank, colored line.
5642
5643         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5644         well.
5645
5646         * gnus-art.el (gnus-treat-body-boundary): New variable.
5647         (gnus-article-treat-unfold-headers): Use helper macro.
5648         (gnus-article-treat-body-boundary): New command.
5649
5650         * gnus.el (gnus-logo-color-style): Change the default color.
5651         (gnus-splash-face): Gray, gray.
5652
5653         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5654         colors.
5655
5656         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5657         (gnus-logo-color-style): Ditto.
5658         (gnus-logo-colors): Ditto.
5659
5660         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5661
5662         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5663
5664         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5665         (gnus-picon-transform-newsgroups): New function.
5666
5667         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5668         string.
5669
5670         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5671
5672         * gnus-art.el (gnus-treat-cc-picon): New variable.
5673         (gnus-treat-mail-picon): Renamed.
5674
5675         * gnus-picon.el: New implementation.
5676         (gnus-picon-find-face): Renamed.
5677         (gnus-treat-from-picon): Use it.
5678         (gnus-picon-transform-address): Renamed.
5679         (gnus-treat-from-picon): Use it.
5680         (gnus-picon-create-glyph): Renamed.
5681         (gnus-picon-transform-address): Use it.
5682         (gnus-treat-cc-picon): New command.
5683
5684         * mm-decode.el (mm-create-image-xemacs): Separated out into
5685         function.
5686         (mm-get-image): Use it.
5687
5688         * gnus-art.el (gnus-treat-display-picons): Simplify.
5689         (gnus-treat-from-picon): Renamed.
5690
5691         * gnus-ems.el (gnus-create-image): New function.
5692         (gnus-put-image): New function.
5693
5694         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5695         (gnus-with-article-headers): New macro.
5696         (gnus-article-goto-header): New function.
5697
5698         * gnus-xmas.el (gnus-image-type-available-p): New function.
5699
5700         * gnus-ems.el (gnus-image-type-available-p): New function.
5701
5702 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5703
5704         * nnrss.el (nnrss-check-group): Find the correct tag, because
5705         xml.el is changed.
5706
5707 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5708
5709         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5710         lines are shorter than the window width.
5711         (gnus-ignored-headers): More headers.
5712
5713 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5714
5715         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5716         (gnus-treat-unfold-headers): Renamed.
5717         (gnus-article-treat-unfold-headers): New command and keystroke.
5718
5719         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5720
5721         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5722
5723 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5724
5725         * sha1-el.el (sha1-use-external): New variable.
5726         (sha1-region): Use it.
5727         (sha1-string): Ditto.
5728
5729         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5730         * gnus-picon.el: Less warnings when compile.
5731
5732 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5735         alias.
5736         (gnus-picons-database): Default to list.
5737         (gnus-picons-lookup-internal): Use it.
5738
5739         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5740         to "bogus".
5741
5742         * gnus-win.el (gnus-configure-windows-hook): New hook.
5743
5744 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5745
5746         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5747
5748 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5751         lists.
5752         (gnus-select-newsgroup): Don't append; push.
5753         (gnus-adjust-marked-articles): Remove obsolete ranges from
5754         `seen'.
5755         (gnus-update-marks): Clean up.
5756         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5757
5758 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5759
5760         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5761
5762 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * gnus-sum.el (gnus-auto-select-subject): New variable.
5765         (gnus-summary-best-unread-subject): New function.
5766         (gnus-summary-best-unread-article): Use it.
5767         (gnus-summary-first-unseen-subject): New function and command.
5768
5769         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5770         other treatments.
5771
5772         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5773         function.
5774
5775         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5776         from the list of hidden types.
5777
5778         * mm-view.el (mm-inline-text): Ditto.
5779         (mm-inline-text): Ditto.
5780         (mm-w3-prepare-buffer): Ditto.
5781
5782         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5783
5784 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5785
5786         * gnus-art.el (gnus-ignored-headers): Added more headers.
5787
5788 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5789
5790         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5791         once.
5792
5793 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794
5795         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5796
5797 2001-12-28  Simon Josefsson  <jas@extundo.com>
5798
5799         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5800         Jesper Harder <harder@ifa.au.dk>.
5801
5802 2001-12-27  Simon Josefsson  <jas@extundo.com>
5803
5804         * gnus-sum.el (gnus-select-newsgroup): Make
5805         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5806         contain all articles (instead of none) when no seen marks have
5807         been set for the group.
5808         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5809         instead, it seems to result in shorter ranges.
5810
5811 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5812
5813         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5814         insert-before-markers.
5815         From Jesper Harder <harder@ifa.au.dk>
5816
5817 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5818
5819         * nnmaildir.el (nnmaildir-save-mail): create the destination
5820         groups if they do not exist.
5821
5822 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5825
5826 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5827
5828         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5829         gnus-group-real-name.
5830
5831         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5832         (gnus-newsgroup-variables): Ditto.
5833
5834         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5835         return it.
5836
5837 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5838
5839         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5840         * nnmaildir.el (top-level): Add commentary.
5841         (nnmaildir-version): Indicate that nnmaildir is now a standard
5842         part of Gnus, not separately released.
5843
5844 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5845
5846         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5847         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5848         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5849         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5850
5851 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5852
5853         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5854
5855 2001-12-20  Simon Josefsson  <jas@extundo.com>
5856
5857         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5858         ZHU <zsh@cs.rochester.edu>.
5859         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5860         Brian P Templeton <bpt@tunes.org>.
5861
5862 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5863
5864         * nnmaildir.el: New file.
5865         From Paul Jarc <prj@po.cwru.edu>.
5866
5867 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5868
5869         * nndoc.el (nndoc-type-alist): Move forward to the end.
5870
5871 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5872
5873         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
5874         `dolist'.
5875
5876 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5877
5878         * gnus-win.el (gnus-frames-on-display-list): New function.
5879         (gnus-get-buffer-window): Use it.
5880
5881 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5882
5883         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
5884
5885 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5886
5887         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
5888
5889 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5890            From Harald Meland <Harald.Meland@usit.uio.no>
5891
5892         * gnus-win.el (gnus-get-buffer-window): New function.
5893         (gnus-all-windows-visible-p): Use it.
5894
5895         * gnus-util.el (gnus-horizontal-recenter)
5896         (gnus-horizontal-recenter, gnus-horizontal-recenter)
5897         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
5898
5899         * gnus-score.el (gnus-score-insert-help): Use it.
5900
5901         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
5902         (gnus-generate-tree, gnus-highlight-selected-tree)
5903         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
5904         it.
5905
5906         * gnus-art.el (gnus-article-set-window-start)
5907         (gnus-mm-display-part, gnus-request-article-this-buffer)
5908         (gnus-button-next-page, gnus-button-prev-page)
5909         (gnus-article-button-next-page, gnus-article-button-prev-page):
5910         Use it.
5911
5912 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5913
5914         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
5915         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5916         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
5917
5918 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5919
5920         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
5921         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
5922         * mml1991.el, nnultimate.el: Add `coding'.
5923
5924 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5925
5926         * ChangeLog: changed coding to buffer-file-coding-system
5927         * ChangeLog.1: same
5928         * nnwfm.el: same
5929         * gnus-smiley.el: same
5930         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
5931         * gnus-delay.el: same
5932         * gnus-spec.el: same
5933         * message.el: same
5934         * mml1991.el: same
5935         * nnultimate.el: same
5936
5937 2001-12-16  Simon Josefsson  <jas@extundo.com>
5938         Inspired by code by Dirk Meyer <dischi@tzi.de>.
5939
5940         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
5941         (gnus-summary-save-map): Add muttprint.
5942         (gnus-summary-make-menu-bar): Ditto.
5943         (gnus-summary-muttprint): New function.
5944
5945         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
5946
5947 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5948
5949         * uudecode.el (uudecode-decode-region-internal): Speedup by using
5950         temporary list instead of buffer.
5951
5952         * mm-url.el (executable-find): autoload.
5953
5954 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5955
5956         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
5957         to variable, follow doc-string conventions).
5958
5959 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
5960
5961         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
5962         subscribe-level
5963         * gnus-topic.el (gnus-subscribe-topics): use it.
5964
5965 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5966
5967         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
5968         messages. (A small patch with indentation)
5969         From Sean Neakums <sneakums@zork.net>.
5970
5971         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
5972         nil after shooting down the gnus-original-article-buffer.
5973
5974 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5975
5976         * uudecode.el (uudecode-use-external): New variable.
5977         (uudecode-decode-region): Automatically detect external program.
5978
5979         * binhex.el (binhex-use-external): New variable.
5980         (binhex-decode-region-internal): New function.
5981         (binhex-decode-region): Automatically detect external program.
5982
5983         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
5984         Use them.
5985
5986 2001-12-12  Simon Josefsson  <jas@extundo.com>
5987
5988         * nnvirtual.el (nnvirtual-always-rescan)
5989         (nnvirtual-component-regexp): Fix doc.
5990
5991         * nnoo.el (defvoo): Add doc to defvoo variables.
5992
5993         * nnml.el (nnml-directory, nnml-active-file)
5994         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
5995         (nnml-marks-is-evil, nnml-filenames-are-evil)
5996         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
5997
5998         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
5999         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6000         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6001         `error'.
6002
6003         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6004         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6005
6006         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6007         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6008         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6009         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6010
6011         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6012         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6013
6014         * imap.el, nnimap.el: Fix indentation.
6015
6016         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6017
6018 2001-12-12  Didier Verna  <didier@xemacs.org>
6019
6020         * gnus-msg.el (gnus-group-news): New function.
6021         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6022         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6023         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6024         for it.
6025         * gnus-msg.el (gnus-summary-news-other-window): New function.
6026         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6027         bind it to `i'.
6028         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6029         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6030         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6031         for it (called with a prefix).
6032         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6033         group-name argument.
6034         * gnus-msg.el (gnus-setup-message): use it.
6035
6036 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6037
6038         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6039
6040 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6041
6042         * mml.el (mime-to-mml): Remove Content-Disposition too.
6043
6044 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6045
6046         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6047         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6048         strings only.
6049         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6050
6051 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6052
6053         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6054         (nnmail-fancy-expiry-target): Use it.
6055         Suggestions from Simon Josefsson <jas@extundo.com>.
6056
6057 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6058
6059         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6060
6061 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6062
6063         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6064
6065         * gnus-util.el (gnus-url-unhex-string): Move here.
6066
6067 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6068
6069         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6070         mm-url-decode-entities-nbsp.
6071
6072         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6073         * webmail.el, nnwfm.el: Use mm-url.
6074
6075         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6076         (mm-url-remove-markup): Move from nnweb.
6077         (mm-url-fetch-simple): Move from webmail.
6078
6079         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6080
6081 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6082
6083         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6084         (gnus-summary-print-article): Use it.
6085
6086         * gnus-util.el (gnus-replace-in-string): Typo.
6087
6088 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6089
6090         * nnweb.el (nnweb-replace-in-string): Removed.
6091
6092         * gnus-util.el (gnus-replace-in-string): New function.
6093         (gnus-mode-string-quote): Use it.
6094
6095         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6096         * nnwfm.el (nnwfm-create-mapping): Ditto.
6097
6098 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6099
6100         * dgnushack.el (dgnushack-compile): nnrss.el and
6101         nnslashdot.el don't depend on nnweb, url, w3.
6102
6103         * nnrss.el: Use mm-url.
6104
6105 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6106
6107         * mm-url.el (mm-url-insert-file-contents): Support file:.
6108
6109 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6110
6111         * mm-view.el: Lower case for the description line. Sync from the
6112         Emacs CVS.
6113
6114 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6115
6116         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6117         From:  Stefan Monnier  <monnier@cs.yale.edu>
6118
6119 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6122
6123 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6124
6125         * mm-url.el: Require executable.
6126         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6127
6128 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6129
6130         * pop3.el (pop3-munge-message-separator): Only use valid date.
6131         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6132
6133         * Makefile.in: gnus-load.elc may not be generated.
6134
6135 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6136
6137         * mm-url.el: New file.
6138         * nnslashdot.el: Use it.
6139         * mm-extern.el (mm-extern-url): Use it.
6140
6141 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6142
6143         * gnus-sum.el (gnus-summary-save-article): Nix
6144         gnus-display-mime-function and gnus-article-prepare-hook.
6145
6146         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6147         the beginning of lines.
6148         (gnus-complex-form-to-spec): Ditto.
6149
6150 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6151
6152         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6153         From Paul Jarc <prj@po.cwru.edu>.
6154
6155 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6156
6157         * message.el: New variable message-subscribed-address-file;
6158         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6159
6160 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6161
6162         * message.el (message-tab-body-function): Set to nil.
6163         (message-tab): Use text-mode-map or global-map.
6164         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6165
6166 2001-11-30  Simon Josefsson  <jas@extundo.com>
6167
6168         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6169         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6170         <christoph.conrad@gmx.de>.
6171         (gnus-agent-fetch-group-1): Add verbose message.
6172
6173 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6174
6175         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6176         of integers.
6177
6178 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6179
6180         * message.el (message-newgroups-header-regexp)
6181         (message-completion-alist, message-tab-body-function): Use
6182         defcustom rather than defvar.
6183         (message-tab): Mention `message-tab-body-function' in doc.
6184         Suggested by Karl Eichwalder.
6185
6186 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6187
6188         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6189
6190 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6191
6192         * nnheader.el (nnheader-find-nov-line): Don't use macro
6193         gnus-delete-line.
6194
6195         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6196         (gnus-group-name-charset): Ditto.
6197
6198         * gnus-util.el (gnus-buffer-live-p): Ditto.
6199
6200 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6201
6202         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6203         open parenthesis in doc.
6204         (sieve-manage-authenticator-alist): Typo in doc.
6205         * imap.el (imap-authenticator-alist): Typo in doc.
6206         (imap-stream-alist): Backslash.
6207
6208         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6209           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6210
6211 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6212
6213         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6214
6215         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6216
6217         * gnus-msg.el (gnus-configure-posting-styles): use
6218         make-local-hook. Add LOCAL for add-hook.
6219
6220 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6221
6222         * message.el (message-mode): Use `make-local-hook' unless
6223         obsolete.
6224         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6225
6226 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * canlock.el: Remove sha1.el and base64.el stuff.
6229
6230 2001-11-26  Didier Verna  <didier@xemacs.org>
6231
6232         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6233         if needed.
6234
6235 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6236
6237         * message.el (message-tamago-not-in-use-p): New function.
6238         (message-strip-forbidden-properties): Use it.
6239
6240 2001-11-26  Didier Verna  <didier@xemacs.org>
6241
6242         * gnus-start.el (gnus-check-first-time-used): only check for
6243         existence of .el[d] files.
6244
6245 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6246
6247         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6248
6249         * message.el (message-setup-1): Clean up mc-*.
6250
6251 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6252
6253         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6254         * gnus-score.el (gnus-score-find-bnews): Use it.
6255
6256         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6257         (gnus-summary-limit-to-author): Ditto.
6258         (gnus-summary-limit-to-extra): Ditto.
6259         (gnus-summary-find-matching): Support not-matching argument.
6260
6261 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6262
6263         * message.el (message-wash-subject): Use `insert' rather than
6264         `insert-string', which is deprecated.
6265
6266 2001-11-24  Simon Josefsson  <jas@extundo.com>
6267
6268         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6269         message. (Gnus does not "default" to using 8bit for the message,
6270         it default to use 8bit encoding and the user-supplied CTE
6271         value. Calling this behaviour "treating it as 8bit" is perhaps
6272         better.)
6273
6274         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6275         (compare mm-charset-to-coding-system).
6276
6277 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6278
6279         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6280         buffer. Correctly decode hex.
6281
6282 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6283
6284         * gnus-agent.el (gnus-category-insert-line): Convert category
6285         names to strings.
6286
6287 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6288
6289         * message.el (sha1): eval-and-compile.
6290
6291 2001-11-20  Simon Josefsson  <jas@extundo.com>
6292
6293         * message.el (message-allow-no-recipients): New variable.
6294         (message-send): Use it, customize the prompting when posting to
6295         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6296
6297 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6298
6299         * mm-util.el (mm-coding-system-priorities): New variable.
6300         (mm-sort-coding-systems-predicate): New function.
6301         (mm-find-mime-charset-region): Resort coding systems if needed.
6302         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6303
6304 2001-11-20  Didier Verna  <didier@xemacs.org>
6305
6306         * gnus-group.el (gnus-group-make-help-group): new optional
6307         argument to control the error behavior.
6308         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6309         erroring.
6310
6311 2001-11-19  Simon Josefsson  <jas@extundo.com>
6312
6313         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6314         instead of C-c C-u.  Suggested by Per Abrahamsen
6315         <abraham@dina.kvl.dk>.
6316
6317 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6318
6319         * nnfolder.el (nnfolder-read-folder): Use group instead of
6320         nnfolder-current-group.
6321         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6322
6323 2001-11-17  Simon Josefsson  <jas@extundo.com>
6324
6325         * message.el (message-send): Ask user if Fcc/Gcc should be
6326         performed when no other sender was specified.
6327         Suggested by prj@po.cwru.edu (Paul Jarc).
6328
6329 2001-11-17  Simon Josefsson  <jas@extundo.com>
6330
6331         * message.el (message-mode, message-mode-map): Use C-c C-u for
6332         Importance: instead of C-c C-p (used by SC).
6333
6334 2001-11-16  Simon Josefsson  <jas@extundo.com>
6335
6336         * message.el (message-insert-importance-high)
6337         (message-insert-importance-low): Save point.
6338
6339         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6340         value.
6341
6342 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6343
6344         * message.el (message-strip-special-text-properties): New option.
6345         (message-strip-forbidden-properties): Obey it.
6346
6347 2001-11-14  Sam Steingold  <sds@gnu.org>
6348
6349         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6350
6351 2001-11-15  Simon Josefsson  <jas@extundo.com>
6352
6353         Support "Importance:" header in Message.
6354
6355         * message.el (message-mode-map): Bind C-c C-p to
6356         `message-insert-or-toggle-importance'
6357         (message-mode-menu): Add message-insert-importance-{high,low}.
6358         (message-insert-importance-high, message-insert-importance-low)
6359         (message-insert-or-toggle-importance): New functions.
6360         (message-tool-bar-map): Add {un,}important.
6361         (message-mode): Doc fix.
6362
6363 2001-11-15  Simon Josefsson  <jas@extundo.com>
6364
6365         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6366
6367         * mml.el (mml-menu): Fix toolbar tooltip.
6368
6369 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6370
6371         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6372         * nnml.el (nnml-save-marks): Ditto.
6373
6374         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6375
6376 2001-11-15  Simon Josefsson  <jas@extundo.com>
6377
6378         * nnml.el (nnml-save-marks):
6379         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6380         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6381
6382 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6383
6384         * gnus-art.el (gnus-article-wash-status-strings): Use
6385         `copy-sequence', not `copy-seq'.
6386
6387 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6388
6389         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6390         (gnus-gnus-article-wash-status-entry): New function.
6391         (gnus-article-wash-status): Use it.
6392
6393 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6394
6395         * mml1991.el: Add coding header.
6396
6397 2001-11-12  Simon Josefsson  <jas@extundo.com>
6398
6399         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6400         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6401         `mml1991-sign' and `mml1991-encrypt'.
6402         (mml1991-encrypt, mml1991-sign): New glue functions.
6403         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6404
6405         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6406         (mml-menu): Add PGP to menu.
6407
6408         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6409         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6410         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6411         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6412
6413         * mml2015.el: Mention RFC 3156.
6414
6415         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6416
6417 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6418
6419         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6420
6421         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6422           From <Michael.Cook@cisco.com>
6423
6424 2001-11-11  Simon Josefsson  <jas@extundo.com>
6425
6426         * message.el (top-level): Autoload sha1.
6427         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6428         canlock, no need to require two different hash algs).  Suggested
6429         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6430
6431 2001-11-09  Simon Josefsson  <jas@extundo.com>
6432
6433         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6434         <Pavel@Janik.cz>.
6435
6436 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6437
6438         * message.el (message-point-in-header-p): New function.
6439         (message-do-auto-fill): Use it.
6440         (message-beginning-of-line): New function.  Goes to beginning of
6441         header value (i.e., end of header name), or to beginning of line
6442         if already at beginning of value.  Behaves like
6443         `beginning-of-line' when in message body.
6444         (message-mode-map): Bind it.
6445
6446 2001-11-08  Simon Josefsson  <jas@extundo.com>
6447
6448         * gnus-msg.el (gnus-posting-styles): Add doc.
6449
6450 2001-11-07  Simon Josefsson  <jas@extundo.com>
6451
6452         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6453
6454         * sieve-mode.el (sieve-control-commands-face)
6455         (sieve-control-commands-face, sieve-action-commands-face)
6456         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6457         faces.
6458         (sieve-font-lock-keywords): Use them.
6459         (sieve-mode): Only set font-lock-defaults in emacs.
6460
6461         * gnus-art.el (gnus-default-article-saver): Add
6462         gnus-summary-save-body-in-file.
6463         (gnus-summary-write-to-file): Fix doc.
6464
6465 2001-11-07  Simon Josefsson  <jas@extundo.com>
6466
6467         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6468         reference to the correct chapter in the manual.
6469
6470         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6471         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6472
6473 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6474
6475         * mml.el (mml-preview): Bind mail-header-separator.
6476
6477 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6478
6479         * message.el: Always require canlock.
6480         (message-ignored-supersedes-headers): Include Cancel-Lock and
6481         Cancel-Key.
6482         (message-insert-canlock): Don't require canlock.
6483         (message-cancel-news): Don't check whether canlock is available.
6484         (message-supersede): Support cancel-locks.
6485
6486         * gnus-art.el: Don't autoload canlock.
6487
6488 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6489
6490         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6491         From: <andre@slamdunknetworks.com>
6492
6493 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6494
6495         * many files: Fix copyright lines.
6496
6497 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6498
6499         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6500         Suggested by Dave Love  <fx@gnu.org>.
6501
6502 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6503
6504         * message.el (message-kill-buffer): Remove auto-save file after
6505         confirm.
6506
6507         * message.el (message-send-mail): Call message-generate-headers
6508         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6509
6510         * gnus-topic.el (gnus-topic-rename): Initial-input.
6511         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6512
6513 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6514
6515         * message.el (message-forbidden-properties): New constant.
6516         (message-strip-forbidden-properties): New function.
6517         (message-mode): Activate it.
6518
6519 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6520
6521         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6522         (mm-hack-charsets): Fix doc.
6523
6524 2001-11-02  Simon Josefsson  <jas@extundo.com>
6525
6526         * gnus-int.el (gnus-check-server): Message "...done" when done.
6527
6528         * imap.el (imap-close): Don't message (imap-send-command-wait
6529         returns if the connection is dropped).
6530         (imap-wait-for-tag): Nix out message only when necessary.
6531
6532         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6533         for non-crossposting.
6534         (gnus-sieve-crosspost): Default to t to be consistent with other
6535         parts of Gnus.
6536
6537 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6538
6539         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6540         (mm-iso-8859-x-to-15-table): Ditto.
6541         (mm-iso-8859-x-to-15-region): Ditto.
6542         (mm-find-mime-charset-region): Ditto.
6543
6544 2001-11-01  Simon Josefsson  <jas@extundo.com>
6545
6546         * nnimap.el (nnimap-close-asynchronous): New variable.
6547         (nnimap-close-group): Use it.
6548         (nnimap-expunge): Don't use it.
6549
6550         * imap.el (imap-callbacks): New variable.
6551         (imap-remassoc): Copied from `gnus-remassoc'.
6552         (imap-add-callback): New function.
6553         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6554         behaviour.
6555         (imap-parse-response): Call the callback.
6556
6557         * message.el (message-insert-canlock): New variable.
6558         (message-canlock-generate, message-canlock-password)
6559         (message-insert-canlock): New functions.
6560         (message-send-news): Call `message-insert-canlock'.
6561         (top-level): Require canlock when compiling.
6562         (message-insert-canlock): Require canlock before we need it.
6563
6564 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6565
6566         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6567
6568 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6569
6570         * dgnushack.el (dgnushack-make-load): A workaround for
6571         custom-add-loads bug in some versions of XEmacs.
6572
6573 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6574
6575         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6576
6577 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6578
6579         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6580         (mm-hack-charsets): New variable.
6581         (mm-iso-8859-15-compatible): New variable.
6582         (mm-iso-8859-x-to-15-table): New variable.
6583         (mm-find-mime-charset-region): Add parameter hack-charsets.
6584
6585         * mm-bodies.el (mm-encode-body): Use it.
6586         * mml.el (mml-parse-1): Ditto.
6587
6588 2001-11-01  Simon Josefsson  <jas@extundo.com>
6589
6590         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6591
6592 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593
6594         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6595         is nil.
6596
6597 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6598
6599         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6600
6601         * message.el (message-forward-rmail-make-body): Use
6602         save-window-excursion.
6603         (message-encode-message-body): Search with noerror.
6604         (message-setup-1): Convert compose-mail send-actions to
6605         message-send-actions.
6606
6607 2001-11-01  Simon Josefsson  <jas@extundo.com>
6608
6609         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6610         <yamaoka@jpl.org>.
6611
6612 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6613
6614         * sieve-manage.el (sieve-string-bytes): No complain.
6615
6616 2001-11-01  Simon Josefsson  <jas@extundo.com>
6617
6618         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6619         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6620         has autoload cookies, so no `require' should be necessary.)
6621
6622         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6623         files.
6624
6625 2001-10-31  Simon Josefsson  <jas@extundo.com>
6626
6627         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6628         parameter.
6629
6630         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6631         `display' is a number (and C-u wasn't used to enter group), only
6632         fetch that number of articles.
6633
6634 2001-10-31  Matt Armstrong  <matt@lickey.com>
6635
6636         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6637         not-subscribed -> subscribed.
6638
6639 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6640         From: Josh Huber <huber@alum.wpi.edu>
6641
6642         * message.el (message-subscribed-address-functions): New variable.
6643         (message-subscribed-addresses): New variable.
6644         (message-subscribed-regexps): New variable.
6645         (message-goto-mail-followup-to): New function.
6646         (message-send-mail): Add Mail-Followup-To.
6647         (message-make-mft): New function.
6648
6649         * gnus.el (gnus-find-subscribed-addresses): New function.
6650
6651 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6652
6653         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6654         (mail-source-fetch-pop): Ditto.
6655         (mail-source-check-pop): Ditto.
6656
6657         * gnus-start.el (gnus-read-init-file): Ditto.
6658         (gnus-activate-group): Ditto.
6659         (gnus-read-newsrc-el-file): Ditto.
6660
6661 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6662
6663         * message.el (message-get-reply-headers): Make sure there is ", ".
6664
6665         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6666         mm-coding-system-p. Don't correct it only in XEmacs.
6667         (mm-charset-to-coding-system): Use mm-coding-system-p and
6668         mm-get-coding-system-list.
6669         (mm-emacs-mule, mm-mule4-p): New variables.
6670         (mm-enable-multibyte, mm-disable-multibyte,
6671         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6672         mm-with-unibyte-current-buffer,
6673         mm-with-unibyte-current-buffer-mule4): Use them.
6674         (mm-find-mime-charset-region): Treat iso-2022-jp.
6675
6676         From  Dave Love  <fx@gnu.org>:
6677
6678         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6679         construction.
6680         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6681         entries conditional on not having a coding system defined for
6682         them.
6683         (mm-mule-charset-to-mime-charset): Use
6684         find-coding-systems-for-charsets if defined.
6685         (mm-charset-to-coding-system): Don't use
6686         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6687         later.  Add last resort search of coding systems.
6688         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6689         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6690         Mule 4.
6691         (mm-find-mime-charset-region): Re-write.
6692         (mm-with-unibyte-current-buffer): Restore buffer as well as
6693         multibyteness.
6694
6695 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6696
6697         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6698         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6699         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6700
6701 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6702
6703         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6704         again.
6705
6706         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6707
6708 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6709
6710         * gnus-spec.el (gnus-parse-simple-format): Use
6711           buffer-substring-no-properties.
6712
6713 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * gnus-art.el (article-verify-cancel-lock): New function.
6716
6717         * nnheader.el (nntp-process-response): New variable.
6718         (nnheader-init-server-buffer): Make `nntp-process-response'
6719         buffer-local in `nntp-server-buffer'.
6720
6721         * nntp.el (nntp-prepare-post-hook): New hook.
6722         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6723         (nntp-async-trigger): Ditto.
6724         (nntp-request-post): Insert a server's ID if there's no Message-ID
6725         header; run `nntp-prepare-post-hook'.
6726
6727 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6728
6729         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6730         instead.
6731
6732         * message.el (message-forward-subject-author-subject): Don't use
6733         message-news-p, which widens the buffer.
6734         (message-forward-make-body): New function.
6735         (message-forward): Use it.
6736         (message-insinuate-rmail): New function.
6737         (message-forward-rmail-make-body): New function.
6738
6739 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6740
6741         * mm-extern.el (mm-extern): Provide it.
6742
6743         * mm-partial.el (mm-partial): Provide it.
6744
6745 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6746
6747         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6748
6749 2001-10-29  Simon Josefsson  <jas@extundo.com>
6750
6751         * mml.el (mml-preview): Bind message-this-is-news if it is
6752         news. From Jesper Harder <harder@myrealbox.com>.
6753
6754 2001-10-28  Simon Josefsson  <jas@extundo.com>
6755
6756         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6757
6758 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6759
6760         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6761         ironic smilies.
6762
6763 2001-10-27  Simon Josefsson  <jas@extundo.com>
6764
6765         * message.el (message-indent-citation): Don't add trailing
6766         whitespace when citing text.
6767
6768         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6769         <harder@ifa.au.dk>.
6770
6771 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6772
6773         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6774         not available.
6775         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6776         (nnweb-type-definition): Add google as alias of dejanews.
6777         (nnweb-google-parse-1): Forward 1 line.
6778
6779 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6780
6781         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6782         variable `message-forward-ignored-headers'.
6783
6784 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6785
6786         * gnus.el (gnus-expand-group-parameter): New function.
6787         (gnus-expand-group-parameters): Call it.
6788         (gnus-group-fast-parameter): New function.
6789         (gnus-group-find-parameter): Call it.
6790
6791 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6792
6793         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6794         vector (it didn't before because of a bug).
6795         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6796         available.  Before it converted it to an article number.
6797
6798         This makes followup to news articles with negative numbers in
6799         nnvirtual groups use news instead of mail.
6800
6801 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6802
6803         * gnus.el (post-method): Use `native' instead of `nil'.
6804
6805         * gnus-msg.el (gnus-post-method): Ditto.
6806
6807 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6808
6809         * gnus.el (gnus-define-group-parameter): Grammar fix.
6810
6811 2001-10-22  Simon Josefsson  <jas@extundo.com>
6812
6813         * gnus-msg.el (gnus-extended-version): Include
6814         system-configuration.
6815         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6816
6817 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6818
6819         * gnus.el (post-method): Customization fix: `native' is not a
6820         valid value.
6821         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6822         `native' is not a valid value.
6823
6824 2001-10-21  Simon Josefsson  <jas@extundo.com>
6825
6826         * nnimap.el (nnimap): Defgroup
6827         (nnimap-strict-function, nnimap-strict-function-match): New
6828         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6829         (nnimap-split-crosspost, nnimap-split-inbox)
6830         (nnimap-split-rule, nnimap-split-predicate)
6831         (nnimap-split-predicate): Defcustom.
6832         (nnimap-split-inbox, nnimap-expunge-search-string)
6833         (nnimap-importantize-dormant): Remove "*" from doc.
6834
6835 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6836
6837         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6838         not supplied via prefix arg.  From Lisp, make arg mandatory.
6839         Suggested by Frank Schmitt.
6840
6841 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6842
6843         * message.el (message-do-auto-fill): Avoid calling
6844         'rfc822-goto-eoh'.
6845
6846 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6847         From Paul Jarc <prj@po.cwru.edu>.
6848
6849         * message.el (message-get-reply-headers): Restructure the logic
6850         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6851
6852 2001-10-20  Simon Josefsson  <jas@extundo.com>
6853
6854         * message.el (message-cancel-news): Support cancel-locks.
6855         Suggested by Per Abrahamsson.
6856
6857         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6858         conses.  From David Z Maze <dmaze@MIT.EDU>.
6859
6860         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6861
6862 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6863
6864         * mm-decode.el (mm-default-directory): Fix customize type.
6865
6866         * message.el (message-setup-fill-variables): Kludge to use
6867         normal-auto-fill-function even if auto fill is already activated.
6868
6869 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6870
6871         * message.el (message-do-auto-fill): New version that does not
6872         rely on text properties, by Simon Josefsson <jas@extundo.com>.
6873         (message-setup-1): Removed the `message-field' property.
6874
6875         * gnus-draft.el (gnus-draft-edit-message): Removed the
6876         `message-field' property.
6877
6878 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6879
6880         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
6881         `message-field'.  The `field' property has a special significance in
6882         Emacs 21.
6883
6884         * message.el (message-send, message-setup-1): Ditto.
6885
6886 2001-10-18  Simon Josefsson  <jas@extundo.com>
6887
6888         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
6889         when undoing.
6890
6891 2001-10-18  Simon Josefsson  <jas@extundo.com>
6892         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
6893
6894         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
6895         (gnus-summary-make-menu-bar): Ditto.
6896
6897 2001-10-17  Simon Josefsson  <jas@extundo.com>
6898
6899         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
6900         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
6901
6902 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6903
6904         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
6905         * gnus-util.el (gnus-user-date): New function.
6906         From Frank Schmitt <usenet@Frank-Schmitt.net>.
6907
6908 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6909
6910         * message.el (message-check-news-header-syntax): Special case
6911         nnvirtual groups.
6912
6913         * gnus-sum.el (gnus-summary-respool-default-method): Changed
6914         customize type to `symbol'.
6915
6916 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6917
6918         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
6919         %&foo;.
6920         (gnus-parse-simple-format): Support user extended spec too.
6921         %u&foo; invokes gnus-user-format-function-foo.
6922
6923 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6924
6925         * nnml.el (nnml-request-expire-articles): Make sure it is back to
6926         the server.
6927         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
6928         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6929         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
6930         * nndiary.el (nndiary-request-expire-articles): Ditto.
6931         (nndiary-schedule): Defsubst it before use it.
6932         (nndiary-error): eval-and-compile.
6933
6934 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
6935
6936         * gnus-msg.el (gnus-post-method): Changed two instances of
6937         `active' to `current' and one `null' to `not'.
6938
6939 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6940         From Katsumi Yamaoka <yamaoka@jpl.org>.
6941
6942         * message.el (message-setup-fill-variables): Use
6943         `normal-auto-fill-function' instead of `auto-fill-function'.
6944
6945 2001-10-16  Simon Josefsson  <jas@extundo.com>
6946
6947         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
6948         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
6949         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
6950
6951 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6952         Patch by Oliver Scholz <oscholz@my.gnus.org>.
6953
6954         * gnus-draft.el (gnus-draft-edit-message): Add text property
6955         `field' with value `header' to message headers.
6956         * message.el (message-setup-1): Really add text property to all of
6957         the header, not just part of it.
6958
6959 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6960
6961         * gnus-group.el (gnus-group-sort-by-server): Use it.
6962
6963         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
6964
6965         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
6966         and keystroke.
6967
6968 2001-10-14  Simon Josefsson  <jas@extundo.com>
6969
6970         * dig.el: Doc fix.
6971
6972         * smime.el: Doc fix.
6973
6974         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
6975         charset magic from message.el.
6976
6977 2001-10-12  Simon Josefsson  <jas@extundo.com>
6978         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
6979
6980         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
6981         'cite from g-a-wash-types.
6982         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
6983         (gnus-article-hide-citation): Fix.
6984
6985         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
6986         character.
6987         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
6988
6989         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
6990         definition.
6991         (gnus-signature-toggle): Toggle `s' mode line character.
6992
6993         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
6994         doing stuff that clears it.
6995
6996 2001-10-12  Simon Josefsson  <jas@extundo.com>
6997
6998         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
6999         From Eric Marsden <emarsden@laas.fr>.
7000
7001 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7002
7003         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7004         (autoload): Add some autoloads.
7005
7006 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7007         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7008
7009         * message.el (message-do-auto-fill): New function.  Like
7010         `do-auto-fill' but don't fill when in the message header.
7011         (message-setup-1): Put a text property on the message header.
7012         (message-setup-fill-variables): Use `message-do-auto-fill'.
7013
7014 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7015
7016         * message.el (message-send-mail-partially): Insert an empty line
7017         first, because of the change of message-make-lines.
7018
7019 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7020
7021         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7022         iso-8859-15, make it an alias for iso-8859-1.
7023
7024 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7025
7026         * message.el (message-send-news): Don't modify the value of
7027         `message-syntax-checks' if it is not a list (possibly it is
7028         `dont-check-for-anything-just-trust-me').
7029
7030 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7033         `find-coding-system' for XEmacs to check whether the coding-system
7034         `utf-8' is available.
7035
7036 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7037
7038         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7039
7040 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7041
7042         * message.el (message-send-news): Oops, missed case with no
7043         "Followup-To" header...
7044
7045 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7046
7047         * message.el (message-send-news): Allow
7048         `gnus-group-name-charset-group-alist' to affect encoding of the
7049         "Newsgroups" and "Followup-To" headers.
7050
7051 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7052
7053         * Makefile.in (install-el): Depend on gnus-load.el.
7054
7055 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7056
7057         * Makefile.in (install-el): Use -f.
7058         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7059
7060 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7061
7062         * message.el (message-send-news): Don't encode Followups-To when
7063         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7064
7065         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7066         header.
7067
7068         * gnus-art.el (article-decode-group-name): Also decode
7069         "Followup-To".
7070
7071         * rfc2047.el (rfc2047-encode-message-header): Encode without
7072         asking for null methods.
7073
7074         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7075         default charset for newsgroup names in accordance with USEFOR.
7076
7077         * gnus-group.el (gnus-group-name-charset-method-alist,
7078         gnus-group-name-charset-group-alist): Removed "*" from doc
7079         strings, "*" should not be used for complex variables.
7080
7081 2001-10-06  Simon Josefsson  <jas@extundo.com>
7082
7083         Support UTF-8 group names better.
7084
7085         * message.el (message-check-news-header-syntax): Encode group
7086         names before comparison.
7087
7088         * gnus-msg.el (gnus-copy-article-buffer): Run all
7089         `gnus-article-decode-hook's except `article-decode-charset'
7090         instead of hardcoding call to one of them.
7091
7092         * gnus-art.el (gnus-article-decode-hook): Add
7093         `article-decode-group-name'.
7094         (article-decode-group-name): New function, use `g-d-n'.
7095
7096         * gnus-group.el (gnus-group-insert-group-line): Decode
7097         gnus-tmp-group using `g-d-n'.
7098
7099         * gnus-util.el (gnus-decode-newsgroups): New function.
7100
7101 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7102
7103         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7104         `gnus-group-name-charset-group-alist'.
7105
7106 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7107
7108         * Makefile.in: Install el in install. Add uninstall.
7109
7110 2001-10-05  Simon Josefsson  <jas@extundo.com>
7111
7112         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7113
7114         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7115
7116         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7117         empty folders.
7118
7119         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7120         limiting if read-all (C-u RET) was used.
7121
7122 2001-10-04  Simon Josefsson  <jas@extundo.com>
7123
7124         * mail-source.el (mail-source-movemail-program): New variable.
7125         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7126         <thutt@thutt.vmware.com>.
7127
7128 2001-10-03  Simon Josefsson  <jas@extundo.com>
7129
7130         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7131         (gnus-summary-line-format-alist): Fix param.
7132
7133 2001-10-02  Simon Josefsson  <jas@extundo.com>
7134
7135         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7136         don't go through `nnimap-request-expire-articles' to delete the
7137         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7138
7139 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7140
7141         * gnus-agent.el (gnus-agent-write-active): The min in the
7142         agent/active may be larger than that in the server/active.
7143
7144 2001-10-01  Simon Josefsson  <jas@extundo.com>
7145
7146         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7147         is IMAP4rev1.
7148
7149         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7150
7151         * nnfolder.el: Ditto.
7152
7153 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7154
7155         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7156         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7157
7158 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7159
7160         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7161         (message-mode-menu): Menu item for same.
7162
7163         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7164         delayed articles.
7165
7166         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7167         nndraft:delayed does not exist.
7168         (gnus-delay-initialize): Don't set up keymap, that's done from
7169         message.el now.
7170         (gnus-delay, gnus-delay-group, gnus-delay-header)
7171         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7172
7173 2001-09-29  Simon Josefsson  <jas@extundo.com>
7174
7175         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7176         utf-8, not eight-bit-control.
7177
7178         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7179         (imap-log, imap-debug): Custom.
7180         (imap-log-buffer, imap-debug-buffer): New constants.
7181         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7182         (imap-network-open, imap-shell-open, imap-starttls-open)
7183         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7184         (imap-debug): Use imap-*-buffer.
7185
7186         * nndoc.el (nndoc-article-type): Add mailman.
7187         (nndoc-type-alist): Ditto.
7188         (nndoc-mailman-type-p): New function.
7189
7190 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7191
7192         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7193         gnus-art.el.
7194
7195 2001-09-27  Simon Josefsson  <jas@extundo.com>
7196
7197         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7198         (gnus-topic-catchup-articles): New function. Suggested by Robin
7199         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7200
7201 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7202         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7203
7204         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7205         previous ones.
7206
7207 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7208         From Daiki Ueno  <ueno@unixuser.org>
7209
7210         * gnus-sum.el (gnus-summary-show-article): The arglist of
7211         detect-coding-region is incompatible.
7212
7213 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7214         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7215
7216         * gnus-group.el (gnus-group-delete-group): Typo.
7217
7218 2001-09-26  Simon Josefsson  <jas@extundo.com>
7219
7220         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7221
7222         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7223
7224 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7225
7226         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7227
7228 2001-09-22  Simon Josefsson  <jas@extundo.com>
7229
7230         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7231
7232         * nnfolder.el (nnfolder-open-marks): Ditto.
7233
7234         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7235         (gnus-update-marks): Use it.
7236         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7237         hardcoded list.
7238
7239         * gnus.el (gnus-article-special-mark-lists): Add killed.
7240         (gnus-article-unpropagated-mark-lists): New constant.
7241
7242 2001-09-22  Simon Josefsson  <jas@extundo.com>
7243
7244         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7245         custom option.
7246
7247 2001-09-23  Simon Josefsson  <jas@extundo.com>
7248
7249         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7250
7251 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7252
7253         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7254
7255 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7256
7257         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7258         accept lists of functions.
7259
7260 2001-09-20  Simon Josefsson  <jas@extundo.com>
7261
7262         * gnus-group.el (gnus-group-catchup): Update expire marks in
7263         backend.  Also, if ALL also set expire marks on tick/dormant.
7264
7265 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7266
7267         * message.el (message-tab-body-function): New variable.
7268         * message.el (message-tab): Use it.
7269
7270 2001-09-19  Sam Steingold  <sds@gnu.org>
7271
7272         * gnus-win.el (gnus-buffer-configuration): Respect
7273         `gnus-bug-create-help-buffer'.
7274
7275 2001-09-18  Simon Josefsson  <jas@extundo.com>
7276
7277         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7278         (gnus-parse-simple-format): Re-revert.
7279
7280 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7281         Trivial patch.
7282
7283         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7284         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7285
7286 2001-09-18  Simon Josefsson  <jas@extundo.com>
7287
7288         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7289         signed.
7290         (gnus-parse-simple-format): Don't use it.
7291
7292 2001-09-17  Miles Bader  <miles@gnu.org>
7293
7294         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7295         error querying a backend abort the whole process.
7296
7297 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7298
7299         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7300         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7301
7302 2001-09-17  Didier Verna  <didier@xemacs.org>
7303
7304         * nndiary.el: version 0.2-b14.
7305         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7306         compatibility problem with XEmacs 21.1.
7307
7308 2001-09-15  Simon Josefsson  <jas@extundo.com>
7309
7310         * gnus-group.el (gnus-group-line-format): Document %c.
7311
7312         * nnml.el (nnml-parse-head): Handle CRLF files.
7313         (nnml-generate-nov-file): Ditto.
7314         (nnml-retrieve-headers): Ditto.
7315
7316 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7317
7318         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7319
7320 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7321
7322         * gnus-spec.el (gnus-correct-substring): Still stopped one
7323         character before we wanted (never included last character).
7324         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7325         add missing "," (once per function)
7326
7327 2001-09-14  Simon Josefsson  <jas@extundo.com>
7328
7329         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7330         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7331         default before gnus-group is loaded and the variable set.)
7332
7333         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7334         killed or unsent marks.
7335
7336         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7337         isn't an article to set it on (e.g. when you `a' in a group).
7338
7339 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7340
7341         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7342         can read e-mails from Microsoft Outlook users not using ISO
7343         8859-2 character set.
7344
7345 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7346
7347         * gnus-diary.el: Minor modifications to avoid warnings.
7348         (gnus-summary-misc-menu): defvar.
7349         (gnus-diary-check-message): Use gnus-point-at-eol.
7350         (gnus-diary-kill-entire-line): eval-and-compile.
7351
7352 2001-09-12  Didier Verna  <didier@xemacs.org>
7353
7354         * nndiary.el: new version (0.2-b13).
7355         * nndiary.el (nndiary-mail-sources): doc update.
7356         * nndiary.el (nndiary-split-methods): ditto.
7357         * nndiary.el (nndiary-request-accept-article-hooks): New.
7358         * nndiary.el (nndiary-request-accept-article): use it, check
7359         message validity.
7360         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7361         * nndiary.el (nndiary-schedule): fix bug (misplaced
7362         condition-case): it didn't return nil on error.
7363         * gnus-diary.el: new version.
7364         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7365         * gnus-diary.el (gnus-diary-header-value-history): New.
7366         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7367         * gnus-diary.el (gnus-diary-add-header): New.
7368         * gnus-diary.el (gnus-diary-check-message): New.
7369         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7370         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7371
7372 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7373
7374         * gnus-sum.el (gnus-select-newsgroup): Make
7375         `gnus-current-select-method' buffer-local.
7376
7377         * gnus-art.el (gnus-request-article-this-buffer): Refer
7378         `gnus-current-select-method' in the current summary buffer.
7379
7380 2001-09-10  Simon Josefsson  <jas@extundo.com>
7381         From Daniel Pittman <daniel@rimspace.net>
7382
7383         * gnus-spec.el (gnus-correct-pad-form): Fix.
7384
7385 2001-09-09  Simon Josefsson  <jas@extundo.com>
7386
7387         * mm-decode.el (mm-inline-media-tests): Add
7388         application/x-emacs-lisp.
7389         (mm-attachment-override-types): Add
7390         application/{x-,}pkcs7-signature.
7391
7392         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7393         (gnus-server-line-format, gnus-server-mode-line-format)
7394         (gnus-server-browse-in-group-buffer): Customize.
7395
7396 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7397
7398         * nnml.el (nnml-marks-changed-p): Typo.
7399         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7400         (nnml-marks-changed-p): Use gnus-gethash.
7401         (nnml-marks-modtime): Use gnus-make-hashtable.
7402
7403         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7404         (nnfolder-request-expire-articles, nnfolder-save-marks)
7405         (nnfolder-open-marks): Typo.
7406         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7407         (nnfolder-marks-changed-p): Use gnus-gethash.
7408         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7409
7410 2001-09-08  Simon Josefsson  <jas@extundo.com>
7411
7412         * nnfolder.el (nnfolder-marks-modtime): New variable.
7413         (nnfolder-marks-changed-p): New function.
7414         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7415         (nnfolder-request-update-info): Don't update if marks didn't change.
7416
7417         * nnml.el (nnml-marks-modtime): New variable.
7418         (nnml-marks-changed-p): New function.
7419         (nnml-save-marks, nnml-open-marks): Save modtime.
7420         (nnml-request-update-info): Don't update if marks didn't change.
7421
7422         * gnus-agent.el (gnus-agent-any-covered-gcc)
7423         (gnus-agent-add-server, gnus-agent-remove-server): Use
7424         gnus-agent-method-p.
7425
7426         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7427         (gnus-unbuttonized-mime-type-p): Use it.
7428
7429         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7430         fetch group.
7431
7432 2001-09-08  Simon Josefsson  <jas@extundo.com>
7433         From Daniel Pittman <daniel@rimspace.net>
7434
7435         * gnus-spec.el (gnus-correct-pad-form): New function.
7436         (gnus-parse-simple-format): Use it.
7437
7438 2001-09-07  Simon Josefsson  <jas@extundo.com>
7439
7440         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7441         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7442         Putnam <reader@newsguy.com>.
7443         (gnus-group-sort-selected-groups): Touch dribble file.
7444
7445 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7446
7447         * nnml.el (nnml-filenames-are-evil): New variable.
7448         (nnml-article-to-file-alist): Rename to ...
7449         (nnml-current-group-article-to-file-alist): ... this.
7450         Respect `nnml-filenames-are-evil'.
7451         (nnml-active-number): Update.
7452         (nnml-update-file-alist): Update.
7453         (nnml-request-article): Use nnheader-article-to-file-alist.
7454         (nnml-request-rename-group): Likewise.
7455
7456 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * gnus-sum.el (gnus-summary-insert-line): Fix.
7459
7460 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7461
7462         * gnus-sum.el: Bind g-s-t-s to "W g".
7463         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7464         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7465         display of graphical smilies.
7466
7467 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7468
7469         * gnus-start.el (gnus-setup-news): A typo.
7470         From Bill White <billw@wolfram.com>.
7471
7472 2001-09-06  Simon Josefsson  <jas@extundo.com>
7473
7474         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7475         and unseen marks.
7476
7477 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7478
7479         * nnmail.el (nnmail-split-fancy): Document `junk'.
7480
7481 2001-09-04  Simon Josefsson  <jas@extundo.com>
7482
7483         * imap.el (imap-search): Don't error if server is broken.
7484
7485 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7486
7487         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7488         searching for an article that isn't in the mbox.
7489
7490 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7491
7492         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7493         right, and get all the comments.
7494
7495 2001-09-02  Simon Josefsson  <jas@extundo.com>
7496         Suggested by Dan Christensen <jdc+news@uwo.ca>
7497
7498         * nnfolder.el (nnfolder-request-update-info): Fix message.
7499
7500         * nnml.el (nnml-request-update-info): Ditto.
7501
7502 2001-09-01  Simon Josefsson  <jas@extundo.com>
7503
7504         * nnml.el (nnml-request-expire-articles): Also bind
7505         `nnml-current-group' and `nnml-article-file-alist' when using
7506         expiry-target. (Otherwise nnml will be in a inconsistent internal
7507         state causing all kind of problems.)
7508         (nnml-request-expire-articles): If `nnml-article-to-file' or
7509         `file-attributes' failes, return article as un-expirable instead
7510         of treating it as expired.
7511
7512 2001-08-31  Sam Steingold  <sds@gnu.org>
7513
7514         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7515         typo: `exmine' --> `examine'.
7516
7517 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7518
7519         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7520
7521 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7522
7523         * nnml.el (nnml-check-directory-twice): Remove.
7524         (nnml-retrieve-headers): Ditto.
7525         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7526
7527 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7528
7529         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7530         directory twice on Windows, or on GNU Emacs-21.
7531
7532 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7533
7534         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7535         (nnml-request-rename-group): Ditto.
7536         (nnml-active-number): Ditto.
7537         (nnml-request-create-group): Use nnml-directory-articles.
7538         (nnml-request-expire-articles): Use nnml-directory-articles, which
7539         gets list from nov database if available.
7540         (nnml-get-nov-buffer): New function.
7541         (nnml-open-nov): Use it.
7542         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7543         gets alist from nov database if available.
7544         (nnml-directory-articles): New function.
7545         (nnml-article-to-file-alist): New function.
7546
7547 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7548
7549         * mm-decode.el (mm-display-external): Use `name' as filename, if
7550         `filename' attribute is not present.
7551
7552 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7553
7554         * mail-source.el (mail-source-flash): New defcustom.
7555         (mail-source-new-mail-p): Ring visible bell if appropriate.
7556         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7557         timer is cleared even if mail check signals an error.
7558
7559 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7560
7561         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7562         type 'list.
7563
7564 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7565
7566         * flow-fill.el (fill-flowed): eol might be point-max.
7567
7568 2001-08-27  Simon Josefsson  <jas@extundo.com>
7569
7570         * nnml.el (nnml-request-update-info): Fix message.
7571         (nnml-open-marks): Ditto.
7572
7573         * nnfolder.el (nnfolder-request-update-info):
7574         (nnfolder-open-marks): Fix message.
7575
7576 2001-08-25  Simon Josefsson  <jas@extundo.com>
7577
7578         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7579         after group in ~/.
7580
7581 2001-08-25  Simon Josefsson  <jas@extundo.com>
7582         From Andreas Jaeger  <aj@suse.de>
7583
7584         * nnfolder.el (nnfolder-open-marks): Fix typo.
7585         * nnml.el (nnml-open-marks): Likewise.
7586
7587 2001-08-25  Simon Josefsson  <jas@extundo.com>
7588
7589         Make nnfolder groups self-contained as far as marks are concerned.
7590
7591         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7592         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7593         (nnfolder-open-server): Make marks directory.
7594         (nnfolder-request-delete-group): Delete marks file.
7595         (nnfolder-request-delete-group): Check of nov/marks file exist
7596         before deleting.
7597         (nnfolder-request-rename-group): Rename marks file.
7598         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7599         (nnfolder-request-set-mark, nnfolder-request-update-info)
7600         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7601         (nnfolder-open-marks): New functions.
7602         (top-level): Require gnus.
7603
7604 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * nnweb.el (nnweb-type-definition): Use google raw file.
7607         (nnweb-google-parse-1): Ditto.
7608         (nnweb-google-identity): Ditto.
7609         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7610         (nnweb-altavista-wash-article): Ditto.
7611         (nnweb-request-article): Remove nnweb-decode-entities.
7612
7613         * nnml.el: Require 'gnus.
7614
7615 2001-08-25  Simon Josefsson  <jas@extundo.com>
7616
7617         * nnml.el (nnml-marks-is-evil): Add doc.
7618
7619 2001-08-25  Simon Josefsson  <jas@extundo.com>
7620
7621         * nnml.el (nnml-save-marks): Wrap saving marks in a
7622         condition-case, to allow user to start Gnus if saving marks failed
7623         for some reason.
7624
7625 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626
7627         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7628
7629         * gnus-group.el (gnus-update-group-mark-positions): Bind
7630         gnus-group-update-hook to nil.
7631
7632 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7633
7634         * mml.el (mml-generate-mime-1): Force as multibyte string.
7635
7636 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7637
7638         * gnus-sum.el (gnus-summary-insert-line)
7639         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7640         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7641
7642         * gnus-spec.el (gnus-correct-substring): Take optional END.
7643
7644         * nnrss.el (nnrss-request-article): Remove \n.
7645         (nnrss-retrieve-headers): Lines number is -1.
7646
7647 2001-08-24  Simon Josefsson  <jas@extundo.com>
7648
7649         * gnus-group.el (gnus-info-clear-data): Call
7650         nnfoo-request-set-mark to propagate marks.  Fix bug:
7651         `gnus-group-update-line' doesn't update read range unless we call
7652         `gnus-get-unread-articles-in-group' first.
7653
7654         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7655         to server.
7656
7657 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7658
7659         * gnus-util.el (gnus-create-info-command): Return an interactive
7660         function.
7661
7662 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7663         From Katsumi Yamaoka <yamaoka@jpl.org>
7664
7665         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7666
7667 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7668
7669         * gnus-sum.el (gnus-select-newsgroup): Use it.
7670
7671         * gnus-util.el (gnus-not-ignore): New function.
7672
7673         * lpath.el (featurep): Don't fbind char-int.
7674
7675         * gnus-util.el (gnus-create-info-command): New function.
7676
7677         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7678         right node.
7679
7680         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7681         (gnus-summary-limit-children): Use 'identity instead of `all'.
7682         (gnus-summary-limit-to-display-predicate): New command and
7683         keystroke.
7684
7685 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7686
7687         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7688
7689         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7690
7691 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7692
7693         * gnus-spec.el: Add the Gnus version.
7694         (gnus-update-format-specifications): If the Gnus version changes,
7695         nix out the format spec cache.
7696
7697         * gnus.el (gnus-continuum-version): Made into a command and
7698         optionalize the VERSION.
7699
7700         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7701         the start of the lines.
7702
7703 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7704
7705         * gnus.el (gnus-visual-p): Define function before use of
7706         function.
7707
7708 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7709
7710         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7711         (gnus-article-mark-to-type): New function.
7712         (gnus-update-missing-marks): Only update marks of type 'list.
7713
7714         * gnus.el (gnus-article-special-mark-lists): New variable.
7715
7716 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7717
7718         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7719         (gnus-select-newsgroup): Still use 'all.
7720         (gnus-summary-initial-limit): Comparing with 'all.
7721
7722 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7723
7724         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7725         active.
7726
7727 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7728
7729         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7730         nnslashdot-*-retrieve-headers.
7731         (nnslashdot-request-article): Fix for slashcode 2.2.
7732         (nnslashdot-make-tuple): New function.
7733         (nnslashdot-read-groups): Use it.
7734
7735 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7736
7737         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7738         list.
7739
7740         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7741
7742 2001-08-20  Simon Josefsson  <jas@extundo.com>
7743
7744         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7745         opened, error instead of continuing (and exploding later).
7746
7747 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7748
7749         * gnus.el (gnus-expand-group-parameters): Return the parameter
7750         list.
7751
7752         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7753         (gnus-summary-show-article): Guess at charset if required.
7754
7755         * gnus-spec.el (gnus-correct-substring): Stopped one character
7756         before we wanted.
7757
7758 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7759
7760         * earcon.el (earcon-auto-play): Remove unused option.
7761
7762 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763
7764         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7765         message down in levels, since it happens very fast.
7766
7767         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7768         of smiley-regexp-alist.
7769
7770         * mm-view.el (mm-inline-text): Ignore vcard errors.
7771
7772         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7773
7774         * gnus-score.el (gnus-all-score-files): Use append instead of
7775         nconc.
7776
7777         * gnus.el (gnus-splash-face): Doc fix.
7778
7779         * mm-decode.el (mm-mailcap-command): Use
7780         mm-path-name-rewrite-functions.
7781         (mm-path-name-rewrite-functions): New variable.
7782
7783         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7784         (gnus-complex-form-to-spec): Insert tab.
7785         (gnus-spec-tab): New function.
7786
7787         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7788         entering the group.
7789
7790         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7791         the positional spec.
7792         (gnus-parse-complex-format): React to %C.
7793
7794         * gnus-ems.el (gnus-char-width): Moved here.
7795
7796         * gnus-sum.el (gnus-select-newsgroup): Set
7797         gnus-newsgroup-articles.
7798         (gnus-unseen-mark): New variable.
7799         (gnus-newsgroup-unseen): Ditto.
7800         (gnus-newsgroup-seen): Ditto.
7801         (gnus-adjust-marked-articles): Use them.
7802         (gnus-update-marks): Use them.
7803         (gnus-summary-update-secondary-mark): Display.
7804         (gnus-summary-prepare-threads): Display.
7805
7806         * gnus-msg.el (gnus-inews-group-method): Use and return the
7807         method, not the server.
7808
7809 2001-08-19  Simon Josefsson  <jas@extundo.com>
7810
7811         * gnus-srvr.el (gnus-server-agent-face): New.
7812         (gnus-server-agent-face): New.
7813         (gnus-server-mode): Turn on font-lock-mode.
7814
7815         * gnus.el (gnus-server-visual): Add defgroup.
7816
7817 2001-08-19  Simon Josefsson  <jas@extundo.com>
7818         From Joe Casadonte <jcasadonte@northbound-train.com>
7819
7820         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7821         gnus-server-denied-face): New.
7822         (gnus-server-opened-face, gnus-server-closed-face,
7823         gnus-server-denied-face): New.
7824         (gnus-server-font-lock-keywords): Add.
7825
7826 2001-08-19  Simon Josefsson  <jas@extundo.com>
7827
7828         * nnml.el (nnml-request-set-mark): Return nil.
7829         (nnml-save-marks): Use nnml-possibly-create-directory.
7830         (nnml-open-marks): Only work in temp buffer when inserting/reading
7831         .marks file.
7832
7833 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7834
7835         * gnus.el (gnus-expand-group-parameters): Fix.
7836
7837         * gnus-spec.el (gnus-char-width): New function.
7838         (gnus-correct-substring, gnus-correct-length): Use it.
7839
7840         * message.el (message-required-mail-headers): Fix doc.
7841
7842 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7843
7844         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7845
7846         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7847
7848 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7849
7850         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7851         slashdot 2.2 (not fully fixed yet).
7852         (nnslashdot-request-article): Ditto.
7853
7854 2001-08-18  Simon Josefsson  <jas@extundo.com>
7855
7856         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7857         nnimap.
7858
7859         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7860         gnus-util.
7861         (nnimap-request-update-info-internal): Use new functions.
7862
7863         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7864         new functions.
7865
7866 2001-08-18  Simon Josefsson  <jas@extundo.com>
7867
7868         Make nnml groups self-contained as far as marks are concerned.
7869
7870         * nnml.el (nnml-request-delete-group): Delete marks file.
7871         (nnml-request-rename-group): Move marks file.
7872         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
7873         variables.
7874         (nnml-request-set-mark, nnml-request-update-info): New server
7875         functions.
7876         (nnml-save-marks, nnml-open-marks): New functions.
7877
7878 2001-08-18  Simon Josefsson  <jas@extundo.com>
7879
7880         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
7881         `set' when setting marks.
7882
7883 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7884
7885         * gnus.el (gnus-info-find-node): Take an argument.
7886
7887         * gnus-art.el (gnus-button-handle-info): New function.
7888         (gnus-url-unhex-string): Replace "+" with " ".
7889
7890 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7891
7892         * message.el (message-check-news-header-syntax): Check bad From.
7893
7894 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7895
7896         * gnus-spec.el (gnus-correct-length): New function.
7897         (gnus-correct-substring): New function.
7898         (gnus-tilde-max-form): Use it.
7899
7900 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
7901
7902         * nnmh.el: Docstring changes as below.
7903
7904         * nnml.el: Docstring changes as below.
7905
7906         * nnbabyl.el: Docstring changes as below.
7907
7908         * nnmbox.el: Docstring changes as below.
7909
7910         * nnfolder.el: Added docstrings identifying each virtual server
7911         parameter.
7912
7913 2001-08-18  Simon Josefsson  <jas@extundo.com>
7914
7915         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
7916
7917 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
7918
7919         * message.el: rename "Abort Message" to "Postpone Message".
7920         Remove "Attach file as MIME" from Message menu, it's already in
7921         the MIME menu.
7922
7923 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7924
7925         * smime.el (smime-point-at-eol): eval-and-compile.
7926         (smime-make-temp-file): New function.
7927         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
7928         Use it.
7929
7930 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7931
7932         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
7933         (gnus-agent-summary-fetch-group): New command and keystroke.
7934
7935         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
7936         (gnus-mime-display-security): Make it respect
7937         gnus-unbuttonized-mime-type-p.
7938
7939         * gnus-sum.el (gnus-articles-to-read): Comments.
7940         (gnus-article-marked-p): New function.
7941         (gnus-summary-display-make-predicate): New function.
7942         (gnus-select-newsgroup): Use them.
7943
7944         * mm-decode.el (mm-save-part-to-file): Made it not error.
7945
7946 2001-08-17  Simon Josefsson  <jas@extundo.com>
7947
7948         * imap.el (imap-wait-for-tag): If process-status isn't open or
7949         run, return nil instead of sit-for looping.
7950
7951 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7952
7953         * lpath.el (featurep): fbind xml-parse-region.
7954
7955         * gnus.el (gnus-message-archive-method): Default to "archive".
7956         (gnus-message-archive-method): Doc fix.
7957         (gnus-parameters-get-parameter): Cleaned up.
7958         (gnus-expand-group-parameter): New function.
7959
7960         * gnus-start.el (gnus-setup-news): Push the archive server only
7961         the server list.
7962
7963         * mml.el (mml-menu): Changed name to "Attachments".
7964
7965         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
7966         when there is something to detroy.
7967
7968 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7969
7970         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
7971         nil.
7972
7973 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7974
7975         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
7976         which specifies a time today or tomorrow.
7977
7978 2001-08-15  Simon Josefsson  <jas@extundo.com>
7979         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7980
7981         * gnus-agent.el (gnus-agent-make-mode-line-string)
7982         (gnus-agent-toggle-plugged): Use new API.
7983
7984 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7985
7986         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
7987         deadline has expired.
7988
7989 2001-08-12  Simon Josefsson  <jas@extundo.com>
7990         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
7991
7992         Support `recent' mark indicating newly arrived messages (to
7993         separate from old but unread messages).
7994
7995         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
7996         `nnmail-split-history' if recent is > 0.
7997         (nnimap-request-update-info-internal): Update `recent' marks.
7998         (nnimap-request-set-mark): Never set `recent' marks.
7999         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8000         recent.
8001
8002         * gnus-sum.el (gnus-recent-mark): New mark.
8003         (gnus-newsgroup-recent): New variable.
8004         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8005         (gnus-summary-prepare-threads): Mark recent articles.
8006         (gnus-summary-add-mark): Support recent.
8007         (gnus-summary-update-secondary-mark): Support recent.
8008
8009         * gnus.el (gnus-article-mark-lists): Add recent.
8010
8011 2001-08-12  Simon Josefsson  <jas@extundo.com>
8012
8013         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8014         whether successful decoding took place.  Add doc.
8015
8016 2001-08-12  Simon Josefsson  <jas@extundo.com>
8017         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8018
8019         * gnus.el (gnus-summary-line-format, gnus-parameters):
8020         * gnus-gl.el (gnus-summary-grouplens-line-format):
8021         * gnus-salt.el (gnus-summary-pick-line-format):
8022         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8023
8024 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8025         Committed by Kai Gro\e,b_\e(Bjohann.
8026
8027         * gnus-score.el (gnus-score-string): Fix `match' regexp
8028         for `extra' header case.
8029
8030 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8031
8032         * nnmbox.el (nnmbox-read-mbox): No warning.
8033
8034 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8035
8036         * nndoc.el (nndoc-article-type): Fix doc.
8037         (nndoc-generate-article-function): New variable.
8038         (nndoc-dissection-function): New variable.
8039         (nndoc-type-alist): Add oe-dbx.
8040         (nndoc-oe-dbx-type-p): New function.
8041         (nndoc-oe-dbx-dissection): New function.
8042         (nndoc-oe-dbx-generate-article): New function.
8043
8044 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8045
8046         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8047         whether deadline has been reached.  Patch from Dan Nicolaescu
8048         <dann@godzilla.ics.uci.edu>.
8049
8050 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8051
8052         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8053         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8054         <rintaman@cs.Helsinki.FI>.
8055
8056         * mail-source.el (mail-source-movemail): The error buffer is
8057         modified, but nothing in it.
8058
8059 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8060
8061         * message.el (message-bogus-system-names): New variable.
8062         (message-make-fqdn): Use it.
8063
8064 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8065
8066         * nndraft.el (nndraft-request-group): Use
8067         nndraft-auto-save-file-name.
8068
8069 2001-08-09  Simon Josefsson  <jas@extundo.com>
8070
8071         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8072         Don't ask whether to decrypt.  Just leave result in buffer (don't
8073         call mm).
8074
8075         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8076         parts as well.
8077         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8078         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8079
8080 2001-08-09  Simon Josefsson  <jas@extundo.com>
8081
8082         * mm-decode.el (mm-insert-part): Return decoding success status.
8083         (mm-save-part-to-file): Error if decoding failed.
8084
8085 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8086
8087         * message.el (message-tab): Use indent-relative.
8088         (message-mode): Don't bind indent-line-function to indent-relative.
8089
8090 2001-08-09  Simon Josefsson  <jas@extundo.com>
8091
8092         * message.el (message-get-reply-headers): Fix string. Suggested by
8093         Christoph Conrad <cc@cli.de>.
8094
8095 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8096
8097         * message.el (message-tab): Use the current value of
8098         indent-line-function.
8099         (message-mode): Bind indent-line-function to indent-relative.
8100
8101 2001-08-08  Simon Josefsson  <jas@extundo.com>
8102
8103         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8104         whether `imtest' is installed.
8105
8106 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8107         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8108
8109         * gnus-sum.el (gnus-summary-show-article): Call
8110         gnus-summary-update-secondary-secondary-mark.
8111         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8112         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8113
8114 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8115
8116         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8117
8118         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8119
8120         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8121         <gerd@gnu.org>.
8122
8123         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8124
8125         * gnus-util.el (gnus-output-to-rmail): Ditto.
8126         (gnus-output-to-mail): Ditto.
8127
8128         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8129
8130 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8131
8132         * message.el (message-indent-citation): Use
8133         `message-yank-cited-prefix' for empty lines.
8134
8135 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8136
8137         * message.el (message-indent-citation): Quote only lines starting
8138         with ">" using `message-yank-cited-prefix'.
8139
8140 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8141         Trivial patch.
8142
8143         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8144         gnus-cache-fully-p.
8145
8146 2001-08-04  Simon Josefsson  <jas@extundo.com>
8147
8148         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8149         file if it doesn't exist (by calling gnus-cache-read-active).
8150
8151 2001-08-04  Simon Josefsson  <jas@extundo.com>
8152
8153         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8154         (gnus-cache-passively-or-fully-p): Removed.
8155         (gnus-cache-fully-p): Fix it.
8156
8157         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8158
8159 2001-08-04  Simon Josefsson  <jas@extundo.com>
8160
8161         * gnus-cache.el (gnus-cache-fully-p)
8162         (gnus-cache-passively-or-fully-p): New functions.
8163         (gnus-cache-possibly-enter-article): Cosmetic change, use
8164         `g-c-p-o-f-p'.
8165         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8166         was bogus (`g-c-p-a-a' does not change active info, just change
8167         the functions parameters).
8168         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8169         not removed in groups that match `gnus-uncacheable-groups'.
8170
8171         Reported and modifications based on discussions with Nuutti
8172         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8173
8174 2001-08-04  Simon Josefsson  <jas@extundo.com>
8175         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8176
8177         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8178         calls `gnus-cache-update-active' if bounds has been extended.
8179
8180 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8181
8182         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8183         before remove.
8184         (gnus-mime-security-show-details): Ditto.
8185
8186 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8187
8188         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8189         syntax.  Protect string-match against nil string and regexp.
8190
8191 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * mm-util.el (mm-find-charset-region): Remove control-1.
8194
8195 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8196
8197         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8198
8199 2001-08-04  Simon Josefsson  <jas@extundo.com>
8200
8201         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8202         buffer.  Delete MIME-Version header.
8203
8204 2001-08-03  Simon Josefsson  <jas@extundo.com>
8205
8206         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8207         that is entered does not necessarily have the highest article
8208         number in the group, so use `gnus-cache-possibly-alter-active'
8209         instead of `gnus-cache-update-active'.
8210
8211 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8212
8213         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8214
8215 2001-08-03  Simon Josefsson  <jas@extundo.com>
8216
8217         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8218         menu.
8219
8220 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus.el (post-method): New group parameter.  It also provides
8223         the user option `gnus-post-method-alist' and the internal function
8224         `gnus-parameter-post-method'.
8225
8226         * gnus-msg.el (gnus-post-method): Bind the value of
8227         `gnus-post-method' to the group parameter if it is defined.
8228
8229 2001-08-02  Simon Josefsson  <jas@extundo.com>
8230
8231         * smime.el (smime-extra-arguments): Removed.
8232         (smime-call-openssl-region): Don't use it.
8233
8234 2001-08-02  Simon Josefsson  <jas@extundo.com>
8235
8236         * smime.el (smime-sign-region): Handle stderr.
8237         (smime-encrypt-region): Ditto.
8238
8239         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8240         match the ASN.1 length bytes.
8241         (mm-pkcs7-enveloped-magic): Ditto.
8242         (mm-view-pkcs7-get-type): Don't regexp quote.
8243
8244 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8245         From Andreas Fuchs <asf@void.at>
8246
8247         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8248
8249 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8250
8251         * gnus-art.el (gnus-header-button-alist): References regexp.
8252
8253 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8254
8255         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8256         already fboundp.  Add INTERACTIVE arg to autoload form.
8257
8258 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8259
8260         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8261
8262         * nnmail.el (nnmail-cache-open): Ditto.
8263
8264 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8265
8266         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8267
8268 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8271
8272 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8273         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8274
8275         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8276         (gnus-agent-toggle-plugged): Use it.
8277
8278 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8279
8280         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8281         (gnus-ding-file-coding-system): New variable.
8282         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8283         (gnus-slave-save-newsrc): Use it.
8284
8285 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8286
8287         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8288         syntax.
8289
8290 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8291         Originally from Andreas Fuchs <asf@void.at>
8292
8293         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8294         (mml2015-gpg-pretty-print-fpr): New function.
8295         (mml2015-gpg-extract-signature-details): More details, rename from
8296         `m-g-e-from'.
8297         (mml2015-gpg-verify): Use them.
8298         (mml2015-gpg-clear-verify): Use them.
8299
8300 2001-07-31  Simon Josefsson  <jas@extundo.com>
8301
8302         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8303         buffer when done.
8304
8305 2001-07-30  Simon Josefsson  <jas@extundo.com>
8306
8307         * smime.el (smime-call-openssl-region): Revert previous change,
8308         just pass on buf to `call-process-region'.
8309         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8310         `smime-new-details-buffer'.  Inserts error messages into buffer.
8311         (smime-noverify-region): Ditto.
8312         (smime-decrypt-region): Ditto.  Handles stderr separately.
8313         (smime-verify-buffer, smime-noverify-buffer)
8314         (smime-decrypt-buffer): Doc fix.
8315         (smime-new-details-buffer): New function.
8316         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8317         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8318         (smime-sign-region, smime-encrypt-region): Don't use
8319         `insert-buffer'.
8320
8321         * mml-smime.el (mml-smime-verify): Fix security button strings.
8322
8323 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8324
8325         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8326         gnus-article-mime-handles.
8327
8328 2001-07-29  Simon Josefsson  <jas@extundo.com>
8329
8330         * mail-source.el (top-level): Require message for message-directory.
8331         (mail-source-directory): Change default to message-directory.
8332
8333         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8334         (smime-certificate-directory, smime-openssl-program)
8335         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8336         (smime-extra-arguments): New variable.
8337         (smime-dns-server): Fix customize group.
8338         (smime-call-openssl-region): Use `smime-extra-arguments'.
8339
8340 2001-07-29  Simon Josefsson  <jas@extundo.com>
8341         From Vladimir Volovich <vvv@vsu.ru>
8342
8343         * smime.el (smime-call-openssl-region): Ignore stderr.
8344
8345 2001-07-29  Simon Josefsson  <jas@extundo.com>
8346         From Christoph Conrad <christoph.conrad@gmx.de>
8347
8348         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8349         file.
8350
8351 2001-07-29  Simon Josefsson  <jas@extundo.com>
8352
8353         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8354
8355         Support S/MIME decryption.
8356
8357         * mm-decode.el (mm-inline-media-tests):
8358         (mm-inlined-types):
8359         (mm-automatic-display):
8360         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8361
8362         * mm-view.el (mm-pkcs7-signed-magic):
8363         (mm-pkcs7-enveloped-magic): New variables.
8364         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8365         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8366         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8367         PKCS#7 blobs.
8368
8369         * smime.el (smime-decrypt-region): Expand keyfile.
8370
8371 2001-07-29  Simon Josefsson  <jas@extundo.com>
8372
8373         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8374         `ssl.el' variables.
8375
8376         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8377         but line instead of narrowing to it, because `nnmail-parse-active'
8378         calls widen.  Thanks to Christoph Conrad
8379         <christoph.conrad@gmx.de>.
8380
8381 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8382
8383         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8384         for %B spec.
8385
8386         * gnus-sum.el (gnus-summary-prepare-threads): If
8387         gnus-sum-thread-tree-root is nil, use subject instead.
8388         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8389         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8390         (gnus-sum-thread-tree-leaf-with-other)
8391         (gnus-sum-thread-tree-single-leaf): Documentation.
8392         (gnus-sum-thread-tree-single-indent): Allow nil.
8393
8394 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8395
8396         * message.el (message-fill-paragraph): Do nothing if the user
8397         wants filladapt-mode.
8398
8399 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8400
8401         * mm-decode.el (mm-image-type-from-buffer): New function.
8402         (mm-get-image): Use it.
8403
8404 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8405
8406         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8407
8408         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8409         mm-display-parts too.
8410
8411 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8412
8413         * nnfolder.el (nnfolder-request-accept-article): Bind
8414         nntp-server-buffer.
8415
8416         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8417         nntp-server-buffer.
8418
8419 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8420
8421         * message.el (message-check-news-header-syntax): Use
8422         message-post-method.
8423         (message-send-news): Bind message-post-method.
8424
8425 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8426
8427         * mml.el (mml-tweak-type-alist): New variable.
8428         (mml-tweak-function-alist): New variable.
8429         (mml-tweak-part): New function.
8430         (mml-generate-mime-1): Use it.
8431
8432 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8433
8434         * nnfolder.el (nnfolder-request-accept-article): Replace
8435         nnfolder-request-list.
8436
8437 2001-07-27  Simon Josefsson  <jas@extundo.com>
8438
8439         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8440         nnoo-change-server failed to do it.
8441
8442 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8443
8444         * gnus.el (gnus-parameters): Make it customizable.
8445
8446 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8447
8448         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8449
8450         * message.el (message-set-auto-save-file-name): More
8451         poor-system-types.
8452
8453         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8454
8455         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8456         supports +.
8457
8458 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8459
8460         * mm-decode.el (mm-readable-p): New function.
8461         (mm-inline-media-tests): Fix the default testers.
8462
8463 2001-07-26  Simon Josefsson  <jas@extundo.com>
8464
8465         * nnimap.el (nnimap-version): Bump version number.
8466
8467 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8468         From Steven E. Harris <seh@speakeasy.org>
8469
8470         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8471         in M$Windows too.
8472
8473 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8474
8475         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8476
8477 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8478
8479         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8480
8481         * mm-decode.el (mm-get-image): Guess then use the type.
8482
8483         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8484
8485 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8486
8487         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8488         display (%B) for threads if threading is off.
8489
8490 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8491         From Henrik Enberg <henrik@enberg.org>
8492
8493         * gnus-msg.el: Customization patch.
8494
8495 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8496
8497         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8498         variable.
8499         (nnmail-split-fancy-with-parent): Ignore certain groups.
8500
8501 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8502
8503         * gnus-util.el (gnus-byte-compile): New function.
8504         (gnus-use-byte-compile): New variable.
8505         (gnus-make-sort-function): Use it.
8506
8507         * nnmail.el (nnmail-get-new-mail): Use it.
8508
8509         * gnus-agent.el (gnus-category-make-function): Simple function or
8510         compiled function.
8511         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8512
8513         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8514         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8515         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8516
8517         * message.el (message-check-news-header-syntax): Remove quote.
8518
8519 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8520
8521         * message.el (message-use-mail-followup-to): `t' is not a
8522         documented value.
8523
8524 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8525
8526         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8527
8528 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8529
8530         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8531         there are long lines.
8532
8533 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * dgnushack.el (copy-list): New compiler macro.
8536
8537 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8538
8539         * message.el (message-bounce): If no Return-Path, the whole
8540         content is considered as the original message.
8541
8542         * nnml.el (nnml-check-directory-twice): New variable.
8543         (nnml-article-to-file): Use it.
8544         (nnml-retrieve-headers): Hack it.
8545
8546 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * gnus-win.el (gnus-buffer-configuration): New configure.
8549
8550         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8551         not alive.
8552
8553         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8554         (mm-display-external): Use display-term configure.
8555
8556 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8557
8558         * gnus-delay.el (gnus-delay-default-hour): New variable.
8559         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8560
8561 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8562         From Karl Kleinpaste <karl@charcoal.com>
8563
8564         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8565         (gnus-summary-prepare-threads): Ditto.
8566
8567         * gnus.el (gnus-summary-line-format): Add %B.
8568
8569 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8570
8571         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8572
8573         * mm-util.el (mm-string-as-multibyte): New function.
8574
8575         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8576
8577 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8578
8579         * mm-util.el (mm-universal-coding-system): New variable.
8580
8581         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8582
8583         * score-mode.el (score-mode-coding-system): Use it.
8584
8585 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * gnus-start.el (gnus-setup-news): Call
8588         `gnus-check-bogus-newsgroups' just after the native server is
8589         opened.
8590
8591 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8592
8593         * nnmail.el (nnmail-do-request-post): Util function to be used by
8594         `nnchoke-request-post' for all nnmail-derived backends.
8595
8596         * nnml.el (nnml-request-post): Use it.
8597
8598         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8599         backend, for it groks nnml-request-post.
8600
8601         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8602         Treat `mail-post' backends like `mail' backends, not like `news'
8603         backends.
8604
8605 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8606
8607         * gnus-msg.el (gnus-setup-message): make-local-hook.
8608
8609 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8610
8611         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8612         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8613         <karl@charcoal.com>, slightly changed by Kai.
8614
8615         * message.el (message-check-news-header-syntax): When checking
8616         whether the groups exist, check the right server based on
8617         `gnus-post-method'.
8618
8619 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8620
8621         * gnus-delay.el: New file.
8622
8623 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8624
8625         * mm-util.el (mm-read-coding-system): Take two arguments.
8626
8627         * gnus-sum.el (gnus-summary-show-article): Use
8628         mm-read-coding-system.
8629
8630         * gnus-art.el (article-de-quoted-unreadable):
8631         (article-de-base64-unreadable, article-wash-html):
8632         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8633
8634 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8635
8636         * nnml.el (nnml-request-post): New function.  Can be used for
8637         annotations in nnml groups.
8638
8639 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8642         command.
8643
8644         * gnus-start.el (gnus-find-new-newsgroups): Use
8645         `message-make-date' instead of `current-time-string'.
8646         (gnus-ask-server-for-new-groups): Ditto.
8647         (gnus-check-first-time-used): Ditto.
8648
8649 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8650
8651         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8652
8653 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8654
8655         * message.el (message-shorten-references): Change `maxcount' and
8656         `cut' to obey USEFOR draft 5.
8657
8658 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8659
8660         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8661         (gnus-summary-set-article-display-arrow): New function.
8662         (gnus-summary-goto-subject): Use it.
8663
8664 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8665
8666         * gnus-sum.el (gnus-summary-import-article): Insert date if
8667         doesn't exist.
8668
8669 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8670
8671         * mml.el (mml-content-type-parameters): New variable.
8672         (mml-content-disposition-parameters): New variable.
8673         (mml-insert-mime-headers): Use them.
8674         (mml-parse-1): Accept charset.
8675
8676 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8677
8678         * gnus-group.el (gnus-group-select-group): Doc fix.
8679
8680         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8681
8682 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8685         to handle `define-derived-mode'.
8686
8687 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8688         From:  Stefan Monnier  <monnier@cs.yale.edu>
8689
8690         * message.el (message-mode): Use define-derived-mode.
8691         (message-tab): message-completion-alist.
8692
8693         * imap.el (imap-interactive-login): Use make-local-variable.
8694         (imap-open): Ditto.
8695         (imap-authenticate): Ditto.
8696
8697         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8698
8699         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8700
8701 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8702
8703         * message.el (message-citation-line-function): Refer to
8704         gnus-cite-attribution-suffix.
8705
8706 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8707
8708         * gnus-art.el,...: Error convention changes.
8709
8710 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8711
8712         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8713
8714 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8715
8716         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8717         (nnrss-read-server-data): Ditto.
8718
8719 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8722         * Cleanup files.
8723         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8724
8725 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8726
8727         * gnus.el (gnus-summary-line-format): Add %o.
8728
8729         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8730         unless shell outputs something.
8731
8732 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8733
8734         * gnus-art.el (gnus-boring-article-headers): Better doc.
8735         (article-hide-headers): Better regexp.
8736         Suggested by Matt Swift <swift@alum.mit.edu>.
8737
8738         * nnheader.el (nnheader-max-head-length): Better doc.
8739         (nnheader-header-value): Skip spaces.
8740         (nnheader-parse-head): Remove space.
8741         Suggested by Matt Swift <swift@alum.mit.edu>.
8742
8743         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8744         (gnus-get-newsgroup-headers): Remove space.
8745
8746 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8747
8748         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8749         (gnus-summary-reply): Use it.
8750         (gnus-summary-reply-broken-reply-to): New function.
8751         (gnus-msg-force-broken-reply-to): New function.
8752
8753         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8754
8755 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8756
8757         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8758
8759 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8760
8761         * mm-decode.el (mm-external-terminal-program): New variable.
8762         (mm-display-external): Use it. Use term to display when no
8763         window-system.
8764
8765 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8766
8767         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8768         Browse->Next entries to Browse->Prev
8769
8770 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8771
8772         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8773
8774 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775
8776         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8777         for the default encoding.
8778
8779         * nnrss.el (nnrss-url-field): New field.
8780         (nnrss-request-article): Add newsgroups.
8781
8782         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8783
8784 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8785
8786         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8787
8788         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8789         (gnus-draft-setup): Remove backlog.
8790
8791 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8792
8793         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8794         Cleanup.
8795
8796 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8797
8798         * gnus-msg.el (gnus-bug): Erase buffer.
8799
8800         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8801
8802 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803
8804         * mm-decode.el (mm-attachment-override-p): Fix typo.
8805
8806 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * gnus-kill.el (gnus-execute): Work with the extra headers.
8809         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8810
8811 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8812
8813         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8814         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8815
8816         * message.el (message-send-mail-real-function): New variable.
8817         (message-send-mail-partially, message-send-mail):
8818
8819         * nngateway.el (nngateway-request-post): Use it.
8820
8821         * gnus-agent.el (gnus-agentize): Use it.
8822
8823         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8824         (nnsoup-revert-variables): Use it.
8825
8826 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8827
8828         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8829         text/plain if the type doesn't match any other media types.
8830         (mm-inlined-types): Doc fix.
8831         (mm-display-inline): Revert previous change (now handled by a
8832         default type in `mm-inline-media-tests'.
8833         (mm-inlinable-p): Revive.
8834         (mm-display-part): Call `mm-inlinable-p'.
8835         (mm-attachment-override-p): Ditto.
8836         (mm-inlined-p): Doc fix.
8837
8838         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8839         well as `mm-inlined-p'.
8840
8841 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8842
8843         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8844         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8845
8846 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8847         From  Paul Jarc <prj@po.cwru.edu>
8848
8849         * message.el (message-use-mail-followup-to): New variable.
8850         (message-get-reply-headers): Use it.
8851
8852 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8853
8854         * nnheader.el (nnheader-init-server-buffer): Make sure the
8855         *nntpd* buffer is made multibyte instead of a random buffer.
8856
8857 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8858
8859         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8860         when it returns headers.
8861
8862 2001-07-07  Simon Josefsson  <jas@extundo.com>
8863
8864         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8865         trying to fold. Thanks to Colin Walters
8866         <walters@cis.ohio-state.edu>
8867
8868 2001-07-06  Simon Josefsson  <jas@extundo.com>
8869
8870         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8871         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
8872         Add information in `assert's.
8873
8874         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
8875         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
8876         and `nnimap-group-overview-filename', should handle all
8877         change-of-uidvalidity related issues.  But there may be other
8878         problems.)
8879
8880 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8881
8882         * rfc2047.el (rfc2047-encode-message-header): Don't include the
8883         header name when folding.
8884
8885 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
8886
8887         * mm-decode.el (mm-inlined-types): Document relationship with
8888         `mm-inline-media-tests'.
8889         (mm-display-inline): Default to displaying as plain text if no
8890         inlining handler is available.
8891         (mm-inlinable-p): Remove.
8892         (mm-inlined-p): Don't call `mm-inlinable-p'.
8893         (mm-automatic-display-p): Ditto.
8894         (mm-attachment-override-p): Ditto.
8895
8896 2001-07-04  Simon Josefsson  <jas@extundo.com>
8897
8898         * nnimap.el (nnimap-importantize-dormant): New variable.
8899         (nnimap-request-update-info-internal): Use it.
8900         (nnimap-request-set-mark): Ditto.
8901
8902 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8903
8904         * nntp.el (nntp-send-command): don't pass a buffer argument to
8905         `point'. Only XEmacs accepts this.
8906         * nntp.el (nntp-send-command-nodelete): ditto.
8907         * nntp.el (nntp-send-command-and-decode): ditto.
8908
8909 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
8910
8911         * nntp.el (nntp-open-connection-function): doc update.
8912         * nntp.el (nntp-pre-command): New.
8913         * nntp.el (nntp-via-rlogin-command): New.
8914         * nntp.el (nntp-via-telnet-command): New.
8915         * nntp.el (nntp-via-telnet-switches): New.
8916         * nntp.el (nntp-via-user-name): New.
8917         * nntp.el (nntp-via-user-password): New.
8918         * nntp.el (nntp-via-address): New.
8919         * nntp.el (nntp-via-envuser): New.
8920         * nntp.el (nntp-via-shell-prompt): New.
8921         * nntp.el (nntp-open-telnet-stream): New.
8922         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
8923         * nntp.el (nntp-open-via-telnet-and-telnet): New.
8924         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
8925         * nntp.el (nntp-send-command): ditto.
8926         * nntp.el (nntp-send-command-nodelete): ditto.
8927         * nntp.el (nntp-send-command-and-decode): ditto.
8928
8929 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
8930         Trivial patch.
8931
8932         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
8933         `when'.
8934
8935 2001-07-03  Simon Josefsson  <jas@extundo.com>
8936         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
8937
8938         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
8939
8940 2001-07-03  Simon Josefsson  <jas@extundo.com>
8941
8942         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
8943         remove it (workaround XEmacs `fill-region' bug).
8944
8945 2001-07-01  Simon Josefsson  <jas@extundo.com>
8946
8947         * nnimap.el (nnimap-date-days-ago): Defeat locale.
8948
8949 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8950
8951         * mml2015.el (mml2015-format-error): New function.
8952         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
8953         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
8954         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
8955
8956 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8957
8958         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
8959         Suggested by Christoph Conrad <C.Conrad@cli.de>.
8960
8961         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
8962         group variables.
8963
8964 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8965
8966         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
8967
8968         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
8969         (nnrss-save-group-data): Ditto.
8970
8971         * gnus-agent.el (gnus-agent-save-alist): Ditto.
8972
8973 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8974
8975         * message.el (message-do-send-housekeeping): Narrow to headers.
8976
8977 2001-06-24  Simon Josefsson  <jas@extundo.com>
8978
8979         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
8980         insertion when breaking lines looked for " \t" instead of "[ \t]".
8981         (rfc2047-encode-message-header): Fold lines even if
8982         no QP encoding is done.
8983
8984 2001-06-23  Simon Josefsson  <jas@extundo.com>
8985         From Samuel Tardieu <sam@inf.enst.fr>
8986
8987         * smime.el (smime-keys): Support additional certificates.
8988         (smime-make-certfiles): New function.
8989         (smime-sign-region): Use previous variables.
8990         (smime-get-certfiles): New function.
8991         (smime-sign-buffer): Use it.
8992         (smime-verify-region): Support both CAfile and CApath.
8993
8994 2001-06-23  Simon Josefsson  <jas@extundo.com>
8995
8996         * smime.el (smime-decrypt-region): Perhaps work.
8997
8998 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8999
9000         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9001
9002 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9003
9004         * mm-decode.el (mm-save-part): Rewrite file name.
9005         (mm-file-name-rewrite-functions): New variable.
9006         (mm-file-name-delete-whitespace): New function.
9007         (mm-file-name-trim-whitespace): New function.
9008         (mm-file-name-collapse-whitespace): New function.
9009         (mm-file-name-replace-whitespace): New variable and function.
9010
9011 2001-06-22  Simon Josefsson  <jas@extundo.com>
9012
9013         * message.el (message-make-date): Workaround locale for weekdays.
9014
9015 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9016
9017         * message.el (message-goto-body): Return nil if not found. (revert!)
9018
9019 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9020         From Fremlin <chief@bandits.org>
9021
9022         * message.el (message-goto-body): Some messages have no header.
9023
9024         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9025
9026 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9027
9028         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9029
9030 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9031
9032         * message.el (message-make-date): Add week day.
9033         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9034
9035 2001-06-19  Simon Josefsson  <jas@extundo.com>
9036
9037         * message.el (message-yank-prefix): Doc fix.
9038         (message-yank-cited-prefix): Ditto.
9039         (message-delete-not-region): Keep citation prefix on first line,
9040         if possible and appropriate.
9041
9042 2001-06-19  Simon Josefsson  <jas@extundo.com>
9043
9044         * imap.el (imap-process-connection-type): New variable.
9045         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9046         recent `imtest's work completely (no line length issues), while
9047         making making old `imtest's unusable.  Thanks to NAGY Andras
9048         <nagya@inf.elte.hu> for his work.
9049
9050 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9051
9052         * imap.el (imap-ssl-program): Add -quiet to shut up
9053         OpenSSL/SSLeay's internal debug talk.
9054
9055 2001-06-19  Matt Armstrong  <matt@lickey.com>
9056
9057         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9058         server.
9059
9060 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9061
9062         * nnmail.el (nnmail-article-buffer): New variable.
9063         (nnmail-split-incoming): Use it.
9064
9065 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9066
9067         * qp.el (quoted-printable-decode-region): If called interactively,
9068         use coding-system-for-read.
9069
9070 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9071
9072         * message.el (message-check-news-header-syntax): Check Reply-To.
9073
9074 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9075
9076         * mml.el (mml-parse-1): Use message options.
9077
9078         * message.el (message-do-fcc): Don't do anything if there is no
9079         FCC.
9080
9081 2001-06-16  Simon Josefsson  <jas@extundo.com>
9082
9083         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9084         (nnimap-expunge-search-string): New variable.
9085         (nnimap-request-expire-articles): Use it.
9086
9087 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9088
9089         * message.el (message-send-mail-with-qmail): wrong exit status is
9090         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9091
9092 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9093
9094         * gnus-art.el (article-strip-multiple-blank-lines): Use
9095         delete-region instead of replace-match.
9096
9097 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9098
9099         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9100         (nnweb-google-wash-article): Ditto.
9101
9102 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9103
9104         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9105
9106 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9107
9108         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9109         specs.
9110
9111 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9112
9113         * gnus.el (gnus-email-address): Move it here.
9114
9115         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9116         requested.
9117         (article-de-base64-unreadable): Ditto.
9118         (article-wash-html): Ditto.
9119
9120 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9121
9122         * message.el (message-options-set-recipient): Don't add ", "
9123         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9124
9125 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9128
9129 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9130
9131         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9132         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9133
9134         * nnrss.el (nnrss-node-text): Node might be nil.
9135
9136 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9139         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9140
9141         * nnrss.el (nnrss-group-alist): More items.
9142
9143 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9144
9145         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9146
9147 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9148         Trivial patch from Dale Hagglund  <rdh@best.com>
9149
9150         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9151         restrict clauses.
9152
9153 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9154
9155         From Benjamin Rutt <brutt+news@bloomington.in.us>
9156
9157         * message.el (message-wide-reply-confirm-recipients): New variable.
9158
9159 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9160         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9161
9162         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9163         fix so it works with XEmacs.
9164
9165 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9166
9167         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9168         headers.
9169
9170 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9171
9172         * nnrss.el: Fix a few bugs.
9173
9174 2001-06-05  Simon Josefsson  <jas@extundo.com>
9175
9176         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9177         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9178
9179 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9180
9181         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9182         binary so that we don't transmit ISO 2022 garbage to the process.
9183         This is needed under XEmacs.
9184
9185 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9186
9187         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9188         autoloaded incorrectly below because ssl-program-* is bound.)
9189         Thanks to Amos Gouaux for report.
9190
9191 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9192
9193         * imap.el (imap-kerberos4-open):
9194         (imap-gssapi-open):
9195         (imap-ssl-open):
9196         (imap-network-open):
9197         (imap-shell-open):
9198         (imap-starttls-open): Set buffer to workaround spurious
9199         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9200         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9201         Colman <colman@ppllc.com> for report.
9202
9203 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9204
9205         * gnus-sum.el (gnus-summary-catchup): New argument.
9206         (gnus-summary-catchup-from-here): New function.
9207
9208 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9209
9210         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9211         back, then insert glyph.  (Before, the glyph was inserted first,
9212         then the newline.)  This works around a behavior in XEmacs where
9213         it is not possible to insert a character after a glyph which is at
9214         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9215
9216 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9217
9218         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9219
9220         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9221         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9222         mm-destroy-postponed-undisplay-list): New functions.
9223         (mm-display-external): Use them.
9224
9225 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9226
9227         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9228         `default-low' when evaluating `gnus-summary-highlight'.
9229         From Raja R Harinath <harinath@cs.umn.edu>.
9230
9231 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9232
9233         * message.el (message-yank-cited-prefix): New variable.
9234         (message-indent-citation): Use it.
9235
9236         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9237         as details.
9238         (mml2015-mailcrypt-clear-verify): Ditto.
9239
9240 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9241         From Nevin Kapur <nevin@jhu.edu>.
9242
9243         * gnus-sum.el (gnus-summary-default-high-score,
9244         gnus-summary-default-low-score): New variables.
9245         (gnus-summary-highlight): Use them.
9246
9247 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9248
9249         * message.el (message-mail): pass the 'send-actions argument to
9250         `message-setup'.
9251
9252 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9253         From Raymond Scholz <ray-2001@zonix.de>
9254
9255         * gnus-art.el (gnus-mime-view-part-as-charset):
9256         (gnus-mime-internalize-part): Doc fixes.
9257
9258 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9259
9260         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9261         status lines without any text ("^215$").
9262
9263 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9264
9265         * nnrss.el (nnrss-check-group): Reverse.
9266
9267 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9268
9269         * message.el (message-get-reply-headers):
9270         (message-followup): Fix typo, suggested by David Green
9271         <dgreen@uab.edu>
9272
9273 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9274
9275         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9276
9277         * nnrss.el (nnrss-open-server): Read server data when it is called.
9278         (nnrss-request-expire-articles): Fix.
9279
9280 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * message.el (message-do-send-housekeeping): mail-abbrevs may
9283         rename buffer behind Gnus.
9284
9285 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9286
9287         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9288         (nnrss-group-alist): Add more resources.
9289         (nnrss-check-group): Ignore errors.
9290
9291 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9292
9293         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9294
9295         * nnslashdot.el (nnslashdot-request-list): Add time.
9296         (nnslashdot-request-expire-articles): New function.
9297
9298         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9299         secondary methods too.
9300
9301 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9302
9303         * message.el (message-use-followup-to): Set default value to t.
9304
9305 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9306
9307         * message.el (message-dont-reply-to-names): Fix documentation.
9308         (message-get-reply-headers): Use Mail-Followup-To only for wide
9309         replies.
9310
9311 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9312
9313         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9314         correctly.
9315         (nnrss-check-group): Use time.
9316
9317 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9318
9319         * gnus.el: Oort Gnus v0.03 is released.
9320
9321 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9322
9323         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9324         group.
9325
9326 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9329
9330 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9331
9332         * nnultimate.el (nnultimate-retrieve-headers): Return all
9333         available headers.
9334
9335         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9336         (gnus-get-newsgroup-headers-xover): Use it.
9337
9338 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9341
9342 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9343
9344         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9345
9346 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9347
9348         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9349         disable it.
9350
9351         * gnus.el (gnus-info-nodes): Remove a few The's.
9352
9353 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9354
9355         * mail-source.el (mail-source-movemail): Call-process may return a
9356         signal description string.
9357
9358         * gnus-start.el (gnus-read-newsrc-el-file):
9359         gnus-newsrc-file-version may be nil.
9360
9361         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9362         Suggested by Michael Sperber [Mr. Preprocessor]
9363         <sperber@informatik.uni-tuebingen.de>.
9364
9365 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9366
9367         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9368
9369 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9370
9371         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9372         fontify HANDLE.
9373
9374 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9375
9376         * smime.el (smime-ask-passphrase): Rework to return value.
9377         (smime-sign-region): Rework to bind value and use it.
9378         (smime-decrypt-region): Ditto.
9379
9380 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9381         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9382
9383         * smime.el (smime-ask-passphrase): New function.
9384         (smime-sign-region): Use it.
9385         (smime-encrypt-cipher): New variable.
9386         (smime-decrypt-region): Ditto.
9387
9388 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9389         Committed by Simon Josefsson  <simon@josefsson.org>
9390
9391         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9392         the log.
9393
9394 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9395
9396         * gnus.el: Oort Gnus v0.02 is released.
9397
9398 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9399
9400         * gnus.el: Oort Gnus v0.01 is released.
9401
9402 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9403
9404         * gnus-sum.el (gnus-summary-highlight): Highlight read
9405         undownloaded articles as read articles.
9406
9407         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9408         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9409         articles, even read ones, as such.
9410
9411         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9412         (gnus-find-matching-articles): New function.
9413         (gnus-summary-limit-include-matching-articles): New command.
9414         (gnus-summary-limit-include-thread): Include articles that have
9415         matching subjects.
9416         (gnus-offer-save-summaries): Clean up.
9417
9418 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9419
9420         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9421
9422 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9423         From Jason Merrill <jason_merrill@redhat.com>
9424
9425         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9426
9427 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9428         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9429
9430         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9431         newsgroup names when the original article is a news message.
9432
9433 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9434
9435         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9436         supported. Suggest by Jim Meyering <jim@meyering.net>.
9437
9438 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9439         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9440
9441         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9442         regexp in nnmail-split-fancy.
9443
9444 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9445
9446         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9447
9448 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9449
9450         * message.el (message-send-mail): Improve the interaction with the
9451         user.
9452
9453 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9454
9455         * imap.el (imap-message-copy): Work around buggy servers that
9456         doesn't send TRYCREATE tags.
9457
9458 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9459
9460         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9461
9462 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9463
9464         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9465         date.
9466
9467 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468
9469         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9470         lives.
9471
9472 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9473
9474         * gnus-art.el (gnus-parse-news-url): New function.
9475         (gnus-button-handle-news): New function.
9476         (gnus-button-alist): Point to new functions.
9477
9478         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9479
9480         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9481         gnus-format-specs.
9482
9483         * message.el (message-check-news-header-syntax): Question even
9484         when Gnus doesn't know the group names.
9485         (message-send-news): Clean up.
9486
9487         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9488         exited on purpose without saving.
9489
9490         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9491
9492 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493
9494         * gnus-score.el (gnus-score-orphans): Clean up.
9495
9496         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9497
9498         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9499         later.
9500
9501         * gnus-start.el (gnus-close-all-servers): Find the right items to
9502         close.
9503
9504         * qp.el (quoted-printable-decode-region): Just message
9505         malformation; don't quit.
9506
9507 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9508         From Gerd Moellmann <gerd@gnu.org>.
9509
9510         * gnus.el (gnus-interactive): A typo.
9511
9512 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9513         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9514
9515         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9516         `assq-delete-all', if that function exists; otherwise use the old
9517         definition. Documentation changed to match the one in
9518         `assq-delete-all'.
9519
9520 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9521
9522         * gnus-start.el (gnus-close-all-servers): New function.
9523
9524         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9525         (gnus-server-remove-denials): Clean up.
9526
9527         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9528         keystroke.
9529
9530 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * message.el (message-send-news): Message where we are sending.
9533         (message-send-mail): Ditto.
9534
9535         * gnus.el (gnus-server-string): New function.
9536
9537         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9538
9539         * mm-decode.el (mm-default-directory): Customized.
9540         (mm-tmp-directory): Ditto.
9541
9542         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9543         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9544         or Chars.
9545         (gnus-summary-line-format-alist): ?l is now a string.
9546         (gnus-summary-prepare-threads): Output ? for unknown lines.
9547         (gnus-summary-insert-line): Ditto.
9548         (gnus-summary-print-article): Unbalanced parentheses.
9549
9550         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9551         out whether new stuff has arrived.
9552
9553 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9554
9555         * gnus-sum.el: Let printing work on ttys on Emacs.
9556
9557 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9558
9559         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9560         when forcing news.
9561
9562         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9563         command.
9564
9565 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9566
9567         * message.el (message-set-auto-save-file-name): Don't use
9568         asterisks under nt.
9569
9570 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9571
9572         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9573         lists of articles.
9574
9575         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9576
9577         * gnus-msg.el (gnus-put-message): Clean up.
9578         (gnus-summary-reply): Mark all replied-to articles as replied to.
9579         (gnus-inews-add-send-actions): Also mark as forwarded.
9580         (gnus-summary-mail-forward): Mark as forwarded.
9581
9582         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9583         of articles.
9584         (gnus-summary-mark-article-as-forwarded): Ditto.
9585
9586         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9587         forwarded.
9588         (gnus-summary-mail-forward): Clean up.
9589
9590         * gnus.el (gnus-article-mark-lists): Added forward.
9591
9592         * gnus-sum.el (gnus-forwarded-mark): New variable.
9593         (gnus-summary-prepare-threads): Use it.
9594         (gnus-summary-update-secondary-mark): Ditto.
9595         (gnus-newsgroup-forwarded): New variable.
9596
9597 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9600         (gnus-summary-very-wide-reply): New command and keystroke.
9601         (gnus-summary-very-wide-reply-with-original): Ditto.
9602
9603         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9604         (gnus-score-adaptive): Use it.
9605
9606         * gnus-start.el (gnus-get-unread-articles): Clean up.
9607
9608 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9611         boards.
9612
9613 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9614
9615         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9616         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9617
9618 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9619
9620         * nnultimate.el (nnultimate-retrieve-headers): Understand
9621         long-form month names.
9622
9623 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9624
9625         * gnus-sum.el (gnus-summary-show-all-headers):
9626         gnus-article-show-all-headers is broken. Use
9627         gnus-summary-toggle-header instead.
9628
9629         * mml2015.el (mml2015-gpg-extract-from): No error.
9630
9631 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9633
9634         * mml2015.el (mml2015-gpg-extract-from): New function.
9635         (mml2015-gpg-verify): Use it.
9636         (mml2015-gpg-clear-verify): Use it.
9637
9638 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9639
9640         * message.el (message-setup-fill-variables): Use
9641         fill-paragraph-function.
9642         (message-fill-paragraph): Take an argument.
9643         (message-newline-and-reformat): Take another argument.
9644
9645 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9646
9647         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9648
9649 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9650
9651         * message.el (message-forward): local-variable-p takes an extra
9652         argument in XEmacs.
9653
9654 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9655
9656         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9657         `nnimap-use-nov-p' (it really tested the negative).
9658         (nnimap-retrieve-headers): Use it.
9659
9660 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9661
9662         * message.el (message-generate-headers-first): Update doc.
9663
9664 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9665         Trivial patch.
9666
9667         * gnus.el (gnus-summary-line-format): Typo.
9668
9669 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9670
9671         * mailcap.el (mailcap-mime-data): Add application/sieve.
9672         (mailcap-mime-extensions): Add .siv, .xls.
9673
9674 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9675         From Christoph Conrad <christoph.conrad@gmx.de>
9676
9677         * gnus-score.el (gnus-summary-lower-thread): Typo.
9678
9679 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9680
9681         * message.el (message-forward-decoded-p): New variable.
9682         (message-forward-subject-author-subject): Use it.
9683         (message-make-forward-subject): Use it.
9684         (message-forward): Use it.
9685
9686         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9687
9688         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9689         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9690
9691 ;;Has been fixed -- zsh.
9692 ;;2001-03-05  Dave Love  <fx@gnu.org>
9693 ;;
9694 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9695 ;;      Move it after definition of mm-coding-system-p.
9696 ;;
9697 2001-03-01  Dave Love  <fx@gnu.org>
9698
9699         * mm-util.el (mm-inhibit-file-name-handlers): Add
9700         image-file-handler.
9701
9702 2001-02-11  Dave Love  <fx@gnu.org>
9703
9704         * message.el (message-signature-file): Fix doc, :type.
9705
9706 2001-02-08  Dave Love  <fx@gnu.org>
9707
9708         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9709         (message-posting-charset): Defvar when compiling again.
9710         (rfc2047-encodable-p): Require message.
9711
9712         * gnus-sum.el (gnus-alter-articles-to-read-function):
9713         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9714
9715 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9716
9717         * nnrss.el: New file.
9718
9719 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9720         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9721
9722         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9723         `skip-chars-forward'.
9724
9725 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9726
9727         * nndraft.el (nndraft-request-group): Restore auto save files if
9728         the original files do not exist.
9729
9730 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731
9732         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9733         SCORE paths.
9734
9735         * mm-decode.el (mm-dissect-buffer): Call
9736         mail-extract-address-components only if necessary.
9737
9738 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9739
9740         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9741         directory part.
9742         (gnus-score-search-global-directories): Use file-directory-p.
9743
9744         * gnus-score.el (gnus-score-score-files-1): Use
9745         gnus-kill-files-directory.
9746         From Adrian Aichner <adrian@xemacs.org>.
9747
9748 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9749
9750         * gnus.el (charset): Move here from gnus-sum.el.
9751
9752 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9753
9754         * mml.el (mml-preview): Disable local map.
9755
9756         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9757         gnus-article-post-menu here.
9758
9759         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9760         if it has not been made.
9761
9762 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9763
9764         * gnus-art.el (gnus-article-describe-key): Map key to event.
9765         (gnus-article-describe-key-briefly): Ditto
9766
9767 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9768
9769         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9770
9771 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9772         From Katsumi Yamaoka <yamaoka@jpl.org>.
9773
9774         * dgnushack.el (coerce, merge, subseq): defmacro.
9775
9776 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9777
9778         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9779         A fake defalias in nndraft.el results a not-activated bug in
9780         uncompiled versions.
9781
9782 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9783         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9784
9785         * gnus-util.el (gnus-split-references): Handle malformed References:.
9786
9787 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9788
9789         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9790
9791 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9792         From NAGY Andras <nagya@inf.elte.hu>.
9793
9794         * gnus.el (gnus-parameters): Typo.
9795
9796 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9797
9798         * gnus.el (gnus-read-method): Remove redundancy.
9799
9800 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9801
9802         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9803         (nnslashdot-request-list): Use it.
9804
9805 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9806
9807         * nnml.el (nnml-generate-active-info): Fix the case when there is
9808         no file.
9809
9810         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9811         (gnus-summary-create-article): New function.
9812
9813         * gnus-group.el (gnus-group-mark-article-read): New function.
9814
9815         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9816
9817         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9818
9819 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9820
9821         * gnus-art.el (gnus-article-edit-done): Don't use
9822         gnus-article-edit-exit.
9823         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9824
9825         * gnus.el (gnus-parameters): New variable.
9826         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9827         (gnus-parameters-get-parameter): New function.
9828         (gnus-group-find-parameter): Use it.
9829
9830 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9831
9832         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9833         change of default value to `current'.
9834
9835 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9836
9837         * nneething.el (nneething-get-head): Insert unreadable file too.
9838
9839 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9842
9843         * webmail.el (webmail-type-definition): Deja is bought by google.
9844
9845 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9846
9847         * gnus-sum.el (gnus-fetch-headers): New function.
9848         (gnus-select-newsgroup): Use it.
9849         (gnus-summary-insert-articles): New function.
9850         (gnus-summary-insert-old-articles): New function.
9851         (gnus-summary-insert-new-articles): New function.
9852
9853         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9854         (gnus-group-list-active): Ditto.
9855         * gnus-sum.el (gnus-set-mode-line): Ditto.
9856         (gnus-summary-read-group-1): Ditto.
9857
9858 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9861         current topic.
9862
9863 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9864
9865         * smiley.el (gnus-smiley-display): Don't do widening.
9866
9867         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9868         within body.
9869
9870         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9871
9872         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
9873         New variable.
9874         (gnus-mime-display-multipart-related-as-mixed): New variable.
9875         (gnus-mime-display-part): Use them.
9876
9877 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9878
9879         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
9880         something special.
9881
9882 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9883
9884         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
9885         (nnweb-request-article): Call reference if exists.
9886         (nnweb-type-definition): Dejanews is bought by google.com.
9887         Beta!
9888
9889 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
9892
9893 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9894
9895         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
9896         gnus-article-sort-functions.
9897         (gnus-article-sort-functions): Doc fix.  Refer to
9898         gnus-thread-sort-functions.
9899
9900 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9901         From Paul Jarc <prj@po.cwru.edu>.
9902
9903         * message.el (message-get-reply-headers): More fixes.
9904
9905 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
9906         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9907
9908         * message.el (message-get-reply-headers): Fix bug with
9909         Mail-Followup-To/to-address interaction.
9910
9911 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9912
9913         * gnus-msg.el (gnus-configure-posting-styles): Match header in
9914         gnus-article-copy.
9915
9916 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9917
9918         * message.el (message-do-send-housekeeping): Rename to a better
9919         name.
9920
9921 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9922
9923         * message.el (message-cancel-news): Check article first, then ask
9924         yes or no.
9925
9926 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9927
9928         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
9929
9930 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9931
9932         * gnus-range.el (gnus-range-normalize): New function.
9933
9934 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
9935
9936         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
9937
9938 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9939
9940         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
9941
9942         * nnagent.el (nnagent-request-regenerate): New function.
9943
9944         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
9945
9946         * nnml.el (nnml-generate-nov-databases): Accept argument
9947         server. Don't open server if it is opened.
9948         (nnml-request-regenerate): Use it. Change to deffoo.
9949
9950 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9951         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9952
9953         * gnus.el (gnus-define-group-parameter): Fix.
9954
9955 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9956
9957         * gnus.el (gnus-define-group-parameter): Improved.
9958
9959         * gnus-sum.el (charset): Define parameter.
9960         (ignored-charsets): Ditto.
9961         (gnus-summary-setup-default-charset): Use them.
9962
9963         * gnus-start.el (gnus-read-descriptions-file): Use them.
9964
9965         * gnus-cus.el (gnus-group-parameters): Remove them.
9966
9967 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9968
9969         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
9970
9971 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9972
9973         * gnus-sum.el (gnus-summary-read-group-1): Remove
9974         gnus-summary-set-local-parameters.
9975         (gnus-summary-setup-buffer): Put it here.
9976
9977 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9978
9979         * gnus.el (to-address): Define parameter.
9980         (to-list): Ditto.
9981         * gnus-art.el (article-hide-boring-headers): Use them.
9982         * gnus-msg.el (gnus-post-news): Ditto.
9983         * gnus-cus.el (gnus-group-parameters): Remove them.
9984
9985 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9986
9987         * gnus-draft.el (gnus-draft-reminder): New function.
9988
9989         * gnus-art.el (gnus-sender-save-name): New function.
9990
9991 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9992
9993         * mm-util.el (mm-mime-charset): Error message.
9994
9995 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9996
9997         * message.el (message-check-news-body-syntax): Don't check mml lines.
9998
9999 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10000
10001         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10002         subscribe.
10003
10004         * gnus-start.el (gnus-call-subscribe-functions): New function.
10005         (gnus-find-new-newsgroups): Use it.
10006         (gnus-ask-server-for-new-groups): Use it.
10007         (gnus-check-first-time-used): Use it.
10008         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10009         (gnus-subscribe-options-newsgroup-method): Ditto.
10010         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10011         return .
10012
10013 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10014
10015         * gnus-cus.el (gnus-score-customize): Doc fix.
10016
10017 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10018
10019         * dgnushack.el (my-getenv): Typo.
10020
10021 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10022
10023         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10024
10025 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10026
10027         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10028
10029         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10030         (gnus-treatment-function-alist): Use it.
10031         (article-remove-leading-whitespace): New function.
10032         (gnus-article-make-menu-bar): Use it.
10033
10034         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10035         remove-leading-whitespace.
10036         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10037         because of conflict.
10038
10039 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10040
10041         * Makefile.in: Hack generating gnus-load.el.
10042         * dgnushack.el: Ditto.
10043         * gnus-load.el: Remove it.
10044
10045 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10046
10047         * dgnushack.el : Add URLDIR.
10048
10049         * Makefile.in (EMACS_COMP): Ditto.
10050
10051 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10052
10053         * gnus-cus.el (gnus-score-customize): Error on no score file.
10054
10055 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10056
10057         * mm-decode.el (mm-merge-handles): New function.
10058
10059         * mm-view.el (mm-inline-message): Use it.
10060         (mm-view-message): Ditto.
10061
10062         * mm-partial.el (mm-inline-partial): Ditto.
10063
10064         * mm-extern.el (mm-inline-external-body): Ditto.
10065
10066         * gnus-art.el (gnus-mime-view-part): Ditto.
10067         (gnus-mime-view-part-as-type): Ditto.
10068         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10069         cases.
10070
10071 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10072
10073         * message.el (message-cancel-news): Allow to shoot foot.
10074         (message-supersede): Ditto.
10075
10076 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10077         Trivial patch.
10078
10079         * gnus-sum.el (gnus-simplify-subject-re): Use
10080         message-subject-re-regexp.
10081
10082 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10083
10084         * nnmail.el (nnmail-expiry-target-group): Bind
10085         nnmail-cache-accepted-message-ids to nil.
10086
10087         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10088         coding system.
10089
10090 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10091
10092         * qp.el (quoted-printable-encode-region): Make sure characters are
10093         between 00 and FF.  Don't check charset.
10094
10095         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10096         in Emacs 20.
10097         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10098
10099 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10100
10101         * message.el (message-make-forward-subject): Argument decoded.
10102         (message-forward): Use it when digest.
10103
10104         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10105         buffer.
10106
10107 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10108
10109         * message.el (message-generate-headers-first): Doc fix.
10110
10111 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112
10113         * gnus-art.el (article-make-date-line): Error proof.
10114
10115 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10116
10117         * gnus-group.el (gnus-group-listing-limit): New variable.
10118         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10119
10120         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10121
10122 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * message.el (message-newline-and-reformat): Special case for
10125         breaking at BOL.
10126
10127 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10128
10129         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10130         message/rfc822.
10131
10132 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10133
10134         * message.el (message-encode-message-body): Don't insert
10135         Content-Type if it is inside a mail.
10136
10137 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10138
10139         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10140         gnus-article-commands-menu.
10141
10142         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10143         in Emacs.
10144
10145         * gnus-start.el (gnus-read-descriptions-file): Use
10146         gnus-group-name-charset and gnus-group-charset-alist.
10147
10148 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10149
10150         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10151         active region.
10152
10153         * gnus-start.el (gnus-group-change-level): Remove from both
10154         gnus-zombie-list and gnus-killed-list.
10155
10156 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157
10158         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10159         gnus-subscribe-topics.
10160
10161         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10162
10163 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10164
10165         * gnus-art.el (gnus-article-make-menu-bar): Make
10166         gnus-article-post-menu.
10167
10168         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10169
10170         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10171
10172         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10173
10174         * message.el (message-mode-menu): Ditto.
10175
10176         * gnus-art.el (defvar): eval-when-compile.
10177
10178 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10179
10180         * gnus-agent.el (gnus-agentize): Fix doc.
10181
10182 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10183
10184         * mml.el (mml-preview): Bind `q'.
10185
10186 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10187
10188         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10189
10190 2001-01-31  Dave Love  <fx@gnu.org>
10191
10192         * mm-util.el (mm-mime-mule-charset-alist)
10193         (mm-find-mime-charset-region): Consider mule-utf-8.
10194
10195 2001-01-31  Dave Love  <fx@gnu.org>
10196
10197         * gnus-art.el (gnus-article-x-face-command)
10198         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10199         :version.
10200
10201 2001-01-26  Dave Love  <fx@gnu.org>
10202
10203         * mm-util.el (mm-multibyte-string-p): New.
10204
10205 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10206 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10207 ;;      string-as-multibyte on class.  Clarify line-folding.
10208         (quoted-printable-encode-string): Make temp buffer inherit
10209         string's multibyteness.
10210
10211 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10212
10213         * nnheader.el (toplevel): Don't require `gnus-util' at
10214         compile-time; this creates a circular dependency, and prevents
10215         a bootstrap.
10216
10217 2001-01-22  Andreas Schwab  <schwab@suse.de>
10218
10219         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10220
10221 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10222
10223         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10224
10225         * gnus-art.el (article-hide-list-identifiers): Ditto.
10226
10227         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10228
10229 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10230
10231         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10232
10233         * gnus-art.el (article-hide-list-identifiers): Similar.
10234
10235 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10236
10237         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10238
10239 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10240
10241         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10242
10243 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10244
10245         * gnus-util.el (gnus-string-equal): New function.
10246
10247         * gnus-art.el (article-hide-boring-headers): Use it.
10248
10249 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10250
10251         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10252
10253 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10254
10255         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10256
10257 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258
10259         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10260         command if there is not last-saver.
10261
10262 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * nntp.el (nntp-open-connection): 201 is possible.
10265
10266 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10267
10268         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10269         (rfc2047-charset-encoding-alist): Add big5.
10270
10271 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10272
10273         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10274         (gnus-agent-remove-server): Ditto.
10275         (autoload): gnus-server-update-server.
10276
10277         * gnus-srvr.el (gnus-server-line-format): Add %a.
10278         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10279         (gnus-server-insert-server-line): Use it.
10280
10281 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10282
10283         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10284         GB2312 and Big5.
10285
10286 2001-01-24  Simon Josefsson  <sj@extundo.com>
10287
10288         * mail-source.el (mail-sources): Add :program specifier to IMAP
10289         mail source.
10290         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10291
10292 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10293
10294         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10295
10296 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10297
10298         * nntp.el (nntp-wait-for): Return the success code.
10299         (nntp-open-connection): Use it.
10300
10301 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10302
10303         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10304
10305 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10306
10307         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10308
10309 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10310
10311         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10312         argument. Allow to print several articles in one file.
10313
10314 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * webmail.el (webmail-type-definition): netaddress changes.
10317
10318 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10319
10320         * gnus.el: Fix copyright. Remove trailing spaces.
10321
10322         * message.el (message-forward): Use mule4.
10323
10324 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10325
10326         * mm-util.el (mm-string-as-unibyte): New function.
10327
10328         * message.el (message-forward): Use it.
10329
10330 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10331
10332         * message.el (message-cite-original-without-signature): Don't peel
10333         off the blank line.
10334         (message-get-reply-headers): Add Cc if it is not in follow-to.
10335
10336 2001-01-20  Simon Josefsson  <sj@extundo.com>
10337
10338         * mm-decode.el (mm-handle-multipart-from): Add.
10339         (mm-dissect-buffer): Save From: header value.
10340         (mm-security-from): Remove.
10341         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10342
10343         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10344         instead of `mml-security-from'.  Protect null from value.
10345
10346 2001-01-20  Simon Josefsson  <sj@extundo.com>
10347
10348         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10349         application/vnd.ms-excel attachments.
10350
10351 2001-01-19  Simon Josefsson  <sj@extundo.com>
10352
10353         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10354
10355 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10356
10357         * message.el (message-ignored-mail-headers): Ditto.
10358
10359 2001-01-19  Simon Josefsson  <sj@extundo.com>
10360
10361         * message.el (message-ignored-news-headers): Only search beginning
10362         of line.
10363
10364 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10365         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10366
10367         * message.el (message-send-mail): Content-Type may not be there.
10368
10369 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10370
10371         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10372         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10373
10374         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10375         not.
10376
10377 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10378
10379         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10380         non-native groups.
10381
10382 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10383
10384         * message.el (message-yank-original): Understand
10385         universal-argument.
10386
10387 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10388
10389         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10390         (article-hide-boring-headers): Ditto.
10391
10392         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10393
10394 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10395
10396         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10397         one.
10398
10399 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10400
10401         * message.el (message-make-in-reply-to): Add comment to message-id
10402         (old syntax, see 2000-08-02 change).
10403
10404 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10405
10406         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10407         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10408         (gnus-button-reply): Ditto.
10409
10410 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-art.el (article-display-x-face): Fix.
10413
10414 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10415
10416         * gnus-art.el (article-display-x-face): Use
10417         gnus-original-article-buffer.
10418
10419 2001-01-15  Jack Twilley  <jmt@tbe.net>
10420
10421         * message.el (message-add-header): Move to point-max.
10422
10423 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10424
10425         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10426         nil, improve documentation.
10427         (smime-certificate-directory): Comment out false hints (until it
10428         is implemented).
10429
10430         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10431         there aren't any keys.
10432         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10433         verify certificate.  Default is changed to only check integrity.
10434         Improved security status texts.  If a certificate doesn't contain
10435         a email address, don't fail.
10436
10437         * smime.el (smime-noverify-region):
10438         (smime-noverify-buffer): New functions.  Verifies integrity only.
10439
10440 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10441
10442         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10443
10444 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10445
10446         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10447         (gnus-remove-some-windows): Ditto.
10448
10449 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * gnus-art.el (article-make-date-line): 11th.
10452
10453 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10454
10455         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10456         (mml2015-gpg-sign): Ditto.
10457
10458 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10459
10460         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10461         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10462
10463 2001-01-08  Dave Love  <fx@gnu.org>
10464
10465         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10466         single character.
10467
10468         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10469
10470         * message.el: Doc and message fixes.
10471         (message-send-rename-function)
10472         (message-make-forward-subject-function)
10473         (message-send-mail-function, message-reply-to-function)
10474         (message-wide-reply-to-function, message-followup-to-function)
10475         (message-distribution-function, message-auto-save-directory): Fix
10476         :type.
10477
10478         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10479         proceeding after warnings.  Amend multipart warning message.
10480
10481 2001-01-04  Dave Love  <fx@gnu.org>
10482
10483         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10484         compiling.
10485         (gnus-make-directory): Require nnmail.
10486
10487         * mm-decode.el (mm-inline-media-tests): Add
10488         image/x-portable-bitmap.
10489         (mm-get-image): Grok pbm.
10490
10491 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10492
10493         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10494
10495 2001-01-09  Didier Verna  <didier@xemacs.org>
10496
10497         * dgnushack.el (dgnushack-compile): give a dummy value to
10498         `gnus-xmas-glyph-directory' for the time of compilation.
10499         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10500         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10501         * gnus-art.el: ditto.
10502         * gnus-group.el: ditto.
10503         * gnus-salt.el: ditto.
10504         * gnus-sum.el: ditto.
10505         * gnus-topic.el: ditto.
10506         * gnus-xmas.el (gnus-xmas-define): see above.
10507         * gnus-xmas.el (gnus-xmas-redefine): see above.
10508         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10509         non-continuable error when the directory can't be found.
10510
10511 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10512
10513         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10514         handle.
10515         * gnus-art.el (gnus-mime-view-part): Copy it.
10516         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10517
10518 2001-01-09  Michael Downes  <mjd@ams.org>
10519
10520         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10521
10522 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10523
10524         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10525         orig-file. Use ',source.
10526
10527 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10528
10529         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10530         (gnus-xmas-group-startup-message):
10531         Detect gnus-xmas-glyph-directory when it is nil.
10532
10533 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10534
10535         * pop3.el (pop3-get-message-count): Andrew Innes
10536         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10537
10538 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10539
10540         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10541
10542         * time-date.el (time-to-number-of-days): New function.
10543
10544 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10545         Trivial patch.
10546
10547         * nnslashdot.el (nnslashdot-request-list): Always get the right
10548         sid.
10549
10550 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10551
10552         * message.el (message-minibuffer-local-map): New keymap.
10553         (message-read-from-minibuffer): Use it.
10554         * gnus-msg.el (gnus-summary-resend-message): Use it
10555
10556 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10557
10558         * gnus-start.el (gnus-display-time-event-handler): New function.
10559         (gnus-after-getting-new-news-hook): Use it.
10560
10561 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10562
10563         * message.el (message-ignored-mail-headers): Add draft header.
10564
10565 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10566
10567         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10568         excursion.
10569
10570         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10571
10572 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10573         A revoked patch.
10574
10575         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10576
10577 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * qp.el (quoted-printable-decode-region): Don't backward-char.
10580
10581 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10582
10583         * gnus-draft.el: Mark articles as replied.
10584
10585         * gnus-sum.el (gnus-summary-add-mark): New function.
10586
10587         * gnus-group.el (gnus-add-mark): New function.
10588
10589         * gnus-sum.el (gnus-summary-buffer-name): New function.
10590         (gnus-summary-setup-buffer): Use it.
10591
10592         * gnus-draft.el: Set things up with the right post method and
10593         stuff.
10594
10595         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10596
10597         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10598
10599         * gnus.el (gnus-draft-meta-information-header): New variable.
10600
10601 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10602
10603         * gnus-art.el (gnus-treatment-function-alist): Move the date
10604         functions before the header sorting functions.
10605
10606         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10607
10608         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10609         Don't (push "/usr/share/emacs/site-lisp" load-path).
10610
10611         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10612         to empty fill prefixes.
10613
10614 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10615
10616         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10617         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10618
10619 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10620
10621         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10622
10623         * nnml.el (autoload): Move to nnheader.el.
10624
10625         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10626         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10627         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10628         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10629
10630 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10631
10632         * gnus-art.el (article-make-date-line): Get the hours right.
10633         (gnus-ignored-headers): More hiding.
10634
10635         * nnmail.el (nnmail-expiry-wait): Not an integer.
10636
10637         * message.el (message-goto-body): Only expand abbrev when called
10638         interactively.
10639         (message-make-lines): Use it.
10640
10641 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10642
10643         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10644
10645 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10648         include the expunged articles.
10649
10650         * gnus-group.el (gnus-group-sort-by-server): New function.
10651
10652         * gnus.el (gnus-method-to-server-name): New function.
10653         (gnus-group-prefixed-name): Use it.
10654
10655         * gnus-group.el (gnus-group-sort-function): Doc fix.
10656         (gnus-group-sort-groups-by-server): New command.
10657
10658 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * gnus-art.el (gnus-treat-date-english): New variable.
10661         (article-date-english): New command.
10662         (gnus-english-month-names): New variable.
10663         (article-make-date-line): Do 'english.
10664
10665         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10666         after the fill prefix.
10667
10668         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10669         score...".
10670
10671         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10672
10673         * message.el (message-mode-map): Bind comment-region.
10674
10675         * gnus-art.el (gnus-mime-display-part): Let w3 display
10676         multipart/related.
10677
10678         * mm-bodies.el (mm-long-lines-p): New function.
10679         (mm-body-encoding): Use it.
10680         (mm-body-encoding): Encode articles with lines longer than 1000
10681         characters.
10682
10683 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * mm-util.el (mm-enable-multibyte): Use
10686         default-enable-multibyte-characters.
10687         (mm-enable-multibyte-mule4): Ditto.
10688         (mm-disable-multibyte): Test XEmacs.
10689         (mm-disable-multibyte-mule4): Ditto.
10690         (mm-with-unibyte-current-buffer): Simplified.
10691         (mm-with-unibyte-current-buffer-mule4): Ditto.
10692
10693 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694
10695         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10696
10697         * nnheader.el (nnheader-string-as-multibyte): New alias.
10698
10699         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10700
10701         * gnus-uu.el (gnus-message-process-mark): New function.
10702         (gnus-uu-mark-by-regexp): Use it.
10703         (gnus-new-processable): New function.
10704
10705 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10706          Trivial patch.
10707
10708         * gnus-sum.el (gnus-no-mark): New variable.
10709
10710 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711
10712         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10713         backslashes.
10714
10715 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10718         definition.
10719
10720 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10721
10722         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10723
10724         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10725         XEmacs.
10726
10727 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10728         Trivial patch.
10729
10730         * mml.el (mml-read-tag): Save tag location.
10731
10732 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10733
10734         * starttls.el: Sync with Emacs 21.
10735
10736 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * message.el (message-mail): Support yank-action.
10739
10740         * message.el (message-setup): Revoke the last change.
10741
10742 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10745         <jvromans@squirrel.nl>.
10746
10747 2000-12-24  Simon Josefsson  <sj@extundo.com>
10748
10749         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10750         mailing list junk at end of part.
10751
10752 2000-12-23  Simon Josefsson  <sj@extundo.com>
10753
10754         * nnimap.el (nnimap-expiry-target): New function.
10755         (nnimap-request-expire-articles): Use it.
10756
10757 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * gnus.el (gnus-group-parameters-more): New variable.
10760         * gnus-cus.el (gnus-group-customize): Use it.
10761
10762         * gnus.el (gnus-define-group-parameter): New macro.
10763         (auto-expire): Use it
10764         (total-expire): Use it.
10765         * gnus-art.el (banner): Use it.
10766
10767         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10768         <ljz@asfast.com>.
10769
10770 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10771
10772         * gnus-topic.el (gnus-topic-create-topic): Use list.
10773
10774         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10775         before binding gnus-default-article-saver.
10776
10777         * gnus-sum.el (gnus-summary-save-article):
10778         (gnus-summary-pipe-output):
10779         (gnus-summary-save-article-mail):
10780         (gnus-summary-save-article-rmail):
10781         (gnus-summary-save-article-file):
10782         (gnus-summary-write-article-file):
10783         (gnus-summary-save-article-body-file): Ditto.
10784
10785         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10786
10787 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * gnus-art.el (gnus-mime-security-button-map):
10790         (gnus-mime-button-map): Add parent.
10791
10792 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10793
10794         * messagexmas.el (message-xmas-redefine): New function.
10795
10796         * message.el: Use it.
10797
10798         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10799
10800         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10801
10802 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10803
10804         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10805         malformatted messages.
10806
10807 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10808
10809         * mm-util.el (mm-image-load-path): New function.
10810
10811         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10812
10813         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10814
10815         * message.el (message-tool-bar-map): Use it.
10816
10817         * Makefile.in (install-el): New rule.
10818
10819 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10820
10821         * gnus-art.el (article-treat-dumbquotes): Quote \.
10822
10823 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10824
10825         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10826         Emacs 20 runs on a terminal.
10827
10828 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10829
10830         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10831
10832         * mml.el (gnus-add-minor-mode): Autoload.
10833
10834         * message.el (message-forward): Save-restriction.
10835
10836 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10837
10838         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10839         Paul Stevenson <p.stevenson@surrey.ac.uk>
10840
10841 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10842
10843         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10844
10845         * mml.el (gnus-ems): Don't require.
10846
10847         * gnus.el (gnus-decode-rfc1522): Removed.
10848         (gnus-set-text-properties): Define.
10849
10850 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10851
10852         * gnus-art.el (gnus-mime-*): handle may be nil.
10853
10854         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10855
10856         * gnus.el (gnus-group-remove-excess-properties): Not defined
10857         in gnus-xmas.
10858
10859 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10860
10861         * message.el (message-mail-user-agent): Add :version.
10862
10863 2000-12-21  Miles Bader  <miles@gnu.org>
10864
10865         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10866
10867 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10868
10869         * message.el (message-mail-user-agent): New variable.
10870         (message-setup): Renamed to message-setup-1. Support
10871         mail-user-agent.
10872         (message-mail-user-agent): New function.
10873         (message-mail): Use it.
10874         (message-reply): Use it.
10875         (message-resend): Use it.
10876         (message-mail-other-window): Use it.
10877         (message-mail-other-frame): Use it.
10878
10879         * gnus-msg.el (gnus-bug): Support mail-user-agent.
10880
10881 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10882
10883         * message.el (message-tool-bar-map): Simplify.
10884         (message-narrow-to-head-1): New function.
10885         (message-narrow-to-head): Use it.
10886         (message-reply): Ditto.
10887         (message-cancel-news): Ditto.
10888         (message-supersede): Ditto.
10889         (message-make-forward-subject): Ditto.
10890         (message-bounce): Ditto.
10891
10892 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10893
10894         * uudecode.el (uudecode-decode-region-external): make-temp-file
10895         may not be defined.
10896
10897         * binhex.el (defalias): eval-and-compile.
10898
10899         * message.el (message-tool-bar-map): New function.
10900         (message-mode): Use it.
10901
10902 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10903
10904         * nntp.el (nntp-find-connection): Remove the entry.
10905         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
10906
10907 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10908
10909         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
10910
10911         * message.el (message-forward): Copy buffer in unibyte mode.
10912
10913 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10914
10915         * message.el (message-make-forward-subject): Don't widen. Decode.
10916         (message-forward): Don't decode subject.
10917
10918 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
10919
10920         * qp.el (quoted-printable-encode-region): Upcase QP.
10921
10922 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10923
10924         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
10925         mail-extract-a-c instead. Don't depend on Gnus.
10926
10927         * mml.el (gnus-ems): Require it.
10928
10929         * gnus-msg.el (gnus-summary-mail-forward):
10930
10931         * message.el (message-forward):  Move mime-to-mml here.
10932
10933 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10934
10935         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
10936         * gnus-art.el (gnus-insert-mime-button): Simplify.
10937         (gnus-mime-display-alternative): Ditto.
10938         (gnus-insert-mime-security-button): Ditto.
10939
10940 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10941
10942         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
10943         text-property-not-all doesn't return nil when start=mark(end).
10944         (gnus-remove-text-properties-when): Ditto.
10945
10946 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947
10948         * gnus-start.el (gnus-group-change-level): Remove group from
10949         gnus-active-hashtb if real killed.
10950
10951 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10952
10953         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
10954         (gnus-mime-display-alternative): Ditto.
10955         (gnus-insert-mime-security-button): Ditto.
10956
10957 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10958
10959         * gnus-start.el (gnus-group-change-level): Don't add it into
10960         killed-list if it was killed.
10961
10962 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10963
10964         * nnmbox.el (nnmbox-file-coding-system): Use binary.
10965         (nnmbox-active-file-coding-system): Ditto.
10966
10967         * gnus-cus.el (gnus-group-parameters): Add posting-style.
10968
10969 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10970
10971         * gnus.el (gnus-version):
10972         (gnus-version-number): Set to Oort Gnus 0.01.
10973
10974         * gnus-art.el (gnus-mime-security-button-map):
10975         (gnus-insert-mime-security-button): Fix for Emacs21.
10976
10977 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10978
10979         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
10980         easymenu, because XEmacs doesn't understand :help.
10981
10982         * mm-uu.el: Require binhex.
10983
10984 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10985
10986         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
10987
10988 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
10991
10992 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
10993
10994         * *.xpm, *.pbm: Convert icons icons to size 24x24.
10995
10996 2000-12-18  Dave Love  <fx@gnu.org>
10997
10998         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
10999         (unused).
11000
11001 2000-12-13  Miles Bader  <miles@gnu.org>
11002
11003         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11004         to t, so that we don't get stuck while trying to smilefy
11005         intangible text.
11006
11007 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11008
11009         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11010         at the end of the buffer.
11011         (smiley-region): In the loop, move to the end of the submatch
11012         matching the smiley instead of using the end of the match
11013         of the whole regexp.
11014
11015 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11016
11017         * message.el (message-mode): Doc fix.
11018
11019 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11020
11021         * smiley-ems.el (smiley-region): Doc fix.
11022
11023 2000-12-11  Miles Bader  <miles@gnu.org>
11024
11025         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11026         bottom line visible, check to see if it's partially obscured, and
11027         if so, either scroll one more line to make it fully visible, or
11028         revert to showing the second line from the top.
11029
11030 2000-12-07  Dave Love  <fx@gnu.org>
11031
11032         * mailcap.el (mailcap-download-directory)
11033         * gnus-audio.el (gnus-audio-directory)
11034         * smiley-ems.el (smiley-data-directory): Fix :type.
11035
11036 2000-11-30  Dave Love  <fx@gnu.org>
11037
11038         * message.el (message-auto-save-directory): Use
11039         file-name-as-directory.
11040         (message-set-auto-save-file-name): Create
11041         message-auto-save-directory if necessary.
11042         (message-replace-chars-in-string): Removed -- unused.
11043         (message-mail-alias-type): Customize.
11044         (message-headers): Remove duplicate defgroup.
11045
11046 2000-11-29  Dave Love  <fx@gnu.org>
11047
11048         * qp.el (quoted-printable-decode-region): Use error, not message
11049         to report malformed text (like base64).  Amend message.
11050
11051 2000-11-29  Miles Bader  <miles@gnu.org>
11052
11053         * message.el (message-header-lines): Fontify tag.
11054
11055 2000-11-27  Dave Love  <fx@gnu.org>
11056
11057         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11058         compiler warning.
11059
11060 ;2000-11-26  Dave Love  <fx@gnu.org>
11061 ;
11062 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11063 ;
11064 2000-11-23  Dave Love  <fx@gnu.org>
11065
11066         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11067
11068         * mm-uu.el (uudecode): Require.
11069         (uudecode-decode-region, uudecode-decode-region-external): Don't
11070         autoload.
11071         (mm-uu-copy-to-buffer): Doc fix.
11072         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11073         type fix.
11074
11075         * mailcap.el: Doc fixes.
11076         (mailcap-mime-data): Various adjustments.
11077         (mailcap): New group.
11078         (mailcap-download-directory): Customize.
11079         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11080         (mailcap-temporary-directory): Deleted (unused).
11081         (mailcap-unescape-mime-test): Simplify slightly.
11082         (mailcap-viewer-passes-test): Use functionp.
11083         (mailcap-command-p): Aliased to executable-find.
11084
11085         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11086         default-enable-multibyte-characters is nil.
11087
11088 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11089
11090         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11091
11092 2000-11-21  Dave Love  <fx@gnu.org>
11093
11094         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11095         gnus-article-mode-map.
11096 ;       (gnus-mime-button-menu): Use mouse-set-point.
11097         (gnus-insert-mime-button, gnus-mime-display-alternative)
11098         (gnus-mime-display-alternative): Don't use local-map property.
11099
11100 2000-11-17  Dave Love  <fx@gnu.org>
11101
11102         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11103         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11104         and make-temp-file.
11105         (uudecode-decode-region): Doc fix.
11106
11107 2000-11-14  Dave Love  <fx@gnu.org>
11108
11109         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11110         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11111         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11112         New files, derived from the XPMs.
11113
11114 2000-11-10  Dave Love  <fx@gnu.org>
11115
11116         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11117         (gnus-agent-lib-file, gnus-agent-load-alist)
11118         (gnus-agent-save-alist, gnus-agent-article-name): Use
11119         expand-file-name.
11120
11121         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11122         :version.
11123         (nnkiboze-score-file): Defvar when compiling.
11124
11125         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11126
11127         * gnus-art.el (gnus-article-banner-alist)
11128         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11129         (gnus-article-date-lapsed-new-header)
11130         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11131         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11132         (gnus-treat-strip-headers-in-body)
11133         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11134         (gnus-treat-translate): Add :version.
11135         (gnus-article-mime-part-function): Fix defcustom.
11136
11137         * nnmail.el (nnmail-expiry-target)
11138         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11139         (nnmail-split-header-length-limit): Add :version.
11140
11141         * gnus-sum.el (gnus-auto-expirable-marks)
11142         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11143         (gnus-extra-headers, gnus-ignored-from-addresses)
11144         (gnus-newsgroup-ignored-charsets)
11145         (gnus-group-highlight-words-alist)
11146         (gnus-summary-show-article-charset-alist): Add :version.
11147
11148         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11149         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11150         files, converted from the XPMs.
11151
11152         * gnus-cache.el (gnus-cache-active-file): Don't use
11153         file-name-as-directory on directory.
11154         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11155         use file-name-as-directory on directory.
11156
11157         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11158         (date-to-time): Use it.
11159
11160 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11161 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11162 ;       (message-newline-and-reformat): Likewise.
11163         (message-forward-as-mime, message-forward-ignored-headers)
11164         (message-buffer-naming-style, message-default-charset)
11165         (message-dont-reply-to-names, message-send-mail-partially-limit):
11166         Add :version.
11167
11168         * mm-util.el: Doc fixes.
11169         (mm-mime-charset): Don't use the raw result of
11170         mm-preferred-coding-system.
11171         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11172         (mm-with-unibyte): Simplify.
11173
11174         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11175         concat.
11176
11177         * pop3.el (pop3-version): Deleted.
11178         (pop3-make-date): New function, avoiding message-make-date.
11179         (pop3-munge-message-separator): Use it.
11180
11181 2000-11-09  Dave Love  <fx@gnu.org>
11182
11183         * gnus-group.el (gnus-group-make-directory-group)
11184         (gnus-group-fetch-faq): Use expand-file-name.
11185         (gnus-group-fetch-faq): Simplify completing-read form.
11186
11187         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11188         test for Mule.
11189
11190         * message.el (tool-bar-map): Defvar when compiling.
11191
11192         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11193         (gnus-tm-lisp-directory): Deleted.
11194         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11195         (featurep 'xemacs).
11196         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11197         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11198         version numbers from file names.
11199
11200 2000-11-08  Dave Love  <fx@gnu.org>
11201
11202         * mm-view.el: Use featurep for XEmacs test.
11203         (mm-inline-message): Test for `remove-specifier'; don't use
11204         condition-case.
11205
11206         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11207
11208         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11209         (gnus-score-find-bnews): Don't concat "".
11210
11211         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11212         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11213         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11214         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11215
11216         * gnus-sum.el: Put some defvars in eval-when-compile.
11217         (gnus-summary-mode-hook): Add :options.
11218         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11219         (gnus-summary-tool-bar-map): New variable.
11220         (gnus-summary-make-tool-bar): New function.
11221         (gnus-summary-mode): Put kill-all-local-variables first.
11222
11223         * gnus-group.el (gnus-group-toolbar-map): New variable.
11224         (gnus-group-make-tool-bar): Rewritten.
11225         (gnus-group-mode): Put kill-all-local-variables first.
11226
11227         * rfc2047.el: Require gnus-util.
11228
11229         * nnml.el (gnus-sorted-intersection): Autoload.
11230
11231         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11232         Put some defvars in eval-when-compile.
11233         (gnus-intersection, gnus-sorted-complement):  Autoload.
11234
11235         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11236
11237         * mm-encode.el (mm-body-7-or-8): Autoload.
11238
11239         * mm-decode.el (mm-insert-inline): Autoload.
11240
11241         * mml.el:
11242         * message.el: Put some defvars in eval-when-compile.
11243
11244         * gnus-msg.el: Put some defvars in eval-when-compile.
11245         (gnus-msg-mail): Move after gnus-setup-message.
11246
11247         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11248
11249 2000-11-07  Dave Love  <fx@gnu.org>
11250
11251         * gnus-util.el (nnheader): Don't require message (recursive
11252         autoload).
11253
11254         * uudecode.el: Avoid compiler warnings.
11255
11256         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11257         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11258
11259 2000-11-06  Dave Love  <fx@gnu.org>
11260
11261         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11262
11263         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11264         (uudecode-char-int): New alias, replacing char-int.
11265         (uudecode-decode-region): Don't call buffer-disable-undo.
11266
11267 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11268 ;       (mm-uu-configure-list): Doc fix.
11269 ;
11270 ;       * earcon.el (running-xemacs): Don't define.
11271 ;
11272 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11273 ;
11274 ;       * message.el (message-font-lock-keywords): Match a final newline
11275 ;       to help font-lock's multiline support.
11276 ;
11277 2000-11-03  Dave Love  <fx@gnu.org>
11278
11279         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11280
11281         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11282         name.
11283
11284         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11285         <banner>: Fix custom type, doc.
11286
11287         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11288         name.  Don't disable undo explicitly.
11289
11290 ;2000-11-02  Dave Love  <fx@gnu.org>
11291 ;
11292 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11293 ;       cite-prefix.
11294
11295 2000-11-01  Dave Love  <fx@gnu.org>
11296
11297         * rfc2047.el (base64): Require unconditionally.
11298         (message-posting-charset): Defvar when compiling.
11299         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11300         message.
11301
11302         * gnus-sum.el (nnoo): Require.
11303         (mm-uu-dissect): Autoload.
11304
11305         * mml.el (mml-parse-1): Clarify message.
11306         (mml-minibuffer-read-type): Use mailcap-mime-types.
11307
11308 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11309
11310         * mml.el: Fix a typo in the requiring of CL.
11311
11312 2000-11-01  Dave Love  <fx@gnu.org>
11313
11314         * utf7.el: Require cl when compiling.
11315
11316         * binhex.el: Use (featurep 'xemacs).
11317         (binhex-char-int): New alias, replacing char-int.  Change callers.
11318         (binhex-decode-region): Simplify work buffer code.
11319         (binhex-decode-region-external): Use expand-file-name, not concat.
11320
11321 2000-10-30  Dave Love  <fx@gnu.org>
11322
11323         * gnus-art.el: Fix 2000-10-27 change properly.
11324
11325 2000-10-28  Miles Bader  <miles@gnu.org>
11326
11327         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11328
11329 2000-10-27  Dave Love  <fx@gnu.org>
11330
11331         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11332         strings.
11333         (gnus-group-make-tool-bar): New function.
11334         (gnus-group-mode): Use it.
11335
11336         * message.el (message-mode-menu): Add some :help strings.
11337         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11338         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11339
11340         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11341         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11342         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11343
11344         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11345         display-graphic-p here.
11346
11347 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11348
11349         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11350         of the `gnus-xemacs' variable, as the latter has been removed.
11351         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11352         * gnus-art.el (gnus-treat-display-xface)
11353         (gnus-treat-display-smileys, gnus-treat-display-picons)
11354         (gnus-article-read-summary-keys): Likewise.
11355
11356 2000-10-26  Dave Love  <fx@gnu.org>
11357
11358         (defvar): Use rmail-spool-directory unconditionally.
11359
11360 2000-10-18  Dave Love  <fx@gnu.org>
11361
11362         * mm-bodies.el (mm-uu-decode-function)
11363         (mm-uu-binhex-decode-function): Defvar when compiling.
11364
11365         * gnus-nocem.el (gnus-nocem-issuers): Update.
11366         (gnus-nocem-check-from): New option.
11367         (gnus-nocem-scan-groups): Use it.
11368         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11369         (gnus-nocem-check-article-limit): Add :version.
11370
11371 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11372
11373         * ietf-drums.el (mm-util): Require CL when compiling.
11374
11375 2000-10-15  Dave Love  <fx@gnu.org>
11376
11377         * qp.el: Require mm-util.
11378
11379 2000-10-13  Dave Love  <fx@gnu.org>
11380
11381         * qp.el (quoted-printable-decode-region): Avoid invalid
11382         coding-systems.
11383
11384 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11385
11386         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11387         to a recursive load.
11388
11389 2000-10-12  Dave Love  <fx@gnu.org>
11390
11391         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11392
11393         * gnus.el (gnus-group-startup-message): Check for PBM image.
11394
11395 2000-10-09  Dave Love  <fx@gnu.org>
11396
11397         * mail-source.el (mail-source-fetch-imap): Bind
11398         default-enable-multibyte-characters rather than using
11399         mm-disable-multibyte.
11400
11401 2000-10-05  Dave Love  <fx@gnu.org>
11402
11403         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11404         Autoload.
11405         (quoted-printable-decode-region):  Rename arg which confused
11406         charset with coding-system.  Don't use nonascii-insert-offset.
11407         Coding-system encode the region initially.  Don't recognize `=='
11408         as valid QP.  Coding-system decode the region finally.
11409         (quoted-printable-decode-string): Rename arg which confused
11410         charset with coding-system.
11411
11412         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11413         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11414         mm-encode-coding-region.
11415         (mm-decode-body, mm-decode-string): Rename variables which
11416         confused charset with coding-system.
11417         (binhex-decode-region): Don't autoload.
11418         (mm-body-encoding): Require message.
11419         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11420         cond branches.
11421
11422         * gnus-art.el (article-de-quoted-unreadable)
11423         (article-de-base64-unreadable): Fold search case
11424         rather than downcasing string.  Apply mm-charset-to-coding-system
11425         to arg of quoted-printable-decode-region.
11426
11427 2000-10-04  Dave Love  <fx@gnu.org>
11428
11429         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11430         Require ring when compiling.
11431         (gnus-article-compface-xbm): New variable.
11432
11433 2000-10-04  Dave Love  <fx@gnu.org>
11434
11435         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11436         pbm images.
11437
11438         * frown.pbm, smile.pbm, wry.pbm: New files.
11439
11440         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11441
11442 2000-10-03  Dave Love  <fx@gnu.org>
11443
11444         * mail-source.el (mail-sources): Revert to nil.
11445
11446         * nnmail (nnmail-spool-file): Revert to `((file))'.
11447
11448         * qp.el: Don't require mm-util.
11449         (quoted-printable-decode-region): Rewritten.
11450         (quoted-printable-decode-string, quoted-printable-encode-region):
11451         Doc fix.
11452         (quoted-printable-encode-region): Barf on multibyte characters.
11453         Maybe make the class multibyte.  Upcase chars, not formatted
11454         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11455         (quoted-printable-encode-string): Don't use
11456         mm-with-unibyte-buffer.
11457
11458 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11459
11460         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11461
11462 2000-09-21  Dave Love  <fx@gnu.org>
11463
11464         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11465         (for Emacs 20).  Tidy somewhat.
11466
11467 2000-09-21  Dave Love  <fx@gnu.org>
11468
11469         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11470         image processing.  Rationalize logic somewhat.
11471
11472 2000-09-20  Dave Love  <fx@gnu.org>
11473
11474         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11475         specifically.
11476
11477         * gnus.el (gnus-version-number): Avoid some redundant
11478         autoloads.
11479
11480 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11481
11482         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11483         to XBM; we always have PBM support.
11484
11485 2000-09-14  Dave Love  <fx@gnu.org>
11486
11487         * gnus.el (gnus-charset):
11488         * mm-decode.el (mime-display):
11489         * imap.el (imap) <defgroup>: Add :version.
11490
11491 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11492
11493         * parse-time.el: Fix author's mail address.
11494
11495         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11496         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11497         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11498         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11499         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11500         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11501         * rfc2231.el, uudecode.el: Fix copyright notice.
11502
11503         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11504         require `w3' at load-time only if not running in batch mode.
11505
11506 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11507
11508         * gnus.el: Before merge with Emacs21.
11509
11510 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11511
11512         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11513
11514 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11515
11516         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11517         to avoid conflict with the standard `back-to-indentation'
11518         binding.
11519
11520 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11521
11522         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11523
11524         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11525         (mm-disable-multibyte-mule4): Ditto.
11526         (mm-with-unibyte-current-buffer-mule4): Ditto.
11527
11528 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11529
11530         * pop3.el (pop3-movemail): Use binary.
11531         (pop3-movemail-file-coding-system): Removed.
11532
11533 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11534
11535         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11536
11537 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11538
11539         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11540         exists.
11541
11542 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * gnus-msg.el (gnus-post-method): Use backend name when the
11545         address is "".
11546
11547 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548
11549         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11550         mm-verify-option.
11551         (gnus-treat-x-pgp-sig): Default value.
11552         (gnus-ignored-headers): Redundant.
11553
11554 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11555
11556         * gnus-win.el (gnus-configure-frame): Save selected window.
11557
11558 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11559
11560         * nnmbox.el: Require gnus-range.
11561         (nnmbox-group-building-active-articles): New variable.
11562         (nnmbox-group-active-articles): New variable; this is a cache of
11563         all active articles by group and number.
11564         (nnmbox-in-header-p): New function.
11565         (nnmbox-find-article): New function.
11566         (nnmbox-record-active-article): New function.
11567         (nnmbox-record-deleted-article): New function.
11568         (nnmbox-is-article-active-p): New function.
11569         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11570         (nnmbox-request-article): Ditto.  Also supply extra arg to
11571         nnmbox-article-group-number.
11572         (nnmbox-request-expire-articles): Ditto.
11573         (nnmbox-request-move-article): Ditto.
11574         (nnmbox-request-replace-article): Ditto.
11575         (nnmbox-request-rename-group): Rename group entry in active
11576         article cache.
11577         (nnmbox-delete-mail): Update active article cache, unless article
11578         is being replaced.
11579         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11580         than partially duplicating it.
11581         (nnmbox-article-group-number): Add extra `this-line' arg, to
11582         handle articles belonging to multiple groups.
11583         (nnmbox-save-mail): Update active article cache.
11584         (nnmbox-read-mbox): Build active article cache when loading mbox.
11585         Also do some repair work, if we find articles that are missing the
11586         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11587         reconstruct these from Xref info.
11588
11589 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11590
11591         * mail-source.el (mail-source-report-new-mail): Use
11592         nnheader-run-at-time.
11593
11594 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11595
11596         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11597         an error is thrown, and then rethrow the error.
11598         (mail-source-check-pop): Ditto.
11599         (mail-source-start-idle-timer): Prevent multiple pop checks
11600         running if the check takes a long time.
11601
11602 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11603
11604         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11605         succeed.
11606
11607 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11608
11609         * gnus-win.el (gnus-configure-windows): Make sure
11610         nntp-server-buffer is live.
11611         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11612
11613 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11614
11615         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11616
11617 2000-12-04  Andreas Jaeger  <aj@suse.de>
11618
11619         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11620
11621 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11622
11623         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11624
11625 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11626         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11627
11628         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11629
11630 2000-12-01  Simon Josefsson  <sj@extundo.com>
11631
11632         * mml-smime.el (mml-smime-verify): Fix address parsing.
11633
11634 2000-12-01  Simon Josefsson  <sj@extundo.com>
11635
11636         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11637         more than one certificate inside PKCS#7 blob.  Better security
11638         information (clamed / actual sender, openssl output, certificates
11639         inside message).
11640
11641         * smime.el (smime-verify-region): Output to /dev/null.
11642         (smime-buffer-as-string-region): Don't parse empty lines.
11643
11644 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11645
11646         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11647         ?d and ?D.
11648         (gnus-mime-security-show-details-inline): New variable.
11649         (gnus-mime-security-show-details): Use them.
11650         (gnus-insert-mime-security-button): Ditto.
11651
11652         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11653         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11654         (mml2015-gpg-clear-verify): Ditto.
11655         (mml2015-gpg-decrypt-1): Ditto.
11656         (mml2015-use): Prefer 'gpg.
11657
11658 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11659
11660         * gnus-util.el (gnus-add-text-properties-when): New function.
11661         (gnus-remove-text-properties-when): Ditto.
11662
11663         * gnus-cite.el (gnus-article-hide-citation): Use them.
11664         (gnus-article-toggle-cited-text): Use them.
11665
11666         * gnus-art.el (gnus-signature-toggle): Use them.
11667         (gnus-article-show-hidden-text): Ditto.
11668         (gnus-article-hide-text): Ditto.
11669
11670 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11671
11672         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11673
11674 2000-11-30  Simon Josefsson  <sj@extundo.com>
11675
11676         * smime.el (smime-point-at-eol): New alias.
11677         (smime-buffer-as-string-region): Use it.
11678
11679 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11682
11683 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11684
11685         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11686
11687         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11688
11689         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11690
11691 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11692
11693         * nnmh.el (nnmh-request-expire-articles): Implemented
11694         expiry-target for nnmh backend.
11695
11696 2000-11-30  Simon Josefsson  <sj@extundo.com>
11697
11698         * mm-decode.el (mm-security-from): New variable.
11699         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11700
11701         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11702         than `from'.
11703
11704 2000-11-30  Simon Josefsson  <sj@extundo.com>
11705
11706         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11707         address match sender address.
11708
11709         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11710
11711         * smime.el (smime-verify-region): Don't copy buffer.
11712         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11713         (smime-pkcs7-region): New function.
11714         (smime-pkcs7-certificates-region): Ditto.
11715         (smime-pkcs7-email-region): Ditto.
11716         (smime-buffer-as-string-region): Ditto.
11717
11718         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11719         buffer.
11720
11721 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11722
11723         * smime.el (smime-decrypt-region): Fix keyfile argument.
11724
11725 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11726
11727         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11728
11729 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * message.el (message-shoot-gnksa-feet): New variable.
11732         (message-gnksa-enable-p): New function.
11733         (message-send): Use it.
11734         (message-check-news-body-syntax): Ditto.
11735
11736 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * message.el (message-make-message-id): Remove the redundancy.
11739
11740 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11741
11742         * message.el (message-setup): Discourage using mc-install-*-mode.
11743
11744         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11745
11746 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11747
11748         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11749
11750 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11751
11752         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11753
11754 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11755
11756         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11757
11758 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11759
11760         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11761         insert-buffer-substring.
11762
11763         * message.el (message-send-mail): Use buffer-substring-no-properties.
11764         (message-send-news): Ditto.
11765
11766 2000-11-22  David Edmondson  <dme@dme.org>
11767
11768         * imap.el (imap-wait-for-tag): Message read info.
11769
11770 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11771
11772         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11773         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11774         (mml2015-gpg-encrypt): Ditto.
11775
11776 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11777
11778         * mm-decode.el (mm-verify-option): Default value.
11779
11780         * mml-sec.el (mml-secure-part): Error message.
11781
11782 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11783
11784         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11785
11786 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11789
11790 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11791
11792         * gnus-art.el (gnus-article-describe-key): Use prompt.
11793         (gnus-article-describe-key-briefly): Ditto.
11794
11795 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11796
11797         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11798
11799 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11800
11801         * gnus-art.el (gnus-article-describe-key): New function.
11802         (gnus-article-describe-key-briefly): New function.
11803
11804 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11805
11806         * mm-decode.el (mm-decrypt-option): Doc typo.
11807
11808         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11809         return a number.
11810
11811 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11812
11813         * message.el (message-newline-and-reformat): Typo.
11814
11815 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11816
11817         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11818         original-article-buffer exists.
11819
11820         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11821         (rfc2047-header-encoding-alist): Addresses are different from text.
11822         (rfc2047-encode-message-header): Ditto.
11823         (rfc2047-dissect-region): Extra parameter.
11824         (rfc2047-encode-region): Ditto.
11825         (rfc2047-encode-string): Ditto.
11826
11827 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11828
11829         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11830         (mm-uu-pgp-encrypted-extract): Use it.
11831         (mm-uu-pgp-signed-extract-1): New function.
11832         (mm-uu-pgp-signed-extract): Use it.
11833
11834         * gnus-art.el (gnus-mime-display-security): New function.
11835         (gnus-mime-display-part): Use it.
11836         (gnus-mime-security-verify-or-decrypt): New function.
11837         (gnus-mime-security-press-button): New function.
11838         (gnus-insert-mime-security-button): Use it.
11839
11840         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11841         (mm-find-raw-part-by-type): Ditto.
11842         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11843         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11844         (mm-destroy-parts): Kill nested multibyte buffer.
11845
11846         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11847         (mml2015-gpg-verify): Ditto.
11848
11849 2000-11-18  Simon Josefsson  <sj@extundo.com>
11850
11851         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11852         (mml2015-function-alist): Use it.
11853
11854         * mml-sec.el (mml-sign-alist): Update names.
11855         (mml-encrypt-alist): Ditto.
11856         (mml-secure-part-smime-sign): Moved to mml-smime.el
11857         as `mml-smime-sign-query'.
11858         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11859         `mml-smime-get-file-cert'.
11860         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11861         `mml-smime-get-dns-cert'.
11862         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11863         `mml-smime-encrypt-query'.
11864         (mml-smime-sign-buffer): Use mml-smime-sign.
11865         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11866
11867         * mml-smime.el (mml-smime-sign): New function.
11868         (mml-smime-encrypt):
11869         (mml-smime-sign-query):
11870         (mml-smime-get-file-cert):
11871         (mml-smime-get-dns-cert):
11872         (mml-smime-encrypt-query): Moved from mml-sec.el.
11873
11874 2000-11-16  Simon Josefsson  <sj@extundo.com>
11875
11876         * mml2015.el (mml2015-gpg-clear-verify): New function.
11877         (mml2015-function-alist): Add it.
11878
11879 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11880
11881         * message.el (message-setup-fill-variables): Use
11882         message-cite-prefix-regexp.
11883         (message-newline-and-reformat): Check the end of citation, leading
11884         WSP, break in the cite prefix.
11885         (message-fill-paragraph): New function.
11886
11887 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
11888
11889         * lpath.el: Shut up.
11890
11891 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11892
11893         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
11894         raw 8-bit in headers in dk.* newsgroups.
11895
11896 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
11897
11898         * message.el (message-newline-and-reformat): Match extra WSPs.
11899
11900 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11901
11902         * mml.el (mml-generate-mime-1): Ignore ascii.
11903
11904 2000-11-16 Justin Sheehy  <justin@iago.org>
11905
11906         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
11907
11908 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11909
11910         * message.el (message-cite-prefix-regexp): Prefix should not end
11911         at space.
11912
11913 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11914
11915         * message.el (message-mode-syntax-table): Add - as a word
11916         constituent as in articles.
11917         (message-setup-fill-variables): Add -_. as supercite-style prefix.
11918         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
11919         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
11920
11921 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
11922
11923         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
11924
11925 2000-11-12  David Edmondson  <dme@dme.org>
11926
11927         * message.el (message-font-lock-keywords): use
11928         message-cite-prefix-regexp.
11929
11930 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11931
11932         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
11933         Stein Arild Str\e,Ax\e(Bmme.
11934         (gnus-group-jump-to-group): Use it.
11935         (gnus-group-jump-to-group-prompt): Customize.
11936
11937 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
11938
11939         * mailcap.el (mailcap-possible-viewers): Match the entire string.
11940
11941 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
11944         incompatible.
11945         (mml2015-mailcrypt-sign): Ditto.
11946
11947 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
11948
11949         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
11950         group is open.
11951
11952 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
11953
11954         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
11955         nnvirtual articles.
11956         (gnus-backlog-request-article): Don't request nnvirtual articles.
11957
11958 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11959
11960         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
11961         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
11962
11963 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
11964
11965         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
11966         * mml.el (mml-generate-mime-1): Use charset attribute.
11967         * mm-bodies.el (mm-encode-body): Add parameter charset.
11968         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
11969
11970 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
11973         (mml2015-mailcrypt-clear-decrypt): Ditto.
11974         (mml2015-mailcrypt-verify): Ditto.
11975         (mml2015-mailcrypt-clear-verify): Ditto.
11976         (mml2015-gpg-verify): Ditto.
11977
11978 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
11979
11980         * smime.el (smime-openssl-program): Test the existence of openssl.
11981         * mml-smime.el: Require mm-decode.
11982         (mml-smime-verify-test): New function.
11983         * mm-decode.el (mm-verify-function-alist): Use it.
11984
11985 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
11986
11987         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
11988         anyway.
11989
11990 2000-11-13  Simon Josefsson  <sj@extundo.com>
11991
11992         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
11993         verification doesn't work.
11994
11995 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
11996
11997         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
11998         (gnus-inews-do-gcc): Use it.
11999
12000 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12001
12002         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12003         leading space.
12004         * mm-extern.el (mm-inline-external-body): Report error when no
12005         access-type.
12006
12007 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008
12009         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12010
12011 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12012
12013         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12014
12015 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12016
12017         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12018         as multipart/mixed.
12019
12020 2000-11-12  David Edmondson  <dme@dme.org>
12021
12022         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12023         and replace `.' with `\w' to allow for different syntax tables
12024         (from Vladimir Volovich).
12025         * message.el (message-newline-and-reformat): use
12026         `message-cite-prefix-regexp'.
12027         * gnus-cite.el (gnus-supercite-regexp): use
12028         `message-cite-prefix-regexp'.
12029         * gnus-cite.el (gnus-cite-parse): use
12030         `message-cite-prefix-regexp'.
12031
12032 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12033
12034         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12035         PGP SIGNATURE.  Escape leading "-"'s.
12036         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12037
12038 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12039
12040         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12041
12042 2000-11-11  Simon Josefsson  <sj@extundo.com>
12043
12044         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12045
12046         * smime.el (smime-details-buffer): New variable.
12047         (smime-sign-region):
12048         (smime-encrypt-region):
12049         (smime-verify-region):
12050         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12051
12052         * mml-smime.el (mml-smime-verify): Support security info.
12053
12054 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12055
12056         * mm-decode.el (mm-verify-option): Set default to nil.
12057         (mm-decrypt-option): Ditto.
12058         * gnus-art.el (article-verify-x-pgp-sig): New function.
12059
12060 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12061
12062         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12063         preferred part.
12064
12065 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12066
12067         * gnus-sum.el (gnus-move-split-methods): Say that
12068         `gnus-split-methods' uses file names, whereas this uses group
12069         names.  (Report from Nevin Kapur)
12070
12071 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12072
12073         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12074
12075 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12076
12077         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12078         (nnheader-directory-articles): Use it.
12079         (nnheader-article-to-file-alist): Ditto.
12080
12081 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12082
12083         * rfc2047.el (rfc2047-pad-base64): New function.
12084         (rfc2047-decode): Use it.
12085
12086 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12087
12088         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12089         select method.
12090
12091 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12092
12093         * mml2015.el (mml2015-gpg-decrypt-1):
12094         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12095
12096 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12097
12098         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12099
12100 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12101
12102         * pop3.el (pop3-munge-message-separator): A message may have an
12103         empty body.
12104
12105 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12106
12107         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12108         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12109         (mm-uu-pgp-signed-extract): Use coding-system.
12110
12111 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12112
12113         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12114         (gnus-insert-mime-security-button): New function.
12115         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12116         * mml2015.el:  Add security info when verify or decrypt.
12117         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12118         (mm-uu-pgp-encrypted-extract): Ditto.
12119
12120 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12121
12122         * mm-decode.el (mm-display-parts): New function.
12123         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12124
12125 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12126
12127         * gnus-mlspl.el: Documentation tweaks.
12128
12129 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12130
12131         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12132         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12133         argument.
12134
12135 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12136
12137         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12138
12139 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12140
12141         * gnus-art.el (gnus-article-encrypt): New function.
12142         (gnus-article-encrypt-protocol-alist): New variable.
12143         (gnus-article-encrypt-protocol): New variable.
12144         * mml2015.el (mml2015-self-encrypt): New function.
12145         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12146
12147 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12148
12149         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12150         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12151         let mailcap do it.
12152         * mml2015.el: Remove snarf code.
12153         * mm-decode.el: Remove snarf code.
12154
12155 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12156
12157         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12158         (mml-insert-mime): Understand gnus-decoded.
12159         (mime-to-mml): New parameter handles.
12160         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12161         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12162
12163 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12164
12165         * mm-decode.el (mime-security): New group.
12166         (mm-verify-function-alist): Add test function.
12167         (mm-decrypt-function-alist): Ditto.
12168         (mm-snarf-option): Set default value as nil.
12169         (mm-find-part-by-type): Recursive parameter.
12170         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12171         * mml2015.el: Support draft-ietf-openpgp-multsig.
12172
12173 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12174
12175         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12176         (gnus-article-view-part-as-charset): New function.
12177
12178 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12179
12180         * mm-decode.el (mm-verify-option): Default value.
12181         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12182
12183 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12184
12185         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12186
12187 2000-11-05  Simon Josefsson  <sj@extundo.com>
12188
12189         * mml-smime.el (mml-smime-verify): Work in original multipart
12190         buffert.
12191
12192         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12193         (mm-handle-multipart-ctl-parameter): Ditto.
12194         (mm-alist-to-plist): New function.
12195         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12196         for multiparts.
12197         (mm-destroy-parts): Destroy multipart buffert.
12198         (mm-remove-part): Ditto.
12199
12200         * mml-smime.el (mml-smime-sign): Not used.
12201         (mml-smime-encrypt): Ditto.
12202
12203         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12204
12205         Verify S/MIME signature support.
12206
12207         * mm-decode.el (mm-inline-media-tests): Add
12208         application/{x-,}pkcs7-signature.
12209         (mm-inlined-types): Ditto.
12210         (mm-automatic-display): Ditto.
12211         (mm-verify-function-alist): Ditto.  Add name of method.
12212         (mm-decrypt-function-alist): Add name of method.
12213         (mm-find-part-by-type): Add documentation.
12214         (mm-possibly-verify-or-decrypt): Use new format of
12215         mm-{verify,decrypt}-function-alist.  Use method names.
12216
12217         * mml-smime.el (mml-smime-verify): New function.
12218
12219 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12220
12221         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12222
12223 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12224
12225         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12226         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12227         * mm-decode.el (mm-snarf-option): New variable.
12228
12229 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12230
12231         * mm-util.el (mm-subst-char-in-string): New function.
12232         (mm-replace-chars-in-string): Use it.
12233         * message.el (message-replace-chars-in-string): Use it.
12234         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12235         * gnus-mh.el (mh-lib-progs): Shut up.
12236
12237 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12238
12239         * base64.el, md5.el: Moved to contrib directory.
12240
12241 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12242
12243         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12244         the last article when search.
12245
12246 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12247
12248         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12249         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12250
12251 2000-09-29  David Edmondson  <dme@thus.net>
12252
12253         * message.el (message-newline-and-reformat): Typo.
12254
12255 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12258
12259 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12260
12261         * nntp.el (nntp-decode-text): Delete bogus status lines.
12262
12263 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12264
12265         * message.el (message-font-lock-keywords): Match a final newline
12266         to help font-lock's multiline support.
12267
12268 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12269
12270         * nnoo.el (nnoo-set): New function.
12271
12272 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12273
12274         * gpg.el, gpg-ring.el: Moved to contrib directory.
12275
12276 2000-11-04  Simon Josefsson  <sj@extundo.com>
12277
12278         * nnimap.el (nnimap-split-inbox): Typo.
12279
12280 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12281
12282         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12283
12284 2000-11-03  Simon Josefsson  <sj@extundo.com>
12285
12286         * rfc2231.el (rfc2231-parse-qp-string): New function.
12287         (require): rfc2047.
12288
12289         * mail-parse.el (mail-header-parse-content-type):
12290         (mail-header-parse-content-disposition): Support invalid QP
12291         encoded strings, by using `rfc2231-parse-qp-string'.
12292
12293 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12294
12295         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12296         (rfc2231-decode-encoded-string): Typo "> X 1".
12297         (rfc2231-encode-string): Insert the name of charset.
12298         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12299
12300 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12301
12302         * mm-decode.el (mm-save-part): Return the filename.
12303         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12304         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12305         (gnus-mime-action-alist): Use it.
12306         (gnus-mime-button-commands): Use it.
12307         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12308         (mm-inline-external-body): unwind-protect.
12309
12310 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * gnus-art.el (gnus-insert-mime-button): Show url.
12313
12314 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12315
12316         * mml.el (mml-generate-mime-1): Support external url.
12317         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12318
12319 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12320
12321         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12322         * mm-decode.el (mm-display-external): Ditto.
12323         * mm-extern.el: New file.
12324         * mm-decode.el (mm-inline-media-tests): Hook it up.
12325         (mm-inlined-types): Inline message/external-body.
12326
12327 2000-11-02  Simon Josefsson  <sj@extundo.com>
12328
12329         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12330
12331         * message.el (message-get-reply-headers): Better handling when
12332         Mail-Followup-To is very large.
12333
12334 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12335
12336         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12337         * gnus-art.el (gnus-article-edit-done):
12338         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12339         counting code here.
12340         * gnus-msg.el (gnus-setup-message): Remove a hack.
12341
12342 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12343
12344         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12345         (gnus-summary-mode): Make them local variables.
12346         (gnus-set-global-variables): Globalize them.
12347         (gnus-summary-exit): Kill them.
12348
12349 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12350
12351         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12352         word.
12353
12354 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12355
12356         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12357         gnus-article-wash-types.
12358         * gnus-art.el (gnus-article-wash-status): Use them.
12359
12360 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12361
12362         * mml.el (mml-read-tag): Remove spaces and LF.
12363
12364 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12367         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12368
12369 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12370
12371         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12372
12373 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12374
12375         * gnus-sum.el (gnus-article-charset): New variable.
12376         (gnus-summary-display-article): Set it.
12377         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12378         * gnus-art.el (gnus-article-mode): Make it local variable.
12379
12380 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12381
12382         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12383
12384 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12385
12386         * nnwfm.el: New file.
12387
12388         * nnweb.el (nnweb-replace-in-string): New function.
12389
12390 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12391
12392         * mml2015.el: Wrap gpg.el.
12393         * gpg.el (gpg-verify): The last argument of apply is a list.
12394         (gpg-encrypt): Add passphrase as a parameter.
12395
12396 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12397
12398         * gpg.el: New file.
12399         * gpg-ring.el: New file.
12400
12401 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12402
12403         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12404
12405 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12406
12407         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12408         double-quote characters.
12409         (gnus-summary-prepare-threads): Ditto.
12410
12411 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12412
12413         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12414         * mml.el (mml-read-tag): Don't skip the leading space.
12415         * lpath.el (font-lock-set-defaults): Shut up.
12416
12417 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12418
12419         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12420
12421 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12422
12423         * qp.el (quoted-printable-encode-region): Replace leading - when
12424         ultra safe.
12425         * mml.el (mml-generate-mime-postprocess-function): Removed.
12426         (mml-postprocess-alist): Removed.
12427         (mml-generate-mime-1): Use ultra-safe when sign.
12428         * mml2015.el (mml2015-fix-micalg): Uppercase.
12429         (mml2015-verify): Insert LF.
12430         (mml2015-mailcrypt-sign): Downcase; search backward.
12431
12432 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12433
12434         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12435         restrictive.
12436         (nnultimate-table-regexp): New variable.
12437         (nnultimate-forum-table-p): Use it.
12438
12439 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12440         Trivial patch.
12441
12442         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12443
12444 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12445
12446         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12447         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12448
12449 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12450
12451         * mml2015.el: Shut up.
12452
12453 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12454
12455         * gnus.el (gnus-server-browse-hashtb): Removed.
12456         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12457         (gnus-group-insert-group-line-info): Use simplified method.
12458         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12459
12460 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12461
12462         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12463         moved here.
12464         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12465         * gnus-group.el (gnus-group-prepare-flat): Use it.
12466         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12467
12468 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12469
12470         * mml.el (mml-mode): Show menu in XEmacs.
12471
12472 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12473
12474         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12475         (gnus-server-read-server-in-server-buffer): New function.
12476         (gnus-browse-foreign-server): Browse in group buffer.
12477         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12478         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12479         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12480         * gnus.el (gnus-server-browse-hashtb): New variable.
12481
12482 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12483
12484         * nnfolder.el (nnfolder-open-nov): Use group.
12485
12486 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12487
12488         * nnfolder.el: Add NOV. Set version to 2.0.
12489         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12490
12491 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12492
12493         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12494
12495 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12496
12497         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12498         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12499
12500 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12501
12502         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12503
12504 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12505
12506         * mm-decode.el (mm-verify-function-alist): New variable.
12507         (mm-verify-option): New variable.
12508         (mm-decrypt-function-alist): Ditto.
12509         (mm-decrypt-option): Ditto.
12510         (mm-find-raw-part-by-type): New function.
12511         (mm-possibly-verify-or-decrypt): New function.
12512         (mm-dissect-multipart): Use it.
12513         * mml2015.el (mml2015-fix-micalg): New function.
12514         (mml2015-decrypt): Use new interface.
12515         (mml2015-verify):  Use new interface.
12516         (mml2015-setup): Make it bogus.
12517
12518 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12519
12520         * mml.el (mml-generate-mime-postprocess-function): Set to
12521         mml-postprocess.
12522         (autoload): Autoload mml2015 and mml-smime.
12523         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12524         * mml2015.el (mml2015-encrypt): New function.
12525         (mml2015-sign): New function.
12526         (mml2015-encrypt-function): New variable.
12527         (mml2015-sign-function): New variable.
12528         (mml2015-mailcrypt-encrypt): Use message-recipients.
12529         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12530         * mml-smime.el (mml-smime-setup): Ditto.
12531
12532 2000-10-28  Simon Josefsson  <sj@extundo.com>
12533
12534         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12535         Communigate Pro 3.3.1 server.
12536
12537         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12538         in buffers.
12539         (mml-secure-dns-server): Removed.
12540         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12541         write certificates to files.
12542
12543         * smime.el (smime-dns-server): New variable.
12544         (smime-mail-to-domain):
12545         (smime-cert-by-dns): New functions.
12546
12547         * dig.el: New file.
12548
12549 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12550
12551         * message.el (message-options): New variable.
12552         (message-options-set-recipient): New function.
12553         (message-send): Use them.
12554         * gnus-int.el (gnus-request-replace-article): Use them.
12555         (gnus-request-accept-article): Ditto.
12556         * mml.el (mml-preview): Use them.
12557         * gnus-sum.el (gnus-summary-edit-article): Use them.
12558
12559         * message.el (message-options-get): New function.
12560         (message-options-get): New function.
12561         * rfc2047.el (rfc2047-encode-message-header): Use them.
12562         * mm-bodies.el (mm-encode-body): Use them.
12563
12564 2000-10-28  Simon Josefsson  <sj@extundo.com>
12565
12566         * nnimap.el (nnimap-retrieve-which-headers):
12567         (nnimap-request-article-part): Quote message-id.
12568
12569         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12570         (smime-CA-file): New variable.
12571         (smime-call-openssl-region): Don't error.
12572         (smime-sign-region): Return result value.
12573         (smime-encrypt-region): Ditto.
12574         (smime-verify-region): New function.
12575         (smime-decrypt-region): Ditto.
12576         (smime-verify-buffer): Ditto.
12577         (smime-decrypt-buffer): Ditto.
12578
12579         * mml.el: Require mml-sec.
12580         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12581         (mml-mode-map): Add "sign" and "encrypt" maps.
12582         (mml-menu): Add security menu.
12583         (mml-preview): Use generate-new-buffer.
12584
12585         * mml-sec.el: New file.
12586
12587 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12588
12589         * mm-decode.el (mm-find-part-by-type): Move it here.
12590         * mml.el (mml-postprocess): Move it here.
12591         (mml-postprocess-alist): Move it here. Merge them.
12592
12593 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12594
12595         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12596         unencoded stuff in the header.
12597
12598 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12599
12600         * gnus-group.el (gnus-group-listed-groups): New variable.
12601         (gnus-group-list-option): New variable.
12602         (gnus-group-list-limit-map): New keymap.
12603         (gnus-group-list-flush-map): New keymap.
12604         (gnus-group-list-plus-map): New keymap.
12605         (gnus-group-prepare-logic): New function.
12606         (gnus-group-prepare-flat): Merge with
12607         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12608         (gnus-group-prepare-flat-list-dead): Ditto.
12609         (gnus-group-list-matching): Use gnus-group-prepare-function.
12610         (gnus-group-list-dormant): Ditto.
12611         (gnus-group-list-cached): Ditto.
12612         (gnus-group-listed-groups): New function.
12613         (gnus-group-list-limit): New function.
12614         (gnus-group-list-flush): New function.
12615         (gnus-group-list-plus): New function.
12616         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12617         (gnus-topic-prepare-topic): Ditto.
12618
12619 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12620
12621         * message.el (message-insert-to, message-get-reply-headers):
12622         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12623
12624 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12625
12626         * mml2015.el: New file.
12627         * smime.el: New file.
12628         * mml-smime.el: New file.
12629
12630 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12631
12632         * ChangeLog: Moved to ChangeLog.1.
12633
12634     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12635   Copying and distribution of this file, with or without modification,
12636   are permitted provided the copyright notice and this notice are preserved.
12637
12638 ;; Local Variables:
12639 ;; coding: iso-2022-7bit
12640 ;; End: