* message.el (hashcash): Require hashcash as normal.
[gnus] / lisp / ChangeLog.2
1 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2
3         * gnus.el: Gnus v5.10.6 is released.
4
5 2004-01-04  Kai Grossjohann  <kai@emptydomain.de>
6
7         * gnus-sum.el (gnus-summary-print-article): Doc fix.
8
9 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10
11         * gnus.el (gnus-version-number): Bump.
12
13 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14
15         * gnus.el: Gnus v5.10.5 is released.
16
17 2004-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus-fun.el (gnus-face-from-file): Message 9.
20
21 2004-01-03  Romain FRANCOISE  <romain@orebokech.com>
22
23         * gnus-fun.el (gnus-face-from-file): Use gnus-message.
24
25 2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
26
27         * gnus-art.el (gnus-button-mid-or-mail-heuristic): Treat Gmane
28         addresses specially.  Fix returned value and messages.
29
30         * mm-decode.el (mm-enable-external): New variable.
31         (mm-display-part): Use it.
32         (mm-display-external): Fix message in case of nil handle.
33
34         * Update copyright for several files.
35
36         * spam-report.el (spam-report-gmane): Adjust verbosity.
37         Delete trailing whitespace.  Update copyright.
38
39         * spam.el: Fix many (but not all) checkdoc complaints.
40         Delete trailing whitespace.
41
42         * message.el (message-header-synonyms): Defcustom.
43         (message-get-reply-headers): Catch `Original-To'.
44         (message-carefully-insert-headers): Added comment.
45
46         * gnus-sum.el (gnus-summary-make-menu-bar): Improved "Washing" menu.
47
48 2004-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
49
50         * gnus-sum.el (gnus-select-newsgroup): Use cat.
51
52         * gnus-agent.el (gnus-agent-cat-enable-undownloaded-faces): New
53         cat.
54
55         * gnus.el (gnus-user-agent): Moved here.
56
57         * gnus-msg.el (gnus-user-agent): Moved from here.
58
59         * gnus.el (gnus-version-number): Bump.
60
61 2004-01-03 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
62
63         * gnus.el: Gnus v5.10.4 is released.
64
65 2004-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
66
67         * gnus.el (gnus-mode-line-buffer-identification): Show version in
68         help-echo.
69         (gnus-read-group): Allow most group names.  Changed warning.
70
71 2004-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-dired.el (gnus-dired-mode-map): Change keymaps.
74
75 2004-01-02  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
76
77         * smime.el (smime-crl-check): Doc fix.
78
79 2004-01-02  Edwin Steiner  <edwin.steiner@gmx.net>
80
81         * gnus-nocem.el (gnus-nocem-enter-article): Use the real group
82         hashtb (tiny patch).
83
84 2004-01-02  Kai Grossjohann  <kai@emptydomain.de>
85
86         * nnml.el (nnml-save-mail): Grok compressed articles.  From
87         Michael Albinus <Michael.Albinus@alcatel.de>.
88
89 2004-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
90
91         * spam.el (spam-ham-copy-or-move-routine): use spam-list-articles
92         (spam-list-articles): rewritten to only check a mark once per
93         invocation
94
95 2004-01-01  Simon Josefsson  <jas@extundo.com>
96
97         * mml-sec.el (mml-default-encrypt-method)
98         (mml-default-sign-method): Defcustom.
99
100 2003-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * mml.el (mml-generate-mime-1): Remove extra ).
103
104         * gnus-group.el (gnus-group-set-current-level): Signal errors on
105         topic lines.
106         (gnus-group-set-current-level): Fix fix.
107
108 2003-12-31  Jeremy Maitin-Shepard  <jbms@attbi.com>
109
110         * mml.el (mml-generate-mime-1): Use mml-compute-boundary (tiny
111         change).
112
113 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
114
115         * gnus-group.el: Removed `(when t ...)' around `gnus-define-keys'.
116         (gnus-group-group-map): Added `gnus-group-read-ephemeral-group'
117         (already in previous commit inadvertently).
118         (gnus-group-make-menu-bar): Added `gnus-group-read-ephemeral-group'.
119         (gnus-group-read-ephemeral-group): Made interactive.
120
121         * gnus-score.el (gnus-score-find-trace): Added comment on sync
122         with `gnus-score-edit-file-at-point'.
123
124         * gnus-logic.el (gnus-score-advanced): Ditto.
125
126         * gnus-score.el (gnus-score-edit-file-at-point): Fix for
127         advanced scoring.
128
129 2003-12-30  Simon Josefsson  <jas@extundo.com>
130
131         * gnus-score.el (gnus-score-edit-file-at-point): Use
132         gnus-point-at-*, for portability.
133
134 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
135
136         * gnus-art.el (gnus-treat-body-boundary): Fix doc-string and
137         custom type.
138         (gnus-button-mid-or-mail-regexp): Don't be too restrictive.
139         Suggested by Felix Wiemann <Felix.Wiemann@gmx.net>.
140         (gnus-button-alist): Added "M-x ... RET" and "mid:" buttons.
141         Added comments about relevant RFCs.
142
143         * gnus-sum.el (gnus-summary-mode): Untabify doc-string.
144         (gnus-summary-goto-article): Allow `%40'.
145         (gnus-summary-refer-article): Convert `%40' to `@'.
146
147 2003-12-30  Simon Josefsson  <jas@extundo.com>
148
149         * smime.el (smime-crl-check): New.
150         (smime-verify-region): Use it.  From Arne J\e,Ax\e(Brgensen
151         <arne@arnested.dk> in <87llpk9v5q.fsf@seamus.arnested.dk> (tiny
152         change).
153
154 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * gnus-score.el (gnus-score-edit-file-at-point): Consider the
157         whole match element.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
158         (gnus-score-find-trace): Use it.  Added `f' and `t' commands,
159         added quick help.  With some suggestions from Karl Pfl\e,Ad\e(Bsterer
160         <sigurd@12move.de>.
161
162         * gnus-util.el (gnus-emacs-version): Added doc-string.
163
164         * mml.el (mml-minibuffer-read-disposition): New function.
165         (mml-attach-file): Use it.
166         (mml-preview): Added MIME preview to gnus-buffers.
167
168 2003-12-30  Jesper Harder  <harder@ifa.au.dk>
169
170         * gnus-sum.el (gnus-summary-make-menu-bar): Add ellipses.
171
172 2003-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
173
174         * gnus-start.el (gnus-get-unread-articles): Inline gnus-server-get-method.
175         (gnus-get-unread-articles): Cache methods.
176         (gnus-get-unread-articles-in-group): Indent.
177
178         * gnus.el (gnus-version-number): Bump.
179         (gnus-secondary-method-p): Extend servers to methods before comparing.
180         (gnus-secondary-method-p): Revert.
181
182 2003-12-30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
183
184         * gnus.el: Gnus v5.10.3 is released.
185
186 2003-12-29  Simon Josefsson  <jas@extundo.com>
187
188         * gnus-agent.el (gnus-agentize): Improve auto-agentizing logic.
189         Suggested by Steinar Bang <sb@dod.no>.
190         (gnus-agent-auto-agentize-methods): Customize.
191
192 2003-12-29  Kevin Greiner <kgreiner@xpediantsolutions.com>
193         * gnus.el (gnus-server-to-method): Fixed bug in 2003-12-22
194         check-in.
195
196 2003-12-28  Adrian Lanz  <lanz@fowi.ethz.ch>
197
198         * mail-source.el (mail-source-fetch-imap): Prevent storing of
199         identical entries for imap mail sources, when retrieving mail
200         messages from an imap server within the same Gnus session several
201         times (tiny change).
202
203 2003-12-28  Jesper Harder  <harder@ifa.au.dk>
204
205         * mm-view.el (mm-text-html-washer-alist): Use
206         mm-inline-wash-with-stdin for w3m-standalone.
207
208         * mm-decode.el (mm-text-html-renderer): Add w3m-standalone.
209
210         * mml1991.el (mml1991-pgg-encrypt): Decode according to CTE before
211         encrypting.
212
213 2003-12-28  Jesper Harder  <harder@ifa.au.dk>
214
215         * mml1991.el (mml1991-pgg-sign): Use unibyte when re-encoding.
216         From Ivan Boldyrev <boldyrev@uiggm.nsc.ru> (tiny change).
217
218 2003-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * dgnushack.el: Add an advice to byte-optimize-form-code-walker to
221         avoid the warning ``...called for effect'' for the pop form when
222         running Emacs 21.3.
223
224 2003-12-26  Jesper Harder  <harder@ifa.au.dk>
225
226         * mm-bodies.el (mm-body-encoding): Don't use 7bit if the body
227         contains "^From " and mm-use-ultra-safe-encoding is true.
228
229 2003-12-25  Jesper Harder  <harder@ifa.au.dk>
230
231         * mml1991.el (mml1991-pgg-sign): Encode and decode according to
232         CTE header.  Don't insert gpg output as unibyte.
233
234 2003-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
235
236         * lpath.el: Remove display-time-event-handler and open-ssl-stream;
237         add delete-extent for Emacs; rearrange bindings assuming w3 may
238         not be available and XEmacs without the file-coding feature may be
239         used.
240
241 2003-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * dgnushack.el (dgnushack-compile): Increase the value for
244         max-specpdl-size when compiling Gnus with Emacs 20.
245
246 2003-12-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
247         * gnus-int.el (gnus-open-server): Fixed the server status such
248         that an agentized server, when opened offline, has a status of
249         offline.  Also fixes bug whereby the agent's backend was called
250         twice to open each server.
251
252         * gnus-start.el (gnus-get-unread-articles-in-group): Autoload
253         gnus-agent-possibly-alter-active rather than inline to resolve
254         compiler warnings.
255
256         * gnus.el (gnus-server-to-method): Added fallback of iterating
257         over gnus-newsrc-alist to resolve names of foreign servers.
258         Should fix recent agent bug.
259
260 2003-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
261
262         * gnus-score.el (gnus-summary-lower-score)
263         (gnus-summary-increase-score): Mention symbolic prefix in the
264         doc-string.  Suggested by Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
265
266 2003-12-21  Jesper Harder  <harder@ifa.au.dk>
267
268         * gnus-agent.el (gnus-agent-read-agentview): Use
269         car-less-than-car.
270
271 2003-12-20  Artem Chuprina <ran@ran.pp.ru>  (tiny change)
272
273         * message.el (message-yank-buffer): Bind message-reply-buffer to
274         a buffer rather than a string.
275
276 2003-12-19  Jesper Harder  <harder@ifa.au.dk>
277
278         * gnus-msg.el (gnus-summary-followup): Correct documentation.
279
280 2003-12-18  Jesper Harder  <harder@ifa.au.dk>
281
282         * gnus-msg.el (gnus-inews-add-send-actions): `yanked' can be a
283         list of lists.  Reported by Dmitri Paduchikh <paduch@imm.uran.ru>.
284
285 2003-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
286
287         * mm-url.el (mm-url-insert-file-contents-external)
288         (mm-url-insert-file-contents): Added doc-strings.  Autoload.
289
290 2003-12-18  Jesper Harder  <harder@ifa.au.dk>
291
292         * gnus-cus.el (defvar): defvar
293         gnus-agent-cat-disable-undownloaded-faces.
294
295 2003-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * message.el (message-forward-subject-name-subject): Use
298         gnus-extract-address-components instead of
299         mail-header-parse-address because it may be called with non-ascii
300         text.
301
302 2003-12-16  Per Abrahamsen  <abraham@dina.kvl.dk>
303
304         * nnmail.el (nnmail-split-fancy): The widget now supports
305         restrictions.
306
307 2003-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * nnheader.el (nnheader-find-etc-directory): Find the newest one.
310
311 2003-12-16  Simon Josefsson  <jas@extundo.com>
312
313         * sha1-el.el (autoload): Don't use ignore-errors.
314         (sha1-use-external): Use condition-case.  Suggested by Katsumi
315         Yamaoka <yamaoka@jpl.org>.
316
317 2003-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
318
319         * nnmail.el (nnmail-split-fancy): Make it customizable with Emacs
320         20 as well.
321
322 2003-12-15  Simon Josefsson  <jas@extundo.com>
323
324         * sha1-el.el (autoload): Ignore errors for
325         executable-find. (XEmacs ecrypto does not require sh-script where
326         executable.el is located.)
327         (sha1-use-external): Likewise.
328
329         * sha1-el.el (sha1): Add defgroup.
330         (sha1-maximum-internal-length, sha1-program, sha1-use-external)
331         (sha1-program): Use 'sha1sum' from GNU CoreUtils instead of OpenSSL.
332         (sha1): Autoload.
333
334         * nndraft.el (nndraft-request-move-article): Copy definition of
335         nnmh-request-move-article instead of calling it, because the nnmh
336         version uses nnmh-request-article which isn't the same as the
337         nndraft version.
338
339 2003-12-13  Teodor Zlatanov  <tzz@lifelogs.com>
340
341         * spam.el: added some gnus-registry autoloads
342         (spam-split-symbolic-return): makes spam-split return 'spam
343         instead of the value of spam-split-group when spam is detected
344         (spam-split-symbolic-return-positive): makes spam-split return
345         'ham instead of nil when ham is detected
346         (spam-autodetect-recheck-messages): tells spam.el whether it
347         should recheck all messages in a group, or only the unseen ones
348         (spam-split-last-successful-check): spam-split will set this to
349         the last successful check; this was seen as a cleaner approach
350         than returning a cell like '(spam spam-use-bogofilter)
351         (spam-list-of-checks): documentation appended
352         (spam-split): accomodate the spam-split-symbolic-return and
353         spam-split-symbolic-return-positive variables
354         (spam-find-spam): new function called when the summary is built
355         (spam-log-registered-p): checks if a ham or spam registration has
356         already been done for an article
357         (spam-check-regex-headers, spam-check-blackholes, spam-check-BBDB)
358         (spam-check-ifile, spam-check-stat, spam-check-whitelist)
359         (spam-check-blacklist, spam-check-bogofilter-headers)
360         (spam-check-spamoracle): respect the spam-split-symbolic-return
361         and spam-split-symbolic-return-positive variables
362         (spam-initialize): add spam-find-spam to gnus-summary-prepare-hook
363         (spam-unload-hook): remove spam-find-spam from
364         gnus-summary-prepare-hook
365
366         * gnus.el (spam-autodetect, spam-autodetect-methods): new
367         configuration items for spam autodetection
368
369 2003-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
370
371         * gnus-draft.el (gnus-draft-mode-map): Bind `e' to
372         `gnus-draft-edit-message'.  We still have `B w' for
373         `gnus-summary-edit-article'.
374
375 2003-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * nnheaderxm.el (nnheader-xmas-run-at-time): Use a simple function
378         definition if there is not a bug in start-itimer.
379
380         * pgg.el (pgg-run-at-time): Ditto.
381
382 2003-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
383
384         * gnus-agent.el (gnus-agent-possibly-alter-active): New Function.
385         (gnus-agent-regenerate-group): When necessary, alter the group's
386         active range to include articles newly recognized as being
387         downloaded.
388         (gnus-agent-regenerate): Removed code that updated the agent's
389         active file as the new gnus-agent-possibly-alter-active function
390         obsolesced it.
391
392         * gnus-cus.el (gnus-agent-customize-category): Added missing
393         agent-disable-undownloaded-faces parameter.
394
395         * gnus-start.el (gnus-activate-group): Backed out my 2003-11-29
396         patch as it was too late at adjusting the active range.
397         (gnus-get-unread-articles-in-group): Added call to new
398         gnus-agent-possibly-alter-active to adjust the active range.
399
400 2003-12-10  Jesper Harder  <harder@ifa.au.dk>
401
402         * message.el (message-get-reply-headers): Narrow to headers.
403
404 2003-12-10  Teodor Zlatanov  <tzz@lifelogs.com>
405
406         * spam.el (spam-disable-spam-split-during-ham-respool): new
407         variable.  From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
408         (spam-ham-copy-or-move-routine): respect
409         spam-disable-spam-split-during-ham-respool.  From
410         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
411         (spam-split-disabled): new variable.  From
412         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
413         (spam-split): respect spam-split-disabled.  From
414         lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly)
415
416 2003-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
417
418         * nnheaderxm.el (nnheader-xmas-run-at-time): Make it work
419         correctly for the first argument.
420
421         * pgg.el (pgg-run-at-time): New function.
422         (pgg-add-passphrase-cache): Use it.
423
424 2003-12-10  Simon Josefsson  <jas@extundo.com>
425
426         * pgg-parse.el (pgg-decode-packets): Rewrite to handle corrupt
427         input.
428         (pgg-decode-armor-region): Don't parse packet if decoding fail.
429
430 2003-12-09  Teodor Zlatanov  <tzz@lifelogs.com>
431
432         * spam.el (spam-check-bogofilter): run in the correct buffer.
433         From lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Ba\e(Broly).
434         (spam-bogofilter-database-directory): correct customization
435         group.  From Xavier Maillard <zedek@gnu-rox.org>.
436
437 2003-12-09  Per Abrahamsen  <abraham@dina.kvl.dk>
438
439         * nnmail.el (nnmail-lazy, nnmail-split-fancy): New widgets.
440         (nnmail-split-fancy): Use it.
441
442 2003-12-08  Joel Ray Holveck <joelh@piquan.org>  (tiny change)
443
444         * gnus-sum.el (gnus-summary-save-parts-1): Consider the "name"
445         parameter of Content-Type.
446
447 2003-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * gnus-util.el: Revert 2003-12-03 change, instead, provide the
450         compiler macro for rmail-select-summary if rmail is not available,
451         and bind rmail-summary-displayed and rmail-maybe-display-summary
452         in order to silence the compiler even if tm is not available.
453
454 2003-12-08  Simon Josefsson  <jas@extundo.com>
455
456         * flow-fill.el (fill-flowed-encode-tests, fill-flowed-test): Add.
457
458 2003-12-08  Jesper Harder  <harder@ifa.au.dk>
459
460         * gnus-msg.el (gnus-extended-version): Bind float-output-format to
461         nil.
462
463 2003-12-08  Simon Josefsson  <jas@extundo.com>
464
465         * mml-smime.el (mml-smime-sign): Replace CRLF with LF in OpenSSL
466         output.  Reported by Arne J\e,Ax\e(Brgensen <arne@arnested.dk>.
467
468 2003-12-07  Simon Josefsson  <jas@extundo.com>
469
470         * pgg-gpg.el (pgg-gpg-recipient-arg): Add.
471         (pgg-gpg-encrypt-region): Use it.  Tiny patch from Lloyd Zusman
472         <ljz@asfast.com>.
473         (pgg-gpg-recipient-argument): Doc fix.  Renamed fro p-g-r-a.
474         (pgg-gpg-encrypt-region): Update.
475
476 2003-12-07  Jesper Harder  <harder@ifa.au.dk>
477
478         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Don't
479         use = or zerop to test the return value of call-process, because
480         it can be a string.
481
482         * mail-source.el (mail-source-fetch-with-program): do.
483
484         * mailcap.el (mailcap-viewer-passes-test): do.
485
486         * gnus-uu.el (gnus-uu-treat-archive, gnus-uu-post-encode-mime)
487         (gnus-uu-post-encode-file): do.
488
489         * gnus-soup.el (gnus-soup-pack, gnus-soup-unpack-packet): do.
490
491         * message.el (message-fix-before-sending): Fix detection of
492         non-printables.  Don't replace unencodable utf-8.
493
494 2003-12-05  Jesper Harder  <harder@ifa.au.dk>
495
496         * mm-url.el (mm-url-predefined-programs): Add user-agent for wget.
497         (mm-url-insert-file-contents-external): Signal an error if program
498         fails.
499
500 2003-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
501
502         * spam-report.el (spam-report-gmane): iterate over articles
503         instead of a single one; remove interactive usage
504
505 2003-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
506
507         * dns.el: Fix misplaced eval-when-compile.
508
509         * gnus-util.el: Require alist and provide tm-view when compiling
510         with XEmacs.
511
512 2003-12-03  Steve Youngs  <sryoungs@bigpond.net.au>
513
514         * gnus-xmas.el: Add autoloads for macros defined in gnus.el.
515         From Jerry James <james@xemacs.org>.
516
517         * gnus-util.el: Get rmail definitions when compiling.
518         From Jerry James <james@xemacs.org>.
519
520         * dns.el: Require gnus-xmas at compile time instead of trying to
521         autoload `gnus-xmas-open-network-stream' because it wasn't picking
522         up the macro.
523         From Jerry James <james@xemacs.org>.
524
525 2003-12-01  Kevin Greiner <kgreiner@xpediantsolutions.com>
526         * gnus-agent.el (gnus-agent-consider-all-articles): Updated
527         docstring.
528         (gnus-predicate-implies-unread, gnus-predicate-implies-unread-1):
529         Fixed implementation such that the predicate `true' no longer
530         evaluates to t.
531
532 2003-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
533
534         * spam.el (spam-check-bogofilter): check the bogofilter headers
535         AFTER the save-excursion scope is over.  From Adrian Lanz
536         <lanz@fowi.ethz.ch>.
537         (spam-fetch-field-message-id-fast): doc fix
538
539 2003-12-01  Simon Josefsson  <jas@extundo.com>
540
541         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
542
543 2003-11-30  Simon Josefsson  <jas@extundo.com>
544
545         * gnus-agent.el (gnus-agent-expire-group-1): Bind message-log-max
546         when messaging "X % completed" to inhibit logging them to the
547         message buffer.
548         (gnus-agent-expire-group-1): Mention group name in messages.
549         (gnus-agent-expire-group-1): Only print a message for an article
550         when there actually was something done to it.
551
552         * mm-util.el (mm-enable-multibyte): Call set-buffer-multibyte with
553         'to argument.  Fixes something or other in Emacs 22, and is
554         backwards compatible.  From Kenichi Handa <handa@m17n.org>.
555
556         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Custom fix.
557
558 2003-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * gnus-agent.el (gnus-agent-covered-methods): Remove nil methods.
561
562 2003-11-29  Kevin Greiner <kgreiner@xpediantsolutions.com>
563         * gnus-start.el (gnus-activate-group): The active range of the
564         group must include the articles known to the agent.
565
566         * gnus.el (gnus-agent-method-p): Accept a server name as the
567         method being tested.
568
569 2003-11-29  Alexander Kreuzer <alex@freesources.org>  (tiny change)
570
571         * nnrss.el (nnrss-check-group): Set xml when nnrss-use-local is t.
572
573 2003-11-29  Jesper Harder  <harder@ifa.au.dk>
574
575         * gnus-group.el (gnus-group-make-menu-bar): Add
576         gnus-group-make-rss-group.
577
578 2003-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
579
580         * message.el: Added custom-manual links to all variables that have
581         an index entry in the message manual.
582         (message-generate-headers-first): Fixed doc-string.
583
584 2003-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
585
586         * gnus-msg.el (gnus-summary-yank-message): Don't bind
587         gnus-display-mime-function to nil so that non-ascii text is
588         decoded and attachments are not shown.
589
590         * message.el (message-cite-original-without-signature): Replace
591         the value of message-reply-headers with the yanked article since
592         it may be a different article from the original.
593         (message-cite-original): Ditto.
594
595 2003-11-25  Teodor Zlatanov  <tzz@lifelogs.com>
596
597         * spam.el (spam-blacklist-ignored-regexes): new variable, so
598         blacklisting can ignore certain regular expressions (e.g. the
599         user's e-mail address)
600         (spam-bogofilter-spam-strong-switch,
601         spam-bogofilter-ham-strong-switch): options used when articles are
602         already registered as the opposite classification
603         (spam-old-ham-articles, spam-old-spam-articles): lists of ham and
604         spam articles, generated when a summary buffer is entered, and
605         consulted when it's exited so we know what articles are changing
606         state from spam to ham or vice-versa
607         (spam-xor): everyone needs a little convenience
608         (spam-list-of-processors): lookup table for old-style spam/ham
609         exits processors
610         (spam-group-processor-p): support old-style and new-style spam/ham
611         exit processors
612         (spam-group-processor-multiple-p): handle new-style spam/ham exit
613         processors
614         (spam-summary-prepare): use spam-old-{ham,spam}-articles; change
615         logic to iterate over list of processors instead of manual
616         individual lookup, unregister any articles that change from ham to
617         spam or vice-versa in the course of the summary buffer usage; use
618         the new spam-register-routine
619         (spam-ham-copy-routine, spam-ham-move-routine,
620         spam-mark-spam-as-expired-and-move-routine): check that the list
621         of groups is not nil, because apply doesn't like to apply a
622         function across nil
623         (spam-registration-functions): variable for looking up spam/ham
624         registration/unregistration functions based on a spam-use-* symbol
625         (spam-classification-valid-p, spam-process-type-valid-p)
626         (spam-registration-check-valid-p)
627         (spam-unregistration-check-valid-p): convenience functions
628         (spam-registration-function, spam-unregistration-function): look
629         up the registration/unregistration function based on a
630         classification and the check (spam-use-* symbol)
631         (spam-list-articles): generate list of spam/ham articles from a
632         given list of articles
633         (spam-register-routine): do the heavy work of registering and
634         unregistering articles, using all the articles in the group or
635         specific ones as needed
636         (spam-generic-register-routine): removed, no longer used
637         (spam-log-unregistration-needed-p, spam-log-undo-registration):
638         handle article registration/unregistration with a given spam/ham
639         processor and group
640         (BBDB, ifile, spam-stat, blacklists, whitelists, spam-report,
641         bogofilter, spamoracle): rewrite registration/unregistration
642         functions to take a list of articles and the unregister option.
643         Much hilarity ensues.
644         (spam-initialize): spam-stat-maybe-{save,load} already respect spam-use-stat
645         (spam-stat-register-ham-routine, spam-stat-register-spam-routine):
646         don't load and save unnecessarily
647
648         * spam-stat.el (spam-stat-dirty): new variable, set when the stats
649         database is modified
650         (spam-stat-buffer-is-spam, spam-stat-buffer-is-non-spam)
651         (spam-stat-buffer-change-to-spam, spam-stat-to-hash-table)
652         (spam-stat-buffer-change-to-non-spam): set spam-stat-dirty when
653         needed
654         (spam-stat-save): respect spam-stat-dirty, unless the force
655         parameter is specified
656         (spam-stat-load): clear spam-stat-dirty
657
658         * gnus.el (gnus-install-group-spam-parameters): marked the
659         old-style exit processors as obsolete in the docs, added the
660         new-style exit processors while the old ones are still allowed
661
662
663 2003-11-25  Jesper Harder  <harder@ifa.au.dk>
664
665         * gnus-art.el (article-hide-boring-headers): Don't hide Reply-To
666         unless its list of addresses is identical to From.
667
668 2003-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
669
670         * dgnushack.el (mapc): Add the compiler macro for Emacs 20.
671
672 2003-11-24  Kevin Greiner <kgreiner@xpediantsolutions.com>
673         * gnus-srvr.el (gnus-server-insert-server-line): The server names
674         used in gnus-agent are different (for example, the native server
675         uses the alias "native") from the names in gnus-srvr.
676         Compensating by adding a second text property storing the name
677         expected by gnus-agent.
678         (gnus-server-named-server): New function.
679         * gnus-agent.el (gnus-agent-remove-server, gnus-agent-add-server):
680         No longer expect an argument as it was ignored anyway.  Uses the
681         new gnus-server-named-server function to get gnus-agent compatible
682         names from the server buffer.
683
684 2003-11-20  Kevin Greiner <kgreiner@xpediantsolutions.com>
685
686         * gnus.el (gnus-agent-covered-methods): Documented use of
687         named servers, not methods, to identity agentized groups.
688         Users may now change their server configurations without having
689         the server become "unagentized".
690         (gnus-agent-covered-methods): Removed from gnus-variable-list to
691         avoid storing two copies of gnus-agent-covered-methods, one in
692         .newsrc.eld and the other in agent/lib/servers.
693         (gnus-server-to-method): Do not cache server for the nil method.
694         (gnus-method-to-server): New function.  Associate named server
695         with all, even foreign, methods.
696         (gnus-agent-method-p, gnus-agent-method-p-cache): Incorporated
697         simple last-response cache to offset performance lose of having to
698         always convert methods to named servers.
699         * gnus-agent.el (gnus-agent-expire-days): Removed obsolete
700         documentation.
701         (gnus-agentize, gnus-agent-add-server, gnus-agent-remove-server):
702         Modified to support new definition of gnus-agent-covered-method.
703         (gnus-agent-read-servers): Rewritten to convert old method data
704         into server names.
705         (gnus-agent-read-servers-validate)
706         (gnus-agent-read-servers-validate-native): New functions.
707         (gnus-agent-write-servers): No longer use gnus-method-simplify as
708         it failed to simplify foreign methods.
709         (gnus-agent-close-connections, gnus-agent-synchronize-flags)
710         (gnus-agent-possibly-synchronize-flags, gnus-agent-fetch-session)
711         (gnus-agent-regenerate): Uses new gnus-agent-covered-methods
712         function as gnus-agent-covered-methods variable no longer provides
713         methods.
714         (gnus-agent-covered-methods): New function
715         (gnus-agent-expire-group, gnus-agent-expire): Final message will,
716         if gnus-verbose is greater than 4, report statistics of NOV
717         entries and files deleted as well as total bytes recovered.
718         (gnus-agent-expire-done-message): New function
719         (gnus-agent-unread-articles): Bug fix.  No longer drops last
720         unread article onto read list.
721         (gnus-agent-regenerate-group): Changed prompt to use typical
722         style.
723         (gnus-agent-group-covered-p): Rewrote to internally use
724         gnus-agent-method-p.
725         * gnus-int.el (gnus-start-news-server): Partially convert old
726         gnus-agent-covered-methods to new format so that gnus-open-server
727         functions correctly.
728         * gnus-srvr.el (gnus-server-insert-server-line): Replaced
729         gnus-agent-covered-methods with gnus-agent-method-p.
730         * gnus-start.el (gnus-clear-system): Added
731         gnus-agent-covered-methods to compensate for removing it from
732         gnus-variable-list.
733         (gnus-setup-news): Complete conversion of old
734         gnus-agent-covered-methods to new format so that secondary and
735         foreign servers can be correctly opened.
736
737 2003-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
738
739         * spam.el (spam-ham-copy-or-move-routine): add respooling
740         support, not working well yet
741
742         * gnus.el (ham-process-destination): make 'respool option the
743         only one, so it can't be chosen together with other groups
744
745 2003-11-19  Teodor Zlatanov  <tzz@lifelogs.com>
746
747         * gnus-registry.el (gnus-registry-track-extra): make it a set of
748         choices instead of a boolean
749         (gnus-registry-track-subject-p, gnus-registry-track-sender-p):
750         new convenience functions
751         (gnus-registry-split-fancy-with-parent): use convenience
752         functions, also don't return extra tracking info if sender or
753         subject is found in more than one groups
754         (gnus-registry-add-group): use new convenience functions to
755         decide if sender and subject should be tracked
756
757         * gnus.el (ham-process-destination): add 'respool option,
758         unused by spam.el yet
759
760 2003-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus-score.el (gnus-decay-score): Return a surely smaller value
763         than the argument in XEmacs.
764
765 2003-11-18  Reiner Steib  <Reiner.Steib@gmx.de>
766
767         * message.el (message-insert-to): Don't use `gnus-message'.
768         (message-header-synonyms): New variable.
769         (message-carefully-insert-headers): Use it (check for synonyms).
770         Added doc-string.  From Sam Steingold <sds@gnu.org>.
771
772 2003-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * html2text.el (html2text-remove-tags): Remove the tag in a
775         simpler way to avoid inflooping.
776
777 2003-11-17  Simon Josefsson  <jas@extundo.com>
778
779         * imap.el (imap-gssapi-auth-p): Don't check capability (some
780         servers remove AUTH=GSSAPI from capability response returned after
781         successful authentication).
782
783 2003-11-16  Jesper Harder  <harder@ifa.au.dk>
784
785         * gnus.el (gnus-getenv-nntpserver): Fix regexp and simplify.
786         Reported by Artem Chuprina <ran@ran.pp.ru>.
787
788 2003-11-14  Simon Josefsson  <jas@extundo.com>
789
790         * mm-util.el (mm-charset-synonym-alist): Map BIG5-HKSCS to BIG5
791         when it isn't available.
792
793 2003-11-13  Alex Schroeder  <alex@gnu.org>
794
795         * nnrss.el (nnrss-check-group): Use dc:contributor if neither
796         rss:author nor dc:creator is provided.
797
798 2003-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
799
800         * mm-decode.el (mm-dissect-buffer): Save start="<id>" value
801         contained in Content-Type header of multipart/related messages.
802
803         * mm-view.el (mm-w3m-cid-retrieve-1): New function.
804         (mm-w3m-cid-retrieve): Use it.
805
806         * mml.el (mml-generate-mime-1): Add start="<id>" to Content-Type.
807         (mml-insert-mime-headers): Insert Content-ID header.
808         (mml-insert-mml-markup): Insert start="<id>" value.
809
810 2003-11-12  Teodor Zlatanov  <tzz@lifelogs.com>
811
812         * nnml.el (nnml-request-accept-article): pass sender to
813         nnmail-cache-insert
814
815         * nnmh.el (nnmh-request-accept-article): pass sender to
816         nnmail-cache-insert
817
818         * nnmbox.el (nnmbox-request-accept-article): pass sender to
819         nnmail-cache-insert
820
821         * nnfolder.el (nnfolder-request-accept-article): pass sender to
822         nnmail-cache-insert
823
824         * nnbabyl.el (nnbabyl-request-accept-article): pass sender to
825         nnmail-cache-insert
826
827         * nnmail.el (nnmail-cache-insert): accept sender parameter and
828         pass it to the nnmail-spool-hook
829
830         * gnus-registry.el (gnus-registry-track-extra): clarify doc
831         (gnus-registry-action): add sender lexical var and pass it to
832         gnus-registry-add-group
833         (gnus-registry-spool-action): take a sender parameter, pass to
834         gnus-registry-add-group
835         (gnus-registry-split-fancy-with-parent): trace by sender in
836         addition to subject
837         (gnus-registry-fetch-sender-fast): new function
838         (gnus-registry-add-group): accept sender parameter
839
840 2003-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
841
842         * spam.el (spam-ham-copy-routine, spam-ham-move-routine)
843         (spam-mark-spam-as-expired-and-move-routine): allow for the
844         groups to be a list of a single item
845
846         * gnus.el (gnus-install-group-spam-parameters):
847         ham-process-destination and spam-process-destination allow lists now
848
849 2003-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
850
851         * message.el (message-insert-to): Do error out when the user
852         requested no Cc.  Don't insert empty To.  Can be added to
853         `message-setup-hook' now.  From Sam Steingold <sds@gnu.org>.
854         (message-mode-field-menu): Moved some entries, added
855         `message-insert-wide-reply'.
856         (message-change-subject): Fixed comment.
857
858 2003-11-10  Simon Josefsson  <jas@extundo.com>
859
860         * pgg-def.el (pgg-encrypt-for-me): Change default from nil to t.
861
862 2003-11-09  Simon Josefsson  <jas@extundo.com>
863
864         * pgg-gpg.el (pgg-gpg-encrypt-region): Cache passphrase under hex
865         key id too (for decryption).
866         (pgg-gpg-sign-region): Likewise.
867
868 2003-11-09  Simon Josefsson  <jas@extundo.com>
869
870         * pgg-gpg.el (pgg-gpg-all-secret-keys): New variable.
871         (pgg-gpg-lookup-all-secret-keys): New function.
872         (pgg-gpg-select-matching-key): Likewise.
873         (pgg-gpg-decrypt-region): Use new functions.  From Satyaki Das
874         <satyakid@stanford.edu>.
875
876 2003-11-07  Teodor Zlatanov  <tzz@lifelogs.com>
877
878         * nnmail.el (nnmail-cache-insert): make sure that the
879         nnmail-spool-hook is called with a valid newsgroup name (though
880         it may be wrong)
881
882         * gnus.el (gnus-group-real-prefix): return nil if group is not a
883         string, instead of triggering an error
884
885 2003-11-06  Teodor Zlatanov  <tzz@lifelogs.com>
886
887         * gnus.el (gnus-group-guess-full-name-from-command-method): new function
888
889         * gnus-registry.el (gnus-registry-fetch-group): use long names if
890         requested
891         (gnus-registry-split-fancy-with-parent): when long names are in
892         use, strip the name if we're in the native server, or else return nothing
893         (gnus-registry-spool-action, gnus-registry-action): use
894         gnus-group-guess-full-name-from-command-method instead of
895         gnus-group-guess-full-name
896
897         * spam.el (spam-mark-spam-as-expired-and-move-routine)
898         (spam-ham-copy-or-move-routine): prevent article deletions or
899         moves unless the backend allows it
900
901         * gnus.el (gnus-install-group-spam-parameters): fixed parameters
902         to list spamoracle as well, suggested by Jean-Marc Lasgouttes
903         <Jean-Marc.Lasgouttes@inria.fr>
904
905         * spam.el (spam-spamoracle): doc change, suggested by Jean-Marc
906         Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
907
908 2003-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * gnus-score.el (gnus-decay-score): Protect against arithmetic
911         errors.  Tiny patch from Norbert Koch <viteno@xemacs.org>.
912
913 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
914
915         * spam.el
916         (spam-log-processing-to-registry): improved message and comments
917         (spam-log-unregistration-needed-p): new function
918         (spam-ifile-register-spam-routine)
919         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
920         (spam-stat-register-ham-routine)
921         (spam-blacklist-register-routine)
922         (spam-whitelist-register-routine)
923         (spam-bogofilter-register-spam-routine)
924         (spam-bogofilter-register-ham-routine)
925         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): change
926         spam-log-processing-to-registry invocations appropriately
927
928 2003-10-31  Simon Josefsson  <jas@extundo.com>
929
930         * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest.
931         Tiny patch from Derek Atkins <warlord@MIT.EDU>.
932         (imap-process-connection-type): Improve docstring.  Suggested by
933         Derek Atkins <warlord@MIT.EDU>.
934
935 2003-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
936
937         * spam.el (autoload): autoload the gnus-registry functions we'll
938         need
939         (spam-log-to-registry): new variable for interfacing with the
940         gnus-registry
941         (spam-install-hooks): variable had the wrong customization group
942         (spam-fetch-field-message-id-fast): convenience function for fetch
943         a message ID quickly
944         (spam-log-processing-to-registry): new function
945         (spam-ifile-register-spam-routine)
946         (spam-ifile-register-ham-routine, spam-stat-register-spam-routine)
947         (spam-stat-register-ham-routine)
948         (spam-blacklist-register-routine)
949         (spam-whitelist-register-routine)
950         (spam-bogofilter-register-spam-routine)
951         (spam-bogofilter-register-ham-routine)
952         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): add
953         spam-log-processing-to-registry invocations
954
955         * gnus-registry.el: fixed docs in the preface to mention
956         gnus-registry-initialize
957         (gnus-registry-store-extra): remove cached extra entry
958         information when new extra entry is stored
959
960 2003-10-29  Simon Josefsson  <jas@extundo.com>
961
962         * message.el (message-forward-make-body-plain): Fix ARG=1 mode
963         after separating m-f-m-b.
964
965 2003-10-29  Simon Josefsson  <jas@extundo.com>
966
967         * message.el (message-forward-make-body-plain): Remove ignored
968         headers.  Tiny patch from Andre Srinivasan <andre@e2open.com>.
969         (message-forward-make-body-plain): Fix ARG=1.
970
971 2003-10-28  Jesper Harder  <harder@ifa.au.dk>
972
973         * message.el (message-forward-subject-name-subject)
974         (message-forward-subject-author-subject): Decode non-ASCII
975         newsgroup names.
976         (autoload): Autoload gnus-group-decoded-name.
977
978 2003-10-27  Simon Josefsson  <jas@extundo.com>
979
980         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
981         parameter key, overrides the key id used to store passphrase
982         under (uses true key id from gpg output if nil).
983         (pgg-gpg-encrypt-region): Search for passphrase using user suplied
984         string STR, instead of (pgg-lookup-key STR t).
985         (pgg-gpg-encrypt-region): Store passphrase under user suplied
986         string, instead of real key id taken from gpg output.
987         (pgg-gpg-decrypt-region): Likewise.
988         (pgg-gpg-sign-region): Likewise.
989         * pgg.el (pgg-decrypt-region): Don't set pgg-default-user-id.
990
991 2003-10-27  Romain FRANCOISE  <romain@orebokech.com>
992
993         * gnus-art.el (gnus-article-goto-prev-page): Doc fix.
994
995 2003-10-27  Simon Josefsson  <jas@extundo.com>
996
997         * mm-bodies.el (mm-body-encoding): Don't use QP when message body
998         only consists of short lines and ASCII, when
999         mm-use-ultra-safe-encoding.  Refer to 'About foo' thread in
1000         gnus-bug, e.g. <ilullrg4k7p.fsf@extundo.com>, for more discussion.
1001         This make it possible to pipe the raw RFC 822 message into 'gpg'
1002         and have the signature work.  Potential problem: what if message
1003         contain data that would be dash-escaped by OpenPGP
1004         implementations? Then PGP 2.x might not be able to parse the raw
1005         RFC 822 message correctly.  If that problem is worth fixing, it
1006         should be fixed by detecting the situation, instead of applying QP
1007         to everything.  Based on discussion with "John A. Martin"
1008         <jam@jamux.com>.
1009
1010 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
1011
1012         * spam.el (spam-mark-spam-as-expired-and-move-routine)
1013         (spam-ham-copy-or-move-routine): don't ask when deleting copied
1014         articles, and use move instead of copy when possible
1015         (spam-split): added the option of specifying a string as a
1016         spam-split parameter; such a string will override
1017         spam-split-group temporarily.
1018
1019         * nnmail.el (nnmail-cache-insert): protect from nil message IDs,
1020         but should we do something else?
1021
1022         * gnus-registry.el (gnus-registry-spool-action): protect from nil
1023         message IDs
1024
1025 2003-10-26  Simon Josefsson  <jas@extundo.com>
1026
1027         * gnus-art.el (gnus-button-alist): Allow & in mailto URLs.
1028         (gnus-header-button-alist): Likewise.
1029         (gnus-url-mailto): Handle ?to parameters.  Replace \r\n with \n.
1030         Reverse parameter list to use same order as in the URL.  Reported
1031         by f95-msv@f.kth.se (M\e,Ae\e(Brten Svantesson).
1032
1033 2003-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
1034
1035         * spam.el (spam-move-spam-nonspam-groups-only): documentation fix
1036         for the variable
1037
1038 2003-10-25  Steve Youngs  <sryoungs@bigpond.net.au>
1039
1040         * Makefile.in (clean-some): Remove auto-autoloads.* and
1041         custom-load.* as well.
1042         (distclean): Ditto.
1043
1044         * dgnushack.el (dgnushack-make-load): Add a local vars section to
1045         the dummy gnus-load.el.
1046
1047 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
1048
1049         * spam.el (spam-ham-copy-or-move-routine): do not delete if copy
1050         is t, also don't intepret the list of groups as a list of lists
1051         (spam-mark-spam-as-expired-and-move-routine)
1052         (spam-ham-copy-or-move-routine): delete articles only if 1 or
1053         more groups were specified (and "copy" was not specified for
1054         spam-ham-copy-or-move-routine) (fixed twice)
1055
1056 2003-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * nndoc.el (nndoc-guess-type): Reverse the sort order.  Suggested
1059         by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
1060         (nndoc-dissect-buffer): Don't miss even-numbered articles.
1061
1062 2003-10-24  Steve Youngs  <sryoungs@bigpond.net.au>
1063
1064         * dgnushack.el (dgnushack-gnus-load-file): Set to
1065         "auto-autoloads.el" if building with XEmacs.
1066         (dgnushack-cus-load-file): Set to "custom-load.el" if building
1067         with XEmacs.
1068         (dgnushack-make-cus-load): We don't delete the resulting file if
1069         building with XEmacs so byte-compile it.
1070         (dgnushack-make-load): When building with XEmacs do nothing except
1071         byte-compile the autoload file and create a dummy gnus-load.el
1072         file.
1073
1074 2003-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1075
1076         * message.el (message-make-fqdn): Bind case-fold-search.
1077         Suggested by Christopher Richards <richards@CS.Princeton.EDU>.
1078
1079 2003-10-23  Teodor Zlatanov  <tzz@lifelogs.com>
1080
1081         * gnus.el (spam-process-destination, ham-process-destination):
1082         allow multiple groups as a choice
1083
1084         * spam.el (spam-check-blackholes): remove "[IP address]"
1085         requirement, now just "IP address" is enough for detection for
1086         blackhole checking
1087         (spam-check-blackholes): oops, the dots were not escaped
1088         (spam-mark-spam-as-expired-and-move-routine): added multiple group
1089         support (multiple copies, then delete)
1090         (spam-ham-copy-routine): new function
1091         (spam-ham-move-routine): new function
1092         (spam-ham-copy-or-move-routine): new function (used to be
1093         spam-ham-move-routine), handle multiple groups
1094         (spam-summary-prepare-exit): call the new functions
1095
1096 2003-10-23  Simon Josefsson  <jas@extundo.com>
1097
1098         * flow-fill.el (fill-flowed-encode, fill-flowed): Autoload.
1099
1100 2003-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * gnus-art.el (gnus-emphasis-strikethru): Use the :strike-through
1103         attribute in Emacs.
1104
1105 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1106
1107         * message.el (message-bounce): Don't erase except bounced header.
1108
1109 2003-10-21  Teodor Zlatanov  <tzz@lifelogs.com>
1110
1111         * spam.el (spam-reverse-ip-string): new function to reverse an IP
1112         address in a string
1113         (spam-check-blackholes): use spam-reverse-ip-string
1114
1115 2003-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1116
1117         * gnus-art.el (gnus-narrow-to-page): Clear as well as set the
1118         value for gnus-page-broken.
1119
1120         * gnus-sum.el (gnus-summary-beginning-of-article): Use
1121         gnus-break-pages instead of gnus-page-broken.
1122         (gnus-summary-end-of-article): Use gnus-break-pages instead of
1123         gnus-page-broken; narrow to the end of a page beforehand.
1124         (gnus-summary-toggle-header): Use gnus-break-pages instead of
1125         gnus-page-broken; remove delimiter buttons unless gnus-break-pages
1126         is non-nil.
1127
1128 2003-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * gnus-picon.el (gnus-picon-transform-address): Protect against
1131         errors.
1132
1133 2003-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1134
1135         * gnus-msg.el (nnspool-rejected-article-hook): Remove defvar.
1136         (xemacs-codename): Move defvar to gnus-util.el.
1137
1138         * gnus-util.el (xemacs-codename): Defvar when compiling.
1139
1140 2003-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1141
1142         * spam-report.el (spam-report-url-ping-plain): Include a
1143         User-Agent.
1144
1145         * gnus-msg.el (gnus-extended-version): Use it.
1146
1147         * gnus-util.el (gnus-emacs-version): Separated out into own
1148         function.
1149
1150 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1151
1152         * message.el (message-mode-field-menu): Added
1153         message-generate-unsubscribed-mail-followup-to.
1154         (message-forward-subject-fwd): Avoid double "Fwd: "
1155         (message-change-subject): Added comment.
1156
1157 2003-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158
1159         * gnus-sum.el (gnus-nov-parse-line): Remove condition-cases.
1160
1161         * mml.el (mml-insert-mime): Quote mml.
1162
1163 2003-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1164
1165         * gnus-sum.el (gnus-remove-odd-characters): Use
1166         mm-subst-char-in-string instead of subst-char-in-string.
1167         (gnus-summary-refer-article): Use gnus-replace-in-string instead
1168         of replace-regexp-in-string.
1169
1170 2003-10-19  Jesper Harder  <harder@ifa.au.dk>
1171
1172         * gnus-uu.el (gnus-uu-uustrip-article): Really strip directory
1173         from file name.
1174
1175 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
1176
1177         * gnus-sum.el (gnus-summary-save-parts-last-directory): Default
1178         to mm-default-directory.
1179         (gnus-summary-save-parts-1): Use mm-file-name-rewrite-functions.
1180
1181 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1182
1183         * pop3.el (pop3-read-response): Check whether the process is
1184         alive.
1185
1186         * gnus-sum.el (gnus-summary-refer-article): Strip spaces.
1187
1188         * rfc2047.el (rfc2047-encode-region): Do error out on invalid
1189         strings.
1190
1191         * nntp.el (nntp-retrieve-headers-with-xover): Get error messages
1192         right.
1193
1194         * gnus-agent.el (gnus-agent-read-servers): Remove sit-for.
1195
1196         * gnus-art.el (article-treat-dumbquotes): Doc fix.
1197
1198         * message.el (message-field-value): New function.
1199         (message-insert-disposition-notification-to): Use Reply-To, too.
1200
1201         * imap.el (imap-mailbox-status): Upcase STATUS commands.
1202
1203         * gnus-sum.el (gnus-remove-odd-characters): New function.
1204         (gnus-nov-parse-line): Use it.
1205
1206 2003-10-18  Matt Swift  <swift@alum.mit.edu>
1207
1208         * mm-decode.el (mm-inline-media-tests): Recognize pjpeg as jpeg.
1209
1210 2003-10-18  Romain FRANCOISE  <romain@orebokech.com>
1211
1212         * message.el (message-forward-make-body): does both
1213         m-f-make-body-mml and m-f-make-body-plain, resulting in a strange
1214         message buffer.
1215
1216 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * gnus-art.el (gnus-narrow-to-page): Only break page if it's
1219         broken.
1220
1221         * nnrss.el (nnrss-find-rss-via-syndic8): Return nil if xml-rpc
1222         isn't available.
1223
1224         * message.el (message-hidden-headers): Doc fix.
1225
1226 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
1227
1228         * gnus-msg.el (gnus-summary-resend-message-edit): Avoid error when
1229         fields aren't found.
1230
1231 2003-10-18  Simon Josefsson  <jas@extundo.com>
1232
1233         * message.el (message-forward-make-body-plain)
1234         (message-forward-make-body-mime, message-forward-make-body-mml)
1235         (message-forward-make-body-digest-plain)
1236         (message-forward-make-body-digest-mime)
1237         (message-forward-make-body-digest): New, derived from
1238         message-forward-make-body.
1239         (message-forward-make-body): Use them.
1240         (message-forward-show-mml): New default 'best.
1241         (message-forward-make-body): Support it.
1242
1243 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * gnus-art.el (gnus-article-mode): Set gnus-page-broken to nil.
1246         (gnus-article-prepare): Don't set to t.
1247         (gnus-narrow-to-page): Set to t if we break.
1248
1249 2003-06-11  Daniel N\e,Ai\e(Bri  <dne@mayonnaise.net>
1250
1251         * message.el (message-resend): Generate Resent-Message-ID header.
1252
1253 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254
1255         * gnus-art.el (gnus-article-next-page): Don't go to the next line
1256         before checking end-of-buffer.
1257         (gnus-mime-delete-part): Don't insert parts twice.
1258
1259 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1260
1261         * gnus-art.el (article-update-date-lapsed): Make sure point
1262         doesn't move around (much).
1263
1264 2003-07-28  Vasily Korytov  <deskpot@myrealbox.com>
1265
1266         * mail-source.el (mail-source-keyword-map): List "cur" before
1267         "new" for maildirs.
1268
1269 2003-10-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * gnus-sum.el (gnus-summary-enter-digest-group): ogroup, nor
1272         group.
1273
1274         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the parent
1275         name for gcc-self.
1276         (gnus-inews-insert-archive-gcc): Paren mistake.
1277
1278         * gnus-sum.el (gnus-summary-enter-digest-group): Add
1279         parent-group.
1280
1281         * gnus-art.el (gnus-ignored-headers): Add more headers.
1282
1283         * rfc2047.el (rfc2047-encode): See which encoding is shorter --
1284         base64 or QP.
1285
1286         * nnmail.el (nnmail-article-group): Default to "bogus".
1287
1288         * mail-source.el (mail-source-delete-incoming): Change to nil.
1289
1290 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1291
1292         * mail-source.el (mail-source-fetch-imap): Fix mismatched parens.
1293
1294 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295
1296         * mail-source.el (defvar): Add post/pre/scripts.
1297         (mail-source-fetch-imap): Use them.
1298
1299         * nndraft.el (nndraft-request-move-article): Fix infinite
1300         recursion.
1301
1302         * gnus-group.el (gnus-group-mark-regexp): Jump to groups.
1303
1304 2003-10-16  Ed L. Cashin  <ecashin@uga.edu>
1305
1306         * imap.el (imap-interactive-login): Set imap-password to nil if
1307         login fails.
1308
1309 2003-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * message.el (message-inserted-headers): New variable.
1312         (message-mode): Make local.
1313         (message-mode): Set all the local action variables to nil.
1314
1315 2003-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
1318         (mm-w3m-safe-url-regexp): Doc fix.
1319
1320 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
1321
1322         * gnus-sum.el (gnus-summary-respool-query): Don't narrow to head,
1323         it's done by nnmail-article-group.
1324
1325         * gnus-uu.el (gnus-uu-grab-articles): Fix misplaced parens.
1326         From Mark Hood <markhood@speakeasy.net> (tiny change)
1327
1328 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
1329
1330         * mm-decode.el (mm-file-name-delete-gotchas): Avoid infloop in
1331         XEmacs.
1332
1333 2003-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
1334
1335         * spam.el (spam-initialize): new function, does the spam-face
1336         update and all the hooks, replaces spam-install-hooks-function
1337
1338         * gnus-registry.el (gnus-registry-initialize): new autoloaded
1339         function to explicitly initialize the registry
1340
1341 2003-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1342
1343         * mm-decode.el (mm-w3m-safe-url-regexp): Doc fix.
1344
1345         * mm-view.el (mm-w3m-mode-map): Doc fix.
1346         (mm-inline-text-html-render-with-w3m): Add a comment.
1347
1348 2003-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * gnus-group.el: Remove superfluous eval-when-compiles.
1351
1352 2003-10-10  Jesper Harder  <harder@ifa.au.dk>
1353
1354         * gnus-group.el (gnus-group-suspend): Reset gnus-backlog-articles.
1355
1356 2003-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * dns.el (query-dns): Don't error out on malformed resolv files.
1359
1360 2003-10-06  Jesper Harder  <harder@ifa.au.dk>
1361
1362         * gnus.el (gnus-group-faq-directory): Update .tw entry.  From
1363         Albert Chun-Chieh Huang <mr894348@cs.nthu.edu.tw>
1364
1365 2003-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1366
1367         * spam.el (spam-check-blackholes): exit the loop if matches are
1368         found (idea from Adrian Lanz <lanz@fowi.ethz.ch>)
1369         (spam-check-bogofilter-headers, spam-check-blackholes, spam-check-BBDB)
1370         (spam-from-listed-p): use nnmail-fetch-field instead of message-fetch-field
1371
1372
1373 2003-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * mm-decode.el (mm-attachment-file-modes): Change the default
1376         value into 384 from ?\600 which doesn't mean an integer in XEmacs.
1377
1378 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
1379
1380         * mm-decode.el (mm-file-name-delete-control)
1381         (mm-file-name-delete-gotchas): New functions.
1382         (mm-file-name-rewrite-functions): Use them.
1383         (mm-attachment-file-modes): New option.
1384         (mm-save-part-to-file): Use it.
1385
1386 2003-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
1387
1388         * spam.el (spam-install-hooks-function): Added Autoload cookie.
1389
1390 2003-10-02  Jesper Harder  <harder@ifa.au.dk>
1391
1392         * pgg-def.el (pgg-default-keyserver-address): Change to
1393         subkeys.pgp.net.  From Michael Shields <shields@msrl.com>
1394
1395 2003-10-01  Simon Josefsson  <jas@extundo.com>
1396
1397         * message.el (message-idna-to-ascii-rhs-1): RHS can be terminated
1398         by ',', as in 'foo@example.org, bar@example.org'.
1399
1400 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
1401
1402         * message.el (message-send): Fix reversed logic of supersedes
1403         check.
1404
1405 2003-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
1406
1407         * gnus-art.el (gnus-article-view-part-as-charset): Doc fix,
1408         suggested by Norbert Koch <viteno@xemacs.org>.
1409
1410 2003-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * gnus-topic.el (gnus-topic-goto-missing-topic): Revert 2003-02-09
1413         change in order to correct the position where an invisible topic
1414         (because gnus-topic-display-empty-topics is nil) may be inserted.
1415
1416 2003-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1417
1418         * message.el (message-ignored-supersedes-headers): Add X-Payment.
1419
1420 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
1421
1422         * rfc2047.el (rfc2047-encode): Limit line length to 76 characters.
1423
1424 2003-09-20  Simon Josefsson  <jas@extundo.com>
1425
1426         * tls.el (tls-process-connection-type): Doc fix.
1427
1428         * imap.el (imap-starttls-open): Rewrite, should support both old
1429         starttls.el and new starttls.el that uses GNUTLS.
1430
1431 2003-09-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * gnus-art.el (gnus-treat-display-x-face): Use set-default instead
1434         of custom-set-default which isn't available in old XEmacsen.
1435
1436 2003-09-17  Jesper Harder  <harder@ifa.au.dk>
1437
1438         * gnus-msg.el (gnus-summary-resend-message-edit): Don't convert
1439         to MML.  MIME -> MML -> MIME does not work for PGP/MIME.
1440
1441         * message.el (message-bounce, message-forward-show-mml): do.
1442
1443 2003-09-13  Jesper Harder  <harder@ifa.au.dk>
1444
1445         * rfc2047.el (rfc2047-charset-encoding-alist): Add viscii.
1446         (rfc2047-encode): Add factors for big5, gb2312 and euc-kr.
1447
1448         * nnweb.el (nnweb-google-parse-1): Fix parsing.
1449
1450 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
1451
1452         * gnus-group.el (gnus-group-fetch-control): ISC changed
1453         compression from .Z to .gz.
1454
1455         * rfc2047.el (rfc2047-header-encoding-alist): Add "Approved" to
1456         address-mime.
1457
1458 2003-09-11  Jesper Harder  <harder@ifa.au.dk>
1459
1460         * rfc2047.el (rfc2047-encode): Restrict encoded-words to 75
1461         characters.
1462
1463 2003-09-10  Jesper Harder  <harder@ifa.au.dk>
1464
1465         * gnus.el (gnus-group-charter-alist): Update.
1466
1467 2003-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1468
1469         * spam-report.el: use mm-url.el functions for external URL
1470         loading when the built-in HTTP GET is insufficient (e.g. proxies
1471         are in the way).  From Eric Knauel
1472         <knauel@informatik.uni-tuebingen.de>.
1473         (spam-report-url-ping-function): new option, defaults to the
1474         built-in HTTP GET (spam-report-url-ping-plain)
1475         (spam-report-url-ping): calls spam-report-url-ping-function now
1476         (spam-report-url-ping-plain): new function, does what
1477         spam-report-url-ping used to do
1478         (spam-report-url-ping-mm-url): function that delegates to
1479         mm-url.el (autoloaded)
1480
1481 2003-09-08  Teodor Zlatanov  <tzz@lifelogs.com>
1482
1483         * gnus-registry.el (gnus-registry-delete-id): function to
1484         completely delete an ID, including all the cache hashtables
1485         (gnus-registry-delete-group): use gnus-registry-delete-id
1486         (gnus-registry-simplify-subject): only run if the argument is a
1487         string, return nil otherwise
1488
1489 2003-09-07  Jesper Harder  <harder@ifa.au.dk>
1490
1491         * gnus-msg.el (gnus-summary-resend-bounced-mail): Docstring fix.
1492
1493 2003-09-05  Teodor Zlatanov  <tzz@lifelogs.com>
1494
1495         * gnus-registry.el (gnus-registry-split-fancy-with-parent): yet
1496         another error *sigh*
1497
1498         * gnus-registry.el (gnus-registry-fetch-extra-entry): don't use
1499         puthash unless gnus-registry-entry-caching is on
1500         (gnus-registry-split-fancy-with-parent): misplaced parenthesis
1501         made everything a part of the 'else'
1502         (gnus-registry-save): used 'entry-caching' instead of 'caching'
1503
1504 2003-09-05  Jesper Harder  <harder@ifa.au.dk>
1505
1506         * gnus-art.el (gnus-button-alist): Improve Info regexp.
1507
1508 2003-09-04  Teodor Zlatanov  <tzz@lifelogs.com>
1509
1510         * gnus-registry.el: added brief explanation of basics
1511         (gnus-registry-track-extra): new variable for tracking of message
1512         subjects
1513         (gnus-registry-entry-caching): caching parameter, used for extra
1514         data
1515         (gnus-registry-minimum-subject-length): minimum subject length
1516         before it's considered when tracing subjects
1517         (gnus-registry-save): accomodate extra data entry caching
1518         (gnus-registry-action): change function name, add the subject and
1519         pass it to gnus-registry-add-group
1520         (gnus-registry-spool-action): change function name, add the
1521         subject and pass it to gnus-registry-add-group
1522         (gnus-registry-split-fancy-with-parent): add subject tracking
1523         (gnus-registry-register-message-ids): pass subject to
1524         gnus-registry-add-group
1525         (gnus-registry-simplify-subject)
1526         (gnus-registry-fetch-simplified-message-subject-fast): new
1527         functions
1528         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry): add
1529         extra data entry caching
1530         (gnus-registry-add-group): handle the extra subject parameter
1531         (gnus-registry-install-hooks, gnus-registry-unload-hook): fix the
1532         gnus-register-* function names
1533
1534         * nnmail.el (nnmail-cache-insert): add subject parameter, pass it
1535         on to the nnmail-spool-hook
1536
1537         * nnbabyl.el (nnbabyl-request-accept-article): added subject to
1538         nnmail-cache-insert call
1539
1540         * nndiary.el (nndiary-request-accept-article): added subject to
1541         nnmail-cache-insert call
1542
1543         * nnfolder.el (nnfolder-request-accept-article): added subject to
1544         nnmail-cache-insert call
1545
1546         * nnimap.el (nnimap-split-articles): added subject to
1547         nnmail-cache-insert call
1548         (nnimap-request-accept-article): added subject to
1549         nnmail-cache-insert call
1550
1551         * nnmbox.el (nnmbox-request-accept-article): added subject to
1552         nnmail-cache-insert call
1553
1554         * nnmh.el (nnmh-request-accept-article): added subject to
1555         nnmail-cache-insert call
1556
1557         * nnml.el (nnml-request-accept-article): added subject to
1558         nnmail-cache-insert call
1559
1560 2003-09-04  Jesper Harder  <harder@ifa.au.dk>
1561
1562         * gnus-art.el (gnus-button-handle-info-url)
1563         (gnus-button-handle-info-url-gnome)
1564         (gnus-button-handle-info-url-kde, gnus-button-alist): Handle GNOME
1565         and KDE style Info URLs.
1566
1567         * gnus-util.el (gnus-url-unhex-string): Don't replace "+" with " ".
1568
1569 2003-09-02  Jesper Harder  <harder@ifa.au.dk>
1570
1571         * rfc2047.el (rfc2047-fold-region): Don't fold at the beginning
1572         of the field.
1573
1574 2003-09-01  Simon Josefsson  <jas@extundo.com>
1575
1576         * mml.el (mml-insert-mime-headers-always): New variable.
1577         (mml-insert-mime-headers): Use it.  Based on (tiny) patch from
1578         Lars Balker Rasmussen <lars@balker.org>.
1579
1580 2003-08-30  Simon Josefsson  <jas@extundo.com>
1581
1582         * mail-source.el (mail-source-fetch-imap): Pass correct buffer to
1583         imap-open, reverts 2003-03-17 change.  Reverse remove before
1584         calling gnus-compress-sequence.  From Gaute Strokkenes
1585         <gs234@srcf.ucam.org> (tiny change).
1586
1587 2003-08-29  Simon Josefsson  <jas@extundo.com>
1588
1589         * gnus-group.el (gnus-group-delete-group): Doc fix.  Suggested by
1590         Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>.
1591
1592 2003-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1593
1594         * gnus-art.el (article-display-x-face): Make it possible to set
1595         the gnus-article-x-face-command variable to the lambda form.
1596
1597 2003-08-27  Simon Josefsson  <jas@extundo.com>
1598
1599         * mm-decode.el (mm-remove-part): Try to kill external displayers
1600         cleanly first (if it refuses, C-g aborts loop and kill process
1601         unconditionally).  Also make sure process is dead before we remove
1602         the files it may be using.  Reported by David Coe
1603         <davidc@debian.org>.
1604
1605 2003-08-27  Jesper Harder  <harder@ifa.au.dk>
1606
1607         * gnus-cache.el (gnus-cache-generate-active): Fix bug in
1608         replacement.  From Vagn Johansen <v@johansen.mail.dk> (tiny
1609         change).
1610
1611 2003-08-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1612
1613         * gnus-art.el: Don't use defvaralias.
1614         (gnus-treat-display-x-face): Warn if the obsolete variable
1615         `gnus-treat-display-xface' exists.
1616
1617 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
1618
1619         * gnus-art.el (gnus-treat-display-face): Fix typo.
1620         (gnus-treat-display-xface): Rename to gnus-treat-display-x-face
1621         (reported by Jochen K\e,A|\e(Bpper <jochen@jochen-kuepper.de>)
1622
1623 2003-08-24  Jesper Harder  <harder@ifa.au.dk>
1624
1625         * gnus-art.el (gnus-header-button-alist, gnus-button-alist): Fix
1626         type.
1627
1628 2003-08-22  Jesper Harder  <harder@ifa.au.dk>
1629
1630         * message.el (message-make-forward-subject-function): Fix
1631         customize mismatch.
1632
1633         * gnus.el (gnus-message-archive-method): do.
1634
1635 2003-08-20  Reiner Steib  <Reiner.Steib@gmx.de>
1636
1637         * gnus.el (gnus-read-group): Offer to continue only if the invalid
1638         char is `/' and add more information for the user.
1639
1640         * gnus-art.el (gnus-button-alist): Add `+' (gnus-button-handle-man).
1641         (gnus-header-button-alist): Added `In-Reply-To'.
1642
1643         * nnimap.el (nnimap-open-connection): Allow different user names
1644         on the same server (and in the same authinfo file).
1645
1646 2003-08-20  Jesper Harder  <harder@ifa.au.dk>
1647
1648         * gnus-sieve.el (gnus-sieve-crosspost): Fix type.
1649
1650         * message.el (message-make-forward-subject-function): Add
1651         message-forward-subject-name-subject to choices.
1652
1653         * gnus-art.el (gnus-article-edit-done, gnus-article-edit-exit):
1654         Redisplay article after editing.
1655
1656 2003-08-20  Simon Josefsson  <jas@extundo.com>
1657
1658         * gnus.el (gnus-read-group): Added check to ask confirmation if
1659         Group name contains invalid character. You can use '/' in IMAP,
1660         but not in filenames. G m cannot know what the user is creating,
1661         so let user decide. See thread m2oeysiev3.fsf@naima.lensflare.org.
1662         Tiny patch from letters@hotpop.com (Jari Aalto+mail.linux).
1663
1664 2003-08-13  Reiner Steib  <Reiner.Steib@gmx.de>
1665
1666         * gnus-score.el (gnus-summary-score-effect): Fix interactive use.
1667
1668 2003-08-10  Teodor Zlatanov  <tzz@lifelogs.com>
1669
1670         * gnus-draft.el (gnus-draft-send-all-messages): ask if all drafts
1671         should be sent unless gnus-expert-user is on
1672
1673 2003-08-09  Jesper Harder  <harder@ifa.au.dk>
1674
1675         * pgg-gpg.el (pgg-gpg-extra-args): Fix customization type.
1676
1677 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1678
1679         * pgg-gpg.el (pgg-gpg-process-region): Bind
1680         default-enable-multibyte-characters to nil.
1681
1682 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1683
1684         * canlock.el (canlock-password): Fix customization type.
1685         (canlock-password-for-verify): Ditto.
1686         * deuglify.el (gnus-outlook-deuglify-unwrap-min): Ditto.
1687         (gnus-outlook-deuglify-unwrap-max): Ditto.
1688         (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
1689         * gnus-sum.el (gnus-sum-thread-tree-root): Ditto.
1690         (gnus-sum-thread-tree-false-root): Ditto.
1691         (gnus-sum-thread-tree-single-indent): Ditto.
1692         * message.el (message-archive-note): Ditto.
1693         (message-subscribed-address-file): Ditto.
1694         (message-user-fqdn): Ditto.
1695         * spam-report.el (spam-report-gmane-regex): Ditto.
1696         * spam.el (spam-blackhole-good-server-regex): Ditto.
1697
1698         * gnus-start.el (gnus-save-killed-list): Fix last change.
1699         * message.el (message-courtesy-message): Ditto.
1700
1701 2003-08-07  Jesper Harder  <harder@ifa.au.dk>
1702
1703         * gnus-art.el (gnus-header-face-alist): Revert previous change.
1704         (gnus-header-newsgroups-face): Explain that it's only used for
1705         crossposts.
1706
1707 2003-08-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1708
1709         * gnus-registry.el (gnus-registry-max-entries): Fix customization
1710         type.
1711         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
1712         * gnus.el (gnus-refer-article-method): Ditto.
1713         * message.el (message-courtesy-message): Ditto.
1714
1715 2003-08-06  Jesper Harder  <harder@ifa.au.dk>
1716
1717         * gnus-art.el (gnus-header-face-alist): Fix "Newsgroups" entry.
1718         From Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny patch)
1719
1720 2003-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1721
1722         * gnus-start.el (gnus-save-killed-list): Fix customization type.
1723         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
1724         * gnus.el (gnus-use-long-file-name): Ditto.
1725
1726 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
1727
1728         * gnus-group.el (gnus-group-rename-group): Don't allow renaming to
1729         an existing name.
1730
1731         * gnus-sum.el (gnus-summary-highlight): Add uncached to docstring.
1732
1733         * nnmail.el (nnmail-large-newsgroup): Docstring fix.
1734
1735         * nntp.el (nntp-large-newsgroup): do.
1736
1737         * nnspool.el (nnspool-large-newsgroup): do.
1738
1739         * gnus-cus.el (gnus-group-parameters): Typo.
1740
1741 2003-07-31  Simon Josefsson  <jas@extundo.com>
1742
1743         * mml-sec.el (mml-signencrypt-style-alist): Use separate S/MIME
1744         method by default (revert partial 2003-07-10 patch).
1745
1746 2003-07-28  Dave Love  <fx@gnu.org>
1747
1748         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el: Require cl when compiling.
1749
1750 2003-07-26  Teodor Zlatanov  <tzz@lifelogs.com>
1751
1752         * gnus-registry.el (gnus-registry-install): add an initial
1753         registry read to the loading when gnus-registry-install is set
1754
1755 2003-07-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1756
1757         * flow-fill.el (fill-flowed): Empty lines separate paragraphs
1758         even if the preceding line ends with a soft break.  Tiny patch
1759         from Mark Thomas <swoon@bellatlantic.net>.
1760
1761 2003-07-25  Teodor Zlatanov  <tzz@lifelogs.com>
1762
1763         * spam.el (spam-use-regex-body, spam-regex-body-spam)
1764         (spam-regex-body-ham): new variables, default to nil/empty/empty
1765         (spam-install-hooks): added spam-use-regex-body to list or
1766         pre-install conditions
1767         (spam-list-of-checks): added spam-use-regex-body and
1768         spam-check-regex-body to list of checks
1769         (spam-list-of-statistical-checks): added spam-use-regex-body to
1770         list of statistical checks
1771         (spam-check-regex-body): invokes spam-check-regex-headers with
1772         appropriate variable masking
1773         (spam-check-regex-headers): changes to print "body" or "header"
1774         where appropriate
1775
1776 2003-07-25  Jesper Harder  <harder@ifa.au.dk>
1777
1778         * smime.el (smime-ask-passphrase): Use read-passwd rather than
1779         comint-read-noecho.  The former is more secure.
1780
1781 2003-07-24  Teodor Zlatanov  <tzz@lifelogs.com>
1782
1783         * gnus-registry.el (gnus-registry-cache-whitespace): make "adding
1784         whitespace" message level 5 instead of 4
1785         (gnus-registry-clean-empty-function): new function to remove empty
1786         registry entries
1787         (gnus-registry-clean-empty): new variable to enable cleaning the
1788         registry when saving it by calling gnus-registry-clean-empty-function
1789
1790         * spam.el (spam-summary-prepare-exit): use spam-process-ham-in-spam-groups
1791         (spam-process-ham-in-spam-groups): new variable
1792
1793 2003-07-24  Jesper Harder  <harder@ifa.au.dk>
1794
1795         * pgg-gpg.el (pgg-gpg-process-region): Add "--yes" to options.
1796
1797         * pgg-gpg.el, pgg-pgp.el, pgg-pgp5.el, pgg.el: Reapply changes
1798         from 2003-04-03 to fix security problem.  See
1799         http://www.debian.org/security/2003/dsa-339
1800
1801 2003-07-23  Teodor Zlatanov  <tzz@lifelogs.com>
1802
1803         * gnus.el (gnus-install-group-spam-parameters): add the
1804         gnus-ticked-mark to the possible choices of ham marks
1805
1806         * spam.el (spam-process-ham-in-nonham-groups): new variable
1807         (spam-summary-prepare-exit): use spam-process-ham-in-nonham-groups
1808
1809 2003-07-23  Jesper Harder  <harder@ifa.au.dk>
1810
1811         * rfc2047.el (rfc2047-header-encoding-alist): Add Mail-Followup-To
1812         and Mail-Copies-To to address-mime.
1813         (rfc2047-narrow-to-field): Use rfc2047-point-at-bol.
1814
1815 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
1816
1817         * mm-util.el (mm-coding-system-priorities): Docstring improvement.
1818
1819 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
1820
1821         * gnus-sum.el (gnus-thread-latest-date): Move condition-case to
1822         the right place.
1823
1824 2003-07-14  Simon Josefsson  <jas@extundo.com>
1825
1826         * mail-source.el (mail-source-fetch-imap): Don't assume
1827         imap-error-text returns something.
1828
1829 2003-07-12  Nevin Kapur  <kapur@mts.jhu.edu>
1830
1831         * nnimap.el (nnimap-request-newgroups): Use the pattern in
1832         nnimap-list-pattern instead of "*".
1833
1834 2003-07-10  Simon Josefsson  <jas@extundo.com>
1835
1836         * mml-sec.el (mml-signencrypt-style-alist): Use "combined" by
1837         default.  Improve docstring.
1838
1839 2003-07-10  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1840
1841         * imap.el (imap-arrival-filter): Fix test for missing process
1842         buffer.
1843
1844 2003-07-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1845         From Gaute B Strokkenes <gs234@cam.ac.uk> (tiny patch).
1846
1847         * imap.el (imap-wait-for-tag): Clarify comment.  Use timeout zero
1848         for second, after-process-has-died, accept-process-output.
1849         (imap-arrival-filter): If PROC has no buffer, do nothing.
1850
1851 2003-07-09  Jesper Harder  <harder@ifa.au.dk>
1852
1853         * flow-fill.el: Docstring and message fixes.
1854
1855         * deuglify.el: do.
1856
1857         * gnus-int.el: do.
1858
1859         * gnus-msg.el: do.
1860
1861         * gnus-util.el: do.
1862
1863         * gnus-draft.el: do.
1864
1865         * gnus-start.el: do.
1866
1867         * gnus.el: do.
1868
1869         * gnus-group.el: do.
1870
1871         * gnus-art.el: do.
1872
1873         * gnus-sum.el: do.
1874
1875         * mail-source.el (mail-source-movemail): Handle non-numerical
1876         return values.
1877
1878 2003-07-08  Jesper Harder  <harder@ifa.au.dk>
1879
1880         * mailcap.el (mailcap-parse-args-syntax-table)
1881         (mailcap-viewer-passes-test): Docstring fix.
1882
1883         * mm-bodies.el (mm-long-lines-p): Docstring fix.