(gnus-button-alist): Allow & in mailto URLs.
[gnus] / lisp / ChangeLog
1 2003-10-26  Simon Josefsson  <jas@extundo.com>
2
3         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
4         (gnus-header-button-alist): Likewise.
5         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
6         Reverse parameter list to use same order as in the URL.  Reported
7         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
8
9 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
10
11         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
12         for the variable
13
14 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
15
16         * Makefile.in (clean-some): Remove auto-autoloads.* and
17         custom-load.* as well.
18         (distclean): Ditto.
19
20         * dgnushack.el (dgnushack-make-load): Add a local vars section to
21         the dummy gnus-load.el.
22
23 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
24
25         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
26         is t, also don't intepret the list of groups as a list of lists
27         (spam-mark-spam-as-expired-and-move-routine)
28         (spam-ham-copy-or-move-routine): delete articles only if 1 or
29         more groups were specified (and "copy" was not specified for
30         spam-ham-copy-or-move-routine) (fixed twice)
31
32 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
35         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
36         (nndoc-dissect-buffer): Don't miss even-numbered articles.
37
38 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
39
40         * dgnushack.el (dgnushack-gnus-load-file): Set to
41         "auto-autoloads.el" if building with XEmacs.
42         (dgnushack-cus-load-file): Set to "custom-load.el" if building
43         with XEmacs.
44         (dgnushack-make-cus-load): We don't delete the resulting file if
45         building with XEmacs so byte-compile it.
46         (dgnushack-make-load): When building with XEmacs do nothing except
47         byte-compile the autoload file and create a dummy gnus-load.el
48         file. 
49
50 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * message.el (message-make-fqdn): Bind case-fold-search.
53         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
54
55 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
56
57         * gnus.el (spam-process-destination, ham-process-destination):
58         allow multiple groups as a choice
59
60         * spam.el (spam-check-blackholes): remove "[IP address]"
61         requirement, now just "IP address" is enough for detection for
62         blackhole checking
63         (spam-check-blackholes): oops, the dots were not escaped
64         (spam-mark-spam-as-expired-and-move-routine): added multiple group
65         support (multiple copies, then delete)
66         (spam-ham-copy-routine): new function
67         (spam-ham-move-routine): new function
68         (spam-ham-copy-or-move-routine): new function (used to be
69         spam-ham-move-routine), handle multiple groups
70         (spam-summary-prepare-exit): call the new functions
71
72 2003-10-23  Simon Josefsson  <jas@extundo.com>
73
74         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
75
76 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
79         attribute in Emacs.
80
81 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * message.el (message-bounce): Don't erase except bounced header.
84
85 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
86
87         * spam.el (spam-reverse-ip-string): new function to reverse an IP
88         address in a string
89         (spam-check-blackholes): use spam-reverse-ip-string
90
91 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
94         value for gnus-page-broken.
95
96         * gnus-sum.el (gnus-summary-beginning-of-article): Use
97         gnus-break-pages instead of gnus-page-broken.
98         (gnus-summary-end-of-article): Use gnus-break-pages instead of
99         gnus-page-broken; narrow to the end of a page beforehand.
100         (gnus-summary-toggle-header): Use gnus-break-pages instead of
101         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
102         is non-nil.
103
104 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * gnus-picon.el (gnus-picon-transform-address): Protect against
107         errors. 
108
109 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
110
111         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
112         (xemacs-codename): Move defvar to gnus-util.el.
113
114         * gnus-util.el (xemacs-codename): Defvar when compiling.
115
116 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
117
118         * spam-report.el (spam-report-url-ping-plain): Include a
119         User-Agent. 
120
121         * gnus-msg.el (gnus-extended-version): Use it.
122
123         * gnus-util.el (gnus-emacs-version): Separated out into own
124         function. 
125
126 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
127
128         * message.el (message-mode-field-menu): Added
129         message-generate-unsubscribed-mail-followup-to.
130         (message-forward-subject-fwd): Avoid double "Fwd: "
131         (message-change-subject): Added comment.
132
133 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
134
135         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
136
137         * mml.el (mml-insert-mime): Quote mml.
138
139 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
140
141         * gnus-sum.el (gnus-remove-odd-characters): Use
142         mm-subst-char-in-string instead of subst-char-in-string.
143         (gnus-summary-refer-article): Use gnus-replace-in-string instead
144         of replace-regexp-in-string.
145
146 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
147
148         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
149         from file name.
150
151 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
152
153         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
154         to mm-default-directory.
155         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
156
157 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
158
159         * pop3.el (pop3-read-response): Check whether the process is
160         alive. 
161
162         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
163
164         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
165         strings. 
166
167         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
168         right. 
169
170         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
171
172         * gnus-art.el (article-treat-dumbquotes): Doc fix.
173
174         * message.el (message-field-value): New function.
175         (message-insert-disposition-notification-to): Use Reply-To, too.
176
177         * imap.el (imap-mailbox-status): Upcase STATUS commands. 
178
179         * gnus-sum.el (gnus-remove-odd-characters): New function.
180         (gnus-nov-parse-line): Use it.
181
182 2003-10-18  Matt Swift  <swift@alum.mit.edu>
183
184         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg. 
185
186 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
187
188         * message.el (message-forward-make-body): does both
189         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
190         message buffer.
191
192 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
193
194         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
195         broken.
196
197         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
198         isn't available.
199
200         * message.el (message-hidden-headers): Doc fix.
201
202 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
203
204         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
205         fields aren't found.
206
207 2003-10-18  Simon Josefsson  <jas@extundo.com>
208
209         * message.el (message-forward-make-body-plain)
210         (message-forward-make-body-mime, message-forward-make-body-mml)
211         (message-forward-make-body-digest-plain)
212         (message-forward-make-body-digest-mime)
213         (message-forward-make-body-digest): New, derived from
214         message-forward-make-body.
215         (message-forward-make-body): Use them.
216         (message-forward-show-mml): New default 'best.
217         (message-forward-make-body): Support it.
218
219 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
220
221         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
222         (gnus-article-prepare): Don't set to t.
223         (gnus-narrow-to-page): Set to t if we break.
224
225 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
226
227         * message.el (message-resend): Generate Resent-Message-ID header.
228
229 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230
231         * gnus-art.el (gnus-article-next-page): Don't go to the next line
232         before checking end-of-buffer.
233         (gnus-mime-delete-part): Don't insert parts twice.
234
235 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
236
237         * gnus-art.el (article-update-date-lapsed): Make sure point
238         doesn't move around (much).
239
240 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
241
242         * mail-source.el (mail-source-keyword-map): List "cur" before
243         "new" for maildirs.
244
245 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
246
247         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
248         group. 
249
250         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
251         name for gcc-self.
252         (gnus-inews-insert-archive-gcc): Paren mistake.
253
254         * gnus-sum.el (gnus-summary-enter-digest-group): Add
255         parent-group. 
256
257         * gnus-art.el (gnus-ignored-headers): Add more headers.
258
259         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
260         base64 or QP.
261
262         * nnmail.el (nnmail-article-group): Default to "bogus".
263
264         * mail-source.el (mail-source-delete-incoming): Change to nil.
265
266 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
267
268         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
269
270 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * mail-source.el (defvar): Add post/pre/scripts.
273         (mail-source-fetch-imap): Use them.
274
275         * nndraft.el (nndraft-request-move-article): Fix infinite
276         recursion. 
277
278         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
279
280 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
281
282         * imap.el (imap-interactive-login): Set imap-password to nil if
283         login fails.
284
285 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * message.el (message-inserted-headers): New variable.
288         (message-mode): Make local.
289         (message-mode): Set all the local action variables to nil.      
290
291 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
294         (mm-w3m-safe-url-regexp): Doc fix.
295
296 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
297
298         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
299         it's done by nnmail-article-group.
300
301         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
302         From Mark Hood <markhood@speakeasy.net> (tiny change)
303
304 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
305
306         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
307         XEmacs.
308
309 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * spam.el (spam-initialize): new function, does the spam-face
312         update and all the hooks, replaces spam-install-hooks-function
313
314         * gnus-registry.el (gnus-registry-initialize): new autoloaded
315         function to explicitly initialize the registry
316
317 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
320
321         * mm-view.el (mm-w3m-mode-map): Doc fix.
322         (mm-inline-text-html-render-with-w3m): Add a comment.
323
324 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
325
326         * gnus-group.el: Remove superfluous eval-when-compiles.
327
328 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
329
330         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
331
332 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
333
334         * dns.el (query-dns): Don't error out on malformed resolv files.
335
336 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
337
338         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
339         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
340
341 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
342
343         * spam.el (spam-check-blackholes): exit the loop if matches are
344         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
345         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
346         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
347         
348
349 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * mm-decode.el (mm-attachment-file-modes): Change the default
352         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
353
354 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
355
356         * mm-decode.el (mm-file-name-delete-control)
357         (mm-file-name-delete-gotchas): New functions.
358         (mm-file-name-rewrite-functions): Use them.
359         (mm-attachment-file-modes): New option.
360         (mm-save-part-to-file): Use it.
361
362 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
363
364         * spam.el (spam-install-hooks-function): Added Autoload cookie.
365
366 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
367
368         * pgg-def.el (pgg-default-keyserver-address): Change to
369         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
370
371 2003-10-01  Simon Josefsson  <jas@extundo.com>
372
373         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
374         by ',', as in 'foo@example.org, bar@example.org'.
375
376 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
377
378         * message.el (message-send): Fix reversed logic of supersedes
379         check.
380
381 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
382
383         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
384         suggested by Norbert Koch <viteno@xemacs.org>.
385
386 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
389         change in order to correct the position where an invisible topic
390         (because gnus-topic-display-empty-topics is nil) may be inserted.
391
392 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * message.el (message-ignored-supersedes-headers): Add X-Payment.
395
396 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
397
398         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
399
400 2003-09-20  Simon Josefsson  <jas@extundo.com>
401
402         * tls.el (tls-process-connection-type): Doc fix.
403
404         * imap.el (imap-starttls-open): Rewrite, should support both old
405         starttls.el and new starttls.el that uses GNUTLS.
406
407 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
410         of custom-set-default which isn't available in old XEmacsen.
411
412 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
413
414         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
415         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
416
417         * message.el (message-bounce, message-forward-show-mml): do.
418         
419 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
420
421         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
422         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
423
424         * nnweb.el (nnweb-google-parse-1): Fix parsing.
425
426 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
427
428         * gnus-group.el (gnus-group-fetch-control): ISC changed
429         compression from .Z to .gz.
430
431         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
432         address-mime.
433
434 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
435
436         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
437         characters.
438
439 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
440
441         * gnus.el (gnus-group-charter-alist): Update.
442
443 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
444
445         * spam-report.el: use mm-url.el functions for external URL
446         loading when the built-in HTTP GET is insufficient (e.g. proxies
447         are in the way).  From Eric Knauel
448         <knauel@informatik.uni-tuebingen.de>.
449         (spam-report-url-ping-function): new option, defaults to the
450         built-in HTTP GET (spam-report-url-ping-plain)
451         (spam-report-url-ping): calls spam-report-url-ping-function now
452         (spam-report-url-ping-plain): new function, does what
453         spam-report-url-ping used to do
454         (spam-report-url-ping-mm-url): function that delegates to
455         mm-url.el (autoloaded)
456
457 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
458
459         * gnus-registry.el (gnus-registry-delete-id): function to
460         completely delete an ID, including all the cache hashtables
461         (gnus-registry-delete-group): use gnus-registry-delete-id
462         (gnus-registry-simplify-subject): only run if the argument is a
463         string, return nil otherwise
464
465 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
466
467         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
468
469 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
470
471         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
472         another error *sigh*
473
474         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
475         puthash unless gnus-registry-entry-caching is on
476         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
477         made everything a part of the 'else'
478         (gnus-registry-save): used 'entry-caching' instead of 'caching'
479
480 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
481
482         * gnus-art.el (gnus-button-alist): Improve Info regexp.
483
484 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
485
486         * gnus-registry.el: added brief explanation of basics
487         (gnus-registry-track-extra): new variable for tracking of message
488         subjects
489         (gnus-registry-entry-caching): caching parameter, used for extra
490         data
491         (gnus-registry-minimum-subject-length): minimum subject length
492         before it's considered when tracing subjects
493         (gnus-registry-save): accomodate extra data entry caching
494         (gnus-registry-action): change function name, add the subject and
495         pass it to gnus-registry-add-group
496         (gnus-registry-spool-action): change function name, add the
497         subject and pass it to gnus-registry-add-group
498         (gnus-registry-split-fancy-with-parent): add subject tracking
499         (gnus-registry-register-message-ids): pass subject to
500         gnus-registry-add-group
501         (gnus-registry-simplify-subject)
502         (gnus-registry-fetch-simplified-message-subject-fast): new
503         functions
504         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
505         extra data entry caching
506         (gnus-registry-add-group): handle the extra subject parameter
507         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
508         gnus-register-* function names
509
510         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
511         on to the nnmail-spool-hook
512
513         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
514         nnmail-cache-insert call
515
516         * nndiary.el (nndiary-request-accept-article): added subject to
517         nnmail-cache-insert call
518
519         * nnfolder.el (nnfolder-request-accept-article): added subject to
520         nnmail-cache-insert call
521
522         * nnimap.el (nnimap-split-articles): added subject to
523         nnmail-cache-insert call
524         (nnimap-request-accept-article): added subject to
525         nnmail-cache-insert call
526
527         * nnmbox.el (nnmbox-request-accept-article): added subject to
528         nnmail-cache-insert call
529
530         * nnmh.el (nnmh-request-accept-article): added subject to
531         nnmail-cache-insert call
532
533         * nnml.el (nnml-request-accept-article): added subject to
534         nnmail-cache-insert call
535
536 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
537
538         * gnus-art.el (gnus-button-handle-info-url)
539         (gnus-button-handle-info-url-gnome)
540         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
541         and KDE style Info URLs.
542
543         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
544
545 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
546
547         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
548         of the field.
549
550 2003-09-01  Simon Josefsson  <jas@extundo.com>
551
552         * mml.el (mml-insert-mime-headers-always): New variable.
553         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
554         Lars Balker Rasmussen <lars@balker.org>.
555
556 2003-08-30  Simon Josefsson  <jas@extundo.com>
557
558         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
559         imap-open, reverts 2003-03-17 change.  Reverse remove before
560         calling gnus-compress-sequence.  From Gaute Strokkenes
561         <gs234@srcf.ucam.org> (tiny change).
562
563 2003-08-29  Simon Josefsson  <jas@extundo.com>
564
565         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
566         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
567
568 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
569
570         * gnus-art.el (article-display-x-face): Make it possible to set
571         the gnus-article-x-face-command variable to the lambda form.
572
573 2003-08-27  Simon Josefsson  <jas@extundo.com>
574
575         * mm-decode.el (mm-remove-part): Try to kill external displayers
576         cleanly first (if it refuses, C-g aborts loop and kill process
577         unconditionally).  Also make sure process is dead before we remove
578         the files it may be using.  Reported by David Coe
579         <davidc@debian.org>.
580
581 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
582
583         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
584         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
585         change).
586
587 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-art.el: Don't use defvaralias.
590         (gnus-treat-display-x-face): Warn if the obsolete variable
591         `gnus-treat-display-xface' exists.
592
593 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
594
595         * gnus-art.el (gnus-treat-display-face): Fix typo.
596         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
597         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
598
599 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
600
601         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
602         type.
603
604 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
605
606         * message.el (message-make-forward-subject-function): Fix
607         customize mismatch.
608
609         * gnus.el (gnus-message-archive-method): do.
610
611 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
612
613         * gnus.el (gnus-read-group): Offer to continue only if the invalid
614         char is `/' and add more information for the user.
615
616         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
617         (gnus-header-button-alist): Added `In-Reply-To'.
618
619         * nnimap.el (nnimap-open-connection): Allow different user names
620         on the same server (and in the same authinfo file).
621
622 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
623
624         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
625
626         * message.el (message-make-forward-subject-function): Add
627         message-forward-subject-name-subject to choices.
628
629         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
630         Redisplay article after editing.
631
632 2003-08-20  Simon Josefsson  <jas@extundo.com>
633
634         * gnus.el (gnus-read-group): Added check to ask confirmation if
635         Group name contains invalid character. You can use '/' in IMAP,
636         but not in filenames. G m cannot know what the user is creating,
637         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
638         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
639
640 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
641
642         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
643
644 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
645
646         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
647         should be sent unless gnus-expert-user is on
648
649 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
650
651         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
652
653 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
654
655         * pgg-gpg.el (pgg-gpg-process-region): Bind
656         default-enable-multibyte-characters to nil.
657
658 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
659
660         * canlock.el (canlock-password): Fix customization type.
661         (canlock-password-for-verify): Ditto.
662         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
663         (gnus-outlook-deuglify-unwrap-max): Ditto.
664         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
665         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
666         (gnus-sum-thread-tree-false-root): Ditto.
667         (gnus-sum-thread-tree-single-indent): Ditto.
668         * message.el (message-archive-note): Ditto.
669         (message-subscribed-address-file): Ditto.
670         (message-user-fqdn): Ditto.
671         * spam-report.el (spam-report-gmane-regex): Ditto.
672         * spam.el (spam-blackhole-good-server-regex): Ditto.
673
674         * gnus-start.el (gnus-save-killed-list): Fix last change.
675         * message.el (message-courtesy-message): Ditto.
676
677 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
678
679         * gnus-art.el (gnus-header-face-alist): Revert previous change.
680         (gnus-header-newsgroups-face): Explain that it's only used for
681         crossposts.
682
683 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
684
685         * gnus-registry.el (gnus-registry-max-entries): Fix customization
686         type.
687         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
688         * gnus.el (gnus-refer-article-method): Ditto.
689         * message.el (message-courtesy-message): Ditto.
690
691 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
692
693         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
694         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
695
696 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
697
698         * gnus-start.el (gnus-save-killed-list): Fix customization type.
699         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
700         * gnus.el (gnus-use-long-file-name): Ditto.
701
702 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
703
704         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
705         an existing name.
706
707         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
708
709         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
710
711         * nntp.el (nntp-large-newsgroup): do.
712
713         * nnspool.el (nnspool-large-newsgroup): do.
714
715         * gnus-cus.el (gnus-group-parameters): Typo.
716
717 2003-07-31  Simon Josefsson  <jas@extundo.com>
718
719         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
720         method by default (revert partial 2003-07-10 patch).
721
722 2003-07-28  Dave Love  <fx@gnu.org>
723
724         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
725
726 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
727
728         * gnus-registry.el (gnus-registry-install): add an initial
729         registry read to the loading when gnus-registry-install is set
730
731 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
732
733         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
734         even if the preceding line ends with a soft break.  Tiny patch
735         from Mark Thomas <swoon@bellatlantic.net>.
736
737 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * spam.el (spam-use-regex-body, spam-regex-body-spam) 
740         (spam-regex-body-ham): new variables, default to nil/empty/empty
741         (spam-install-hooks): added spam-use-regex-body to list or
742         pre-install conditions
743         (spam-list-of-checks): added spam-use-regex-body and
744         spam-check-regex-body to list of checks
745         (spam-list-of-statistical-checks): added spam-use-regex-body to
746         list of statistical checks
747         (spam-check-regex-body): invokes spam-check-regex-headers with
748         appropriate variable masking
749         (spam-check-regex-headers): changes to print "body" or "header"
750         where appropriate
751
752 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
753
754         * smime.el (smime-ask-passphrase): Use read-passwd rather than
755         comint-read-noecho.  The former is more secure.
756
757 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
758
759         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
760         whitespace" message level 5 instead of 4
761         (gnus-registry-clean-empty-function): new function to remove empty
762         registry entries
763         (gnus-registry-clean-empty): new variable to enable cleaning the
764         registry when saving it by calling gnus-registry-clean-empty-function
765
766         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
767         (spam-process-ham-in-spam-groups): new variable
768
769 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
770
771         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
772
773         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
774         from 2003-04-03 to fix security problem.  See
775         http://www.debian.org/security/2003/dsa-339
776
777 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
778
779         * gnus.el (gnus-install-group-spam-parameters): add the
780         gnus-ticked-mark to the possible choices of ham marks
781
782         * spam.el (spam-process-ham-in-nonham-groups): new variable
783         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
784
785 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
786
787         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
788         and Mail-Copies-To to address-mime.
789         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
790
791 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
792
793         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
794
795 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
796
797         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
798         the right place.
799
800 2003-07-14  Simon Josefsson  <jas@extundo.com>
801
802         * mail-source.el (mail-source-fetch-imap): Don't assume
803         imap-error-text returns something.
804
805 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
806
807         * nnimap.el (nnimap-request-newgroups): Use the pattern in
808         nnimap-list-pattern instead of "*".
809
810 2003-07-10  Simon Josefsson  <jas@extundo.com>
811
812         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
813         default.  Improve docstring.
814
815 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
816
817         * imap.el (imap-arrival-filter): Fix test for missing process
818         buffer.
819
820 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
821         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
822
823         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
824         for second, after-process-has-died, accept-process-output.
825         (imap-arrival-filter): If PROC has no buffer, do nothing.
826
827 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
828
829         * flow-fill.el: Docstring and message fixes.
830
831         * deuglify.el: do.
832
833         * gnus-int.el: do.
834
835         * gnus-msg.el: do.
836
837         * gnus-util.el: do.
838
839         * gnus-draft.el: do.
840
841         * gnus-start.el: do.
842
843         * gnus.el: do.
844
845         * gnus-group.el: do.
846
847         * gnus-art.el: do.
848
849         * gnus-sum.el: do.
850
851         * mail-source.el (mail-source-movemail): Handle non-numerical
852         return values.
853
854 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
855
856         * mailcap.el (mailcap-parse-args-syntax-table)
857         (mailcap-viewer-passes-test): Docstring fix.
858
859         * mm-bodies.el (mm-long-lines-p): Docstring fix.
860
861         * mm-decode.el (mm-w3m-safe-url-regexp, mm-verify-option)
862         (mm-decrypt-option, mm-handle-set-external-undisplayer)
863         (mm-file-name-replace-whitespace): Docstring fix.
864
865         * mm-uu.el (mm-uu-emacs-sources-regexp): Docstring fix.
866         (mm-uu-pgp-signed-test): Fix message.
867
868         * mml.el (mml-tweak-sexp-alist): Docstring fix.
869         (mml-parse-1, mml-insert-mime-headers): Fix message.
870
871         * message.el (message-archive-header)
872         (message-subscribed-address-functions)
873         (message-subscribed-addresses, message-subscribed-regexps)
874         (message-canlock-generate)
875         (message-generate-new-buffer-clone-locals): Docstring fixes.
876
877 2003-07-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
878
879         * imap.el (imap-wait-for-tag): After the process has died, look
880         for more output still pending.  From Gaute B Strokkenes
881         <gs234@cam.ac.uk> (tiny patch).
882
883 2003-07-07  Teodor Zlatanov  <tzz@lifelogs.com>
884
885         * spam.el (spam-bogofilter-score): redisplay article normally
886         after spam-bogofilter-score is called
887
888 2003-07-06  Jesper Harder  <harder@ifa.au.dk>
889
890         * message.el (message-send-mail-with-sendmail): Handle
891         non-numeric return values.
892
893         * gnus-sum.el (gnus-print-buffer): Apply emphasis.
894         From Michael Piotrowski <mxp@dynalabs.de> (tiny change).
895
896         * gnus-start.el (gnus-clear-system): Revert change from
897         2003-06-19.
898
899 2003-07-04  Dave Love  <fx@gnu.org>
900
901         * rfc2047.el (rfc2047-q-encode-region): Exclude especials from
902         characters not encoded, and make the list more legible.
903
904 2003-07-04  Jesper Harder  <harder@ifa.au.dk>
905
906         * message.el (message-make-from): Revert change from 2002-01-08.
907
908 2003-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * nnheader.el (nnheader-init-server-buffer): Don't add
911         nntp-server-buffer to list of Gnus buffers.
912
913 2003-06-25  Teodor Zlatanov  <tzz@lifelogs.com>
914
915         * spam.el (spam-parse-list): prevent empty ("") strings
916
917 2003-06-24  Teodor Zlatanov  <tzz@lifelogs.com>
918
919         * spam.el (spam-parse-list): use gnus-extract-address-components
920         instead of ietf-drums-parse-addresses
921         (spam-from-listed-p): let* was unnecessary
922
923 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
924
925         * gnus-ems.el (gnus-put-image): Mark the right text segment with
926         gnus-image-category. 
927
928         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
929         native groups.
930
931         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
932         format specs.
933
934         * gnus-picon.el: Written by moi, moi, moi.
935
936         * gnus-group.el (gnus-group-kill-group): Clean up.
937
938 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
939
940         * spam.el (spam-from-listed-p, spam-parse-list): use
941         ietf-drums-parse-addresses to extract the address portion of the
942         whitelist/blacklist file if it looks like an address can be found
943
944 2003-06-23  Didier Verna  <didier@xemacs.org>
945
946         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
947         text property.
948         (gnus-remove-image): New argument CATEGORY. Only remove if
949         category matches.
950         * gnus-xmas.el (gnus-xmas-put-image):
951         (gnus-xmas-remove-image): Ditto, with extents.
952         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
953         gnus-[xmas-]remove-image.
954         (article-display-face): Don't always act as a toggle. Call
955         `gnus-put-image' with CATEGORY argument.
956         (article-display-x-face): Call `gnus-put-image' with CATEGORY
957         argument.
958         * smiley.el (smiley-region): Ditto.
959         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
960         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
961         (gnus-treat-mail-picon): Don't always act as a toggle.
962         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
963
964 2003-06-23  Didier Verna  <didier@xemacs.org>
965
966         * gnus-art.el (article-display-face): Check for existence of the
967         original article buffer before switching to it.
968
969 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
970
971         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
972         Dan Jacobson <jidanni@jidanni.org>.
973
974         * mm-view.el (mm-inline-message): Bind
975         gnus-original-article-buffer to the buffer in the mml handle
976         holding the message.
977
978 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * message.el (sender, from): No need to bind them.
981
982 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
983
984         * spam.el (spam-enter-list): search-forward specified wrong
985
986 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus-art.el: Comment fix.
989
990 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
991
992         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
993         variable.  From Jan Rychter <jan@rychter.com>.
994
995         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
996
997 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
998
999         * spam.el (spam-enter-list): do not enter duplicate addresses into
1000         the whitelist/blacklist
1001
1002 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
1003
1004         * nnheader.el (nnheader-init-server-buffer): Add
1005         nntp-server-buffer to gnus-buffers.
1006
1007         * gnus-start.el (gnus-clear-system): Now we don't need to kill
1008         nntp-server-buffer separately.
1009
1010 2003-06-18  Didier Verna  <didier@xemacs.org>
1011
1012         * gnus-art.el (article-display-face): Correctly toggle between
1013         display and hiding. Handle multiple Face headers.
1014
1015 2003-06-17  Dave Love  <fx@gnu.org>
1016
1017         * nnimap.el: Require cl when compiling.
1018
1019         * message.el (message-fix-before-sending): Reinstate nullifying
1020         the invisible text property.
1021         (sender, from): Defvar when compiling.
1022         (message-is-yours-p): Remove autoload cookie.
1023
1024 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
1025
1026         * gnus-util.el (gnus-extract-address-components): Added
1027         doc-string.
1028
1029 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1030
1031         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
1032         overview when using compressed files.  From Michael Albinus
1033         <Michael.Albinus@alcatel.de>.
1034
1035 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
1038         Message-ID from In-Reply-To header.
1039
1040 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * message.el (message-is-yours-p): Narrow to head; extract from
1043         and sender by itself.
1044         (message-cancel-news, message-supersede): Remove useless things.
1045
1046 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1047
1048         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
1049         `gnus-article-emulate-mime'.
1050
1051 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1052         From Tommi Vainikainen <thv+gnus@iki.fi>.
1053
1054         * message.el (message-is-yours-p): New function.  Separated common
1055         code from message-cancel-news and message-supersede.  Added
1056         matching code which uses message-alternative-emails regexp as last
1057         resort.
1058         (message-cancel-news, message-supersede): Use message-is-yours-p.
1059
1060 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1061
1062         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
1063         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
1064
1065 2003-06-12  Dave Love  <fx@gnu.org>
1066
1067         * nnheader.el (nnheader-functionp): Deleted.
1068
1069         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
1070         defvar.
1071         (nnmail-version): Deleted.
1072         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
1073         nnheader-functionp.
1074
1075 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
1076
1077         * spam.el (spam-check-bogofilter-headers): fix for when the score
1078         is requested but the message is not spam
1079
1080 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
1081         From Eric
1082         <knauel@informatik.uni-tuebingen.de>
1083
1084         * spam.el (spam-use-spamoracle): new variable
1085         (spam-install-hooks): add spamoracle to the list of conditions
1086         for activation of spam-install-hooks
1087         (spam-spamoracle): new variable customization group
1088         (spam-spamoracle, spam-spamoracle): new variables
1089         (spam-group-spam-processor-spamoracle-p)
1090         (spam-group-ham-processor-spamoracle-p): new functions
1091         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
1092         (spam-list-of-checks, spam-list-of-statistical-checks): add
1093         spam-use-spamoracle
1094         (spam-check-spamoracle, spam-spamoracle-learn)
1095         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
1096
1097         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
1098         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
1099         (spam-process, ham-process): added spamoracle spam/ham processors
1100
1101 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
1102
1103         * message.el (message-beginning-of-line): Docstring improvement.
1104         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
1105
1106 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1107
1108         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
1109         gnus-summary-display-buttonized t]
1110
1111 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1112
1113         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
1114         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
1115
1116 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
1117
1118         * message.el (message-beginning-of-line): Docstring improvement.
1119
1120 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
1121
1122         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
1123         groups correctly.
1124
1125 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1126         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
1127
1128         * message.el (message-fetch-field): Augment documentation to state
1129         the narrowed-to-headers restriction.
1130         (message-change-subject, message-reduce-to-to-cc)
1131         (message-generate-unsubscribed-mail-followup-to)
1132         (message-insert-importance-high, message-insert-importance-low)
1133         (message-insert-or-toggle-importance)
1134         (message-insert-disposition-notification-to): Narrow to headers
1135         before calling message-fetch-field or message-remove-header.
1136
1137 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
1138
1139         * gnus-registry.el (gnus-registry-trim): fix for when
1140         gnus-registry-max-entries is nil
1141
1142 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * qp.el (quoted-printable-decode-region): Don't error out on
1145         malformed text.
1146
1147 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1148
1149         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
1150         strings.
1151
1152 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
1153
1154         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
1155         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
1156         change)
1157
1158 2003-06-03  Dave Love  <fx@gnu.org>
1159
1160         * gnus-soup.el (gnus-soup-send-packet): Don't use
1161         message-functionp.
1162
1163         * gnus.el (gnus-agent-cache): Doc fix.
1164         (gnus-other-frame): Quote lambda used as hook.
1165
1166         * message.el: Doc fixes.
1167         (message-functionp): Deleted.  Callers changed.
1168         (message-fix-before-sending): Highlight with overlays.  Clarify
1169         `illegible text' messages.
1170         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
1171         compiling.
1172         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
1173
1174 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1175
1176         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
1177         option.
1178         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
1179
1180         * message.el (message-fetch-field): Mention narrow-to-headers
1181         requirement.
1182
1183 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
1184
1185         * gnus-xmas.el (gnus-xmas-create-image): Use
1186         insert-file-contents-literally.  From: Eric Eide
1187         <eeide@cs.utah.edu>
1188
1189 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
1190
1191         * gnus-registry.el (gnus-registry-fetch-group): always return the
1192         short name of the group
1193
1194 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
1195
1196         * gnus-cus.el (defvar): Silence byte-compiler warnings.
1197
1198         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
1199
1200 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
1201
1202         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
1203         rather than gnus-display-mime-function.
1204
1205 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
1206
1207         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
1208         (gnus-registry-add-group): use it
1209         (gnus-registry-trim-articles-without-groups): new variable
1210         (gnus-registry-delete-group): use it
1211         (gnus-registry-unload-hook): uninstall all the hooks
1212
1213         * spam.el (spam-install-hooks-function, spam-unload-hook): new
1214         functions so users that load spam.el for customization don't get
1215         all the hooks installed
1216         (spam-install-hooks): new variable, set to t by default if user
1217         has one of the spam-use-* variables set
1218
1219         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
1220         functions so users that load spam-stat.el for customization don't get
1221         all the hooks installed
1222
1223 2003-05-30  Dave Love  <fx@gnu.org>
1224
1225         * rfc2047.el (rfc2047-decode): Don't use
1226         mm-with-unibyte-current-buffer.
1227
1228         * qp.el (quoted-printable-decode-string): Use
1229         mm-with-unibyte-buffer.
1230
1231 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * gnus-registry.el (gnus-registry-save): allow forced saving even
1234         when registry is not dirty.  Use gnus-registry-trim to shorten the
1235         gnus-registry-alist.
1236         (gnus-registry-max-entries): new variable
1237         (gnus-registry-trim): new function, trim gnus-registry-alist to
1238         size gnus-registry-max-entries, sorting by entry mtime so the
1239         newest entries stick around
1240
1241         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
1242         just one specific variable, allow a list of specific variables
1243
1244 2003-05-28  Dave Love  <fx@gnu.org>
1245
1246         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
1247         end of region.
1248
1249 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
1250
1251         * lpath.el: Add put-char-table and get-char-table.
1252
1253 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
1254
1255         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
1256         (gnus-registry-save, gnus-registry-read)
1257         (gnus-registry-store-extra, gnus-registry-clear): use it (note
1258         that gnus-registry-store-extra is invoked for all modifications to
1259         set the mtime, so gnus-registry-dirty only needs to be set there)
1260
1261 2003-05-23  Simon Josefsson  <jas@extundo.com>
1262
1263         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
1264         message-sender.
1265
1266         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
1267
1268         * message.el (message-use-idna): Ditto.
1269
1270 2003-05-20  Dave Love  <fx@gnu.org>
1271
1272         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
1273         (rfc2047-q-encode-region): Don't use it.
1274         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
1275         rfc2047-encoding-type to `mime'.
1276         (rfc2047-encode-string, rfc2047-encode): Doc fix.
1277
1278 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
1279
1280         * message.el (message-send-mail): Don't insert a courtesy copy
1281         notice in base64 encoded messages.
1282
1283 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
1286         marks if the destination group is not auto-expirable.
1287
1288 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * dgnushack.el (assq-delete-all): Removed the compiler macro.
1291
1292 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
1293
1294         * gnus-agent.el (gnus-agentize): Updated documentation to match
1295         usage.
1296         (gnus-agent-expire-group-1): Do not skip over a group when the
1297         force argument is set.
1298         * gnus.el (gnus-agent): Updated documentation to reflect that
1299         gnus-agent now defaults to t.
1300
1301 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1302
1303         * gnus.el (gnus-version-number): Bump.
1304
1305 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1306
1307         * gnus.el: Gnus v5.10.2 is released.
1308
1309 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * mail-source.el (mail-source-delete-incoming): Changed to t.
1312
1313         * rfc2047.el (rfc2047-syntax-table): Funcall.
1314
1315         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
1316         ((featurep 'xemacs)): No, don't.
1317
1318         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
1319
1320         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
1321         leave-hidden.
1322
1323 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
1324
1325         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
1326         patch.)
1327
1328 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329
1330         * gnus-registry.el (gnus-registry-store-extra-entry): Use
1331         gnus-assq-delete-all.
1332
1333         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
1334
1335         * message.el (message-ignored-bounced-headers): Add Delivered-To.
1336
1337         * gnus-sum.el (gnus-summary-find-next): Indent.
1338         (gnus-summary-find-prev): Ditto.
1339         (gnus-summary-catchup): Doc fix.
1340         (gnus-summary-mark-current-read-and-unread-as-read): New function.
1341         (gnus-summary-catchup): Really mark after point.
1342
1343         * gnus-util.el (gnus-user-date): Use %d instead of %m.
1344         (gnus-user-date): Use floating point time so that we don't get
1345         overflows.
1346
1347         * gnus-sum.el (gnus-summary-local-variables): Clean up.
1348
1349         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
1350         since none of the other image things do.
1351
1352 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
1355
1356 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * lpath.el: Fbind find-coding-system.
1359
1360         * dgnushack.el (dgnushack-make-load): Remove redundant format call
1361         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
1362         * pop3.el (pop3-movemail): Ditto.
1363
1364 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
1365
1366         * gnus.el (gnus-agent): Docstring fix.
1367
1368 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
1369
1370         * gnus-registry.el (gnus-registry-install): new variable
1371         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
1372         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
1373         (gnus-registry-add-group): add a modification timestamp to each entry
1374         (gnus-registry-install-hooks): new function
1375
1376 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1377
1378         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
1379         (gnus-agent-cat-disable-undownloaded-faces): New function.
1380         Accessor for new agent property
1381         'agent-disable-undownloaded-faces'.
1382         gnus-cus.el (gnus-agent-parameters): Added
1383         agent-disable-undownloaded-faces and corrected documentation.
1384         (gnus-agent-cat-prepare-category-field,
1385         gnus-agent-customize-category): Changed to avoid creating free
1386         references to each field's symbol.
1387         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
1388         (gnus-select-newgroup): Initialize it.
1389         (gnus-summary-highlight-line): Use it.
1390
1391 2003-05-12  Dave Love  <fx@gnu.org>
1392
1393         * mm-util.el (mm-read-charset): Deleted.
1394         (mm-coding-system-mime-charset): New.
1395         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
1396         (mm-charset-to-coding-system, mm-mime-charset)
1397         (mm-find-mime-charset-region): Use it.
1398         (mm-default-multibyte-p): Fix non-mule case.
1399
1400         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
1401         and compile.
1402         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
1403         (rfc2047-unfold-region): Delete unused var `leading'.
1404
1405 2003-05-12  Simon Josefsson  <jas@extundo.com>
1406
1407         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
1408         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
1409         <scop@xemacs.org>.
1410
1411 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412
1413         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
1414         space.
1415
1416 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
1417
1418         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
1419         washing etc.
1420         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
1421
1422         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
1423         `mime-parts'.
1424
1425 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
1426
1427         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
1428         work.  Update mode-line.
1429
1430 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431
1432         * gnus.el (gnus-logo-color-alist): Added no colours.
1433
1434 2003-05-09  Dave Love  <fx@gnu.org>
1435
1436         * utf7.el (mm-util): Require.
1437         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
1438         Defconst, not defvar.
1439         (utf7-utf-16-coding-system): New.
1440         (utf7-encode-internal): Hoist concat out of loop.
1441         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
1442         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
1443         case.
1444         (utf7-latin1-u16-char-converter): Encode the region.
1445         (utf7-u16-latin1-char-converter): Decode the region.
1446         (utf7-encode, utf7-decode): Fix multibyteness.
1447
1448         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
1449         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
1450         (mm-uu-yenc-decode-function): Defvar when compiling.
1451         (mm-encode-body, mm-decode-body): Doc fix.
1452
1453 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1454
1455         * gnus-registry.el (gnus-registry-unregistered-group-regex):
1456         removed in favor of the group/topic/global variables
1457         (gnus-registry-register-message-ids): fixed test to omit
1458         gnus-registry-unregistered-group-regex
1459
1460         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
1461         gnus-registry-headers-alist from the list
1462         (gnus-registry-headers-alist): removed
1463         (registry-ignore): new parameter, with accompanying
1464         gnus-registry-ignored-groups global variable
1465
1466         * gnus-start.el (gnus-clear-system): no need to clear the
1467         registry, we can do it ourselves
1468         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
1469         used by gnus-registry.el
1470
1471         * gnus-registry.el (gnus-registry-cache-file): new file variable
1472         (gnus-registry-cache-read, gnus-registry-cache-save): new
1473         functions
1474         (gnus-registry-cache-whitespace): new function.  From Dan
1475         Christensen <jdc@chow.mat.jhu.edu>
1476         (gnus-registry-save, gnus-registry-read): use the new
1477         gnus-registry-cache-{read|save} functions, and change the name
1478         from gnus-registry-translate-{from|to}-alist
1479         (gnus-registry-clear): fixed so it doesn't refer to old function name
1480
1481 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
1482
1483         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
1484         address.
1485
1486 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
1487
1488         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
1489         the list of cleared variables
1490
1491         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1492         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
1493         in addition to a list of regexes.
1494
1495         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
1496         Morberg <niklas.morberg@axis.com>
1497
1498 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1499
1500         * gnus-sum.el (gnus-summary-next-page): Mention
1501         `gnus-article-skip-boring' in docstring.
1502
1503 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
1504
1505         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
1506         syntax here.
1507
1508         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
1509         whitespace syntax class when parsing email addresses.
1510
1511         * message.el (message-forward-subject-name-subject): Don't use
1512         mail-decode-encoded-word-string before parsing from.
1513
1514 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1515
1516         * message.el (message-setup-1): Setup alternative email before
1517         generate-headers.
1518
1519         (message-forward-subject-name-subject): Fix the case when the
1520         field "from" doesn't exist.
1521
1522 2003-05-07  Dave Love  <fx@gnu.org>
1523
1524         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
1525
1526         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
1527         possible values.
1528
1529 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
1530
1531         * message.el (message-kill-to-signature): Fix.
1532
1533 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
1534
1535         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
1536
1537         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1538         (gnus-mime-display-multipart-related-as-mixed)
1539         (gnus-button-mid-or-mail-heuristic-alist): do.
1540
1541 2003-05-05  Dave Love  <fx@gnu.org>
1542
1543         * mm-util.el (mm-default-multibyte-p): New.
1544         (mm-coding-system-p): Maybe use find-coding-systems.
1545
1546 2003-05-04  Dave Love  <fx@gnu.org>
1547
1548         * rfc2047.el (with-syntax-table): Define if necessary.
1549         (rfc2047-syntax-table): Fix last change for XEmacs.
1550         (rfc2047-parse-and-decode): Revert last change.
1551
1552 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
1553
1554         * gnus.el: Don't test for `mm-guess-mime-charset'.
1555
1556         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
1557
1558         * gnus.el (gnus-default-charset): Set default value to
1559         `undecided'.
1560
1561         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
1562         mm-decode-body.
1563
1564         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
1565         (mm-decode-body): Don't use mm-decode-coding-region-safely.
1566
1567 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
1568
1569         * gnus-util.el (gnus-multiple-choice): Add ", ?".
1570
1571 2003-05-03  Dave Love  <fx@gnu.org>
1572
1573         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
1574         with 2 args.
1575         (rfc2047-decode-string): Don't set the buffer multibyte before
1576         calling buffer-string.
1577
1578         * mm-encode.el (mm-long-lines-p): Autoload.
1579         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
1580         unibyte.  Signal error on unknown encoding.
1581         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
1582
1583         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
1584         Callers of gnus- versions changed to use them.
1585         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
1586         fixes.
1587         (rfc2047-encoding-type): New.
1588         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
1589         Don't include header name field in encoding.  Add `address-mime'
1590         case and bind rfc2047-encoding-type for `mime' case.
1591         (rfc2047-encodable-p): Deleted.
1592         (rfc2047-syntax-table): New.
1593         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
1594         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
1595         in place rather than by passing strings.
1596         (rfc2047-encode-string): Doc fix.
1597         (rfc2047-q-encode-region): Don't use
1598         mm-with-unibyte-current-buffer.
1599         (rfc2047-encoded-word-regexp): eval-and-compile.
1600         (rfc2047-decode-region): Avoid concatenation in loop.
1601         (rfc2047-parse-and-decode): Remove useless disjunction.
1602
1603 2003-05-02  Dave Love  <fx@gnu.org>
1604
1605         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
1606         mm-with-unibyte-current-buffer.
1607         (ietf-drums, gnus-util): don't require.
1608
1609         * sieve.el (sieve-manage-mode-menu): Define before use.
1610
1611         * mml-smime.el (message-narrow-to-headers): Autoload.
1612
1613         * mm-util.el (mm-coding-system-p): Don't override nil from
1614         coding-system-p.
1615         (mm-mule4-p, mm-disable-multibyte-mule4)
1616         (mm-with-unibyte-current-buffer-mule4): Deleted.
1617         (mm-multibyte-p): Use defun, not defalias.
1618         (mm-make-temp-file): Moved to group at top of file.
1619         (mm-point-at-eol, mm-point-at-bol): New.
1620
1621         * gnus-cite.el (gnus-art): Require.
1622
1623         * gnus-ems.el (gnus-get-buffer-create)
1624         (nnheader-find-etc-directory, message-text-with-property):
1625         Autoload.
1626         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
1627         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
1628         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
1629         (gnus-check-before-posting): Only defvar when compiling.
1630
1631         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
1632
1633         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
1634         Defvar when compiling.
1635         (gnus-output-to-rmail): Require mm-util.
1636
1637         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
1638         (mail-source-make-complex-temp-name): Deleted.
1639
1640         * message.el (message-use-idna): Use mm-coding-system-p.
1641         (message-tokenize-header, message-make-organization)
1642         (message-make-from):  Use with-temp-buffer.
1643         (message-set-work-buffer): Deleted.
1644         (message-fill-paragraph): Use `if' not `and' for compiler warning.
1645         (message-check-news-header-syntax): Remove useless lambda.
1646         (message-forward-make-body): Use mm-disable-multibyte,
1647         mm-with-unibyte-current-buffer, mm-enable-multibyte.
1648         (message-replace-chars-in-string): Deleted.
1649
1650         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
1651         (mm-extern-url): Use mm-with-unibyte-current-buffer,
1652         mm-disable-multibyte.
1653         (mm-extern-anon-ftp): Use mm-disable-multibyte.
1654
1655         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
1656         mm-with-unibyte-current-buffer.
1657
1658         * mml2015.el (mml): Require.
1659         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
1660         mm-with-unibyte-current-buffer.
1661
1662         * nnheader.el (gnus-util): Require.
1663
1664         * nntp.el (format-spec, format-spec-make, open-tls-stream):
1665         Autoload.
1666
1667         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
1668         (mail-header-remove-whitespace): Autoload.
1669
1670         * sieve-manage.el (starttls-negotiate): Autoload.
1671
1672 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1673
1674         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
1675
1676 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
1677
1678         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
1679
1680 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * gnus.el (gnus-version-number): Bump.
1683
1684 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1685
1686         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
1687         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1688
1689         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
1690         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
1691
1692         * gnus-registry.el (gnus-registry-fetch-extra)
1693         (gnus-registry-store-extra, gnus-registry-group-count): new functions
1694         (gnus-registry-fetch-group, gnus-registry-delete-group)
1695         (gnus-registry-add-group): changed to work with extra data element
1696         if present
1697
1698 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1699
1700         * gnus.el: Gnus v5.10.1 is released.
1701
1702 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1703
1704         * gnus.el: Oort Gnus v0.24 is released.
1705
1706 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * dgnushack.el (when): Check whether defadvice is fbound.
1709
1710 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
1711
1712         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
1713         (gnus-registry-register-message-ids): use it
1714
1715 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * gnus.el (gnus-version-number): Bump.
1718
1719         * gnus.el: Update copyright for several files.
1720
1721 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1722
1723         * gnus.el: Oort Gnus v0.23 is released.
1724
1725 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1726
1727         * spam-stat.el (spam-stat-test-directory): Compare against zero.
1728
1729 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
1730
1731         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
1732
1733 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1734
1735         * message.el (message-forward-subject-name-subject): Decode
1736         string when forwarding.
1737
1738 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
1739
1740         * dgnushack.el (when): Add defadvice.
1741
1742 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1743
1744         * gnus.el (gnus-version-number): Bump.
1745
1746 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1747
1748         * gnus.el: Oort Gnus v0.22 is released.
1749
1750 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1751
1752         * gnus.el: Oort Gnus v0.21 is released.
1753
1754 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1755
1756         * gnus.el (gnus-version-number): Bump.
1757
1758 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1759
1760         * gnus.el: Oort Gnus v0.20 is released.
1761
1762 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
1763
1764         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
1765
1766 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
1767
1768         * mm-url.el (mm-url-insert-file-contents): set url-current-object
1769         in the case where mm-url-use-external is set.
1770
1771         * nnrss.el (nnrss-request-article): Change the messages created to
1772         multipart/alternative.  Hopefully fixes a problem interaction with
1773         w3m.
1774         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
1775         around.
1776
1777 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1778
1779         * message.el (message-check-news-header-syntax): Alter "posting"
1780         message.
1781
1782         * nnrss.el (nnrss-node-text): Don't use char classes.
1783
1784 2003-05-01  David Z. Maze  <dmaze@mit.edu>
1785
1786         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
1787         in condition-case.
1788
1789 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790
1791         * message.el (message-required-headers): Remove In-Reply-To.
1792
1793         * gnus-int.el (gnus-open-server): Revert changes.
1794
1795 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1796
1797         * gnus-int.el (gnus-open-server): Try to open unagentized servers
1798         even when unplugged.
1799
1800 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
1801
1802         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
1803         doc-string.
1804
1805 2003-05-01  Steve Youngs  <youngs@xemacs.org>
1806
1807         * lpath.el: Add a section for non-Mule XEmacsen.
1808         fbind `find-charset-string' and `coding-system-base' in that
1809         section.
1810
1811         * gnus-util.el (gnus-completing-read-maybe-default): New.
1812         (gnus-completing-read): Use it.
1813
1814         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
1815
1816         * gnus-art.el (gnus-read-string): New.
1817         (gnus-summary-pipe-to-muttprint): Use it.
1818
1819         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
1820
1821         * dns.el (dns-make-network-process): Use it.
1822
1823         Take care of some differences between XEmacs 21.1 and newer
1824         versions of XEmacs.
1825
1826 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
1827
1828         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
1829         diagnostic message
1830         (gnus-registry-grep-in-list): don't run when word is nil
1831         (gnus-registry-fetch-message-id-fast): new function
1832         (gnus-registry-delete-group, gnus-registry-add-group): make sure
1833         the id and group are not nil
1834         (gnus-registry-register-message-ids): new function
1835         (gnus-register-action): optimized logical flow
1836         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
1837
1838 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1839
1840         * gnus-delay.el (gnus-delay-article): Call
1841         `gnus-agent-queue-setup' to create the delay group.
1842
1843         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
1844         for the (queue) group name.
1845
1846 2003-04-30  Simon Josefsson  <jas@extundo.com>
1847
1848         * mm-util.el (mm-charset-to-coding-system): Use user specified
1849         charset unless coding-system-get is fboundp.
1850
1851 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
1852
1853         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
1854         Wrapped in eval-when-compile.
1855         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
1856         shouldn't be asked twice to go online with each server.
1857         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
1858         gnus-agent-crosspost, gnus-agent-flush-cache,
1859         gnus-agent-fetch-session, gnus-agent-unread-articles,
1860         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
1861         gnus-agent-group-covered-p): Expanded pop macros used for
1862         effect. Avoids compilation warning in emacs 21.3.
1863
1864         * gnus-int.el (gnus-open-server): Restructured to only open
1865         nnagent when gnus-plugged is nil.
1866
1867 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * lpath.el: Fbind string-to-multibyte.
1870
1871 2003-04-30  Steve Youngs  <youngs@xemacs.org>
1872
1873         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
1874
1875 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1876
1877         * gnus-registry.el (gnus-registry-fetch-group): faster
1878         (gnus-registry-delete-group): new function
1879         (gnus-registry-add-group): new function
1880         (gnus-register-spool-action): use it
1881         (gnus-register-action): use it
1882         (gnus-registry-translate-from-alist)
1883         (gnus-registry-translate-to-alist): remove the headers registry
1884         for now
1885
1886 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
1887
1888         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
1889
1890 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
1891
1892         * spam-report.el (spam-report-gmane): gnus-summary-article-number
1893         is not necessary, just use the function parameter
1894
1895 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
1896
1897         * spam-stat.el (spam-stat-save): No longer font-locks the file
1898         when saving
1899
1900 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * canlock.el: Bind mail-header-separator when compiling (XEmacs
1903         provides it in mail-lib/auto-autoloads.el).
1904
1905 2003-04-29  Simon Josefsson  <jas@extundo.com>
1906
1907         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
1908         message-sender.
1909
1910         * mml.el (mml-generate-mime-1): Set mml-sender too.
1911
1912 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
1913
1914         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
1915
1916         * mm-url.el (mm-url-use-external): do.
1917
1918 2003-04-29  Simon Josefsson  <jas@extundo.com>
1919
1920         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
1921         warnings).
1922
1923         * sieve-mode.el (c-mode): Ditto.
1924
1925         * pgg.el (run-at-time): Ditto.
1926
1927         * mm-url.el (require): Require timer when compiling for
1928         with-timeout macro (fix xemacs compile warnings).
1929
1930 2003-04-28  Dave Love  <fx@gnu.org>
1931
1932         * gnus-util.el (nnheader): Don't require.
1933         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
1934         Autoload.
1935
1936         * spam.el: Require cl when compiling.
1937
1938         * dns.el: Require cl when compiling.
1939
1940 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
1941
1942         * gnus-art.el (gnus-article-goto-next-page)
1943         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
1944         gnus-pick-mode work.
1945
1946 2003-04-28  Steve Youngs  <youngs@xemacs.org>
1947
1948         * Makefile.in (FLAGS): Use @FLAGS@.
1949
1950 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
1951
1952         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1953         (gnus-mime-display-multipart-alternative-as-mixed)
1954         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
1955         allow customization.
1956
1957 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1958
1959         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
1960         currently called (See source for explanation).
1961
1962 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963
1964         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
1965         (gnus-summary-mark-read-and-unread-as-read): Take an optional
1966         mark.
1967
1968         * gnus.el (gnus-version-number): Bump.
1969
1970 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1971
1972         * gnus.el: Oort Gnus v0.19 is released.
1973
1974 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1975
1976         * gnus-registry.el (gnus-register-spool-action): Replaced literal
1977         carriage-return character with its escape sequence.
1978
1979 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1980
1981         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
1982
1983         * nnrss.el (nnrss-node-text): Use only one
1984         gnus-replace-in-string.
1985
1986         * gnus.el: Remove gnus-functionp throughout.
1987
1988         * gnus-util.el (gnus-functionp): Removed.
1989
1990         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
1991
1992         * message.el (message-required-headers): Add In-Reply-To.
1993
1994 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
1995
1996         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
1997         to binary.
1998
1999 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
2000
2001         * mml.el (mml-preview): do.
2002
2003         * message.el (message-mode): do.
2004
2005         * gnus-undo.el (gnus-undo-mode): do.
2006
2007         * gnus-topic.el (gnus-topic-mode): do.
2008
2009         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
2010
2011         * gnus-msg.el (gnus-setup-message)
2012         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
2013
2014         * gnus-gl.el (gnus-grouplens-mode): do.
2015
2016         * gnus-art.el (gnus-mime-save-part-and-strip)
2017         (gnus-mime-delete-part): Use it.
2018
2019         * gnus-util.el (gnus-make-local-hook): New function.
2020
2021 2003-04-25  Simon Josefsson  <jas@extundo.com>
2022
2023         * nnrss.el (nnrss-node-text): Don't use a star.
2024         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
2025
2026 2003-04-24  Dave Love  <fx@gnu.org>
2027
2028         * mm-encode.el (mm-long-lines-p): Autoload.
2029         (mm-encode-content-transfer-encoding): Don't try to make buffer
2030         unibyte before decoding.  Don't ignore errors for base64 encoding.
2031
2032         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
2033         Signal error on malformed text, as for base64.
2034         (quoted-printable-encode-region): DTRT in Emacs 22.
2035
2036         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
2037         (mm-auto-save-coding-system): Consider utf-8-emacs.
2038         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
2039         (mm-charset-to-coding-system, mm-mime-charset)
2040         (mm-find-mime-charset-region): Check for :mime-charset coding
2041         systems property.
2042
2043         * mml-sec.el (mml2015, mml1991): Don't require.
2044         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
2045         (message-goto-body, mml-insert-tag): Autoload.
2046
2047         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
2048
2049         * gnus-start.el (message-make-date): Autoload rather than
2050         requiring message.
2051
2052         * gnus-group.el (gnus-group-name-charset-group-alist): Use
2053         mm-coding-system-p.
2054         (gnus-cache-active-altered): Defvar when compiling.
2055         (gnus-group-delete-group): Re-write to help avoid warnings.
2056
2057         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
2058
2059         * pgg.el: Split eval-when-compile forms.
2060
2061 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
2062
2063         * gnus-group.el (gnus-large-ephemeral-newsgroup)
2064         (gnus-fetch-old-ephemeral-headers): News variables.
2065         (gnus-group-read-ephemeral-group): Use them.
2066
2067 2003-04-24  Simon Josefsson  <jas@extundo.com>
2068
2069         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
2070
2071         * nnrss.el (nnrss-node-text): Ditto.
2072
2073 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
2076         gnus-inews-mark-gcc-as-read exists.
2077
2078 2003-04-23  Simon Josefsson  <jas@extundo.com>
2079
2080         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
2081         doesn't exceed the regexp stack space.
2082
2083 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2084
2085         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
2086
2087         * gnus-art.el (gnus-article-hide-pgp-hook): do.
2088
2089 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
2090
2091         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
2092
2093 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
2094
2095         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
2096
2097 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * dgnushack.el (merge, copy-list): Remove compiler macros.
2100         (butlast): Add a compiler macro.
2101
2102 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
2103
2104         * gnus-util.el (gnus-merge): Added "type" argument to match CL
2105         merge and gnus-sum.el's expectations.
2106
2107 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
2108
2109         * gnus-art.el (gnus-button-url-regexp): Added nntp.
2110
2111         * message.el (message-generate-headers-first): Default to
2112         '(references).
2113
2114         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
2115
2116 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
2117
2118         * smime.el (smime-decrypt-region): Insert From header.
2119
2120 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
2121
2122         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
2123         Max length of header is 726, not 740.  From Gaute B Strokkenes
2124         <gs234@cam.ac.uk>.
2125
2126 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
2127
2128         * nndb.el, mml1991.el: Fix license template.
2129
2130 2003-04-20  Simon Josefsson  <jas@extundo.com>
2131
2132         * nnimap.el (nnimap-split-articles): Don't download body unless
2133         required.
2134
2135         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
2136         starting process, like imap-kerberos4-open does.
2137
2138         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
2139         license template.
2140
2141         * mml-sec.el: Fix license template.
2142
2143         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
2144         license template.
2145
2146         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
2147         pgg-pgp.el: Fix license template.
2148
2149 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
2150
2151         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
2152
2153 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
2154
2155         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
2156
2157 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
2158
2159         * spam.el (spam-split): allow a particular check as a parameter,
2160         e.g. (: spam-split 'spam-use-bogofilter)
2161         (spam-mark-only-unseen-as-spam): new parameter, see doc
2162         (spam-mark-junk-as-spam-routine): use
2163         spam-mark-only-unseen-as-spam, simplify routine to take advantage
2164         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
2165
2166 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
2167
2168         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
2169         (gnus-group-guess-full-name): don't prefix the group twice
2170
2171         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
2172
2173         * gnus-registry.el (gnus-registry-clear)
2174         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
2175         (gnus-registry-split-fancy-with-parent): new functions
2176         (gnus-register-spool-action, gnus-register-action): simplified the format
2177         (gnus-registry): new customization group
2178         (gnus-registry-unfollowed-groups): new variable
2179
2180 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2181
2182         * gnus-art.el (gnus-button-alist): Add nntp: urls.
2183         (gnus-header-button-alist): Ditto.
2184
2185 2003-04-17  Dave Love  <fx@gnu.org>
2186
2187         * gnus-util.el (gnus-string-equal): Revert last change.
2188
2189 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
2192
2193 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
2194
2195         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
2196
2197 2003-04-15  Michael Shields  <shields@msrl.com>
2198
2199         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
2200         the broken-reply-to group parameter is set.  Idea from Vasily
2201         Korytov <deskpot@myrealbox.com>.
2202
2203 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2204
2205         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
2206         process.el in XEmacsen >= 21.5.
2207
2208 2003-04-17  Steve Youngs  <youngs@xemacs.org>
2209
2210         * dgnushack.el: Add a whole swag of autoloads and defaliases to
2211         satisfy the byte-compiler when building with XEmacs.
2212
2213         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
2214         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
2215         W3 doesn't have these.
2216
2217         * mailcap.el: Maybe require 'lpr in XEmacs.
2218
2219 2003-04-16  Simon Josefsson  <jas@extundo.com>
2220
2221         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
2222         sender tag, if available.
2223
2224 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2225
2226         * gnus-registry.el (gnus-register-action)
2227         (gnus-register-spool-action, hashtable-to-alist)
2228         (gnus-registry-translate-from-alist, alist-to-hashtable)
2229         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
2230         new variables and function fixes
2231
2232         * gnus.el (gnus-registry-headers-alist): new variable to hold
2233         article header data
2234         (gnus-variable-list): save gnus-registry-headers-alist
2235
2236         * spam-report.el (Module): new module for spam reporting
2237
2238         * gnus.el (spam-process): added
2239         gnus-group-spam-exit-processor-report-gmane to the list of choices
2240         (gnus-install-group-spam-parameters): defined new spam exit processor
2241
2242         * spam.el (autoload): autoload spam-report-gmane when needed
2243         (spam-report-gmane-register-routine): glue for spam-report.el
2244         (spam-group-spam-processor-report-gmane-p): glue for the
2245         gnus-group-spam-exit-processor-report-gmane spam processor
2246         (spam-summary-prepare-exit): check the report-gmane spam processor
2247         and run spam-report-gmane-register-routine if it's active
2248
2249         From John Wiegley <johnw@gnu.org>
2250
2251         * spam.el (spam-bogofilter-score): check bogofilter headers before
2252         checking bogofilter itself
2253
2254 2003-04-16  Dave Love  <fx@gnu.org>
2255
2256         * gnus-agent.el: Wrap defsetf in eval-when-compile.
2257         (gnus-agent-cat-defaccessor): Don't use gensym.
2258
2259         * mml1991.el: Require cl, mm-util when compiling.
2260         (quoted-printable-decode-region, quoted-printable-encode-region):
2261         Autoload.
2262
2263         * pgg.el: Require cl when compiling.
2264
2265         * nnmail.el (gnus): Require.
2266
2267         * gnus-util.el: Move provide to end.
2268         (gnus-string-equal): Maybe use compare-strings.
2269         (gnus-merge): New.
2270
2271         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
2272         (gnus-summary-insert-articles): Use gnus-merge.
2273
2274         * gnus-fun.el: Require cl and mm-util when compiling.
2275
2276         * gnus-diary.el (gnus-diary-delay-format-french)
2277         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
2278
2279         * nndiary.el (nndiary-compute-reminders): Don't use setf with
2280         nthcdr.
2281
2282 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
2283
2284         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
2285         specify a predicate other than false.
2286         (gnus-category-read): Use the new feature to create a 'default'
2287         category with a 'short' predicate.
2288
2289 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2290
2291         * message.el (message-unique-id): Comment change.
2292
2293         * gnus-art.el (gnus-article-next-page-1): New function.
2294         (gnus-article-next-page): Use it.
2295
2296 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2297
2298         * spam.el (spam-split): added save-restriction to save-excursion
2299
2300 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
2301         From Julien Avarre <julien@avarre.com>
2302
2303         * gnus-fun.el: Fixed autoload cookie.
2304
2305 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
2306         From Remi Letot  <remi.letot@easynet.be>
2307
2308         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
2309         instead of remove-if.
2310
2311 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2312
2313         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
2314         copy-sequence instead of remove which is a cl run-time function in
2315         Emacs 20.
2316
2317 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
2318
2319         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
2320         local copy of gnus-discouraged-post-methods with the current
2321         method removed.
2322
2323 2003-04-14  Simon Josefsson  <jas@extundo.com>
2324
2325         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
2326
2327 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2328
2329         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
2330         of `mm-coding-system-priorities' to base coding system.
2331
2332         * gnus-sum.el: Added coding cookie ("middle dot" in
2333         gnus-summary-morse-message).
2334
2335 2003-04-13  Simon Josefsson  <jas@extundo.com>
2336
2337         * gnus-art.el (article-fill-long-lines)
2338         (article-verify-x-pgp-sig, article-decode-group-name)
2339         (gnus-mime-button-menu): Split >80 character lines.
2340
2341 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
2342
2343         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
2344         we're let-binding it.
2345
2346         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
2347
2348 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2349
2350         * message.el (message-hide-headers): Don't do intangible.
2351
2352         * gnus.el (gnus-group-prefixed-name): Comment out the test for
2353         colon.
2354
2355         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
2356         to the ephemeral entry, but the prefixed name.
2357
2358         * gnus.el (gnus-group-prefixed-name): Clean up.
2359
2360 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
2361
2362         * gnus-agent.el (gnus-agent-group-pathname): Bind
2363         gnus-command-method so that gnus-agent-directory will always
2364         return a valid directory.
2365         * gnus-cache.el (gnus-cache-enter-article): Remove article from
2366         gnus-newsgroup-undownloaded so that the summary will display the
2367         article as downloaded.
2368         (gnus-cache-remove-article): If the article isn't in the agent,
2369         remove it from gnus-newsgroup-undownloaded so that the summary
2370         will display the article as undownloaded.
2371
2372 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus.el (gnus-version-number): Bump.
2375
2376 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2377
2378         * gnus.el: Oort Gnus v0.18 is released.
2379
2380 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2381
2382         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
2383
2384 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2385
2386         * gnus-art.el (gnus-article-next-page): Use
2387         gnus-article-over-scroll.
2388         (gnus-article-over-scroll): New variable.
2389
2390         * message.el (message-newline-and-reformat): Place a boundary
2391         before filling.
2392         (message-make-forward-subject-function): Changed default to
2393         message-forward-subject-name-subject.
2394         (message-forward-subject-name-subject): New function.
2395
2396         * nnimap.el (nnimap-split-fancy): Ditto.
2397
2398         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
2399
2400         * gnus-cus.el (gnus-group-parameters): Removed "which see".
2401
2402         * mml.el (mml-minibuffer-read-file): Bind
2403         completion-ignored-extensions to nil.
2404
2405         * message.el (message-fix-before-sending): Comment fix.
2406         (message-fix-before-sending): Make hidden headers visible.
2407         (message-hide-headers): Bind after-change-functions to nil.
2408         (message-forbidden-properties): Put invisible and intangible
2409         back.
2410         (message-strip-forbidden-properties): Ignore message-hidden text.
2411
2412         * gnus-msg.el: Hide headers.
2413
2414         * message.el (message-hidden-headers): New variable.
2415         (message-hide-headers): New function.
2416         (message-hide-header-p): New function.
2417         (message-hide-header-p): Change logic.
2418         (message-forbidden-properties): Remove intangible nil invisible
2419         nil.
2420         (message-hide-headers): Narrow to headers.
2421
2422         * lpath.el (featurep): Bind Info-directory, Info-menu.
2423
2424 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
2425
2426         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
2427         encoded.
2428         (mm-encode-body): Don't corrupt UTF-16.
2429         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
2430
2431 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
2432
2433         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
2434         the CACHE are now detected and handled the same as an article
2435         downloaded into the agent.
2436         (gnus-agent-group-path): Modified to match nnmail-group-pathname
2437         so that the agent front-end and back-end (nnagent) always use the
2438         same directory.
2439         (gnus-agent-group-pathname): New function. Wrapper for
2440         nnmail-group-pathname.
2441         (gnus-agent-expire-unagentized-dirs): New variable.  May be
2442         customized to disable gnus-agent-expire-unagentized-dirs.
2443         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
2444         as the directories in gnus-agent-expire-current-dirs were
2445         expanded.
2446
2447 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
2448
2449         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
2450         body" entry in read only groups.
2451
2452 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2453
2454         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
2455         and "Create article" items in non-editable groups.
2456
2457 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
2458
2459         * gnus-agent.el (gnus-agent-write-active): Added option of
2460         replacing, rather than updating, the agent's active file.  Do NOT
2461         use the fully qualified group name as gnus-active-to-gnus-format
2462         blindly prefixes group names with server names.
2463         (gnus-agent-save-group-info): Merge BOTH min/max of current active
2464         range, was just merging min, with specified active range.
2465         (gnus-agent-expire): Save agent's active ranges after
2466         expiring all groups.
2467         (gnus-agent-expire-group-1): Update min of agent's active range to
2468         min article currently fetched.
2469         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
2470         same ancestor multiple times.
2471
2472         * gnus-async.el (gnus-asynchronous): Moved defcustom of
2473         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
2474         seems to fix an intermittant error in which loading gnus-async
2475         fails to define gnus-asynchronous (the variable).
2476
2477         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
2478         non-essential.  Removed on all platforms.
2479         (gnus-select-newsgroup): When the agent is active, expand the
2480         group's active range to include fetched articles that are no
2481         longer in the server's active range.
2482
2483         * gnus-util.el (gnus-with-output-to-file): Removed all of the
2484         print-* bindings as they should be handled by the function doing
2485         the printing.
2486
2487 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
2488
2489         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
2490         might be unbound in non-MULE XEmacsen.
2491
2492 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
2493
2494         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
2495         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
2496         recognize diffs.
2497
2498         * mm-bodies.el (mm-decode-body): Use the supplied charset
2499         unconditionally if `code-pages' hasn't been loaded.
2500
2501 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
2502
2503         * gnus-art.el (article-verify-x-pgp-sig): Don't use
2504         `insert-buffer', the docstring says "This function is meant for
2505         the user to run interactively.  Don't call it from programs!"
2506
2507         * mm-extern.el (mm-extern-mail-server): do.
2508
2509         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
2510         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2511         (mml1991-pgg-encrypt): do.
2512
2513         * pgg.el (pgg-decrypt-region): do.
2514
2515         * mm-view.el (mm-view-pkcs7-decrypt): do.
2516
2517         * mml-smime.el (mml-smime-verify): do.
2518
2519         * mml.el (mml-insert-mime, mml-preview): do.
2520
2521         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
2522         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
2523         (mml2015-pgg-encrypt): do.
2524
2525 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2526
2527         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
2528
2529 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
2530
2531         * mm-uu.el (mm-uu-copy-to-buffer): Copy
2532         `buffer-file-coding-system' to the new buffer.
2533         (mm-uu-pgp-signed-extract-1): Don't copy
2534         `buffer-file-coding-system' here.
2535
2536         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
2537         exist in XEmacs.
2538         (mm-decode-body): Add missing quote.
2539
2540         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
2541         buffer-file-coding-system.
2542
2543         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
2544         last-coding-system-used.
2545
2546         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
2547         according to buffer-file-coding-system.
2548
2549         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
2550
2551         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2552         (pgg-pgp-snarf-keys-region): do.
2553
2554         * pgg-pgp5.el (pgg-pgp5-verify-region)
2555         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
2556
2557         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
2558
2559 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2560
2561         * spam.el (spam-split): (save-excursion) around (widen)
2562         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
2563         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
2564
2565 2003-04-05  Steve Youngs  <youngs@xemacs.org>
2566
2567         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
2568         don't use it when loading gnus-sum.el if we're in XEmacs.
2569
2570 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
2571
2572         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2573         print-escape-nonascii to fix more characters in compiled format
2574         specs.
2575
2576 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
2577
2578         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
2579         Fix customization type.
2580
2581 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
2582
2583         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2584         print-quoted, print-readably, print-escape-multibyte, and
2585         print-level to match original behavior of gnus-prin1.  This should
2586         repair the format of .newsrc.eld when using compiled format specs.
2587
2588 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
2589
2590         * gnus-group.el (tool-bar-map): defvar it.
2591
2592         * gnus-art.el (tool-bar-map): do.
2593
2594         * gnus-sum.el (tool-bar-map): do.
2595
2596 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2597
2598         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
2599
2600 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
2601
2602         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
2603         and value.
2604         (gnus-button-alist): Use it.
2605
2606 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
2607
2608         * pgg-gpg.el (pgg-gpg-process-region): do.
2609
2610         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
2611         (pgg-pgp-snarf-keys-region): do.
2612
2613         * pgg-pgp5.el (pgg-pgp5-verify-region)
2614         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
2615
2616         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
2617         unsafe.
2618         (pgg-temporary-file-directory): Remove.
2619
2620 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * lpath.el: Fbind Info-directory and Info-menu.
2623
2624 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
2625
2626         * gnus-util.el (gnus-message): Added doc-string.
2627
2628         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
2629         (gnus-score-edit-file-at-point): Goto first match when using `e'.
2630
2631 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
2632
2633         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
2634         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
2635
2636 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2639         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
2640
2641 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
2642
2643         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
2644         print-escape-newlines to print escape sequences rather than
2645         literal newline characters.
2646
2647 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
2650         `message-valid-fqdn-regexp' for initialization.
2651         (gnus-button-handle-info-url): Renamed and extended version of
2652         `gnus-button-handle-info'.
2653         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
2654         (gnus-button-handle-symbol, gnus-button-handle-library)
2655         (gnus-button-handle-info-keystrokes): New functions.
2656         (gnus-button-browse-level): New variable.
2657         (gnus-button-alist): Use them.  Added levels.
2658         (gnus-header-button-alist): Added levels.
2659
2660 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2661
2662         * gnus.el (gnus-version-number): Bump.
2663
2664 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2665
2666         * gnus.el: Oort Gnus v0.17 is released.
2667
2668 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2669
2670         * gnus-start.el (gnus-unload): Removed.
2671
2672         * pop3.el (pop3-read-response): Use
2673         nnheader-accept-process-output.
2674         (pop3-retr): Ditto.
2675
2676         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
2677         (mm-text-html-washer-alist): Ditto.
2678
2679 2003-03-31  Simon Josefsson  <jas@extundo.com>
2680
2681         * imap.el (imap-gssapi-program): Also try GNU SASL.
2682         (imap-gssapi-open): Accept GNU SASL greeting.
2683         (imap-read-timeout): New.
2684         (imap-wait-for-tag): Use it.
2685
2686 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687
2688         * nntp.el (nntp-accept-process-output): Use new function.
2689
2690         * nnheader.el (nnheader-read-timeout): New variable.
2691         (nnheader-accept-process-output): New function.
2692
2693         * nntp.el (nntp-read-timeout): Removed.
2694
2695         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
2696
2697 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2698
2699         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
2700
2701 2003-03-30  Simon Josefsson  <jas@extundo.com>
2702
2703         * message.el (message-idna-inside-rhs-p): Narrow to header before
2704         searching.
2705
2706         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
2707
2708 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2709
2710         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
2711
2712 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
2713
2714         * message.el (message-make-in-reply-to): Use
2715         mail-extract-address-components to determine sender's
2716         name/address.
2717
2718 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2719
2720         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
2721
2722         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
2723         valid lambda.
2724         (gnus-registry-translate-from-alist): Ditto.
2725
2726         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
2727         print-length to nil.
2728
2729         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
2730
2731         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
2732         (gnus-grab-cam-face): Use it.
2733
2734 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
2735
2736         * nnmaildir.el (nnmaildir-request-set-mark)
2737         (nnmaildir-close-group): Allow each mark directory in a group to
2738         have its own inode for mark files, to accommodate AFS.
2739
2740 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
2741
2742         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
2743         gnus-read-newsrc-el-file
2744         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
2745
2746         * gnus-registry.el (gnus-registry-translate-to-alist)
2747         (gnus-registry-translate-from-alist, alist-to-hashtable)
2748         (hashtable-to-alist): new functions
2749         (gnus-register-spool-action): add a spool item to the registry
2750
2751         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
2752         list of saved variables
2753         (gnus-registry-alist): new variable
2754
2755 2003-03-27  Simon Josefsson  <jas@extundo.com>
2756
2757         * gnus-art.el (article-decode-group-name): Be correct instead of
2758         smart.
2759
2760 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
2761
2762         * lpath.el: Bind url-current-object for Emacs; bind
2763         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
2764         for both Emacsen.
2765
2766 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
2767
2768         * gnus-sum.el (gnus-article-loose-mime)
2769         (gnus-article-emulate-mime): Move to gnus-article-mime customize
2770         group.
2771
2772         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
2773         doc string.
2774
2775 2003-03-26  Kevin Ryde <user42@zip.com.au>
2776
2777         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
2778         gnus-summary-find-uncancelled, skip temporary articles inserted by
2779         "refer" functions.
2780
2781 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
2782
2783         * smiley.el (smiley-buffer): New function.
2784
2785 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
2786
2787         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
2788         gnus-summary-update-line (which updated the article's face) with
2789         gnus-summary-update-download-mark (which updates the article's
2790         face by calling gnus-summary-update-line AND updates the download
2791         mark to show that the article was fetched).
2792
2793 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
2794
2795         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
2796         option of deleting agent directories for groups/servers that are
2797         not currently agentized.
2798         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
2799
2800         * gnus-int.el (gnus-open-server): Report backend errors in
2801         condition handler.
2802
2803 2003-03-23  Simon Josefsson  <jas@extundo.com>
2804
2805         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
2806         header.
2807
2808         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
2809         same as Newsgroups.
2810
2811         * nntp.el (nntp-open-connection-function): Mention
2812         nntp-open-tls-stream.
2813         (nntp-open-tls-stream): New function.
2814
2815         * tls.el: New file.
2816
2817         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
2818         instead of SSL.
2819         (nnimap-stream): Add other streams, link to imap variables.
2820         (nnimap-authenticator): Add other authenticator, link to imap
2821         variables.
2822
2823         * imap.el: Autoload open-tls-stream.
2824         (imap-streams): Add tls in front of ssl.
2825         (imap-stream-alist): Add tls.
2826         (imap-default-tls-port): New variable.
2827         (imap-tls-p, imap-tls-open): New functions.
2828
2829 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
2830
2831         * mm-url.el (mm-url-insert-file-contents): parse url only if
2832         results is a list.
2833
2834 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * mail-source.el (mail-source-fetch-imap): Revert.
2837
2838 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
2839
2840         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
2841         less strict regexp.
2842
2843 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2844
2845         * mail-source.el (mail-source-fetch-imap): Use buffer name for
2846         more imap function.
2847
2848 2003-03-21  Simon Josefsson  <jas@extundo.com>
2849
2850         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
2851         Followup-To data inline.
2852
2853 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
2854
2855         * gnus-art.el (gnus-treat-display-xface): Don't enable if
2856         icontopbm isn't available.
2857
2858 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
2859
2860         * gnus-int.el (gnus-open-server): Catch errors in backend's
2861         open-server method.  Returns nil rather than crashing startup.
2862
2863         * gnus-sum.el (eval-when-compile): Modified to resolve
2864         compile-time warnings.
2865
2866         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
2867         Reports length of series so that the user can compare N with a
2868         subject that should, if the entire series is present, contain
2869         '(.../N)'.
2870         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
2871         of temp file (Win-XP may leave the temp file locked when the
2872         uudecode process fails).
2873
2874 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2875
2876         * message.el (message-split-line): Ignore error.
2877
2878         * lpath.el (split-line): Avoid split-line warning message.
2879
2880 2003-03-20  Kim F. Storm  <storm@cua.dk>
2881
2882         * message.el (message-split-line): New function.
2883         (message-mode-map): Remap split-line to message-split-line.
2884
2885 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2886
2887         * message.el (message-make-overlay): Defalias it to make-overlay.
2888         (message-delete-overlay): Defalias it to delete-overlay.
2889         (message-overlay-put): Defalias it to overlay-put.
2890         (message-idna-to-ascii-rhs-1): Use them.
2891
2892         * messagexmas.el (message-xmas-redefine): Defalias some overlay
2893         functions to extent functions.
2894
2895 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2896
2897         * message.el (message-check-news-header-syntax): Fixed regexp.
2898
2899 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2900
2901         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
2902
2903         * mm-url.el (mm-url-insert): Move url-current-object stuff into
2904         mm-url-insert-file-contents.
2905
2906         * nnrss.el (nnrss-fetch): Fetch the local stuff.
2907         (nnrss-check-group): Use it.
2908
2909 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
2910
2911         * nnrss.el: Primitive XML Name-space support.  This means that RSS
2912         feeds like Kevin Burton's[1] can now be read in Gnus.
2913
2914         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
2915         means that if you want to read the RSS feed for example.com, all
2916         you have to do is hit "G R http://www.example.com/ RET" and
2917         nnrss.el will find and the feed listed on the site or (if you have
2918         loaded xml-rpc.el) look it up on syndic8.com.
2919
2920         Marked the message as HTML (by adding a Content-Type header) so
2921         that Gnus will render it as html if the user wants that.
2922
2923         Implemented the ability to save nnrss-group-alist so that any new
2924         feeds the you subscribe to will be found the next time you start
2925         up.
2926
2927         Implemented support for RSS 2.0 elements (author, pubDate).
2928
2929         Prefer for <content:encoded> over <description> where both
2930         elements exist.
2931
2932         * mm-url.el (mm-url-insert): Set url-current-object.
2933
2934         * gnus-group.el (gnus-group-make-rss-group): New function.
2935
2936 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2937
2938         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
2939         for highlight overlays.
2940
2941 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
2944         a NOV.
2945
2946 2003-03-20  Simon Josefsson  <jas@extundo.com>
2947
2948         * message.el (message-use-idna): Disable if UTF-8 unavailable.
2949         (message-idna-to-ascii-rhs): Use it.
2950
2951         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
2952
2953 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
2954
2955         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
2956         (spam-group-ham-marks, spam-group-spam-marks): new functions
2957         (spam-spam-marks, spam-ham-marks): removed in favor of the
2958         spam-marks and ham-marks parameters
2959         (spam-generic-register-routine, spam-ham-move-routine): use the
2960         new spam-group-{spam,ham}-mark-p functions
2961
2962         * gnus.el (spam-marks, ham-marks): new group parameters with
2963         default values same as the old spam-spam-marks and spam-ham-marks
2964
2965 2003-03-19  Simon Josefsson  <jas@extundo.com>
2966
2967         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
2968         (gnus-use-idna): New variable.
2969         (article-decode-idna-rhs): New function.
2970
2971         * message.el (message-use-idna): New variable.
2972         (message-mode-field-menu): Add entry for IDNA.
2973         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
2974         (message-idna-to-ascii-rhs): New function.
2975         (message-generate-headers): Invoke IDNA code.
2976
2977 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
2978
2979         * nnmaildir.el (nnmaildir--system-name): New function.
2980         (nnmaildir-request-accept-article): Use it.
2981
2982 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2983
2984         * gnus-util.el (gnus-byte-compile): Make it work silently as the
2985         gnus-compile function does.
2986
2987         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
2988         bogus change.
2989
2990 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
2991
2992         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
2993         sort-coding-systems is defined.
2994
2995 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
2996
2997         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
2998         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
2999         Replace create-directory with target-prefix.
3000
3001 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3002
3003         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
3004         find-charset-string which is slooow in XEmacs.
3005
3006 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3007
3008         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
3009         compiler under XEmacs.
3010
3011 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
3012
3013         * gnus-art.el (gnus-treat-highlight-signature): Make the default
3014         work for multipart/signed where the message text isn't `last'.
3015
3016 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3017
3018         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
3019         the value of mm-inline-text-html-with-images.
3020         (mm-inline-text-html-render-with-w3m): Don't bind
3021         w3m-display-inline-images.
3022
3023         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
3024         w3m-display-inline-images.
3025
3026         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
3027         regardless of an Emacs flavor.
3028
3029 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * gnus.el (gnus-version-number): Bump.
3032
3033 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3034
3035         * gnus.el: Oort Gnus v0.16 is released.
3036
3037 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038
3039         * lpath.el (featurep): Bind mm-w3m-mode-map.
3040
3041 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
3042
3043         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
3044         'respool-able backends define a global nnchoke-get-new-mail
3045         variable.
3046
3047 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
3048
3049         * gnus-art.el (gnus-mime-delete-part): New function.
3050         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
3051
3052 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * message.el (message-check-news-header-syntax): Don't push
3055         groups twice onto list of unknown groups.
3056
3057         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
3058         back.
3059
3060         * nnheader.el (nnheader-find-etc-directory): Doc fix.
3061
3062         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
3063         config unless the summary buffer exists.
3064
3065         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
3066         that target group is computed correctly when articles are marked
3067         as read by Xref handling.
3068
3069         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
3070         imap-open.
3071
3072         * message.el (message-send-mail): Add courtesy string to Bcc's,
3073         too.
3074
3075         * gnus-cite.el (gnus-cited-line-p): New function.
3076
3077 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
3078
3079         * mm-bodies.el (mm-decode-body): Add new optional parameter,
3080         force, to use the supplied charset unconditionally.
3081
3082         * gnus-art.el (article-decode-charset): Use it.
3083
3084 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
3085
3086         * mm-bodies.el (mm-decode-coding-region-safely): New function.
3087         (mm-decode-body): Use it.
3088
3089         * rfc2047.el (rfc2047-decode-region): do.
3090         (rfc2047-decode-string): Guess coding system if the default is
3091         invalid.
3092
3093 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3094
3095         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
3096         articles are marked 'read, so we get correct article counts.
3097
3098 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
3101         the button.
3102         (gnus-insert-prev-page-button): Ditto.
3103         (gnus-insert-next-page-button): Ditto.
3104         (gnus-insert-mime-security-button): Ditto.
3105
3106         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
3107         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
3108         (mm-inline-image-xemacs): Ditto.
3109
3110 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
3111
3112         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
3113         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
3114         the recent filename uniqueness discussion.
3115
3116 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
3119         newline next time.
3120         (mm-inline-image-xemacs): Ditto.
3121
3122 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
3123
3124         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
3125         kill-line.
3126
3127 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
3128
3129         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
3130         kill-line.
3131
3132 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3133
3134         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
3135         fixing the code to match the documentation.
3136         (gnus-agent-fetch-selected-article): Replaced
3137         gnus-summary-update-article-line with gnus-summary-update-line as
3138         the former did not correctly recalculate the thread indentation.
3139         (gnus-agent-find-parameter): The agent-predicate, if not found
3140         anywhere else, defaults to the value of gnus-agent-predicate.
3141         (gnus-agent-fetch-session): Fixed typo; now executes
3142         gnus-agent-fetched-hook rather than the undocumented
3143         gnus-agent-fetch-hook.
3144         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
3145         default agent predicate is now provided by
3146         gnus-agent-find-parameter.
3147         (gnus-agent-message): New macro.  This macro avoids potentially
3148         costly parameter evaluation when the message's level is too high
3149         to display.
3150         (gnus-agent-expire-group-1): Disabled undo tracking in temp
3151         overview buffer. Uses new gnus-agent-message macro to reduce
3152         overhead of optional messages. Reversed message levels to
3153         emphasize percent completion messages.  Detailed messages of
3154         little use except when debugging code.
3155
3156 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
3157
3158         * spam.el (spam-ham-move-routine): use
3159         spam-mark-ham-unread-before-move-from-spam-group
3160         (spam-mark-ham-unread-before-move-from-spam-group): new variable
3161
3162 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3163
3164         * spam.el: load nnimap.el when compiling
3165         (spam-setup-widening): use
3166         nnimap-split-download-body-default instead of
3167         nnimap-split-download-body which is a user-customizable variable
3168
3169 2003-03-07  Simon Josefsson  <jas@extundo.com>
3170
3171         * nnimap.el (nnimap-split-download-body-default): New, holds
3172         default for n-s-d-b.
3173         (nnimap-split-download-body): Add new setting (symbol default),
3174         which uses contents of n-s-d-b-d, and made it the default.
3175
3176 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
3177
3178         * spam.el (spam-use-hashcash): new variable
3179         (spam-list-of-checks): added spam-use-hashcash with associated
3180         spam-check-hashcash
3181         (spam-check-hashcash): new function, installed iff hashcash.el is
3182         loaded
3183         (spam-setup-widening): don't use (return)
3184
3185 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3186
3187         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
3188         predicate of `false' to avoid an error when a group defines no
3189         predicate. Fixed typo that disabled agent scoring (i.e. the
3190         low/high predicates should now work).
3191
3192 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
3193
3194         * spam.el: add spam-maybe-spam-stat-load to
3195         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
3196         (spam-bogofilter-register-with-bogofilter): use
3197         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
3198         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
3199         custom variables to replace "-s" and "-n"
3200
3201         * gnus-group.el (gnus-group-get-new-news): call the new
3202         gnus-get-top-new-news-hook hook
3203
3204         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
3205         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
3206
3207 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208
3209         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
3210
3211 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
3214         a cl run-time function.
3215
3216 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3217
3218         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
3219         on gnus-agent-short-article.
3220         (gnus-category-read): Replaced CL function mapcar* with new macro:
3221         gnus-mapcar.
3222         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
3223         support functions that accept multiple parameters.  A separate
3224         sequence must be provided for each parameter in the function.
3225         Iteration stops when the end of the shortest list is reached.
3226
3227 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
3228
3229         * nnimap.el (nnimap-request-accept-article): Use delete-region.
3230
3231         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
3232         (html2text-delete-single-tag, html2text-clean-anchor)
3233         (html2text-remove-tags): Use delete-region.
3234         (html2text-fix-paragraphs): Simplify.
3235
3236         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
3237         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
3238         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
3239         kill-region.
3240
3241 2003-03-04  John Paul Wallington  <jpw@gnu.org>
3242
3243         * gnus-agent.el (gnus-agent-enable-expiration)
3244         (gnus-agent-article-alist, gnus-agent-article-alist)
3245         (gnus-agent-cat-defaccessor): Doc fixes.
3246
3247 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3248
3249         * gnus-agent.el (gnus-function-implies-unread-1): Grok
3250         byte-compiled functions.
3251
3252 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3253
3254         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
3255         customization between new maneuvering (which permits selecting
3256         undownloaded articles) and old maneuvering (which skipped over
3257         undownloaded articles) behaviors.
3258         (gnus-summary-find-next): Pass through the unread and subject
3259         parameters when calling gnus-summary-find-prev.
3260         (gnus-summary-find-next,gnus-summary-find-prev): Apply
3261         gnus-auto-goto-ignores to filter out unacceptable articles.
3262
3263 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
3264
3265         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
3266         exists in all supported Emacs versions, so we don't need this
3267         compatibility function.
3268         (mail-source-fetch-pop, mail-source-check-pop)
3269         (mail-source-fetch-webmail): Use read-passwd.
3270
3271         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
3272         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
3273         read-passwd.
3274
3275         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
3276
3277         * imap.el (imap-read-passwd): Remove.
3278         (imap-interactive-login): Use read-passwd.
3279
3280         * canlock.el (canlock-read-passwd): Remove.
3281         (canlock-insert-header, canlock-verify): Use read-passwd.
3282
3283         * sieve-manage.el (sieve-manage-read-passwd): Remove.
3284         (sieve-manage-interactive-login): Use read-passwd.
3285
3286         * pop3.el (pop3-read-passwd): Remove.
3287         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
3288         read-passwd.
3289
3290         * pgg.el (pgg-read-passphrase): Simplify.
3291
3292 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3293
3294         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
3295         'plugged' when actually 'unplugged' bug.
3296         (gnus-category-read): Ignore nil values when converting an
3297         old-format category so that the new-format category will default
3298         those attributes to the global variables.
3299
3300 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3301
3302         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
3303         doc-string.
3304
3305 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3306
3307         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
3308         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
3309         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
3310         * mm-url.el (mm-url-decode-entities-string): do.
3311         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
3312         * mm-decode.el (mm-find-raw-part-by-type): do.
3313         * message.el (message-send-mail-partially)
3314         (message-send-mail-with-sendmail): do.
3315         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
3316         * gnus-kill.el (gnus-pp-gnus-kill): do.
3317         * gnus-art.el (gnus-article-treat-unfold-headers)
3318         (gnus-article-encrypt-body): do.
3319
3320 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3321
3322         * mail-source.el (mail-source-delete-incoming): Allow integer value.
3323         (mail-source-delete-old-incoming-confirm): New variable.
3324         (mail-source-delete-old-incoming): Use it.  New function.
3325         (mail-source-callback): Call `mail-source-delete-old-incoming' if
3326         `mail-source-delete-incoming' is a nonnegative integer.
3327
3328 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3329
3330         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
3331         (gnus-user-agent): Fixed typo.
3332
3333 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3334
3335         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
3336         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
3337
3338 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3339
3340         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
3341         (gnus-agent-fetch-session): Allow debugging to take place.
3342
3343 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
3344
3345         * gnus-sum.el (gnus-highlight-selected-summary)
3346         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
3347         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
3348         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
3349         and makes it clear that we don't need the side effect.
3350         * gnus-util.el (gnus-delete-line): do.
3351         * gnus-xmas.el (gnus-group-add-icon): do.
3352         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
3353         * nntp.el (nntp-send-authinfo-from-file): do.
3354         * nnml.el (nnml-header-value): do.
3355         * nnheader.el (nnheader-insert-references): do.
3356         * gnus-cite.el (gnus-article-highlight-citation)
3357         (gnus-cite-parse): do.
3358         * gnus-score.el (gnus-score-followup): do.
3359         * gnus-draft.el (gnus-draft-send): do.
3360         * gnus-group.el (gnus-group-highlight-line): do.
3361         * gnus-cache.el (gnus-cache-braid-nov): do.
3362         * nnfolder.el (nnfolder-retrieve-headers)
3363         (nnfolder-request-article): do.
3364         * gnus-art.el (article-hide-boring-headers)
3365         (gnus-article-hide-header): do.
3366
3367         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
3368         * nnml.el (nnml-request-replace-article): do.
3369         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
3370         * nnfolder.el (nnfolder-request-move-article): do.
3371         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
3372         * gnus-art.el (gnus-mm-display-part): do.
3373
3374         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
3375
3376 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3377
3378         * nntp.el (nntp-possibly-change-group): Avoid calling
3379         process-buffer on nil (Which happened when you lost your
3380         connection while fetching); instead signal a "Server Closed
3381         Connection" error.
3382
3383 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3384
3385         * gnus-agent.el (gnus-agent-enable-expiration): New
3386         variable. Either ENABLE or DISABLE.  Sets default behavior for
3387         selecting which groups are expired.
3388         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
3389         gnus-agent-set-cat-groups): Provides abstract interface for
3390         accessing agent category.  Category now implemented by an alist.
3391         (gnus-agent-add-group, gnus-agent-remove-group,
3392         gnus-category-insert-line, gnus-category-edit-predicate,
3393         gnus-category-edit-score, gnus-category-edit-groups,
3394         gnus-category-copy, gnus-category-add, gnus-group-category): Use
3395         new agent category abstraction.
3396         (gnus-agent-find-parameter): New function. Search for agent
3397         configuration parameter first in the group's parameters, then its
3398         topics (if any), and then the group's category.  If not found
3399         anywhere, use the original defined constants.
3400         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
3401         gnus-agent-find-parameter.
3402         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
3403         gnus-agent-cache now blocks retrieving headers and articles from
3404         the local cache.  Fetched content is still added to the cache
3405         before being returned.
3406         (gnus-agent-fetch-session): Use error-message-string to generate
3407         displayed error message.
3408         (gnus-agent-customize-category): New Command. 'e' in category
3409         buffer opens category customization buffer.
3410         (gnus-category-read): Reads either positional or alist format;
3411         returns alist format.
3412         (gnus-category-write): Writes category file compatible with
3413         current, and previous, versions of gnus-agent.
3414         (gnus-category-make-function, gnus-category-make-function-1):
3415         Corrected documentation; parameter is predicate NOT category.
3416         (gnus-predicate-implies-unread): Now works in more cases per the
3417         todo comment.
3418         (gnus-function-implies-unread-1): New function. Supports
3419         gnus-predicate-implies-unread.
3420         (gnus-agent-expire-group): Command now provides default of group
3421         under point.
3422         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
3423         agent-days-until-old parameters. No longer supports
3424         gnus-agent-expire-days being set to an alist.
3425         (gnus-agent-request-article): Now performs its own checks of
3426         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
3427         assuming that the caller will do them correctly.
3428         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
3429         gnus-agent-expire-days is set to an alist.  Converts said alist
3430         into group parameter so that gnus-agent-expire-days will not be
3431         needed.
3432         * gnus-art.el (gnus-request-article-this-buffer): Conditional
3433         checks surrounding gnus-agent-request-article removed; now
3434         performed by gnus-agent-request-article.
3435         * gnus-cus.el (gnus-agent-parameters): New variable. List of
3436         customizable group/topic parameters that regulate the agent.
3437         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
3438         kill-buffer with gnus-kill-buffer to remove the killed buffer from
3439         the list of gnus buffers.
3440         (gnus-trim-whitespace): Removes leading and trailing whitespace
3441         from multiline strings.
3442         (gnus-agent-cat-prepare-category-field,
3443         gnus-agent-customize-category): Constructs a category
3444         customization buffer.
3445         * gnus-int.el (gnus-retrieve-headers,
3446         gnus-request-expire-articles): No longer checks gnus-agent-cache
3447         as it is handled internally by the agent.
3448         (gnus-request-head, gnus-request-body): Conditional checks
3449         surrounding gnus-agent-request-article removed; now performed by
3450         gnus-agent-request-article.
3451
3452         * gnus-start.el (): Added defvar statements to resolve compilation
3453         warnings.
3454         (gnus-long-file-names): New function. Isolates platform dependent
3455         msdos-long-file-names.
3456         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
3457         option of writing directly to file.  Avoids memory exhausted
3458         errors when .newsrc.eld is huge.
3459         (gnus-save-newsrc-file): Uses new
3460         gnus-save-startup-file-via-temp-buffer.
3461         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
3462         standard-output.
3463         (gnus-display-time-event-handler): Changed to alias from a defun
3464         to avoid a compile-time warning when display-time-event-handler is
3465         not defined.
3466         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
3467         standard-output such that prin1 and princ will write directly to a
3468         file.
3469
3470         * gnus.el (gnus-agent-cache): Expanded documentation.
3471         (gnus-summary-high-undownloaded-face): Removed second bold keyword
3472         so that this face is actually bold.
3473
3474         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
3475         gnus-use-cache has been set.
3476
3477 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
3478
3479         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
3480
3481 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
3482
3483         * gnus-art.el (gnus-article-refer-article): Be more permissive.
3484
3485 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3486
3487         * spam.el: Fix typo.
3488
3489 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
3490         (Trivial patch.)
3491
3492         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
3493         errors-buffer. This produces a nicer error message in case of
3494         problems.
3495
3496 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
3497
3498         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
3499         load stats iff spam-use-stat is on
3500
3501         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
3502         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
3503         instead of spam-stat-load and spam-stat-save in the
3504         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
3505
3506 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3507
3508         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
3509
3510 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * message.el (message-make-fqdn): Protect against nil user-mail.
3513
3514 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
3515
3516         * gnus-art.el (gnus-boring-article-headers): New values:
3517         'to-list and 'cc-list.
3518
3519 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3520
3521         * spam.el (spam-setup-widening): new function to set
3522         nnimap-split-download-body, we add it to gnus-get-new-news-hook
3523         (spam-list-of-statistical-checks): list of statistical splitter
3524         checks
3525         (spam-split): added a widen call when a statistical check is
3526         enabled
3527
3528 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
3529
3530         * gnus-msg.el (gnus-user-agent): Changed default to
3531         'emacs-gnus-type, renamed 'full.
3532
3533 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
3534
3535         * nnfolder.el (nnfolder-request-accept-article): Don't use
3536         mail-header-unfold-field.
3537
3538 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3539
3540         * imap.el (imap-ssl-open): Don't depend on ssl.el.
3541         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
3542
3543 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3544
3545         * spam.el: add spam-stat-load to gnus-get-new-news-hook
3546         (spam-split): remove spam-stat-load call
3547
3548 2003-02-26  Simon Josefsson  <jas@extundo.com>
3549
3550         * gnus-sum.el (gnus-summary-toggle-header): Run
3551         gnus-article-decode-hook instead of calling a-decode-encoded-words
3552         directly (the latter is run as part of the former).
3553
3554 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3555
3556         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
3557
3558 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
3559
3560         * message.el (message-sendmail-envelope-from): New option.
3561         (message-sendmail-envelope-from): New function.
3562         (message-send-mail-with-sendmail): Use it.
3563
3564 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
3565
3566         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
3567         compensation for TDMA addresses.
3568
3569 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3570
3571         * gnus-msg.el (gnus-user-agent): New variable.
3572         (gnus-version-expose-system): Removed.  Obsoleted by
3573         `gnus-user-agent'.
3574         (gnus-extended-version): Use `gnus-user-agent'.
3575
3576 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
3577
3578         * spam.el (spam-stat-register-spam-routine,
3579         spam-stat-register-ham-routine): remove spam-stat-save
3580         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
3581
3582 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3583
3584         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
3585         reference.
3586
3587 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3588
3589         * nnheader.el (nnheader-find-nov-line): Changed midpoint
3590         calculation to avoid integer overflow.
3591
3592 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3593
3594         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
3595
3596 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
3597         * spam.el: disabled spam-get-article-as-filename
3598
3599         From Michael Shields  <shields@msrl.com>
3600
3601         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
3602         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
3603         * gnus-sum.el (gnus-summary-expire-articles): Use it.
3604         * spam.el (spam-summary-prepare-exit): Use it.
3605         * gnus.el (gnus-install-group-spam-parameters): New.
3606         * spam.el (spam-group-ham-processor-copy-p): New.
3607         * spam.el (spam-summary-prepare-exit): Support for ham copying.
3608         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
3609         that would cause the current message to be moved if the group had
3610         no spam.
3611         * spam.el (spam-ham-move-routine): New `copy' argument.
3612
3613 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3614         From Martin Thornquist <martint@ifi.uio.no>
3615
3616         * gnus-topic.el (gnus-topic-select-group): Select last group if
3617         after last group.
3618         * gnus-group.el (gnus-group-select-group): Ditto.
3619
3620 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3621
3622         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
3623         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
3624         point-at-(b|e)ol which aren't available in Emacs 20.
3625
3626         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
3627
3628 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3629
3630         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
3631         clause of the condition-case statement.  Errors connecting to a
3632         server no longer terminate gnus.
3633
3634         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
3635         make its use obvious.  Added no-nothing case to avoid
3636         opening(closing) servers when already open(closed).
3637         (gnus-agent-while-plugged): Added macro to facilitate internal use
3638         of gnus-agent-toggle-plugged.
3639         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
3640         temporarily open servers.
3641         (gnus-agent-get-undownloaded-list): Sort list of article numbers
3642         as sorting gnus-newsgroup-headers is wrong.
3643         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
3644         to temporarily open servers. Corrected logic to handle setting
3645         gnus-agent-mark-unread-after-downloaded.
3646         (gnus-agent-fetch-articles): Now handles headers with missing
3647         article sizes and/or missing article lengths.  Now clears the
3648         message buffer when finished.
3649         (gnus-agent-fetch-group-1): Position point before calling
3650         gnus-summary-set-agent-mark.
3651         (gnus-get-predicate): Corrected description, parameter is
3652         predicate not category.
3653         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
3654         provide a separate single group expiration function.
3655         (gnus-agent-regenerate-group): Now clears the message buffer when
3656         finished.
3657
3658 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3659
3660         * gnus.el (gnus-agent-target-move-group-header): New variable.
3661         * gnus-draft.el (gnus-draft-send): If special header
3662         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
3663         that group, instead of performing the regular sending functions.
3664
3665 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
3668
3669 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
3672         variables.
3673         (message-make-fqdn): Use it.  Improved validity check.
3674
3675 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * message.el (message-user-mail-address): Check whether
3678         user-mail-address looks valid.
3679
3680         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
3681
3682         * gnus-util.el (gnus-fetch-original-field): New function.
3683
3684 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3685
3686         * message.el (message-mode): \\(...\\) around additional
3687         paragraph-separate alternative.
3688
3689 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
3690
3691         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
3692         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
3693         display key bindings.
3694         (gnus-mime-button-menu): Rewrite.
3695
3696 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * gnus-art.el (gnus-button-url-regexp): Removed `.
3699
3700 2003-02-23  Max Froumentin  <mf@w3.org>
3701
3702         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
3703
3704 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * gnus-art.el (gnus-mime-action-on-part): Require a match
3707         interactively.
3708
3709         * gnus-start.el (gnus-save-newsrc-file): Use
3710         gnus-backup-startup-file.
3711         (gnus-backup-startup-file): New variable.
3712
3713 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * gnus.el (gnus-summary-buffer-name): Moved function here.
3716
3717         * gnus-draft.el (defun): Remove debug.
3718
3719 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3720
3721         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
3722         can't open server.
3723
3724 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus-draft.el (defun): Configure posting styles.
3727
3728         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
3729         the entry for the group exists before we alter it.
3730
3731 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3732
3733         * message.el (message-mode): MML tags separate paragraphs.  Small
3734         change from David S Goldberg <david.goldberg6@verizon.net>.
3735
3736         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
3737         `gnus-newsgroup-headers'.
3738
3739         * gnus-art.el (gnus-article-refer-article): Grok more message id
3740         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3741
3742 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
3743
3744         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
3745         use "path name".
3746
3747 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
3748
3749         * gnus-sum.el (gnus-summary-move-article)
3750         (gnus-summary-expire-articles): send data header for article, not
3751         just article ID
3752
3753         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
3754         (gnus-register-spool-action): added hashtable of message ID keys
3755         with message motion data
3756
3757 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
3758         From Reiner Steib  <Reiner.Steib@gmx.de>.
3759
3760         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
3761         variable, used in `gnus-button-mid-or-mail-heuristic'.
3762         (gnus-button-mid-or-mail-heuristic): New function derived from
3763         Florian Weimer's Perl script.
3764         (gnus-button-handle-mid-or-mail): Allow a function instead of
3765         'guess.
3766         (gnus-button-guessed-mid-regexp): Removed.
3767
3768 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * message.el (message-resend): Bind message-setup-hook to nil;
3771         remove X-Draft-From header.
3772
3773 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3774
3775         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
3776         (gnus-newsgroup-undownloaded)
3777         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
3778         Doc fixes.
3779
3780 2003-02-17  John Paul Wallington  <jpw@gnu.org>
3781
3782         * gnus.el (gnus-shell-command-separator, gnus-email-address)
3783         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
3784
3785 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
3786
3787         * gnus-spec.el (gnus-xmas-format): Use insert instead of
3788         insert-string which is obsolete in Emacs 21.4.
3789
3790         * message.el (message-cross-post-followup-to-header): do.
3791
3792         * spam.el (spam-ifile-register-with-ifile)
3793         (spam-stat-register-spam-routine)
3794         (spam-stat-register-ham-routine)
3795         (spam-bogofilter-register-with-bogofilter): do.
3796
3797         * mailcap.el (mailcap-mime-data): Fix typo.
3798
3799         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
3800
3801 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
3802
3803         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
3804         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
3805         `gnus-cite-unsightly-citation-regexp'.
3806
3807 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3808
3809         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
3810         even if there's just a header.
3811
3812 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
3813
3814         * message.el (message-fix-before-sending): Fix highlighting of
3815         illegible and invisible text.
3816
3817         * gnus-util.el (gnus-multiple-choice): Separate choices with
3818         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
3819
3820 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
3821
3822         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
3823
3824 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
3825
3826         * spam.el (spam-ham-move-routine)
3827         (spam-mark-spam-as-expired-and-move-routine): use
3828         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
3829         around process-mark manipulation on the group
3830
3831 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3832
3833         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
3834         submenu.
3835
3836 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * mail-source.el (mail-source-fetch): Reverse the return value of
3839         the continuation question.
3840
3841 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3842
3843         * nndraft.el (nndraft-request-move-article): Bind
3844         nnmh-allow-delete-final to t.
3845
3846 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3847
3848         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
3849
3850 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
3851
3852         * nntp.el (nntp-accept-process-output): Don't use point-max to get
3853         the buffer's size.
3854
3855 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
3856
3857         * nnheader.el: Added cygwin to system-type comparisons.
3858
3859 2003-01-27  Juanma Barranquero  <lektu@terra.es>
3860
3861         * imap.el (imap-mailbox-status): Fix typo.
3862
3863 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3864
3865         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
3866         online.
3867
3868 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3869
3870         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
3871         commands.
3872         * gnus-sum.el: Small change from Frank Weinberg
3873         <frank@usenet-rundfahrt.de>:
3874         (gnus-auto-center-group): New variable.
3875         (gnus-summary-read-group-1): Use it.
3876         (gnus-summary-next-group): Fix docstring.
3877
3878 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3879
3880         * gnus-util.el (gnus-faces-at): Simplify.
3881
3882 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3883
3884         * spam.el (spam-ham-move-routine)
3885         (spam-mark-spam-as-expired-and-move-routine): made the article
3886         move conditional, so it's not called even if there's nothing to move
3887
3888 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3889
3890         * message.el (message-unix-mail-delimiter): Accept any whitespace
3891         after the email address and before the date; do not require the
3892         space character.  From Kurt B. Kaiser <kbk@shore.net>.
3893
3894 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3895
3896         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
3897         gnus-article-boring-faces variable is bound; use gnus-faces-at.
3898
3899         * gnus-util.el (gnus-faces-at): New macro.
3900
3901 2003-02-13  Michael Shields  <shields@msrl.com>
3902
3903         * gnus-cite.el
3904         (gnus-cite-attribution-suffix, gnus-cite-parse):
3905         Better handling for Microsoft citation styles.
3906         (gnus-unsightly-citation-regexp): New.
3907
3908 2003-02-12  Michael Shields  <shields@msrl.com>
3909
3910         * gnus-art.el (article-strip-banner): Strip both per-group and
3911         per-user-address banners.
3912         (article-really-strip-banner): New.
3913
3914 2003-02-12  Michael Shields  <shields@msrl.com>
3915
3916         * gnus-sum.el (gnus-article-goto-next-page,
3917         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
3918         relying on the summary bindings of `n' and `p'.
3919
3920 2003-02-12  Michael Shields  <shields@msrl.com>
3921
3922         * gnus-art.el (gnus-article-only-boring-p): New.
3923         (gnus-article-skip-boring): New.
3924         * gnus-cite.el (gnus-article-boring-faces): New.
3925         * gnus-sum.el (gnus-summary-next-page): Use
3926         gnus-article-only-boring-p.
3927
3928 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
3929
3930         * spam.el (spam-mark-spam-as-expired-and-move-routine)
3931         (spam-ham-move-routine): unmark all articles before marking those
3932         of interest and calling gnus-summary-move-article
3933
3934 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
3935
3936         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
3937         logically the complement of gnus-get-buffer-create and
3938         gnus-add-buffer.
3939
3940         * gnus-util.el (gnus-kill-buffer): do.
3941
3942         * nnmail.el: Autoload gnus-kill-buffer.
3943
3944 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3945
3946         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
3947         gnus-summary-goto-subject as gnus-summary-update-mark operates on
3948         the current LINE.
3949         (gnus-agent-summary-fetch-group): Minimized the number of times
3950         that the article is updated in the buffer.
3951
3952 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * spam.el (spam-ham-move-routine): use the process-mark instead of
3955         gnus-current-article when moving articles
3956         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
3957
3958 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
3961         (gnus-topic-catchup-articles): Ditto.
3962         (gnus-topic-mark-topic): Reverse recursive logic.
3963
3964 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
3965
3966         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
3967         gnus-refer-thread-limit is t.
3968
3969 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
3970
3971         * mm-util.el (mm-mule-charset-to-mime-charset): Use
3972         sort-coding-systems to prefer utf-8 over utf-16.
3973
3974 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3975
3976         * gnus-agent.el (gnus-agent-expire-days):
3977         gnus-request-move-article depends on gnus-agent-expire to clean up
3978         the cache after moving the article.  Therefore, g-a-e-d can NOT
3979         default to nil or can gnus-agent-expire be disabled by doing so.
3980         If you don't want to run gnus-agent-expire, don't call it.
3981         (gnus-agent-expire): The broken test to disable gnus-agent-expire
3982         when g-a-e-d was NOT nil was removed.
3983         (gnus-agent-article-name): Removed unnecessary input test as
3984         article IDs are always strings.
3985         (gnus-agent-regenerate-group): Added check to protect against
3986         servers that generate absurdly long article IDs.  Valid IDs are
3987         less than 10 digits to avoid overflow errors.  Fixed logic error
3988         when ensuring that the final article ID is present in the new
3989         alist.
3990
3991 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3992
3993         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
3994         next line after finding the parent.
3995
3996 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * gnus.el (gnus-version-number): Bumped.
3999
4000 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4001
4002         * gnus.el: Oort Gnus v0.15 is released.
4003
4004 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
4005
4006         * nnmail.el (nnmail-split-it): If a message ends up matching the
4007           same mailbox more than once, it will cause duplicates to appear
4008           in the mailbox.
4009
4010 2003-02-08  Simon Josefsson  <jas@extundo.com>
4011
4012         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
4013         code that only worked under Emacs.
4014
4015         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
4016         Das <satyaki@chicory.stanford.edu>.
4017
4018 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
4019
4020         * gnus-art.el (gnus-article-refer-article): Use
4021         gnus-replace-in-string.
4022
4023         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
4024         (gnus-remove-duplicates): do.
4025
4026 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4027
4028         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
4029         (gnus-request-scan): set
4030         gnus-internal-registry-spool-current-method to gnus-command-method
4031         before a request-scan operation
4032
4033         * gnus-registry.el (regtest-nnmail): use
4034         gnus-internal-registry-spool-current-method
4035
4036 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4037
4038         * mail-source.el (mail-source-fetch): Typo fix.
4039
4040 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4041
4042         * nnmail.el (nnmail-spool-hook): new hook
4043         (nnmail-cache-insert): call nnmail-spool-hook
4044
4045         * gnus-registry.el: new file with examples of using the hooks
4046
4047         * gnus.el (gnus-registry): added registry customization group
4048         (gnus-group-prefixed-name): improve function to return full group
4049         name optionally
4050         (gnus-group-guess-prefixed-name): shortcut to
4051         gnus-group-prefixed-name, using just the group name
4052         (gnus-group-full-name): always get a group's full name
4053         (gnus-group-guess-full-name): shortcut, using just the group name
4054
4055         * gnus-sum.el (gnus-summary-article-move-hook)
4056         (gnus-summary-article-delete-hook)
4057         (gnus-summary-article-expire-hook): new hooks
4058         (gnus-summary-move-article, gnus-summary-expire-articles)
4059         (gnus-summary-delete-article): invoke the new hooks
4060
4061 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
4062
4063         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
4064         from message-ID
4065
4066 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4067
4068         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
4069
4070 2003-02-07  John Paul Wallington  <jpw@gnu.org>
4071
4072         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
4073         (mm-write-region, mm-detect-coding-region): Doc fixes.
4074
4075 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4076
4077         * mail-source.el (mail-source-fetch): Ignore errors.
4078         (mail-source-ignore-errors): New variable.
4079
4080         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
4081         articles.
4082
4083         * gnus-msg.el (gnus-version-expose-system): Change default.
4084
4085 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
4086
4087         * gnus-msg.el (gnus-version-expose-system): New variable.
4088
4089 2003-02-07  Simon Josefsson  <jas@extundo.com>
4090
4091         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
4092         patch from deskpot@myrealbox.com (Vasily Korytov).
4093
4094 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4095
4096         * gnus-art.el (article-display-face): Get the Face header from
4097         the current buffer.
4098
4099 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4100
4101         * gnus-art.el (gnus-mime-view-part-internally): Bind
4102         buffer-read-only to nil.
4103
4104 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
4107         from g-a-e-1 to g-a-e-2.
4108
4109 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
4110
4111         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
4112         of bbdb-search-simple, use spam-use-BBDB-exclusive
4113         (spam-check-whitelist): use spam-use-whitelist-exclusive
4114         (spam-use-whitelist-exclusive): new variable affecting
4115         spam-use-whitelist
4116         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
4117
4118 2003-02-05  Simon Josefsson  <jas@extundo.com>
4119
4120         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
4121         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
4122         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
4123         (gnus-agent-expire-1): New.
4124         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
4125         (gnus-agent-expire-2): New.
4126
4127 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
4128
4129         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
4130         "delete-if" is misleading because it isn't actually destructive.
4131
4132         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
4133
4134         * nnmail.el (nnmail-purge-split-history): do.
4135
4136         * gnus-win.el (gnus-get-buffer-window): do.
4137
4138         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
4139         let-binding.
4140         (gnus-simplify-all-whitespace): do.
4141
4142 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * gnus-delay.el (gnus-delay-article): Fix binding of the
4145         nndraft:delayed group.
4146
4147 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4148
4149         * gnus.el (spam group parameters): change 'other to 'const in
4150         the group parameter definitions to soothe XEmacs
4151
4152 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4153
4154         * gnus-delay.el (gnus-delay-article): Really create
4155         nndraft:delayed group if it doesn't exist.
4156
4157 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
4158
4159         * gnus-sum.el (gnus-summary-search-article): Speed up by
4160         disabling various visual features while searching.
4161         (gnus-summary-recenter): Test gnus-auto-center-summary first.
4162
4163 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
4164
4165         * spam.el (spam-list-of-checks): Don't quote nil and t in
4166         docstrings.  From the elisp manual:
4167
4168            When a documentation string refers to a Lisp symbol, write
4169            it [..] with single-quotes around it.  [..] There are two
4170            exceptions: write t and nil without single-quotes.
4171
4172         * messcompat.el (message-from-style): do.
4173
4174         * message.el (message-send-mail): do.
4175
4176         * gnus-util.el (gnus-use-byte-compile): do.
4177
4178         * gnus-score.el (gnus-score-lower-thread): do.
4179
4180         * gnus-int.el (gnus-server-unopen-status): do.
4181
4182         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
4183         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
4184
4185         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
4186         (gnus-group-parameters): do.
4187
4188         * gnus-art.el (gnus-article-mime-match-handle-function): do.
4189
4190         * mm-decode.el (mm-text-html-renderer): do.
4191
4192 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * nnheader.el (nnheader-directory-separator-character): Change the
4195         way to compute the dafault value.
4196
4197 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
4198
4199         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
4200         (gnus-button-alist): Fix regexp for describe-key.
4201         (gnus-button-handle-describe-function)
4202         (gnus-button-handle-describe-variable)
4203         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
4204         (gnus-button-handle-apropos-variable)
4205         (gnus-button-handle-apropos-documentation): Docstring fix.
4206
4207         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
4208
4209 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4210
4211         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
4212         to nil.
4213
4214         * nnmail.el: Removed gnus-util autoload.
4215
4216         * gnus.el: Use gnus-prin1-to-string throughout.
4217
4218         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
4219         print-level.
4220
4221         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
4222         (gnus-treat-display-grey-xface): Removed.
4223
4224         * gnus-fun.el (gnus-grab-cam-face): New.
4225         (gnus-convert-image-to-gray-x-face): Removed.
4226         (gnus-convert-gray-x-face-to-xpm): removed.
4227         (gnus-convert-gray-x-face-region): Removed.
4228         (gnus-grab-gray-x-face): Removed.
4229
4230         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
4231
4232 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
4233
4234         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
4235         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
4236         bound.
4237
4238         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
4239
4240 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
4241
4242         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
4243         Remove -- these are bogus options which are never used.
4244
4245 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
4246
4247         * gnus-art.el (gnus-article-mode): Use summary tool bar.
4248
4249 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4250
4251         * spam.el (spam-check-blackholes)
4252         (spam-blackhole-good-server-regex): new variable to skip some IPs
4253         when checking blackholes; use it
4254         (spam-check-bogofilter-headers)
4255         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
4256         case more X-Bogosity is used than just "Yes/No"
4257         (spam-ham-move-routine): semi-fixed, only first article is
4258         properly moved now
4259
4260 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
4261
4262         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
4263         as well.
4264
4265         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
4266
4267         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
4268
4269         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
4270
4271         * gnus-bcklg.el (gnus-backlog-shutdown): do.
4272
4273         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
4274
4275 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-fun.el (gnus-face-encode): New function.
4278         (gnus-convert-png-to-face): Use it.
4279
4280         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
4281
4282 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
4283
4284         * mm-decode.el (mm-dissection-list): Remove.
4285         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
4286         only used in mm-remove-all-parts.
4287         (mm-remove-all-parts): Remove it, it's never called.
4288
4289 2003-01-25  Simon Josefsson  <jas@extundo.com>
4290
4291         * gnus-group.el (gnus-group-make-group): Report errors.
4292
4293         * nnimap.el (nnimap-request-create-group): Ditto.
4294
4295         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
4296
4297         * sieve.el (sieve-upload): Fix error printing.
4298
4299         * mm-encode.el (mm-qp-or-base64): Always QP iff
4300         mm-use-ultra-safe-encoding and cleartext PGP.
4301
4302         * gnus-sum.el (gnus-summary-select-article): Inhibit
4303         redisplay (mainly for secured messages).
4304
4305         * nnmail.el (nnmail-article-group): Copy body too (but don't
4306         process it).
4307
4308 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
4309
4310         * gnus-art.el (gnus-article-setup-buffer): Reset
4311         gnus-button-marker-list.
4312
4313 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4314
4315         * nntp.el (nntp-read-timeout): Default to using a second delay
4316         under Microsoft Windows.
4317
4318 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4319
4320         * nnheader.el (nnheader-directory-separator-character): New
4321         variable.
4322
4323 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4324
4325         * gnus-agent.el (gnus-agent-max-fetch-size)
4326         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
4327         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
4328         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
4329         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
4330         (gnus-agent-braid-nov, gnus-agent-load-alist)
4331         (gnus-agent-article-alist-save-format)
4332         (gnus-agent-read-agentview, gnus-agent-save-alist)
4333         (gnus-agent-fetch-group-1, gnus-agent-expire)
4334         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
4335         (gnus-agent-regenerate-group): Reformat to keep under eighty
4336         columns.  Reword docstrings so that first line is under eighty
4337         chars and a complete sentence.  Still need to work on the rear
4338         end of the file, in particular gnus-agent-expire.
4339
4340 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4341
4342         * gnus-agent.el (gnus-agentize): Indent.
4343
4344         * gnus.el (gnus-version-number): Bumped.
4345
4346 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4347
4348         * gnus.el: Oort Gnus v0.14 is released.
4349
4350 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4351
4352         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
4353         before beginning.  Tiny patch from Mark Thomas
4354         <swoon@bellatlantic.net>.
4355
4356 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * spam.el (spam-check-blackholes, spam-split)
4359         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
4360         gnus-message calls to show to users what spam.el is doing
4361
4362 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
4363
4364         * gnus-msg.el (gnus-message-replysign)
4365         (gnus-message-replyencrypt): Fix typo.
4366
4367 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
4370         details.
4371
4372 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-art.el (gnus-article-press-button): let* -> let.
4375         (gnus-mime-security-show-details): Cleaned up.
4376         (gnus-mime-security-press-button): Save excursion.
4377         (gnus-insert-mime-security-button): Clean up.
4378
4379         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
4380
4381         * gnus-async.el (gnus-async-wait-for-article): Don't use a
4382         timeout.
4383
4384         * nntp.el (nntp-accept-process-output): Removed timeout.
4385         (nntp-read-timeout): New variable.
4386         (nntp-accept-process-output): Use it.
4387
4388         * gnus-sum.el (gnus-data-find-list): Remove *.
4389
4390 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4391
4392         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
4393         introduced on 2002-01-22.
4394         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4395
4396 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
4397
4398         * spam.el (spam-check-regex-headers, spam-list-of-checks)
4399         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
4400         checks of incoming mail based on simple header regexp matching
4401
4402 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
4403
4404         * gnus-sum.el (gnus-spam-mark): set to `$'
4405
4406 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4407
4408         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
4409         gnus-newsgroup-unfetched, the list of articles whose headers have
4410         not been fetched from the server.
4411
4412         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
4413         parameter as it never worked due to a bug.  Added check to prevent
4414         selection of any article in the gnus-newsgroup-unfetched list.
4415         (gnus-summary-find-prev): Added check to prevent selection of any
4416         article in the gnus-newsgroup-unfetched list.
4417         (gnus-summary-first-subject): Documented API. Modified
4418         implementation so that constraints are handled independently.
4419         Added check to prevent selection of any article in the
4420         gnus-newsgroup-unfetched list.
4421         (gnus-summary-first-unseen-subject): Updated parameters in
4422         gnus-summary-first-subject call to match new API.
4423         (gnus-summary-first-unseen-or-unread-subject): Ditto.
4424         (gnus-summary-catchup): Do not mark unfetched articles as read.
4425
4426 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
4427
4428         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
4429         make-obsolete-variable allows only two arguments in XEmacs and
4430         Emacs 20.
4431
4432         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
4433         gnus-article-hide-pgp.
4434         (gnus-summary-make-menu-bar): do.
4435
4436         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
4437         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
4438         gnus-article-hide-pgp.
4439         (article-hide-pgp): Remove.
4440         (gnus-article-hide): Remove gnus-article-hide-pgp.
4441
4442         * gnus.el: Remove gnus-article-hide-pgp
4443
4444 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445
4446         * message.el (message-required-headers): Doc fix.
4447
4448 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
4449
4450         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
4451         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
4452         option to make ifile a purely binary classifier
4453
4454 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4455
4456         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
4457         (mml-secure-encrypt-pgpmime): Removed double.
4458
4459         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
4460         debugging statements.
4461
4462 2003-01-21  Andreas Fuchs  <asf@void.at>
4463
4464         * mml-sec.el (mml-sign-alist): Added pgpauto.
4465
4466 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4467
4468         * gnus.el (gnus-version-number): Bumped version number.
4469
4470 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4471
4472         * gnus.el: Oort Gnus v0.13 is released.
4473
4474 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475
4476         * gnus-art.el (gnus-button-url-regexp): Removed |.
4477
4478         * message.el (message-send-hook): Doc fix.
4479
4480         * gnus-win.el (gnus-buffer-configuration): Display article
4481         instead of article-copy when `reply'.
4482
4483 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
4484
4485         * gnus.el (gnus-format): Change customize group to gnus.
4486         (gnus-cache): Add link.
4487         (gnus-group-charter-alist): Fix docstring.
4488
4489 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
4490
4491         * mailcap.el (mailcap-print-command): lpr-command might be
4492         unbound in XEmacs.
4493
4494 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4495
4496         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
4497
4498         * gnus-sum.el (gnus-summary-update-article-line): Fixed
4499         calculation of net characters added for use in the gnus-data
4500         structure.
4501
4502 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4503
4504         * nnmail.el (nnmail-process-unix-mail-format): Improve error
4505         message.  Suggested by Jari Aalto.
4506
4507 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus-art.el (gnus-article-followup-with-original): Clean up.
4510         (gnus-article-reply-with-original): Ditto.
4511
4512         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
4513         read articles don't become unread.
4514
4515 2003-01-17  Simon Josefsson  <jas@extundo.com>
4516
4517         * gnus-fun.el (gnus-x-face-from-file):
4518         (gnus-face-from-file): Suggest image format in minibuffer prompt.
4519
4520         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4521         (gnus-convert-image-to-face-command): Doc fix.
4522
4523 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524
4525         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
4526
4527 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
4528
4529         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
4530         avoid encoding problems.
4531
4532         * mailcap.el (mailcap-ps-command): New variable.
4533         (mailcap-mime-data): Add print entry where applicable.  Use
4534         pdftotext on a tty.
4535
4536 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4537
4538         * gnus-sum.el (gnus-alter-header-function): Add type and group.
4539
4540 2003-01-16  Simon Josefsson  <jas@extundo.com>
4541
4542         * gnus-fun.el (gnus-convert-image-to-x-face-command)
4543         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
4544         (gnus-face-from-file): Doc fix; don't mention image format.
4545
4546 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4547
4548         * spam.el (spam-get-article-as-filename): new function (unused for now)
4549         (spam-get-article-as-buffer): new function
4550         (spam-get-article-as-string): use spam-get-article-as-buffer
4551         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
4552
4553 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4554
4555         * gnus-agent.el: Don't use `path'.
4556         From the GNU coding standards:
4557
4558             Please do not use the term ``pathname'' that is used in Unix
4559             documentation; use ``file name'' (two words) instead.  We use
4560             the term ``path'' only for search paths, which are lists of
4561             directory names.
4562
4563         * nnsoup.el (nnsoup-file-name): Ditto.
4564
4565         * nnmail.el (nnmail-pathname-coding-system): Ditto.
4566         (nnmail-group-pathname): Ditto.
4567
4568         * nnimap.el (nnimap-group-overview-filename): Ditto.
4569
4570         * nnheader.el (nnheader-pathname-coding-system): Ditto.
4571         (nnheader-group-pathname): Ditto.
4572
4573         * nnfolder.el (nnfolder-group-pathname): Ditto.
4574
4575         * gnus.el (gnus-home-directory): Ditto.
4576
4577         * gnus-group.el (gnus-group-icon-list): Ditto.
4578
4579 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
4580
4581         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
4582
4583         * message.el (message-mode-menu): Use it.
4584         (message-mode-menu): Deactivate "Yank Original" if there's no
4585         reply buffer.
4586
4587         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
4588
4589         * message.el (message-mark-active-p): New function.
4590
4591 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
4592
4593         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
4594         (spam-bogofilter-database-directory): new variables
4595         (spam-check-bogofilter-headers, spam-check-bogofilter)
4596         (spam-bogofilter-register-with-bogofilter)
4597         (spam-bogofilter-register-spam-routine)
4598         (spam-bogofilter-register-ham-routine)
4599         (spam-group-ham-processor-bogofilter-p): new functions for the new
4600         Bogofilter interface
4601         (spam-summary-prepare-exit): use the new Bogofilter functions
4602         (spam-list-of-checks): added spam-use-bogofilter-headers
4603         (spam-bogofilter-score): rewrote function
4604         (spam-check-bogofilter): optional score parameter, uses
4605         spam-check-bogofilter-headers better
4606         (spam-check-bogofilter-headers): optional score parameter
4607
4608         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
4609         default, in the gnus-start customization group.  Used to disable
4610         the spam-*/ham-* parameters.
4611         (gnus-group-ham-exit-processor-bogofilter): new ham processor
4612
4613 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
4614
4615         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
4616         XEmacs.
4617
4618         * gnus-ems.el (gnus-mark-active-p): do.
4619
4620 2003-01-15  Kevin Ryde  <user42@zip.com.au>
4621
4622         * gnus.texi (Using MIME): Mention auto-compression-mode with
4623         gnus-mime-copy-part.
4624
4625 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4626
4627         * message.el (message-send): Don't warn about duplicates when
4628         superseding.
4629
4630 2003-01-15  Simon Josefsson  <jas@extundo.com>
4631
4632         * nnimap.el (nnimap-split-download-body): New variable.
4633         (nnimap-split-articles): Use it.
4634
4635 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4636
4637         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
4638         integrity checker was incorrectly flagging, and removing, articles
4639         whose article number was negative.
4640         (gnus-agent-fetch-group-1): When executed in the group's summary
4641         buffer, refresh each downloaded line to update the status flag and
4642         font.  Preserve the value of gnus-newsgroup-headers so that
4643         gnus-agent-fetch-articles can split the requests by size.
4644         (gnus-agent-expire): Corrected day calculation for when
4645         gnus-agent-expire-days contains a list.
4646
4647 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
4650
4651 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
4652
4653         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
4654           /usr/bin/play as default player.
4655           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
4656
4657 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4658
4659         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
4660         articles to be marked as well.
4661
4662 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4663         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
4664         fictious headers generated by nnagent (ie. Undownloaded Article
4665         ####) in the list of articles that have not been downloaded.
4666
4667         * gnus-int.el (): Added require declarations to resolve
4668         compile-time warnings.
4669         (gnus-open-server): If the server status is set to offline,
4670         recursively execute gnus-open-server to open the offline backend
4671         (e.g. nnagent).
4672
4673 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
4674
4675         * gnus-art.el (gnus-article-reply-with-original): Use
4676         gnus-mark-active-p.
4677         (gnus-article-followup-with-original): do.
4678
4679 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4680
4681         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
4682
4683 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4684
4685         * gnus-score.el (gnus-score-edit-file-at-point): New function.
4686         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
4687
4688 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
4689
4690         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
4691         (gnus-face-from-file): Ditto.
4692
4693 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * gnus-sum.el (gnus-articles-to-read): Don't just apply
4696         gnus-alter-articles-to-read-function to the unread articles.
4697
4698 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4699
4700         * deuglify.el (gnus-article-outlook-unwrap-lines)
4701         (gnus-article-outlook-repair-attribution)
4702         (gnus-article-outlook-rearrange-citation): New function names,
4703         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
4704         doc-string.
4705
4706         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
4707         removed `W k' key binding (use `W Y f' instead).
4708         (gnus-summary-make-menu-bar): Use new function names.
4709
4710 2003-01-13  Simon Josefsson  <jas@extundo.com>
4711
4712         * gnus-fun.el (gnus-random-x-face): Doc fix.
4713         (gnus-insert-random-x-face-header): New function.
4714
4715 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
4716
4717         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
4718         mark is not active.
4719
4720         * gnus-msg.el (gnus-inews-do-gcc): Comment.
4721
4722         * gnus-ems.el (gnus-mark-active-p): New function.
4723
4724         * gnus-group.el (gnus-topic-mode-p): New function.
4725         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
4726         Deactivate items if mark is not active.
4727
4728 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * gnus.el (gnus-version-number): Bumped version.
4731         (gnus-summary-line-format): Doc fix.
4732
4733 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4734
4735         * gnus.el: Oort Gnus v0.12 is released.
4736
4737 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4738
4739         * mail-source.el (mail-sources): Removed autoload to make it
4740         compile under XEmacs.
4741
4742 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
4743
4744         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
4745         regexp or a function too.
4746         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
4747         confirmation even if the original article is mail.
4748
4749 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
4752         articles to be marked when not yanking.
4753
4754 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
4755
4756         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
4757
4758 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4759
4760         * gnus-fun.el (gnus-face-from-file): Autoload.
4761
4762         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
4763         errors.
4764
4765 2003-01-12  Simon Josefsson  <jas@extundo.com>
4766
4767         * sieve.el (sieve-upload-and-bury): New.  Suggested by
4768         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4769
4770         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
4771         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
4772
4773 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4774
4775         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
4776         in every string.
4777
4778         * gnus.el (gnus-version-number): Bumped version number.
4779
4780 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4781
4782         * gnus.el: Oort Gnus v0.11 is released.
4783
4784 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
4785
4786         * message.el (message-fetch-reply-field): Narrow to headers.
4787
4788         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
4789         if Gnus isn't alive.
4790
4791 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4792
4793         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
4794         marks from articles that are already stored in the agent.
4795         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
4796         backup copy of an invalid .overview file for later analysis.
4797
4798 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
4799
4800         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
4801         exit work with two frames.
4802
4803 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
4804
4805         * message.el (message-forward-make-body): Use mule4.
4806
4807 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4808
4809         * message.el (message-mode-map): Move wide-reply command.
4810
4811 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4812
4813         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
4814         castellano.
4815         (gnus-outlook-display-hook): New variable.
4816         (gnus-outlook-display-article-buffer): New function.
4817         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
4818         (gnus-outlook-deuglify-article): Made them interactive and added
4819         optional arg.  Use `g-o-d-a-b'.
4820         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
4821
4822         * gnus-sum.el: Added autoloads.
4823         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
4824         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
4825
4826 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827
4828         * gnus-art.el (gnus-display-mime): Use the mime emulation
4829         variable.
4830
4831         * gnus-sum.el (gnus-article-emulate-mime): New variable.
4832
4833         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
4834         newsrc-alist is initialized properly.
4835
4836         * mail-source.el (mail-sources): Autoload.
4837
4838         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
4839         nil.
4840
4841         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
4842         insert two newlines.
4843
4844         * message.el (message-check-news-header-syntax): Compute the
4845         header length correctly.
4846
4847 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4848
4849         * gnus-agent.el (gnus-agent-expire): Do not remove article from
4850         alist when keeping fetched article file.
4851         (gnus-agent-retrieve-headers): When parsing response for article
4852         numbers, use the same algorithm as gnus-agent-braid-nov to protect
4853         against garbage in the server's response.
4854
4855         * gnus-int.el (gnus-request-expire-articles,
4856         gnus-request-move-article): Only expire when the group's server
4857         has been agentized.
4858
4859 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
4862         errors when deleting overlays.
4863
4864         * gnus-score.el (gnus-score-followup): Allow tracing.
4865
4866         * gnus-art.el (gnus-treat-display-face): New variable.
4867         (article-display-face): New command.
4868
4869         * gnus-fun.el (gnus-face-from-file): New function.
4870         (gnus-convert-face-to-png): Ditto.
4871
4872         * gnus-art.el (gnus-ignored-headers): Added Face.
4873
4874 2003-01-10  Simon Josefsson  <jas@extundo.com>
4875
4876         * nndraft.el (nndraft-request-group): Avoid crash in
4877         directory-files when draft directory doesn't exists.
4878
4879         * gnus-sum.el (gnus-select-article-hook): Add :option.
4880
4881 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
4882
4883         * spam.el (spam-use-stat): new variable
4884         (spam-group-spam-processor-stat-p)
4885         (spam-group-ham-processor-stat-p): new convenience functions
4886         (spam-summary-prepare-exit): add spam/ham processors to sequence
4887         (spam-list-of-checks): add spam-use-stat to list of checks
4888         (spam-split): conditionally load the spam-stat tables
4889         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
4890         spam-check-ifile): new functions
4891
4892         * spam-stat.el (spam-stat): typo fix
4893         (spam-stat-install-hooks): new variable
4894         (spam-stat-split-fancy-spam-group): added documentation clarification
4895         (spam-stat-split-fancy-spam-threshhold): new variable
4896         (spam-stat-install-hooks): make hooks conditional
4897         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
4898
4899         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
4900         spam-stat ham/spam processor symbols
4901
4902 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903
4904         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
4905         file exists.
4906
4907 2003-01-10  Simon Josefsson  <jas@extundo.com>
4908
4909         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
4910         undownloaded/downloadable only when unplugged.
4911
4912 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
4913
4914         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
4915
4916 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         * spam.el (spam-check-ifile): fixed call-process-region to use the
4919         db parameter only if it's set
4920         (spam-ifile-register-with-ifile): ditto
4921
4922 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
4923
4924         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
4925         spam-stat-nbad before creating the hash table.
4926         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
4927         Changed copyright statement to FSF.
4928
4929 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4930
4931         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
4932         processable articles as read.
4933         (gnus-agent-summary-fetch-series): Remove processable and
4934         downloadable marks on all downloaded articles in the series.
4935
4936         * nntp.el (nntp-report): Throw error after reporting the problem.
4937         (nntp-accept-process-output): Corrected error check to report an
4938         error when the process is nil.
4939
4940 2003-01-09  Simon Josefsson  <jas@extundo.com>
4941
4942         * message.el (message-tool-bar-map): Add preview.
4943
4944 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
4945
4946         * mml.el (mml-preview): Get rid of MIME handles and buffers after
4947         previewing.
4948
4949 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
4950
4951         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
4952         bug when the (n+1)th article to be added to a group has a smaller
4953         number than the n articles already added.
4954
4955 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4956
4957         * message.el (message-mode-field-menu): Use backquote.
4958
4959 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
4960
4961         * spam.el: fixed the BBDB autoloads again, using
4962         bbdb-search-simple now (which is not a macro, thank god)
4963
4964         * lpath.el (bbdb-search): removed function from maybe-fbind list
4965
4966         * gnus.el (ham-process-destination): added new parameter for
4967         destination of ham articles found in spam groups at summary exit
4968
4969         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
4970         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
4971         (spam-ifile-database-path): added new parameter for ifile's database
4972         (spam-move-spam-nonspam-groups-only): new parameter to determine
4973         if spam should be moved from all groups or only some
4974         (spam-summary-prepare-exit): fixed logic to use
4975         spam-move-spam-nonspam-groups-only when deciding to invoke
4976         spam-mark-spam-as-expired-and-move-routine; always invoke that
4977         routine after the spam has been expired-or-moved in case there's
4978         some spam left over; use spam-ham-move-routine in spam groups
4979         (spam-ham-move-routine): new function to move ham articles to the
4980         ham-process-destinations group parameter
4981
4982 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4983
4984         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
4985
4986         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4987         gnus-summary-update-article-line.
4988
4989 2003-01-08  Simon Josefsson  <jas@extundo.com>
4990
4991         * nnmail.el (nnmail-expiry-target-group): Request group, create it
4992         not successful.
4993
4994 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
4997
4998 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4999
5000         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
5001         logic, finally
5002
5003 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004
5005         * gnus-spec.el (gnus-parse-format): %C is a complex format.
5006         (gnus-parse-format): Change to %~.
5007
5008         * message.el (message-generate-headers): Don't generate optional
5009         empty headers.
5010
5011 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5012
5013         * message.el (message-cross-post-default)
5014         (message-cross-post-note-function, message-shoot-gnksa-feet)
5015         (message-strip-subject-trailing-was, message-change-subject)
5016         (message-mark-insert-file, message-cross-post-followup-to)
5017         (message-cross-post-followup-to, message-mode-map)
5018         (message-generate-unsubscribed-mail-followup-to)
5019         (message-make-mail-followup-to): Minor changes to doc-strings and
5020         error messages.  Updated copyright line.
5021
5022         * message.el (message-make-mail-followup-to,
5023         message-generate-unsubscribed-mail-followup-to): New function
5024         names.  Renamed functions: "-mft" -> "-mail-followup-to".
5025         (message-make-mft, message-gen-unsubscribed-mft): Removed function
5026         names.
5027
5028         * mml.el (mml-preview-insert-mail-followup-to): New function name.
5029         (mml-preview-insert-mft): Removed function name.
5030         (mml-preview): Use new function names.
5031
5032         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
5033
5034         * message.el (message-mode-field-menu): Moved header related
5035         commands from "Message" to "Field" menu.
5036
5037 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5038
5039         * message.el (message-generate-headers-first): Added customization
5040         if variable is a list.
5041
5042 2003-01-07  Michael Shields  <shields@msrl.com>
5043
5044         * gnus-art.el (gnus-article-next-page): Correctly handle the case
5045         where the last line of the article is the last line of the window.
5046
5047 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * gnus-msg.el (gnus-debug): Use ignore-errors.
5050
5051         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
5052         `gnus-summary-update-line'.
5053
5054 2003-01-08  Simon Josefsson  <jas@extundo.com>
5055
5056         * gnus-art.el (gnus-unbuttonized-mime-types)
5057         (gnus-buttonized-mime-types): Doc fix.
5058
5059 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
5060
5061         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
5062
5063 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5064
5065         * nnrss.el (nnrss-group-alist): Add and clear up.
5066
5067 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5068
5069         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
5070
5071         * lpath.el (bbdb-search): added BBDB functions for a better way to
5072         fix missing functions
5073
5074         * spam.el (spam-check-ifile): if should be an unless
5075
5076         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
5077         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
5078         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
5079
5080 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * gnus-sum.el (gnus-summary-make-menu-bar): Added
5083         gnus-summary-refer-thread to thread menu.
5084
5085 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5086
5087         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
5088         summary buffer, articles that cannot be fetched are marked as
5089         canceled.
5090
5091         * nntp.el (nntp-with-open-group): The quit signal handler must
5092         propagate the quit signal to the next outer handler so that the
5093         caller knows that the request aborted abnormally.
5094
5095 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
5096
5097         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
5098         (spam-ifile-register-spam-routine)
5099         (spam-ifile-register-ham-routine): added ifile functionality that
5100         does not use ifile-gnus.el to classify and register articles
5101         (spam-get-article-as-string): convenience function
5102         (spam-summary-prepare-exit): added ifile spam and ham registration
5103         (spam-ifile-all-categories, spam-ifile-spam-category)
5104         (spam-ifile-path, spam-ifile): added customization options
5105
5106         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
5107         exit processor
5108         (spam-process): added gnus-group-ham-exit-processor-ifile to the
5109         list of choices
5110
5111 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-score.el (gnus-score-followup): Also score immediate
5114         followups.
5115
5116 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5117
5118         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
5119
5120 2003-01-07  Simon Josefsson  <jas@extundo.com>
5121
5122         * message.el (message-mode-menu): Fix receipt balloon help.
5123
5124 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
5125
5126         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
5127         always be interpreted as news.
5128
5129 2003-01-07  Simon Josefsson  <jas@extundo.com>
5130
5131         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
5132         gnus-sieve-script, instead of the global variable
5133         gnus-sieve-crosspost.  One-line patch from Steinar Bang
5134         <sb@dod.no>.
5135
5136 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5137
5138         * gnus.el: Renamed gnus-summary-*-uncached-face as
5139         gnus-summary-*-undownloaded-face to avoid confusing the agent with
5140         the cache.
5141
5142         * gnus-sum.el: Ditto.
5143
5144 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5145
5146         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
5147         in either the group or summary buffer.
5148         New command "JS", in summary buffer, will fetch articles per the
5149         group's category, predicate, and processable flags.
5150         (gnus-agent-summary-fetch-series): Rewritten to call
5151         gnus-agent-session-fetch-group once with all articles in the
5152         series.
5153         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
5154         return list of fetched articles.
5155         (gnus-agent-fetch-articles): Split fetch list into sublists such
5156         that the article buffer is only slightly larger than
5157         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
5158         the group's article alist is saved.
5159         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
5160         longer result in the agent trying to fetch an article.
5161         (gnus-agent-fetch-group-1): Can now be called in either the group
5162         or summary buffer.  Removed the max-fetch-size code that I added
5163         on 2002-12-13 as that capability is now part of
5164         gnus-agent-fetch-articles.  Added code to update summary buffer.
5165         When called in the group buffer, articles that can not be fetched
5166         are AUTOMATICALLY MARKED AS READ.
5167
5168         * gnus-sum.el (): Modified eval-when-compile to minimize
5169         misleading compilation warnings.
5170         (gnus-update-summary-mark-positions): Changed code to use
5171         gnus-undownloaded-mark rather than gnus-downloaded-mark.
5172
5173         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
5174         empty file as the parser assumes that the file isn't empty.
5175
5176         * nntp.el (nntp-send-string): The process-send-string call can,
5177         because it performs I/O on the process, change the process' state
5178         from open to closed.  If this happens, call nntp-report
5179         immediately to report the broken connection.
5180         (nntp-report): Rewritten to avoid needing a global variable to
5181         determine the appropriate course of action.  Instead, two function
5182         implementations are provided and the nntp-report function value is
5183         bound to the appropriate implementation.
5184         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
5185         (nntp-with-open-group): Now binds nntp-report's function cell
5186         rather than binding gnus-with-open-group-first-pass.  Added a
5187         condition-case to detect a quit during a nntp command.  When the
5188         quit occurs, the current connection is closed as a fetch articles
5189         request could have several megabytes queued up for reading.
5190         (nntp-retrieve-headers): Bind articles to itself.  If
5191         nntp-with-open-group repeats this command, I must have access to
5192         the original list of articles.
5193         (nntp-retrieve-groups): Ditto for groups.
5194         (nntp-retrieve-articles): Ditto for articles.
5195         (*): Replaced nntp-possibly-change-group calls to
5196         nntp-with-open-group forms in all, but one, occurrance.
5197         (nntp-accept-process-output): Bug fix. Detect when called with
5198         null process.
5199
5200 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
5201
5202         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
5203         if we don't need to.
5204         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
5205
5206 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5207
5208         * gnus-group.el (gnus-group-make-web-group): Pass the select
5209         method on to group-create.
5210         (gnus-group-line-format-alist): %U is an integer.
5211
5212         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
5213         ephemeral groups.
5214         (gnus-summary-read-group-1): Ditto.
5215         (gnus-group-make-articles-read): Ditto.
5216
5217         * mm-url.el (mm-url-program): Doc fix.
5218
5219         * message.el (message-mode-map): Rebound
5220         message-insert-wide-reply.
5221
5222 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
5225         color as `gnus-group-startup-message' does.
5226
5227 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
5228
5229         * spam.el: fixed line lengths to 80 chars or less
5230
5231         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
5232         "not-read" mark
5233         (gnus-summary-mark-forward): added the spam-mark to the list of
5234         marks not to be marked as "read" when viewed
5235
5236 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5237
5238         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
5239
5240         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
5241         Protect against unactive groups.
5242
5243         * message.el (message-check-news-header-syntax): Check long
5244         header lines.
5245         (message-check-news-header-syntax): Update `start'.
5246
5247         * gnus-group.el (gnus-group-expire-articles): Doc fix.
5248         (gnus-group-line-format): %U.
5249         (gnus-group-line-format-alist): ?U.
5250         (gnus-number-of-unseen-articles-in-group): New function.
5251
5252         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
5253
5254         * gnus.el (gnus-version-number): Bump version number.
5255
5256 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5257
5258         * gnus.el: Oort Gnus v0.10 is released.
5259
5260 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5261
5262         * gnus.el (gnus-version-number): Fix version number.
5263
5264 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5265
5266         * gnus.el: Oort Gnus v0.08 is released.
5267
5268 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
5269
5270         * mm-util.el: Add mm-string-make-unibyte.
5271
5272         * gnus-group.el (gnus-group-jump-to-group): Make it work for
5273         UTF-8 groups.
5274
5275 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276
5277         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
5278
5279         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
5280
5281 2003-01-04  Kevin Ryde  <user42@zip.com.au>
5282
5283         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
5284         function.
5285
5286 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5287
5288         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
5289         (gnus-summary-read-group-1): Update group line.
5290         (gnus-summary-exit-no-update): Update group on exit.
5291
5292         * gnus-group.el (gnus-group-line-format): Add %*.
5293         (gnus-group-line-format-alist): Ditto.
5294         (gnus-group-insert-group-line): Set it.
5295         (gnus-group-is-exiting-p): New variable.
5296         (gnus-group-insert-group-line): Use it.
5297
5298 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
5299
5300         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
5301         enable BBDB ham processing
5302         (spam-blacklist-register-routine): enable blacklist spam processing
5303         (spam-whitelist-register-routine): enable whitelist ham processing
5304         (spam-fetch-field-from-fast): fast fetching of the "from" field
5305         from (gnus-data-list)
5306         (spam-summary-prepare-exit): works completely now
5307         (spam-use-blacklist): oops, should be nil by default
5308         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
5309         split processing now; before it was for summary exit as
5310         well but that's done with the spam-contents and spam-process
5311         parameters now
5312
5313 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
5314
5315         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
5316         characters.
5317
5318 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
5319
5320         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
5321         (spam-group-processor-p, spam-group-processor-bogofilter-p)
5322         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
5323         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
5324         (spam-mark-spam-as-expired-and-move-routine)
5325         (spam-generic-register-routine, spam-BBDB-register-routine)
5326         (spam-ifile-register-routine, spam-blacklist-register-routine)
5327         (spam-whitelist-register-routine): new functions
5328         (spam-summary-prepare-exit): added summary exit processing (expire
5329         or move) of spam-marked articles for spam groups; added slots for
5330         all the spam-*-register-routine functions
5331
5332 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5333
5334         * pop3.el (pop3-retr): Wait 500 msecs.
5335         (pop3-read-response): Ditto.
5336
5337         * gnus-msg.el (gnus-setup-message): Get the evaliation order
5338         right.
5339         (gnus-inews-make-draft): New function.
5340         (gnus-setup-message): Use it.
5341
5342         * message.el (message-required-headers): Add From.
5343
5344 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5345         Trivial patch from Norbert Koch <nk@viteno.net>.
5346
5347         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
5348
5349 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5350
5351         * message.el (message-generate-headers): Let header formatters do
5352         their work.
5353
5354 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
5355
5356         * deuglify.el (gnus-article-outlook-deuglify-article):
5357         Rehighlight, reapply treatments and call
5358         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
5359         (gnus-outlook-repair-attribution-block): Recognize cited
5360         attributions.  Suggested by Niklas Morberg.
5361
5362 2003-01-02  Pete Kazmier  <pete@kazmier.com>
5363
5364         * gnus-art.el (gnus-treat-predicate): Check condition first.
5365
5366 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
5367
5368         * lpath.el: Add url-http-file-exists-p.
5369
5370         * gnus-group.el (gnus-group-fetch-charter): Use
5371         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
5372
5373 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374
5375         * message.el (message-draft-headers): Also generate From to get a
5376         nicer draft buffer summary.
5377
5378         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
5379         parameter.
5380
5381         * gnus-art.el (article-wash-html): Clean up.
5382         (article-wash-html): Typo fix.
5383
5384         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
5385         (gnus-summary-mail-forward): To many lists of lists.
5386
5387         * gnus-art.el (article-wash-html): Clean up.
5388
5389 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
5390
5391         * gnus-art.el (gnus-treat-wash-html): New variable.
5392
5393 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394
5395         * message.el (message-check-news-header-syntax): Allow posting.
5396         (message-check-news-header-syntax): Fix logic for sure, this
5397         time.
5398
5399 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
5400
5401         * message.el (message-check-news-header-syntax): Check syntax of
5402         continuation headers.
5403
5404 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * gnus-art.el (gnus-button-url-regexp,
5407         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
5408         (gnus-header-button-alist): Regexps are case insensitive here.
5409
5410 2003-01-02  Simon Josefsson  <jas@extundo.com>
5411
5412         * dig.el (query-dig): Doc fix.
5413
5414 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5415
5416         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
5417         summary buffer line, not just the download mark.
5418
5419 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420
5421         * gnus-sum.el (gnus-summary-goto-subjects): New function.
5422         (gnus-summary-insert-dormant-articles): New command and
5423         keystroke.
5424
5425         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
5426         function for mass insertion of subjects.
5427
5428         * nndraft.el (nndraft-generate-headers): Don't move point.
5429
5430         * gnus.el (nnheader): Require nnheader.
5431
5432         * nndraft.el (nndraft-request-associate-buffer): Use
5433         make-local-variable.
5434
5435 2003-01-02  Michael Shields  <shields@msrl.com>
5436
5437         * nndraft.el (nndraft-request-associate-buffer): Make
5438         write-contents-hooks buffer-local before setting it.
5439
5440 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * gnus.el (gnus-group-parameter-value): Take an extra param.
5443         (gnus-group-fast-parameter): Let group param results be nil.
5444
5445         * gnus-art.el (gnus-article-forward-header): New function.
5446         (article-date-ut): Use it to remove continuation date headers.
5447
5448         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
5449         read-event.
5450         (gnus-summary-remove-bookmark): Clean up.
5451         (gnus-summary-set-bookmark): Clean up.
5452
5453         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
5454
5455         * gnus.el (gnus-group-startup-message): Bind data-directory to
5456         the Gnus etc directory.
5457
5458 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5459
5460         * spam.el (spam-summary-prepare-exit): added slots for spam- and
5461         ham-processing of articles; use the new
5462         spam-group-(spam|ham)-contents-p functions
5463         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
5464         convenience functions
5465         (spam-mark-junk-as-spam-routine): use the new
5466         spam-group-spam-contents-p function
5467
5468         * gnus.el (spam-process, spam-contents, spam-process-destination):
5469         added new parameters with corresponding global variables
5470         (gnus-group-spam-exit-processor-ifile,
5471         gnus-group-spam-exit-processor-bogofilter,
5472         gnus-group-spam-exit-processor-blacklist,
5473         gnus-group-spam-exit-processor-whitelist,
5474         gnus-group-spam-exit-processor-BBDB,
5475         gnus-group-spam-classification-spam,
5476         gnus-group-spam-classification-ham): added new symbols for the
5477         spam-process and spam-contents parameters
5478
5479         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5480         customization and list itself to store mark symbol rather than
5481         mark character.
5482         (spam-bogofilter-register-routine): added logic to generate mark
5483         values list from spam-ham-marks and spam-spam-marks, so (member)
5484         would work.
5485
5486 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5487
5488         * message.el (message-cross-post-followup-to): Fix comment.
5489
5490 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * spam.el (spam-ham-marks, spam-spam-marks): changed list
5493         customization and list itself to store mark symbol rather than
5494         mark character.
5495         (spam-bogofilter-register-routine): added logic to generate mark
5496         values list from spam-ham-marks and spam-spam-marks, so (member)
5497         would work.
5498
5499 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
5500
5501         * message.el (message-signature-insert-empty-line): New variable.
5502
5503 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5504
5505         * message.el: Renamed functions and variables: "xpost" ->
5506         "cross-post", "-fup2" -> "-followup-to".
5507         (message-cross-post-old-target, message-cross-post-default,
5508         message-cross-post-note, message-followup-to-note,
5509         message-cross-post-note-function): New variables names.
5510         (message-xpost-old-target, message-xpost-default,
5511         message-xpost-note, message-fup2-note,
5512         message-xpost-note-function): Removed variable names.
5513         (message-cross-post-followup-to-header,
5514         message-cross-post-insert-note, message-cross-post-followup-to):
5515         New function names.
5516         (message-xpost-fup2-header, message-xpost-insert-note,
5517         message-xpost-fup2): Removed function names.
5518
5519 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5520
5521         * message.el (message-send-mail): Added message-cleanup-headers to
5522         prevent newlines in headers.
5523
5524 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * dns.el (dns-make-network-process): Comment.
5527
5528         * gnus-sum.el (gnus-summary-display-while-building): Default to
5529         nil.
5530
5531 2003-01-01  Wes Hardaker  <wes@hardakers.net>
5532
5533         * gnus-sum.el (gnus-summary-display-while-building): New
5534         variable.
5535
5536 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
5537
5538         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
5539         before rearranging the article.
5540
5541 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5542
5543         * nndraft.el (nndraft-generate-headers): New function.
5544         (nndraft-request-associate-buffer): Use it to write headers on
5545         buffer save.
5546
5547         * message.el (message-generate-headers): Let the function be a
5548         lambda form.
5549         (message-draft-headers): New variable.
5550
5551         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
5552         function.
5553         (gnus-setup-message): Use it.
5554
5555         * message.el (message-generate-headers-first): Doc fix.
5556         (message-setup-1): Use new function for getting which headers to
5557         generate.
5558         (message-headers-to-generate): New function.
5559
5560 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5561
5562         * gnus-agent.el (gnus-agent-save-alist): Make directory.
5563
5564 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
5565
5566         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
5567         mention negatives.
5568
5569 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
5570
5571         * deuglify.el (gnus-outlook-rearrange-article): Use
5572         `transpose-regions' instead of tempering the kill-ring.
5573         (gnus-article-outlook-deuglify-article): Rehighlight article
5574         instead of a complete redisplay.
5575
5576 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
5577
5578         * spam.el: most defvars are defcustoms now
5579
5580         patches from Michael Shields  <shields@msrl.com>
5581
5582         * spam.el (spam-bogofilter-articles): Select the article
5583         body using gnus-summary-show-article t instead of
5584         gnus-summary-select-article; this presents the raw text
5585         without running any hooks.
5586
5587         * spam.el (spam-bogofilter-articles): Use message-remove-header
5588         to remove headers; the old way incorrectly removed just the first
5589         line of folded headers.
5590
5591 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
5594
5595 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5596
5597         * gnus-start.el (gnus-load): New function.
5598         (gnus-read-newsrc-el-file): Use it.
5599
5600 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5601
5602         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
5603         (gnus-button-handle-apropos-documentation): New function.
5604         (gnus-button-handle-ctan): New function.
5605         (gnus-button-alist): Use them.  Improve some regexps.
5606         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
5607
5608 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * message.el (message-subscribed-p): New function.
5611         (message-send-mail): Use it.
5612         * mml.el (mml-preview-insert-mft): New function.
5613         (mml-preview): Use it.
5614
5615 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
5618         when sorting by date.
5619
5620         * gnus-art.el (gnus-article-edit-mode): New variable.
5621         (gnus-article-setup-buffer): Warn user about discarding edits.
5622
5623         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
5624         (gnus-summary-pipe-output): Take a symbolic prefix to save all
5625         headers.
5626
5627         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
5628
5629 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5630
5631         * message.el (message-completion-alist): Added "Mail-Followup-To"
5632         and "Mail-Copies-To".
5633
5634 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5635
5636         * gnus-group.el: Add key bindings for
5637         gnus-group-sort-groups-by-real-name and
5638         gnus-group-sort-selected-groups-by-real-name.
5639
5640 2002-07-21  Jesper harder  <harder@ifa.au.dk>
5641
5642         * gnus.texi (Sorting Groups): Add key bindings for
5643         gnus-group-sort-groups-by-real-name and
5644         gnus-group-sort-selected-groups-by-real-name.
5645
5646 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5647
5648         * spam.el (spam-use-dig): new variable for blackhole checking
5649         through dig.el
5650         (spam-check-blackholes): added dig.el checking functionality and
5651         more verbose reporting; query-dig is autoloaded from dig.el
5652         (spam-use-blackholes): disabled by default
5653         (spam-blackhole-servers): removed rbl.maps.vix.com from the
5654         blackhole servers list
5655
5656 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657
5658         * message.el (message-required-headers): New variable.
5659
5660 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
5661
5662         * dig.el (query-dig): new function
5663
5664 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665
5666         * flow-fill.el (fill-flowed): Don't infloop on too long fill
5667         prefixes.
5668
5669         * dns.el (query-dns): Protect against errors.
5670
5671         * gnus-msg.el (gnus-article-yanked-articles): New variable.
5672         (gnus-inews-add-send-actions): Mark all answered messages as
5673         answered.
5674
5675 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
5676
5677         * nnmail.el (nnmail-split-it): Added tracing to
5678         `:' split rule
5679
5680 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5681
5682         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
5683         and "%s" so we don't overquote them.
5684
5685 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
5686
5687         * (mm-display-external): Display the actual command that has been
5688         executed in the echo area.
5689
5690 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5691
5692         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
5693
5694         * message.el (message-with-reply-buffer): New macro.
5695         (message-fetch-reply-field): Use it.
5696         (message-insert-wide-reply): New command and keystroke.
5697         (message-carefully-insert-headers): New function.
5698         (message-insert-to): Use new function.
5699
5700         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
5701         (gnus-topic-goto-missing-group): Use it.
5702
5703         * message.el (message-required-news-headers): Removed Lines.
5704         (message-reply): Don't insert References first.
5705         (message-followup): Ditto.
5706         (message-make-references): New function.
5707         (message-followup): Set message-reply-headers before generating
5708         the buffer stuff.
5709
5710 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
5711
5712         * mml.el (mml-generate-mime-1): Reverse the order of
5713         encoding/flowing.
5714
5715 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5716
5717         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
5718         after moving them.
5719
5720         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
5721         fit with newer standard format.
5722         (gnus-summary-make-false-root-always): New variable.
5723         (gnus-gather-threads-by-subject): Use it.
5724
5725         * message.el (message-get-reply-headers): Take an address list
5726         optional argument.
5727
5728 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * gnus.el (gnus-keep-backlog): Change default to 20.
5731
5732         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
5733         start.
5734         (gnus-agent-check-overview-buffer): Remove negative article
5735         numbers.
5736
5737         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
5738         (nnmail-cache-ignore-groups): Doc fix.
5739
5740         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
5741         (nnimap-debug-buffer): New variable.
5742         (nnimap-debug): Use it.
5743
5744 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
5745
5746         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
5747
5748 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5749
5750         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
5751         they aren't already sorted.
5752
5753 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
5754
5755         * message.el (message-mode-menu): Add ellipses to menu items
5756         expecting user interaction.
5757         (message-mode-field-menu): do.
5758
5759 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
5760
5761         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
5762         it isn't used any more.
5763
5764 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
5765
5766         * binhex.el (binhex-decoder-program): Fix docstring.
5767
5768 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5769
5770         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
5771         special chars if the mailcap file uses single quotes around %s.
5772         From Laurent Martelli <laurent@bearteam.org>.
5773
5774 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
5775
5776         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
5777         return the info object.
5778
5779 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
5780
5781         * gnus-int.el (gnus-request-update-info): Artificially add
5782         (1 . (1- min)) to the read range, in case the backend doesn't
5783         store marks for nonexistent articles.
5784
5785 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5786
5787         * binhex.el (binhex-insert-char): Eval-and-compile.
5788
5789 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
5790
5791         * lpath.el: Add tool-bar-local-item-from-menu.
5792
5793         * message.el (message-tool-bar-local-item-from-menu): New function.
5794         (message-tool-bar-map): Use it.
5795
5796 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
5797
5798         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
5799
5800         * gnus-art.el (gnus-article-header-rank): Last header in
5801         gnus-sorted-header-list should have higher rank than non-members.
5802
5803 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5804
5805         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
5806         covered methods.
5807
5808 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5809
5810         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
5811         eval-when-compile.  Suggested by Kevin Greiner.
5812
5813 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
5814
5815         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
5816         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
5817         even though no headers may have been fetched
5818         (gnus-agent-fetch-group-1, and perhaps others, require this
5819         behavior).
5820         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
5821         server buffer is constrained by gnus-agent-max-fetch-size.
5822         Multiple chunks in the same group may perform arbitrarily large
5823         updates.
5824
5825 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
5826
5827         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
5828         gnus-summary-update-download-mark to update the article in the
5829         summary.
5830
5831 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
5832
5833         * gnus.el (gnus-summary-high-uncached-face,
5834         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
5835         New faces.
5836
5837         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
5838         added this on 2002-11-23 but it just wasn't working out as
5839         intended.  The idea isn't entirely dead, three new faces
5840         gnus-summary-*-uncached-face are being added to gnus.el to provide
5841         the basis for an improved implementation.
5842         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
5843         proper file to open is lib/servers.
5844         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
5845         (i.e. removing the article from gnus-newsgroup-downloadable) will
5846         now restore the article's default mark rather than simply setting
5847         no mark.
5848         (gnus-agent-get-undownloaded-list): Corrected documentation.
5849         Added code to set new summary local variable,
5850         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
5851         a temporary list.  No longer sets gnus-newsgroup-downloadable.
5852         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
5853         up to date.  Call new gnus-summary-update-download-mark to keep
5854         summary buffer up-to-date.
5855         (gnus-agent-fetch-selected-article): Keep
5856         gnus-newsgroup-undownloaded up to date.
5857         (gnus-agent-fetch-articles): Return list of articles that were
5858         successfully fetched.
5859         (gnus-agent-check-overview-buffer): No more thingatpt.
5860         (gnus-agent-expire): No longer deletes NOV entries of unread
5861         articles.
5862         (gnus-agent-unread-articles): New function.
5863         (gnus-agent-regenerate-group): The article number must be
5864         terminated by a tab character.  Added more messages to report
5865         repairs.  Inhibit quits while writing changes so it is now safe
5866         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
5867         downloaded to 1) resolve the unbound references and 2) avoid
5868         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
5869
5870         * gnus-art.el (gnus-article-prepare): The agent
5871         downloaded/undownloaded mark is no longer stored as the article's
5872         mark.
5873
5874         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
5875         gnus-summary-highlight may use it.  Added downloaded as
5876         gnus-summary-highlight was using it.
5877
5878         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
5879         the download mark now follows Kai's +/- convention.
5880         (gnus-downloaded-mark): Added ?+ mark.
5881         (gnus-summary-highlight): Added rules to select
5882         gnus-summary-high-uncached-face,
5883         gnus-summary-normal-uncached-face, and
5884         gnus-summary-low-uncached-face.  Removed the
5885         gnus-agent-downloaded-article-face.
5886         (gnus-summary-line-format-alist): Implemented the download flag
5887         format (?O) as named in the manual.  This implementation displays
5888         either gnus-undownloaded-mark, gnus-downloaded-mark, or
5889         gnus-no-mark.
5890         (gnus-newsgroup-agentized): New local variable that identifies
5891         which groups are agentized.  While the agent is now on by default,
5892         you don't have to agentize every server that you use.
5893         (gnus-update-summary-mark-positions): Completed support for the
5894         download type of mark.
5895         (gnus-summary-insert-line): Added undownloaded to the parameters.
5896         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
5897         reference by the gnus-summary-line-format-spec.
5898
5899         * nntp.el (nntp-with-open-group): This macro handles dropped or
5900         broken connections by opening a new connection and repeating the
5901         failed command.
5902         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
5903         XOVER commands preceeding the active articles with the nov entry
5904         of the first available article.  When gnus connected to such a
5905         server, the unexpected nov entry would result in duplicate lines
5906         in the agent's overview file.  This patch fixes the duplicate
5907         lines problem and improves performance by skipping over all
5908         articles IDs that preceed the first nov entry in the server's
5909         reply.
5910
5911 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5912
5913         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
5914         (gnus-summary-highlight): Use it instead of `downloaded'.
5915         (gnus-summary-highlight-line): Ditto.
5916
5917         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
5918
5919 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5920
5921         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
5922
5923         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
5924         calls.
5925
5926         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
5927         downloaded variable if we're in an uncovered group.
5928
5929         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
5930         font to soemthing less noticeable.
5931         (gnus-agent-group-covered-p): New function.
5932
5933 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5934
5935         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
5936         Because of an unknown bug, the group buffer is saved in .overview
5937         file.
5938
5939 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5940
5941         * nntp.el (nntp-send-command): Braino in last commit.  Replace
5942         `and' with `or'.
5943
5944 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5945
5946         * nntp.el (nntp-send-command): Assume that echo does not happen
5947         when nntp-open-connection-function is nntp-open-network-stream.
5948         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
5949
5950 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5951
5952         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
5953
5954 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
5955
5956         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
5957         nntp-server-buffer if we aren't going to write to it.
5958
5959 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5960         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
5961
5962         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
5963
5964 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5965
5966         * rfc2047.el (rfc2047-decode-region): Remove newlines between
5967         decoded words.
5968
5969 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5970
5971         * gnus.el (fboundp): After loading mm-util, make sure it was the
5972         right one.
5973
5974 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5975
5976         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
5977         gnus-sum.  Made into a user option.
5978
5979         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5980         (gnus-summary-mark-article-as-unread)
5981
5982 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5983
5984         * time-date.el (date-to-time): Typo.
5985
5986         * parse-time.el: Typo.
5987
5988         * nnsoup.el (nnsoup-retrieve-headers): Typo.
5989
5990         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
5991
5992         * nnimap.el:
5993         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
5994
5995         * mm-encode.el (mm-safer-encoding): Typo.
5996
5997         * messcompat.el: Typo.
5998
5999         * message.el (message-face-alist): Typo.
6000
6001         * imap.el (imap-interactive-login, imap-open): Typos.
6002
6003         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
6004
6005         * gnus.el: Typo.
6006
6007         * gnus-win.el (gnus-configure-frame): Typo.
6008
6009         * gnus-util.el (gnus-atomic-progn-assign): Typo.
6010
6011         * gnus-topic.el (gnus-topic-sort-topics): Typo.
6012
6013         * gnus-sum.el (gnus-summary-article-number)
6014         (gnus-summary-read-group-1, gnus-summary-mark-article)
6015         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
6016
6017         * gnus-mule.el (gnus-mule-add-group): Typo.
6018
6019         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
6020
6021         * gnus-group.el (gnus-group-fetch-faq): Typo.
6022
6023         * gnus-art.el (gnus-decode-header-methods): Typo.
6024
6025         * flow-fill.el: Typo.
6026
6027 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
6028
6029         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
6030
6031 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6032
6033         * gnus-sum.el (gnus-simplify-ignored-prefixes)
6034         (gnus-summary-mark-article-as-unread)
6035         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
6036         Reformatting to avoid long lines.
6037         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
6038
6039 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
6040
6041         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
6042         be accessed through `mail-header-number'.
6043
6044 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6045
6046         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
6047         compressed range to gnus-summary-insert-articles.
6048
6049 2002-11-26  Kevin Ryde <user42@zip.com.au>
6050
6051         * gnus-art.el (gnus-mime-copy-part): Look for filename
6052         parameter under content-disposition, not content-type.
6053
6054         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
6055         (gnus-summary-reselect-current-group): Use it.
6056
6057 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6058
6059         * gnus-agent.el (gnus-agent-uncached-articles): if
6060         gnus-agent-load-alist fails, return ARTICLES.
6061
6062         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
6063
6064 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6065
6066         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
6067         superfluous function call.
6068         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
6069         Add warning to docstring.
6070
6071 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-agent.el: Autoload number-at-point instead.
6074         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
6075
6076 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6077
6078         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
6079         require thingatpt (for number-at-point) and protect against
6080         deactivate-mark being unbound (on XEmacs).
6081
6082 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6083
6084         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
6085         print message on entry.
6086
6087         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6088
6089         * gnus-range.el (gnus-range-difference): New function.
6090         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
6091
6092 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6093
6094         * gnus-sum.el (gnus-summary-insert-old-articles): Use
6095         gnus-remove-from-range instead of gnus-range-difference which
6096         doesn't exist.
6097
6098 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6099         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
6100
6101         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
6102         used for showing which articles have been downloaded.
6103         (gnus-agent-article-alist): Format change.  Add documentation.
6104         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
6105         process-marked articles.
6106         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
6107         in the series are individually fetched to minimize lose of
6108         content due to an error/quit.
6109         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
6110         gnus-message instead of message.
6111         (gnus-agent-read-servers): Use file lib/methods instead of
6112         lib/servers.  TODO: Why?
6113         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
6114         (gnus-agent-get-undownloaded-list): Remove articles that appear to
6115         come from the agent.  This means that they are not downloaded.
6116         (gnus-agent-fetch-selected-article): Don't use history.
6117         (gnus-agent-save-history, gnus-agent-enter-history)
6118         (gnus-agent-article-in-history-p, gnus-agent-history-path):
6119         Removed function; history is not used anymore.
6120         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
6121         (gnus-agent-crosspost): Started rewrite then realized that a typo
6122         in gnus-agent-fetch-articles ensures that this function is never
6123         called.  This will need to be fixed later.
6124         (gnus-agent-check-overview-buffer): Some sanity checks on the
6125         agent overview buffer.  This is a safety net used during
6126         development.
6127         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
6128         changed, write a number to the file indicating this.
6129         (gnus-agent-fetch-headers): Rewrite to respect
6130         gnus-agent-consider-all-articles without relying on the
6131         `.fetched' files.  Make it fast.
6132         (gnus-agent-braid-nov): Change resulting from
6133         gnus-agent-fetch-headers change.
6134         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
6135         `.fetched' files.
6136         (gnus-agent-read-agentview): New function, used by
6137         gnus-agent-load-alist.
6138         (gnus-agent-load-fetched-headers): Remove.
6139         (gnus-agent-save-alist): Rewrite to accomodate new format.
6140         (gnus-agent-fetch-group-1): Make sure list of articles is in the
6141         same order as in gnus-newsgroup-headers.
6142         (gnus-agent-expire): Document and implement extra args ARTICLES,
6143         GROUP, FORCE.  Do not restrict usage.
6144         (gnus-agent-uncached-articles): New function.
6145         (gnus-agent-retrieve-headers): Use it.
6146         (gnus-agent-regenerate-group): No longer needs to be called from
6147         gnus-agent-regenerate.  Individual groups may be regenerated. The
6148         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
6149         The article fetch dates are validated in the article alist.  The
6150         article alist is pruned of entries that do not reference existing
6151         NOV entries.  All changes are computed then applied with
6152         inhibit-quit bound to t.  As a result, it is now safe to quit out of
6153         regeneration.  The optional clean parameter has been replaced with
6154         an optional reread parameter.  Clean is no longer necessary as
6155         regeneration gets the appropriate setting from
6156         gnus-agent-consider-all-articles.  The new reread parameter will
6157         result in fetched, or all, articles being marked as unread.
6158         (gnus-agent-regenerate): Removed code to regenerate the history
6159         file as it is no longer used.
6160
6161         * gnus-start.el (gnus-make-ascending-articles-unread): New
6162         function, for efficient mass-marking.
6163
6164         * gnus-sum.el (gnus-summary-highlight): Use new face for
6165         downloaded articles.
6166         (gnus-article-mark): Prefer to indicate read/unread status over
6167         downloaded status.
6168         (gnus-summary-highlight-line-0): New function, maybe rehighlights
6169         line.
6170         (gnus-summary-highlight-line): Use new face for downloaded
6171         articles.
6172         (gnus-summary-insert-old-articles): Improved performance by
6173         replacing the initial LIST of older articles with a compressed
6174         RANGE of older articles.  Some servers appear to lie about
6175         their active range so the original list could contain millions
6176         of article numbers.  The range is not expanded into a list
6177         until the optional ALL parameter has been applied.
6178
6179 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6180
6181         * gnus-agent.el (gnus-category-mode): Typo in doc string.
6182
6183 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * spam.el:
6186         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
6187
6188         * spam.el: added `M s t' and `M s x' key mappings
6189
6190 2002-11-20  Simon Josefsson  <jas@extundo.com>
6191
6192         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
6193
6194 2002-11-19  Simon Josefsson  <jas@extundo.com>
6195
6196         * gnus-sum.el (gnus-summary-morse-message): Load
6197         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
6198         (unmorse-region): Autoload it instead.
6199
6200 2002-11-18  Simon Josefsson  <jas@extundo.com>
6201
6202         * gnus-sum.el (gnus-summary-morse-message): New function.
6203         (gnus-summary-wash-map): Bind to `W m'.
6204         (gnus-summary-make-menu-bar): Add.
6205
6206         * nnimap.el (nnimap-request-expire-articles): Compress sequence
6207         before storing \Deleted mark on expired articles.
6208
6209 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
6210         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
6211
6212         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
6213         parens in column 0.
6214
6215 2002-11-17  Juanma Barranquero  <lektu@terra.es>
6216
6217         * nnweb.el (nnweb-google-create-mapping): Fix typo.
6218
6219         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
6220
6221         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
6222
6223 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
6224
6225         * message.el (message-set-auto-save-file-name): Use
6226         make-directory, to avoid the dependence on gnus-util.
6227
6228 2002-11-16  Simon Josefsson  <jas@extundo.com>
6229
6230         * nnimap.el (nnimap-callback-callback-function):
6231         (nnimap-callback-buffer): Removed, these cannot be global but must
6232         be embedded into the callback.
6233         (nnimap-make-callback): New.  Embedd article number, callback and
6234         buffer in function.
6235         (nnimap-callback, nnimap-request-article-part): Update.
6236
6237 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
6240
6241 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6242
6243         * gnus.el (gnus-summary-line-format): Document %C.
6244
6245 2002-11-11  Simon Josefsson  <jas@extundo.com>
6246
6247         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
6248         output when called interactively.
6249
6250 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6251
6252         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
6253
6254         * message.el (message-draft-coding-system): Improve comment; use
6255         mm-auto-save-coding-system for the default value.
6256
6257         * nndraft.el (nndraft-request-article): Revert to the state before
6258         2002-10-29; regexp-quote mail-header-separator.
6259
6260 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
6261
6262         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
6263         allow editing of drafts from an nnvirtual group.
6264
6265 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6266
6267         * nndraft.el (nndraft-request-article): Replace emacs-mule with
6268         mm-auto-save-coding-system.
6269
6270         * message.el (message-draft-coding-system): Default to
6271         iso-2022-7bit.
6272
6273         * mm-util.el (mm-auto-save-coding-system): Undo last change to
6274         restore the default value to emacs-mule or escape-quoted.
6275
6276 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
6279         a delayed or a queued article as well as a draft.
6280
6281         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
6282         delayed or a queued article in the raw format; treat a delayed
6283         article as a raw article as well as a draft.
6284         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
6285         for the delayed group.
6286
6287         * nndraft.el (nndraft-request-article): Ignore auto save files for
6288         a delayed or a queued article; don't bother to decode a queued
6289         article; don't bind nnmail-file-coding-system for a queued article.
6290
6291         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
6292         and the queue group.
6293
6294 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
6295
6296         * gnus-group.el (gnus-group-delete-group):
6297         gnus-cache-active-hashtb might be void.
6298
6299 2002-11-02  Simon Josefsson  <jas@extundo.com>
6300
6301         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
6302         setting of the default user ID.  From Raymond Scholz
6303         <ray-2002@zonix.de>.
6304
6305 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
6306
6307         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
6308         charset.
6309
6310 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
6311         From Alex Schroeder <alex@emacswiki.org>
6312         * spam-stat.el (spam-stat-process-directory): add dir to message
6313         (spam-stat-reduce-size): No longer remove words
6314         with values close to 0.5, because the default value is 0.2.
6315
6316 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6317
6318         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
6319         documentation.
6320
6321 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6322
6323         * gnus-agent.el (gnus-agent-fetched-headers)
6324         (gnus-agent-load-fetched-headers)
6325         (gnus-agent-save-fetched-headers): Remove variable and two
6326         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
6327         works better.
6328         (gnus-agent-fetch-headers): New implementation from Kevin
6329         Greiner.  Uses gnus-agent-article-alist to store information
6330         about fetched messages which aren't on the server anymore.  The
6331         trick is to return a list of considered messages to the caller,
6332         but to only fetch those which haven't been fetched yet.
6333
6334 2002-10-30  Simon Josefsson  <jas@extundo.com>
6335
6336         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
6337
6338         * pgg.el (pgg-passphrase-cache-expiry): Removed.
6339
6340 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6341
6342         * mm-view.el (mm-w3m-local-map-property): Make it work with older
6343         versions of emacs-w3m than 1.3.3.
6344
6345         * lpath.el: Bind w3m-minor-mode-map.
6346
6347         * mm-view.el (mm-w3m-mode-command-alist)
6348         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
6349         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
6350         (mm-setup-w3m): Simplified.
6351         (mm-w3m-local-map-property): New function.
6352         (mm-inline-text-html-render-with-w3m): Use it.
6353
6354         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
6355         mm-w3m-local-map-property.
6356
6357 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * mm-util.el (mm-auto-save-coding-system): Default to
6360         iso-2022-7bit.
6361
6362         * nndraft.el (nndraft-request-article): Decode an article using
6363         the coding-system emacs-mule if it seems to have been saved using
6364         emacs-mule.
6365         (nndraft-request-replace-article): Use message-draft-coding-system
6366         instead of mm-auto-save-coding-system for the draft or delayed
6367         group.
6368
6369 2002-10-28  Josh  <huber@alum.wpi.edu>
6370
6371         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
6372         functions.
6373
6374 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6375         From mah@everybody.org (Mark A. Hershberger).
6376
6377         * mm-url.el (mm-url-insert-file-contents): Make it return the same
6378         type values ("url" size) regardless of the values of
6379         mm-url-use-external.
6380
6381 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6382
6383         * nnimap.el (nnimap-request-article-part): Try harder to show
6384         group name in debugging message.
6385
6386 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6387
6388         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
6389         directory if it doesn't exist.
6390         (gnus-agent-fetch-headers): Remove old cruft that tried to
6391         abstain from downloading articles more than once if
6392         gnus-agent-consider-all-articles was true.  This is now done
6393         properly via the .fetched files.
6394
6395 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * nndraft.el (nndraft-request-article): Treat delayed articles
6398         like drafts.
6399
6400 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
6403
6404 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6405
6406         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
6407         Remove unused optional arg DIR and corresponding code.
6408
6409         * nnimap.el (nnimap-request-article-part): Include group name in
6410         debugging output.
6411
6412 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
6413
6414         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
6415
6416 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
6417
6418         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
6419         contains range of headers that have been fetched by the agent
6420         already.  Compare gnus-agent-article-alist.
6421         (gnus-agent-file-header-cache): Like
6422         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
6423         (gnus-agent-fetch-headers): Improve comment.  Revert to old
6424         seen/recent logic.
6425         Remember which headers have been fetched before and don't fetch
6426         them again the next time round.
6427         (gnus-agent-load-fetched-headers)
6428         (gnus-agent-save-fetched-headers): New functions, for remembering
6429         which headers have been fetched before.
6430
6431 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * lpath.el: Remove useless bindings.
6434
6435 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
6436
6437         * gnus-sum.el (gnus-summary-execute-command): Disable visual
6438         features while searching.
6439
6440 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6441
6442         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
6443
6444 2002-10-22  Simon Josefsson  <jas@extundo.com>
6445
6446         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
6447         (pgg-snarf-keys): Add.
6448
6449 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6450
6451         * lpath.el: Fbind bbdb-records.
6452
6453         * spam.el: Don't autoload bbdb-records.
6454
6455 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6456
6457         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
6458         prevent inf-loop.
6459
6460 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6461
6462         * nnslashdot.el: Removed some test lines.
6463         More test.
6464
6465 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6466
6467         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
6468         are known to be downloaded already.
6469
6470 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471
6472         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
6473         (mm-text-html-washer-alist): Ditto.
6474
6475 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6476
6477         * nnheader.el (nnheader-remove-body): Fix an error of detecting
6478         boundary between headers and body.
6479         * nnml.el (nnml-parse-head): Ditto.
6480
6481 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6482
6483         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
6484         entries.
6485
6486         * gnus-group.el (gnus-fetch-group): Allow an optional
6487         specification of the articles to select.
6488
6489         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
6490
6491 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6492
6493         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
6494         headers from the group, update variable `articles' to contain
6495         only those numbers where headers exist.  (When fetching all
6496         articles in a group, Gnus creates lots of numbers where there is
6497         no articles.)
6498
6499 2002-10-20  Steve Youngs  <youngs@xemacs.org>
6500
6501         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
6502         doesn't have the 'alist custom type, use cons cells instead.
6503         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
6504         (pgg-parse-hash-algorithm-alist): Ditto.
6505         (pgg-parse-compression-algorithm-alist): Ditto.
6506         (pgg-parse-signature-type-alist): Ditto.
6507
6508         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
6509
6510         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
6511
6512         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
6513
6514 2002-10-19  Simon Josefsson  <jas@extundo.com>
6515
6516         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
6517         buffer.
6518
6519 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6520
6521         * gnus-spec.el (gnus-make-format-preserve-properties)
6522         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
6523         properties also on XEmacs.  `gnus-xmas-format' is like format but
6524         preserves text properties on XEmacs (though it only understands
6525         simple format specs).  The variable
6526         `gnus-make-format-preserve-properties' controls whether the
6527         function is used, and is checked in `gnus-parse-simple-format'.
6528         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
6529
6530         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
6531         output.
6532         (gnus-agent-consider-all-articles): New variable.
6533         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
6534         (gnus-agent-fetch-headers): Depending on
6535         gnus-agent-consider-all-articles, maybe get all articles.
6536         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
6537         `read'.
6538         (gnus-predicate-imples-unread): New function.
6539         (gnus-agent-fetch-headers): Optimize to call
6540         gnus-list-of-unread-articles if that is sufficient.
6541         Check unseen and recent instead of seen and recent.
6542         (gnus-agent-fetch-headers): Abstain from calling
6543         gnus-list-range-intersection if range (a . b) would have (> a b).
6544
6545 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * message.el (message-send-mail): Make it possible to perform
6548         edebug-defun.
6549
6550 2002-10-18  Simon Josefsson  <jas@extundo.com>
6551
6552         * gnus-art.el (gnus-button-man-handler): Change default to
6553         `manual-entry' (defined in both emacsen).
6554         (gnus-button-man-handler): Remove emacsen difference and use
6555         `manual-entry'.
6556
6557 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6558
6559         * spam.el: Wrap autoload settings for bbdb-records,
6560         executable-find and ifile-spam-filter with eval-and-compile.
6561         (spam-display-buffer-contents): Remove.
6562         (spam-bogofilter-score): Merge spam-display-buffer-contents.
6563
6564 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
6565
6566         * spam.el (spam-display-buffer-contents): New function.
6567         (spam-bogofilter-score): use spam-display-buffer-contents, patch
6568         from Katsumi Yamaoka <yamaoka@jpl.org>.
6569
6570 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6571
6572         * nnheader.el (nnheader-parse-naked-head): New function.
6573         (nnheader-parse-head): Use the above function, in order to handle
6574         continuation lines properly.
6575         (nnheader-remove-body): New function.
6576         (nnheader-remove-cr-followed-by-lf): New function.
6577         (nnheader-ms-strip-cr): Use the above function.
6578
6579         * gnus-agent.el (gnus-agent-regenerate-group): Call
6580         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
6581         `nnheader-parse-head'.
6582         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
6583
6584         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
6585         continuation lines by itself; call `nnheader-parse-naked-head'
6586         instead of `nnheader-parse-head'.
6587         * nndiary.el (nndiary-parse-head): Ditto.
6588         * nnfolder.el (nnfolder-parse-head): Ditto.
6589         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
6590         * nnmaildir.el (nnmaildir--update-nov): Ditto.
6591         * nnml.el (nnml-parse-head): Ditto.
6592
6593 2002-10-17  Steve Youngs  <youngs@xemacs.org>
6594
6595         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
6596         XEmacs, default to it if featurep 'xemacs.
6597
6598 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6599
6600         * spam-stat.el: Check for the existence of hash functions instead
6601         of the Emacs version to decide whether to load cl.  Suggested by
6602         Kai Gro\e,A_\e(Bjohann.
6603
6604 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6605
6606         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
6607         if it isn't open yet.
6608
6609 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-group.el: Require mm-url only when compiling.
6612         (gnus-group-fetch-charter): Require mm-url.
6613
6614         * spam-stat.el: Require cl for the functions gethash,
6615         hash-table-count, make-hash-table and mapc for Emacs 20.
6616         (puthash): Alias to cl-puthash for Emacs 20.
6617         (with-syntax-table): New macro for Emacs 20.
6618
6619 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
6620
6621         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
6622
6623 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6624
6625         * spam.el (spam-check-ifile): added ifile as a spam checking
6626         backend, and spam-use-ifle as the variable to toggle that check.
6627
6628 2002-10-12  Simon Josefsson  <jas@extundo.com>
6629
6630         * message.el (message-beginning-of-line): New variable.
6631         (message-beginning-of-line): Use it.
6632
6633 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
6634
6635         * spam.el: more compilation fixes for BBDB
6636
6637         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
6638         (spam-stat-reduce-size): Interactive.
6639         (spam-stat-reset): New function.
6640         (spam-stat-save): Interactive.
6641
6642 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6643
6644         * gnus.el: Autoload gnus-delay-initialize.
6645
6646         * message.el: Autoload gnus-delay-article.
6647
6648 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
6649
6650         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
6651         text property in Emacs.
6652
6653 2002-10-11  Simon Josefsson  <jas@extundo.com>
6654
6655         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6656         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
6657
6658         * mml1991.el (mml1991-pgg-sign): Remove CR.
6659
6660 2002-10-10  Simon Josefsson  <jas@extundo.com>
6661
6662         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
6663         decrypt failed.
6664         (mml2015-trust-boundaries-alist): Removed.
6665         (mml2015-gpg-extract-signature-details): Don't use it.
6666         (mml2015-unabbrev-trust-alist): New.
6667         (mml2015-gpg-extract-signature-details): Use it.
6668
6669 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
6670
6671         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
6672         BBDB installed
6673
6674         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
6675         statistical analysis of spam in Lisp only
6676
6677 2002-10-10  Simon Josefsson  <jas@extundo.com>
6678
6679         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
6680         auth, selected or examine state.
6681
6682         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
6683         buffer and error buffer depending on type of information.
6684
6685         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
6686         --status-fd stuff even if gpg.el is not used (revert earlier
6687         change).
6688         (mml2015-pgg-{clear-,}verify): Store both output and errors as
6689         gnus details.
6690         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
6691         buffer.
6692
6693         * pgg.el (pgg-verify-region): Use it.
6694
6695         * pgg-def.el (pgg-query-keyserver): New variable.
6696
6697         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
6698         key-identifier in packet.  Is this a good idea?
6699
6700         * mml.el (mml-mode-map): Add security commands that operates on
6701         MIME parts.
6702         (mml-menu): And menu items for them.
6703
6704         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
6705
6706         * mml.el (mml-parse-1): Support sender in #secure tags.
6707
6708         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
6709         defined.
6710
6711         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
6712         (mml-pgp-encrypt-buffer): Support combined signing.
6713
6714         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
6715         (mml1991-gpg-encrypt): Ditto.
6716         (mml1991-pgg-encrypt): Ditto.
6717         (mml1991-encrypt): Pass sign parameter.
6718
6719         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
6720         (mml-signencrypt-style): Mention the variable.
6721
6722 2002-10-09  Simon Josefsson  <jas@extundo.com>
6723
6724         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
6725         pgg-gpg-user-id.
6726
6727         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
6728         (pgg-fetch-key-function): Nil if w3 is not installed.
6729
6730 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6731
6732         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
6733         gnus-agent-current-history.
6734
6735 2002-10-06  Simon Josefsson  <jas@extundo.com>
6736
6737         * imap.el (imap-parse-status): Don't use read to read token.
6738
6739 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6740
6741         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
6742         for methods not covered by the agent, and when unplugged.
6743
6744 2002-10-05  Simon Josefsson  <jas@extundo.com>
6745
6746         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
6747         signing.
6748
6749         * gnus-agent.el (gnus-agent-read-servers): If getting method from
6750         a named server fails, ignore the server.
6751
6752         * mml1991.el (mml1991-pgg-sign): Do QP.
6753
6754         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
6755         work.
6756
6757 2002-10-04  Simon Josefsson  <jas@extundo.com>
6758
6759         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
6760
6761         * pgg-pgp.el (pgg-pgp-verify-region): Inline
6762         binary-write-decoded-region from MEL.
6763
6764         * pgg.el (pgg-encrypt-region): Support sign.
6765
6766         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
6767
6768         * mml2015.el (mml2015-pgg-encrypt): Ditto.
6769
6770         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
6771         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
6772         branch where PGG was taken from in the ChangeLog entries below.
6773
6774 2002-10-01  Simon Josefsson  <jas@extundo.com>
6775
6776         * pgg-pgp.el: Don't require mel.  Don't use luna.
6777         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
6778         (pgg-pgp-process-region): Use expand-file-name instead of concat.
6779         (pgg-pgp-process-region): Don't use binary-funcall.
6780
6781         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
6782
6783         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
6784         instead of concat.
6785
6786         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6787
6788 2002-09-29  Simon Josefsson  <jas@extundo.com>
6789
6790         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
6791         compile warnings.
6792
6793         * pgg.el (pgg-decrypt-region): Don't parse packet.
6794
6795         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
6796
6797 2002-09-29  Daiki Ueno <ueno@unixuser.org>
6798
6799         * pgg.el: Remove dependency on calist.el.
6800
6801 2002-09-28  Simon Josefsson  <jas@extundo.com>
6802
6803         * pgg.el (pgg-temporary-file-directory): New variable.
6804         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
6805
6806         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
6807         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
6808
6809         * pgg-parse.el (pgg-char-int): Defalias.
6810         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
6811         (pgg-read-bytes, pgg-read-body): Use it.
6812         (pgg-decode-packets): Don't use MEL, use base64-*.
6813         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
6814         (pgg-string-as-unibyte): Defalias.
6815         (pgg-parse-armor-region): Use it.
6816
6817         * pgg-gpg.el (pgg-gpg-process-region): Use
6818         pgg-temporary-file-directory.
6819
6820         * luna.el: Don't def-edebug.
6821
6822         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
6823         binary-write-decoded-region from MEL.
6824
6825         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
6826
6827         * alist.el, calist.el: Don't require product/APEL.
6828
6829         * pgg-parse.el (top-level): Remove dependency on static.el,
6830         pccl.el, mel.el.
6831         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
6832         `define-ccl-program' is boundp, instead of using broken.
6833
6834 2002-10-01  Simon Josefsson  <jas@extundo.com>
6835
6836         * message.el (message-required-mail-headers): Remove Lines:.
6837
6838 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6839         From Jesper Harder.
6840
6841         * gnus-group.el (gnus-group-fetch-charter,
6842         gnus-group-fetch-control): Prompt for group if given a prefix
6843         argument.
6844         * gnus-sum.el (t): Add gnus-group-fetch-charter and
6845         gnus-group-fetch-control to summary key map and menu.
6846
6847 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
6848
6849         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
6850         number when there are no articles.
6851
6852 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6853
6854         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
6855         arg ALL means to fetch all articles, not only downloadable ones.
6856         (gnus-agent-fetch-selected-article): New function for
6857         gnus-select-article-hook or gnus-mark-article-hook.
6858
6859 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6860         From Peter von der Ahe <nospam2159@daimi.au.dk>.
6861
6862         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
6863         raw-text.
6864
6865 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
6866
6867         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
6868         Pinard).
6869         Major revamp of the code, documentation is in comments in the file
6870         for now.
6871
6872 2002-09-30  Simon Josefsson  <jas@extundo.com>
6873
6874         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
6875         buffer seem to be needed?
6876
6877 2002-09-29  Simon Josefsson  <jas@extundo.com>
6878
6879         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
6880         compile warnings.
6881
6882         * mml1991.el (mml1991-function-alist): Add pgg.
6883         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
6884         (mml1991-pgg-encrypt): Fix recipients querying.
6885
6886 2002-09-28  Simon Josefsson  <jas@extundo.com>
6887
6888         * mml2015.el (autoload): Autoload correct files.  Trivial patch
6889         from dme@dme.org.
6890         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
6891         handle is returned.
6892
6893 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6896         Protect against non-existent of `nnimap-mailbox-info'.
6897
6898 2002-09-27  Simon Josefsson  <jas@extundo.com>
6899
6900         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
6901         (gnus-setup-news-hook): Use it.
6902         (gnus-after-getting-new-news-hook): Ditto.
6903
6904         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
6905
6906 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6907         From Mats Lidell <matsl@contactor.se>.
6908
6909         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
6910
6911 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6912
6913         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
6914         the part to decode encoded words, use raw words instead of decoded
6915         words.
6916
6917 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6918
6919         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
6920
6921         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
6922         (mm-setup-w3m): Use it.
6923
6924 2002-09-27  Simon Josefsson  <jas@extundo.com>
6925
6926         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
6927         article buffers.
6928
6929         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
6930         it just in case.
6931         (nnimap-update-unseen): New function; update unseen count in
6932         `n-m-info'.
6933         (nnimap-close-group): Call it.
6934
6935         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
6936         (gnus-after-getting-new-news-hook): Ditto.
6937
6938         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
6939         message into verboselevel 9.  Change slow mail check message.
6940         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
6941         (nnimap-fixup-unread-after-getting-new-news): New function, to be
6942         used as a hook after getting new mail.
6943
6944 2002-09-26  Simon Josefsson  <jas@extundo.com>
6945
6946         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
6947         SELECT/EXAMINE is first unseen article, not number of unseen
6948         articles.  Make them distinct by renaming the former to
6949         `first-unseen' instead of `unseen'.
6950
6951         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
6952         too.
6953         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
6954         changed.
6955         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
6956
6957         * gnus-int.el (gnus-server-unopen-status): Defcustom.
6958
6959         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
6960         better.
6961
6962         * mml2015.el (mml2015-pgg-decrypt): Only add security information
6963         if dissecting resulting buffer actually had any information.
6964
6965 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
6968         because the function `string<' allows symbols.
6969
6970         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
6971
6972 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6973
6974         * message.el (message-forward-make-body): Revert an early change
6975         because 8-bit utf-8 emails.
6976
6977 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6978
6979         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
6980         links to Info)
6981         * gnus-art.el (gnus-treat-highlight-signature):
6982         * gnus-art.el (gnus-treat-buttonize):
6983         * gnus-art.el (gnus-treat-buttonize-head):
6984         * gnus-art.el (gnus-treat-emphasize):
6985         * gnus-art.el (gnus-treat-strip-cr):
6986         * gnus-art.el (gnus-treat-unsplit-urls):
6987         * gnus-art.el (gnus-treat-leading-whitespace):
6988         * gnus-art.el (gnus-treat-hide-headers):
6989         * gnus-art.el (gnus-treat-hide-boring-headers):
6990         * gnus-art.el (gnus-treat-hide-signature):
6991         * gnus-art.el (gnus-treat-fill-article):
6992         * gnus-art.el (gnus-treat-hide-citation):
6993         * gnus-art.el (gnus-treat-hide-citation-maybe):
6994         * gnus-art.el (gnus-treat-strip-list-identifiers):
6995         * gnus-art.el (gnus-treat-strip-pgp):
6996         * gnus-art.el (gnus-treat-strip-pem):
6997         * gnus-art.el (gnus-treat-strip-banner):
6998         * gnus-art.el (gnus-treat-highlight-headers):
6999         * gnus-art.el (gnus-treat-highlight-citation):
7000         * gnus-art.el (gnus-treat-date-ut):
7001         * gnus-art.el (gnus-treat-date-local):
7002         * gnus-art.el (gnus-treat-date-english):
7003         * gnus-art.el (gnus-treat-date-lapsed):
7004         * gnus-art.el (gnus-treat-date-original):
7005         * gnus-art.el (gnus-treat-date-iso8601):
7006         * gnus-art.el (gnus-treat-date-user-defined):
7007         * gnus-art.el (gnus-treat-strip-headers-in-body):
7008         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
7009         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
7010         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
7011         * gnus-art.el (gnus-treat-unfold-headers):
7012         * gnus-art.el (gnus-treat-fold-headers):
7013         * gnus-art.el (gnus-treat-fold-newsgroups):
7014         * gnus-art.el (gnus-treat-overstrike):
7015         * gnus-art.el (gnus-treat-display-xface):
7016         * gnus-art.el (gnus-treat-display-smileys):
7017         * gnus-art.el (gnus-treat-from-picon):
7018         * gnus-art.el (gnus-treat-mail-picon):
7019         * gnus-art.el (gnus-treat-newsgroups-picon):
7020         * gnus-art.el (gnus-treat-body-boundary):
7021         * gnus-art.el (gnus-treat-capitalize-sentences):
7022         * gnus-art.el (gnus-treat-fill-long-lines):
7023         * gnus-art.el (gnus-treat-play-sounds):
7024         * gnus-art.el (gnus-treat-translate):
7025         * gnus-art.el (gnus-treat-x-pgp-sig):
7026         * gnus-art.el (gnus-mime-button-line-format):
7027         * gnus-art.el (gnus-button-man-level):
7028         * gnus-art.el (gnus-button-emacs-level):
7029         * gnus-cus.el (gnus-group-parameters):
7030         * gnus-gl.el (bbb-build-mid-scores-alist):
7031         * gnus-group.el (gnus-group-line-format):
7032         * gnus-mlspl.el (gnus-group-split-setup):
7033         * gnus-mlspl.el (gnus-group-split):
7034         * gnus-msg.el (gnus-mailing-list-groups):
7035         * gnus-msg.el (gnus-posting-styles):
7036         * gnus-nocem.el (gnus-nocem-issuers):
7037         * gnus-score.el (gnus-score-regexp-bad-p):
7038         * gnus-srvr.el (gnus-server-line-format):
7039         * gnus-topic.el (gnus-topic-line-format):
7040         * gnus.el (gnus-summary-line-format):
7041         * mail-source.el (mail-sources):
7042         * message.el (message-subscribed-address-file):
7043         * nnmail.el (nnmail-split-fancy):
7044
7045 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
7046
7047         * mail-source.el(mail-source-run-script): use `functionp' to test
7048         whether the argument `script' is in fact a function.
7049         (mail-sources): adjust the defcustom to allow users to specify a
7050         function or a string as the value of the `:prescript' and
7051         `:postscript' arguments of the `file' and `pop3' mail sources.
7052
7053 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
7054
7055         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
7056         number when article 1 does not exist.
7057
7058 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7059
7060         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
7061         apropos if apropos-variable does not exist.
7062         (gnus-button-guessed-mid-regexp)
7063         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
7064         regexes.  From Reiner Steib.
7065         (gnus-button-handle-describe-function)
7066         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
7067         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
7068         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
7069
7070 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
7071         Trivial patch.
7072
7073         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
7074         the file.
7075
7076 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7077
7078         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
7079
7080 2002-09-24  Simon Josefsson  <jas@extundo.com>
7081
7082         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
7083         (mml2015-use): Prefer PGG if installed.
7084         (mml2015-function-alist): Add PGG wrappers.
7085         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
7086         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
7087         prefix, make regexp optionally skip it.
7088         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
7089         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
7090         (mml2015-pgg-encrypt): New functions.
7091         (defvar, autoload): Prevent byte-compile warnings.
7092
7093 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7094         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7095
7096         * gnus-art.el (article-strip-banner): Check for the existence of
7097         from header.
7098
7099 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7100
7101         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
7102         (gnus-button-alist): Improved regexp for
7103         gnus-button-handle-mid-or-mail (false positives), fixed
7104         gnus-button-handle-man entries.
7105         From Reiner Steib.
7106
7107 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7108         From Josh Huber.
7109
7110         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
7111         nnmail-extra-headers is non-nil.
7112
7113 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
7114
7115         * nnmaildir.el: Store article numbers persistently.  General
7116         revision.
7117         (nnmaildir-request-expire-articles): handle 'immediate and 'never
7118         for nnmail-expiry-wait; delete instead of moving if 'force is
7119         given.
7120
7121 2002-09-23  Simon Josefsson  <jas@extundo.com>
7122         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
7123
7124         * smime.el (smime-sign-buffer): Get key and extra certs.
7125         (smime-get-key-with-certs-by-email): Utility function.
7126
7127 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7128         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
7129
7130         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
7131         article exists.
7132
7133 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7134
7135         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
7136
7137 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
7138         From Reiner Steib.
7139
7140         * gnus-art.el (gnus-button-handle-custom,
7141         gnus-button-handle-mid-or-mail,
7142         gnus-button-handle-describe-{function,variable,key},
7143         gnus-button-handle-apropos{,command,variable}): New functions.
7144         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
7145         gnus-button-{man,emacs,mail}-level): New variables.
7146         (gnus-button-alist): Use the above to buttonize emacs and mail
7147         related links.
7148
7149 2002-09-18  Juanma Barranquero  <lektu@terra.es>
7150
7151         * gnus-int.el (gnus-status-message): Fix spacing.
7152
7153         * imap.el (imap-continuation): Fix typos.
7154
7155 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7156
7157         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
7158
7159         * gnus-art.el (gnus-article-reply-with-original): Correct
7160         with-current-buffer scope.
7161
7162         * message.el (message-completion-alist): Add Reply-To, From, etc.
7163
7164 2002-09-18  Simon Josefsson  <jas@extundo.com>
7165
7166         * nnimap.el (nnimap-request-expire-articles): Make flag setting
7167         conditional.  From Nevin Kapur <nevin@jhu.edu>.
7168
7169 2002-09-17  Simon Josefsson  <jas@extundo.com>
7170
7171         * nnimap.el (nnimap-expiry-target): Don't search for which
7172         articles exists here.
7173         (nnimap-request-expire-articles): Do it here instead.  Only expire
7174         when articles are found.  Suggested by Nevin Kapur
7175         <nevin@jhu.edu>.
7176
7177 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7178         From Reiner Steib <reiner.steib@gmx.de>.
7179
7180         * message.el (message-strip-subject-trailing-was)
7181         (message-change-subject, message-add-archive-header)
7182         (message-xpost-fup2-header, message-xpost-insert-note)
7183         (message-xpost-fup2, message-reduce-to-to-cc): New functions
7184         adopted from message-utils.el.  Add functions to the keymap, mode
7185         describtion and menu.
7186         (message-change-subject,message-xpost-fup2): Signal error if
7187         current header is empty.
7188         (message-xpost-insert-note): Changed insert position.
7189         (message-archive-note): Ensure to insert note in message body (not
7190         in head).
7191         (message-archive-header, message-archive-note)
7192         (message-xpost-default, message-xpost-note, message-fup2-note)
7193         (message-xpost-note-function): New variables adopted from
7194         message-utils.el.  Changed some doc-strings.
7195         (message-mark-insert-{begin,end}): Rename from
7196         message-{begin,end}-inserted-text-mark (message-utils.el), changed
7197         values.
7198         (message-subject-trailing-was-query)
7199         (message-subject-trailing-was-ask-regexp)
7200         (message-subject-trailing-was-regexp): New variables.
7201         (message-to-list-only): Added doc-string and menu entry.
7202
7203         * message-utils.el: Removed.  Functions are now in message.el.
7204
7205 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7206
7207         * gnus-art.el (gnus-article-reply-with-original,
7208         gnus-article-followup-with-original): Switch to
7209         gnus-summary-buffer before reply/followup.
7210
7211 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
7212
7213         * gnus-sum.el (gnus-summary-toggle-header): The article window may
7214         not exist. Toggle it anyway.
7215
7216 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7217
7218         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
7219
7220         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
7221         Trivial patch from Urban Engberg <ue@ccieurope.com>.
7222
7223         * rfc2047.el (message-posting-charset): Defvar it.
7224         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
7225         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
7226
7227         * mail-source.el (mail-source-fetch): Hide password.
7228
7229         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
7230
7231 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7232         From John Paul Wallington <jpw@shootybangbang.com>.
7233
7234         * gnus.el (gnus-visual, gnus-meta): Fix typo.
7235
7236 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
7239
7240 2002-09-11  Simon Josefsson  <jas@extundo.com>
7241
7242         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
7243         (nnimap-split-rule): Doc fix.
7244         (nnimap-request-expire-articles): Cleanup code.
7245
7246 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7247         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7248
7249         * gnus-art.el (gnus-article-address-banner-alist): New option.
7250         (article-strip-banner): Refer the above option to split banners of
7251         free mail servers, when no group parameter is specified.
7252
7253 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7254
7255         * nntp.el (nntp-wait-for-string): Check for a process in the
7256         current buffer instead of `nntp-server-buffer'.
7257
7258 2002-09-09  Simon Josefsson  <jas@extundo.com>
7259
7260         * gnus-art.el (gnus-button-man-handler): New variable.
7261         (gnus-button-alist): Use g-b-handle-man.
7262         (gnus-button-handle-man): New, call g-b-man-handler.
7263
7264 2002-09-08  Simon Josefsson  <jas@extundo.com>
7265
7266         * gnus-art.el (gnus-button-alist): Buttonize man page links.
7267
7268 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7269
7270         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
7271
7272 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273
7274         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
7275
7276         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
7277         keystroke.
7278
7279         * gnus-srvr.el (gnus-browse-describe-group): New command and
7280         keystroke.
7281
7282 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7283
7284         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
7285         value for gnus-decoration property.
7286
7287 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7288
7289         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
7290         string) as group name in case we have a CRLF in the file.
7291
7292 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
7293
7294         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
7295         group.
7296         (rfc1843-decode-hzp): do.
7297         (rfc1843-newsgroups-regexp): do.
7298
7299 2002-09-04  Simon Josefsson  <jas@extundo.com>
7300
7301         * message.el (message-canlock-generate): Make sure sha1 doesn't
7302         call external programs.
7303
7304 2002-09-03  Simon Josefsson  <jas@extundo.com>
7305
7306         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
7307
7308         * gnus-agent.el (gnus-agent-batch): Add doc.
7309
7310 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
7311
7312         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
7313         check for signed and encrypted parts.
7314         * mml.el (mml-parse-1): Correct small typo which preventing
7315         setting recipients in a secure tag.
7316
7317 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7318
7319         * mm-util.el (mm-coding-system-priorities): Default to a list of
7320         iso-2022-jp and others for the Japanese environment.
7321
7322 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
7325         invalid display names.
7326
7327 2002-08-30  Simon Josefsson  <jas@extundo.com>
7328
7329         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
7330         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
7331
7332 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
7333
7334         * gnus.el (gnus-group-charter-alist): New option.
7335         (gnus-group-fetch-control-use-browse-url): New option.
7336
7337         * gnus-group.el (gnus-group-fetch-charter): New function.
7338         (gnus-group-fetch-control): New function.
7339         Add them to the keymap and menu. Require mm-url.
7340
7341 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7342
7343         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
7344         From Alex Schroeder <alex@emacswiki.org>.
7345
7346 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
7347
7348         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
7349         items expecting user interaction.
7350
7351         * gnus-topic.el (gnus-topic-make-menu-bar): do.
7352
7353         * gnus-sum.el (gnus-summary-make-menu-bar): do.
7354
7355         * gnus-srvr.el (gnus-server-make-menu-bar): do.
7356
7357         * mml.el (mml-menu): do.
7358
7359 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * mail-source.el (mail-source-touch-pop): New function.
7362
7363         * message.el (message-smtpmail-send-it): New function.
7364         (message-send-mail-function): Add it for a candidate.
7365
7366 2002-08-27  Simon Josefsson  <jas@extundo.com>
7367
7368         * gnus-msg.el (posting-charset-alist): Use
7369         gnus-define-group-parameter instead of defcustom.
7370         (gnus-put-message): Handle SPC in GCC.
7371         (gnus-inews-insert-gcc): Ditto.
7372         (gnus-inews-insert-archive-gcc): Ditto.
7373
7374 2002-08-26  Simon Josefsson  <jas@extundo.com>
7375
7376         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
7377         (gnus-agentize): Auto agentize all nntp and nnimap groups.
7378         (gnus-agent-possibly-save-gcc): Autoload.
7379         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
7380
7381 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * gnus.el (gnus-other-frame-function): New user option.
7384         (gnus-other-frame): Use it; add a doc-string; make it work with
7385         the gnuclient program.
7386
7387         * gnus-util.el (gnus-frame-or-window-display-name): New function.
7388
7389         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
7390         `device-connection' and `dfw-device'.
7391
7392 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7393
7394         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
7395         positives, make it stricter.  From Jochen Hein (trivial change).
7396
7397 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus.el (gnus-other-frame): Trivial fix.
7400
7401 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus.el (gnus-other-frame-parameters): New user option.
7404         (gnus-other-frame-object): New variable.
7405         (gnus-other-frame): Make it search for existing Gnus frame; don't
7406         read new news; delete frame on exit.
7407
7408         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
7409
7410         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
7411
7412 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7413         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
7414
7415         * message.el (message-set-auto-save-file-name): Add support for
7416         the Cygwin Emacs; the system-type is `cygwin'.
7417         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
7418
7419 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7420
7421         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
7422
7423         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
7424         avoid arithmetic errors.
7425
7426 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
7429
7430 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
7433         (message-ignored-resent-headers): Add envelope From.
7434
7435 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7436
7437         * gnus.el (gnus-summary-line-format): Document %k specifier.
7438
7439 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7440
7441         * gnus-sum.el (gnus-summary-line-message-size): New function.
7442         (gnus-summary-line-format-alist): Use it.
7443
7444 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * gnus-art.el (article-make-date-line): Refer to the value for
7447         `gnus-article-time-format' in the summary buffer.
7448
7449         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
7450
7451 2002-08-14  Simon Josefsson  <jas@extundo.com>
7452
7453         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
7454         quoting.
7455         (gnus-button-alist): Fix doc.
7456         (gnus-header-button-alist): Use ' not ` for default value quoting.
7457         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
7458         rationale similar to 2002-05-01 change.
7459         (gnus-article-add-buttons-to-head): Evaluate expression.
7460
7461         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
7462
7463 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * message.el (message-font-lock-keywords): Refer to the value for
7466         `message-cite-prefix-regexp' dynamically.
7467
7468 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * gnus-art.el (gnus-decode-header-methods): Doc fix.
7471
7472 2002-08-12  Simon Josefsson  <jas@extundo.com>
7473
7474         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
7475         (imap-shell-open): Skip initial junk before IMAP greeting.
7476
7477 2002-08-11  Simon Josefsson  <jas@extundo.com>
7478
7479         * message-utils.el (message-xpost-default,
7480         message-xpost-fup2-header, message-xpost-fup2): Fixed
7481         Typos.  Trivial changes from Reiner Steib
7482         <4uce.02.r.steib@gmx.net>.
7483
7484 2002-08-09  Simon Josefsson  <jas@extundo.com>
7485
7486         * message.el (message-canlock-password): Set
7487         canlock-password-for-verify to newly generated canlock-password.
7488         When Emacs is restarted, Custom makes sure this is set, but during
7489         the same session we must set it manually.
7490
7491 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
7492
7493         * yenc.el: New file.
7494
7495         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
7496         (mm-uu-type-alist): Add yenc.
7497         (mm-uu-yenc-filename): New function.
7498         (mm-uu-yenc-extract): New function.
7499
7500         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
7501
7502 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7503
7504         * dgnushack.el (merge): Don't use coerce.
7505
7506 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
7507
7508         * mailcap.el (mailcap-mime-data): Test window-system rather than
7509         mm-device-type.
7510         (mailcap-mime-data): Call xdvi and gv with "-safer".
7511
7512         * mm-util.el: Don't define mm-device-type.
7513
7514 2002-08-05  Simon Josefsson  <jas@extundo.com>
7515
7516         * mm-util.el (mm-coding-system-priorities): coding-system type not
7517         supported everywhere.
7518
7519 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7520
7521         * gnus.el (gnus-version-number): Bumped version number.
7522
7523 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7524
7525         * gnus.el: Oort Gnus v0.07 is released.
7526
7527 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7528
7529         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
7530         (gnus-article-sort-functions): Doc fix.
7531         (t): New keystroke.
7532         (gnus-article-sort-by-random): New function.
7533         (gnus-thread-sort-by-random): New function.
7534
7535 2002-08-02  Simon Josefsson  <jas@extundo.com>
7536
7537         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
7538         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
7539
7540 2002-07-31  Danny Siu  <dsiu@adobe.com>
7541
7542         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
7543         when splitting malformed messages without message-id
7544
7545 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7546         From Niklas Morberg <niklas.morberg@axis.com>.
7547
7548         * nnweb.el (nnweb-type, nnweb-type-definition)
7549         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
7550         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
7551         functionality.
7552         * nnweb.el: Removed old non-functioning search engines.
7553
7554 2002-07-27  Simon Josefsson  <jas@extundo.com>
7555
7556         * message.el (message-forward-make-body): Don't use
7557         `message-forward-ignored-headers' when doing a "raw" followup (it
7558         is important to preserve e.g. CTE).
7559
7560         * flow-fill.el (fill-flowed): Disable filladapt-mode.
7561
7562         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
7563         regexp-quote, Cyrus Sieve is fixed.
7564
7565         * sieve-manage.el (sieve-manage-deletescript): New function.
7566
7567         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
7568         (sieve-manage-mode): Fix menubar.
7569         (sieve-activate): Change some messages.
7570         (sieve-deactivate-all): New function.
7571         (sieve-deactivate): New alias.
7572         (sieve-remove): New function.
7573         (sieve-help): Fix help.
7574         All suggested by Ned Ludd.
7575
7576 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
7579         (mm-w3m-safe-url-regexp): New user option.
7580
7581         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
7582         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
7583
7584 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
7585
7586         * gnus-sum.el (gnus-summary-delete-article): Force
7587         nnmail-expiry-target to 'delete, so that absolute deletion
7588         happens when absolute deletion is requested.
7589
7590 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7591         From Nevin Kapur <nevin@jhu.edu>.
7592
7593         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
7594         headers as empty headers.
7595
7596 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7597         From Jochen Hein <jochen@jochen.org>.
7598
7599         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
7600         correct typo.
7601         (gnus-emphasis-strikethru): New face.
7602
7603 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7604         From Jason Merrill <jason@redhat.com>.
7605
7606         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
7607         entire file for each of a sequence of missing articles.
7608
7609         * gnus-salt.el (gnus-binary-display-article): Respect an existing
7610         value for gnus-view-pseudos.
7611
7612         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
7613         avoid nreverse.
7614
7615 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7616         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7617
7618         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
7619         (gnus-summary-mode-line-format-alist): Add %h for number of
7620         spams.
7621         (gnus-newsgroup-spam-marked): New variable.
7622         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
7623         (gnus-article-read-p, gnus-article-mark)
7624         (gnus-set-global-variables, gnus-set-global-variables)
7625         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
7626         (gnus-summary-mark-article-as-unread)
7627         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
7628         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
7629         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
7630
7631 2002-07-10  Simon Josefsson  <jas@extundo.com>
7632
7633         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
7634         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
7635
7636 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
7637
7638         * gnus-sum.el (gnus-summary-delete-article): Respect group
7639         parameters while expiring.
7640
7641 2002-07-08  Simon Josefsson  <jas@extundo.com>
7642
7643         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
7644         Enberg.
7645
7646 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7647
7648         * gnus-art.el (article-unsplit-urls): Only display MIME when this
7649         function is called interactively.  From Niklas Morberg.
7650
7651 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7652
7653         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
7654         cdaar to cdar and car.
7655
7656         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
7657         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
7658
7659 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7660
7661         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
7662         don't break a narrowed article.
7663
7664         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
7665         (nntp-open-via-rlogin-and-telnet): Ditto.
7666
7667 2002-07-02  Didier Verna  <didier@xemacs.org>
7668
7669         * nnmail.el (nnmail-split-methods): fix custom type.
7670
7671 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7672
7673         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
7674         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
7675
7676 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7677
7678         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
7679         (gnus-summary-resend-message): Use it.
7680
7681 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * nntp.el (nntp-via-rlogin-command-switches): New variable.
7684         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
7685
7686 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7687
7688         * message.el (message-font-lock-keywords): Don't fontify
7689         headers in the message body, only in the header.
7690         (message-font-lock-make-header-matcher): New function, used by
7691         message-font-lock-keywords.
7692         From Katsumi Yamaoka <yamaoka@jpl.org>.
7693
7694 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7695
7696         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
7697
7698 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
7701
7702 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7703
7704         * message.el (message-font-lock-keywords): Revert 2002-06-22
7705         change.
7706
7707 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7708
7709         * message.el (message-font-lock-keywords): Put colon in header
7710         name match.
7711
7712 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7713
7714         * message.el (message-font-lock-keywords): Don't use header faces
7715         in the body.  Thanks to Stefan Monnier for the hint on the
7716         implementation.
7717
7718 2002-05-09  Miles Bader  <miles@gnu.org>
7719
7720         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
7721         (gnus-article-hide-citation): Respect it.
7722
7723 2002-04-12  Juanma Barranquero  <lektu@terra.es>
7724
7725         * pop3.el (pop3-open-server): Fix typo.
7726
7727 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
7728
7729         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
7730         instead of push to ignore duplicate to-(list|address) values.
7731         * nnmail.el (nnmail-cache-ignore-groups): New.
7732         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
7733
7734 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7735
7736         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
7737         before sending.  Suggested by Jan Rychter.
7738
7739 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * dgnushack.el (remove): New compiler macro.
7742         (last, coerce, subseq): Remove compiler macros for those built-in
7743         or unused functions.
7744
7745 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7746
7747         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
7748         sure to write byte-compiled versions of gnus-*-format-alist to
7749         .newsrc.eld.  From Simon Josefsson.
7750
7751 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7752
7753         * gnus-agent.el (gnus-agent-read-servers)
7754         (gnus-agent-write-servers): Put server name (string like
7755         "nnchoke:frumple") in the file instead of a server specification
7756         (Lisp expression like (nnchoke "frumple" ...parameters...)).
7757         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
7758
7759 2002-06-16  Simon Josefsson  <jas@extundo.com>
7760
7761         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
7762         Reiner Steib <4uce.02.r.steib@gmx.net>.
7763
7764 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7765
7766         * nnheader.el (nnheader-file-name-translation-alist): Set the
7767         default value for MS Windows systems.
7768
7769         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
7770
7771 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7772
7773         * message.el (message-beginning-of-line): Keep the region active
7774         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
7775
7776 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
7777
7778         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
7779         * gnus-msg.el (gnus-summary-reply): Ditto.
7780         * gnus-msg.el (gnus-summary-handle-replysign): New.
7781
7782 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * message.el (message-send-mail-with-sendmail): Kill errbuf even
7785         if sending failed.
7786
7787 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
7788
7789         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
7790         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
7791         to sign while encrypting.
7792
7793 2002-06-11  Simon Josefsson  <jas@extundo.com>
7794
7795         * gnus-int.el (gnus-request-move-article): Agent expire article if
7796         successfuly moved.
7797
7798         * nnweb.el (nnweb-google-create-mapping): Honors the value of
7799         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
7800
7801 2002-06-10  Simon Josefsson  <jas@extundo.com>
7802
7803         * gnus-int.el (gnus-request-expire-articles): Fix last change?
7804
7805 2002-06-09  Simon Josefsson  <jas@extundo.com>
7806
7807         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
7808
7809         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
7810
7811 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * flow-fill.el (fill-flowed): Ignore errors.
7814
7815 2002-06-06  Simon Josefsson  <jas@extundo.com>
7816
7817         * message.el (message-send-mail-with-sendmail): Improve error message.
7818
7819 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7820
7821         * message.el (message-interactive): Change default from nil to t.
7822         Better to be safe than to be fast.
7823
7824 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7825
7826         * message.el (message-send-mail-with-sendmail): Check return value
7827         from call-process-region.
7828
7829 2002-06-04  Simon Josefsson  <jas@extundo.com>
7830
7831         * gnus-msg.el (gnus-group-mail, gnus-group-news)
7832         (gnus-group-post-news, gnus-summary-mail-other-window)
7833         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
7834         gnus-article-copy to nil, thereby inhibiting the `header' posting
7835         style match to use data from last viewed article.
7836         Suggested by Hrvoje Niksic.
7837
7838 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7839
7840         * spam.el (spam-point-at-eol): New alias.
7841         (spam-parse-whitelist): Use it.
7842
7843 2002-06-03  Simon Josefsson  <jas@extundo.com>
7844
7845         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
7846         (nnmail-article-group): Use it.
7847
7848 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7849
7850         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
7851         so that code reading them won't be surprised.  From Jesper Harder
7852         <harder@ifa.au.dk>.
7853
7854 2002-05-29  Simon Josefsson  <jas@extundo.com>
7855
7856         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
7857         articles.
7858
7859         * gnus.el (gnus-agent-cache): Doc fix.
7860         (gnus-agent): Change default to t.
7861
7862         * gnus-agent.el (gnus-agent-expire): Make it accept optional
7863         ARTICLES, GROUP and FORCE parameters.
7864
7865 2002-05-28  Simon Josefsson  <jas@extundo.com>
7866
7867         * gnus-group.el (gnus-group-line-format): Doc fix.
7868
7869 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7870
7871         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
7872         original article before yanking.  From Jesper Harder
7873         <harder@ifa.au.dk>.
7874
7875 2002-05-26  Simon Josefsson  <jas@extundo.com>
7876
7877         * gnus-sum.el (gnus-summary-menu-split): New function.
7878         (gnus-summary-make-menu-bar): Split charset submenu.
7879         (gnus-summary-menu-maxlen): New variable.
7880         (gnus-summary-menu-split): Use it.
7881
7882 2002-05-25  Simon Josefsson  <jas@extundo.com>
7883
7884         * mml.el (mml-preview): Generate some headers.
7885
7886         * gnus.el (gnus-large-newsgroup): Fix :type.
7887
7888         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
7889         Agent cache NOV's by default now).
7890         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
7891
7892 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
7893
7894         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
7895         call to gnus-parent-id when we check for References loops.
7896         (gnus-summary-prepare-threads): Avoid simplifying every Subject
7897         twice by saving the simplified subject string in simp-subject.
7898
7899 2002-05-23  Simon Josefsson  <jas@extundo.com>
7900
7901         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
7902         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
7903
7904         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
7905         Niklas Morberg <niklas.morberg@axis.com>.
7906
7907 2002-05-22  Simon Josefsson  <jas@extundo.com>
7908
7909         * sieve.el (sieve-change-region): Define it before it is used.
7910
7911         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
7912         (gnus-summary-reply): Ask for confirmation when replying to news.
7913         Defaults to not ask.  From Benjamin Rutt
7914         <rutt+news@cis.ohio-state.edu>.
7915
7916         * nnimap.el (nnimap-nov-is-evil): Improve doc.
7917
7918 2002-05-21  Simon Josefsson  <jas@extundo.com>
7919
7920         * sieve-mode.el (sieve-manage): Fix autoloads.
7921
7922         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
7923         name (makes it work with recent Cyrus timsieved).
7924
7925 2002-05-20  Jason  <jbaker@cs.utah.edu>
7926         Trivial patch.
7927
7928         * gnus-art.el (gnus-request-article-this-buffer): Try
7929         reconnecting if you don't get the message.
7930
7931 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7932
7933         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
7934         Reply-To headers from the headers.
7935
7936 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * mm-url.el (mm-url-insert): Remove junk message.
7939
7940 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7941
7942         * nnslashdot.el (nnslashdot-request-list): Parse new html.
7943         (nnslashdot-use-front-page): New variable.
7944         (nnslashdot-request-list): Use it.
7945
7946         * mm-url.el (mm-url-timeout): New variable.
7947         (mm-url-retries): Ditto.
7948         (mm-url-insert): Use it.
7949
7950 2002-05-16  Simon Josefsson  <jas@extundo.com>
7951
7952         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
7953         (gnus-simplify-subject-functions): Mention g-s-a-w.
7954
7955 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
7956
7957         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
7958         nnmail-cache-insert.
7959         * nndiary.el (nndiary-request-accept-article): Ditto.
7960         * nnfolder.el (nnfolder-request-accept-article): Ditto.
7961         * nnimap.el (nnimap-request-accept-article): Ditto.
7962         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
7963         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
7964         * nnmbox.el (nnmbox-request-accept-article): Ditto.
7965         * nnmh.el (nnmh-request-accept-article): Ditto.
7966         * nnmail.el (nnmail-cache-insert): Change group to required,
7967         removed code which tried to figure out the group.
7968
7969 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
7970
7971         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
7972         messages. From Hans de Graaff <hans@degraaff.org>.
7973         * nnml.el (nnml-request-accept-article): Pass in the group name to
7974         nnmail-cache-insert, since it's available.
7975
7976 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7977
7978         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
7979
7980 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7981         From Florian Weimer <fw@deneb.enyo.de>.
7982
7983         * gnus.el (subscribed): New group parameter.
7984         (gnus-find-subscribed-addresses): Use it.
7985
7986 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
7987
7988         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
7989         the default for pgpmime to support pgp v2.
7990         * mml-sec.el (mml-signencrypt-style): New accessor function to
7991         allow users to get/set the signencrypt style more easily without
7992         frobbing the alist directly.
7993         * mml.el (mml-generate-mime-1): Use accessor function.
7994
7995 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7996
7997         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
7998         parenthesis for "<" and ">".  Suggested by Andreas Schwab
7999         <schwab@suse.de>.
8000
8001 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8002
8003         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
8004         when intuiting the group the message is written to.  From Josh
8005         Huber <huber@alum.wpi.edu>.
8006
8007 2002-05-06  Simon Josefsson  <jas@extundo.com>
8008
8009         * gnus-topic.el (gnus-group-topic-parameters): Work when group
8010         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
8011
8012 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
8013
8014         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
8015         argument, and fixed compiler warning. (added autoload for
8016         gpg-encrypt).
8017
8018 2002-05-04  Simon Josefsson  <jas@extundo.com>
8019
8020         * mml1991.el (mml1991-function-alist): Doc fix.
8021
8022         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
8023         doesn't exist (for previewing messages without having Gnus
8024         started).
8025
8026         * mm-util.el (mm-coding-system-priorities): Defcustom.
8027
8028         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
8029
8030 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
8031
8032         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
8033         default.
8034         * mml-sec.el:
8035         * mml-sec.el (mml-signencrypt-style): New.
8036         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
8037         argument `sign'.
8038         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
8039         signencrypt.
8040         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
8041         * mml.el (mml-generate-mime-1): Changed logic so a part which is
8042         both signed & encryped is processed in one operation. (rather than
8043         two separate ops: sign, then encrypt)
8044         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
8045         indication if a message is signed by an expired key.
8046         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
8047         enables combined sign & encrypt operation. (this was always on
8048         before).
8049         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
8050
8051 2002-05-01  Simon Josefsson  <jas@extundo.com>
8052
8053         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
8054         server.
8055         (nnimap-mailbox-info): defvar instead of defvoo.
8056
8057 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8058
8059         * gnus.el: Oort Gnus v0.06 is released.
8060
8061 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8062
8063         * lpath.el: Bind url-package-version.
8064
8065 2002-05-01  Simon Josefsson  <jas@extundo.com>
8066
8067         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
8068         filename before deleting the group itself, because the presence of
8069         a group filename decides if long filenames are used or not.
8070
8071         * gnus-art.el (gnus-button-alist): Don't inline
8072         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
8073         without also modifying g-button-alist.
8074         (gnus-button-alist): Fix type to allow variable as well as regexp.
8075         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
8076         themselves, variables to its contents.
8077         (gnus-button-entry): Ditto.
8078
8079 2002-05-01  Simon Josefsson  <jas@extundo.com>
8080
8081         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
8082         UIDNEXT as a string.
8083
8084         * nnimap.el (nnimap-string-lessp-numerical): New function.
8085         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
8086         integers.
8087
8088 2002-04-29  Simon Josefsson  <jas@extundo.com>
8089
8090         * nnmail.el (nnmail-cache-insert): Accept optional group
8091         parameter.
8092
8093         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
8094         n-r-g-a is disabled.
8095
8096 2002-04-29  Simon Josefsson  <jas@extundo.com>
8097
8098         * nnimap.el (nnimap-split-fancy): Fix doc.
8099         (nnimap-split-fancy): Fix doc.
8100
8101         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
8102         (nnimap-mailbox-info): New internal variable.
8103         (nnimap-retrieve-groups): Implement faster new mail check.
8104
8105         * nnimap.el (nnimap-split-articles): Support
8106         nnmail-cache-accepted-message-ids.
8107         (nnimap-request-accept-article): Ditto.
8108
8109         * imap.el (imap-mailbox-status-asynch): New command.
8110
8111 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
8112
8113         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
8114         are no subscribed mail groups.
8115         - Strip quoted names when comparing addresses
8116
8117 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
8118
8119         * mm-decode.el (mm-text-html-renderer): Change customize type to
8120         const.
8121
8122         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
8123         (gnus-debug-exclude-variables): do.
8124
8125 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8126
8127         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
8128         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
8129
8130 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8131
8132         * dns.el (dns-make-network-process): New macro.
8133         (query-dns): Use it.
8134
8135 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8136
8137         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
8138         article-buffer.
8139
8140         * mm-url.el (mm-url-package-name): New variable.
8141         (mm-url-package-version): New variable.
8142         (mm-url-insert-file-contents): Bind url-package-name and
8143         url-package-version here.
8144         * nnrss.el (nnrss-insert-w3): Move the bindings.
8145
8146         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
8147         url-package-version. Trivial change from Andrew J Cosgriff
8148         <ajc@polydistortion.net>
8149
8150         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
8151         attachments. Trivial change from Peter 'Luna' Runestig
8152         <peter@runestig.com>.
8153
8154 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
8155
8156         * nnkiboze.el (nnkiboze-request-scan): Call
8157         nnkiboze-possibly-change-group.
8158         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
8159         problems.
8160         (nnkiboze-generate-group): Set newsrc to the *highest* article
8161         number kibozed, not the lowest.
8162
8163 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
8164
8165         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
8166
8167 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8168         From Dan Christensen <jdc+news@uwo.ca>.
8169
8170         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8171         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8172         Recognize math postings.  Extract Date (now ignores "(15kb)").
8173         Extract email address using gnus-extract-address-components
8174         instead of just taking the first word.  Create Date and From
8175         headers for message which are missing these headers.  Get rid
8176         of spurious \\ lines (purely cosmetic).  Extend body-end and
8177         file-end regexps, to exclude more garbage from the message.
8178         Make URL rephrasing regexp more flexible, to match current
8179         format.
8180
8181 2002-04-23  Simon Josefsson  <jas@extundo.com>
8182
8183         * netrc.el: New file, functions copied from gnus-util.el by Ted
8184         Zlatanov <tzz@lifelogs.com>.
8185
8186         * gnus-util.el: Require netrc.
8187         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
8188         new code in netrc.el.
8189
8190 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8191
8192         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
8193         message-ignored-resent-headers, too.  From Matthieu Moy
8194         <Matthieu.Moy@imag.fr>.
8195
8196 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8197
8198         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
8199         boolean not a string
8200         * gnus-group.el (gnus-group-line-format): add description of %C
8201         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
8202           as %C
8203         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
8204
8205 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
8206
8207         * nnmaildir.el (nnmaildir-request-scan): typo: set
8208         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
8209         nnmail-get-new-mail for 'find-new-groups.
8210
8211 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
8212
8213         * nnmaildir.el (nnmaildir-request-update-info,
8214         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
8215         unnecessary calls to nnmaildir-request-scan.
8216
8217 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8218
8219         * gnus-msg.el:
8220         * gnus-msg.el (gnus-message-replysign): New.
8221         * gnus-msg.el (gnus-message-replyencrypt): New.
8222         * gnus-msg.el (gnus-message-replysignencrypted): New.
8223         * gnus-msg.el (gnus-summary-reply): Use the three new variables
8224         (above) to automatically encrypt/sign to encrypted/signed
8225         messages.
8226         * message.el:
8227         * message.el (message-mode-map): Add keybinding for
8228         `message-to-list-only'
8229         * message.el (message-mode): Add description for
8230         `message-to-list-only'
8231         * message.el (message-to-list-only): New.
8232         * message.el (message-make-mft): Changed to use the cl loop macro,
8233         and added optional flag to return only the matched list. (for use
8234         in new message-to-list-only function)
8235
8236 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
8237
8238         * gnus-msg.el:
8239         * gnus-msg.el (gnus-message-replysign):
8240         * gnus-msg.el (gnus-replysign): New.
8241         * gnus-msg.el (gnus-replyencrypt): New.
8242         * gnus-msg.el (gnus-replysignencrypted): New.
8243         * gnus-msg.el (gnus-summary-reply):
8244         * message.el:
8245         * message.el (message-mode-map):
8246         * message.el (message-mode):
8247         * message.el (message-to-list-only): New.
8248         * message.el (message-make-mft):
8249
8250 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8251
8252         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
8253
8254 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
8255
8256         * message.el (message-gen-unsubscribed-mft): accept a prefix
8257         argument so CC can be included with C-u C-c C-f C-a
8258
8259 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8260         From Ted Zlatanov <teodor.zlatanov@divine.com>.
8261
8262         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
8263         Improve docstring.
8264         (spam-enter-blacklist): New command.
8265
8266         * gnus-sum.el (gnus-spam-mark): New mark.
8267         (gnus-auto-expirable-marks): Add gnus-spam-mark.
8268         (gnus-summary-make-tool-bar): Correct conditional.
8269         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
8270         (gnus-summary-mark-as-spam): New command.
8271
8272 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
8273
8274         * mml-sec.el (mml-secure-message): changed to support arbritrary
8275         modes.
8276         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
8277         changed to support "signencrypt" mode.
8278         * mml.el (mml-parse-1): changed to support different secure modes
8279         more easily. (for signencrypt)
8280
8281 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
8282
8283         * gnus-sum.el (gnus-update-summary-mark-positions)
8284         (gnus-summary-toggle-header):
8285         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
8286         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
8287         (gnus-uu-post-encoded):
8288         * nnfolder.el (nnfolder-possibly-change-group):
8289         * nnimap.el (nnimap-retrieve-headers):
8290         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
8291
8292 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
8293
8294         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
8295         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
8296
8297 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-srvr.el (gnus-server-set-info): Clear
8300         `gnus-server-method-cache' when `gnus-server-alist' is changed.
8301         From Daiki Ueno <ueno@unixuser.org>.
8302
8303 2002-04-11  Simon Josefsson  <jas@extundo.com>
8304
8305         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
8306         viewing of security buttons.  Thanks to Nicolas Kowalski
8307         <Nicolas.Kowalski@imag.fr>.
8308
8309         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
8310         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
8311         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
8312         <Nicolas.Kowalski@imag.fr>.
8313         (smime-decrypt-buffer): Ditto.
8314
8315 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8316
8317         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
8318         header line.
8319
8320 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
8321
8322         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
8323
8324 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8325
8326         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
8327
8328 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8329
8330         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
8331         errors when debug.
8332
8333 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
8334
8335         * message.el (message-make-mft): Changed MFT code from using
8336         message-recipients (which included Bcc) to use only the To and CC
8337         headers.
8338
8339 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8340
8341         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
8342         add link.
8343         (gnus-treat-mail-picon): Ditto.
8344         (gnus-treat-newsgroups-picon): Ditto.
8345         (gnus-picon-databases): Fix custom type.
8346         (gnus-picon-databases): Add link.
8347         (gnus-article-x-face-command): Add to gnus-picon group.
8348
8349 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
8350
8351         * message.el (message-buffer-naming-style): Remove.
8352
8353 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8354
8355         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
8356
8357         * message.el (message-tool-bar-map): Ditto.
8358
8359         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
8360
8361 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8362
8363         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
8364
8365 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
8366
8367         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
8368
8369 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
8370         Trivial patch.
8371
8372         * dns.el: open-network-stream under XEmacs does udp.
8373
8374 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
8375
8376         * spam.el (spam-enter-whitelist): New function.
8377         (spam-parse-whitelist): Ditto.
8378         (spam-refresh-list-cache): Ditto.
8379         (spam-address-whitelisted-p): New function.
8380
8381         * dns.el (query-dns): Use TCP when make-network-process isn't
8382         available.
8383         (dns-servers): New variable.
8384         (dns-parse-resolv-conf): New function.
8385         (query-dns): Use it.
8386
8387         * spam.el: New file.
8388
8389         * dns.el (query-dns): Test.
8390
8391 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8392
8393         * lpath.el (featurep): Bind make-network-process.
8394
8395 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
8396
8397         * nnmaildir.el: Use defstruct.  Use a single copy of
8398         nnmail-extra-headers to save memory.  Store server's group name
8399         prefix instead of each group's prefixed name.
8400         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
8401         nntp-server-buffer.
8402
8403 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8404
8405         * dns.el: New file.
8406
8407 2002-03-28  Simon Josefsson  <jas@extundo.com>
8408
8409         * gnus-sum.el (gnus-summary-dummy-line-format):
8410         * gnus.el (gnus-summary-line-format): Fixing links to Info.
8411         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
8412
8413 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8414
8415         * gnus-sum.el (gnus-summary-move-article)
8416         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
8417         the doc string.
8418
8419 2002-03-28  Simon Josefsson  <jas@extundo.com>
8420
8421         * mml-sec.el (mml-secure-message): Search after
8422         mail-header-separator from top of message.
8423
8424 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
8425
8426         * nnmaildir.el: Cosmetic changes.
8427         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
8428         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
8429         nnmaildir--group-ls): New macros/functions.  Use them.
8430         (nnmaildir--unlink): Evalutate argument only once.
8431
8432 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
8433
8434         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
8435         symbols.
8436         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
8437         `gnus-point-at-eol'.
8438
8439 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
8440
8441         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
8442         nnmaildir--marks-dir): New macros.  Use them.
8443         Use inhibit-quit for atomicity instead of in-memory journaling.
8444         (nnmaildir--edit-prep): New function.
8445         (Local Variables): Use it.
8446
8447 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8448
8449         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
8450
8451 2002-03-25  Simon Josefsson  <jas@extundo.com>
8452
8453         * message.el (message-mode): Fix doc.
8454
8455 2002-03-25  Simon Josefsson  <jas@extundo.com>
8456
8457         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
8458         Matthieu Moy <Matthieu.Moy@imag.fr>.
8459
8460 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
8461
8462         * mml-sec.el (mml-unsecure-message): Add docstring.
8463
8464 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8465
8466         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
8467         value.
8468         Trivial change from andre@slamdunknetworks.com
8469
8470 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
8471
8472         * mml.el (mml-mode-map): Added a keybinding for
8473         `mml-unsecure-message'.  Also, added a menu entry for said
8474         function in the Attachments menu.
8475
8476 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * canlock.el (canlock-version): Remove.
8479         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
8480         here; simplify \x insertions.
8481         (canlock-sha1): New function, always return a unibyte string.
8482         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
8483         of a password.
8484         (canlock-insert-header): Use `canlock-sha1'.
8485         (canlock-verify): Ditto.
8486
8487 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8488
8489         * message.el (message-fix-before-sending): Add an option that
8490         ignores illegible text.
8491         Trivial change from Mark Milhollan <mlm@attglobal.net>
8492
8493         * message.el (message-font-lock-keywords): Support multi-line MML
8494         tags.
8495
8496         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
8497         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
8498
8499 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8500
8501         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
8502         symbols for "View as different encoding" submenu.
8503
8504 2002-03-19  Simon Josefsson  <jas@extundo.com>
8505
8506         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
8507         encoding" submenu.
8508
8509 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8510
8511         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
8512
8513 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8514
8515         * gnus-sum.el (gnus-sum-thread-tree-root)
8516         (gnus-sum-thread-tree-single-indent)
8517         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8518         (gnus-sum-thread-tree-leaf-with-other)
8519         (gnus-sum-thread-tree-single-leaf): Make customizable.
8520
8521 2002-03-16  Simon Josefsson  <jas@extundo.com>
8522
8523         * gnus-util.el (gnus-extract-address-components): Don't break on
8524         names such as James "Kibo" Parry.  From Francis Litterio
8525         <franl@world.std.com>.
8526
8527 2002-03-13  Simon Josefsson  <jas@extundo.com>
8528
8529         * pop3.el (pop3-open-server): Revert multibyte change.  From
8530         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8531
8532         * message.el (message-send-mail-with-qmail): Make it work.  From
8533         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8534
8535 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
8536
8537         * message.el (message-make-mft): Set case-fold-search while
8538         generating the MFT.  Also, a little cleanup in the MFT code.
8539
8540 2002-03-12  Simon Josefsson  <jas@extundo.com>
8541
8542         * message.el (message-qmail-inject-args): May be function.
8543         (message-send-mail-with-qmail): Call function if m-q-i-a is
8544         function.  From fn@hungry.org (Faried Nawaz).
8545
8546 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8547
8548         * message.el (message-abbrevs-loaded): Remove.
8549         (mailabbrev): Require it.
8550
8551         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
8552
8553 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * pop3.el (pop3-open-server): Set process buffer unibyte.
8556
8557 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8558
8559         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
8560
8561 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8562
8563         * nnslashdot.el (nnslashdot-request-article): Remove javascript
8564         too.
8565
8566 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567
8568         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
8569         duplication.
8570         (gnus-summary-save-parts-type-history): Ditto.
8571         (gnus-summary-save-parts-last-directory): Ditto.
8572         Trivial change from andre@slamdunknetworks.com
8573
8574 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
8575
8576         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
8577
8578 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8579
8580         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
8581         -->" as the end of the first article.
8582
8583         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
8584         From Matthieu Moy <Matthieu.Moy@imag.fr>
8585
8586         * message.el (message-add-action): Use add-to-list.
8587         (message-delete-action): New function.
8588
8589         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
8590         pieces.
8591
8592 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
8593
8594         * nnnil.el: New file.
8595         * gnus.el (gnus-valid-select-methods): Include nnnil.
8596
8597 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8598
8599         * message.el (message-syntax-checks): Because canlock is
8600         supported, we disable sender syntax check.
8601         (message-shoot-gnksa-feet): Add cancel-messages option doc.
8602
8603         * gnus-draft.el (gnus-draft-send): If interactive, use its default
8604         value of message-syntax-checks.
8605
8606         * qp.el (quoted-printable-decode-region): Doc addition.
8607         From: Eli Zaretskii <eliz@is.elta.co.il>
8608
8609         * mail-source.el (make-source-make-complex-temp-name): Use
8610         make-temp-file.
8611
8612         * mm-util.el (mm-make-temp-file): New function.
8613         * nneething.el (nneething-file-name): Use it.
8614         * mml-smime.el (mml-smime-encrypt): Ditto.
8615         * mm-view.el (mm-inline-wash-with-file): Ditto.
8616         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
8617         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
8618         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
8619         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
8620         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
8621         * gnus-art.el (gnus-mime-print-part): Ditto.
8622
8623 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8624
8625         * message.el (nnmaildir-article-number-to-base-name): New
8626         function.
8627         (nnmaildir-base-name-to-article-number): New function.
8628
8629 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * smime.el (smime-make-temp-file): Don't quote
8632         `temporary-file-directory'.
8633
8634 2002-03-04  Simon Josefsson  <jas@extundo.com>
8635
8636         * smime.el (smime-sign-region): Rename argument keyfiles to
8637         keyfile. You only sign something with one key.
8638         (smime-sign-buffer): Better completing-read prompt.
8639         (smime-decrypt-buffer): Ditto.
8640
8641         * smime.el (smime-make-temp-file): Make it work under XEmacs.
8642
8643         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
8644         completing-read.
8645         (mm-view-pkcs7-decrypt): CRLF->LF.
8646
8647 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
8648
8649         * message.el (message-hierarchical-addresses): New variable.
8650         (message-get-reply-headers): Use it.
8651         From Ted Zlatanov <teodor.zlatanov@divine.com>
8652
8653 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8654
8655         * message.el (message-mode): If buffer-file-name, don't set auto
8656         save file name.
8657         Trivial change from Geoff Greene <ggreene@wpi.edu>
8658
8659 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8660
8661         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
8662         takes one argument in read-char.
8663
8664         * message.el (message-fix-before-sending): Forward a char.
8665         Check mmu-multibyte-p, add control-1.
8666
8667 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8668
8669         * gnus-start.el (gnus-read-init-file): Ditto.
8670
8671         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
8672
8673         * dgnushack.el (dgnushack-make-load): Ditto.
8674
8675         * mail-source.el (mail-source-fetch): Extract the right error
8676         code.
8677
8678         * message.el (message-fix-before-sending): Check illegible text.
8679
8680         * gnus-util.el (gnus-multiple-choice): New function.
8681
8682         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
8683         also defined in gnus-score.el.
8684
8685 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
8686
8687         * message.el (message-get-reply-headers): downcase email addresses
8688         for comaparisons for duplicate removal.
8689
8690 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8691
8692         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
8693         implementation of PKCS#7, which just allows users read the
8694         message.
8695         (mm-view-pkcs7): Use it.
8696
8697 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8698
8699         * gnus.el (large-newsgroup-initial): New parameter.
8700
8701         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
8702         (gnus-summary-insert-old-articles): Ditto.
8703
8704 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8705
8706         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
8707         used as the default answer of the question, "How many articles?".
8708         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8709
8710         * nnagent.el (nnagent-retrieve-headers): Remove articles with
8711         small numbers.
8712
8713 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8714
8715         * deuglify.el: Fix comments.
8716
8717 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
8718
8719         * html2text.el (html2text-clean-anchor): If there is no HREF,
8720         insert nothing.
8721
8722         * mml.el (mml-generate-mime-1): Add cdr.
8723         From: andre@slamdunknetworks.com
8724
8725         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
8726         (mm-text-html-washer-alist): Ditto.
8727
8728         * mm-decode.el (mm-text-html-renderer): Add html2text.
8729
8730         * html2text.el: Face lift.
8731
8732         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
8733
8734 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
8735
8736         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
8737
8738         * deuglify.el: Change copy right. Add autoload. Add coding-system.
8739
8740         * deuglify.el: New file. The original file name is
8741         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
8742
8743         * mm-decode.el (mm-display-external): Use
8744         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
8745
8746 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
8747
8748         * nnmaildir.el (nnmaildir-request-list): Report the highest
8749         article number, not the total number of articles.
8750
8751 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8752
8753         * gnus-sum.el: Move uu key map here.
8754         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
8755
8756 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
8757
8758         * nnmaildir.el (nnmaildir-request-expire-articles): Use
8759         nnmail-expiry-wait* if expire-age parameter is not set.
8760
8761 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
8762
8763         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
8764         function.
8765         (gnus-group-sort-selected-groups-by-real-name): New function.
8766         (gnus-group-make-menu-bar): Add sort by real name.
8767
8768         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
8769         rebuild.
8770         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
8771         nil as dependencies as well.
8772
8773 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
8774
8775         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
8776         for mime-parts.
8777
8778         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
8779
8780         * gnus-group.el (gnus-group-name-decode): Don't test
8781         multibyte-string, because it breaks XEmacs.
8782         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
8783
8784         * message.el (message-send-mail): Be talkative.
8785
8786         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
8787         (mm-automatic-display): Ditto.
8788
8789         * mailcap.el (mailcap-mime-data): Ditto.
8790         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8791
8792 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8793
8794         * many files: Remove trailing whitespaces, replace spc+tab with
8795         tab, replace leading whitespaces with tabs.
8796
8797 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
8798
8799         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
8800         articles with no body and no blank line after the header.
8801
8802 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8803
8804         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
8805         parts.
8806
8807         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
8808         non-ascii chars.
8809
8810         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8811
8812         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
8813         w3-delay-image-loads.
8814         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
8815         (mm-w3-prepare-buffer): Ditto.
8816
8817         * mail-source.el (mail-source-fetch-directory): Run scripts.
8818
8819 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8820
8821         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
8822         for Majordomo confirmations.
8823
8824 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8825
8826         * gnus-fun.el (gnus-respond-to-confirmation): New command.
8827
8828 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8829
8830         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
8831
8832 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
8833
8834         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
8835         References header field.  From Mark Thomas <mthomas@cmu.edu>.
8836
8837 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8838
8839         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
8840         (mm-inline-render-with-stdin): Ditto.
8841         (mm-inline-render-with-function): Ditto.
8842         (mm-inline-wash-with-file): Bind coding-system-for-write.
8843         (mm-inline-wash-with-stdin): Ditto.
8844
8845 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8846
8847         Suggested by Felix Natter <fnatter@gmx.net>
8848
8849         * gnus-art.el (gnus-mime-view-part-externally): Rename from
8850         gnus-mime-externalize-view.
8851         (gnus-mime-view-part-internally): Rename from
8852         gnus-mime-internalize-view.
8853         (gnus-article-view-part-externally): Rename from
8854         gnus-article-externalize-part.
8855         (gnus-mime-action-alist): Change correspondingly.
8856         (gnus-mime-button-commands): Ditto.
8857         (gnus-mime-action-alist): Remove duplication.
8858
8859         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
8860
8861 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8862
8863         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
8864
8865         * gnus-art.el (gnus-display-mime): Use it.
8866
8867         * mm-partial.el (mm-partial-find-parts): Use it.
8868
8869         * gnus-sum.el (gnus-article-loose-mime): Rename from
8870         gnus-article-no-strict-mime.
8871         (gnus-summary-save-parts): Use it.
8872
8873 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
8876         local variable.
8877
8878         * gnus-art.el (article-display-x-face): Don't sort multiple
8879         X-Faces.
8880
8881 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
8884         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
8885
8886         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
8887
8888 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8889
8890         Some ideas is inspired by code from Hrvoje Niksic
8891         <hniksic@arsdigita.com>
8892
8893         * gnus-art.el (gnus-article-wash-function): Set the default to
8894         nil, so that we use mm-text-html-renderer instead.
8895         (article-wash-html): Use mm-text-html-renderer.
8896
8897         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
8898         (mm-text-html-renderer): New variable.
8899         (mm-inline-text-html-renderer): Set the default to nil, so that we
8900         use mm-text-html-renderer instead.
8901
8902         * mm-view.el (mm-inline-text-html): New function.
8903         (mm-text-html-renderer-alist): New variable.
8904         (mm-inline-text-vcard): New function.
8905         (mm-inline-text): Split.
8906         (mm-links-remove-leading-blank): New function.
8907         (mm-inline-render-with-file): New function.
8908         (mm-inline-render-with-stdin): New function.
8909         (mm-inline-render-with-function): New function.
8910         (mm-text-html-washer-alist): New variable.
8911         (mm-inline-wash-with-file): New function.
8912         (mm-inline-wash-with-stdin): New function.
8913
8914 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8915
8916         * message-utils.el: Fix installation doc.
8917         From: Reiner Steib <4uce.02.r.steib@gmx.net>
8918
8919 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
8920
8921         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
8922         (gnus-post-method): Use it.
8923         (gnus-summary-cancel-article): Find the correct post-method.
8924
8925         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
8926         * message.el (message-send-news): Ditto.
8927         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
8928         <ipmonger@delamancha.org>
8929
8930         * gnus.el (gnus-select-method): Fix doc.
8931         (gnus-server-string): Use 'using nntp'.
8932
8933         * gnus-agent.el (gnus-slave-unplugged): New command.
8934         From: Felix Natter <fnatter@gmx.net>
8935
8936 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8937
8938         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
8939         Call edit-done-function first, then change the window
8940         configuration.
8941         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
8942         (gnus-article-edit-mode): mml-mode.
8943
8944         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
8945         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
8946
8947         * message-utils.el: Adopt the file.
8948
8949         * message-utils.el: New file.
8950         From Holger Schauer <Holger.Schauer@gmx.de>
8951
8952 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8953
8954         * gnus-sum.el (gnus-summary-move-article): Select-article only
8955         when gnus-move-split-methods is non-nil. And we don't render or
8956         mark the article.
8957
8958         * gnus-fun.el (gnus-shell-command-to-string): New function.
8959         (gnus-shell-command-on-region): New function.
8960         (gnus-random-x-face): Use them.
8961         (gnus-x-face-from-file): Ditto.
8962         (gnus-convert-image-to-gray-x-face): Ditto.
8963         (gnus-convert-gray-x-face-to-xpm): Ditto.
8964         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
8965
8966 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * gnus-art.el (gnus-treat-display-xface): Don't use
8969         `shell-command-to-string' when compiling.
8970         (gnus-treat-display-grey-xface): Ditto.
8971
8972 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
8973
8974         * nnmaildir.el (nnmaildir--article-count): If the group is
8975         completely empty, report minimum article number as 1 instead of 0.
8976
8977 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8978
8979         * gnus-agent.el (gnus-get-predicate): Use nconc.
8980
8981         * gnus-sum.el (gnus-summary-display-make-predicate): Use
8982         gnus-summary-display-cache as cache.
8983
8984         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
8985         (nndoc-mail-in-mail-type-p): New function.
8986         (nndoc-mail-in-mail-article-begin): New function.
8987
8988 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8989
8990         * mailcap.el (mailcap-mime-data): Use enriched-decode.
8991
8992         * gnus-cite.el (gnus-article-fill-cited-article): Bind
8993         use-hard-newlines to nil.
8994
8995         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
8996         image is not available if window-system is not available.
8997
8998         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
8999
9000 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9001
9002         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
9003         bookmark, because update-mark doesn't handle it correctly.
9004
9005 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9006
9007         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
9008         directly instead of calling message-send-mail.
9009
9010         * gnus-start.el (gnus-read-descriptions-file): Use
9011         gnus-default-charset.
9012
9013         * mm-util.el (mm-guess-mime-charset): New function.
9014
9015         * gnus.el (gnus-default-charset): Use it.
9016         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
9017         the default.
9018
9019 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9020
9021         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
9022         (article-display-x-face): Use it.  Disable grey xface, if
9023         uncompface is not found.
9024
9025         * message.el (message-mode): Don't enable multibyte on an indirect
9026         buffer.
9027
9028         * nnrss.el (nnrss-content-function): New variable.
9029         (nnrss-request-article): Use it.
9030
9031 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9032
9033         * gnus.el: Add article-unsplit-urls.
9034         * gnus-sum.el: Ditto.
9035         * gnus-art.el (gnus-treat-strip-cr): New variable.
9036         (gnus-treatment-function-alist): Use it.
9037         (article-unsplit-urls): New function.
9038         (gnus-article-make-menu-bar): Use it.
9039         From: Michael Cook <michael.cook@cisco.com>
9040
9041 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9042
9043         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
9044         copy.
9045
9046 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
9047
9048         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
9049         with internal whitespace.
9050         (gnus-parent-id): Ditto.
9051
9052 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9053
9054         * gnus-art.el (gnus-article-treat-body-boundary): Add
9055         gnus-decoration property.
9056         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
9057
9058         * message.el (message-mode): Set local-abbrev-table.
9059         From Matt Armstrong <matt@lickey.com>.
9060
9061         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
9062         too many spaces.
9063
9064         * rfc2047.el (rfc2047-unfold-region): Ditto.
9065         (rfc2047-decode-region): Don't unfold. Let
9066         gnus-article-treat-unfold-headers do it.
9067
9068         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
9069         From: Jesper Harder <harder@ifa.au.dk>
9070
9071 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9072
9073         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
9074         (gnus-configure-posting-styles): Use it.
9075         (gnus-configure-posting-styles): Remove trailing newspaces.
9076
9077 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9078
9079         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
9080         is non-nil.
9081
9082         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
9083
9084         * gnus.el (gnus-server-to-method): Switch position with
9085         gnus-server-get-method.
9086         (gnus-agent): Add doc.
9087
9088         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
9089         (gnus-summary-save-parts): Use it.
9090
9091         * gnus-art.el (gnus-display-mime): Use it.
9092         * mm-partial.el (mm-partial-find-parts): Use it.
9093
9094         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
9095
9096         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
9097         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
9098
9099         * nnagent.el (nnagent-request-expire-articles): Don't delete
9100         files.
9101
9102 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9103
9104         * message.el (message-gen-unsubscribed-mft): New function.
9105         From Sriram Karra <karra@cs.utah.edu>.
9106
9107         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
9108         open parenthesis.
9109
9110         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
9111         (mm-inline-text-html-render-with-w3): Ditto.
9112         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
9113         Suggested by Dave Love  <d.love@dl.ac.uk>.
9114
9115         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
9116
9117         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
9118         * nntp.el (nntp-send-command): Ditto.
9119         * nntp.el (nntp-send-command-nodelete): Ditto.
9120
9121 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9122
9123         * mm-url.el (mm-url-load-url): New function.
9124         (mm-url-insert-file-contents): Use it.
9125
9126         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
9127
9128         * message.el (message-forward-make-body): Correctly copy
9129         forward-buffer.
9130
9131         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
9132
9133 2002-02-04  Simon Josefsson  <jas@extundo.com>
9134
9135         * gnus-art.el (gnus-article-followup-with-original): Mark with
9136         force, prevent errors when following up from article buffer.
9137         (gnus-article-reply-with-original): Ditto.
9138
9139         * binhex.el (binhex-decoder-switches): Fix doc.  From
9140         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9141
9142 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9143
9144         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
9145         highlight-citation after emphasize.
9146
9147 2002-02-04  Simon Josefsson  <jas@extundo.com>
9148
9149         * nnfolder.el (nnfolder-open-marks):
9150
9151         * nnml.el (nnml-open-marks): Message when done.  From David
9152         Edmondson <dme@sun.com>.
9153
9154 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9155
9156         * imap.el (imap-anonymous-auth): Fix typo.
9157         From: Steinar Bang <sb@dod.no>
9158
9159         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
9160         save-excursion.
9161         (gnus-cache-braid-heads): Ditto.
9162
9163         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
9164         line, because there are extra articles in the overview buffer.
9165
9166         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
9167
9168         * message.el (message-forward-rmail-make-body): Directly use
9169         rmail-msg-restore-non-pruned-header to avoid calling
9170         vertical-motion.
9171
9172 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9173
9174         * gnus-cache.el (gnus-summary-insert-cached-articles):
9175         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
9176
9177         * gnus-group.el (gnus-group-mark-article-read): Nreverse
9178         gnus-newsgroups-unselected.
9179
9180         * gnus-agent.el (gnus-summary-set-agent-mark): Use
9181         gnus-add-to-sorted-list.
9182
9183         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
9184         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
9185         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
9186         (gnus-update-read-articles): UNREAD is sorted.
9187         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
9188         (gnus-newsgroup-marked, gnus-newsgroup-cached)
9189         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
9190         (gnus-newsgroup-dormant): Require sorted.
9191
9192         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
9193         directories.
9194         (gnus-dired-print): New function.
9195
9196         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
9197         ps-despool.
9198
9199 2002-02-02  Simon Josefsson  <jas@extundo.com>
9200
9201         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
9202
9203 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9204
9205         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
9206         t. This makes gnus-agent customizable without putting
9207         gnus-agentize into .gnus.
9208
9209         * gnus.el (gnus-agent): Make it customizable.
9210
9211         * gnus-dired.el: New file.
9212         From Benjamin Rutt <brutt@bloomington.in.us>
9213
9214         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
9215         if no article.
9216         (gnus-cache-possibly-remove-article): Ditto.
9217         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
9218
9219 2002-02-01  Simon Josefsson  <jas@extundo.com>
9220
9221         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
9222
9223 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9224
9225         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
9226         (mm-setup-w3m): Don't bind keys listed in the above.
9227
9228 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
9231         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
9232         is non-nil; bind `w3m-force-redisplay' with nil.
9233
9234         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9235
9236         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
9237
9238 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9239
9240         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
9241         use mail-header-unfold-field.
9242
9243         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
9244         gnus-summary-limit.
9245
9246         * gnus-range.el (gnus-add-to-sorted-list): New function.
9247         * gnus-sum.el (gnus-mark-article-as-read): Use it.
9248         (gnus-mark-article-as-unread): Ditto.
9249         (gnus-summary-mark-article-as-unread): Ditto.
9250         (gnus-build-get-header): Ditto.
9251         (gnus-summary-prepare-threads): Ditto.
9252         (gnus-summary-insert-pseudos): Ditto.
9253         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
9254         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
9255         (gnus-summary-insert-old-articles): Ditto.
9256
9257         * gnus-msg.el (gnus-posting-styles): Add new format of header.
9258         (gnus-configure-posting-styles): Support the new format.
9259
9260         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
9261         edebug-form-spec to (sexp body).
9262         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
9263
9264         * message.el (message-reply-headers): Add doc.
9265
9266 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9267
9268         * gnus-group.el (gnus-group-delete-group): Nix the entry in
9269         gnus-cache-active-hashtb.
9270
9271         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
9272         (gnus-agent-summary-fetch-group): Use it.
9273
9274         * gnus-msg.el (gnus-debug-files): New variable.
9275         (gnus-debug-exclude-variables): New variable.
9276         (gnus-debug): Use them.
9277
9278         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
9279
9280 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
9283         (message-mode-syntax-table): Move back the previous position.
9284
9285         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
9286
9287         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9288         gnus-sorted-difference.
9289
9290         * nnsoup.el (nnsoup-request-expire-articles): Use
9291         gnus-sorted-difference.
9292
9293         * nnheader.el: Autoload gnus-sorted-difference.
9294
9295         * nnfolder.el (nnfolder-request-expire-articles): Use
9296         gnus-sorted-difference.
9297
9298         * gnus-cache.el (gnus-cache-retrieve-headers): Use
9299         gnus-sorted-difference.
9300
9301         * gnus-range.el: Autoload cookies.
9302         (gnus-sorted-difference): New function.
9303         (gnus-sorted-ndifference): New function.
9304         (gnus-sorted-nintersection): Rename from
9305         gnus-set-sorted-intersection.
9306         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
9307         (gnus-list-range-difference): Rename from
9308         gnus-inverse-list-range-intersection.
9309         (gnus-inverse-list-range-intersection): Use defalias.
9310
9311         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
9312         gnus-sorted-ndifference, and gnus-sorted-nintersection.
9313         (gnus-articles-to-read): Use gnus-sorted-difference.
9314         (gnus-summary-limit-mark-excluded-as-read): Use
9315         gnus-sorted-intersection and gnus-sorted-ndifference.
9316         (gnus-list-of-read-articles): Use gnus-list-range-difference.
9317         (gnus-summary-insert-articles): Use gnus-sorted-difference.
9318
9319         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
9320
9321 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9322
9323         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
9324         property to the buffer for using emacs-w3m command keys.
9325
9326         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
9327         option.
9328
9329         * mm-view.el (mm-w3m-mode-map): New variable.
9330         (mm-w3m-mode-command-alist): New variable.
9331         (mm-w3m-minor-mode): Removed.
9332         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
9333         (mm-inline-text-html-render-with-w3m): Add keymap property to the
9334         buffer for using emacs-w3m command keys.
9335
9336 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9337
9338         * message.el (message-mode-syntax-table): Move forward.
9339         (message-cite-prefix-regexp): Auto detect non word constituents.
9340         (message-cite-prefix-regexp): Don't use with-syntax-table.
9341
9342         * gnus-sum.el (gnus-summary-update-info): Use
9343         gnus-list-range-intersection.
9344
9345         * gnus-agent.el (gnus-agent-fetch-headers): Use
9346         gnus-list-range-intersection.
9347
9348         * gnus-range.el (gnus-range-normalize): Use correct predicate.
9349         (gnus-list-range-intersection): Use it.
9350         (gnus-inverse-list-range-intersection): Ditto.
9351         (gnus-sorted-intersection): Add doc.
9352         (gnus-set-sorted-intersection): Add doc.
9353         (gnus-sorted-union): New function.
9354         (gnus-set-sorted-union): New function.
9355
9356         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
9357         (gnus-inverse-list-range-intersection): Ditto.
9358
9359 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
9360
9361         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
9362
9363         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
9364         and permit `:' and `\' in order to handle full Windows pathnames.
9365         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
9366         technically not correct per standard, but seems to have common use.
9367
9368 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9369
9370         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
9371         replacing numbers.
9372
9373 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
9374
9375         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
9376
9377         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
9378         Don't split when the window is small, e.g. when a small *BBDB*
9379         window is the lowest one.
9380
9381         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9382         nnheader-find-nov-line to speed up. Use nreverse, because it is
9383         sorted. Use nnheader-insert-nov-file.
9384
9385 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9386
9387         * mm-decode.el (mm-inline-text-html-with-images): New user option.
9388
9389         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
9390         of `w3m-display-inline-images' with the value of
9391         `mm-inline-text-html-with-images'.
9392         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
9393
9394         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9395
9396 2002-01-27  Richard M. Stallman  <rms@gnu.org>
9397
9398         * time-date.el: Add autoload cookies.  Many doc fixes.
9399         (time-add): New function.
9400         (time-subtract): Renamed from subtract-time.
9401         (subtract-time): New alias for time-subtract.
9402
9403 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9404
9405         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
9406         emacs-w3m in doc-string.
9407
9408         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
9409         `w3m-current-buffer'.
9410
9411 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9412
9413         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
9414
9415         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
9416         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
9417         (mm-w3m-cid-retrieve): New function.
9418         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
9419
9420 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
9421
9422         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
9423
9424 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9425
9426         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
9427
9428 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429
9430         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
9431         32K.
9432
9433         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
9434
9435         * nnmail.el (nnmail-article-group): Decode headers before running
9436         split rules over them.
9437         (nnmail-mail-splitting-charset): New variable.
9438
9439         * smiley.el: Replaced with smiley-ems.el.
9440
9441 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9442
9443         * mm-url.el (mm-url-predefined-programs): Add w3m.
9444         (mm-url-program): Ditto.
9445
9446 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9447
9448         * nnml.el (nnml-use-compressed-files): New variable.
9449         (nnml-filenames-are-evil): Removed.
9450         (nnml-current-group-article-to-file-alist): Don't use.
9451         (nnml-update-file-alist): Inhibit.
9452         (nnml-article-to-file): Use new var.
9453
9454 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
9455
9456         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
9457
9458         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
9459
9460 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9461
9462         * gnus-agent.el (gnus-agent-load-alist): Use new caching
9463         function.
9464
9465         * gnus-util.el (gnus-cache-file-contents): New function.
9466
9467         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
9468         (gnus-agent-load-alist): Use it.
9469
9470         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
9471
9472         * nnheader.el (nnheader-insert-nov-file): New function.
9473
9474         * gnus-util.el (gnus-parse-without-error): Correct the loop.
9475
9476         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
9477         there are no references.
9478         (gnus-extract-message-id-from-in-reply-to): New function.
9479         (gnus-nov-parse-line): Use in-reply-to if there are no
9480         references.
9481
9482 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9483
9484         * nnagent.el (nnagent-retrieve-headers): Use new macro.
9485
9486         * gnus-util.el (gnus-parse-without-error): New macro.
9487
9488 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
9489
9490         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
9491         (gnus-article-wash-function): use locate-library to decide which
9492         to use.
9493
9494 2002-01-25  Simon Josefsson  <jas@extundo.com>
9495
9496         * pop3.el (pop3-munge-message-separator): Work if no date.
9497         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
9498
9499 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9500
9501         * gnus-agent.el (gnus-agent-save-alist): Fix.
9502
9503         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
9504         mistake.  Reinstated lost code.
9505
9506 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
9507
9508         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
9509         one exists in the case of an encrypted message with an internal
9510         signature.
9511
9512 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9513
9514         * gnus-agent.el (gnus-agent-save-alist): Optimized.
9515
9516 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9517
9518         * dgnushack.el: Commented out the experimental code.
9519
9520 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9521
9522         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
9523         error.
9524
9525         * gnus.el (gnus-server-to-method): Made into subst.
9526         (gnus-server-method-cache): New variable.
9527         (gnus-server-to-method): Use it.
9528         (gnus-group-method-cache): New variable.
9529         (gnus-find-method-for-group-1): Renamed.
9530         (gnus-find-method-for-group): New function.
9531         (gnus-group-method-cache): Removed.
9532
9533         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
9534         function.
9535
9536         * gnus-range.el (gnus-members-of-range): New function.
9537         (gnus-list-range-intersection): Renamed.
9538         (gnus-inverse-list-range-intersection): New function.
9539
9540         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
9541
9542         * nnagent.el (nnagent-retrieve-headers): New implementation.
9543
9544         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
9545         implementation.
9546
9547 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9548
9549         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
9550         `w3m-meta-content-type-charset-regexp'.
9551
9552         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
9553         charset-encoded html contents.
9554
9555 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
9556
9557         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
9558         an empty file.
9559
9560         * nnweb.el (url): Ignore errors when request url.
9561
9562         * nnrss.el: Clean up the comments.
9563
9564 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
9567
9568         * mm-decode.el (mm-inline-text-html-renderer): New user option.
9569         (mm-inline-media-tests): Test whether the value of
9570         `mm-inline-text-html-renderer' is a function for text/html.
9571
9572         * mm-view.el (mm-inline-text-html-render-with-w3): New function
9573         separated from `mm-inline-text'.
9574         (mm-w3m-minor-mode): New variable.
9575         (mm-w3m-setup): New variable.
9576         (mm-setup-w3m): New function.
9577         (mm-inline-text-html-render-with-w3m): New function.
9578         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
9579         text/html.
9580
9581 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
9582
9583         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
9584
9585 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
9588         and `gnus-xmas-completing-read'.
9589
9590 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9591
9592         * nneething.el (nneething-message-id-number): Abolished.
9593         (nneething-encode-file-name): Not encode numerical characters.
9594         (nneething-make-head): `nneething-message-id-number' is not
9595         used to generate message IDs.
9596
9597 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9598
9599         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
9600         characters.
9601
9602 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * gnus-xmas.el (gnus-xmas-completing-read): New function.
9605         (gnus-xmas-redefine): Redefine conditionally.
9606
9607 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9608
9609         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
9610         tag.
9611
9612 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
9613
9614         * message.el (message-font-lock-keywords): Added the secure tag.
9615         * mml-sec.el: Added functions to generate/modify/remove the secure
9616         tag while in message mode.
9617         * mml-sec.el (mml-secure-message): New.
9618         * mml-sec.el (mml-unsecure-message): New.
9619         * mml-sec.el (mml-secure-message-sign-smime): New.
9620         * mml-sec.el (mml-secure-message-sign-pgp): New.
9621         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
9622         * mml-sec.el (mml-secure-message-encrypt-smime): New.
9623         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
9624         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
9625         * mml.el (mml-parse-1): Added code to recognise the secure tag and
9626         convert it to either a part or multipart depending on if there are
9627         other parts in the message.
9628         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
9629         to use the secure tag, rather than the part tag.
9630         * mml.el (mml-preview): Added a save-excursion to keep cursor
9631         position after doing an MML preview.
9632
9633 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9634
9635         * nnheader.el (nnheader-parse-overview-file): New function.
9636         (nnheader-write-overview-file): New function.
9637
9638 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9639
9640         * gnus.el (gnus-group-fast-parameter): Check better if expansion
9641         in wanted.
9642
9643         * nnweb.el (nnweb-type-definition): Clean up.
9644
9645 2002-01-21  Alastair Burt  <burt@dfki.de>
9646         Trivial patch.
9647
9648         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
9649         buffer exists before jumping to it.
9650
9651 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9652
9653         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
9654         function.
9655         (article-wash-html): Use it.
9656         (gnus-article-wash-function): New variable.
9657         (gnus-article-wash-html-with-w3m): New function.
9658
9659 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
9660
9661         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
9662         XEmacs.
9663
9664 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
9665
9666         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
9667         command line.
9668
9669 2002-01-21  Simon Josefsson  <jas@extundo.com>
9670
9671         * canlock.el (base64-encode-string): Autoload it from base64.
9672         (canlock-make-cancel-key): Base64 encode unibyte string.
9673
9674 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * nnfolder.el (nnfolder-request-accept-article): Unfold
9677         x-from-line.
9678         (nnfolder-request-replace-article): Ditto.
9679
9680 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
9681
9682         * gnus-group.el (gnus-group-best-unread-group): Use the right
9683         positioning function.
9684
9685 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9686
9687         * smiley-ems.el (smiley-region): Use new function.
9688         (smiley-update-cache): Use general image functions.
9689         (smiley-region): Use general functions.
9690
9691         * gnus-util.el (gnus-graphic-display-p): New function.
9692
9693         * nnmail.el (nnmail-article-group): Allow outputting traces of
9694         non-strings.
9695
9696         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
9697         (nndoc-exim-bounce-type-p): New function.
9698
9699         * message.el (message-dont-send): Doc fix.
9700
9701         * gnus-util.el (gnus-completing-read): Remove
9702         inherit-input-method.
9703
9704         * gnus-art.el (gnus-treat-smiley): Doc fix.
9705
9706         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
9707         articles.
9708
9709 2002-01-19  Simon Josefsson  <jas@extundo.com>
9710
9711         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
9712         (imap-kerberos4-open): Ditto.
9713         (imap-open): Set port correctly, don't set auth.
9714
9715 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9716
9717         * gnus.el (gnus-version-number): Bump version number.
9718
9719 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9720
9721         * gnus.el: Oort Gnus v0.05 is released.
9722
9723 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
9726         exists.
9727
9728         * gnus-spec.el (gnus-string-width-function): New function.
9729         (gnus-tilde-cut-form): Use it.
9730         (gnus-tilde-max-form): Ditto.
9731         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
9732         (gnus-substring-function): Use it.
9733         (gnus-tilde-cut-form): Ditto.
9734         (gnus-substring-function): New function.
9735
9736         * message.el (message-check-news-header-syntax): New message.
9737
9738         * gnus.el (gnus-slave-no-server): Doc fix.
9739
9740         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
9741
9742 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9743
9744         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
9745         `seen' if it looks like (seen NUM1 . NUM2).  It should be
9746         (seen (NUM1 . NUM2)).
9747
9748 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * gnus-topic.el (gnus-topic-catchup-articles): Update article
9751         number in closed topics.
9752
9753 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
9754
9755         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
9756         functions.
9757
9758 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * gnus.el (gnus-group-find-parameter): Clean up.
9761
9762         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
9763         articles.
9764
9765         * gnus-util.el (gnus-completing-read-with-default): Renamed.
9766
9767         * nnmail.el (nnmail-article-group): Clean up.
9768
9769 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
9770
9771         * gnus-agent.el (gnus-category-name): Intern the category name.
9772
9773 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9774
9775         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
9776
9777         * gnus-util.el (gnus-completing-read): New function.
9778
9779 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
9780
9781         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
9782
9783         * smiley-ems.el (smiley-region): Register smiley.
9784         (smiley-toggle-buffer): Rewrite the function.
9785         (smiley-active): Removed.
9786
9787 2002-01-19  Simon Josefsson  <jas@extundo.com>
9788
9789         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
9790         Jesper Harder <harder@ifa.au.dk>.
9791
9792 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9793
9794         * gnus-art.el (gnus-request-article-this-buffer): Call
9795         `nneething-get-file-name' to extract the file name from the
9796         message id.
9797
9798         * nneething.el (nneething-encode-file-name): New function.
9799         (nneething-decode-file-name): Ditto.
9800         (nneething-get-file-name): Ditto.
9801         (nneething-make-head): Encode the file name and encapsulate it
9802         into the field of the message id.
9803
9804 2002-01-18  Simon Josefsson  <jas@extundo.com>
9805
9806         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
9807         stored in .marks.
9808
9809         * nnfolder.el (nnfolder-request-update-info): Ditto.
9810
9811 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
9812
9813         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
9814
9815 2002-01-18  Simon Josefsson  <jas@extundo.com>
9816
9817         * imap.el (imap-starttls-p): Don't check for binary.
9818         (imap-gssapi-auth-p): Ditto.
9819         (imap-kerberos4-auth-p): Ditto.
9820         (imap-open): Change logic.  Iterate through all possible streams,
9821         instead of bailing out after first failure.  Move authenticator
9822         decision to `imap-authenticate'.
9823         (imap-authenticate): Change logic, now finds the authenticator to
9824         use, was previously in `imap-open'.
9825         (imap-open): Return nil on failure.
9826         (imap-open): Setup temp buffer correctly.
9827         (imap-open): Return buffer only on success.
9828         (imap-interactive-login, imap-interactive-login): Tell the user
9829         which stream/authenticator is used for the queried
9830         username/password.
9831         (imap-open, imap-authenticate): Set variables.
9832         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
9833         (imap-open): Don't assume how `with-temp-buffer' is implemented.
9834
9835 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * gnus-fun.el (gnus-grab-cam-x-face): New function.
9838
9839 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9840
9841         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
9842
9843 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9844
9845         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
9846         (gnus-agent-group-mode-map): Bind it to "Jo".
9847         (gnus-agent-group-make-menu-bar): Add it into menu bar.
9848
9849 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
9850
9851         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
9852         (gnus-summary-mail-toolbar): Add mail article deletion button.
9853
9854         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
9855         false positives for lines of "^^^^".
9856
9857         * gnus-picon.el (gnus-picon-find-face): faces database is all
9858         lowercase.
9859
9860 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
9861
9862         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
9863         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
9864         duplications.
9865         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
9866
9867 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9868
9869         * gnus-sum.el (gnus-summary-initial-limit): Inline
9870         gnus-summary-limit-children.
9871         (gnus-summary-initial-limit): Don't limit if
9872         gnus-newsgroup-display is nil.
9873         (gnus-summary-initial-limit): No, don't.
9874
9875         * gnus-util.el
9876         (gnus-put-text-property-excluding-characters-with-faces): Inline
9877         gnus-put-text-property.
9878
9879         * gnus-spec.el (gnus-default-format-specs): New variable.
9880
9881         * gnus-start.el (gnus-read-newsrc-file): Don't clear
9882         gnus-format-specs.
9883         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
9884
9885         * gnus-spec.el (gnus-update-format-specifications): Really check
9886         the Gnus version of the .newsrc.eld file.
9887         (gnus-format-specs): Save the new default summary format.
9888
9889         * gnus-util.el (gnus-parent-id): Check whether references is empty
9890         before splitting.
9891
9892         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
9893         functions.
9894         (gnus-gather-threads-by-references): Inline
9895         `gnus-split-references'.
9896
9897         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
9898         default value of gnus-summary-line-format-spec.
9899
9900 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9901
9902         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
9903         message.
9904         (nnslashdot-request-list): Ditto.
9905         (nnslashdot-sid-strip): Removed.
9906
9907 2002-01-15  Simon Josefsson  <jas@extundo.com>
9908
9909         * nnimap.el (nnimap-close-asynchronous): Enable.
9910         (nnimap-close-group): Expunge.
9911
9912 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9913
9914         * gnus-util.el (gnus-user-date-format-alist): Typo.
9915         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
9916
9917 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9918
9919         * nneething.el (nneething-request-article): Set
9920         `nnmail-file-coding-system' to `binary' locally, in order to read
9921         files without any conversion.
9922
9923 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9926         nnheader-file-coding-system and nnmail-active-file-coding-system.
9927         (gnus-agent-regenerate-group): Ditto.
9928         (gnus-agent-regenerate): Ditto.
9929         (gnus-agent-write-active): Ditto.
9930         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
9931
9932 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9933
9934         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
9935         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
9936
9937 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9938
9939         * gnus.el: We don't need gnus-article-show-all-headers.
9940
9941         * gnus-art.el (article-show-all, gnus-article-show-all-header):
9942         Ditto.
9943
9944         * gnus-sum.el (gnus-summary-select-article): Don't call
9945         show-all-headers, because hidden headers are not hidden text any
9946         more.
9947
9948 2002-01-13  Simon Josefsson  <jas@extundo.com>
9949
9950         * message.el (message-newline-and-reformat): Use `newline' instead
9951         of inserting \n, so that the newline is marked as hard.
9952
9953         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
9954         From Jesper Harder <harder@ifa.au.dk>.
9955
9956 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9957
9958         * imap.el (imap-close): Keep going if quit.
9959
9960         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
9961         nntp-server-buffer.
9962
9963 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9964
9965         * mm-view.el (mm-display-inline-fontify): Require font-lock to
9966         avoid unbinding shadowed variables.
9967
9968         * gnus-art.el (gnus-picon-databases): Moved here.
9969         (gnus-picons-installed-p): Moved here.
9970         (gnus-article-reply-with-original): Use `mark'.
9971
9972         * gnus.el (gnus-picon): Moved here and renamed.
9973
9974         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
9975         installed.
9976         (gnus-treat-mail-picon): Ditto.
9977         (gnus-treat-newsgroups-picon): Ditto.
9978
9979         * gnus-picon.el (gnus-picons-installed-p): New function.
9980
9981 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9982
9983         * gnus-agent.el (gnus-agent-go-online): Fix doc.
9984
9985 2002-01-12  Simon Josefsson  <jas@extundo.com>
9986
9987         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
9988         (nnimap-before-find-minmax-bugworkaround): Use it.
9989         (nnimap-find-minmax-uid): Don't reselect current mailbox.
9990         (nnimap-dont-close): New variable.
9991         (nnimap-close-group): Use it.
9992
9993 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994
9995         * gnus-art.el (gnus-article-reply-with-original): Use
9996         `mark-active'.
9997
9998         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
9999
10000         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
10001         (gnus-score-advanced): Clean up.
10002         (gnus-score-advanced): Accept a multiple of the score.
10003
10004 2002-01-12  Simon Josefsson  <jas@extundo.com>
10005
10006         * flow-fill.el (fill-flowed-display-column)
10007         (fill-flowed-encode-columnq): New variables.  Suggested by
10008         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10009         (fill-flowed-encode, fill-flowed): Use them.
10010
10011         * message.el (message-send-news, message-send-mail): Use
10012         m-b-s-n-p-e-h-n.
10013
10014         * mml.el (autoload): Autoload fill-flowed-encode.
10015         (mml-buffer-substring-no-properties-except-hard-newlines): New
10016         function.
10017         (mml-read-part): Use it.
10018         (mml-generate-mime-1): Encode format=flowed if appropriate.
10019         (mml-insert-mime-headers): Insert format=flowed.
10020
10021         * flow-fill.el (fill-flowed-encode): New function.
10022         (fill-flowed): Bind fill-column to window width.
10023
10024 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10025
10026         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
10027         it exists.
10028         (gnus-summary-setup-buffer): Wake up dead summary buffers.
10029         (gnus-summary-buffer-name): Don't return the dead name after all.
10030         (gnus-summary-setup-buffer): Kill the dead buffer.
10031
10032         * gnus-art.el (gnus-article-followup-with-original): Store the
10033         value of the mark before deactivating it.
10034
10035 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10036
10037         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
10038         From: Karl Kleinpaste <karl@charcoal.com>
10039
10040         * gnus-art.el (article-display-x-face): Ditto.
10041         (gnus-article-reply-with-original): Use gnus-region-active-p.
10042         (gnus-article-followup-with-original): Ditto.
10043
10044         * gnus-sum.el (gnus-summary-read-group-1): Don't select
10045         downloadable article either.
10046
10047 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10048
10049         * gnus-art.el (article-display-x-face): Insert From:.
10050
10051         * gnus-sum.el (gnus-summary-move-article): Don't draw the
10052         article. Bind gnus-display-mime-function and
10053         gnus-article-prepare-hook.
10054
10055         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
10056         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
10057         gnus-agent-possibly-synchronize-flags to the last.
10058         (gnus-agent-go-online): New function. New variable.
10059
10060 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10061
10062         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
10063         (gnus-agent-regenerate): Ditto.
10064
10065 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10066
10067         * message.el (message-ignored-news-headers)
10068         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
10069         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
10070
10071         * gnus.el (gnus-gethash-safe): New macro.
10072
10073         * gnus-agent.el (gnus-agent-regenerate-history): New function.
10074         (gnus-agent-regenerate): Show messages.
10075
10076 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
10077
10078         * gnus-agent.el (gnus-agent-regenerate-group): New function.
10079         (gnus-agent-regenerate): New function.
10080         (gnus-agent-save-alist): Sort.
10081         (gnus-agent-copy-nov-line): Test eobp.
10082         (gnus-agent-retrieve-headers): Erase buffer.
10083
10084 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10085
10086         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
10087         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
10088
10089         * gnus.el (gnus-agent-covered-methods): Move here.
10090         (gnus-online): New function.
10091         (gnus-agent-method-p): Move here.
10092
10093         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
10094         nil. Remove articles-alist.
10095
10096         * gnus-start.el (gnus-get-unread-articles): Check online.
10097         (gnus-groups-to-gnus-format): Ditto.
10098         (gnus-active-to-gnus-format): Ditto.
10099
10100         * gnus-agent.el (gnus-agent-get-function): Use it.
10101         (gnus-agent-get-undownloaded-list): Ditto.
10102         (gnus-agent-fetch-session): Only fetch online methods.
10103
10104         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
10105         (gnus-server-mode-map): Ditto.
10106         (gnus-server-offline-face): New face.
10107         (gnus-server-offline-face): New variable.
10108         (gnus-server-font-lock-keywords): Add offline.
10109         (gnus-server-insert-server-line): Ditto.
10110         (gnus-server-offline-server): New function.
10111
10112         * gnus-int.el (gnus-open-server): Turn to offline.
10113         (gnus-server-unopen-status): New variable.
10114
10115 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
10116
10117         * nnkiboze.el (nnkiboze-request-article): Use
10118         gnus-agent-request-article.
10119
10120         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
10121         function. Insert undownloaded NOV.
10122
10123         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
10124         (gnus-agent-request-article): New function.
10125
10126         * gnus.el (gnus-agent-cache): New variable.
10127
10128         * gnus-int.el (gnus-retrieve-headers): Use
10129         gnus-agent-retrieve-headers.
10130         (gnus-request-head): Use gnus-agent-request-article.
10131         (gnus-request-body): Ditto.
10132
10133         * gnus-art.el (gnus-request-article-this-buffer): Use
10134         gnus-agent-request-article.
10135
10136         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
10137         article if it is undownloaded.
10138
10139 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10140
10141         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
10142
10143 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * canlock.el (canlock-string-as-unibyte): New macro.
10146         (canlock-sha1-with-openssl): Return a unibyte string.
10147         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
10148
10149 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
10150
10151         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
10152
10153 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10154
10155         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
10156         application/x-emacs-lisp.
10157
10158         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
10159
10160         * nntp.el (nntp-request-article): Add group parameter.
10161         (nntp-request-head): Ditto.
10162         (nntp-find-group-and-number): Add parameter group. Figure out
10163         number if the status line doesn't give (e.g. quimby.gnus.org).
10164
10165 2002-01-08  Simon Josefsson  <jas@extundo.com>
10166
10167         * mml.el (mml-generate-mime-1): Set recipient correctly.
10168
10169 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
10170
10171         * message.el (message-read-from-minibuffer): Add parameter
10172         initial-contents.
10173         * gnus-msg.el (gnus-summary-resend-message): Use it.
10174
10175         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
10176         behavior of quit-config.
10177
10178         * message.el (message-make-from): Don't quote fullname.
10179         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
10180
10181         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
10182         From: <andre@slamdunknetworks.com>
10183
10184 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
10185
10186         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
10187
10188         * gnus-art.el (gnus-header-button-alist): Handle mailto.
10189
10190         * mml.el (mml-preview): Bind gnus-original-article-buffer because
10191         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
10192         because bbdb may use it.
10193
10194 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10195
10196         * nneething.el (nneething-request-article): When a non-text file
10197         is converted to an article, its data is encoded in base64.  Call
10198         `nneething-make-head' with options to specify MIME types.
10199         (nneething-make-head): Add optional arguments to specify MIME
10200         types.
10201
10202 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10203
10204         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
10205         header if there is not.
10206
10207         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
10208
10209         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
10210         (gnus-inews-mark-gcc-as-read): Obsolete variable.
10211         (gnus-inews-do-gcc): Use them.
10212
10213         * gnus-group.el (gnus-group-mark-article-read): Put holes into
10214         gnus-newsgroup-unselected.
10215
10216 2002-01-06  Simon Josefsson  <jas@extundo.com>
10217
10218         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
10219         condition-case, not ignore-errors.
10220
10221 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10222
10223         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
10224         gnus-fetch-old-headers.
10225
10226         * gnus-art.el (article-display-x-face): Use the current buffer
10227         unless `W f'. Otherwise, X-Face may be shown in the header of a
10228         forwarded part.
10229         (gnus-treatment-function-alist): Treat xface before hiding
10230         headers.
10231
10232 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10233
10234         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
10235         parameters.
10236
10237 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10238
10239         * mm-util.el (mm-multibyte-p): Define conditionally when load.
10240         (mm-guess-charset): New function.
10241         (mm-charset-after): Use it.
10242         (mm-detect-coding-region): New function.
10243         (mm-detect-mime-charset-region): New function.
10244
10245         * gnus-sum.el (gnus-summary-show-article): Use
10246         mm-detect-coding-region.
10247
10248 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10249
10250         * message.el (message-make-fqdn): Be less violent.
10251
10252         * gnus.el (gnus-logo-color-style): Compute custom form
10253         automatically.
10254
10255         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
10256         score file of the parent to the document group.
10257
10258         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
10259         parameters parameter.
10260
10261         * gnus-score.el (gnus-score-load-file): Clean up.
10262
10263 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10264
10265         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
10266         From: Damien Wyart <damien.wyart@free.fr>
10267
10268         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
10269
10270 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
10271
10272         * gnus-sum.el (gnus-select-group-hook): Typo.
10273
10274         * rfc2047.el (rfc2047-decode-string): Return immediately if there
10275         is no quoted-printable-encoded STRING.
10276         From: Jesper Harder <harder@ifa.au.dk>
10277
10278         (rfc2047-decode-string): Decode it.
10279
10280 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10281
10282         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
10283
10284 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
10285         Trivial patch.
10286
10287         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
10288         buffer to get rid of junk line.
10289
10290 2002-01-05  Simon Josefsson  <jas@extundo.com>
10291
10292         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
10293         C-o.
10294         (message-mode-map): Bind message-insert-or-toggle-importance to
10295         C-c C-u.
10296         (message-mode-map): Bind message-disposition-notification-to to
10297         C-c M-n.
10298         (message-mode-menu): Add m-d-n-t.
10299         (message-mode-field-menu): Add m-goto-from.
10300         (message-mode): Doc fix.
10301         (message-goto-from): New function.
10302         (message-insert-disposition-notification-to): New function.
10303         (message-tool-bar-map): Add receipt button.
10304
10305 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10306
10307         * gnus-sum.el (gnus-thread-latest-date): New function.
10308         (gnus-thread-sort-by-most-recent-number): Renamed.
10309         (gnus-thread-sort-functions): Doc fix.
10310         (gnus-select-group-hook): Don't use setq on a hook.
10311         (gnus-thread-latest-date): Use date, not number
10312
10313         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
10314         (gnus-agent-expire): Allow regexp of expire-days.
10315
10316         * gnus-art.el (gnus-article-reply-with-original): Deactivate
10317         region.
10318         (gnus-article-followup-with-original): Ditto.
10319
10320         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
10321
10322         * gnus-art.el (gnus-mime-display-alternative): Use
10323         gnus-local-map-property.
10324         (gnus-mime-display-alternative): Ditto.
10325         (gnus-insert-mime-security-button): Ditto.
10326         (gnus-insert-next-page-button): Ditto.
10327         (gnus-button-prev-page): Take optional args.
10328         (gnus-insert-prev-page-button): widget-convert.
10329
10330         * gnus-util.el (gnus-local-map-property): New function.
10331
10332         * gnus-art.el (gnus-prev-page-map): Use parent map.
10333         (gnus-next-page-map): Ditto.
10334
10335         * gnus-spec.el (gnus-parse-format): Clean up.
10336         (gnus-parse-format): Do complex formatting for %=.
10337
10338         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
10339         "X-Face: " to the data in the built-in scenario.
10340
10341         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
10342         (gnus-correct-pad-form): Renamed.
10343         (gnus-tilde-max-form): Clean up.
10344         (gnus-pad-form): Use gnus-use-correct-string-widths.
10345
10346         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
10347         support if that is available.
10348
10349         * gnus-sum.el (gnus-thread-highest-number): New function.
10350         (gnus-thread-sort-by-most-recent-thread): New function.
10351         (gnus-thread-sort-functions): Doc fix.
10352
10353 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10354
10355         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
10356         all cases.
10357         (gnus-summary-mode): Enable it in all cases.
10358         (gnus-summary-display-article): Ditto.
10359         (gnus-summary-edit-article): Ditto.
10360
10361         * gnus-ems.el (gnus-put-image): Really return glyph.
10362
10363         * gnus-art.el (gnus-article-x-face-command): Fix :type.
10364         (gnus-treat-smiley): Don't take "P" in the interactive form.
10365
10366 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10367
10368         * compface.el (uncompface): XEmacs and Emacs have differing
10369         capabilities.
10370
10371         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
10372
10373         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
10374         (gnus-article-xface-ring-size): Removed.
10375         (gnus-article-display-xface): Removed.
10376         (gnus-remove-image): Cleaned up.
10377
10378         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
10379         (gnus-xmas-create-image): Take pbm files.
10380         (gnus-x-face): Removed.
10381         (gnus-xmas-article-display-xface): Removed.
10382
10383         * gnus-fun.el (gnus-display-x-face-in-from): Bind
10384         default-enable-multibyte-characters.
10385
10386         * compface.el (uncompface): Doc fix.
10387
10388         * gnus-art.el (gnus-article-x-face-command): Use
10389         gnus-display-x-face-in-from.
10390
10391         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
10392
10393         * gnus-ems.el (gnus-put-image): Return the image.
10394
10395         * gnus-fun.el (gnus-display-x-face-in-from): New function.
10396         (gnus-x-face): Moved here.
10397
10398 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
10399
10400         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
10401         invisible if string is nil.
10402         (gnus-xmas-article-display-xface): Use it.
10403
10404         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
10405         property when string is nil.
10406         (gnus-article-display-xface): Use it.
10407
10408 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10409
10410         * gnus-art.el (article-display-x-face): Check whether valid grey
10411         face was returned.
10412         (article-display-x-face): Place image in the right spot.
10413
10414         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
10415         stderr.
10416         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
10417
10418 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10419
10420         * gnus-xmas.el (gnus-xmas-create-image): Take optional
10421         parameters.
10422         (gnus-xmas-put-image): Allow non-strings to be passed.
10423
10424         * gnus-art.el (article-display-x-face): Use optional parameters.
10425
10426         * gnus-ems.el (gnus-create-image): Take optional parameters.
10427
10428         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
10429
10430         * compface.el (compface-xbm-p): Removed.
10431
10432         * gnus-ems.el (gnus-article-compface-xbm): Removed.
10433         (gnus-article-display-xface): Use compface.
10434
10435         * compface.el: New file.
10436
10437         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
10438         (gnus-convert-image-to-x-face-command): Ditto.
10439         (gnus-random-x-face): Quote argument.
10440         (gnus-x-face-from-file): Ditto.
10441
10442 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
10443
10444         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
10445         the expire-group parameter once per article rather than once
10446         per group; bind `nnmaildir-article-file-name' and `article'
10447         for convenience.  Leave article alone when expire-group
10448         specifies the current group.
10449         (nnmaildir--update-nov): be more concurrency-friendly with
10450         temp file names.
10451
10452 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10453
10454         * gnus-start.el (gnus-read-init-file): Cleaned up.
10455
10456 2002-01-03  Dave Love  <d.love@dl.ac.uk>
10457
10458         * gnus-start.el (gnus-startup-file-coding-system): Removed.
10459         (gnus-read-init-file): Don't use it.
10460
10461 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10462
10463         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
10464
10465 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10466
10467         * gnus-start.el (gnus-read-init-file): Don't force coding system
10468         for ~/.gnus.  From Dave Love <fx@gnu.org>.
10469
10470 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10471
10472         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
10473         * nnspool.el (nnspool-request-post): Ditto.
10474
10475         * mm-util.el (mm-use-find-coding-systems-region): New variable.
10476         (mm-find-mime-charset-region): Use it.
10477
10478 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10479
10480         * gnus.el (gnus-summary-line-format): Added :link.
10481         * gnus-topic.el (gnus-topic-line-format): Ditto.
10482         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
10483         * gnus-srvr.el (gnus-server-line-format): Ditto.
10484         * gnus-group.el (gnus-group-line-format): Ditto.
10485
10486         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
10487         :keys, it works on both Emacsen.
10488
10489 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10490
10491         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
10492
10493 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
10496
10497 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
10498
10499         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
10500         very wide reply.
10501
10502 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
10505         (gnus-picon-cache): New variable.
10506         (gnus-picon-transform-newsgroups): Cache stuff.
10507
10508         * gnus-art.el (gnus-article-reply-with-original): New command.
10509         (gnus-article-followup-with-original): New command.
10510
10511         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
10512         END parameters.
10513         (gnus-summary-followup): Take a list of list of articles.
10514         (gnus-inews-yank-articles): Allow lists of article/regions.
10515
10516         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
10517         longer the usual commands.
10518
10519         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
10520         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
10521         shell-command-on-region.
10522
10523 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10524
10525         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
10526           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
10527
10528 2002-01-03  Steve Youngs  <youngs@xemacs.org>
10529
10530         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
10531         understand ':keys', wrap it in an featurep 'xemacs.
10532
10533 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10534
10535         * gnus-ems.el (gnus-article-display-xface): Show xface in the
10536         order of headers (Actually, it is called in a reversed order). Add
10537         'gnus-image-text-deletable property.
10538         (gnus-remove-image): Remove text with such a property.
10539
10540         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
10541         gnus-put-image.
10542
10543         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
10544         with ", "
10545
10546 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
10549
10550         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
10551         (article-display-x-face): Display grey X-Faces.
10552
10553         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
10554         (gnus-convert-gray-x-face-to-ppm): Ditto.
10555         (gnus-convert-image-to-gray-x-face): Ditto.
10556
10557         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
10558         gnus-summary-show-raw-article.
10559
10560 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
10561
10562         Display picons in XEmacs without showing text.
10563
10564         * gnus-xmas.el (gnus-xmas-create-image): Don't use
10565         mm-create-image-xemacs to create xbm glyph, because it deletes
10566         temporary files.
10567         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
10568         (gnus-xmas-remove-image): Make text visible, remove glyph.
10569
10570         * gnus-picon.el (gnus-picon-transform-newsgroups)
10571         (gnus-picon-transform-address): Insert spec backward, due to the
10572         incompatibility of gnus-xmas-put-image.
10573
10574 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10575
10576         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
10577
10578 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10579
10580         * gnus.el: Doc fix.
10581
10582         * gnus-art.el: Doc fix.
10583
10584         * gnus-agent.el: Doc fix.
10585
10586 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10587
10588         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
10589
10590 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
10591
10592         * nnmaildir.el (nnmaildir--update-nov): automatically parse
10593         NOV data out of the message again if nnmail-extra-headers has
10594         changed.
10595
10596 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10597
10598         * gnus-fun.el: New file.
10599         (gnus-convert-image-to-x-face-command): New variable.
10600         (gnus-insert-x-face): New function.
10601         (gnus-random-x-face): Renamed.
10602         (gnus-x-face-from-file): Renamed.
10603
10604         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
10605         "_".
10606         (gnus-body-boundary-delimiter): Typo fix.
10607
10608 2002-01-02  Simon Josefsson  <jas@extundo.com>
10609
10610         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
10611         (gnus-body-boundary-delimiter): Fix type.
10612
10613 2002-01-01  Simon Josefsson  <jas@extundo.com>
10614
10615         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
10616         (gnus-treat-emphasize, gnus-treat-strip-cr)
10617         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
10618         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
10619         (gnus-treat-fill-article, gnus-treat-hide-citation)
10620         (gnus-treat-hide-citation-maybe)
10621         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
10622         (gnus-treat-strip-pem, gnus-treat-strip-banner)
10623         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
10624         (gnus-treat-date-ut, gnus-treat-date-local)
10625         (gnus-treat-date-english, gnus-treat-date-lapsed)
10626         (gnus-treat-date-original, gnus-treat-date-iso8601)
10627         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
10628         (gnus-treat-strip-trailing-blank-lines)
10629         (gnus-treat-strip-leading-blank-lines)
10630         (gnus-treat-strip-multiple-blank-lines)
10631         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
10632         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
10633         (gnus-treat-display-xface, gnus-treat-display-smileys)
10634         (gnus-treat-from-picon, gnus-treat-mail-picon)
10635         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
10636         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
10637         (gnus-treat-play-sounds, gnus-treat-translate)
10638         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
10639
10640         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
10641         (gnus-article-treat-body-boundary): Use it.
10642
10643         * message.el (message-mode): Fix doc.
10644         (message-mode-menu): Fix names.
10645
10646 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10647
10648         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
10649         articles.
10650
10651         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
10652         (gnus-picon-transform-address): Search for unknown faces as well.
10653         (gnus-picon-find-face): Don't search "news" for MISC.
10654         (gnus-picon-user-directories): Changed default back to exclude
10655         "unknown".
10656
10657         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
10658
10659         * gnus-picon.el (gnus-picon-find-face): Search through all
10660         databases.
10661         (gnus-picon-find-face): New implementation.
10662
10663         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
10664         keystroke.
10665         (gnus-topic-goto-next-topic): Ditto.
10666
10667         * gnus.el (gnus-summary-line-format): Changed default.
10668
10669         * nnmail.el (nnmail-extra-headers): Change default.
10670
10671         * gnus-sum.el (gnus-extra-headers): Change default.
10672
10673         * message.el (message-news-other-window): Changed "news" to
10674         "posting".
10675         (message-news-other-frame): Ditto.
10676         (message-do-send-housekeeping): Ditto.
10677
10678         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
10679         function.
10680         (gnus-article-unread-p): New function.
10681         (gnus-article-unseen-p): New function.
10682         (gnus-dead-summary-mode-map): Typo.
10683
10684         * gnus-util.el (gnus-make-predicate): New function.
10685         (gnus-make-predicate-1): New function.
10686
10687         * gnus-sum.el: New function.
10688         (gnus-map-articles): New function.
10689
10690         * gnus-art.el (gnus-treat-fold-headers): New variable.
10691         (gnus-article-treat-fold-headers): New command and keystroke.
10692
10693         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
10694         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
10695
10696 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
10697
10698         * message.el (message-fcc-externalize-attachments): New variable.
10699         (message-do-fcc): Use it.
10700
10701         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
10702         (gnus-inews-do-gcc): Use it.
10703
10704         * mml.el (mml-tweak-sexp-alist): New variable.
10705         (mml-externalize-attachments): New variable.
10706         (mml-tweak-part): Use mml-tweak-sexp-alist.
10707         (mml-tweak-externalize-attachments): New function.
10708
10709 2002-01-01  Steve Youngs  <youngs@xemacs.org>
10710
10711         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
10712         'set-glyph-face' so x-face back/foreground can be set.
10713
10714 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
10715
10716         * message.el (message-fix-before-sending): Fix a typo.
10717
10718 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * gnus-art.el (gnus-treat-smiley): Renamed command.
10721         (gnus-article-remove-images): New command and keystroke.
10722
10723         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
10724
10725         * smiley-ems.el (gnus-smiley-display): Removed.
10726
10727         * gnus.el (gnus-version-number): Update version.
10728
10729         * message.el (message-text-with-property): Renamed and moved
10730         here.
10731         (message-fix-before-sending): Highlight invisible text and place
10732         point there.
10733
10734 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10735
10736         * gnus.el: Oort Gnus v0.04 is released.
10737
10738 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10739
10740         * gnus-delay.el (gnus-delay-send-queue): Renamed.
10741
10742         * gnus-art.el (gnus-ignored-headers): More headers,
10743
10744         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
10745         of `scan-error', since XEmacs doesn't seem to support that.
10746
10747 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10748
10749         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
10750         arg.
10751         (gnus-summary-best-unread-subject): Ditto.
10752         (gnus-summary-best-unread-subject): No, don't.
10753         (gnus-summary-better-unread-subject): New command.
10754
10755         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
10756
10757         * lpath.el ((featurep 'xemacs)): fbind url function.
10758
10759         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
10760         buffer.
10761         (gnus-xmas-remove-image): Implementation that does something.
10762         (gnus-xmas-article-display-xface): Mark images properly.
10763
10764         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
10765
10766 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
10767
10768         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
10769
10770 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10771
10772         * gnus-group.el (gnus-group-line-format): Added %O to the default
10773         value.
10774
10775         * gnus-util.el (gnus-text-with-property): The smallest point is
10776         point-min.
10777
10778         * smiley-ems.el (smiley-region): Return images.
10779         (gnus-smiley-display): Allow toggling.
10780         (smiley-region): Use text properties, not overlays.
10781
10782         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
10783         implemented yet.
10784
10785         * smiley-ems.el (smiley-update-cache): Check for valid types.
10786
10787         * gnus-art.el (gnus-with-article-buffer): New macro.
10788
10789         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
10790         strings as well as the glyphs.
10791         (gnus-picon-transform-address): Ditto.
10792         (gnus-picon-insert-glyph): Ditto.
10793         (gnus-picon-transform-newsgroups): Toggle.
10794         (gnus-picon-transform-address): Toggle.
10795
10796         * gnus-ems.el (gnus-remove-image): New function.
10797         (gnus-put-image): Take an optional string.
10798
10799         * gnus-util.el (gnus-text-with-property): New function.
10800
10801         * gnus-art.el (gnus-delete-images): New function.
10802
10803         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
10804
10805         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
10806         (gnus-article-wash-status): Use it.
10807         (gnus-signature-toggle): Clean up.
10808         (gnus-add-wash-status): New function.
10809         (gnus-delete-wash-status): New function.
10810         (gnus-article-hide-text-type): Use them throughout.
10811         (gnus-add-image): New function.
10812
10813         * gnus-ems.el (gnus-article-display-xface): Use new interface.
10814
10815         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
10816         interface.
10817
10818         * gnus-art.el (article-display-x-face): Cleaned up.
10819
10820         * rfc2047.el (rfc2047-field-value): New function.
10821
10822         * mail-parse.el (mail-header-field-value): New alias.
10823
10824         * gnus-art.el (gnus-mime-print-part): Fix typos.
10825
10826         * smiley-ems.el (gnus-smiley-file-types): New variable.
10827         (smiley-update-cache): Use it.
10828         (smiley-regexp-alist): Suffix-less smiley names.
10829         (smiley-regexp-alist): Added more smileys.
10830
10831         * gnus-sum.el (gnus-print-buffer): Made into own function.
10832         (gnus-summary-print-article): Use it.
10833
10834         * mailcap.el (mailcap-mime-info): Actually return the bit that we
10835         looked for when REQUEST is a string.
10836
10837         * gnus-art.el (gnus-mime-button-commands): Add printing
10838         keystroke.
10839         (gnus-mime-copy-part): Doc fix.
10840         (gnus-mime-print-part): New command.
10841
10842 2001-12-31  Simon Josefsson  <jas@extundo.com>
10843
10844         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
10845         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
10846
10847 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10848
10849         * gnus-picon.el (gnus-treat-from-picon): Autoload.
10850         (picon): Fix doc.
10851
10852         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
10853         longer exists. Remove those codes.
10854         * gnus.el (gnus-use-picons): Ditto.
10855
10856 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857
10858         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
10859         infloop.
10860
10861         * gnus-sum.el (t): New `W D' map.
10862
10863         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
10864         (gnus-article-treat-body-boundary): Clean up.
10865         (gnus-body-boundary-face): Removed.
10866         (gnus-article-goto-header): Moved here.
10867         (gnus-article-goto-header): Allow better regexps.
10868         (gnus-article-treat-fold-newsgroups): New command.
10869
10870         * gnus-sum.el (gnus-summary-move-article): We have to select an
10871         article to give `gnus-read-move-group-name' an opportunity to
10872         suggest an appropriate default.
10873
10874         * rfc2047.el (rfc2047-fold-line): New function.
10875         (rfc2047-unfold-line): Ditto.
10876         (rfc2047-fold-region): Don't fold just after the header name.
10877
10878         * mail-parse.el (mail-header-fold-line): New alias.
10879         (mail-header-unfold-line): Ditto.
10880
10881         * gnus-art.el (gnus-body-boundary-face): Renamed.
10882         (gnus-article-treat-body-boundary): Use it.
10883         (gnus-article-treat-body-boundary): Use an invisible header and a
10884         line of underline characters.
10885
10886 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10887
10888         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
10889
10890         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
10891         (gnus-picon-split-address): New function.
10892         (gnus-picon-find-face): Use it.
10893         (gnus-picon-transform-address): Use it. Set first to t for each
10894         address.
10895
10896         * gnus-art.el (gnus-with-article-headers): Move to here. Define
10897         the macro then use it.
10898         (gnus-treatment-function-alist): Treat picons earlier.
10899
10900 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901
10902         * gnus-art.el (gnus-body-separator-face): New variable.
10903         (gnus-article-treat-body-boundary): Use a blank, colored line.
10904
10905         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
10906         well.
10907
10908         * gnus-art.el (gnus-treat-body-boundary): New variable.
10909         (gnus-article-treat-unfold-headers): Use helper macro.
10910         (gnus-article-treat-body-boundary): New command.
10911
10912         * gnus.el (gnus-logo-color-style): Change the default color.
10913         (gnus-splash-face): Gray, gray.
10914
10915         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
10916         colors.
10917
10918         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
10919         (gnus-logo-color-style): Ditto.
10920         (gnus-logo-colors): Ditto.
10921
10922         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
10923
10924         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
10925
10926         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
10927         (gnus-picon-transform-newsgroups): New function.
10928
10929         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
10930         string.
10931
10932         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
10933
10934         * gnus-art.el (gnus-treat-cc-picon): New variable.
10935         (gnus-treat-mail-picon): Renamed.
10936
10937         * gnus-picon.el: New implementation.
10938         (gnus-picon-find-face): Renamed.
10939         (gnus-treat-from-picon): Use it.
10940         (gnus-picon-transform-address): Renamed.
10941         (gnus-treat-from-picon): Use it.
10942         (gnus-picon-create-glyph): Renamed.
10943         (gnus-picon-transform-address): Use it.
10944         (gnus-treat-cc-picon): New command.
10945
10946         * mm-decode.el (mm-create-image-xemacs): Separated out into
10947         function.
10948         (mm-get-image): Use it.
10949
10950         * gnus-art.el (gnus-treat-display-picons): Simplify.
10951         (gnus-treat-from-picon): Renamed.
10952
10953         * gnus-ems.el (gnus-create-image): New function.
10954         (gnus-put-image): New function.
10955
10956         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
10957         (gnus-with-article-headers): New macro.
10958         (gnus-article-goto-header): New function.
10959
10960         * gnus-xmas.el (gnus-image-type-available-p): New function.
10961
10962         * gnus-ems.el (gnus-image-type-available-p): New function.
10963
10964 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10965
10966         * nnrss.el (nnrss-check-group): Find the correct tag, because
10967         xml.el is changed.
10968
10969 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10970
10971         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
10972         lines are shorter than the window width.
10973         (gnus-ignored-headers): More headers.
10974
10975 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10976
10977         * gnus-art.el (gnus-treat-unfold-lines): New variable.
10978         (gnus-treat-unfold-headers): Renamed.
10979         (gnus-article-treat-unfold-headers): New command and keystroke.
10980
10981         * rfc2047.el (rfc2047-encode-message-header): Clean up.
10982
10983         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
10984
10985 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10986
10987         * sha1-el.el (sha1-use-external): New variable.
10988         (sha1-region): Use it.
10989         (sha1-string): Ditto.
10990
10991         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
10992         * gnus-picon.el: Less warnings when compile.
10993
10994 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10995
10996         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
10997         alias.
10998         (gnus-picons-database): Default to list.
10999         (gnus-picons-lookup-internal): Use it.
11000
11001         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
11002         to "bogus".
11003
11004         * gnus-win.el (gnus-configure-windows-hook): New hook.
11005
11006 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
11007
11008         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
11009
11010 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
11013         lists.
11014         (gnus-select-newsgroup): Don't append; push.
11015         (gnus-adjust-marked-articles): Remove obsolete ranges from
11016         `seen'.
11017         (gnus-update-marks): Clean up.
11018         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
11019
11020 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
11021
11022         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
11023
11024 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11025
11026         * gnus-sum.el (gnus-auto-select-subject): New variable.
11027         (gnus-summary-best-unread-subject): New function.
11028         (gnus-summary-best-unread-article): Use it.
11029         (gnus-summary-first-unseen-subject): New function and command.
11030
11031         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
11032         other treatments.
11033
11034         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
11035         function.
11036
11037         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
11038         from the list of hidden types.
11039
11040         * mm-view.el (mm-inline-text): Ditto.
11041         (mm-inline-text): Ditto.
11042         (mm-w3-prepare-buffer): Ditto.
11043
11044         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
11045
11046 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * gnus-art.el (gnus-ignored-headers): Added more headers.
11049
11050 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
11051
11052         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
11053         once.
11054
11055 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056
11057         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
11058
11059 2001-12-28  Simon Josefsson  <jas@extundo.com>
11060
11061         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
11062         Jesper Harder <harder@ifa.au.dk>.
11063
11064 2001-12-27  Simon Josefsson  <jas@extundo.com>
11065
11066         * gnus-sum.el (gnus-select-newsgroup): Make
11067         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
11068         contain all articles (instead of none) when no seen marks have
11069         been set for the group.
11070         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
11071         instead, it seems to result in shorter ranges.
11072
11073 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11074
11075         * mm-util.el (mm-iso-8859-x-to-15-region): Use
11076         insert-before-markers.
11077         From Jesper Harder <harder@ifa.au.dk>
11078
11079 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
11080
11081         * nnmaildir.el (nnmaildir-save-mail): create the destination
11082         groups if they do not exist.
11083
11084 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11085
11086         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
11087
11088 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11089
11090         * gnus-group.el (gnus-group-read-ephemeral-group): Call
11091         gnus-group-real-name.
11092
11093         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
11094         (gnus-newsgroup-variables): Ditto.
11095
11096         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
11097         return it.
11098
11099 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
11100
11101         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
11102         * nnmaildir.el (top-level): Add commentary.
11103         (nnmaildir-version): Indicate that nnmaildir is now a standard
11104         part of Gnus, not separately released.
11105
11106 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11107
11108         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
11109         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
11110         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
11111         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11112
11113 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11114
11115         * nnmaildir.el: Copyright changes. Require cl only at compile time.
11116
11117 2001-12-20  Simon Josefsson  <jas@extundo.com>
11118
11119         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
11120         ZHU <zsh@cs.rochester.edu>.
11121         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
11122         Brian P Templeton <bpt@tunes.org>.
11123
11124 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11125
11126         * nnmaildir.el: New file.
11127         From Paul Jarc <prj@po.cwru.edu>.
11128
11129 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11130
11131         * nndoc.el (nndoc-type-alist): Move forward to the end.
11132
11133 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
11136         `dolist'.
11137
11138 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11139
11140         * gnus-win.el (gnus-frames-on-display-list): New function.
11141         (gnus-get-buffer-window): Use it.
11142
11143 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11144
11145         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
11146
11147 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11148
11149         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
11150
11151 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11152            From Harald Meland <Harald.Meland@usit.uio.no>
11153
11154         * gnus-win.el (gnus-get-buffer-window): New function.
11155         (gnus-all-windows-visible-p): Use it.
11156
11157         * gnus-util.el (gnus-horizontal-recenter)
11158         (gnus-horizontal-recenter, gnus-horizontal-recenter)
11159         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
11160
11161         * gnus-score.el (gnus-score-insert-help): Use it.
11162
11163         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
11164         (gnus-generate-tree, gnus-highlight-selected-tree)
11165         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
11166         it.
11167
11168         * gnus-art.el (gnus-article-set-window-start)
11169         (gnus-mm-display-part, gnus-request-article-this-buffer)
11170         (gnus-button-next-page, gnus-button-prev-page)
11171         (gnus-article-button-next-page, gnus-article-button-prev-page):
11172         Use it.
11173
11174 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
11175
11176         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
11177         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11178         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
11179
11180 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11181
11182         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
11183         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
11184         * mml1991.el, nnultimate.el: Add `coding'.
11185
11186 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
11187
11188         * ChangeLog: changed coding to buffer-file-coding-system
11189         * ChangeLog.1: same
11190         * nnwfm.el: same
11191         * gnus-smiley.el: same
11192         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
11193         * gnus-delay.el: same
11194         * gnus-spec.el: same
11195         * message.el: same
11196         * mml1991.el: same
11197         * nnultimate.el: same
11198
11199 2001-12-16  Simon Josefsson  <jas@extundo.com>
11200         Inspired by code by Dirk Meyer <dischi@tzi.de>.
11201
11202         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
11203         (gnus-summary-save-map): Add muttprint.
11204         (gnus-summary-make-menu-bar): Ditto.
11205         (gnus-summary-muttprint): New function.
11206
11207         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
11208
11209 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210
11211         * uudecode.el (uudecode-decode-region-internal): Speedup by using
11212         temporary list instead of buffer.
11213
11214         * mm-url.el (executable-find): autoload.
11215
11216 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11217
11218         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
11219         to variable, follow doc-string conventions).
11220
11221 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
11222
11223         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
11224         subscribe-level
11225         * gnus-topic.el (gnus-subscribe-topics): use it.
11226
11227 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
11230         messages. (A small patch with indentation)
11231         From Sean Neakums <sneakums@zork.net>.
11232
11233         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
11234         nil after shooting down the gnus-original-article-buffer.
11235
11236 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11237
11238         * uudecode.el (uudecode-use-external): New variable.
11239         (uudecode-decode-region): Automatically detect external program.
11240
11241         * binhex.el (binhex-use-external): New variable.
11242         (binhex-decode-region-internal): New function.
11243         (binhex-decode-region): Automatically detect external program.
11244
11245         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
11246         Use them.
11247
11248 2001-12-12  Simon Josefsson  <jas@extundo.com>
11249
11250         * nnvirtual.el (nnvirtual-always-rescan)
11251         (nnvirtual-component-regexp): Fix doc.
11252
11253         * nnoo.el (defvoo): Add doc to defvoo variables.
11254
11255         * nnml.el (nnml-directory, nnml-active-file)
11256         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
11257         (nnml-marks-is-evil, nnml-filenames-are-evil)
11258         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
11259
11260         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
11261         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
11262         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
11263         `error'.
11264
11265         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
11266         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
11267
11268         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
11269         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
11270         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
11271         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
11272
11273         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
11274         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
11275
11276         * imap.el, nnimap.el: Fix indentation.
11277
11278         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
11279
11280 2001-12-12  Didier Verna  <didier@xemacs.org>
11281
11282         * gnus-msg.el (gnus-group-news): New function.
11283         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
11284         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
11285         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
11286         for it.
11287         * gnus-msg.el (gnus-summary-news-other-window): New function.
11288         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
11289         bind it to `i'.
11290         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
11291         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
11292         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
11293         for it (called with a prefix).
11294         * gnus-msg.el (gnus-configure-posting-styles): add an optional
11295         group-name argument.
11296         * gnus-msg.el (gnus-setup-message): use it.
11297
11298 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11299
11300         * gnus-sum.el (gnus-summary-show-article): Fix doc.
11301
11302 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11303
11304         * mml.el (mime-to-mml): Remove Content-Disposition too.
11305
11306 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11307
11308         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
11309         * gnus-group.el (gnus-group-name-decode): Decode unibyte
11310         strings only.
11311         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11312
11313 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
11314
11315         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
11316         (nnmail-fancy-expiry-target): Use it.
11317         Suggestions from Simon Josefsson <jas@extundo.com>.
11318
11319 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11320
11321         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
11322
11323 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11324
11325         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
11326
11327         * gnus-util.el (gnus-url-unhex-string): Move here.
11328
11329 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11330
11331         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
11332         mm-url-decode-entities-nbsp.
11333
11334         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
11335         * webmail.el, nnwfm.el: Use mm-url.
11336
11337         * mm-url.el (mm-url-fetch-form): Move from nnweb.
11338         (mm-url-remove-markup): Move from nnweb.
11339         (mm-url-fetch-simple): Move from webmail.
11340
11341         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
11342
11343 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11344
11345         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
11346         (gnus-summary-print-article): Use it.
11347
11348         * gnus-util.el (gnus-replace-in-string): Typo.
11349
11350 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11351
11352         * nnweb.el (nnweb-replace-in-string): Removed.
11353
11354         * gnus-util.el (gnus-replace-in-string): New function.
11355         (gnus-mode-string-quote): Use it.
11356
11357         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
11358         * nnwfm.el (nnwfm-create-mapping): Ditto.
11359
11360 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11361
11362         * dgnushack.el (dgnushack-compile): nnrss.el and
11363         nnslashdot.el don't depend on nnweb, url, w3.
11364
11365         * nnrss.el: Use mm-url.
11366
11367 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11368
11369         * mm-url.el (mm-url-insert-file-contents): Support file:.
11370
11371 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11372
11373         * mm-view.el: Lower case for the description line. Sync from the
11374         Emacs CVS.
11375
11376 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
11379         From:  Stefan Monnier  <monnier@cs.yale.edu>
11380
11381 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11382
11383         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
11384
11385 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11386
11387         * mm-url.el: Require executable.
11388         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11389
11390 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11391
11392         * pop3.el (pop3-munge-message-separator): Only use valid date.
11393         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
11394
11395         * Makefile.in: gnus-load.elc may not be generated.
11396
11397 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11398
11399         * mm-url.el: New file.
11400         * nnslashdot.el: Use it.
11401         * mm-extern.el (mm-extern-url): Use it.
11402
11403 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11404
11405         * gnus-sum.el (gnus-summary-save-article): Nix
11406         gnus-display-mime-function and gnus-article-prepare-hook.
11407
11408         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
11409         the beginning of lines.
11410         (gnus-complex-form-to-spec): Ditto.
11411
11412 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * message.el (message-make-mft): Fix the m-s-a-file regexp.
11415         From Paul Jarc <prj@po.cwru.edu>.
11416
11417 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * message.el: New variable message-subscribed-address-file;
11420         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
11421
11422 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11423
11424         * message.el (message-tab-body-function): Set to nil.
11425         (message-tab): Use text-mode-map or global-map.
11426         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
11427
11428 2001-11-30  Simon Josefsson  <jas@extundo.com>
11429
11430         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
11431         instead of gnus-union, for speed.  Suggested by Christoph Conrad
11432         <christoph.conrad@gmx.de>.
11433         (gnus-agent-fetch-group-1): Add verbose message.
11434
11435 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11436
11437         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
11438         of integers.
11439
11440 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11441
11442         * message.el (message-newgroups-header-regexp)
11443         (message-completion-alist, message-tab-body-function): Use
11444         defcustom rather than defvar.
11445         (message-tab): Mention `message-tab-body-function' in doc.
11446         Suggested by Karl Eichwalder.
11447
11448 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11449
11450         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
11451
11452 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11453
11454         * nnheader.el (nnheader-find-nov-line): Don't use macro
11455         gnus-delete-line.
11456
11457         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
11458         (gnus-group-name-charset): Ditto.
11459
11460         * gnus-util.el (gnus-buffer-live-p): Ditto.
11461
11462 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11463
11464         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
11465         open parenthesis in doc.
11466         (sieve-manage-authenticator-alist): Typo in doc.
11467         * imap.el (imap-authenticator-alist): Typo in doc.
11468         (imap-stream-alist): Backslash.
11469
11470         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
11471           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
11472
11473 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11474
11475         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
11476
11477         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
11478
11479         * gnus-msg.el (gnus-configure-posting-styles): use
11480         make-local-hook. Add LOCAL for add-hook.
11481
11482 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
11483
11484         * message.el (message-mode): Use `make-local-hook' unless
11485         obsolete.
11486         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
11487
11488 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * canlock.el: Remove sha1.el and base64.el stuff.
11491
11492 2001-11-26  Didier Verna  <didier@xemacs.org>
11493
11494         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
11495         if needed.
11496
11497 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * message.el (message-tamago-not-in-use-p): New function.
11500         (message-strip-forbidden-properties): Use it.
11501
11502 2001-11-26  Didier Verna  <didier@xemacs.org>
11503
11504         * gnus-start.el (gnus-check-first-time-used): only check for
11505         existence of .el[d] files.
11506
11507 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11508
11509         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
11510
11511         * message.el (message-setup-1): Clean up mc-*.
11512
11513 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11514
11515         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
11516         * gnus-score.el (gnus-score-find-bnews): Use it.
11517
11518         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
11519         (gnus-summary-limit-to-author): Ditto.
11520         (gnus-summary-limit-to-extra): Ditto.
11521         (gnus-summary-find-matching): Support not-matching argument.
11522
11523 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11524
11525         * message.el (message-wash-subject): Use `insert' rather than
11526         `insert-string', which is deprecated.
11527
11528 2001-11-24  Simon Josefsson  <jas@extundo.com>
11529
11530         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
11531         message. (Gnus does not "default" to using 8bit for the message,
11532         it default to use 8bit encoding and the user-supplied CTE
11533         value. Calling this behaviour "treating it as 8bit" is perhaps
11534         better.)
11535
11536         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
11537         (compare mm-charset-to-coding-system).
11538
11539 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11540
11541         * canlock.el (canlock-sha1-with-openssl): Use unibyte
11542         buffer. Correctly decode hex.
11543
11544 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11545
11546         * gnus-agent.el (gnus-category-insert-line): Convert category
11547         names to strings.
11548
11549 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11550
11551         * message.el (sha1): eval-and-compile.
11552
11553 2001-11-20  Simon Josefsson  <jas@extundo.com>
11554
11555         * message.el (message-allow-no-recipients): New variable.
11556         (message-send): Use it, customize the prompting when posting to
11557         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
11558
11559 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11560
11561         * mm-util.el (mm-coding-system-priorities): New variable.
11562         (mm-sort-coding-systems-predicate): New function.
11563         (mm-find-mime-charset-region): Resort coding systems if needed.
11564         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
11565
11566 2001-11-20  Didier Verna  <didier@xemacs.org>
11567
11568         * gnus-group.el (gnus-group-make-help-group): new optional
11569         argument to control the error behavior.
11570         * gnus-start.el (gnus-check-first-time-used): use it to avoid
11571         erroring.
11572
11573 2001-11-19  Simon Josefsson  <jas@extundo.com>
11574
11575         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
11576         instead of C-c C-u.  Suggested by Per Abrahamsen
11577         <abraham@dina.kvl.dk>.
11578
11579 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11580
11581         * nnfolder.el (nnfolder-read-folder): Use group instead of
11582         nnfolder-current-group.
11583         Suggested by Lorentey Karoly <lorentey@elte.hu>.
11584
11585 2001-11-17  Simon Josefsson  <jas@extundo.com>
11586
11587         * message.el (message-send): Ask user if Fcc/Gcc should be
11588         performed when no other sender was specified.
11589         Suggested by prj@po.cwru.edu (Paul Jarc).
11590
11591 2001-11-17  Simon Josefsson  <jas@extundo.com>
11592
11593         * message.el (message-mode, message-mode-map): Use C-c C-u for
11594         Importance: instead of C-c C-p (used by SC).
11595
11596 2001-11-16  Simon Josefsson  <jas@extundo.com>
11597
11598         * message.el (message-insert-importance-high)
11599         (message-insert-importance-low): Save point.
11600
11601         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
11602         value.
11603
11604 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
11605
11606         * message.el (message-strip-special-text-properties): New option.
11607         (message-strip-forbidden-properties): Obey it.
11608
11609 2001-11-14  Sam Steingold  <sds@gnu.org>
11610
11611         * gnus-score.el: Fixed some doc strings to properly quote symbols.
11612
11613 2001-11-15  Simon Josefsson  <jas@extundo.com>
11614
11615         Support "Importance:" header in Message.
11616
11617         * message.el (message-mode-map): Bind C-c C-p to
11618         `message-insert-or-toggle-importance'
11619         (message-mode-menu): Add message-insert-importance-{high,low}.
11620         (message-insert-importance-high, message-insert-importance-low)
11621         (message-insert-or-toggle-importance): New functions.
11622         (message-tool-bar-map): Add {un,}important.
11623         (message-mode): Doc fix.
11624
11625 2001-11-15  Simon Josefsson  <jas@extundo.com>
11626
11627         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
11628
11629         * mml.el (mml-menu): Fix toolbar tooltip.
11630
11631 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11632
11633         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
11634         * nnml.el (nnml-save-marks): Ditto.
11635
11636         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
11637
11638 2001-11-15  Simon Josefsson  <jas@extundo.com>
11639
11640         * nnml.el (nnml-save-marks):
11641         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
11642         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
11643
11644 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11645
11646         * gnus-art.el (gnus-article-wash-status-strings): Use
11647         `copy-sequence', not `copy-seq'.
11648
11649 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
11650
11651         * gnus-art.el (gnus-article-wash-status-strings): New constant.
11652         (gnus-gnus-article-wash-status-entry): New function.
11653         (gnus-article-wash-status): Use it.
11654
11655 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11656
11657         * mml1991.el: Add coding header.
11658
11659 2001-11-12  Simon Josefsson  <jas@extundo.com>
11660
11661         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
11662         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
11663         `mml1991-sign' and `mml1991-encrypt'.
11664         (mml1991-encrypt, mml1991-sign): New glue functions.
11665         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
11666
11667         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
11668         (mml-menu): Add PGP to menu.
11669
11670         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
11671         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
11672         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
11673         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
11674
11675         * mml2015.el: Mention RFC 3156.
11676
11677         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
11678
11679 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11680
11681         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
11682
11683         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
11684           From <Michael.Cook@cisco.com>
11685
11686 2001-11-11  Simon Josefsson  <jas@extundo.com>
11687
11688         * message.el (top-level): Autoload sha1.
11689         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
11690         canlock, no need to require two different hash algs).  Suggested
11691         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
11692
11693 2001-11-09  Simon Josefsson  <jas@extundo.com>
11694
11695         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
11696         <Pavel@Janik.cz>.
11697
11698 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11699
11700         * message.el (message-point-in-header-p): New function.
11701         (message-do-auto-fill): Use it.
11702         (message-beginning-of-line): New function.  Goes to beginning of
11703         header value (i.e., end of header name), or to beginning of line
11704         if already at beginning of value.  Behaves like
11705         `beginning-of-line' when in message body.
11706         (message-mode-map): Bind it.
11707
11708 2001-11-08  Simon Josefsson  <jas@extundo.com>
11709
11710         * gnus-msg.el (gnus-posting-styles): Add doc.
11711
11712 2001-11-07  Simon Josefsson  <jas@extundo.com>
11713
11714         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
11715
11716         * sieve-mode.el (sieve-control-commands-face)
11717         (sieve-control-commands-face, sieve-action-commands-face)
11718         (sieve-test-commands-face, sieve-tagged-arguments-face): New
11719         faces.
11720         (sieve-font-lock-keywords): Use them.
11721         (sieve-mode): Only set font-lock-defaults in emacs.
11722
11723         * gnus-art.el (gnus-default-article-saver): Add
11724         gnus-summary-save-body-in-file.
11725         (gnus-summary-write-to-file): Fix doc.
11726
11727 2001-11-07  Simon Josefsson  <jas@extundo.com>
11728
11729         * gnus-art.el (gnus-treat-highlight-signature): Add cross
11730         reference to the correct chapter in the manual.
11731
11732         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
11733         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
11734
11735 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11736
11737         * mml.el (mml-preview): Bind mail-header-separator.
11738
11739 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * message.el: Always require canlock.
11742         (message-ignored-supersedes-headers): Include Cancel-Lock and
11743         Cancel-Key.
11744         (message-insert-canlock): Don't require canlock.
11745         (message-cancel-news): Don't check whether canlock is available.
11746         (message-supersede): Support cancel-locks.
11747
11748         * gnus-art.el: Don't autoload canlock.
11749
11750 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11751
11752         * mail-source.el (mail-source-fetch-imap): ASYNC param.
11753         From: <andre@slamdunknetworks.com>
11754
11755 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * many files: Fix copyright lines.
11758
11759 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11760
11761         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
11762         Suggested by Dave Love  <fx@gnu.org>.
11763
11764 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11765
11766         * message.el (message-kill-buffer): Remove auto-save file after
11767         confirm.
11768
11769         * message.el (message-send-mail): Call message-generate-headers
11770         once.  Suggested by Matt Armstrong <matt@lickey.com>.
11771
11772         * gnus-topic.el (gnus-topic-rename): Initial-input.
11773         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
11774
11775 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
11776
11777         * message.el (message-forbidden-properties): New constant.
11778         (message-strip-forbidden-properties): New function.
11779         (message-mode): Activate it.
11780
11781 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11782
11783         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
11784         (mm-hack-charsets): Fix doc.
11785
11786 2001-11-02  Simon Josefsson  <jas@extundo.com>
11787
11788         * gnus-int.el (gnus-check-server): Message "...done" when done.
11789
11790         * imap.el (imap-close): Don't message (imap-send-command-wait
11791         returns if the connection is dropped).
11792         (imap-wait-for-tag): Nix out message only when necessary.
11793
11794         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
11795         for non-crossposting.
11796         (gnus-sieve-crosspost): Default to t to be consistent with other
11797         parts of Gnus.
11798
11799 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11800
11801         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
11802         (mm-iso-8859-x-to-15-table): Ditto.
11803         (mm-iso-8859-x-to-15-region): Ditto.
11804         (mm-find-mime-charset-region): Ditto.
11805
11806 2001-11-01  Simon Josefsson  <jas@extundo.com>
11807
11808         * nnimap.el (nnimap-close-asynchronous): New variable.
11809         (nnimap-close-group): Use it.
11810         (nnimap-expunge): Don't use it.
11811
11812         * imap.el (imap-callbacks): New variable.
11813         (imap-remassoc): Copied from `gnus-remassoc'.
11814         (imap-add-callback): New function.
11815         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
11816         behaviour.
11817         (imap-parse-response): Call the callback.
11818
11819         * message.el (message-insert-canlock): New variable.
11820         (message-canlock-generate, message-canlock-password)
11821         (message-insert-canlock): New functions.
11822         (message-send-news): Call `message-insert-canlock'.
11823         (top-level): Require canlock when compiling.
11824         (message-insert-canlock): Require canlock before we need it.
11825
11826 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827
11828         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
11829
11830 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11831
11832         * dgnushack.el (dgnushack-make-load): A workaround for
11833         custom-add-loads bug in some versions of XEmacs.
11834
11835 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11836
11837         * mm-util.el (mm-charset-synonym-alist): Revert (some).
11838
11839 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11840
11841         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
11842         (mm-hack-charsets): New variable.
11843         (mm-iso-8859-15-compatible): New variable.
11844         (mm-iso-8859-x-to-15-table): New variable.
11845         (mm-find-mime-charset-region): Add parameter hack-charsets.
11846
11847         * mm-bodies.el (mm-encode-body): Use it.
11848         * mml.el (mml-parse-1): Ditto.
11849
11850 2001-11-01  Simon Josefsson  <jas@extundo.com>
11851
11852         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
11853
11854 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11855
11856         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
11857         is nil.
11858
11859 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11860
11861         * smiley-ems.el (smiley-update-cache): Auto detect file type.
11862
11863         * message.el (message-forward-rmail-make-body): Use
11864         save-window-excursion.
11865         (message-encode-message-body): Search with noerror.
11866         (message-setup-1): Convert compose-mail send-actions to
11867         message-send-actions.
11868
11869 2001-11-01  Simon Josefsson  <jas@extundo.com>
11870
11871         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
11872         <yamaoka@jpl.org>.
11873
11874 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11875
11876         * sieve-manage.el (sieve-string-bytes): No complain.
11877
11878 2001-11-01  Simon Josefsson  <jas@extundo.com>
11879
11880         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
11881         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
11882         has autoload cookies, so no `require' should be necessary.)
11883
11884         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
11885         files.
11886
11887 2001-10-31  Simon Josefsson  <jas@extundo.com>
11888
11889         * gnus-cus.el (gnus-group-parameters): Support integer `display'
11890         parameter.
11891
11892         * gnus-sum.el (gnus-select-newsgroup): If group parameter
11893         `display' is a number (and C-u wasn't used to enter group), only
11894         fetch that number of articles.
11895
11896 2001-10-31  Matt Armstrong  <matt@lickey.com>
11897
11898         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
11899         not-subscribed -> subscribed.
11900
11901 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11902         From: Josh Huber <huber@alum.wpi.edu>
11903
11904         * message.el (message-subscribed-address-functions): New variable.
11905         (message-subscribed-addresses): New variable.
11906         (message-subscribed-regexps): New variable.
11907         (message-goto-mail-followup-to): New function.
11908         (message-send-mail): Add Mail-Followup-To.
11909         (message-make-mft): New function.
11910
11911         * gnus.el (gnus-find-subscribed-addresses): New function.
11912
11913 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11914
11915         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
11916         (mail-source-fetch-pop): Ditto.
11917         (mail-source-check-pop): Ditto.
11918
11919         * gnus-start.el (gnus-read-init-file): Ditto.
11920         (gnus-activate-group): Ditto.
11921         (gnus-read-newsrc-el-file): Ditto.
11922
11923 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11924
11925         * message.el (message-get-reply-headers): Make sure there is ", ".
11926
11927         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
11928         mm-coding-system-p. Don't correct it only in XEmacs.
11929         (mm-charset-to-coding-system): Use mm-coding-system-p and
11930         mm-get-coding-system-list.
11931         (mm-emacs-mule, mm-mule4-p): New variables.
11932         (mm-enable-multibyte, mm-disable-multibyte,
11933         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
11934         mm-with-unibyte-current-buffer,
11935         mm-with-unibyte-current-buffer-mule4): Use them.
11936         (mm-find-mime-charset-region): Treat iso-2022-jp.
11937
11938         From  Dave Love  <fx@gnu.org>:
11939
11940         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
11941         construction.
11942         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
11943         entries conditional on not having a coding system defined for
11944         them.
11945         (mm-mule-charset-to-mime-charset): Use
11946         find-coding-systems-for-charsets if defined.
11947         (mm-charset-to-coding-system): Don't use
11948         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
11949         later.  Add last resort search of coding systems.
11950         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
11951         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
11952         Mule 4.
11953         (mm-find-mime-charset-region): Re-write.
11954         (mm-with-unibyte-current-buffer): Restore buffer as well as
11955         multibyteness.
11956
11957 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11958
11959         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
11960         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
11961         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
11962
11963 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11964
11965         * gnus-art.el (article-display-x-face): Nix buffer-read-only
11966         again.
11967
11968         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
11969
11970 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11971
11972         * gnus-spec.el (gnus-parse-simple-format): Use
11973           buffer-substring-no-properties.
11974
11975 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11976
11977         * gnus-art.el (article-verify-cancel-lock): New function.
11978
11979         * nnheader.el (nntp-process-response): New variable.
11980         (nnheader-init-server-buffer): Make `nntp-process-response'
11981         buffer-local in `nntp-server-buffer'.
11982
11983         * nntp.el (nntp-prepare-post-hook): New hook.
11984         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
11985         (nntp-async-trigger): Ditto.
11986         (nntp-request-post): Insert a server's ID if there's no Message-ID
11987         header; run `nntp-prepare-post-hook'.
11988
11989 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11990
11991         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
11992         instead.
11993
11994         * message.el (message-forward-subject-author-subject): Don't use
11995         message-news-p, which widens the buffer.
11996         (message-forward-make-body): New function.
11997         (message-forward): Use it.
11998         (message-insinuate-rmail): New function.
11999         (message-forward-rmail-make-body): New function.
12000
12001 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12002
12003         * mm-extern.el (mm-extern): Provide it.
12004
12005         * mm-partial.el (mm-partial): Provide it.
12006
12007 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008
12009         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
12010
12011 2001-10-29  Simon Josefsson  <jas@extundo.com>
12012
12013         * mml.el (mml-preview): Bind message-this-is-news if it is
12014         news. From Jesper Harder <harder@myrealbox.com>.
12015
12016 2001-10-28  Simon Josefsson  <jas@extundo.com>
12017
12018         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
12019
12020 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
12021
12022         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
12023         ironic smilies.
12024
12025 2001-10-27  Simon Josefsson  <jas@extundo.com>
12026
12027         * message.el (message-indent-citation): Don't add trailing
12028         whitespace when citing text.
12029
12030         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
12031         <harder@ifa.au.dk>.
12032
12033 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12034
12035         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
12036         not available.
12037         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
12038         (nnweb-type-definition): Add google as alias of dejanews.
12039         (nnweb-google-parse-1): Forward 1 line.
12040
12041 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12042
12043         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
12044         variable `message-forward-ignored-headers'.
12045
12046 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
12047
12048         * gnus.el (gnus-expand-group-parameter): New function.
12049         (gnus-expand-group-parameters): Call it.
12050         (gnus-group-fast-parameter): New function.
12051         (gnus-group-find-parameter): Call it.
12052
12053 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12054
12055         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
12056         vector (it didn't before because of a bug).
12057         * gnus-msg.el (gnus-post-news): Use header vector directly, if
12058         available.  Before it converted it to an article number.
12059
12060         This makes followup to news articles with negative numbers in
12061         nnvirtual groups use news instead of mail.
12062
12063 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12064
12065         * gnus.el (post-method): Use `native' instead of `nil'.
12066
12067         * gnus-msg.el (gnus-post-method): Ditto.
12068
12069 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
12070
12071         * gnus.el (gnus-define-group-parameter): Grammar fix.
12072
12073 2001-10-22  Simon Josefsson  <jas@extundo.com>
12074
12075         * gnus-msg.el (gnus-extended-version): Include
12076         system-configuration.
12077         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
12078
12079 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12080
12081         * gnus.el (post-method): Customization fix: `native' is not a
12082         valid value.
12083         * gnus-msg.el (gnus-post-method): Doc and customization fix:
12084         `native' is not a valid value.
12085
12086 2001-10-21  Simon Josefsson  <jas@extundo.com>
12087
12088         * nnimap.el (nnimap): Defgroup
12089         (nnimap-strict-function, nnimap-strict-function-match): New
12090         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
12091         (nnimap-split-crosspost, nnimap-split-inbox)
12092         (nnimap-split-rule, nnimap-split-predicate)
12093         (nnimap-split-predicate): Defcustom.
12094         (nnimap-split-inbox, nnimap-expunge-search-string)
12095         (nnimap-importantize-dormant): Remove "*" from doc.
12096
12097 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12098
12099         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
12100         not supplied via prefix arg.  From Lisp, make arg mandatory.
12101         Suggested by Frank Schmitt.
12102
12103 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12104
12105         * message.el (message-do-auto-fill): Avoid calling
12106         'rfc822-goto-eoh'.
12107
12108 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12109         From Paul Jarc <prj@po.cwru.edu>.
12110
12111         * message.el (message-get-reply-headers): Restructure the logic
12112         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
12113
12114 2001-10-20  Simon Josefsson  <jas@extundo.com>
12115
12116         * message.el (message-cancel-news): Support cancel-locks.
12117         Suggested by Per Abrahamsson.
12118
12119         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
12120         conses.  From David Z Maze <dmaze@MIT.EDU>.
12121
12122         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
12123
12124 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12125
12126         * mm-decode.el (mm-default-directory): Fix customize type.
12127
12128         * message.el (message-setup-fill-variables): Kludge to use
12129         normal-auto-fill-function even if auto fill is already activated.
12130
12131 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12132
12133         * message.el (message-do-auto-fill): New version that does not
12134         rely on text properties, by Simon Josefsson <jas@extundo.com>.
12135         (message-setup-1): Removed the `message-field' property.
12136
12137         * gnus-draft.el (gnus-draft-edit-message): Removed the
12138         `message-field' property.
12139
12140 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12141
12142         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
12143         `message-field'.  The `field' property has a special significance in
12144         Emacs 21.
12145
12146         * message.el (message-send, message-setup-1): Ditto.
12147
12148 2001-10-18  Simon Josefsson  <jas@extundo.com>
12149
12150         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
12151         when undoing.
12152
12153 2001-10-18  Simon Josefsson  <jas@extundo.com>
12154         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
12155
12156         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
12157         (gnus-summary-make-menu-bar): Ditto.
12158
12159 2001-10-17  Simon Josefsson  <jas@extundo.com>
12160
12161         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
12162         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
12163
12164 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12165
12166         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
12167         * gnus-util.el (gnus-user-date): New function.
12168         From Frank Schmitt <usenet@Frank-Schmitt.net>.
12169
12170 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12171
12172         * message.el (message-check-news-header-syntax): Special case
12173         nnvirtual groups.
12174
12175         * gnus-sum.el (gnus-summary-respool-default-method): Changed
12176         customize type to `symbol'.
12177
12178 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12179
12180         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
12181         %&foo;.
12182         (gnus-parse-simple-format): Support user extended spec too.
12183         %u&foo; invokes gnus-user-format-function-foo.
12184
12185 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12186
12187         * nnml.el (nnml-request-expire-articles): Make sure it is back to
12188         the server.
12189         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12190         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12191         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12192         * nndiary.el (nndiary-request-expire-articles): Ditto.
12193         (nndiary-schedule): Defsubst it before use it.
12194         (nndiary-error): eval-and-compile.
12195
12196 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12197
12198         * gnus-msg.el (gnus-post-method): Changed two instances of
12199         `active' to `current' and one `null' to `not'.
12200
12201 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12202         From Katsumi Yamaoka <yamaoka@jpl.org>.
12203
12204         * message.el (message-setup-fill-variables): Use
12205         `normal-auto-fill-function' instead of `auto-fill-function'.
12206
12207 2001-10-16  Simon Josefsson  <jas@extundo.com>
12208
12209         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
12210         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
12211         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
12212
12213 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12214         Patch by Oliver Scholz <oscholz@my.gnus.org>.
12215
12216         * gnus-draft.el (gnus-draft-edit-message): Add text property
12217         `field' with value `header' to message headers.
12218         * message.el (message-setup-1): Really add text property to all of
12219         the header, not just part of it.
12220
12221 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12222
12223         * gnus-group.el (gnus-group-sort-by-server): Use it.
12224
12225         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
12226
12227         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
12228         and keystroke.
12229
12230 2001-10-14  Simon Josefsson  <jas@extundo.com>
12231
12232         * dig.el: Doc fix.
12233
12234         * smime.el: Doc fix.
12235
12236         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
12237         charset magic from message.el.
12238
12239 2001-10-12  Simon Josefsson  <jas@extundo.com>
12240         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
12241
12242         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
12243         'cite from g-a-wash-types.
12244         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
12245         (gnus-article-hide-citation): Fix.
12246
12247         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
12248         character.
12249         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
12250
12251         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
12252         definition.
12253         (gnus-signature-toggle): Toggle `s' mode line character.
12254
12255         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
12256         doing stuff that clears it.
12257
12258 2001-10-12  Simon Josefsson  <jas@extundo.com>
12259
12260         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
12261         From Eric Marsden <emarsden@laas.fr>.
12262
12263 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12264
12265         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
12266         (autoload): Add some autoloads.
12267
12268 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12269         Suggested by Oliver Scholz <epameinondas@gmx.de>.
12270
12271         * message.el (message-do-auto-fill): New function.  Like
12272         `do-auto-fill' but don't fill when in the message header.
12273         (message-setup-1): Put a text property on the message header.
12274         (message-setup-fill-variables): Use `message-do-auto-fill'.
12275
12276 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12277
12278         * message.el (message-send-mail-partially): Insert an empty line
12279         first, because of the change of message-make-lines.
12280
12281 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
12282
12283         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
12284         iso-8859-15, make it an alias for iso-8859-1.
12285
12286 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * message.el (message-send-news): Don't modify the value of
12289         `message-syntax-checks' if it is not a list (possibly it is
12290         `dont-check-for-anything-just-trust-me').
12291
12292 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * gnus-group.el (gnus-group-name-charset-group-alist): Use
12295         `find-coding-system' for XEmacs to check whether the coding-system
12296         `utf-8' is available.
12297
12298 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12299
12300         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
12301
12302 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12303
12304         * message.el (message-send-news): Oops, missed case with no
12305         "Followup-To" header...
12306
12307 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
12308
12309         * message.el (message-send-news): Allow
12310         `gnus-group-name-charset-group-alist' to affect encoding of the
12311         "Newsgroups" and "Followup-To" headers.
12312
12313 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12314
12315         * Makefile.in (install-el): Depend on gnus-load.el.
12316
12317 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12318
12319         * Makefile.in (install-el): Use -f.
12320         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
12321
12322 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
12323
12324         * message.el (message-send-news): Don't encode Followups-To when
12325         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
12326
12327         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
12328         header.
12329
12330         * gnus-art.el (article-decode-group-name): Also decode
12331         "Followup-To".
12332
12333         * rfc2047.el (rfc2047-encode-message-header): Encode without
12334         asking for null methods.
12335
12336         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
12337         default charset for newsgroup names in accordance with USEFOR.
12338
12339         * gnus-group.el (gnus-group-name-charset-method-alist,
12340         gnus-group-name-charset-group-alist): Removed "*" from doc
12341         strings, "*" should not be used for complex variables.
12342
12343 2001-10-06  Simon Josefsson  <jas@extundo.com>
12344
12345         Support UTF-8 group names better.
12346
12347         * message.el (message-check-news-header-syntax): Encode group
12348         names before comparison.
12349
12350         * gnus-msg.el (gnus-copy-article-buffer): Run all
12351         `gnus-article-decode-hook's except `article-decode-charset'
12352         instead of hardcoding call to one of them.
12353
12354         * gnus-art.el (gnus-article-decode-hook): Add
12355         `article-decode-group-name'.
12356         (article-decode-group-name): New function, use `g-d-n'.
12357
12358         * gnus-group.el (gnus-group-insert-group-line): Decode
12359         gnus-tmp-group using `g-d-n'.
12360
12361         * gnus-util.el (gnus-decode-newsgroups): New function.
12362
12363 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
12364
12365         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
12366         `gnus-group-name-charset-group-alist'.
12367
12368 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12369
12370         * Makefile.in: Install el in install. Add uninstall.
12371
12372 2001-10-05  Simon Josefsson  <jas@extundo.com>
12373
12374         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
12375
12376         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
12377
12378         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
12379         empty folders.
12380
12381         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
12382         limiting if read-all (C-u RET) was used.
12383
12384 2001-10-04  Simon Josefsson  <jas@extundo.com>
12385
12386         * mail-source.el (mail-source-movemail-program): New variable.
12387         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
12388         <thutt@thutt.vmware.com>.
12389
12390 2001-10-03  Simon Josefsson  <jas@extundo.com>
12391
12392         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
12393         (gnus-summary-line-format-alist): Fix param.
12394
12395 2001-10-02  Simon Josefsson  <jas@extundo.com>
12396
12397         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
12398         don't go through `nnimap-request-expire-articles' to delete the
12399         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
12400
12401 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12402
12403         * gnus-agent.el (gnus-agent-write-active): The min in the
12404         agent/active may be larger than that in the server/active.
12405
12406 2001-10-01  Simon Josefsson  <jas@extundo.com>
12407
12408         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
12409         is IMAP4rev1.
12410
12411         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
12412
12413         * nnfolder.el: Ditto.
12414
12415 2001-09-30  Dan Christensen  <jdc@uwo.ca>
12416
12417         * gnus-sum.el (gnus-summary-extract-address-component): New function.
12418         (gnus-summary-from-or-to-or-newsgroups): Optimize.
12419
12420 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12421
12422         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
12423         (message-mode-menu): Menu item for same.
12424
12425         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
12426         delayed articles.
12427
12428         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
12429         nndraft:delayed does not exist.
12430         (gnus-delay-initialize): Don't set up keymap, that's done from
12431         message.el now.
12432         (gnus-delay, gnus-delay-group, gnus-delay-header)
12433         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
12434
12435 2001-09-29  Simon Josefsson  <jas@extundo.com>
12436
12437         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
12438         utf-8, not eight-bit-control.
12439
12440         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
12441         (imap-log, imap-debug): Custom.
12442         (imap-log-buffer, imap-debug-buffer): New constants.
12443         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
12444         (imap-network-open, imap-shell-open, imap-starttls-open)
12445         (imap-send-command-1, imap-send-command, imap-arrival-filter)
12446         (imap-debug): Use imap-*-buffer.
12447
12448         * nndoc.el (nndoc-article-type): Add mailman.
12449         (nndoc-type-alist): Ditto.
12450         (nndoc-mailman-type-p): New function.
12451
12452 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12453
12454         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
12455         gnus-art.el.
12456
12457 2001-09-27  Simon Josefsson  <jas@extundo.com>
12458
12459         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
12460         (gnus-topic-catchup-articles): New function. Suggested by Robin
12461         S. Socha <robin-dated-1001857693.185e29@socha.net>.
12462
12463 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12464         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12465
12466         * gnus-ems.el (gnus-article-display-xface): Insert xface after
12467         previous ones.
12468
12469 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470         From Daiki Ueno  <ueno@unixuser.org>
12471
12472         * gnus-sum.el (gnus-summary-show-article): The arglist of
12473         detect-coding-region is incompatible.
12474
12475 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12476         From Katsuhiro Hermit Endo <hermit@koka-in.org>
12477
12478         * gnus-group.el (gnus-group-delete-group): Typo.
12479
12480 2001-09-26  Simon Josefsson  <jas@extundo.com>
12481
12482         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
12483
12484         * nnimap.el (nnimap-expiry-target): Use temp buffer.
12485
12486 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12487
12488         * gnus-cus.el (gnus-group-parameters): Display as sexp.
12489
12490 2001-09-22  Simon Josefsson  <jas@extundo.com>
12491
12492         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
12493
12494         * nnfolder.el (nnfolder-open-marks): Ditto.
12495
12496         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
12497         (gnus-update-marks): Use it.
12498         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
12499         hardcoded list.
12500
12501         * gnus.el (gnus-article-special-mark-lists): Add killed.
12502         (gnus-article-unpropagated-mark-lists): New constant.
12503
12504 2001-09-22  Simon Josefsson  <jas@extundo.com>
12505
12506         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
12507         custom option.
12508
12509 2001-09-23  Simon Josefsson  <jas@extundo.com>
12510
12511         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
12512
12513 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12514
12515         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
12516
12517 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
12518
12519         * gnus-group.el (gnus-group-sort-function): Fix customize type to
12520         accept lists of functions.
12521
12522 2001-09-20  Simon Josefsson  <jas@extundo.com>
12523
12524         * gnus-group.el (gnus-group-catchup): Update expire marks in
12525         backend.  Also, if ALL also set expire marks on tick/dormant.
12526
12527 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12528
12529         * message.el (message-tab-body-function): New variable.
12530         * message.el (message-tab): Use it.
12531
12532 2001-09-19  Sam Steingold  <sds@gnu.org>
12533
12534         * gnus-win.el (gnus-buffer-configuration): Respect
12535         `gnus-bug-create-help-buffer'.
12536
12537 2001-09-18  Simon Josefsson  <jas@extundo.com>
12538
12539         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
12540         (gnus-parse-simple-format): Re-revert.
12541
12542 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
12543         Trivial patch.
12544
12545         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
12546         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
12547
12548 2001-09-18  Simon Josefsson  <jas@extundo.com>
12549
12550         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
12551         signed.
12552         (gnus-parse-simple-format): Don't use it.
12553
12554 2001-09-17  Miles Bader  <miles@gnu.org>
12555
12556         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
12557         error querying a backend abort the whole process.
12558
12559 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12560
12561         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
12562         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
12563
12564 2001-09-17  Didier Verna  <didier@xemacs.org>
12565
12566         * nndiary.el: version 0.2-b14.
12567         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
12568         compatibility problem with XEmacs 21.1.
12569
12570 2001-09-15  Simon Josefsson  <jas@extundo.com>
12571
12572         * gnus-group.el (gnus-group-line-format): Document %c.
12573
12574         * nnml.el (nnml-parse-head): Handle CRLF files.
12575         (nnml-generate-nov-file): Ditto.
12576         (nnml-retrieve-headers): Ditto.
12577
12578 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
12579
12580         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
12581
12582 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
12583
12584         * gnus-spec.el (gnus-correct-substring): Still stopped one
12585         character before we wanted (never included last character).
12586         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
12587         add missing "," (once per function)
12588
12589 2001-09-14  Simon Josefsson  <jas@extundo.com>
12590
12591         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
12592         (otherwise e.g. gnus-agentize in .gnus overrides the customized
12593         default before gnus-group is loaded and the variable set.)
12594
12595         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
12596         killed or unsent marks.
12597
12598         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
12599         isn't an article to set it on (e.g. when you `a' in a group).
12600
12601 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12602
12603         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
12604         can read e-mails from Microsoft Outlook users not using ISO
12605         8859-2 character set.
12606
12607 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12608
12609         * gnus-diary.el: Minor modifications to avoid warnings.
12610         (gnus-summary-misc-menu): defvar.
12611         (gnus-diary-check-message): Use gnus-point-at-eol.
12612         (gnus-diary-kill-entire-line): eval-and-compile.
12613
12614 2001-09-12  Didier Verna  <didier@xemacs.org>
12615
12616         * nndiary.el: new version (0.2-b13).
12617         * nndiary.el (nndiary-mail-sources): doc update.
12618         * nndiary.el (nndiary-split-methods): ditto.
12619         * nndiary.el (nndiary-request-accept-article-hooks): New.
12620         * nndiary.el (nndiary-request-accept-article): use it, check
12621         message validity.
12622         * nndiary.el (nndiary-get-new-mail): changed default to nil.
12623         * nndiary.el (nndiary-schedule): fix bug (misplaced
12624         condition-case): it didn't return nil on error.
12625         * gnus-diary.el: new version.
12626         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
12627         * gnus-diary.el (gnus-diary-header-value-history): New.
12628         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
12629         * gnus-diary.el (gnus-diary-add-header): New.
12630         * gnus-diary.el (gnus-diary-check-message): New.
12631         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
12632         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
12633
12634 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12635
12636         * gnus-sum.el (gnus-select-newsgroup): Make
12637         `gnus-current-select-method' buffer-local.
12638
12639         * gnus-art.el (gnus-request-article-this-buffer): Refer
12640         `gnus-current-select-method' in the current summary buffer.
12641
12642 2001-09-10  Simon Josefsson  <jas@extundo.com>
12643         From Daniel Pittman <daniel@rimspace.net>
12644
12645         * gnus-spec.el (gnus-correct-pad-form): Fix.
12646
12647 2001-09-09  Simon Josefsson  <jas@extundo.com>
12648
12649         * mm-decode.el (mm-inline-media-tests): Add
12650         application/x-emacs-lisp.
12651         (mm-attachment-override-types): Add
12652         application/{x-,}pkcs7-signature.
12653
12654         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
12655         (gnus-server-line-format, gnus-server-mode-line-format)
12656         (gnus-server-browse-in-group-buffer): Customize.
12657
12658 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12659
12660         * nnml.el (nnml-marks-changed-p): Typo.
12661         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
12662         (nnml-marks-changed-p): Use gnus-gethash.
12663         (nnml-marks-modtime): Use gnus-make-hashtable.
12664
12665         * nnfolder.el (nnfolder-marks-changed-p): Typo.
12666         (nnfolder-request-expire-articles, nnfolder-save-marks)
12667         (nnfolder-open-marks): Typo.
12668         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
12669         (nnfolder-marks-changed-p): Use gnus-gethash.
12670         (nnfolder-marks-modtime): Use gnus-make-hashtable.
12671
12672 2001-09-08  Simon Josefsson  <jas@extundo.com>
12673
12674         * nnfolder.el (nnfolder-marks-modtime): New variable.
12675         (nnfolder-marks-changed-p): New function.
12676         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
12677         (nnfolder-request-update-info): Don't update if marks didn't change.
12678
12679         * nnml.el (nnml-marks-modtime): New variable.
12680         (nnml-marks-changed-p): New function.
12681         (nnml-save-marks, nnml-open-marks): Save modtime.
12682         (nnml-request-update-info): Don't update if marks didn't change.
12683
12684         * gnus-agent.el (gnus-agent-any-covered-gcc)
12685         (gnus-agent-add-server, gnus-agent-remove-server): Use
12686         gnus-agent-method-p.
12687
12688         * gnus-art.el (gnus-buttonized-mime-types): New variable.
12689         (gnus-unbuttonized-mime-type-p): Use it.
12690
12691         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
12692         fetch group.
12693
12694 2001-09-08  Simon Josefsson  <jas@extundo.com>
12695         From Daniel Pittman <daniel@rimspace.net>
12696
12697         * gnus-spec.el (gnus-correct-pad-form): New function.
12698         (gnus-parse-simple-format): Use it.
12699
12700 2001-09-07  Simon Josefsson  <jas@extundo.com>
12701
12702         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
12703         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
12704         Putnam <reader@newsguy.com>.
12705         (gnus-group-sort-selected-groups): Touch dribble file.
12706
12707 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
12708
12709         * nnml.el (nnml-filenames-are-evil): New variable.
12710         (nnml-article-to-file-alist): Rename to ...
12711         (nnml-current-group-article-to-file-alist): ... this.
12712         Respect `nnml-filenames-are-evil'.
12713         (nnml-active-number): Update.
12714         (nnml-update-file-alist): Update.
12715         (nnml-request-article): Use nnheader-article-to-file-alist.
12716         (nnml-request-rename-group): Likewise.
12717
12718 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12719
12720         * gnus-sum.el (gnus-summary-insert-line): Fix.
12721
12722 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
12723
12724         * gnus-sum.el: Bind g-s-t-s to "W g".
12725         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
12726         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
12727         display of graphical smilies.
12728
12729 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12730
12731         * gnus-start.el (gnus-setup-news): A typo.
12732         From Bill White <billw@wolfram.com>.
12733
12734 2001-09-06  Simon Josefsson  <jas@extundo.com>
12735
12736         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
12737         and unseen marks.
12738
12739 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12740
12741         * nnmail.el (nnmail-split-fancy): Document `junk'.
12742
12743 2001-09-04  Simon Josefsson  <jas@extundo.com>
12744
12745         * imap.el (imap-search): Don't error if server is broken.
12746
12747 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
12748
12749         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
12750         searching for an article that isn't in the mbox.
12751
12752 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12753
12754         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
12755         right, and get all the comments.
12756
12757 2001-09-02  Simon Josefsson  <jas@extundo.com>
12758         Suggested by Dan Christensen <jdc+news@uwo.ca>
12759
12760         * nnfolder.el (nnfolder-request-update-info): Fix message.
12761
12762         * nnml.el (nnml-request-update-info): Ditto.
12763
12764 2001-09-01  Simon Josefsson  <jas@extundo.com>
12765
12766         * nnml.el (nnml-request-expire-articles): Also bind
12767         `nnml-current-group' and `nnml-article-file-alist' when using
12768         expiry-target. (Otherwise nnml will be in a inconsistent internal
12769         state causing all kind of problems.)
12770         (nnml-request-expire-articles): If `nnml-article-to-file' or
12771         `file-attributes' failes, return article as un-expirable instead
12772         of treating it as expired.
12773
12774 2001-08-31  Sam Steingold  <sds@gnu.org>
12775
12776         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
12777         typo: `exmine' --> `examine'.
12778
12779 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12780
12781         * nndoc.el (nndoc-forward-type-p): It is not a digest.
12782
12783 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12784
12785         * nnml.el (nnml-check-directory-twice): Remove.
12786         (nnml-retrieve-headers): Ditto.
12787         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
12788
12789 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12790
12791         * nnheader.el (nnheader-directory-files-is-safe): No need to read
12792         directory twice on Windows, or on GNU Emacs-21.
12793
12794 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12795
12796         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
12797         (nnml-request-rename-group): Ditto.
12798         (nnml-active-number): Ditto.
12799         (nnml-request-create-group): Use nnml-directory-articles.
12800         (nnml-request-expire-articles): Use nnml-directory-articles, which
12801         gets list from nov database if available.
12802         (nnml-get-nov-buffer): New function.
12803         (nnml-open-nov): Use it.
12804         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
12805         gets alist from nov database if available.
12806         (nnml-directory-articles): New function.
12807         (nnml-article-to-file-alist): New function.
12808
12809 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12810
12811         * mm-decode.el (mm-display-external): Use `name' as filename, if
12812         `filename' attribute is not present.
12813
12814 2001-08-30  Andrew Innes  <andrewi@gnu.org>
12815
12816         * mail-source.el (mail-source-flash): New defcustom.
12817         (mail-source-new-mail-p): Ring visible bell if appropriate.
12818         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
12819         timer is cleared even if mail check signals an error.
12820
12821 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12822
12823         * gnus-sum.el (gnus-summary-move-article): Only update marks of
12824         type 'list.
12825
12826 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12827
12828         * flow-fill.el (fill-flowed): eol might be point-max.
12829
12830 2001-08-27  Simon Josefsson  <jas@extundo.com>
12831
12832         * nnml.el (nnml-request-update-info): Fix message.
12833         (nnml-open-marks): Ditto.
12834
12835         * nnfolder.el (nnfolder-request-update-info):
12836         (nnfolder-open-marks): Fix message.
12837
12838 2001-08-25  Simon Josefsson  <jas@extundo.com>
12839
12840         * nnfolder.el (nnfolder-save-marks): Don't create directory named
12841         after group in ~/.
12842
12843 2001-08-25  Simon Josefsson  <jas@extundo.com>
12844         From Andreas Jaeger  <aj@suse.de>
12845
12846         * nnfolder.el (nnfolder-open-marks): Fix typo.
12847         * nnml.el (nnml-open-marks): Likewise.
12848
12849 2001-08-25  Simon Josefsson  <jas@extundo.com>
12850
12851         Make nnfolder groups self-contained as far as marks are concerned.
12852
12853         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
12854         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
12855         (nnfolder-open-server): Make marks directory.
12856         (nnfolder-request-delete-group): Delete marks file.
12857         (nnfolder-request-delete-group): Check of nov/marks file exist
12858         before deleting.
12859         (nnfolder-request-rename-group): Rename marks file.
12860         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
12861         (nnfolder-request-set-mark, nnfolder-request-update-info)
12862         (nnfolder-group-marks-pathname, nnfolder-save-marks)
12863         (nnfolder-open-marks): New functions.
12864         (top-level): Require gnus.
12865
12866 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * nnweb.el (nnweb-type-definition): Use google raw file.
12869         (nnweb-google-parse-1): Ditto.
12870         (nnweb-google-identity): Ditto.
12871         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
12872         (nnweb-altavista-wash-article): Ditto.
12873         (nnweb-request-article): Remove nnweb-decode-entities.
12874
12875         * nnml.el: Require 'gnus.
12876
12877 2001-08-25  Simon Josefsson  <jas@extundo.com>
12878
12879         * nnml.el (nnml-marks-is-evil): Add doc.
12880
12881 2001-08-25  Simon Josefsson  <jas@extundo.com>
12882
12883         * nnml.el (nnml-save-marks): Wrap saving marks in a
12884         condition-case, to allow user to start Gnus if saving marks failed
12885         for some reason.
12886
12887 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12888
12889         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
12890
12891         * gnus-group.el (gnus-update-group-mark-positions): Bind
12892         gnus-group-update-hook to nil.
12893
12894 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         * mml.el (mml-generate-mime-1): Force as multibyte string.
12897
12898 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12899
12900         * gnus-sum.el (gnus-summary-insert-line)
12901         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
12902         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
12903
12904         * gnus-spec.el (gnus-correct-substring): Take optional END.
12905
12906         * nnrss.el (nnrss-request-article): Remove \n.
12907         (nnrss-retrieve-headers): Lines number is -1.
12908
12909 2001-08-24  Simon Josefsson  <jas@extundo.com>
12910
12911         * gnus-group.el (gnus-info-clear-data): Call
12912         nnfoo-request-set-mark to propagate marks.  Fix bug:
12913         `gnus-group-update-line' doesn't update read range unless we call
12914         `gnus-get-unread-articles-in-group' first.
12915
12916         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
12917         to server.
12918
12919 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12920
12921         * gnus-util.el (gnus-create-info-command): Return an interactive
12922         function.
12923
12924 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12925         From Katsumi Yamaoka <yamaoka@jpl.org>
12926
12927         * gnus-spec.el (gnus-parse-complex-format): Use equal.
12928
12929 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12930
12931         * gnus-sum.el (gnus-select-newsgroup): Use it.
12932
12933         * gnus-util.el (gnus-not-ignore): New function.
12934
12935         * lpath.el (featurep): Don't fbind char-int.
12936
12937         * gnus-util.el (gnus-create-info-command): New function.
12938
12939         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
12940         right node.
12941
12942         * gnus-sum.el (gnus-select-newsgroup): Clean up.
12943         (gnus-summary-limit-children): Use 'identity instead of `all'.
12944         (gnus-summary-limit-to-display-predicate): New command and
12945         keystroke.
12946
12947 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12948
12949         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
12950
12951         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
12952
12953 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12954
12955         * gnus-spec.el: Add the Gnus version.
12956         (gnus-update-format-specifications): If the Gnus version changes,
12957         nix out the format spec cache.
12958
12959         * gnus.el (gnus-continuum-version): Made into a command and
12960         optionalize the VERSION.
12961
12962         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
12963         the start of the lines.
12964
12965 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12966
12967         * gnus.el (gnus-visual-p): Define function before use of
12968         function.
12969
12970 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12971
12972         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
12973         (gnus-article-mark-to-type): New function.
12974         (gnus-update-missing-marks): Only update marks of type 'list.
12975
12976         * gnus.el (gnus-article-special-mark-lists): New variable.
12977
12978 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12979
12980         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
12981         (gnus-select-newsgroup): Still use 'all.
12982         (gnus-summary-initial-limit): Comparing with 'all.
12983
12984 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12985
12986         * gnus-start.el (gnus-activate-group): If dont-check, don't update
12987         active.
12988
12989 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12990
12991         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
12992         nnslashdot-*-retrieve-headers.
12993         (nnslashdot-request-article): Fix for slashcode 2.2.
12994         (nnslashdot-make-tuple): New function.
12995         (nnslashdot-read-groups): Use it.
12996
12997 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12998
12999         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
13000         list.
13001
13002         * gnus-sum.el (gnus-summary-move-article): Don't select article.
13003
13004 2001-08-20  Simon Josefsson  <jas@extundo.com>
13005
13006         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
13007         opened, error instead of continuing (and exploding later).
13008
13009 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13010
13011         * gnus.el (gnus-expand-group-parameters): Return the parameter
13012         list.
13013
13014         * gnus-sum.el (gnus-summary-show-article): Doc fix.
13015         (gnus-summary-show-article): Guess at charset if required.
13016
13017         * gnus-spec.el (gnus-correct-substring): Stopped one character
13018         before we wanted.
13019
13020 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13021
13022         * earcon.el (earcon-auto-play): Remove unused option.
13023
13024 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13025
13026         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
13027         message down in levels, since it happens very fast.
13028
13029         * smiley-ems.el (smiley-update-cache): Respect the symbol version
13030         of smiley-regexp-alist.
13031
13032         * mm-view.el (mm-inline-text): Ignore vcard errors.
13033
13034         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
13035
13036         * gnus-score.el (gnus-all-score-files): Use append instead of
13037         nconc.
13038
13039         * gnus.el (gnus-splash-face): Doc fix.
13040
13041         * mm-decode.el (mm-mailcap-command): Use
13042         mm-path-name-rewrite-functions.
13043         (mm-path-name-rewrite-functions): New variable.
13044
13045         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
13046         (gnus-complex-form-to-spec): Insert tab.
13047         (gnus-spec-tab): New function.
13048
13049         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
13050         entering the group.
13051
13052         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
13053         the positional spec.
13054         (gnus-parse-complex-format): React to %C.
13055
13056         * gnus-ems.el (gnus-char-width): Moved here.
13057
13058         * gnus-sum.el (gnus-select-newsgroup): Set
13059         gnus-newsgroup-articles.
13060         (gnus-unseen-mark): New variable.
13061         (gnus-newsgroup-unseen): Ditto.
13062         (gnus-newsgroup-seen): Ditto.
13063         (gnus-adjust-marked-articles): Use them.
13064         (gnus-update-marks): Use them.
13065         (gnus-summary-update-secondary-mark): Display.
13066         (gnus-summary-prepare-threads): Display.
13067
13068         * gnus-msg.el (gnus-inews-group-method): Use and return the
13069         method, not the server.
13070
13071 2001-08-19  Simon Josefsson  <jas@extundo.com>
13072
13073         * gnus-srvr.el (gnus-server-agent-face): New.
13074         (gnus-server-agent-face): New.
13075         (gnus-server-mode): Turn on font-lock-mode.
13076
13077         * gnus.el (gnus-server-visual): Add defgroup.
13078
13079 2001-08-19  Simon Josefsson  <jas@extundo.com>
13080         From Joe Casadonte <jcasadonte@northbound-train.com>
13081
13082         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
13083         gnus-server-denied-face): New.
13084         (gnus-server-opened-face, gnus-server-closed-face,
13085         gnus-server-denied-face): New.
13086         (gnus-server-font-lock-keywords): Add.
13087
13088 2001-08-19  Simon Josefsson  <jas@extundo.com>
13089
13090         * nnml.el (nnml-request-set-mark): Return nil.
13091         (nnml-save-marks): Use nnml-possibly-create-directory.
13092         (nnml-open-marks): Only work in temp buffer when inserting/reading
13093         .marks file.
13094
13095 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13096
13097         * gnus.el (gnus-expand-group-parameters): Fix.
13098
13099         * gnus-spec.el (gnus-char-width): New function.
13100         (gnus-correct-substring, gnus-correct-length): Use it.
13101
13102         * message.el (message-required-mail-headers): Fix doc.
13103
13104 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13105
13106         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
13107
13108         * mm-decode.el (mm-save-part-to-file): Insert the handle.
13109
13110 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13111
13112         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
13113         slashdot 2.2 (not fully fixed yet).
13114         (nnslashdot-request-article): Ditto.
13115
13116 2001-08-18  Simon Josefsson  <jas@extundo.com>
13117
13118         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
13119         nnimap.
13120
13121         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
13122         gnus-util.
13123         (nnimap-request-update-info-internal): Use new functions.
13124
13125         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
13126         new functions.
13127
13128 2001-08-18  Simon Josefsson  <jas@extundo.com>
13129
13130         Make nnml groups self-contained as far as marks are concerned.
13131
13132         * nnml.el (nnml-request-delete-group): Delete marks file.
13133         (nnml-request-rename-group): Move marks file.
13134         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
13135         variables.
13136         (nnml-request-set-mark, nnml-request-update-info): New server
13137         functions.
13138         (nnml-save-marks, nnml-open-marks): New functions.
13139
13140 2001-08-18  Simon Josefsson  <jas@extundo.com>
13141
13142         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
13143         `set' when setting marks.
13144
13145 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13146
13147         * gnus.el (gnus-info-find-node): Take an argument.
13148
13149         * gnus-art.el (gnus-button-handle-info): New function.
13150         (gnus-url-unhex-string): Replace "+" with " ".
13151
13152 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13153
13154         * message.el (message-check-news-header-syntax): Check bad From.
13155
13156 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13157
13158         * gnus-spec.el (gnus-correct-length): New function.
13159         (gnus-correct-substring): New function.
13160         (gnus-tilde-max-form): Use it.
13161
13162 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
13163
13164         * nnmh.el: Docstring changes as below.
13165
13166         * nnml.el: Docstring changes as below.
13167
13168         * nnbabyl.el: Docstring changes as below.
13169
13170         * nnmbox.el: Docstring changes as below.
13171
13172         * nnfolder.el: Added docstrings identifying each virtual server
13173         parameter.
13174
13175 2001-08-18  Simon Josefsson  <jas@extundo.com>
13176
13177         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
13178
13179 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
13180
13181         * message.el: rename "Abort Message" to "Postpone Message".
13182         Remove "Attach file as MIME" from Message menu, it's already in
13183         the MIME menu.
13184
13185 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13186
13187         * smime.el (smime-point-at-eol): eval-and-compile.
13188         (smime-make-temp-file): New function.
13189         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
13190         Use it.
13191
13192 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13193
13194         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
13195         (gnus-agent-summary-fetch-group): New command and keystroke.
13196
13197         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
13198         (gnus-mime-display-security): Make it respect
13199         gnus-unbuttonized-mime-type-p.
13200
13201         * gnus-sum.el (gnus-articles-to-read): Comments.
13202         (gnus-article-marked-p): New function.
13203         (gnus-summary-display-make-predicate): New function.
13204         (gnus-select-newsgroup): Use them.
13205
13206         * mm-decode.el (mm-save-part-to-file): Made it not error.
13207
13208 2001-08-17  Simon Josefsson  <jas@extundo.com>
13209
13210         * imap.el (imap-wait-for-tag): If process-status isn't open or
13211         run, return nil instead of sit-for looping.
13212
13213 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13214
13215         * lpath.el (featurep): fbind xml-parse-region.
13216
13217         * gnus.el (gnus-message-archive-method): Default to "archive".
13218         (gnus-message-archive-method): Doc fix.
13219         (gnus-parameters-get-parameter): Cleaned up.
13220         (gnus-expand-group-parameter): New function.
13221
13222         * gnus-start.el (gnus-setup-news): Push the archive server only
13223         the server list.
13224
13225         * mml.el (mml-menu): Changed name to "Attachments".
13226
13227         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
13228         when there is something to detroy.
13229
13230 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13231
13232         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
13233         nil.
13234
13235 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13236
13237         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
13238         which specifies a time today or tomorrow.
13239
13240 2001-08-15  Simon Josefsson  <jas@extundo.com>
13241         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
13242
13243         * gnus-agent.el (gnus-agent-make-mode-line-string)
13244         (gnus-agent-toggle-plugged): Use new API.
13245
13246 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13247
13248         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
13249         deadline has expired.
13250
13251 2001-08-12  Simon Josefsson  <jas@extundo.com>
13252         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
13253
13254         Support `recent' mark indicating newly arrived messages (to
13255         separate from old but unread messages).
13256
13257         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
13258         `nnmail-split-history' if recent is > 0.
13259         (nnimap-request-update-info-internal): Update `recent' marks.
13260         (nnimap-request-set-mark): Never set `recent' marks.
13261         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
13262         recent.
13263
13264         * gnus-sum.el (gnus-recent-mark): New mark.
13265         (gnus-newsgroup-recent): New variable.
13266         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
13267         (gnus-summary-prepare-threads): Mark recent articles.
13268         (gnus-summary-add-mark): Support recent.
13269         (gnus-summary-update-secondary-mark): Support recent.
13270
13271         * gnus.el (gnus-article-mark-lists): Add recent.
13272
13273 2001-08-12  Simon Josefsson  <jas@extundo.com>
13274
13275         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
13276         whether successful decoding took place.  Add doc.
13277
13278 2001-08-12  Simon Josefsson  <jas@extundo.com>
13279         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
13280
13281         * gnus.el (gnus-summary-line-format, gnus-parameters):
13282         * gnus-gl.el (gnus-summary-grouplens-line-format):
13283         * gnus-salt.el (gnus-summary-pick-line-format):
13284         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
13285
13286 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
13287         Committed by Kai Gro\e,b_\e(Bjohann.
13288
13289         * gnus-score.el (gnus-score-string): Fix `match' regexp
13290         for `extra' header case.
13291
13292 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13293
13294         * nnmbox.el (nnmbox-read-mbox): No warning.
13295
13296 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13297
13298         * nndoc.el (nndoc-article-type): Fix doc.
13299         (nndoc-generate-article-function): New variable.
13300         (nndoc-dissection-function): New variable.
13301         (nndoc-type-alist): Add oe-dbx.
13302         (nndoc-oe-dbx-type-p): New function.
13303         (nndoc-oe-dbx-dissection): New function.
13304         (nndoc-oe-dbx-generate-article): New function.
13305
13306 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13307
13308         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
13309         whether deadline has been reached.  Patch from Dan Nicolaescu
13310         <dann@godzilla.ics.uci.edu>.
13311
13312 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13313
13314         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
13315         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
13316         <rintaman@cs.Helsinki.FI>.
13317
13318         * mail-source.el (mail-source-movemail): The error buffer is
13319         modified, but nothing in it.
13320
13321 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13322
13323         * message.el (message-bogus-system-names): New variable.
13324         (message-make-fqdn): Use it.
13325
13326 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13327
13328         * nndraft.el (nndraft-request-group): Use
13329         nndraft-auto-save-file-name.
13330
13331 2001-08-09  Simon Josefsson  <jas@extundo.com>
13332
13333         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
13334         Don't ask whether to decrypt.  Just leave result in buffer (don't
13335         call mm).
13336
13337         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
13338         parts as well.
13339         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
13340         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
13341
13342 2001-08-09  Simon Josefsson  <jas@extundo.com>
13343
13344         * mm-decode.el (mm-insert-part): Return decoding success status.
13345         (mm-save-part-to-file): Error if decoding failed.
13346
13347 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13348
13349         * message.el (message-tab): Use indent-relative.
13350         (message-mode): Don't bind indent-line-function to indent-relative.
13351
13352 2001-08-09  Simon Josefsson  <jas@extundo.com>
13353
13354         * message.el (message-get-reply-headers): Fix string. Suggested by
13355         Christoph Conrad <cc@cli.de>.
13356
13357 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13358
13359         * message.el (message-tab): Use the current value of
13360         indent-line-function.
13361         (message-mode): Bind indent-line-function to indent-relative.
13362
13363 2001-08-08  Simon Josefsson  <jas@extundo.com>
13364
13365         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
13366         whether `imtest' is installed.
13367
13368 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13369         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13370
13371         * gnus-sum.el (gnus-summary-show-article): Call
13372         gnus-summary-update-secondary-secondary-mark.
13373         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
13374         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
13375
13376 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13377
13378         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
13379
13380         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13381
13382         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
13383         <gerd@gnu.org>.
13384
13385         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
13386
13387         * gnus-util.el (gnus-output-to-rmail): Ditto.
13388         (gnus-output-to-mail): Ditto.
13389
13390         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
13391
13392 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
13393
13394         * message.el (message-indent-citation): Use
13395         `message-yank-cited-prefix' for empty lines.
13396
13397 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
13398
13399         * message.el (message-indent-citation): Quote only lines starting
13400         with ">" using `message-yank-cited-prefix'.
13401
13402 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13403         Trivial patch.
13404
13405         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
13406         gnus-cache-fully-p.
13407
13408 2001-08-04  Simon Josefsson  <jas@extundo.com>
13409
13410         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
13411         file if it doesn't exist (by calling gnus-cache-read-active).
13412
13413 2001-08-04  Simon Josefsson  <jas@extundo.com>
13414
13415         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
13416         (gnus-cache-passively-or-fully-p): Removed.
13417         (gnus-cache-fully-p): Fix it.
13418
13419         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
13420
13421 2001-08-04  Simon Josefsson  <jas@extundo.com>
13422
13423         * gnus-cache.el (gnus-cache-fully-p)
13424         (gnus-cache-passively-or-fully-p): New functions.
13425         (gnus-cache-possibly-enter-article): Cosmetic change, use
13426         `g-c-p-o-f-p'.
13427         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
13428         was bogus (`g-c-p-a-a' does not change active info, just change
13429         the functions parameters).
13430         (gnus-cache-possibly-remove-articles-1): Make sure articles are
13431         not removed in groups that match `gnus-uncacheable-groups'.
13432
13433         Reported and modifications based on discussions with Nuutti
13434         Kotivuori <nuutti.kotivuori@smarttrust.com>.
13435
13436 2001-08-04  Simon Josefsson  <jas@extundo.com>
13437         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
13438
13439         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
13440         calls `gnus-cache-update-active' if bounds has been extended.
13441
13442 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13443
13444         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
13445         before remove.
13446         (gnus-mime-security-show-details): Ditto.
13447
13448 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13449
13450         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
13451         syntax.  Protect string-match against nil string and regexp.
13452
13453 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13454
13455         * mm-util.el (mm-find-charset-region): Remove control-1.
13456
13457 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13458
13459         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
13460
13461 2001-08-04  Simon Josefsson  <jas@extundo.com>
13462
13463         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
13464         buffer.  Delete MIME-Version header.
13465
13466 2001-08-03  Simon Josefsson  <jas@extundo.com>
13467
13468         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
13469         that is entered does not necessarily have the highest article
13470         number in the group, so use `gnus-cache-possibly-alter-active'
13471         instead of `gnus-cache-update-active'.
13472
13473 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13474
13475         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
13476
13477 2001-08-03  Simon Josefsson  <jas@extundo.com>
13478
13479         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
13480         menu.
13481
13482 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13483
13484         * gnus.el (post-method): New group parameter.  It also provides
13485         the user option `gnus-post-method-alist' and the internal function
13486         `gnus-parameter-post-method'.
13487
13488         * gnus-msg.el (gnus-post-method): Bind the value of
13489         `gnus-post-method' to the group parameter if it is defined.
13490
13491 2001-08-02  Simon Josefsson  <jas@extundo.com>
13492
13493         * smime.el (smime-extra-arguments): Removed.
13494         (smime-call-openssl-region): Don't use it.
13495
13496 2001-08-02  Simon Josefsson  <jas@extundo.com>
13497
13498         * smime.el (smime-sign-region): Handle stderr.
13499         (smime-encrypt-region): Ditto.
13500
13501         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
13502         match the ASN.1 length bytes.
13503         (mm-pkcs7-enveloped-magic): Ditto.
13504         (mm-view-pkcs7-get-type): Don't regexp quote.
13505
13506 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13507         From Andreas Fuchs <asf@void.at>
13508
13509         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
13510
13511 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13512
13513         * gnus-art.el (gnus-header-button-alist): References regexp.
13514
13515 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
13516
13517         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
13518         already fboundp.  Add INTERACTIVE arg to autoload form.
13519
13520 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13521
13522         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
13523
13524         * nnmail.el (nnmail-cache-open): Ditto.
13525
13526 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13527
13528         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
13529
13530 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
13533
13534 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13535         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
13536
13537         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
13538         (gnus-agent-toggle-plugged): Use it.
13539
13540 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13541
13542         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
13543         (gnus-ding-file-coding-system): New variable.
13544         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
13545         (gnus-slave-save-newsrc): Use it.
13546
13547 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13548
13549         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
13550         syntax.
13551
13552 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13553         Originally from Andreas Fuchs <asf@void.at>
13554
13555         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
13556         (mml2015-gpg-pretty-print-fpr): New function.
13557         (mml2015-gpg-extract-signature-details): More details, rename from
13558         `m-g-e-from'.
13559         (mml2015-gpg-verify): Use them.
13560         (mml2015-gpg-clear-verify): Use them.
13561
13562 2001-07-31  Simon Josefsson  <jas@extundo.com>
13563
13564         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
13565         buffer when done.
13566
13567 2001-07-30  Simon Josefsson  <jas@extundo.com>
13568
13569         * smime.el (smime-call-openssl-region): Revert previous change,
13570         just pass on buf to `call-process-region'.
13571         (smime-verify-region): Doc fix.  Don't message stuff.  Use
13572         `smime-new-details-buffer'.  Inserts error messages into buffer.
13573         (smime-noverify-region): Ditto.
13574         (smime-decrypt-region): Ditto.  Handles stderr separately.
13575         (smime-verify-buffer, smime-noverify-buffer)
13576         (smime-decrypt-buffer): Doc fix.
13577         (smime-new-details-buffer): New function.
13578         (smime-pkcs7-region, smime-pkcs7-certificates-region)
13579         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
13580         (smime-sign-region, smime-encrypt-region): Don't use
13581         `insert-buffer'.
13582
13583         * mml-smime.el (mml-smime-verify): Fix security button strings.
13584
13585 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13586
13587         * gnus-art.el (gnus-mime-save-part-and-strip): Save
13588         gnus-article-mime-handles.
13589
13590 2001-07-29  Simon Josefsson  <jas@extundo.com>
13591
13592         * mail-source.el (top-level): Require message for message-directory.
13593         (mail-source-directory): Change default to message-directory.
13594
13595         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
13596         (smime-certificate-directory, smime-openssl-program)
13597         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
13598         (smime-extra-arguments): New variable.
13599         (smime-dns-server): Fix customize group.
13600         (smime-call-openssl-region): Use `smime-extra-arguments'.
13601
13602 2001-07-29  Simon Josefsson  <jas@extundo.com>
13603         From Vladimir Volovich <vvv@vsu.ru>
13604
13605         * smime.el (smime-call-openssl-region): Ignore stderr.
13606
13607 2001-07-29  Simon Josefsson  <jas@extundo.com>
13608         From Christoph Conrad <christoph.conrad@gmx.de>
13609
13610         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
13611         file.
13612
13613 2001-07-29  Simon Josefsson  <jas@extundo.com>
13614
13615         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
13616
13617         Support S/MIME decryption.
13618
13619         * mm-decode.el (mm-inline-media-tests):
13620         (mm-inlined-types):
13621         (mm-automatic-display):
13622         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
13623
13624         * mm-view.el (mm-pkcs7-signed-magic):
13625         (mm-pkcs7-enveloped-magic): New variables.
13626         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
13627         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
13628         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
13629         PKCS#7 blobs.
13630
13631         * smime.el (smime-decrypt-region): Expand keyfile.
13632
13633 2001-07-29  Simon Josefsson  <jas@extundo.com>
13634
13635         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
13636         `ssl.el' variables.
13637
13638         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
13639         but line instead of narrowing to it, because `nnmail-parse-active'
13640         calls widen.  Thanks to Christoph Conrad
13641         <christoph.conrad@gmx.de>.
13642
13643 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13644
13645         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
13646         for %B spec.
13647
13648         * gnus-sum.el (gnus-summary-prepare-threads): If
13649         gnus-sum-thread-tree-root is nil, use subject instead.
13650         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
13651         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
13652         (gnus-sum-thread-tree-leaf-with-other)
13653         (gnus-sum-thread-tree-single-leaf): Documentation.
13654         (gnus-sum-thread-tree-single-indent): Allow nil.
13655
13656 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13657
13658         * message.el (message-fill-paragraph): Do nothing if the user
13659         wants filladapt-mode.
13660
13661 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13662
13663         * mm-decode.el (mm-image-type-from-buffer): New function.
13664         (mm-get-image): Use it.
13665
13666 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13667
13668         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
13669
13670         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
13671         mm-display-parts too.
13672
13673 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13674
13675         * nnfolder.el (nnfolder-request-accept-article): Bind
13676         nntp-server-buffer.
13677
13678         * nnmail.el (nnmail-parse-active): Read from buffer instead of
13679         nntp-server-buffer.
13680
13681 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13682
13683         * message.el (message-check-news-header-syntax): Use
13684         message-post-method.
13685         (message-send-news): Bind message-post-method.
13686
13687 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13688
13689         * mml.el (mml-tweak-type-alist): New variable.
13690         (mml-tweak-function-alist): New variable.
13691         (mml-tweak-part): New function.
13692         (mml-generate-mime-1): Use it.
13693
13694 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13695
13696         * nnfolder.el (nnfolder-request-accept-article): Replace
13697         nnfolder-request-list.
13698
13699 2001-07-27  Simon Josefsson  <jas@extundo.com>
13700
13701         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
13702         nnoo-change-server failed to do it.
13703
13704 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13705
13706         * gnus.el (gnus-parameters): Make it customizable.
13707
13708 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13709
13710         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
13711
13712         * message.el (message-set-auto-save-file-name): More
13713         poor-system-types.
13714
13715         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
13716
13717         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
13718         supports +.
13719
13720 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13721
13722         * mm-decode.el (mm-readable-p): New function.
13723         (mm-inline-media-tests): Fix the default testers.
13724
13725 2001-07-26  Simon Josefsson  <jas@extundo.com>
13726
13727         * nnimap.el (nnimap-version): Bump version number.
13728
13729 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13730         From Steven E. Harris <seh@speakeasy.org>
13731
13732         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
13733         in M$Windows too.
13734
13735 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13736
13737         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
13738
13739 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13740
13741         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
13742
13743         * mm-decode.el (mm-get-image): Guess then use the type.
13744
13745         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
13746
13747 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
13748
13749         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
13750         display (%B) for threads if threading is off.
13751
13752 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13753         From Henrik Enberg <henrik@enberg.org>
13754
13755         * gnus-msg.el: Customization patch.
13756
13757 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
13758
13759         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
13760         variable.
13761         (nnmail-split-fancy-with-parent): Ignore certain groups.
13762
13763 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13764
13765         * gnus-util.el (gnus-byte-compile): New function.
13766         (gnus-use-byte-compile): New variable.
13767         (gnus-make-sort-function): Use it.
13768
13769         * nnmail.el (nnmail-get-new-mail): Use it.
13770
13771         * gnus-agent.el (gnus-category-make-function): Simple function or
13772         compiled function.
13773         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
13774
13775         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
13776         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
13777         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
13778
13779         * message.el (message-check-news-header-syntax): Remove quote.
13780
13781 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13782
13783         * message.el (message-use-mail-followup-to): `t' is not a
13784         documented value.
13785
13786 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13787
13788         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
13789
13790 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13791
13792         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
13793         there are long lines.
13794
13795 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * dgnushack.el (copy-list): New compiler macro.
13798
13799 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13800
13801         * message.el (message-bounce): If no Return-Path, the whole
13802         content is considered as the original message.
13803
13804         * nnml.el (nnml-check-directory-twice): New variable.
13805         (nnml-article-to-file): Use it.
13806         (nnml-retrieve-headers): Hack it.
13807
13808 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13809
13810         * gnus-win.el (gnus-buffer-configuration): New configure.
13811
13812         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
13813         not alive.
13814
13815         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
13816         (mm-display-external): Use display-term configure.
13817
13818 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13819
13820         * gnus-delay.el (gnus-delay-default-hour): New variable.
13821         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
13822
13823 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13824         From Karl Kleinpaste <karl@charcoal.com>
13825
13826         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
13827         (gnus-summary-prepare-threads): Ditto.
13828
13829         * gnus.el (gnus-summary-line-format): Add %B.
13830
13831 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13832
13833         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
13834
13835         * mm-util.el (mm-string-as-multibyte): New function.
13836
13837         * nnmh.el (nnmh-request-list-1): Encode, not decode!
13838
13839 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13840
13841         * mm-util.el (mm-universal-coding-system): New variable.
13842
13843         * gnus-start.el (gnus-startup-file-coding-system): Use it.
13844
13845         * score-mode.el (score-mode-coding-system): Use it.
13846
13847 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13848
13849         * gnus-start.el (gnus-setup-news): Call
13850         `gnus-check-bogus-newsgroups' just after the native server is
13851         opened.
13852
13853 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13854
13855         * nnmail.el (nnmail-do-request-post): Util function to be used by
13856         `nnchoke-request-post' for all nnmail-derived backends.
13857
13858         * nnml.el (nnml-request-post): Use it.
13859
13860         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
13861         backend, for it groks nnml-request-post.
13862
13863         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
13864         Treat `mail-post' backends like `mail' backends, not like `news'
13865         backends.
13866
13867 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13868
13869         * gnus-msg.el (gnus-setup-message): make-local-hook.
13870
13871 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13872
13873         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
13874         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
13875         <karl@charcoal.com>, slightly changed by Kai.
13876
13877         * message.el (message-check-news-header-syntax): When checking
13878         whether the groups exist, check the right server based on
13879         `gnus-post-method'.
13880
13881 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13882
13883         * gnus-delay.el: New file.
13884
13885 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13886
13887         * mm-util.el (mm-read-coding-system): Take two arguments.
13888
13889         * gnus-sum.el (gnus-summary-show-article): Use
13890         mm-read-coding-system.
13891
13892         * gnus-art.el (article-de-quoted-unreadable):
13893         (article-de-base64-unreadable, article-wash-html):
13894         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
13895
13896 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13897
13898         * nnml.el (nnml-request-post): New function.  Can be used for
13899         annotations in nnml groups.
13900
13901 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13902
13903         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
13904         command.
13905
13906         * gnus-start.el (gnus-find-new-newsgroups): Use
13907         `message-make-date' instead of `current-time-string'.
13908         (gnus-ask-server-for-new-groups): Ditto.
13909         (gnus-check-first-time-used): Ditto.
13910
13911 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13912
13913         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
13914
13915 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
13916
13917         * message.el (message-shorten-references): Change `maxcount' and
13918         `cut' to obey USEFOR draft 5.
13919
13920 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
13921
13922         * gnus-sum.el (gnus-summary-display-arrow): New variable.
13923         (gnus-summary-set-article-display-arrow): New function.
13924         (gnus-summary-goto-subject): Use it.
13925
13926 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13927
13928         * gnus-sum.el (gnus-summary-import-article): Insert date if
13929         doesn't exist.
13930
13931 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13932
13933         * mml.el (mml-content-type-parameters): New variable.
13934         (mml-content-disposition-parameters): New variable.
13935         (mml-insert-mime-headers): Use them.
13936         (mml-parse-1): Accept charset.
13937
13938 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13939
13940         * gnus-group.el (gnus-group-select-group): Doc fix.
13941
13942         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
13943
13944 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
13947         to handle `define-derived-mode'.
13948
13949 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13950         From:  Stefan Monnier  <monnier@cs.yale.edu>
13951
13952         * message.el (message-mode): Use define-derived-mode.
13953         (message-tab): message-completion-alist.
13954
13955         * imap.el (imap-interactive-login): Use make-local-variable.
13956         (imap-open): Ditto.
13957         (imap-authenticate): Ditto.
13958
13959         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
13960
13961         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
13962
13963 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13964
13965         * message.el (message-citation-line-function): Refer to
13966         gnus-cite-attribution-suffix.
13967
13968 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13969
13970         * gnus-art.el,...: Error convention changes.
13971
13972 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13973
13974         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
13975
13976 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13977
13978         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
13979         (nnrss-read-server-data): Ditto.
13980
13981 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13982
13983         * gnus-setup.el (gnus-use-installed-gnus): Typo.
13984         * Cleanup files.
13985         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
13986
13987 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13988
13989         * gnus.el (gnus-summary-line-format): Add %o.
13990
13991         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
13992         unless shell outputs something.
13993
13994 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13995
13996         * gnus-art.el (gnus-boring-article-headers): Better doc.
13997         (article-hide-headers): Better regexp.
13998         Suggested by Matt Swift <swift@alum.mit.edu>.
13999
14000         * nnheader.el (nnheader-max-head-length): Better doc.
14001         (nnheader-header-value): Skip spaces.
14002         (nnheader-parse-head): Remove space.
14003         Suggested by Matt Swift <swift@alum.mit.edu>.
14004
14005         * gnus-sum.el (gnus-summary-show-raw-article): New function.
14006         (gnus-get-newsgroup-headers): Remove space.
14007
14008 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14009
14010         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
14011         (gnus-summary-reply): Use it.
14012         (gnus-summary-reply-broken-reply-to): New function.
14013         (gnus-msg-force-broken-reply-to): New function.
14014
14015         * mm-view.el (mm-inline-text): Showing as text/plain when error.
14016
14017 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14018
14019         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
14020
14021 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14022
14023         * mm-decode.el (mm-external-terminal-program): New variable.
14024         (mm-display-external): Use it. Use term to display when no
14025         window-system.
14026
14027 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
14028
14029         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
14030         Browse->Next entries to Browse->Prev
14031
14032 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14033
14034         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
14035
14036 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14037
14038         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
14039         for the default encoding.
14040
14041         * nnrss.el (nnrss-url-field): New field.
14042         (nnrss-request-article): Add newsgroups.
14043
14044         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
14045
14046 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14047
14048         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
14049
14050         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
14051         (gnus-draft-setup): Remove backlog.
14052
14053 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
14054
14055         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
14056         Cleanup.
14057
14058 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14059
14060         * gnus-msg.el (gnus-bug): Erase buffer.
14061
14062         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
14063
14064 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14065
14066         * mm-decode.el (mm-attachment-override-p): Fix typo.
14067
14068 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
14069
14070         * gnus-kill.el (gnus-execute): Work with the extra headers.
14071         * gnus-sum.el (gnus-summary-execute-command): Ditto.
14072
14073 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14074
14075         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
14076         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
14077
14078         * message.el (message-send-mail-real-function): New variable.
14079         (message-send-mail-partially, message-send-mail):
14080
14081         * nngateway.el (nngateway-request-post): Use it.
14082
14083         * gnus-agent.el (gnus-agentize): Use it.
14084
14085         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
14086         (nnsoup-revert-variables): Use it.
14087
14088 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
14089
14090         * mm-decode.el (mm-inline-media-tests): Default to displaying as
14091         text/plain if the type doesn't match any other media types.
14092         (mm-inlined-types): Doc fix.
14093         (mm-display-inline): Revert previous change (now handled by a
14094         default type in `mm-inline-media-tests'.
14095         (mm-inlinable-p): Revive.
14096         (mm-display-part): Call `mm-inlinable-p'.
14097         (mm-attachment-override-p): Ditto.
14098         (mm-inlined-p): Doc fix.
14099
14100         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
14101         well as `mm-inlined-p'.
14102
14103 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14104
14105         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
14106         (nntp-send-command-and-decode): Use gnus-point-at-bol.
14107
14108 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14109         From  Paul Jarc <prj@po.cwru.edu>
14110
14111         * message.el (message-use-mail-followup-to): New variable.
14112         (message-get-reply-headers): Use it.
14113
14114 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
14115
14116         * nnheader.el (nnheader-init-server-buffer): Make sure the
14117         *nntpd* buffer is made multibyte instead of a random buffer.
14118
14119 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14120
14121         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
14122         when it returns headers.
14123
14124 2001-07-07  Simon Josefsson  <jas@extundo.com>
14125
14126         * rfc2047.el (rfc2047-encode-message-header): Skip header when
14127         trying to fold. Thanks to Colin Walters
14128         <walters@cis.ohio-state.edu>
14129
14130 2001-07-06  Simon Josefsson  <jas@extundo.com>
14131
14132         * imap.el (imap-parse-address-list, imap-parse-flag-list)
14133         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
14134         Add information in `assert's.
14135
14136         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
14137         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
14138         and `nnimap-group-overview-filename', should handle all
14139         change-of-uidvalidity related issues.  But there may be other
14140         problems.)
14141
14142 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14143
14144         * rfc2047.el (rfc2047-encode-message-header): Don't include the
14145         header name when folding.
14146
14147 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
14148
14149         * mm-decode.el (mm-inlined-types): Document relationship with
14150         `mm-inline-media-tests'.
14151         (mm-display-inline): Default to displaying as plain text if no
14152         inlining handler is available.
14153         (mm-inlinable-p): Remove.
14154         (mm-inlined-p): Don't call `mm-inlinable-p'.
14155         (mm-automatic-display-p): Ditto.
14156         (mm-attachment-override-p): Ditto.
14157
14158 2001-07-04  Simon Josefsson  <jas@extundo.com>
14159
14160         * nnimap.el (nnimap-importantize-dormant): New variable.
14161         (nnimap-request-update-info-internal): Use it.
14162         (nnimap-request-set-mark): Ditto.
14163
14164 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14165
14166         * nntp.el (nntp-send-command): don't pass a buffer argument to
14167         `point'. Only XEmacs accepts this.
14168         * nntp.el (nntp-send-command-nodelete): ditto.
14169         * nntp.el (nntp-send-command-and-decode): ditto.
14170
14171 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
14172
14173         * nntp.el (nntp-open-connection-function): doc update.
14174         * nntp.el (nntp-pre-command): New.
14175         * nntp.el (nntp-via-rlogin-command): New.
14176         * nntp.el (nntp-via-telnet-command): New.
14177         * nntp.el (nntp-via-telnet-switches): New.
14178         * nntp.el (nntp-via-user-name): New.
14179         * nntp.el (nntp-via-user-password): New.
14180         * nntp.el (nntp-via-address): New.
14181         * nntp.el (nntp-via-envuser): New.
14182         * nntp.el (nntp-via-shell-prompt): New.
14183         * nntp.el (nntp-open-telnet-stream): New.
14184         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
14185         * nntp.el (nntp-open-via-telnet-and-telnet): New.
14186         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
14187         * nntp.el (nntp-send-command): ditto.
14188         * nntp.el (nntp-send-command-nodelete): ditto.
14189         * nntp.el (nntp-send-command-and-decode): ditto.
14190
14191 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
14192         Trivial patch.
14193
14194         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
14195         `when'.
14196
14197 2001-07-03  Simon Josefsson  <jas@extundo.com>
14198         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
14199
14200         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
14201
14202 2001-07-03  Simon Josefsson  <jas@extundo.com>
14203
14204         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
14205         remove it (workaround XEmacs `fill-region' bug).
14206
14207 2001-07-01  Simon Josefsson  <jas@extundo.com>
14208
14209         * nnimap.el (nnimap-date-days-ago): Defeat locale.
14210
14211 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14212
14213         * mml2015.el (mml2015-format-error): New function.
14214         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
14215         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
14216         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
14217
14218 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14219
14220         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
14221         Suggested by Christoph Conrad <C.Conrad@cli.de>.
14222
14223         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
14224         group variables.
14225
14226 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14227
14228         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
14229
14230         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
14231         (nnrss-save-group-data): Ditto.
14232
14233         * gnus-agent.el (gnus-agent-save-alist): Ditto.
14234
14235 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * message.el (message-do-send-housekeeping): Narrow to headers.
14238
14239 2001-06-24  Simon Josefsson  <jas@extundo.com>
14240
14241         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
14242         insertion when breaking lines looked for " \t" instead of "[ \t]".
14243         (rfc2047-encode-message-header): Fold lines even if
14244         no QP encoding is done.
14245
14246 2001-06-23  Simon Josefsson  <jas@extundo.com>
14247         From Samuel Tardieu <sam@inf.enst.fr>
14248
14249         * smime.el (smime-keys): Support additional certificates.
14250         (smime-make-certfiles): New function.
14251         (smime-sign-region): Use previous variables.
14252         (smime-get-certfiles): New function.
14253         (smime-sign-buffer): Use it.
14254         (smime-verify-region): Support both CAfile and CApath.
14255
14256 2001-06-23  Simon Josefsson  <jas@extundo.com>
14257
14258         * smime.el (smime-decrypt-region): Perhaps work.
14259
14260 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14261
14262         * gnus-msg.el (gnus-copy-article-buffer): Typo.
14263
14264 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14265
14266         * mm-decode.el (mm-save-part): Rewrite file name.
14267         (mm-file-name-rewrite-functions): New variable.
14268         (mm-file-name-delete-whitespace): New function.
14269         (mm-file-name-trim-whitespace): New function.
14270         (mm-file-name-collapse-whitespace): New function.
14271         (mm-file-name-replace-whitespace): New variable and function.
14272
14273 2001-06-22  Simon Josefsson  <jas@extundo.com>
14274
14275         * message.el (message-make-date): Workaround locale for weekdays.
14276
14277 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14278
14279         * message.el (message-goto-body): Return nil if not found. (revert!)
14280
14281 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14282         From Fremlin <chief@bandits.org>
14283
14284         * message.el (message-goto-body): Some messages have no header.
14285
14286         * gnus-msg.el (gnus-copy-article-buffer): Use it.
14287
14288 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
14289
14290         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
14291
14292 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14293
14294         * message.el (message-make-date): Add week day.
14295         Suggested by Jason R. Mastaler <jason@mastaler.com>.
14296
14297 2001-06-19  Simon Josefsson  <jas@extundo.com>
14298
14299         * message.el (message-yank-prefix): Doc fix.
14300         (message-yank-cited-prefix): Ditto.
14301         (message-delete-not-region): Keep citation prefix on first line,
14302         if possible and appropriate.
14303
14304 2001-06-19  Simon Josefsson  <jas@extundo.com>
14305
14306         * imap.el (imap-process-connection-type): New variable.
14307         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
14308         recent `imtest's work completely (no line length issues), while
14309         making making old `imtest's unusable.  Thanks to NAGY Andras
14310         <nagya@inf.elte.hu> for his work.
14311
14312 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
14313
14314         * imap.el (imap-ssl-program): Add -quiet to shut up
14315         OpenSSL/SSLeay's internal debug talk.
14316
14317 2001-06-19  Matt Armstrong  <matt@lickey.com>
14318
14319         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
14320         server.
14321
14322 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14323
14324         * nnmail.el (nnmail-article-buffer): New variable.
14325         (nnmail-split-incoming): Use it.
14326
14327 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
14328
14329         * qp.el (quoted-printable-decode-region): If called interactively,
14330         use coding-system-for-read.
14331
14332 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14333
14334         * message.el (message-check-news-header-syntax): Check Reply-To.
14335
14336 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14337
14338         * mml.el (mml-parse-1): Use message options.
14339
14340         * message.el (message-do-fcc): Don't do anything if there is no
14341         FCC.
14342
14343 2001-06-16  Simon Josefsson  <jas@extundo.com>
14344
14345         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
14346         (nnimap-expunge-search-string): New variable.
14347         (nnimap-request-expire-articles): Use it.
14348
14349 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14350
14351         * message.el (message-send-mail-with-qmail): wrong exit status is
14352         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
14353
14354 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14355
14356         * gnus-art.el (article-strip-multiple-blank-lines): Use
14357         delete-region instead of replace-match.
14358
14359 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14360
14361         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
14362         (nnweb-google-wash-article): Ditto.
14363
14364 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
14365
14366         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
14367
14368 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14369
14370         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
14371         specs.
14372
14373 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14374
14375         * gnus.el (gnus-email-address): Move it here.
14376
14377         * gnus-art.el (article-de-quoted-unreadable): Read charset if
14378         requested.
14379         (article-de-base64-unreadable): Ditto.
14380         (article-wash-html): Ditto.
14381
14382 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14383
14384         * message.el (message-options-set-recipient): Don't add ", "
14385         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
14386
14387 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14388
14389         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
14390
14391 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14392
14393         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
14394         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
14395
14396         * nnrss.el (nnrss-node-text): Node might be nil.
14397
14398 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14399
14400         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
14401         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
14402
14403         * nnrss.el (nnrss-group-alist): More items.
14404
14405 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14406
14407         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
14408
14409 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
14410         Trivial patch from Dale Hagglund  <rdh@best.com>
14411
14412         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
14413         restrict clauses.
14414
14415 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14416
14417         From Benjamin Rutt <brutt+news@bloomington.in.us>
14418
14419         * message.el (message-wide-reply-confirm-recipients): New variable.
14420
14421 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
14422         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
14423
14424         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
14425         fix so it works with XEmacs.
14426
14427 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14428
14429         * nnrss.el (nnrss-retrieve-headers): Support description as extra
14430         headers.
14431
14432 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14433
14434         * nnrss.el: Fix a few bugs.
14435
14436 2001-06-05  Simon Josefsson  <jas@extundo.com>
14437
14438         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
14439         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
14440
14441 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
14442
14443         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
14444         binary so that we don't transmit ISO 2022 garbage to the process.
14445         This is needed under XEmacs.
14446
14447 2001-06-03  Simon Josefsson  <simon@josefsson.org>
14448
14449         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
14450         autoloaded incorrectly below because ssl-program-* is bound.)
14451         Thanks to Amos Gouaux for report.
14452
14453 2001-06-02  Simon Josefsson  <simon@josefsson.org>
14454
14455         * imap.el (imap-kerberos4-open):
14456         (imap-gssapi-open):
14457         (imap-ssl-open):
14458         (imap-network-open):
14459         (imap-shell-open):
14460         (imap-starttls-open): Set buffer to workaround spurious
14461         `accept-process-output' buffer changes.  Thanks to Mats Lidell
14462         <Mats.Lidell@contactor.se> for report and partial patch and Jake
14463         Colman <colman@ppllc.com> for report.
14464
14465 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14466
14467         * gnus-sum.el (gnus-summary-catchup): New argument.
14468         (gnus-summary-catchup-from-here): New function.
14469
14470 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14471
14472         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
14473         back, then insert glyph.  (Before, the glyph was inserted first,
14474         then the newline.)  This works around a behavior in XEmacs where
14475         it is not possible to insert a character after a glyph which is at
14476         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
14477
14478 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14479
14480         From Jaap-Henk Hoepman (jhh@xs4all.nl).
14481
14482         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
14483         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
14484         mm-destroy-postponed-undisplay-list): New functions.
14485         (mm-display-external): Use them.
14486
14487 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14488
14489         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
14490         `default-low' when evaluating `gnus-summary-highlight'.
14491         From Raja R Harinath <harinath@cs.umn.edu>.
14492
14493 2001-05-27  Simon Josefsson  <simon@josefsson.org>
14494
14495         * message.el (message-yank-cited-prefix): New variable.
14496         (message-indent-citation): Use it.
14497
14498         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
14499         as details.
14500         (mml2015-mailcrypt-clear-verify): Ditto.
14501
14502 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14503         From Nevin Kapur <nevin@jhu.edu>.
14504
14505         * gnus-sum.el (gnus-summary-default-high-score,
14506         gnus-summary-default-low-score): New variables.
14507         (gnus-summary-highlight): Use them.
14508
14509 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
14510
14511         * message.el (message-mail): pass the 'send-actions argument to
14512         `message-setup'.
14513
14514 2001-05-16  Simon Josefsson  <simon@josefsson.org>
14515         From Raymond Scholz <ray-2001@zonix.de>
14516
14517         * gnus-art.el (gnus-mime-view-part-as-charset):
14518         (gnus-mime-internalize-part): Doc fixes.
14519
14520 2001-05-11  Simon Josefsson  <simon@josefsson.org>
14521
14522         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
14523         status lines without any text ("^215$").
14524
14525 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14526
14527         * nnrss.el (nnrss-check-group): Reverse.
14528
14529 2001-05-07  Simon Josefsson  <simon@josefsson.org>
14530
14531         * message.el (message-get-reply-headers):
14532         (message-followup): Fix typo, suggested by David Green
14533         <dgreen@uab.edu>
14534
14535 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14536
14537         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
14538
14539         * nnrss.el (nnrss-open-server): Read server data when it is called.
14540         (nnrss-request-expire-articles): Fix.
14541
14542 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14543
14544         * message.el (message-do-send-housekeeping): mail-abbrevs may
14545         rename buffer behind Gnus.
14546
14547 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14548
14549         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
14550         (nnrss-group-alist): Add more resources.
14551         (nnrss-check-group): Ignore errors.
14552
14553 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14554
14555         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
14556
14557         * nnslashdot.el (nnslashdot-request-list): Add time.
14558         (nnslashdot-request-expire-articles): New function.
14559
14560         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
14561         secondary methods too.
14562
14563 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14564
14565         * message.el (message-use-followup-to): Set default value to t.
14566
14567 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
14568
14569         * message.el (message-dont-reply-to-names): Fix documentation.
14570         (message-get-reply-headers): Use Mail-Followup-To only for wide
14571         replies.
14572
14573 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14574
14575         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
14576         correctly.
14577         (nnrss-check-group): Use time.
14578
14579 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14580
14581         * gnus.el: Oort Gnus v0.03 is released.
14582
14583 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14584
14585         * nnultimate.el (nnultimate-topic-article-to-article): Use the
14586         group.
14587
14588 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14589
14590         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
14591
14592 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14593
14594         * nnultimate.el (nnultimate-retrieve-headers): Return all
14595         available headers.
14596
14597         * gnus-sum.el (gnus-read-all-available-headers): New variable.
14598         (gnus-get-newsgroup-headers-xover): Use it.
14599
14600 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14601
14602         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
14603
14604 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14605
14606         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
14607
14608 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14609
14610         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
14611         disable it.
14612
14613         * gnus.el (gnus-info-nodes): Remove a few The's.
14614
14615 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14616
14617         * mail-source.el (mail-source-movemail): Call-process may return a
14618         signal description string.
14619
14620         * gnus-start.el (gnus-read-newsrc-el-file):
14621         gnus-newsrc-file-version may be nil.
14622
14623         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
14624         Suggested by Michael Sperber [Mr. Preprocessor]
14625         <sperber@informatik.uni-tuebingen.de>.
14626
14627 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
14628
14629         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
14630
14631 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
14632
14633         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
14634         fontify HANDLE.
14635
14636 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14637
14638         * smime.el (smime-ask-passphrase): Rework to return value.
14639         (smime-sign-region): Rework to bind value and use it.
14640         (smime-decrypt-region): Ditto.
14641
14642 2001-04-18  Simon Josefsson  <simon@josefsson.org>
14643         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
14644
14645         * smime.el (smime-ask-passphrase): New function.
14646         (smime-sign-region): Use it.
14647         (smime-encrypt-cipher): New variable.
14648         (smime-decrypt-region): Ditto.
14649
14650 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
14651         Committed by Simon Josefsson  <simon@josefsson.org>
14652
14653         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
14654         the log.
14655
14656 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14657
14658         * gnus.el: Oort Gnus v0.02 is released.
14659
14660 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
14661
14662         * gnus.el: Oort Gnus v0.01 is released.
14663
14664 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14665
14666         * gnus-sum.el (gnus-summary-highlight): Highlight read
14667         undownloaded articles as read articles.
14668
14669         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
14670         (gnus-agent-get-undownloaded-list): Mark all undownloaded
14671         articles, even read ones, as such.
14672
14673         * gnus-sum.el (gnus-summary-find-matching): Clean up.
14674         (gnus-find-matching-articles): New function.
14675         (gnus-summary-limit-include-matching-articles): New command.
14676         (gnus-summary-limit-include-thread): Include articles that have
14677         matching subjects.
14678         (gnus-offer-save-summaries): Clean up.
14679
14680 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14681
14682         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
14683
14684 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14685         From Jason Merrill <jason_merrill@redhat.com>
14686
14687         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
14688
14689 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
14690         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14691
14692         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
14693         newsgroup names when the original article is a news message.
14694
14695 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14696
14697         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
14698         supported. Suggest by Jim Meyering <jim@meyering.net>.
14699
14700 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
14701         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
14702
14703         * nnmail.el (nnmail-split-it): Added check for .* at the end of
14704         regexp in nnmail-split-fancy.
14705
14706 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14707
14708         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
14709
14710 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
14711
14712         * message.el (message-send-mail): Improve the interaction with the
14713         user.
14714
14715 2001-04-10  Simon Josefsson  <simon@josefsson.org>
14716
14717         * imap.el (imap-message-copy): Work around buggy servers that
14718         doesn't send TRYCREATE tags.
14719
14720 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
14723
14724 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14725
14726         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
14727         date.
14728
14729 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14730
14731         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
14732         lives.
14733
14734 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14735
14736         * gnus-art.el (gnus-parse-news-url): New function.
14737         (gnus-button-handle-news): New function.
14738         (gnus-button-alist): Point to new functions.
14739
14740         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
14741
14742         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
14743         gnus-format-specs.
14744
14745         * message.el (message-check-news-header-syntax): Question even
14746         when Gnus doesn't know the group names.
14747         (message-send-news): Clean up.
14748
14749         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
14750         exited on purpose without saving.
14751
14752         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
14753
14754 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14755
14756         * gnus-score.el (gnus-score-orphans): Clean up.
14757
14758         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
14759
14760         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
14761         later.
14762
14763         * gnus-start.el (gnus-close-all-servers): Find the right items to
14764         close.
14765
14766         * qp.el (quoted-printable-decode-region): Just message
14767         malformation; don't quit.
14768
14769 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14770         From Gerd Moellmann <gerd@gnu.org>.
14771
14772         * gnus.el (gnus-interactive): A typo.
14773
14774 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
14775         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14776
14777         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
14778         `assq-delete-all', if that function exists; otherwise use the old
14779         definition. Documentation changed to match the one in
14780         `assq-delete-all'.
14781
14782 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14783
14784         * gnus-start.el (gnus-close-all-servers): New function.
14785
14786         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
14787         (gnus-server-remove-denials): Clean up.
14788
14789         * gnus-sum.el (gnus-summary-sort-by-original): New command and
14790         keystroke.
14791
14792 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14793
14794         * message.el (message-send-news): Message where we are sending.
14795         (message-send-mail): Ditto.
14796
14797         * gnus.el (gnus-server-string): New function.
14798
14799         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
14800
14801         * mm-decode.el (mm-default-directory): Customized.
14802         (mm-tmp-directory): Ditto.
14803
14804         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
14805         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
14806         or Chars.
14807         (gnus-summary-line-format-alist): ?l is now a string.
14808         (gnus-summary-prepare-threads): Output ? for unknown lines.
14809         (gnus-summary-insert-line): Ditto.
14810         (gnus-summary-print-article): Unbalanced parentheses.
14811
14812         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
14813         out whether new stuff has arrived.
14814
14815 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
14816
14817         * gnus-sum.el: Let printing work on ttys on Emacs.
14818
14819 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14820
14821         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
14822         when forcing news.
14823
14824         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
14825         command.
14826
14827 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
14828
14829         * message.el (message-set-auto-save-file-name): Don't use
14830         asterisks under nt.
14831
14832 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14833
14834         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
14835         lists of articles.
14836
14837         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
14838
14839         * gnus-msg.el (gnus-put-message): Clean up.
14840         (gnus-summary-reply): Mark all replied-to articles as replied to.
14841         (gnus-inews-add-send-actions): Also mark as forwarded.
14842         (gnus-summary-mail-forward): Mark as forwarded.
14843
14844         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
14845         of articles.
14846         (gnus-summary-mark-article-as-forwarded): Ditto.
14847
14848         * gnus-msg.el (gnus-summary-resend-message): Mark article as
14849         forwarded.
14850         (gnus-summary-mail-forward): Clean up.
14851
14852         * gnus.el (gnus-article-mark-lists): Added forward.
14853
14854         * gnus-sum.el (gnus-forwarded-mark): New variable.
14855         (gnus-summary-prepare-threads): Use it.
14856         (gnus-summary-update-secondary-mark): Ditto.
14857         (gnus-newsgroup-forwarded): New variable.
14858
14859 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14860
14861         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
14862         (gnus-summary-very-wide-reply): New command and keystroke.
14863         (gnus-summary-very-wide-reply-with-original): Ditto.
14864
14865         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
14866         (gnus-score-adaptive): Use it.
14867
14868         * gnus-start.el (gnus-get-unread-articles): Clean up.
14869
14870 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14871
14872         * nnultimate.el (nnultimate-retrieve-headers): Work for other
14873         boards.
14874
14875 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
14876
14877         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
14878         * gnus-start.el (gnus-subscribe-newsgroup): use it.
14879
14880 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14881
14882         * nnultimate.el (nnultimate-retrieve-headers): Understand
14883         long-form month names.
14884
14885 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14886
14887         * gnus-sum.el (gnus-summary-show-all-headers):
14888         gnus-article-show-all-headers is broken. Use
14889         gnus-summary-toggle-header instead.
14890
14891         * mml2015.el (mml2015-gpg-extract-from): No error.
14892
14893 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14894         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
14895
14896         * mml2015.el (mml2015-gpg-extract-from): New function.
14897         (mml2015-gpg-verify): Use it.
14898         (mml2015-gpg-clear-verify): Use it.
14899
14900 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14901
14902         * message.el (message-setup-fill-variables): Use
14903         fill-paragraph-function.
14904         (message-fill-paragraph): Take an argument.
14905         (message-newline-and-reformat): Take another argument.
14906
14907 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14908
14909         * message.el (rmail-output): It is in rmailout.el not rmail.el.
14910
14911 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14912
14913         * message.el (message-forward): local-variable-p takes an extra
14914         argument in XEmacs.
14915
14916 2001-03-16  Simon Josefsson  <simon@josefsson.org>
14917
14918         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
14919         `nnimap-use-nov-p' (it really tested the negative).
14920         (nnimap-retrieve-headers): Use it.
14921
14922 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14923
14924         * message.el (message-generate-headers-first): Update doc.
14925
14926 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
14927         Trivial patch.
14928
14929         * gnus.el (gnus-summary-line-format): Typo.
14930
14931 2001-03-11  Simon Josefsson  <simon@josefsson.org>
14932
14933         * mailcap.el (mailcap-mime-data): Add application/sieve.
14934         (mailcap-mime-extensions): Add .siv, .xls.
14935
14936 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14937         From Christoph Conrad <christoph.conrad@gmx.de>
14938
14939         * gnus-score.el (gnus-summary-lower-thread): Typo.
14940
14941 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14942
14943         * message.el (message-forward-decoded-p): New variable.
14944         (message-forward-subject-author-subject): Use it.
14945         (message-make-forward-subject): Use it.
14946         (message-forward): Use it.
14947
14948         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
14949
14950         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
14951         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
14952
14953 ;;Has been fixed -- zsh.
14954 ;;2001-03-05  Dave Love  <fx@gnu.org>
14955 ;;
14956 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
14957 ;;      Move it after definition of mm-coding-system-p.
14958 ;;
14959 2001-03-01  Dave Love  <fx@gnu.org>
14960
14961         * mm-util.el (mm-inhibit-file-name-handlers): Add
14962         image-file-handler.
14963
14964 2001-02-11  Dave Love  <fx@gnu.org>
14965
14966         * message.el (message-signature-file): Fix doc, :type.
14967
14968 2001-02-08  Dave Love  <fx@gnu.org>
14969
14970         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
14971         (message-posting-charset): Defvar when compiling again.
14972         (rfc2047-encodable-p): Require message.
14973
14974         * gnus-sum.el (gnus-alter-articles-to-read-function):
14975         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
14976
14977 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14978
14979         * nnrss.el: New file.
14980
14981 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
14982         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14983
14984         * rfc2047.el (rfc2047-unfold-region): Fix arg of
14985         `skip-chars-forward'.
14986
14987 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14988
14989         * nndraft.el (nndraft-request-group): Restore auto save files if
14990         the original files do not exist.
14991
14992 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14993
14994         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
14995         SCORE paths.
14996
14997         * mm-decode.el (mm-dissect-buffer): Call
14998         mail-extract-address-components only if necessary.
14999
15000 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15001
15002         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
15003         directory part.
15004         (gnus-score-search-global-directories): Use file-directory-p.
15005
15006         * gnus-score.el (gnus-score-score-files-1): Use
15007         gnus-kill-files-directory.
15008         From Adrian Aichner <adrian@xemacs.org>.
15009
15010 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15011
15012         * gnus.el (charset): Move here from gnus-sum.el.
15013
15014 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15015
15016         * mml.el (mml-preview): Disable local map.
15017
15018         * gnus-sum.el (gnus-summary-make-menu-bar): Make
15019         gnus-article-post-menu here.
15020
15021         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
15022         if it has not been made.
15023
15024 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15025
15026         * gnus-art.el (gnus-article-describe-key): Map key to event.
15027         (gnus-article-describe-key-briefly): Ditto
15028
15029 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15030
15031         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
15032
15033 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15034         From Katsumi Yamaoka <yamaoka@jpl.org>.
15035
15036         * dgnushack.el (coerce, merge, subseq): defmacro.
15037
15038 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15039
15040         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
15041         A fake defalias in nndraft.el results a not-activated bug in
15042         uncompiled versions.
15043
15044 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
15045         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15046
15047         * gnus-util.el (gnus-split-references): Handle malformed References:.
15048
15049 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15050
15051         * gnus-art.el (gnus-article-mime-part-status): 1 part.
15052
15053 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15054         From NAGY Andras <nagya@inf.elte.hu>.
15055
15056         * gnus.el (gnus-parameters): Typo.
15057
15058 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15059
15060         * gnus.el (gnus-read-method): Remove redundancy.
15061
15062 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15063
15064         * nnslashdot.el (nnslashdot-backslash-url): New variable.
15065         (nnslashdot-request-list): Use it.
15066
15067 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15068
15069         * nnml.el (nnml-generate-active-info): Fix the case when there is
15070         no file.
15071
15072         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
15073         (gnus-summary-create-article): New function.
15074
15075         * gnus-group.el (gnus-group-mark-article-read): New function.
15076
15077         * gnus-msg.el (gnus-inews-do-gcc): Use it.
15078
15079         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
15080
15081 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15082
15083         * gnus-art.el (gnus-article-edit-done): Don't use
15084         gnus-article-edit-exit.
15085         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
15086
15087         * gnus.el (gnus-parameters): New variable.
15088         Suggested by NAGY Andras <nagya@inf.elte.hu>.
15089         (gnus-parameters-get-parameter): New function.
15090         (gnus-group-find-parameter): Use it.
15091
15092 2001-02-23  Simon Josefsson  <simon@josefsson.org>
15093
15094         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
15095         change of default value to `current'.
15096
15097 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15098
15099         * nneething.el (nneething-get-head): Insert unreadable file too.
15100
15101 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15102
15103         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
15104
15105         * webmail.el (webmail-type-definition): Deja is bought by google.
15106
15107 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15108
15109         * gnus-sum.el (gnus-fetch-headers): New function.
15110         (gnus-select-newsgroup): Use it.
15111         (gnus-summary-insert-articles): New function.
15112         (gnus-summary-insert-old-articles): New function.
15113         (gnus-summary-insert-new-articles): New function.
15114
15115         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
15116         (gnus-group-list-active): Ditto.
15117         * gnus-sum.el (gnus-set-mode-line): Ditto.
15118         (gnus-summary-read-group-1): Ditto.
15119
15120 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15121
15122         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
15123         current topic.
15124
15125 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15126
15127         * smiley.el (gnus-smiley-display): Don't do widening.
15128
15129         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
15130         within body.
15131
15132         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
15133
15134         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
15135         New variable.
15136         (gnus-mime-display-multipart-related-as-mixed): New variable.
15137         (gnus-mime-display-part): Use them.
15138
15139 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15140
15141         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
15142         something special.
15143
15144 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15145
15146         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
15147         (nnweb-request-article): Call reference if exists.
15148         (nnweb-type-definition): Dejanews is bought by google.com.
15149         Beta!
15150
15151 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15152
15153         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
15154
15155 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15156
15157         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
15158         gnus-article-sort-functions.
15159         (gnus-article-sort-functions): Doc fix.  Refer to
15160         gnus-thread-sort-functions.
15161
15162 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15163         From Paul Jarc <prj@po.cwru.edu>.
15164
15165         * message.el (message-get-reply-headers): More fixes.
15166
15167 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
15168         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15169
15170         * message.el (message-get-reply-headers): Fix bug with
15171         Mail-Followup-To/to-address interaction.
15172
15173 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15174
15175         * gnus-msg.el (gnus-configure-posting-styles): Match header in
15176         gnus-article-copy.
15177
15178 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15179
15180         * message.el (message-do-send-housekeeping): Rename to a better
15181         name.
15182
15183 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15184
15185         * message.el (message-cancel-news): Check article first, then ask
15186         yes or no.
15187
15188 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15189
15190         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
15191
15192 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15193
15194         * gnus-range.el (gnus-range-normalize): New function.
15195
15196 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
15197
15198         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
15199
15200 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15201
15202         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
15203
15204         * nnagent.el (nnagent-request-regenerate): New function.
15205
15206         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
15207
15208         * nnml.el (nnml-generate-nov-databases): Accept argument
15209         server. Don't open server if it is opened.
15210         (nnml-request-regenerate): Use it. Change to deffoo.
15211
15212 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15213         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
15214
15215         * gnus.el (gnus-define-group-parameter): Fix.
15216
15217 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15218
15219         * gnus.el (gnus-define-group-parameter): Improved.
15220
15221         * gnus-sum.el (charset): Define parameter.
15222         (ignored-charsets): Ditto.
15223         (gnus-summary-setup-default-charset): Use them.
15224
15225         * gnus-start.el (gnus-read-descriptions-file): Use them.
15226
15227         * gnus-cus.el (gnus-group-parameters): Remove them.
15228
15229 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15230
15231         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
15232
15233 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15234
15235         * gnus-sum.el (gnus-summary-read-group-1): Remove
15236         gnus-summary-set-local-parameters.
15237         (gnus-summary-setup-buffer): Put it here.
15238
15239 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15240
15241         * gnus.el (to-address): Define parameter.
15242         (to-list): Ditto.
15243         * gnus-art.el (article-hide-boring-headers): Use them.
15244         * gnus-msg.el (gnus-post-news): Ditto.
15245         * gnus-cus.el (gnus-group-parameters): Remove them.
15246
15247 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15248
15249         * gnus-draft.el (gnus-draft-reminder): New function.
15250
15251         * gnus-art.el (gnus-sender-save-name): New function.
15252
15253 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15254
15255         * mm-util.el (mm-mime-charset): Error message.
15256
15257 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15258
15259         * message.el (message-check-news-body-syntax): Don't check mml lines.
15260
15261 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15262
15263         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
15264         subscribe.
15265
15266         * gnus-start.el (gnus-call-subscribe-functions): New function.
15267         (gnus-find-new-newsgroups): Use it.
15268         (gnus-ask-server-for-new-groups): Use it.
15269         (gnus-check-first-time-used): Use it.
15270         (gnus-subscribe-newsgroup-method): Grok a list of functions.
15271         (gnus-subscribe-options-newsgroup-method): Ditto.
15272         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
15273         return .
15274
15275 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15276
15277         * gnus-cus.el (gnus-score-customize): Doc fix.
15278
15279 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
15280
15281         * dgnushack.el (my-getenv): Typo.
15282
15283 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15284
15285         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
15286
15287 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15288
15289         * gnus-group.el (gnus-group-suspend): Offer save summaries.
15290
15291         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
15292         (gnus-treatment-function-alist): Use it.
15293         (article-remove-leading-whitespace): New function.
15294         (gnus-article-make-menu-bar): Use it.
15295
15296         * gnus-sum.el (gnus-summary-wash-empty-map): Add
15297         remove-leading-whitespace.
15298         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
15299         because of conflict.
15300
15301 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15302
15303         * Makefile.in: Hack generating gnus-load.el.
15304         * dgnushack.el: Ditto.
15305         * gnus-load.el: Remove it.
15306
15307 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15308
15309         * dgnushack.el : Add URLDIR.
15310
15311         * Makefile.in (EMACS_COMP): Ditto.
15312
15313 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15314
15315         * gnus-cus.el (gnus-score-customize): Error on no score file.
15316
15317 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15318
15319         * mm-decode.el (mm-merge-handles): New function.
15320
15321         * mm-view.el (mm-inline-message): Use it.
15322         (mm-view-message): Ditto.
15323
15324         * mm-partial.el (mm-inline-partial): Ditto.
15325
15326         * mm-extern.el (mm-inline-external-body): Ditto.
15327
15328         * gnus-art.el (gnus-mime-view-part): Ditto.
15329         (gnus-mime-view-part-as-type): Ditto.
15330         (gnus-mime-save-part-and-strip): Prevent users to strip in some
15331         cases.
15332
15333 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15334
15335         * message.el (message-cancel-news): Allow to shoot foot.
15336         (message-supersede): Ditto.
15337
15338 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
15339         Trivial patch.
15340
15341         * gnus-sum.el (gnus-simplify-subject-re): Use
15342         message-subject-re-regexp.
15343
15344 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15345
15346         * nnmail.el (nnmail-expiry-target-group): Bind
15347         nnmail-cache-accepted-message-ids to nil.
15348
15349         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
15350         coding system.
15351
15352 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15353
15354         * qp.el (quoted-printable-encode-region): Make sure characters are
15355         between 00 and FF.  Don't check charset.
15356
15357         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
15358         in Emacs 20.
15359         * rfc2047.el (rfc2047-q-encode-region): Ditto.
15360
15361 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15362
15363         * message.el (message-make-forward-subject): Argument decoded.
15364         (message-forward): Use it when digest.
15365
15366         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
15367         buffer.
15368
15369 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15370
15371         * message.el (message-generate-headers-first): Doc fix.
15372
15373 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15374
15375         * gnus-art.el (article-make-date-line): Error proof.
15376
15377 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15378
15379         * gnus-group.el (gnus-group-listing-limit): New variable.
15380         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
15381
15382         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
15383
15384 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15385
15386         * message.el (message-newline-and-reformat): Special case for
15387         breaking at BOL.
15388
15389 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
15390
15391         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
15392         message/rfc822.
15393
15394 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15395
15396         * message.el (message-encode-message-body): Don't insert
15397         Content-Type if it is inside a mail.
15398
15399 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15400
15401         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
15402         gnus-article-commands-menu.
15403
15404         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
15405         in Emacs.
15406
15407         * gnus-start.el (gnus-read-descriptions-file): Use
15408         gnus-group-name-charset and gnus-group-charset-alist.
15409
15410 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15411
15412         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
15413         active region.
15414
15415         * gnus-start.el (gnus-group-change-level): Remove from both
15416         gnus-zombie-list and gnus-killed-list.
15417
15418 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15419
15420         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
15421         gnus-subscribe-topics.
15422
15423         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
15424
15425 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15426
15427         * gnus-art.el (gnus-article-make-menu-bar): Make
15428         gnus-article-post-menu.
15429
15430         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
15431
15432         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
15433
15434         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
15435
15436         * message.el (message-mode-menu): Ditto.
15437
15438         * gnus-art.el (defvar): eval-when-compile.
15439
15440 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15441
15442         * gnus-agent.el (gnus-agentize): Fix doc.
15443
15444 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
15445
15446         * mml.el (mml-preview): Bind `q'.
15447
15448 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15449
15450         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
15451
15452 2001-01-31  Dave Love  <fx@gnu.org>
15453
15454         * mm-util.el (mm-mime-mule-charset-alist)
15455         (mm-find-mime-charset-region): Consider mule-utf-8.
15456
15457 2001-01-31  Dave Love  <fx@gnu.org>
15458
15459         * gnus-art.el (gnus-article-x-face-command)
15460         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
15461         :version.
15462
15463 2001-01-26  Dave Love  <fx@gnu.org>
15464
15465         * mm-util.el (mm-multibyte-string-p): New.
15466
15467 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
15468 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
15469 ;;      string-as-multibyte on class.  Clarify line-folding.
15470         (quoted-printable-encode-string): Make temp buffer inherit
15471         string's multibyteness.
15472
15473 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
15474
15475         * nnheader.el (toplevel): Don't require `gnus-util' at
15476         compile-time; this creates a circular dependency, and prevents
15477         a bootstrap.
15478
15479 2001-01-22  Andreas Schwab  <schwab@suse.de>
15480
15481         * nnheader.el (gnus-delete-line): Autoload it as a macro.
15482
15483 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15484
15485         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
15486
15487         * gnus-art.el (article-hide-list-identifiers): Ditto.
15488
15489         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
15490
15491 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15492
15493         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
15494
15495         * gnus-art.el (article-hide-list-identifiers): Similar.
15496
15497 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
15498
15499         * nnmail.el (nnmail-remove-list-identifiers): Improved.
15500
15501 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15502
15503         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
15504
15505 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15506
15507         * gnus-util.el (gnus-string-equal): New function.
15508
15509         * gnus-art.el (article-hide-boring-headers): Use it.
15510
15511 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
15512
15513         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
15514
15515 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15516
15517         * gnus-msg.el (gnus-msg-mail): Support switch-action.
15518
15519 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15520
15521         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
15522         command if there is not last-saver.
15523
15524 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15525
15526         * nntp.el (nntp-open-connection): 201 is possible.
15527
15528 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15529
15530         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
15531         (rfc2047-charset-encoding-alist): Add big5.
15532
15533 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15534
15535         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
15536         (gnus-agent-remove-server): Ditto.
15537         (autoload): gnus-server-update-server.
15538
15539         * gnus-srvr.el (gnus-server-line-format): Add %a.
15540         (gnus-server-line-format-alist): Add gnus-tmp-agent.
15541         (gnus-server-insert-server-line): Use it.
15542
15543 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15544
15545         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
15546         GB2312 and Big5.
15547
15548 2001-01-24  Simon Josefsson  <sj@extundo.com>
15549
15550         * mail-source.el (mail-sources): Add :program specifier to IMAP
15551         mail source.
15552         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
15553
15554 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15555
15556         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
15557
15558 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15559
15560         * nntp.el (nntp-wait-for): Return the success code.
15561         (nntp-open-connection): Use it.
15562
15563 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15564
15565         * gnus-int.el (gnus-check-server): Allow breaking the opening.
15566
15567 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15568
15569         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
15570
15571 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15572
15573         * gnus-sum.el (gnus-summary-print-article): Take one prefix
15574         argument. Allow to print several articles in one file.
15575
15576 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15577
15578         * webmail.el (webmail-type-definition): netaddress changes.
15579
15580 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15581
15582         * gnus.el: Fix copyright. Remove trailing spaces.
15583
15584         * message.el (message-forward): Use mule4.
15585
15586 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15587
15588         * mm-util.el (mm-string-as-unibyte): New function.
15589
15590         * message.el (message-forward): Use it.
15591
15592 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15593
15594         * message.el (message-cite-original-without-signature): Don't peel
15595         off the blank line.
15596         (message-get-reply-headers): Add Cc if it is not in follow-to.
15597
15598 2001-01-20  Simon Josefsson  <sj@extundo.com>
15599
15600         * mm-decode.el (mm-handle-multipart-from): Add.
15601         (mm-dissect-buffer): Save From: header value.
15602         (mm-security-from): Remove.
15603         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
15604
15605         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
15606         instead of `mml-security-from'.  Protect null from value.
15607
15608 2001-01-20  Simon Josefsson  <sj@extundo.com>
15609
15610         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
15611         application/vnd.ms-excel attachments.
15612
15613 2001-01-19  Simon Josefsson  <sj@extundo.com>
15614
15615         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
15616
15617 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15618
15619         * message.el (message-ignored-mail-headers): Ditto.
15620
15621 2001-01-19  Simon Josefsson  <sj@extundo.com>
15622
15623         * message.el (message-ignored-news-headers): Only search beginning
15624         of line.
15625
15626 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
15627         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
15628
15629         * message.el (message-send-mail): Content-Type may not be there.
15630
15631 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15632
15633         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
15634         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
15635
15636         * gnus-art.el (article-display-x-face): Insert X-Face if there is
15637         not.
15638
15639 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15640
15641         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
15642         non-native groups.
15643
15644 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15645
15646         * message.el (message-yank-original): Understand
15647         universal-argument.
15648
15649 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15650
15651         * gnus-art.el (gnus-boring-article-headers): Add to-address.
15652         (article-hide-boring-headers): Ditto.
15653
15654         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
15655
15656 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15657
15658         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
15659         one.
15660
15661 2001-01-16  Simon Josefsson  <simon@josefsson.org>
15662
15663         * message.el (message-make-in-reply-to): Add comment to message-id
15664         (old syntax, see 2000-08-02 change).
15665
15666 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15667
15668         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
15669         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
15670         (gnus-button-reply): Ditto.
15671
15672 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * gnus-art.el (article-display-x-face): Fix.
15675
15676 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15677
15678         * gnus-art.el (article-display-x-face): Use
15679         gnus-original-article-buffer.
15680
15681 2001-01-15  Jack Twilley  <jmt@tbe.net>
15682
15683         * message.el (message-add-header): Move to point-max.
15684
15685 2001-01-15  Simon Josefsson  <simon@josefsson.org>
15686
15687         * smime.el (smime-CA-directory, smime-CA-file): Change default to
15688         nil, improve documentation.
15689         (smime-certificate-directory): Comment out false hints (until it
15690         is implemented).
15691
15692         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
15693         there aren't any keys.
15694         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
15695         verify certificate.  Default is changed to only check integrity.
15696         Improved security status texts.  If a certificate doesn't contain
15697         a email address, don't fail.
15698
15699         * smime.el (smime-noverify-region):
15700         (smime-noverify-buffer): New functions.  Verifies integrity only.
15701
15702 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15703
15704         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
15705
15706 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15707
15708         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
15709         (gnus-remove-some-windows): Ditto.
15710
15711 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15712
15713         * gnus-art.el (article-make-date-line): 11th.
15714
15715 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15716
15717         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
15718         (mml2015-gpg-sign): Ditto.
15719
15720 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15721
15722         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
15723         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
15724
15725 2001-01-08  Dave Love  <fx@gnu.org>
15726
15727         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
15728         single character.
15729
15730         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
15731
15732         * message.el: Doc and message fixes.
15733         (message-send-rename-function)
15734         (message-make-forward-subject-function)
15735         (message-send-mail-function, message-reply-to-function)
15736         (message-wide-reply-to-function, message-followup-to-function)
15737         (message-distribution-function, message-auto-save-directory): Fix
15738         :type.
15739
15740         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
15741         proceeding after warnings.  Amend multipart warning message.
15742
15743 2001-01-04  Dave Love  <fx@gnu.org>
15744
15745         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
15746         compiling.
15747         (gnus-make-directory): Require nnmail.
15748
15749         * mm-decode.el (mm-inline-media-tests): Add
15750         image/x-portable-bitmap.
15751         (mm-get-image): Grok pbm.
15752
15753 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
15754
15755         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
15756
15757 2001-01-09  Didier Verna  <didier@xemacs.org>
15758
15759         * dgnushack.el (dgnushack-compile): give a dummy value to
15760         `gnus-xmas-glyph-directory' for the time of compilation.
15761         * gnus-agent.el: moved some XEmacs specific hook add-ons from
15762         `gnus-xmas-[re]define' to avoid loosing user custom settings.
15763         * gnus-art.el: ditto.
15764         * gnus-group.el: ditto.
15765         * gnus-salt.el: ditto.
15766         * gnus-sum.el: ditto.
15767         * gnus-topic.el: ditto.
15768         * gnus-xmas.el (gnus-xmas-define): see above.
15769         * gnus-xmas.el (gnus-xmas-redefine): see above.
15770         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
15771         non-continuable error when the directory can't be found.
15772
15773 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15774
15775         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
15776         handle.
15777         * gnus-art.el (gnus-mime-view-part): Copy it.
15778         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
15779
15780 2001-01-09  Michael Downes  <mjd@ams.org>
15781
15782         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
15783
15784 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15785
15786         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
15787         orig-file. Use ',source.
15788
15789 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15790
15791         * gnus-xmas.el (gnus-xmas-modeline-glyph):
15792         (gnus-xmas-group-startup-message):
15793         Detect gnus-xmas-glyph-directory when it is nil.
15794
15795 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15796
15797         * pop3.el (pop3-get-message-count): Andrew Innes
15798         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
15799
15800 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15801
15802         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
15803
15804         * time-date.el (time-to-number-of-days): New function.
15805
15806 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
15807         Trivial patch.
15808
15809         * nnslashdot.el (nnslashdot-request-list): Always get the right
15810         sid.
15811
15812 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15813
15814         * message.el (message-minibuffer-local-map): New keymap.
15815         (message-read-from-minibuffer): Use it.
15816         * gnus-msg.el (gnus-summary-resend-message): Use it
15817
15818 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15819
15820         * gnus-start.el (gnus-display-time-event-handler): New function.
15821         (gnus-after-getting-new-news-hook): Use it.
15822
15823 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15824
15825         * message.el (message-ignored-mail-headers): Add draft header.
15826
15827 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15828
15829         * gnus-sum.el (gnus-summary-expire-articles): Don't save
15830         excursion.
15831
15832         * nnslashdot.el (nnslashdot-request-list): Get the right year.
15833
15834 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
15835         A revoked patch.
15836
15837         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
15838
15839 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15840
15841         * qp.el (quoted-printable-decode-region): Don't backward-char.
15842
15843 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15844
15845         * gnus-draft.el: Mark articles as replied.
15846
15847         * gnus-sum.el (gnus-summary-add-mark): New function.
15848
15849         * gnus-group.el (gnus-add-mark): New function.
15850
15851         * gnus-sum.el (gnus-summary-buffer-name): New function.
15852         (gnus-summary-setup-buffer): Use it.
15853
15854         * gnus-draft.el: Set things up with the right post method and
15855         stuff.
15856
15857         * message.el (message-ignored-news-headers): Remove X-Draft-From.
15858
15859         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
15860
15861         * gnus.el (gnus-draft-meta-information-header): New variable.
15862
15863 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15864
15865         * gnus-art.el (gnus-treatment-function-alist): Move the date
15866         functions before the header sorting functions.
15867
15868         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
15869
15870         * dgnushack.el (dgnushack-compile): Message whether there is w3.
15871         Don't (push "/usr/share/emacs/site-lisp" load-path).
15872
15873         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
15874         to empty fill prefixes.
15875
15876 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15877
15878         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
15879         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
15880
15881 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15882
15883         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
15884
15885         * nnml.el (autoload): Move to nnheader.el.
15886
15887         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
15888         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
15889         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
15890         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
15891
15892 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15893
15894         * gnus-art.el (article-make-date-line): Get the hours right.
15895         (gnus-ignored-headers): More hiding.
15896
15897         * nnmail.el (nnmail-expiry-wait): Not an integer.
15898
15899         * message.el (message-goto-body): Only expand abbrev when called
15900         interactively.
15901         (message-make-lines): Use it.
15902
15903 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15904
15905         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
15906
15907 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15908
15909         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
15910         include the expunged articles.
15911
15912         * gnus-group.el (gnus-group-sort-by-server): New function.
15913
15914         * gnus.el (gnus-method-to-server-name): New function.
15915         (gnus-group-prefixed-name): Use it.
15916
15917         * gnus-group.el (gnus-group-sort-function): Doc fix.
15918         (gnus-group-sort-groups-by-server): New command.
15919
15920 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15921
15922         * gnus-art.el (gnus-treat-date-english): New variable.
15923         (article-date-english): New command.
15924         (gnus-english-month-names): New variable.
15925         (article-make-date-line): Do 'english.
15926
15927         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
15928         after the fill prefix.
15929
15930         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
15931         score...".
15932
15933         * gnus-art.el (gnus-ignored-headers): Hide more headers.
15934
15935         * message.el (message-mode-map): Bind comment-region.
15936
15937         * gnus-art.el (gnus-mime-display-part): Let w3 display
15938         multipart/related.
15939
15940         * mm-bodies.el (mm-long-lines-p): New function.
15941         (mm-body-encoding): Use it.
15942         (mm-body-encoding): Encode articles with lines longer than 1000
15943         characters.
15944
15945 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15946
15947         * mm-util.el (mm-enable-multibyte): Use
15948         default-enable-multibyte-characters.
15949         (mm-enable-multibyte-mule4): Ditto.
15950         (mm-disable-multibyte): Test XEmacs.
15951         (mm-disable-multibyte-mule4): Ditto.
15952         (mm-with-unibyte-current-buffer): Simplified.
15953         (mm-with-unibyte-current-buffer-mule4): Ditto.
15954
15955 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15956
15957         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
15958
15959         * nnheader.el (nnheader-string-as-multibyte): New alias.
15960
15961         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
15962
15963         * gnus-uu.el (gnus-message-process-mark): New function.
15964         (gnus-uu-mark-by-regexp): Use it.
15965         (gnus-new-processable): New function.
15966
15967 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
15968          Trivial patch.
15969
15970         * gnus-sum.el (gnus-no-mark): New variable.
15971
15972 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15973
15974         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
15975         backslashes.
15976
15977 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15978
15979         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
15980         definition.
15981
15982 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15983
15984         * dgnushack.el (dgnushack-compile): elc is in the current directory.
15985
15986         * qp.el (quoted-printable-encode-region): Don't check multibyte in
15987         XEmacs.
15988
15989 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
15990         Trivial patch.
15991
15992         * mml.el (mml-read-tag): Save tag location.
15993
15994 2000-12-25  Simon Josefsson  <simon@josefsson.org>
15995
15996         * starttls.el: Sync with Emacs 21.
15997
15998 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15999
16000         * message.el (message-mail): Support yank-action.
16001
16002         * message.el (message-setup): Revoke the last change.
16003
16004 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16005
16006         * message.el (message-setup): Use cons. Suggested by Johan Vromans
16007         <jvromans@squirrel.nl>.
16008
16009 2000-12-24  Simon Josefsson  <sj@extundo.com>
16010
16011         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
16012         mailing list junk at end of part.
16013
16014 2000-12-23  Simon Josefsson  <sj@extundo.com>
16015
16016         * nnimap.el (nnimap-expiry-target): New function.
16017         (nnimap-request-expire-articles): Use it.
16018
16019 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16020
16021         * gnus.el (gnus-group-parameters-more): New variable.
16022         * gnus-cus.el (gnus-group-customize): Use it.
16023
16024         * gnus.el (gnus-define-group-parameter): New macro.
16025         (auto-expire): Use it
16026         (total-expire): Use it.
16027         * gnus-art.el (banner): Use it.
16028
16029         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
16030         <ljz@asfast.com>.
16031
16032 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16033
16034         * gnus-topic.el (gnus-topic-create-topic): Use list.
16035
16036         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
16037         before binding gnus-default-article-saver.
16038
16039         * gnus-sum.el (gnus-summary-save-article):
16040         (gnus-summary-pipe-output):
16041         (gnus-summary-save-article-mail):
16042         (gnus-summary-save-article-rmail):
16043         (gnus-summary-save-article-file):
16044         (gnus-summary-write-article-file):
16045         (gnus-summary-save-article-body-file): Ditto.
16046
16047         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
16048
16049 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16050
16051         * gnus-art.el (gnus-mime-security-button-map):
16052         (gnus-mime-button-map): Add parent.
16053
16054 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16055
16056         * messagexmas.el (message-xmas-redefine): New function.
16057
16058         * message.el: Use it.
16059
16060         * gnus-art.el (gnus-article-check-hidden-text): Return t.
16061
16062         * gnus-util.el (gnus-remove-text-properties-when): Return t.
16063
16064 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16065
16066         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
16067         malformatted messages.
16068
16069 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16070
16071         * mm-util.el (mm-image-load-path): New function.
16072
16073         * gnus-group.el (gnus-group-make-tool-bar): Use it.
16074
16075         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
16076
16077         * message.el (message-tool-bar-map): Use it.
16078
16079         * Makefile.in (install-el): New rule.
16080
16081 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16082
16083         * gnus-art.el (article-treat-dumbquotes): Quote \.
16084
16085 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16086
16087         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
16088         Emacs 20 runs on a terminal.
16089
16090 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16091
16092         * gnus-msg.el (gnus-bug): Revert to save-excursion.
16093
16094         * mml.el (gnus-add-minor-mode): Autoload.
16095
16096         * message.el (message-forward): Save-restriction.
16097
16098 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16099
16100         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
16101         Paul Stevenson <p.stevenson@surrey.ac.uk>
16102
16103 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16104
16105         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
16106
16107         * mml.el (gnus-ems): Don't require.
16108
16109         * gnus.el (gnus-decode-rfc1522): Removed.
16110         (gnus-set-text-properties): Define.
16111
16112 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16113
16114         * gnus-art.el (gnus-mime-*): handle may be nil.
16115
16116         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
16117
16118         * gnus.el (gnus-group-remove-excess-properties): Not defined
16119         in gnus-xmas.
16120
16121 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16122
16123         * message.el (message-mail-user-agent): Add :version.
16124
16125 2000-12-21  Miles Bader  <miles@gnu.org>
16126
16127         * message.el (message-mode): Set `comment-start' to the  yank prefix.
16128
16129 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16130
16131         * message.el (message-mail-user-agent): New variable.
16132         (message-setup): Renamed to message-setup-1. Support
16133         mail-user-agent.
16134         (message-mail-user-agent): New function.
16135         (message-mail): Use it.
16136         (message-reply): Use it.
16137         (message-resend): Use it.
16138         (message-mail-other-window): Use it.
16139         (message-mail-other-frame): Use it.
16140
16141         * gnus-msg.el (gnus-bug): Support mail-user-agent.
16142
16143 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16144
16145         * message.el (message-tool-bar-map): Simplify.
16146         (message-narrow-to-head-1): New function.
16147         (message-narrow-to-head): Use it.
16148         (message-reply): Ditto.
16149         (message-cancel-news): Ditto.
16150         (message-supersede): Ditto.
16151         (message-make-forward-subject): Ditto.
16152         (message-bounce): Ditto.
16153
16154 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16155
16156         * uudecode.el (uudecode-decode-region-external): make-temp-file
16157         may not be defined.
16158
16159         * binhex.el (defalias): eval-and-compile.
16160
16161         * message.el (message-tool-bar-map): New function.
16162         (message-mode): Use it.
16163
16164 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16165
16166         * nntp.el (nntp-find-connection): Remove the entry.
16167         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
16168
16169 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16170
16171         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
16172
16173         * message.el (message-forward): Copy buffer in unibyte mode.
16174
16175 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16176
16177         * message.el (message-make-forward-subject): Don't widen. Decode.
16178         (message-forward): Don't decode subject.
16179
16180 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
16181
16182         * qp.el (quoted-printable-encode-region): Upcase QP.
16183
16184 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16185
16186         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
16187         mail-extract-a-c instead. Don't depend on Gnus.
16188
16189         * mml.el (gnus-ems): Require it.
16190
16191         * gnus-msg.el (gnus-summary-mail-forward):
16192
16193         * message.el (message-forward):  Move mime-to-mml here.
16194
16195 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16196
16197         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
16198         * gnus-art.el (gnus-insert-mime-button): Simplify.
16199         (gnus-mime-display-alternative): Ditto.
16200         (gnus-insert-mime-security-button): Ditto.
16201
16202 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16203
16204         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
16205         text-property-not-all doesn't return nil when start=mark(end).
16206         (gnus-remove-text-properties-when): Ditto.
16207
16208 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16209
16210         * gnus-start.el (gnus-group-change-level): Remove group from
16211         gnus-active-hashtb if real killed.
16212
16213 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16214
16215         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
16216         (gnus-mime-display-alternative): Ditto.
16217         (gnus-insert-mime-security-button): Ditto.
16218
16219 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16220
16221         * gnus-start.el (gnus-group-change-level): Don't add it into
16222         killed-list if it was killed.
16223
16224 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16225
16226         * nnmbox.el (nnmbox-file-coding-system): Use binary.
16227         (nnmbox-active-file-coding-system): Ditto.
16228
16229         * gnus-cus.el (gnus-group-parameters): Add posting-style.
16230
16231 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16232
16233         * gnus.el (gnus-version):
16234         (gnus-version-number): Set to Oort Gnus 0.01.
16235
16236         * gnus-art.el (gnus-mime-security-button-map):
16237         (gnus-insert-mime-security-button): Fix for Emacs21.
16238
16239 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16240
16241         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
16242         easymenu, because XEmacs doesn't understand :help.
16243
16244         * mm-uu.el: Require binhex.
16245
16246 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16247
16248         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
16249
16250 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16251
16252         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
16253
16254 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
16255
16256         * *.xpm, *.pbm: Convert icons icons to size 24x24.
16257
16258 2000-12-18  Dave Love  <fx@gnu.org>
16259
16260         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
16261         (unused).
16262
16263 2000-12-13  Miles Bader  <miles@gnu.org>
16264
16265         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
16266         to t, so that we don't get stuck while trying to smilefy
16267         intangible text.
16268
16269 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16270
16271         * smiley-ems.el (smiley-regexp-alist): Make regexps match
16272         at the end of the buffer.
16273         (smiley-region): In the loop, move to the end of the submatch
16274         matching the smiley instead of using the end of the match
16275         of the whole regexp.
16276
16277 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
16278
16279         * message.el (message-mode): Doc fix.
16280
16281 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
16282
16283         * smiley-ems.el (smiley-region): Doc fix.
16284
16285 2000-12-11  Miles Bader  <miles@gnu.org>
16286
16287         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
16288         bottom line visible, check to see if it's partially obscured, and
16289         if so, either scroll one more line to make it fully visible, or
16290         revert to showing the second line from the top.
16291
16292 2000-12-07  Dave Love  <fx@gnu.org>
16293
16294         * mailcap.el (mailcap-download-directory)
16295         * gnus-audio.el (gnus-audio-directory)
16296         * smiley-ems.el (smiley-data-directory): Fix :type.
16297
16298 2000-11-30  Dave Love  <fx@gnu.org>
16299
16300         * message.el (message-auto-save-directory): Use
16301         file-name-as-directory.
16302         (message-set-auto-save-file-name): Create
16303         message-auto-save-directory if necessary.
16304         (message-replace-chars-in-string): Removed -- unused.
16305         (message-mail-alias-type): Customize.
16306         (message-headers): Remove duplicate defgroup.
16307
16308 2000-11-29  Dave Love  <fx@gnu.org>
16309
16310         * qp.el (quoted-printable-decode-region): Use error, not message
16311         to report malformed text (like base64).  Amend message.
16312
16313 2000-11-29  Miles Bader  <miles@gnu.org>
16314
16315         * message.el (message-header-lines): Fontify tag.
16316
16317 2000-11-27  Dave Love  <fx@gnu.org>
16318
16319         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
16320         compiler warning.
16321
16322 ;2000-11-26  Dave Love  <fx@gnu.org>
16323 ;
16324 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
16325 ;
16326 2000-11-23  Dave Love  <fx@gnu.org>
16327
16328         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
16329
16330         * mm-uu.el (uudecode): Require.
16331         (uudecode-decode-region, uudecode-decode-region-external): Don't
16332         autoload.
16333         (mm-uu-copy-to-buffer): Doc fix.
16334         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
16335         type fix.
16336
16337         * mailcap.el: Doc fixes.
16338         (mailcap-mime-data): Various adjustments.
16339         (mailcap): New group.
16340         (mailcap-download-directory): Customize.
16341         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
16342         (mailcap-temporary-directory): Deleted (unused).
16343         (mailcap-unescape-mime-test): Simplify slightly.
16344         (mailcap-viewer-passes-test): Use functionp.
16345         (mailcap-command-p): Aliased to executable-find.
16346
16347         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
16348         default-enable-multibyte-characters is nil.
16349
16350 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
16351
16352         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
16353
16354 2000-11-21  Dave Love  <fx@gnu.org>
16355
16356         * gnus-art.el (gnus-mime-button-map): Don't inherit from
16357         gnus-article-mode-map.
16358 ;       (gnus-mime-button-menu): Use mouse-set-point.
16359         (gnus-insert-mime-button, gnus-mime-display-alternative)
16360         (gnus-mime-display-alternative): Don't use local-map property.
16361
16362 2000-11-17  Dave Love  <fx@gnu.org>
16363
16364         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
16365         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
16366         and make-temp-file.
16367         (uudecode-decode-region): Doc fix.
16368
16369 2000-11-14  Dave Love  <fx@gnu.org>
16370
16371         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
16372         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
16373         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
16374         New files, derived from the XPMs.
16375
16376 2000-11-10  Dave Love  <fx@gnu.org>
16377
16378         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
16379         (gnus-agent-lib-file, gnus-agent-load-alist)
16380         (gnus-agent-save-alist, gnus-agent-article-name): Use
16381         expand-file-name.
16382
16383         * gnus-group.el (gnus-group-name-charset-method-alist): Add
16384         :version.
16385         (nnkiboze-score-file): Defvar when compiling.
16386
16387         * gnus-start.el (gnus-read-newsrc-file): Add :version.
16388
16389         * gnus-art.el (gnus-article-banner-alist)
16390         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
16391         (gnus-article-date-lapsed-new-header)
16392         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
16393         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
16394         (gnus-treat-strip-headers-in-body)
16395         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
16396         (gnus-treat-translate): Add :version.
16397         (gnus-article-mime-part-function): Fix defcustom.
16398
16399         * nnmail.el (nnmail-expiry-target)
16400         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
16401         (nnmail-split-header-length-limit): Add :version.
16402
16403         * gnus-sum.el (gnus-auto-expirable-marks)
16404         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
16405         (gnus-extra-headers, gnus-ignored-from-addresses)
16406         (gnus-newsgroup-ignored-charsets)
16407         (gnus-group-highlight-words-alist)
16408         (gnus-summary-show-article-charset-alist): Add :version.
16409
16410         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
16411         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
16412         files, converted from the XPMs.
16413
16414         * gnus-cache.el (gnus-cache-active-file): Don't use
16415         file-name-as-directory on directory.
16416         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
16417         use file-name-as-directory on directory.
16418
16419         * time-date.el (timezone-make-date-arpa-standard): Autoload.
16420         (date-to-time): Use it.
16421
16422 ;       * message.el (message-mode) <adaptive-fill-regexp>:
16423 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
16424 ;       (message-newline-and-reformat): Likewise.
16425         (message-forward-as-mime, message-forward-ignored-headers)
16426         (message-buffer-naming-style, message-default-charset)
16427         (message-dont-reply-to-names, message-send-mail-partially-limit):
16428         Add :version.
16429
16430         * mm-util.el: Doc fixes.
16431         (mm-mime-charset): Don't use the raw result of
16432         mm-preferred-coding-system.
16433         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
16434         (mm-with-unibyte): Simplify.
16435
16436         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
16437         concat.
16438
16439         * pop3.el (pop3-version): Deleted.
16440         (pop3-make-date): New function, avoiding message-make-date.
16441         (pop3-munge-message-separator): Use it.
16442
16443 2000-11-09  Dave Love  <fx@gnu.org>
16444
16445         * gnus-group.el (gnus-group-make-directory-group)
16446         (gnus-group-fetch-faq): Use expand-file-name.
16447         (gnus-group-fetch-faq): Simplify completing-read form.
16448
16449         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
16450         test for Mule.
16451
16452         * message.el (tool-bar-map): Defvar when compiling.
16453
16454         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
16455         (gnus-tm-lisp-directory): Deleted.
16456         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
16457         (featurep 'xemacs).
16458         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
16459         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
16460         version numbers from file names.
16461
16462 2000-11-08  Dave Love  <fx@gnu.org>
16463
16464         * mm-view.el: Use featurep for XEmacs test.
16465         (mm-inline-message): Test for `remove-specifier'; don't use
16466         condition-case.
16467
16468         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
16469
16470         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
16471         (gnus-score-find-bnews): Don't concat "".
16472
16473         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
16474         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
16475         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
16476         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
16477
16478         * gnus-sum.el: Put some defvars in eval-when-compile.
16479         (gnus-summary-mode-hook): Add :options.
16480         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
16481         (gnus-summary-tool-bar-map): New variable.
16482         (gnus-summary-make-tool-bar): New function.
16483         (gnus-summary-mode): Put kill-all-local-variables first.
16484
16485         * gnus-group.el (gnus-group-toolbar-map): New variable.
16486         (gnus-group-make-tool-bar): Rewritten.
16487         (gnus-group-mode): Put kill-all-local-variables first.
16488
16489         * rfc2047.el: Require gnus-util.
16490
16491         * nnml.el (gnus-sorted-intersection): Autoload.
16492
16493         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
16494         Put some defvars in eval-when-compile.
16495         (gnus-intersection, gnus-sorted-complement):  Autoload.
16496
16497         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
16498
16499         * mm-encode.el (mm-body-7-or-8): Autoload.
16500
16501         * mm-decode.el (mm-insert-inline): Autoload.
16502
16503         * mml.el:
16504         * message.el: Put some defvars in eval-when-compile.
16505
16506         * gnus-msg.el: Put some defvars in eval-when-compile.
16507         (gnus-msg-mail): Move after gnus-setup-message.
16508
16509         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
16510
16511 2000-11-07  Dave Love  <fx@gnu.org>
16512
16513         * gnus-util.el (nnheader): Don't require message (recursive
16514         autoload).
16515
16516         * uudecode.el: Avoid compiler warnings.
16517
16518         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
16519         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
16520
16521 2000-11-06  Dave Love  <fx@gnu.org>
16522
16523         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
16524
16525         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
16526         (uudecode-char-int): New alias, replacing char-int.
16527         (uudecode-decode-region): Don't call buffer-disable-undo.
16528
16529 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
16530 ;       (mm-uu-configure-list): Doc fix.
16531 ;
16532 ;       * earcon.el (running-xemacs): Don't define.
16533 ;
16534 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16535 ;
16536 ;       * message.el (message-font-lock-keywords): Match a final newline
16537 ;       to help font-lock's multiline support.
16538 ;
16539 2000-11-03  Dave Love  <fx@gnu.org>
16540
16541         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
16542
16543         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
16544         name.
16545
16546         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
16547         <banner>: Fix custom type, doc.
16548
16549         * mm-decode.el (mm-display-external): Space-prefix temp buffer
16550         name.  Don't disable undo explicitly.
16551
16552 ;2000-11-02  Dave Love  <fx@gnu.org>
16553 ;
16554 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
16555 ;       cite-prefix.
16556
16557 2000-11-01  Dave Love  <fx@gnu.org>
16558
16559         * rfc2047.el (base64): Require unconditionally.
16560         (message-posting-charset): Defvar when compiling.
16561         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
16562         message.
16563
16564         * gnus-sum.el (nnoo): Require.
16565         (mm-uu-dissect): Autoload.
16566
16567         * mml.el (mml-parse-1): Clarify message.
16568         (mml-minibuffer-read-type): Use mailcap-mime-types.
16569
16570 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
16571
16572         * mml.el: Fix a typo in the requiring of CL.
16573
16574 2000-11-01  Dave Love  <fx@gnu.org>
16575
16576         * utf7.el: Require cl when compiling.
16577
16578         * binhex.el: Use (featurep 'xemacs).
16579         (binhex-char-int): New alias, replacing char-int.  Change callers.
16580         (binhex-decode-region): Simplify work buffer code.
16581         (binhex-decode-region-external): Use expand-file-name, not concat.
16582
16583 2000-10-30  Dave Love  <fx@gnu.org>
16584
16585         * gnus-art.el: Fix 2000-10-27 change properly.
16586
16587 2000-10-28  Miles Bader  <miles@gnu.org>
16588
16589         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
16590
16591 2000-10-27  Dave Love  <fx@gnu.org>
16592
16593         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
16594         strings.
16595         (gnus-group-make-tool-bar): New function.
16596         (gnus-group-mode): Use it.
16597
16598         * message.el (message-mode-menu): Add some :help strings.
16599         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
16600         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
16601
16602         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
16603         * describe-group.xpm, get-news.xpm, kill-group.xpm:
16604         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
16605
16606         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
16607         display-graphic-p here.
16608
16609 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
16610
16611         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
16612         of the `gnus-xemacs' variable, as the latter has been removed.
16613         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
16614         * gnus-art.el (gnus-treat-display-xface)
16615         (gnus-treat-display-smileys, gnus-treat-display-picons)
16616         (gnus-article-read-summary-keys): Likewise.
16617
16618 2000-10-26  Dave Love  <fx@gnu.org>
16619
16620         (defvar): Use rmail-spool-directory unconditionally.
16621
16622 2000-10-18  Dave Love  <fx@gnu.org>
16623
16624         * mm-bodies.el (mm-uu-decode-function)
16625         (mm-uu-binhex-decode-function): Defvar when compiling.
16626
16627         * gnus-nocem.el (gnus-nocem-issuers): Update.
16628         (gnus-nocem-check-from): New option.
16629         (gnus-nocem-scan-groups): Use it.
16630         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
16631         (gnus-nocem-check-article-limit): Add :version.
16632
16633 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
16634
16635         * ietf-drums.el (mm-util): Require CL when compiling.
16636
16637 2000-10-15  Dave Love  <fx@gnu.org>
16638
16639         * qp.el: Require mm-util.
16640
16641 2000-10-13  Dave Love  <fx@gnu.org>
16642
16643         * qp.el (quoted-printable-decode-region): Avoid invalid
16644         coding-systems.
16645
16646 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
16647
16648         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
16649         to a recursive load.
16650
16651 2000-10-12  Dave Love  <fx@gnu.org>
16652
16653         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
16654
16655         * gnus.el (gnus-group-startup-message): Check for PBM image.
16656
16657 2000-10-09  Dave Love  <fx@gnu.org>
16658
16659         * mail-source.el (mail-source-fetch-imap): Bind
16660         default-enable-multibyte-characters rather than using
16661         mm-disable-multibyte.
16662
16663 2000-10-05  Dave Love  <fx@gnu.org>
16664
16665         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
16666         Autoload.
16667         (quoted-printable-decode-region):  Rename arg which confused
16668         charset with coding-system.  Don't use nonascii-insert-offset.
16669         Coding-system encode the region initially.  Don't recognize `=='
16670         as valid QP.  Coding-system decode the region finally.
16671         (quoted-printable-decode-string): Rename arg which confused
16672         charset with coding-system.
16673
16674         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
16675         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
16676         mm-encode-coding-region.
16677         (mm-decode-body, mm-decode-string): Rename variables which
16678         confused charset with coding-system.
16679         (binhex-decode-region): Don't autoload.
16680         (mm-body-encoding): Require message.
16681         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
16682         cond branches.
16683
16684         * gnus-art.el (article-de-quoted-unreadable)
16685         (article-de-base64-unreadable): Fold search case
16686         rather than downcasing string.  Apply mm-charset-to-coding-system
16687         to arg of quoted-printable-decode-region.
16688
16689 2000-10-04  Dave Love  <fx@gnu.org>
16690
16691         * gnus-ems.el: Don't turn off compiler warnings in local vars.
16692         Require ring when compiling.
16693         (gnus-article-compface-xbm): New variable.
16694
16695 2000-10-04  Dave Love  <fx@gnu.org>
16696
16697         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
16698         pbm images.
16699
16700         * frown.pbm, smile.pbm, wry.pbm: New files.
16701
16702         * frown.xbm, smile.xbm, wry.xbm: Deleted.
16703
16704 2000-10-03  Dave Love  <fx@gnu.org>
16705
16706         * mail-source.el (mail-sources): Revert to nil.
16707
16708         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
16709
16710         * qp.el: Don't require mm-util.
16711         (quoted-printable-decode-region): Rewritten.
16712         (quoted-printable-decode-string, quoted-printable-encode-region):
16713         Doc fix.
16714         (quoted-printable-encode-region): Barf on multibyte characters.
16715         Maybe make the class multibyte.  Upcase chars, not formatted
16716         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
16717         (quoted-printable-encode-string): Don't use
16718         mm-with-unibyte-buffer.
16719
16720 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
16721
16722         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
16723
16724 2000-09-21  Dave Love  <fx@gnu.org>
16725
16726         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
16727         (for Emacs 20).  Tidy somewhat.
16728
16729 2000-09-21  Dave Love  <fx@gnu.org>
16730
16731         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
16732         image processing.  Rationalize logic somewhat.
16733
16734 2000-09-20  Dave Love  <fx@gnu.org>
16735
16736         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
16737         specifically.
16738
16739         * gnus.el (gnus-version-number): Avoid some redundant
16740         autoloads.
16741
16742 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
16743
16744         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
16745         to XBM; we always have PBM support.
16746
16747 2000-09-14  Dave Love  <fx@gnu.org>
16748
16749         * gnus.el (gnus-charset):
16750         * mm-decode.el (mime-display):
16751         * imap.el (imap) <defgroup>: Add :version.
16752
16753 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
16754
16755         * parse-time.el: Fix author's mail address.
16756
16757         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
16758         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
16759         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
16760         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
16761         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
16762         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
16763         * rfc2231.el, uudecode.el: Fix copyright notice.
16764
16765         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
16766         require `w3' at load-time only if not running in batch mode.
16767
16768 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16769
16770         * gnus.el: Before merge with Emacs21.
16771
16772 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
16773
16774         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
16775
16776 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
16777
16778         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
16779         to avoid conflict with the standard `back-to-indentation'
16780         binding.
16781
16782 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16783
16784         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
16785
16786         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
16787         (mm-disable-multibyte-mule4): Ditto.
16788         (mm-with-unibyte-current-buffer-mule4): Ditto.
16789
16790 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16791
16792         * pop3.el (pop3-movemail): Use binary.
16793         (pop3-movemail-file-coding-system): Removed.
16794
16795 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16796
16797         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
16798
16799 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16800
16801         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
16802         exists.
16803
16804 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16805
16806         * gnus-msg.el (gnus-post-method): Use backend name when the
16807         address is "".
16808
16809 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16810
16811         * gnus-art.el (article-verify-x-pgp-sig): Don't test
16812         mm-verify-option.
16813         (gnus-treat-x-pgp-sig): Default value.
16814         (gnus-ignored-headers): Redundant.
16815
16816 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16817
16818         * gnus-win.el (gnus-configure-frame): Save selected window.
16819
16820 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16821
16822         * nnmbox.el: Require gnus-range.
16823         (nnmbox-group-building-active-articles): New variable.
16824         (nnmbox-group-active-articles): New variable; this is a cache of
16825         all active articles by group and number.
16826         (nnmbox-in-header-p): New function.
16827         (nnmbox-find-article): New function.
16828         (nnmbox-record-active-article): New function.
16829         (nnmbox-record-deleted-article): New function.
16830         (nnmbox-is-article-active-p): New function.
16831         (nnmbox-retrieve-headers): Use nnmbox-find-article.
16832         (nnmbox-request-article): Ditto.  Also supply extra arg to
16833         nnmbox-article-group-number.
16834         (nnmbox-request-expire-articles): Ditto.
16835         (nnmbox-request-move-article): Ditto.
16836         (nnmbox-request-replace-article): Ditto.
16837         (nnmbox-request-rename-group): Rename group entry in active
16838         article cache.
16839         (nnmbox-delete-mail): Update active article cache, unless article
16840         is being replaced.
16841         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
16842         than partially duplicating it.
16843         (nnmbox-article-group-number): Add extra `this-line' arg, to
16844         handle articles belonging to multiple groups.
16845         (nnmbox-save-mail): Update active article cache.
16846         (nnmbox-read-mbox): Build active article cache when loading mbox.
16847         Also do some repair work, if we find articles that are missing the
16848         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
16849         reconstruct these from Xref info.
16850
16851 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16852
16853         * mail-source.el (mail-source-report-new-mail): Use
16854         nnheader-run-at-time.
16855
16856 2000-02-15  Andrew Innes  <andrewi@gnu.org>
16857
16858         * mail-source.el (mail-source-fetch-pop): Clear pop password when
16859         an error is thrown, and then rethrow the error.
16860         (mail-source-check-pop): Ditto.
16861         (mail-source-start-idle-timer): Prevent multiple pop checks
16862         running if the check takes a long time.
16863
16864 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16865
16866         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
16867         succeed.
16868
16869 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16870
16871         * gnus-win.el (gnus-configure-windows): Make sure
16872         nntp-server-buffer is live.
16873         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
16874
16875 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
16876
16877         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
16878
16879 2000-12-04  Andreas Jaeger  <aj@suse.de>
16880
16881         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
16882
16883 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16884
16885         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
16886
16887 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16888         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
16889
16890         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
16891
16892 2000-12-01  Simon Josefsson  <sj@extundo.com>
16893
16894         * mml-smime.el (mml-smime-verify): Fix address parsing.
16895
16896 2000-12-01  Simon Josefsson  <sj@extundo.com>
16897
16898         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
16899         more than one certificate inside PKCS#7 blob.  Better security
16900         information (clamed / actual sender, openssl output, certificates
16901         inside message).
16902
16903         * smime.el (smime-verify-region): Output to /dev/null.
16904         (smime-buffer-as-string-region): Don't parse empty lines.
16905
16906 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16907
16908         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
16909         ?d and ?D.
16910         (gnus-mime-security-show-details-inline): New variable.
16911         (gnus-mime-security-show-details): Use them.
16912         (gnus-insert-mime-security-button): Ditto.
16913
16914         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
16915         Suggest by Michael Duggan (md5i@cs.cmu.edu).
16916         (mml2015-gpg-clear-verify): Ditto.
16917         (mml2015-gpg-decrypt-1): Ditto.
16918         (mml2015-use): Prefer 'gpg.
16919
16920 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16921
16922         * gnus-util.el (gnus-add-text-properties-when): New function.
16923         (gnus-remove-text-properties-when): Ditto.
16924
16925         * gnus-cite.el (gnus-article-hide-citation): Use them.
16926         (gnus-article-toggle-cited-text): Use them.
16927
16928         * gnus-art.el (gnus-signature-toggle): Use them.
16929         (gnus-article-show-hidden-text): Ditto.
16930         (gnus-article-hide-text): Ditto.
16931
16932 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16933
16934         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
16935
16936 2000-11-30  Simon Josefsson  <sj@extundo.com>
16937
16938         * smime.el (smime-point-at-eol): New alias.
16939         (smime-buffer-as-string-region): Use it.
16940
16941 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16942
16943         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
16944
16945 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16946
16947         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
16948
16949         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
16950
16951         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
16952
16953 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16954
16955         * nnmh.el (nnmh-request-expire-articles): Implemented
16956         expiry-target for nnmh backend.
16957
16958 2000-11-30  Simon Josefsson  <sj@extundo.com>
16959
16960         * mm-decode.el (mm-security-from): New variable.
16961         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
16962
16963         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
16964         than `from'.
16965
16966 2000-11-30  Simon Josefsson  <sj@extundo.com>
16967
16968         * mml-smime.el (mml-smime-verify): Verify that certificate mail
16969         address match sender address.
16970
16971         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
16972
16973         * smime.el (smime-verify-region): Don't copy buffer.
16974         (smime-decrypt-buffer): Use expand-file-name on keyfile.
16975         (smime-pkcs7-region): New function.
16976         (smime-pkcs7-certificates-region): Ditto.
16977         (smime-pkcs7-email-region): Ditto.
16978         (smime-buffer-as-string-region): Ditto.
16979
16980         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
16981         buffer.
16982
16983 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
16984
16985         * smime.el (smime-decrypt-region): Fix keyfile argument.
16986
16987 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16988
16989         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
16990
16991 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16992
16993         * message.el (message-shoot-gnksa-feet): New variable.
16994         (message-gnksa-enable-p): New function.
16995         (message-send): Use it.
16996         (message-check-news-body-syntax): Ditto.
16997
16998 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16999
17000         * message.el (message-make-message-id): Remove the redundancy.
17001
17002 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17003
17004         * message.el (message-setup): Discourage using mc-install-*-mode.
17005
17006         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
17007
17008 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17009
17010         * gnus-cite.el (gnus-cite-parse): Guess citation length.
17011
17012 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17013
17014         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
17015
17016 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17017
17018         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
17019
17020 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17021
17022         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
17023         insert-buffer-substring.
17024
17025         * message.el (message-send-mail): Use buffer-substring-no-properties.
17026         (message-send-news): Ditto.
17027
17028 2000-11-22  David Edmondson  <dme@dme.org>
17029
17030         * imap.el (imap-wait-for-tag): Message read info.
17031
17032 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17033
17034         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
17035         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
17036         (mml2015-gpg-encrypt): Ditto.
17037
17038 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17039
17040         * mm-decode.el (mm-verify-option): Default value.
17041
17042         * mml-sec.el (mml-secure-part): Error message.
17043
17044 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17045
17046         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
17047
17048 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17049
17050         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
17051
17052 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17053
17054         * gnus-art.el (gnus-article-describe-key): Use prompt.
17055         (gnus-article-describe-key-briefly): Ditto.
17056
17057 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17058
17059         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
17060
17061 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17062
17063         * gnus-art.el (gnus-article-describe-key): New function.
17064         (gnus-article-describe-key-briefly): New function.
17065
17066 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17067
17068         * mm-decode.el (mm-decrypt-option): Doc typo.
17069
17070         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
17071         return a number.
17072
17073 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17074
17075         * message.el (message-newline-and-reformat): Typo.
17076
17077 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17078
17079         * gnus-art.el (article-verify-x-pgp-sig): Check whether
17080         original-article-buffer exists.
17081
17082         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
17083         (rfc2047-header-encoding-alist): Addresses are different from text.
17084         (rfc2047-encode-message-header): Ditto.
17085         (rfc2047-dissect-region): Extra parameter.
17086         (rfc2047-encode-region): Ditto.
17087         (rfc2047-encode-string): Ditto.
17088
17089 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17090
17091         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
17092         (mm-uu-pgp-encrypted-extract): Use it.
17093         (mm-uu-pgp-signed-extract-1): New function.
17094         (mm-uu-pgp-signed-extract): Use it.
17095
17096         * gnus-art.el (gnus-mime-display-security): New function.
17097         (gnus-mime-display-part): Use it.
17098         (gnus-mime-security-verify-or-decrypt): New function.
17099         (gnus-mime-security-press-button): New function.
17100         (gnus-insert-mime-security-button): Use it.
17101
17102         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
17103         (mm-find-raw-part-by-type): Ditto.
17104         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
17105         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
17106         (mm-destroy-parts): Kill nested multibyte buffer.
17107
17108         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
17109         (mml2015-gpg-verify): Ditto.
17110
17111 2000-11-18  Simon Josefsson  <sj@extundo.com>
17112
17113         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
17114         (mml2015-function-alist): Use it.
17115
17116         * mml-sec.el (mml-sign-alist): Update names.
17117         (mml-encrypt-alist): Ditto.
17118         (mml-secure-part-smime-sign): Moved to mml-smime.el
17119         as `mml-smime-sign-query'.
17120         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
17121         `mml-smime-get-file-cert'.
17122         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
17123         `mml-smime-get-dns-cert'.
17124         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
17125         `mml-smime-encrypt-query'.
17126         (mml-smime-sign-buffer): Use mml-smime-sign.
17127         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
17128
17129         * mml-smime.el (mml-smime-sign): New function.
17130         (mml-smime-encrypt):
17131         (mml-smime-sign-query):
17132         (mml-smime-get-file-cert):
17133         (mml-smime-get-dns-cert):
17134         (mml-smime-encrypt-query): Moved from mml-sec.el.
17135
17136 2000-11-16  Simon Josefsson  <sj@extundo.com>
17137
17138         * mml2015.el (mml2015-gpg-clear-verify): New function.
17139         (mml2015-function-alist): Add it.
17140
17141 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17142
17143         * message.el (message-setup-fill-variables): Use
17144         message-cite-prefix-regexp.
17145         (message-newline-and-reformat): Check the end of citation, leading
17146         WSP, break in the cite prefix.
17147         (message-fill-paragraph): New function.
17148
17149 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17150
17151         * lpath.el: Shut up.
17152
17153 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
17154
17155         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
17156         raw 8-bit in headers in dk.* newsgroups.
17157
17158 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17159
17160         * message.el (message-newline-and-reformat): Match extra WSPs.
17161
17162 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
17163
17164         * mml.el (mml-generate-mime-1): Ignore ascii.
17165
17166 2000-11-16 Justin Sheehy  <justin@iago.org>
17167
17168         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
17169
17170 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
17171
17172         * message.el (message-cite-prefix-regexp): Prefix should not end
17173         at space.
17174
17175 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17176
17177         * message.el (message-mode-syntax-table): Add - as a word
17178         constituent as in articles.
17179         (message-setup-fill-variables): Add -_. as supercite-style prefix.
17180         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
17181         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
17182
17183 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
17184
17185         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
17186
17187 2000-11-12  David Edmondson  <dme@dme.org>
17188
17189         * message.el (message-font-lock-keywords): use
17190         message-cite-prefix-regexp.
17191
17192 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17193
17194         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
17195         Stein Arild Str\e,Ax\e(Bmme.
17196         (gnus-group-jump-to-group): Use it.
17197         (gnus-group-jump-to-group-prompt): Customize.
17198
17199 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17200
17201         * mailcap.el (mailcap-possible-viewers): Match the entire string.
17202
17203 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17204
17205         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
17206         incompatible.
17207         (mml2015-mailcrypt-sign): Ditto.
17208
17209 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17210
17211         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
17212         group is open.
17213
17214 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17215
17216         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
17217         nnvirtual articles.
17218         (gnus-backlog-request-article): Don't request nnvirtual articles.
17219
17220 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17221
17222         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
17223         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
17224
17225 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17226
17227         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
17228         * mml.el (mml-generate-mime-1): Use charset attribute.
17229         * mm-bodies.el (mm-encode-body): Add parameter charset.
17230         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
17231
17232 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
17233
17234         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
17235         (mml2015-mailcrypt-clear-decrypt): Ditto.
17236         (mml2015-mailcrypt-verify): Ditto.
17237         (mml2015-mailcrypt-clear-verify): Ditto.
17238         (mml2015-gpg-verify): Ditto.
17239
17240 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17241
17242         * smime.el (smime-openssl-program): Test the existence of openssl.
17243         * mml-smime.el: Require mm-decode.
17244         (mml-smime-verify-test): New function.
17245         * mm-decode.el (mm-verify-function-alist): Use it.
17246
17247 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17248
17249         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
17250         anyway.
17251
17252 2000-11-13  Simon Josefsson  <sj@extundo.com>
17253
17254         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
17255         verification doesn't work.
17256
17257 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17258
17259         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
17260         (gnus-inews-do-gcc): Use it.
17261
17262 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17263
17264         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
17265         leading space.
17266         * mm-extern.el (mm-inline-external-body): Report error when no
17267         access-type.
17268
17269 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17270
17271         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
17272
17273 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
17274
17275         * gnus-art.el (gnus-mime-button-menu): Use select-window.
17276
17277 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
17278
17279         * gnus-art.el (gnus-mime-display-part): Display multipart/related
17280         as multipart/mixed.
17281
17282 2000-11-12  David Edmondson  <dme@dme.org>
17283
17284         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
17285         and replace `.' with `\w' to allow for different syntax tables
17286         (from Vladimir Volovich).
17287         * message.el (message-newline-and-reformat): use
17288         `message-cite-prefix-regexp'.
17289         * gnus-cite.el (gnus-supercite-regexp): use
17290         `message-cite-prefix-regexp'.
17291         * gnus-cite.el (gnus-cite-parse): use
17292         `message-cite-prefix-regexp'.
17293
17294 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17295
17296         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
17297         PGP SIGNATURE.  Escape leading "-"'s.
17298         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
17299
17300 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17301
17302         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
17303
17304 2000-11-11  Simon Josefsson  <sj@extundo.com>
17305
17306         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
17307
17308         * smime.el (smime-details-buffer): New variable.
17309         (smime-sign-region):
17310         (smime-encrypt-region):
17311         (smime-verify-region):
17312         (smime-decrypt-region): Copy OpenSSL output to the buffer.
17313
17314         * mml-smime.el (mml-smime-verify): Support security info.
17315
17316 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
17317
17318         * mm-decode.el (mm-verify-option): Set default to nil.
17319         (mm-decrypt-option): Ditto.
17320         * gnus-art.el (article-verify-x-pgp-sig): New function.
17321
17322 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
17323
17324         * gnus-art.el (gnus-mime-display-alternative): Show button if no
17325         preferred part.
17326
17327 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
17328
17329         * gnus-sum.el (gnus-move-split-methods): Say that
17330         `gnus-split-methods' uses file names, whereas this uses group
17331         names.  (Report from Nevin Kapur)
17332
17333 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
17334
17335         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
17336
17337 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17338
17339         * nnheader.el (nnheader-directory-files-is-safe): New variable.
17340         (nnheader-directory-articles): Use it.
17341         (nnheader-article-to-file-alist): Ditto.
17342
17343 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17344
17345         * rfc2047.el (rfc2047-pad-base64): New function.
17346         (rfc2047-decode): Use it.
17347
17348 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
17349
17350         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
17351         select method.
17352
17353 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17354
17355         * mml2015.el (mml2015-gpg-decrypt-1):
17356         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
17357
17358 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17359
17360         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
17361
17362 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
17363
17364         * pop3.el (pop3-munge-message-separator): A message may have an
17365         empty body.
17366
17367 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
17368
17369         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
17370         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
17371         (mm-uu-pgp-signed-extract): Use coding-system.
17372
17373 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17374
17375         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
17376         (gnus-insert-mime-security-button): New function.
17377         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
17378         * mml2015.el:  Add security info when verify or decrypt.
17379         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
17380         (mm-uu-pgp-encrypted-extract): Ditto.
17381
17382 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
17383
17384         * mm-decode.el (mm-display-parts): New function.
17385         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
17386
17387 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
17388
17389         * gnus-mlspl.el: Documentation tweaks.
17390
17391 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17392
17393         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
17394         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
17395         argument.
17396
17397 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
17398
17399         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
17400
17401 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
17402
17403         * gnus-art.el (gnus-article-encrypt): New function.
17404         (gnus-article-encrypt-protocol-alist): New variable.
17405         (gnus-article-encrypt-protocol): New variable.
17406         * mml2015.el (mml2015-self-encrypt): New function.
17407         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
17408
17409 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
17410
17411         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
17412         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
17413         let mailcap do it.
17414         * mml2015.el: Remove snarf code.
17415         * mm-decode.el: Remove snarf code.
17416
17417 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
17418
17419         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
17420         (mml-insert-mime): Understand gnus-decoded.
17421         (mime-to-mml): New parameter handles.
17422         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17423         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
17424
17425 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
17426
17427         * mm-decode.el (mime-security): New group.
17428         (mm-verify-function-alist): Add test function.
17429         (mm-decrypt-function-alist): Ditto.
17430         (mm-snarf-option): Set default value as nil.
17431         (mm-find-part-by-type): Recursive parameter.
17432         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
17433         * mml2015.el: Support draft-ietf-openpgp-multsig.
17434
17435 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
17436
17437         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
17438         (gnus-article-view-part-as-charset): New function.
17439
17440 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17441
17442         * mm-decode.el (mm-verify-option): Default value.
17443         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
17444
17445 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17446
17447         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
17448
17449 2000-11-05  Simon Josefsson  <sj@extundo.com>
17450
17451         * mml-smime.el (mml-smime-verify): Work in original multipart
17452         buffert.
17453
17454         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
17455         (mm-handle-multipart-ctl-parameter): Ditto.
17456         (mm-alist-to-plist): New function.
17457         (mm-dissect-buffer): Store CTL parameters and copy original buffer
17458         for multiparts.
17459         (mm-destroy-parts): Destroy multipart buffert.
17460         (mm-remove-part): Ditto.
17461
17462         * mml-smime.el (mml-smime-sign): Not used.
17463         (mml-smime-encrypt): Ditto.
17464
17465         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
17466
17467         Verify S/MIME signature support.
17468
17469         * mm-decode.el (mm-inline-media-tests): Add
17470         application/{x-,}pkcs7-signature.
17471         (mm-inlined-types): Ditto.
17472         (mm-automatic-display): Ditto.
17473         (mm-verify-function-alist): Ditto.  Add name of method.
17474         (mm-decrypt-function-alist): Add name of method.
17475         (mm-find-part-by-type): Add documentation.
17476         (mm-possibly-verify-or-decrypt): Use new format of
17477         mm-{verify,decrypt}-function-alist.  Use method names.
17478
17479         * mml-smime.el (mml-smime-verify): New function.
17480
17481 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17482
17483         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
17484
17485 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17486
17487         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
17488         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
17489         * mm-decode.el (mm-snarf-option): New variable.
17490
17491 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17492
17493         * mm-util.el (mm-subst-char-in-string): New function.
17494         (mm-replace-chars-in-string): Use it.
17495         * message.el (message-replace-chars-in-string): Use it.
17496         * nnheader.el (nnheader-replace-chars-in-string): Use it.
17497         * gnus-mh.el (mh-lib-progs): Shut up.
17498
17499 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17500
17501         * base64.el, md5.el: Moved to contrib directory.
17502
17503 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17504
17505         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
17506         the last article when search.
17507
17508 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17509
17510         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
17511         * nnmail.el (nnmail-pathname-coding-system): Ditto.
17512
17513 2000-09-29  David Edmondson  <dme@thus.net>
17514
17515         * message.el (message-newline-and-reformat): Typo.
17516
17517 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17518
17519         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
17520
17521 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
17522
17523         * nntp.el (nntp-decode-text): Delete bogus status lines.
17524
17525 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
17526
17527         * message.el (message-font-lock-keywords): Match a final newline
17528         to help font-lock's multiline support.
17529
17530 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17531
17532         * nnoo.el (nnoo-set): New function.
17533
17534 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
17535
17536         * gpg.el, gpg-ring.el: Moved to contrib directory.
17537
17538 2000-11-04  Simon Josefsson  <sj@extundo.com>
17539
17540         * nnimap.el (nnimap-split-inbox): Typo.
17541
17542 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
17543
17544         * gnus-msg.el (gnus-msg-mail): Move it backwards.
17545
17546 2000-11-03  Simon Josefsson  <sj@extundo.com>
17547
17548         * rfc2231.el (rfc2231-parse-qp-string): New function.
17549         (require): rfc2047.
17550
17551         * mail-parse.el (mail-header-parse-content-type):
17552         (mail-header-parse-content-disposition): Support invalid QP
17553         encoded strings, by using `rfc2231-parse-qp-string'.
17554
17555 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17556
17557         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
17558         (rfc2231-decode-encoded-string): Typo "> X 1".
17559         (rfc2231-encode-string): Insert the name of charset.
17560         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
17561
17562 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17563
17564         * mm-decode.el (mm-save-part): Return the filename.
17565         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
17566         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
17567         (gnus-mime-action-alist): Use it.
17568         (gnus-mime-button-commands): Use it.
17569         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
17570         (mm-inline-external-body): unwind-protect.
17571
17572 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17573
17574         * gnus-art.el (gnus-insert-mime-button): Show url.
17575
17576 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
17577
17578         * mml.el (mml-generate-mime-1): Support external url.
17579         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
17580
17581 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
17582
17583         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
17584         * mm-decode.el (mm-display-external): Ditto.
17585         * mm-extern.el: New file.
17586         * mm-decode.el (mm-inline-media-tests): Hook it up.
17587         (mm-inlined-types): Inline message/external-body.
17588
17589 2000-11-02  Simon Josefsson  <sj@extundo.com>
17590
17591         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
17592
17593         * message.el (message-get-reply-headers): Better handling when
17594         Mail-Followup-To is very large.
17595
17596 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
17597
17598         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
17599         * gnus-art.el (gnus-article-edit-done):
17600         * gnus-sum.el (gnus-summary-edit-article-done): Move line
17601         counting code here.
17602         * gnus-msg.el (gnus-setup-message): Remove a hack.
17603
17604 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17605
17606         * gnus-sum.el (gnus-newsgroup-variables): New variable.
17607         (gnus-summary-mode): Make them local variables.
17608         (gnus-set-global-variables): Globalize them.
17609         (gnus-summary-exit): Kill them.
17610
17611 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
17612
17613         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
17614         word.
17615
17616 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17617
17618         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
17619         gnus-article-wash-types.
17620         * gnus-art.el (gnus-article-wash-status): Use them.
17621
17622 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
17623
17624         * mml.el (mml-read-tag): Remove spaces and LF.
17625
17626 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17627
17628         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
17629         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
17630
17631 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
17632
17633         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
17634
17635 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
17636
17637         * gnus-sum.el (gnus-article-charset): New variable.
17638         (gnus-summary-display-article): Set it.
17639         * gnus-msg.el (gnus-copy-article-buffer): Use it.
17640         * gnus-art.el (gnus-article-mode): Make it local variable.
17641
17642 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17643
17644         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
17645
17646 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17647
17648         * nnwfm.el: New file.
17649
17650         * nnweb.el (nnweb-replace-in-string): New function.
17651
17652 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
17653
17654         * mml2015.el: Wrap gpg.el.
17655         * gpg.el (gpg-verify): The last argument of apply is a list.
17656         (gpg-encrypt): Add passphrase as a parameter.
17657
17658 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17659
17660         * gpg.el: New file.
17661         * gpg-ring.el: New file.
17662
17663 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
17664
17665         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
17666
17667 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
17670         double-quote characters.
17671         (gnus-summary-prepare-threads): Ditto.
17672
17673 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17674
17675         * gnus-art.el (gnus-mime-display-single): Forward line -1.
17676         * mml.el (mml-read-tag): Don't skip the leading space.
17677         * lpath.el (font-lock-set-defaults): Shut up.
17678
17679 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
17680
17681         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
17682
17683 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
17684
17685         * qp.el (quoted-printable-encode-region): Replace leading - when
17686         ultra safe.
17687         * mml.el (mml-generate-mime-postprocess-function): Removed.
17688         (mml-postprocess-alist): Removed.
17689         (mml-generate-mime-1): Use ultra-safe when sign.
17690         * mml2015.el (mml2015-fix-micalg): Uppercase.
17691         (mml2015-verify): Insert LF.
17692         (mml2015-mailcrypt-sign): Downcase; search backward.
17693
17694 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17695
17696         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
17697         restrictive.
17698         (nnultimate-table-regexp): New variable.
17699         (nnultimate-forum-table-p): Use it.
17700
17701 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
17702         Trivial patch.
17703
17704         * gnus-sum.el (gnus-summary-expire-articles): Save point.
17705
17706 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
17707
17708         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
17709         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
17710
17711 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17712
17713         * mml2015.el: Shut up.
17714
17715 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17716
17717         * gnus.el (gnus-server-browse-hashtb): Removed.
17718         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
17719         (gnus-group-insert-group-line-info): Use simplified method.
17720         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
17721
17722 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17723
17724         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
17725         moved here.
17726         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
17727         * gnus-group.el (gnus-group-prepare-flat): Use it.
17728         * gnus-topic.el (gnus-group-prepare-topics): Use it.
17729
17730 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
17731
17732         * mml.el (mml-mode): Show menu in XEmacs.
17733
17734 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
17735
17736         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
17737         (gnus-server-read-server-in-server-buffer): New function.
17738         (gnus-browse-foreign-server): Browse in group buffer.
17739         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
17740         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
17741         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
17742         * gnus.el (gnus-server-browse-hashtb): New variable.
17743
17744 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
17745
17746         * nnfolder.el (nnfolder-open-nov): Use group.
17747
17748 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
17749
17750         * nnfolder.el: Add NOV. Set version to 2.0.
17751         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
17752
17753 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
17754
17755         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
17756
17757 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
17758
17759         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
17760         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
17761
17762 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17763
17764         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
17765
17766 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
17767
17768         * mm-decode.el (mm-verify-function-alist): New variable.
17769         (mm-verify-option): New variable.
17770         (mm-decrypt-function-alist): Ditto.
17771         (mm-decrypt-option): Ditto.
17772         (mm-find-raw-part-by-type): New function.
17773         (mm-possibly-verify-or-decrypt): New function.
17774         (mm-dissect-multipart): Use it.
17775         * mml2015.el (mml2015-fix-micalg): New function.
17776         (mml2015-decrypt): Use new interface.
17777         (mml2015-verify):  Use new interface.
17778         (mml2015-setup): Make it bogus.
17779
17780 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
17781
17782         * mml.el (mml-generate-mime-postprocess-function): Set to
17783         mml-postprocess.
17784         (autoload): Autoload mml2015 and mml-smime.
17785         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
17786         * mml2015.el (mml2015-encrypt): New function.
17787         (mml2015-sign): New function.
17788         (mml2015-encrypt-function): New variable.
17789         (mml2015-sign-function): New variable.
17790         (mml2015-mailcrypt-encrypt): Use message-recipients.
17791         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
17792         * mml-smime.el (mml-smime-setup): Ditto.
17793
17794 2000-10-28  Simon Josefsson  <sj@extundo.com>
17795
17796         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
17797         Communigate Pro 3.3.1 server.
17798
17799         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
17800         in buffers.
17801         (mml-secure-dns-server): Removed.
17802         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
17803         write certificates to files.
17804
17805         * smime.el (smime-dns-server): New variable.
17806         (smime-mail-to-domain):
17807         (smime-cert-by-dns): New functions.
17808
17809         * dig.el: New file.
17810
17811 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
17812
17813         * message.el (message-options): New variable.
17814         (message-options-set-recipient): New function.
17815         (message-send): Use them.
17816         * gnus-int.el (gnus-request-replace-article): Use them.
17817         (gnus-request-accept-article): Ditto.
17818         * mml.el (mml-preview): Use them.
17819         * gnus-sum.el (gnus-summary-edit-article): Use them.
17820
17821         * message.el (message-options-get): New function.
17822         (message-options-get): New function.
17823         * rfc2047.el (rfc2047-encode-message-header): Use them.
17824         * mm-bodies.el (mm-encode-body): Use them.
17825
17826 2000-10-28  Simon Josefsson  <sj@extundo.com>
17827
17828         * nnimap.el (nnimap-retrieve-which-headers):
17829         (nnimap-request-article-part): Quote message-id.
17830
17831         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
17832         (smime-CA-file): New variable.
17833         (smime-call-openssl-region): Don't error.
17834         (smime-sign-region): Return result value.
17835         (smime-encrypt-region): Ditto.
17836         (smime-verify-region): New function.
17837         (smime-decrypt-region): Ditto.
17838         (smime-verify-buffer): Ditto.
17839         (smime-decrypt-buffer): Ditto.
17840
17841         * mml.el: Require mml-sec.
17842         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
17843         (mml-mode-map): Add "sign" and "encrypt" maps.
17844         (mml-menu): Add security menu.
17845         (mml-preview): Use generate-new-buffer.
17846
17847         * mml-sec.el: New file.
17848
17849 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
17850
17851         * mm-decode.el (mm-find-part-by-type): Move it here.
17852         * mml.el (mml-postprocess): Move it here.
17853         (mml-postprocess-alist): Move it here. Merge them.
17854
17855 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
17856
17857         * rfc2047.el (rfc2047-encode-message-header): Make sure no
17858         unencoded stuff in the header.
17859
17860 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
17861
17862         * gnus-group.el (gnus-group-listed-groups): New variable.
17863         (gnus-group-list-option): New variable.
17864         (gnus-group-list-limit-map): New keymap.
17865         (gnus-group-list-flush-map): New keymap.
17866         (gnus-group-list-plus-map): New keymap.
17867         (gnus-group-prepare-logic): New function.
17868         (gnus-group-prepare-flat): Merge with
17869         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
17870         (gnus-group-prepare-flat-list-dead): Ditto.
17871         (gnus-group-list-matching): Use gnus-group-prepare-function.
17872         (gnus-group-list-dormant): Ditto.
17873         (gnus-group-list-cached): Ditto.
17874         (gnus-group-listed-groups): New function.
17875         (gnus-group-list-limit): New function.
17876         (gnus-group-list-flush): New function.
17877         (gnus-group-list-plus): New function.
17878         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
17879         (gnus-topic-prepare-topic): Ditto.
17880
17881 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
17882
17883         * message.el (message-insert-to, message-get-reply-headers):
17884         (message-reply, message-followup): Mail-{Followup,Reply}-To.
17885
17886 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
17887
17888         * mml2015.el: New file.
17889         * smime.el: New file.
17890         * mml-smime.el: New file.
17891
17892 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
17893
17894         * ChangeLog: Moved to ChangeLog.1.
17895
17896     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
17897   Copying and distribution of this file, with or without modification,
17898   are permitted provided the copyright notice and this notice are preserved.
17899
17900 ;; Local Variables:
17901 ;; coding: iso-2022-7bit
17902 ;; End: