* gnus.el: Renamed gnus-summary-*-uncached-face as
[gnus] / lisp / ChangeLog
1 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2
3         * gnus.el: Renamed gnus-summary-*-uncached-face as
4         gnus-summary-*-undownloaded-face to avoid confusing the agent with
5         the cache.
6
7         * gnus-sum.el: Ditto.
8
9 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
10
11         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
12         in either the group or summary buffer.  
13         New command "JS", in summary buffer, will fetch articles per the
14         group's category, predicate, and processable flags.
15         (gnus-agent-summary-fetch-series): Rewritten to call
16         gnus-agent-session-fetch-group once with all articles in the
17         series.
18         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
19         return list of fetched articles.
20         (gnus-agent-fetch-articles): Split fetch list into sublists such
21         that the article buffer is only slightly larger than
22         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
23         the group's article alist is saved.
24         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
25         longer result in the agent trying to fetch an article.
26         (gnus-agent-fetch-group-1): Can now be called in either the group
27         or summary buffer.  Removed the max-fetch-size code that I added
28         on 2002-12-13 as that capability is now part of
29         gnus-agent-fetch-articles.  Added code to update summary buffer.
30         When called in the group buffer, articles that can not be fetched
31         are AUTOMATICALLY MARKED AS READ.
32
33         * gnus-sum.el (): Modified eval-when-compile to minimize
34         misleading compilation warnings.
35         (gnus-update-summary-mark-positions): Changed code to use
36         gnus-undownloaded-mark rather than gnus-downloaded-mark.
37
38         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
39         empty file as the parser assumes that the file isn't empty.
40
41         * nntp.el (nntp-send-string): The process-send-string call can,
42         because it performs I/O on the process, change the process' state
43         from open to closed.  If this happens, call nntp-report
44         immediately to report the broken connection.
45         (nntp-report): Rewritten to avoid needing a global variable to
46         determine the appropriate course of action.  Instead, two function
47         implementations are provided and the nntp-report function value is
48         bound to the appropriate implementation.
49         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
50         (nntp-with-open-group): Now binds nntp-report's function cell
51         rather than binding gnus-with-open-group-first-pass.  Added a
52         condition-case to detect a quit during a nntp command.  When the
53         quit occurs, the current connection is closed as a fetch articles
54         request could have several megabytes queued up for reading.
55         (nntp-retrieve-headers): Bind articles to itself.  If
56         nntp-with-open-group repeats this command, I must have access to
57         the original list of articles.
58         (nntp-retrieve-groups): Ditto for groups.
59         (nntp-retrieve-articles): Ditto for articles.
60         (*): Replaced nntp-possibly-change-group calls to
61         nntp-with-open-group forms in all, but one, occurrance.
62         (nntp-accept-process-output): Bug fix. Detect when called with
63         null process.
64         
65 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
66
67         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
68         if we don't need to.
69         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
70
71 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-group.el (gnus-group-make-web-group): Pass the select
74         method on to group-create.
75         (gnus-group-line-format-alist): %U is an integer.
76
77         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
78         ephemeral groups.
79         (gnus-summary-read-group-1): Ditto.
80         (gnus-group-make-articles-read): Ditto.
81
82         * mm-url.el (mm-url-program): Doc fix.
83
84         * message.el (message-mode-map): Rebound
85         message-insert-wide-reply.
86
87 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
88
89         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
90         color as `gnus-group-startup-message' does.
91
92 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
93
94         * spam.el: fixed line lengths to 80 chars or less
95
96         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
97         "not-read" mark
98         (gnus-summary-mark-forward): added the spam-mark to the list of
99         marks not to be marked as "read" when viewed
100
101 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply. 
104
105         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
106         Protect against unactive groups.
107
108         * message.el (message-check-news-header-syntax): Check long
109         header lines.
110         (message-check-news-header-syntax): Update `start'.
111
112         * gnus-group.el (gnus-group-expire-articles): Doc fix.
113         (gnus-group-line-format): %U.
114         (gnus-group-line-format-alist): ?U.
115         (gnus-number-of-unseen-articles-in-group): New function.
116
117         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout. 
118
119         * gnus.el (gnus-version-number): Bump version number.
120
121 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
122
123         * gnus.el: Oort Gnus v0.10 is released.
124
125 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
126
127         * gnus.el (gnus-version-number): Fix version number.
128
129 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
130
131         * gnus.el: Oort Gnus v0.08 is released.
132
133 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
134
135         * mm-util.el: Add mm-string-make-unibyte.
136
137         * gnus-group.el (gnus-group-jump-to-group): Make it work for
138         UTF-8 groups.
139
140 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus.el (gnus-variable-list): Write gnus-format-specs last. 
143
144         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
145
146 2003-01-04  Kevin Ryde  <user42@zip.com.au>
147
148         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
149         function. 
150
151 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
152
153         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p. 
154         (gnus-summary-read-group-1): Update group line.
155         (gnus-summary-exit-no-update): Update group on exit.
156
157         * gnus-group.el (gnus-group-line-format): Add %*.
158         (gnus-group-line-format-alist): Ditto.
159         (gnus-group-insert-group-line): Set it.
160         (gnus-group-is-exiting-p): New variable.
161         (gnus-group-insert-group-line): Use it.
162
163 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
164
165         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
166         enable BBDB ham processing
167         (spam-blacklist-register-routine): enable blacklist spam processing
168         (spam-whitelist-register-routine): enable whitelist ham processing
169         (spam-fetch-field-from-fast): fast fetching of the "from" field
170         from (gnus-data-list)
171         (spam-summary-prepare-exit): works completely now
172         (spam-use-blacklist): oops, should be nil by default
173         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
174         split processing now; before it was for summary exit as
175         well but that's done with the spam-contents and spam-process
176         parameters now
177
178 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
179
180         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
181         characters.
182
183 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
184
185         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
186         (spam-group-processor-p, spam-group-processor-bogofilter-p) 
187         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p) 
188         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p) 
189         (spam-mark-spam-as-expired-and-move-routine) 
190         (spam-generic-register-routine, spam-BBDB-register-routine) 
191         (spam-ifile-register-routine, spam-blacklist-register-routine) 
192         (spam-whitelist-register-routine): new functions
193         (spam-summary-prepare-exit): added summary exit processing (expire
194         or move) of spam-marked articles for spam groups; added slots for
195         all the spam-*-register-routine functions
196
197 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * pop3.el (pop3-retr): Wait 500 msecs.
200         (pop3-read-response): Ditto.
201
202         * gnus-msg.el (gnus-setup-message): Get the evaliation order
203         right. 
204         (gnus-inews-make-draft): New function.
205         (gnus-setup-message): Use it.
206
207         * message.el (message-required-headers): Add From.
208
209 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
210         Trivial patch from Norbert Koch <nk@viteno.net>.
211
212         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
213
214 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * message.el (message-generate-headers): Let header formatters do
217         their work.
218
219 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
220
221         * deuglify.el (gnus-article-outlook-deuglify-article):
222         Rehighlight, reapply treatments and call
223         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
224         (gnus-outlook-repair-attribution-block): Recognize cited
225         attributions.  Suggested by Niklas Morberg.
226
227 2003-01-02  Pete Kazmier  <pete@kazmier.com>
228
229         * gnus-art.el (gnus-treat-predicate): Check condition first.
230
231 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
232
233         * lpath.el: Add url-http-file-exists-p.
234
235         * gnus-group.el (gnus-group-fetch-charter): Use
236         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
237
238 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
239
240         * message.el (message-draft-headers): Also generate From to get a
241         nicer draft buffer summary.
242
243         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
244         parameter.
245
246         * gnus-art.el (article-wash-html): Clean up.
247         (article-wash-html): Typo fix.
248
249         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
250         (gnus-summary-mail-forward): To many lists of lists.
251
252         * gnus-art.el (article-wash-html): Clean up.
253
254 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
255
256         * gnus-art.el (gnus-treat-wash-html): New variable.
257
258 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * message.el (message-check-news-header-syntax): Allow posting.
261         (message-check-news-header-syntax): Fix logic for sure, this
262         time.
263
264 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
265
266         * message.el (message-check-news-header-syntax): Check syntax of
267         continuation headers.
268
269 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
270
271         * gnus-art.el (gnus-button-url-regexp,
272         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
273         (gnus-header-button-alist): Regexps are case insensitive here.
274
275 2003-01-02  Simon Josefsson  <jas@extundo.com>
276
277         * dig.el (query-dig): Doc fix.
278
279 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
280
281         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
282         summary buffer line, not just the download mark.
283
284 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
285
286         * gnus-sum.el (gnus-summary-goto-subjects): New function.
287         (gnus-summary-insert-dormant-articles): New command and
288         keystroke.
289
290         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
291         function for mass insertion of subjects.
292
293         * nndraft.el (nndraft-generate-headers): Don't move point.
294
295         * gnus.el (nnheader): Require nnheader.
296
297         * nndraft.el (nndraft-request-associate-buffer): Use
298         make-local-variable.
299
300 2003-01-02  Michael Shields  <shields@msrl.com>
301
302         * nndraft.el (nndraft-request-associate-buffer): Make
303         write-contents-hooks buffer-local before setting it.
304
305 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
306
307         * gnus.el (gnus-group-parameter-value): Take an extra param.
308         (gnus-group-fast-parameter): Let group param results be nil.
309
310         * gnus-art.el (gnus-article-forward-header): New function.
311         (article-date-ut): Use it to remove continuation date headers.
312
313         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
314         read-event.
315         (gnus-summary-remove-bookmark): Clean up.
316         (gnus-summary-set-bookmark): Clean up.
317
318         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
319
320         * gnus.el (gnus-group-startup-message): Bind data-directory to
321         the Gnus etc directory.
322
323 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
324
325         * spam.el (spam-summary-prepare-exit): added slots for spam- and
326         ham-processing of articles; use the new
327         spam-group-(spam|ham)-contents-p functions
328         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
329         convenience functions
330         (spam-mark-junk-as-spam-routine): use the new
331         spam-group-spam-contents-p function
332
333         * gnus.el (spam-process, spam-contents, spam-process-destination):
334         added new parameters with corresponding global variables
335         (gnus-group-spam-exit-processor-ifile,
336         gnus-group-spam-exit-processor-bogofilter,
337         gnus-group-spam-exit-processor-blacklist,
338         gnus-group-spam-exit-processor-whitelist,
339         gnus-group-spam-exit-processor-BBDB,
340         gnus-group-spam-classification-spam,
341         gnus-group-spam-classification-ham): added new symbols for the
342         spam-process and spam-contents parameters
343
344         * spam.el (spam-ham-marks, spam-spam-marks): changed list
345         customization and list itself to store mark symbol rather than
346         mark character.
347         (spam-bogofilter-register-routine): added logic to generate mark
348         values list from spam-ham-marks and spam-spam-marks, so (member)
349         would work.
350
351 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * message.el (message-cross-post-followup-to): Fix comment.
354
355 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
356
357         * spam.el (spam-ham-marks, spam-spam-marks): changed list
358         customization and list itself to store mark symbol rather than
359         mark character.
360         (spam-bogofilter-register-routine): added logic to generate mark
361         values list from spam-ham-marks and spam-spam-marks, so (member)
362         would work.
363
364 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
365
366         * message.el (message-signature-insert-empty-line): New variable.
367
368 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
369
370         * message.el: Renamed functions and variables: "xpost" ->
371         "cross-post", "-fup2" -> "-followup-to".
372         (message-cross-post-old-target, message-cross-post-default,
373         message-cross-post-note, message-followup-to-note,
374         message-cross-post-note-function): New variables names.
375         (message-xpost-old-target, message-xpost-default,
376         message-xpost-note, message-fup2-note,
377         message-xpost-note-function): Removed variable names.
378         (message-cross-post-followup-to-header,
379         message-cross-post-insert-note, message-cross-post-followup-to):
380         New function names.
381         (message-xpost-fup2-header, message-xpost-insert-note,
382         message-xpost-fup2): Removed function names.
383
384 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
385
386         * message.el (message-send-mail): Added message-cleanup-headers to
387         prevent newlines in headers.
388
389 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * dns.el (dns-make-network-process): Comment.
392
393         * gnus-sum.el (gnus-summary-display-while-building): Default to
394         nil.
395
396 2003-01-01  Wes Hardaker  <wes@hardakers.net>
397
398         * gnus-sum.el (gnus-summary-display-while-building): New
399         variable.
400
401 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
402
403         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
404         before rearranging the article.
405
406 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * nndraft.el (nndraft-generate-headers): New function.
409         (nndraft-request-associate-buffer): Use it to write headers on
410         buffer save.
411
412         * message.el (message-generate-headers): Let the function be a
413         lambda form.
414         (message-draft-headers): New variable.
415
416         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
417         function.
418         (gnus-setup-message): Use it.
419
420         * message.el (message-generate-headers-first): Doc fix.
421         (message-setup-1): Use new function for getting which headers to
422         generate.
423         (message-headers-to-generate): New function.
424
425 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
426
427         * gnus-agent.el (gnus-agent-save-alist): Make directory.
428
429 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
430
431         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
432         mention negatives.
433
434 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
435
436         * deuglify.el (gnus-outlook-rearrange-article): Use
437         `transpose-regions' instead of tempering the kill-ring.
438         (gnus-article-outlook-deuglify-article): Rehighlight article
439         instead of a complete redisplay.
440
441 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
442
443         * spam.el: most defvars are defcustoms now
444
445         patches from Michael Shields  <shields@msrl.com>
446
447         * spam.el (spam-bogofilter-articles): Select the article
448         body using gnus-summary-show-article t instead of
449         gnus-summary-select-article; this presents the raw text
450         without running any hooks.
451
452         * spam.el (spam-bogofilter-articles): Use message-remove-header
453         to remove headers; the old way incorrectly removed just the first
454         line of folded headers.
455
456 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
457
458         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
459
460 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-start.el (gnus-load): New function.
463         (gnus-read-newsrc-el-file): Use it.
464
465 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
466
467         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
468         (gnus-button-handle-apropos-documentation): New function.
469         (gnus-button-handle-ctan): New function.
470         (gnus-button-alist): Use them.  Improve some regexps.
471         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
472
473 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
474
475         * message.el (message-subscribed-p): New function.
476         (message-send-mail): Use it.
477         * mml.el (mml-preview-insert-mft): New function.
478         (mml-preview): Use it.
479
480 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
481
482         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
483         when sorting by date.
484
485         * gnus-art.el (gnus-article-edit-mode): New variable.
486         (gnus-article-setup-buffer): Warn user about discarding edits.
487
488         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
489         (gnus-summary-pipe-output): Take a symbolic prefix to save all
490         headers.
491
492         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
493
494 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
495
496         * message.el (message-completion-alist): Added "Mail-Followup-To"
497         and "Mail-Copies-To".
498
499 2002-07-21  Jesper harder  <harder@ifa.au.dk>
500
501         * gnus-group.el: Add key bindings for
502         gnus-group-sort-groups-by-real-name and
503         gnus-group-sort-selected-groups-by-real-name.
504
505 2002-07-21  Jesper harder  <harder@ifa.au.dk>
506
507         * gnus.texi (Sorting Groups): Add key bindings for
508         gnus-group-sort-groups-by-real-name and
509         gnus-group-sort-selected-groups-by-real-name.
510
511 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
512
513         * spam.el (spam-use-dig): new variable for blackhole checking
514         through dig.el
515         (spam-check-blackholes): added dig.el checking functionality and
516         more verbose reporting; query-dig is autoloaded from dig.el
517         (spam-use-blackholes): disabled by default
518         (spam-blackhole-servers): removed rbl.maps.vix.com from the
519         blackhole servers list
520
521 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
522
523         * message.el (message-required-headers): New variable.
524
525 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
526
527         * dig.el (query-dig): new function
528
529 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
530
531         * flow-fill.el (fill-flowed): Don't infloop on too long fill
532         prefixes.
533
534         * dns.el (query-dns): Protect against errors.
535
536         * gnus-msg.el (gnus-article-yanked-articles): New variable.
537         (gnus-inews-add-send-actions): Mark all answered messages as
538         answered.
539
540 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
541
542         * nnmail.el (nnmail-split-it): Added tracing to
543         `:' split rule
544
545 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
546
547         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
548         and "%s" so we don't overquote them.
549
550 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
551
552         * (mm-display-external): Display the actual command that has been
553         executed in the echo area.
554
555 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
558
559         * message.el (message-with-reply-buffer): New macro.
560         (message-fetch-reply-field): Use it.
561         (message-insert-wide-reply): New command and keystroke.
562         (message-carefully-insert-headers): New function.
563         (message-insert-to): Use new function.
564
565         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
566         (gnus-topic-goto-missing-group): Use it.
567
568         * message.el (message-required-news-headers): Removed Lines.
569         (message-reply): Don't insert References first.
570         (message-followup): Ditto.
571         (message-make-references): New function.
572         (message-followup): Set message-reply-headers before generating
573         the buffer stuff.
574
575 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
576
577         * mml.el (mml-generate-mime-1): Reverse the order of
578         encoding/flowing.
579
580 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
581
582         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
583         after moving them.
584
585         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
586         fit with newer standard format.
587         (gnus-summary-make-false-root-always): New variable.
588         (gnus-gather-threads-by-subject): Use it.
589
590         * message.el (message-get-reply-headers): Take an address list
591         optional argument.
592
593 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
594
595         * gnus.el (gnus-keep-backlog): Change default to 20.
596
597         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
598         start.
599         (gnus-agent-check-overview-buffer): Remove negative article
600         numbers.
601
602         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
603         (nnmail-cache-ignore-groups): Doc fix.
604
605         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
606         (nnimap-debug-buffer): New variable.
607         (nnimap-debug): Use it.
608
609 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
610
611         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
612
613 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
614
615         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
616         they aren't already sorted.
617
618 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
619
620         * message.el (message-mode-menu): Add ellipses to menu items
621         expecting user interaction.
622         (message-mode-field-menu): do.
623
624 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
625
626         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
627         it isn't used any more.
628
629 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
630
631         * binhex.el (binhex-decoder-program): Fix docstring.
632
633 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
634
635         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
636         special chars if the mailcap file uses single quotes around %s.
637         From Laurent Martelli <laurent@bearteam.org>.
638
639 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
640
641         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
642         return the info object.
643
644 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
645
646         * gnus-int.el (gnus-request-update-info): Artificially add
647         (1 . (1- min)) to the read range, in case the backend doesn't
648         store marks for nonexistent articles.
649
650 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
651
652         * binhex.el (binhex-insert-char): Eval-and-compile.
653
654 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
655
656         * lpath.el: Add tool-bar-local-item-from-menu.
657
658         * message.el (message-tool-bar-local-item-from-menu): New function.
659         (message-tool-bar-map): Use it.
660
661 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
662
663         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
664
665         * gnus-art.el (gnus-article-header-rank): Last header in
666         gnus-sorted-header-list should have higher rank than non-members.
667
668 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
669
670         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
671         covered methods.
672
673 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
674
675         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
676         eval-when-compile.  Suggested by Kevin Greiner.
677
678 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
679
680         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
681         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
682         even though no headers may have been fetched
683         (gnus-agent-fetch-group-1, and perhaps others, require this
684         behavior).
685         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
686         server buffer is constrained by gnus-agent-max-fetch-size.
687         Multiple chunks in the same group may perform arbitrarily large
688         updates.
689
690 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
691
692         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
693         gnus-summary-update-download-mark to update the article in the
694         summary.
695
696 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
697
698         * gnus.el (gnus-summary-high-uncached-face,
699         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
700         New faces.
701
702         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
703         added this on 2002-11-23 but it just wasn't working out as
704         intended.  The idea isn't entirely dead, three new faces
705         gnus-summary-*-uncached-face are being added to gnus.el to provide
706         the basis for an improved implementation.
707         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
708         proper file to open is lib/servers.
709         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
710         (i.e. removing the article from gnus-newsgroup-downloadable) will
711         now restore the article's default mark rather than simply setting
712         no mark.
713         (gnus-agent-get-undownloaded-list): Corrected documentation.
714         Added code to set new summary local variable,
715         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
716         a temporary list.  No longer sets gnus-newsgroup-downloadable.
717         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
718         up to date.  Call new gnus-summary-update-download-mark to keep
719         summary buffer up-to-date.
720         (gnus-agent-fetch-selected-article): Keep
721         gnus-newsgroup-undownloaded up to date.
722         (gnus-agent-fetch-articles): Return list of articles that were
723         successfully fetched.
724         (gnus-agent-check-overview-buffer): No more thingatpt.
725         (gnus-agent-expire): No longer deletes NOV entries of unread
726         articles.
727         (gnus-agent-unread-articles): New function.
728         (gnus-agent-regenerate-group): The article number must be
729         terminated by a tab character.  Added more messages to report
730         repairs.  Inhibit quits while writing changes so it is now safe
731         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
732         downloaded to 1) resolve the unbound references and 2) avoid
733         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
734
735         * gnus-art.el (gnus-article-prepare): The agent
736         downloaded/undownloaded mark is no longer stored as the article's
737         mark.
738
739         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
740         gnus-summary-highlight may use it.  Added downloaded as
741         gnus-summary-highlight was using it.
742
743         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
744         the download mark now follows Kai's +/- convention.
745         (gnus-downloaded-mark): Added ?+ mark.
746         (gnus-summary-highlight): Added rules to select
747         gnus-summary-high-uncached-face,
748         gnus-summary-normal-uncached-face, and
749         gnus-summary-low-uncached-face.  Removed the
750         gnus-agent-downloaded-article-face.
751         (gnus-summary-line-format-alist): Implemented the download flag
752         format (?O) as named in the manual.  This implementation displays
753         either gnus-undownloaded-mark, gnus-downloaded-mark, or
754         gnus-no-mark.
755         (gnus-newsgroup-agentized): New local variable that identifies
756         which groups are agentized.  While the agent is now on by default,
757         you don't have to agentize every server that you use.
758         (gnus-update-summary-mark-positions): Completed support for the
759         download type of mark.
760         (gnus-summary-insert-line): Added undownloaded to the parameters.
761         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
762         reference by the gnus-summary-line-format-spec.
763
764         * nntp.el (nntp-with-open-group): This macro handles dropped or
765         broken connections by opening a new connection and repeating the
766         failed command.
767         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
768         XOVER commands preceeding the active articles with the nov entry
769         of the first available article.  When gnus connected to such a
770         server, the unexpected nov entry would result in duplicate lines
771         in the agent's overview file.  This patch fixes the duplicate
772         lines problem and improves performance by skipping over all
773         articles IDs that preceed the first nov entry in the server's
774         reply.
775
776 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
779         (gnus-summary-highlight): Use it instead of `downloaded'.
780         (gnus-summary-highlight-line): Ditto.
781
782         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
783
784 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
787
788         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
789         calls.
790
791         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
792         downloaded variable if we're in an uncovered group.
793
794         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
795         font to soemthing less noticeable.
796         (gnus-agent-group-covered-p): New function.
797
798 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
799
800         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
801         Because of an unknown bug, the group buffer is saved in .overview
802         file.
803
804 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
805
806         * nntp.el (nntp-send-command): Braino in last commit.  Replace
807         `and' with `or'.
808
809 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
810
811         * nntp.el (nntp-send-command): Assume that echo does not happen
812         when nntp-open-connection-function is nntp-open-network-stream.
813         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
814
815 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
816
817         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
818
819 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
820
821         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
822         nntp-server-buffer if we aren't going to write to it.
823
824 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
825         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
826
827         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
828
829 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * rfc2047.el (rfc2047-decode-region): Remove newlines between
832         decoded words.
833
834 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
835
836         * gnus.el (fboundp): After loading mm-util, make sure it was the
837         right one.
838
839 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
840
841         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
842         gnus-sum.  Made into a user option.
843
844         * gnus-sum.el (gnus-simplify-ignored-prefixes)
845         (gnus-summary-mark-article-as-unread)
846
847 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
848
849         * time-date.el (date-to-time): Typo.
850
851         * parse-time.el: Typo.
852
853         * nnsoup.el (nnsoup-retrieve-headers): Typo.
854
855         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
856
857         * nnimap.el:
858         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
859
860         * mm-encode.el (mm-safer-encoding): Typo.
861
862         * messcompat.el: Typo.
863
864         * message.el (message-face-alist): Typo.
865
866         * imap.el (imap-interactive-login, imap-open): Typos.
867
868         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
869
870         * gnus.el: Typo.
871
872         * gnus-win.el (gnus-configure-frame): Typo.
873
874         * gnus-util.el (gnus-atomic-progn-assign): Typo.
875
876         * gnus-topic.el (gnus-topic-sort-topics): Typo.
877
878         * gnus-sum.el (gnus-summary-article-number)
879         (gnus-summary-read-group-1, gnus-summary-mark-article)
880         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
881
882         * gnus-mule.el (gnus-mule-add-group): Typo.
883
884         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
885
886         * gnus-group.el (gnus-group-fetch-faq): Typo.
887
888         * gnus-art.el (gnus-decode-header-methods): Typo.
889
890         * flow-fill.el: Typo.
891
892 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
893
894         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
895
896 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
897
898         * gnus-sum.el (gnus-simplify-ignored-prefixes)
899         (gnus-summary-mark-article-as-unread)
900         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
901         Reformatting to avoid long lines.
902         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
903
904 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
905
906         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
907         be accessed through `mail-header-number'.
908
909 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
910
911         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
912         compressed range to gnus-summary-insert-articles.
913
914 2002-11-26  Kevin Ryde <user42@zip.com.au>
915
916         * gnus-art.el (gnus-mime-copy-part): Look for filename
917         parameter under content-disposition, not content-type.
918
919         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
920         (gnus-summary-reselect-current-group): Use it.
921
922 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
923
924         * gnus-agent.el (gnus-agent-uncached-articles): if
925         gnus-agent-load-alist fails, return ARTICLES.
926
927         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
928
929 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
930
931         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
932         superfluous function call.
933         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
934         Add warning to docstring.
935
936 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-agent.el: Autoload number-at-point instead.
939         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
940
941 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
942
943         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
944         require thingatpt (for number-at-point) and protect against
945         deactivate-mark being unbound (on XEmacs).
946
947 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
948
949         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
950         print message on entry.
951
952         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
953
954         * gnus-range.el (gnus-range-difference): New function.
955         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
956
957 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
958
959         * gnus-sum.el (gnus-summary-insert-old-articles): Use
960         gnus-remove-from-range instead of gnus-range-difference which
961         doesn't exist.
962
963 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
964         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
965
966         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
967         used for showing which articles have been downloaded.
968         (gnus-agent-article-alist): Format change.  Add documentation.
969         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
970         process-marked articles.
971         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
972         in the series are individually fetched to minimize lose of
973         content due to an error/quit.
974         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
975         gnus-message instead of message.
976         (gnus-agent-read-servers): Use file lib/methods instead of
977         lib/servers.  TODO: Why?
978         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
979         (gnus-agent-get-undownloaded-list): Remove articles that appear to
980         come from the agent.  This means that they are not downloaded.
981         (gnus-agent-fetch-selected-article): Don't use history.
982         (gnus-agent-save-history, gnus-agent-enter-history)
983         (gnus-agent-article-in-history-p, gnus-agent-history-path):
984         Removed function; history is not used anymore.
985         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
986         (gnus-agent-crosspost): Started rewrite then realized that a typo
987         in gnus-agent-fetch-articles ensures that this function is never
988         called.  This will need to be fixed later.
989         (gnus-agent-check-overview-buffer): Some sanity checks on the
990         agent overview buffer.  This is a safety net used during
991         development.
992         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
993         changed, write a number to the file indicating this.
994         (gnus-agent-fetch-headers): Rewrite to respect
995         gnus-agent-consider-all-articles without relying on the
996         `.fetched' files.  Make it fast.
997         (gnus-agent-braid-nov): Change resulting from
998         gnus-agent-fetch-headers change.
999         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1000         `.fetched' files.
1001         (gnus-agent-read-agentview): New function, used by
1002         gnus-agent-load-alist.
1003         (gnus-agent-load-fetched-headers): Remove.
1004         (gnus-agent-save-alist): Rewrite to accomodate new format.
1005         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1006         same order as in gnus-newsgroup-headers.
1007         (gnus-agent-expire): Document and implement extra args ARTICLES,
1008         GROUP, FORCE.  Do not restrict usage.
1009         (gnus-agent-uncached-articles): New function.
1010         (gnus-agent-retrieve-headers): Use it.
1011         (gnus-agent-regenerate-group): No longer needs to be called from
1012         gnus-agent-regenerate.  Individual groups may be regenerated. The
1013         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1014         The article fetch dates are validated in the article alist.  The
1015         article alist is pruned of entries that do not reference existing
1016         NOV entries.  All changes are computed then applied with
1017         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1018         regeneration.  The optional clean parameter has been replaced with
1019         an optional reread parameter.  Clean is no longer necessary as
1020         regeneration gets the appropriate setting from
1021         gnus-agent-consider-all-articles.  The new reread parameter will
1022         result in fetched, or all, articles being marked as unread.
1023         (gnus-agent-regenerate): Removed code to regenerate the history
1024         file as it is no longer used.
1025
1026         * gnus-start.el (gnus-make-ascending-articles-unread): New
1027         function, for efficient mass-marking.
1028
1029         * gnus-sum.el (gnus-summary-highlight): Use new face for
1030         downloaded articles.
1031         (gnus-article-mark): Prefer to indicate read/unread status over
1032         downloaded status.
1033         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1034         line.
1035         (gnus-summary-highlight-line): Use new face for downloaded
1036         articles.
1037         (gnus-summary-insert-old-articles): Improved performance by
1038         replacing the initial LIST of older articles with a compressed
1039         RANGE of older articles.  Some servers appear to lie about
1040         their active range so the original list could contain millions
1041         of article numbers.  The range is not expanded into a list
1042         until the optional ALL parameter has been applied.
1043
1044 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1045
1046         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1047
1048 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1049
1050         * spam.el:
1051         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1052
1053         * spam.el: added `M s t' and `M s x' key mappings
1054
1055 2002-11-20  Simon Josefsson  <jas@extundo.com>
1056
1057         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1058
1059 2002-11-19  Simon Josefsson  <jas@extundo.com>
1060
1061         * gnus-sum.el (gnus-summary-morse-message): Load
1062         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1063         (unmorse-region): Autoload it instead.
1064
1065 2002-11-18  Simon Josefsson  <jas@extundo.com>
1066
1067         * gnus-sum.el (gnus-summary-morse-message): New function.
1068         (gnus-summary-wash-map): Bind to `W m'.
1069         (gnus-summary-make-menu-bar): Add.
1070
1071         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1072         before storing \Deleted mark on expired articles.
1073
1074 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1075         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1076
1077         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1078         parens in column 0.
1079
1080 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1081
1082         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1083
1084         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1085
1086         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1087
1088 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1089
1090         * message.el (message-set-auto-save-file-name): Use
1091         make-directory, to avoid the dependence on gnus-util.
1092
1093 2002-11-16  Simon Josefsson  <jas@extundo.com>
1094
1095         * nnimap.el (nnimap-callback-callback-function):
1096         (nnimap-callback-buffer): Removed, these cannot be global but must
1097         be embedded into the callback.
1098         (nnimap-make-callback): New.  Embedd article number, callback and
1099         buffer in function.
1100         (nnimap-callback, nnimap-request-article-part): Update.
1101
1102 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1105
1106 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1107
1108         * gnus.el (gnus-summary-line-format): Document %C.
1109
1110 2002-11-11  Simon Josefsson  <jas@extundo.com>
1111
1112         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1113         output when called interactively.
1114
1115 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1118
1119         * message.el (message-draft-coding-system): Improve comment; use
1120         mm-auto-save-coding-system for the default value.
1121
1122         * nndraft.el (nndraft-request-article): Revert to the state before
1123         2002-10-29; regexp-quote mail-header-separator.
1124
1125 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1126
1127         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1128         allow editing of drafts from an nnvirtual group.
1129
1130 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1133         mm-auto-save-coding-system.
1134
1135         * message.el (message-draft-coding-system): Default to
1136         iso-2022-7bit.
1137
1138         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1139         restore the default value to emacs-mule or escape-quoted.
1140
1141 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1144         a delayed or a queued article as well as a draft.
1145
1146         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1147         delayed or a queued article in the raw format; treat a delayed
1148         article as a raw article as well as a draft.
1149         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1150         for the delayed group.
1151
1152         * nndraft.el (nndraft-request-article): Ignore auto save files for
1153         a delayed or a queued article; don't bother to decode a queued
1154         article; don't bind nnmail-file-coding-system for a queued article.
1155
1156         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1157         and the queue group.
1158
1159 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1160
1161         * gnus-group.el (gnus-group-delete-group):
1162         gnus-cache-active-hashtb might be void.
1163
1164 2002-11-02  Simon Josefsson  <jas@extundo.com>
1165
1166         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1167         setting of the default user ID.  From Raymond Scholz
1168         <ray-2002@zonix.de>.
1169
1170 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1171
1172         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1173         charset.
1174
1175 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1176         From Alex Schroeder <alex@emacswiki.org>
1177         * spam-stat.el (spam-stat-process-directory): add dir to message
1178         (spam-stat-reduce-size): No longer remove words
1179         with values close to 0.5, because the default value is 0.2.
1180
1181 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1182
1183         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1184         documentation.
1185
1186 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1187
1188         * gnus-agent.el (gnus-agent-fetched-headers)
1189         (gnus-agent-load-fetched-headers)
1190         (gnus-agent-save-fetched-headers): Remove variable and two
1191         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1192         works better.
1193         (gnus-agent-fetch-headers): New implementation from Kevin
1194         Greiner.  Uses gnus-agent-article-alist to store information
1195         about fetched messages which aren't on the server anymore.  The
1196         trick is to return a list of considered messages to the caller,
1197         but to only fetch those which haven't been fetched yet.
1198
1199 2002-10-30  Simon Josefsson  <jas@extundo.com>
1200
1201         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1202
1203         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1204
1205 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1206
1207         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1208         versions of emacs-w3m than 1.3.3.
1209
1210         * lpath.el: Bind w3m-minor-mode-map.
1211
1212         * mm-view.el (mm-w3m-mode-command-alist)
1213         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1214         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1215         (mm-setup-w3m): Simplified.
1216         (mm-w3m-local-map-property): New function.
1217         (mm-inline-text-html-render-with-w3m): Use it.
1218
1219         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1220         mm-w3m-local-map-property.
1221
1222 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * mm-util.el (mm-auto-save-coding-system): Default to
1225         iso-2022-7bit.
1226
1227         * nndraft.el (nndraft-request-article): Decode an article using
1228         the coding-system emacs-mule if it seems to have been saved using
1229         emacs-mule.
1230         (nndraft-request-replace-article): Use message-draft-coding-system
1231         instead of mm-auto-save-coding-system for the draft or delayed
1232         group.
1233
1234 2002-10-28  Josh  <huber@alum.wpi.edu>
1235
1236         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1237         functions.
1238
1239 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1240         From mah@everybody.org (Mark A. Hershberger).
1241
1242         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1243         type values ("url" size) regardless of the values of
1244         mm-url-use-external.
1245
1246 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1247
1248         * nnimap.el (nnimap-request-article-part): Try harder to show
1249         group name in debugging message.
1250
1251 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1252
1253         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1254         directory if it doesn't exist.
1255         (gnus-agent-fetch-headers): Remove old cruft that tried to
1256         abstain from downloading articles more than once if
1257         gnus-agent-consider-all-articles was true.  This is now done
1258         properly via the .fetched files.
1259
1260 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * nndraft.el (nndraft-request-article): Treat delayed articles
1263         like drafts.
1264
1265 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1268
1269 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1270
1271         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1272         Remove unused optional arg DIR and corresponding code.
1273
1274         * nnimap.el (nnimap-request-article-part): Include group name in
1275         debugging output.
1276
1277 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1278
1279         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1280
1281 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1282
1283         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1284         contains range of headers that have been fetched by the agent
1285         already.  Compare gnus-agent-article-alist.
1286         (gnus-agent-file-header-cache): Like
1287         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1288         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1289         seen/recent logic.
1290         Remember which headers have been fetched before and don't fetch
1291         them again the next time round.
1292         (gnus-agent-load-fetched-headers)
1293         (gnus-agent-save-fetched-headers): New functions, for remembering
1294         which headers have been fetched before.
1295
1296 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * lpath.el: Remove useless bindings.
1299
1300 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1301
1302         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1303         features while searching.
1304
1305 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1306
1307         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1308
1309 2002-10-22  Simon Josefsson  <jas@extundo.com>
1310
1311         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1312         (pgg-snarf-keys): Add.
1313
1314 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * lpath.el: Fbind bbdb-records.
1317
1318         * spam.el: Don't autoload bbdb-records.
1319
1320 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1323         prevent inf-loop.
1324
1325 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326
1327         * nnslashdot.el: Removed some test lines.
1328         More test.
1329
1330 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1331
1332         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1333         are known to be downloaded already.
1334
1335 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1336
1337         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1338         (mm-text-html-washer-alist): Ditto.
1339
1340 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1341
1342         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1343         boundary between headers and body.
1344         * nnml.el (nnml-parse-head): Ditto.
1345
1346 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1347
1348         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1349         entries.
1350
1351         * gnus-group.el (gnus-fetch-group): Allow an optional
1352         specification of the articles to select.
1353
1354         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1355
1356 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1357
1358         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1359         headers from the group, update variable `articles' to contain
1360         only those numbers where headers exist.  (When fetching all
1361         articles in a group, Gnus creates lots of numbers where there is
1362         no articles.)
1363
1364 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1365
1366         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1367         doesn't have the 'alist custom type, use cons cells instead.
1368         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1369         (pgg-parse-hash-algorithm-alist): Ditto.
1370         (pgg-parse-compression-algorithm-alist): Ditto.
1371         (pgg-parse-signature-type-alist): Ditto.
1372
1373         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1374
1375         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1376
1377         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1378
1379 2002-10-19  Simon Josefsson  <jas@extundo.com>
1380
1381         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1382         buffer.
1383
1384 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1385
1386         * gnus-spec.el (gnus-make-format-preserve-properties)
1387         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1388         properties also on XEmacs.  `gnus-xmas-format' is like format but
1389         preserves text properties on XEmacs (though it only understands
1390         simple format specs).  The variable
1391         `gnus-make-format-preserve-properties' controls whether the
1392         function is used, and is checked in `gnus-parse-simple-format'.
1393         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1394
1395         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1396         output.
1397         (gnus-agent-consider-all-articles): New variable.
1398         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1399         (gnus-agent-fetch-headers): Depending on
1400         gnus-agent-consider-all-articles, maybe get all articles.
1401         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1402         `read'.
1403         (gnus-predicate-imples-unread): New function.
1404         (gnus-agent-fetch-headers): Optimize to call
1405         gnus-list-of-unread-articles if that is sufficient.
1406         Check unseen and recent instead of seen and recent.
1407         (gnus-agent-fetch-headers): Abstain from calling
1408         gnus-list-range-intersection if range (a . b) would have (> a b).
1409
1410 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * message.el (message-send-mail): Make it possible to perform
1413         edebug-defun.
1414
1415 2002-10-18  Simon Josefsson  <jas@extundo.com>
1416
1417         * gnus-art.el (gnus-button-man-handler): Change default to
1418         `manual-entry' (defined in both emacsen).
1419         (gnus-button-man-handler): Remove emacsen difference and use
1420         `manual-entry'.
1421
1422 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1423
1424         * spam.el: Wrap autoload settings for bbdb-records,
1425         executable-find and ifile-spam-filter with eval-and-compile.
1426         (spam-display-buffer-contents): Remove.
1427         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1428
1429 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1430
1431         * spam.el (spam-display-buffer-contents): New function.
1432         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1433         from Katsumi Yamaoka <yamaoka@jpl.org>.
1434
1435 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1436
1437         * nnheader.el (nnheader-parse-naked-head): New function.
1438         (nnheader-parse-head): Use the above function, in order to handle
1439         continuation lines properly.
1440         (nnheader-remove-body): New function.
1441         (nnheader-remove-cr-followed-by-lf): New function.
1442         (nnheader-ms-strip-cr): Use the above function.
1443
1444         * gnus-agent.el (gnus-agent-regenerate-group): Call
1445         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1446         `nnheader-parse-head'.
1447         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1448
1449         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1450         continuation lines by itself; call `nnheader-parse-naked-head'
1451         instead of `nnheader-parse-head'.
1452         * nndiary.el (nndiary-parse-head): Ditto.
1453         * nnfolder.el (nnfolder-parse-head): Ditto.
1454         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1455         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1456         * nnml.el (nnml-parse-head): Ditto.
1457
1458 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1459
1460         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1461         XEmacs, default to it if featurep 'xemacs.
1462
1463 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1464
1465         * spam-stat.el: Check for the existence of hash functions instead
1466         of the Emacs version to decide whether to load cl.  Suggested by
1467         Kai Gro\e,A_\e(Bjohann.
1468
1469 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1470
1471         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1472         if it isn't open yet.
1473
1474 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * gnus-group.el: Require mm-url only when compiling.
1477         (gnus-group-fetch-charter): Require mm-url.
1478
1479         * spam-stat.el: Require cl for the functions gethash,
1480         hash-table-count, make-hash-table and mapc for Emacs 20.
1481         (puthash): Alias to cl-puthash for Emacs 20.
1482         (with-syntax-table): New macro for Emacs 20.
1483
1484 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1485
1486         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1487
1488 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1489
1490         * spam.el (spam-check-ifile): added ifile as a spam checking
1491         backend, and spam-use-ifle as the variable to toggle that check.
1492
1493 2002-10-12  Simon Josefsson  <jas@extundo.com>
1494
1495         * message.el (message-beginning-of-line): New variable.
1496         (message-beginning-of-line): Use it.
1497
1498 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1499
1500         * spam.el: more compilation fixes for BBDB
1501
1502         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1503         (spam-stat-reduce-size): Interactive.
1504         (spam-stat-reset): New function.
1505         (spam-stat-save): Interactive.
1506
1507 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * gnus.el: Autoload gnus-delay-initialize.
1510
1511         * message.el: Autoload gnus-delay-article.
1512
1513 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1514
1515         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1516         text property in Emacs.
1517
1518 2002-10-11  Simon Josefsson  <jas@extundo.com>
1519
1520         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1521         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1522
1523         * mml1991.el (mml1991-pgg-sign): Remove CR.
1524
1525 2002-10-10  Simon Josefsson  <jas@extundo.com>
1526
1527         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1528         decrypt failed.
1529         (mml2015-trust-boundaries-alist): Removed.
1530         (mml2015-gpg-extract-signature-details): Don't use it.
1531         (mml2015-unabbrev-trust-alist): New.
1532         (mml2015-gpg-extract-signature-details): Use it.
1533
1534 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1535
1536         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1537         BBDB installed
1538
1539         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1540         statistical analysis of spam in Lisp only
1541
1542 2002-10-10  Simon Josefsson  <jas@extundo.com>
1543
1544         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1545         auth, selected or examine state.
1546
1547         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1548         buffer and error buffer depending on type of information.
1549
1550         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1551         --status-fd stuff even if gpg.el is not used (revert earlier
1552         change).
1553         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1554         gnus details.
1555         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1556         buffer.
1557
1558         * pgg.el (pgg-verify-region): Use it.
1559
1560         * pgg-def.el (pgg-query-keyserver): New variable.
1561
1562         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1563         key-identifier in packet.  Is this a good idea?
1564
1565         * mml.el (mml-mode-map): Add security commands that operates on
1566         MIME parts.
1567         (mml-menu): And menu items for them.
1568
1569         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1570
1571         * mml.el (mml-parse-1): Support sender in #secure tags.
1572
1573         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1574         defined.
1575
1576         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1577         (mml-pgp-encrypt-buffer): Support combined signing.
1578
1579         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1580         (mml1991-gpg-encrypt): Ditto.
1581         (mml1991-pgg-encrypt): Ditto.
1582         (mml1991-encrypt): Pass sign parameter.
1583
1584         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1585         (mml-signencrypt-style): Mention the variable.
1586
1587 2002-10-09  Simon Josefsson  <jas@extundo.com>
1588
1589         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1590         pgg-gpg-user-id.
1591
1592         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1593         (pgg-fetch-key-function): Nil if w3 is not installed.
1594
1595 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1596
1597         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1598         gnus-agent-current-history.
1599
1600 2002-10-06  Simon Josefsson  <jas@extundo.com>
1601
1602         * imap.el (imap-parse-status): Don't use read to read token.
1603
1604 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1605
1606         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1607         for methods not covered by the agent, and when unplugged.
1608
1609 2002-10-05  Simon Josefsson  <jas@extundo.com>
1610
1611         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1612         signing.
1613
1614         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1615         a named server fails, ignore the server.
1616
1617         * mml1991.el (mml1991-pgg-sign): Do QP.
1618
1619         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1620         work.
1621
1622 2002-10-04  Simon Josefsson  <jas@extundo.com>
1623
1624         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1625
1626         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1627         binary-write-decoded-region from MEL.
1628
1629         * pgg.el (pgg-encrypt-region): Support sign.
1630
1631         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1632
1633         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1634
1635         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1636         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1637         branch where PGG was taken from in the ChangeLog entries below.
1638
1639 2002-10-01  Simon Josefsson  <jas@extundo.com>
1640
1641         * pgg-pgp.el: Don't require mel.  Don't use luna.
1642         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1643         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1644         (pgg-pgp-process-region): Don't use binary-funcall.
1645
1646         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1647
1648         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1649         instead of concat.
1650
1651         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1652
1653 2002-09-29  Simon Josefsson  <jas@extundo.com>
1654
1655         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1656         compile warnings.
1657
1658         * pgg.el (pgg-decrypt-region): Don't parse packet.
1659
1660         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1661
1662 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1663
1664         * pgg.el: Remove dependency on calist.el.
1665
1666 2002-09-28  Simon Josefsson  <jas@extundo.com>
1667
1668         * pgg.el (pgg-temporary-file-directory): New variable.
1669         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1670
1671         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1672         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1673
1674         * pgg-parse.el (pgg-char-int): Defalias.
1675         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1676         (pgg-read-bytes, pgg-read-body): Use it.
1677         (pgg-decode-packets): Don't use MEL, use base64-*.
1678         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1679         (pgg-string-as-unibyte): Defalias.
1680         (pgg-parse-armor-region): Use it.
1681
1682         * pgg-gpg.el (pgg-gpg-process-region): Use
1683         pgg-temporary-file-directory.
1684
1685         * luna.el: Don't def-edebug.
1686
1687         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1688         binary-write-decoded-region from MEL.
1689
1690         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1691
1692         * alist.el, calist.el: Don't require product/APEL.
1693
1694         * pgg-parse.el (top-level): Remove dependency on static.el,
1695         pccl.el, mel.el.
1696         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1697         `define-ccl-program' is boundp, instead of using broken.
1698
1699 2002-10-01  Simon Josefsson  <jas@extundo.com>
1700
1701         * message.el (message-required-mail-headers): Remove Lines:.
1702
1703 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1704         From Jesper Harder.
1705
1706         * gnus-group.el (gnus-group-fetch-charter,
1707         gnus-group-fetch-control): Prompt for group if given a prefix
1708         argument.
1709         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1710         gnus-group-fetch-control to summary key map and menu.
1711
1712
1713 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1714
1715         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1716         number when there are no articles.
1717
1718 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1719
1720         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1721         arg ALL means to fetch all articles, not only downloadable ones.
1722         (gnus-agent-fetch-selected-article): New function for
1723         gnus-select-article-hook or gnus-mark-article-hook.
1724
1725 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1726         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1727
1728         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1729         raw-text.
1730
1731 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1732
1733         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1734         Pinard).
1735         Major revamp of the code, documentation is in comments in the file
1736         for now.
1737
1738 2002-09-30  Simon Josefsson  <jas@extundo.com>
1739
1740         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1741         buffer seem to be needed?
1742
1743 2002-09-29  Simon Josefsson  <jas@extundo.com>
1744
1745         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1746         compile warnings.
1747
1748         * mml1991.el (mml1991-function-alist): Add pgg.
1749         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1750         (mml1991-pgg-encrypt): Fix recipients querying.
1751
1752 2002-09-28  Simon Josefsson  <jas@extundo.com>
1753
1754         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1755         from dme@dme.org.
1756         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1757         handle is returned.
1758
1759 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1762         Protect against non-existent of `nnimap-mailbox-info'.
1763
1764 2002-09-27  Simon Josefsson  <jas@extundo.com>
1765
1766         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1767         (gnus-setup-news-hook): Use it.
1768         (gnus-after-getting-new-news-hook): Ditto.
1769
1770         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1771
1772 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1773         From Mats Lidell <matsl@contactor.se>.
1774
1775         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1776
1777 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1778
1779         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1780         the part to decode encoded words, use raw words instead of decoded
1781         words.
1782
1783 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1784
1785         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1786
1787         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1788         (mm-setup-w3m): Use it.
1789
1790 2002-09-27  Simon Josefsson  <jas@extundo.com>
1791
1792         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1793         article buffers.
1794
1795         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1796         it just in case.
1797         (nnimap-update-unseen): New function; update unseen count in
1798         `n-m-info'.
1799         (nnimap-close-group): Call it.
1800
1801         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1802         (gnus-after-getting-new-news-hook): Ditto.
1803
1804         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1805         message into verboselevel 9.  Change slow mail check message.
1806         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1807         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1808         used as a hook after getting new mail.
1809
1810 2002-09-26  Simon Josefsson  <jas@extundo.com>
1811
1812         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1813         SELECT/EXAMINE is first unseen article, not number of unseen
1814         articles.  Make them distinct by renaming the former to
1815         `first-unseen' instead of `unseen'.
1816
1817         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1818         too.
1819         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1820         changed.
1821         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1822
1823         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1824
1825         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1826         better.
1827
1828         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1829         if dissecting resulting buffer actually had any information.
1830
1831 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1834         because the function `string<' allows symbols.
1835
1836         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1837
1838 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1839
1840         * message.el (message-forward-make-body): Revert an early change
1841         because 8-bit utf-8 emails.
1842
1843 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1844
1845         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1846         links to Info)
1847         * gnus-art.el (gnus-treat-highlight-signature):
1848         * gnus-art.el (gnus-treat-buttonize):
1849         * gnus-art.el (gnus-treat-buttonize-head):
1850         * gnus-art.el (gnus-treat-emphasize):
1851         * gnus-art.el (gnus-treat-strip-cr):
1852         * gnus-art.el (gnus-treat-unsplit-urls):
1853         * gnus-art.el (gnus-treat-leading-whitespace):
1854         * gnus-art.el (gnus-treat-hide-headers):
1855         * gnus-art.el (gnus-treat-hide-boring-headers):
1856         * gnus-art.el (gnus-treat-hide-signature):
1857         * gnus-art.el (gnus-treat-fill-article):
1858         * gnus-art.el (gnus-treat-hide-citation):
1859         * gnus-art.el (gnus-treat-hide-citation-maybe):
1860         * gnus-art.el (gnus-treat-strip-list-identifiers):
1861         * gnus-art.el (gnus-treat-strip-pgp):
1862         * gnus-art.el (gnus-treat-strip-pem):
1863         * gnus-art.el (gnus-treat-strip-banner):
1864         * gnus-art.el (gnus-treat-highlight-headers):
1865         * gnus-art.el (gnus-treat-highlight-citation):
1866         * gnus-art.el (gnus-treat-date-ut):
1867         * gnus-art.el (gnus-treat-date-local):
1868         * gnus-art.el (gnus-treat-date-english):
1869         * gnus-art.el (gnus-treat-date-lapsed):
1870         * gnus-art.el (gnus-treat-date-original):
1871         * gnus-art.el (gnus-treat-date-iso8601):
1872         * gnus-art.el (gnus-treat-date-user-defined):
1873         * gnus-art.el (gnus-treat-strip-headers-in-body):
1874         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1875         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1876         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1877         * gnus-art.el (gnus-treat-unfold-headers):
1878         * gnus-art.el (gnus-treat-fold-headers):
1879         * gnus-art.el (gnus-treat-fold-newsgroups):
1880         * gnus-art.el (gnus-treat-overstrike):
1881         * gnus-art.el (gnus-treat-display-xface):
1882         * gnus-art.el (gnus-treat-display-smileys):
1883         * gnus-art.el (gnus-treat-from-picon):
1884         * gnus-art.el (gnus-treat-mail-picon):
1885         * gnus-art.el (gnus-treat-newsgroups-picon):
1886         * gnus-art.el (gnus-treat-body-boundary):
1887         * gnus-art.el (gnus-treat-capitalize-sentences):
1888         * gnus-art.el (gnus-treat-fill-long-lines):
1889         * gnus-art.el (gnus-treat-play-sounds):
1890         * gnus-art.el (gnus-treat-translate):
1891         * gnus-art.el (gnus-treat-x-pgp-sig):
1892         * gnus-art.el (gnus-mime-button-line-format):
1893         * gnus-art.el (gnus-button-man-level):
1894         * gnus-art.el (gnus-button-emacs-level):
1895         * gnus-cus.el (gnus-group-parameters):
1896         * gnus-gl.el (bbb-build-mid-scores-alist):
1897         * gnus-group.el (gnus-group-line-format):
1898         * gnus-mlspl.el (gnus-group-split-setup):
1899         * gnus-mlspl.el (gnus-group-split):
1900         * gnus-msg.el (gnus-mailing-list-groups):
1901         * gnus-msg.el (gnus-posting-styles):
1902         * gnus-nocem.el (gnus-nocem-issuers):
1903         * gnus-score.el (gnus-score-regexp-bad-p):
1904         * gnus-srvr.el (gnus-server-line-format):
1905         * gnus-topic.el (gnus-topic-line-format):
1906         * gnus.el (gnus-summary-line-format):
1907         * mail-source.el (mail-sources):
1908         * message.el (message-subscribed-address-file):
1909         * nnmail.el (nnmail-split-fancy):
1910
1911 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1912
1913         * mail-source.el(mail-source-run-script): use `functionp' to test
1914         whether the argument `script' is in fact a function.
1915         (mail-sources): adjust the defcustom to allow users to specify a
1916         function or a string as the value of the `:prescript' and
1917         `:postscript' arguments of the `file' and `pop3' mail sources.
1918
1919 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1920
1921         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1922         number when article 1 does not exist.
1923
1924 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1925
1926         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
1927         apropos if apropos-variable does not exist.
1928         (gnus-button-guessed-mid-regexp)
1929         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
1930         regexes.  From Reiner Steib.
1931         (gnus-button-handle-describe-function)
1932         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
1933         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
1934         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
1935
1936 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
1937         Trivial patch.
1938
1939         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
1940         the file.
1941
1942 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
1943
1944         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
1945
1946 2002-09-24  Simon Josefsson  <jas@extundo.com>
1947
1948         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
1949         (mml2015-use): Prefer PGG if installed.
1950         (mml2015-function-alist): Add PGG wrappers.
1951         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
1952         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
1953         prefix, make regexp optionally skip it.
1954         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1955         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
1956         (mml2015-pgg-encrypt): New functions.
1957         (defvar, autoload): Prevent byte-compile warnings.
1958
1959 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1960         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
1961
1962         * gnus-art.el (article-strip-banner): Check for the existence of
1963         from header.
1964
1965 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
1966
1967         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
1968         (gnus-button-alist): Improved regexp for
1969         gnus-button-handle-mid-or-mail (false positives), fixed
1970         gnus-button-handle-man entries.
1971         From Reiner Steib.
1972
1973 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1974         From Josh Huber.
1975
1976         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
1977         nnmail-extra-headers is non-nil.
1978
1979 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
1980
1981         * nnmaildir.el: Store article numbers persistently.  General
1982         revision.
1983         (nnmaildir-request-expire-articles): handle 'immediate and 'never
1984         for nnmail-expiry-wait; delete instead of moving if 'force is
1985         given.
1986
1987 2002-09-23  Simon Josefsson  <jas@extundo.com>
1988         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
1989
1990         * smime.el (smime-sign-buffer): Get key and extra certs.
1991         (smime-get-key-with-certs-by-email): Utility function.
1992
1993 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
1994         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
1995
1996         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
1997         article exists.
1998
1999 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2000
2001         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2002
2003 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2004         From Reiner Steib.
2005
2006         * gnus-art.el (gnus-button-handle-custom,
2007         gnus-button-handle-mid-or-mail,
2008         gnus-button-handle-describe-{function,variable,key},
2009         gnus-button-handle-apropos{,command,variable}): New functions.
2010         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2011         gnus-button-{man,emacs,mail}-level): New variables.
2012         (gnus-button-alist): Use the above to buttonize emacs and mail
2013         related links.
2014
2015 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2016
2017         * gnus-int.el (gnus-status-message): Fix spacing.
2018
2019         * imap.el (imap-continuation): Fix typos.
2020
2021 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2022
2023         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2024
2025         * gnus-art.el (gnus-article-reply-with-original): Correct
2026         with-current-buffer scope.
2027
2028         * message.el (message-completion-alist): Add Reply-To, From, etc.
2029
2030 2002-09-18  Simon Josefsson  <jas@extundo.com>
2031
2032         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2033         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2034
2035 2002-09-17  Simon Josefsson  <jas@extundo.com>
2036
2037         * nnimap.el (nnimap-expiry-target): Don't search for which
2038         articles exists here.
2039         (nnimap-request-expire-articles): Do it here instead.  Only expire
2040         when articles are found.  Suggested by Nevin Kapur
2041         <nevin@jhu.edu>.
2042
2043 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2044         From Reiner Steib <reiner.steib@gmx.de>.
2045
2046         * message.el (message-strip-subject-trailing-was)
2047         (message-change-subject, message-add-archive-header)
2048         (message-xpost-fup2-header, message-xpost-insert-note)
2049         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2050         adopted from message-utils.el.  Add functions to the keymap, mode
2051         describtion and menu.
2052         (message-change-subject,message-xpost-fup2): Signal error if
2053         current header is empty.
2054         (message-xpost-insert-note): Changed insert position.
2055         (message-archive-note): Ensure to insert note in message body (not
2056         in head).
2057         (message-archive-header, message-archive-note)
2058         (message-xpost-default, message-xpost-note, message-fup2-note)
2059         (message-xpost-note-function): New variables adopted from
2060         message-utils.el.  Changed some doc-strings.
2061         (message-mark-insert-{begin,end}): Rename from
2062         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2063         values.
2064         (message-subject-trailing-was-query)
2065         (message-subject-trailing-was-ask-regexp)
2066         (message-subject-trailing-was-regexp): New variables.
2067         (message-to-list-only): Added doc-string and menu entry.
2068
2069         * message-utils.el: Removed.  Functions are now in message.el.
2070
2071 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2072
2073         * gnus-art.el (gnus-article-reply-with-original,
2074         gnus-article-followup-with-original): Switch to
2075         gnus-summary-buffer before reply/followup.
2076
2077 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2078
2079         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2080         not exist. Toggle it anyway.
2081
2082 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2083
2084         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2085
2086         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2087         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2088
2089         * rfc2047.el (message-posting-charset): Defvar it.
2090         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2091         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2092
2093         * mail-source.el (mail-source-fetch): Hide password.
2094
2095         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2096
2097 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2098         From John Paul Wallington <jpw@shootybangbang.com>.
2099
2100         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2101
2102 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2105
2106 2002-09-11  Simon Josefsson  <jas@extundo.com>
2107
2108         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2109         (nnimap-split-rule): Doc fix.
2110         (nnimap-request-expire-articles): Cleanup code.
2111
2112 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2113         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2114
2115         * gnus-art.el (gnus-article-address-banner-alist): New option.
2116         (article-strip-banner): Refer the above option to split banners of
2117         free mail servers, when no group parameter is specified.
2118
2119 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2120
2121         * nntp.el (nntp-wait-for-string): Check for a process in the
2122         current buffer instead of `nntp-server-buffer'.
2123
2124 2002-09-09  Simon Josefsson  <jas@extundo.com>
2125
2126         * gnus-art.el (gnus-button-man-handler): New variable.
2127         (gnus-button-alist): Use g-b-handle-man.
2128         (gnus-button-handle-man): New, call g-b-man-handler.
2129
2130 2002-09-08  Simon Josefsson  <jas@extundo.com>
2131
2132         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2133
2134 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2135
2136         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2137
2138 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139
2140         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2141
2142         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2143         keystroke.
2144
2145         * gnus-srvr.el (gnus-browse-describe-group): New command and
2146         keystroke.
2147
2148 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2149
2150         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2151         value for gnus-decoration property.
2152
2153 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2154
2155         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2156         string) as group name in case we have a CRLF in the file.
2157
2158 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2159
2160         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2161         group.
2162         (rfc1843-decode-hzp): do.
2163         (rfc1843-newsgroups-regexp): do.
2164
2165 2002-09-04  Simon Josefsson  <jas@extundo.com>
2166
2167         * message.el (message-canlock-generate): Make sure sha1 doesn't
2168         call external programs.
2169
2170 2002-09-03  Simon Josefsson  <jas@extundo.com>
2171
2172         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2173
2174         * gnus-agent.el (gnus-agent-batch): Add doc.
2175
2176 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2177
2178         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2179         check for signed and encrypted parts.
2180         * mml.el (mml-parse-1): Correct small typo which preventing
2181         setting recipients in a secure tag.
2182
2183 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2184
2185         * mm-util.el (mm-coding-system-priorities): Default to a list of
2186         iso-2022-jp and others for the Japanese environment.
2187
2188 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2189
2190         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2191         invalid display names.
2192
2193 2002-08-30  Simon Josefsson  <jas@extundo.com>
2194
2195         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2196         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2197
2198 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2199
2200         * gnus.el (gnus-group-charter-alist): New option.
2201         (gnus-group-fetch-control-use-browse-url): New option.
2202
2203         * gnus-group.el (gnus-group-fetch-charter): New function.
2204         (gnus-group-fetch-control): New function.
2205         Add them to the keymap and menu. Require mm-url.
2206
2207 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2208
2209         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2210         From Alex Schroeder <alex@emacswiki.org>.
2211
2212 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2213
2214         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2215         items expecting user interaction.
2216
2217         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2218
2219         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2220
2221         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2222
2223         * mml.el (mml-menu): do.
2224
2225 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * mail-source.el (mail-source-touch-pop): New function.
2228
2229         * message.el (message-smtpmail-send-it): New function.
2230         (message-send-mail-function): Add it for a candidate.
2231
2232 2002-08-27  Simon Josefsson  <jas@extundo.com>
2233
2234         * gnus-msg.el (posting-charset-alist): Use
2235         gnus-define-group-parameter instead of defcustom.
2236         (gnus-put-message): Handle SPC in GCC.
2237         (gnus-inews-insert-gcc): Ditto.
2238         (gnus-inews-insert-archive-gcc): Ditto.
2239
2240 2002-08-26  Simon Josefsson  <jas@extundo.com>
2241
2242         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2243         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2244         (gnus-agent-possibly-save-gcc): Autoload.
2245         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2246
2247 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2248
2249         * gnus.el (gnus-other-frame-function): New user option.
2250         (gnus-other-frame): Use it; add a doc-string; make it work with
2251         the gnuclient program.
2252
2253         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2254
2255         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2256         `device-connection' and `dfw-device'.
2257
2258 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2259
2260         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2261         positives, make it stricter.  From Jochen Hein (trivial change).
2262
2263 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * gnus.el (gnus-other-frame): Trivial fix.
2266
2267 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * gnus.el (gnus-other-frame-parameters): New user option.
2270         (gnus-other-frame-object): New variable.
2271         (gnus-other-frame): Make it search for existing Gnus frame; don't
2272         read new news; delete frame on exit.
2273
2274         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2275
2276         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2277
2278 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2279         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2280
2281         * message.el (message-set-auto-save-file-name): Add support for
2282         the Cygwin Emacs; the system-type is `cygwin'.
2283         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2284
2285 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2286
2287         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2288
2289         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2290         avoid arithmetic errors.
2291
2292 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2295
2296 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2299         (message-ignored-resent-headers): Add envelope From.
2300
2301 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2302
2303         * gnus.el (gnus-summary-line-format): Document %k specifier.
2304
2305 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2306
2307         * gnus-sum.el (gnus-summary-line-message-size): New function.
2308         (gnus-summary-line-format-alist): Use it.
2309
2310 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2311
2312         * gnus-art.el (article-make-date-line): Refer to the value for
2313         `gnus-article-time-format' in the summary buffer.
2314
2315         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2316
2317 2002-08-14  Simon Josefsson  <jas@extundo.com>
2318
2319         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2320         quoting.
2321         (gnus-button-alist): Fix doc.
2322         (gnus-header-button-alist): Use ' not ` for default value quoting.
2323         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2324         rationale similar to 2002-05-01 change.
2325         (gnus-article-add-buttons-to-head): Evaluate expression.
2326
2327         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2328
2329 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * message.el (message-font-lock-keywords): Refer to the value for
2332         `message-cite-prefix-regexp' dynamically.
2333
2334 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2337
2338 2002-08-12  Simon Josefsson  <jas@extundo.com>
2339
2340         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2341         (imap-shell-open): Skip initial junk before IMAP greeting.
2342
2343 2002-08-11  Simon Josefsson  <jas@extundo.com>
2344
2345         * message-utils.el (message-xpost-default,
2346         message-xpost-fup2-header, message-xpost-fup2): Fixed
2347         Typos.  Trivial changes from Reiner Steib
2348         <4uce.02.r.steib@gmx.net>.
2349
2350 2002-08-09  Simon Josefsson  <jas@extundo.com>
2351
2352         * message.el (message-canlock-password): Set
2353         canlock-password-for-verify to newly generated canlock-password.
2354         When Emacs is restarted, Custom makes sure this is set, but during
2355         the same session we must set it manually.
2356
2357 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2358
2359         * yenc.el: New file.
2360
2361         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2362         (mm-uu-type-alist): Add yenc.
2363         (mm-uu-yenc-filename): New function.
2364         (mm-uu-yenc-extract): New function.
2365
2366         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2367
2368 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2369
2370         * dgnushack.el (merge): Don't use coerce.
2371
2372 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2373
2374         * mailcap.el (mailcap-mime-data): Test window-system rather than
2375         mm-device-type.
2376         (mailcap-mime-data): Call xdvi and gv with "-safer".
2377
2378         * mm-util.el: Don't define mm-device-type.
2379
2380 2002-08-05  Simon Josefsson  <jas@extundo.com>
2381
2382         * mm-util.el (mm-coding-system-priorities): coding-system type not
2383         supported everywhere.
2384
2385 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * gnus.el (gnus-version-number): Bumped version number.
2388
2389 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2390
2391         * gnus.el: Oort Gnus v0.07 is released.
2392
2393 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2394
2395         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2396         (gnus-article-sort-functions): Doc fix.
2397         (t): New keystroke.
2398         (gnus-article-sort-by-random): New function.
2399         (gnus-thread-sort-by-random): New function.
2400
2401 2002-08-02  Simon Josefsson  <jas@extundo.com>
2402
2403         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2404         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2405
2406 2002-07-31  Danny Siu  <dsiu@adobe.com>
2407
2408         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2409         when splitting malformed messages without message-id
2410
2411 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2412         From Niklas Morberg <niklas.morberg@axis.com>.
2413
2414         * nnweb.el (nnweb-type, nnweb-type-definition)
2415         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2416         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2417         functionality.
2418         * nnweb.el: Removed old non-functioning search engines.
2419
2420 2002-07-27  Simon Josefsson  <jas@extundo.com>
2421
2422         * message.el (message-forward-make-body): Don't use
2423         `message-forward-ignored-headers' when doing a "raw" followup (it
2424         is important to preserve e.g. CTE).
2425
2426         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2427
2428         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2429         regexp-quote, Cyrus Sieve is fixed.
2430
2431         * sieve-manage.el (sieve-manage-deletescript): New function.
2432
2433         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2434         (sieve-manage-mode): Fix menubar.
2435         (sieve-activate): Change some messages.
2436         (sieve-deactivate-all): New function.
2437         (sieve-deactivate): New alias.
2438         (sieve-remove): New function.
2439         (sieve-help): Fix help.
2440         All suggested by Ned Ludd.
2441
2442 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2445         (mm-w3m-safe-url-regexp): New user option.
2446
2447         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2448         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2449
2450 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2451
2452         * gnus-sum.el (gnus-summary-delete-article): Force
2453         nnmail-expiry-target to 'delete, so that absolute deletion
2454         happens when absolute deletion is requested.
2455
2456 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2457         From Nevin Kapur <nevin@jhu.edu>.
2458
2459         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2460         headers as empty headers.
2461
2462 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2463         From Jochen Hein <jochen@jochen.org>.
2464
2465         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2466         correct typo.
2467         (gnus-emphasis-strikethru): New face.
2468
2469 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2470         From Jason Merrill <jason@redhat.com>.
2471
2472         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2473         entire file for each of a sequence of missing articles.
2474
2475         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2476         value for gnus-view-pseudos.
2477
2478         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2479         avoid nreverse.
2480
2481 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2482         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2483
2484         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2485         (gnus-summary-mode-line-format-alist): Add %h for number of
2486         spams.
2487         (gnus-newsgroup-spam-marked): New variable.
2488         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2489         (gnus-article-read-p, gnus-article-mark)
2490         (gnus-set-global-variables, gnus-set-global-variables)
2491         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2492         (gnus-summary-mark-article-as-unread)
2493         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2494         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2495         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2496
2497 2002-07-10  Simon Josefsson  <jas@extundo.com>
2498
2499         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2500         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2501
2502 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2503
2504         * gnus-sum.el (gnus-summary-delete-article): Respect group
2505         parameters while expiring.
2506
2507 2002-07-08  Simon Josefsson  <jas@extundo.com>
2508
2509         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2510         Enberg.
2511
2512 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2513
2514         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2515         function is called interactively.  From Niklas Morberg.
2516
2517 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2518
2519         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2520         cdaar to cdar and car.
2521
2522         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2523         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2524
2525 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2528         don't break a narrowed article.
2529
2530         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2531         (nntp-open-via-rlogin-and-telnet): Ditto.
2532
2533 2002-07-02  Didier Verna  <didier@xemacs.org>
2534
2535         * nnmail.el (nnmail-split-methods): fix custom type.
2536
2537 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2538
2539         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2540         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2541
2542 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2543
2544         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2545         (gnus-summary-resend-message): Use it.
2546
2547 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2548
2549         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2550         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2551
2552 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2553
2554         * message.el (message-font-lock-keywords): Don't fontify
2555         headers in the message body, only in the header.
2556         (message-font-lock-make-header-matcher): New function, used by
2557         message-font-lock-keywords.
2558         From Katsumi Yamaoka <yamaoka@jpl.org>.
2559
2560 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2561
2562         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2563
2564 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2565
2566         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2567
2568 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2569
2570         * message.el (message-font-lock-keywords): Revert 2002-06-22
2571         change.
2572
2573 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2574
2575         * message.el (message-font-lock-keywords): Put colon in header
2576         name match.
2577
2578 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2579
2580         * message.el (message-font-lock-keywords): Don't use header faces
2581         in the body.  Thanks to Stefan Monnier for the hint on the
2582         implementation.
2583
2584 2002-05-09  Miles Bader  <miles@gnu.org>
2585
2586         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2587         (gnus-article-hide-citation): Respect it.
2588
2589 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2590
2591         * pop3.el (pop3-open-server): Fix typo.
2592
2593 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2594
2595         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2596         instead of push to ignore duplicate to-(list|address) values.
2597         * nnmail.el (nnmail-cache-ignore-groups): New.
2598         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2599
2600 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2601
2602         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2603         before sending.  Suggested by Jan Rychter.
2604
2605 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * dgnushack.el (remove): New compiler macro.
2608         (last, coerce, subseq): Remove compiler macros for those built-in
2609         or unused functions.
2610
2611 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2612
2613         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2614         sure to write byte-compiled versions of gnus-*-format-alist to
2615         .newsrc.eld.  From Simon Josefsson.
2616
2617 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2618
2619         * gnus-agent.el (gnus-agent-read-servers)
2620         (gnus-agent-write-servers): Put server name (string like
2621         "nnchoke:frumple") in the file instead of a server specification
2622         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2623         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2624
2625 2002-06-16  Simon Josefsson  <jas@extundo.com>
2626
2627         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2628         Reiner Steib <4uce.02.r.steib@gmx.net>.
2629
2630 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2631
2632         * nnheader.el (nnheader-file-name-translation-alist): Set the
2633         default value for MS Windows systems.
2634
2635         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2636
2637 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * message.el (message-beginning-of-line): Keep the region active
2640         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2641
2642 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2643
2644         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2645         * gnus-msg.el (gnus-summary-reply): Ditto.
2646         * gnus-msg.el (gnus-summary-handle-replysign): New.
2647
2648 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2651         if sending failed.
2652
2653 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2654
2655         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2656         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2657         to sign while encrypting.
2658
2659 2002-06-11  Simon Josefsson  <jas@extundo.com>
2660
2661         * gnus-int.el (gnus-request-move-article): Agent expire article if
2662         successfuly moved.
2663
2664         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2665         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2666
2667 2002-06-10  Simon Josefsson  <jas@extundo.com>
2668
2669         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2670
2671 2002-06-09  Simon Josefsson  <jas@extundo.com>
2672
2673         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2674
2675         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2676
2677 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2678
2679         * flow-fill.el (fill-flowed): Ignore errors.
2680
2681 2002-06-06  Simon Josefsson  <jas@extundo.com>
2682
2683         * message.el (message-send-mail-with-sendmail): Improve error message.
2684
2685 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2686
2687         * message.el (message-interactive): Change default from nil to t.
2688         Better to be safe than to be fast.
2689
2690 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2691
2692         * message.el (message-send-mail-with-sendmail): Check return value
2693         from call-process-region.
2694
2695 2002-06-04  Simon Josefsson  <jas@extundo.com>
2696
2697         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2698         (gnus-group-post-news, gnus-summary-mail-other-window)
2699         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2700         gnus-article-copy to nil, thereby inhibiting the `header' posting
2701         style match to use data from last viewed article.
2702         Suggested by Hrvoje Niksic.
2703
2704 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2705
2706         * spam.el (spam-point-at-eol): New alias.
2707         (spam-parse-whitelist): Use it.
2708
2709 2002-06-03  Simon Josefsson  <jas@extundo.com>
2710
2711         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2712         (nnmail-article-group): Use it.
2713
2714 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2715
2716         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2717         so that code reading them won't be surprised.  From Jesper Harder
2718         <harder@ifa.au.dk>.
2719
2720 2002-05-29  Simon Josefsson  <jas@extundo.com>
2721
2722         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2723         articles.
2724
2725         * gnus.el (gnus-agent-cache): Doc fix.
2726         (gnus-agent): Change default to t.
2727
2728         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2729         ARTICLES, GROUP and FORCE parameters.
2730
2731 2002-05-28  Simon Josefsson  <jas@extundo.com>
2732
2733         * gnus-group.el (gnus-group-line-format): Doc fix.
2734
2735 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2736
2737         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2738         original article before yanking.  From Jesper Harder
2739         <harder@ifa.au.dk>.
2740
2741 2002-05-26  Simon Josefsson  <jas@extundo.com>
2742
2743         * gnus-sum.el (gnus-summary-menu-split): New function.
2744         (gnus-summary-make-menu-bar): Split charset submenu.
2745         (gnus-summary-menu-maxlen): New variable.
2746         (gnus-summary-menu-split): Use it.
2747
2748 2002-05-25  Simon Josefsson  <jas@extundo.com>
2749
2750         * mml.el (mml-preview): Generate some headers.
2751
2752         * gnus.el (gnus-large-newsgroup): Fix :type.
2753
2754         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2755         Agent cache NOV's by default now).
2756         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2757
2758 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2759
2760         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2761         call to gnus-parent-id when we check for References loops.
2762         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2763         twice by saving the simplified subject string in simp-subject.
2764
2765 2002-05-23  Simon Josefsson  <jas@extundo.com>
2766
2767         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2768         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2769
2770         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2771         Niklas Morberg <niklas.morberg@axis.com>.
2772
2773 2002-05-22  Simon Josefsson  <jas@extundo.com>
2774
2775         * sieve.el (sieve-change-region): Define it before it is used.
2776
2777         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2778         (gnus-summary-reply): Ask for confirmation when replying to news.
2779         Defaults to not ask.  From Benjamin Rutt
2780         <rutt+news@cis.ohio-state.edu>.
2781
2782         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2783
2784 2002-05-21  Simon Josefsson  <jas@extundo.com>
2785
2786         * sieve-mode.el (sieve-manage): Fix autoloads.
2787
2788         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2789         name (makes it work with recent Cyrus timsieved).
2790
2791 2002-05-20  Jason  <jbaker@cs.utah.edu>
2792         Trivial patch.
2793
2794         * gnus-art.el (gnus-request-article-this-buffer): Try
2795         reconnecting if you don't get the message.
2796
2797 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798
2799         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2800         Reply-To headers from the headers.
2801
2802 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * mm-url.el (mm-url-insert): Remove junk message.
2805
2806 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2807
2808         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2809         (nnslashdot-use-front-page): New variable.
2810         (nnslashdot-request-list): Use it.
2811
2812         * mm-url.el (mm-url-timeout): New variable.
2813         (mm-url-retries): Ditto.
2814         (mm-url-insert): Use it.
2815
2816 2002-05-16  Simon Josefsson  <jas@extundo.com>
2817
2818         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2819         (gnus-simplify-subject-functions): Mention g-s-a-w.
2820
2821 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2822
2823         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2824         nnmail-cache-insert.
2825         * nndiary.el (nndiary-request-accept-article): Ditto.
2826         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2827         * nnimap.el (nnimap-request-accept-article): Ditto.
2828         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2829         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2830         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2831         * nnmh.el (nnmh-request-accept-article): Ditto.
2832         * nnmail.el (nnmail-cache-insert): Change group to required,
2833         removed code which tried to figure out the group.
2834
2835 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2836
2837         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2838         messages. From Hans de Graaff <hans@degraaff.org>.
2839         * nnml.el (nnml-request-accept-article): Pass in the group name to
2840         nnmail-cache-insert, since it's available.
2841
2842 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2843
2844         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2845
2846 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2847         From Florian Weimer <fw@deneb.enyo.de>.
2848
2849         * gnus.el (subscribed): New group parameter.
2850         (gnus-find-subscribed-addresses): Use it.
2851
2852 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2853
2854         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2855         the default for pgpmime to support pgp v2.
2856         * mml-sec.el (mml-signencrypt-style): New accessor function to
2857         allow users to get/set the signencrypt style more easily without
2858         frobbing the alist directly.
2859         * mml.el (mml-generate-mime-1): Use accessor function.
2860
2861 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2862
2863         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2864         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2865         <schwab@suse.de>.
2866
2867 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2868
2869         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2870         when intuiting the group the message is written to.  From Josh
2871         Huber <huber@alum.wpi.edu>.
2872
2873 2002-05-06  Simon Josefsson  <jas@extundo.com>
2874
2875         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2876         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2877
2878 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2879
2880         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2881         argument, and fixed compiler warning. (added autoload for
2882         gpg-encrypt).
2883
2884 2002-05-04  Simon Josefsson  <jas@extundo.com>
2885
2886         * mml1991.el (mml1991-function-alist): Doc fix.
2887
2888         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2889         doesn't exist (for previewing messages without having Gnus
2890         started).
2891
2892         * mm-util.el (mm-coding-system-priorities): Defcustom.
2893
2894         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2895
2896 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2897
2898         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2899         default.
2900         * mml-sec.el:
2901         * mml-sec.el (mml-signencrypt-style): New.
2902         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2903         argument `sign'.
2904         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2905         signencrypt.
2906         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2907         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2908         both signed & encryped is processed in one operation. (rather than
2909         two separate ops: sign, then encrypt)
2910         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2911         indication if a message is signed by an expired key.
2912         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2913         enables combined sign & encrypt operation. (this was always on
2914         before).
2915         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2916
2917 2002-05-01  Simon Josefsson  <jas@extundo.com>
2918
2919         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2920         server.
2921         (nnimap-mailbox-info): defvar instead of defvoo.
2922
2923 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2924
2925         * gnus.el: Oort Gnus v0.06 is released.
2926
2927 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2928
2929         * lpath.el: Bind url-package-version.
2930
2931 2002-05-01  Simon Josefsson  <jas@extundo.com>
2932
2933         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
2934         filename before deleting the group itself, because the presence of
2935         a group filename decides if long filenames are used or not.
2936
2937         * gnus-art.el (gnus-button-alist): Don't inline
2938         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
2939         without also modifying g-button-alist.
2940         (gnus-button-alist): Fix type to allow variable as well as regexp.
2941         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
2942         themselves, variables to its contents.
2943         (gnus-button-entry): Ditto.
2944
2945 2002-05-01  Simon Josefsson  <jas@extundo.com>
2946
2947         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
2948         UIDNEXT as a string.
2949
2950         * nnimap.el (nnimap-string-lessp-numerical): New function.
2951         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
2952         integers.
2953
2954 2002-04-29  Simon Josefsson  <jas@extundo.com>
2955
2956         * nnmail.el (nnmail-cache-insert): Accept optional group
2957         parameter.
2958
2959         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
2960         n-r-g-a is disabled.
2961
2962 2002-04-29  Simon Josefsson  <jas@extundo.com>
2963
2964         * nnimap.el (nnimap-split-fancy): Fix doc.
2965         (nnimap-split-fancy): Fix doc.
2966
2967         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
2968         (nnimap-mailbox-info): New internal variable.
2969         (nnimap-retrieve-groups): Implement faster new mail check.
2970
2971         * nnimap.el (nnimap-split-articles): Support
2972         nnmail-cache-accepted-message-ids.
2973         (nnimap-request-accept-article): Ditto.
2974
2975         * imap.el (imap-mailbox-status-asynch): New command.
2976
2977 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
2978
2979         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
2980         are no subscribed mail groups.
2981         - Strip quoted names when comparing addresses
2982
2983 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
2984
2985         * mm-decode.el (mm-text-html-renderer): Change customize type to
2986         const.
2987
2988         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
2989         (gnus-debug-exclude-variables): do.
2990
2991 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2992
2993         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
2994         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2995
2996 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2997
2998         * dns.el (dns-make-network-process): New macro.
2999         (query-dns): Use it.
3000
3001 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3002
3003         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3004         article-buffer.
3005
3006         * mm-url.el (mm-url-package-name): New variable.
3007         (mm-url-package-version): New variable.
3008         (mm-url-insert-file-contents): Bind url-package-name and
3009         url-package-version here.
3010         * nnrss.el (nnrss-insert-w3): Move the bindings.
3011
3012         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3013         url-package-version. Trivial change from Andrew J Cosgriff
3014         <ajc@polydistortion.net>
3015
3016         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3017         attachments. Trivial change from Peter 'Luna' Runestig
3018         <peter@runestig.com>.
3019
3020 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3021
3022         * nnkiboze.el (nnkiboze-request-scan): Call
3023         nnkiboze-possibly-change-group.
3024         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3025         problems.
3026         (nnkiboze-generate-group): Set newsrc to the *highest* article
3027         number kibozed, not the lowest.
3028
3029 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3030
3031         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3032
3033 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3034         From Dan Christensen <jdc+news@uwo.ca>.
3035
3036         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3037         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3038         Recognize math postings.  Extract Date (now ignores "(15kb)").
3039         Extract email address using gnus-extract-address-components
3040         instead of just taking the first word.  Create Date and From
3041         headers for message which are missing these headers.  Get rid
3042         of spurious \\ lines (purely cosmetic).  Extend body-end and
3043         file-end regexps, to exclude more garbage from the message.
3044         Make URL rephrasing regexp more flexible, to match current
3045         format.
3046
3047 2002-04-23  Simon Josefsson  <jas@extundo.com>
3048
3049         * netrc.el: New file, functions copied from gnus-util.el by Ted
3050         Zlatanov <tzz@lifelogs.com>.
3051
3052         * gnus-util.el: Require netrc.
3053         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3054         new code in netrc.el.
3055
3056 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3057
3058         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3059         message-ignored-resent-headers, too.  From Matthieu Moy
3060         <Matthieu.Moy@imag.fr>.
3061
3062 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3063
3064         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3065         boolean not a string
3066         * gnus-group.el (gnus-group-line-format): add description of %C
3067         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3068           as %C
3069         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3070
3071 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3072
3073         * nnmaildir.el (nnmaildir-request-scan): typo: set
3074         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3075         nnmail-get-new-mail for 'find-new-groups.
3076
3077 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3078
3079         * nnmaildir.el (nnmaildir-request-update-info,
3080         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3081         unnecessary calls to nnmaildir-request-scan.
3082
3083 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3084
3085         * gnus-msg.el:
3086         * gnus-msg.el (gnus-message-replysign): New.
3087         * gnus-msg.el (gnus-message-replyencrypt): New.
3088         * gnus-msg.el (gnus-message-replysignencrypted): New.
3089         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3090         (above) to automatically encrypt/sign to encrypted/signed
3091         messages.
3092         * message.el:
3093         * message.el (message-mode-map): Add keybinding for
3094         `message-to-list-only'
3095         * message.el (message-mode): Add description for
3096         `message-to-list-only'
3097         * message.el (message-to-list-only): New.
3098         * message.el (message-make-mft): Changed to use the cl loop macro,
3099         and added optional flag to return only the matched list. (for use
3100         in new message-to-list-only function)
3101
3102 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3103
3104         * gnus-msg.el:
3105         * gnus-msg.el (gnus-message-replysign):
3106         * gnus-msg.el (gnus-replysign): New.
3107         * gnus-msg.el (gnus-replyencrypt): New.
3108         * gnus-msg.el (gnus-replysignencrypted): New.
3109         * gnus-msg.el (gnus-summary-reply):
3110         * message.el:
3111         * message.el (message-mode-map):
3112         * message.el (message-mode):
3113         * message.el (message-to-list-only): New.
3114         * message.el (message-make-mft):
3115
3116 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3117
3118         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3119
3120 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3121
3122         * message.el (message-gen-unsubscribed-mft): accept a prefix
3123         argument so CC can be included with C-u C-c C-f C-a
3124
3125 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3126         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3127
3128         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3129         Improve docstring.
3130         (spam-enter-blacklist): New command.
3131
3132         * gnus-sum.el (gnus-spam-mark): New mark.
3133         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3134         (gnus-summary-make-tool-bar): Correct conditional.
3135         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3136         (gnus-summary-mark-as-spam): New command.
3137
3138 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3139
3140         * mml-sec.el (mml-secure-message): changed to support arbritrary
3141         modes.
3142         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3143         changed to support "signencrypt" mode.
3144         * mml.el (mml-parse-1): changed to support different secure modes
3145         more easily. (for signencrypt)
3146
3147 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3148
3149         * gnus-sum.el (gnus-update-summary-mark-positions)
3150         (gnus-summary-toggle-header):
3151         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3152         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3153         (gnus-uu-post-encoded):
3154         * nnfolder.el (nnfolder-possibly-change-group):
3155         * nnimap.el (nnimap-retrieve-headers):
3156         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3157
3158 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3159
3160         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3161         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3162
3163 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3164
3165         * gnus-srvr.el (gnus-server-set-info): Clear
3166         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3167         From Daiki Ueno <ueno@unixuser.org>.
3168
3169 2002-04-11  Simon Josefsson  <jas@extundo.com>
3170
3171         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3172         viewing of security buttons.  Thanks to Nicolas Kowalski
3173         <Nicolas.Kowalski@imag.fr>.
3174
3175         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3176         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3177         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3178         <Nicolas.Kowalski@imag.fr>.
3179         (smime-decrypt-buffer): Ditto.
3180
3181 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3182
3183         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3184         header line.
3185
3186 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3187
3188         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3189
3190 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3191
3192         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3193
3194 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3195
3196         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3197         errors when debug.
3198
3199 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3200
3201         * message.el (message-make-mft): Changed MFT code from using
3202         message-recipients (which included Bcc) to use only the To and CC
3203         headers.
3204
3205 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3206
3207         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3208         add link.
3209         (gnus-treat-mail-picon): Ditto.
3210         (gnus-treat-newsgroups-picon): Ditto.
3211         (gnus-picon-databases): Fix custom type.
3212         (gnus-picon-databases): Add link.
3213         (gnus-article-x-face-command): Add to gnus-picon group.
3214
3215 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3216
3217         * message.el (message-buffer-naming-style): Remove.
3218
3219 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3220
3221         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3222
3223         * message.el (message-tool-bar-map): Ditto.
3224
3225         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3226
3227 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3228
3229         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3230
3231 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3232
3233         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3234
3235 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3236         Trivial patch.
3237
3238         * dns.el: open-network-stream under XEmacs does udp.
3239
3240 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3241
3242         * spam.el (spam-enter-whitelist): New function.
3243         (spam-parse-whitelist): Ditto.
3244         (spam-refresh-list-cache): Ditto.
3245         (spam-address-whitelisted-p): New function.
3246
3247         * dns.el (query-dns): Use TCP when make-network-process isn't
3248         available.
3249         (dns-servers): New variable.
3250         (dns-parse-resolv-conf): New function.
3251         (query-dns): Use it.
3252
3253         * spam.el: New file.
3254
3255         * dns.el (query-dns): Test.
3256
3257 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * lpath.el (featurep): Bind make-network-process.
3260
3261 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3262
3263         * nnmaildir.el: Use defstruct.  Use a single copy of
3264         nnmail-extra-headers to save memory.  Store server's group name
3265         prefix instead of each group's prefixed name.
3266         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3267         nntp-server-buffer.
3268
3269 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * dns.el: New file.
3272
3273 2002-03-28  Simon Josefsson  <jas@extundo.com>
3274
3275         * gnus-sum.el (gnus-summary-dummy-line-format):
3276         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3277         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3278
3279 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3280
3281         * gnus-sum.el (gnus-summary-move-article)
3282         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3283         the doc string.
3284
3285 2002-03-28  Simon Josefsson  <jas@extundo.com>
3286
3287         * mml-sec.el (mml-secure-message): Search after
3288         mail-header-separator from top of message.
3289
3290 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3291
3292         * nnmaildir.el: Cosmetic changes.
3293         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3294         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3295         nnmaildir--group-ls): New macros/functions.  Use them.
3296         (nnmaildir--unlink): Evalutate argument only once.
3297
3298 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3299
3300         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3301         symbols.
3302         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3303         `gnus-point-at-eol'.
3304
3305 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3306
3307         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3308         nnmaildir--marks-dir): New macros.  Use them.
3309         Use inhibit-quit for atomicity instead of in-memory journaling.
3310         (nnmaildir--edit-prep): New function.
3311         (Local Variables): Use it.
3312
3313 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3314
3315         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3316
3317 2002-03-25  Simon Josefsson  <jas@extundo.com>
3318
3319         * message.el (message-mode): Fix doc.
3320
3321 2002-03-25  Simon Josefsson  <jas@extundo.com>
3322
3323         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3324         Matthieu Moy <Matthieu.Moy@imag.fr>.
3325
3326 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3327
3328         * mml-sec.el (mml-unsecure-message): Add docstring.
3329
3330 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3331
3332         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3333         value.
3334         Trivial change from andre@slamdunknetworks.com
3335
3336 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3337
3338         * mml.el (mml-mode-map): Added a keybinding for
3339         `mml-unsecure-message'.  Also, added a menu entry for said
3340         function in the Attachments menu.
3341
3342 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * canlock.el (canlock-version): Remove.
3345         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3346         here; simplify \x insertions.
3347         (canlock-sha1): New function, always return a unibyte string.
3348         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3349         of a password.
3350         (canlock-insert-header): Use `canlock-sha1'.
3351         (canlock-verify): Ditto.
3352
3353 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3354
3355         * message.el (message-fix-before-sending): Add an option that
3356         ignores illegible text.
3357         Trivial change from Mark Milhollan <mlm@attglobal.net>
3358
3359         * message.el (message-font-lock-keywords): Support multi-line MML
3360         tags.
3361
3362         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3363         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3364
3365 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3366
3367         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3368         symbols for "View as different encoding" submenu.
3369
3370 2002-03-19  Simon Josefsson  <jas@extundo.com>
3371
3372         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3373         encoding" submenu.
3374
3375 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3376
3377         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3378
3379 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3380
3381         * gnus-sum.el (gnus-sum-thread-tree-root)
3382         (gnus-sum-thread-tree-single-indent)
3383         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3384         (gnus-sum-thread-tree-leaf-with-other)
3385         (gnus-sum-thread-tree-single-leaf): Make customizable.
3386
3387 2002-03-16  Simon Josefsson  <jas@extundo.com>
3388
3389         * gnus-util.el (gnus-extract-address-components): Don't break on
3390         names such as James "Kibo" Parry.  From Francis Litterio
3391         <franl@world.std.com>.
3392
3393 2002-03-13  Simon Josefsson  <jas@extundo.com>
3394
3395         * pop3.el (pop3-open-server): Revert multibyte change.  From
3396         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3397
3398         * message.el (message-send-mail-with-qmail): Make it work.  From
3399         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3400
3401 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3402
3403         * message.el (message-make-mft): Set case-fold-search while
3404         generating the MFT.  Also, a little cleanup in the MFT code.
3405
3406 2002-03-12  Simon Josefsson  <jas@extundo.com>
3407
3408         * message.el (message-qmail-inject-args): May be function.
3409         (message-send-mail-with-qmail): Call function if m-q-i-a is
3410         function.  From fn@hungry.org (Faried Nawaz).
3411
3412 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3413
3414         * message.el (message-abbrevs-loaded): Remove.
3415         (mailabbrev): Require it.
3416
3417         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3418
3419 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3420
3421         * pop3.el (pop3-open-server): Set process buffer unibyte.
3422
3423 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3424
3425         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3426
3427 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3428
3429         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3430         too.
3431
3432 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3433
3434         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3435         duplication.
3436         (gnus-summary-save-parts-type-history): Ditto.
3437         (gnus-summary-save-parts-last-directory): Ditto.
3438         Trivial change from andre@slamdunknetworks.com
3439
3440 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3441
3442         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3443
3444 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3445
3446         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3447         -->" as the end of the first article.
3448
3449         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3450         From Matthieu Moy <Matthieu.Moy@imag.fr>
3451
3452         * message.el (message-add-action): Use add-to-list.
3453         (message-delete-action): New function.
3454
3455         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3456         pieces.
3457
3458 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3459
3460         * nnnil.el: New file.
3461         * gnus.el (gnus-valid-select-methods): Include nnnil.
3462
3463 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3464
3465         * message.el (message-syntax-checks): Because canlock is
3466         supported, we disable sender syntax check.
3467         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3468
3469         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3470         value of message-syntax-checks.
3471
3472         * qp.el (quoted-printable-decode-region): Doc addition.
3473         From: Eli Zaretskii <eliz@is.elta.co.il>
3474
3475         * mail-source.el (make-source-make-complex-temp-name): Use
3476         make-temp-file.
3477
3478         * mm-util.el (mm-make-temp-file): New function.
3479         * nneething.el (nneething-file-name): Use it.
3480         * mml-smime.el (mml-smime-encrypt): Ditto.
3481         * mm-view.el (mm-inline-wash-with-file): Ditto.
3482         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3483         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3484         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3485         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3486         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3487         * gnus-art.el (gnus-mime-print-part): Ditto.
3488
3489 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3490
3491         * message.el (nnmaildir-article-number-to-base-name): New
3492         function.
3493         (nnmaildir-base-name-to-article-number): New function.
3494
3495 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3496
3497         * smime.el (smime-make-temp-file): Don't quote
3498         `temporary-file-directory'.
3499
3500 2002-03-04  Simon Josefsson  <jas@extundo.com>
3501
3502         * smime.el (smime-sign-region): Rename argument keyfiles to
3503         keyfile. You only sign something with one key.
3504         (smime-sign-buffer): Better completing-read prompt.
3505         (smime-decrypt-buffer): Ditto.
3506
3507         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3508
3509         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3510         completing-read.
3511         (mm-view-pkcs7-decrypt): CRLF->LF.
3512
3513 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3514
3515         * message.el (message-hierarchical-addresses): New variable.
3516         (message-get-reply-headers): Use it.
3517         From Ted Zlatanov <teodor.zlatanov@divine.com>
3518
3519 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3520
3521         * message.el (message-mode): If buffer-file-name, don't set auto
3522         save file name.
3523         Trivial change from Geoff Greene <ggreene@wpi.edu>
3524
3525 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3526
3527         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3528         takes one argument in read-char.
3529
3530         * message.el (message-fix-before-sending): Forward a char.
3531         Check mmu-multibyte-p, add control-1.
3532
3533 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3534
3535         * gnus-start.el (gnus-read-init-file): Ditto.
3536
3537         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3538
3539         * dgnushack.el (dgnushack-make-load): Ditto.
3540
3541         * mail-source.el (mail-source-fetch): Extract the right error
3542         code.
3543
3544         * message.el (message-fix-before-sending): Check illegible text.
3545
3546         * gnus-util.el (gnus-multiple-choice): New function.
3547
3548         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3549         also defined in gnus-score.el.
3550
3551 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3552
3553         * message.el (message-get-reply-headers): downcase email addresses
3554         for comaparisons for duplicate removal.
3555
3556 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3557
3558         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3559         implementation of PKCS#7, which just allows users read the
3560         message.
3561         (mm-view-pkcs7): Use it.
3562
3563 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3564
3565         * gnus.el (large-newsgroup-initial): New parameter.
3566
3567         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3568         (gnus-summary-insert-old-articles): Ditto.
3569
3570 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3571
3572         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3573         used as the default answer of the question, "How many articles?".
3574         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3575
3576         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3577         small numbers.
3578
3579 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3580
3581         * deuglify.el: Fix comments.
3582
3583 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3584
3585         * html2text.el (html2text-clean-anchor): If there is no HREF,
3586         insert nothing.
3587
3588         * mml.el (mml-generate-mime-1): Add cdr.
3589         From: andre@slamdunknetworks.com
3590
3591         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3592         (mm-text-html-washer-alist): Ditto.
3593
3594         * mm-decode.el (mm-text-html-renderer): Add html2text.
3595
3596         * html2text.el: Face lift.
3597
3598         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3599
3600 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3601
3602         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3603
3604         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3605
3606         * deuglify.el: New file. The original file name is
3607         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3608
3609         * mm-decode.el (mm-display-external): Use
3610         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3611
3612 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3613
3614         * nnmaildir.el (nnmaildir-request-list): Report the highest
3615         article number, not the total number of articles.
3616
3617 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3618
3619         * gnus-sum.el: Move uu key map here.
3620         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3621
3622 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3623
3624         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3625         nnmail-expiry-wait* if expire-age parameter is not set.
3626
3627 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3628
3629         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3630         function.
3631         (gnus-group-sort-selected-groups-by-real-name): New function.
3632         (gnus-group-make-menu-bar): Add sort by real name.
3633
3634         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3635         rebuild.
3636         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3637         nil as dependencies as well.
3638
3639 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3640
3641         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3642         for mime-parts.
3643
3644         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3645
3646         * gnus-group.el (gnus-group-name-decode): Don't test
3647         multibyte-string, because it breaks XEmacs.
3648         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3649
3650         * message.el (message-send-mail): Be talkative.
3651
3652         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3653         (mm-automatic-display): Ditto.
3654
3655         * mailcap.el (mailcap-mime-data): Ditto.
3656         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3657
3658 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3659
3660         * many files: Remove trailing whitespaces, replace spc+tab with
3661         tab, replace leading whitespaces with tabs.
3662
3663 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3664
3665         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3666         articles with no body and no blank line after the header.
3667
3668 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3669
3670         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3671         parts.
3672
3673         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3674         non-ascii chars.
3675
3676         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3677
3678         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3679         w3-delay-image-loads.
3680         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3681         (mm-w3-prepare-buffer): Ditto.
3682
3683         * mail-source.el (mail-source-fetch-directory): Run scripts.
3684
3685 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3688         for Majordomo confirmations.
3689
3690 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691
3692         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3693
3694 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3695
3696         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3697
3698 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3699
3700         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3701         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3702
3703 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3704
3705         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3706         (mm-inline-render-with-stdin): Ditto.
3707         (mm-inline-render-with-function): Ditto.
3708         (mm-inline-wash-with-file): Bind coding-system-for-write.
3709         (mm-inline-wash-with-stdin): Ditto.
3710
3711 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3712
3713         Suggested by Felix Natter <fnatter@gmx.net>
3714
3715         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3716         gnus-mime-externalize-view.
3717         (gnus-mime-view-part-internally): Rename from
3718         gnus-mime-internalize-view.
3719         (gnus-article-view-part-externally): Rename from
3720         gnus-article-externalize-part.
3721         (gnus-mime-action-alist): Change correspondingly.
3722         (gnus-mime-button-commands): Ditto.
3723         (gnus-mime-action-alist): Remove duplication.
3724
3725         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3726
3727 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3728
3729         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3730
3731         * gnus-art.el (gnus-display-mime): Use it.
3732
3733         * mm-partial.el (mm-partial-find-parts): Use it.
3734
3735         * gnus-sum.el (gnus-article-loose-mime): Rename from
3736         gnus-article-no-strict-mime.
3737         (gnus-summary-save-parts): Use it.
3738
3739 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3742         local variable.
3743
3744         * gnus-art.el (article-display-x-face): Don't sort multiple
3745         X-Faces.
3746
3747 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3750         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3751
3752         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3753
3754 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3755
3756         Some ideas is inspired by code from Hrvoje Niksic
3757         <hniksic@arsdigita.com>
3758
3759         * gnus-art.el (gnus-article-wash-function): Set the default to
3760         nil, so that we use mm-text-html-renderer instead.
3761         (article-wash-html): Use mm-text-html-renderer.
3762
3763         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3764         (mm-text-html-renderer): New variable.
3765         (mm-inline-text-html-renderer): Set the default to nil, so that we
3766         use mm-text-html-renderer instead.
3767
3768         * mm-view.el (mm-inline-text-html): New function.
3769         (mm-text-html-renderer-alist): New variable.
3770         (mm-inline-text-vcard): New function.
3771         (mm-inline-text): Split.
3772         (mm-links-remove-leading-blank): New function.
3773         (mm-inline-render-with-file): New function.
3774         (mm-inline-render-with-stdin): New function.
3775         (mm-inline-render-with-function): New function.
3776         (mm-text-html-washer-alist): New variable.
3777         (mm-inline-wash-with-file): New function.
3778         (mm-inline-wash-with-stdin): New function.
3779
3780 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3781
3782         * message-utils.el: Fix installation doc.
3783         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3784
3785 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3788         (gnus-post-method): Use it.
3789         (gnus-summary-cancel-article): Find the correct post-method.
3790
3791         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3792         * message.el (message-send-news): Ditto.
3793         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3794         <ipmonger@delamancha.org>
3795
3796         * gnus.el (gnus-select-method): Fix doc.
3797         (gnus-server-string): Use 'using nntp'.
3798
3799         * gnus-agent.el (gnus-slave-unplugged): New command.
3800         From: Felix Natter <fnatter@gmx.net>
3801
3802 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3803
3804         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3805         Call edit-done-function first, then change the window
3806         configuration.
3807         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3808         (gnus-article-edit-mode): mml-mode.
3809
3810         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3811         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3812
3813         * message-utils.el: Adopt the file.
3814
3815         * message-utils.el: New file.
3816         From Holger Schauer <Holger.Schauer@gmx.de>
3817
3818 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3819
3820         * gnus-sum.el (gnus-summary-move-article): Select-article only
3821         when gnus-move-split-methods is non-nil. And we don't render or
3822         mark the article.
3823
3824         * gnus-fun.el (gnus-shell-command-to-string): New function.
3825         (gnus-shell-command-on-region): New function.
3826         (gnus-random-x-face): Use them.
3827         (gnus-x-face-from-file): Ditto.
3828         (gnus-convert-image-to-gray-x-face): Ditto.
3829         (gnus-convert-gray-x-face-to-xpm): Ditto.
3830         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3831
3832 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * gnus-art.el (gnus-treat-display-xface): Don't use
3835         `shell-command-to-string' when compiling.
3836         (gnus-treat-display-grey-xface): Ditto.
3837
3838 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3839
3840         * nnmaildir.el (nnmaildir--article-count): If the group is
3841         completely empty, report minimum article number as 1 instead of 0.
3842
3843 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3844
3845         * gnus-agent.el (gnus-get-predicate): Use nconc.
3846
3847         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3848         gnus-summary-display-cache as cache.
3849
3850         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3851         (nndoc-mail-in-mail-type-p): New function.
3852         (nndoc-mail-in-mail-article-begin): New function.
3853
3854 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3855
3856         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3857
3858         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3859         use-hard-newlines to nil.
3860
3861         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3862         image is not available if window-system is not available.
3863
3864         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3865
3866 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3867
3868         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3869         bookmark, because update-mark doesn't handle it correctly.
3870
3871 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3872
3873         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3874         directly instead of calling message-send-mail.
3875
3876         * gnus-start.el (gnus-read-descriptions-file): Use
3877         gnus-default-charset.
3878
3879         * mm-util.el (mm-guess-mime-charset): New function.
3880
3881         * gnus.el (gnus-default-charset): Use it.
3882         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3883         the default.
3884
3885 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3886
3887         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3888         (article-display-x-face): Use it.  Disable grey xface, if
3889         uncompface is not found.
3890
3891         * message.el (message-mode): Don't enable multibyte on an indirect
3892         buffer.
3893
3894         * nnrss.el (nnrss-content-function): New variable.
3895         (nnrss-request-article): Use it.
3896
3897 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3898
3899         * gnus.el: Add article-unsplit-urls.
3900         * gnus-sum.el: Ditto.
3901         * gnus-art.el (gnus-treat-strip-cr): New variable.
3902         (gnus-treatment-function-alist): Use it.
3903         (article-unsplit-urls): New function.
3904         (gnus-article-make-menu-bar): Use it.
3905         From: Michael Cook <michael.cook@cisco.com>
3906
3907 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3908
3909         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3910         copy.
3911
3912 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3913
3914         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3915         with internal whitespace.
3916         (gnus-parent-id): Ditto.
3917
3918 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3919
3920         * gnus-art.el (gnus-article-treat-body-boundary): Add
3921         gnus-decoration property.
3922         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3923
3924         * message.el (message-mode): Set local-abbrev-table.
3925         From Matt Armstrong <matt@lickey.com>.
3926
3927         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
3928         too many spaces.
3929
3930         * rfc2047.el (rfc2047-unfold-region): Ditto.
3931         (rfc2047-decode-region): Don't unfold. Let
3932         gnus-article-treat-unfold-headers do it.
3933
3934         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
3935         From: Jesper Harder <harder@ifa.au.dk>
3936
3937 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
3940         (gnus-configure-posting-styles): Use it.
3941         (gnus-configure-posting-styles): Remove trailing newspaces.
3942
3943 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3944
3945         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
3946         is non-nil.
3947
3948         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
3949
3950         * gnus.el (gnus-server-to-method): Switch position with
3951         gnus-server-get-method.
3952         (gnus-agent): Add doc.
3953
3954         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
3955         (gnus-summary-save-parts): Use it.
3956
3957         * gnus-art.el (gnus-display-mime): Use it.
3958         * mm-partial.el (mm-partial-find-parts): Use it.
3959
3960         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
3961
3962         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
3963         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
3964
3965         * nnagent.el (nnagent-request-expire-articles): Don't delete
3966         files.
3967
3968 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3969
3970         * message.el (message-gen-unsubscribed-mft): New function.
3971         From Sriram Karra <karra@cs.utah.edu>.
3972
3973         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
3974         open parenthesis.
3975
3976         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
3977         (mm-inline-text-html-render-with-w3): Ditto.
3978         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
3979         Suggested by Dave Love  <d.love@dl.ac.uk>.
3980
3981         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
3982
3983         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
3984         * nntp.el (nntp-send-command): Ditto.
3985         * nntp.el (nntp-send-command-nodelete): Ditto.
3986
3987 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
3988
3989         * mm-url.el (mm-url-load-url): New function.
3990         (mm-url-insert-file-contents): Use it.
3991
3992         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
3993
3994         * message.el (message-forward-make-body): Correctly copy
3995         forward-buffer.
3996
3997         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
3998
3999 2002-02-04  Simon Josefsson  <jas@extundo.com>
4000
4001         * gnus-art.el (gnus-article-followup-with-original): Mark with
4002         force, prevent errors when following up from article buffer.
4003         (gnus-article-reply-with-original): Ditto.
4004
4005         * binhex.el (binhex-decoder-switches): Fix doc.  From
4006         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4007
4008 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4009
4010         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4011         highlight-citation after emphasize.
4012
4013 2002-02-04  Simon Josefsson  <jas@extundo.com>
4014
4015         * nnfolder.el (nnfolder-open-marks):
4016
4017         * nnml.el (nnml-open-marks): Message when done.  From David
4018         Edmondson <dme@sun.com>.
4019
4020 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4021
4022         * imap.el (imap-anonymous-auth): Fix typo.
4023         From: Steinar Bang <sb@dod.no>
4024
4025         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4026         save-excursion.
4027         (gnus-cache-braid-heads): Ditto.
4028
4029         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4030         line, because there are extra articles in the overview buffer.
4031
4032         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4033
4034         * message.el (message-forward-rmail-make-body): Directly use
4035         rmail-msg-restore-non-pruned-header to avoid calling
4036         vertical-motion.
4037
4038 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4039
4040         * gnus-cache.el (gnus-summary-insert-cached-articles):
4041         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4042
4043         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4044         gnus-newsgroups-unselected.
4045
4046         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4047         gnus-add-to-sorted-list.
4048
4049         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4050         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4051         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4052         (gnus-update-read-articles): UNREAD is sorted.
4053         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4054         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4055         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4056         (gnus-newsgroup-dormant): Require sorted.
4057
4058         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4059         directories.
4060         (gnus-dired-print): New function.
4061
4062         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4063         ps-despool.
4064
4065 2002-02-02  Simon Josefsson  <jas@extundo.com>
4066
4067         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4068
4069 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4070
4071         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4072         t. This makes gnus-agent customizable without putting
4073         gnus-agentize into .gnus.
4074
4075         * gnus.el (gnus-agent): Make it customizable.
4076
4077         * gnus-dired.el: New file.
4078         From Benjamin Rutt <brutt@bloomington.in.us>
4079
4080         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4081         if no article.
4082         (gnus-cache-possibly-remove-article): Ditto.
4083         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4084
4085 2002-02-01  Simon Josefsson  <jas@extundo.com>
4086
4087         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4088
4089 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4092         (mm-setup-w3m): Don't bind keys listed in the above.
4093
4094 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4097         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4098         is non-nil; bind `w3m-force-redisplay' with nil.
4099
4100         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4101
4102         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4103
4104 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4105
4106         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4107         use mail-header-unfold-field.
4108
4109         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4110         gnus-summary-limit.
4111
4112         * gnus-range.el (gnus-add-to-sorted-list): New function.
4113         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4114         (gnus-mark-article-as-unread): Ditto.
4115         (gnus-summary-mark-article-as-unread): Ditto.
4116         (gnus-build-get-header): Ditto.
4117         (gnus-summary-prepare-threads): Ditto.
4118         (gnus-summary-insert-pseudos): Ditto.
4119         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4120         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4121         (gnus-summary-insert-old-articles): Ditto.
4122
4123         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4124         (gnus-configure-posting-styles): Support the new format.
4125
4126         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4127         edebug-form-spec to (sexp body).
4128         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4129
4130         * message.el (message-reply-headers): Add doc.
4131
4132 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4133
4134         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4135         gnus-cache-active-hashtb.
4136
4137         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4138         (gnus-agent-summary-fetch-group): Use it.
4139
4140         * gnus-msg.el (gnus-debug-files): New variable.
4141         (gnus-debug-exclude-variables): New variable.
4142         (gnus-debug): Use them.
4143
4144         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4145
4146 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4147
4148         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4149         (message-mode-syntax-table): Move back the previous position.
4150
4151         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4152
4153         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4154         gnus-sorted-difference.
4155
4156         * nnsoup.el (nnsoup-request-expire-articles): Use
4157         gnus-sorted-difference.
4158
4159         * nnheader.el: Autoload gnus-sorted-difference.
4160
4161         * nnfolder.el (nnfolder-request-expire-articles): Use
4162         gnus-sorted-difference.
4163
4164         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4165         gnus-sorted-difference.
4166
4167         * gnus-range.el: Autoload cookies.
4168         (gnus-sorted-difference): New function.
4169         (gnus-sorted-ndifference): New function.
4170         (gnus-sorted-nintersection): Rename from
4171         gnus-set-sorted-intersection.
4172         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4173         (gnus-list-range-difference): Rename from
4174         gnus-inverse-list-range-intersection.
4175         (gnus-inverse-list-range-intersection): Use defalias.
4176
4177         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4178         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4179         (gnus-articles-to-read): Use gnus-sorted-difference.
4180         (gnus-summary-limit-mark-excluded-as-read): Use
4181         gnus-sorted-intersection and gnus-sorted-ndifference.
4182         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4183         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4184
4185         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4186
4187 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4190         property to the buffer for using emacs-w3m command keys.
4191
4192         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4193         option.
4194
4195         * mm-view.el (mm-w3m-mode-map): New variable.
4196         (mm-w3m-mode-command-alist): New variable.
4197         (mm-w3m-minor-mode): Removed.
4198         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4199         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4200         buffer for using emacs-w3m command keys.
4201
4202 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4203
4204         * message.el (message-mode-syntax-table): Move forward.
4205         (message-cite-prefix-regexp): Auto detect non word constituents.
4206         (message-cite-prefix-regexp): Don't use with-syntax-table.
4207
4208         * gnus-sum.el (gnus-summary-update-info): Use
4209         gnus-list-range-intersection.
4210
4211         * gnus-agent.el (gnus-agent-fetch-headers): Use
4212         gnus-list-range-intersection.
4213
4214         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4215         (gnus-list-range-intersection): Use it.
4216         (gnus-inverse-list-range-intersection): Ditto.
4217         (gnus-sorted-intersection): Add doc.
4218         (gnus-set-sorted-intersection): Add doc.
4219         (gnus-sorted-union): New function.
4220         (gnus-set-sorted-union): New function.
4221
4222         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4223         (gnus-inverse-list-range-intersection): Ditto.
4224
4225 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4226
4227         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4228
4229         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4230         and permit `:' and `\' in order to handle full Windows pathnames.
4231         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4232         technically not correct per standard, but seems to have common use.
4233
4234 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4235
4236         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4237         replacing numbers.
4238
4239 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4240
4241         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4242
4243         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4244         Don't split when the window is small, e.g. when a small *BBDB*
4245         window is the lowest one.
4246
4247         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4248         nnheader-find-nov-line to speed up. Use nreverse, because it is
4249         sorted. Use nnheader-insert-nov-file.
4250
4251 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4252
4253         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4254
4255         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4256         of `w3m-display-inline-images' with the value of
4257         `mm-inline-text-html-with-images'.
4258         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4259
4260         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4261
4262 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4263
4264         * time-date.el: Add autoload cookies.  Many doc fixes.
4265         (time-add): New function.
4266         (time-subtract): Renamed from subtract-time.
4267         (subtract-time): New alias for time-subtract.
4268
4269 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4272         emacs-w3m in doc-string.
4273
4274         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4275         `w3m-current-buffer'.
4276
4277 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4278
4279         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4280
4281         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4282         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4283         (mm-w3m-cid-retrieve): New function.
4284         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4285
4286 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4287
4288         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4289
4290 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291
4292         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4293
4294 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4295
4296         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4297         32K.
4298
4299         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4300
4301         * nnmail.el (nnmail-article-group): Decode headers before running
4302         split rules over them.
4303         (nnmail-mail-splitting-charset): New variable.
4304
4305         * smiley.el: Replaced with smiley-ems.el.
4306
4307 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4308
4309         * mm-url.el (mm-url-predefined-programs): Add w3m.
4310         (mm-url-program): Ditto.
4311
4312 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313
4314         * nnml.el (nnml-use-compressed-files): New variable.
4315         (nnml-filenames-are-evil): Removed.
4316         (nnml-current-group-article-to-file-alist): Don't use.
4317         (nnml-update-file-alist): Inhibit.
4318         (nnml-article-to-file): Use new var.
4319
4320 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4321
4322         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4323
4324         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4325
4326 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4327
4328         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4329         function.
4330
4331         * gnus-util.el (gnus-cache-file-contents): New function.
4332
4333         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4334         (gnus-agent-load-alist): Use it.
4335
4336         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4337
4338         * nnheader.el (nnheader-insert-nov-file): New function.
4339
4340         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4341
4342         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4343         there are no references.
4344         (gnus-extract-message-id-from-in-reply-to): New function.
4345         (gnus-nov-parse-line): Use in-reply-to if there are no
4346         references.
4347
4348 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349
4350         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4351
4352         * gnus-util.el (gnus-parse-without-error): New macro.
4353
4354 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4355
4356         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4357         (gnus-article-wash-function): use locate-library to decide which
4358         to use.
4359
4360 2002-01-25  Simon Josefsson  <jas@extundo.com>
4361
4362         * pop3.el (pop3-munge-message-separator): Work if no date.
4363         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4364
4365 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4366
4367         * gnus-agent.el (gnus-agent-save-alist): Fix.
4368
4369         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4370         mistake.  Reinstated lost code.
4371
4372 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4373
4374         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4375         one exists in the case of an encrypted message with an internal
4376         signature.
4377
4378 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379
4380         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4381
4382 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * dgnushack.el: Commented out the experimental code.
4385
4386 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4387
4388         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4389         error.
4390
4391         * gnus.el (gnus-server-to-method): Made into subst.
4392         (gnus-server-method-cache): New variable.
4393         (gnus-server-to-method): Use it.
4394         (gnus-group-method-cache): New variable.
4395         (gnus-find-method-for-group-1): Renamed.
4396         (gnus-find-method-for-group): New function.
4397         (gnus-group-method-cache): Removed.
4398
4399         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4400         function.
4401
4402         * gnus-range.el (gnus-members-of-range): New function.
4403         (gnus-list-range-intersection): Renamed.
4404         (gnus-inverse-list-range-intersection): New function.
4405
4406         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4407
4408         * nnagent.el (nnagent-retrieve-headers): New implementation.
4409
4410         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4411         implementation.
4412
4413 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4416         `w3m-meta-content-type-charset-regexp'.
4417
4418         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4419         charset-encoded html contents.
4420
4421 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4422
4423         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4424         an empty file.
4425
4426         * nnweb.el (url): Ignore errors when request url.
4427
4428         * nnrss.el: Clean up the comments.
4429
4430 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4433
4434         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4435         (mm-inline-media-tests): Test whether the value of
4436         `mm-inline-text-html-renderer' is a function for text/html.
4437
4438         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4439         separated from `mm-inline-text'.
4440         (mm-w3m-minor-mode): New variable.
4441         (mm-w3m-setup): New variable.
4442         (mm-setup-w3m): New function.
4443         (mm-inline-text-html-render-with-w3m): New function.
4444         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4445         text/html.
4446
4447 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4448
4449         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4450
4451 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4452
4453         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4454         and `gnus-xmas-completing-read'.
4455
4456 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4457
4458         * nneething.el (nneething-message-id-number): Abolished.
4459         (nneething-encode-file-name): Not encode numerical characters.
4460         (nneething-make-head): `nneething-message-id-number' is not
4461         used to generate message IDs.
4462
4463 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464
4465         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4466         characters.
4467
4468 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4471         (gnus-xmas-redefine): Redefine conditionally.
4472
4473 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4474
4475         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4476         tag.
4477
4478 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4479
4480         * message.el (message-font-lock-keywords): Added the secure tag.
4481         * mml-sec.el: Added functions to generate/modify/remove the secure
4482         tag while in message mode.
4483         * mml-sec.el (mml-secure-message): New.
4484         * mml-sec.el (mml-unsecure-message): New.
4485         * mml-sec.el (mml-secure-message-sign-smime): New.
4486         * mml-sec.el (mml-secure-message-sign-pgp): New.
4487         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4488         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4489         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4490         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4491         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4492         convert it to either a part or multipart depending on if there are
4493         other parts in the message.
4494         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4495         to use the secure tag, rather than the part tag.
4496         * mml.el (mml-preview): Added a save-excursion to keep cursor
4497         position after doing an MML preview.
4498
4499 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4500
4501         * nnheader.el (nnheader-parse-overview-file): New function.
4502         (nnheader-write-overview-file): New function.
4503
4504 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4505
4506         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4507         in wanted.
4508
4509         * nnweb.el (nnweb-type-definition): Clean up.
4510
4511 2002-01-21  Alastair Burt  <burt@dfki.de>
4512         Trivial patch.
4513
4514         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4515         buffer exists before jumping to it.
4516
4517 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518
4519         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4520         function.
4521         (article-wash-html): Use it.
4522         (gnus-article-wash-function): New variable.
4523         (gnus-article-wash-html-with-w3m): New function.
4524
4525 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4526
4527         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4528         XEmacs.
4529
4530 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4531
4532         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4533         command line.
4534
4535 2002-01-21  Simon Josefsson  <jas@extundo.com>
4536
4537         * canlock.el (base64-encode-string): Autoload it from base64.
4538         (canlock-make-cancel-key): Base64 encode unibyte string.
4539
4540 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * nnfolder.el (nnfolder-request-accept-article): Unfold
4543         x-from-line.
4544         (nnfolder-request-replace-article): Ditto.
4545
4546 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4547
4548         * gnus-group.el (gnus-group-best-unread-group): Use the right
4549         positioning function.
4550
4551 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4552
4553         * smiley-ems.el (smiley-region): Use new function.
4554         (smiley-update-cache): Use general image functions.
4555         (smiley-region): Use general functions.
4556
4557         * gnus-util.el (gnus-graphic-display-p): New function.
4558
4559         * nnmail.el (nnmail-article-group): Allow outputting traces of
4560         non-strings.
4561
4562         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4563         (nndoc-exim-bounce-type-p): New function.
4564
4565         * message.el (message-dont-send): Doc fix.
4566
4567         * gnus-util.el (gnus-completing-read): Remove
4568         inherit-input-method.
4569
4570         * gnus-art.el (gnus-treat-smiley): Doc fix.
4571
4572         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4573         articles.
4574
4575 2002-01-19  Simon Josefsson  <jas@extundo.com>
4576
4577         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4578         (imap-kerberos4-open): Ditto.
4579         (imap-open): Set port correctly, don't set auth.
4580
4581 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * gnus.el (gnus-version-number): Bump version number.
4584
4585 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4586
4587         * gnus.el: Oort Gnus v0.05 is released.
4588
4589 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4590
4591         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4592         exists.
4593
4594         * gnus-spec.el (gnus-string-width-function): New function.
4595         (gnus-tilde-cut-form): Use it.
4596         (gnus-tilde-max-form): Ditto.
4597         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4598         (gnus-substring-function): Use it.
4599         (gnus-tilde-cut-form): Ditto.
4600         (gnus-substring-function): New function.
4601
4602         * message.el (message-check-news-header-syntax): New message.
4603
4604         * gnus.el (gnus-slave-no-server): Doc fix.
4605
4606         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4607
4608 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4611         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4612         (seen (NUM1 . NUM2)).
4613
4614 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615
4616         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4617         number in closed topics.
4618
4619 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4620
4621         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4622         functions.
4623
4624 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625
4626         * gnus.el (gnus-group-find-parameter): Clean up.
4627
4628         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4629         articles.
4630
4631         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4632
4633         * nnmail.el (nnmail-article-group): Clean up.
4634
4635 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4636
4637         * gnus-agent.el (gnus-category-name): Intern the category name.
4638
4639 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4640
4641         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4642
4643         * gnus-util.el (gnus-completing-read): New function.
4644
4645 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4646
4647         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4648
4649         * smiley-ems.el (smiley-region): Register smiley.
4650         (smiley-toggle-buffer): Rewrite the function.
4651         (smiley-active): Removed.
4652
4653 2002-01-19  Simon Josefsson  <jas@extundo.com>
4654
4655         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4656         Jesper Harder <harder@ifa.au.dk>.
4657
4658 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4659
4660         * gnus-art.el (gnus-request-article-this-buffer): Call
4661         `nneething-get-file-name' to extract the file name from the
4662         message id.
4663
4664         * nneething.el (nneething-encode-file-name): New function.
4665         (nneething-decode-file-name): Ditto.
4666         (nneething-get-file-name): Ditto.
4667         (nneething-make-head): Encode the file name and encapsulate it
4668         into the field of the message id.
4669
4670 2002-01-18  Simon Josefsson  <jas@extundo.com>
4671
4672         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4673         stored in .marks.
4674
4675         * nnfolder.el (nnfolder-request-update-info): Ditto.
4676
4677 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4678
4679         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4680
4681 2002-01-18  Simon Josefsson  <jas@extundo.com>
4682
4683         * imap.el (imap-starttls-p): Don't check for binary.
4684         (imap-gssapi-auth-p): Ditto.
4685         (imap-kerberos4-auth-p): Ditto.
4686         (imap-open): Change logic.  Iterate through all possible streams,
4687         instead of bailing out after first failure.  Move authenticator
4688         decision to `imap-authenticate'.
4689         (imap-authenticate): Change logic, now finds the authenticator to
4690         use, was previously in `imap-open'.
4691         (imap-open): Return nil on failure.
4692         (imap-open): Setup temp buffer correctly.
4693         (imap-open): Return buffer only on success.
4694         (imap-interactive-login, imap-interactive-login): Tell the user
4695         which stream/authenticator is used for the queried
4696         username/password.
4697         (imap-open, imap-authenticate): Set variables.
4698         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4699         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4700
4701 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702
4703         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4704
4705 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4708
4709 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4710
4711         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4712         (gnus-agent-group-mode-map): Bind it to "Jo".
4713         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4714
4715 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4716
4717         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4718         (gnus-summary-mail-toolbar): Add mail article deletion button.
4719
4720         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4721         false positives for lines of "^^^^".
4722
4723         * gnus-picon.el (gnus-picon-find-face): faces database is all
4724         lowercase.
4725
4726 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4727
4728         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4729         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4730         duplications.
4731         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4732
4733 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4734
4735         * gnus-sum.el (gnus-summary-initial-limit): Inline
4736         gnus-summary-limit-children.
4737         (gnus-summary-initial-limit): Don't limit if
4738         gnus-newsgroup-display is nil.
4739         (gnus-summary-initial-limit): No, don't.
4740
4741         * gnus-util.el
4742         (gnus-put-text-property-excluding-characters-with-faces): Inline
4743         gnus-put-text-property.
4744
4745         * gnus-spec.el (gnus-default-format-specs): New variable.
4746
4747         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4748         gnus-format-specs.
4749         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4750
4751         * gnus-spec.el (gnus-update-format-specifications): Really check
4752         the Gnus version of the .newsrc.eld file.
4753         (gnus-format-specs): Save the new default summary format.
4754
4755         * gnus-util.el (gnus-parent-id): Check whether references is empty
4756         before splitting.
4757
4758         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4759         functions.
4760         (gnus-gather-threads-by-references): Inline
4761         `gnus-split-references'.
4762
4763         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4764         default value of gnus-summary-line-format-spec.
4765
4766 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4767
4768         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4769         message.
4770         (nnslashdot-request-list): Ditto.
4771         (nnslashdot-sid-strip): Removed.
4772
4773 2002-01-15  Simon Josefsson  <jas@extundo.com>
4774
4775         * nnimap.el (nnimap-close-asynchronous): Enable.
4776         (nnimap-close-group): Expunge.
4777
4778 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4779
4780         * gnus-util.el (gnus-user-date-format-alist): Typo.
4781         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4782
4783 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4784
4785         * nneething.el (nneething-request-article): Set
4786         `nnmail-file-coding-system' to `binary' locally, in order to read
4787         files without any conversion.
4788
4789 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4790
4791         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4792         nnheader-file-coding-system and nnmail-active-file-coding-system.
4793         (gnus-agent-regenerate-group): Ditto.
4794         (gnus-agent-regenerate): Ditto.
4795         (gnus-agent-write-active): Ditto.
4796         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4797
4798 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4799
4800         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4801         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4802
4803 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4804
4805         * gnus.el: We don't need gnus-article-show-all-headers.
4806
4807         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4808         Ditto.
4809
4810         * gnus-sum.el (gnus-summary-select-article): Don't call
4811         show-all-headers, because hidden headers are not hidden text any
4812         more.
4813
4814 2002-01-13  Simon Josefsson  <jas@extundo.com>
4815
4816         * message.el (message-newline-and-reformat): Use `newline' instead
4817         of inserting \n, so that the newline is marked as hard.
4818
4819         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4820         From Jesper Harder <harder@ifa.au.dk>.
4821
4822 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4823
4824         * imap.el (imap-close): Keep going if quit.
4825
4826         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4827         nntp-server-buffer.
4828
4829 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4830
4831         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4832         avoid unbinding shadowed variables.
4833
4834         * gnus-art.el (gnus-picon-databases): Moved here.
4835         (gnus-picons-installed-p): Moved here.
4836         (gnus-article-reply-with-original): Use `mark'.
4837
4838         * gnus.el (gnus-picon): Moved here and renamed.
4839
4840         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4841         installed.
4842         (gnus-treat-mail-picon): Ditto.
4843         (gnus-treat-newsgroups-picon): Ditto.
4844
4845         * gnus-picon.el (gnus-picons-installed-p): New function.
4846
4847 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4848
4849         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4850
4851 2002-01-12  Simon Josefsson  <jas@extundo.com>
4852
4853         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4854         (nnimap-before-find-minmax-bugworkaround): Use it.
4855         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4856         (nnimap-dont-close): New variable.
4857         (nnimap-close-group): Use it.
4858
4859 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * gnus-art.el (gnus-article-reply-with-original): Use
4862         `mark-active'.
4863
4864         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4865
4866         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4867         (gnus-score-advanced): Clean up.
4868         (gnus-score-advanced): Accept a multiple of the score.
4869
4870 2002-01-12  Simon Josefsson  <jas@extundo.com>
4871
4872         * flow-fill.el (fill-flowed-display-column)
4873         (fill-flowed-encode-columnq): New variables.  Suggested by
4874         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4875         (fill-flowed-encode, fill-flowed): Use them.
4876
4877         * message.el (message-send-news, message-send-mail): Use
4878         m-b-s-n-p-e-h-n.
4879
4880         * mml.el (autoload): Autoload fill-flowed-encode.
4881         (mml-buffer-substring-no-properties-except-hard-newlines): New
4882         function.
4883         (mml-read-part): Use it.
4884         (mml-generate-mime-1): Encode format=flowed if appropriate.
4885         (mml-insert-mime-headers): Insert format=flowed.
4886
4887         * flow-fill.el (fill-flowed-encode): New function.
4888         (fill-flowed): Bind fill-column to window width.
4889
4890 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4893         it exists.
4894         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4895         (gnus-summary-buffer-name): Don't return the dead name after all.
4896         (gnus-summary-setup-buffer): Kill the dead buffer.
4897
4898         * gnus-art.el (gnus-article-followup-with-original): Store the
4899         value of the mark before deactivating it.
4900
4901 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4902
4903         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4904         From: Karl Kleinpaste <karl@charcoal.com>
4905
4906         * gnus-art.el (article-display-x-face): Ditto.
4907         (gnus-article-reply-with-original): Use gnus-region-active-p.
4908         (gnus-article-followup-with-original): Ditto.
4909
4910         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4911         downloadable article either.
4912
4913 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4914
4915         * gnus-art.el (article-display-x-face): Insert From:.
4916
4917         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4918         article. Bind gnus-display-mime-function and
4919         gnus-article-prepare-hook.
4920
4921         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4922         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4923         gnus-agent-possibly-synchronize-flags to the last.
4924         (gnus-agent-go-online): New function. New variable.
4925
4926 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4927
4928         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
4929         (gnus-agent-regenerate): Ditto.
4930
4931 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4932
4933         * message.el (message-ignored-news-headers)
4934         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
4935         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
4936
4937         * gnus.el (gnus-gethash-safe): New macro.
4938
4939         * gnus-agent.el (gnus-agent-regenerate-history): New function.
4940         (gnus-agent-regenerate): Show messages.
4941
4942 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4943
4944         * gnus-agent.el (gnus-agent-regenerate-group): New function.
4945         (gnus-agent-regenerate): New function.
4946         (gnus-agent-save-alist): Sort.
4947         (gnus-agent-copy-nov-line): Test eobp.
4948         (gnus-agent-retrieve-headers): Erase buffer.
4949
4950 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4951
4952         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
4953         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
4954
4955         * gnus.el (gnus-agent-covered-methods): Move here.
4956         (gnus-online): New function.
4957         (gnus-agent-method-p): Move here.
4958
4959         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
4960         nil. Remove articles-alist.
4961
4962         * gnus-start.el (gnus-get-unread-articles): Check online.
4963         (gnus-groups-to-gnus-format): Ditto.
4964         (gnus-active-to-gnus-format): Ditto.
4965
4966         * gnus-agent.el (gnus-agent-get-function): Use it.
4967         (gnus-agent-get-undownloaded-list): Ditto.
4968         (gnus-agent-fetch-session): Only fetch online methods.
4969
4970         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
4971         (gnus-server-mode-map): Ditto.
4972         (gnus-server-offline-face): New face.
4973         (gnus-server-offline-face): New variable.
4974         (gnus-server-font-lock-keywords): Add offline.
4975         (gnus-server-insert-server-line): Ditto.
4976         (gnus-server-offline-server): New function.
4977
4978         * gnus-int.el (gnus-open-server): Turn to offline.
4979         (gnus-server-unopen-status): New variable.
4980
4981 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4982
4983         * nnkiboze.el (nnkiboze-request-article): Use
4984         gnus-agent-request-article.
4985
4986         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
4987         function. Insert undownloaded NOV.
4988
4989         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
4990         (gnus-agent-request-article): New function.
4991
4992         * gnus.el (gnus-agent-cache): New variable.
4993
4994         * gnus-int.el (gnus-retrieve-headers): Use
4995         gnus-agent-retrieve-headers.
4996         (gnus-request-head): Use gnus-agent-request-article.
4997         (gnus-request-body): Ditto.
4998
4999         * gnus-art.el (gnus-request-article-this-buffer): Use
5000         gnus-agent-request-article.
5001
5002         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5003         article if it is undownloaded.
5004
5005 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5008
5009 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * canlock.el (canlock-string-as-unibyte): New macro.
5012         (canlock-sha1-with-openssl): Return a unibyte string.
5013         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5014
5015 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5016
5017         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5018
5019 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5020
5021         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5022         application/x-emacs-lisp.
5023
5024         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5025
5026         * nntp.el (nntp-request-article): Add group parameter.
5027         (nntp-request-head): Ditto.
5028         (nntp-find-group-and-number): Add parameter group. Figure out
5029         number if the status line doesn't give (e.g. quimby.gnus.org).
5030
5031 2002-01-08  Simon Josefsson  <jas@extundo.com>
5032
5033         * mml.el (mml-generate-mime-1): Set recipient correctly.
5034
5035 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5036
5037         * message.el (message-read-from-minibuffer): Add parameter
5038         initial-contents.
5039         * gnus-msg.el (gnus-summary-resend-message): Use it.
5040
5041         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5042         behavior of quit-config.
5043
5044         * message.el (message-make-from): Don't quote fullname.
5045         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5046
5047         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5048         From: <andre@slamdunknetworks.com>
5049
5050 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5051
5052         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5053
5054         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5055
5056         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5057         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5058         because bbdb may use it.
5059
5060 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5061
5062         * nneething.el (nneething-request-article): When a non-text file
5063         is converted to an article, its data is encoded in base64.  Call
5064         `nneething-make-head' with options to specify MIME types.
5065         (nneething-make-head): Add optional arguments to specify MIME
5066         types.
5067
5068 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5069
5070         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5071         header if there is not.
5072
5073         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5074
5075         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5076         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5077         (gnus-inews-do-gcc): Use them.
5078
5079         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5080         gnus-newsgroup-unselected.
5081
5082 2002-01-06  Simon Josefsson  <jas@extundo.com>
5083
5084         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5085         condition-case, not ignore-errors.
5086
5087 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5088
5089         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5090         gnus-fetch-old-headers.
5091
5092         * gnus-art.el (article-display-x-face): Use the current buffer
5093         unless `W f'. Otherwise, X-Face may be shown in the header of a
5094         forwarded part.
5095         (gnus-treatment-function-alist): Treat xface before hiding
5096         headers.
5097
5098 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5101         parameters.
5102
5103 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5104
5105         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5106         (mm-guess-charset): New function.
5107         (mm-charset-after): Use it.
5108         (mm-detect-coding-region): New function.
5109         (mm-detect-mime-charset-region): New function.
5110
5111         * gnus-sum.el (gnus-summary-show-article): Use
5112         mm-detect-coding-region.
5113
5114 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115
5116         * message.el (message-make-fqdn): Be less violent.
5117
5118         * gnus.el (gnus-logo-color-style): Compute custom form
5119         automatically.
5120
5121         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5122         score file of the parent to the document group.
5123
5124         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5125         parameters parameter.
5126
5127         * gnus-score.el (gnus-score-load-file): Clean up.
5128
5129 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5130
5131         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5132         From: Damien Wyart <damien.wyart@free.fr>
5133
5134         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5135
5136 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5137
5138         * gnus-sum.el (gnus-select-group-hook): Typo.
5139
5140         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5141         is no quoted-printable-encoded STRING.
5142         From: Jesper Harder <harder@ifa.au.dk>
5143
5144         (rfc2047-decode-string): Decode it.
5145
5146 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5149
5150 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5151         Trivial patch.
5152
5153         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5154         buffer to get rid of junk line.
5155
5156 2002-01-05  Simon Josefsson  <jas@extundo.com>
5157
5158         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5159         C-o.
5160         (message-mode-map): Bind message-insert-or-toggle-importance to
5161         C-c C-u.
5162         (message-mode-map): Bind message-disposition-notification-to to
5163         C-c M-n.
5164         (message-mode-menu): Add m-d-n-t.
5165         (message-mode-field-menu): Add m-goto-from.
5166         (message-mode): Doc fix.
5167         (message-goto-from): New function.
5168         (message-insert-disposition-notification-to): New function.
5169         (message-tool-bar-map): Add receipt button.
5170
5171 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * gnus-sum.el (gnus-thread-latest-date): New function.
5174         (gnus-thread-sort-by-most-recent-number): Renamed.
5175         (gnus-thread-sort-functions): Doc fix.
5176         (gnus-select-group-hook): Don't use setq on a hook.
5177         (gnus-thread-latest-date): Use date, not number
5178
5179         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5180         (gnus-agent-expire): Allow regexp of expire-days.
5181
5182         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5183         region.
5184         (gnus-article-followup-with-original): Ditto.
5185
5186         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5187
5188         * gnus-art.el (gnus-mime-display-alternative): Use
5189         gnus-local-map-property.
5190         (gnus-mime-display-alternative): Ditto.
5191         (gnus-insert-mime-security-button): Ditto.
5192         (gnus-insert-next-page-button): Ditto.
5193         (gnus-button-prev-page): Take optional args.
5194         (gnus-insert-prev-page-button): widget-convert.
5195
5196         * gnus-util.el (gnus-local-map-property): New function.
5197
5198         * gnus-art.el (gnus-prev-page-map): Use parent map.
5199         (gnus-next-page-map): Ditto.
5200
5201         * gnus-spec.el (gnus-parse-format): Clean up.
5202         (gnus-parse-format): Do complex formatting for %=.
5203
5204         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5205         "X-Face: " to the data in the built-in scenario.
5206
5207         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5208         (gnus-correct-pad-form): Renamed.
5209         (gnus-tilde-max-form): Clean up.
5210         (gnus-pad-form): Use gnus-use-correct-string-widths.
5211
5212         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5213         support if that is available.
5214
5215         * gnus-sum.el (gnus-thread-highest-number): New function.
5216         (gnus-thread-sort-by-most-recent-thread): New function.
5217         (gnus-thread-sort-functions): Doc fix.
5218
5219 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5220
5221         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5222         all cases.
5223         (gnus-summary-mode): Enable it in all cases.
5224         (gnus-summary-display-article): Ditto.
5225         (gnus-summary-edit-article): Ditto.
5226
5227         * gnus-ems.el (gnus-put-image): Really return glyph.
5228
5229         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5230         (gnus-treat-smiley): Don't take "P" in the interactive form.
5231
5232 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5233
5234         * compface.el (uncompface): XEmacs and Emacs have differing
5235         capabilities.
5236
5237         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5238
5239         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5240         (gnus-article-xface-ring-size): Removed.
5241         (gnus-article-display-xface): Removed.
5242         (gnus-remove-image): Cleaned up.
5243
5244         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5245         (gnus-xmas-create-image): Take pbm files.
5246         (gnus-x-face): Removed.
5247         (gnus-xmas-article-display-xface): Removed.
5248
5249         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5250         default-enable-multibyte-characters.
5251
5252         * compface.el (uncompface): Doc fix.
5253
5254         * gnus-art.el (gnus-article-x-face-command): Use
5255         gnus-display-x-face-in-from.
5256
5257         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5258
5259         * gnus-ems.el (gnus-put-image): Return the image.
5260
5261         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5262         (gnus-x-face): Moved here.
5263
5264 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5265
5266         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5267         invisible if string is nil.
5268         (gnus-xmas-article-display-xface): Use it.
5269
5270         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5271         property when string is nil.
5272         (gnus-article-display-xface): Use it.
5273
5274 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * gnus-art.el (article-display-x-face): Check whether valid grey
5277         face was returned.
5278         (article-display-x-face): Place image in the right spot.
5279
5280         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5281         stderr.
5282         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5283
5284 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5285
5286         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5287         parameters.
5288         (gnus-xmas-put-image): Allow non-strings to be passed.
5289
5290         * gnus-art.el (article-display-x-face): Use optional parameters.
5291
5292         * gnus-ems.el (gnus-create-image): Take optional parameters.
5293
5294         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5295
5296         * compface.el (compface-xbm-p): Removed.
5297
5298         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5299         (gnus-article-display-xface): Use compface.
5300
5301         * compface.el: New file.
5302
5303         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5304         (gnus-convert-image-to-x-face-command): Ditto.
5305         (gnus-random-x-face): Quote argument.
5306         (gnus-x-face-from-file): Ditto.
5307
5308 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5309
5310         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5311         the expire-group parameter once per article rather than once
5312         per group; bind `nnmaildir-article-file-name' and `article'
5313         for convenience.  Leave article alone when expire-group
5314         specifies the current group.
5315         (nnmaildir--update-nov): be more concurrency-friendly with
5316         temp file names.
5317
5318 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5319
5320         * gnus-start.el (gnus-read-init-file): Cleaned up.
5321
5322 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5323
5324         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5325         (gnus-read-init-file): Don't use it.
5326
5327 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5328
5329         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5330
5331 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5332
5333         * gnus-start.el (gnus-read-init-file): Don't force coding system
5334         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5335
5336 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5337
5338         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5339         * nnspool.el (nnspool-request-post): Ditto.
5340
5341         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5342         (mm-find-mime-charset-region): Use it.
5343
5344 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5345
5346         * gnus.el (gnus-summary-line-format): Added :link.
5347         * gnus-topic.el (gnus-topic-line-format): Ditto.
5348         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5349         * gnus-srvr.el (gnus-server-line-format): Ditto.
5350         * gnus-group.el (gnus-group-line-format): Ditto.
5351
5352         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5353         :keys, it works on both Emacsen.
5354
5355 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5358
5359 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5360
5361         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5362
5363 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5364
5365         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5366         very wide reply.
5367
5368 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5369
5370         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5371         (gnus-picon-cache): New variable.
5372         (gnus-picon-transform-newsgroups): Cache stuff.
5373
5374         * gnus-art.el (gnus-article-reply-with-original): New command.
5375         (gnus-article-followup-with-original): New command.
5376
5377         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5378         END parameters.
5379         (gnus-summary-followup): Take a list of list of articles.
5380         (gnus-inews-yank-articles): Allow lists of article/regions.
5381
5382         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5383         longer the usual commands.
5384
5385         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5386         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5387         shell-command-on-region.
5388
5389 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5390
5391         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5392           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5393
5394 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5395
5396         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5397         understand ':keys', wrap it in an featurep 'xemacs.
5398
5399 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5400
5401         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5402         order of headers (Actually, it is called in a reversed order). Add
5403         'gnus-image-text-deletable property.
5404         (gnus-remove-image): Remove text with such a property.
5405
5406         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5407         gnus-put-image.
5408
5409         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5410         with ", "
5411
5412 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5413
5414         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5415
5416         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5417         (article-display-x-face): Display grey X-Faces.
5418
5419         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5420         (gnus-convert-gray-x-face-to-ppm): Ditto.
5421         (gnus-convert-image-to-gray-x-face): Ditto.
5422
5423         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5424         gnus-summary-show-raw-article.
5425
5426 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5427
5428         Display picons in XEmacs without showing text.
5429
5430         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5431         mm-create-image-xemacs to create xbm glyph, because it deletes
5432         temporary files.
5433         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5434         (gnus-xmas-remove-image): Make text visible, remove glyph.
5435
5436         * gnus-picon.el (gnus-picon-transform-newsgroups)
5437         (gnus-picon-transform-address): Insert spec backward, due to the
5438         incompatibility of gnus-xmas-put-image.
5439
5440 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5441
5442         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5443
5444 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5445
5446         * gnus.el: Doc fix.
5447
5448         * gnus-art.el: Doc fix.
5449
5450         * gnus-agent.el: Doc fix.
5451
5452 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5453
5454         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5455
5456 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5457
5458         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5459         NOV data out of the message again if nnmail-extra-headers has
5460         changed.
5461
5462 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5463
5464         * gnus-fun.el: New file.
5465         (gnus-convert-image-to-x-face-command): New variable.
5466         (gnus-insert-x-face): New function.
5467         (gnus-random-x-face): Renamed.
5468         (gnus-x-face-from-file): Renamed.
5469
5470         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5471         "_".
5472         (gnus-body-boundary-delimiter): Typo fix.
5473
5474 2002-01-02  Simon Josefsson  <jas@extundo.com>
5475
5476         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5477         (gnus-body-boundary-delimiter): Fix type.
5478
5479 2002-01-01  Simon Josefsson  <jas@extundo.com>
5480
5481         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5482         (gnus-treat-emphasize, gnus-treat-strip-cr)
5483         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5484         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5485         (gnus-treat-fill-article, gnus-treat-hide-citation)
5486         (gnus-treat-hide-citation-maybe)
5487         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5488         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5489         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5490         (gnus-treat-date-ut, gnus-treat-date-local)
5491         (gnus-treat-date-english, gnus-treat-date-lapsed)
5492         (gnus-treat-date-original, gnus-treat-date-iso8601)
5493         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5494         (gnus-treat-strip-trailing-blank-lines)
5495         (gnus-treat-strip-leading-blank-lines)
5496         (gnus-treat-strip-multiple-blank-lines)
5497         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5498         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5499         (gnus-treat-display-xface, gnus-treat-display-smileys)
5500         (gnus-treat-from-picon, gnus-treat-mail-picon)
5501         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5502         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5503         (gnus-treat-play-sounds, gnus-treat-translate)
5504         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5505
5506         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5507         (gnus-article-treat-body-boundary): Use it.
5508
5509         * message.el (message-mode): Fix doc.
5510         (message-mode-menu): Fix names.
5511
5512 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5515         articles.
5516
5517         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5518         (gnus-picon-transform-address): Search for unknown faces as well.
5519         (gnus-picon-find-face): Don't search "news" for MISC.
5520         (gnus-picon-user-directories): Changed default back to exclude
5521         "unknown".
5522
5523         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5524
5525         * gnus-picon.el (gnus-picon-find-face): Search through all
5526         databases.
5527         (gnus-picon-find-face): New implementation.
5528
5529         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5530         keystroke.
5531         (gnus-topic-goto-next-topic): Ditto.
5532
5533         * gnus.el (gnus-summary-line-format): Changed default.
5534
5535         * nnmail.el (nnmail-extra-headers): Change default.
5536
5537         * gnus-sum.el (gnus-extra-headers): Change default.
5538
5539         * message.el (message-news-other-window): Changed "news" to
5540         "posting".
5541         (message-news-other-frame): Ditto.
5542         (message-do-send-housekeeping): Ditto.
5543
5544         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5545         function.
5546         (gnus-article-unread-p): New function.
5547         (gnus-article-unseen-p): New function.
5548         (gnus-dead-summary-mode-map): Typo.
5549
5550         * gnus-util.el (gnus-make-predicate): New function.
5551         (gnus-make-predicate-1): New function.
5552
5553         * gnus-sum.el: New function.
5554         (gnus-map-articles): New function.
5555
5556         * gnus-art.el (gnus-treat-fold-headers): New variable.
5557         (gnus-article-treat-fold-headers): New command and keystroke.
5558
5559         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5560         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5561
5562 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5563
5564         * message.el (message-fcc-externalize-attachments): New variable.
5565         (message-do-fcc): Use it.
5566
5567         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5568         (gnus-inews-do-gcc): Use it.
5569
5570         * mml.el (mml-tweak-sexp-alist): New variable.
5571         (mml-externalize-attachments): New variable.
5572         (mml-tweak-part): Use mml-tweak-sexp-alist.
5573         (mml-tweak-externalize-attachments): New function.
5574
5575 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5576
5577         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5578         'set-glyph-face' so x-face back/foreground can be set.
5579
5580 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5581
5582         * message.el (message-fix-before-sending): Fix a typo.
5583
5584 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5585
5586         * gnus-art.el (gnus-treat-smiley): Renamed command.
5587         (gnus-article-remove-images): New command and keystroke.
5588
5589         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5590
5591         * smiley-ems.el (gnus-smiley-display): Removed.
5592
5593         * gnus.el (gnus-version-number): Update version.
5594
5595         * message.el (message-text-with-property): Renamed and moved
5596         here.
5597         (message-fix-before-sending): Highlight invisible text and place
5598         point there.
5599
5600 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5601
5602         * gnus.el: Oort Gnus v0.04 is released.
5603
5604 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5605
5606         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5607
5608         * gnus-art.el (gnus-ignored-headers): More headers,
5609
5610         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5611         of `scan-error', since XEmacs doesn't seem to support that.
5612
5613 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5614
5615         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5616         arg.
5617         (gnus-summary-best-unread-subject): Ditto.
5618         (gnus-summary-best-unread-subject): No, don't.
5619         (gnus-summary-better-unread-subject): New command.
5620
5621         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5622
5623         * lpath.el ((featurep 'xemacs)): fbind url function.
5624
5625         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5626         buffer.
5627         (gnus-xmas-remove-image): Implementation that does something.
5628         (gnus-xmas-article-display-xface): Mark images properly.
5629
5630         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5631
5632 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5633
5634         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5635
5636 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5637
5638         * gnus-group.el (gnus-group-line-format): Added %O to the default
5639         value.
5640
5641         * gnus-util.el (gnus-text-with-property): The smallest point is
5642         point-min.
5643
5644         * smiley-ems.el (smiley-region): Return images.
5645         (gnus-smiley-display): Allow toggling.
5646         (smiley-region): Use text properties, not overlays.
5647
5648         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5649         implemented yet.
5650
5651         * smiley-ems.el (smiley-update-cache): Check for valid types.
5652
5653         * gnus-art.el (gnus-with-article-buffer): New macro.
5654
5655         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5656         strings as well as the glyphs.
5657         (gnus-picon-transform-address): Ditto.
5658         (gnus-picon-insert-glyph): Ditto.
5659         (gnus-picon-transform-newsgroups): Toggle.
5660         (gnus-picon-transform-address): Toggle.
5661
5662         * gnus-ems.el (gnus-remove-image): New function.
5663         (gnus-put-image): Take an optional string.
5664
5665         * gnus-util.el (gnus-text-with-property): New function.
5666
5667         * gnus-art.el (gnus-delete-images): New function.
5668
5669         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5670
5671         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5672         (gnus-article-wash-status): Use it.
5673         (gnus-signature-toggle): Clean up.
5674         (gnus-add-wash-status): New function.
5675         (gnus-delete-wash-status): New function.
5676         (gnus-article-hide-text-type): Use them throughout.
5677         (gnus-add-image): New function.
5678
5679         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5680
5681         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5682         interface.
5683
5684         * gnus-art.el (article-display-x-face): Cleaned up.
5685
5686         * rfc2047.el (rfc2047-field-value): New function.
5687
5688         * mail-parse.el (mail-header-field-value): New alias.
5689
5690         * gnus-art.el (gnus-mime-print-part): Fix typos.
5691
5692         * smiley-ems.el (gnus-smiley-file-types): New variable.
5693         (smiley-update-cache): Use it.
5694         (smiley-regexp-alist): Suffix-less smiley names.
5695         (smiley-regexp-alist): Added more smileys.
5696
5697         * gnus-sum.el (gnus-print-buffer): Made into own function.
5698         (gnus-summary-print-article): Use it.
5699
5700         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5701         looked for when REQUEST is a string.
5702
5703         * gnus-art.el (gnus-mime-button-commands): Add printing
5704         keystroke.
5705         (gnus-mime-copy-part): Doc fix.
5706         (gnus-mime-print-part): New command.
5707
5708 2001-12-31  Simon Josefsson  <jas@extundo.com>
5709
5710         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5711         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5712
5713 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5714
5715         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5716         (picon): Fix doc.
5717
5718         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5719         longer exists. Remove those codes.
5720         * gnus.el (gnus-use-picons): Ditto.
5721
5722 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5723
5724         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5725         infloop.
5726
5727         * gnus-sum.el (t): New `W D' map.
5728
5729         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5730         (gnus-article-treat-body-boundary): Clean up.
5731         (gnus-body-boundary-face): Removed.
5732         (gnus-article-goto-header): Moved here.
5733         (gnus-article-goto-header): Allow better regexps.
5734         (gnus-article-treat-fold-newsgroups): New command.
5735
5736         * gnus-sum.el (gnus-summary-move-article): We have to select an
5737         article to give `gnus-read-move-group-name' an opportunity to
5738         suggest an appropriate default.
5739
5740         * rfc2047.el (rfc2047-fold-line): New function.
5741         (rfc2047-unfold-line): Ditto.
5742         (rfc2047-fold-region): Don't fold just after the header name.
5743
5744         * mail-parse.el (mail-header-fold-line): New alias.
5745         (mail-header-unfold-line): Ditto.
5746
5747         * gnus-art.el (gnus-body-boundary-face): Renamed.
5748         (gnus-article-treat-body-boundary): Use it.
5749         (gnus-article-treat-body-boundary): Use an invisible header and a
5750         line of underline characters.
5751
5752 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5753
5754         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5755
5756         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5757         (gnus-picon-split-address): New function.
5758         (gnus-picon-find-face): Use it.
5759         (gnus-picon-transform-address): Use it. Set first to t for each
5760         address.
5761
5762         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5763         the macro then use it.
5764         (gnus-treatment-function-alist): Treat picons earlier.
5765
5766 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * gnus-art.el (gnus-body-separator-face): New variable.
5769         (gnus-article-treat-body-boundary): Use a blank, colored line.
5770
5771         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5772         well.
5773
5774         * gnus-art.el (gnus-treat-body-boundary): New variable.
5775         (gnus-article-treat-unfold-headers): Use helper macro.
5776         (gnus-article-treat-body-boundary): New command.
5777
5778         * gnus.el (gnus-logo-color-style): Change the default color.
5779         (gnus-splash-face): Gray, gray.
5780
5781         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5782         colors.
5783
5784         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5785         (gnus-logo-color-style): Ditto.
5786         (gnus-logo-colors): Ditto.
5787
5788         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5789
5790         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5791
5792         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5793         (gnus-picon-transform-newsgroups): New function.
5794
5795         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5796         string.
5797
5798         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5799
5800         * gnus-art.el (gnus-treat-cc-picon): New variable.
5801         (gnus-treat-mail-picon): Renamed.
5802
5803         * gnus-picon.el: New implementation.
5804         (gnus-picon-find-face): Renamed.
5805         (gnus-treat-from-picon): Use it.
5806         (gnus-picon-transform-address): Renamed.
5807         (gnus-treat-from-picon): Use it.
5808         (gnus-picon-create-glyph): Renamed.
5809         (gnus-picon-transform-address): Use it.
5810         (gnus-treat-cc-picon): New command.
5811
5812         * mm-decode.el (mm-create-image-xemacs): Separated out into
5813         function.
5814         (mm-get-image): Use it.
5815
5816         * gnus-art.el (gnus-treat-display-picons): Simplify.
5817         (gnus-treat-from-picon): Renamed.
5818
5819         * gnus-ems.el (gnus-create-image): New function.
5820         (gnus-put-image): New function.
5821
5822         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5823         (gnus-with-article-headers): New macro.
5824         (gnus-article-goto-header): New function.
5825
5826         * gnus-xmas.el (gnus-image-type-available-p): New function.
5827
5828         * gnus-ems.el (gnus-image-type-available-p): New function.
5829
5830 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5831
5832         * nnrss.el (nnrss-check-group): Find the correct tag, because
5833         xml.el is changed.
5834
5835 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5836
5837         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5838         lines are shorter than the window width.
5839         (gnus-ignored-headers): More headers.
5840
5841 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5842
5843         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5844         (gnus-treat-unfold-headers): Renamed.
5845         (gnus-article-treat-unfold-headers): New command and keystroke.
5846
5847         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5848
5849         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5850
5851 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5852
5853         * sha1-el.el (sha1-use-external): New variable.
5854         (sha1-region): Use it.
5855         (sha1-string): Ditto.
5856
5857         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5858         * gnus-picon.el: Less warnings when compile.
5859
5860 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5861
5862         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5863         alias.
5864         (gnus-picons-database): Default to list.
5865         (gnus-picons-lookup-internal): Use it.
5866
5867         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5868         to "bogus".
5869
5870         * gnus-win.el (gnus-configure-windows-hook): New hook.
5871
5872 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5873
5874         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5875
5876 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5877
5878         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5879         lists.
5880         (gnus-select-newsgroup): Don't append; push.
5881         (gnus-adjust-marked-articles): Remove obsolete ranges from
5882         `seen'.
5883         (gnus-update-marks): Clean up.
5884         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5885
5886 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5887
5888         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5889
5890 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891
5892         * gnus-sum.el (gnus-auto-select-subject): New variable.
5893         (gnus-summary-best-unread-subject): New function.
5894         (gnus-summary-best-unread-article): Use it.
5895         (gnus-summary-first-unseen-subject): New function and command.
5896
5897         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5898         other treatments.
5899
5900         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5901         function.
5902
5903         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5904         from the list of hidden types.
5905
5906         * mm-view.el (mm-inline-text): Ditto.
5907         (mm-inline-text): Ditto.
5908         (mm-w3-prepare-buffer): Ditto.
5909
5910         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5911
5912 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5913
5914         * gnus-art.el (gnus-ignored-headers): Added more headers.
5915
5916 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5917
5918         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5919         once.
5920
5921 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922
5923         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5924
5925 2001-12-28  Simon Josefsson  <jas@extundo.com>
5926
5927         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
5928         Jesper Harder <harder@ifa.au.dk>.
5929
5930 2001-12-27  Simon Josefsson  <jas@extundo.com>
5931
5932         * gnus-sum.el (gnus-select-newsgroup): Make
5933         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
5934         contain all articles (instead of none) when no seen marks have
5935         been set for the group.
5936         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
5937         instead, it seems to result in shorter ranges.
5938
5939 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5940
5941         * mm-util.el (mm-iso-8859-x-to-15-region): Use
5942         insert-before-markers.
5943         From Jesper Harder <harder@ifa.au.dk>
5944
5945 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
5946
5947         * nnmaildir.el (nnmaildir-save-mail): create the destination
5948         groups if they do not exist.
5949
5950 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
5953
5954 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5955
5956         * gnus-group.el (gnus-group-read-ephemeral-group): Call
5957         gnus-group-real-name.
5958
5959         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
5960         (gnus-newsgroup-variables): Ditto.
5961
5962         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
5963         return it.
5964
5965 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
5966
5967         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
5968         * nnmaildir.el (top-level): Add commentary.
5969         (nnmaildir-version): Indicate that nnmaildir is now a standard
5970         part of Gnus, not separately released.
5971
5972 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5973
5974         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
5975         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
5976         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
5977         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5978
5979 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5980
5981         * nnmaildir.el: Copyright changes. Require cl only at compile time.
5982
5983 2001-12-20  Simon Josefsson  <jas@extundo.com>
5984
5985         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
5986         ZHU <zsh@cs.rochester.edu>.
5987         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
5988         Brian P Templeton <bpt@tunes.org>.
5989
5990 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5991
5992         * nnmaildir.el: New file.
5993         From Paul Jarc <prj@po.cwru.edu>.
5994
5995 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5996
5997         * nndoc.el (nndoc-type-alist): Move forward to the end.
5998
5999 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6000
6001         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6002         `dolist'.
6003
6004 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6005
6006         * gnus-win.el (gnus-frames-on-display-list): New function.
6007         (gnus-get-buffer-window): Use it.
6008
6009 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6010
6011         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6012
6013 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6014
6015         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6016
6017 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6018            From Harald Meland <Harald.Meland@usit.uio.no>
6019
6020         * gnus-win.el (gnus-get-buffer-window): New function.
6021         (gnus-all-windows-visible-p): Use it.
6022
6023         * gnus-util.el (gnus-horizontal-recenter)
6024         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6025         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6026
6027         * gnus-score.el (gnus-score-insert-help): Use it.
6028
6029         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6030         (gnus-generate-tree, gnus-highlight-selected-tree)
6031         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6032         it.
6033
6034         * gnus-art.el (gnus-article-set-window-start)
6035         (gnus-mm-display-part, gnus-request-article-this-buffer)
6036         (gnus-button-next-page, gnus-button-prev-page)
6037         (gnus-article-button-next-page, gnus-article-button-prev-page):
6038         Use it.
6039
6040 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6041
6042         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6043         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6044         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6045
6046 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6047
6048         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6049         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6050         * mml1991.el, nnultimate.el: Add `coding'.
6051
6052 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6053
6054         * ChangeLog: changed coding to buffer-file-coding-system
6055         * ChangeLog.1: same
6056         * nnwfm.el: same
6057         * gnus-smiley.el: same
6058         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6059         * gnus-delay.el: same
6060         * gnus-spec.el: same
6061         * message.el: same
6062         * mml1991.el: same
6063         * nnultimate.el: same
6064
6065 2001-12-16  Simon Josefsson  <jas@extundo.com>
6066         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6067
6068         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6069         (gnus-summary-save-map): Add muttprint.
6070         (gnus-summary-make-menu-bar): Ditto.
6071         (gnus-summary-muttprint): New function.
6072
6073         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6074
6075 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6076
6077         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6078         temporary list instead of buffer.
6079
6080         * mm-url.el (executable-find): autoload.
6081
6082 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6083
6084         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6085         to variable, follow doc-string conventions).
6086
6087 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6088
6089         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6090         subscribe-level
6091         * gnus-topic.el (gnus-subscribe-topics): use it.
6092
6093 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6094
6095         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6096         messages. (A small patch with indentation)
6097         From Sean Neakums <sneakums@zork.net>.
6098
6099         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6100         nil after shooting down the gnus-original-article-buffer.
6101
6102 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6103
6104         * uudecode.el (uudecode-use-external): New variable.
6105         (uudecode-decode-region): Automatically detect external program.
6106
6107         * binhex.el (binhex-use-external): New variable.
6108         (binhex-decode-region-internal): New function.
6109         (binhex-decode-region): Automatically detect external program.
6110
6111         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6112         Use them.
6113
6114 2001-12-12  Simon Josefsson  <jas@extundo.com>
6115
6116         * nnvirtual.el (nnvirtual-always-rescan)
6117         (nnvirtual-component-regexp): Fix doc.
6118
6119         * nnoo.el (defvoo): Add doc to defvoo variables.
6120
6121         * nnml.el (nnml-directory, nnml-active-file)
6122         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6123         (nnml-marks-is-evil, nnml-filenames-are-evil)
6124         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6125
6126         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6127         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6128         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6129         `error'.
6130
6131         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6132         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6133
6134         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6135         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6136         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6137         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6138
6139         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6140         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6141
6142         * imap.el, nnimap.el: Fix indentation.
6143
6144         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6145
6146 2001-12-12  Didier Verna  <didier@xemacs.org>
6147
6148         * gnus-msg.el (gnus-group-news): New function.
6149         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6150         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6151         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6152         for it.
6153         * gnus-msg.el (gnus-summary-news-other-window): New function.
6154         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6155         bind it to `i'.
6156         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6157         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6158         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6159         for it (called with a prefix).
6160         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6161         group-name argument.
6162         * gnus-msg.el (gnus-setup-message): use it.
6163
6164 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6165
6166         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6167
6168 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6169
6170         * mml.el (mime-to-mml): Remove Content-Disposition too.
6171
6172 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6173
6174         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6175         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6176         strings only.
6177         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6178
6179 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6180
6181         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6182         (nnmail-fancy-expiry-target): Use it.
6183         Suggestions from Simon Josefsson <jas@extundo.com>.
6184
6185 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6186
6187         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6188
6189 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6190
6191         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6192
6193         * gnus-util.el (gnus-url-unhex-string): Move here.
6194
6195 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6196
6197         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6198         mm-url-decode-entities-nbsp.
6199
6200         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6201         * webmail.el, nnwfm.el: Use mm-url.
6202
6203         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6204         (mm-url-remove-markup): Move from nnweb.
6205         (mm-url-fetch-simple): Move from webmail.
6206
6207         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6208
6209 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6210
6211         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6212         (gnus-summary-print-article): Use it.
6213
6214         * gnus-util.el (gnus-replace-in-string): Typo.
6215
6216 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6217
6218         * nnweb.el (nnweb-replace-in-string): Removed.
6219
6220         * gnus-util.el (gnus-replace-in-string): New function.
6221         (gnus-mode-string-quote): Use it.
6222
6223         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6224         * nnwfm.el (nnwfm-create-mapping): Ditto.
6225
6226 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6227
6228         * dgnushack.el (dgnushack-compile): nnrss.el and
6229         nnslashdot.el don't depend on nnweb, url, w3.
6230
6231         * nnrss.el: Use mm-url.
6232
6233 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6234
6235         * mm-url.el (mm-url-insert-file-contents): Support file:.
6236
6237 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6238
6239         * mm-view.el: Lower case for the description line. Sync from the
6240         Emacs CVS.
6241
6242 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6243
6244         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6245         From:  Stefan Monnier  <monnier@cs.yale.edu>
6246
6247 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6250
6251 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6252
6253         * mm-url.el: Require executable.
6254         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6255
6256 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6257
6258         * pop3.el (pop3-munge-message-separator): Only use valid date.
6259         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6260
6261         * Makefile.in: gnus-load.elc may not be generated.
6262
6263 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6264
6265         * mm-url.el: New file.
6266         * nnslashdot.el: Use it.
6267         * mm-extern.el (mm-extern-url): Use it.
6268
6269 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6270
6271         * gnus-sum.el (gnus-summary-save-article): Nix
6272         gnus-display-mime-function and gnus-article-prepare-hook.
6273
6274         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6275         the beginning of lines.
6276         (gnus-complex-form-to-spec): Ditto.
6277
6278 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6279
6280         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6281         From Paul Jarc <prj@po.cwru.edu>.
6282
6283 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6284
6285         * message.el: New variable message-subscribed-address-file;
6286         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6287
6288 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6289
6290         * message.el (message-tab-body-function): Set to nil.
6291         (message-tab): Use text-mode-map or global-map.
6292         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6293
6294 2001-11-30  Simon Josefsson  <jas@extundo.com>
6295
6296         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6297         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6298         <christoph.conrad@gmx.de>.
6299         (gnus-agent-fetch-group-1): Add verbose message.
6300
6301 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6302
6303         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6304         of integers.
6305
6306 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6307
6308         * message.el (message-newgroups-header-regexp)
6309         (message-completion-alist, message-tab-body-function): Use
6310         defcustom rather than defvar.
6311         (message-tab): Mention `message-tab-body-function' in doc.
6312         Suggested by Karl Eichwalder.
6313
6314 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6315
6316         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6317
6318 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6319
6320         * nnheader.el (nnheader-find-nov-line): Don't use macro
6321         gnus-delete-line.
6322
6323         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6324         (gnus-group-name-charset): Ditto.
6325
6326         * gnus-util.el (gnus-buffer-live-p): Ditto.
6327
6328 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6329
6330         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6331         open parenthesis in doc.
6332         (sieve-manage-authenticator-alist): Typo in doc.
6333         * imap.el (imap-authenticator-alist): Typo in doc.
6334         (imap-stream-alist): Backslash.
6335
6336         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6337           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6338
6339 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6340
6341         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6342
6343         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6344
6345         * gnus-msg.el (gnus-configure-posting-styles): use
6346         make-local-hook. Add LOCAL for add-hook.
6347
6348 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6349
6350         * message.el (message-mode): Use `make-local-hook' unless
6351         obsolete.
6352         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6353
6354 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * canlock.el: Remove sha1.el and base64.el stuff.
6357
6358 2001-11-26  Didier Verna  <didier@xemacs.org>
6359
6360         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6361         if needed.
6362
6363 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6364
6365         * message.el (message-tamago-not-in-use-p): New function.
6366         (message-strip-forbidden-properties): Use it.
6367
6368 2001-11-26  Didier Verna  <didier@xemacs.org>
6369
6370         * gnus-start.el (gnus-check-first-time-used): only check for
6371         existence of .el[d] files.
6372
6373 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6374
6375         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6376
6377         * message.el (message-setup-1): Clean up mc-*.
6378
6379 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6380
6381         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6382         * gnus-score.el (gnus-score-find-bnews): Use it.
6383
6384         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6385         (gnus-summary-limit-to-author): Ditto.
6386         (gnus-summary-limit-to-extra): Ditto.
6387         (gnus-summary-find-matching): Support not-matching argument.
6388
6389 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6390
6391         * message.el (message-wash-subject): Use `insert' rather than
6392         `insert-string', which is deprecated.
6393
6394 2001-11-24  Simon Josefsson  <jas@extundo.com>
6395
6396         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6397         message. (Gnus does not "default" to using 8bit for the message,
6398         it default to use 8bit encoding and the user-supplied CTE
6399         value. Calling this behaviour "treating it as 8bit" is perhaps
6400         better.)
6401
6402         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6403         (compare mm-charset-to-coding-system).
6404
6405 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6406
6407         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6408         buffer. Correctly decode hex.
6409
6410 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6411
6412         * gnus-agent.el (gnus-category-insert-line): Convert category
6413         names to strings.
6414
6415 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6416
6417         * message.el (sha1): eval-and-compile.
6418
6419 2001-11-20  Simon Josefsson  <jas@extundo.com>
6420
6421         * message.el (message-allow-no-recipients): New variable.
6422         (message-send): Use it, customize the prompting when posting to
6423         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6424
6425 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6426
6427         * mm-util.el (mm-coding-system-priorities): New variable.
6428         (mm-sort-coding-systems-predicate): New function.
6429         (mm-find-mime-charset-region): Resort coding systems if needed.
6430         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6431
6432 2001-11-20  Didier Verna  <didier@xemacs.org>
6433
6434         * gnus-group.el (gnus-group-make-help-group): new optional
6435         argument to control the error behavior.
6436         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6437         erroring.
6438
6439 2001-11-19  Simon Josefsson  <jas@extundo.com>
6440
6441         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6442         instead of C-c C-u.  Suggested by Per Abrahamsen
6443         <abraham@dina.kvl.dk>.
6444
6445 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6446
6447         * nnfolder.el (nnfolder-read-folder): Use group instead of
6448         nnfolder-current-group.
6449         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6450
6451 2001-11-17  Simon Josefsson  <jas@extundo.com>
6452
6453         * message.el (message-send): Ask user if Fcc/Gcc should be
6454         performed when no other sender was specified.
6455         Suggested by prj@po.cwru.edu (Paul Jarc).
6456
6457 2001-11-17  Simon Josefsson  <jas@extundo.com>
6458
6459         * message.el (message-mode, message-mode-map): Use C-c C-u for
6460         Importance: instead of C-c C-p (used by SC).
6461
6462 2001-11-16  Simon Josefsson  <jas@extundo.com>
6463
6464         * message.el (message-insert-importance-high)
6465         (message-insert-importance-low): Save point.
6466
6467         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6468         value.
6469
6470 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6471
6472         * message.el (message-strip-special-text-properties): New option.
6473         (message-strip-forbidden-properties): Obey it.
6474
6475 2001-11-14  Sam Steingold  <sds@gnu.org>
6476
6477         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6478
6479 2001-11-15  Simon Josefsson  <jas@extundo.com>
6480
6481         Support "Importance:" header in Message.
6482
6483         * message.el (message-mode-map): Bind C-c C-p to
6484         `message-insert-or-toggle-importance'
6485         (message-mode-menu): Add message-insert-importance-{high,low}.
6486         (message-insert-importance-high, message-insert-importance-low)
6487         (message-insert-or-toggle-importance): New functions.
6488         (message-tool-bar-map): Add {un,}important.
6489         (message-mode): Doc fix.
6490
6491 2001-11-15  Simon Josefsson  <jas@extundo.com>
6492
6493         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6494
6495         * mml.el (mml-menu): Fix toolbar tooltip.
6496
6497 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6498
6499         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6500         * nnml.el (nnml-save-marks): Ditto.
6501
6502         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6503
6504 2001-11-15  Simon Josefsson  <jas@extundo.com>
6505
6506         * nnml.el (nnml-save-marks):
6507         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6508         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6509
6510 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6511
6512         * gnus-art.el (gnus-article-wash-status-strings): Use
6513         `copy-sequence', not `copy-seq'.
6514
6515 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6516
6517         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6518         (gnus-gnus-article-wash-status-entry): New function.
6519         (gnus-article-wash-status): Use it.
6520
6521 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6522
6523         * mml1991.el: Add coding header.
6524
6525 2001-11-12  Simon Josefsson  <jas@extundo.com>
6526
6527         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6528         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6529         `mml1991-sign' and `mml1991-encrypt'.
6530         (mml1991-encrypt, mml1991-sign): New glue functions.
6531         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6532
6533         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6534         (mml-menu): Add PGP to menu.
6535
6536         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6537         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6538         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6539         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6540
6541         * mml2015.el: Mention RFC 3156.
6542
6543         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6544
6545 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6546
6547         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6548
6549         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6550           From <Michael.Cook@cisco.com>
6551
6552 2001-11-11  Simon Josefsson  <jas@extundo.com>
6553
6554         * message.el (top-level): Autoload sha1.
6555         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6556         canlock, no need to require two different hash algs).  Suggested
6557         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6558
6559 2001-11-09  Simon Josefsson  <jas@extundo.com>
6560
6561         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6562         <Pavel@Janik.cz>.
6563
6564 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6565
6566         * message.el (message-point-in-header-p): New function.
6567         (message-do-auto-fill): Use it.
6568         (message-beginning-of-line): New function.  Goes to beginning of
6569         header value (i.e., end of header name), or to beginning of line
6570         if already at beginning of value.  Behaves like
6571         `beginning-of-line' when in message body.
6572         (message-mode-map): Bind it.
6573
6574 2001-11-08  Simon Josefsson  <jas@extundo.com>
6575
6576         * gnus-msg.el (gnus-posting-styles): Add doc.
6577
6578 2001-11-07  Simon Josefsson  <jas@extundo.com>
6579
6580         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6581
6582         * sieve-mode.el (sieve-control-commands-face)
6583         (sieve-control-commands-face, sieve-action-commands-face)
6584         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6585         faces.
6586         (sieve-font-lock-keywords): Use them.
6587         (sieve-mode): Only set font-lock-defaults in emacs.
6588
6589         * gnus-art.el (gnus-default-article-saver): Add
6590         gnus-summary-save-body-in-file.
6591         (gnus-summary-write-to-file): Fix doc.
6592
6593 2001-11-07  Simon Josefsson  <jas@extundo.com>
6594
6595         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6596         reference to the correct chapter in the manual.
6597
6598         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6599         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6600
6601 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * mml.el (mml-preview): Bind mail-header-separator.
6604
6605 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * message.el: Always require canlock.
6608         (message-ignored-supersedes-headers): Include Cancel-Lock and
6609         Cancel-Key.
6610         (message-insert-canlock): Don't require canlock.
6611         (message-cancel-news): Don't check whether canlock is available.
6612         (message-supersede): Support cancel-locks.
6613
6614         * gnus-art.el: Don't autoload canlock.
6615
6616 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6617
6618         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6619         From: <andre@slamdunknetworks.com>
6620
6621 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6622
6623         * many files: Fix copyright lines.
6624
6625 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6626
6627         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6628         Suggested by Dave Love  <fx@gnu.org>.
6629
6630 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6631
6632         * message.el (message-kill-buffer): Remove auto-save file after
6633         confirm.
6634
6635         * message.el (message-send-mail): Call message-generate-headers
6636         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6637
6638         * gnus-topic.el (gnus-topic-rename): Initial-input.
6639         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6640
6641 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6642
6643         * message.el (message-forbidden-properties): New constant.
6644         (message-strip-forbidden-properties): New function.
6645         (message-mode): Activate it.
6646
6647 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6648
6649         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6650         (mm-hack-charsets): Fix doc.
6651
6652 2001-11-02  Simon Josefsson  <jas@extundo.com>
6653
6654         * gnus-int.el (gnus-check-server): Message "...done" when done.
6655
6656         * imap.el (imap-close): Don't message (imap-send-command-wait
6657         returns if the connection is dropped).
6658         (imap-wait-for-tag): Nix out message only when necessary.
6659
6660         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6661         for non-crossposting.
6662         (gnus-sieve-crosspost): Default to t to be consistent with other
6663         parts of Gnus.
6664
6665 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6666
6667         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6668         (mm-iso-8859-x-to-15-table): Ditto.
6669         (mm-iso-8859-x-to-15-region): Ditto.
6670         (mm-find-mime-charset-region): Ditto.
6671
6672 2001-11-01  Simon Josefsson  <jas@extundo.com>
6673
6674         * nnimap.el (nnimap-close-asynchronous): New variable.
6675         (nnimap-close-group): Use it.
6676         (nnimap-expunge): Don't use it.
6677
6678         * imap.el (imap-callbacks): New variable.
6679         (imap-remassoc): Copied from `gnus-remassoc'.
6680         (imap-add-callback): New function.
6681         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6682         behaviour.
6683         (imap-parse-response): Call the callback.
6684
6685         * message.el (message-insert-canlock): New variable.
6686         (message-canlock-generate, message-canlock-password)
6687         (message-insert-canlock): New functions.
6688         (message-send-news): Call `message-insert-canlock'.
6689         (top-level): Require canlock when compiling.
6690         (message-insert-canlock): Require canlock before we need it.
6691
6692 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6693
6694         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6695
6696 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6697
6698         * dgnushack.el (dgnushack-make-load): A workaround for
6699         custom-add-loads bug in some versions of XEmacs.
6700
6701 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6702
6703         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6704
6705 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6706
6707         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6708         (mm-hack-charsets): New variable.
6709         (mm-iso-8859-15-compatible): New variable.
6710         (mm-iso-8859-x-to-15-table): New variable.
6711         (mm-find-mime-charset-region): Add parameter hack-charsets.
6712
6713         * mm-bodies.el (mm-encode-body): Use it.
6714         * mml.el (mml-parse-1): Ditto.
6715
6716 2001-11-01  Simon Josefsson  <jas@extundo.com>
6717
6718         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6719
6720 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6723         is nil.
6724
6725 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6726
6727         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6728
6729         * message.el (message-forward-rmail-make-body): Use
6730         save-window-excursion.
6731         (message-encode-message-body): Search with noerror.
6732         (message-setup-1): Convert compose-mail send-actions to
6733         message-send-actions.
6734
6735 2001-11-01  Simon Josefsson  <jas@extundo.com>
6736
6737         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6738         <yamaoka@jpl.org>.
6739
6740 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6741
6742         * sieve-manage.el (sieve-string-bytes): No complain.
6743
6744 2001-11-01  Simon Josefsson  <jas@extundo.com>
6745
6746         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6747         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6748         has autoload cookies, so no `require' should be necessary.)
6749
6750         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6751         files.
6752
6753 2001-10-31  Simon Josefsson  <jas@extundo.com>
6754
6755         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6756         parameter.
6757
6758         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6759         `display' is a number (and C-u wasn't used to enter group), only
6760         fetch that number of articles.
6761
6762 2001-10-31  Matt Armstrong  <matt@lickey.com>
6763
6764         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6765         not-subscribed -> subscribed.
6766
6767 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6768         From: Josh Huber <huber@alum.wpi.edu>
6769
6770         * message.el (message-subscribed-address-functions): New variable.
6771         (message-subscribed-addresses): New variable.
6772         (message-subscribed-regexps): New variable.
6773         (message-goto-mail-followup-to): New function.
6774         (message-send-mail): Add Mail-Followup-To.
6775         (message-make-mft): New function.
6776
6777         * gnus.el (gnus-find-subscribed-addresses): New function.
6778
6779 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6780
6781         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6782         (mail-source-fetch-pop): Ditto.
6783         (mail-source-check-pop): Ditto.
6784
6785         * gnus-start.el (gnus-read-init-file): Ditto.
6786         (gnus-activate-group): Ditto.
6787         (gnus-read-newsrc-el-file): Ditto.
6788
6789 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6790
6791         * message.el (message-get-reply-headers): Make sure there is ", ".
6792
6793         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6794         mm-coding-system-p. Don't correct it only in XEmacs.
6795         (mm-charset-to-coding-system): Use mm-coding-system-p and
6796         mm-get-coding-system-list.
6797         (mm-emacs-mule, mm-mule4-p): New variables.
6798         (mm-enable-multibyte, mm-disable-multibyte,
6799         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6800         mm-with-unibyte-current-buffer,
6801         mm-with-unibyte-current-buffer-mule4): Use them.
6802         (mm-find-mime-charset-region): Treat iso-2022-jp.
6803
6804         From  Dave Love  <fx@gnu.org>:
6805
6806         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6807         construction.
6808         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6809         entries conditional on not having a coding system defined for
6810         them.
6811         (mm-mule-charset-to-mime-charset): Use
6812         find-coding-systems-for-charsets if defined.
6813         (mm-charset-to-coding-system): Don't use
6814         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6815         later.  Add last resort search of coding systems.
6816         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6817         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6818         Mule 4.
6819         (mm-find-mime-charset-region): Re-write.
6820         (mm-with-unibyte-current-buffer): Restore buffer as well as
6821         multibyteness.
6822
6823 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6824
6825         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6826         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6827         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6828
6829 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6830
6831         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6832         again.
6833
6834         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6835
6836 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6837
6838         * gnus-spec.el (gnus-parse-simple-format): Use
6839           buffer-substring-no-properties.
6840
6841 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus-art.el (article-verify-cancel-lock): New function.
6844
6845         * nnheader.el (nntp-process-response): New variable.
6846         (nnheader-init-server-buffer): Make `nntp-process-response'
6847         buffer-local in `nntp-server-buffer'.
6848
6849         * nntp.el (nntp-prepare-post-hook): New hook.
6850         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6851         (nntp-async-trigger): Ditto.
6852         (nntp-request-post): Insert a server's ID if there's no Message-ID
6853         header; run `nntp-prepare-post-hook'.
6854
6855 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6856
6857         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6858         instead.
6859
6860         * message.el (message-forward-subject-author-subject): Don't use
6861         message-news-p, which widens the buffer.
6862         (message-forward-make-body): New function.
6863         (message-forward): Use it.
6864         (message-insinuate-rmail): New function.
6865         (message-forward-rmail-make-body): New function.
6866
6867 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6868
6869         * mm-extern.el (mm-extern): Provide it.
6870
6871         * mm-partial.el (mm-partial): Provide it.
6872
6873 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6874
6875         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6876
6877 2001-10-29  Simon Josefsson  <jas@extundo.com>
6878
6879         * mml.el (mml-preview): Bind message-this-is-news if it is
6880         news. From Jesper Harder <harder@myrealbox.com>.
6881
6882 2001-10-28  Simon Josefsson  <jas@extundo.com>
6883
6884         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6885
6886 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6887
6888         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6889         ironic smilies.
6890
6891 2001-10-27  Simon Josefsson  <jas@extundo.com>
6892
6893         * message.el (message-indent-citation): Don't add trailing
6894         whitespace when citing text.
6895
6896         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6897         <harder@ifa.au.dk>.
6898
6899 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6900
6901         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6902         not available.
6903         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6904         (nnweb-type-definition): Add google as alias of dejanews.
6905         (nnweb-google-parse-1): Forward 1 line.
6906
6907 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6908
6909         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6910         variable `message-forward-ignored-headers'.
6911
6912 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6913
6914         * gnus.el (gnus-expand-group-parameter): New function.
6915         (gnus-expand-group-parameters): Call it.
6916         (gnus-group-fast-parameter): New function.
6917         (gnus-group-find-parameter): Call it.
6918
6919 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6920
6921         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6922         vector (it didn't before because of a bug).
6923         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6924         available.  Before it converted it to an article number.
6925
6926         This makes followup to news articles with negative numbers in
6927         nnvirtual groups use news instead of mail.
6928
6929 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6930
6931         * gnus.el (post-method): Use `native' instead of `nil'.
6932
6933         * gnus-msg.el (gnus-post-method): Ditto.
6934
6935 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6936
6937         * gnus.el (gnus-define-group-parameter): Grammar fix.
6938
6939 2001-10-22  Simon Josefsson  <jas@extundo.com>
6940
6941         * gnus-msg.el (gnus-extended-version): Include
6942         system-configuration.
6943         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
6944
6945 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
6946
6947         * gnus.el (post-method): Customization fix: `native' is not a
6948         valid value.
6949         * gnus-msg.el (gnus-post-method): Doc and customization fix:
6950         `native' is not a valid value.
6951
6952 2001-10-21  Simon Josefsson  <jas@extundo.com>
6953
6954         * nnimap.el (nnimap): Defgroup
6955         (nnimap-strict-function, nnimap-strict-function-match): New
6956         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
6957         (nnimap-split-crosspost, nnimap-split-inbox)
6958         (nnimap-split-rule, nnimap-split-predicate)
6959         (nnimap-split-predicate): Defcustom.
6960         (nnimap-split-inbox, nnimap-expunge-search-string)
6961         (nnimap-importantize-dormant): Remove "*" from doc.
6962
6963 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6964
6965         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
6966         not supplied via prefix arg.  From Lisp, make arg mandatory.
6967         Suggested by Frank Schmitt.
6968
6969 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
6970
6971         * message.el (message-do-auto-fill): Avoid calling
6972         'rfc822-goto-eoh'.
6973
6974 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6975         From Paul Jarc <prj@po.cwru.edu>.
6976
6977         * message.el (message-get-reply-headers): Restructure the logic
6978         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
6979
6980 2001-10-20  Simon Josefsson  <jas@extundo.com>
6981
6982         * message.el (message-cancel-news): Support cancel-locks.
6983         Suggested by Per Abrahamsson.
6984
6985         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
6986         conses.  From David Z Maze <dmaze@MIT.EDU>.
6987
6988         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
6989
6990 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6991
6992         * mm-decode.el (mm-default-directory): Fix customize type.
6993
6994         * message.el (message-setup-fill-variables): Kludge to use
6995         normal-auto-fill-function even if auto fill is already activated.
6996
6997 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
6998
6999         * message.el (message-do-auto-fill): New version that does not
7000         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7001         (message-setup-1): Removed the `message-field' property.
7002
7003         * gnus-draft.el (gnus-draft-edit-message): Removed the
7004         `message-field' property.
7005
7006 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7007
7008         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7009         `message-field'.  The `field' property has a special significance in
7010         Emacs 21.
7011
7012         * message.el (message-send, message-setup-1): Ditto.
7013
7014 2001-10-18  Simon Josefsson  <jas@extundo.com>
7015
7016         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7017         when undoing.
7018
7019 2001-10-18  Simon Josefsson  <jas@extundo.com>
7020         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7021
7022         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7023         (gnus-summary-make-menu-bar): Ditto.
7024
7025 2001-10-17  Simon Josefsson  <jas@extundo.com>
7026
7027         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7028         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7029
7030 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7031
7032         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7033         * gnus-util.el (gnus-user-date): New function.
7034         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7035
7036 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7037
7038         * message.el (message-check-news-header-syntax): Special case
7039         nnvirtual groups.
7040
7041         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7042         customize type to `symbol'.
7043
7044 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7045
7046         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7047         %&foo;.
7048         (gnus-parse-simple-format): Support user extended spec too.
7049         %u&foo; invokes gnus-user-format-function-foo.
7050
7051 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7052
7053         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7054         the server.
7055         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7056         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7057         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7058         * nndiary.el (nndiary-request-expire-articles): Ditto.
7059         (nndiary-schedule): Defsubst it before use it.
7060         (nndiary-error): eval-and-compile.
7061
7062 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7063
7064         * gnus-msg.el (gnus-post-method): Changed two instances of
7065         `active' to `current' and one `null' to `not'.
7066
7067 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7068         From Katsumi Yamaoka <yamaoka@jpl.org>.
7069
7070         * message.el (message-setup-fill-variables): Use
7071         `normal-auto-fill-function' instead of `auto-fill-function'.
7072
7073 2001-10-16  Simon Josefsson  <jas@extundo.com>
7074
7075         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7076         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7077         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7078
7079 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7080         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7081
7082         * gnus-draft.el (gnus-draft-edit-message): Add text property
7083         `field' with value `header' to message headers.
7084         * message.el (message-setup-1): Really add text property to all of
7085         the header, not just part of it.
7086
7087 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * gnus-group.el (gnus-group-sort-by-server): Use it.
7090
7091         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7092
7093         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7094         and keystroke.
7095
7096 2001-10-14  Simon Josefsson  <jas@extundo.com>
7097
7098         * dig.el: Doc fix.
7099
7100         * smime.el: Doc fix.
7101
7102         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7103         charset magic from message.el.
7104
7105 2001-10-12  Simon Josefsson  <jas@extundo.com>
7106         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7107
7108         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7109         'cite from g-a-wash-types.
7110         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7111         (gnus-article-hide-citation): Fix.
7112
7113         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7114         character.
7115         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7116
7117         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7118         definition.
7119         (gnus-signature-toggle): Toggle `s' mode line character.
7120
7121         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7122         doing stuff that clears it.
7123
7124 2001-10-12  Simon Josefsson  <jas@extundo.com>
7125
7126         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7127         From Eric Marsden <emarsden@laas.fr>.
7128
7129 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7130
7131         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7132         (autoload): Add some autoloads.
7133
7134 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7135         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7136
7137         * message.el (message-do-auto-fill): New function.  Like
7138         `do-auto-fill' but don't fill when in the message header.
7139         (message-setup-1): Put a text property on the message header.
7140         (message-setup-fill-variables): Use `message-do-auto-fill'.
7141
7142 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7143
7144         * message.el (message-send-mail-partially): Insert an empty line
7145         first, because of the change of message-make-lines.
7146
7147 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7148
7149         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7150         iso-8859-15, make it an alias for iso-8859-1.
7151
7152 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * message.el (message-send-news): Don't modify the value of
7155         `message-syntax-checks' if it is not a list (possibly it is
7156         `dont-check-for-anything-just-trust-me').
7157
7158 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7161         `find-coding-system' for XEmacs to check whether the coding-system
7162         `utf-8' is available.
7163
7164 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7165
7166         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7167
7168 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7169
7170         * message.el (message-send-news): Oops, missed case with no
7171         "Followup-To" header...
7172
7173 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7174
7175         * message.el (message-send-news): Allow
7176         `gnus-group-name-charset-group-alist' to affect encoding of the
7177         "Newsgroups" and "Followup-To" headers.
7178
7179 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7180
7181         * Makefile.in (install-el): Depend on gnus-load.el.
7182
7183 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7184
7185         * Makefile.in (install-el): Use -f.
7186         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7187
7188 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7189
7190         * message.el (message-send-news): Don't encode Followups-To when
7191         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7192
7193         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7194         header.
7195
7196         * gnus-art.el (article-decode-group-name): Also decode
7197         "Followup-To".
7198
7199         * rfc2047.el (rfc2047-encode-message-header): Encode without
7200         asking for null methods.
7201
7202         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7203         default charset for newsgroup names in accordance with USEFOR.
7204
7205         * gnus-group.el (gnus-group-name-charset-method-alist,
7206         gnus-group-name-charset-group-alist): Removed "*" from doc
7207         strings, "*" should not be used for complex variables.
7208
7209 2001-10-06  Simon Josefsson  <jas@extundo.com>
7210
7211         Support UTF-8 group names better.
7212
7213         * message.el (message-check-news-header-syntax): Encode group
7214         names before comparison.
7215
7216         * gnus-msg.el (gnus-copy-article-buffer): Run all
7217         `gnus-article-decode-hook's except `article-decode-charset'
7218         instead of hardcoding call to one of them.
7219
7220         * gnus-art.el (gnus-article-decode-hook): Add
7221         `article-decode-group-name'.
7222         (article-decode-group-name): New function, use `g-d-n'.
7223
7224         * gnus-group.el (gnus-group-insert-group-line): Decode
7225         gnus-tmp-group using `g-d-n'.
7226
7227         * gnus-util.el (gnus-decode-newsgroups): New function.
7228
7229 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7230
7231         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7232         `gnus-group-name-charset-group-alist'.
7233
7234 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7235
7236         * Makefile.in: Install el in install. Add uninstall.
7237
7238 2001-10-05  Simon Josefsson  <jas@extundo.com>
7239
7240         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7241
7242         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7243
7244         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7245         empty folders.
7246
7247         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7248         limiting if read-all (C-u RET) was used.
7249
7250 2001-10-04  Simon Josefsson  <jas@extundo.com>
7251
7252         * mail-source.el (mail-source-movemail-program): New variable.
7253         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7254         <thutt@thutt.vmware.com>.
7255
7256 2001-10-03  Simon Josefsson  <jas@extundo.com>
7257
7258         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7259         (gnus-summary-line-format-alist): Fix param.
7260
7261 2001-10-02  Simon Josefsson  <jas@extundo.com>
7262
7263         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7264         don't go through `nnimap-request-expire-articles' to delete the
7265         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7266
7267 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7268
7269         * gnus-agent.el (gnus-agent-write-active): The min in the
7270         agent/active may be larger than that in the server/active.
7271
7272 2001-10-01  Simon Josefsson  <jas@extundo.com>
7273
7274         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7275         is IMAP4rev1.
7276
7277         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7278
7279         * nnfolder.el: Ditto.
7280
7281 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7282
7283         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7284         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7285
7286 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7287
7288         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7289         (message-mode-menu): Menu item for same.
7290
7291         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7292         delayed articles.
7293
7294         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7295         nndraft:delayed does not exist.
7296         (gnus-delay-initialize): Don't set up keymap, that's done from
7297         message.el now.
7298         (gnus-delay, gnus-delay-group, gnus-delay-header)
7299         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7300
7301 2001-09-29  Simon Josefsson  <jas@extundo.com>
7302
7303         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7304         utf-8, not eight-bit-control.
7305
7306         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7307         (imap-log, imap-debug): Custom.
7308         (imap-log-buffer, imap-debug-buffer): New constants.
7309         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7310         (imap-network-open, imap-shell-open, imap-starttls-open)
7311         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7312         (imap-debug): Use imap-*-buffer.
7313
7314         * nndoc.el (nndoc-article-type): Add mailman.
7315         (nndoc-type-alist): Ditto.
7316         (nndoc-mailman-type-p): New function.
7317
7318 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7319
7320         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7321         gnus-art.el.
7322
7323 2001-09-27  Simon Josefsson  <jas@extundo.com>
7324
7325         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7326         (gnus-topic-catchup-articles): New function. Suggested by Robin
7327         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7328
7329 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7330         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7331
7332         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7333         previous ones.
7334
7335 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7336         From Daiki Ueno  <ueno@unixuser.org>
7337
7338         * gnus-sum.el (gnus-summary-show-article): The arglist of
7339         detect-coding-region is incompatible.
7340
7341 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7342         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7343
7344         * gnus-group.el (gnus-group-delete-group): Typo.
7345
7346 2001-09-26  Simon Josefsson  <jas@extundo.com>
7347
7348         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7349
7350         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7351
7352 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7353
7354         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7355
7356 2001-09-22  Simon Josefsson  <jas@extundo.com>
7357
7358         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7359
7360         * nnfolder.el (nnfolder-open-marks): Ditto.
7361
7362         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7363         (gnus-update-marks): Use it.
7364         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7365         hardcoded list.
7366
7367         * gnus.el (gnus-article-special-mark-lists): Add killed.
7368         (gnus-article-unpropagated-mark-lists): New constant.
7369
7370 2001-09-22  Simon Josefsson  <jas@extundo.com>
7371
7372         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7373         custom option.
7374
7375 2001-09-23  Simon Josefsson  <jas@extundo.com>
7376
7377         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7378
7379 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7380
7381         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7382
7383 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7384
7385         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7386         accept lists of functions.
7387
7388 2001-09-20  Simon Josefsson  <jas@extundo.com>
7389
7390         * gnus-group.el (gnus-group-catchup): Update expire marks in
7391         backend.  Also, if ALL also set expire marks on tick/dormant.
7392
7393 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7394
7395         * message.el (message-tab-body-function): New variable.
7396         * message.el (message-tab): Use it.
7397
7398 2001-09-19  Sam Steingold  <sds@gnu.org>
7399
7400         * gnus-win.el (gnus-buffer-configuration): Respect
7401         `gnus-bug-create-help-buffer'.
7402
7403 2001-09-18  Simon Josefsson  <jas@extundo.com>
7404
7405         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7406         (gnus-parse-simple-format): Re-revert.
7407
7408 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7409         Trivial patch.
7410
7411         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7412         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7413
7414 2001-09-18  Simon Josefsson  <jas@extundo.com>
7415
7416         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7417         signed.
7418         (gnus-parse-simple-format): Don't use it.
7419
7420 2001-09-17  Miles Bader  <miles@gnu.org>
7421
7422         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7423         error querying a backend abort the whole process.
7424
7425 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7426
7427         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7428         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7429
7430 2001-09-17  Didier Verna  <didier@xemacs.org>
7431
7432         * nndiary.el: version 0.2-b14.
7433         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7434         compatibility problem with XEmacs 21.1.
7435
7436 2001-09-15  Simon Josefsson  <jas@extundo.com>
7437
7438         * gnus-group.el (gnus-group-line-format): Document %c.
7439
7440         * nnml.el (nnml-parse-head): Handle CRLF files.
7441         (nnml-generate-nov-file): Ditto.
7442         (nnml-retrieve-headers): Ditto.
7443
7444 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7445
7446         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7447
7448 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7449
7450         * gnus-spec.el (gnus-correct-substring): Still stopped one
7451         character before we wanted (never included last character).
7452         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7453         add missing "," (once per function)
7454
7455 2001-09-14  Simon Josefsson  <jas@extundo.com>
7456
7457         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7458         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7459         default before gnus-group is loaded and the variable set.)
7460
7461         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7462         killed or unsent marks.
7463
7464         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7465         isn't an article to set it on (e.g. when you `a' in a group).
7466
7467 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7468
7469         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7470         can read e-mails from Microsoft Outlook users not using ISO
7471         8859-2 character set.
7472
7473 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * gnus-diary.el: Minor modifications to avoid warnings.
7476         (gnus-summary-misc-menu): defvar.
7477         (gnus-diary-check-message): Use gnus-point-at-eol.
7478         (gnus-diary-kill-entire-line): eval-and-compile.
7479
7480 2001-09-12  Didier Verna  <didier@xemacs.org>
7481
7482         * nndiary.el: new version (0.2-b13).
7483         * nndiary.el (nndiary-mail-sources): doc update.
7484         * nndiary.el (nndiary-split-methods): ditto.
7485         * nndiary.el (nndiary-request-accept-article-hooks): New.
7486         * nndiary.el (nndiary-request-accept-article): use it, check
7487         message validity.
7488         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7489         * nndiary.el (nndiary-schedule): fix bug (misplaced
7490         condition-case): it didn't return nil on error.
7491         * gnus-diary.el: new version.
7492         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7493         * gnus-diary.el (gnus-diary-header-value-history): New.
7494         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7495         * gnus-diary.el (gnus-diary-add-header): New.
7496         * gnus-diary.el (gnus-diary-check-message): New.
7497         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7498         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7499
7500 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7501
7502         * gnus-sum.el (gnus-select-newsgroup): Make
7503         `gnus-current-select-method' buffer-local.
7504
7505         * gnus-art.el (gnus-request-article-this-buffer): Refer
7506         `gnus-current-select-method' in the current summary buffer.
7507
7508 2001-09-10  Simon Josefsson  <jas@extundo.com>
7509         From Daniel Pittman <daniel@rimspace.net>
7510
7511         * gnus-spec.el (gnus-correct-pad-form): Fix.
7512
7513 2001-09-09  Simon Josefsson  <jas@extundo.com>
7514
7515         * mm-decode.el (mm-inline-media-tests): Add
7516         application/x-emacs-lisp.
7517         (mm-attachment-override-types): Add
7518         application/{x-,}pkcs7-signature.
7519
7520         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7521         (gnus-server-line-format, gnus-server-mode-line-format)
7522         (gnus-server-browse-in-group-buffer): Customize.
7523
7524 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7525
7526         * nnml.el (nnml-marks-changed-p): Typo.
7527         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7528         (nnml-marks-changed-p): Use gnus-gethash.
7529         (nnml-marks-modtime): Use gnus-make-hashtable.
7530
7531         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7532         (nnfolder-request-expire-articles, nnfolder-save-marks)
7533         (nnfolder-open-marks): Typo.
7534         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7535         (nnfolder-marks-changed-p): Use gnus-gethash.
7536         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7537
7538 2001-09-08  Simon Josefsson  <jas@extundo.com>
7539
7540         * nnfolder.el (nnfolder-marks-modtime): New variable.
7541         (nnfolder-marks-changed-p): New function.
7542         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7543         (nnfolder-request-update-info): Don't update if marks didn't change.
7544
7545         * nnml.el (nnml-marks-modtime): New variable.
7546         (nnml-marks-changed-p): New function.
7547         (nnml-save-marks, nnml-open-marks): Save modtime.
7548         (nnml-request-update-info): Don't update if marks didn't change.
7549
7550         * gnus-agent.el (gnus-agent-any-covered-gcc)
7551         (gnus-agent-add-server, gnus-agent-remove-server): Use
7552         gnus-agent-method-p.
7553
7554         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7555         (gnus-unbuttonized-mime-type-p): Use it.
7556
7557         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7558         fetch group.
7559
7560 2001-09-08  Simon Josefsson  <jas@extundo.com>
7561         From Daniel Pittman <daniel@rimspace.net>
7562
7563         * gnus-spec.el (gnus-correct-pad-form): New function.
7564         (gnus-parse-simple-format): Use it.
7565
7566 2001-09-07  Simon Josefsson  <jas@extundo.com>
7567
7568         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7569         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7570         Putnam <reader@newsguy.com>.
7571         (gnus-group-sort-selected-groups): Touch dribble file.
7572
7573 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7574
7575         * nnml.el (nnml-filenames-are-evil): New variable.
7576         (nnml-article-to-file-alist): Rename to ...
7577         (nnml-current-group-article-to-file-alist): ... this.
7578         Respect `nnml-filenames-are-evil'.
7579         (nnml-active-number): Update.
7580         (nnml-update-file-alist): Update.
7581         (nnml-request-article): Use nnheader-article-to-file-alist.
7582         (nnml-request-rename-group): Likewise.
7583
7584 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * gnus-sum.el (gnus-summary-insert-line): Fix.
7587
7588 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7589
7590         * gnus-sum.el: Bind g-s-t-s to "W g".
7591         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7592         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7593         display of graphical smilies.
7594
7595 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7596
7597         * gnus-start.el (gnus-setup-news): A typo.
7598         From Bill White <billw@wolfram.com>.
7599
7600 2001-09-06  Simon Josefsson  <jas@extundo.com>
7601
7602         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7603         and unseen marks.
7604
7605 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7606
7607         * nnmail.el (nnmail-split-fancy): Document `junk'.
7608
7609 2001-09-04  Simon Josefsson  <jas@extundo.com>
7610
7611         * imap.el (imap-search): Don't error if server is broken.
7612
7613 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7614
7615         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7616         searching for an article that isn't in the mbox.
7617
7618 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7619
7620         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7621         right, and get all the comments.
7622
7623 2001-09-02  Simon Josefsson  <jas@extundo.com>
7624         Suggested by Dan Christensen <jdc+news@uwo.ca>
7625
7626         * nnfolder.el (nnfolder-request-update-info): Fix message.
7627
7628         * nnml.el (nnml-request-update-info): Ditto.
7629
7630 2001-09-01  Simon Josefsson  <jas@extundo.com>
7631
7632         * nnml.el (nnml-request-expire-articles): Also bind
7633         `nnml-current-group' and `nnml-article-file-alist' when using
7634         expiry-target. (Otherwise nnml will be in a inconsistent internal
7635         state causing all kind of problems.)
7636         (nnml-request-expire-articles): If `nnml-article-to-file' or
7637         `file-attributes' failes, return article as un-expirable instead
7638         of treating it as expired.
7639
7640 2001-08-31  Sam Steingold  <sds@gnu.org>
7641
7642         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7643         typo: `exmine' --> `examine'.
7644
7645 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7646
7647         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7648
7649 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7650
7651         * nnml.el (nnml-check-directory-twice): Remove.
7652         (nnml-retrieve-headers): Ditto.
7653         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7654
7655 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7656
7657         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7658         directory twice on Windows, or on GNU Emacs-21.
7659
7660 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7661
7662         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7663         (nnml-request-rename-group): Ditto.
7664         (nnml-active-number): Ditto.
7665         (nnml-request-create-group): Use nnml-directory-articles.
7666         (nnml-request-expire-articles): Use nnml-directory-articles, which
7667         gets list from nov database if available.
7668         (nnml-get-nov-buffer): New function.
7669         (nnml-open-nov): Use it.
7670         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7671         gets alist from nov database if available.
7672         (nnml-directory-articles): New function.
7673         (nnml-article-to-file-alist): New function.
7674
7675 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7676
7677         * mm-decode.el (mm-display-external): Use `name' as filename, if
7678         `filename' attribute is not present.
7679
7680 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7681
7682         * mail-source.el (mail-source-flash): New defcustom.
7683         (mail-source-new-mail-p): Ring visible bell if appropriate.
7684         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7685         timer is cleared even if mail check signals an error.
7686
7687 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7688
7689         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7690         type 'list.
7691
7692 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7693
7694         * flow-fill.el (fill-flowed): eol might be point-max.
7695
7696 2001-08-27  Simon Josefsson  <jas@extundo.com>
7697
7698         * nnml.el (nnml-request-update-info): Fix message.
7699         (nnml-open-marks): Ditto.
7700
7701         * nnfolder.el (nnfolder-request-update-info):
7702         (nnfolder-open-marks): Fix message.
7703
7704 2001-08-25  Simon Josefsson  <jas@extundo.com>
7705
7706         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7707         after group in ~/.
7708
7709 2001-08-25  Simon Josefsson  <jas@extundo.com>
7710         From Andreas Jaeger  <aj@suse.de>
7711
7712         * nnfolder.el (nnfolder-open-marks): Fix typo.
7713         * nnml.el (nnml-open-marks): Likewise.
7714
7715 2001-08-25  Simon Josefsson  <jas@extundo.com>
7716
7717         Make nnfolder groups self-contained as far as marks are concerned.
7718
7719         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7720         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7721         (nnfolder-open-server): Make marks directory.
7722         (nnfolder-request-delete-group): Delete marks file.
7723         (nnfolder-request-delete-group): Check of nov/marks file exist
7724         before deleting.
7725         (nnfolder-request-rename-group): Rename marks file.
7726         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7727         (nnfolder-request-set-mark, nnfolder-request-update-info)
7728         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7729         (nnfolder-open-marks): New functions.
7730         (top-level): Require gnus.
7731
7732 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7733
7734         * nnweb.el (nnweb-type-definition): Use google raw file.
7735         (nnweb-google-parse-1): Ditto.
7736         (nnweb-google-identity): Ditto.
7737         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7738         (nnweb-altavista-wash-article): Ditto.
7739         (nnweb-request-article): Remove nnweb-decode-entities.
7740
7741         * nnml.el: Require 'gnus.
7742
7743 2001-08-25  Simon Josefsson  <jas@extundo.com>
7744
7745         * nnml.el (nnml-marks-is-evil): Add doc.
7746
7747 2001-08-25  Simon Josefsson  <jas@extundo.com>
7748
7749         * nnml.el (nnml-save-marks): Wrap saving marks in a
7750         condition-case, to allow user to start Gnus if saving marks failed
7751         for some reason.
7752
7753 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7754
7755         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7756
7757         * gnus-group.el (gnus-update-group-mark-positions): Bind
7758         gnus-group-update-hook to nil.
7759
7760 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7761
7762         * mml.el (mml-generate-mime-1): Force as multibyte string.
7763
7764 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7765
7766         * gnus-sum.el (gnus-summary-insert-line)
7767         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7768         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7769
7770         * gnus-spec.el (gnus-correct-substring): Take optional END.
7771
7772         * nnrss.el (nnrss-request-article): Remove \n.
7773         (nnrss-retrieve-headers): Lines number is -1.
7774
7775 2001-08-24  Simon Josefsson  <jas@extundo.com>
7776
7777         * gnus-group.el (gnus-info-clear-data): Call
7778         nnfoo-request-set-mark to propagate marks.  Fix bug:
7779         `gnus-group-update-line' doesn't update read range unless we call
7780         `gnus-get-unread-articles-in-group' first.
7781
7782         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7783         to server.
7784
7785 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7786
7787         * gnus-util.el (gnus-create-info-command): Return an interactive
7788         function.
7789
7790 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7791         From Katsumi Yamaoka <yamaoka@jpl.org>
7792
7793         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7794
7795 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * gnus-sum.el (gnus-select-newsgroup): Use it.
7798
7799         * gnus-util.el (gnus-not-ignore): New function.
7800
7801         * lpath.el (featurep): Don't fbind char-int.
7802
7803         * gnus-util.el (gnus-create-info-command): New function.
7804
7805         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7806         right node.
7807
7808         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7809         (gnus-summary-limit-children): Use 'identity instead of `all'.
7810         (gnus-summary-limit-to-display-predicate): New command and
7811         keystroke.
7812
7813 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7814
7815         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7816
7817         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7818
7819 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7820
7821         * gnus-spec.el: Add the Gnus version.
7822         (gnus-update-format-specifications): If the Gnus version changes,
7823         nix out the format spec cache.
7824
7825         * gnus.el (gnus-continuum-version): Made into a command and
7826         optionalize the VERSION.
7827
7828         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7829         the start of the lines.
7830
7831 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7832
7833         * gnus.el (gnus-visual-p): Define function before use of
7834         function.
7835
7836 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7837
7838         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7839         (gnus-article-mark-to-type): New function.
7840         (gnus-update-missing-marks): Only update marks of type 'list.
7841
7842         * gnus.el (gnus-article-special-mark-lists): New variable.
7843
7844 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7845
7846         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7847         (gnus-select-newsgroup): Still use 'all.
7848         (gnus-summary-initial-limit): Comparing with 'all.
7849
7850 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7851
7852         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7853         active.
7854
7855 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7856
7857         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7858         nnslashdot-*-retrieve-headers.
7859         (nnslashdot-request-article): Fix for slashcode 2.2.
7860         (nnslashdot-make-tuple): New function.
7861         (nnslashdot-read-groups): Use it.
7862
7863 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7864
7865         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7866         list.
7867
7868         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7869
7870 2001-08-20  Simon Josefsson  <jas@extundo.com>
7871
7872         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7873         opened, error instead of continuing (and exploding later).
7874
7875 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7876
7877         * gnus.el (gnus-expand-group-parameters): Return the parameter
7878         list.
7879
7880         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7881         (gnus-summary-show-article): Guess at charset if required.
7882
7883         * gnus-spec.el (gnus-correct-substring): Stopped one character
7884         before we wanted.
7885
7886 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7887
7888         * earcon.el (earcon-auto-play): Remove unused option.
7889
7890 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7891
7892         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7893         message down in levels, since it happens very fast.
7894
7895         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7896         of smiley-regexp-alist.
7897
7898         * mm-view.el (mm-inline-text): Ignore vcard errors.
7899
7900         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7901
7902         * gnus-score.el (gnus-all-score-files): Use append instead of
7903         nconc.
7904
7905         * gnus.el (gnus-splash-face): Doc fix.
7906
7907         * mm-decode.el (mm-mailcap-command): Use
7908         mm-path-name-rewrite-functions.
7909         (mm-path-name-rewrite-functions): New variable.
7910
7911         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7912         (gnus-complex-form-to-spec): Insert tab.
7913         (gnus-spec-tab): New function.
7914
7915         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7916         entering the group.
7917
7918         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7919         the positional spec.
7920         (gnus-parse-complex-format): React to %C.
7921
7922         * gnus-ems.el (gnus-char-width): Moved here.
7923
7924         * gnus-sum.el (gnus-select-newsgroup): Set
7925         gnus-newsgroup-articles.
7926         (gnus-unseen-mark): New variable.
7927         (gnus-newsgroup-unseen): Ditto.
7928         (gnus-newsgroup-seen): Ditto.
7929         (gnus-adjust-marked-articles): Use them.
7930         (gnus-update-marks): Use them.
7931         (gnus-summary-update-secondary-mark): Display.
7932         (gnus-summary-prepare-threads): Display.
7933
7934         * gnus-msg.el (gnus-inews-group-method): Use and return the
7935         method, not the server.
7936
7937 2001-08-19  Simon Josefsson  <jas@extundo.com>
7938
7939         * gnus-srvr.el (gnus-server-agent-face): New.
7940         (gnus-server-agent-face): New.
7941         (gnus-server-mode): Turn on font-lock-mode.
7942
7943         * gnus.el (gnus-server-visual): Add defgroup.
7944
7945 2001-08-19  Simon Josefsson  <jas@extundo.com>
7946         From Joe Casadonte <jcasadonte@northbound-train.com>
7947
7948         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
7949         gnus-server-denied-face): New.
7950         (gnus-server-opened-face, gnus-server-closed-face,
7951         gnus-server-denied-face): New.
7952         (gnus-server-font-lock-keywords): Add.
7953
7954 2001-08-19  Simon Josefsson  <jas@extundo.com>
7955
7956         * nnml.el (nnml-request-set-mark): Return nil.
7957         (nnml-save-marks): Use nnml-possibly-create-directory.
7958         (nnml-open-marks): Only work in temp buffer when inserting/reading
7959         .marks file.
7960
7961 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7962
7963         * gnus.el (gnus-expand-group-parameters): Fix.
7964
7965         * gnus-spec.el (gnus-char-width): New function.
7966         (gnus-correct-substring, gnus-correct-length): Use it.
7967
7968         * message.el (message-required-mail-headers): Fix doc.
7969
7970 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7971
7972         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
7973
7974         * mm-decode.el (mm-save-part-to-file): Insert the handle.
7975
7976 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7977
7978         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
7979         slashdot 2.2 (not fully fixed yet).
7980         (nnslashdot-request-article): Ditto.
7981
7982 2001-08-18  Simon Josefsson  <jas@extundo.com>
7983
7984         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
7985         nnimap.
7986
7987         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
7988         gnus-util.
7989         (nnimap-request-update-info-internal): Use new functions.
7990
7991         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
7992         new functions.
7993
7994 2001-08-18  Simon Josefsson  <jas@extundo.com>
7995
7996         Make nnml groups self-contained as far as marks are concerned.
7997
7998         * nnml.el (nnml-request-delete-group): Delete marks file.
7999         (nnml-request-rename-group): Move marks file.
8000         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8001         variables.
8002         (nnml-request-set-mark, nnml-request-update-info): New server
8003         functions.
8004         (nnml-save-marks, nnml-open-marks): New functions.
8005
8006 2001-08-18  Simon Josefsson  <jas@extundo.com>
8007
8008         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8009         `set' when setting marks.
8010
8011 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8012
8013         * gnus.el (gnus-info-find-node): Take an argument.
8014
8015         * gnus-art.el (gnus-button-handle-info): New function.
8016         (gnus-url-unhex-string): Replace "+" with " ".
8017
8018 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8019
8020         * message.el (message-check-news-header-syntax): Check bad From.
8021
8022 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * gnus-spec.el (gnus-correct-length): New function.
8025         (gnus-correct-substring): New function.
8026         (gnus-tilde-max-form): Use it.
8027
8028 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8029
8030         * nnmh.el: Docstring changes as below.
8031
8032         * nnml.el: Docstring changes as below.
8033
8034         * nnbabyl.el: Docstring changes as below.
8035
8036         * nnmbox.el: Docstring changes as below.
8037
8038         * nnfolder.el: Added docstrings identifying each virtual server
8039         parameter.
8040
8041 2001-08-18  Simon Josefsson  <jas@extundo.com>
8042
8043         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8044
8045 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8046
8047         * message.el: rename "Abort Message" to "Postpone Message".
8048         Remove "Attach file as MIME" from Message menu, it's already in
8049         the MIME menu.
8050
8051 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8052
8053         * smime.el (smime-point-at-eol): eval-and-compile.
8054         (smime-make-temp-file): New function.
8055         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8056         Use it.
8057
8058 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8059
8060         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8061         (gnus-agent-summary-fetch-group): New command and keystroke.
8062
8063         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8064         (gnus-mime-display-security): Make it respect
8065         gnus-unbuttonized-mime-type-p.
8066
8067         * gnus-sum.el (gnus-articles-to-read): Comments.
8068         (gnus-article-marked-p): New function.
8069         (gnus-summary-display-make-predicate): New function.
8070         (gnus-select-newsgroup): Use them.
8071
8072         * mm-decode.el (mm-save-part-to-file): Made it not error.
8073
8074 2001-08-17  Simon Josefsson  <jas@extundo.com>
8075
8076         * imap.el (imap-wait-for-tag): If process-status isn't open or
8077         run, return nil instead of sit-for looping.
8078
8079 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8080
8081         * lpath.el (featurep): fbind xml-parse-region.
8082
8083         * gnus.el (gnus-message-archive-method): Default to "archive".
8084         (gnus-message-archive-method): Doc fix.
8085         (gnus-parameters-get-parameter): Cleaned up.
8086         (gnus-expand-group-parameter): New function.
8087
8088         * gnus-start.el (gnus-setup-news): Push the archive server only
8089         the server list.
8090
8091         * mml.el (mml-menu): Changed name to "Attachments".
8092
8093         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8094         when there is something to detroy.
8095
8096 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097
8098         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8099         nil.
8100
8101 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8102
8103         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8104         which specifies a time today or tomorrow.
8105
8106 2001-08-15  Simon Josefsson  <jas@extundo.com>
8107         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8108
8109         * gnus-agent.el (gnus-agent-make-mode-line-string)
8110         (gnus-agent-toggle-plugged): Use new API.
8111
8112 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8113
8114         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8115         deadline has expired.
8116
8117 2001-08-12  Simon Josefsson  <jas@extundo.com>
8118         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8119
8120         Support `recent' mark indicating newly arrived messages (to
8121         separate from old but unread messages).
8122
8123         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8124         `nnmail-split-history' if recent is > 0.
8125         (nnimap-request-update-info-internal): Update `recent' marks.
8126         (nnimap-request-set-mark): Never set `recent' marks.
8127         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8128         recent.
8129
8130         * gnus-sum.el (gnus-recent-mark): New mark.
8131         (gnus-newsgroup-recent): New variable.
8132         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8133         (gnus-summary-prepare-threads): Mark recent articles.
8134         (gnus-summary-add-mark): Support recent.
8135         (gnus-summary-update-secondary-mark): Support recent.
8136
8137         * gnus.el (gnus-article-mark-lists): Add recent.
8138
8139 2001-08-12  Simon Josefsson  <jas@extundo.com>
8140
8141         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8142         whether successful decoding took place.  Add doc.
8143
8144 2001-08-12  Simon Josefsson  <jas@extundo.com>
8145         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8146
8147         * gnus.el (gnus-summary-line-format, gnus-parameters):
8148         * gnus-gl.el (gnus-summary-grouplens-line-format):
8149         * gnus-salt.el (gnus-summary-pick-line-format):
8150         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8151
8152 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8153         Committed by Kai Gro\e,b_\e(Bjohann.
8154
8155         * gnus-score.el (gnus-score-string): Fix `match' regexp
8156         for `extra' header case.
8157
8158 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8159
8160         * nnmbox.el (nnmbox-read-mbox): No warning.
8161
8162 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8163
8164         * nndoc.el (nndoc-article-type): Fix doc.
8165         (nndoc-generate-article-function): New variable.
8166         (nndoc-dissection-function): New variable.
8167         (nndoc-type-alist): Add oe-dbx.
8168         (nndoc-oe-dbx-type-p): New function.
8169         (nndoc-oe-dbx-dissection): New function.
8170         (nndoc-oe-dbx-generate-article): New function.
8171
8172 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8173
8174         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8175         whether deadline has been reached.  Patch from Dan Nicolaescu
8176         <dann@godzilla.ics.uci.edu>.
8177
8178 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8179
8180         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8181         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8182         <rintaman@cs.Helsinki.FI>.
8183
8184         * mail-source.el (mail-source-movemail): The error buffer is
8185         modified, but nothing in it.
8186
8187 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8188
8189         * message.el (message-bogus-system-names): New variable.
8190         (message-make-fqdn): Use it.
8191
8192 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8193
8194         * nndraft.el (nndraft-request-group): Use
8195         nndraft-auto-save-file-name.
8196
8197 2001-08-09  Simon Josefsson  <jas@extundo.com>
8198
8199         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8200         Don't ask whether to decrypt.  Just leave result in buffer (don't
8201         call mm).
8202
8203         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8204         parts as well.
8205         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8206         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8207
8208 2001-08-09  Simon Josefsson  <jas@extundo.com>
8209
8210         * mm-decode.el (mm-insert-part): Return decoding success status.
8211         (mm-save-part-to-file): Error if decoding failed.
8212
8213 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8214
8215         * message.el (message-tab): Use indent-relative.
8216         (message-mode): Don't bind indent-line-function to indent-relative.
8217
8218 2001-08-09  Simon Josefsson  <jas@extundo.com>
8219
8220         * message.el (message-get-reply-headers): Fix string. Suggested by
8221         Christoph Conrad <cc@cli.de>.
8222
8223 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8224
8225         * message.el (message-tab): Use the current value of
8226         indent-line-function.
8227         (message-mode): Bind indent-line-function to indent-relative.
8228
8229 2001-08-08  Simon Josefsson  <jas@extundo.com>
8230
8231         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8232         whether `imtest' is installed.
8233
8234 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8235         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8236
8237         * gnus-sum.el (gnus-summary-show-article): Call
8238         gnus-summary-update-secondary-secondary-mark.
8239         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8240         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8241
8242 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8243
8244         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8245
8246         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8247
8248         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8249         <gerd@gnu.org>.
8250
8251         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8252
8253         * gnus-util.el (gnus-output-to-rmail): Ditto.
8254         (gnus-output-to-mail): Ditto.
8255
8256         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8257
8258 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8259
8260         * message.el (message-indent-citation): Use
8261         `message-yank-cited-prefix' for empty lines.
8262
8263 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8264
8265         * message.el (message-indent-citation): Quote only lines starting
8266         with ">" using `message-yank-cited-prefix'.
8267
8268 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8269         Trivial patch.
8270
8271         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8272         gnus-cache-fully-p.
8273
8274 2001-08-04  Simon Josefsson  <jas@extundo.com>
8275
8276         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8277         file if it doesn't exist (by calling gnus-cache-read-active).
8278
8279 2001-08-04  Simon Josefsson  <jas@extundo.com>
8280
8281         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8282         (gnus-cache-passively-or-fully-p): Removed.
8283         (gnus-cache-fully-p): Fix it.
8284
8285         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8286
8287 2001-08-04  Simon Josefsson  <jas@extundo.com>
8288
8289         * gnus-cache.el (gnus-cache-fully-p)
8290         (gnus-cache-passively-or-fully-p): New functions.
8291         (gnus-cache-possibly-enter-article): Cosmetic change, use
8292         `g-c-p-o-f-p'.
8293         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8294         was bogus (`g-c-p-a-a' does not change active info, just change
8295         the functions parameters).
8296         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8297         not removed in groups that match `gnus-uncacheable-groups'.
8298
8299         Reported and modifications based on discussions with Nuutti
8300         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8301
8302 2001-08-04  Simon Josefsson  <jas@extundo.com>
8303         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8304
8305         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8306         calls `gnus-cache-update-active' if bounds has been extended.
8307
8308 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8309
8310         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8311         before remove.
8312         (gnus-mime-security-show-details): Ditto.
8313
8314 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8315
8316         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8317         syntax.  Protect string-match against nil string and regexp.
8318
8319 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8320
8321         * mm-util.el (mm-find-charset-region): Remove control-1.
8322
8323 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8324
8325         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8326
8327 2001-08-04  Simon Josefsson  <jas@extundo.com>
8328
8329         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8330         buffer.  Delete MIME-Version header.
8331
8332 2001-08-03  Simon Josefsson  <jas@extundo.com>
8333
8334         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8335         that is entered does not necessarily have the highest article
8336         number in the group, so use `gnus-cache-possibly-alter-active'
8337         instead of `gnus-cache-update-active'.
8338
8339 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8340
8341         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8342
8343 2001-08-03  Simon Josefsson  <jas@extundo.com>
8344
8345         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8346         menu.
8347
8348 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus.el (post-method): New group parameter.  It also provides
8351         the user option `gnus-post-method-alist' and the internal function
8352         `gnus-parameter-post-method'.
8353
8354         * gnus-msg.el (gnus-post-method): Bind the value of
8355         `gnus-post-method' to the group parameter if it is defined.
8356
8357 2001-08-02  Simon Josefsson  <jas@extundo.com>
8358
8359         * smime.el (smime-extra-arguments): Removed.
8360         (smime-call-openssl-region): Don't use it.
8361
8362 2001-08-02  Simon Josefsson  <jas@extundo.com>
8363
8364         * smime.el (smime-sign-region): Handle stderr.
8365         (smime-encrypt-region): Ditto.
8366
8367         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8368         match the ASN.1 length bytes.
8369         (mm-pkcs7-enveloped-magic): Ditto.
8370         (mm-view-pkcs7-get-type): Don't regexp quote.
8371
8372 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8373         From Andreas Fuchs <asf@void.at>
8374
8375         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8376
8377 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8378
8379         * gnus-art.el (gnus-header-button-alist): References regexp.
8380
8381 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8382
8383         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8384         already fboundp.  Add INTERACTIVE arg to autoload form.
8385
8386 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8387
8388         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8389
8390         * nnmail.el (nnmail-cache-open): Ditto.
8391
8392 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8393
8394         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8395
8396 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8399
8400 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8401         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8402
8403         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8404         (gnus-agent-toggle-plugged): Use it.
8405
8406 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8407
8408         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8409         (gnus-ding-file-coding-system): New variable.
8410         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8411         (gnus-slave-save-newsrc): Use it.
8412
8413 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8414
8415         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8416         syntax.
8417
8418 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8419         Originally from Andreas Fuchs <asf@void.at>
8420
8421         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8422         (mml2015-gpg-pretty-print-fpr): New function.
8423         (mml2015-gpg-extract-signature-details): More details, rename from
8424         `m-g-e-from'.
8425         (mml2015-gpg-verify): Use them.
8426         (mml2015-gpg-clear-verify): Use them.
8427
8428 2001-07-31  Simon Josefsson  <jas@extundo.com>
8429
8430         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8431         buffer when done.
8432
8433 2001-07-30  Simon Josefsson  <jas@extundo.com>
8434
8435         * smime.el (smime-call-openssl-region): Revert previous change,
8436         just pass on buf to `call-process-region'.
8437         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8438         `smime-new-details-buffer'.  Inserts error messages into buffer.
8439         (smime-noverify-region): Ditto.
8440         (smime-decrypt-region): Ditto.  Handles stderr separately.
8441         (smime-verify-buffer, smime-noverify-buffer)
8442         (smime-decrypt-buffer): Doc fix.
8443         (smime-new-details-buffer): New function.
8444         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8445         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8446         (smime-sign-region, smime-encrypt-region): Don't use
8447         `insert-buffer'.
8448
8449         * mml-smime.el (mml-smime-verify): Fix security button strings.
8450
8451 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8452
8453         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8454         gnus-article-mime-handles.
8455
8456 2001-07-29  Simon Josefsson  <jas@extundo.com>
8457
8458         * mail-source.el (top-level): Require message for message-directory.
8459         (mail-source-directory): Change default to message-directory.
8460
8461         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8462         (smime-certificate-directory, smime-openssl-program)
8463         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8464         (smime-extra-arguments): New variable.
8465         (smime-dns-server): Fix customize group.
8466         (smime-call-openssl-region): Use `smime-extra-arguments'.
8467
8468 2001-07-29  Simon Josefsson  <jas@extundo.com>
8469         From Vladimir Volovich <vvv@vsu.ru>
8470
8471         * smime.el (smime-call-openssl-region): Ignore stderr.
8472
8473 2001-07-29  Simon Josefsson  <jas@extundo.com>
8474         From Christoph Conrad <christoph.conrad@gmx.de>
8475
8476         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8477         file.
8478
8479 2001-07-29  Simon Josefsson  <jas@extundo.com>
8480
8481         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8482
8483         Support S/MIME decryption.
8484
8485         * mm-decode.el (mm-inline-media-tests):
8486         (mm-inlined-types):
8487         (mm-automatic-display):
8488         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8489
8490         * mm-view.el (mm-pkcs7-signed-magic):
8491         (mm-pkcs7-enveloped-magic): New variables.
8492         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8493         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8494         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8495         PKCS#7 blobs.
8496
8497         * smime.el (smime-decrypt-region): Expand keyfile.
8498
8499 2001-07-29  Simon Josefsson  <jas@extundo.com>
8500
8501         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8502         `ssl.el' variables.
8503
8504         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8505         but line instead of narrowing to it, because `nnmail-parse-active'
8506         calls widen.  Thanks to Christoph Conrad
8507         <christoph.conrad@gmx.de>.
8508
8509 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8510
8511         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8512         for %B spec.
8513
8514         * gnus-sum.el (gnus-summary-prepare-threads): If
8515         gnus-sum-thread-tree-root is nil, use subject instead.
8516         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8517         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8518         (gnus-sum-thread-tree-leaf-with-other)
8519         (gnus-sum-thread-tree-single-leaf): Documentation.
8520         (gnus-sum-thread-tree-single-indent): Allow nil.
8521
8522 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8523
8524         * message.el (message-fill-paragraph): Do nothing if the user
8525         wants filladapt-mode.
8526
8527 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8528
8529         * mm-decode.el (mm-image-type-from-buffer): New function.
8530         (mm-get-image): Use it.
8531
8532 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8533
8534         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8535
8536         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8537         mm-display-parts too.
8538
8539 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8540
8541         * nnfolder.el (nnfolder-request-accept-article): Bind
8542         nntp-server-buffer.
8543
8544         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8545         nntp-server-buffer.
8546
8547 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8548
8549         * message.el (message-check-news-header-syntax): Use
8550         message-post-method.
8551         (message-send-news): Bind message-post-method.
8552
8553 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8554
8555         * mml.el (mml-tweak-type-alist): New variable.
8556         (mml-tweak-function-alist): New variable.
8557         (mml-tweak-part): New function.
8558         (mml-generate-mime-1): Use it.
8559
8560 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8561
8562         * nnfolder.el (nnfolder-request-accept-article): Replace
8563         nnfolder-request-list.
8564
8565 2001-07-27  Simon Josefsson  <jas@extundo.com>
8566
8567         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8568         nnoo-change-server failed to do it.
8569
8570 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8571
8572         * gnus.el (gnus-parameters): Make it customizable.
8573
8574 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8575
8576         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8577
8578         * message.el (message-set-auto-save-file-name): More
8579         poor-system-types.
8580
8581         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8582
8583         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8584         supports +.
8585
8586 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8587
8588         * mm-decode.el (mm-readable-p): New function.
8589         (mm-inline-media-tests): Fix the default testers.
8590
8591 2001-07-26  Simon Josefsson  <jas@extundo.com>
8592
8593         * nnimap.el (nnimap-version): Bump version number.
8594
8595 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8596         From Steven E. Harris <seh@speakeasy.org>
8597
8598         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8599         in M$Windows too.
8600
8601 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8602
8603         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8604
8605 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8606
8607         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8608
8609         * mm-decode.el (mm-get-image): Guess then use the type.
8610
8611         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8612
8613 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8614
8615         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8616         display (%B) for threads if threading is off.
8617
8618 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8619         From Henrik Enberg <henrik@enberg.org>
8620
8621         * gnus-msg.el: Customization patch.
8622
8623 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8624
8625         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8626         variable.
8627         (nnmail-split-fancy-with-parent): Ignore certain groups.
8628
8629 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8630
8631         * gnus-util.el (gnus-byte-compile): New function.
8632         (gnus-use-byte-compile): New variable.
8633         (gnus-make-sort-function): Use it.
8634
8635         * nnmail.el (nnmail-get-new-mail): Use it.
8636
8637         * gnus-agent.el (gnus-category-make-function): Simple function or
8638         compiled function.
8639         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8640
8641         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8642         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8643         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8644
8645         * message.el (message-check-news-header-syntax): Remove quote.
8646
8647 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8648
8649         * message.el (message-use-mail-followup-to): `t' is not a
8650         documented value.
8651
8652 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8653
8654         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8655
8656 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8657
8658         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8659         there are long lines.
8660
8661 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8662
8663         * dgnushack.el (copy-list): New compiler macro.
8664
8665 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8666
8667         * message.el (message-bounce): If no Return-Path, the whole
8668         content is considered as the original message.
8669
8670         * nnml.el (nnml-check-directory-twice): New variable.
8671         (nnml-article-to-file): Use it.
8672         (nnml-retrieve-headers): Hack it.
8673
8674 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8675
8676         * gnus-win.el (gnus-buffer-configuration): New configure.
8677
8678         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8679         not alive.
8680
8681         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8682         (mm-display-external): Use display-term configure.
8683
8684 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8685
8686         * gnus-delay.el (gnus-delay-default-hour): New variable.
8687         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8688
8689 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8690         From Karl Kleinpaste <karl@charcoal.com>
8691
8692         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8693         (gnus-summary-prepare-threads): Ditto.
8694
8695         * gnus.el (gnus-summary-line-format): Add %B.
8696
8697 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8700
8701         * mm-util.el (mm-string-as-multibyte): New function.
8702
8703         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8704
8705 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8706
8707         * mm-util.el (mm-universal-coding-system): New variable.
8708
8709         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8710
8711         * score-mode.el (score-mode-coding-system): Use it.
8712
8713 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus-start.el (gnus-setup-news): Call
8716         `gnus-check-bogus-newsgroups' just after the native server is
8717         opened.
8718
8719 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8720
8721         * nnmail.el (nnmail-do-request-post): Util function to be used by
8722         `nnchoke-request-post' for all nnmail-derived backends.
8723
8724         * nnml.el (nnml-request-post): Use it.
8725
8726         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8727         backend, for it groks nnml-request-post.
8728
8729         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8730         Treat `mail-post' backends like `mail' backends, not like `news'
8731         backends.
8732
8733 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8734
8735         * gnus-msg.el (gnus-setup-message): make-local-hook.
8736
8737 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8738
8739         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8740         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8741         <karl@charcoal.com>, slightly changed by Kai.
8742
8743         * message.el (message-check-news-header-syntax): When checking
8744         whether the groups exist, check the right server based on
8745         `gnus-post-method'.
8746
8747 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8748
8749         * gnus-delay.el: New file.
8750
8751 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * mm-util.el (mm-read-coding-system): Take two arguments.
8754
8755         * gnus-sum.el (gnus-summary-show-article): Use
8756         mm-read-coding-system.
8757
8758         * gnus-art.el (article-de-quoted-unreadable):
8759         (article-de-base64-unreadable, article-wash-html):
8760         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8761
8762 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8763
8764         * nnml.el (nnml-request-post): New function.  Can be used for
8765         annotations in nnml groups.
8766
8767 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8768
8769         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8770         command.
8771
8772         * gnus-start.el (gnus-find-new-newsgroups): Use
8773         `message-make-date' instead of `current-time-string'.
8774         (gnus-ask-server-for-new-groups): Ditto.
8775         (gnus-check-first-time-used): Ditto.
8776
8777 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8778
8779         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8780
8781 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8782
8783         * message.el (message-shorten-references): Change `maxcount' and
8784         `cut' to obey USEFOR draft 5.
8785
8786 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8787
8788         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8789         (gnus-summary-set-article-display-arrow): New function.
8790         (gnus-summary-goto-subject): Use it.
8791
8792 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8793
8794         * gnus-sum.el (gnus-summary-import-article): Insert date if
8795         doesn't exist.
8796
8797 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8798
8799         * mml.el (mml-content-type-parameters): New variable.
8800         (mml-content-disposition-parameters): New variable.
8801         (mml-insert-mime-headers): Use them.
8802         (mml-parse-1): Accept charset.
8803
8804 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8805
8806         * gnus-group.el (gnus-group-select-group): Doc fix.
8807
8808         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8809
8810 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8811
8812         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8813         to handle `define-derived-mode'.
8814
8815 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8816         From:  Stefan Monnier  <monnier@cs.yale.edu>
8817
8818         * message.el (message-mode): Use define-derived-mode.
8819         (message-tab): message-completion-alist.
8820
8821         * imap.el (imap-interactive-login): Use make-local-variable.
8822         (imap-open): Ditto.
8823         (imap-authenticate): Ditto.
8824
8825         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8826
8827         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8828
8829 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8830
8831         * message.el (message-citation-line-function): Refer to
8832         gnus-cite-attribution-suffix.
8833
8834 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8835
8836         * gnus-art.el,...: Error convention changes.
8837
8838 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8839
8840         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8841
8842 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8843
8844         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8845         (nnrss-read-server-data): Ditto.
8846
8847 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8848
8849         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8850         * Cleanup files.
8851         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8852
8853 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8854
8855         * gnus.el (gnus-summary-line-format): Add %o.
8856
8857         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8858         unless shell outputs something.
8859
8860 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861
8862         * gnus-art.el (gnus-boring-article-headers): Better doc.
8863         (article-hide-headers): Better regexp.
8864         Suggested by Matt Swift <swift@alum.mit.edu>.
8865
8866         * nnheader.el (nnheader-max-head-length): Better doc.
8867         (nnheader-header-value): Skip spaces.
8868         (nnheader-parse-head): Remove space.
8869         Suggested by Matt Swift <swift@alum.mit.edu>.
8870
8871         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8872         (gnus-get-newsgroup-headers): Remove space.
8873
8874 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8875
8876         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8877         (gnus-summary-reply): Use it.
8878         (gnus-summary-reply-broken-reply-to): New function.
8879         (gnus-msg-force-broken-reply-to): New function.
8880
8881         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8882
8883 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8884
8885         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8886
8887 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8888
8889         * mm-decode.el (mm-external-terminal-program): New variable.
8890         (mm-display-external): Use it. Use term to display when no
8891         window-system.
8892
8893 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8894
8895         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8896         Browse->Next entries to Browse->Prev
8897
8898 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8899
8900         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8901
8902 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8903
8904         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8905         for the default encoding.
8906
8907         * nnrss.el (nnrss-url-field): New field.
8908         (nnrss-request-article): Add newsgroups.
8909
8910         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8911
8912 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8913
8914         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8915
8916         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8917         (gnus-draft-setup): Remove backlog.
8918
8919 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8920
8921         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8922         Cleanup.
8923
8924 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * gnus-msg.el (gnus-bug): Erase buffer.
8927
8928         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
8929
8930 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8931
8932         * mm-decode.el (mm-attachment-override-p): Fix typo.
8933
8934 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
8935
8936         * gnus-kill.el (gnus-execute): Work with the extra headers.
8937         * gnus-sum.el (gnus-summary-execute-command): Ditto.
8938
8939 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8940
8941         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
8942         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
8943
8944         * message.el (message-send-mail-real-function): New variable.
8945         (message-send-mail-partially, message-send-mail):
8946
8947         * nngateway.el (nngateway-request-post): Use it.
8948
8949         * gnus-agent.el (gnus-agentize): Use it.
8950
8951         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
8952         (nnsoup-revert-variables): Use it.
8953
8954 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
8955
8956         * mm-decode.el (mm-inline-media-tests): Default to displaying as
8957         text/plain if the type doesn't match any other media types.
8958         (mm-inlined-types): Doc fix.
8959         (mm-display-inline): Revert previous change (now handled by a
8960         default type in `mm-inline-media-tests'.
8961         (mm-inlinable-p): Revive.
8962         (mm-display-part): Call `mm-inlinable-p'.
8963         (mm-attachment-override-p): Ditto.
8964         (mm-inlined-p): Doc fix.
8965
8966         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
8967         well as `mm-inlined-p'.
8968
8969 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
8972         (nntp-send-command-and-decode): Use gnus-point-at-bol.
8973
8974 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8975         From  Paul Jarc <prj@po.cwru.edu>
8976
8977         * message.el (message-use-mail-followup-to): New variable.
8978         (message-get-reply-headers): Use it.
8979
8980 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
8981
8982         * nnheader.el (nnheader-init-server-buffer): Make sure the
8983         *nntpd* buffer is made multibyte instead of a random buffer.
8984
8985 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8986
8987         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
8988         when it returns headers.
8989
8990 2001-07-07  Simon Josefsson  <jas@extundo.com>
8991
8992         * rfc2047.el (rfc2047-encode-message-header): Skip header when
8993         trying to fold. Thanks to Colin Walters
8994         <walters@cis.ohio-state.edu>
8995
8996 2001-07-06  Simon Josefsson  <jas@extundo.com>
8997
8998         * imap.el (imap-parse-address-list, imap-parse-flag-list)
8999         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9000         Add information in `assert's.
9001
9002         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9003         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9004         and `nnimap-group-overview-filename', should handle all
9005         change-of-uidvalidity related issues.  But there may be other
9006         problems.)
9007
9008 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9009
9010         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9011         header name when folding.
9012
9013 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9014
9015         * mm-decode.el (mm-inlined-types): Document relationship with
9016         `mm-inline-media-tests'.
9017         (mm-display-inline): Default to displaying as plain text if no
9018         inlining handler is available.
9019         (mm-inlinable-p): Remove.
9020         (mm-inlined-p): Don't call `mm-inlinable-p'.
9021         (mm-automatic-display-p): Ditto.
9022         (mm-attachment-override-p): Ditto.
9023
9024 2001-07-04  Simon Josefsson  <jas@extundo.com>
9025
9026         * nnimap.el (nnimap-importantize-dormant): New variable.
9027         (nnimap-request-update-info-internal): Use it.
9028         (nnimap-request-set-mark): Ditto.
9029
9030 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9031
9032         * nntp.el (nntp-send-command): don't pass a buffer argument to
9033         `point'. Only XEmacs accepts this.
9034         * nntp.el (nntp-send-command-nodelete): ditto.
9035         * nntp.el (nntp-send-command-and-decode): ditto.
9036
9037 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9038
9039         * nntp.el (nntp-open-connection-function): doc update.
9040         * nntp.el (nntp-pre-command): New.
9041         * nntp.el (nntp-via-rlogin-command): New.
9042         * nntp.el (nntp-via-telnet-command): New.
9043         * nntp.el (nntp-via-telnet-switches): New.
9044         * nntp.el (nntp-via-user-name): New.
9045         * nntp.el (nntp-via-user-password): New.
9046         * nntp.el (nntp-via-address): New.
9047         * nntp.el (nntp-via-envuser): New.
9048         * nntp.el (nntp-via-shell-prompt): New.
9049         * nntp.el (nntp-open-telnet-stream): New.
9050         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9051         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9052         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9053         * nntp.el (nntp-send-command): ditto.
9054         * nntp.el (nntp-send-command-nodelete): ditto.
9055         * nntp.el (nntp-send-command-and-decode): ditto.
9056
9057 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9058         Trivial patch.
9059
9060         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9061         `when'.
9062
9063 2001-07-03  Simon Josefsson  <jas@extundo.com>
9064         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9065
9066         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9067
9068 2001-07-03  Simon Josefsson  <jas@extundo.com>
9069
9070         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9071         remove it (workaround XEmacs `fill-region' bug).
9072
9073 2001-07-01  Simon Josefsson  <jas@extundo.com>
9074
9075         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9076
9077 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9078
9079         * mml2015.el (mml2015-format-error): New function.
9080         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9081         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9082         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9083
9084 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9085
9086         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9087         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9088
9089         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9090         group variables.
9091
9092 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9093
9094         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9095
9096         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9097         (nnrss-save-group-data): Ditto.
9098
9099         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9100
9101 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9102
9103         * message.el (message-do-send-housekeeping): Narrow to headers.
9104
9105 2001-06-24  Simon Josefsson  <jas@extundo.com>
9106
9107         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9108         insertion when breaking lines looked for " \t" instead of "[ \t]".
9109         (rfc2047-encode-message-header): Fold lines even if
9110         no QP encoding is done.
9111
9112 2001-06-23  Simon Josefsson  <jas@extundo.com>
9113         From Samuel Tardieu <sam@inf.enst.fr>
9114
9115         * smime.el (smime-keys): Support additional certificates.
9116         (smime-make-certfiles): New function.
9117         (smime-sign-region): Use previous variables.
9118         (smime-get-certfiles): New function.
9119         (smime-sign-buffer): Use it.
9120         (smime-verify-region): Support both CAfile and CApath.
9121
9122 2001-06-23  Simon Josefsson  <jas@extundo.com>
9123
9124         * smime.el (smime-decrypt-region): Perhaps work.
9125
9126 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9127
9128         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9129
9130 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9131
9132         * mm-decode.el (mm-save-part): Rewrite file name.
9133         (mm-file-name-rewrite-functions): New variable.
9134         (mm-file-name-delete-whitespace): New function.
9135         (mm-file-name-trim-whitespace): New function.
9136         (mm-file-name-collapse-whitespace): New function.
9137         (mm-file-name-replace-whitespace): New variable and function.
9138
9139 2001-06-22  Simon Josefsson  <jas@extundo.com>
9140
9141         * message.el (message-make-date): Workaround locale for weekdays.
9142
9143 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9144
9145         * message.el (message-goto-body): Return nil if not found. (revert!)
9146
9147 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9148         From Fremlin <chief@bandits.org>
9149
9150         * message.el (message-goto-body): Some messages have no header.
9151
9152         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9153
9154 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9155
9156         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9157
9158 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9159
9160         * message.el (message-make-date): Add week day.
9161         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9162
9163 2001-06-19  Simon Josefsson  <jas@extundo.com>
9164
9165         * message.el (message-yank-prefix): Doc fix.
9166         (message-yank-cited-prefix): Ditto.
9167         (message-delete-not-region): Keep citation prefix on first line,
9168         if possible and appropriate.
9169
9170 2001-06-19  Simon Josefsson  <jas@extundo.com>
9171
9172         * imap.el (imap-process-connection-type): New variable.
9173         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9174         recent `imtest's work completely (no line length issues), while
9175         making making old `imtest's unusable.  Thanks to NAGY Andras
9176         <nagya@inf.elte.hu> for his work.
9177
9178 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9179
9180         * imap.el (imap-ssl-program): Add -quiet to shut up
9181         OpenSSL/SSLeay's internal debug talk.
9182
9183 2001-06-19  Matt Armstrong  <matt@lickey.com>
9184
9185         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9186         server.
9187
9188 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9189
9190         * nnmail.el (nnmail-article-buffer): New variable.
9191         (nnmail-split-incoming): Use it.
9192
9193 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9194
9195         * qp.el (quoted-printable-decode-region): If called interactively,
9196         use coding-system-for-read.
9197
9198 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * message.el (message-check-news-header-syntax): Check Reply-To.
9201
9202 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9203
9204         * mml.el (mml-parse-1): Use message options.
9205
9206         * message.el (message-do-fcc): Don't do anything if there is no
9207         FCC.
9208
9209 2001-06-16  Simon Josefsson  <jas@extundo.com>
9210
9211         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9212         (nnimap-expunge-search-string): New variable.
9213         (nnimap-request-expire-articles): Use it.
9214
9215 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9216
9217         * message.el (message-send-mail-with-qmail): wrong exit status is
9218         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9219
9220 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9221
9222         * gnus-art.el (article-strip-multiple-blank-lines): Use
9223         delete-region instead of replace-match.
9224
9225 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9226
9227         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9228         (nnweb-google-wash-article): Ditto.
9229
9230 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9231
9232         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9233
9234 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9237         specs.
9238
9239 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9240
9241         * gnus.el (gnus-email-address): Move it here.
9242
9243         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9244         requested.
9245         (article-de-base64-unreadable): Ditto.
9246         (article-wash-html): Ditto.
9247
9248 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9249
9250         * message.el (message-options-set-recipient): Don't add ", "
9251         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9252
9253 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9254
9255         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9256
9257 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9258
9259         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9260         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9261
9262         * nnrss.el (nnrss-node-text): Node might be nil.
9263
9264 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9265
9266         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9267         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9268
9269         * nnrss.el (nnrss-group-alist): More items.
9270
9271 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9272
9273         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9274
9275 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9276         Trivial patch from Dale Hagglund  <rdh@best.com>
9277
9278         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9279         restrict clauses.
9280
9281 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9282
9283         From Benjamin Rutt <brutt+news@bloomington.in.us>
9284
9285         * message.el (message-wide-reply-confirm-recipients): New variable.
9286
9287 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9288         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9289
9290         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9291         fix so it works with XEmacs.
9292
9293 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9294
9295         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9296         headers.
9297
9298 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9299
9300         * nnrss.el: Fix a few bugs.
9301
9302 2001-06-05  Simon Josefsson  <jas@extundo.com>
9303
9304         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9305         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9306
9307 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9308
9309         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9310         binary so that we don't transmit ISO 2022 garbage to the process.
9311         This is needed under XEmacs.
9312
9313 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9314
9315         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9316         autoloaded incorrectly below because ssl-program-* is bound.)
9317         Thanks to Amos Gouaux for report.
9318
9319 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9320
9321         * imap.el (imap-kerberos4-open):
9322         (imap-gssapi-open):
9323         (imap-ssl-open):
9324         (imap-network-open):
9325         (imap-shell-open):
9326         (imap-starttls-open): Set buffer to workaround spurious
9327         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9328         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9329         Colman <colman@ppllc.com> for report.
9330
9331 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9332
9333         * gnus-sum.el (gnus-summary-catchup): New argument.
9334         (gnus-summary-catchup-from-here): New function.
9335
9336 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9337
9338         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9339         back, then insert glyph.  (Before, the glyph was inserted first,
9340         then the newline.)  This works around a behavior in XEmacs where
9341         it is not possible to insert a character after a glyph which is at
9342         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9343
9344 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9345
9346         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9347
9348         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9349         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9350         mm-destroy-postponed-undisplay-list): New functions.
9351         (mm-display-external): Use them.
9352
9353 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9354
9355         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9356         `default-low' when evaluating `gnus-summary-highlight'.
9357         From Raja R Harinath <harinath@cs.umn.edu>.
9358
9359 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9360
9361         * message.el (message-yank-cited-prefix): New variable.
9362         (message-indent-citation): Use it.
9363
9364         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9365         as details.
9366         (mml2015-mailcrypt-clear-verify): Ditto.
9367
9368 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9369         From Nevin Kapur <nevin@jhu.edu>.
9370
9371         * gnus-sum.el (gnus-summary-default-high-score,
9372         gnus-summary-default-low-score): New variables.
9373         (gnus-summary-highlight): Use them.
9374
9375 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9376
9377         * message.el (message-mail): pass the 'send-actions argument to
9378         `message-setup'.
9379
9380 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9381         From Raymond Scholz <ray-2001@zonix.de>
9382
9383         * gnus-art.el (gnus-mime-view-part-as-charset):
9384         (gnus-mime-internalize-part): Doc fixes.
9385
9386 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9387
9388         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9389         status lines without any text ("^215$").
9390
9391 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9392
9393         * nnrss.el (nnrss-check-group): Reverse.
9394
9395 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9396
9397         * message.el (message-get-reply-headers):
9398         (message-followup): Fix typo, suggested by David Green
9399         <dgreen@uab.edu>
9400
9401 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9402
9403         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9404
9405         * nnrss.el (nnrss-open-server): Read server data when it is called.
9406         (nnrss-request-expire-articles): Fix.
9407
9408 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9409
9410         * message.el (message-do-send-housekeeping): mail-abbrevs may
9411         rename buffer behind Gnus.
9412
9413 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9414
9415         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9416         (nnrss-group-alist): Add more resources.
9417         (nnrss-check-group): Ignore errors.
9418
9419 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9420
9421         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9422
9423         * nnslashdot.el (nnslashdot-request-list): Add time.
9424         (nnslashdot-request-expire-articles): New function.
9425
9426         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9427         secondary methods too.
9428
9429 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9430
9431         * message.el (message-use-followup-to): Set default value to t.
9432
9433 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9434
9435         * message.el (message-dont-reply-to-names): Fix documentation.
9436         (message-get-reply-headers): Use Mail-Followup-To only for wide
9437         replies.
9438
9439 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9440
9441         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9442         correctly.
9443         (nnrss-check-group): Use time.
9444
9445 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9446
9447         * gnus.el: Oort Gnus v0.03 is released.
9448
9449 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9452         group.
9453
9454 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9455
9456         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9457
9458 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9459
9460         * nnultimate.el (nnultimate-retrieve-headers): Return all
9461         available headers.
9462
9463         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9464         (gnus-get-newsgroup-headers-xover): Use it.
9465
9466 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9467
9468         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9469
9470 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9471
9472         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9473
9474 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9475
9476         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9477         disable it.
9478
9479         * gnus.el (gnus-info-nodes): Remove a few The's.
9480
9481 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9482
9483         * mail-source.el (mail-source-movemail): Call-process may return a
9484         signal description string.
9485
9486         * gnus-start.el (gnus-read-newsrc-el-file):
9487         gnus-newsrc-file-version may be nil.
9488
9489         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9490         Suggested by Michael Sperber [Mr. Preprocessor]
9491         <sperber@informatik.uni-tuebingen.de>.
9492
9493 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9494
9495         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9496
9497 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9498
9499         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9500         fontify HANDLE.
9501
9502 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9503
9504         * smime.el (smime-ask-passphrase): Rework to return value.
9505         (smime-sign-region): Rework to bind value and use it.
9506         (smime-decrypt-region): Ditto.
9507
9508 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9509         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9510
9511         * smime.el (smime-ask-passphrase): New function.
9512         (smime-sign-region): Use it.
9513         (smime-encrypt-cipher): New variable.
9514         (smime-decrypt-region): Ditto.
9515
9516 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9517         Committed by Simon Josefsson  <simon@josefsson.org>
9518
9519         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9520         the log.
9521
9522 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9523
9524         * gnus.el: Oort Gnus v0.02 is released.
9525
9526 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9527
9528         * gnus.el: Oort Gnus v0.01 is released.
9529
9530 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * gnus-sum.el (gnus-summary-highlight): Highlight read
9533         undownloaded articles as read articles.
9534
9535         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9536         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9537         articles, even read ones, as such.
9538
9539         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9540         (gnus-find-matching-articles): New function.
9541         (gnus-summary-limit-include-matching-articles): New command.
9542         (gnus-summary-limit-include-thread): Include articles that have
9543         matching subjects.
9544         (gnus-offer-save-summaries): Clean up.
9545
9546 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9547
9548         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9549
9550 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9551         From Jason Merrill <jason_merrill@redhat.com>
9552
9553         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9554
9555 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9556         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9557
9558         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9559         newsgroup names when the original article is a news message.
9560
9561 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9562
9563         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9564         supported. Suggest by Jim Meyering <jim@meyering.net>.
9565
9566 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9567         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9568
9569         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9570         regexp in nnmail-split-fancy.
9571
9572 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9573
9574         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9575
9576 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9577
9578         * message.el (message-send-mail): Improve the interaction with the
9579         user.
9580
9581 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9582
9583         * imap.el (imap-message-copy): Work around buggy servers that
9584         doesn't send TRYCREATE tags.
9585
9586 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9587
9588         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9589
9590 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9591
9592         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9593         date.
9594
9595 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596
9597         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9598         lives.
9599
9600 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9601
9602         * gnus-art.el (gnus-parse-news-url): New function.
9603         (gnus-button-handle-news): New function.
9604         (gnus-button-alist): Point to new functions.
9605
9606         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9607
9608         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9609         gnus-format-specs.
9610
9611         * message.el (message-check-news-header-syntax): Question even
9612         when Gnus doesn't know the group names.
9613         (message-send-news): Clean up.
9614
9615         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9616         exited on purpose without saving.
9617
9618         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9619
9620 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9621
9622         * gnus-score.el (gnus-score-orphans): Clean up.
9623
9624         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9625
9626         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9627         later.
9628
9629         * gnus-start.el (gnus-close-all-servers): Find the right items to
9630         close.
9631
9632         * qp.el (quoted-printable-decode-region): Just message
9633         malformation; don't quit.
9634
9635 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9636         From Gerd Moellmann <gerd@gnu.org>.
9637
9638         * gnus.el (gnus-interactive): A typo.
9639
9640 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9641         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9642
9643         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9644         `assq-delete-all', if that function exists; otherwise use the old
9645         definition. Documentation changed to match the one in
9646         `assq-delete-all'.
9647
9648 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9649
9650         * gnus-start.el (gnus-close-all-servers): New function.
9651
9652         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9653         (gnus-server-remove-denials): Clean up.
9654
9655         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9656         keystroke.
9657
9658 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * message.el (message-send-news): Message where we are sending.
9661         (message-send-mail): Ditto.
9662
9663         * gnus.el (gnus-server-string): New function.
9664
9665         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9666
9667         * mm-decode.el (mm-default-directory): Customized.
9668         (mm-tmp-directory): Ditto.
9669
9670         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9671         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9672         or Chars.
9673         (gnus-summary-line-format-alist): ?l is now a string.
9674         (gnus-summary-prepare-threads): Output ? for unknown lines.
9675         (gnus-summary-insert-line): Ditto.
9676         (gnus-summary-print-article): Unbalanced parentheses.
9677
9678         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9679         out whether new stuff has arrived.
9680
9681 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9682
9683         * gnus-sum.el: Let printing work on ttys on Emacs.
9684
9685 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9688         when forcing news.
9689
9690         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9691         command.
9692
9693 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9694
9695         * message.el (message-set-auto-save-file-name): Don't use
9696         asterisks under nt.
9697
9698 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9699
9700         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9701         lists of articles.
9702
9703         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9704
9705         * gnus-msg.el (gnus-put-message): Clean up.
9706         (gnus-summary-reply): Mark all replied-to articles as replied to.
9707         (gnus-inews-add-send-actions): Also mark as forwarded.
9708         (gnus-summary-mail-forward): Mark as forwarded.
9709
9710         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9711         of articles.
9712         (gnus-summary-mark-article-as-forwarded): Ditto.
9713
9714         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9715         forwarded.
9716         (gnus-summary-mail-forward): Clean up.
9717
9718         * gnus.el (gnus-article-mark-lists): Added forward.
9719
9720         * gnus-sum.el (gnus-forwarded-mark): New variable.
9721         (gnus-summary-prepare-threads): Use it.
9722         (gnus-summary-update-secondary-mark): Ditto.
9723         (gnus-newsgroup-forwarded): New variable.
9724
9725 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9726
9727         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9728         (gnus-summary-very-wide-reply): New command and keystroke.
9729         (gnus-summary-very-wide-reply-with-original): Ditto.
9730
9731         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9732         (gnus-score-adaptive): Use it.
9733
9734         * gnus-start.el (gnus-get-unread-articles): Clean up.
9735
9736 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9737
9738         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9739         boards.
9740
9741 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9742
9743         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9744         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9745
9746 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9747
9748         * nnultimate.el (nnultimate-retrieve-headers): Understand
9749         long-form month names.
9750
9751 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9752
9753         * gnus-sum.el (gnus-summary-show-all-headers):
9754         gnus-article-show-all-headers is broken. Use
9755         gnus-summary-toggle-header instead.
9756
9757         * mml2015.el (mml2015-gpg-extract-from): No error.
9758
9759 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9760         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9761
9762         * mml2015.el (mml2015-gpg-extract-from): New function.
9763         (mml2015-gpg-verify): Use it.
9764         (mml2015-gpg-clear-verify): Use it.
9765
9766 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9767
9768         * message.el (message-setup-fill-variables): Use
9769         fill-paragraph-function.
9770         (message-fill-paragraph): Take an argument.
9771         (message-newline-and-reformat): Take another argument.
9772
9773 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9774
9775         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9776
9777 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9778
9779         * message.el (message-forward): local-variable-p takes an extra
9780         argument in XEmacs.
9781
9782 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9783
9784         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9785         `nnimap-use-nov-p' (it really tested the negative).
9786         (nnimap-retrieve-headers): Use it.
9787
9788 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9789
9790         * message.el (message-generate-headers-first): Update doc.
9791
9792 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9793         Trivial patch.
9794
9795         * gnus.el (gnus-summary-line-format): Typo.
9796
9797 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9798
9799         * mailcap.el (mailcap-mime-data): Add application/sieve.
9800         (mailcap-mime-extensions): Add .siv, .xls.
9801
9802 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9803         From Christoph Conrad <christoph.conrad@gmx.de>
9804
9805         * gnus-score.el (gnus-summary-lower-thread): Typo.
9806
9807 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9808
9809         * message.el (message-forward-decoded-p): New variable.
9810         (message-forward-subject-author-subject): Use it.
9811         (message-make-forward-subject): Use it.
9812         (message-forward): Use it.
9813
9814         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9815
9816         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9817         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9818
9819 ;;Has been fixed -- zsh.
9820 ;;2001-03-05  Dave Love  <fx@gnu.org>
9821 ;;
9822 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9823 ;;      Move it after definition of mm-coding-system-p.
9824 ;;
9825 2001-03-01  Dave Love  <fx@gnu.org>
9826
9827         * mm-util.el (mm-inhibit-file-name-handlers): Add
9828         image-file-handler.
9829
9830 2001-02-11  Dave Love  <fx@gnu.org>
9831
9832         * message.el (message-signature-file): Fix doc, :type.
9833
9834 2001-02-08  Dave Love  <fx@gnu.org>
9835
9836         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9837         (message-posting-charset): Defvar when compiling again.
9838         (rfc2047-encodable-p): Require message.
9839
9840         * gnus-sum.el (gnus-alter-articles-to-read-function):
9841         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9842
9843 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9844
9845         * nnrss.el: New file.
9846
9847 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9848         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9849
9850         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9851         `skip-chars-forward'.
9852
9853 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9854
9855         * nndraft.el (nndraft-request-group): Restore auto save files if
9856         the original files do not exist.
9857
9858 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9861         SCORE paths.
9862
9863         * mm-decode.el (mm-dissect-buffer): Call
9864         mail-extract-address-components only if necessary.
9865
9866 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9867
9868         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9869         directory part.
9870         (gnus-score-search-global-directories): Use file-directory-p.
9871
9872         * gnus-score.el (gnus-score-score-files-1): Use
9873         gnus-kill-files-directory.
9874         From Adrian Aichner <adrian@xemacs.org>.
9875
9876 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9877
9878         * gnus.el (charset): Move here from gnus-sum.el.
9879
9880 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9881
9882         * mml.el (mml-preview): Disable local map.
9883
9884         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9885         gnus-article-post-menu here.
9886
9887         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9888         if it has not been made.
9889
9890 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9891
9892         * gnus-art.el (gnus-article-describe-key): Map key to event.
9893         (gnus-article-describe-key-briefly): Ditto
9894
9895 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9896
9897         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9898
9899 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9900         From Katsumi Yamaoka <yamaoka@jpl.org>.
9901
9902         * dgnushack.el (coerce, merge, subseq): defmacro.
9903
9904 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9905
9906         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9907         A fake defalias in nndraft.el results a not-activated bug in
9908         uncompiled versions.
9909
9910 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9911         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9912
9913         * gnus-util.el (gnus-split-references): Handle malformed References:.
9914
9915 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9916
9917         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9918
9919 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9920         From NAGY Andras <nagya@inf.elte.hu>.
9921
9922         * gnus.el (gnus-parameters): Typo.
9923
9924 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9925
9926         * gnus.el (gnus-read-method): Remove redundancy.
9927
9928 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9929
9930         * nnslashdot.el (nnslashdot-backslash-url): New variable.
9931         (nnslashdot-request-list): Use it.
9932
9933 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9934
9935         * nnml.el (nnml-generate-active-info): Fix the case when there is
9936         no file.
9937
9938         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
9939         (gnus-summary-create-article): New function.
9940
9941         * gnus-group.el (gnus-group-mark-article-read): New function.
9942
9943         * gnus-msg.el (gnus-inews-do-gcc): Use it.
9944
9945         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
9946
9947 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9948
9949         * gnus-art.el (gnus-article-edit-done): Don't use
9950         gnus-article-edit-exit.
9951         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
9952
9953         * gnus.el (gnus-parameters): New variable.
9954         Suggested by NAGY Andras <nagya@inf.elte.hu>.
9955         (gnus-parameters-get-parameter): New function.
9956         (gnus-group-find-parameter): Use it.
9957
9958 2001-02-23  Simon Josefsson  <simon@josefsson.org>
9959
9960         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
9961         change of default value to `current'.
9962
9963 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9964
9965         * nneething.el (nneething-get-head): Insert unreadable file too.
9966
9967 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9968
9969         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
9970
9971         * webmail.el (webmail-type-definition): Deja is bought by google.
9972
9973 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9974
9975         * gnus-sum.el (gnus-fetch-headers): New function.
9976         (gnus-select-newsgroup): Use it.
9977         (gnus-summary-insert-articles): New function.
9978         (gnus-summary-insert-old-articles): New function.
9979         (gnus-summary-insert-new-articles): New function.
9980
9981         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
9982         (gnus-group-list-active): Ditto.
9983         * gnus-sum.el (gnus-set-mode-line): Ditto.
9984         (gnus-summary-read-group-1): Ditto.
9985
9986 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9987
9988         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
9989         current topic.
9990
9991 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9992
9993         * smiley.el (gnus-smiley-display): Don't do widening.
9994
9995         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
9996         within body.
9997
9998         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
9999
10000         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10001         New variable.
10002         (gnus-mime-display-multipart-related-as-mixed): New variable.
10003         (gnus-mime-display-part): Use them.
10004
10005 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10006
10007         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10008         something special.
10009
10010 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10011
10012         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10013         (nnweb-request-article): Call reference if exists.
10014         (nnweb-type-definition): Dejanews is bought by google.com.
10015         Beta!
10016
10017 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10018
10019         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10020
10021 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10022
10023         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10024         gnus-article-sort-functions.
10025         (gnus-article-sort-functions): Doc fix.  Refer to
10026         gnus-thread-sort-functions.
10027
10028 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10029         From Paul Jarc <prj@po.cwru.edu>.
10030
10031         * message.el (message-get-reply-headers): More fixes.
10032
10033 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10034         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10035
10036         * message.el (message-get-reply-headers): Fix bug with
10037         Mail-Followup-To/to-address interaction.
10038
10039 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10040
10041         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10042         gnus-article-copy.
10043
10044 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10045
10046         * message.el (message-do-send-housekeeping): Rename to a better
10047         name.
10048
10049 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10050
10051         * message.el (message-cancel-news): Check article first, then ask
10052         yes or no.
10053
10054 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10055
10056         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10057
10058 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10059
10060         * gnus-range.el (gnus-range-normalize): New function.
10061
10062 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10063
10064         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10065
10066 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10067
10068         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10069
10070         * nnagent.el (nnagent-request-regenerate): New function.
10071
10072         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10073
10074         * nnml.el (nnml-generate-nov-databases): Accept argument
10075         server. Don't open server if it is opened.
10076         (nnml-request-regenerate): Use it. Change to deffoo.
10077
10078 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10079         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10080
10081         * gnus.el (gnus-define-group-parameter): Fix.
10082
10083 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10084
10085         * gnus.el (gnus-define-group-parameter): Improved.
10086
10087         * gnus-sum.el (charset): Define parameter.
10088         (ignored-charsets): Ditto.
10089         (gnus-summary-setup-default-charset): Use them.
10090
10091         * gnus-start.el (gnus-read-descriptions-file): Use them.
10092
10093         * gnus-cus.el (gnus-group-parameters): Remove them.
10094
10095 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10096
10097         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10098
10099 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10100
10101         * gnus-sum.el (gnus-summary-read-group-1): Remove
10102         gnus-summary-set-local-parameters.
10103         (gnus-summary-setup-buffer): Put it here.
10104
10105 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10106
10107         * gnus.el (to-address): Define parameter.
10108         (to-list): Ditto.
10109         * gnus-art.el (article-hide-boring-headers): Use them.
10110         * gnus-msg.el (gnus-post-news): Ditto.
10111         * gnus-cus.el (gnus-group-parameters): Remove them.
10112
10113 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10114
10115         * gnus-draft.el (gnus-draft-reminder): New function.
10116
10117         * gnus-art.el (gnus-sender-save-name): New function.
10118
10119 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10120
10121         * mm-util.el (mm-mime-charset): Error message.
10122
10123 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10124
10125         * message.el (message-check-news-body-syntax): Don't check mml lines.
10126
10127 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10130         subscribe.
10131
10132         * gnus-start.el (gnus-call-subscribe-functions): New function.
10133         (gnus-find-new-newsgroups): Use it.
10134         (gnus-ask-server-for-new-groups): Use it.
10135         (gnus-check-first-time-used): Use it.
10136         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10137         (gnus-subscribe-options-newsgroup-method): Ditto.
10138         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10139         return .
10140
10141 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10142
10143         * gnus-cus.el (gnus-score-customize): Doc fix.
10144
10145 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10146
10147         * dgnushack.el (my-getenv): Typo.
10148
10149 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10150
10151         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10152
10153 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10154
10155         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10156
10157         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10158         (gnus-treatment-function-alist): Use it.
10159         (article-remove-leading-whitespace): New function.
10160         (gnus-article-make-menu-bar): Use it.
10161
10162         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10163         remove-leading-whitespace.
10164         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10165         because of conflict.
10166
10167 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10168
10169         * Makefile.in: Hack generating gnus-load.el.
10170         * dgnushack.el: Ditto.
10171         * gnus-load.el: Remove it.
10172
10173 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10174
10175         * dgnushack.el : Add URLDIR.
10176
10177         * Makefile.in (EMACS_COMP): Ditto.
10178
10179 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10180
10181         * gnus-cus.el (gnus-score-customize): Error on no score file.
10182
10183 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10184
10185         * mm-decode.el (mm-merge-handles): New function.
10186
10187         * mm-view.el (mm-inline-message): Use it.
10188         (mm-view-message): Ditto.
10189
10190         * mm-partial.el (mm-inline-partial): Ditto.
10191
10192         * mm-extern.el (mm-inline-external-body): Ditto.
10193
10194         * gnus-art.el (gnus-mime-view-part): Ditto.
10195         (gnus-mime-view-part-as-type): Ditto.
10196         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10197         cases.
10198
10199 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10200
10201         * message.el (message-cancel-news): Allow to shoot foot.
10202         (message-supersede): Ditto.
10203
10204 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10205         Trivial patch.
10206
10207         * gnus-sum.el (gnus-simplify-subject-re): Use
10208         message-subject-re-regexp.
10209
10210 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10211
10212         * nnmail.el (nnmail-expiry-target-group): Bind
10213         nnmail-cache-accepted-message-ids to nil.
10214
10215         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10216         coding system.
10217
10218 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10219
10220         * qp.el (quoted-printable-encode-region): Make sure characters are
10221         between 00 and FF.  Don't check charset.
10222
10223         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10224         in Emacs 20.
10225         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10226
10227 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10228
10229         * message.el (message-make-forward-subject): Argument decoded.
10230         (message-forward): Use it when digest.
10231
10232         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10233         buffer.
10234
10235 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10236
10237         * message.el (message-generate-headers-first): Doc fix.
10238
10239 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10240
10241         * gnus-art.el (article-make-date-line): Error proof.
10242
10243 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10244
10245         * gnus-group.el (gnus-group-listing-limit): New variable.
10246         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10247
10248         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10249
10250 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10251
10252         * message.el (message-newline-and-reformat): Special case for
10253         breaking at BOL.
10254
10255 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10256
10257         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10258         message/rfc822.
10259
10260 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10261
10262         * message.el (message-encode-message-body): Don't insert
10263         Content-Type if it is inside a mail.
10264
10265 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10266
10267         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10268         gnus-article-commands-menu.
10269
10270         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10271         in Emacs.
10272
10273         * gnus-start.el (gnus-read-descriptions-file): Use
10274         gnus-group-name-charset and gnus-group-charset-alist.
10275
10276 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10277
10278         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10279         active region.
10280
10281         * gnus-start.el (gnus-group-change-level): Remove from both
10282         gnus-zombie-list and gnus-killed-list.
10283
10284 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10285
10286         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10287         gnus-subscribe-topics.
10288
10289         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10290
10291 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10292
10293         * gnus-art.el (gnus-article-make-menu-bar): Make
10294         gnus-article-post-menu.
10295
10296         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10297
10298         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10299
10300         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10301
10302         * message.el (message-mode-menu): Ditto.
10303
10304         * gnus-art.el (defvar): eval-when-compile.
10305
10306 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10307
10308         * gnus-agent.el (gnus-agentize): Fix doc.
10309
10310 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10311
10312         * mml.el (mml-preview): Bind `q'.
10313
10314 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10317
10318 2001-01-31  Dave Love  <fx@gnu.org>
10319
10320         * mm-util.el (mm-mime-mule-charset-alist)
10321         (mm-find-mime-charset-region): Consider mule-utf-8.
10322
10323 2001-01-31  Dave Love  <fx@gnu.org>
10324
10325         * gnus-art.el (gnus-article-x-face-command)
10326         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10327         :version.
10328
10329 2001-01-26  Dave Love  <fx@gnu.org>
10330
10331         * mm-util.el (mm-multibyte-string-p): New.
10332
10333 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10334 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10335 ;;      string-as-multibyte on class.  Clarify line-folding.
10336         (quoted-printable-encode-string): Make temp buffer inherit
10337         string's multibyteness.
10338
10339 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10340
10341         * nnheader.el (toplevel): Don't require `gnus-util' at
10342         compile-time; this creates a circular dependency, and prevents
10343         a bootstrap.
10344
10345 2001-01-22  Andreas Schwab  <schwab@suse.de>
10346
10347         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10348
10349 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10350
10351         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10352
10353         * gnus-art.el (article-hide-list-identifiers): Ditto.
10354
10355         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10356
10357 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10360
10361         * gnus-art.el (article-hide-list-identifiers): Similar.
10362
10363 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10364
10365         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10366
10367 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10368
10369         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10370
10371 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10372
10373         * gnus-util.el (gnus-string-equal): New function.
10374
10375         * gnus-art.el (article-hide-boring-headers): Use it.
10376
10377 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10378
10379         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10380
10381 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10382
10383         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10384
10385 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10386
10387         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10388         command if there is not last-saver.
10389
10390 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10391
10392         * nntp.el (nntp-open-connection): 201 is possible.
10393
10394 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10395
10396         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10397         (rfc2047-charset-encoding-alist): Add big5.
10398
10399 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10400
10401         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10402         (gnus-agent-remove-server): Ditto.
10403         (autoload): gnus-server-update-server.
10404
10405         * gnus-srvr.el (gnus-server-line-format): Add %a.
10406         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10407         (gnus-server-insert-server-line): Use it.
10408
10409 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10410
10411         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10412         GB2312 and Big5.
10413
10414 2001-01-24  Simon Josefsson  <sj@extundo.com>
10415
10416         * mail-source.el (mail-sources): Add :program specifier to IMAP
10417         mail source.
10418         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10419
10420 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10421
10422         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10423
10424 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10425
10426         * nntp.el (nntp-wait-for): Return the success code.
10427         (nntp-open-connection): Use it.
10428
10429 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10430
10431         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10432
10433 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10434
10435         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10436
10437 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10438
10439         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10440         argument. Allow to print several articles in one file.
10441
10442 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10443
10444         * webmail.el (webmail-type-definition): netaddress changes.
10445
10446 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10447
10448         * gnus.el: Fix copyright. Remove trailing spaces.
10449
10450         * message.el (message-forward): Use mule4.
10451
10452 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10453
10454         * mm-util.el (mm-string-as-unibyte): New function.
10455
10456         * message.el (message-forward): Use it.
10457
10458 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10459
10460         * message.el (message-cite-original-without-signature): Don't peel
10461         off the blank line.
10462         (message-get-reply-headers): Add Cc if it is not in follow-to.
10463
10464 2001-01-20  Simon Josefsson  <sj@extundo.com>
10465
10466         * mm-decode.el (mm-handle-multipart-from): Add.
10467         (mm-dissect-buffer): Save From: header value.
10468         (mm-security-from): Remove.
10469         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10470
10471         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10472         instead of `mml-security-from'.  Protect null from value.
10473
10474 2001-01-20  Simon Josefsson  <sj@extundo.com>
10475
10476         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10477         application/vnd.ms-excel attachments.
10478
10479 2001-01-19  Simon Josefsson  <sj@extundo.com>
10480
10481         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10482
10483 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10484
10485         * message.el (message-ignored-mail-headers): Ditto.
10486
10487 2001-01-19  Simon Josefsson  <sj@extundo.com>
10488
10489         * message.el (message-ignored-news-headers): Only search beginning
10490         of line.
10491
10492 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10493         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10494
10495         * message.el (message-send-mail): Content-Type may not be there.
10496
10497 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10498
10499         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10500         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10501
10502         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10503         not.
10504
10505 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10506
10507         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10508         non-native groups.
10509
10510 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10511
10512         * message.el (message-yank-original): Understand
10513         universal-argument.
10514
10515 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10516
10517         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10518         (article-hide-boring-headers): Ditto.
10519
10520         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10521
10522 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10523
10524         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10525         one.
10526
10527 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10528
10529         * message.el (message-make-in-reply-to): Add comment to message-id
10530         (old syntax, see 2000-08-02 change).
10531
10532 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10533
10534         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10535         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10536         (gnus-button-reply): Ditto.
10537
10538 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * gnus-art.el (article-display-x-face): Fix.
10541
10542 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10543
10544         * gnus-art.el (article-display-x-face): Use
10545         gnus-original-article-buffer.
10546
10547 2001-01-15  Jack Twilley  <jmt@tbe.net>
10548
10549         * message.el (message-add-header): Move to point-max.
10550
10551 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10552
10553         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10554         nil, improve documentation.
10555         (smime-certificate-directory): Comment out false hints (until it
10556         is implemented).
10557
10558         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10559         there aren't any keys.
10560         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10561         verify certificate.  Default is changed to only check integrity.
10562         Improved security status texts.  If a certificate doesn't contain
10563         a email address, don't fail.
10564
10565         * smime.el (smime-noverify-region):
10566         (smime-noverify-buffer): New functions.  Verifies integrity only.
10567
10568 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10569
10570         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10571
10572 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10573
10574         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10575         (gnus-remove-some-windows): Ditto.
10576
10577 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * gnus-art.el (article-make-date-line): 11th.
10580
10581 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10582
10583         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10584         (mml2015-gpg-sign): Ditto.
10585
10586 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10587
10588         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10589         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10590
10591 2001-01-08  Dave Love  <fx@gnu.org>
10592
10593         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10594         single character.
10595
10596         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10597
10598         * message.el: Doc and message fixes.
10599         (message-send-rename-function)
10600         (message-make-forward-subject-function)
10601         (message-send-mail-function, message-reply-to-function)
10602         (message-wide-reply-to-function, message-followup-to-function)
10603         (message-distribution-function, message-auto-save-directory): Fix
10604         :type.
10605
10606         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10607         proceeding after warnings.  Amend multipart warning message.
10608
10609 2001-01-04  Dave Love  <fx@gnu.org>
10610
10611         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10612         compiling.
10613         (gnus-make-directory): Require nnmail.
10614
10615         * mm-decode.el (mm-inline-media-tests): Add
10616         image/x-portable-bitmap.
10617         (mm-get-image): Grok pbm.
10618
10619 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10620
10621         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10622
10623 2001-01-09  Didier Verna  <didier@xemacs.org>
10624
10625         * dgnushack.el (dgnushack-compile): give a dummy value to
10626         `gnus-xmas-glyph-directory' for the time of compilation.
10627         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10628         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10629         * gnus-art.el: ditto.
10630         * gnus-group.el: ditto.
10631         * gnus-salt.el: ditto.
10632         * gnus-sum.el: ditto.
10633         * gnus-topic.el: ditto.
10634         * gnus-xmas.el (gnus-xmas-define): see above.
10635         * gnus-xmas.el (gnus-xmas-redefine): see above.
10636         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10637         non-continuable error when the directory can't be found.
10638
10639 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10640
10641         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10642         handle.
10643         * gnus-art.el (gnus-mime-view-part): Copy it.
10644         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10645
10646 2001-01-09  Michael Downes  <mjd@ams.org>
10647
10648         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10649
10650 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651
10652         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10653         orig-file. Use ',source.
10654
10655 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10658         (gnus-xmas-group-startup-message):
10659         Detect gnus-xmas-glyph-directory when it is nil.
10660
10661 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * pop3.el (pop3-get-message-count): Andrew Innes
10664         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10665
10666 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10667
10668         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10669
10670         * time-date.el (time-to-number-of-days): New function.
10671
10672 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10673         Trivial patch.
10674
10675         * nnslashdot.el (nnslashdot-request-list): Always get the right
10676         sid.
10677
10678 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10679
10680         * message.el (message-minibuffer-local-map): New keymap.
10681         (message-read-from-minibuffer): Use it.
10682         * gnus-msg.el (gnus-summary-resend-message): Use it
10683
10684 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10685
10686         * gnus-start.el (gnus-display-time-event-handler): New function.
10687         (gnus-after-getting-new-news-hook): Use it.
10688
10689 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10690
10691         * message.el (message-ignored-mail-headers): Add draft header.
10692
10693 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10694
10695         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10696         excursion.
10697
10698         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10699
10700 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10701         A revoked patch.
10702
10703         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10704
10705 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10706
10707         * qp.el (quoted-printable-decode-region): Don't backward-char.
10708
10709 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10710
10711         * gnus-draft.el: Mark articles as replied.
10712
10713         * gnus-sum.el (gnus-summary-add-mark): New function.
10714
10715         * gnus-group.el (gnus-add-mark): New function.
10716
10717         * gnus-sum.el (gnus-summary-buffer-name): New function.
10718         (gnus-summary-setup-buffer): Use it.
10719
10720         * gnus-draft.el: Set things up with the right post method and
10721         stuff.
10722
10723         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10724
10725         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10726
10727         * gnus.el (gnus-draft-meta-information-header): New variable.
10728
10729 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10730
10731         * gnus-art.el (gnus-treatment-function-alist): Move the date
10732         functions before the header sorting functions.
10733
10734         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10735
10736         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10737         Don't (push "/usr/share/emacs/site-lisp" load-path).
10738
10739         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10740         to empty fill prefixes.
10741
10742 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10743
10744         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10745         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10746
10747 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10748
10749         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10750
10751         * nnml.el (autoload): Move to nnheader.el.
10752
10753         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10754         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10755         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10756         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10757
10758 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10759
10760         * gnus-art.el (article-make-date-line): Get the hours right.
10761         (gnus-ignored-headers): More hiding.
10762
10763         * nnmail.el (nnmail-expiry-wait): Not an integer.
10764
10765         * message.el (message-goto-body): Only expand abbrev when called
10766         interactively.
10767         (message-make-lines): Use it.
10768
10769 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10770
10771         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10772
10773 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10776         include the expunged articles.
10777
10778         * gnus-group.el (gnus-group-sort-by-server): New function.
10779
10780         * gnus.el (gnus-method-to-server-name): New function.
10781         (gnus-group-prefixed-name): Use it.
10782
10783         * gnus-group.el (gnus-group-sort-function): Doc fix.
10784         (gnus-group-sort-groups-by-server): New command.
10785
10786 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10787
10788         * gnus-art.el (gnus-treat-date-english): New variable.
10789         (article-date-english): New command.
10790         (gnus-english-month-names): New variable.
10791         (article-make-date-line): Do 'english.
10792
10793         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10794         after the fill prefix.
10795
10796         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10797         score...".
10798
10799         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10800
10801         * message.el (message-mode-map): Bind comment-region.
10802
10803         * gnus-art.el (gnus-mime-display-part): Let w3 display
10804         multipart/related.
10805
10806         * mm-bodies.el (mm-long-lines-p): New function.
10807         (mm-body-encoding): Use it.
10808         (mm-body-encoding): Encode articles with lines longer than 1000
10809         characters.
10810
10811 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10812
10813         * mm-util.el (mm-enable-multibyte): Use
10814         default-enable-multibyte-characters.
10815         (mm-enable-multibyte-mule4): Ditto.
10816         (mm-disable-multibyte): Test XEmacs.
10817         (mm-disable-multibyte-mule4): Ditto.
10818         (mm-with-unibyte-current-buffer): Simplified.
10819         (mm-with-unibyte-current-buffer-mule4): Ditto.
10820
10821 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10822
10823         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10824
10825         * nnheader.el (nnheader-string-as-multibyte): New alias.
10826
10827         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10828
10829         * gnus-uu.el (gnus-message-process-mark): New function.
10830         (gnus-uu-mark-by-regexp): Use it.
10831         (gnus-new-processable): New function.
10832
10833 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10834          Trivial patch.
10835
10836         * gnus-sum.el (gnus-no-mark): New variable.
10837
10838 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10841         backslashes.
10842
10843 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10846         definition.
10847
10848 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10849
10850         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10851
10852         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10853         XEmacs.
10854
10855 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10856         Trivial patch.
10857
10858         * mml.el (mml-read-tag): Save tag location.
10859
10860 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10861
10862         * starttls.el: Sync with Emacs 21.
10863
10864 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10865
10866         * message.el (message-mail): Support yank-action.
10867
10868         * message.el (message-setup): Revoke the last change.
10869
10870 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10873         <jvromans@squirrel.nl>.
10874
10875 2000-12-24  Simon Josefsson  <sj@extundo.com>
10876
10877         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10878         mailing list junk at end of part.
10879
10880 2000-12-23  Simon Josefsson  <sj@extundo.com>
10881
10882         * nnimap.el (nnimap-expiry-target): New function.
10883         (nnimap-request-expire-articles): Use it.
10884
10885 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10886
10887         * gnus.el (gnus-group-parameters-more): New variable.
10888         * gnus-cus.el (gnus-group-customize): Use it.
10889
10890         * gnus.el (gnus-define-group-parameter): New macro.
10891         (auto-expire): Use it
10892         (total-expire): Use it.
10893         * gnus-art.el (banner): Use it.
10894
10895         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10896         <ljz@asfast.com>.
10897
10898 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10899
10900         * gnus-topic.el (gnus-topic-create-topic): Use list.
10901
10902         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10903         before binding gnus-default-article-saver.
10904
10905         * gnus-sum.el (gnus-summary-save-article):
10906         (gnus-summary-pipe-output):
10907         (gnus-summary-save-article-mail):
10908         (gnus-summary-save-article-rmail):
10909         (gnus-summary-save-article-file):
10910         (gnus-summary-write-article-file):
10911         (gnus-summary-save-article-body-file): Ditto.
10912
10913         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10914
10915 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10916
10917         * gnus-art.el (gnus-mime-security-button-map):
10918         (gnus-mime-button-map): Add parent.
10919
10920 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10921
10922         * messagexmas.el (message-xmas-redefine): New function.
10923
10924         * message.el: Use it.
10925
10926         * gnus-art.el (gnus-article-check-hidden-text): Return t.
10927
10928         * gnus-util.el (gnus-remove-text-properties-when): Return t.
10929
10930 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
10933         malformatted messages.
10934
10935 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10936
10937         * mm-util.el (mm-image-load-path): New function.
10938
10939         * gnus-group.el (gnus-group-make-tool-bar): Use it.
10940
10941         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
10942
10943         * message.el (message-tool-bar-map): Use it.
10944
10945         * Makefile.in (install-el): New rule.
10946
10947 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10948
10949         * gnus-art.el (article-treat-dumbquotes): Quote \.
10950
10951 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10952
10953         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
10954         Emacs 20 runs on a terminal.
10955
10956 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10957
10958         * gnus-msg.el (gnus-bug): Revert to save-excursion.
10959
10960         * mml.el (gnus-add-minor-mode): Autoload.
10961
10962         * message.el (message-forward): Save-restriction.
10963
10964 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10965
10966         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
10967         Paul Stevenson <p.stevenson@surrey.ac.uk>
10968
10969 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10970
10971         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
10972
10973         * mml.el (gnus-ems): Don't require.
10974
10975         * gnus.el (gnus-decode-rfc1522): Removed.
10976         (gnus-set-text-properties): Define.
10977
10978 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10979
10980         * gnus-art.el (gnus-mime-*): handle may be nil.
10981
10982         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
10983
10984         * gnus.el (gnus-group-remove-excess-properties): Not defined
10985         in gnus-xmas.
10986
10987 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10988
10989         * message.el (message-mail-user-agent): Add :version.
10990
10991 2000-12-21  Miles Bader  <miles@gnu.org>
10992
10993         * message.el (message-mode): Set `comment-start' to the  yank prefix.
10994
10995 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10996
10997         * message.el (message-mail-user-agent): New variable.
10998         (message-setup): Renamed to message-setup-1. Support
10999         mail-user-agent.
11000         (message-mail-user-agent): New function.
11001         (message-mail): Use it.
11002         (message-reply): Use it.
11003         (message-resend): Use it.
11004         (message-mail-other-window): Use it.
11005         (message-mail-other-frame): Use it.
11006
11007         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11008
11009 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * message.el (message-tool-bar-map): Simplify.
11012         (message-narrow-to-head-1): New function.
11013         (message-narrow-to-head): Use it.
11014         (message-reply): Ditto.
11015         (message-cancel-news): Ditto.
11016         (message-supersede): Ditto.
11017         (message-make-forward-subject): Ditto.
11018         (message-bounce): Ditto.
11019
11020 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11021
11022         * uudecode.el (uudecode-decode-region-external): make-temp-file
11023         may not be defined.
11024
11025         * binhex.el (defalias): eval-and-compile.
11026
11027         * message.el (message-tool-bar-map): New function.
11028         (message-mode): Use it.
11029
11030 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11031
11032         * nntp.el (nntp-find-connection): Remove the entry.
11033         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11034
11035 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11036
11037         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11038
11039         * message.el (message-forward): Copy buffer in unibyte mode.
11040
11041 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11042
11043         * message.el (message-make-forward-subject): Don't widen. Decode.
11044         (message-forward): Don't decode subject.
11045
11046 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11047
11048         * qp.el (quoted-printable-encode-region): Upcase QP.
11049
11050 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11051
11052         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11053         mail-extract-a-c instead. Don't depend on Gnus.
11054
11055         * mml.el (gnus-ems): Require it.
11056
11057         * gnus-msg.el (gnus-summary-mail-forward):
11058
11059         * message.el (message-forward):  Move mime-to-mml here.
11060
11061 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11062
11063         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11064         * gnus-art.el (gnus-insert-mime-button): Simplify.
11065         (gnus-mime-display-alternative): Ditto.
11066         (gnus-insert-mime-security-button): Ditto.
11067
11068 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11069
11070         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11071         text-property-not-all doesn't return nil when start=mark(end).
11072         (gnus-remove-text-properties-when): Ditto.
11073
11074 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11075
11076         * gnus-start.el (gnus-group-change-level): Remove group from
11077         gnus-active-hashtb if real killed.
11078
11079 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11082         (gnus-mime-display-alternative): Ditto.
11083         (gnus-insert-mime-security-button): Ditto.
11084
11085 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11086
11087         * gnus-start.el (gnus-group-change-level): Don't add it into
11088         killed-list if it was killed.
11089
11090 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11091
11092         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11093         (nnmbox-active-file-coding-system): Ditto.
11094
11095         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11096
11097 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11098
11099         * gnus.el (gnus-version):
11100         (gnus-version-number): Set to Oort Gnus 0.01.
11101
11102         * gnus-art.el (gnus-mime-security-button-map):
11103         (gnus-insert-mime-security-button): Fix for Emacs21.
11104
11105 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11106
11107         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11108         easymenu, because XEmacs doesn't understand :help.
11109
11110         * mm-uu.el: Require binhex.
11111
11112 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11113
11114         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11115
11116 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11119
11120 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11121
11122         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11123
11124 2000-12-18  Dave Love  <fx@gnu.org>
11125
11126         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11127         (unused).
11128
11129 2000-12-13  Miles Bader  <miles@gnu.org>
11130
11131         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11132         to t, so that we don't get stuck while trying to smilefy
11133         intangible text.
11134
11135 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11136
11137         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11138         at the end of the buffer.
11139         (smiley-region): In the loop, move to the end of the submatch
11140         matching the smiley instead of using the end of the match
11141         of the whole regexp.
11142
11143 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11144
11145         * message.el (message-mode): Doc fix.
11146
11147 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11148
11149         * smiley-ems.el (smiley-region): Doc fix.
11150
11151 2000-12-11  Miles Bader  <miles@gnu.org>
11152
11153         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11154         bottom line visible, check to see if it's partially obscured, and
11155         if so, either scroll one more line to make it fully visible, or
11156         revert to showing the second line from the top.
11157
11158 2000-12-07  Dave Love  <fx@gnu.org>
11159
11160         * mailcap.el (mailcap-download-directory)
11161         * gnus-audio.el (gnus-audio-directory)
11162         * smiley-ems.el (smiley-data-directory): Fix :type.
11163
11164 2000-11-30  Dave Love  <fx@gnu.org>
11165
11166         * message.el (message-auto-save-directory): Use
11167         file-name-as-directory.
11168         (message-set-auto-save-file-name): Create
11169         message-auto-save-directory if necessary.
11170         (message-replace-chars-in-string): Removed -- unused.
11171         (message-mail-alias-type): Customize.
11172         (message-headers): Remove duplicate defgroup.
11173
11174 2000-11-29  Dave Love  <fx@gnu.org>
11175
11176         * qp.el (quoted-printable-decode-region): Use error, not message
11177         to report malformed text (like base64).  Amend message.
11178
11179 2000-11-29  Miles Bader  <miles@gnu.org>
11180
11181         * message.el (message-header-lines): Fontify tag.
11182
11183 2000-11-27  Dave Love  <fx@gnu.org>
11184
11185         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11186         compiler warning.
11187
11188 ;2000-11-26  Dave Love  <fx@gnu.org>
11189 ;
11190 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11191 ;
11192 2000-11-23  Dave Love  <fx@gnu.org>
11193
11194         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11195
11196         * mm-uu.el (uudecode): Require.
11197         (uudecode-decode-region, uudecode-decode-region-external): Don't
11198         autoload.
11199         (mm-uu-copy-to-buffer): Doc fix.
11200         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11201         type fix.
11202
11203         * mailcap.el: Doc fixes.
11204         (mailcap-mime-data): Various adjustments.
11205         (mailcap): New group.
11206         (mailcap-download-directory): Customize.
11207         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11208         (mailcap-temporary-directory): Deleted (unused).
11209         (mailcap-unescape-mime-test): Simplify slightly.
11210         (mailcap-viewer-passes-test): Use functionp.
11211         (mailcap-command-p): Aliased to executable-find.
11212
11213         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11214         default-enable-multibyte-characters is nil.
11215
11216 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11217
11218         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11219
11220 2000-11-21  Dave Love  <fx@gnu.org>
11221
11222         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11223         gnus-article-mode-map.
11224 ;       (gnus-mime-button-menu): Use mouse-set-point.
11225         (gnus-insert-mime-button, gnus-mime-display-alternative)
11226         (gnus-mime-display-alternative): Don't use local-map property.
11227
11228 2000-11-17  Dave Love  <fx@gnu.org>
11229
11230         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11231         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11232         and make-temp-file.
11233         (uudecode-decode-region): Doc fix.
11234
11235 2000-11-14  Dave Love  <fx@gnu.org>
11236
11237         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11238         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11239         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11240         New files, derived from the XPMs.
11241
11242 2000-11-10  Dave Love  <fx@gnu.org>
11243
11244         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11245         (gnus-agent-lib-file, gnus-agent-load-alist)
11246         (gnus-agent-save-alist, gnus-agent-article-name): Use
11247         expand-file-name.
11248
11249         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11250         :version.
11251         (nnkiboze-score-file): Defvar when compiling.
11252
11253         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11254
11255         * gnus-art.el (gnus-article-banner-alist)
11256         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11257         (gnus-article-date-lapsed-new-header)
11258         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11259         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11260         (gnus-treat-strip-headers-in-body)
11261         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11262         (gnus-treat-translate): Add :version.
11263         (gnus-article-mime-part-function): Fix defcustom.
11264
11265         * nnmail.el (nnmail-expiry-target)
11266         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11267         (nnmail-split-header-length-limit): Add :version.
11268
11269         * gnus-sum.el (gnus-auto-expirable-marks)
11270         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11271         (gnus-extra-headers, gnus-ignored-from-addresses)
11272         (gnus-newsgroup-ignored-charsets)
11273         (gnus-group-highlight-words-alist)
11274         (gnus-summary-show-article-charset-alist): Add :version.
11275
11276         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11277         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11278         files, converted from the XPMs.
11279
11280         * gnus-cache.el (gnus-cache-active-file): Don't use
11281         file-name-as-directory on directory.
11282         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11283         use file-name-as-directory on directory.
11284
11285         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11286         (date-to-time): Use it.
11287
11288 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11289 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11290 ;       (message-newline-and-reformat): Likewise.
11291         (message-forward-as-mime, message-forward-ignored-headers)
11292         (message-buffer-naming-style, message-default-charset)
11293         (message-dont-reply-to-names, message-send-mail-partially-limit):
11294         Add :version.
11295
11296         * mm-util.el: Doc fixes.
11297         (mm-mime-charset): Don't use the raw result of
11298         mm-preferred-coding-system.
11299         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11300         (mm-with-unibyte): Simplify.
11301
11302         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11303         concat.
11304
11305         * pop3.el (pop3-version): Deleted.
11306         (pop3-make-date): New function, avoiding message-make-date.
11307         (pop3-munge-message-separator): Use it.
11308
11309 2000-11-09  Dave Love  <fx@gnu.org>
11310
11311         * gnus-group.el (gnus-group-make-directory-group)
11312         (gnus-group-fetch-faq): Use expand-file-name.
11313         (gnus-group-fetch-faq): Simplify completing-read form.
11314
11315         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11316         test for Mule.
11317
11318         * message.el (tool-bar-map): Defvar when compiling.
11319
11320         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11321         (gnus-tm-lisp-directory): Deleted.
11322         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11323         (featurep 'xemacs).
11324         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11325         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11326         version numbers from file names.
11327
11328 2000-11-08  Dave Love  <fx@gnu.org>
11329
11330         * mm-view.el: Use featurep for XEmacs test.
11331         (mm-inline-message): Test for `remove-specifier'; don't use
11332         condition-case.
11333
11334         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11335
11336         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11337         (gnus-score-find-bnews): Don't concat "".
11338
11339         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11340         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11341         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11342         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11343
11344         * gnus-sum.el: Put some defvars in eval-when-compile.
11345         (gnus-summary-mode-hook): Add :options.
11346         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11347         (gnus-summary-tool-bar-map): New variable.
11348         (gnus-summary-make-tool-bar): New function.
11349         (gnus-summary-mode): Put kill-all-local-variables first.
11350
11351         * gnus-group.el (gnus-group-toolbar-map): New variable.
11352         (gnus-group-make-tool-bar): Rewritten.
11353         (gnus-group-mode): Put kill-all-local-variables first.
11354
11355         * rfc2047.el: Require gnus-util.
11356
11357         * nnml.el (gnus-sorted-intersection): Autoload.
11358
11359         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11360         Put some defvars in eval-when-compile.
11361         (gnus-intersection, gnus-sorted-complement):  Autoload.
11362
11363         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11364
11365         * mm-encode.el (mm-body-7-or-8): Autoload.
11366
11367         * mm-decode.el (mm-insert-inline): Autoload.
11368
11369         * mml.el:
11370         * message.el: Put some defvars in eval-when-compile.
11371
11372         * gnus-msg.el: Put some defvars in eval-when-compile.
11373         (gnus-msg-mail): Move after gnus-setup-message.
11374
11375         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11376
11377 2000-11-07  Dave Love  <fx@gnu.org>
11378
11379         * gnus-util.el (nnheader): Don't require message (recursive
11380         autoload).
11381
11382         * uudecode.el: Avoid compiler warnings.
11383
11384         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11385         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11386
11387 2000-11-06  Dave Love  <fx@gnu.org>
11388
11389         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11390
11391         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11392         (uudecode-char-int): New alias, replacing char-int.
11393         (uudecode-decode-region): Don't call buffer-disable-undo.
11394
11395 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11396 ;       (mm-uu-configure-list): Doc fix.
11397 ;
11398 ;       * earcon.el (running-xemacs): Don't define.
11399 ;
11400 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11401 ;
11402 ;       * message.el (message-font-lock-keywords): Match a final newline
11403 ;       to help font-lock's multiline support.
11404 ;
11405 2000-11-03  Dave Love  <fx@gnu.org>
11406
11407         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11408
11409         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11410         name.
11411
11412         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11413         <banner>: Fix custom type, doc.
11414
11415         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11416         name.  Don't disable undo explicitly.
11417
11418 ;2000-11-02  Dave Love  <fx@gnu.org>
11419 ;
11420 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11421 ;       cite-prefix.
11422
11423 2000-11-01  Dave Love  <fx@gnu.org>
11424
11425         * rfc2047.el (base64): Require unconditionally.
11426         (message-posting-charset): Defvar when compiling.
11427         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11428         message.
11429
11430         * gnus-sum.el (nnoo): Require.
11431         (mm-uu-dissect): Autoload.
11432
11433         * mml.el (mml-parse-1): Clarify message.
11434         (mml-minibuffer-read-type): Use mailcap-mime-types.
11435
11436 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11437
11438         * mml.el: Fix a typo in the requiring of CL.
11439
11440 2000-11-01  Dave Love  <fx@gnu.org>
11441
11442         * utf7.el: Require cl when compiling.
11443
11444         * binhex.el: Use (featurep 'xemacs).
11445         (binhex-char-int): New alias, replacing char-int.  Change callers.
11446         (binhex-decode-region): Simplify work buffer code.
11447         (binhex-decode-region-external): Use expand-file-name, not concat.
11448
11449 2000-10-30  Dave Love  <fx@gnu.org>
11450
11451         * gnus-art.el: Fix 2000-10-27 change properly.
11452
11453 2000-10-28  Miles Bader  <miles@gnu.org>
11454
11455         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11456
11457 2000-10-27  Dave Love  <fx@gnu.org>
11458
11459         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11460         strings.
11461         (gnus-group-make-tool-bar): New function.
11462         (gnus-group-mode): Use it.
11463
11464         * message.el (message-mode-menu): Add some :help strings.
11465         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11466         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11467
11468         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11469         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11470         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11471
11472         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11473         display-graphic-p here.
11474
11475 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11476
11477         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11478         of the `gnus-xemacs' variable, as the latter has been removed.
11479         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11480         * gnus-art.el (gnus-treat-display-xface)
11481         (gnus-treat-display-smileys, gnus-treat-display-picons)
11482         (gnus-article-read-summary-keys): Likewise.
11483
11484 2000-10-26  Dave Love  <fx@gnu.org>
11485
11486         (defvar): Use rmail-spool-directory unconditionally.
11487
11488 2000-10-18  Dave Love  <fx@gnu.org>
11489
11490         * mm-bodies.el (mm-uu-decode-function)
11491         (mm-uu-binhex-decode-function): Defvar when compiling.
11492
11493         * gnus-nocem.el (gnus-nocem-issuers): Update.
11494         (gnus-nocem-check-from): New option.
11495         (gnus-nocem-scan-groups): Use it.
11496         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11497         (gnus-nocem-check-article-limit): Add :version.
11498
11499 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11500
11501         * ietf-drums.el (mm-util): Require CL when compiling.
11502
11503 2000-10-15  Dave Love  <fx@gnu.org>
11504
11505         * qp.el: Require mm-util.
11506
11507 2000-10-13  Dave Love  <fx@gnu.org>
11508
11509         * qp.el (quoted-printable-decode-region): Avoid invalid
11510         coding-systems.
11511
11512 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11513
11514         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11515         to a recursive load.
11516
11517 2000-10-12  Dave Love  <fx@gnu.org>
11518
11519         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11520
11521         * gnus.el (gnus-group-startup-message): Check for PBM image.
11522
11523 2000-10-09  Dave Love  <fx@gnu.org>
11524
11525         * mail-source.el (mail-source-fetch-imap): Bind
11526         default-enable-multibyte-characters rather than using
11527         mm-disable-multibyte.
11528
11529 2000-10-05  Dave Love  <fx@gnu.org>
11530
11531         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11532         Autoload.
11533         (quoted-printable-decode-region):  Rename arg which confused
11534         charset with coding-system.  Don't use nonascii-insert-offset.
11535         Coding-system encode the region initially.  Don't recognize `=='
11536         as valid QP.  Coding-system decode the region finally.
11537         (quoted-printable-decode-string): Rename arg which confused
11538         charset with coding-system.
11539
11540         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11541         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11542         mm-encode-coding-region.
11543         (mm-decode-body, mm-decode-string): Rename variables which
11544         confused charset with coding-system.
11545         (binhex-decode-region): Don't autoload.
11546         (mm-body-encoding): Require message.
11547         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11548         cond branches.
11549
11550         * gnus-art.el (article-de-quoted-unreadable)
11551         (article-de-base64-unreadable): Fold search case
11552         rather than downcasing string.  Apply mm-charset-to-coding-system
11553         to arg of quoted-printable-decode-region.
11554
11555 2000-10-04  Dave Love  <fx@gnu.org>
11556
11557         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11558         Require ring when compiling.
11559         (gnus-article-compface-xbm): New variable.
11560
11561 2000-10-04  Dave Love  <fx@gnu.org>
11562
11563         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11564         pbm images.
11565
11566         * frown.pbm, smile.pbm, wry.pbm: New files.
11567
11568         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11569
11570 2000-10-03  Dave Love  <fx@gnu.org>
11571
11572         * mail-source.el (mail-sources): Revert to nil.
11573
11574         * nnmail (nnmail-spool-file): Revert to `((file))'.
11575
11576         * qp.el: Don't require mm-util.
11577         (quoted-printable-decode-region): Rewritten.
11578         (quoted-printable-decode-string, quoted-printable-encode-region):
11579         Doc fix.
11580         (quoted-printable-encode-region): Barf on multibyte characters.
11581         Maybe make the class multibyte.  Upcase chars, not formatted
11582         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11583         (quoted-printable-encode-string): Don't use
11584         mm-with-unibyte-buffer.
11585
11586 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11587
11588         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11589
11590 2000-09-21  Dave Love  <fx@gnu.org>
11591
11592         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11593         (for Emacs 20).  Tidy somewhat.
11594
11595 2000-09-21  Dave Love  <fx@gnu.org>
11596
11597         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11598         image processing.  Rationalize logic somewhat.
11599
11600 2000-09-20  Dave Love  <fx@gnu.org>
11601
11602         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11603         specifically.
11604
11605         * gnus.el (gnus-version-number): Avoid some redundant
11606         autoloads.
11607
11608 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11609
11610         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11611         to XBM; we always have PBM support.
11612
11613 2000-09-14  Dave Love  <fx@gnu.org>
11614
11615         * gnus.el (gnus-charset):
11616         * mm-decode.el (mime-display):
11617         * imap.el (imap) <defgroup>: Add :version.
11618
11619 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11620
11621         * parse-time.el: Fix author's mail address.
11622
11623         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11624         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11625         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11626         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11627         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11628         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11629         * rfc2231.el, uudecode.el: Fix copyright notice.
11630
11631         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11632         require `w3' at load-time only if not running in batch mode.
11633
11634 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11635
11636         * gnus.el: Before merge with Emacs21.
11637
11638 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11639
11640         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11641
11642 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11643
11644         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11645         to avoid conflict with the standard `back-to-indentation'
11646         binding.
11647
11648 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11649
11650         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11651
11652         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11653         (mm-disable-multibyte-mule4): Ditto.
11654         (mm-with-unibyte-current-buffer-mule4): Ditto.
11655
11656 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11657
11658         * pop3.el (pop3-movemail): Use binary.
11659         (pop3-movemail-file-coding-system): Removed.
11660
11661 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11662
11663         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11664
11665 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11666
11667         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11668         exists.
11669
11670 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11671
11672         * gnus-msg.el (gnus-post-method): Use backend name when the
11673         address is "".
11674
11675 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11676
11677         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11678         mm-verify-option.
11679         (gnus-treat-x-pgp-sig): Default value.
11680         (gnus-ignored-headers): Redundant.
11681
11682 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11683
11684         * gnus-win.el (gnus-configure-frame): Save selected window.
11685
11686 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11687
11688         * nnmbox.el: Require gnus-range.
11689         (nnmbox-group-building-active-articles): New variable.
11690         (nnmbox-group-active-articles): New variable; this is a cache of
11691         all active articles by group and number.
11692         (nnmbox-in-header-p): New function.
11693         (nnmbox-find-article): New function.
11694         (nnmbox-record-active-article): New function.
11695         (nnmbox-record-deleted-article): New function.
11696         (nnmbox-is-article-active-p): New function.
11697         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11698         (nnmbox-request-article): Ditto.  Also supply extra arg to
11699         nnmbox-article-group-number.
11700         (nnmbox-request-expire-articles): Ditto.
11701         (nnmbox-request-move-article): Ditto.
11702         (nnmbox-request-replace-article): Ditto.
11703         (nnmbox-request-rename-group): Rename group entry in active
11704         article cache.
11705         (nnmbox-delete-mail): Update active article cache, unless article
11706         is being replaced.
11707         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11708         than partially duplicating it.
11709         (nnmbox-article-group-number): Add extra `this-line' arg, to
11710         handle articles belonging to multiple groups.
11711         (nnmbox-save-mail): Update active article cache.
11712         (nnmbox-read-mbox): Build active article cache when loading mbox.
11713         Also do some repair work, if we find articles that are missing the
11714         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11715         reconstruct these from Xref info.
11716
11717 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11718
11719         * mail-source.el (mail-source-report-new-mail): Use
11720         nnheader-run-at-time.
11721
11722 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11723
11724         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11725         an error is thrown, and then rethrow the error.
11726         (mail-source-check-pop): Ditto.
11727         (mail-source-start-idle-timer): Prevent multiple pop checks
11728         running if the check takes a long time.
11729
11730 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11731
11732         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11733         succeed.
11734
11735 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11736
11737         * gnus-win.el (gnus-configure-windows): Make sure
11738         nntp-server-buffer is live.
11739         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11740
11741 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11742
11743         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11744
11745 2000-12-04  Andreas Jaeger  <aj@suse.de>
11746
11747         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11748
11749 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11750
11751         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11752
11753 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11754         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11755
11756         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11757
11758 2000-12-01  Simon Josefsson  <sj@extundo.com>
11759
11760         * mml-smime.el (mml-smime-verify): Fix address parsing.
11761
11762 2000-12-01  Simon Josefsson  <sj@extundo.com>
11763
11764         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11765         more than one certificate inside PKCS#7 blob.  Better security
11766         information (clamed / actual sender, openssl output, certificates
11767         inside message).
11768
11769         * smime.el (smime-verify-region): Output to /dev/null.
11770         (smime-buffer-as-string-region): Don't parse empty lines.
11771
11772 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11773
11774         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11775         ?d and ?D.
11776         (gnus-mime-security-show-details-inline): New variable.
11777         (gnus-mime-security-show-details): Use them.
11778         (gnus-insert-mime-security-button): Ditto.
11779
11780         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11781         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11782         (mml2015-gpg-clear-verify): Ditto.
11783         (mml2015-gpg-decrypt-1): Ditto.
11784         (mml2015-use): Prefer 'gpg.
11785
11786 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11787
11788         * gnus-util.el (gnus-add-text-properties-when): New function.
11789         (gnus-remove-text-properties-when): Ditto.
11790
11791         * gnus-cite.el (gnus-article-hide-citation): Use them.
11792         (gnus-article-toggle-cited-text): Use them.
11793
11794         * gnus-art.el (gnus-signature-toggle): Use them.
11795         (gnus-article-show-hidden-text): Ditto.
11796         (gnus-article-hide-text): Ditto.
11797
11798 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11799
11800         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11801
11802 2000-11-30  Simon Josefsson  <sj@extundo.com>
11803
11804         * smime.el (smime-point-at-eol): New alias.
11805         (smime-buffer-as-string-region): Use it.
11806
11807 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11808
11809         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11810
11811 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11812
11813         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11814
11815         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11816
11817         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11818
11819 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11820
11821         * nnmh.el (nnmh-request-expire-articles): Implemented
11822         expiry-target for nnmh backend.
11823
11824 2000-11-30  Simon Josefsson  <sj@extundo.com>
11825
11826         * mm-decode.el (mm-security-from): New variable.
11827         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11828
11829         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11830         than `from'.
11831
11832 2000-11-30  Simon Josefsson  <sj@extundo.com>
11833
11834         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11835         address match sender address.
11836
11837         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11838
11839         * smime.el (smime-verify-region): Don't copy buffer.
11840         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11841         (smime-pkcs7-region): New function.
11842         (smime-pkcs7-certificates-region): Ditto.
11843         (smime-pkcs7-email-region): Ditto.
11844         (smime-buffer-as-string-region): Ditto.
11845
11846         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11847         buffer.
11848
11849 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11850
11851         * smime.el (smime-decrypt-region): Fix keyfile argument.
11852
11853 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11854
11855         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11856
11857 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11858
11859         * message.el (message-shoot-gnksa-feet): New variable.
11860         (message-gnksa-enable-p): New function.
11861         (message-send): Use it.
11862         (message-check-news-body-syntax): Ditto.
11863
11864 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11865
11866         * message.el (message-make-message-id): Remove the redundancy.
11867
11868 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11869
11870         * message.el (message-setup): Discourage using mc-install-*-mode.
11871
11872         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11873
11874 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11875
11876         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11877
11878 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11879
11880         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11881
11882 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11883
11884         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11885
11886 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11887
11888         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11889         insert-buffer-substring.
11890
11891         * message.el (message-send-mail): Use buffer-substring-no-properties.
11892         (message-send-news): Ditto.
11893
11894 2000-11-22  David Edmondson  <dme@dme.org>
11895
11896         * imap.el (imap-wait-for-tag): Message read info.
11897
11898 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11899
11900         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11901         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11902         (mml2015-gpg-encrypt): Ditto.
11903
11904 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * mm-decode.el (mm-verify-option): Default value.
11907
11908         * mml-sec.el (mml-secure-part): Error message.
11909
11910 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11911
11912         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11913
11914 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11915
11916         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11917
11918 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11919
11920         * gnus-art.el (gnus-article-describe-key): Use prompt.
11921         (gnus-article-describe-key-briefly): Ditto.
11922
11923 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11924
11925         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11926
11927 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11928
11929         * gnus-art.el (gnus-article-describe-key): New function.
11930         (gnus-article-describe-key-briefly): New function.
11931
11932 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11933
11934         * mm-decode.el (mm-decrypt-option): Doc typo.
11935
11936         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
11937         return a number.
11938
11939 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * message.el (message-newline-and-reformat): Typo.
11942
11943 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11944
11945         * gnus-art.el (article-verify-x-pgp-sig): Check whether
11946         original-article-buffer exists.
11947
11948         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
11949         (rfc2047-header-encoding-alist): Addresses are different from text.
11950         (rfc2047-encode-message-header): Ditto.
11951         (rfc2047-dissect-region): Extra parameter.
11952         (rfc2047-encode-region): Ditto.
11953         (rfc2047-encode-string): Ditto.
11954
11955 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
11958         (mm-uu-pgp-encrypted-extract): Use it.
11959         (mm-uu-pgp-signed-extract-1): New function.
11960         (mm-uu-pgp-signed-extract): Use it.
11961
11962         * gnus-art.el (gnus-mime-display-security): New function.
11963         (gnus-mime-display-part): Use it.
11964         (gnus-mime-security-verify-or-decrypt): New function.
11965         (gnus-mime-security-press-button): New function.
11966         (gnus-insert-mime-security-button): Use it.
11967
11968         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
11969         (mm-find-raw-part-by-type): Ditto.
11970         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
11971         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
11972         (mm-destroy-parts): Kill nested multibyte buffer.
11973
11974         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
11975         (mml2015-gpg-verify): Ditto.
11976
11977 2000-11-18  Simon Josefsson  <sj@extundo.com>
11978
11979         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
11980         (mml2015-function-alist): Use it.
11981
11982         * mml-sec.el (mml-sign-alist): Update names.
11983         (mml-encrypt-alist): Ditto.
11984         (mml-secure-part-smime-sign): Moved to mml-smime.el
11985         as `mml-smime-sign-query'.
11986         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
11987         `mml-smime-get-file-cert'.
11988         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
11989         `mml-smime-get-dns-cert'.
11990         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
11991         `mml-smime-encrypt-query'.
11992         (mml-smime-sign-buffer): Use mml-smime-sign.
11993         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
11994
11995         * mml-smime.el (mml-smime-sign): New function.
11996         (mml-smime-encrypt):
11997         (mml-smime-sign-query):
11998         (mml-smime-get-file-cert):
11999         (mml-smime-get-dns-cert):
12000         (mml-smime-encrypt-query): Moved from mml-sec.el.
12001
12002 2000-11-16  Simon Josefsson  <sj@extundo.com>
12003
12004         * mml2015.el (mml2015-gpg-clear-verify): New function.
12005         (mml2015-function-alist): Add it.
12006
12007 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008
12009         * message.el (message-setup-fill-variables): Use
12010         message-cite-prefix-regexp.
12011         (message-newline-and-reformat): Check the end of citation, leading
12012         WSP, break in the cite prefix.
12013         (message-fill-paragraph): New function.
12014
12015 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12016
12017         * lpath.el: Shut up.
12018
12019 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12020
12021         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12022         raw 8-bit in headers in dk.* newsgroups.
12023
12024 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12025
12026         * message.el (message-newline-and-reformat): Match extra WSPs.
12027
12028 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12029
12030         * mml.el (mml-generate-mime-1): Ignore ascii.
12031
12032 2000-11-16 Justin Sheehy  <justin@iago.org>
12033
12034         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12035
12036 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12037
12038         * message.el (message-cite-prefix-regexp): Prefix should not end
12039         at space.
12040
12041 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12042
12043         * message.el (message-mode-syntax-table): Add - as a word
12044         constituent as in articles.
12045         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12046         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12047         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12048
12049 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12050
12051         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12052
12053 2000-11-12  David Edmondson  <dme@dme.org>
12054
12055         * message.el (message-font-lock-keywords): use
12056         message-cite-prefix-regexp.
12057
12058 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12059
12060         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12061         Stein Arild Str\e,Ax\e(Bmme.
12062         (gnus-group-jump-to-group): Use it.
12063         (gnus-group-jump-to-group-prompt): Customize.
12064
12065 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12066
12067         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12068
12069 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12070
12071         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12072         incompatible.
12073         (mml2015-mailcrypt-sign): Ditto.
12074
12075 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12076
12077         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12078         group is open.
12079
12080 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12083         nnvirtual articles.
12084         (gnus-backlog-request-article): Don't request nnvirtual articles.
12085
12086 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12087
12088         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12089         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12090
12091 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12092
12093         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12094         * mml.el (mml-generate-mime-1): Use charset attribute.
12095         * mm-bodies.el (mm-encode-body): Add parameter charset.
12096         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12097
12098 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12099
12100         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12101         (mml2015-mailcrypt-clear-decrypt): Ditto.
12102         (mml2015-mailcrypt-verify): Ditto.
12103         (mml2015-mailcrypt-clear-verify): Ditto.
12104         (mml2015-gpg-verify): Ditto.
12105
12106 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12107
12108         * smime.el (smime-openssl-program): Test the existence of openssl.
12109         * mml-smime.el: Require mm-decode.
12110         (mml-smime-verify-test): New function.
12111         * mm-decode.el (mm-verify-function-alist): Use it.
12112
12113 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12114
12115         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12116         anyway.
12117
12118 2000-11-13  Simon Josefsson  <sj@extundo.com>
12119
12120         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12121         verification doesn't work.
12122
12123 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12124
12125         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12126         (gnus-inews-do-gcc): Use it.
12127
12128 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12129
12130         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12131         leading space.
12132         * mm-extern.el (mm-inline-external-body): Report error when no
12133         access-type.
12134
12135 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12136
12137         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12138
12139 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12140
12141         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12142
12143 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12144
12145         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12146         as multipart/mixed.
12147
12148 2000-11-12  David Edmondson  <dme@dme.org>
12149
12150         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12151         and replace `.' with `\w' to allow for different syntax tables
12152         (from Vladimir Volovich).
12153         * message.el (message-newline-and-reformat): use
12154         `message-cite-prefix-regexp'.
12155         * gnus-cite.el (gnus-supercite-regexp): use
12156         `message-cite-prefix-regexp'.
12157         * gnus-cite.el (gnus-cite-parse): use
12158         `message-cite-prefix-regexp'.
12159
12160 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12161
12162         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12163         PGP SIGNATURE.  Escape leading "-"'s.
12164         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12165
12166 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12167
12168         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12169
12170 2000-11-11  Simon Josefsson  <sj@extundo.com>
12171
12172         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12173
12174         * smime.el (smime-details-buffer): New variable.
12175         (smime-sign-region):
12176         (smime-encrypt-region):
12177         (smime-verify-region):
12178         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12179
12180         * mml-smime.el (mml-smime-verify): Support security info.
12181
12182 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12183
12184         * mm-decode.el (mm-verify-option): Set default to nil.
12185         (mm-decrypt-option): Ditto.
12186         * gnus-art.el (article-verify-x-pgp-sig): New function.
12187
12188 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12191         preferred part.
12192
12193 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12194
12195         * gnus-sum.el (gnus-move-split-methods): Say that
12196         `gnus-split-methods' uses file names, whereas this uses group
12197         names.  (Report from Nevin Kapur)
12198
12199 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12200
12201         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12202
12203 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12204
12205         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12206         (nnheader-directory-articles): Use it.
12207         (nnheader-article-to-file-alist): Ditto.
12208
12209 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12210
12211         * rfc2047.el (rfc2047-pad-base64): New function.
12212         (rfc2047-decode): Use it.
12213
12214 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12215
12216         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12217         select method.
12218
12219 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12220
12221         * mml2015.el (mml2015-gpg-decrypt-1):
12222         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12223
12224 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12227
12228 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12229
12230         * pop3.el (pop3-munge-message-separator): A message may have an
12231         empty body.
12232
12233 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12234
12235         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12236         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12237         (mm-uu-pgp-signed-extract): Use coding-system.
12238
12239 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12240
12241         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12242         (gnus-insert-mime-security-button): New function.
12243         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12244         * mml2015.el:  Add security info when verify or decrypt.
12245         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12246         (mm-uu-pgp-encrypted-extract): Ditto.
12247
12248 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12249
12250         * mm-decode.el (mm-display-parts): New function.
12251         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12252
12253 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12254
12255         * gnus-mlspl.el: Documentation tweaks.
12256
12257 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12258
12259         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12260         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12261         argument.
12262
12263 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12264
12265         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12266
12267 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12268
12269         * gnus-art.el (gnus-article-encrypt): New function.
12270         (gnus-article-encrypt-protocol-alist): New variable.
12271         (gnus-article-encrypt-protocol): New variable.
12272         * mml2015.el (mml2015-self-encrypt): New function.
12273         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12274
12275 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12276
12277         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12278         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12279         let mailcap do it.
12280         * mml2015.el: Remove snarf code.
12281         * mm-decode.el: Remove snarf code.
12282
12283 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12284
12285         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12286         (mml-insert-mime): Understand gnus-decoded.
12287         (mime-to-mml): New parameter handles.
12288         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12289         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12290
12291 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12292
12293         * mm-decode.el (mime-security): New group.
12294         (mm-verify-function-alist): Add test function.
12295         (mm-decrypt-function-alist): Ditto.
12296         (mm-snarf-option): Set default value as nil.
12297         (mm-find-part-by-type): Recursive parameter.
12298         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12299         * mml2015.el: Support draft-ietf-openpgp-multsig.
12300
12301 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12304         (gnus-article-view-part-as-charset): New function.
12305
12306 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12307
12308         * mm-decode.el (mm-verify-option): Default value.
12309         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12310
12311 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12312
12313         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12314
12315 2000-11-05  Simon Josefsson  <sj@extundo.com>
12316
12317         * mml-smime.el (mml-smime-verify): Work in original multipart
12318         buffert.
12319
12320         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12321         (mm-handle-multipart-ctl-parameter): Ditto.
12322         (mm-alist-to-plist): New function.
12323         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12324         for multiparts.
12325         (mm-destroy-parts): Destroy multipart buffert.
12326         (mm-remove-part): Ditto.
12327
12328         * mml-smime.el (mml-smime-sign): Not used.
12329         (mml-smime-encrypt): Ditto.
12330
12331         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12332
12333         Verify S/MIME signature support.
12334
12335         * mm-decode.el (mm-inline-media-tests): Add
12336         application/{x-,}pkcs7-signature.
12337         (mm-inlined-types): Ditto.
12338         (mm-automatic-display): Ditto.
12339         (mm-verify-function-alist): Ditto.  Add name of method.
12340         (mm-decrypt-function-alist): Add name of method.
12341         (mm-find-part-by-type): Add documentation.
12342         (mm-possibly-verify-or-decrypt): Use new format of
12343         mm-{verify,decrypt}-function-alist.  Use method names.
12344
12345         * mml-smime.el (mml-smime-verify): New function.
12346
12347 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12348
12349         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12350
12351 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12352
12353         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12354         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12355         * mm-decode.el (mm-snarf-option): New variable.
12356
12357 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12358
12359         * mm-util.el (mm-subst-char-in-string): New function.
12360         (mm-replace-chars-in-string): Use it.
12361         * message.el (message-replace-chars-in-string): Use it.
12362         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12363         * gnus-mh.el (mh-lib-progs): Shut up.
12364
12365 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12366
12367         * base64.el, md5.el: Moved to contrib directory.
12368
12369 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12370
12371         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12372         the last article when search.
12373
12374 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12375
12376         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12377         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12378
12379 2000-09-29  David Edmondson  <dme@thus.net>
12380
12381         * message.el (message-newline-and-reformat): Typo.
12382
12383 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12384
12385         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12386
12387 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * nntp.el (nntp-decode-text): Delete bogus status lines.
12390
12391 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12392
12393         * message.el (message-font-lock-keywords): Match a final newline
12394         to help font-lock's multiline support.
12395
12396 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12397
12398         * nnoo.el (nnoo-set): New function.
12399
12400 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12401
12402         * gpg.el, gpg-ring.el: Moved to contrib directory.
12403
12404 2000-11-04  Simon Josefsson  <sj@extundo.com>
12405
12406         * nnimap.el (nnimap-split-inbox): Typo.
12407
12408 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12409
12410         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12411
12412 2000-11-03  Simon Josefsson  <sj@extundo.com>
12413
12414         * rfc2231.el (rfc2231-parse-qp-string): New function.
12415         (require): rfc2047.
12416
12417         * mail-parse.el (mail-header-parse-content-type):
12418         (mail-header-parse-content-disposition): Support invalid QP
12419         encoded strings, by using `rfc2231-parse-qp-string'.
12420
12421 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12422
12423         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12424         (rfc2231-decode-encoded-string): Typo "> X 1".
12425         (rfc2231-encode-string): Insert the name of charset.
12426         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12427
12428 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12429
12430         * mm-decode.el (mm-save-part): Return the filename.
12431         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12432         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12433         (gnus-mime-action-alist): Use it.
12434         (gnus-mime-button-commands): Use it.
12435         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12436         (mm-inline-external-body): unwind-protect.
12437
12438 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12439
12440         * gnus-art.el (gnus-insert-mime-button): Show url.
12441
12442 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12443
12444         * mml.el (mml-generate-mime-1): Support external url.
12445         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12446
12447 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12448
12449         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12450         * mm-decode.el (mm-display-external): Ditto.
12451         * mm-extern.el: New file.
12452         * mm-decode.el (mm-inline-media-tests): Hook it up.
12453         (mm-inlined-types): Inline message/external-body.
12454
12455 2000-11-02  Simon Josefsson  <sj@extundo.com>
12456
12457         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12458
12459         * message.el (message-get-reply-headers): Better handling when
12460         Mail-Followup-To is very large.
12461
12462 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12463
12464         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12465         * gnus-art.el (gnus-article-edit-done):
12466         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12467         counting code here.
12468         * gnus-msg.el (gnus-setup-message): Remove a hack.
12469
12470 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12471
12472         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12473         (gnus-summary-mode): Make them local variables.
12474         (gnus-set-global-variables): Globalize them.
12475         (gnus-summary-exit): Kill them.
12476
12477 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12478
12479         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12480         word.
12481
12482 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12483
12484         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12485         gnus-article-wash-types.
12486         * gnus-art.el (gnus-article-wash-status): Use them.
12487
12488 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12489
12490         * mml.el (mml-read-tag): Remove spaces and LF.
12491
12492 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12493
12494         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12495         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12496
12497 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12498
12499         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12500
12501 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12502
12503         * gnus-sum.el (gnus-article-charset): New variable.
12504         (gnus-summary-display-article): Set it.
12505         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12506         * gnus-art.el (gnus-article-mode): Make it local variable.
12507
12508 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509
12510         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12511
12512 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12513
12514         * nnwfm.el: New file.
12515
12516         * nnweb.el (nnweb-replace-in-string): New function.
12517
12518 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12519
12520         * mml2015.el: Wrap gpg.el.
12521         * gpg.el (gpg-verify): The last argument of apply is a list.
12522         (gpg-encrypt): Add passphrase as a parameter.
12523
12524 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12525
12526         * gpg.el: New file.
12527         * gpg-ring.el: New file.
12528
12529 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12530
12531         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12532
12533 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12534
12535         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12536         double-quote characters.
12537         (gnus-summary-prepare-threads): Ditto.
12538
12539 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12540
12541         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12542         * mml.el (mml-read-tag): Don't skip the leading space.
12543         * lpath.el (font-lock-set-defaults): Shut up.
12544
12545 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12546
12547         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12548
12549 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12550
12551         * qp.el (quoted-printable-encode-region): Replace leading - when
12552         ultra safe.
12553         * mml.el (mml-generate-mime-postprocess-function): Removed.
12554         (mml-postprocess-alist): Removed.
12555         (mml-generate-mime-1): Use ultra-safe when sign.
12556         * mml2015.el (mml2015-fix-micalg): Uppercase.
12557         (mml2015-verify): Insert LF.
12558         (mml2015-mailcrypt-sign): Downcase; search backward.
12559
12560 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12561
12562         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12563         restrictive.
12564         (nnultimate-table-regexp): New variable.
12565         (nnultimate-forum-table-p): Use it.
12566
12567 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12568         Trivial patch.
12569
12570         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12571
12572 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12573
12574         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12575         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12576
12577 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12578
12579         * mml2015.el: Shut up.
12580
12581 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12582
12583         * gnus.el (gnus-server-browse-hashtb): Removed.
12584         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12585         (gnus-group-insert-group-line-info): Use simplified method.
12586         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12587
12588 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12589
12590         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12591         moved here.
12592         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12593         * gnus-group.el (gnus-group-prepare-flat): Use it.
12594         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12595
12596 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12597
12598         * mml.el (mml-mode): Show menu in XEmacs.
12599
12600 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12601
12602         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12603         (gnus-server-read-server-in-server-buffer): New function.
12604         (gnus-browse-foreign-server): Browse in group buffer.
12605         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12606         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12607         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12608         * gnus.el (gnus-server-browse-hashtb): New variable.
12609
12610 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12611
12612         * nnfolder.el (nnfolder-open-nov): Use group.
12613
12614 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12615
12616         * nnfolder.el: Add NOV. Set version to 2.0.
12617         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12618
12619 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12620
12621         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12622
12623 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12624
12625         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12626         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12627
12628 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12629
12630         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12631
12632 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12633
12634         * mm-decode.el (mm-verify-function-alist): New variable.
12635         (mm-verify-option): New variable.
12636         (mm-decrypt-function-alist): Ditto.
12637         (mm-decrypt-option): Ditto.
12638         (mm-find-raw-part-by-type): New function.
12639         (mm-possibly-verify-or-decrypt): New function.
12640         (mm-dissect-multipart): Use it.
12641         * mml2015.el (mml2015-fix-micalg): New function.
12642         (mml2015-decrypt): Use new interface.
12643         (mml2015-verify):  Use new interface.
12644         (mml2015-setup): Make it bogus.
12645
12646 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12647
12648         * mml.el (mml-generate-mime-postprocess-function): Set to
12649         mml-postprocess.
12650         (autoload): Autoload mml2015 and mml-smime.
12651         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12652         * mml2015.el (mml2015-encrypt): New function.
12653         (mml2015-sign): New function.
12654         (mml2015-encrypt-function): New variable.
12655         (mml2015-sign-function): New variable.
12656         (mml2015-mailcrypt-encrypt): Use message-recipients.
12657         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12658         * mml-smime.el (mml-smime-setup): Ditto.
12659
12660 2000-10-28  Simon Josefsson  <sj@extundo.com>
12661
12662         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12663         Communigate Pro 3.3.1 server.
12664
12665         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12666         in buffers.
12667         (mml-secure-dns-server): Removed.
12668         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12669         write certificates to files.
12670
12671         * smime.el (smime-dns-server): New variable.
12672         (smime-mail-to-domain):
12673         (smime-cert-by-dns): New functions.
12674
12675         * dig.el: New file.
12676
12677 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12678
12679         * message.el (message-options): New variable.
12680         (message-options-set-recipient): New function.
12681         (message-send): Use them.
12682         * gnus-int.el (gnus-request-replace-article): Use them.
12683         (gnus-request-accept-article): Ditto.
12684         * mml.el (mml-preview): Use them.
12685         * gnus-sum.el (gnus-summary-edit-article): Use them.
12686
12687         * message.el (message-options-get): New function.
12688         (message-options-get): New function.
12689         * rfc2047.el (rfc2047-encode-message-header): Use them.
12690         * mm-bodies.el (mm-encode-body): Use them.
12691
12692 2000-10-28  Simon Josefsson  <sj@extundo.com>
12693
12694         * nnimap.el (nnimap-retrieve-which-headers):
12695         (nnimap-request-article-part): Quote message-id.
12696
12697         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12698         (smime-CA-file): New variable.
12699         (smime-call-openssl-region): Don't error.
12700         (smime-sign-region): Return result value.
12701         (smime-encrypt-region): Ditto.
12702         (smime-verify-region): New function.
12703         (smime-decrypt-region): Ditto.
12704         (smime-verify-buffer): Ditto.
12705         (smime-decrypt-buffer): Ditto.
12706
12707         * mml.el: Require mml-sec.
12708         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12709         (mml-mode-map): Add "sign" and "encrypt" maps.
12710         (mml-menu): Add security menu.
12711         (mml-preview): Use generate-new-buffer.
12712
12713         * mml-sec.el: New file.
12714
12715 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12716
12717         * mm-decode.el (mm-find-part-by-type): Move it here.
12718         * mml.el (mml-postprocess): Move it here.
12719         (mml-postprocess-alist): Move it here. Merge them.
12720
12721 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12722
12723         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12724         unencoded stuff in the header.
12725
12726 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12727
12728         * gnus-group.el (gnus-group-listed-groups): New variable.
12729         (gnus-group-list-option): New variable.
12730         (gnus-group-list-limit-map): New keymap.
12731         (gnus-group-list-flush-map): New keymap.
12732         (gnus-group-list-plus-map): New keymap.
12733         (gnus-group-prepare-logic): New function.
12734         (gnus-group-prepare-flat): Merge with
12735         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12736         (gnus-group-prepare-flat-list-dead): Ditto.
12737         (gnus-group-list-matching): Use gnus-group-prepare-function.
12738         (gnus-group-list-dormant): Ditto.
12739         (gnus-group-list-cached): Ditto.
12740         (gnus-group-listed-groups): New function.
12741         (gnus-group-list-limit): New function.
12742         (gnus-group-list-flush): New function.
12743         (gnus-group-list-plus): New function.
12744         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12745         (gnus-topic-prepare-topic): Ditto.
12746
12747 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12748
12749         * message.el (message-insert-to, message-get-reply-headers):
12750         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12751
12752 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12753
12754         * mml2015.el: New file.
12755         * smime.el: New file.
12756         * mml-smime.el: New file.
12757
12758 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12759
12760         * ChangeLog: Moved to ChangeLog.1.
12761
12762     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12763   Copying and distribution of this file, with or without modification,
12764   are permitted provided the copyright notice and this notice are preserved.
12765
12766 ;; Local Variables:
12767 ;; coding: iso-2022-7bit
12768 ;; End: