(gnus-select-article-hook): Add :option.
[gnus] / lisp / ChangeLog
1 2003-01-10  Simon Josefsson  <jas@extundo.com>
2
3         * gnus-sum.el (gnus-select-article-hook): Add :option.
4
5 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * spam.el (spam-use-stat): new variable
8         (spam-group-spam-processor-stat-p) 
9         (spam-group-ham-processor-stat-p): new convenience functions
10         (spam-summary-prepare-exit): add spam/ham processors to sequence
11         (spam-list-of-checks): add spam-use-stat to list of checks
12         (spam-split): conditionally load the spam-stat tables
13         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
14         spam-check-ifile): new functions
15
16         * spam-stat.el (spam-stat): typo fix
17         (spam-stat-install-hooks): new variable
18         (spam-stat-split-fancy-spam-group): added documentation clarification
19         (spam-stat-split-fancy-spam-threshhold): new variable
20         (spam-stat-install-hooks): make hooks conditional
21         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
22
23         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
24         spam-stat ham/spam processor symbols
25
26 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
29         file exists.
30
31 2003-01-10  Simon Josefsson  <jas@extundo.com>
32
33         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
34         undownloaded/downloadable only when unplugged.
35
36 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
37
38         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
39
40 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
41
42         * spam.el (spam-check-ifile): fixed call-process-region to use the
43         db parameter only if it's set
44         (spam-ifile-register-with-ifile): ditto
45
46 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
47
48         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
49         processable articles as read.
50         (gnus-agent-summary-fetch-series): Remove processable and
51         downloadable marks on all downloaded articles in the series.
52
53         * nntp.el (nntp-report): Throw error after reporting the problem.
54         (nntp-accept-process-output): Corrected error check to report an
55         error when the process is nil.
56
57 2003-01-09  Simon Josefsson  <jas@extundo.com>
58
59         * message.el (message-tool-bar-map): Add preview.
60
61 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
62
63         * mml.el (mml-preview): Get rid of MIME handles and buffers after
64         previewing.
65
66 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
67
68         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
69         bug when the (n+1)th article to be added to a group has a smaller
70         number than the n articles already added.
71
72 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
73
74         * message.el (message-mode-field-menu): Use backquote.
75
76 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
77
78         * spam.el: fixed the BBDB autoloads again, using
79         bbdb-search-simple now (which is not a macro, thank god)
80
81         * lpath.el (bbdb-search): removed function from maybe-fbind list
82
83         * gnus.el (ham-process-destination): added new parameter for
84         destination of ham articles found in spam groups at summary exit
85
86         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
87         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
88         (spam-ifile-database-path): added new parameter for ifile's database
89         (spam-move-spam-nonspam-groups-only): new parameter to determine
90         if spam should be moved from all groups or only some
91         (spam-summary-prepare-exit): fixed logic to use
92         spam-move-spam-nonspam-groups-only when deciding to invoke
93         spam-mark-spam-as-expired-and-move-routine; always invoke that
94         routine after the spam has been expired-or-moved in case there's
95         some spam left over; use spam-ham-move-routine in spam groups
96         (spam-ham-move-routine): new function to move ham articles to the
97         ham-process-destinations group parameter
98
99 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
102
103         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
104         gnus-summary-update-article-line.
105
106 2003-01-08  Simon Josefsson  <jas@extundo.com>
107
108         * nnmail.el (nnmail-expiry-target-group): Request group, create it
109         not successful.
110
111 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
114
115 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
118         logic, finally
119
120 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * gnus-spec.el (gnus-parse-format): %C is a complex format.
123         (gnus-parse-format): Change to %~.
124
125         * message.el (message-generate-headers): Don't generate optional
126         empty headers.
127
128 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
129
130         * message.el (message-cross-post-default)
131         (message-cross-post-note-function, message-shoot-gnksa-feet)
132         (message-strip-subject-trailing-was, message-change-subject)
133         (message-mark-insert-file, message-cross-post-followup-to)
134         (message-cross-post-followup-to, message-mode-map)
135         (message-generate-unsubscribed-mail-followup-to)
136         (message-make-mail-followup-to): Minor changes to doc-strings and
137         error messages.  Updated copyright line.
138
139         * message.el (message-make-mail-followup-to,
140         message-generate-unsubscribed-mail-followup-to): New function
141         names.  Renamed functions: "-mft" -> "-mail-followup-to".
142         (message-make-mft, message-gen-unsubscribed-mft): Removed function
143         names.
144
145         * mml.el (mml-preview-insert-mail-followup-to): New function name.
146         (mml-preview-insert-mft): Removed function name.
147         (mml-preview): Use new function names.
148
149         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
150
151         * message.el (message-mode-field-menu): Moved header related
152         commands from "Message" to "Field" menu.
153
154 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * message.el (message-generate-headers-first): Added customization
157         if variable is a list.
158
159 2003-01-07  Michael Shields  <shields@msrl.com>
160
161         * gnus-art.el (gnus-article-next-page): Correctly handle the case
162         where the last line of the article is the last line of the window.
163
164 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * gnus-msg.el (gnus-debug): Use ignore-errors.
167
168         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
169         `gnus-summary-update-line'.
170
171 2003-01-08  Simon Josefsson  <jas@extundo.com>
172
173         * gnus-art.el (gnus-unbuttonized-mime-types)
174         (gnus-buttonized-mime-types): Doc fix.
175
176 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
177
178         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
179
180 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
181
182         * nnrss.el (nnrss-group-alist): Add and clear up.
183
184 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
185
186         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
187
188         * lpath.el (bbdb-search): added BBDB functions for a better way to
189         fix missing functions
190
191         * spam.el (spam-check-ifile): if should be an unless
192
193         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
194         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
195         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
196
197 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-sum.el (gnus-summary-make-menu-bar): Added
200         gnus-summary-refer-thread to thread menu.
201
202 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
203
204         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
205         summary buffer, articles that cannot be fetched are marked as
206         canceled.
207
208         * nntp.el (nntp-with-open-group): The quit signal handler must
209         propagate the quit signal to the next outer handler so that the
210         caller knows that the request aborted abnormally.
211
212 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
213
214         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
215         (spam-ifile-register-spam-routine)
216         (spam-ifile-register-ham-routine): added ifile functionality that
217         does not use ifile-gnus.el to classify and register articles
218         (spam-get-article-as-string): convenience function
219         (spam-summary-prepare-exit): added ifile spam and ham registration
220         (spam-ifile-all-categories, spam-ifile-spam-category)
221         (spam-ifile-path, spam-ifile): added customization options
222
223         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
224         exit processor
225         (spam-process): added gnus-group-ham-exit-processor-ifile to the
226         list of choices
227
228 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus-score.el (gnus-score-followup): Also score immediate
231         followups.
232
233 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
236
237 2003-01-07  Simon Josefsson  <jas@extundo.com>
238
239         * message.el (message-mode-menu): Fix receipt balloon help.
240
241 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
242
243         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
244         always be interpreted as news.
245
246 2003-01-07  Simon Josefsson  <jas@extundo.com>
247
248         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
249         gnus-sieve-script, instead of the global variable
250         gnus-sieve-crosspost.  One-line patch from Steinar Bang
251         <sb@dod.no>.
252
253 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
254
255         * gnus.el: Renamed gnus-summary-*-uncached-face as
256         gnus-summary-*-undownloaded-face to avoid confusing the agent with
257         the cache.
258
259         * gnus-sum.el: Ditto.
260
261 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
262
263         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
264         in either the group or summary buffer.
265         New command "JS", in summary buffer, will fetch articles per the
266         group's category, predicate, and processable flags.
267         (gnus-agent-summary-fetch-series): Rewritten to call
268         gnus-agent-session-fetch-group once with all articles in the
269         series.
270         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
271         return list of fetched articles.
272         (gnus-agent-fetch-articles): Split fetch list into sublists such
273         that the article buffer is only slightly larger than
274         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
275         the group's article alist is saved.
276         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
277         longer result in the agent trying to fetch an article.
278         (gnus-agent-fetch-group-1): Can now be called in either the group
279         or summary buffer.  Removed the max-fetch-size code that I added
280         on 2002-12-13 as that capability is now part of
281         gnus-agent-fetch-articles.  Added code to update summary buffer.
282         When called in the group buffer, articles that can not be fetched
283         are AUTOMATICALLY MARKED AS READ.
284
285         * gnus-sum.el (): Modified eval-when-compile to minimize
286         misleading compilation warnings.
287         (gnus-update-summary-mark-positions): Changed code to use
288         gnus-undownloaded-mark rather than gnus-downloaded-mark.
289
290         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
291         empty file as the parser assumes that the file isn't empty.
292
293         * nntp.el (nntp-send-string): The process-send-string call can,
294         because it performs I/O on the process, change the process' state
295         from open to closed.  If this happens, call nntp-report
296         immediately to report the broken connection.
297         (nntp-report): Rewritten to avoid needing a global variable to
298         determine the appropriate course of action.  Instead, two function
299         implementations are provided and the nntp-report function value is
300         bound to the appropriate implementation.
301         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
302         (nntp-with-open-group): Now binds nntp-report's function cell
303         rather than binding gnus-with-open-group-first-pass.  Added a
304         condition-case to detect a quit during a nntp command.  When the
305         quit occurs, the current connection is closed as a fetch articles
306         request could have several megabytes queued up for reading.
307         (nntp-retrieve-headers): Bind articles to itself.  If
308         nntp-with-open-group repeats this command, I must have access to
309         the original list of articles.
310         (nntp-retrieve-groups): Ditto for groups.
311         (nntp-retrieve-articles): Ditto for articles.
312         (*): Replaced nntp-possibly-change-group calls to
313         nntp-with-open-group forms in all, but one, occurrance.
314         (nntp-accept-process-output): Bug fix. Detect when called with
315         null process.
316
317 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
318
319         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
320         if we don't need to.
321         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
322
323 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-group.el (gnus-group-make-web-group): Pass the select
326         method on to group-create.
327         (gnus-group-line-format-alist): %U is an integer.
328
329         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
330         ephemeral groups.
331         (gnus-summary-read-group-1): Ditto.
332         (gnus-group-make-articles-read): Ditto.
333
334         * mm-url.el (mm-url-program): Doc fix.
335
336         * message.el (message-mode-map): Rebound
337         message-insert-wide-reply.
338
339 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
342         color as `gnus-group-startup-message' does.
343
344 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
345
346         * spam.el: fixed line lengths to 80 chars or less
347
348         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
349         "not-read" mark
350         (gnus-summary-mark-forward): added the spam-mark to the list of
351         marks not to be marked as "read" when viewed
352
353 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
356
357         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
358         Protect against unactive groups.
359
360         * message.el (message-check-news-header-syntax): Check long
361         header lines.
362         (message-check-news-header-syntax): Update `start'.
363
364         * gnus-group.el (gnus-group-expire-articles): Doc fix.
365         (gnus-group-line-format): %U.
366         (gnus-group-line-format-alist): ?U.
367         (gnus-number-of-unseen-articles-in-group): New function.
368
369         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
370
371         * gnus.el (gnus-version-number): Bump version number.
372
373 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
374
375         * gnus.el: Oort Gnus v0.10 is released.
376
377 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus.el (gnus-version-number): Fix version number.
380
381 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
382
383         * gnus.el: Oort Gnus v0.08 is released.
384
385 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
386
387         * mm-util.el: Add mm-string-make-unibyte.
388
389         * gnus-group.el (gnus-group-jump-to-group): Make it work for
390         UTF-8 groups.
391
392 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
395
396         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
397
398 2003-01-04  Kevin Ryde  <user42@zip.com.au>
399
400         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
401         function.
402
403 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
406         (gnus-summary-read-group-1): Update group line.
407         (gnus-summary-exit-no-update): Update group on exit.
408
409         * gnus-group.el (gnus-group-line-format): Add %*.
410         (gnus-group-line-format-alist): Ditto.
411         (gnus-group-insert-group-line): Set it.
412         (gnus-group-is-exiting-p): New variable.
413         (gnus-group-insert-group-line): Use it.
414
415 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
416
417         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
418         enable BBDB ham processing
419         (spam-blacklist-register-routine): enable blacklist spam processing
420         (spam-whitelist-register-routine): enable whitelist ham processing
421         (spam-fetch-field-from-fast): fast fetching of the "from" field
422         from (gnus-data-list)
423         (spam-summary-prepare-exit): works completely now
424         (spam-use-blacklist): oops, should be nil by default
425         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
426         split processing now; before it was for summary exit as
427         well but that's done with the spam-contents and spam-process
428         parameters now
429
430 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
431
432         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
433         characters.
434
435 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
436
437         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
438         (spam-group-processor-p, spam-group-processor-bogofilter-p)
439         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
440         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
441         (spam-mark-spam-as-expired-and-move-routine)
442         (spam-generic-register-routine, spam-BBDB-register-routine)
443         (spam-ifile-register-routine, spam-blacklist-register-routine)
444         (spam-whitelist-register-routine): new functions
445         (spam-summary-prepare-exit): added summary exit processing (expire
446         or move) of spam-marked articles for spam groups; added slots for
447         all the spam-*-register-routine functions
448
449 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * pop3.el (pop3-retr): Wait 500 msecs.
452         (pop3-read-response): Ditto.
453
454         * gnus-msg.el (gnus-setup-message): Get the evaliation order
455         right.
456         (gnus-inews-make-draft): New function.
457         (gnus-setup-message): Use it.
458
459         * message.el (message-required-headers): Add From.
460
461 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
462         Trivial patch from Norbert Koch <nk@viteno.net>.
463
464         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
465
466 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * message.el (message-generate-headers): Let header formatters do
469         their work.
470
471 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
472
473         * deuglify.el (gnus-article-outlook-deuglify-article):
474         Rehighlight, reapply treatments and call
475         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
476         (gnus-outlook-repair-attribution-block): Recognize cited
477         attributions.  Suggested by Niklas Morberg.
478
479 2003-01-02  Pete Kazmier  <pete@kazmier.com>
480
481         * gnus-art.el (gnus-treat-predicate): Check condition first.
482
483 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
484
485         * lpath.el: Add url-http-file-exists-p.
486
487         * gnus-group.el (gnus-group-fetch-charter): Use
488         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
489
490 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * message.el (message-draft-headers): Also generate From to get a
493         nicer draft buffer summary.
494
495         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
496         parameter.
497
498         * gnus-art.el (article-wash-html): Clean up.
499         (article-wash-html): Typo fix.
500
501         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
502         (gnus-summary-mail-forward): To many lists of lists.
503
504         * gnus-art.el (article-wash-html): Clean up.
505
506 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
507
508         * gnus-art.el (gnus-treat-wash-html): New variable.
509
510 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * message.el (message-check-news-header-syntax): Allow posting.
513         (message-check-news-header-syntax): Fix logic for sure, this
514         time.
515
516 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
517
518         * message.el (message-check-news-header-syntax): Check syntax of
519         continuation headers.
520
521 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
522
523         * gnus-art.el (gnus-button-url-regexp,
524         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
525         (gnus-header-button-alist): Regexps are case insensitive here.
526
527 2003-01-02  Simon Josefsson  <jas@extundo.com>
528
529         * dig.el (query-dig): Doc fix.
530
531 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
532
533         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
534         summary buffer line, not just the download mark.
535
536 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-sum.el (gnus-summary-goto-subjects): New function.
539         (gnus-summary-insert-dormant-articles): New command and
540         keystroke.
541
542         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
543         function for mass insertion of subjects.
544
545         * nndraft.el (nndraft-generate-headers): Don't move point.
546
547         * gnus.el (nnheader): Require nnheader.
548
549         * nndraft.el (nndraft-request-associate-buffer): Use
550         make-local-variable.
551
552 2003-01-02  Michael Shields  <shields@msrl.com>
553
554         * nndraft.el (nndraft-request-associate-buffer): Make
555         write-contents-hooks buffer-local before setting it.
556
557 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus.el (gnus-group-parameter-value): Take an extra param.
560         (gnus-group-fast-parameter): Let group param results be nil.
561
562         * gnus-art.el (gnus-article-forward-header): New function.
563         (article-date-ut): Use it to remove continuation date headers.
564
565         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
566         read-event.
567         (gnus-summary-remove-bookmark): Clean up.
568         (gnus-summary-set-bookmark): Clean up.
569
570         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
571
572         * gnus.el (gnus-group-startup-message): Bind data-directory to
573         the Gnus etc directory.
574
575 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
576
577         * spam.el (spam-summary-prepare-exit): added slots for spam- and
578         ham-processing of articles; use the new
579         spam-group-(spam|ham)-contents-p functions
580         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
581         convenience functions
582         (spam-mark-junk-as-spam-routine): use the new
583         spam-group-spam-contents-p function
584
585         * gnus.el (spam-process, spam-contents, spam-process-destination):
586         added new parameters with corresponding global variables
587         (gnus-group-spam-exit-processor-ifile,
588         gnus-group-spam-exit-processor-bogofilter,
589         gnus-group-spam-exit-processor-blacklist,
590         gnus-group-spam-exit-processor-whitelist,
591         gnus-group-spam-exit-processor-BBDB,
592         gnus-group-spam-classification-spam,
593         gnus-group-spam-classification-ham): added new symbols for the
594         spam-process and spam-contents parameters
595
596         * spam.el (spam-ham-marks, spam-spam-marks): changed list
597         customization and list itself to store mark symbol rather than
598         mark character.
599         (spam-bogofilter-register-routine): added logic to generate mark
600         values list from spam-ham-marks and spam-spam-marks, so (member)
601         would work.
602
603 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * message.el (message-cross-post-followup-to): Fix comment.
606
607 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * spam.el (spam-ham-marks, spam-spam-marks): changed list
610         customization and list itself to store mark symbol rather than
611         mark character.
612         (spam-bogofilter-register-routine): added logic to generate mark
613         values list from spam-ham-marks and spam-spam-marks, so (member)
614         would work.
615
616 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
617
618         * message.el (message-signature-insert-empty-line): New variable.
619
620 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
621
622         * message.el: Renamed functions and variables: "xpost" ->
623         "cross-post", "-fup2" -> "-followup-to".
624         (message-cross-post-old-target, message-cross-post-default,
625         message-cross-post-note, message-followup-to-note,
626         message-cross-post-note-function): New variables names.
627         (message-xpost-old-target, message-xpost-default,
628         message-xpost-note, message-fup2-note,
629         message-xpost-note-function): Removed variable names.
630         (message-cross-post-followup-to-header,
631         message-cross-post-insert-note, message-cross-post-followup-to):
632         New function names.
633         (message-xpost-fup2-header, message-xpost-insert-note,
634         message-xpost-fup2): Removed function names.
635
636 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
637
638         * message.el (message-send-mail): Added message-cleanup-headers to
639         prevent newlines in headers.
640
641 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * dns.el (dns-make-network-process): Comment.
644
645         * gnus-sum.el (gnus-summary-display-while-building): Default to
646         nil.
647
648 2003-01-01  Wes Hardaker  <wes@hardakers.net>
649
650         * gnus-sum.el (gnus-summary-display-while-building): New
651         variable.
652
653 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
654
655         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
656         before rearranging the article.
657
658 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * nndraft.el (nndraft-generate-headers): New function.
661         (nndraft-request-associate-buffer): Use it to write headers on
662         buffer save.
663
664         * message.el (message-generate-headers): Let the function be a
665         lambda form.
666         (message-draft-headers): New variable.
667
668         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
669         function.
670         (gnus-setup-message): Use it.
671
672         * message.el (message-generate-headers-first): Doc fix.
673         (message-setup-1): Use new function for getting which headers to
674         generate.
675         (message-headers-to-generate): New function.
676
677 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
678
679         * gnus-agent.el (gnus-agent-save-alist): Make directory.
680
681 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
682
683         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
684         mention negatives.
685
686 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
687
688         * deuglify.el (gnus-outlook-rearrange-article): Use
689         `transpose-regions' instead of tempering the kill-ring.
690         (gnus-article-outlook-deuglify-article): Rehighlight article
691         instead of a complete redisplay.
692
693 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
694
695         * spam.el: most defvars are defcustoms now
696
697         patches from Michael Shields  <shields@msrl.com>
698
699         * spam.el (spam-bogofilter-articles): Select the article
700         body using gnus-summary-show-article t instead of
701         gnus-summary-select-article; this presents the raw text
702         without running any hooks.
703
704         * spam.el (spam-bogofilter-articles): Use message-remove-header
705         to remove headers; the old way incorrectly removed just the first
706         line of folded headers.
707
708 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
711
712 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * gnus-start.el (gnus-load): New function.
715         (gnus-read-newsrc-el-file): Use it.
716
717 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
718
719         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
720         (gnus-button-handle-apropos-documentation): New function.
721         (gnus-button-handle-ctan): New function.
722         (gnus-button-alist): Use them.  Improve some regexps.
723         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
724
725 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
726
727         * message.el (message-subscribed-p): New function.
728         (message-send-mail): Use it.
729         * mml.el (mml-preview-insert-mft): New function.
730         (mml-preview): Use it.
731
732 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
735         when sorting by date.
736
737         * gnus-art.el (gnus-article-edit-mode): New variable.
738         (gnus-article-setup-buffer): Warn user about discarding edits.
739
740         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
741         (gnus-summary-pipe-output): Take a symbolic prefix to save all
742         headers.
743
744         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
745
746 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
747
748         * message.el (message-completion-alist): Added "Mail-Followup-To"
749         and "Mail-Copies-To".
750
751 2002-07-21  Jesper harder  <harder@ifa.au.dk>
752
753         * gnus-group.el: Add key bindings for
754         gnus-group-sort-groups-by-real-name and
755         gnus-group-sort-selected-groups-by-real-name.
756
757 2002-07-21  Jesper harder  <harder@ifa.au.dk>
758
759         * gnus.texi (Sorting Groups): Add key bindings for
760         gnus-group-sort-groups-by-real-name and
761         gnus-group-sort-selected-groups-by-real-name.
762
763 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * spam.el (spam-use-dig): new variable for blackhole checking
766         through dig.el
767         (spam-check-blackholes): added dig.el checking functionality and
768         more verbose reporting; query-dig is autoloaded from dig.el
769         (spam-use-blackholes): disabled by default
770         (spam-blackhole-servers): removed rbl.maps.vix.com from the
771         blackhole servers list
772
773 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * message.el (message-required-headers): New variable.
776
777 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
778
779         * dig.el (query-dig): new function
780
781 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * flow-fill.el (fill-flowed): Don't infloop on too long fill
784         prefixes.
785
786         * dns.el (query-dns): Protect against errors.
787
788         * gnus-msg.el (gnus-article-yanked-articles): New variable.
789         (gnus-inews-add-send-actions): Mark all answered messages as
790         answered.
791
792 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
793
794         * nnmail.el (nnmail-split-it): Added tracing to
795         `:' split rule
796
797 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
798
799         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
800         and "%s" so we don't overquote them.
801
802 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
803
804         * (mm-display-external): Display the actual command that has been
805         executed in the echo area.
806
807 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
810
811         * message.el (message-with-reply-buffer): New macro.
812         (message-fetch-reply-field): Use it.
813         (message-insert-wide-reply): New command and keystroke.
814         (message-carefully-insert-headers): New function.
815         (message-insert-to): Use new function.
816
817         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
818         (gnus-topic-goto-missing-group): Use it.
819
820         * message.el (message-required-news-headers): Removed Lines.
821         (message-reply): Don't insert References first.
822         (message-followup): Ditto.
823         (message-make-references): New function.
824         (message-followup): Set message-reply-headers before generating
825         the buffer stuff.
826
827 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
828
829         * mml.el (mml-generate-mime-1): Reverse the order of
830         encoding/flowing.
831
832 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
835         after moving them.
836
837         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
838         fit with newer standard format.
839         (gnus-summary-make-false-root-always): New variable.
840         (gnus-gather-threads-by-subject): Use it.
841
842         * message.el (message-get-reply-headers): Take an address list
843         optional argument.
844
845 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * gnus.el (gnus-keep-backlog): Change default to 20.
848
849         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
850         start.
851         (gnus-agent-check-overview-buffer): Remove negative article
852         numbers.
853
854         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
855         (nnmail-cache-ignore-groups): Doc fix.
856
857         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
858         (nnimap-debug-buffer): New variable.
859         (nnimap-debug): Use it.
860
861 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
862
863         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
864
865 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
868         they aren't already sorted.
869
870 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
871
872         * message.el (message-mode-menu): Add ellipses to menu items
873         expecting user interaction.
874         (message-mode-field-menu): do.
875
876 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
877
878         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
879         it isn't used any more.
880
881 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
882
883         * binhex.el (binhex-decoder-program): Fix docstring.
884
885 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
886
887         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
888         special chars if the mailcap file uses single quotes around %s.
889         From Laurent Martelli <laurent@bearteam.org>.
890
891 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
892
893         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
894         return the info object.
895
896 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
897
898         * gnus-int.el (gnus-request-update-info): Artificially add
899         (1 . (1- min)) to the read range, in case the backend doesn't
900         store marks for nonexistent articles.
901
902 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * binhex.el (binhex-insert-char): Eval-and-compile.
905
906 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
907
908         * lpath.el: Add tool-bar-local-item-from-menu.
909
910         * message.el (message-tool-bar-local-item-from-menu): New function.
911         (message-tool-bar-map): Use it.
912
913 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
914
915         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
916
917         * gnus-art.el (gnus-article-header-rank): Last header in
918         gnus-sorted-header-list should have higher rank than non-members.
919
920 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
923         covered methods.
924
925 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
926
927         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
928         eval-when-compile.  Suggested by Kevin Greiner.
929
930 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
931
932         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
933         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
934         even though no headers may have been fetched
935         (gnus-agent-fetch-group-1, and perhaps others, require this
936         behavior).
937         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
938         server buffer is constrained by gnus-agent-max-fetch-size.
939         Multiple chunks in the same group may perform arbitrarily large
940         updates.
941
942 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
943
944         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
945         gnus-summary-update-download-mark to update the article in the
946         summary.
947
948 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
949
950         * gnus.el (gnus-summary-high-uncached-face,
951         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
952         New faces.
953
954         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
955         added this on 2002-11-23 but it just wasn't working out as
956         intended.  The idea isn't entirely dead, three new faces
957         gnus-summary-*-uncached-face are being added to gnus.el to provide
958         the basis for an improved implementation.
959         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
960         proper file to open is lib/servers.
961         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
962         (i.e. removing the article from gnus-newsgroup-downloadable) will
963         now restore the article's default mark rather than simply setting
964         no mark.
965         (gnus-agent-get-undownloaded-list): Corrected documentation.
966         Added code to set new summary local variable,
967         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
968         a temporary list.  No longer sets gnus-newsgroup-downloadable.
969         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
970         up to date.  Call new gnus-summary-update-download-mark to keep
971         summary buffer up-to-date.
972         (gnus-agent-fetch-selected-article): Keep
973         gnus-newsgroup-undownloaded up to date.
974         (gnus-agent-fetch-articles): Return list of articles that were
975         successfully fetched.
976         (gnus-agent-check-overview-buffer): No more thingatpt.
977         (gnus-agent-expire): No longer deletes NOV entries of unread
978         articles.
979         (gnus-agent-unread-articles): New function.
980         (gnus-agent-regenerate-group): The article number must be
981         terminated by a tab character.  Added more messages to report
982         repairs.  Inhibit quits while writing changes so it is now safe
983         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
984         downloaded to 1) resolve the unbound references and 2) avoid
985         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
986
987         * gnus-art.el (gnus-article-prepare): The agent
988         downloaded/undownloaded mark is no longer stored as the article's
989         mark.
990
991         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
992         gnus-summary-highlight may use it.  Added downloaded as
993         gnus-summary-highlight was using it.
994
995         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
996         the download mark now follows Kai's +/- convention.
997         (gnus-downloaded-mark): Added ?+ mark.
998         (gnus-summary-highlight): Added rules to select
999         gnus-summary-high-uncached-face,
1000         gnus-summary-normal-uncached-face, and
1001         gnus-summary-low-uncached-face.  Removed the
1002         gnus-agent-downloaded-article-face.
1003         (gnus-summary-line-format-alist): Implemented the download flag
1004         format (?O) as named in the manual.  This implementation displays
1005         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1006         gnus-no-mark.
1007         (gnus-newsgroup-agentized): New local variable that identifies
1008         which groups are agentized.  While the agent is now on by default,
1009         you don't have to agentize every server that you use.
1010         (gnus-update-summary-mark-positions): Completed support for the
1011         download type of mark.
1012         (gnus-summary-insert-line): Added undownloaded to the parameters.
1013         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1014         reference by the gnus-summary-line-format-spec.
1015
1016         * nntp.el (nntp-with-open-group): This macro handles dropped or
1017         broken connections by opening a new connection and repeating the
1018         failed command.
1019         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1020         XOVER commands preceeding the active articles with the nov entry
1021         of the first available article.  When gnus connected to such a
1022         server, the unexpected nov entry would result in duplicate lines
1023         in the agent's overview file.  This patch fixes the duplicate
1024         lines problem and improves performance by skipping over all
1025         articles IDs that preceed the first nov entry in the server's
1026         reply.
1027
1028 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1031         (gnus-summary-highlight): Use it instead of `downloaded'.
1032         (gnus-summary-highlight-line): Ditto.
1033
1034         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1035
1036 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1039
1040         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1041         calls.
1042
1043         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1044         downloaded variable if we're in an uncovered group.
1045
1046         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1047         font to soemthing less noticeable.
1048         (gnus-agent-group-covered-p): New function.
1049
1050 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1051
1052         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1053         Because of an unknown bug, the group buffer is saved in .overview
1054         file.
1055
1056 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1057
1058         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1059         `and' with `or'.
1060
1061 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1062
1063         * nntp.el (nntp-send-command): Assume that echo does not happen
1064         when nntp-open-connection-function is nntp-open-network-stream.
1065         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1066
1067 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1068
1069         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1070
1071 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1072
1073         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1074         nntp-server-buffer if we aren't going to write to it.
1075
1076 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1077         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1078
1079         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1080
1081 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1084         decoded words.
1085
1086 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1087
1088         * gnus.el (fboundp): After loading mm-util, make sure it was the
1089         right one.
1090
1091 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1092
1093         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1094         gnus-sum.  Made into a user option.
1095
1096         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1097         (gnus-summary-mark-article-as-unread)
1098
1099 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1100
1101         * time-date.el (date-to-time): Typo.
1102
1103         * parse-time.el: Typo.
1104
1105         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1106
1107         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1108
1109         * nnimap.el:
1110         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1111
1112         * mm-encode.el (mm-safer-encoding): Typo.
1113
1114         * messcompat.el: Typo.
1115
1116         * message.el (message-face-alist): Typo.
1117
1118         * imap.el (imap-interactive-login, imap-open): Typos.
1119
1120         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1121
1122         * gnus.el: Typo.
1123
1124         * gnus-win.el (gnus-configure-frame): Typo.
1125
1126         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1127
1128         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1129
1130         * gnus-sum.el (gnus-summary-article-number)
1131         (gnus-summary-read-group-1, gnus-summary-mark-article)
1132         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1133
1134         * gnus-mule.el (gnus-mule-add-group): Typo.
1135
1136         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1137
1138         * gnus-group.el (gnus-group-fetch-faq): Typo.
1139
1140         * gnus-art.el (gnus-decode-header-methods): Typo.
1141
1142         * flow-fill.el: Typo.
1143
1144 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1145
1146         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1147
1148 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1149
1150         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1151         (gnus-summary-mark-article-as-unread)
1152         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1153         Reformatting to avoid long lines.
1154         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1155
1156 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1157
1158         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1159         be accessed through `mail-header-number'.
1160
1161 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1162
1163         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1164         compressed range to gnus-summary-insert-articles.
1165
1166 2002-11-26  Kevin Ryde <user42@zip.com.au>
1167
1168         * gnus-art.el (gnus-mime-copy-part): Look for filename
1169         parameter under content-disposition, not content-type.
1170
1171         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1172         (gnus-summary-reselect-current-group): Use it.
1173
1174 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1175
1176         * gnus-agent.el (gnus-agent-uncached-articles): if
1177         gnus-agent-load-alist fails, return ARTICLES.
1178
1179         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1180
1181 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1182
1183         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1184         superfluous function call.
1185         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1186         Add warning to docstring.
1187
1188 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * gnus-agent.el: Autoload number-at-point instead.
1191         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1192
1193 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1194
1195         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1196         require thingatpt (for number-at-point) and protect against
1197         deactivate-mark being unbound (on XEmacs).
1198
1199 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1200
1201         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1202         print message on entry.
1203
1204         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1205
1206         * gnus-range.el (gnus-range-difference): New function.
1207         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1208
1209 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1210
1211         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1212         gnus-remove-from-range instead of gnus-range-difference which
1213         doesn't exist.
1214
1215 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1216         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1217
1218         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1219         used for showing which articles have been downloaded.
1220         (gnus-agent-article-alist): Format change.  Add documentation.
1221         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1222         process-marked articles.
1223         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1224         in the series are individually fetched to minimize lose of
1225         content due to an error/quit.
1226         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1227         gnus-message instead of message.
1228         (gnus-agent-read-servers): Use file lib/methods instead of
1229         lib/servers.  TODO: Why?
1230         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1231         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1232         come from the agent.  This means that they are not downloaded.
1233         (gnus-agent-fetch-selected-article): Don't use history.
1234         (gnus-agent-save-history, gnus-agent-enter-history)
1235         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1236         Removed function; history is not used anymore.
1237         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1238         (gnus-agent-crosspost): Started rewrite then realized that a typo
1239         in gnus-agent-fetch-articles ensures that this function is never
1240         called.  This will need to be fixed later.
1241         (gnus-agent-check-overview-buffer): Some sanity checks on the
1242         agent overview buffer.  This is a safety net used during
1243         development.
1244         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1245         changed, write a number to the file indicating this.
1246         (gnus-agent-fetch-headers): Rewrite to respect
1247         gnus-agent-consider-all-articles without relying on the
1248         `.fetched' files.  Make it fast.
1249         (gnus-agent-braid-nov): Change resulting from
1250         gnus-agent-fetch-headers change.
1251         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1252         `.fetched' files.
1253         (gnus-agent-read-agentview): New function, used by
1254         gnus-agent-load-alist.
1255         (gnus-agent-load-fetched-headers): Remove.
1256         (gnus-agent-save-alist): Rewrite to accomodate new format.
1257         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1258         same order as in gnus-newsgroup-headers.
1259         (gnus-agent-expire): Document and implement extra args ARTICLES,
1260         GROUP, FORCE.  Do not restrict usage.
1261         (gnus-agent-uncached-articles): New function.
1262         (gnus-agent-retrieve-headers): Use it.
1263         (gnus-agent-regenerate-group): No longer needs to be called from
1264         gnus-agent-regenerate.  Individual groups may be regenerated. The
1265         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1266         The article fetch dates are validated in the article alist.  The
1267         article alist is pruned of entries that do not reference existing
1268         NOV entries.  All changes are computed then applied with
1269         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1270         regeneration.  The optional clean parameter has been replaced with
1271         an optional reread parameter.  Clean is no longer necessary as
1272         regeneration gets the appropriate setting from
1273         gnus-agent-consider-all-articles.  The new reread parameter will
1274         result in fetched, or all, articles being marked as unread.
1275         (gnus-agent-regenerate): Removed code to regenerate the history
1276         file as it is no longer used.
1277
1278         * gnus-start.el (gnus-make-ascending-articles-unread): New
1279         function, for efficient mass-marking.
1280
1281         * gnus-sum.el (gnus-summary-highlight): Use new face for
1282         downloaded articles.
1283         (gnus-article-mark): Prefer to indicate read/unread status over
1284         downloaded status.
1285         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1286         line.
1287         (gnus-summary-highlight-line): Use new face for downloaded
1288         articles.
1289         (gnus-summary-insert-old-articles): Improved performance by
1290         replacing the initial LIST of older articles with a compressed
1291         RANGE of older articles.  Some servers appear to lie about
1292         their active range so the original list could contain millions
1293         of article numbers.  The range is not expanded into a list
1294         until the optional ALL parameter has been applied.
1295
1296 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1297
1298         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1299
1300 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1301
1302         * spam.el:
1303         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1304
1305         * spam.el: added `M s t' and `M s x' key mappings
1306
1307 2002-11-20  Simon Josefsson  <jas@extundo.com>
1308
1309         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1310
1311 2002-11-19  Simon Josefsson  <jas@extundo.com>
1312
1313         * gnus-sum.el (gnus-summary-morse-message): Load
1314         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1315         (unmorse-region): Autoload it instead.
1316
1317 2002-11-18  Simon Josefsson  <jas@extundo.com>
1318
1319         * gnus-sum.el (gnus-summary-morse-message): New function.
1320         (gnus-summary-wash-map): Bind to `W m'.
1321         (gnus-summary-make-menu-bar): Add.
1322
1323         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1324         before storing \Deleted mark on expired articles.
1325
1326 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1327         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1328
1329         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1330         parens in column 0.
1331
1332 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1333
1334         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1335
1336         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1337
1338         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1339
1340 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1341
1342         * message.el (message-set-auto-save-file-name): Use
1343         make-directory, to avoid the dependence on gnus-util.
1344
1345 2002-11-16  Simon Josefsson  <jas@extundo.com>
1346
1347         * nnimap.el (nnimap-callback-callback-function):
1348         (nnimap-callback-buffer): Removed, these cannot be global but must
1349         be embedded into the callback.
1350         (nnimap-make-callback): New.  Embedd article number, callback and
1351         buffer in function.
1352         (nnimap-callback, nnimap-request-article-part): Update.
1353
1354 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1357
1358 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1359
1360         * gnus.el (gnus-summary-line-format): Document %C.
1361
1362 2002-11-11  Simon Josefsson  <jas@extundo.com>
1363
1364         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1365         output when called interactively.
1366
1367 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1370
1371         * message.el (message-draft-coding-system): Improve comment; use
1372         mm-auto-save-coding-system for the default value.
1373
1374         * nndraft.el (nndraft-request-article): Revert to the state before
1375         2002-10-29; regexp-quote mail-header-separator.
1376
1377 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1378
1379         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1380         allow editing of drafts from an nnvirtual group.
1381
1382 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1385         mm-auto-save-coding-system.
1386
1387         * message.el (message-draft-coding-system): Default to
1388         iso-2022-7bit.
1389
1390         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1391         restore the default value to emacs-mule or escape-quoted.
1392
1393 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1396         a delayed or a queued article as well as a draft.
1397
1398         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1399         delayed or a queued article in the raw format; treat a delayed
1400         article as a raw article as well as a draft.
1401         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1402         for the delayed group.
1403
1404         * nndraft.el (nndraft-request-article): Ignore auto save files for
1405         a delayed or a queued article; don't bother to decode a queued
1406         article; don't bind nnmail-file-coding-system for a queued article.
1407
1408         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1409         and the queue group.
1410
1411 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1412
1413         * gnus-group.el (gnus-group-delete-group):
1414         gnus-cache-active-hashtb might be void.
1415
1416 2002-11-02  Simon Josefsson  <jas@extundo.com>
1417
1418         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1419         setting of the default user ID.  From Raymond Scholz
1420         <ray-2002@zonix.de>.
1421
1422 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1423
1424         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1425         charset.
1426
1427 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1428         From Alex Schroeder <alex@emacswiki.org>
1429         * spam-stat.el (spam-stat-process-directory): add dir to message
1430         (spam-stat-reduce-size): No longer remove words
1431         with values close to 0.5, because the default value is 0.2.
1432
1433 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1434
1435         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1436         documentation.
1437
1438 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1439
1440         * gnus-agent.el (gnus-agent-fetched-headers)
1441         (gnus-agent-load-fetched-headers)
1442         (gnus-agent-save-fetched-headers): Remove variable and two
1443         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1444         works better.
1445         (gnus-agent-fetch-headers): New implementation from Kevin
1446         Greiner.  Uses gnus-agent-article-alist to store information
1447         about fetched messages which aren't on the server anymore.  The
1448         trick is to return a list of considered messages to the caller,
1449         but to only fetch those which haven't been fetched yet.
1450
1451 2002-10-30  Simon Josefsson  <jas@extundo.com>
1452
1453         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1454
1455         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1456
1457 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1458
1459         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1460         versions of emacs-w3m than 1.3.3.
1461
1462         * lpath.el: Bind w3m-minor-mode-map.
1463
1464         * mm-view.el (mm-w3m-mode-command-alist)
1465         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1466         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1467         (mm-setup-w3m): Simplified.
1468         (mm-w3m-local-map-property): New function.
1469         (mm-inline-text-html-render-with-w3m): Use it.
1470
1471         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1472         mm-w3m-local-map-property.
1473
1474 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * mm-util.el (mm-auto-save-coding-system): Default to
1477         iso-2022-7bit.
1478
1479         * nndraft.el (nndraft-request-article): Decode an article using
1480         the coding-system emacs-mule if it seems to have been saved using
1481         emacs-mule.
1482         (nndraft-request-replace-article): Use message-draft-coding-system
1483         instead of mm-auto-save-coding-system for the draft or delayed
1484         group.
1485
1486 2002-10-28  Josh  <huber@alum.wpi.edu>
1487
1488         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1489         functions.
1490
1491 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1492         From mah@everybody.org (Mark A. Hershberger).
1493
1494         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1495         type values ("url" size) regardless of the values of
1496         mm-url-use-external.
1497
1498 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1499
1500         * nnimap.el (nnimap-request-article-part): Try harder to show
1501         group name in debugging message.
1502
1503 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1504
1505         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1506         directory if it doesn't exist.
1507         (gnus-agent-fetch-headers): Remove old cruft that tried to
1508         abstain from downloading articles more than once if
1509         gnus-agent-consider-all-articles was true.  This is now done
1510         properly via the .fetched files.
1511
1512 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * nndraft.el (nndraft-request-article): Treat delayed articles
1515         like drafts.
1516
1517 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1520
1521 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1522
1523         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1524         Remove unused optional arg DIR and corresponding code.
1525
1526         * nnimap.el (nnimap-request-article-part): Include group name in
1527         debugging output.
1528
1529 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1530
1531         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1532
1533 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1534
1535         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1536         contains range of headers that have been fetched by the agent
1537         already.  Compare gnus-agent-article-alist.
1538         (gnus-agent-file-header-cache): Like
1539         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1540         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1541         seen/recent logic.
1542         Remember which headers have been fetched before and don't fetch
1543         them again the next time round.
1544         (gnus-agent-load-fetched-headers)
1545         (gnus-agent-save-fetched-headers): New functions, for remembering
1546         which headers have been fetched before.
1547
1548 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * lpath.el: Remove useless bindings.
1551
1552 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1553
1554         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1555         features while searching.
1556
1557 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1558
1559         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1560
1561 2002-10-22  Simon Josefsson  <jas@extundo.com>
1562
1563         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1564         (pgg-snarf-keys): Add.
1565
1566 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * lpath.el: Fbind bbdb-records.
1569
1570         * spam.el: Don't autoload bbdb-records.
1571
1572 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1575         prevent inf-loop.
1576
1577 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * nnslashdot.el: Removed some test lines.
1580         More test.
1581
1582 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1583
1584         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1585         are known to be downloaded already.
1586
1587 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1590         (mm-text-html-washer-alist): Ditto.
1591
1592 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1593
1594         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1595         boundary between headers and body.
1596         * nnml.el (nnml-parse-head): Ditto.
1597
1598 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1601         entries.
1602
1603         * gnus-group.el (gnus-fetch-group): Allow an optional
1604         specification of the articles to select.
1605
1606         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1607
1608 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1609
1610         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1611         headers from the group, update variable `articles' to contain
1612         only those numbers where headers exist.  (When fetching all
1613         articles in a group, Gnus creates lots of numbers where there is
1614         no articles.)
1615
1616 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1617
1618         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1619         doesn't have the 'alist custom type, use cons cells instead.
1620         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1621         (pgg-parse-hash-algorithm-alist): Ditto.
1622         (pgg-parse-compression-algorithm-alist): Ditto.
1623         (pgg-parse-signature-type-alist): Ditto.
1624
1625         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1626
1627         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1628
1629         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1630
1631 2002-10-19  Simon Josefsson  <jas@extundo.com>
1632
1633         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1634         buffer.
1635
1636 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1637
1638         * gnus-spec.el (gnus-make-format-preserve-properties)
1639         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1640         properties also on XEmacs.  `gnus-xmas-format' is like format but
1641         preserves text properties on XEmacs (though it only understands
1642         simple format specs).  The variable
1643         `gnus-make-format-preserve-properties' controls whether the
1644         function is used, and is checked in `gnus-parse-simple-format'.
1645         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1646
1647         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1648         output.
1649         (gnus-agent-consider-all-articles): New variable.
1650         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1651         (gnus-agent-fetch-headers): Depending on
1652         gnus-agent-consider-all-articles, maybe get all articles.
1653         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1654         `read'.
1655         (gnus-predicate-imples-unread): New function.
1656         (gnus-agent-fetch-headers): Optimize to call
1657         gnus-list-of-unread-articles if that is sufficient.
1658         Check unseen and recent instead of seen and recent.
1659         (gnus-agent-fetch-headers): Abstain from calling
1660         gnus-list-range-intersection if range (a . b) would have (> a b).
1661
1662 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * message.el (message-send-mail): Make it possible to perform
1665         edebug-defun.
1666
1667 2002-10-18  Simon Josefsson  <jas@extundo.com>
1668
1669         * gnus-art.el (gnus-button-man-handler): Change default to
1670         `manual-entry' (defined in both emacsen).
1671         (gnus-button-man-handler): Remove emacsen difference and use
1672         `manual-entry'.
1673
1674 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * spam.el: Wrap autoload settings for bbdb-records,
1677         executable-find and ifile-spam-filter with eval-and-compile.
1678         (spam-display-buffer-contents): Remove.
1679         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1680
1681 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1682
1683         * spam.el (spam-display-buffer-contents): New function.
1684         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1685         from Katsumi Yamaoka <yamaoka@jpl.org>.
1686
1687 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1688
1689         * nnheader.el (nnheader-parse-naked-head): New function.
1690         (nnheader-parse-head): Use the above function, in order to handle
1691         continuation lines properly.
1692         (nnheader-remove-body): New function.
1693         (nnheader-remove-cr-followed-by-lf): New function.
1694         (nnheader-ms-strip-cr): Use the above function.
1695
1696         * gnus-agent.el (gnus-agent-regenerate-group): Call
1697         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1698         `nnheader-parse-head'.
1699         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1700
1701         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1702         continuation lines by itself; call `nnheader-parse-naked-head'
1703         instead of `nnheader-parse-head'.
1704         * nndiary.el (nndiary-parse-head): Ditto.
1705         * nnfolder.el (nnfolder-parse-head): Ditto.
1706         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1707         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1708         * nnml.el (nnml-parse-head): Ditto.
1709
1710 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1711
1712         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1713         XEmacs, default to it if featurep 'xemacs.
1714
1715 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * spam-stat.el: Check for the existence of hash functions instead
1718         of the Emacs version to decide whether to load cl.  Suggested by
1719         Kai Gro\e,A_\e(Bjohann.
1720
1721 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1722
1723         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1724         if it isn't open yet.
1725
1726 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-group.el: Require mm-url only when compiling.
1729         (gnus-group-fetch-charter): Require mm-url.
1730
1731         * spam-stat.el: Require cl for the functions gethash,
1732         hash-table-count, make-hash-table and mapc for Emacs 20.
1733         (puthash): Alias to cl-puthash for Emacs 20.
1734         (with-syntax-table): New macro for Emacs 20.
1735
1736 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1737
1738         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1739
1740 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1741
1742         * spam.el (spam-check-ifile): added ifile as a spam checking
1743         backend, and spam-use-ifle as the variable to toggle that check.
1744
1745 2002-10-12  Simon Josefsson  <jas@extundo.com>
1746
1747         * message.el (message-beginning-of-line): New variable.
1748         (message-beginning-of-line): Use it.
1749
1750 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1751
1752         * spam.el: more compilation fixes for BBDB
1753
1754         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1755         (spam-stat-reduce-size): Interactive.
1756         (spam-stat-reset): New function.
1757         (spam-stat-save): Interactive.
1758
1759 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus.el: Autoload gnus-delay-initialize.
1762
1763         * message.el: Autoload gnus-delay-article.
1764
1765 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1766
1767         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1768         text property in Emacs.
1769
1770 2002-10-11  Simon Josefsson  <jas@extundo.com>
1771
1772         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1773         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1774
1775         * mml1991.el (mml1991-pgg-sign): Remove CR.
1776
1777 2002-10-10  Simon Josefsson  <jas@extundo.com>
1778
1779         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1780         decrypt failed.
1781         (mml2015-trust-boundaries-alist): Removed.
1782         (mml2015-gpg-extract-signature-details): Don't use it.
1783         (mml2015-unabbrev-trust-alist): New.
1784         (mml2015-gpg-extract-signature-details): Use it.
1785
1786 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1787
1788         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1789         BBDB installed
1790
1791         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1792         statistical analysis of spam in Lisp only
1793
1794 2002-10-10  Simon Josefsson  <jas@extundo.com>
1795
1796         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1797         auth, selected or examine state.
1798
1799         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1800         buffer and error buffer depending on type of information.
1801
1802         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1803         --status-fd stuff even if gpg.el is not used (revert earlier
1804         change).
1805         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1806         gnus details.
1807         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1808         buffer.
1809
1810         * pgg.el (pgg-verify-region): Use it.
1811
1812         * pgg-def.el (pgg-query-keyserver): New variable.
1813
1814         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1815         key-identifier in packet.  Is this a good idea?
1816
1817         * mml.el (mml-mode-map): Add security commands that operates on
1818         MIME parts.
1819         (mml-menu): And menu items for them.
1820
1821         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1822
1823         * mml.el (mml-parse-1): Support sender in #secure tags.
1824
1825         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1826         defined.
1827
1828         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1829         (mml-pgp-encrypt-buffer): Support combined signing.
1830
1831         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1832         (mml1991-gpg-encrypt): Ditto.
1833         (mml1991-pgg-encrypt): Ditto.
1834         (mml1991-encrypt): Pass sign parameter.
1835
1836         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1837         (mml-signencrypt-style): Mention the variable.
1838
1839 2002-10-09  Simon Josefsson  <jas@extundo.com>
1840
1841         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1842         pgg-gpg-user-id.
1843
1844         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1845         (pgg-fetch-key-function): Nil if w3 is not installed.
1846
1847 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1848
1849         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1850         gnus-agent-current-history.
1851
1852 2002-10-06  Simon Josefsson  <jas@extundo.com>
1853
1854         * imap.el (imap-parse-status): Don't use read to read token.
1855
1856 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1857
1858         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1859         for methods not covered by the agent, and when unplugged.
1860
1861 2002-10-05  Simon Josefsson  <jas@extundo.com>
1862
1863         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1864         signing.
1865
1866         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1867         a named server fails, ignore the server.
1868
1869         * mml1991.el (mml1991-pgg-sign): Do QP.
1870
1871         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1872         work.
1873
1874 2002-10-04  Simon Josefsson  <jas@extundo.com>
1875
1876         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1877
1878         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1879         binary-write-decoded-region from MEL.
1880
1881         * pgg.el (pgg-encrypt-region): Support sign.
1882
1883         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1884
1885         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1886
1887         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1888         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1889         branch where PGG was taken from in the ChangeLog entries below.
1890
1891 2002-10-01  Simon Josefsson  <jas@extundo.com>
1892
1893         * pgg-pgp.el: Don't require mel.  Don't use luna.
1894         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1895         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1896         (pgg-pgp-process-region): Don't use binary-funcall.
1897
1898         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1899
1900         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1901         instead of concat.
1902
1903         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1904
1905 2002-09-29  Simon Josefsson  <jas@extundo.com>
1906
1907         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1908         compile warnings.
1909
1910         * pgg.el (pgg-decrypt-region): Don't parse packet.
1911
1912         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1913
1914 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1915
1916         * pgg.el: Remove dependency on calist.el.
1917
1918 2002-09-28  Simon Josefsson  <jas@extundo.com>
1919
1920         * pgg.el (pgg-temporary-file-directory): New variable.
1921         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1922
1923         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1924         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1925
1926         * pgg-parse.el (pgg-char-int): Defalias.
1927         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1928         (pgg-read-bytes, pgg-read-body): Use it.
1929         (pgg-decode-packets): Don't use MEL, use base64-*.
1930         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1931         (pgg-string-as-unibyte): Defalias.
1932         (pgg-parse-armor-region): Use it.
1933
1934         * pgg-gpg.el (pgg-gpg-process-region): Use
1935         pgg-temporary-file-directory.
1936
1937         * luna.el: Don't def-edebug.
1938
1939         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1940         binary-write-decoded-region from MEL.
1941
1942         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1943
1944         * alist.el, calist.el: Don't require product/APEL.
1945
1946         * pgg-parse.el (top-level): Remove dependency on static.el,
1947         pccl.el, mel.el.
1948         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1949         `define-ccl-program' is boundp, instead of using broken.
1950
1951 2002-10-01  Simon Josefsson  <jas@extundo.com>
1952
1953         * message.el (message-required-mail-headers): Remove Lines:.
1954
1955 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1956         From Jesper Harder.
1957
1958         * gnus-group.el (gnus-group-fetch-charter,
1959         gnus-group-fetch-control): Prompt for group if given a prefix
1960         argument.
1961         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1962         gnus-group-fetch-control to summary key map and menu.
1963
1964
1965 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1966
1967         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1968         number when there are no articles.
1969
1970 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1971
1972         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1973         arg ALL means to fetch all articles, not only downloadable ones.
1974         (gnus-agent-fetch-selected-article): New function for
1975         gnus-select-article-hook or gnus-mark-article-hook.
1976
1977 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1978         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1979
1980         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1981         raw-text.
1982
1983 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1984
1985         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1986         Pinard).
1987         Major revamp of the code, documentation is in comments in the file
1988         for now.
1989
1990 2002-09-30  Simon Josefsson  <jas@extundo.com>
1991
1992         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1993         buffer seem to be needed?
1994
1995 2002-09-29  Simon Josefsson  <jas@extundo.com>
1996
1997         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1998         compile warnings.
1999
2000         * mml1991.el (mml1991-function-alist): Add pgg.
2001         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2002         (mml1991-pgg-encrypt): Fix recipients querying.
2003
2004 2002-09-28  Simon Josefsson  <jas@extundo.com>
2005
2006         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2007         from dme@dme.org.
2008         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2009         handle is returned.
2010
2011 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2014         Protect against non-existent of `nnimap-mailbox-info'.
2015
2016 2002-09-27  Simon Josefsson  <jas@extundo.com>
2017
2018         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2019         (gnus-setup-news-hook): Use it.
2020         (gnus-after-getting-new-news-hook): Ditto.
2021
2022         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2023
2024 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2025         From Mats Lidell <matsl@contactor.se>.
2026
2027         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2028
2029 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2030
2031         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2032         the part to decode encoded words, use raw words instead of decoded
2033         words.
2034
2035 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2036
2037         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2038
2039         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2040         (mm-setup-w3m): Use it.
2041
2042 2002-09-27  Simon Josefsson  <jas@extundo.com>
2043
2044         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2045         article buffers.
2046
2047         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2048         it just in case.
2049         (nnimap-update-unseen): New function; update unseen count in
2050         `n-m-info'.
2051         (nnimap-close-group): Call it.
2052
2053         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2054         (gnus-after-getting-new-news-hook): Ditto.
2055
2056         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2057         message into verboselevel 9.  Change slow mail check message.
2058         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2059         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2060         used as a hook after getting new mail.
2061
2062 2002-09-26  Simon Josefsson  <jas@extundo.com>
2063
2064         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2065         SELECT/EXAMINE is first unseen article, not number of unseen
2066         articles.  Make them distinct by renaming the former to
2067         `first-unseen' instead of `unseen'.
2068
2069         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2070         too.
2071         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2072         changed.
2073         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2074
2075         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2076
2077         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2078         better.
2079
2080         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2081         if dissecting resulting buffer actually had any information.
2082
2083 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2086         because the function `string<' allows symbols.
2087
2088         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2089
2090 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2091
2092         * message.el (message-forward-make-body): Revert an early change
2093         because 8-bit utf-8 emails.
2094
2095 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2096
2097         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2098         links to Info)
2099         * gnus-art.el (gnus-treat-highlight-signature):
2100         * gnus-art.el (gnus-treat-buttonize):
2101         * gnus-art.el (gnus-treat-buttonize-head):
2102         * gnus-art.el (gnus-treat-emphasize):
2103         * gnus-art.el (gnus-treat-strip-cr):
2104         * gnus-art.el (gnus-treat-unsplit-urls):
2105         * gnus-art.el (gnus-treat-leading-whitespace):
2106         * gnus-art.el (gnus-treat-hide-headers):
2107         * gnus-art.el (gnus-treat-hide-boring-headers):
2108         * gnus-art.el (gnus-treat-hide-signature):
2109         * gnus-art.el (gnus-treat-fill-article):
2110         * gnus-art.el (gnus-treat-hide-citation):
2111         * gnus-art.el (gnus-treat-hide-citation-maybe):
2112         * gnus-art.el (gnus-treat-strip-list-identifiers):
2113         * gnus-art.el (gnus-treat-strip-pgp):
2114         * gnus-art.el (gnus-treat-strip-pem):
2115         * gnus-art.el (gnus-treat-strip-banner):
2116         * gnus-art.el (gnus-treat-highlight-headers):
2117         * gnus-art.el (gnus-treat-highlight-citation):
2118         * gnus-art.el (gnus-treat-date-ut):
2119         * gnus-art.el (gnus-treat-date-local):
2120         * gnus-art.el (gnus-treat-date-english):
2121         * gnus-art.el (gnus-treat-date-lapsed):
2122         * gnus-art.el (gnus-treat-date-original):
2123         * gnus-art.el (gnus-treat-date-iso8601):
2124         * gnus-art.el (gnus-treat-date-user-defined):
2125         * gnus-art.el (gnus-treat-strip-headers-in-body):
2126         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2127         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2128         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2129         * gnus-art.el (gnus-treat-unfold-headers):
2130         * gnus-art.el (gnus-treat-fold-headers):
2131         * gnus-art.el (gnus-treat-fold-newsgroups):
2132         * gnus-art.el (gnus-treat-overstrike):
2133         * gnus-art.el (gnus-treat-display-xface):
2134         * gnus-art.el (gnus-treat-display-smileys):
2135         * gnus-art.el (gnus-treat-from-picon):
2136         * gnus-art.el (gnus-treat-mail-picon):
2137         * gnus-art.el (gnus-treat-newsgroups-picon):
2138         * gnus-art.el (gnus-treat-body-boundary):
2139         * gnus-art.el (gnus-treat-capitalize-sentences):
2140         * gnus-art.el (gnus-treat-fill-long-lines):
2141         * gnus-art.el (gnus-treat-play-sounds):
2142         * gnus-art.el (gnus-treat-translate):
2143         * gnus-art.el (gnus-treat-x-pgp-sig):
2144         * gnus-art.el (gnus-mime-button-line-format):
2145         * gnus-art.el (gnus-button-man-level):
2146         * gnus-art.el (gnus-button-emacs-level):
2147         * gnus-cus.el (gnus-group-parameters):
2148         * gnus-gl.el (bbb-build-mid-scores-alist):
2149         * gnus-group.el (gnus-group-line-format):
2150         * gnus-mlspl.el (gnus-group-split-setup):
2151         * gnus-mlspl.el (gnus-group-split):
2152         * gnus-msg.el (gnus-mailing-list-groups):
2153         * gnus-msg.el (gnus-posting-styles):
2154         * gnus-nocem.el (gnus-nocem-issuers):
2155         * gnus-score.el (gnus-score-regexp-bad-p):
2156         * gnus-srvr.el (gnus-server-line-format):
2157         * gnus-topic.el (gnus-topic-line-format):
2158         * gnus.el (gnus-summary-line-format):
2159         * mail-source.el (mail-sources):
2160         * message.el (message-subscribed-address-file):
2161         * nnmail.el (nnmail-split-fancy):
2162
2163 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2164
2165         * mail-source.el(mail-source-run-script): use `functionp' to test
2166         whether the argument `script' is in fact a function.
2167         (mail-sources): adjust the defcustom to allow users to specify a
2168         function or a string as the value of the `:prescript' and
2169         `:postscript' arguments of the `file' and `pop3' mail sources.
2170
2171 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2172
2173         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2174         number when article 1 does not exist.
2175
2176 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2177
2178         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2179         apropos if apropos-variable does not exist.
2180         (gnus-button-guessed-mid-regexp)
2181         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2182         regexes.  From Reiner Steib.
2183         (gnus-button-handle-describe-function)
2184         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2185         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2186         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2187
2188 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2189         Trivial patch.
2190
2191         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2192         the file.
2193
2194 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2195
2196         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2197
2198 2002-09-24  Simon Josefsson  <jas@extundo.com>
2199
2200         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2201         (mml2015-use): Prefer PGG if installed.
2202         (mml2015-function-alist): Add PGG wrappers.
2203         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2204         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2205         prefix, make regexp optionally skip it.
2206         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2207         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2208         (mml2015-pgg-encrypt): New functions.
2209         (defvar, autoload): Prevent byte-compile warnings.
2210
2211 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2212         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2213
2214         * gnus-art.el (article-strip-banner): Check for the existence of
2215         from header.
2216
2217 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2218
2219         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2220         (gnus-button-alist): Improved regexp for
2221         gnus-button-handle-mid-or-mail (false positives), fixed
2222         gnus-button-handle-man entries.
2223         From Reiner Steib.
2224
2225 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2226         From Josh Huber.
2227
2228         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2229         nnmail-extra-headers is non-nil.
2230
2231 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2232
2233         * nnmaildir.el: Store article numbers persistently.  General
2234         revision.
2235         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2236         for nnmail-expiry-wait; delete instead of moving if 'force is
2237         given.
2238
2239 2002-09-23  Simon Josefsson  <jas@extundo.com>
2240         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2241
2242         * smime.el (smime-sign-buffer): Get key and extra certs.
2243         (smime-get-key-with-certs-by-email): Utility function.
2244
2245 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2246         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2247
2248         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2249         article exists.
2250
2251 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2252
2253         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2254
2255 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2256         From Reiner Steib.
2257
2258         * gnus-art.el (gnus-button-handle-custom,
2259         gnus-button-handle-mid-or-mail,
2260         gnus-button-handle-describe-{function,variable,key},
2261         gnus-button-handle-apropos{,command,variable}): New functions.
2262         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2263         gnus-button-{man,emacs,mail}-level): New variables.
2264         (gnus-button-alist): Use the above to buttonize emacs and mail
2265         related links.
2266
2267 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2268
2269         * gnus-int.el (gnus-status-message): Fix spacing.
2270
2271         * imap.el (imap-continuation): Fix typos.
2272
2273 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2274
2275         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2276
2277         * gnus-art.el (gnus-article-reply-with-original): Correct
2278         with-current-buffer scope.
2279
2280         * message.el (message-completion-alist): Add Reply-To, From, etc.
2281
2282 2002-09-18  Simon Josefsson  <jas@extundo.com>
2283
2284         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2285         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2286
2287 2002-09-17  Simon Josefsson  <jas@extundo.com>
2288
2289         * nnimap.el (nnimap-expiry-target): Don't search for which
2290         articles exists here.
2291         (nnimap-request-expire-articles): Do it here instead.  Only expire
2292         when articles are found.  Suggested by Nevin Kapur
2293         <nevin@jhu.edu>.
2294
2295 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2296         From Reiner Steib <reiner.steib@gmx.de>.
2297
2298         * message.el (message-strip-subject-trailing-was)
2299         (message-change-subject, message-add-archive-header)
2300         (message-xpost-fup2-header, message-xpost-insert-note)
2301         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2302         adopted from message-utils.el.  Add functions to the keymap, mode
2303         describtion and menu.
2304         (message-change-subject,message-xpost-fup2): Signal error if
2305         current header is empty.
2306         (message-xpost-insert-note): Changed insert position.
2307         (message-archive-note): Ensure to insert note in message body (not
2308         in head).
2309         (message-archive-header, message-archive-note)
2310         (message-xpost-default, message-xpost-note, message-fup2-note)
2311         (message-xpost-note-function): New variables adopted from
2312         message-utils.el.  Changed some doc-strings.
2313         (message-mark-insert-{begin,end}): Rename from
2314         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2315         values.
2316         (message-subject-trailing-was-query)
2317         (message-subject-trailing-was-ask-regexp)
2318         (message-subject-trailing-was-regexp): New variables.
2319         (message-to-list-only): Added doc-string and menu entry.
2320
2321         * message-utils.el: Removed.  Functions are now in message.el.
2322
2323 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2324
2325         * gnus-art.el (gnus-article-reply-with-original,
2326         gnus-article-followup-with-original): Switch to
2327         gnus-summary-buffer before reply/followup.
2328
2329 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2330
2331         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2332         not exist. Toggle it anyway.
2333
2334 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2335
2336         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2337
2338         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2339         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2340
2341         * rfc2047.el (message-posting-charset): Defvar it.
2342         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2343         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2344
2345         * mail-source.el (mail-source-fetch): Hide password.
2346
2347         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2348
2349 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2350         From John Paul Wallington <jpw@shootybangbang.com>.
2351
2352         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2353
2354 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2357
2358 2002-09-11  Simon Josefsson  <jas@extundo.com>
2359
2360         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2361         (nnimap-split-rule): Doc fix.
2362         (nnimap-request-expire-articles): Cleanup code.
2363
2364 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2365         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2366
2367         * gnus-art.el (gnus-article-address-banner-alist): New option.
2368         (article-strip-banner): Refer the above option to split banners of
2369         free mail servers, when no group parameter is specified.
2370
2371 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * nntp.el (nntp-wait-for-string): Check for a process in the
2374         current buffer instead of `nntp-server-buffer'.
2375
2376 2002-09-09  Simon Josefsson  <jas@extundo.com>
2377
2378         * gnus-art.el (gnus-button-man-handler): New variable.
2379         (gnus-button-alist): Use g-b-handle-man.
2380         (gnus-button-handle-man): New, call g-b-man-handler.
2381
2382 2002-09-08  Simon Josefsson  <jas@extundo.com>
2383
2384         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2385
2386 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2389
2390 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2393
2394         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2395         keystroke.
2396
2397         * gnus-srvr.el (gnus-browse-describe-group): New command and
2398         keystroke.
2399
2400 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2403         value for gnus-decoration property.
2404
2405 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2406
2407         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2408         string) as group name in case we have a CRLF in the file.
2409
2410 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2411
2412         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2413         group.
2414         (rfc1843-decode-hzp): do.
2415         (rfc1843-newsgroups-regexp): do.
2416
2417 2002-09-04  Simon Josefsson  <jas@extundo.com>
2418
2419         * message.el (message-canlock-generate): Make sure sha1 doesn't
2420         call external programs.
2421
2422 2002-09-03  Simon Josefsson  <jas@extundo.com>
2423
2424         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2425
2426         * gnus-agent.el (gnus-agent-batch): Add doc.
2427
2428 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2429
2430         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2431         check for signed and encrypted parts.
2432         * mml.el (mml-parse-1): Correct small typo which preventing
2433         setting recipients in a secure tag.
2434
2435 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * mm-util.el (mm-coding-system-priorities): Default to a list of
2438         iso-2022-jp and others for the Japanese environment.
2439
2440 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2443         invalid display names.
2444
2445 2002-08-30  Simon Josefsson  <jas@extundo.com>
2446
2447         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2448         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2449
2450 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2451
2452         * gnus.el (gnus-group-charter-alist): New option.
2453         (gnus-group-fetch-control-use-browse-url): New option.
2454
2455         * gnus-group.el (gnus-group-fetch-charter): New function.
2456         (gnus-group-fetch-control): New function.
2457         Add them to the keymap and menu. Require mm-url.
2458
2459 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2462         From Alex Schroeder <alex@emacswiki.org>.
2463
2464 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2465
2466         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2467         items expecting user interaction.
2468
2469         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2470
2471         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2472
2473         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2474
2475         * mml.el (mml-menu): do.
2476
2477 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * mail-source.el (mail-source-touch-pop): New function.
2480
2481         * message.el (message-smtpmail-send-it): New function.
2482         (message-send-mail-function): Add it for a candidate.
2483
2484 2002-08-27  Simon Josefsson  <jas@extundo.com>
2485
2486         * gnus-msg.el (posting-charset-alist): Use
2487         gnus-define-group-parameter instead of defcustom.
2488         (gnus-put-message): Handle SPC in GCC.
2489         (gnus-inews-insert-gcc): Ditto.
2490         (gnus-inews-insert-archive-gcc): Ditto.
2491
2492 2002-08-26  Simon Josefsson  <jas@extundo.com>
2493
2494         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2495         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2496         (gnus-agent-possibly-save-gcc): Autoload.
2497         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2498
2499 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus.el (gnus-other-frame-function): New user option.
2502         (gnus-other-frame): Use it; add a doc-string; make it work with
2503         the gnuclient program.
2504
2505         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2506
2507         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2508         `device-connection' and `dfw-device'.
2509
2510 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2511
2512         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2513         positives, make it stricter.  From Jochen Hein (trivial change).
2514
2515 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * gnus.el (gnus-other-frame): Trivial fix.
2518
2519 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus.el (gnus-other-frame-parameters): New user option.
2522         (gnus-other-frame-object): New variable.
2523         (gnus-other-frame): Make it search for existing Gnus frame; don't
2524         read new news; delete frame on exit.
2525
2526         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2527
2528         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2529
2530 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2531         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2532
2533         * message.el (message-set-auto-save-file-name): Add support for
2534         the Cygwin Emacs; the system-type is `cygwin'.
2535         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2536
2537 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2538
2539         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2540
2541         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2542         avoid arithmetic errors.
2543
2544 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2547
2548 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2551         (message-ignored-resent-headers): Add envelope From.
2552
2553 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2554
2555         * gnus.el (gnus-summary-line-format): Document %k specifier.
2556
2557 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2558
2559         * gnus-sum.el (gnus-summary-line-message-size): New function.
2560         (gnus-summary-line-format-alist): Use it.
2561
2562 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus-art.el (article-make-date-line): Refer to the value for
2565         `gnus-article-time-format' in the summary buffer.
2566
2567         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2568
2569 2002-08-14  Simon Josefsson  <jas@extundo.com>
2570
2571         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2572         quoting.
2573         (gnus-button-alist): Fix doc.
2574         (gnus-header-button-alist): Use ' not ` for default value quoting.
2575         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2576         rationale similar to 2002-05-01 change.
2577         (gnus-article-add-buttons-to-head): Evaluate expression.
2578
2579         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2580
2581 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * message.el (message-font-lock-keywords): Refer to the value for
2584         `message-cite-prefix-regexp' dynamically.
2585
2586 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2589
2590 2002-08-12  Simon Josefsson  <jas@extundo.com>
2591
2592         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2593         (imap-shell-open): Skip initial junk before IMAP greeting.
2594
2595 2002-08-11  Simon Josefsson  <jas@extundo.com>
2596
2597         * message-utils.el (message-xpost-default,
2598         message-xpost-fup2-header, message-xpost-fup2): Fixed
2599         Typos.  Trivial changes from Reiner Steib
2600         <4uce.02.r.steib@gmx.net>.
2601
2602 2002-08-09  Simon Josefsson  <jas@extundo.com>
2603
2604         * message.el (message-canlock-password): Set
2605         canlock-password-for-verify to newly generated canlock-password.
2606         When Emacs is restarted, Custom makes sure this is set, but during
2607         the same session we must set it manually.
2608
2609 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2610
2611         * yenc.el: New file.
2612
2613         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2614         (mm-uu-type-alist): Add yenc.
2615         (mm-uu-yenc-filename): New function.
2616         (mm-uu-yenc-extract): New function.
2617
2618         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2619
2620 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2621
2622         * dgnushack.el (merge): Don't use coerce.
2623
2624 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2625
2626         * mailcap.el (mailcap-mime-data): Test window-system rather than
2627         mm-device-type.
2628         (mailcap-mime-data): Call xdvi and gv with "-safer".
2629
2630         * mm-util.el: Don't define mm-device-type.
2631
2632 2002-08-05  Simon Josefsson  <jas@extundo.com>
2633
2634         * mm-util.el (mm-coding-system-priorities): coding-system type not
2635         supported everywhere.
2636
2637 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * gnus.el (gnus-version-number): Bumped version number.
2640
2641 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2642
2643         * gnus.el: Oort Gnus v0.07 is released.
2644
2645 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2648         (gnus-article-sort-functions): Doc fix.
2649         (t): New keystroke.
2650         (gnus-article-sort-by-random): New function.
2651         (gnus-thread-sort-by-random): New function.
2652
2653 2002-08-02  Simon Josefsson  <jas@extundo.com>
2654
2655         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2656         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2657
2658 2002-07-31  Danny Siu  <dsiu@adobe.com>
2659
2660         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2661         when splitting malformed messages without message-id
2662
2663 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2664         From Niklas Morberg <niklas.morberg@axis.com>.
2665
2666         * nnweb.el (nnweb-type, nnweb-type-definition)
2667         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2668         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2669         functionality.
2670         * nnweb.el: Removed old non-functioning search engines.
2671
2672 2002-07-27  Simon Josefsson  <jas@extundo.com>
2673
2674         * message.el (message-forward-make-body): Don't use
2675         `message-forward-ignored-headers' when doing a "raw" followup (it
2676         is important to preserve e.g. CTE).
2677
2678         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2679
2680         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2681         regexp-quote, Cyrus Sieve is fixed.
2682
2683         * sieve-manage.el (sieve-manage-deletescript): New function.
2684
2685         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2686         (sieve-manage-mode): Fix menubar.
2687         (sieve-activate): Change some messages.
2688         (sieve-deactivate-all): New function.
2689         (sieve-deactivate): New alias.
2690         (sieve-remove): New function.
2691         (sieve-help): Fix help.
2692         All suggested by Ned Ludd.
2693
2694 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2697         (mm-w3m-safe-url-regexp): New user option.
2698
2699         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2700         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2701
2702 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2703
2704         * gnus-sum.el (gnus-summary-delete-article): Force
2705         nnmail-expiry-target to 'delete, so that absolute deletion
2706         happens when absolute deletion is requested.
2707
2708 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2709         From Nevin Kapur <nevin@jhu.edu>.
2710
2711         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2712         headers as empty headers.
2713
2714 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2715         From Jochen Hein <jochen@jochen.org>.
2716
2717         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2718         correct typo.
2719         (gnus-emphasis-strikethru): New face.
2720
2721 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2722         From Jason Merrill <jason@redhat.com>.
2723
2724         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2725         entire file for each of a sequence of missing articles.
2726
2727         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2728         value for gnus-view-pseudos.
2729
2730         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2731         avoid nreverse.
2732
2733 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2734         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2735
2736         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2737         (gnus-summary-mode-line-format-alist): Add %h for number of
2738         spams.
2739         (gnus-newsgroup-spam-marked): New variable.
2740         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2741         (gnus-article-read-p, gnus-article-mark)
2742         (gnus-set-global-variables, gnus-set-global-variables)
2743         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2744         (gnus-summary-mark-article-as-unread)
2745         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2746         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2747         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2748
2749 2002-07-10  Simon Josefsson  <jas@extundo.com>
2750
2751         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2752         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2753
2754 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2755
2756         * gnus-sum.el (gnus-summary-delete-article): Respect group
2757         parameters while expiring.
2758
2759 2002-07-08  Simon Josefsson  <jas@extundo.com>
2760
2761         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2762         Enberg.
2763
2764 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2765
2766         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2767         function is called interactively.  From Niklas Morberg.
2768
2769 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2770
2771         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2772         cdaar to cdar and car.
2773
2774         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2775         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2776
2777 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2780         don't break a narrowed article.
2781
2782         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2783         (nntp-open-via-rlogin-and-telnet): Ditto.
2784
2785 2002-07-02  Didier Verna  <didier@xemacs.org>
2786
2787         * nnmail.el (nnmail-split-methods): fix custom type.
2788
2789 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2790
2791         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2792         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2793
2794 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2795
2796         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2797         (gnus-summary-resend-message): Use it.
2798
2799 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2802         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2803
2804 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2805
2806         * message.el (message-font-lock-keywords): Don't fontify
2807         headers in the message body, only in the header.
2808         (message-font-lock-make-header-matcher): New function, used by
2809         message-font-lock-keywords.
2810         From Katsumi Yamaoka <yamaoka@jpl.org>.
2811
2812 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2815
2816 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2819
2820 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2821
2822         * message.el (message-font-lock-keywords): Revert 2002-06-22
2823         change.
2824
2825 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2826
2827         * message.el (message-font-lock-keywords): Put colon in header
2828         name match.
2829
2830 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2831
2832         * message.el (message-font-lock-keywords): Don't use header faces
2833         in the body.  Thanks to Stefan Monnier for the hint on the
2834         implementation.
2835
2836 2002-05-09  Miles Bader  <miles@gnu.org>
2837
2838         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2839         (gnus-article-hide-citation): Respect it.
2840
2841 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2842
2843         * pop3.el (pop3-open-server): Fix typo.
2844
2845 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2846
2847         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2848         instead of push to ignore duplicate to-(list|address) values.
2849         * nnmail.el (nnmail-cache-ignore-groups): New.
2850         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2851
2852 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2853
2854         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2855         before sending.  Suggested by Jan Rychter.
2856
2857 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * dgnushack.el (remove): New compiler macro.
2860         (last, coerce, subseq): Remove compiler macros for those built-in
2861         or unused functions.
2862
2863 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2864
2865         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2866         sure to write byte-compiled versions of gnus-*-format-alist to
2867         .newsrc.eld.  From Simon Josefsson.
2868
2869 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2870
2871         * gnus-agent.el (gnus-agent-read-servers)
2872         (gnus-agent-write-servers): Put server name (string like
2873         "nnchoke:frumple") in the file instead of a server specification
2874         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2875         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2876
2877 2002-06-16  Simon Josefsson  <jas@extundo.com>
2878
2879         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2880         Reiner Steib <4uce.02.r.steib@gmx.net>.
2881
2882 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2883
2884         * nnheader.el (nnheader-file-name-translation-alist): Set the
2885         default value for MS Windows systems.
2886
2887         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2888
2889 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * message.el (message-beginning-of-line): Keep the region active
2892         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2893
2894 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2895
2896         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2897         * gnus-msg.el (gnus-summary-reply): Ditto.
2898         * gnus-msg.el (gnus-summary-handle-replysign): New.
2899
2900 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2903         if sending failed.
2904
2905 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2906
2907         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2908         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2909         to sign while encrypting.
2910
2911 2002-06-11  Simon Josefsson  <jas@extundo.com>
2912
2913         * gnus-int.el (gnus-request-move-article): Agent expire article if
2914         successfuly moved.
2915
2916         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2917         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2918
2919 2002-06-10  Simon Josefsson  <jas@extundo.com>
2920
2921         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2922
2923 2002-06-09  Simon Josefsson  <jas@extundo.com>
2924
2925         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2926
2927         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2928
2929 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2930
2931         * flow-fill.el (fill-flowed): Ignore errors.
2932
2933 2002-06-06  Simon Josefsson  <jas@extundo.com>
2934
2935         * message.el (message-send-mail-with-sendmail): Improve error message.
2936
2937 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2938
2939         * message.el (message-interactive): Change default from nil to t.
2940         Better to be safe than to be fast.
2941
2942 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2943
2944         * message.el (message-send-mail-with-sendmail): Check return value
2945         from call-process-region.
2946
2947 2002-06-04  Simon Josefsson  <jas@extundo.com>
2948
2949         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2950         (gnus-group-post-news, gnus-summary-mail-other-window)
2951         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2952         gnus-article-copy to nil, thereby inhibiting the `header' posting
2953         style match to use data from last viewed article.
2954         Suggested by Hrvoje Niksic.
2955
2956 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * spam.el (spam-point-at-eol): New alias.
2959         (spam-parse-whitelist): Use it.
2960
2961 2002-06-03  Simon Josefsson  <jas@extundo.com>
2962
2963         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2964         (nnmail-article-group): Use it.
2965
2966 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2967
2968         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2969         so that code reading them won't be surprised.  From Jesper Harder
2970         <harder@ifa.au.dk>.
2971
2972 2002-05-29  Simon Josefsson  <jas@extundo.com>
2973
2974         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2975         articles.
2976
2977         * gnus.el (gnus-agent-cache): Doc fix.
2978         (gnus-agent): Change default to t.
2979
2980         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2981         ARTICLES, GROUP and FORCE parameters.
2982
2983 2002-05-28  Simon Josefsson  <jas@extundo.com>
2984
2985         * gnus-group.el (gnus-group-line-format): Doc fix.
2986
2987 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2988
2989         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2990         original article before yanking.  From Jesper Harder
2991         <harder@ifa.au.dk>.
2992
2993 2002-05-26  Simon Josefsson  <jas@extundo.com>
2994
2995         * gnus-sum.el (gnus-summary-menu-split): New function.
2996         (gnus-summary-make-menu-bar): Split charset submenu.
2997         (gnus-summary-menu-maxlen): New variable.
2998         (gnus-summary-menu-split): Use it.
2999
3000 2002-05-25  Simon Josefsson  <jas@extundo.com>
3001
3002         * mml.el (mml-preview): Generate some headers.
3003
3004         * gnus.el (gnus-large-newsgroup): Fix :type.
3005
3006         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3007         Agent cache NOV's by default now).
3008         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3009
3010 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3011
3012         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3013         call to gnus-parent-id when we check for References loops.
3014         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3015         twice by saving the simplified subject string in simp-subject.
3016
3017 2002-05-23  Simon Josefsson  <jas@extundo.com>
3018
3019         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3020         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3021
3022         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3023         Niklas Morberg <niklas.morberg@axis.com>.
3024
3025 2002-05-22  Simon Josefsson  <jas@extundo.com>
3026
3027         * sieve.el (sieve-change-region): Define it before it is used.
3028
3029         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3030         (gnus-summary-reply): Ask for confirmation when replying to news.
3031         Defaults to not ask.  From Benjamin Rutt
3032         <rutt+news@cis.ohio-state.edu>.
3033
3034         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3035
3036 2002-05-21  Simon Josefsson  <jas@extundo.com>
3037
3038         * sieve-mode.el (sieve-manage): Fix autoloads.
3039
3040         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3041         name (makes it work with recent Cyrus timsieved).
3042
3043 2002-05-20  Jason  <jbaker@cs.utah.edu>
3044         Trivial patch.
3045
3046         * gnus-art.el (gnus-request-article-this-buffer): Try
3047         reconnecting if you don't get the message.
3048
3049 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3052         Reply-To headers from the headers.
3053
3054 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * mm-url.el (mm-url-insert): Remove junk message.
3057
3058 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3061         (nnslashdot-use-front-page): New variable.
3062         (nnslashdot-request-list): Use it.
3063
3064         * mm-url.el (mm-url-timeout): New variable.
3065         (mm-url-retries): Ditto.
3066         (mm-url-insert): Use it.
3067
3068 2002-05-16  Simon Josefsson  <jas@extundo.com>
3069
3070         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3071         (gnus-simplify-subject-functions): Mention g-s-a-w.
3072
3073 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3074
3075         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3076         nnmail-cache-insert.
3077         * nndiary.el (nndiary-request-accept-article): Ditto.
3078         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3079         * nnimap.el (nnimap-request-accept-article): Ditto.
3080         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3081         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3082         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3083         * nnmh.el (nnmh-request-accept-article): Ditto.
3084         * nnmail.el (nnmail-cache-insert): Change group to required,
3085         removed code which tried to figure out the group.
3086
3087 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3088
3089         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3090         messages. From Hans de Graaff <hans@degraaff.org>.
3091         * nnml.el (nnml-request-accept-article): Pass in the group name to
3092         nnmail-cache-insert, since it's available.
3093
3094 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3095
3096         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3097
3098 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3099         From Florian Weimer <fw@deneb.enyo.de>.
3100
3101         * gnus.el (subscribed): New group parameter.
3102         (gnus-find-subscribed-addresses): Use it.
3103
3104 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3105
3106         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3107         the default for pgpmime to support pgp v2.
3108         * mml-sec.el (mml-signencrypt-style): New accessor function to
3109         allow users to get/set the signencrypt style more easily without
3110         frobbing the alist directly.
3111         * mml.el (mml-generate-mime-1): Use accessor function.
3112
3113 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3114
3115         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3116         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3117         <schwab@suse.de>.
3118
3119 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3120
3121         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3122         when intuiting the group the message is written to.  From Josh
3123         Huber <huber@alum.wpi.edu>.
3124
3125 2002-05-06  Simon Josefsson  <jas@extundo.com>
3126
3127         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3128         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3129
3130 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3131
3132         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3133         argument, and fixed compiler warning. (added autoload for
3134         gpg-encrypt).
3135
3136 2002-05-04  Simon Josefsson  <jas@extundo.com>
3137
3138         * mml1991.el (mml1991-function-alist): Doc fix.
3139
3140         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3141         doesn't exist (for previewing messages without having Gnus
3142         started).
3143
3144         * mm-util.el (mm-coding-system-priorities): Defcustom.
3145
3146         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3147
3148 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3149
3150         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3151         default.
3152         * mml-sec.el:
3153         * mml-sec.el (mml-signencrypt-style): New.
3154         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3155         argument `sign'.
3156         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3157         signencrypt.
3158         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3159         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3160         both signed & encryped is processed in one operation. (rather than
3161         two separate ops: sign, then encrypt)
3162         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3163         indication if a message is signed by an expired key.
3164         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3165         enables combined sign & encrypt operation. (this was always on
3166         before).
3167         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3168
3169 2002-05-01  Simon Josefsson  <jas@extundo.com>
3170
3171         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3172         server.
3173         (nnimap-mailbox-info): defvar instead of defvoo.
3174
3175 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3176
3177         * gnus.el: Oort Gnus v0.06 is released.
3178
3179 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * lpath.el: Bind url-package-version.
3182
3183 2002-05-01  Simon Josefsson  <jas@extundo.com>
3184
3185         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3186         filename before deleting the group itself, because the presence of
3187         a group filename decides if long filenames are used or not.
3188
3189         * gnus-art.el (gnus-button-alist): Don't inline
3190         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3191         without also modifying g-button-alist.
3192         (gnus-button-alist): Fix type to allow variable as well as regexp.
3193         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3194         themselves, variables to its contents.
3195         (gnus-button-entry): Ditto.
3196
3197 2002-05-01  Simon Josefsson  <jas@extundo.com>
3198
3199         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3200         UIDNEXT as a string.
3201
3202         * nnimap.el (nnimap-string-lessp-numerical): New function.
3203         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3204         integers.
3205
3206 2002-04-29  Simon Josefsson  <jas@extundo.com>
3207
3208         * nnmail.el (nnmail-cache-insert): Accept optional group
3209         parameter.
3210
3211         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3212         n-r-g-a is disabled.
3213
3214 2002-04-29  Simon Josefsson  <jas@extundo.com>
3215
3216         * nnimap.el (nnimap-split-fancy): Fix doc.
3217         (nnimap-split-fancy): Fix doc.
3218
3219         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3220         (nnimap-mailbox-info): New internal variable.
3221         (nnimap-retrieve-groups): Implement faster new mail check.
3222
3223         * nnimap.el (nnimap-split-articles): Support
3224         nnmail-cache-accepted-message-ids.
3225         (nnimap-request-accept-article): Ditto.
3226
3227         * imap.el (imap-mailbox-status-asynch): New command.
3228
3229 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3230
3231         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3232         are no subscribed mail groups.
3233         - Strip quoted names when comparing addresses
3234
3235 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3236
3237         * mm-decode.el (mm-text-html-renderer): Change customize type to
3238         const.
3239
3240         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3241         (gnus-debug-exclude-variables): do.
3242
3243 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3244
3245         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3246         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3247
3248 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * dns.el (dns-make-network-process): New macro.
3251         (query-dns): Use it.
3252
3253 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3254
3255         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3256         article-buffer.
3257
3258         * mm-url.el (mm-url-package-name): New variable.
3259         (mm-url-package-version): New variable.
3260         (mm-url-insert-file-contents): Bind url-package-name and
3261         url-package-version here.
3262         * nnrss.el (nnrss-insert-w3): Move the bindings.
3263
3264         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3265         url-package-version. Trivial change from Andrew J Cosgriff
3266         <ajc@polydistortion.net>
3267
3268         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3269         attachments. Trivial change from Peter 'Luna' Runestig
3270         <peter@runestig.com>.
3271
3272 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3273
3274         * nnkiboze.el (nnkiboze-request-scan): Call
3275         nnkiboze-possibly-change-group.
3276         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3277         problems.
3278         (nnkiboze-generate-group): Set newsrc to the *highest* article
3279         number kibozed, not the lowest.
3280
3281 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3282
3283         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3284
3285 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3286         From Dan Christensen <jdc+news@uwo.ca>.
3287
3288         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3289         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3290         Recognize math postings.  Extract Date (now ignores "(15kb)").
3291         Extract email address using gnus-extract-address-components
3292         instead of just taking the first word.  Create Date and From
3293         headers for message which are missing these headers.  Get rid
3294         of spurious \\ lines (purely cosmetic).  Extend body-end and
3295         file-end regexps, to exclude more garbage from the message.
3296         Make URL rephrasing regexp more flexible, to match current
3297         format.
3298
3299 2002-04-23  Simon Josefsson  <jas@extundo.com>
3300
3301         * netrc.el: New file, functions copied from gnus-util.el by Ted
3302         Zlatanov <tzz@lifelogs.com>.
3303
3304         * gnus-util.el: Require netrc.
3305         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3306         new code in netrc.el.
3307
3308 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3309
3310         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3311         message-ignored-resent-headers, too.  From Matthieu Moy
3312         <Matthieu.Moy@imag.fr>.
3313
3314 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3315
3316         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3317         boolean not a string
3318         * gnus-group.el (gnus-group-line-format): add description of %C
3319         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3320           as %C
3321         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3322
3323 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3324
3325         * nnmaildir.el (nnmaildir-request-scan): typo: set
3326         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3327         nnmail-get-new-mail for 'find-new-groups.
3328
3329 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3330
3331         * nnmaildir.el (nnmaildir-request-update-info,
3332         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3333         unnecessary calls to nnmaildir-request-scan.
3334
3335 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3336
3337         * gnus-msg.el:
3338         * gnus-msg.el (gnus-message-replysign): New.
3339         * gnus-msg.el (gnus-message-replyencrypt): New.
3340         * gnus-msg.el (gnus-message-replysignencrypted): New.
3341         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3342         (above) to automatically encrypt/sign to encrypted/signed
3343         messages.
3344         * message.el:
3345         * message.el (message-mode-map): Add keybinding for
3346         `message-to-list-only'
3347         * message.el (message-mode): Add description for
3348         `message-to-list-only'
3349         * message.el (message-to-list-only): New.
3350         * message.el (message-make-mft): Changed to use the cl loop macro,
3351         and added optional flag to return only the matched list. (for use
3352         in new message-to-list-only function)
3353
3354 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3355
3356         * gnus-msg.el:
3357         * gnus-msg.el (gnus-message-replysign):
3358         * gnus-msg.el (gnus-replysign): New.
3359         * gnus-msg.el (gnus-replyencrypt): New.
3360         * gnus-msg.el (gnus-replysignencrypted): New.
3361         * gnus-msg.el (gnus-summary-reply):
3362         * message.el:
3363         * message.el (message-mode-map):
3364         * message.el (message-mode):
3365         * message.el (message-to-list-only): New.
3366         * message.el (message-make-mft):
3367
3368 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3369
3370         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3371
3372 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3373
3374         * message.el (message-gen-unsubscribed-mft): accept a prefix
3375         argument so CC can be included with C-u C-c C-f C-a
3376
3377 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3378         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3379
3380         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3381         Improve docstring.
3382         (spam-enter-blacklist): New command.
3383
3384         * gnus-sum.el (gnus-spam-mark): New mark.
3385         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3386         (gnus-summary-make-tool-bar): Correct conditional.
3387         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3388         (gnus-summary-mark-as-spam): New command.
3389
3390 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3391
3392         * mml-sec.el (mml-secure-message): changed to support arbritrary
3393         modes.
3394         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3395         changed to support "signencrypt" mode.
3396         * mml.el (mml-parse-1): changed to support different secure modes
3397         more easily. (for signencrypt)
3398
3399 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3400
3401         * gnus-sum.el (gnus-update-summary-mark-positions)
3402         (gnus-summary-toggle-header):
3403         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3404         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3405         (gnus-uu-post-encoded):
3406         * nnfolder.el (nnfolder-possibly-change-group):
3407         * nnimap.el (nnimap-retrieve-headers):
3408         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3409
3410 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3411
3412         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3413         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3414
3415 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * gnus-srvr.el (gnus-server-set-info): Clear
3418         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3419         From Daiki Ueno <ueno@unixuser.org>.
3420
3421 2002-04-11  Simon Josefsson  <jas@extundo.com>
3422
3423         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3424         viewing of security buttons.  Thanks to Nicolas Kowalski
3425         <Nicolas.Kowalski@imag.fr>.
3426
3427         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3428         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3429         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3430         <Nicolas.Kowalski@imag.fr>.
3431         (smime-decrypt-buffer): Ditto.
3432
3433 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3436         header line.
3437
3438 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3439
3440         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3441
3442 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3443
3444         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3445
3446 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3447
3448         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3449         errors when debug.
3450
3451 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3452
3453         * message.el (message-make-mft): Changed MFT code from using
3454         message-recipients (which included Bcc) to use only the To and CC
3455         headers.
3456
3457 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3458
3459         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3460         add link.
3461         (gnus-treat-mail-picon): Ditto.
3462         (gnus-treat-newsgroups-picon): Ditto.
3463         (gnus-picon-databases): Fix custom type.
3464         (gnus-picon-databases): Add link.
3465         (gnus-article-x-face-command): Add to gnus-picon group.
3466
3467 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3468
3469         * message.el (message-buffer-naming-style): Remove.
3470
3471 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3472
3473         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3474
3475         * message.el (message-tool-bar-map): Ditto.
3476
3477         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3478
3479 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3480
3481         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3482
3483 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3484
3485         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3486
3487 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3488         Trivial patch.
3489
3490         * dns.el: open-network-stream under XEmacs does udp.
3491
3492 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3493
3494         * spam.el (spam-enter-whitelist): New function.
3495         (spam-parse-whitelist): Ditto.
3496         (spam-refresh-list-cache): Ditto.
3497         (spam-address-whitelisted-p): New function.
3498
3499         * dns.el (query-dns): Use TCP when make-network-process isn't
3500         available.
3501         (dns-servers): New variable.
3502         (dns-parse-resolv-conf): New function.
3503         (query-dns): Use it.
3504
3505         * spam.el: New file.
3506
3507         * dns.el (query-dns): Test.
3508
3509 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * lpath.el (featurep): Bind make-network-process.
3512
3513 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3514
3515         * nnmaildir.el: Use defstruct.  Use a single copy of
3516         nnmail-extra-headers to save memory.  Store server's group name
3517         prefix instead of each group's prefixed name.
3518         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3519         nntp-server-buffer.
3520
3521 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * dns.el: New file.
3524
3525 2002-03-28  Simon Josefsson  <jas@extundo.com>
3526
3527         * gnus-sum.el (gnus-summary-dummy-line-format):
3528         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3529         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3530
3531 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3532
3533         * gnus-sum.el (gnus-summary-move-article)
3534         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3535         the doc string.
3536
3537 2002-03-28  Simon Josefsson  <jas@extundo.com>
3538
3539         * mml-sec.el (mml-secure-message): Search after
3540         mail-header-separator from top of message.
3541
3542 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3543
3544         * nnmaildir.el: Cosmetic changes.
3545         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3546         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3547         nnmaildir--group-ls): New macros/functions.  Use them.
3548         (nnmaildir--unlink): Evalutate argument only once.
3549
3550 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3551
3552         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3553         symbols.
3554         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3555         `gnus-point-at-eol'.
3556
3557 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3558
3559         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3560         nnmaildir--marks-dir): New macros.  Use them.
3561         Use inhibit-quit for atomicity instead of in-memory journaling.
3562         (nnmaildir--edit-prep): New function.
3563         (Local Variables): Use it.
3564
3565 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3566
3567         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3568
3569 2002-03-25  Simon Josefsson  <jas@extundo.com>
3570
3571         * message.el (message-mode): Fix doc.
3572
3573 2002-03-25  Simon Josefsson  <jas@extundo.com>
3574
3575         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3576         Matthieu Moy <Matthieu.Moy@imag.fr>.
3577
3578 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3579
3580         * mml-sec.el (mml-unsecure-message): Add docstring.
3581
3582 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3583
3584         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3585         value.
3586         Trivial change from andre@slamdunknetworks.com
3587
3588 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3589
3590         * mml.el (mml-mode-map): Added a keybinding for
3591         `mml-unsecure-message'.  Also, added a menu entry for said
3592         function in the Attachments menu.
3593
3594 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * canlock.el (canlock-version): Remove.
3597         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3598         here; simplify \x insertions.
3599         (canlock-sha1): New function, always return a unibyte string.
3600         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3601         of a password.
3602         (canlock-insert-header): Use `canlock-sha1'.
3603         (canlock-verify): Ditto.
3604
3605 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3606
3607         * message.el (message-fix-before-sending): Add an option that
3608         ignores illegible text.
3609         Trivial change from Mark Milhollan <mlm@attglobal.net>
3610
3611         * message.el (message-font-lock-keywords): Support multi-line MML
3612         tags.
3613
3614         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3615         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3616
3617 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3620         symbols for "View as different encoding" submenu.
3621
3622 2002-03-19  Simon Josefsson  <jas@extundo.com>
3623
3624         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3625         encoding" submenu.
3626
3627 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3628
3629         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3630
3631 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3632
3633         * gnus-sum.el (gnus-sum-thread-tree-root)
3634         (gnus-sum-thread-tree-single-indent)
3635         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3636         (gnus-sum-thread-tree-leaf-with-other)
3637         (gnus-sum-thread-tree-single-leaf): Make customizable.
3638
3639 2002-03-16  Simon Josefsson  <jas@extundo.com>
3640
3641         * gnus-util.el (gnus-extract-address-components): Don't break on
3642         names such as James "Kibo" Parry.  From Francis Litterio
3643         <franl@world.std.com>.
3644
3645 2002-03-13  Simon Josefsson  <jas@extundo.com>
3646
3647         * pop3.el (pop3-open-server): Revert multibyte change.  From
3648         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3649
3650         * message.el (message-send-mail-with-qmail): Make it work.  From
3651         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3652
3653 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3654
3655         * message.el (message-make-mft): Set case-fold-search while
3656         generating the MFT.  Also, a little cleanup in the MFT code.
3657
3658 2002-03-12  Simon Josefsson  <jas@extundo.com>
3659
3660         * message.el (message-qmail-inject-args): May be function.
3661         (message-send-mail-with-qmail): Call function if m-q-i-a is
3662         function.  From fn@hungry.org (Faried Nawaz).
3663
3664 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3665
3666         * message.el (message-abbrevs-loaded): Remove.
3667         (mailabbrev): Require it.
3668
3669         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3670
3671 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * pop3.el (pop3-open-server): Set process buffer unibyte.
3674
3675 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3678
3679 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3680
3681         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3682         too.
3683
3684 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3685
3686         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3687         duplication.
3688         (gnus-summary-save-parts-type-history): Ditto.
3689         (gnus-summary-save-parts-last-directory): Ditto.
3690         Trivial change from andre@slamdunknetworks.com
3691
3692 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3693
3694         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3695
3696 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3697
3698         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3699         -->" as the end of the first article.
3700
3701         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3702         From Matthieu Moy <Matthieu.Moy@imag.fr>
3703
3704         * message.el (message-add-action): Use add-to-list.
3705         (message-delete-action): New function.
3706
3707         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3708         pieces.
3709
3710 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3711
3712         * nnnil.el: New file.
3713         * gnus.el (gnus-valid-select-methods): Include nnnil.
3714
3715 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3716
3717         * message.el (message-syntax-checks): Because canlock is
3718         supported, we disable sender syntax check.
3719         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3720
3721         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3722         value of message-syntax-checks.
3723
3724         * qp.el (quoted-printable-decode-region): Doc addition.
3725         From: Eli Zaretskii <eliz@is.elta.co.il>
3726
3727         * mail-source.el (make-source-make-complex-temp-name): Use
3728         make-temp-file.
3729
3730         * mm-util.el (mm-make-temp-file): New function.
3731         * nneething.el (nneething-file-name): Use it.
3732         * mml-smime.el (mml-smime-encrypt): Ditto.
3733         * mm-view.el (mm-inline-wash-with-file): Ditto.
3734         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3735         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3736         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3737         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3738         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3739         * gnus-art.el (gnus-mime-print-part): Ditto.
3740
3741 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3742
3743         * message.el (nnmaildir-article-number-to-base-name): New
3744         function.
3745         (nnmaildir-base-name-to-article-number): New function.
3746
3747 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * smime.el (smime-make-temp-file): Don't quote
3750         `temporary-file-directory'.
3751
3752 2002-03-04  Simon Josefsson  <jas@extundo.com>
3753
3754         * smime.el (smime-sign-region): Rename argument keyfiles to
3755         keyfile. You only sign something with one key.
3756         (smime-sign-buffer): Better completing-read prompt.
3757         (smime-decrypt-buffer): Ditto.
3758
3759         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3760
3761         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3762         completing-read.
3763         (mm-view-pkcs7-decrypt): CRLF->LF.
3764
3765 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3766
3767         * message.el (message-hierarchical-addresses): New variable.
3768         (message-get-reply-headers): Use it.
3769         From Ted Zlatanov <teodor.zlatanov@divine.com>
3770
3771 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3772
3773         * message.el (message-mode): If buffer-file-name, don't set auto
3774         save file name.
3775         Trivial change from Geoff Greene <ggreene@wpi.edu>
3776
3777 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3778
3779         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3780         takes one argument in read-char.
3781
3782         * message.el (message-fix-before-sending): Forward a char.
3783         Check mmu-multibyte-p, add control-1.
3784
3785 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * gnus-start.el (gnus-read-init-file): Ditto.
3788
3789         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3790
3791         * dgnushack.el (dgnushack-make-load): Ditto.
3792
3793         * mail-source.el (mail-source-fetch): Extract the right error
3794         code.
3795
3796         * message.el (message-fix-before-sending): Check illegible text.
3797
3798         * gnus-util.el (gnus-multiple-choice): New function.
3799
3800         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3801         also defined in gnus-score.el.
3802
3803 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3804
3805         * message.el (message-get-reply-headers): downcase email addresses
3806         for comaparisons for duplicate removal.
3807
3808 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3809
3810         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3811         implementation of PKCS#7, which just allows users read the
3812         message.
3813         (mm-view-pkcs7): Use it.
3814
3815 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3816
3817         * gnus.el (large-newsgroup-initial): New parameter.
3818
3819         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3820         (gnus-summary-insert-old-articles): Ditto.
3821
3822 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3823
3824         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3825         used as the default answer of the question, "How many articles?".
3826         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3827
3828         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3829         small numbers.
3830
3831 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3832
3833         * deuglify.el: Fix comments.
3834
3835 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3836
3837         * html2text.el (html2text-clean-anchor): If there is no HREF,
3838         insert nothing.
3839
3840         * mml.el (mml-generate-mime-1): Add cdr.
3841         From: andre@slamdunknetworks.com
3842
3843         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3844         (mm-text-html-washer-alist): Ditto.
3845
3846         * mm-decode.el (mm-text-html-renderer): Add html2text.
3847
3848         * html2text.el: Face lift.
3849
3850         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3851
3852 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3853
3854         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3855
3856         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3857
3858         * deuglify.el: New file. The original file name is
3859         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3860
3861         * mm-decode.el (mm-display-external): Use
3862         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3863
3864 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3865
3866         * nnmaildir.el (nnmaildir-request-list): Report the highest
3867         article number, not the total number of articles.
3868
3869 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3870
3871         * gnus-sum.el: Move uu key map here.
3872         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3873
3874 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3875
3876         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3877         nnmail-expiry-wait* if expire-age parameter is not set.
3878
3879 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3880
3881         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3882         function.
3883         (gnus-group-sort-selected-groups-by-real-name): New function.
3884         (gnus-group-make-menu-bar): Add sort by real name.
3885
3886         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3887         rebuild.
3888         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3889         nil as dependencies as well.
3890
3891 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3892
3893         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3894         for mime-parts.
3895
3896         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3897
3898         * gnus-group.el (gnus-group-name-decode): Don't test
3899         multibyte-string, because it breaks XEmacs.
3900         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3901
3902         * message.el (message-send-mail): Be talkative.
3903
3904         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3905         (mm-automatic-display): Ditto.
3906
3907         * mailcap.el (mailcap-mime-data): Ditto.
3908         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3909
3910 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * many files: Remove trailing whitespaces, replace spc+tab with
3913         tab, replace leading whitespaces with tabs.
3914
3915 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3916
3917         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3918         articles with no body and no blank line after the header.
3919
3920 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3921
3922         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3923         parts.
3924
3925         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3926         non-ascii chars.
3927
3928         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3929
3930         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3931         w3-delay-image-loads.
3932         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3933         (mm-w3-prepare-buffer): Ditto.
3934
3935         * mail-source.el (mail-source-fetch-directory): Run scripts.
3936
3937 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3940         for Majordomo confirmations.
3941
3942 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3945
3946 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3949
3950 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3951
3952         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3953         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3954
3955 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3956
3957         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3958         (mm-inline-render-with-stdin): Ditto.
3959         (mm-inline-render-with-function): Ditto.
3960         (mm-inline-wash-with-file): Bind coding-system-for-write.
3961         (mm-inline-wash-with-stdin): Ditto.
3962
3963 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3964
3965         Suggested by Felix Natter <fnatter@gmx.net>
3966
3967         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3968         gnus-mime-externalize-view.
3969         (gnus-mime-view-part-internally): Rename from
3970         gnus-mime-internalize-view.
3971         (gnus-article-view-part-externally): Rename from
3972         gnus-article-externalize-part.
3973         (gnus-mime-action-alist): Change correspondingly.
3974         (gnus-mime-button-commands): Ditto.
3975         (gnus-mime-action-alist): Remove duplication.
3976
3977         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3978
3979 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3980
3981         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3982
3983         * gnus-art.el (gnus-display-mime): Use it.
3984
3985         * mm-partial.el (mm-partial-find-parts): Use it.
3986
3987         * gnus-sum.el (gnus-article-loose-mime): Rename from
3988         gnus-article-no-strict-mime.
3989         (gnus-summary-save-parts): Use it.
3990
3991 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3994         local variable.
3995
3996         * gnus-art.el (article-display-x-face): Don't sort multiple
3997         X-Faces.
3998
3999 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4002         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4003
4004         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4005
4006 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4007
4008         Some ideas is inspired by code from Hrvoje Niksic
4009         <hniksic@arsdigita.com>
4010
4011         * gnus-art.el (gnus-article-wash-function): Set the default to
4012         nil, so that we use mm-text-html-renderer instead.
4013         (article-wash-html): Use mm-text-html-renderer.
4014
4015         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4016         (mm-text-html-renderer): New variable.
4017         (mm-inline-text-html-renderer): Set the default to nil, so that we
4018         use mm-text-html-renderer instead.
4019
4020         * mm-view.el (mm-inline-text-html): New function.
4021         (mm-text-html-renderer-alist): New variable.
4022         (mm-inline-text-vcard): New function.
4023         (mm-inline-text): Split.
4024         (mm-links-remove-leading-blank): New function.
4025         (mm-inline-render-with-file): New function.
4026         (mm-inline-render-with-stdin): New function.
4027         (mm-inline-render-with-function): New function.
4028         (mm-text-html-washer-alist): New variable.
4029         (mm-inline-wash-with-file): New function.
4030         (mm-inline-wash-with-stdin): New function.
4031
4032 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4033
4034         * message-utils.el: Fix installation doc.
4035         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4036
4037 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4038
4039         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4040         (gnus-post-method): Use it.
4041         (gnus-summary-cancel-article): Find the correct post-method.
4042
4043         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4044         * message.el (message-send-news): Ditto.
4045         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4046         <ipmonger@delamancha.org>
4047
4048         * gnus.el (gnus-select-method): Fix doc.
4049         (gnus-server-string): Use 'using nntp'.
4050
4051         * gnus-agent.el (gnus-slave-unplugged): New command.
4052         From: Felix Natter <fnatter@gmx.net>
4053
4054 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4055
4056         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4057         Call edit-done-function first, then change the window
4058         configuration.
4059         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4060         (gnus-article-edit-mode): mml-mode.
4061
4062         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4063         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4064
4065         * message-utils.el: Adopt the file.
4066
4067         * message-utils.el: New file.
4068         From Holger Schauer <Holger.Schauer@gmx.de>
4069
4070 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4071
4072         * gnus-sum.el (gnus-summary-move-article): Select-article only
4073         when gnus-move-split-methods is non-nil. And we don't render or
4074         mark the article.
4075
4076         * gnus-fun.el (gnus-shell-command-to-string): New function.
4077         (gnus-shell-command-on-region): New function.
4078         (gnus-random-x-face): Use them.
4079         (gnus-x-face-from-file): Ditto.
4080         (gnus-convert-image-to-gray-x-face): Ditto.
4081         (gnus-convert-gray-x-face-to-xpm): Ditto.
4082         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4083
4084 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * gnus-art.el (gnus-treat-display-xface): Don't use
4087         `shell-command-to-string' when compiling.
4088         (gnus-treat-display-grey-xface): Ditto.
4089
4090 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4091
4092         * nnmaildir.el (nnmaildir--article-count): If the group is
4093         completely empty, report minimum article number as 1 instead of 0.
4094
4095 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4096
4097         * gnus-agent.el (gnus-get-predicate): Use nconc.
4098
4099         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4100         gnus-summary-display-cache as cache.
4101
4102         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4103         (nndoc-mail-in-mail-type-p): New function.
4104         (nndoc-mail-in-mail-article-begin): New function.
4105
4106 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4107
4108         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4109
4110         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4111         use-hard-newlines to nil.
4112
4113         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4114         image is not available if window-system is not available.
4115
4116         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4117
4118 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4119
4120         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4121         bookmark, because update-mark doesn't handle it correctly.
4122
4123 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4124
4125         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4126         directly instead of calling message-send-mail.
4127
4128         * gnus-start.el (gnus-read-descriptions-file): Use
4129         gnus-default-charset.
4130
4131         * mm-util.el (mm-guess-mime-charset): New function.
4132
4133         * gnus.el (gnus-default-charset): Use it.
4134         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4135         the default.
4136
4137 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4138
4139         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4140         (article-display-x-face): Use it.  Disable grey xface, if
4141         uncompface is not found.
4142
4143         * message.el (message-mode): Don't enable multibyte on an indirect
4144         buffer.
4145
4146         * nnrss.el (nnrss-content-function): New variable.
4147         (nnrss-request-article): Use it.
4148
4149 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4150
4151         * gnus.el: Add article-unsplit-urls.
4152         * gnus-sum.el: Ditto.
4153         * gnus-art.el (gnus-treat-strip-cr): New variable.
4154         (gnus-treatment-function-alist): Use it.
4155         (article-unsplit-urls): New function.
4156         (gnus-article-make-menu-bar): Use it.
4157         From: Michael Cook <michael.cook@cisco.com>
4158
4159 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4160
4161         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4162         copy.
4163
4164 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4165
4166         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4167         with internal whitespace.
4168         (gnus-parent-id): Ditto.
4169
4170 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4171
4172         * gnus-art.el (gnus-article-treat-body-boundary): Add
4173         gnus-decoration property.
4174         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4175
4176         * message.el (message-mode): Set local-abbrev-table.
4177         From Matt Armstrong <matt@lickey.com>.
4178
4179         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4180         too many spaces.
4181
4182         * rfc2047.el (rfc2047-unfold-region): Ditto.
4183         (rfc2047-decode-region): Don't unfold. Let
4184         gnus-article-treat-unfold-headers do it.
4185
4186         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4187         From: Jesper Harder <harder@ifa.au.dk>
4188
4189 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4192         (gnus-configure-posting-styles): Use it.
4193         (gnus-configure-posting-styles): Remove trailing newspaces.
4194
4195 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4196
4197         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4198         is non-nil.
4199
4200         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4201
4202         * gnus.el (gnus-server-to-method): Switch position with
4203         gnus-server-get-method.
4204         (gnus-agent): Add doc.
4205
4206         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4207         (gnus-summary-save-parts): Use it.
4208
4209         * gnus-art.el (gnus-display-mime): Use it.
4210         * mm-partial.el (mm-partial-find-parts): Use it.
4211
4212         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4213
4214         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4215         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4216
4217         * nnagent.el (nnagent-request-expire-articles): Don't delete
4218         files.
4219
4220 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4221
4222         * message.el (message-gen-unsubscribed-mft): New function.
4223         From Sriram Karra <karra@cs.utah.edu>.
4224
4225         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4226         open parenthesis.
4227
4228         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4229         (mm-inline-text-html-render-with-w3): Ditto.
4230         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4231         Suggested by Dave Love  <d.love@dl.ac.uk>.
4232
4233         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4234
4235         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4236         * nntp.el (nntp-send-command): Ditto.
4237         * nntp.el (nntp-send-command-nodelete): Ditto.
4238
4239 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4240
4241         * mm-url.el (mm-url-load-url): New function.
4242         (mm-url-insert-file-contents): Use it.
4243
4244         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4245
4246         * message.el (message-forward-make-body): Correctly copy
4247         forward-buffer.
4248
4249         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4250
4251 2002-02-04  Simon Josefsson  <jas@extundo.com>
4252
4253         * gnus-art.el (gnus-article-followup-with-original): Mark with
4254         force, prevent errors when following up from article buffer.
4255         (gnus-article-reply-with-original): Ditto.
4256
4257         * binhex.el (binhex-decoder-switches): Fix doc.  From
4258         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4259
4260 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4261
4262         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4263         highlight-citation after emphasize.
4264
4265 2002-02-04  Simon Josefsson  <jas@extundo.com>
4266
4267         * nnfolder.el (nnfolder-open-marks):
4268
4269         * nnml.el (nnml-open-marks): Message when done.  From David
4270         Edmondson <dme@sun.com>.
4271
4272 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4273
4274         * imap.el (imap-anonymous-auth): Fix typo.
4275         From: Steinar Bang <sb@dod.no>
4276
4277         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4278         save-excursion.
4279         (gnus-cache-braid-heads): Ditto.
4280
4281         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4282         line, because there are extra articles in the overview buffer.
4283
4284         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4285
4286         * message.el (message-forward-rmail-make-body): Directly use
4287         rmail-msg-restore-non-pruned-header to avoid calling
4288         vertical-motion.
4289
4290 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4291
4292         * gnus-cache.el (gnus-summary-insert-cached-articles):
4293         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4294
4295         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4296         gnus-newsgroups-unselected.
4297
4298         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4299         gnus-add-to-sorted-list.
4300
4301         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4302         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4303         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4304         (gnus-update-read-articles): UNREAD is sorted.
4305         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4306         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4307         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4308         (gnus-newsgroup-dormant): Require sorted.
4309
4310         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4311         directories.
4312         (gnus-dired-print): New function.
4313
4314         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4315         ps-despool.
4316
4317 2002-02-02  Simon Josefsson  <jas@extundo.com>
4318
4319         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4320
4321 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4322
4323         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4324         t. This makes gnus-agent customizable without putting
4325         gnus-agentize into .gnus.
4326
4327         * gnus.el (gnus-agent): Make it customizable.
4328
4329         * gnus-dired.el: New file.
4330         From Benjamin Rutt <brutt@bloomington.in.us>
4331
4332         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4333         if no article.
4334         (gnus-cache-possibly-remove-article): Ditto.
4335         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4336
4337 2002-02-01  Simon Josefsson  <jas@extundo.com>
4338
4339         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4340
4341 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4344         (mm-setup-w3m): Don't bind keys listed in the above.
4345
4346 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4349         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4350         is non-nil; bind `w3m-force-redisplay' with nil.
4351
4352         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4353
4354         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4355
4356 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4357
4358         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4359         use mail-header-unfold-field.
4360
4361         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4362         gnus-summary-limit.
4363
4364         * gnus-range.el (gnus-add-to-sorted-list): New function.
4365         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4366         (gnus-mark-article-as-unread): Ditto.
4367         (gnus-summary-mark-article-as-unread): Ditto.
4368         (gnus-build-get-header): Ditto.
4369         (gnus-summary-prepare-threads): Ditto.
4370         (gnus-summary-insert-pseudos): Ditto.
4371         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4372         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4373         (gnus-summary-insert-old-articles): Ditto.
4374
4375         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4376         (gnus-configure-posting-styles): Support the new format.
4377
4378         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4379         edebug-form-spec to (sexp body).
4380         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4381
4382         * message.el (message-reply-headers): Add doc.
4383
4384 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4385
4386         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4387         gnus-cache-active-hashtb.
4388
4389         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4390         (gnus-agent-summary-fetch-group): Use it.
4391
4392         * gnus-msg.el (gnus-debug-files): New variable.
4393         (gnus-debug-exclude-variables): New variable.
4394         (gnus-debug): Use them.
4395
4396         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4397
4398 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4399
4400         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4401         (message-mode-syntax-table): Move back the previous position.
4402
4403         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4404
4405         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4406         gnus-sorted-difference.
4407
4408         * nnsoup.el (nnsoup-request-expire-articles): Use
4409         gnus-sorted-difference.
4410
4411         * nnheader.el: Autoload gnus-sorted-difference.
4412
4413         * nnfolder.el (nnfolder-request-expire-articles): Use
4414         gnus-sorted-difference.
4415
4416         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4417         gnus-sorted-difference.
4418
4419         * gnus-range.el: Autoload cookies.
4420         (gnus-sorted-difference): New function.
4421         (gnus-sorted-ndifference): New function.
4422         (gnus-sorted-nintersection): Rename from
4423         gnus-set-sorted-intersection.
4424         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4425         (gnus-list-range-difference): Rename from
4426         gnus-inverse-list-range-intersection.
4427         (gnus-inverse-list-range-intersection): Use defalias.
4428
4429         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4430         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4431         (gnus-articles-to-read): Use gnus-sorted-difference.
4432         (gnus-summary-limit-mark-excluded-as-read): Use
4433         gnus-sorted-intersection and gnus-sorted-ndifference.
4434         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4435         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4436
4437         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4438
4439 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4442         property to the buffer for using emacs-w3m command keys.
4443
4444         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4445         option.
4446
4447         * mm-view.el (mm-w3m-mode-map): New variable.
4448         (mm-w3m-mode-command-alist): New variable.
4449         (mm-w3m-minor-mode): Removed.
4450         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4451         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4452         buffer for using emacs-w3m command keys.
4453
4454 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4455
4456         * message.el (message-mode-syntax-table): Move forward.
4457         (message-cite-prefix-regexp): Auto detect non word constituents.
4458         (message-cite-prefix-regexp): Don't use with-syntax-table.
4459
4460         * gnus-sum.el (gnus-summary-update-info): Use
4461         gnus-list-range-intersection.
4462
4463         * gnus-agent.el (gnus-agent-fetch-headers): Use
4464         gnus-list-range-intersection.
4465
4466         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4467         (gnus-list-range-intersection): Use it.
4468         (gnus-inverse-list-range-intersection): Ditto.
4469         (gnus-sorted-intersection): Add doc.
4470         (gnus-set-sorted-intersection): Add doc.
4471         (gnus-sorted-union): New function.
4472         (gnus-set-sorted-union): New function.
4473
4474         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4475         (gnus-inverse-list-range-intersection): Ditto.
4476
4477 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4478
4479         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4480
4481         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4482         and permit `:' and `\' in order to handle full Windows pathnames.
4483         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4484         technically not correct per standard, but seems to have common use.
4485
4486 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4487
4488         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4489         replacing numbers.
4490
4491 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4492
4493         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4494
4495         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4496         Don't split when the window is small, e.g. when a small *BBDB*
4497         window is the lowest one.
4498
4499         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4500         nnheader-find-nov-line to speed up. Use nreverse, because it is
4501         sorted. Use nnheader-insert-nov-file.
4502
4503 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4506
4507         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4508         of `w3m-display-inline-images' with the value of
4509         `mm-inline-text-html-with-images'.
4510         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4511
4512         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4513
4514 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4515
4516         * time-date.el: Add autoload cookies.  Many doc fixes.
4517         (time-add): New function.
4518         (time-subtract): Renamed from subtract-time.
4519         (subtract-time): New alias for time-subtract.
4520
4521 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4524         emacs-w3m in doc-string.
4525
4526         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4527         `w3m-current-buffer'.
4528
4529 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4530
4531         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4532
4533         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4534         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4535         (mm-w3m-cid-retrieve): New function.
4536         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4537
4538 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4539
4540         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4541
4542 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4545
4546 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4549         32K.
4550
4551         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4552
4553         * nnmail.el (nnmail-article-group): Decode headers before running
4554         split rules over them.
4555         (nnmail-mail-splitting-charset): New variable.
4556
4557         * smiley.el: Replaced with smiley-ems.el.
4558
4559 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4560
4561         * mm-url.el (mm-url-predefined-programs): Add w3m.
4562         (mm-url-program): Ditto.
4563
4564 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * nnml.el (nnml-use-compressed-files): New variable.
4567         (nnml-filenames-are-evil): Removed.
4568         (nnml-current-group-article-to-file-alist): Don't use.
4569         (nnml-update-file-alist): Inhibit.
4570         (nnml-article-to-file): Use new var.
4571
4572 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4573
4574         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4575
4576         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4577
4578 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4581         function.
4582
4583         * gnus-util.el (gnus-cache-file-contents): New function.
4584
4585         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4586         (gnus-agent-load-alist): Use it.
4587
4588         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4589
4590         * nnheader.el (nnheader-insert-nov-file): New function.
4591
4592         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4593
4594         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4595         there are no references.
4596         (gnus-extract-message-id-from-in-reply-to): New function.
4597         (gnus-nov-parse-line): Use in-reply-to if there are no
4598         references.
4599
4600 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4603
4604         * gnus-util.el (gnus-parse-without-error): New macro.
4605
4606 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4607
4608         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4609         (gnus-article-wash-function): use locate-library to decide which
4610         to use.
4611
4612 2002-01-25  Simon Josefsson  <jas@extundo.com>
4613
4614         * pop3.el (pop3-munge-message-separator): Work if no date.
4615         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4616
4617 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * gnus-agent.el (gnus-agent-save-alist): Fix.
4620
4621         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4622         mistake.  Reinstated lost code.
4623
4624 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4625
4626         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4627         one exists in the case of an encrypted message with an internal
4628         signature.
4629
4630 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4633
4634 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * dgnushack.el: Commented out the experimental code.
4637
4638 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4641         error.
4642
4643         * gnus.el (gnus-server-to-method): Made into subst.
4644         (gnus-server-method-cache): New variable.
4645         (gnus-server-to-method): Use it.
4646         (gnus-group-method-cache): New variable.
4647         (gnus-find-method-for-group-1): Renamed.
4648         (gnus-find-method-for-group): New function.
4649         (gnus-group-method-cache): Removed.
4650
4651         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4652         function.
4653
4654         * gnus-range.el (gnus-members-of-range): New function.
4655         (gnus-list-range-intersection): Renamed.
4656         (gnus-inverse-list-range-intersection): New function.
4657
4658         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4659
4660         * nnagent.el (nnagent-retrieve-headers): New implementation.
4661
4662         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4663         implementation.
4664
4665 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4668         `w3m-meta-content-type-charset-regexp'.
4669
4670         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4671         charset-encoded html contents.
4672
4673 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4674
4675         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4676         an empty file.
4677
4678         * nnweb.el (url): Ignore errors when request url.
4679
4680         * nnrss.el: Clean up the comments.
4681
4682 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4685
4686         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4687         (mm-inline-media-tests): Test whether the value of
4688         `mm-inline-text-html-renderer' is a function for text/html.
4689
4690         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4691         separated from `mm-inline-text'.
4692         (mm-w3m-minor-mode): New variable.
4693         (mm-w3m-setup): New variable.
4694         (mm-setup-w3m): New function.
4695         (mm-inline-text-html-render-with-w3m): New function.
4696         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4697         text/html.
4698
4699 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4700
4701         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4702
4703 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4706         and `gnus-xmas-completing-read'.
4707
4708 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4709
4710         * nneething.el (nneething-message-id-number): Abolished.
4711         (nneething-encode-file-name): Not encode numerical characters.
4712         (nneething-make-head): `nneething-message-id-number' is not
4713         used to generate message IDs.
4714
4715 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4718         characters.
4719
4720 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4723         (gnus-xmas-redefine): Redefine conditionally.
4724
4725 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4726
4727         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4728         tag.
4729
4730 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4731
4732         * message.el (message-font-lock-keywords): Added the secure tag.
4733         * mml-sec.el: Added functions to generate/modify/remove the secure
4734         tag while in message mode.
4735         * mml-sec.el (mml-secure-message): New.
4736         * mml-sec.el (mml-unsecure-message): New.
4737         * mml-sec.el (mml-secure-message-sign-smime): New.
4738         * mml-sec.el (mml-secure-message-sign-pgp): New.
4739         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4740         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4741         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4742         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4743         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4744         convert it to either a part or multipart depending on if there are
4745         other parts in the message.
4746         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4747         to use the secure tag, rather than the part tag.
4748         * mml.el (mml-preview): Added a save-excursion to keep cursor
4749         position after doing an MML preview.
4750
4751 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * nnheader.el (nnheader-parse-overview-file): New function.
4754         (nnheader-write-overview-file): New function.
4755
4756 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4759         in wanted.
4760
4761         * nnweb.el (nnweb-type-definition): Clean up.
4762
4763 2002-01-21  Alastair Burt  <burt@dfki.de>
4764         Trivial patch.
4765
4766         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4767         buffer exists before jumping to it.
4768
4769 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4772         function.
4773         (article-wash-html): Use it.
4774         (gnus-article-wash-function): New variable.
4775         (gnus-article-wash-html-with-w3m): New function.
4776
4777 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4778
4779         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4780         XEmacs.
4781
4782 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4783
4784         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4785         command line.
4786
4787 2002-01-21  Simon Josefsson  <jas@extundo.com>
4788
4789         * canlock.el (base64-encode-string): Autoload it from base64.
4790         (canlock-make-cancel-key): Base64 encode unibyte string.
4791
4792 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * nnfolder.el (nnfolder-request-accept-article): Unfold
4795         x-from-line.
4796         (nnfolder-request-replace-article): Ditto.
4797
4798 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4799
4800         * gnus-group.el (gnus-group-best-unread-group): Use the right
4801         positioning function.
4802
4803 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * smiley-ems.el (smiley-region): Use new function.
4806         (smiley-update-cache): Use general image functions.
4807         (smiley-region): Use general functions.
4808
4809         * gnus-util.el (gnus-graphic-display-p): New function.
4810
4811         * nnmail.el (nnmail-article-group): Allow outputting traces of
4812         non-strings.
4813
4814         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4815         (nndoc-exim-bounce-type-p): New function.
4816
4817         * message.el (message-dont-send): Doc fix.
4818
4819         * gnus-util.el (gnus-completing-read): Remove
4820         inherit-input-method.
4821
4822         * gnus-art.el (gnus-treat-smiley): Doc fix.
4823
4824         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4825         articles.
4826
4827 2002-01-19  Simon Josefsson  <jas@extundo.com>
4828
4829         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4830         (imap-kerberos4-open): Ditto.
4831         (imap-open): Set port correctly, don't set auth.
4832
4833 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * gnus.el (gnus-version-number): Bump version number.
4836
4837 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4838
4839         * gnus.el: Oort Gnus v0.05 is released.
4840
4841 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4844         exists.
4845
4846         * gnus-spec.el (gnus-string-width-function): New function.
4847         (gnus-tilde-cut-form): Use it.
4848         (gnus-tilde-max-form): Ditto.
4849         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4850         (gnus-substring-function): Use it.
4851         (gnus-tilde-cut-form): Ditto.
4852         (gnus-substring-function): New function.
4853
4854         * message.el (message-check-news-header-syntax): New message.
4855
4856         * gnus.el (gnus-slave-no-server): Doc fix.
4857
4858         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4859
4860 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4863         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4864         (seen (NUM1 . NUM2)).
4865
4866 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4869         number in closed topics.
4870
4871 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4872
4873         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4874         functions.
4875
4876 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus.el (gnus-group-find-parameter): Clean up.
4879
4880         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4881         articles.
4882
4883         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4884
4885         * nnmail.el (nnmail-article-group): Clean up.
4886
4887 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4888
4889         * gnus-agent.el (gnus-category-name): Intern the category name.
4890
4891 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4894
4895         * gnus-util.el (gnus-completing-read): New function.
4896
4897 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4898
4899         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4900
4901         * smiley-ems.el (smiley-region): Register smiley.
4902         (smiley-toggle-buffer): Rewrite the function.
4903         (smiley-active): Removed.
4904
4905 2002-01-19  Simon Josefsson  <jas@extundo.com>
4906
4907         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4908         Jesper Harder <harder@ifa.au.dk>.
4909
4910 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4911
4912         * gnus-art.el (gnus-request-article-this-buffer): Call
4913         `nneething-get-file-name' to extract the file name from the
4914         message id.
4915
4916         * nneething.el (nneething-encode-file-name): New function.
4917         (nneething-decode-file-name): Ditto.
4918         (nneething-get-file-name): Ditto.
4919         (nneething-make-head): Encode the file name and encapsulate it
4920         into the field of the message id.
4921
4922 2002-01-18  Simon Josefsson  <jas@extundo.com>
4923
4924         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4925         stored in .marks.
4926
4927         * nnfolder.el (nnfolder-request-update-info): Ditto.
4928
4929 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4930
4931         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4932
4933 2002-01-18  Simon Josefsson  <jas@extundo.com>
4934
4935         * imap.el (imap-starttls-p): Don't check for binary.
4936         (imap-gssapi-auth-p): Ditto.
4937         (imap-kerberos4-auth-p): Ditto.
4938         (imap-open): Change logic.  Iterate through all possible streams,
4939         instead of bailing out after first failure.  Move authenticator
4940         decision to `imap-authenticate'.
4941         (imap-authenticate): Change logic, now finds the authenticator to
4942         use, was previously in `imap-open'.
4943         (imap-open): Return nil on failure.
4944         (imap-open): Setup temp buffer correctly.
4945         (imap-open): Return buffer only on success.
4946         (imap-interactive-login, imap-interactive-login): Tell the user
4947         which stream/authenticator is used for the queried
4948         username/password.
4949         (imap-open, imap-authenticate): Set variables.
4950         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4951         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4952
4953 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4956
4957 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4960
4961 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4962
4963         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4964         (gnus-agent-group-mode-map): Bind it to "Jo".
4965         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4966
4967 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4968
4969         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4970         (gnus-summary-mail-toolbar): Add mail article deletion button.
4971
4972         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4973         false positives for lines of "^^^^".
4974
4975         * gnus-picon.el (gnus-picon-find-face): faces database is all
4976         lowercase.
4977
4978 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4979
4980         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4981         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4982         duplications.
4983         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4984
4985 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * gnus-sum.el (gnus-summary-initial-limit): Inline
4988         gnus-summary-limit-children.
4989         (gnus-summary-initial-limit): Don't limit if
4990         gnus-newsgroup-display is nil.
4991         (gnus-summary-initial-limit): No, don't.
4992
4993         * gnus-util.el
4994         (gnus-put-text-property-excluding-characters-with-faces): Inline
4995         gnus-put-text-property.
4996
4997         * gnus-spec.el (gnus-default-format-specs): New variable.
4998
4999         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5000         gnus-format-specs.
5001         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5002
5003         * gnus-spec.el (gnus-update-format-specifications): Really check
5004         the Gnus version of the .newsrc.eld file.
5005         (gnus-format-specs): Save the new default summary format.
5006
5007         * gnus-util.el (gnus-parent-id): Check whether references is empty
5008         before splitting.
5009
5010         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5011         functions.
5012         (gnus-gather-threads-by-references): Inline
5013         `gnus-split-references'.
5014
5015         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5016         default value of gnus-summary-line-format-spec.
5017
5018 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5019
5020         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5021         message.
5022         (nnslashdot-request-list): Ditto.
5023         (nnslashdot-sid-strip): Removed.
5024
5025 2002-01-15  Simon Josefsson  <jas@extundo.com>
5026
5027         * nnimap.el (nnimap-close-asynchronous): Enable.
5028         (nnimap-close-group): Expunge.
5029
5030 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5031
5032         * gnus-util.el (gnus-user-date-format-alist): Typo.
5033         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5034
5035 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5036
5037         * nneething.el (nneething-request-article): Set
5038         `nnmail-file-coding-system' to `binary' locally, in order to read
5039         files without any conversion.
5040
5041 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5042
5043         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5044         nnheader-file-coding-system and nnmail-active-file-coding-system.
5045         (gnus-agent-regenerate-group): Ditto.
5046         (gnus-agent-regenerate): Ditto.
5047         (gnus-agent-write-active): Ditto.
5048         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5049
5050 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5051
5052         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5053         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5054
5055 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5056
5057         * gnus.el: We don't need gnus-article-show-all-headers.
5058
5059         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5060         Ditto.
5061
5062         * gnus-sum.el (gnus-summary-select-article): Don't call
5063         show-all-headers, because hidden headers are not hidden text any
5064         more.
5065
5066 2002-01-13  Simon Josefsson  <jas@extundo.com>
5067
5068         * message.el (message-newline-and-reformat): Use `newline' instead
5069         of inserting \n, so that the newline is marked as hard.
5070
5071         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5072         From Jesper Harder <harder@ifa.au.dk>.
5073
5074 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5075
5076         * imap.el (imap-close): Keep going if quit.
5077
5078         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5079         nntp-server-buffer.
5080
5081 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5084         avoid unbinding shadowed variables.
5085
5086         * gnus-art.el (gnus-picon-databases): Moved here.
5087         (gnus-picons-installed-p): Moved here.
5088         (gnus-article-reply-with-original): Use `mark'.
5089
5090         * gnus.el (gnus-picon): Moved here and renamed.
5091
5092         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5093         installed.
5094         (gnus-treat-mail-picon): Ditto.
5095         (gnus-treat-newsgroups-picon): Ditto.
5096
5097         * gnus-picon.el (gnus-picons-installed-p): New function.
5098
5099 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5100
5101         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5102
5103 2002-01-12  Simon Josefsson  <jas@extundo.com>
5104
5105         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5106         (nnimap-before-find-minmax-bugworkaround): Use it.
5107         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5108         (nnimap-dont-close): New variable.
5109         (nnimap-close-group): Use it.
5110
5111 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-art.el (gnus-article-reply-with-original): Use
5114         `mark-active'.
5115
5116         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5117
5118         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5119         (gnus-score-advanced): Clean up.
5120         (gnus-score-advanced): Accept a multiple of the score.
5121
5122 2002-01-12  Simon Josefsson  <jas@extundo.com>
5123
5124         * flow-fill.el (fill-flowed-display-column)
5125         (fill-flowed-encode-columnq): New variables.  Suggested by
5126         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5127         (fill-flowed-encode, fill-flowed): Use them.
5128
5129         * message.el (message-send-news, message-send-mail): Use
5130         m-b-s-n-p-e-h-n.
5131
5132         * mml.el (autoload): Autoload fill-flowed-encode.
5133         (mml-buffer-substring-no-properties-except-hard-newlines): New
5134         function.
5135         (mml-read-part): Use it.
5136         (mml-generate-mime-1): Encode format=flowed if appropriate.
5137         (mml-insert-mime-headers): Insert format=flowed.
5138
5139         * flow-fill.el (fill-flowed-encode): New function.
5140         (fill-flowed): Bind fill-column to window width.
5141
5142 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5145         it exists.
5146         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5147         (gnus-summary-buffer-name): Don't return the dead name after all.
5148         (gnus-summary-setup-buffer): Kill the dead buffer.
5149
5150         * gnus-art.el (gnus-article-followup-with-original): Store the
5151         value of the mark before deactivating it.
5152
5153 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5154
5155         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5156         From: Karl Kleinpaste <karl@charcoal.com>
5157
5158         * gnus-art.el (article-display-x-face): Ditto.
5159         (gnus-article-reply-with-original): Use gnus-region-active-p.
5160         (gnus-article-followup-with-original): Ditto.
5161
5162         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5163         downloadable article either.
5164
5165 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5166
5167         * gnus-art.el (article-display-x-face): Insert From:.
5168
5169         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5170         article. Bind gnus-display-mime-function and
5171         gnus-article-prepare-hook.
5172
5173         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5174         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5175         gnus-agent-possibly-synchronize-flags to the last.
5176         (gnus-agent-go-online): New function. New variable.
5177
5178 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5179
5180         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5181         (gnus-agent-regenerate): Ditto.
5182
5183 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5184
5185         * message.el (message-ignored-news-headers)
5186         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5187         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5188
5189         * gnus.el (gnus-gethash-safe): New macro.
5190
5191         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5192         (gnus-agent-regenerate): Show messages.
5193
5194 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5195
5196         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5197         (gnus-agent-regenerate): New function.
5198         (gnus-agent-save-alist): Sort.
5199         (gnus-agent-copy-nov-line): Test eobp.
5200         (gnus-agent-retrieve-headers): Erase buffer.
5201
5202 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5203
5204         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5205         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5206
5207         * gnus.el (gnus-agent-covered-methods): Move here.
5208         (gnus-online): New function.
5209         (gnus-agent-method-p): Move here.
5210
5211         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5212         nil. Remove articles-alist.
5213
5214         * gnus-start.el (gnus-get-unread-articles): Check online.
5215         (gnus-groups-to-gnus-format): Ditto.
5216         (gnus-active-to-gnus-format): Ditto.
5217
5218         * gnus-agent.el (gnus-agent-get-function): Use it.
5219         (gnus-agent-get-undownloaded-list): Ditto.
5220         (gnus-agent-fetch-session): Only fetch online methods.
5221
5222         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5223         (gnus-server-mode-map): Ditto.
5224         (gnus-server-offline-face): New face.
5225         (gnus-server-offline-face): New variable.
5226         (gnus-server-font-lock-keywords): Add offline.
5227         (gnus-server-insert-server-line): Ditto.
5228         (gnus-server-offline-server): New function.
5229
5230         * gnus-int.el (gnus-open-server): Turn to offline.
5231         (gnus-server-unopen-status): New variable.
5232
5233 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5234
5235         * nnkiboze.el (nnkiboze-request-article): Use
5236         gnus-agent-request-article.
5237
5238         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5239         function. Insert undownloaded NOV.
5240
5241         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5242         (gnus-agent-request-article): New function.
5243
5244         * gnus.el (gnus-agent-cache): New variable.
5245
5246         * gnus-int.el (gnus-retrieve-headers): Use
5247         gnus-agent-retrieve-headers.
5248         (gnus-request-head): Use gnus-agent-request-article.
5249         (gnus-request-body): Ditto.
5250
5251         * gnus-art.el (gnus-request-article-this-buffer): Use
5252         gnus-agent-request-article.
5253
5254         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5255         article if it is undownloaded.
5256
5257 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5260
5261 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * canlock.el (canlock-string-as-unibyte): New macro.
5264         (canlock-sha1-with-openssl): Return a unibyte string.
5265         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5266
5267 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5268
5269         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5270
5271 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5274         application/x-emacs-lisp.
5275
5276         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5277
5278         * nntp.el (nntp-request-article): Add group parameter.
5279         (nntp-request-head): Ditto.
5280         (nntp-find-group-and-number): Add parameter group. Figure out
5281         number if the status line doesn't give (e.g. quimby.gnus.org).
5282
5283 2002-01-08  Simon Josefsson  <jas@extundo.com>
5284
5285         * mml.el (mml-generate-mime-1): Set recipient correctly.
5286
5287 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5288
5289         * message.el (message-read-from-minibuffer): Add parameter
5290         initial-contents.
5291         * gnus-msg.el (gnus-summary-resend-message): Use it.
5292
5293         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5294         behavior of quit-config.
5295
5296         * message.el (message-make-from): Don't quote fullname.
5297         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5298
5299         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5300         From: <andre@slamdunknetworks.com>
5301
5302 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5303
5304         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5305
5306         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5307
5308         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5309         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5310         because bbdb may use it.
5311
5312 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5313
5314         * nneething.el (nneething-request-article): When a non-text file
5315         is converted to an article, its data is encoded in base64.  Call
5316         `nneething-make-head' with options to specify MIME types.
5317         (nneething-make-head): Add optional arguments to specify MIME
5318         types.
5319
5320 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5321
5322         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5323         header if there is not.
5324
5325         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5326
5327         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5328         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5329         (gnus-inews-do-gcc): Use them.
5330
5331         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5332         gnus-newsgroup-unselected.
5333
5334 2002-01-06  Simon Josefsson  <jas@extundo.com>
5335
5336         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5337         condition-case, not ignore-errors.
5338
5339 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5340
5341         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5342         gnus-fetch-old-headers.
5343
5344         * gnus-art.el (article-display-x-face): Use the current buffer
5345         unless `W f'. Otherwise, X-Face may be shown in the header of a
5346         forwarded part.
5347         (gnus-treatment-function-alist): Treat xface before hiding
5348         headers.
5349
5350 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5353         parameters.
5354
5355 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5358         (mm-guess-charset): New function.
5359         (mm-charset-after): Use it.
5360         (mm-detect-coding-region): New function.
5361         (mm-detect-mime-charset-region): New function.
5362
5363         * gnus-sum.el (gnus-summary-show-article): Use
5364         mm-detect-coding-region.
5365
5366 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * message.el (message-make-fqdn): Be less violent.
5369
5370         * gnus.el (gnus-logo-color-style): Compute custom form
5371         automatically.
5372
5373         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5374         score file of the parent to the document group.
5375
5376         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5377         parameters parameter.
5378
5379         * gnus-score.el (gnus-score-load-file): Clean up.
5380
5381 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5382
5383         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5384         From: Damien Wyart <damien.wyart@free.fr>
5385
5386         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5387
5388 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5389
5390         * gnus-sum.el (gnus-select-group-hook): Typo.
5391
5392         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5393         is no quoted-printable-encoded STRING.
5394         From: Jesper Harder <harder@ifa.au.dk>
5395
5396         (rfc2047-decode-string): Decode it.
5397
5398 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5399
5400         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5401
5402 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5403         Trivial patch.
5404
5405         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5406         buffer to get rid of junk line.
5407
5408 2002-01-05  Simon Josefsson  <jas@extundo.com>
5409
5410         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5411         C-o.
5412         (message-mode-map): Bind message-insert-or-toggle-importance to
5413         C-c C-u.
5414         (message-mode-map): Bind message-disposition-notification-to to
5415         C-c M-n.
5416         (message-mode-menu): Add m-d-n-t.
5417         (message-mode-field-menu): Add m-goto-from.
5418         (message-mode): Doc fix.
5419         (message-goto-from): New function.
5420         (message-insert-disposition-notification-to): New function.
5421         (message-tool-bar-map): Add receipt button.
5422
5423 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-sum.el (gnus-thread-latest-date): New function.
5426         (gnus-thread-sort-by-most-recent-number): Renamed.
5427         (gnus-thread-sort-functions): Doc fix.
5428         (gnus-select-group-hook): Don't use setq on a hook.
5429         (gnus-thread-latest-date): Use date, not number
5430
5431         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5432         (gnus-agent-expire): Allow regexp of expire-days.
5433
5434         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5435         region.
5436         (gnus-article-followup-with-original): Ditto.
5437
5438         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5439
5440         * gnus-art.el (gnus-mime-display-alternative): Use
5441         gnus-local-map-property.
5442         (gnus-mime-display-alternative): Ditto.
5443         (gnus-insert-mime-security-button): Ditto.
5444         (gnus-insert-next-page-button): Ditto.
5445         (gnus-button-prev-page): Take optional args.
5446         (gnus-insert-prev-page-button): widget-convert.
5447
5448         * gnus-util.el (gnus-local-map-property): New function.
5449
5450         * gnus-art.el (gnus-prev-page-map): Use parent map.
5451         (gnus-next-page-map): Ditto.
5452
5453         * gnus-spec.el (gnus-parse-format): Clean up.
5454         (gnus-parse-format): Do complex formatting for %=.
5455
5456         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5457         "X-Face: " to the data in the built-in scenario.
5458
5459         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5460         (gnus-correct-pad-form): Renamed.
5461         (gnus-tilde-max-form): Clean up.
5462         (gnus-pad-form): Use gnus-use-correct-string-widths.
5463
5464         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5465         support if that is available.
5466
5467         * gnus-sum.el (gnus-thread-highest-number): New function.
5468         (gnus-thread-sort-by-most-recent-thread): New function.
5469         (gnus-thread-sort-functions): Doc fix.
5470
5471 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5472
5473         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5474         all cases.
5475         (gnus-summary-mode): Enable it in all cases.
5476         (gnus-summary-display-article): Ditto.
5477         (gnus-summary-edit-article): Ditto.
5478
5479         * gnus-ems.el (gnus-put-image): Really return glyph.
5480
5481         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5482         (gnus-treat-smiley): Don't take "P" in the interactive form.
5483
5484 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * compface.el (uncompface): XEmacs and Emacs have differing
5487         capabilities.
5488
5489         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5490
5491         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5492         (gnus-article-xface-ring-size): Removed.
5493         (gnus-article-display-xface): Removed.
5494         (gnus-remove-image): Cleaned up.
5495
5496         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5497         (gnus-xmas-create-image): Take pbm files.
5498         (gnus-x-face): Removed.
5499         (gnus-xmas-article-display-xface): Removed.
5500
5501         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5502         default-enable-multibyte-characters.
5503
5504         * compface.el (uncompface): Doc fix.
5505
5506         * gnus-art.el (gnus-article-x-face-command): Use
5507         gnus-display-x-face-in-from.
5508
5509         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5510
5511         * gnus-ems.el (gnus-put-image): Return the image.
5512
5513         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5514         (gnus-x-face): Moved here.
5515
5516 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5517
5518         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5519         invisible if string is nil.
5520         (gnus-xmas-article-display-xface): Use it.
5521
5522         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5523         property when string is nil.
5524         (gnus-article-display-xface): Use it.
5525
5526 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * gnus-art.el (article-display-x-face): Check whether valid grey
5529         face was returned.
5530         (article-display-x-face): Place image in the right spot.
5531
5532         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5533         stderr.
5534         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5535
5536 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5539         parameters.
5540         (gnus-xmas-put-image): Allow non-strings to be passed.
5541
5542         * gnus-art.el (article-display-x-face): Use optional parameters.
5543
5544         * gnus-ems.el (gnus-create-image): Take optional parameters.
5545
5546         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5547
5548         * compface.el (compface-xbm-p): Removed.
5549
5550         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5551         (gnus-article-display-xface): Use compface.
5552
5553         * compface.el: New file.
5554
5555         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5556         (gnus-convert-image-to-x-face-command): Ditto.
5557         (gnus-random-x-face): Quote argument.
5558         (gnus-x-face-from-file): Ditto.
5559
5560 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5561
5562         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5563         the expire-group parameter once per article rather than once
5564         per group; bind `nnmaildir-article-file-name' and `article'
5565         for convenience.  Leave article alone when expire-group
5566         specifies the current group.
5567         (nnmaildir--update-nov): be more concurrency-friendly with
5568         temp file names.
5569
5570 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * gnus-start.el (gnus-read-init-file): Cleaned up.
5573
5574 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5575
5576         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5577         (gnus-read-init-file): Don't use it.
5578
5579 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5582
5583 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5584
5585         * gnus-start.el (gnus-read-init-file): Don't force coding system
5586         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5587
5588 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5589
5590         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5591         * nnspool.el (nnspool-request-post): Ditto.
5592
5593         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5594         (mm-find-mime-charset-region): Use it.
5595
5596 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5597
5598         * gnus.el (gnus-summary-line-format): Added :link.
5599         * gnus-topic.el (gnus-topic-line-format): Ditto.
5600         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5601         * gnus-srvr.el (gnus-server-line-format): Ditto.
5602         * gnus-group.el (gnus-group-line-format): Ditto.
5603
5604         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5605         :keys, it works on both Emacsen.
5606
5607 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5608
5609         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5610
5611 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5612
5613         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5614
5615 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5616
5617         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5618         very wide reply.
5619
5620 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5623         (gnus-picon-cache): New variable.
5624         (gnus-picon-transform-newsgroups): Cache stuff.
5625
5626         * gnus-art.el (gnus-article-reply-with-original): New command.
5627         (gnus-article-followup-with-original): New command.
5628
5629         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5630         END parameters.
5631         (gnus-summary-followup): Take a list of list of articles.
5632         (gnus-inews-yank-articles): Allow lists of article/regions.
5633
5634         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5635         longer the usual commands.
5636
5637         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5638         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5639         shell-command-on-region.
5640
5641 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5642
5643         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5644           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5645
5646 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5647
5648         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5649         understand ':keys', wrap it in an featurep 'xemacs.
5650
5651 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5652
5653         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5654         order of headers (Actually, it is called in a reversed order). Add
5655         'gnus-image-text-deletable property.
5656         (gnus-remove-image): Remove text with such a property.
5657
5658         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5659         gnus-put-image.
5660
5661         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5662         with ", "
5663
5664 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665
5666         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5667
5668         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5669         (article-display-x-face): Display grey X-Faces.
5670
5671         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5672         (gnus-convert-gray-x-face-to-ppm): Ditto.
5673         (gnus-convert-image-to-gray-x-face): Ditto.
5674
5675         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5676         gnus-summary-show-raw-article.
5677
5678 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5679
5680         Display picons in XEmacs without showing text.
5681
5682         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5683         mm-create-image-xemacs to create xbm glyph, because it deletes
5684         temporary files.
5685         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5686         (gnus-xmas-remove-image): Make text visible, remove glyph.
5687
5688         * gnus-picon.el (gnus-picon-transform-newsgroups)
5689         (gnus-picon-transform-address): Insert spec backward, due to the
5690         incompatibility of gnus-xmas-put-image.
5691
5692 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5693
5694         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5695
5696 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus.el: Doc fix.
5699
5700         * gnus-art.el: Doc fix.
5701
5702         * gnus-agent.el: Doc fix.
5703
5704 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5705
5706         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5707
5708 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5709
5710         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5711         NOV data out of the message again if nnmail-extra-headers has
5712         changed.
5713
5714 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5715
5716         * gnus-fun.el: New file.
5717         (gnus-convert-image-to-x-face-command): New variable.
5718         (gnus-insert-x-face): New function.
5719         (gnus-random-x-face): Renamed.
5720         (gnus-x-face-from-file): Renamed.
5721
5722         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5723         "_".
5724         (gnus-body-boundary-delimiter): Typo fix.
5725
5726 2002-01-02  Simon Josefsson  <jas@extundo.com>
5727
5728         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5729         (gnus-body-boundary-delimiter): Fix type.
5730
5731 2002-01-01  Simon Josefsson  <jas@extundo.com>
5732
5733         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5734         (gnus-treat-emphasize, gnus-treat-strip-cr)
5735         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5736         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5737         (gnus-treat-fill-article, gnus-treat-hide-citation)
5738         (gnus-treat-hide-citation-maybe)
5739         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5740         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5741         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5742         (gnus-treat-date-ut, gnus-treat-date-local)
5743         (gnus-treat-date-english, gnus-treat-date-lapsed)
5744         (gnus-treat-date-original, gnus-treat-date-iso8601)
5745         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5746         (gnus-treat-strip-trailing-blank-lines)
5747         (gnus-treat-strip-leading-blank-lines)
5748         (gnus-treat-strip-multiple-blank-lines)
5749         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5750         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5751         (gnus-treat-display-xface, gnus-treat-display-smileys)
5752         (gnus-treat-from-picon, gnus-treat-mail-picon)
5753         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5754         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5755         (gnus-treat-play-sounds, gnus-treat-translate)
5756         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5757
5758         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5759         (gnus-article-treat-body-boundary): Use it.
5760
5761         * message.el (message-mode): Fix doc.
5762         (message-mode-menu): Fix names.
5763
5764 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5767         articles.
5768
5769         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5770         (gnus-picon-transform-address): Search for unknown faces as well.
5771         (gnus-picon-find-face): Don't search "news" for MISC.
5772         (gnus-picon-user-directories): Changed default back to exclude
5773         "unknown".
5774
5775         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5776
5777         * gnus-picon.el (gnus-picon-find-face): Search through all
5778         databases.
5779         (gnus-picon-find-face): New implementation.
5780
5781         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5782         keystroke.
5783         (gnus-topic-goto-next-topic): Ditto.
5784
5785         * gnus.el (gnus-summary-line-format): Changed default.
5786
5787         * nnmail.el (nnmail-extra-headers): Change default.
5788
5789         * gnus-sum.el (gnus-extra-headers): Change default.
5790
5791         * message.el (message-news-other-window): Changed "news" to
5792         "posting".
5793         (message-news-other-frame): Ditto.
5794         (message-do-send-housekeeping): Ditto.
5795
5796         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5797         function.
5798         (gnus-article-unread-p): New function.
5799         (gnus-article-unseen-p): New function.
5800         (gnus-dead-summary-mode-map): Typo.
5801
5802         * gnus-util.el (gnus-make-predicate): New function.
5803         (gnus-make-predicate-1): New function.
5804
5805         * gnus-sum.el: New function.
5806         (gnus-map-articles): New function.
5807
5808         * gnus-art.el (gnus-treat-fold-headers): New variable.
5809         (gnus-article-treat-fold-headers): New command and keystroke.
5810
5811         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5812         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5813
5814 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5815
5816         * message.el (message-fcc-externalize-attachments): New variable.
5817         (message-do-fcc): Use it.
5818
5819         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5820         (gnus-inews-do-gcc): Use it.
5821
5822         * mml.el (mml-tweak-sexp-alist): New variable.
5823         (mml-externalize-attachments): New variable.
5824         (mml-tweak-part): Use mml-tweak-sexp-alist.
5825         (mml-tweak-externalize-attachments): New function.
5826
5827 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5828
5829         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5830         'set-glyph-face' so x-face back/foreground can be set.
5831
5832 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5833
5834         * message.el (message-fix-before-sending): Fix a typo.
5835
5836 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * gnus-art.el (gnus-treat-smiley): Renamed command.
5839         (gnus-article-remove-images): New command and keystroke.
5840
5841         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5842
5843         * smiley-ems.el (gnus-smiley-display): Removed.
5844
5845         * gnus.el (gnus-version-number): Update version.
5846
5847         * message.el (message-text-with-property): Renamed and moved
5848         here.
5849         (message-fix-before-sending): Highlight invisible text and place
5850         point there.
5851
5852 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5853
5854         * gnus.el: Oort Gnus v0.04 is released.
5855
5856 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5859
5860         * gnus-art.el (gnus-ignored-headers): More headers,
5861
5862         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5863         of `scan-error', since XEmacs doesn't seem to support that.
5864
5865 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5868         arg.
5869         (gnus-summary-best-unread-subject): Ditto.
5870         (gnus-summary-best-unread-subject): No, don't.
5871         (gnus-summary-better-unread-subject): New command.
5872
5873         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5874
5875         * lpath.el ((featurep 'xemacs)): fbind url function.
5876
5877         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5878         buffer.
5879         (gnus-xmas-remove-image): Implementation that does something.
5880         (gnus-xmas-article-display-xface): Mark images properly.
5881
5882         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5883
5884 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5885
5886         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5887
5888 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * gnus-group.el (gnus-group-line-format): Added %O to the default
5891         value.
5892
5893         * gnus-util.el (gnus-text-with-property): The smallest point is
5894         point-min.
5895
5896         * smiley-ems.el (smiley-region): Return images.
5897         (gnus-smiley-display): Allow toggling.
5898         (smiley-region): Use text properties, not overlays.
5899
5900         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5901         implemented yet.
5902
5903         * smiley-ems.el (smiley-update-cache): Check for valid types.
5904
5905         * gnus-art.el (gnus-with-article-buffer): New macro.
5906
5907         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5908         strings as well as the glyphs.
5909         (gnus-picon-transform-address): Ditto.
5910         (gnus-picon-insert-glyph): Ditto.
5911         (gnus-picon-transform-newsgroups): Toggle.
5912         (gnus-picon-transform-address): Toggle.
5913
5914         * gnus-ems.el (gnus-remove-image): New function.
5915         (gnus-put-image): Take an optional string.
5916
5917         * gnus-util.el (gnus-text-with-property): New function.
5918
5919         * gnus-art.el (gnus-delete-images): New function.
5920
5921         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5922
5923         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5924         (gnus-article-wash-status): Use it.
5925         (gnus-signature-toggle): Clean up.
5926         (gnus-add-wash-status): New function.
5927         (gnus-delete-wash-status): New function.
5928         (gnus-article-hide-text-type): Use them throughout.
5929         (gnus-add-image): New function.
5930
5931         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5932
5933         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5934         interface.
5935
5936         * gnus-art.el (article-display-x-face): Cleaned up.
5937
5938         * rfc2047.el (rfc2047-field-value): New function.
5939
5940         * mail-parse.el (mail-header-field-value): New alias.
5941
5942         * gnus-art.el (gnus-mime-print-part): Fix typos.
5943
5944         * smiley-ems.el (gnus-smiley-file-types): New variable.
5945         (smiley-update-cache): Use it.
5946         (smiley-regexp-alist): Suffix-less smiley names.
5947         (smiley-regexp-alist): Added more smileys.
5948
5949         * gnus-sum.el (gnus-print-buffer): Made into own function.
5950         (gnus-summary-print-article): Use it.
5951
5952         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5953         looked for when REQUEST is a string.
5954
5955         * gnus-art.el (gnus-mime-button-commands): Add printing
5956         keystroke.
5957         (gnus-mime-copy-part): Doc fix.
5958         (gnus-mime-print-part): New command.
5959
5960 2001-12-31  Simon Josefsson  <jas@extundo.com>
5961
5962         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5963         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5964
5965 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5966
5967         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5968         (picon): Fix doc.
5969
5970         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5971         longer exists. Remove those codes.
5972         * gnus.el (gnus-use-picons): Ditto.
5973
5974 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5977         infloop.
5978
5979         * gnus-sum.el (t): New `W D' map.
5980
5981         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5982         (gnus-article-treat-body-boundary): Clean up.
5983         (gnus-body-boundary-face): Removed.
5984         (gnus-article-goto-header): Moved here.
5985         (gnus-article-goto-header): Allow better regexps.
5986         (gnus-article-treat-fold-newsgroups): New command.
5987
5988         * gnus-sum.el (gnus-summary-move-article): We have to select an
5989         article to give `gnus-read-move-group-name' an opportunity to
5990         suggest an appropriate default.
5991
5992         * rfc2047.el (rfc2047-fold-line): New function.
5993         (rfc2047-unfold-line): Ditto.
5994         (rfc2047-fold-region): Don't fold just after the header name.
5995
5996         * mail-parse.el (mail-header-fold-line): New alias.
5997         (mail-header-unfold-line): Ditto.
5998
5999         * gnus-art.el (gnus-body-boundary-face): Renamed.
6000         (gnus-article-treat-body-boundary): Use it.
6001         (gnus-article-treat-body-boundary): Use an invisible header and a
6002         line of underline characters.
6003
6004 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6005
6006         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6007
6008         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6009         (gnus-picon-split-address): New function.
6010         (gnus-picon-find-face): Use it.
6011         (gnus-picon-transform-address): Use it. Set first to t for each
6012         address.
6013
6014         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6015         the macro then use it.
6016         (gnus-treatment-function-alist): Treat picons earlier.
6017
6018 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * gnus-art.el (gnus-body-separator-face): New variable.
6021         (gnus-article-treat-body-boundary): Use a blank, colored line.
6022
6023         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6024         well.
6025
6026         * gnus-art.el (gnus-treat-body-boundary): New variable.
6027         (gnus-article-treat-unfold-headers): Use helper macro.
6028         (gnus-article-treat-body-boundary): New command.
6029
6030         * gnus.el (gnus-logo-color-style): Change the default color.
6031         (gnus-splash-face): Gray, gray.
6032
6033         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6034         colors.
6035
6036         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6037         (gnus-logo-color-style): Ditto.
6038         (gnus-logo-colors): Ditto.
6039
6040         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6041
6042         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6043
6044         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6045         (gnus-picon-transform-newsgroups): New function.
6046
6047         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6048         string.
6049
6050         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6051
6052         * gnus-art.el (gnus-treat-cc-picon): New variable.
6053         (gnus-treat-mail-picon): Renamed.
6054
6055         * gnus-picon.el: New implementation.
6056         (gnus-picon-find-face): Renamed.
6057         (gnus-treat-from-picon): Use it.
6058         (gnus-picon-transform-address): Renamed.
6059         (gnus-treat-from-picon): Use it.
6060         (gnus-picon-create-glyph): Renamed.
6061         (gnus-picon-transform-address): Use it.
6062         (gnus-treat-cc-picon): New command.
6063
6064         * mm-decode.el (mm-create-image-xemacs): Separated out into
6065         function.
6066         (mm-get-image): Use it.
6067
6068         * gnus-art.el (gnus-treat-display-picons): Simplify.
6069         (gnus-treat-from-picon): Renamed.
6070
6071         * gnus-ems.el (gnus-create-image): New function.
6072         (gnus-put-image): New function.
6073
6074         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6075         (gnus-with-article-headers): New macro.
6076         (gnus-article-goto-header): New function.
6077
6078         * gnus-xmas.el (gnus-image-type-available-p): New function.
6079
6080         * gnus-ems.el (gnus-image-type-available-p): New function.
6081
6082 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6083
6084         * nnrss.el (nnrss-check-group): Find the correct tag, because
6085         xml.el is changed.
6086
6087 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6090         lines are shorter than the window width.
6091         (gnus-ignored-headers): More headers.
6092
6093 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6096         (gnus-treat-unfold-headers): Renamed.
6097         (gnus-article-treat-unfold-headers): New command and keystroke.
6098
6099         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6100
6101         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6102
6103 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6104
6105         * sha1-el.el (sha1-use-external): New variable.
6106         (sha1-region): Use it.
6107         (sha1-string): Ditto.
6108
6109         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6110         * gnus-picon.el: Less warnings when compile.
6111
6112 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6115         alias.
6116         (gnus-picons-database): Default to list.
6117         (gnus-picons-lookup-internal): Use it.
6118
6119         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6120         to "bogus".
6121
6122         * gnus-win.el (gnus-configure-windows-hook): New hook.
6123
6124 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6125
6126         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6127
6128 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6131         lists.
6132         (gnus-select-newsgroup): Don't append; push.
6133         (gnus-adjust-marked-articles): Remove obsolete ranges from
6134         `seen'.
6135         (gnus-update-marks): Clean up.
6136         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6137
6138 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6139
6140         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6141
6142 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * gnus-sum.el (gnus-auto-select-subject): New variable.
6145         (gnus-summary-best-unread-subject): New function.
6146         (gnus-summary-best-unread-article): Use it.
6147         (gnus-summary-first-unseen-subject): New function and command.
6148
6149         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6150         other treatments.
6151
6152         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6153         function.
6154
6155         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6156         from the list of hidden types.
6157
6158         * mm-view.el (mm-inline-text): Ditto.
6159         (mm-inline-text): Ditto.
6160         (mm-w3-prepare-buffer): Ditto.
6161
6162         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6163
6164 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * gnus-art.el (gnus-ignored-headers): Added more headers.
6167
6168 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6169
6170         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6171         once.
6172
6173 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6176
6177 2001-12-28  Simon Josefsson  <jas@extundo.com>
6178
6179         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6180         Jesper Harder <harder@ifa.au.dk>.
6181
6182 2001-12-27  Simon Josefsson  <jas@extundo.com>
6183
6184         * gnus-sum.el (gnus-select-newsgroup): Make
6185         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6186         contain all articles (instead of none) when no seen marks have
6187         been set for the group.
6188         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6189         instead, it seems to result in shorter ranges.
6190
6191 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6192
6193         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6194         insert-before-markers.
6195         From Jesper Harder <harder@ifa.au.dk>
6196
6197 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6198
6199         * nnmaildir.el (nnmaildir-save-mail): create the destination
6200         groups if they do not exist.
6201
6202 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6205
6206 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6207
6208         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6209         gnus-group-real-name.
6210
6211         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6212         (gnus-newsgroup-variables): Ditto.
6213
6214         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6215         return it.
6216
6217 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6218
6219         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6220         * nnmaildir.el (top-level): Add commentary.
6221         (nnmaildir-version): Indicate that nnmaildir is now a standard
6222         part of Gnus, not separately released.
6223
6224 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6225
6226         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6227         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6228         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6229         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6230
6231 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6232
6233         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6234
6235 2001-12-20  Simon Josefsson  <jas@extundo.com>
6236
6237         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6238         ZHU <zsh@cs.rochester.edu>.
6239         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6240         Brian P Templeton <bpt@tunes.org>.
6241
6242 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6243
6244         * nnmaildir.el: New file.
6245         From Paul Jarc <prj@po.cwru.edu>.
6246
6247 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6248
6249         * nndoc.el (nndoc-type-alist): Move forward to the end.
6250
6251 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6254         `dolist'.
6255
6256 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6257
6258         * gnus-win.el (gnus-frames-on-display-list): New function.
6259         (gnus-get-buffer-window): Use it.
6260
6261 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6262
6263         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6264
6265 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6266
6267         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6268
6269 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6270            From Harald Meland <Harald.Meland@usit.uio.no>
6271
6272         * gnus-win.el (gnus-get-buffer-window): New function.
6273         (gnus-all-windows-visible-p): Use it.
6274
6275         * gnus-util.el (gnus-horizontal-recenter)
6276         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6277         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6278
6279         * gnus-score.el (gnus-score-insert-help): Use it.
6280
6281         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6282         (gnus-generate-tree, gnus-highlight-selected-tree)
6283         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6284         it.
6285
6286         * gnus-art.el (gnus-article-set-window-start)
6287         (gnus-mm-display-part, gnus-request-article-this-buffer)
6288         (gnus-button-next-page, gnus-button-prev-page)
6289         (gnus-article-button-next-page, gnus-article-button-prev-page):
6290         Use it.
6291
6292 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6293
6294         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6295         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6296         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6297
6298 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6299
6300         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6301         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6302         * mml1991.el, nnultimate.el: Add `coding'.
6303
6304 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6305
6306         * ChangeLog: changed coding to buffer-file-coding-system
6307         * ChangeLog.1: same
6308         * nnwfm.el: same
6309         * gnus-smiley.el: same
6310         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6311         * gnus-delay.el: same
6312         * gnus-spec.el: same
6313         * message.el: same
6314         * mml1991.el: same
6315         * nnultimate.el: same
6316
6317 2001-12-16  Simon Josefsson  <jas@extundo.com>
6318         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6319
6320         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6321         (gnus-summary-save-map): Add muttprint.
6322         (gnus-summary-make-menu-bar): Ditto.
6323         (gnus-summary-muttprint): New function.
6324
6325         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6326
6327 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6328
6329         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6330         temporary list instead of buffer.
6331
6332         * mm-url.el (executable-find): autoload.
6333
6334 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6335
6336         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6337         to variable, follow doc-string conventions).
6338
6339 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6340
6341         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6342         subscribe-level
6343         * gnus-topic.el (gnus-subscribe-topics): use it.
6344
6345 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6346
6347         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6348         messages. (A small patch with indentation)
6349         From Sean Neakums <sneakums@zork.net>.
6350
6351         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6352         nil after shooting down the gnus-original-article-buffer.
6353
6354 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6355
6356         * uudecode.el (uudecode-use-external): New variable.
6357         (uudecode-decode-region): Automatically detect external program.
6358
6359         * binhex.el (binhex-use-external): New variable.
6360         (binhex-decode-region-internal): New function.
6361         (binhex-decode-region): Automatically detect external program.
6362
6363         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6364         Use them.
6365
6366 2001-12-12  Simon Josefsson  <jas@extundo.com>
6367
6368         * nnvirtual.el (nnvirtual-always-rescan)
6369         (nnvirtual-component-regexp): Fix doc.
6370
6371         * nnoo.el (defvoo): Add doc to defvoo variables.
6372
6373         * nnml.el (nnml-directory, nnml-active-file)
6374         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6375         (nnml-marks-is-evil, nnml-filenames-are-evil)
6376         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6377
6378         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6379         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6380         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6381         `error'.
6382
6383         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6384         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6385
6386         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6387         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6388         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6389         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6390
6391         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6392         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6393
6394         * imap.el, nnimap.el: Fix indentation.
6395
6396         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6397
6398 2001-12-12  Didier Verna  <didier@xemacs.org>
6399
6400         * gnus-msg.el (gnus-group-news): New function.
6401         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6402         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6403         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6404         for it.
6405         * gnus-msg.el (gnus-summary-news-other-window): New function.
6406         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6407         bind it to `i'.
6408         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6409         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6410         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6411         for it (called with a prefix).
6412         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6413         group-name argument.
6414         * gnus-msg.el (gnus-setup-message): use it.
6415
6416 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6417
6418         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6419
6420 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6421
6422         * mml.el (mime-to-mml): Remove Content-Disposition too.
6423
6424 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6425
6426         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6427         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6428         strings only.
6429         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6430
6431 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6432
6433         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6434         (nnmail-fancy-expiry-target): Use it.
6435         Suggestions from Simon Josefsson <jas@extundo.com>.
6436
6437 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6438
6439         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6440
6441 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6442
6443         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6444
6445         * gnus-util.el (gnus-url-unhex-string): Move here.
6446
6447 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6448
6449         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6450         mm-url-decode-entities-nbsp.
6451
6452         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6453         * webmail.el, nnwfm.el: Use mm-url.
6454
6455         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6456         (mm-url-remove-markup): Move from nnweb.
6457         (mm-url-fetch-simple): Move from webmail.
6458
6459         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6460
6461 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6462
6463         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6464         (gnus-summary-print-article): Use it.
6465
6466         * gnus-util.el (gnus-replace-in-string): Typo.
6467
6468 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6469
6470         * nnweb.el (nnweb-replace-in-string): Removed.
6471
6472         * gnus-util.el (gnus-replace-in-string): New function.
6473         (gnus-mode-string-quote): Use it.
6474
6475         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6476         * nnwfm.el (nnwfm-create-mapping): Ditto.
6477
6478 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6479
6480         * dgnushack.el (dgnushack-compile): nnrss.el and
6481         nnslashdot.el don't depend on nnweb, url, w3.
6482
6483         * nnrss.el: Use mm-url.
6484
6485 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * mm-url.el (mm-url-insert-file-contents): Support file:.
6488
6489 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6490
6491         * mm-view.el: Lower case for the description line. Sync from the
6492         Emacs CVS.
6493
6494 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6495
6496         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6497         From:  Stefan Monnier  <monnier@cs.yale.edu>
6498
6499 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6502
6503 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6504
6505         * mm-url.el: Require executable.
6506         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6507
6508 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6509
6510         * pop3.el (pop3-munge-message-separator): Only use valid date.
6511         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6512
6513         * Makefile.in: gnus-load.elc may not be generated.
6514
6515 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6516
6517         * mm-url.el: New file.
6518         * nnslashdot.el: Use it.
6519         * mm-extern.el (mm-extern-url): Use it.
6520
6521 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6522
6523         * gnus-sum.el (gnus-summary-save-article): Nix
6524         gnus-display-mime-function and gnus-article-prepare-hook.
6525
6526         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6527         the beginning of lines.
6528         (gnus-complex-form-to-spec): Ditto.
6529
6530 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6531
6532         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6533         From Paul Jarc <prj@po.cwru.edu>.
6534
6535 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6536
6537         * message.el: New variable message-subscribed-address-file;
6538         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6539
6540 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6541
6542         * message.el (message-tab-body-function): Set to nil.
6543         (message-tab): Use text-mode-map or global-map.
6544         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6545
6546 2001-11-30  Simon Josefsson  <jas@extundo.com>
6547
6548         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6549         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6550         <christoph.conrad@gmx.de>.
6551         (gnus-agent-fetch-group-1): Add verbose message.
6552
6553 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6554
6555         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6556         of integers.
6557
6558 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6559
6560         * message.el (message-newgroups-header-regexp)
6561         (message-completion-alist, message-tab-body-function): Use
6562         defcustom rather than defvar.
6563         (message-tab): Mention `message-tab-body-function' in doc.
6564         Suggested by Karl Eichwalder.
6565
6566 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6567
6568         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6569
6570 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6571
6572         * nnheader.el (nnheader-find-nov-line): Don't use macro
6573         gnus-delete-line.
6574
6575         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6576         (gnus-group-name-charset): Ditto.
6577
6578         * gnus-util.el (gnus-buffer-live-p): Ditto.
6579
6580 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6581
6582         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6583         open parenthesis in doc.
6584         (sieve-manage-authenticator-alist): Typo in doc.
6585         * imap.el (imap-authenticator-alist): Typo in doc.
6586         (imap-stream-alist): Backslash.
6587
6588         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6589           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6590
6591 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6592
6593         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6594
6595         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6596
6597         * gnus-msg.el (gnus-configure-posting-styles): use