(nnagent-request-set-mark): Silence log file
[gnus] / lisp / ChangeLog
1 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnagent.el (nnagent-request-set-mark): Silence log file
4         writing. 
5
6         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7         strange select method.
8
9         * ecomplete.el (ecomplete-display-matches): Get highlightling
10         right. 
11         (ecomplete-display-matches): Use literals.
12         (ecomplete-display-matches): Disable message logging.
13
14         * message.el (message-display-abbrev): Small optimization.
15
16         * ecomplete.el (ecomplete-display-matches): Allow automatic
17         display. 
18
19         * message.el (message-strip-forbidden-properties): Display
20         abbrevs. 
21         (message-display-abbrev): Get automatic display right.
22
23         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
24         keystrokes. 
25
26 2006-04-13  Romain Francoise  <romain@orebokech.com>
27
28         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
29         Moved here (and renamed) from gnus-registry.el.
30
31         * gnus-registry.el: Require gnus-util.
32         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
33
34 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35
36         * gnus-group.el (gnus-group-catchup-current): Change
37         if-then-else-if-then-else into cond.
38         (gnus-group-catchup): Indent.
39         (group-name-at-point): New function.
40         (gnus-fetch-group): Provide default from thing at point.
41
42 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * message.el (message-display-abbrev): Fix regexp.
45
46         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
47         choosing.
48         (ecomplete-highlight-match-line): Fix up code rewrite, remove
49         dead variables.
50
51         * message.el (message-newline-and-indent): Remove debugging.
52         (message-display-abbrev): Use new implementation.
53
54 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
55
56         * gnus-art.el (gnus-article-mode): Set
57         cursor-in-non-selected-windows to nil.
58
59         * smiley.el: Revert previous change.
60         (smiley-data-directory): defvar it before using it in the
61         defcustom of `smiley-style'.
62
63 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * message.el (message-newline-and-indent): New function.
66
67         * ecomplete.el: Implement more bits.
68
69         * message.el (message-put-addresses-in-ecomplete): Clean up the
70         string.
71
72         * ecomplete.el (ecomplete-add-item): Chop off decimals.
73
74         * gnus-sum.el (gnus-summary-save-parts): Bind
75         gnus-summary-save-parts-counter and use it to make unique file
76         names.
77
78         * gnus-art.el (gnus-ignored-headers): Add some more headers.
79
80         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
81         parameter to say whether to actually parse the individual
82         addresses.
83
84         * message.el (message-put-addresses-in-ecomplete): New function.
85         (ecomplete): Require.
86         (message-mail-alias-type): Add ecomplete as an option.
87
88 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
89
90         * flow-fill.el (fill-flowed): Remove trailing space from blank
91         quoted lines.
92
93 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
94
95         * smiley.el (smiley-style): Move definition later to avoid a
96         compilation warning.
97
98 2006-04-12  Kenichi Handa  <handa@m17n.org>
99
100         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
101         buffer and then decode the buffer text if necessary.
102         (rfc2231-encode-string): Be sure to work on multibyte buffer at
103         first, and after mm-encode-body, change the buffer to unibyte.
104         Use mm-disable-multibyte instead of set-buffer-multibyte.
105
106 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
109         Content-Type header instead of Content-Disposition header.
110         (gnus-mime-inline-part): Ditto.
111         (gnus-mime-view-part-as-charset): Ignore charset that the part
112         specifies.
113
114         * mm-decode.el (mm-display-part): Work with external parts and
115         usual parts similarly.
116
117         * mm-extern.el (mm-inline-external-body): Use mm-display-part
118         instead of gnus-display-mime.
119
120         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
121         instead of with-temp-buffer.
122
123         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
124         tag to summarized topics part in order to encode non-ASCII text.
125
126 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
127
128         * smiley.el (smiley-style): New variable.
129         (smiley-directory): New function.
130         (smiley-data-directory): Derive from `smiley-style' using
131         `smiley-directory'.
132         (smiley-regexp-alist): Add new entries.
133
134         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
135         (gnus-article-browse-delete-temp): Add :version.
136
137 2006-04-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
138
139         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
140         the sieve region.
141
142 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
143
144         * gnus.el (gnus-version-number): Bump version.
145
146 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
147
148         * gnus.el: No Gnus v0.4 is released.
149
150 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
151
152         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
153         layout.
154
155         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
156         unknown charset.
157
158         * message.el (message-header-synonyms): Add Original-To to the
159         default.
160
161         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
162         optional parameter.
163
164 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
165
166         * gnus-fun.el (gnus): Require it for gnus-directory.
167
168 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * gnus-fun.el (gnus-face-properties-alist): Add :version.
171
172 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
173
174         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
175
176 2006-04-05  Simon Josefsson  <jas@extundo.com>
177
178         * password.el (password-reset): New function.
179
180 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
181
182         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
183         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
184
185 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
186
187         * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
188         whitespace was matched into the url, which broke browsing hits
189         > 100 when mm-url-use-external was nil.
190
191 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
192
193         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
194         gnus-extra-headers for 'Newsgroups.
195
196         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
197         bound.
198
199 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
200
201         * pgg-gpg.el: Clean up process buffers every time gpg processes
202         complete.
203
204 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
205
206         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
207         doc string.
208
209 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
210
211         * pgg-gpg.el (pgg-gpg-process-filter)
212         (pgg-gpg-wait-for-completion): Check if buffer is alive.
213
214         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
215         lines, temporary fix.
216
217 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
218
219         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
220         :set.
221
222 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
223
224         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
225         default-enable-multibyte-characters.  This reverts the change from
226         revision 6.17 which is no longer necessary because the passphrase
227         is sent separately now.  GnuPG messages are unreadable under
228         multibyte locales with default-enable-multibyte-characters set to
229         nil.
230
231 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
232
233         * message.el (message-tool-bar-gnome): Move "spell".
234
235 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
236
237         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
238         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
239         instead.
240
241 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
242
243         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
244         newsgroups handling for NNTP overviews which don't include
245         Newsgroups.
246
247 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
248
249         * message.el (message-resend): Bind message-generate-hashcash to
250         to nil.
251
252 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
253
254         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
255         when searching for already-paid recipients.
256
257 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
258
259         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
260         passphrases when it is not needed.
261         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
262         passphrase stuff from gpg, should only be necessary when you use
263         gpg with a smartcard.
264
265 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * mml.el (mml-insert-mime): Ignore cached contents of
268         message/external-body part.
269
270         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
271         (mm-insert-part): Ditto.
272
273 2006-03-23  Simon Josefsson  <jas@extundo.com>
274
275         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
276         Reiner.
277         (pgg-gpg-use-agent-p): Use it again.
278
279 2006-03-23  Simon Josefsson  <jas@extundo.com>
280
281         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
282         older emacsen.
283         (pgg-gpg-use-agent-p): Don't use it.
284
285 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
286
287         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
288         if we can.
289
290 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
291
292         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
293         (pgg-gpg-update-agent): New function.
294         (pgg-gpg-use-agent-p): New function.
295         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
296         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
297         (pgg-gpg-sign-region): Use it.
298
299 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
302         Reported by Ralf Wachinger <rwachinger@gmx.de>.
303
304 2006-03-21  Simon Josefsson  <jas@extundo.com>
305
306         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
307         <wilde@sha-bang.de>.
308         (pgg-gpg-use-agent): New variable.
309         (pgg-gpg-process-region): Use it.
310         (pgg-gpg-encrypt-region): Likewise.
311         (pgg-gpg-encrypt-symmetric-region): Likewise.
312         (pgg-gpg-decrypt-region): Likewise.
313         (pgg-gpg-sign-region): Likewise.
314         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
315
316 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
317
318         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
319
320         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
321         comment on version.
322
323 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
324
325         * smiley.el: Add missing test smiley.
326
327 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * mm-decode.el (mm-with-part): New macro.
330         (mm-get-part): Use it; work with message/external-body as well.
331         (mm-save-part): Treat name and filename equally.
332
333         * mm-extern.el (mm-extern-cache-contents): New function.
334         (mm-inline-external-body): Use it; force the part to be displayed;
335         move undisplayer added to the cached handle to the parent.
336
337         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
338         (gnus-mime-view-part-as-type): Work with message/external-body.
339
340         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
341
342 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
343
344         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
345         images in image-load-path.  [Sync with image.el, revision 1.60, in
346         Emacs.]
347
348 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
349
350         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
351         path rather than symbol.  Always return list of directories.
352         Guarantee that image directory comes first.  [Sync with image.el,
353         revision 1.59, in Emacs.]
354
355         * message.el (message-make-tool-bar): Adjust to new API of
356         `gmm-image-load-path-for-library'.
357
358         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
359
360         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
361
362 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
363
364         * gnus-art.el (gnus-article-only-boring-p): Bind
365         inhibit-point-motion-hooks to avoid infinite loop when entering
366         intangible text.  Reported by Ralf Wachinger
367         <rwnewsmampfer@geekmail.de>.
368
369 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
370
371         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
372         `defun' instead of `gmm-defun-compat'.
373
374 2006-03-14  Simon Josefsson  <jas@extundo.com>
375
376         * message.el (message-unique-id): Don't use message-number-base36
377         if (user-uid) is a float.  Reported by Bjorn Solberg
378         <bjorn_ding1@hekneby.org>.
379
380 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
381
382         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
383
384         * gnus-art.el (gnus-mime-display-single): Make sure there is an
385         empty line between a part and a message part.
386
387 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
388
389         * smiley.el: Add more test smileys.
390         (smiley-data-directory, smiley-regexp-alist)
391         (gnus-smiley-file-types): Fix doc strings.
392         (smiley-update-cache): Clear smiley-cached-regexp-alist before
393         adding new elements.
394         (smiley-mouse-map): Unused code.  Make it a comment.
395
396 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
399         scan latest NoCeM messages instead of old ones.
400         (gnus-nocem-check-article): Fix regexps so as to match to PGP
401         delimiters that are recently used.
402         (gnus-nocem-load-cache): Add autoload cookie.
403
404         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
405
406         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
407         level which is larger than gnus-use-nocem is specified.
408
409         * gnus-group.el (gnus-group-get-new-news): Ditto.
410
411 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
412
413         * gnus-util.el (gnus-tool-bar-update): New function.
414
415         * gnus-group.el (gnus-group-update-tool-bar): New variable.
416         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
417
418         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
419
420         * gnus-group.el (gnus-group-redraw-when-idle)
421         (gnus-group-redraw-check): Remove.
422         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
423
424 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
427         if optional last element is specified in splits (FIELD VALUE...).
428
429 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
430
431         * message.el (message-make-tool-bar): Rename gmm-image-load-path
432         to gmm-image-load-path-for-library.  Call with no-error argument.
433         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
434
435         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
436
437         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
438
439         * gmm-utils.el (gmm-image-load-path): Remove alias.
440
441 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
442
443         * gmm-utils.el (gmm-image-load-path): Add alias.
444
445         * nnml.el (nnml-generate-nov-databases-directory): Rename from
446         nnml-generate-nov-databases-1.
447         (nnml-generate-nov-databases): Use it.
448         (nnml-generate-nov-databases-directory): Document no-active
449         argument.
450
451         * gmm-utils.el (gmm-image-load-path-for-library): Return single
452         directory if path is t.  Add no-error.
453
454         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
455         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
456
457         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
458         resetting gnus-article-browse-html-temp-list.
459
460         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
461         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
462         Add example to docstring.  Rename local variables.  Move error
463         checks to default case in cond and simplify.
464
465 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
466
467         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
468         handle is multipart when calling it recursively.
469         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
470
471 2006-03-03  Daniel Pittman <daniel@rimspace.net>
472
473         * nnimap.el (nnimap-request-update-info-internal): Optimize.
474         Don't `gnus-uncompress-range' to avoid excessive memory usage.
475
476 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
479         is loaded.
480
481         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
482         loaded.
483
484 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
485
486         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
487         to "Emacs 23 (unicode)" in doc string.
488
489         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
490         "Emacs 23 (unicode)" in comment.
491
492 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
493
494         * mm-decode.el (mm-get-part): Don't use
495         mm-with-unibyte-current-buffer.
496
497         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
498         characters 160 through 255 in Emacs 23.
499
500 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
501
502         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
503         gnus-article-browse-html-temp.
504         (gnus-article-browse-delete-temp): Make it customizable.  Add
505         `file'.  Adjust doc string.
506         (gnus-article-browse-delete-temp-files): Add argument.  Allow
507         query for each file.  Adjust doc string.
508         (gnus-article-browse-html-parts): Add
509         `gnus-article-browse-delete-temp-files' to
510         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
511
512 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
513
514         * gnus-art.el (gnus-article-browse-html-temp)
515         (gnus-article-browse-delete-temp): New variables.
516         (gnus-article-browse-delete-temp-files): New function.
517         (gnus-article-browse-html-parts): Use it.
518
519 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
520
521         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
522
523         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
524         string.
525
526         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
527         gnus-summary-insert-new-articles when unplugged.  Remove
528         gnus-summary-search-article-forward.
529
530         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
531         display-visual-class instead of display-color-cells.
532
533 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
534
535         * dgnushack.el: Autoload customize-group for XEmacs.
536
537         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
538         message/* containing non-ASCII text properly.
539
540 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
541
542         * message.el: Require gmm-utils, remove autoloads.
543         (message-tool-bar): Set default based on
544         gmm-tool-bar-style.
545         (message-tool-bar-gnome): Add gmm-customize-mode.
546
547         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
548         gmm-tool-bar-style.
549         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
550
551         * gnus-group.el (gnus-group-tool-bar): Set default based on
552         gmm-tool-bar-style.
553         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
554
555         * gmm-utils.el (gmm-image-directory): Rename variable from
556         gmm-image-load-path.
557         (gmm-image-load-path): Use gmm-image-directory.
558         (gmm-customize-mode): New function.
559         (gmm-tool-bar-style): New variable.
560
561         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
562         gnus-group-redraw-line-number.
563         (gnus-group-redraw-check): Simplify.
564         (gnus-group-tool-bar-update): Remove redraw check.
565         (gnus-group-make-tool-bar): Add redraw check.
566
567 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
568
569         * gnus-art.el (gnus-button): Add missing parentheses.
570
571 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * lpath.el: Fbind line-number-at-pos.
574
575 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
578
579 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
580
581         * gnus-art.el (gnus-button): New face.
582         (gnus-article-button-face): Use it.
583
584         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
585         gnus-summary-next-page.  Re-order.
586
587         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
588         next-node are now included.
589         (gnus-group-redraw-line-number): New internal variable.
590         (gnus-group-redraw-check): Helper function for updating the tool
591         bar.
592         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
593
594         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
595
596         * spam.el (spam-spamassassin-score-regexp): New internal variable.
597         (spam-extra-header-to-number, spam-check-spamassassin-headers):
598         Use it to match format of Spamassassin 3.0 and later.  Reported by
599         IRIE Tetsuya <irie@t.email.ne.jp>.
600         (spam-check-bogofilter)
601         (spam-bogofilter-register-with-bogofilter): Fix args of
602         `gnus-error' calls.
603
604 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
605
606         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
607         unnecessary interaction when sending queued mails.  Reported by
608         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
609
610 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
611
612         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
613         first or last are nil.
614
615 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
616
617         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
618
619 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
622
623 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * dns.el (query-dns): Protect more against buggy tcp output.
626
627 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
628
629         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
630         nov.php.
631
632 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
633
634         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
635         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
636         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
637         output on the server side.
638         (nnweb-google-create-mapping): Update regexps and add some
639         progress indication.
640
641 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
642
643         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
644         gnus-agent-toggle-plugged.  Re-order icons.
645         (gnus-group-tool-bar-gnome): Add
646         gnus-group-{prev,next}-unread-group.
647         (gnus-group-tool-bar-gnome): Re-order icons.
648
649         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
650         gnus-summary-insert-new-articles.
651
652         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
653         comments.
654
655         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
656         also available in Emacs 21.3.
657
658         * message.el (message-fix-before-sending): Change "Emacs 22" to
659         "Emacs 23 (unicode)" in comment.
660
661         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
662         "Emacs 23 (unicode)" in comment.
663
664         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
665         comment.
666         (mm-coding-system-p): Add comment about no-MULE XEmacs.
667
668         * mm-view.el (mm-fill-flowed): Add :version.
669
670 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
671
672         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
673         and load-path.
674
675 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
676
677         * message.el: Autoload gmm-image-load-path.
678         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
679         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
680         consitency.
681
682         * gmm-utils.el (gmm-image-load-path): Also search in
683         "../etc/images".  Don't set gmm-image-load-path if we don't find
684         the image.
685
686 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
687
688         * gmm-utils.el (gmm-image-load-path): Don't make
689         `gmm-image-load-path' include subdirectories which the second arg
690         `image' might specify.
691
692         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
693         subdirectory to icon file names.
694
695         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
696
697 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
698
699         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
700         gmm-image-load-path calls.
701
702         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
703
704         * message.el (message-make-tool-bar): Ditto.
705
706         * mml.el (mml-preview): Added comment concerning tool bar icons.
707
708         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
709         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
710
711         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
712         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
713
714         * message.el (message-tool-bar-gnome): Use new icon names.
715         (message-make-tool-bar): Use `gmm-image-load-path'.
716
717         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
718         functions from MH-E.
719         (gmm-image-load-path): New variable from MH-E.
720         (gmm-image-load-path): New function from MH-E.  Added arguments
721         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
722         *-image-load-path-called-flag.
723
724 2006-02-21  Milan Zamazal <pdm@brailcom.org>
725
726         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
727
728 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>
729         (tiny change)
730
731         * nnimap.el (nnimap-request-move-article): Change folder back to
732         source group before deleting.
733
734 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
735
736         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
737
738         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
739         mm-url.
740
741         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
742
743 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
746         coding system which mm-charset-to-coding-system returns for a
747         given charset is valid.
748
749 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
750
751         * html2text.el (html2text-remove-tag-list):
752         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
753
754 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
755
756         * gnus-cus.el: Revert 2005-10-17 change.
757
758 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
759
760         * gnus-art.el (article-strip-banner): Call
761         article-really-strip-banner only when the regexp match is made.
762
763 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
764
765         * gnus-art.el (article-strip-banner): Use
766         gnus-extract-address-components instead of
767         mail-header-parse-addresses to make it work with non-ASCII text;
768         remove mail-encode-encoded-word-string.
769
770         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
771         values which are surrounded with \"...\"; make it never cause a
772         Lisp error; give up parsing of parameters if it failed in
773         extracting type.
774
775 2006-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
776
777         * smime.el (smime-cert-by-ldap-1): Fix bug where
778         `smime-ldap-search' returns results without userCertificates.
779
780 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
783
784 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
785
786         * spam.el (spam-check-spamassassin-headers): Adapt format for
787         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
788         <ari@mbf.ocn.ne.jp>.
789         (spam-list-of-processors): Add spam-use-gmane.
790
791 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
794         make-temp-file; make it work with XEmacs as well.
795
796         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
797         mm-make-temp-file.
798
799         * mm-decode.el (mm-display-external): Use the 3rd arg of
800         mm-make-temp-file.
801         (mm-create-image-xemacs): Ditto.
802
803 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
804
805         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
806         with message-narrow-to-headers.
807         (gnus-draft-setup): Narrow to header to run message-fetch-field.
808         (gnus-draft-check-draft-articles): New function.
809         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
810
811 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
812
813         * gnus-art.el (gnus-article-browse-html-parts):
814         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
815         Don't use suffix argument for mm-make-temp-file for Emacs 21
816         compatibility.  Remove useless `format'.
817
818 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
819
820         * nnweb.el (nnweb-google-wash-article): Update regexps.
821         (nnweb-group-alist): Use defvoo instead of defvar.
822
823 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
826         re-loading nn* modules.
827
828 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
829
830         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
831         for `tool-bar-mode' and don't check it's default-value.
832
833         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
834
835         * message.el (message-make-tool-bar): Ditto.
836
837         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
838         `substring'.  Shorten tmp-file name.
839
840         * gnus.el: Remove bogus comment.
841
842 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
843
844         * gnus-art.el (gnus-article-browse-html-parts): New function.
845         (gnus-article-browse-html-article): New function for viewing html
846         articles with a browser.
847
848 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
849
850         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
851         in elisp.
852         (pgg-gpg-encrypt-symmetric-region): Ditto.
853         (pgg-gpg-sign-region): Ditto.
854
855         * pgg-def.el (pgg-text-mode): New variable.
856
857         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
858         (mml2015-pgg-encrypt): Ditto.
859
860         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
861         (mml1991-pgg-encrypt): Ditto.
862
863 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
866         message-make-date instead of current-time-string.
867
868         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
869         to gnus-decoded which mm-uu might set.
870
871 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
874         don't decode quoted parameters; remove misimported Emacs code.
875         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
876         (rfc2231-decode-encoded-string): Don't use split-string which
877         behaves differently according to Emacs version; use
878         mm-decode-coding-region to convert charset to coding-system.
879         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
880         (rfc2231-encode-string): Remove misimported Emacs code.
881
882 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * gnus-art.el (article-decode-charset): Don't use ignore-errors
885         when calling mail-header-parse-content-type.
886         (article-de-quoted-unreadable): Ditto.
887         (article-de-base64-unreadable): Ditto.
888         (article-wash-html): Ditto.
889
890         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
891         calling mail-header-parse-content-type and
892         mail-header-parse-content-disposition.
893         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
894         mail-header-parse-content-type.
895
896         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
897         insert charset and format parameters; encode description after
898         inserting it to buffer.
899         (mml-insert-parameter): Fold lines properly even if a parameter is
900         segmented into two or more lines; change the max column to 76.
901
902         * rfc1843.el (rfc1843-decode-article-body): Don't use
903         ignore-errors when calling mail-header-parse-content-type.
904
905         * rfc2231.el (rfc2231-parse-string): Return at least type if
906         possible; don't cause an error even if it fails in parsing of
907         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
908         (rfc2231-encode-string): Don't break lines at the beginning, leave
909         it to mml-insert-parameter.
910
911         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
912         calling mail-header-parse-content-type.
913
914 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
915
916         * spam-report.el (spam-report-gmane-use-article-number): Improve
917         doc string.
918         (spam-report-gmane-internal): Check if a suitable header was found
919         in the article.
920
921 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
922
923         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
924         (rfc2231-encode-string): Make param*=value always begin with LWSP.
925
926 2006-02-05  Romain Francoise  <romain@orebokech.com>
927
928         Update copyright notices of all files in the gnus directory.
929
930 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
931
932         * nnweb.el (nnweb-request-group): Avoid growing overview files.
933
934 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
937         segmented lines of parameter value to cope with Thunderbird 1.5
938         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
939         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
940         (rfc2231-encode-string): Don't make lines exceeding 76 column.
941
942 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
943
944         * mml.el (mml-generate-mime-1): Correct the order of inline signed
945         parts.
946
947 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
948
949         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
950         there's only one active file for all servers.
951         (nnweb-request-scan): Make sure nnweb-articles is initialized on
952         solid groups.  Gnus might have used a FAST request to select the
953         group.
954         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
955         and nnweb-search redundantly in the active file.
956         (nnweb-request-list): Don't list bogus groups.  There can only be
957         one.
958         (nnweb-request-create-group): Don't use ARGS.
959         (nnweb-possibly-change-server, nnweb-request-group): Remove some
960         initialisations.  Let nnoo do the work.
961
962 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
963
964         * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
965         decoded.
966         (mm-uu-diff-extract): Ditto.
967
968         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
969
970 2006-01-31  Kevin Ryde  <user42@zip.com.au>
971
972         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
973         mailcap-viewer-test-cache when there's no 'test clause, since that
974         will invert the meaning of a "nil" test previously determined by
975         mailcap-mailcap-entry-passes-test.
976
977 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
980         compiling.
981
982         * gnus-sum.el: Ditto.
983
984         * message.el: Don't bind tool-bar-map when compiling.
985
986 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
987
988         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
989
990 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
991
992         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
993         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
994         current Google Groups.
995
996 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
997
998         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
999         and tool-bar-mode.
1000
1001         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
1002         and tool-bar-mode.
1003
1004         * message.el (message-tool-bar-update): Simplify.
1005         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
1006
1007         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
1008         gnus-summary-buffer.
1009         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
1010         gnus-summary-reply.
1011
1012         * gmm-utils.el (gmm): Add :version.
1013
1014 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1015
1016         * Makefile.in (clean): New rule.
1017         (distclean): Use it.
1018
1019 2006-01-26  Steve Youngs  <steve@sxemacs.org>
1020
1021         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
1022         autoload.
1023
1024 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * gmm-utils.el (gmm-verbose): Add :group.
1027
1028 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
1029
1030         * message.el: Change some comments WRT tool-bars.
1031
1032         * gnus-sum.el (gnus-summary-tool-bar)
1033         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
1034         (gnus-summary-tool-bar-zap-list): New variables.
1035         (gnus-summary-make-tool-bar): Complete rewrite using
1036         `gmm-tool-bar-from-list'.
1037
1038         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
1039         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
1040         variables.
1041         (gnus-group-make-tool-bar): Complete rewrite using
1042         `gmm-tool-bar-from-list'.
1043         (gnus-group-tool-bar-update): New function.
1044
1045         * message.el (message-mode-field-menu): Add "Show hidden Headers".
1046
1047 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
1050         is dissected into a single part of which the type is the same as
1051         the given one; decode charset.
1052
1053 2006-01-21  Kevin Ryde  <user42@zip.com.au>
1054
1055         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
1056         into alists as symbol not string, since that's what
1057         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
1058         look for.
1059
1060 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
1061
1062         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
1063         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
1064
1065         * message.el (message-tool-bar-gnome): Use gmm-ignore.
1066
1067 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1068
1069         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
1070         (gnus-xmas-mime-security-button-menu): New function.
1071
1072         * gnus-art.el (gnus-mime-security-button-commands): New variable.
1073         (gnus-mime-security-button-menu): New definition.
1074         (gnus-mime-security-button-map): Use them.
1075         (gnus-mime-security-button-menu): New function.
1076         (gnus-insert-mime-security-button): Addition to help echo.
1077         (gnus-mime-security-run-function, gnus-mime-security-save-part)
1078         (gnus-mime-security-pipe-part): New functions.
1079
1080         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
1081         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
1082
1083         * mm-decode.el (mm-handle-set-disposition): Remove.
1084         (mm-handle-set-description): Remove.
1085
1086 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
1089         (mm-w3m-standalone-supports-m17n-p): New function.
1090         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
1091         w3m usage.
1092
1093         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
1094         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
1095
1096 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
1097
1098         * message.el (message-tool-bar-zap-list): Use
1099         gmm-tool-bar-zap-list as custom type.
1100         (message-tool-bar-update): New function.
1101         (message-tool-bar, message-tool-bar-gnome)
1102         (message-tool-bar-retro): Add message-tool-bar-update.
1103         (message-tool-bar-gnome): Add flyspell-buffer.
1104
1105         * gnus-util.el (gnus-error): Describe `args'.
1106
1107         * gmm-utils.el (gmm-error): Describe `args'.
1108         (gmm-tool-bar-zap-list): New widget.
1109         (gmm-tool-bar-from-list): Improve description of `zap-list'.
1110
1111 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1112
1113         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
1114         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
1115         the number of recursive calls.
1116
1117         * mm-decode.el (mm-handle-set-disposition): New macro.
1118         (mm-handle-set-description): New macro.
1119
1120 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1121
1122         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
1123         encoding.
1124
1125 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1126
1127         * message.el (message-tool-bar-zap-list, message-tool-bar)
1128         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
1129         (message-tool-bar-local-item-from-menu): Remove.
1130         (message-tool-bar-map): Replace by `message-make-tool-bar'.
1131         (message-make-tool-bar): New function.
1132         (message-mode): Use `message-make-tool-bar'.
1133
1134         * gmm-utils.el: New file.
1135         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
1136         (gmm-lazy): New widget copied from `nnmail.el'.
1137         (gmm-tool-bar-from-list): New function for creating customizable
1138         tool bars.
1139         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
1140         output.
1141         (gmm): Add :prefix to defgroup.
1142
1143 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
1144
1145         * gmm-utils.el (gmm-widget-p): New function.
1146
1147 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
1148
1149         * mml.el (mml-attach-file): Describe `description' in doc string.
1150         (mml-menu): Add Emacs MIME manual and PGG manual.
1151
1152 2006-01-20  Richard M. Stallman  <rms@gnu.org>
1153
1154         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
1155
1156 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
1157
1158         * nntp.el (nntp-end-of-line): Doc fix.
1159
1160 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
1161
1162         * imap.el (imap-open): Handle case where buffer is a buffer
1163         object.
1164
1165 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1166
1167         * gnus-delay.el (gnus-delay): Don't autoload.
1168         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1169         to be re-loaded when customizing the `gnus-delay' group.
1170
1171 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
1172
1173         * message.el (message-insert-citation-line): Use newlines.
1174
1175 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1176
1177         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1178         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
1179         these routines, so the passphrase can be managed externally and
1180         passed in to the system.
1181         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1182         pgg-add-passphrase-to-cache function.
1183
1184         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1185         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
1186         these routines, so the passphrase can be managed externally and
1187         passed in to the system.
1188         (pgg-pgp5-sign-region): Use new name of
1189         pgg-add-passphrase-to-cache function.
1190
1191 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
1192
1193         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1194         part of the decoded armor to find the key-identifier.
1195         (pgg-gpg-lookup-key-owner): New function to return the
1196         human-readable identifier of a key owner.
1197         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
1198         itself.
1199         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1200         the key value) if we have a key and can match it against a secret
1201         key.  Also, added a note pointing out fact that the prompt only
1202         indicates the first matching key.
1203
1204         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1205         pgg-decrypt-region.
1206         (pgg-add-passphrase-to-cache): Rename from
1207         `pgg-add-passphrase-cache' to reduce confusion (all callers
1208         changed).
1209         (pgg-remove-passphrase-from-cache): Rename from
1210         `pgg-remove-passphrase-cache' to reduce confusion (all callers
1211         changed).
1212         (pgg-read-passphrase, pgg-add-passphrase-cache)
1213         (pgg-remove-passphrase-cache): Add informative docstrings.
1214         (pgg-decrypt): Convey provided passphrase in subordinate call to
1215         pgg-decrypt-region.
1216
1217 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
1218
1219         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1220         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1221         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1222         'passphrase' argument, so the passphrase can be managed externally
1223         and then passed in to the system.
1224
1225         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1226         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1227         so the passphrase cache can be used reliably with identifiers
1228         besides a pgp packet's key id.
1229
1230         * pgg-gpg.el (pgg-gpg-encrypt-region)
1231         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1232         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
1233         these routines, so the passphrase can be managed externally and
1234         passed in to the system.
1235
1236         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1237         'notruncate' argument, so the passphrase cache can be used
1238         reliably with identifiers besides a pgp packet's key id.
1239
1240 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
1241
1242         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1243         symmetric encryption.
1244         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1245         encrypted session key.
1246         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1247         message ask for the passphrase in a proper way.
1248
1249         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1250         New user commands for symmetric encryption.
1251
1252 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
1255
1256         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
1257
1258 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
1259
1260         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
1261
1262 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * mm-decode.el (mm-inlined-types): Add application/pgp.
1265         (mm-automatic-display): Ditto.
1266
1267         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
1268         part as text.
1269
1270 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * nnrss.el: Update copyright.
1273         (nnrss-opml-import): Query whether to subscribe to each entry.
1274
1275         * gnus-art.el:
1276         * gnus-sum.el:
1277         * gnus-xmas.el:
1278         * messagexmas.el:
1279         * mm-uu.el:
1280         * mm-view.el: Update copyright.
1281
1282 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
1283
1284         * message.el (message-info): New function.
1285         (message-mode-menu): Add it.
1286         Update copyright.
1287
1288         * ChangeLog: Fix and update copyright.
1289
1290 2006-01-13  Romain Francoise  <romain@orebokech.com>
1291
1292         * message.el (message-forward-subject-name-subject): Prefer the
1293         address to 'nowhere' if the sender has no name.
1294         Fix typo.  Update copyright year.
1295
1296 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * gnus-art.el (article-wash-html): Use
1299         gnus-summary-show-article-charset-alist if a numeric arg is given.
1300         (gnus-article-wash-html-with-w3m-standalone): New function.
1301
1302         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
1303         mm-inline-text-html-render-with-w3m-standalone.
1304         (mm-text-html-washer-alist): Map w3m-standalone to
1305         gnus-article-wash-html-with-w3m-standalone.
1306         (mm-inline-text-html-render-with-w3m-standalone): New function.
1307
1308 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
1309
1310         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
1311         Improve LaTeX.
1312
1313 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
1316         (nnrss-request-article): Render text/plain parts as HTML.
1317
1318         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
1319         the buffer.
1320
1321 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1322
1323         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
1324         custom definition of `gnus-posting-styles'.
1325
1326         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1327         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
1328
1329 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1330
1331         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
1332         Use nntp for bug archive.
1333
1334 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
1337         parts.
1338         (nnrss-normalize-date): New function converts ISO 8601 date into
1339         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1340         (nnrss-check-group): Use it.
1341
1342 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
1345
1346         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
1347         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
1348         (nnrss-insert-w3): Ditto.
1349
1350 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1351
1352         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
1353         the articles to be forwarded including the case where neither a
1354         number of articles nor a region is specified.
1355
1356 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * nnrss.el (nnrss-request-article): Fix last change; fill
1359         text/plain parts.
1360
1361 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
1364         in text/plain part.
1365         (nnrss-check-group): Don't add excessive newline to dc:subject.
1366
1367 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
1368
1369         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
1370         article.
1371
1372 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1373
1374         * nnml.el: Don't require gnus-bcklg.  Autoload it.
1375         (nnml-use-compressed-files, nnml-save-mail): Support other
1376         comression programs such as bzip2.
1377
1378 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1379
1380         * dns.el (query-dns): Make sure we check the buffer size before
1381         removing tcp headers.
1382
1383 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1384
1385         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
1386         remove MIME buttons associated with multipart/alternative parts.
1387         (gnus-mime-display-alternative): Tag buttons using `article-type'
1388         text property.
1389
1390         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
1391         associated with multipart/alternative parts.
1392
1393         * gnus-art.el (gnus-signature-separator): Fix custom type.
1394
1395         * mm-decode.el (mm-inlined-types): Fix custom type.
1396         (mm-keep-viewer-alive-types): Ditto.
1397         (mm-automatic-display): Ditto.
1398         (mm-attachment-override-types): Ditto.
1399         (mm-inline-override-types): Ditto.
1400         (mm-automatic-external-display): Ditto.
1401
1402 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1403
1404         * spam-report.el (spam-report-user-mail-address)
1405         (spam-report-user-agent): New variables.
1406         (spam-report-url-ping-plain): Use spam-report-user-agent.
1407
1408 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
1409
1410         * gnus-art.el (gnus-button-handle-custom): Do not just use
1411         `customize-apropos' for any "M-x customize-*" button but the
1412         function called for.  Accept both the function name and its
1413         argument in order to achieve this.
1414         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
1415         function name to `gnus-button-handle-custom' in case of "M-x
1416         customize-*" buttons.
1417
1418 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
1421         multipart/alternative and add xref to mm-discouraged-alternatives
1422         in doc string.
1423
1424         * mm-decode.el (mm-discouraged-alternatives): Add xref to
1425         gnus-buttonized-mime-types in doc string.
1426
1427 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1428
1429         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
1430         Suggest image/.* in the doc string.
1431
1432 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1433
1434         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
1435         message-marks (Debian bug #342521).
1436
1437 2005-12-12  Simon Josefsson  <jas@extundo.com>
1438
1439         * password.el (password-read-from-cache): Add.
1440         (password-read): Use it.
1441
1442 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
1445         us-ascii as a MIME charset.
1446
1447         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
1448         against the case where the 2nd arg TYPE is nil.
1449
1450 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1451
1452         * pop3.el (pop3-stream-type): Fix custom version.
1453
1454         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
1455
1456 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1457
1458         * mm-decode.el (mm-display-external): Add missing cdr.
1459
1460 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1461
1462         * mm-decode.el (mm-display-external): Use nametemplate (defined in
1463         RFC1524) if it is in mailcap or add a suffix according to
1464         mailcap-mime-extensions when generating a temp filename; postpone
1465         deleting a temp file for 2 seconds for some wrappers, shell
1466         scripts, and so on, which might exit right after having started a
1467         viewer command as a background job.
1468
1469 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1470
1471         * nntp.el (nntp-marks-directory): Fix custom group.
1472
1473         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
1474         steps when < 10.
1475
1476         * gnus-start.el (gnus-no-server-1): Mention
1477         `gnus-level-default-subscribed' in doc string.
1478
1479 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1480
1481         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
1482         parens.
1483
1484 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1485
1486         * gnus-xmas.el (gnus-use-toolbar): Revert.
1487         (gnus-xmas-setup-toolbar): Use global default-toolbar if
1488         gnus-use-toolbar is default.
1489
1490         * messagexmas.el (message-use-toolbar): Revert.
1491         (message-setup-toolbar): Use global default-toolbar if
1492         message-use-toolbar is default.
1493
1494 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1495
1496         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
1497         according to default-toolbar-visible-p.
1498
1499         * messagexmas.el (message-use-toolbar): Ditto.
1500
1501 2005-11-26  Dave Love  <fx@gnu.org>
1502
1503         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
1504         (tls-program, tls-success): Provide openssl alternative.
1505
1506         * starttls.el: Doc fixes.
1507         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
1508         SERVICE to PORT.
1509
1510         * pop3.el (pop3-open-server) <ssl>:  Clarify a loop.  Deal with
1511         port null or service name.
1512         (starttls-negotiate): Autoload.
1513
1514 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * message.el (message-kill-to-signature): Fix interactive spec.
1517
1518 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1519
1520         * pop3.el (pop3-open-server): Recognize a string as a service name.
1521
1522 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
1523
1524         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
1525
1526 2005-11-23  Dave Love  <fx@gnu.org>
1527
1528         Add pop3s, pop3/starttls.
1529
1530         * pop3.el (pop3-authentication-scheme): Clarify doc.
1531         (open-tls-stream, starttls-open-stream): Autoload.
1532         (pop3-stream-type): New.
1533         (pop3-open-server): Use it.
1534
1535         * mail-source.el (mail-sources): Fix some :types.  Add stream type
1536         for POP.
1537         (mail-source-keyword-map): Add :stream for POP.
1538         (mail-source-fetch-pop): Use pop3-stream-type.
1539
1540 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
1543         of current-time-string.
1544
1545 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
1546
1547         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
1548         date header.
1549
1550 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1551
1552         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
1553         it can seriously impact performance as it bypasses the agent's
1554         local caches.
1555
1556 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
1557
1558         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
1559         must be explicitly online rather than "not explicitly offline" for
1560         its flags to be synchronized.
1561
1562         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
1563         that gnus-uu-unmark-thread will function correctly.
1564
1565         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
1566         1024K is instead displayed as 1M.
1567
1568 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569
1570         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
1571
1572 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
1573
1574         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
1575
1576 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
1577
1578         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
1579         error message to display actual error condition.
1580         (gnus-agent-save-local): Avoid saving symbols that are bound to
1581         nil as they simply result in a warning message in
1582         gnus-agent-read-local.
1583
1584 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
1587         rather than make-variable-buffer-local for file-precious-flag.
1588
1589 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1590
1591         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
1592         for duplicates which are removed.  The invalid sort check then
1593         triggers a rescan after the sort as sorting may have moved
1594         duplicate entries such that they can be cheaply detected.
1595
1596 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
1599
1600 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
1601
1602         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
1603         internal variable to a custom variable.  Changed default value
1604         from compressed(2) to uncompressed(1).
1605         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
1606         support for uncompressed agentview files.  Taken together, reading
1607         the agentview file should now be 6-7 times faster.
1608
1609 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1610
1611         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
1612         as a buffer-local variable.  This avoids creating truncated
1613         dribble files as a result of a hang up, eg.
1614
1615 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
1616
1617         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
1618         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
1619         XEmacs.
1620
1621 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
1622
1623         * gnus-start.el (gnus-start-draft-setup): Enforce
1624         `gnus-draft-mode' for nndraft:drafts at startup.
1625
1626         * gnus.el (gnus-splash): Change custom group.
1627         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
1628         allow-list argument.
1629
1630         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
1631         string.
1632
1633 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
1634
1635         * gnus-art.el (gnus-default-article-saver): Add user-defined
1636         `function' to custom type.
1637
1638 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
1639
1640         * imap.el (imap-open): Handle case where buffer is a buffer
1641         object.
1642
1643 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1644
1645         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
1646         long lines.
1647         (gnus-cache-delete-group): Wrap doc strings.
1648
1649         * gnus-agent.el (gnus-agent-rename-group)
1650         (gnus-agent-delete-group): Wrap doc strings.
1651
1652
1653 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1654
1655         * messagexmas.el (message-use-toolbar): Change the valid values
1656         into default, top, bottom, left, and right.
1657         (message-toolbar-thickness): New variable.
1658         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
1659         well.
1660         (message-setup-toolbar): Make it work.
1661
1662         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
1663         (gnus-use-toolbar): Change the valid values into default, top,
1664         bottom, left, and right.
1665         (gnus-toolbar-thickness): New variable.
1666         (gnus-xmas-setup-toolbar): New function.
1667         (gnus-xmas-setup-group-toolbar): Use it.
1668         (gnus-xmas-setup-summary-toolbar): Use it.
1669
1670 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1671
1672         * gnus-start.el (gnus-1): Add "native" to
1673         gnus-predefined-server-alist.
1674
1675         * gnus.el (gnus-method-to-server): Don't add "native" to the
1676         lists here, because that leads to problems when
1677         gnus-select-method is bound.
1678
1679 2005-11-09  Simon Josefsson  <jas@extundo.com>
1680
1681         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
1682         use (not sort-by-date) instead.
1683
1684 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1685
1686         * gnus-delay.el (gnus-delay-group): Don't autoload.
1687         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
1688         to be re-loaded when customizing the `gnus-delay' group.
1689
1690 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
1691
1692         * message.el: Revert last changes.
1693         (message-insert-citation-line): Use newlines.
1694
1695 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
1696
1697         * message.el (message-courtesy-message)
1698         (message-mark-insert-begin, message-mark-insert-end)
1699         (message-elide-ellipsis, message-cancel-message)
1700         (message-add-header, message-change-subject)
1701         (message-cross-post-followup-to-header)
1702         (message-cross-post-insert-note, message-reduce-to-to-cc)
1703         (message-widen-reply, message-delete-not-region)
1704         (message-kill-to-signature, message-insert-signature)
1705         (message-insert-importance-high, message-insert-importance-low)
1706         (message-insert-or-toggle-importance)
1707         (message-insert-disposition-notification-to)
1708         (message-indent-citation, message-yank-original)
1709         (message-cite-original-without-signature, message-cite-original)
1710         (message-insert-citation-line, message-position-on-field)
1711         (message-fix-before-sending, message-send-mail-partially)
1712         (message-send-mail, message-send-mail-with-sendmail)
1713         (message-send-mail-with-qmail, message-send-news)
1714         (message-check-news-header-syntax, message-generate-headers)
1715         (message-insert-courtesy-copy, message-fill-address)
1716         (message-fill-header, message-shorten-references)
1717         (message-setup-1, message-cancel-news)
1718         (message-forward-make-body-plain, message-forward-make-body-mime)
1719         (message-forward-make-body-mml, message-encode-message-body)
1720         (message-forward-make-body-digest-plain)
1721         (message-forward-make-body-digest-mime)
1722         (message-use-alternative-email-as-from): Insert `hard-newline'
1723         instead of ordinary newlines.
1724
1725 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1726
1727         * message.el (message-generate-headers): Downcase the argument
1728         given to message-check-element.
1729
1730 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
1731
1732         * nntp.el (nntp-authinfo-rejected): New error condition.
1733         (nntp-wait-for): Use new error condition to signal authentication
1734         error.
1735         (nntp-retrieve-data): Rethrow new error condition to break out of
1736         recursive call to nntp-send-authinfo.
1737
1738 2005-11-08  Romain Francoise  <romain@orebokech.com>
1739
1740         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
1741         (gnus-summary-exit-map): Bind to `Z p'.
1742         (gnus-summary-make-menu-bar): Add menu item.
1743
1744 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
1745
1746         * gnus-art.el (gnus-article-treat-custom): Add `first'.
1747         (gnus-treat-*): Add `first' in all doc strings.
1748
1749         * gnus-group.el (gnus-group-compact-group): Fix typo.
1750
1751 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1752
1753         * gnus.el (gnus-parameters-case-fold-search): New variable.
1754         (gnus-parameters-get-parameter): Use it.
1755
1756         * gnus-score.el (gnus-home-score-file): Doc fix.
1757
1758 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
1759
1760         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
1761
1762 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1763
1764         * mm-util.el (mm-special-display-p): New function.
1765
1766         * mml.el (mml-preview): Use it; doc fix.
1767
1768 2005-10-29  Romain Francoise  <romain@orebokech.com>
1769
1770         * message.el (message-fix-before-sending): Fix comment.
1771
1772 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1773
1774         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
1775
1776 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
1777
1778         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
1779         Used in gnus-score.el.
1780
1781 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
1782
1783         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
1784
1785 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1786
1787         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
1788         whitespace removed in revision 7.8.  Use concatenated string to
1789         protect trailing whitespace.
1790
1791 2005-10-27  Jouni K Seppanen  <jks@iki.fi>  (tiny change)
1792
1793         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
1794         (nnimap-request-expire-articles): Use it to avoid sending 'UID
1795         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
1796         Courier IMAP ("some version from 2004").  Mostly based on similar
1797         code in the same function.
1798
1799 2005-10-26  Didier Verna  <didier@xemacs.org>
1800
1801         * gnus-group.el (gnus-group-compact-group): invalidate original
1802         article buffer.
1803         * gnus-srvr.el (gnus-server-compact-server): ditto.
1804         * nnml.el (nnml-request-compact-group): handle self Xref: field in
1805         NOV database and in article itself.
1806         Invalidate article backlog.
1807
1808 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
1809
1810         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
1811
1812 2005-10-26  Simon Josefsson  <jas@extundo.com>
1813
1814         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
1815         part of 2004-07-25 change.
1816
1817 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * message.el (message-display-completion-list): New function.
1820         (message-expand-group): Use it; make sure the Completions buffer
1821         is modifiable.
1822
1823 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
1824
1825         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
1826         user-mail-name is an empty string.
1827
1828 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
1829
1830         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
1831         depending on gnus-score-decay-constant.
1832
1833         * encrypt.el (encrypt-insert-file-contents)
1834         (encrypt-write-file-contents): Don't use `gnus-message'.
1835
1836         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
1837         arguments.
1838         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
1839         arguments to mm-uu-verbatim-marks-extract.
1840         (mm-uu-hide-markers): New variable.
1841         (mm-uu-extract): Use face similar to `gnus-cite-3'.
1842
1843         * gnus-fun.el (gnus-convert-image-to-x-face-command)
1844         (gnus-convert-image-to-face-command): Use "convert" by default to
1845         allow other input image formats.
1846         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
1847         accordingly.
1848
1849 2005-10-23  Simon Josefsson  <jas@extundo.com>
1850
1851         * imap.el (imap-gssapi-program): Align command line parameters
1852         with latest GNU SASL.
1853         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
1854
1855 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1856
1857         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
1858         HTML.
1859         (nnslashdot-request-article): Ditto.
1860
1861         * lpath.el (featurep): Add nobreak-char-display.
1862
1863 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
1864
1865         * mail-source.el (mail-source-fetch-pop): Require pop3.
1866         (mail-source-check-pop): Ditto.
1867
1868 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1869
1870         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
1871         errors.
1872
1873 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
1874
1875         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
1876         (gnus-treat-strip-leading-blank-lines): Improve doc string.
1877
1878         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
1879
1880         * mm-bodies.el (mm-decode-string): Call
1881         `mm-charset-to-coding-system' with allow-override argument.
1882
1883 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
1886         (rfc2047-charset-to-coding-system): New function.
1887         (rfc2047-decode-encoded-words): New function.
1888         (rfc2047-decode-region): Use them.
1889         (rfc2047-decode-cte): Remove.
1890         (rfc2047-parse-and-decode): Remove.
1891         (rfc2047-decode): Remove.
1892
1893 2005-10-15  Kenichi Handa  <handa@m17n.org>
1894
1895         * rfc2047.el (rfc2047-decode-cte): New function.
1896         (rfc2047-decode-region): Change the way to decode successive
1897         encoded-words: decode B- or Q-encoding in each encoded-word,
1898         concatenate them, and decode it as charset.
1899
1900 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * lpath.el: Fbind codepage-setup for XEmacs.
1903
1904 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
1905
1906         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
1907         widget-move-and-invoke.
1908         (gnus-custom-mode): Use gnus-custom-map.
1909
1910 2005-10-15  Bill Wohler  <wohler@newt.com>
1911
1912         * message.el (message-tool-bar-map): Renamed image file from
1913         mail_send to mail/send.
1914
1915 2005-10-16  Masatake YAMATO  <jet@gyve.org>
1916
1917         * message.el (message-expand-group): Pass the common
1918         prefix substring of completion to `display-completion-list'.
1919
1920 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
1921
1922         * mml-sec.el (mml-secure-method): New internal variable.
1923         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
1924         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
1925         functions using mml-secure-method.
1926
1927         * mml.el (mml-mode-map): Add key bindings for those functions.
1928         (mml-menu): Simplify security menu entries.  Suggested by Jesper
1929         Harder <harder@myrealbox.com>.
1930         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
1931         end of message if point is the headers of the message.
1932
1933         * message.el (message-in-body-p): New function.
1934
1935         * assistant.el: Autoload gnus-util and netrc.
1936
1937         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
1938         Use `mm-charset-override-alist' only when decoding.
1939
1940         * mm-bodies.el (mm-decode-body): Call
1941         `mm-charset-to-coding-system' with allow-override argument.
1942
1943         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
1944         `filename' from Content-Disposition if Content-Type doesn't
1945         provide `name'.
1946         (gnus-mime-view-part-as-type): Set default instead of
1947         initial-input.
1948
1949 2005-10-09  Daniel Brockman  <daniel@brockman.se>
1950
1951         * format-spec.el (format-spec): Propagate text properties of % spec.
1952
1953 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
1954
1955         * gnus-art.el (gnus-treat-predicate): Add `first'.
1956
1957 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
1958
1959         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
1960         (mm-charset-override-alist): New variable.
1961         (mm-charset-to-coding-system): Use it.
1962         (mm-codepage-setup): New helper function.
1963         (mm-charset-eval-alist): New variable.
1964         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
1965         about unknown charsets.
1966
1967         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
1968
1969 2005-10-04  David Hansen  <david.hansen@gmx.net>
1970
1971         * nnrss.el (nnrss-request-article): Add support for the comments tag.
1972         (nnrss-check-group): Ditto.
1973
1974 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1975
1976         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
1977         Rename x-gnus-verbatim to x-verbatim.
1978         (mm-uu-type-alist): Fix regexp for verbatim-marks.
1979
1980         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
1981         x-verbatim.
1982
1983         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
1984
1985         * gnus-util.el (gnus-remove-duplicates): Remove.
1986
1987         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
1988         instead of gnus-remove-duplicates.
1989
1990         * message.el (message-remove-duplicates): Remove.
1991         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
1992         message-remove-duplicates.
1993
1994         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
1995         available, else use implementation from `delete-dups'.
1996
1997         * message.el (message-insert-expires): New function.
1998         (message-mode-map): Add key binding.
1999         (message-mode-field-menu): Add menu entry.
2000         (message-mode): Document it.
2001         (message-make-expires-date): Use `message-make-date'.
2002
2003 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
2004
2005         * message.el (message-make-expires-date): New function.
2006
2007 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2008
2009         * Makefile.in (list-installed-shadows): New entry.
2010         (install): Use it.
2011         (remove-installed-shadows): New entry.
2012
2013         * dgnushack.el (dgnushack-default-load-path): New variable.
2014         (dgnushack-find-lisp-shadows): New function.
2015         (dgnushack-remove-lisp-shadows): New function.
2016
2017 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2018
2019         * Makefile.in (install-el-elc): New entry.
2020         (install): Use it so that .el files are necessarily installed.
2021
2022 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2023
2024         * time-date.el: Autoload parse-time-string, XEmacs needs it.
2025
2026 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2027
2028         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
2029         function rather than the diff-mode.el package.
2030         (mm-display-external): Use with-current-buffer.
2031         (mm-viewer-completion-map, mm-viewer-completion-map):
2032         Move initialization inside declaration.
2033
2034 2005-09-29  Simon Josefsson  <jas@extundo.com>
2035
2036         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
2037         autoload mail-check-payment.
2038         (spam-check-hashcash): Define unconditionally, since hashcash.el
2039         is part of Gnus now.  Ignore errors from payment checking.
2040
2041 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2042
2043         * message.el (message-bold-region, message-unbold-region): Rename
2044         from `bold-region' and `unbold-region'.
2045
2046         * message.el: Remove useless autoloads.
2047
2048 2005-09-28  Simon Josefsson  <jas@extundo.com>
2049
2050         * message.el (message-use-idna): Default to t.
2051         (message-use-idna): Test whether encoding works too.  Doc fix.
2052
2053 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * nntp.el (nntp-warn-about-losing-connection): Remove.
2056
2057 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2058
2059         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
2060         customizable.  Change default value.
2061         (mm-uu-diff-groups-regexp): Change default value.
2062         (mm-uu-type-alist): Add doc string.
2063         (mm-uu-configure): Add doc string.  Make it interactive.
2064         (mm-uu-tex-groups-regexp): New variable.
2065         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
2066         (mm-uu-type-alist): Add LaTeX documents.
2067         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
2068         of "text/verbatim".
2069         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
2070
2071         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
2072         instead of "text/verbatim".
2073
2074         * message.el (message-mark-inserted-region)
2075         (message-mark-insert-file): Use slrn style marks when called with
2076         prefix argument.
2077
2078 2005-09-27  Simon Josefsson  <jas@extundo.com>
2079
2080         * message.el (message-idna-to-ascii-rhs-1): Reformat.
2081
2082 2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2083
2084         * message.el (message-remove-duplicates): New function.
2085         Implementation borrowed from `gnus-remove-duplicates'.
2086         (message-idna-to-ascii-rhs): Also encode idna addresses in
2087         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2088         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
2089         only ask about the same idna domain once per header and also tell
2090         in what header to replace the idna domain.
2091
2092         * gnus-art.el (article-decode-idna-rhs): Also decode idna
2093         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
2094         (article-decode-idna-rhs): Fix regexp so that all idna-address in
2095         a header is decoded and not just the last one.
2096
2097 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
2100         has been decoded.
2101
2102         * mm-decode.el (mm-automatic-display): Add text/verbatim.
2103         (mm-insert-part): Don't modify text if it has been decoded.
2104
2105         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
2106         decoded.
2107
2108         * mm-view.el (mm-inline-text): Don't strip text props unless
2109         decoding enriched or richtext parts.
2110
2111 2005-09-25  Romain Francoise  <romain@orebokech.com>
2112
2113         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
2114         * gnus-start.el (gnus-subscribe-interactively):
2115         * gnus-uu.el (gnus-uu-grab-articles):
2116         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
2117         space.
2118
2119 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
2120
2121         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2122         * mm-view.el (mm-view-pkcs7-decrypt):
2123         * gnus-sum.el (gnus-summary-limit-to-extra)
2124         (gnus-summary-respool-article, gnus-read-move-group-name):
2125         * gnus-score.el (gnus-summary-increase-score):
2126         * gnus-util.el (gnus-completing-read-with-default):
2127         * gnus-art.el (gnus-read-save-file-name)
2128         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
2129         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
2130         * message.el (message-check-news-header-syntax):
2131         Follow convention for reading with the minibuffer.
2132
2133 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
2134
2135         * spam-report.el (spam-report-url-ping-plain):
2136         Use gnus-extended-version as User-Agent.
2137
2138         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
2139         default value is nil.
2140
2141         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
2142         (mm-uu-verbatim-marks-extract): New function.
2143         (mm-uu-extract): New face.
2144         (mm-uu-copy-to-buffer): Use it.
2145
2146         * spam-report.el (spam-report-gmane-ham): Renamed from
2147         `spam-report-gmane-unspam'.
2148         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
2149         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
2150
2151         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
2152         Autoload.
2153         (spam-report-gmane-unregister-routine): Renamed
2154         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
2155
2156 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
2157
2158         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
2159         (spam-report-gmane-unregister-routine): added support for gmane
2160         unregistration
2161
2162         * spam-report.el (spam-report-gmane-unspam)
2163         (spam-report-gmane-spam): new wrappers around spam-report-gmane
2164         (spam-report-gmane): changed to take a single article and do
2165         unspam registration
2166
2167 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2168
2169         * mm-url.el (mm-url-decode-entities): Fix regexp.
2170
2171 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2172
2173         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
2174         default to nil, to be able to use Gnus at all.  If the default
2175         switches to something else, then the function should be fixed not
2176         be exceedingly slow.
2177
2178 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
2179
2180         * gnus-start.el (gnus-activate-group): if the server is nil, don't
2181         fail hard
2182
2183         * spam-report.el: better Keywords line
2184
2185         * spam.el: added Maintainer and better Keywords line
2186
2187 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
2188
2189         * gnus-art.el (gnus-article-replace-part)
2190         (gnus-mime-replace-part): New functions.
2191         (gnus-mime-action-alist, gnus-mime-button-commands)
2192         (gnus-mime-save-part-and-strip): Added file argument.
2193         (gnus-article-part-wrapper): Added interactive argument.
2194
2195         * gnus-sum.el (gnus-summary-mime-map): Add
2196         `gnus-article-replace-part'.
2197
2198 2005-09-19  Didier Verna  <didier@xemacs.org>
2199
2200         The nnml compaction feature:
2201         * nnml.el (nnml-request-compact-group): New function.
2202         * nnml.el (nnml-request-compact): New function.
2203         * gnus-int.el (gnus-request-compact-group): New function.
2204         * gnus-int.el (gnus-request-compact): New function.
2205         * gnus-group.el (gnus-group-compact-group): New function.
2206         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
2207         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
2208         * gnus-srvr.el (gnus-server-compact-server): New function.
2209         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
2210         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
2211
2212 2005-09-18  Deepak Goel  <deego@gnufans.org>
2213
2214         * sieve.el (sieve-help): Fix `message' call: first arg should be a
2215         format spec.
2216
2217 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2218
2219         * gnus.el (gnus-group-startup-message): Bind image-load-path.
2220
2221 2005-09-15  Romain Francoise  <romain@orebokech.com>
2222
2223         * message.el (message-fill-paragraph): Clarify docstring.
2224
2225 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2226
2227         * gnus-art.el (gnus-mime-display-part): Protect against broken
2228         MIME messages.
2229
2230 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
2233         before parsing header.
2234
2235 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
2236
2237         * html2text.el: (html2text-replace-list): Add new entities.
2238
2239 2005-09-11  Romain Francoise  <romain@orebokech.com>
2240
2241         * message.el (message-alternative-emails): Improve docstring.
2242         (message-setup-1): Call `message-use-alternative-email-as-from'
2243         after `message-setup-hook' to give it precedence over posting
2244         styles, etc.
2245         (message-use-alternative-email-as-from): Add docstring.  Remove
2246         the original From header if present.
2247
2248         * nnml.el (nnml-compressed-files-size-threshold): New variable.
2249         (nnml-save-mail): Use it.
2250
2251         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
2252         articles.  Add new argument `silent'.
2253         (gnus-uu-mark-all): Report the total number of marked articles.
2254
2255 2005-09-10  Romain Francoise  <romain@orebokech.com>
2256
2257         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
2258         (gnus-uu-mark-series): Likewise.
2259
2260 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
2261
2262         * spam-report.el (spam-report-gmane): Fix generation of spam
2263         report URL.
2264
2265 2005-09-10  Simon Josefsson  <jas@extundo.com>
2266
2267         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
2268         t, based on discussion on the ding list with Robert Epprecht
2269         <epprecht@solnet.ch>.
2270
2271 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2272
2273         * spam-report.el (spam-report-gmane): Make it work without
2274         X-Report-Spam header.  Gmane now only provides Archived-At.
2275         This is only used if `spam-report-gmane-use-article-number' is nil.
2276         (spam-report-gmane-spam-header): Remove.  Not used anymore.
2277
2278         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
2279         make `gnus-summary-sort-by-recipient' work with threading.
2280
2281         * nnweb.el (nnweb-google-wash-article): Print a message if article
2282         is not available.
2283
2284 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2285
2286         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
2287         change.  Decode text/* parts content before displaying.
2288
2289 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
2290
2291         * mml-smime.el: Remove defvar of gnus-extract-address-components.
2292
2293 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2294
2295         * mm-view.el (mm-display-inline-fontify): Disable support modes.
2296
2297         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
2298         url-package-name, url-package-version,
2299         w3m-cid-retrieve-function-alist, w3m-current-buffer,
2300         w3m-display-inline-images, and w3m-minor-mode-map.
2301
2302 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
2303
2304         * message.el (message-tab-body-function): Fixed mismatched custom
2305         type.
2306
2307         * gnus.el (gnus-group-change-level-function): Ditto.
2308
2309         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
2310
2311         * gnus-art.el (gnus-signature-limit)
2312         (gnus-article-mime-part-function): Ditto.
2313
2314 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2315
2316         * mml.el (mml-mode): Silence the byte compiler.
2317
2318         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
2319         using `(sit-for 0)' before moving the point to the specified part;
2320         skip unbuttonized parts.
2321         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
2322         return to the summary window if gnus-auto-select-part is non-nil.
2323
2324 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
2325
2326         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
2327         variables.
2328         (mml-dnd-attach-file, mml-mode): Use them.
2329
2330         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
2331         Make fetching article by MID work again for Google Groups.  Added
2332         FIXME concerning gnus-group-make-web-group.
2333
2334         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
2335         Don't depend on Gnus by using mail-extract-address-components if
2336         gnus-extract-address-components is not bound.
2337
2338 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * gnus-art.el (gnus-mime-display-security): Don't display the
2341         signature, but only the signed part.
2342
2343 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2344
2345         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
2346
2347         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
2348         list, not listp.
2349
2350 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
2351
2352         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
2353         when encoding.
2354
2355         * mm-bodies.el (mm-decode-content-transfer-encoding):
2356         De-canonicalize CRLF for all text content types, not just
2357         text/plain.
2358
2359 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
2362         valid article; point arrow and cursor at the MIME button.
2363
2364 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2365
2366         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
2367         Suggested by Dan Christensen <jdc@uwo.ca>.
2368
2369         * mm-decode.el (mm-save-part): Enable change of prompt.
2370
2371 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
2372
2373         * gnus-msg.el (gnus-inews-add-send-actions): Made
2374         `message-post-method' lambda parameter ARG `&optional'.
2375
2376 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2377
2378         * gnus-sum.el (gnus-summary-mime-map): Added
2379         gnus-article-save-part-and-strip, gnus-article-delete-part and
2380         gnus-article-jump-to-part.
2381
2382         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
2383         (gnus-article-edit-part): Use it.
2384         (gnus-article-part-wrapper): Added no-handle argument.
2385         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
2386         functions.
2387
2388 2005-08-29  Romain Francoise  <romain@orebokech.com>
2389
2390         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
2391         docstring.
2392         (gnus-face-from-file): Likewise.
2393
2394 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
2395
2396         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
2397         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
2398         non-nil.
2399         (gnus-auto-select-part): New variable.
2400         (gnus-article-jump-to-part): New function.
2401         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
2402         (gnus-mime-delete-part): Allow selecting specified part after
2403         deleting or stripping parts.
2404         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
2405         part if argument is bogus.
2406
2407 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
2408
2409         * gnus-art.el (w3m-minor-mode-map):
2410         * gnus-spec.el (gnus-newsrc-file-version):
2411         * gnus-util.el (nnmail-active-file-coding-system)
2412         (gnus-original-article-buffer, gnus-user-agent):
2413         * gnus.el (gnus-ham-process-destinations)
2414         (gnus-parameter-ham-marks-alist)
2415         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
2416         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
2417         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
2418         * mm-decode.el (gnus-current-window-configuration):
2419         * mm-extern.el (gnus-article-mime-handles):
2420         * mm-url.el (url-current-object, url-package-name)
2421         (url-package-version):
2422         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
2423         (smime-keys, w3m-cid-retrieve-function-alist)
2424         (w3m-current-buffer, w3m-display-inline-images)
2425         (w3m-minor-mode-map):
2426         * mml-smime.el (gnus-extract-address-components):
2427         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
2428         (gnus-newsrc-hashtb, message-default-charset)
2429         (message-deletable-headers, message-options)
2430         (message-posting-charset, message-required-mail-headers)
2431         (message-required-news-headers):
2432         * mml1991.el (mc-pgp-always-sign):
2433         * mml2015.el (mc-pgp-always-sign):
2434         * nnheader.el (nnmail-extra-headers):
2435         * rfc1843.el (gnus-decode-encoded-word-function)
2436         (gnus-decode-header-function, gnus-newsgroup-name):
2437         * spam-stat.el (gnus-original-article-buffer): Add defvars.
2438
2439 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
2440
2441         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
2442         the end of the date treatments.
2443
2444 2005-08-15  Simon Josefsson  <jas@extundo.com>
2445
2446         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
2447         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
2448         Capello and Romain Francoise.
2449         (pgg-fetch-key-function): Removed, not used?
2450         (pgg-insert-url-with-w3): Require url, to get
2451         url-insert-file-contents regardless of where it is defined.
2452
2453 2005-08-13  Romain Francoise  <romain@orebokech.com>
2454
2455         * message.el (message-cite-original-1): New function.
2456         (message-cite-original): Use it.
2457         (message-cite-original-without-signature): Ditto.
2458
2459 2005-08-08  Romain Francoise  <romain@orebokech.com>
2460
2461         * message.el (message-yank-empty-prefix): New variable.
2462         (message-indent-citation): Use it.
2463         (message-cite-original-without-signature): Respect X-No-Archive.
2464
2465 2005-08-08  Simon Josefsson  <jas@extundo.com>
2466
2467         * pgg.el: Autoload url-insert-file-contents instead of loading
2468         w3/url.
2469         (pgg-insert-url-with-w3): Don't load url here.
2470
2471 2005-08-07  Jesper Harder  <harder@phys.au.dk>
2472
2473         * message.el (message-kill-to-signature): Don't insert newline at
2474         bol.
2475         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
2476
2477 2005-08-06  Romain Francoise  <romain@orebokech.com>
2478
2479         * message.el (message-user-fqdn): Fix typo in docstring.
2480
2481 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
2482
2483         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
2484
2485         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
2486
2487 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2488
2489         * mm-bodies.el (mm-encode-body): Use coding system rather than
2490         charset to encode text.
2491
2492         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
2493         number of charsets if utf-8 is available (XEmacs).
2494
2495 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
2496
2497         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
2498         taken from `gnus-button-mid-or-mail-regexp'.
2499         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
2500         (gnus-button-alist): Improve regexp for domain part of the MIDs
2501         for news:localpart@domain buttons.
2502         (gnus-button-ctan-directory-regexp): Update.
2503
2504 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2505
2506         * sieve-manage.el (sieve-manage-interactive-login): Use
2507         make-local-variable rather than make-variable-buffer-local.
2508         (sieve-manage-open): Ditto.
2509         (sieve-manage-authenticate): Ditto.
2510
2511         * mml.el (mml-generate-mime-1): Make the content type default to
2512         text/plain if the filename is not specified.
2513
2514 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2515
2516         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
2517         instead of insert-buffer.
2518
2519         * message.el (message-yank-original): Ditto; set the mark at the
2520         end of the yanked message.
2521
2522 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
2525         lines to scroll rather than to stop it.
2526
2527         * mml.el (mml-generate-default-type): Add doc string.
2528         (mml-generate-mime-1): Use mm-default-file-encoding or make it
2529         default to application/octet-stream when determining the content
2530         type if it is not specified for the part or the mml contents; add
2531         a comment about mml-generate-default-type.
2532
2533 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
2534
2535         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
2536         make it default to application/octet-stream when determining the
2537         content type if it is not specified for the external contents.
2538
2539 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2540
2541         * rfc2231.el (rfc2231-parse-string): Take care that not only a
2542         segmented parameter but also other parameters might be there.
2543
2544 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * mm-decode.el (mm-display-external): Delete temp file, directory
2547         and buffer immediately if the external process is exited.
2548
2549 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2550
2551         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
2552         fewer lines than that of scroll-margin.
2553         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
2554
2555 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2556
2557         * gnus-art.el (gnus-article-next-page): Revert.
2558         (gnus-article-beginning-of-window): New macro.
2559         (gnus-article-next-page-1): Use it.
2560         (gnus-article-prev-page): Ditto.
2561         (gnus-article-edit-part): Use insert-buffer-substring instead of
2562         insert-buffer.
2563         (gnus-article-edit-exit): Ditto.
2564
2565         * gnus-util.el (gnus-beginning-of-window): Remove.
2566         (gnus-end-of-window): Remove.
2567
2568         * lpath.el: Don't bind header-line-format and scroll-margin.
2569
2570 2005-07-25  Simon Josefsson  <jas@extundo.com>
2571
2572         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
2573         to have the url package without w3.  Reported by Daiki Ueno
2574         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
2575
2576 2005-07-20  Didier Verna  <didier@xemacs.org>
2577
2578         * gnus-diary.el: Remove the description comment (nndiary is now
2579         properly documented in the Gnus manual).
2580         Fix the spelling of "Back End".
2581         * nndiary.el: Ditto.
2582         Fix the copyright notice.
2583
2584 2005-07-18  Romain Francoise  <romain@orebokech.com>
2585
2586         * gnus-sum.el (gnus-summary-to-prefix,
2587         gnus-summary-newsgroup-prefix): New variables.
2588         (gnus-summary-from-or-to-or-newsgroups): Use them.
2589
2590 2005-07-17  Romain Francoise  <romain@orebokech.com>
2591
2592         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
2593         space as it's generally not especially interesting to the user.
2594
2595 2005-07-16  Romain Francoise  <romain@orebokech.com>
2596
2597         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
2598         nil to avoid prompting and file modification if one of the
2599         messages at the top of the nnfolder file contains a copyright
2600         notice.
2601         Update copyright notice.
2602
2603         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
2604         instead of `current-time-string' as the latter creates a time
2605         string that is not RFC 2822 compliant (it lacks the zone).
2606         Update copyright notice.
2607
2608 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2609
2610         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
2611         for text/rtf.  Display default in prompt.  Pass default for M-n.
2612
2613         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
2614
2615 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616
2617         * gnus-msg.el (gnus-button-mailto): Remove
2618         save-selected-window-window hackery because it relies on
2619         save-selected-window internals.
2620
2621 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2622
2623         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
2624         (gnus-article-next-page-1): Use gnus-beginning-of-window.
2625         (gnus-article-prev-page): Ditto.
2626
2627         * gnus-util.el (gnus-beginning-of-window): New function.
2628         (gnus-end-of-window): New function.
2629
2630         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
2631
2632 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
2633
2634         * gnus-score.el (gnus-score-edit-all-score): Set
2635         gnus-score-edit-exit-function to gnus-score-edit-done and call
2636         gnus-message.
2637
2638 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639
2640         * gnus-msg.el (gnus-button-mailto): Remove
2641         save-selected-window-window hackery because it relies on
2642         save-selected-window internals.
2643
2644 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
2647         add-minor-mode.
2648         (gnus-binary-mode): Ditto.
2649
2650         * gnus-topic.el (gnus-topic-mode): Ditto.
2651
2652 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
2653
2654         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
2655         (gnus-article-prev-page): Take scroll-margin into consideration.
2656
2657 2005-07-04  Lute Kamstra  <lute@gnu.org>
2658
2659         Update FSF's address in GPL notices.
2660
2661 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
2662
2663         * gnus.el (gnus-exit):
2664         * gnus-group.el (gnus-group-icons):
2665         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
2666
2667         * gnus-nocem.el (gnus-nocem):
2668         * message.el (message-various, message-buffers, message-sending)
2669         (message-interface, message-forwarding, message-insertion)
2670         (message-headers, message-news, message-mail):
2671         * pgg-gpg.el (pgg-gpg):
2672         * pgg-parse.el (pgg-parse):
2673         * pgg-pgp.el (pgg-pgp):
2674         * pgg-pgp5.el (pgg-pgp5):
2675         * pop3.el (pop3): Finish `defgroup' description with period.
2676
2677 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2678
2679         * gnus-art.el (article-display-face): Improve the efficiency.
2680         (article-display-x-face): Ditto; remove grey x-face stuff.
2681
2682 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2683
2684         * gnus-art.el (article-display-face): Correct the position in
2685         which Faces are inserted.
2686
2687 2005-06-29  Didier Verna  <didier@xemacs.org>
2688
2689         * gnus-art.el (article-display-face): Display faces in correct
2690         order.
2691
2692 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2693
2694         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
2695         (gnus-fill-real-hashtb): Use hash table instead of obarray.
2696         (gnus-nocem-check-article): Fetch the Type header.
2697         (gnus-nocem-message-wanted-p): Fix the way to examine types.
2698         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
2699         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
2700         make sure gnus-nocem-hashtb is initialized.
2701         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
2702         (gnus-nocem-unwanted-article-p): Ditto.
2703
2704         * pgg.el (pgg-verify): Return the verification result.
2705
2706 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2707
2708         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
2709         is ascii.
2710
2711 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
2712
2713         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
2714         `show-nonbreak-escape'.
2715
2716 2005-06-23  Lute Kamstra  <lute@gnu.org>
2717
2718         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
2719
2720         * dig.el (dig-mode):
2721         * smime.el (smime-mode): Use gnus-run-mode-hooks.
2722
2723 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
2724
2725         * nnimap.el (nnimap-split-download-body): Fix spellings.
2726
2727 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
2728
2729         * gnus-art.el (gnus-article-encrypt-body):
2730         * gnus-cus.el (gnus-score-customize):
2731         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
2732         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
2733
2734 2005-06-16  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2735
2736         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
2737         header by looking for magic "MII" at the beginnig.
2738
2739 2005-06-16  Miles Bader  <miles@gnu.org>
2740
2741         * gnus-xmas.el (gnus-xmas-group-startup-message):
2742         Use renamed gnus-splash face.
2743
2744         * assistant.el (assistant-field): Remove "-face" suffix from face name.
2745         (assistant-field-face): New backward-compatibility alias for renamed
2746         face.
2747         (assistant-render-text): Use renamed assistant-field face.
2748
2749         * spam.el (spam): Remove "-face" suffix from face name.
2750         (spam-face): New backward-compatibility alias for renamed face.
2751         (spam-face, spam-initialize): Use renamed spam face.
2752
2753         * message.el (message-header-to, message-header-cc)
2754         (message-header-subject, message-header-newsgroups)
2755         (message-header-other, message-header-name)
2756         (message-header-xheader, message-separator, message-cited-text)
2757         (message-mml): Remove "-face" suffix from face names.
2758         (message-header-to-face, message-header-cc-face)
2759         (message-header-subject-face, message-header-newsgroups-face)
2760         (message-header-other-face, message-header-name-face)
2761         (message-header-xheader-face, message-separator-face)
2762         (message-cited-text-face, message-mml-face):
2763         New backward-compatibility aliases for renamed faces.
2764         (message-font-lock-keywords): Use renamed message faces.
2765
2766         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
2767         (sieve-test-commands, sieve-tagged-arguments):
2768         Remove "-face" suffix from face names.
2769         (sieve-control-commands-face, sieve-action-commands-face)
2770         (sieve-test-commands-face, sieve-tagged-arguments-face):
2771         New backward-compatibility aliases for renamed faces.
2772         (sieve-control-commands-face, sieve-action-commands-face)
2773         (sieve-test-commands-face, sieve-tagged-arguments-face):
2774         Use renamed sieve faces.
2775
2776         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
2777         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
2778         (gnus-group-news-3-empty, gnus-group-news-4)
2779         (gnus-group-news-4-empty, gnus-group-news-5)
2780         (gnus-group-news-5-empty, gnus-group-news-6)
2781         (gnus-group-news-6-empty, gnus-group-news-low)
2782         (gnus-group-news-low-empty, gnus-group-mail-1)
2783         (gnus-group-mail-1-empty, gnus-group-mail-2)
2784         (gnus-group-mail-2-empty, gnus-group-mail-3)
2785         (gnus-group-mail-3-empty, gnus-group-mail-low)
2786         (gnus-group-mail-low-empty, gnus-summary-selected)
2787         (gnus-summary-cancelled, gnus-summary-high-ticked)
2788         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
2789         (gnus-summary-high-ancient, gnus-summary-low-ancient)
2790         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
2791         (gnus-summary-low-undownloaded)
2792         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
2793         (gnus-summary-low-unread, gnus-summary-normal-unread)
2794         (gnus-summary-high-read, gnus-summary-low-read)
2795         (gnus-summary-normal-read, gnus-splash):
2796         Remove "-face" suffix from face names.
2797         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
2798         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
2799         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
2800         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
2801         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
2802         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
2803         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
2804         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
2805         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
2806         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
2807         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
2808         (gnus-summary-selected-face, gnus-summary-cancelled-face)
2809         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
2810         (gnus-summary-normal-ticked-face)
2811         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
2812         (gnus-summary-normal-ancient-face)
2813         (gnus-summary-high-undownloaded-face)
2814         (gnus-summary-low-undownloaded-face)
2815         (gnus-summary-normal-undownloaded-face)
2816         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
2817         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
2818         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
2819         (gnus-splash-face):
2820         New backward-compatibility aliases for renamed faces.
2821         (gnus-group-startup-message): Use renamed gnus faces.
2822
2823         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
2824         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
2825         (gnus-server-agent): Remove "-face" suffix from face names.
2826         (gnus-server-agent-face, gnus-server-opened-face)
2827         (gnus-server-closed-face, gnus-server-denied-face)
2828         (gnus-server-offline-face):
2829         New backward-compatibility aliases for renamed faces.
2830         (gnus-server-agent-face, gnus-server-opened-face)
2831         (gnus-server-closed-face, gnus-server-denied-face)
2832         (gnus-server-offline-face): Use renamed gnus faces.
2833
2834         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
2835         Remove "-face" suffix from face names.
2836         (gnus-picon-xbm-face, gnus-picon-face):
2837         New backward-compatibility aliases for renamed faces.
2838
2839         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
2840         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
2841         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
2842         (gnus-cite-11): Remove "-face" suffix from face names.
2843         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
2844         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
2845         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
2846         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
2847         New backward-compatibility aliases for renamed faces.
2848         (gnus-cite-attribution-face, gnus-cite-face-list)
2849         (gnus-article-boring-faces): Use renamed gnus faces.
2850
2851         * gnus-art.el (gnus-signature, gnus-header-from)
2852         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
2853         (gnus-header-content): Remove "-face" suffix from face names.
2854         (gnus-signature-face, gnus-header-from-face)
2855         (gnus-header-subject-face, gnus-header-newsgroups-face)
2856         (gnus-header-name-face, gnus-header-content-face):
2857         New backward-compatibility aliases for renamed faces.
2858         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
2859
2860         * gnus-sum.el (gnus-summary-selected-face)
2861         (gnus-summary-highlight): Use renamed gnus faces.
2862         * gnus-group.el (gnus-group-highlight): Likewise.
2863
2864 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
2865
2866         * gnus-sieve.el (gnus-sieve-article-add-rule):
2867         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
2868         * spam-stat.el (spam-stat-buffer-change-to-spam)
2869         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
2870
2871         * message.el (message-is-yours-p):
2872         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
2873
2874 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2875
2876         * mm-view.el (mm-inline-text): Withdraw the last change.
2877
2878 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2879
2880         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
2881         executing enriched-decode.
2882
2883 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2884
2885         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
2886         charset of tar files.
2887
2888 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2889
2890         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
2891
2892 2005-06-04  Lute Kamstra  <lute@gnu.org>
2893
2894         * nnfolder.el (nnfolder-read-folder): Make sure that undo
2895         information is never recorded.
2896
2897 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2898
2899         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
2900
2901 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2902
2903         * pop3.el (pop3-apop): Run md5 in the binary mode.
2904
2905         * starttls.el (starttls-set-process-query-on-exit-flag):
2906         Use eval-and-compile.
2907
2908 2005-05-31  Simon Josefsson  <jas@extundo.com>
2909
2910         * smime.el (smime-replace-in-string): Define.
2911         (smime-cert-by-ldap-1): Use it.
2912
2913 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2914
2915         * gnus-art.el (article-display-x-face): Replace
2916         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2917
2918         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
2919         set-process-query-on-exit-flag or process-kill-without-query.
2920
2921         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
2922         loop instead of replace-regexp.
2923
2924         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
2925         instead of process-kill-without-query if it is available.
2926
2927         * lpath.el: Fbind ldap-search-entries.
2928
2929         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
2930         instead of find-file-hooks if it is available.
2931
2932         * mml1991.el: Bind pgg-default-user-id when compiling.
2933
2934         * mml2015.el: Bind pgg-default-user-id when compiling.
2935
2936         * nndraft.el (nndraft-request-associate-buffer):
2937         Use write-contents-functions instead of write-contents-hooks if it is
2938         available.
2939
2940         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
2941         instead of find-file-hooks if it is available.
2942
2943         * nntp.el (nntp-open-connection): Replace
2944         process-kill-without-query by gnus-set-process-query-on-exit-flag.
2945         (nntp-open-ssl-stream): Ditto.
2946         (nntp-open-tls-stream): Ditto.
2947
2948         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
2949         set-process-query-on-exit-flag or process-kill-without-query.
2950         (starttls-open-stream-gnutls): Use it instead of
2951         process-kill-without-query.
2952         (starttls-open-stream): Ditto.
2953
2954 2005-05-31  Ulf Stegemann <ulf@zeitform.de>  (tiny change)
2955
2956         * smime.el (smime-cert-by-ldap-1): Don't use
2957         replace-regexp-in-string.
2958
2959 2005-05-31  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2960
2961         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
2962
2963         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
2964         in PEM format. Adjust to the XEmacs compability.
2965
2966 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
2967
2968         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
2969         by `string-to-number'.
2970         * gnus-agent.el (gnus-agent-regenerate-group)
2971         (gnus-agent-fetch-articles): Ditto.
2972         * gnus-art.el (gnus-button-fetch-group): Ditto.
2973         * gnus-cache.el (gnus-cache-generate-active)
2974         (gnus-cache-articles-in-group): Ditto.
2975         * gnus-group.el (gnus-group-set-current-level)
2976         (gnus-group-insert-group-line): Ditto.
2977         * gnus-score.el (gnus-score-set-expunge-below)
2978         (gnus-score-set-mark-below, gnus-summary-score-effect)
2979         (gnus-summary-score-entry): Ditto.
2980         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
2981         (gnus-soup-pack): Ditto.
2982         * gnus-spec.el (gnus-xmas-format): Ditto.
2983         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
2984         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
2985         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
2986         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
2987         * nndb.el (nndb-get-remote-expire-response): Ditto.
2988         * nndiary.el (nndiary-parse-schedule-value)
2989         (nndiary-string-to-number, nndiary-request-replace-article)
2990         (nndiary-request-article): Ditto.
2991         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
2992         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
2993         * nneething.el (nneething-make-head): Ditto.
2994         * nnfolder.el (nnfolder-request-article)
2995         (nnfolder-retrieve-headers): Ditto.
2996         * nnheader.el (nnheader-file-to-number): Ditto.
2997         * nnkiboze.el (nnkiboze-request-article): Ditto.
2998         * nnmail.el (nnmail-process-unix-mail-format)
2999         (nnmail-process-babyl-mail-format): Ditto.
3000         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
3001         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
3002         (nnmh-request-create-group, nnmh-request-list-1)
3003         (nnmh-request-group, nnmh-request-article): Ditto.
3004         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
3005         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
3006         * nnsoup.el (nnsoup-make-active): Ditto.
3007         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
3008         * nntp.el (nntp-find-group-and-number)
3009         (nntp-retrieve-headers-with-xover): Ditto.
3010         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
3011         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
3012         (pgg-format-key-identifier): Ditto.
3013         * pop3.el (pop3-last, pop3-stat): Ditto.
3014         * qp.el (quoted-printable-decode-region): Ditto.
3015
3016         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
3017         of concat.
3018
3019 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
3022
3023         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
3024
3025         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
3026
3027         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
3028
3029         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
3030
3031         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
3032
3033         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
3034         (gnus-carpal-mode): Ditto.
3035
3036         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
3037         (gnus-browse-mode): Ditto.
3038
3039         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
3040
3041         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
3042
3043 2005-05-29  Richard M. Stallman  <rms@gnu.org>
3044
3045         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
3046
3047 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3048
3049         * gnus-util.el (gnus-run-mode-hooks): New function.
3050
3051         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
3052
3053         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
3054         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
3055
3056 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
3057
3058         * gnus-agent.el (gnus-agent-make-mode-line-string):
3059         Use mode-line-highlight as mouse-face.
3060
3061 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3062
3063         * canlock.el (canlock): Change the parent group to news.
3064
3065         * deuglify.el (gnus-outlook-deuglify): Add :group.
3066
3067         * dig.el (dig): Add :group.
3068
3069         * dns-mode.el (dns-mode): Add :group.
3070
3071         * encrypt.el (encrypt): Add :group.
3072
3073         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
3074         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
3075         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
3076         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
3077         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
3078
3079         * gnus-diary.el (gnus-diary): Add :group.
3080
3081         * gnus.el (gnus-group-news-1-face): Add :group.
3082         (gnus-group-news-1-empty-face): Ditto.
3083         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
3084         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
3085         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
3086         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
3087         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
3088         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
3089         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
3090         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
3091         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
3092         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
3093         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
3094         (gnus-summary-high-ticked-face): Ditto.
3095         (gnus-summary-low-ticked-face): Ditto.
3096         (gnus-summary-normal-ticked-face): Ditto.
3097         (gnus-summary-high-ancient-face): Ditto.
3098         (gnus-summary-low-ancient-face): Ditto.
3099         (gnus-summary-normal-ancient-face): Ditto.
3100         (gnus-summary-high-undownloaded-face): Ditto.
3101         (gnus-summary-low-undownloaded-face): Ditto.
3102         (gnus-summary-normal-undownloaded-face): Ditto.
3103         (gnus-summary-high-unread-face): Ditto.
3104         (gnus-summary-low-unread-face): Ditto.
3105         (gnus-summary-normal-unread-face): Ditto.
3106         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
3107         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
3108
3109         * hashcash.el (hashcash): New custom group.
3110         (hashcash-default-payment): Add :group.
3111         (hashcash-payment-alist): Ditto.
3112         (hashcash-default-accept-payment): Ditto.
3113         (hashcash-accept-resources): Ditto.
3114         (hashcash-path): Ditto.
3115         (hashcash-extra-generate-parameters): Ditto.
3116         (hashcash-double-spend-database): Ditto.
3117         (hashcash-in-news): Ditto.
3118
3119         * message.el (message-minibuffer-local-map): Add :group.
3120
3121         * netrc.el (netrc): Add :group.
3122
3123         * sieve-manage.el (sieve-manage-log): Add :group.
3124         (sieve-manage-default-user): Diito.
3125         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
3126         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
3127         (sieve-manage-authenticators): Ditto.
3128         (sieve-manage-authenticator-alist): Ditto.
3129         (sieve-manage-default-port): Ditto.
3130
3131         * sieve-mode.el (sieve-control-commands-face): Add :group.
3132         (sieve-action-commands-face): Ditto.
3133         (sieve-test-commands-face): Ditto.
3134         (sieve-tagged-arguments-face): Ditto.
3135
3136         * smime.el (smime): Add :group.
3137
3138         * spam-report.el (spam-report): Add :group.
3139
3140         * spam.el (spam, spam-face): Add :group.
3141
3142 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3143
3144         * nntp.el (nntp-next-result-arrived-p): Some news servers may
3145         return \n.\n.\n at the end of articles.  Protect against that.
3146         (nntp-with-open-group): Allow debugging.
3147
3148         * nnheader.el (mail-header-set-extra): Make into a function
3149         because I just could't understand how to quote the list properly.
3150
3151         * dns.el (query-dns-cached): New function.
3152
3153 2005-05-26  Lute Kamstra  <lute@gnu.org>
3154
3155         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
3156
3157 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3158
3159         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
3160
3161         * gnus-art.el: Don't autoload mail-extract-address-components.
3162
3163         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
3164         eval-and-compile to evaluate it.
3165
3166         * hashcash.el: Don't autoload executable-find.
3167
3168         * nndb.el: Don't declare the nndb back end two or more times; don't
3169         autoload news-reply-mode, news-setup, cancel-timer and telnet.
3170
3171         * nntp.el: Autoload format-spec instead of format; use
3172         eval-and-compile to evaluate autoload forms.
3173
3174 2005-05-09  Georg C. F. Greve <greve@gnu.org>  (tiny change)
3175
3176         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
3177
3178 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3179
3180         * gnus.el (gnus-version-number): Bump version.
3181
3182 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3183
3184         * gnus.el: No Gnus v0.3 is released.
3185
3186 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * lpath.el (featurep): Bind show-nonbreak-escape.
3189
3190 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3191
3192         * gnus-art.el (gnus-article-edit-part): Disable undo.
3193
3194 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
3197         gnus-article-date-lapsed-new-header is t if date timer is active;
3198         skip headers in which the original date value is empty.
3199         (gnus-article-save-original-date): Redefine it as a macro.
3200         (gnus-display-mime): Use it.
3201
3202 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3203
3204         * gnus-art.el (article-date-ut): Support converting date in
3205         forwarded parts as well.
3206         (gnus-article-save-original-date): New function.
3207         (gnus-display-mime): Use it.
3208
3209 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
3210
3211         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
3212         enclosure element of <item>.
3213
3214 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
3215
3216         * message.el (message-kill-buffer-query): Renamed from
3217         `message-kill-buffer-query-if-modified'.  Added :version.
3218
3219 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3220
3221         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
3222         window layout.
3223
3224 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * mml.el: Autoload dnd when compiling.
3227
3228 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
3229
3230         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
3231         x-dnd-*.
3232
3233 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3234
3235         * qp.el (quoted-printable-encode-region): Save excursion.
3236
3237 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3238
3239         * message.el (message-kill-buffer-query-if-modified): new variable
3240         so the user can kill a modified message buffer quickly
3241         (message-kill-buffer): use it.
3242
3243 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * lpath.el: Fbind display-time-event-handler; don't fbind
3246         string-to-multibyte.
3247
3248         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
3249
3250 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3251
3252         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
3253         contained in text because xml.el decodes entities) with LFs.
3254
3255 2005-04-11  Lute Kamstra  <lute@gnu.org>
3256
3257         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
3258         differently.
3259
3260 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3261
3262         * mm-util.el (mm-detect-coding-region): Typo.
3263
3264 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
3267
3268 2005-04-06  D Goel  <deego@gnufans.org>
3269
3270         * spam-stat.el (spam-stat-score-buffer): Add a call to a
3271         user-function allow user modifications of the scores.
3272         (spam-stat-score-buffer-user): New function, to allow
3273         user-computed modifications to the score.
3274         (spam-stat-score-buffer-user-functions): list of additional
3275         scoring functions
3276         (spam-stat-error-holder): global temporary error holder
3277         (spam-stat-split-fancy): use the new `spam-stat-error-holder'
3278         variable
3279
3280 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3281
3282         * gnus-registry.el (gnus-registry-clean-empty-function)
3283         (gnus-registry-trim, gnus-registry-fetch-groups)
3284         (gnus-registry-delete-group): now groups that match
3285         `gnus-registry-ignored-groups' will be removed from the registry
3286         entries, not just ignored for splitting.  This helps clean up the
3287         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
3288         to get all the groups a message ID is in.
3289
3290         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
3291         (spam-stat-split-fancy): changed "threshhold" to "threshold"
3292         (spam-stat-score-buffer-user-functions): added :number custom type
3293
3294 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
3297         argument in XEmacs.
3298
3299         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
3300         (nnrss-request-group): Decode group name first.
3301         (nnrss-request-article): Make a text/plain article if mml-to-mime
3302         failed.
3303         (nnrss-get-encoding): Return a compatible encoding according to
3304         nnrss-compatible-encoding-alist.
3305         (nnrss-find-el): Use consp instead of listp.
3306         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
3307
3308 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
3311         which Emacs 20 doesn't support.
3312         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
3313
3314 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
3315
3316         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
3317         silence the byte compiler inside the defun
3318
3319         * gnus-demon.el (parse-time-string): Add autoload.
3320
3321         * gnus-delay.el (parse-time-string): Add autoload.
3322
3323         * gnus-art.el (parse-time-string): Add autoload.
3324
3325         * nnultimate.el (parse-time): Require for `parse-time-string'.
3326
3327 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
3328
3329         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
3330
3331         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
3332
3333         * smime.el (smime-ldap-host-list): Add :version.
3334
3335 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
3336
3337         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
3338         pass it to `gnus-browse-read-group'.
3339         (gnus-browse-read-group): Add NUMBER argument and pass it to
3340         `gnus-group-read-ephemeral-group'.
3341
3342         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
3343         argument and pass it to `gnus-group-read-group'.
3344
3345 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
3346
3347         * mm-util.el (mm-xemacs-find-mime-charset): Only call
3348         mm-xemacs-find-mime-charset-1 if we have the mule feature
3349         available at runtime.
3350
3351 2005-03-25  Werner Lemberg  <wl@gnu.org>
3352
3353         * nnmaildir.el: Replace `illegal' with `invalid'.
3354
3355 2005-03-23  Lute Kamstra  <lute@gnu.org>
3356
3357         * time-date.el: Add comment on time value formats.
3358         Don't require parse-time.
3359         (with-decoded-time-value): New macro.
3360         (encode-time-value): New function.
3361         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3362         (days-to-time): Return a valid time value when arg is huge.
3363         (time-since): Use time-subtract.
3364         (time-to-number-of-days): Use time-to-seconds.
3365
3366 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3367
3368         * gnus-start.el (gnus-display-time-event-handler):
3369         Check display-time-timer at runtime rather than only at load time
3370         in case display-time-mode is turned off in the mean time.
3371
3372 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
3373
3374         * nnimap.el (nnimap-open-connection): Print which authinfo file is
3375         used.
3376
3377         * nneething.el (nneething-map-file-directory): Derive from
3378         `gnus-directory'.
3379
3380         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
3381         the To/Cc button.
3382
3383 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3384
3385         * nnmaildir.el (nnmaildir-request-accept-article):
3386         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
3387
3388 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
3389
3390         * gnus-async.el: Require timer-funcs at compile time when in
3391         XEmacs for `run-with-idle-timer'.
3392
3393 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
3394
3395         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
3396         autoloaded function.
3397
3398 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3399
3400         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
3401
3402 2005-03-10  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
3403
3404         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
3405
3406 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3407
3408         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
3409         gnus-expert-user to default.
3410
3411 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
3412
3413         * nnimap.el (nnimap-open-server): Ditto.
3414
3415         * imap.el (imap-authenticate): Fix typo.
3416
3417 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
3418
3419         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
3420         buffer (since IMAP server might return FETCH response out of
3421         order, and the nntp buffer must be sorted).
3422
3423 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
3424
3425         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
3426         comparison on string.
3427
3428         * gnus-agent.el (gnus-agent-long-article,
3429         gnus-agent-short-article, gnus-agent-score): Renamed category
3430         keywords to match gnus-cus.
3431         (gnus-agent-summary-fetch-series): Modified to protect against
3432         gnus-agent-summary-fetch-group clearing processable flags.
3433         (gnus-agent-synchronize-group-flags): Update live group buffer as
3434         synchronization may occur due to the user toggle the plugged
3435         status.
3436         (gnus-agent-fetch-group-1): Clear downloadable flag when article
3437         successfully downloaded.
3438         (gnus-agent-expire-group-1): Avoid using markers when the overview
3439         is in ascending order; greatly improves performance.
3440         (gnus-agent-regenerate-group): Use
3441         gnus-agent-synchronize-group-flags to reset read status in both
3442         gnus and server.
3443         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
3444
3445 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
3446
3447         * message.el: Don't autoload former message-utils variables.
3448         (message-strip-subject-trailing-was): Change doc string.
3449
3450         * nnweb.el: Fixes for `gnus-group-make-web-group'.
3451         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
3452         (nnweb-google-search): Add "hl=en" here.
3453         (nnweb-google-parse-1, nnweb-google-create-mapping):
3454         Don't hardcode URL.
3455
3456 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
3457
3458         * message.el (message-get-reply-headers, message-followup):
3459         Mention related variables `message-use-followup-to' and
3460         `message-use-mail-followup-to', in the information buffer.
3461
3462         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
3463         of broken groups(-beta).google.com.
3464
3465 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
3466
3467         * gnus-sum.el (gnus-summary-move-article): pass move-is-internal
3468         parameter to invoked gnus-request-move-article; remove the
3469         redundant gnus-sum-hint-move-is-internal variable; apply the marks
3470         all at once instead of once per article
3471         (gnus-summary-remove-process-mark): accept a list of articles as
3472         well as a single article for processing
3473
3474         * gnus-int.el (gnus-request-move-article): add move-is-internal parameter
3475
3476         * nnml.el (nnml-request-move-article): add move-is-internal parameter
3477
3478         * nnmh.el (nnmh-request-move-article): add move-is-internal parameter
3479
3480         * nnmbox.el (nnmbox-request-move-article): add move-is-internal parameter
3481
3482         * nnmaildir.el (nnmaildir-request-move-article): add move-is-internal parameter
3483
3484         * nnimap.el (nnimap-request-move-article): add move-is-internal
3485         parameter and remove the gnus-sum-hint-move-is-internal variable
3486
3487         * nnfolder.el (nnfolder-request-move-article): add move-is-internal parameter
3488
3489         * nndraft.el (nndraft-request-move-article): add move-is-internal parameter
3490
3491         * nndiary.el (nndiary-request-move-article): add move-is-internal parameter
3492
3493         * nndb.el (nndb-request-move-article): add move-is-internal parameter
3494
3495         * nnbabyl.el (nnbabyl-request-move-article): add move-is-internal parameter
3496
3497         * nnagent.el (nnagent-request-move-article): add move-is-internal parameter
3498
3499 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3500
3501         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
3502         a more conservative way.
3503
3504 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3505
3506         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
3507         buffer, so it moves the window's cursor.
3508
3509 2005-02-26  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3510
3511         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
3512         `mm-dissect-multipart' and receive the from field as an (optional)
3513         argument from `mm-dissect-multipart'.
3514         (mm-dissect-multipart): Receive the from field as an argument and
3515         pass it on when we call `mm-dissect-buffer' on MIME parts.
3516         Fixes verification/decryption of signed/encrypted MIME parts.
3517
3518 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
3519
3520         * gnus-sum.el (gnus-summary-move-article): set
3521         gnus-sum-hint-move-is-internal for gnus-request-move-article and
3522         whatever it calls (right now, only nnimap-request-move article
3523         respects it)
3524
3525         * nnimap.el (nnimap-request-move-article): when
3526         gnus-sum-hint-move-is-internal is set, don't do the extra
3527         nnimap-request-article
3528
3529 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
3530
3531         * nnheader.el (nnheader-find-file-noselect): Add doc string.
3532
3533         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
3534         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
3535
3536         * gnus-sum.el (gnus-summary-caesar-message):
3537         Apply `gnus-treat-article' after rotation.
3538
3539         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
3540         doc string.
3541
3542 2005-02-22  Simon Josefsson  <jas@extundo.com>
3543
3544         * encrypt.el (encrypt-password-cache-expiry): Remove (use
3545         `password-cache-expiry' instead).  Reported by Arne J\e,Ax\e(Brgensen
3546         <arne@arnested.dk>.
3547         (encrypt): Add password-cache and password-cache-expiry as group
3548         members.
3549
3550 2005-02-22  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3551
3552         * smime.el (smime-ldap-host-list): Doc fix.
3553         (smime-ask-passphrase): Use `password-read-and-add' to read (and
3554         cache) password.
3555         (smime-sign-region): Use it.
3556         (smime-decrypt-region): Use it.
3557         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
3558         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
3559         fails.
3560         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
3561         certificate from DER to PEM format rather than calling openssl.
3562
3563         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
3564
3565         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
3566         for signing/encryption.
3567
3568         * mml.el (mml-parse-1): Use them.
3569
3570 2005-02-21  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3571
3572         * nnrss.el (nnrss-verbose): Removed.
3573         (nnrss-request-group): Use `nnheader-message' instead.
3574
3575 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
3576
3577         * nnrss.el (nnrss-verbose): New variable.
3578         (nnrss-request-group): Make it say nnrss is requesting a group.
3579
3580 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
3581
3582         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
3583         Handle news URL with given port correctly.
3584
3585 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3586
3587         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
3588         containing special characters.
3589
3590         * gnus-sum.el (gnus-summary-edit-article): Ditto.
3591
3592         * mml.el (mime-to-mml): Ditto.
3593
3594         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
3595         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
3596         (rfc2047-decode-region): Quote decoded words containing special
3597         characters when rfc2047-quote-decoded-words-containing-tspecials
3598         is non-nil.
3599
3600 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
3601
3602         * gnus-registry.el (gnus-registry-delete-group): Minor bug fix.
3603
3604         * gnus.el (gnus-install-group-spam-parameters): Doc fix.
3605
3606 2005-02-15  Simon Josefsson  <jas@extundo.com>
3607
3608         * nnimap.el (nnimap-debug): Doc fix.
3609
3610         * imap.el (imap-debug): Doc fix.
3611
3612 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
3615
3616 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
3617
3618         * gnus.el (spam-contents): improve docs for spam-contents
3619         parameter in its variable incarnation
3620
3621 2005-02-14  Simon Josefsson  <jas@extundo.com>
3622
3623         * smime-ldap.el: Use require instead of load-library for ldap.
3624         (smime-ldap-search): Indent.
3625         (smime-ldap-search-internal): Shorten line.
3626
3627         * smime.el (smime-cert-by-dns): Add doc-string.
3628         (smime-cert-by-ldap-1): Indent.
3629
3630         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
3631         mml-smime-get-dns-ldap.
3632         (mml-smime-encrypt-query): Use new function.  Default to ldap.
3633
3634 2005-02-14  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3635
3636         * smime.el: Require smime-ldap.
3637         (smime-ldap-host-list): New variable.
3638         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
3639
3640         * mml-smime.el (mml-smime-encrypt-query): New function.
3641         (mml-smime-encrypt-query): Use it.
3642
3643         * smime-ldap.el: New file.
3644
3645 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3646
3647         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
3648
3649 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3650
3651         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
3652         argument in doc string.  Make query for type more clear.
3653
3654 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
3655
3656         * gnus.el (gnus-group-startup-message): Search for gnus images in
3657         etc/images/gnus.
3658         * mm-util.el (mm-find-charset-region): Likewise.
3659         * smiley.el (smiley-data-directory): Search for smilies in
3660         etc/images/smilies.
3661
3662 2005-02-09  Kim F. Storm  <storm@cua.dk>
3663
3664         Change Emacs release version from 21.4 to 22.1 throughout.
3665         Change Emacs development version from 21.3.50 to 22.0.50.
3666
3667 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
3670
3671         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
3672         non-Mule XEmacs as well.
3673         (mm-decompress-buffer): Signal an error intentionally if it does
3674         not decompress compressed data because auto-compression-mode is
3675         disabled.
3676
3677 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3678
3679         * gnus-registry.el (gnus-registry-delete-group): small bug leaves
3680         an ID in the registry even if it has no groups
3681
3682 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
3685         merge it into mm-decompress-buffer.
3686         (gnus-mime-copy-part): Use the MIME part charset, the value which
3687         a user specified or gnus-newsgroup-charset for decoding, like
3688         gnus-mime-inline-part does; set buffer-file-coding-system to tell
3689         save-buffer what was used.  Suggested by Kevin Ryde
3690         <user42@zip.com.au>.
3691         (gnus-mime-inline-part): Allow the name parameter as well as the
3692         filename parameter; force decompressing of compressed data; always
3693         display contents being not decoded as unibyte.
3694
3695         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
3696         as well as the filename parameter.
3697
3698         * mm-util.el (mm-decompress-buffer): Merge
3699         gnus-mime-jka-compr-maybe-uncompress.
3700         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
3701         of compressed data.
3702
3703 2005-02-08  Simon Josefsson  <jas@extundo.com>
3704
3705         * imap.el (imap-log): Doc fix.
3706
3707 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3708
3709         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
3710         the coding cookies; decompress compressed parts.
3711
3712         * mml.el (mml-generate-mime-1): Add the charaset parameter according
3713         to the value which a user specified manually or the coding cookie.
3714
3715         * mm-util.el (mm-string-to-multibyte): New function.
3716         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
3717         (mm-coding-system-to-mime-charset): New function.
3718         (mm-decompress-buffer): New function.
3719         (mm-find-buffer-file-coding-system): New function.
3720
3721         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
3722         (mm-display-inline-fontify): Rewrite for decoding and decompressing
3723         parts.
3724
3725 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
3726
3727         * mm-view.el (mm-display-inline-fontify): Decode a part according
3728         to the charset parameter.
3729
3730 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
3733         prefix arg is neither nil nor a number, as info specifies.
3734
3735 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
3738         timestamps.
3739
3740 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
3741
3742         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
3743         groups error checking and notify user.
3744
3745 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
3746
3747         * message.el (message-send-mail-function): Check existence of
3748         sendmail-program first before using default value
3749         `message-send-mail-with-sendmail'.  Otherwise use more generic
3750         `smtpmail-send-it'.
3751
3752 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * nntp.el (nntp-request-update-info): Always return nil.
3755
3756 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3757
3758         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
3759
3760 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3761
3762         * message.el (message-beginning-of-line): Change the behavior when
3763         invoked between BOL and : so that it first moves backward.
3764
3765 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
3768         article buffer when editing of the article is discarded.
3769         (gnus-article-prepare): Revert.
3770
3771 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3772
3773         * gnus-art.el (gnus-article-prepare):
3774         Remove message-strip-forbidden-properties from the local hook.
3775
3776 2005-01-27  Simon Josefsson  <jas@extundo.com>
3777
3778         * password.el (password-cache-add): Only start one timer per key.
3779         Reported by Derek Atkins <warlord@MIT.EDU>.
3780
3781 2005-01-26  Steve Youngs  <steve@sxemacs.org>
3782
3783         * run-at-time.el: Removed.  It is no longer needed as
3784         timer-funcs.el in the xemacs-base package has a working version of
3785         `run-at-time'.
3786
3787         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
3788
3789         * password.el: Require timer-funcs instead of run-at-time in
3790         XEmacs.
3791         Remove `password-run-at-time' macro.
3792         (password-cache-add): Use `run-at-time' instead of
3793         `password-run-at-time'.
3794
3795         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
3796         Remove `nnheader-cancel-function-timers' alias,
3797         `cancel-function-timers' exists in XEmacs in timer-funcs.
3798
3799         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
3800         for `run-with-idle-timer'.
3801
3802         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
3803         for `run-at-time'.
3804
3805         * mm-url.el: Require timer-funcs at compile time when in XEmacs
3806         for `with-timeout'.
3807
3808         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
3809         the same as for XEmacs 21.4.
3810         No need to ignore `run-with-idle-timer', this function exists in
3811         XEmacs now in timer-funcs.el in the xemacs-base package.
3812         (dgnushack-compile): No need to delete
3813         run-at-time.el from the list of files to compile because it
3814         doesn't exist anymore.
3815
3816 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3817
3818         * mml.el (mml-generate-mime-1): Convert string into unibyte when
3819         inserting " *mml*" buffer's contents into a unibyte temp buffer.
3820
3821 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
3822
3823         * mail-source.el (mail-source-fetch-imap): Search for ^From case
3824         sensitively.
3825
3826 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
3827
3828         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
3829
3830 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
3833         which will be inserted according to the multibyteness of a buffer
3834         rather than the type of contents.  Suggested by ARISAWA Akihiro
3835         <ari@mbf.ocn.ne.jp>.
3836
3837         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
3838         of string which old xml.el may return rather than a string.
3839
3840 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
3843
3844 2005-01-16  Simon Josefsson  <jas@extundo.com>
3845
3846         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
3847         idn/idna.el isn't available.
3848         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
3849         <michael@waxrat.com>.
3850
3851         * hashcash.el: Remove non-FSF copyright header.
3852
3853         * hashcash.el (hashcash-extra-generate-parameters): New variable.
3854         (hashcash-generate-payment): Use it.
3855         (hashcash-generate-payment-async): Use it.
3856
3857 2005-01-15  Simon Josefsson  <jas@extundo.com>
3858
3859         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
3860         Suggested by Raymond Scholz <ray-2005@zonix.de>.
3861
3862         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
3863         gnus-summary-idna-message.
3864         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
3865         (gnus-summary-idna-message): New function.
3866
3867 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3868
3869         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
3870         gnus-novice-user.
3871
3872 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3873
3874         * nnrss.el (nnrss-request-delete-group): Delete entries in
3875         nnrss-group-alist as well.
3876         (nnrss-save-server-data): Insert newline.
3877
3878 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3879
3880         * gnus.el (gnus-user-agent): Use list of symbols instead of
3881         symbols.  Display full version number for (S)XEmacs.  Optionally
3882         display (S)XEmacs codename.
3883
3884         * gnus-util.el (gnus-emacs-version): Update for new
3885         `gnus-user-agent'.
3886
3887         * gnus-msg.el (gnus-extended-version): Make it possible to omit
3888         Gnus version.
3889
3890 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
3891
3892         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
3893         which is unreadable in some setups.
3894
3895 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-spec.el (gnus-update-format-specifications): Flush the
3898         group format spec cache if it doesn't support decoded group names.
3899
3900 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3901
3902         * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
3903         to apply decay on score files matching a regexp.
3904
3905 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
3908         compatibility in %g and %c.
3909
3910 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
3913         name for only %g and %c.
3914         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
3915         of gnus-tmp-group to decoded group name.
3916         (gnus-group-make-rss-group): Exclude `/'s from group names.
3917
3918 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * nnrss.el (nnrss-get-encoding): Fix regexp.
3921
3922 2004-12-27  Simon Josefsson  <jas@extundo.com>
3923
3924         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
3925         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
3926         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
3927
3928 2004-12-17  Kim F. Storm  <storm@cua.dk>
3929
3930         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
3931
3932         * gnus-sum.el (gnus-summary-mode-map): Likewise.
3933
3934 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3935
3936         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
3937
3938 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3939
3940         * nnrss.el: Require rfc2047 and mml.
3941         (nnrss-file-coding-system): New variable.
3942         (nnrss-format-string): Redefine it as an inline function.
3943         (nnrss-decode-group-name): New function.
3944         (nnrss-string-as-multibyte): Remove.
3945         (nnrss-retrieve-headers): Decode group name; don't use
3946         nnrss-format-string.
3947         (nnrss-request-group): Decode group name.
3948         (nnrss-request-article): Decode group name; allow a Message-ID as
3949         well as an article number; don't use nnrss-format-string; encode a
3950         Message-ID string which may contain non-ASCII characters; use
3951         mml-to-mime to compose a MIME article.
3952         (nnrss-request-expire-articles): Decode group name.
3953         (nnrss-request-delete-group): Decode group name.
3954         (nnrss-fetch): Clarify error message.
3955         (nnrss-read-server-data): Use insert-file-contents instead of load;
3956         bind file-name-coding-system; use multibyte buffer.
3957         (nnrss-save-server-data): Bind coding-system-for-write to the
3958         value of nnrss-file-coding-system; bind file-name-coding-system;
3959         add coding cookie.
3960         (nnrss-read-group-data): Use insert-file-contents instead of load;
3961         bind file-name-coding-system; use multibyte buffer.
3962         (nnrss-save-group-data): Bind coding-system-for-write to the
3963         value of nnrss-file-coding-system; bind file-name-coding-system.
3964         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
3965         make it work with non-ASCII text.
3966         (nnrss-find-el): Make it work with old xml.el as well.
3967
3968 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
3969
3970         * nnrss.el (nnrss-get-encoding): New function.
3971         (nnrss-fetch): Use unibyte buffer initially; bind
3972         coding-system-for-read while performing mm-url-insert; remove ^Ms;
3973         decode contents according to the encoding attribute.
3974         (nnrss-save-group-data): Add coding cookie.
3975         (nnrss-mime-encode-string): New function.
3976         (nnrss-check-group): Use it to encode subject and author.
3977
3978 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
3979
3980         * spam.el (spam-check-BBDB): don't get the symbol-value of an
3981         imaginary variable
3982
3983 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
3986         correctly even if there are wide characters.
3987
3988 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3989
3990         * spam.el (spam-check-BBDB): fix the BBDB caching code to use
3991         downcased symbol names; make a new cache instead of reusing
3992         bbdb-hashtable
3993
3994 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3997         concatenating segments rather than before concatenating them.
3998         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3999
4000         * message.el (message-get-reply-headers): Bind `extra'.
4001
4002 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4003
4004         * message.el (message-extra-wide-headers): New variable.
4005         (message-get-reply-headers): Use it.
4006
4007 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * gnus-agent.el (gnus-agent-group-path): Decode group name.
4010         (gnus-agent-group-pathname): Ditto.
4011
4012         * gnus-cache.el (gnus-cache-file-name): Decode group name.
4013
4014         * gnus-group.el (gnus-group-make-group): Decode group name.
4015         (gnus-group-make-rss-group): Register the group data after opening
4016         the nnrss group.
4017
4018 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
4019
4020         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
4021         by expiry now get marked as read.
4022
4023 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
4026
4027 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
4028
4029         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
4030         unify Latin characters in XEmacs.
4031         (mm-find-mime-charset-region): Use it.
4032
4033 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-util.el (gnus-delete-directory): New function.
4036
4037         * gnus-agent.el (gnus-agent-delete-group): Use it.
4038
4039         * gnus-cache.el (gnus-cache-delete-group): Use it.
4040
4041 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
4044         names.
4045
4046 2004-12-16  Simon Josefsson  <jas@extundo.com>
4047
4048         * hashcash.el (hashcash-payment-alist): Fix custom :type.
4049
4050 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
4053
4054         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
4055         (gnus-group-set-current-level): Decode group name.
4056
4057 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
4058
4059         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
4060         failed.
4061
4062 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4063
4064         * gnus-group.el (gnus-group-delete-group): Decode group name.
4065         (gnus-group-make-rss-group): Encode group name.
4066         (gnus-group-catchup-current): Decode group name.
4067         (gnus-group-kill-group): Decode group name.
4068
4069 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4070
4071         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
4072
4073 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4074
4075         * gnus-group.el (gnus-group-make-rss-group):
4076         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
4077
4078         * gnus-start.el (gnus-setup-news): Honor user's setting to
4079         gnus-message-archive-method.  Suggested by Lute Kamstra
4080         <lute@gnu.org>.
4081
4082 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
4083
4084         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
4085         global counterparts of the buffer-local variables.
4086
4087 2004-11-16  Romain Francoise  <romain@orebokech.com>
4088
4089         * gnus-sum.el (gnus-summary-exit): Don't clear the global
4090         counterparts of the buffer-local variables.
4091
4092 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4093
4094         * message.el (message-forbidden-properties): Fixed typo in doc
4095         string.
4096
4097 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
4098
4099         * gnus-util.el (gnus-replace-in-string): Added doc string.
4100
4101         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
4102         to avoid problems when splitting mails with many recipients.
4103
4104 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4105
4106         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
4107         pop-to-buffer, covered by the subsequent gnus-configure-windows.
4108
4109 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
4110
4111         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
4112         if there is no hashtable in memory or file modification time is
4113         newer than cached timestamp.
4114
4115 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
4116
4117         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
4118         not-matching option.
4119
4120 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
4121
4122         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
4123         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
4124         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4125         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
4126         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
4127         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
4128
4129 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * message.el (message-forward-make-body-mml): Remove headers
4132         according to message-forward-ignored-headers if a message is decoded.
4133
4134 2004-12-02  Romain Francoise  <romain@orebokech.com>
4135
4136         * message.el (message-forward-make-body-plain): Always remove
4137         headers according to message-forward-ignored-headers.
4138
4139 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4140
4141         * spam.el (spam-summary-prepare-exit): remove the
4142         gnus-summary-limit pop for now, it has problems with ham marks for
4143         me
4144
4145 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
4146
4147         * spam.el (spam-summary-prepare-exit): use gnus-summary-limit
4148         correctly
4149
4150 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
4151
4152         * format-spec.el (format-spec): Message the char.
4153
4154 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
4155
4156         * gnus-art.el (gnus-split-methods): reformat comments
4157
4158         * spam.el (spam-summary-prepare-exit): remove article limits
4159         before exiting the summary buffer
4160
4161 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * lpath.el: Remove bbdb-create-internal, bbdb-records,
4164         spam-BBDB-register-routine and spam-enter-ham-BBDB.
4165
4166         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
4167         order to silence the byte compiler.
4168
4169         * spam.el: Fix the way to silence the byte compiler, which
4170         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
4171         bbdb-search-simple, spam-BBDB-register-routine,
4172         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
4173         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
4174         spam-stat-buffer-is-spam, spam-stat-load,
4175         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
4176         spam-stat-save and spam-stat-split-fancy.
4177
4178 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
4181         which may confuse users.
4182         (canlock-password-for-verify): Ditto.
4183
4184         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
4185
4186         * gnus-art.el (gnus-emphasis-alist): Ditto.
4187
4188         * gnus-registry.el (gnus-registry-max-entries): Ditto.
4189
4190         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
4191
4192         * gnus-start.el (gnus-save-killed-list): Ditto.
4193
4194         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
4195         (gnus-sum-thread-tree-root): Ditto.
4196         (gnus-sum-thread-tree-false-root): Ditto.
4197         (gnus-sum-thread-tree-single-indent): Ditto.
4198
4199         * message.el (message-courtesy-message): Ditto.
4200         (message-archive-note): Ditto.
4201         (message-subscribed-address-file): Ditto.
4202         (message-user-fqdn): Ditto.
4203
4204         * spam-report.el (spam-report-gmane-regex): Ditto.
4205
4206         * spam.el (spam-blackhole-good-server-regex): Ditto.
4207
4208 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * mml.el (mml-preview): Widen the message buffer before copying
4211         the contents to the preview buffer; sort headers before previewing.
4212
4213         * message.el (message-hidden-headers): Fix the way to avoid a bug
4214         in the `repeat' widget in Emacs 21.3 or earlier.
4215
4216 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * message.el (message-hidden-headers): Default to "^References:".
4219         From Reiner Steib <Reiner.Steib@gmx.de>; improve customization type.
4220         (message-strip-forbidden-properties): Remove check for obsolete
4221         `message-hidden' text property, hidden headers are not accessible
4222         in the buffer anymore.  From Romain Francoise on January 11, 2004.
4223
4224 2004-11-22  Romain Francoise  <romain@orebokech.com>
4225
4226         * message.el (message-header-format-alist): Add `From' in list
4227         so that it can be sorted.
4228         (message-fix-before-sending): Widen and sort headers before
4229         sending.
4230         (message-hide-headers): Use narrowing to hide headers by moving
4231         them to the top of the buffer and narrowing to the region
4232         underneath.
4233
4234 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4235
4236         * message.el (message-strip-forbidden-properties): Bind
4237         buffer-read-only (etc) to nil.
4238
4239 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4240
4241         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
4242         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4243
4244 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
4245
4246         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
4247
4248 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4249
4250         * dns.el (query-dns): Use sit-for to time instead of
4251         accept-process-output, since that doesn't seem to work on udp
4252         sockets.
4253
4254 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4255
4256         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
4257
4258 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
4259
4260         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
4261         docstrings.
4262
4263 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * nntp.el (nntp-request-update-info): Return nil if
4266         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
4267         may not call gnus-activate-group which uselessly issues the GROUP
4268         commands for all nntp groups and wastes time.  Reported by Romain
4269         Francoise <romain@orebokech.com>.
4270
4271         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
4272
4273 2004-11-15  Simon Josefsson  <jas@extundo.com>
4274
4275         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
4276         headers separately.
4277         (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
4278         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
4279
4280 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
4281
4282         * gnus-start.el (gnus-convert-old-newsrc):
4283         Assign legacy-gnus-agent to 5.10.7.
4284
4285 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4286
4287         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
4288         start of the lines.
4289
4290 2004-11-14  Magnus Henoch  <mange@freemail.hu>
4291
4292         * hashcash.el (hashcash-default-payment): Change default to 20
4293         (hashcash-default-accept-payment): Change default to 20
4294         (hashcash-process-alist): New variable
4295         (hashcash-generate-payment-async): Add
4296         (hashcash-already-paid-p): Add
4297         (hashcash-insert-payment): Don't generate payments twice
4298         (hashcash-insert-payment-async): Add
4299         (hashcash-insert-payment-async-2): Add
4300         (hashcash-cancel-async): Add
4301         (hashcash-wait-async): Add
4302         (hashcash-processes-running-p): Add
4303         (hashcash-wait-or-cancel): Add
4304         (mail-add-payment): New optional argument.  Conditionally start
4305         asynchronous calculation.
4306         (mail-add-payment-async): Add
4307
4308         * message.el (message-send-mail): Wait for asynchronous hashcash
4309         results.  Don't clobber existing X-Hashcash headers.
4310         (message-setup-1): Call mail-add-payment-async when
4311         message-generate-hashcash is non-nil.
4312
4313 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4314
4315         * message.el (message-use-alternative-email-as-from): Examine the
4316         From header as well; use message-make-from in order to include a
4317         user's full name.
4318
4319 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
4322         default; improve customization type.
4323         (gnus-emphasis-custom-with-format): New macro.
4324         (gnus-emphasis-custom-value-to-external): New function.
4325         (gnus-emphasis-custom-value-to-internal): New function.
4326
4327 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328
4329         * dns.el (query-dns): Resolve reverse addresses.
4330
4331 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4332
4333         * gnus-group.el (gnus-group-get-new-news): Use it.
4334
4335         * gnus-start.el (gnus-check-reasonable-setup): New function.
4336
4337 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
4340         "Args out of range" error.  Reported by Arnaud Giersch
4341         <arnaud.giersch@free.fr>.
4342
4343 2004-11-07  Jesper Harder  <harder@ifa.au.dk>
4344
4345         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
4346         From Stefan Wiens <s.wi@gmx.net>.
4347
4348 2004-11-04  Richard M. Stallman  <rms@gnu.org>
4349
4350         * spam.el (spam group): Add :version.
4351
4352         * pgg-def.el (pgg group): Add :version.
4353
4354 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4355
4356         * gnus-art.el (gnus-article-edit-article): Don't associate the
4357         article buffer with a draft file.  This is a temporary measure
4358         against the 2004-08-22 change to gnus-article-edit-mode.
4359
4360 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4361
4362         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
4363         (html2text-format-tags): Remove unused variable `attr'.
4364
4365 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4366
4367         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
4368
4369         * tls.el (tls-process-connection-type, tls-success)
4370         (tls-certtool-program): Add :version.
4371
4372         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
4373         (starttls-extra-arguments, starttls-process-connection-type)
4374         (starttls-connect, starttls-failure, starttls-success):
4375
4376         * spam-stat.el (spam-stat): Add :version.
4377
4378         * sieve.el (sieve): Add :version.
4379
4380         * sha1.el (sha1): Add :version.
4381         (sha1-use-external): Remove redundant version.
4382
4383         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
4384         (nnmail-cache-ignore-groups, nnmail-spool-hook)
4385         (nnmail-split-fancy-match-partial-words)
4386         (nnmail-split-lowercase-expanded):
4387
4388         * nndiary.el (nndiary): Add :version.
4389
4390         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
4391
4392         * mml-sec.el (mml-default-sign-method)
4393         (mml-default-encrypt-method, mml-signencrypt-style-alist):
4394         Add :version.
4395
4396         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
4397
4398         * mm-url.el (mm-url-use-external, mm-url-program)
4399         (mm-url-arguments): Add :version.
4400
4401         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
4402         (mm-attachment-file-modes, mm-decrypt-option)
4403         (mm-w3m-safe-url-regexp): Add :version.
4404
4405         * message.el (message-cite-prefix-regexp)
4406         (message-sendmail-envelope-from, message-minibuffer-local-map)
4407         (message-user-fqdn, message-completion-alist): Add :version.
4408
4409         * gnus-win.el (gnus-configure-windows-hook)
4410         (gnus-use-frames-on-any-display): Add :version.
4411
4412         * gnus-art.el (gnus-article-address-banner-alist)
4413         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
4414         (gnus-treat-from-picon, gnus-treat-mail-picon)
4415         (gnus-treat-x-pgp-sig): Add :version.
4416
4417         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
4418         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
4419         (gnus-summary-article-delete-hook)
4420         (gnus-summary-display-while-building): Add :version.
4421
4422         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
4423         (gnus-get-top-new-news-hook):Add :version.
4424
4425         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4426         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
4427
4428         * gnus-registry.el (gnus-registry): Add :version.
4429
4430         * gnus-spec.el (gnus-use-correct-string-widths)
4431         (gnus-make-format-preserve-properties): Add :version.
4432
4433         * gnus.el (gnus-group-charter-alist)
4434         (gnus-group-fetch-control-use-browse-url)
4435         (gnus-install-group-spam-parameters): Add :version.
4436
4437         * gnus-diary.el (gnus-diary): Add :version.
4438
4439         * gnus-delay.el (gnus-delay): Add :version.
4440
4441         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
4442         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
4443         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
4444         Add :version.
4445
4446         * gnus-agent.el (gnus-agent-max-fetch-size)
4447         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
4448         (gnus-agent-prompt-send-queue): Add :version.
4449
4450         * deuglify.el (gnus-outlook-deuglify): Add :version.
4451
4452         * html2text.el: Beautify code.  Improve doc strings.  Some
4453         checkdoc cleanup.
4454         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
4455
4456 2004-11-01  Alfred M. Szmidt <ams@kemisten.nu>  (tiny change)
4457
4458         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
4459
4460 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
4461
4462         * gnus-registry.el (gnus-registry-hashtb): create the registry
4463         when package is loaded
4464
4465         * spam.el (spam-summary-score-preferred-header): global preference
4466         for people who want to override the default SpamAssassin over
4467         Bogofilter preference (when both are set)
4468         (spam-necessary-extra-headers): add spam-use-bogofilter as an option
4469         (spam-user-format-function-S): check spam-summary-score-preferred-header
4470         (spam-extra-header-to-number): add X-Bogosity header parsing
4471         (spam-user-format-function-S): format the score correctly
4472
4473 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
4476         signature file.  Suggested by Manoj Srivastava
4477         <srivasta@golden-gryphon.com>.
4478
4479         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
4480         iso-2022-jp even in the Japanese language environment.
4481         Suggested by Jason Rumney <jasonr@gnu.org>.
4482
4483 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
4486         use the same characters as the dummy marks; make it free from
4487         getting affected by the language environment.
4488         (gnus-summary-read-group-1): Update mark positions only when the
4489         format spec is updated.
4490
4491         * gnus-spec.el (gnus-update-format-specifications): Return a list
4492         of updated types.
4493
4494 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4495
4496         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
4497         of boundp to check if display-warning is available.
4498
4499 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
4500
4501         * nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
4502
4503 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * nnspool.el (nnspool-spool-directory): Use news-path if the
4506         news-directory variable is not bound.
4507
4508         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
4509         function instead of display-warning if it is not available.
4510
4511 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
4514         v5-10: Use `point-at-bol'.
4515
4516 2004-10-26  Simon Josefsson  <jas@extundo.com>
4517
4518         * hashcash.el: Fix URL in comment, reported by Cheng Gao
4519         <chenggao@gmail.com>.
4520
4521 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
4522
4523         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
4524         instead.
4525
4526 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
4527
4528         * nnimap.el (nnimap-remove-server-from-buffer-alist): new function
4529         to remove a server from the nnimap-server-buffer-alist
4530         (nnimap-open-connection, nnimap-close-server): use it
4531
4532         * gnus-encrypt.el: removed in favor of encrypt.el
4533
4534 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
4537         running the major-mode function.
4538
4539 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4540
4541         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
4542         dummy marks in the right way.
4543
4544 2004-10-18  David Edmondson  <dme@dme.org>
4545
4546         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
4547         excessively.
4548
4549 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
4550
4551         * gnus-util.el (gnus-split-references): accept a nil references
4552         string and go on blissfully
4553
4554         * gnus-registry.el (gnus-registry-split-fancy-with-parent): catch
4555         cases where the references string is non-nil but has no references
4556
4557         * encrypt.el: add autoload tags
4558
4559         * spam.el (spam-resolve-registrations-routine): remove article
4560         from unregistration list too.  Reported by David Hanak
4561         <dhanak@isis.vanderbilt.edu>
4562
4563 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
4564
4565         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
4566         nil.  Changed custom type.
4567
4568 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
4569
4570         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
4571
4572         * gnus-sum.el (gnus-summary-move-article): Use it.
4573
4574 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
4575
4576         * encrypt.el: add autoload cookies
4577
4578         * spam.el (spam-backend-article-list-property)
4579         (spam-backend-get-article-todo-list)
4580         (spam-backend-put-article-todo-list, )
4581         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
4582         resolve registrations separately
4583         (spam-register-routine): format comments
4584         (spam-unregister-routine, spam-register-routine): always call with
4585         specific-articles, no default list
4586         (spam-summary-prepare-exit): use the spam-classifications function
4587
4588         * netrc.el (autoload, netrc-parse): use encrypt.el instead of
4589         gnus-encrypt.el
4590
4591         * encrypt.el: copied from gnus-encrypt.el
4592
4593         * gnus-encrypt.el: commented that it's obsolete
4594
4595 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4596
4597         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
4598         (gnus-score-save): Use it.
4599
4600         * message.el (message-bury): Use `window-dedicated-p'.
4601
4602 2004-10-15  Simon Josefsson  <jas@extundo.com>
4603
4604         * pop3.el (top-level): Don't require nnheader.
4605         (pop3-read-timeout): Add.
4606         (pop3-accept-process-output): Add.
4607         (pop3-read-response, pop3-retr): Use it.
4608
4609 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
4610
4611         * spam.el (spam-register-routine): move comment
4612         (spam-verify-bogofilter): we use 'unknown for the initial
4613         spam-bogofilter-valid state, not 'never
4614
4615         * netrc.el (netrc-machine-user-or-password): convenience wrapper
4616         for netrc-machine
4617
4618         * nnimap.el (nnimap-open-connection): use
4619         netrc-machine-user-or-password
4620
4621 2004-10-17  Richard M. Stallman  <rms@gnu.org>
4622
4623         * gnus-registry.el (gnus-registry-unload-hook):
4624         Set as a variable with add-hook.
4625
4626         * nnspool.el (nnspool-spool-directory): Use news-directory instead
4627         of news-path.
4628
4629         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
4630
4631         * spam.el: Delete duplicate `provide'.
4632         (spam-unload-hook): Set as a variable with add-hook.
4633
4634 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
4635
4636         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
4637         in the doc string.
4638
4639         * message.el (message-ignored-news-headers)
4640         (message-ignored-supersedes-headers)
4641         (message-ignored-resent-headers)
4642         (message-forward-ignored-headers): Improve custom type.
4643
4644 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * message.el (message-tokenize-header): Fix 2004-09-06 change
4647         which used point-min in the wrong place.
4648
4649 2004-10-12  Simon Josefsson  <jas@extundo.com>
4650
4651         * net/tls.el (tls-certtool-program): New variable.
4652         (tls-certificate-information): New function, based on
4653         ssl-certificate-information.
4654
4655 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * compface.el: Move the version of ELisp-based uncompface program
4658         to the contrib directory because of the copyright problem.
4659
4660 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
4661
4662         * message.el (message-kill-buffer): Raise the current frame.
4663
4664 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
4665
4666         * gnus-sum.el: Mention that multibyte characters don't work as marks.
4667
4668         * gnus.el (message-y-or-n-p): Autoload.
4669
4670         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
4671         (pop3-password-required, pop3-authentication-scheme)
4672         (pop3-leave-mail-on-server): Made customizable.
4673         (pop3): New custom group.
4674         (pop3-retr): Remove `sleep-for' statements.
4675         Suggested by Dave Love <fx@gnu.org>.
4676
4677         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
4678         Windows/DOS.
4679
4680         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
4681         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
4682         Dave Love <fx@gnu.org>.
4683
4684         * mml.el (mml-minibuffer-read-disposition): Require match.
4685         Suggested by Dave Love <fx@gnu.org>.
4686
4687 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
4688
4689         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
4690         doc string.
4691
4692 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
4695
4696 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4697
4698         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
4699         instead of calling `mm-insert-inline', to decode text/* parts
4700         before displaying them.
4701
4702 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * mm-uu.el (mm-uu-text-plain-type): New variable.
4705         (mm-uu-pgp-signed-extract-1): Use it.
4706         (mm-uu-pgp-encrypted-extract-1): Use it.
4707         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
4708         bind mm-uu-text-plain-type with that value.
4709         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
4710         mm-uu-dissect.
4711
4712 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-group.el (gnus-update-group-mark-positions):
4715         * gnus-sum.el (gnus-update-summary-mark-positions):
4716         * message.el (message-check-news-body-syntax):
4717         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
4718         of string-as-multibyte.
4719
4720 2004-10-05  Juri Linkov  <juri@jurta.org>
4721
4722         * gnus-group.el (gnus-update-group-mark-positions):
4723         * gnus-sum.el (gnus-update-summary-mark-positions):
4724         * message.el (message-check-news-body-syntax):
4725         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
4726         8-bit unibyte values to a multibyte string for search functions.
4727
4728 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * mm-uu.el (mm-uu-dissect): Allow optional arg.
4731         (mm-uu-dissect-text-parts): New function.
4732
4733         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
4734         dissect text parts.
4735
4736         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
4737         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
4738
4739         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
4740
4741         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
4742         gnus-current-topics instead of gnus-current-topic.
4743
4744 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
4745
4746         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
4747
4748 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
4749
4750         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
4751         where approriate.
4752
4753         * nnml.el (nnml-generate-active-info): do.
4754
4755         * nndiary.el (nndiary-generate-active-info): do.
4756
4757         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
4758         (gnus-topic-move): do.
4759
4760         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
4761         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
4762
4763         * gnus-srvr.el (gnus-server-prepare)
4764         (gnus-server-open-all-servers): do.
4765
4766         * gnus-msg.el (gnus-summary-cancel-article)
4767         (gnus-summary-resend-message)
4768         (gnus-summary-mail-crosspost-complaint): do.
4769
4770         * gnus-move.el (gnus-change-server): do.
4771
4772         * gnus-group.el (gnus-group-unmark-all-groups)
4773         (gnus-group-set-current-level): do.
4774
4775 2004-10-04  Simon Josefsson  <jas@extundo.com>
4776
4777         * message.el (message-generate-hashcash): Doc fix.
4778
4779 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
4780
4781         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
4782         avoid infinite recursion via gnus-get-function.
4783
4784 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
4785
4786         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
4787
4788         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
4789
4790         * nnmail.el (nnmail-split-history): do.
4791
4792         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
4793         (nnml-request-delete-group): do.
4794
4795         * nnslashdot.el (nnslashdot-read-groups): do.
4796
4797         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
4798         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
4799
4800         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
4801         (nnspool-sift-nov-with-sed): Use last
4802         (nnspool-retrieve-headers-with-nov): Use mapc.
4803         (nnspool-request-newgroups): Use dolist.
4804         (nnspool-request-group): Use last.
4805
4806         * nntp.el (nntp-read-server-type): Use dolist.
4807
4808         * nnvirtual.el (nnvirtual-create-mapping)
4809         (nnvirtual-update-read-and-marked): Use dolist.
4810         (nnvirtual-convert-headers): Simplify.
4811
4812 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4813
4814         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
4815         support for sync'ing tick marks.
4816
4817 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
4820         there's no visible header.
4821
4822 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
4823
4824         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
4825         necessary, pass full group name to gnus-request-set-marks.
4826
4827 2004-10-01  Simon Josefsson  <jas@extundo.com>
4828
4829         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
4830         acroread.
4831
4832 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833
4834         * spam-report.el (spam-report-gmane): Fix interactive.
4835
4836         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
4837
4838         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
4839         when writing file.
4840         (gnus-agent-synchronize-flags): Don't default to being
4841         interactive.
4842
4843 2004-09-30  Simon Josefsson  <jas@extundo.com>
4844
4845         * message.el (message-generate-hashcash): Add.
4846         (message-send-mail): Use it, call mail-add-payment.
4847
4848 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
4849
4850         * spam.el (spam-verify-bogofilter): -V, not -sV option
4851
4852 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
4853
4854         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
4855         gnus-requst-update-info with explicit code to sync the in-memory
4856         info read flags with the marks being sync'd to the backend.
4857
4858         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
4859
4860 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4861
4862         * spam.el (spam-verify-bogofilter): new function
4863         (spam-check-bogofilter)
4864         (spam-bogofilter-register-with-bogofilter): use it
4865         (spam-verify-bogofilter): small fixes
4866
4867 2004-09-28  Simon Josefsson  <jas@extundo.com>
4868
4869         * hashcash.el (hashcash-generate-payment): Revert.
4870
4871 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4872
4873         * gnus-registry.el (gnus-registry-split-fancy-with-parent): use
4874         gnus-extract-references instead of gnus-split-references
4875
4876         * gnus-util.el (gnus-extract-references): new function, analogous
4877         to gnus-split-references but extracts only the message-ID without
4878         anything extra
4879
4880         * hashcash.el (hashcash-generate-payment)
4881         (hashcash-check-payment): do the right thing if hashcash-path is
4882         nil (because the hashcash program could not be found)
4883
4884         * spam.el (spam-use-hashcash): remove comment
4885
4886 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
4887
4888         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
4889         (gnus-cache-enter-article, gnus-cache-remove-article)
4890         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
4891
4892         * gnus-async.el (gnus-async-prefetch-remove-group): do.
4893
4894         * gnus-art.el (article-hide-boring-headers)
4895         (article-translate-strings, article-display-face)
4896         (gnus-article-mime-match-handle-first)
4897         (gnus-article-highlight-headers)
4898         (gnus-article-add-buttons-to-head): do.
4899
4900 2004-09-27  Simon Josefsson  <jas@extundo.com>
4901
4902         * hashcash.el: New version, from
4903         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
4904         ../contrib/.
4905
4906 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4907
4908         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
4909
4910 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
4911
4912         * gnus-dup.el (gnus-dup-open): Use mapc.
4913         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
4914
4915         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
4916         Reported by Stefan Wiens <s.wi@gmx.net>.
4917
4918         * gnus.el (gnus-shutdown): Use dolist.
4919
4920         * gnus-undo.el (gnus-undo): Use mapc.
4921
4922         * nnrss.el (nnrss-generate-active): do.
4923
4924         * message.el (message-cite-original-without-signature)
4925         (message-cite-original): Use mapc.
4926         (message-do-actions, message-make-forward-subject): Use dolist.
4927
4928 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4929
4930         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
4931         deletion to remove entire duplicate line.  Fixes merged article
4932         number bug.
4933
4934 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
4935
4936         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
4937         servers that are offline.  Avoids having gnus-agent-toggle-plugged
4938         first ask if you want to open a server and then, even when you
4939         responded with no, asking if you want to synchronize the server's
4940         flags.
4941         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
4942         multi-line expressions.
4943         (gnus-agent-synchronize-group-flags): New internal function.
4944         Updates marks in memory (in the info structure) AND in the
4945         backend.
4946
4947         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
4948
4949         * nnagent.el (nnagent-request-set-mark): Use
4950         gnus-agent-synchronize-group-flags, not backend's request-set-mark
4951         method, to ensure that synchronization updates marks in the
4952         backend and in the info (in memory) structure.
4953
4954 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4955
4956         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
4957         convention fully; don't miss the root article of a thread; make
4958         the X-Draft-From header with correct article numbers.
4959
4960 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
4961
4962         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
4963         unless plugged.  Disable the agent so that an open failure causes
4964         an error.
4965
4966         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
4967         Reverted 2004-09-21 change.  The backend must be opened while
4968         synchronizing flags even when the backend stores the flags
4969         locally.
4970
4971 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
4974         in `header' match.  Reported by Svend Tollak Munkejord.
4975
4976         * message.el (message-cite-original): Fix use of
4977         `message-cite-articles-with-x-no-archive'.
4978
4979 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
4982         (gnus-window-to-buffer): Ditto.
4983
4984         * mml.el (mml-preview-buffer): New variable.
4985         (mml-preview): Manage window layout with gnus-buffer-configuration.
4986
4987         * gnus-msg.el (gnus-setup-message): Put article numbers into the
4988         X-Draft-From header even if those articles aren't quoted.
4989
4990 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
4991
4992         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
4993         (gnus-request-set-mark, gnus-request-update-mark): Use new
4994         g-s-t-u-l-m to decide to use backend even when unplugged.
4995
4996 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4997
4998         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
4999         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
5000
5001 2004-09-20  Simon Josefsson  <jas@extundo.com>
5002
5003         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
5004         "utf-16-le".
5005
5006 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5007
5008         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
5009
5010 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
5011
5012         * uudecode.el (uudecode-use-external): Add :version.
5013
5014         * smime.el (smime-CA-file, smime-encrypt-cipher)
5015         (smime-dns-server): Add :version.
5016
5017         * smiley.el (gnus-smiley-file-types): Add :version.
5018
5019         * sha1.el (sha1-use-external): Add :version.
5020
5021         * pgg-def.el (pgg-query-keyserver): Add :version.
5022
5023         * nnmail.el (nnmail-fancy-expiry-targets)
5024         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
5025
5026         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
5027         (nnimap-retrieve-groups-asynchronous): Add :version.
5028         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
5029
5030         * mml.el (mml-content-disposition-parameters)
5031         (mml-insert-mime-headers-always): Add :version.
5032
5033         * mm-util.el (mm-coding-system-priorities):
5034
5035         * mm-decode.el (mm-inline-text-html-with-images)
5036         (mm-keep-viewer-alive-types, mm-external-terminal-program)
5037         (mm-verify-option): Add :version.
5038         (mm-text-html-renderer): Change :version.
5039
5040         * message.el (message-fcc-externalize-attachments)
5041         (message-required-headers, message-draft-headers)
5042         (message-subject-trailing-was-query)
5043         (message-subject-trailing-was-ask-regexp)
5044         (message-subject-trailing-was-regexp, message-mark-insert-begin)
5045         (message-mark-insert-end, message-archive-header)
5046         (message-archive-note, message-cross-post-default)
5047         (message-cross-post-note, message-followup-to-note)
5048         (message-cross-post-note-function, message-use-mail-followup-to)
5049         (message-subscribed-address-functions)
5050         (message-subscribed-address-file, message-subscribed-addresses)
5051         (message-subscribed-regexps, message-allow-no-recipients)
5052         (message-yank-cited-prefix, message-signature-insert-empty-line)
5053         (message-hidden-headers, message-hierarchical-addresses)
5054         (message-mail-user-agent, message-use-idna)
5055         (message-valid-fqdn-regexp)
5056         (message-strip-special-text-properties, message-header-synonyms)
5057         (message-beginning-of-line, message-tab-body-function): Add :version.
5058         (message-insert-canlock, message-wide-reply-confirm-recipients):
5059         Change :version.
5060
5061         * mail-source.el (mail-source-ignore-errors): Add :group, :type
5062         and :version.
5063         (mail-source-delete-old-incoming-confirm)
5064         (mail-source-movemail-program): Add :version.
5065
5066         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
5067         (gnus-agent-cache, gnus-agent): Change :version.
5068
5069         * gnus-util.el (gnus-use-byte-compile): Change :version.
5070
5071         * gnus-sum.el (gnus-summary-make-false-root-always)
5072         (gnus-summary-default-high-score)
5073         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
5074         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
5075         (gnus-read-all-available-headers, gnus-article-emulate-mime)
5076         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
5077         (gnus-sum-thread-tree-single-indent)
5078         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
5079         (gnus-sum-thread-tree-leaf-with-other)
5080         (gnus-sum-thread-tree-single-leaf): Add :version.
5081         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
5082         (gnus-article-loose-mime): Change :version.
5083
5084         * gnus-start.el (gnus-backup-startup-file)
5085         (gnus-save-startup-file-via-temp-buffer): Add :version.
5086
5087         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
5088         (gnus-server-offline-face): Add :version.
5089
5090         * gnus-score.el (gnus-adaptive-word-length-limit):
5091
5092         * gnus-msg.el (gnus-gcc-externalize-attachments)
5093         (gnus-debug-files, gnus-debug-exclude-variables)
5094         (gnus-discouraged-post-methods): Change :version.
5095         (gnus-confirm-mail-reply-to-news)
5096         (gnus-confirm-treat-mail-like-news): Add :version.
5097
5098         * gnus-int.el (gnus-server-unopen-status): Add :version.
5099
5100         * gnus-group.el (gnus-group-jump-to-group-prompt)
5101         (gnus-large-ephemeral-newsgroup)
5102         (gnus-fetch-old-ephemeral-headers): Add :version.
5103
5104         * gnus-fun.el (gnus-x-face-directory)
5105         (gnus-convert-pbm-to-x-face-command)
5106         (gnus-convert-image-to-x-face-command)
5107         (gnus-convert-image-to-face-command): Add :version.
5108
5109         * gnus-delay.el (gnus-delay-default-hour): Add :version.
5110
5111         * gnus-cite.el (gnus-cite-blank-line-after-header)
5112         (gnus-article-boring-faces):
5113
5114         * gnus-art.el (gnus-buttonized-mime-types)
5115         (gnus-inhibit-mime-unbuttonizing)
5116         (gnus-treat-display-face)
5117         (gnus-treat-body-boundary): Change :version.
5118         (gnus-body-boundary-delimiter, gnus-picon-databases)
5119         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
5120         (gnus-treat-date-english, gnus-treat-fold-headers)
5121         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
5122         (gnus-treat-mail-picon, gnus-treat-wash-html)
5123         (gnus-article-encrypt-protocol)
5124         (gnus-use-idna, gnus-article-over-scroll)
5125         (gnus-mime-display-multipart-alternative-as-mixed)
5126         (gnus-mime-display-multipart-related-as-mixed)
5127         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
5128         (gnus-ctan-url, gnus-button-ctan-handler)
5129         (gnus-button-handle-ctan-bogus-regexp)
5130         (gnus-button-ctan-directory-regexp)
5131         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
5132         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
5133         (gnus-button-man-level, gnus-button-emacs-level)
5134         (gnus-button-message-level, gnus-button-browse-level): Add :version.
5135
5136         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
5137         (gnus-agent-go-online): Change :version.
5138         (gnus-agent-expire-unagentized-dirs)
5139         (gnus-agent-auto-agentize-methods): Add :version.
5140
5141         * flow-fill.el (fill-flowed-display-column)
5142         (fill-flowed-encode-column): Add :version.
5143
5144         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5145         (gnus-outlook-deuglify-unwrap-max)
5146         (gnus-outlook-deuglify-cite-marks)
5147         (gnus-outlook-deuglify-unwrap-stop-chars)
5148         (gnus-outlook-deuglify-no-wrap-chars)
5149         (gnus-outlook-deuglify-attrib-cut-regexp)
5150         (gnus-outlook-deuglify-attrib-verb-regexp)
5151         (gnus-outlook-deuglify-attrib-end-regexp)
5152         (gnus-outlook-display-hook): Add :version.
5153
5154         * binhex.el (binhex-use-external): Add :version.
5155
5156 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
5157
5158         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
5159         and `invisible'.
5160
5161 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5162
5163         * gnus-registry.el (gnus-registry-trim): watch out for negatives
5164         in gnus-registry-trim
5165
5166 2004-09-13  Simon Josefsson  <jas@extundo.com>
5167
5168         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
5169
5170         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
5171
5172         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
5173         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5174         <yamaoka@jpl.org>.
5175         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
5176         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
5177         <yamaoka@jpl.org>.
5178
5179         * sieve.el (sieve-manage-mode): Ditto.
5180
5181 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
5182
5183         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
5184
5185 2004-09-11  Simon Josefsson  <jas@extundo.com>
5186
5187         * dns-mode.el: Add.
5188
5189         * mm-view.el (mm-display-dns-inline): Add.
5190
5191         * mm-decode.el (mm-inline-media-tests): Add text/dns.
5192         (mm-automatic-display): Ditto.
5193
5194         * mailcap.el (mailcap-mime-data): Add text/dns.
5195         (mailcap-mime-extensions): Map .soa to text/dns.
5196
5197 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
5198
5199         * gnus-art.el (article-decode-mime-words, article-babel)
5200         (gnus-article-highlight-signature, gnus-article-add-buttons)
5201         (gnus-signature-toggle): Remove unnecessary bindings of
5202         `inhibit-read-only' inherited from v5.10 merge.
5203
5204 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
5205
5206         * nntp.el (nntp): New customization group.
5207         (nntp-authinfo-file): Add customization group.
5208
5209         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
5210
5211         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
5212
5213         * gnus.el (to-address, to-list, subscribed)
5214         (large-newsgroup-initial): Ditto.
5215
5216         * flow-fill.el (fill-flowed-display-column)
5217         (fill-flowed-encode-column): Ditto.
5218
5219 2004-09-06  Stefan  <monnier@iro.umontreal.ca>
5220
5221         * message.el (message-tokenize-header, message-send-mail-with-qmail):
5222         Use point-min rather than 1.
5223         (message-send-mail): Use buffer-size rather than point-max.
5224
5225         * gnus-sum.el (gnus-summary-search-article-forward):
5226         Signal a specific `search-failed' rather than a generic `error'.
5227
5228         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
5229         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
5230         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
5231
5232 2004-09-10  Simon Josefsson  <jas@extundo.com>
5233
5234         * nndb.el (require): Remove tcp and duplicate cl.
5235
5236 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-agent.el (directory-files-and-attributes): Move forward.
5239
5240 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5241
5242         * gnus-agent.el (directory-files-and-attributes): Optionally
5243         defined to support XEmacs.
5244
5245 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
5246
5247         * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
5248         to avoid run-time CL dependencies.
5249         (gnus-agent-unfetch-articles): New function.
5250         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
5251         article numbers even when local .overview file is missing.
5252         (gnus-agent-read-article-number): New function. Only accepts
5253         27-bit article numbers.
5254         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
5255         gnus-agent-read-article-number.
5256         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
5257         from backend while recognizing that article numbers in .overview
5258         must be valid.
5259         (gnus-agent-update-files-total-fetched-for): Use
5260         directory-files-and-attributes to improve performance.
5261         * gnus-int.el (gnus-request-move-article): Use
5262         gnus-agent-unfetch-articles in place of gnus-agent-expire to
5263         improve performance.
5264
5265         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
5266         some users confused by references to .newsrc when they only have a
5267         .newsrc.eld file.
5268         (gnus-convert-mark-converter-prompt,
5269         gnus-convert-converter-needs-prompt): Fixed use of property list.
5270         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
5271         New function. Used internally to only display 'gnus converting
5272         files' message when actually necessary.
5273
5274         * gnus-sum.el (): Removed (require 'gnus-agent) as required
5275         methods now autoloaded.
5276
5277 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * gnus-sum.el (gnus-summary-insert-subject): Remove list
5280         identifiers.
5281
5282 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * gnus-picon.el: Fix indentation and closing parenthesis.
5285
5286 2004-09-01  Simon Josefsson  <jas@extundo.com>
5287
5288         * message.el (message-canlock-generate): Require sha1, not
5289         sha1-el.  (Can we get rid of this require alltogheter? It is ugly
5290         to require within a function.  Sadly, if sha1.el isn't loaded, the
5291         let binding in m-c-g will hide the defcustom definition, which is
5292         bad.)
5293
5294         * canlock.el: Require sha1, not sha1-el.
5295
5296         * message.el: Don't autoload sha1 (there is a autoload cookie in
5297         sha1.el).
5298
5299         * sha1-el.el: Renamed to sha1.el.
5300
5301 2004-08-30  Juanma Barranquero  <lektu@terra.es>
5302
5303         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
5304
5305 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5306
5307         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
5308
5309 2004-08-30  Kim F. Storm  <storm@cua.dk>
5310
5311         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
5312
5313         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
5314         Add :group 'nnimap.
5315
5316 2004-08-30  Andreas Schwab <schwab@suse.de>
5317
5318         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
5319         ?* and ?\;.
5320
5321         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
5322         and ?\' to symbol instead of whitespace.
5323
5324 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
5327
5328         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
5329         instead of re-search-forward.
5330
5331         * gnus-uu.el (gnus-uu-save-article): Ditto.
5332         (gnus-uu-post-encode-uuencode): Ditto.
5333
5334         * html2text.el (html2text-clean-list-items): Ditto.
5335         (html2text-clean-dtdd): Ditto.
5336         (html2text-format-tags): Ditto.
5337
5338         * message.el (message-send-mail-with-sendmail): Fix regexp.
5339         (message-fill-field-general): Use search-forward instead of
5340         re-search-forward.
5341         (unbold-region): Ditto.
5342
5343         * nnrss.el (nnrss-request-article): Ditto.
5344
5345         * nnslashdot.el (nnslashdot-request-article): Ditto.
5346
5347         * nnweb.el (nnweb-gmane-wash-article): Ditto.
5348
5349         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
5350         "Unrecognized menu descriptor" error in XEmacs.
5351
5352 2004-08-26  Stefan Wiens <s.wi@gmx.net>  (tiny change)
5353
5354         * gnus-sum.el (gnus-read-header): Don't remove a header for the
5355         parent article of a sparse article in the thread hashtb.
5356
5357 2004-08-26  David Hedbor <dhedbor@real.com>  (tiny change)
5358
5359         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
5360         (nnmail-expand-newtext): Lowercase expanded entries if
5361         nnmail-split-lowercase-expanded is non-nil.
5362
5363 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5364
5365         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
5366         entry.
5367
5368         * gnus-group.el (gnus-group-line-format-alist): Convert the value
5369         of gnus-tmp-news-method into string under XEmacs.  It will be
5370         passed to gnus-correct-length which takes only a string argument.
5371
5372 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * gnus-util.el (gnus-bind-print-variables): New macro.
5375         (gnus-prin1): Use it.
5376         (gnus-prin1-to-string): Use it.
5377         (gnus-pp): New function.
5378         (gnus-pp-to-string): New function.
5379
5380         * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
5381         pp-to-string with gnus-pp-to-string.
5382         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
5383         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
5384         * gnus-msg.el (gnus-debug): Ditto.
5385         * gnus-score.el (gnus-score-save): Ditto.
5386         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
5387         gnus-pp-to-string.
5388         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
5389         with gnus-pp.
5390         * score-mode.el (gnus-score-pretty-print): Ditto.
5391         * webmail.el (webmail-debug): Ditto.
5392
5393 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5394
5395         * gnus-art.el (article-display-face, article-display-x-face): Use
5396         buffer-read-only.
5397
5398 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * gnus-art.el (article-hide-list-identifiers): Bind
5401         inhibit-read-only as t.
5402
5403 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
5404
5405         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
5406
5407 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5408
5409         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
5410         (gnus-narrow-to-page): Don't assume point-min == 1.
5411         (gnus-article-edit-mode): Derive from message-mode.
5412
5413         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
5414         point-min == 1.
5415
5416         * imap.el (imap-parse-address-list, imap-parse-body-ext):
5417         Disable incorrect use of `assert'.
5418
5419         * message.el (message-mode): Set comment-start-skip.
5420
5421
5422 2004-08-22  Sam Steingold  <sds@gnu.org>
5423
5424         * pop3.el (pop3-leave-mail-on-server): New user variable.
5425         (pop3-movemail): Delete mail only when it is nil.
5426
5427 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
5428
5429         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
5430
5431         * mml.el (mml-preview): Use `pop-to-buffer'.
5432
5433         * message.el (message-goto-mail-followup-to): Insert after "To".
5434         (message-carefully-insert-headers): Add comment.
5435
5436         * gnus.el: Remove unused variable `gnus-article-check-size'.
5437
5438         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
5439
5440         * gnus-art.el (gnus-button-alist): Improve
5441         `gnus-button-handle-library' entry.
5442
5443 2004-08-19  Paul Jarc  <prj@po.cwru.edu>
5444
5445         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
5446         downcase, since XEmacs capitalizes error messages differently.
5447         From Sebastian Freundt <hroptatyr@gna.org>.
5448
5449 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
5450
5451         * nntp.el: Add (require 'gnus) due to reference to
5452         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
5453
5454 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
5455
5456         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
5457         `mm-fill-flowed'.
5458
5459         * mm-decode.el (mm-dissect-singlepart): Check it.
5460
5461 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
5464         'imap' for netrc parsing
5465
5466 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
5467
5468         * mailcap.el (mailcap-mime-data): Mark as risky.
5469
5470 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
5473         may be included in the encoded word.
5474         (rfc2047-encode): Don't append a space if the encoded word
5475         includes close parenthesis.
5476
5477 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5478
5479         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
5480         of text within parentheses.
5481
5482 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
5483
5484         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
5485         (gnus-encrypt-write-file-contents): the password key is the file
5486         name PLUS the cipher, not just the cipher.  Also remove failed
5487         passwords from the cache.
5488
5489 2004-08-06  Simon Josefsson  <jas@extundo.com>
5490
5491         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
5492         fix.
5493
5494 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
5497         LWSP.
5498
5499 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * gnus-registry.el (gnus-registry-split-fancy-with-parent): try
5502         to append in-reply-to: data to the references: header
5503
5504         * netrc.el: removed old encryption support, autoload gnus-encrypt.el
5505         (netrc-parse): use gnus-encrypt.el functions
5506
5507         * gnus-encrypt.el: new file for encryption support; currently
5508         does only a few GPG ciphers and an internal XOR cipher
5509
5510         * password.el: add comments on using password-read-and-add
5511         (password-read-and-add): new function to read and add the
5512         password to the cache at once
5513
5514 2004-07-28  Simon Josefsson  <jas@extundo.com>
5515
5516         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
5517         parameter (but don't use it, for now).
5518
5519         * imap.el (imap-ssl-open): Use imap-process-connection-type,
5520         instead of hard coding to nil.
5521
5522 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5523
5524         * mm-view.el (mm-inline-image-emacs): Open lines under an image
5525         as mm-inline-image-xemacs does.
5526
5527 2004-07-26  Simon Josefsson  <jas@extundo.com>
5528
5529         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
5530         Revert part of 2004-07-17 change below.
5531
5532 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
5535         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
5536
5537 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5538
5539         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
5540         quotes that actually start with ">" at the beginning of the
5541         lines.
5542
5543 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * rfc2047.el (rfc2047-encode-region): Fix last change.
5546         (rfc2047-encode-parameter): Remove useless concat.
5547
5548 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5549
5550         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
5551         encode special characters; fix some kind of misconfigured headers;
5552         signal a real error if debug-on-quit or debug-on-error is non-nil.
5553         (rfc2047-encode-max-chars): New variable.
5554         (rfc2047-encode-1): Use it.
5555         (rfc2047-encode-parameter): New function.
5556
5557         * mml.el (mml-insert-parameter): Remove an excessive space.
5558
5559 2004-07-17  Simon Josefsson  <jas@extundo.com>
5560
5561         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
5562         Kai Grossjohann <kai@emptydomain.de>.
5563         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
5564         (gnus-group-make-menu-bar): Ditto.
5565
5566         * gnus-util.el (gnus-group-server): Add.
5567
5568 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
5569
5570         * message.el (message-clone-locals): Clone sendmail and smtp
5571         variables.
5572
5573 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * rfc2047.el (rfc2047-encode-region): Fix last change.
5576
5577 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5578
5579         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
5580         characters as non-special.
5581
5582 2004-07-09  Simon Josefsson  <jas@extundo.com>
5583
5584         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
5585         Users will lose all flag changes made while unplugged with
5586         e.g. nntp unless flag synchronization happens, thus `nil' is not a
5587         good default.  See numerous reports on ding mailing list.
5588
5589 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
5592         add generate-head-function and generate-article-function to the
5593         rfc822-forward entry.
5594         (nndoc-rfc822-forward-generate-article): New function.
5595         (nndoc-rfc822-forward-generate-head): New function.
5596
5597         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
5598
5599 2004-07-06  Dan Christensen  <jdc@uwo.ca>
5600
5601         * gnus-sum.el (gnus-summary-read-group-1): When summary
5602         is unthreaded, respect display group parameter.
5603         (gnus-articles-to-read): Remove unused reference to
5604         display group parameter.
5605
5606 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5607
5608         * nnheader.el (nnheader-uniquify-message-id): New experimental
5609         variable.
5610         (nnheader-nov-read-message-id): Use it.
5611
5612         * spam-report.el (spam-report-gmane): Add interactive.
5613
5614 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5615
5616         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
5617         qp-or-base64 for the application/* types.
5618
5619 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
5620
5621         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
5622
5623 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
5624
5625         * gnus-registry.el (gnus-registry-trim): don't allow a negative
5626         trim value
5627
5628 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
5629
5630         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
5631         New macro and function.
5632         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
5633
5634 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
5637         after-load-alist.
5638
5639 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5640
5641         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
5642         update info that isn't there.
5643
5644 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
5645
5646         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
5647         entry.
5648
5649 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * mm-view.el (mm-inline-render-with-function): Use multibyte
5652         buffer; decode html source by charset.
5653
5654         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
5655
5656         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
5657         Mule-UCS is loaded under XEmacs.
5658         (mm-mime-mule-charset-alist): Avoid duplicated entries.
5659
5660 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
5661
5662         * nnheader.el (nnheader-max-head-length): Increase to 8192.
5663
5664 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5665
5666         * mm-util.el (mm-coding-system-p): Return a coding-system.
5667         (mm-mime-mule-charset-alist): Use shift_jis instead of
5668         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
5669         entries for the mime charsets iso-2022-jp-3 and shift_jis.
5670         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
5671         instead of japanese-shift-jis and iso-latin-1 respectively in
5672         order to share the default value with both Emacs and XEmacs-mule.
5673         (mm-mule-charset-to-mime-charset): Make
5674         mm-coding-system-priorities effective.
5675         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
5676         while predicating of candidates upon the priorities.
5677
5678 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
5679
5680         * gnus-sum.el (gnus-summary-make-menu-bar): Add
5681         gnus-uu-invert-processable.
5682
5683         * gnus.el: Autoload gnus-uu-invert-processable.
5684
5685 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * mm-util.el (mm-with-multibyte-buffer): New macro.
5688
5689         * rfc2047.el (rfc2047-encode-string): Use it.
5690         (rfc2047-encode-region): Move point to the end of the region after
5691         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
5692
5693 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
5696         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
5697
5698 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
5701         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
5702         Karl Chen <quarl@nospam.quarl.org>.
5703
5704 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
5705
5706         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
5707         invalid addresses.
5708
5709 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
5710
5711         * spam.el: section markers changed, TODO list revised
5712         (spam-backends): new master list of all installed backends
5713         (spam-summary-exit-behavior): new variable to determine how
5714         messages moves are done at summary exit
5715         (spam-move-spam-nonspam-groups-only)
5716         (spam-process-ham-in-nonham-groups)
5717         (spam-process-ham-in-spam-groups): variables removed, the
5718         spam-summary-exit-behavior variable should be used to manage this
5719         behavior
5720         (spam-old-ham-articles, spam-old-spam-articles): removed
5721         (spam-old-articles): new variable, replacing spam-old-ham-articles
5722         and spam-old-spam-articles
5723         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
5724         empty variables, placeholders for the backends they represent
5725         (spam-set-difference): moved, unchanged
5726         (spam-list-of-processors): variable OBSOLETE, not used anymore
5727         unless the user has a processor variable
5728         (spam-classifications, spam-classification-valid-p)
5729         (spam-backend-properties, spam-backend-property-valid-p)
5730         (spam-backend-function-type-valid-p)
5731         (spam-process-type-valid-p, spam-list-articles): helper functions
5732         (spam-report-articles-gmane, spam-report-articles-resend):
5733         functions removed, they are not needed
5734         (spam-install-backend-super, spam-backend-list)
5735         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
5736         (spam-backend-function, spam-backend-ham-registration-function)
5737         (spam-backend-spam-registration-function)
5738         (spam-backend-ham-unregistration-function)
5739         (spam-backend-spam-unregistration-function)
5740         (spam-backend-statistical-p, spam-backend-mover-p)
5741         (spam-install-backend-alias, spam-install-checkonly-backend)
5742         (spam-install-mover-backend, spam-install-nocheck-backend)
5743         (spam-install-backend, spam-install-statistical-backend)
5744         (spam-install-statistical-checkonly-backend): backend installation
5745         support
5746         (spam-summary-prepare-exit): rewritten to use the new backend code
5747         (spam-group-processor-p): use the new backend code and respect the
5748         summary exit behavior
5749         (spam-mark-spam-as-expired-and-move-routine): removed
5750         (spam-summary-prepare): changed to use the new spam-old-articles
5751         variable
5752         (spam-copy-or-move-routine, spam-copy-spam-routine)
5753         (spam-move-spam-routine, spam-copy-ham-routine)
5754         (spam-move-ham-routine): new code to copy/move ham or spam
5755         (spam-fetch-field-fast): doc and code improved, plus it allows the
5756         'number request
5757         (spam-list-of-checks, spam-list-of-statistical-checks): variables
5758         removed, no longer used
5759         (spam-split, spam-find-spam): use the new backend code
5760         (spam-registration-functions): variable removed, no longer used
5761         (spam-unregister-routine): convenience wrapper
5762         (spam-log-undo-registration, spam-register-routine)
5763         (spam-log-processing-to-registry)
5764         (spam-log-unregistration-needed-p): renamed "check" to "backend"
5765         where possible
5766         (spam-check-gmane-xref, spam-check-regex-headers)
5767         (spam-check-blackholes, spam-check-stat, spam-check-ifile, spam-check-BBDB)
5768         (spam-check-whitelist, spam-check-blacklist)
5769         (spam-check-bogofilter-headers, spam-check-spamoracle)
5770         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
5771         (spam-check-crm114-headers): use the spam-split-group that
5772         spam-split prepares, no need to determine it every time
5773
5774         * nnimap.el (nnimap-retrieve-headers-progress): add the message number to
5775         the nnheader-parse-naked-head call
5776
5777         * nnheader.el (nnheader-generate-fake-message-id): fix indentation
5778
5779         * gnus-sum.el (gnus-nov-parse-line): add the message number to
5780         the nnheader-nov-read-message-id call
5781
5782 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
5785         gnus-activate-group twice.  Suggested by Markus Peter
5786         <warp@spin.de>.
5787
5788 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * gnus-art.el (gnus-article-time-format): Exchange the order of
5791         day and month in the default value; fix customization type.
5792         (article-date-ut): Use add-text-properties.
5793         (article-make-date-line): Use message-make-date instead of
5794         current-time-string.
5795
5796         * message.el (message-fetch-field): Don't use set-text-properties.
5797         (message-make-date): Simplify.
5798
5799         * messagexmas.el (message-xmas-make-date): New function.
5800         (message-xmas-redefine): Defalias message-make-date to it.
5801
5802 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
5805         (rfc2047-encode-region): Treat text within parentheses as special;
5806         show the original text when error has occurred.
5807
5808         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
5809         already-computed method to gnus-activate-group.
5810
5811         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
5812         same select-methods identical Lisp objects.
5813
5814         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
5815         object when modifying the info.
5816
5817 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5818
5819         * gnus-srvr.el (gnus-server-set-info): Remove the server from
5820         gnus-opened-servers since it has never been opened with the new
5821         configuration yet.
5822
5823 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5824
5825         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
5826         arg to nnheader-generate-fake-message-id.
5827
5828 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
5829
5830         * nnheader.el (nnheader-generate-fake-message-id): accept a
5831         number and build a fake message ID localized to a group and
5832         article number (so it's repeatable from that point on)
5833         (nnheader-fake-message-id-p): change regex to accomodate new fake
5834         ID format
5835
5836         * gnus-sum.el (gnus-get-newsgroup-headers): call
5837         nnheader-generate-fake-message-id with the article number
5838
5839 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
5840
5841         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
5842         end-of-buffer.
5843
5844 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5845
5846         * message.el (message-ignored-supersedes-headers): Add Approved.
5847
5848 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * rfc2047.el (rfc2047-encode-message-header): Remove useless
5851         goto-char.
5852         (rfc2047-encode): Fold the line before encoding.
5853
5854 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5855
5856         * rfc2047.el (rfc2047-encode-message-header): Disabled header
5857         folding -- not all headers can be folded, and this should be done
5858         by the message composition mode.  Probably.  I think.
5859
5860 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
5863         fast.
5864
5865         * gnus-ems.el (gnus-remove-image): Don't use
5866         message-text-with-property; remove only the image found first.
5867
5868         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
5869         found first.
5870
5871 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
5872
5873         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
5874
5875 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5876
5877         * message.el (message-text-with-property): Make it fast and accept
5878         optional arguments.
5879         (message-strip-forbidden-properties): Use it.
5880         (message-fix-before-sending): Follow the m-t-w-p change.
5881
5882         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
5883
5884 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * gnus-art.el (article-hide-headers): Don't change the buffer
5887         mistakenly when performing mml-preview even if
5888         gnus-single-article-buffer is nil.
5889
5890 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
5891
5892         * message.el (message-expand-name-databases): New user option.
5893         (message-expand-name): Use it.
5894
5895 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
5896
5897         * spam.el (spam-report-articles-resend)
5898         (spam-report-resend-register-routine): allow ham reporting
5899         (spam-report-resend-register-ham-routine): simple wrapper
5900         (spam-registration-functions): add ham resending functions
5901         (spam-list-of-processors): add ham resend processor
5902
5903         * gnus.el (ham-resend-to): new group parameter
5904         (spam-process): add ham resend option
5905
5906         * spam-report.el (spam-report-resend): allow reporting ham
5907         (spam-report-resend-ham): simple wrapper
5908
5909 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5910
5911         * message.el (message-cite-articles-with-x-no-archive): New
5912         variable.
5913         (message-cite-original): Use it.
5914
5915 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5916
5917         * message.el (message-cite-original): Respect X-No-Archive.
5918
5919 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-art.el (article-hide-headers): Refer to the values for
5922         gnus-ignored-headers and gnus-visible-headers in the summary
5923         buffer since a user may have set them as group parameters.
5924
5925 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
5926
5927         * assistant.el (assistant-node-name): new convenience function
5928         (assistant-render-text, assistant-render-node): error handling,
5929         plus handle multiple next nodes
5930         (assistant-find-next-node): commented out for now
5931         (assistant-find-next-nodes): new function, returns list of next
5932         nodes
5933
5934 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
5935
5936         * mail-source.el (mail-source-directory): Fix doc-string.
5937
5938 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
5939
5940         * assistant.el (assistant-render-text, assistant-eval): add :set
5941         widget type, which is different because it takes and returns a
5942         list.  Much hilarity ensues.
5943
5944 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
5945
5946         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
5947
5948         * gnus-group.el (gnus-group-get-new-news-this-group): Added
5949         doc-string.
5950
5951         * gnus-start.el (gnus-activate-group): Added doc-string.
5952
5953 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
5956
5957 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
5958
5959         * assistant.el (assistant-render-text): trying to add a :set
5960         widget, more to come...
5961
5962         * spam.el (spam-group-spam-contents-p): handle empty groupname
5963         strings
5964         (spam-report-articles-resend)
5965         (spam-register-routine): do registration iff any articles warrant
5966         it.
5967         (spam-summary-prepare-exit): changed log message for nil group
5968         destinations
5969
5970 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
5971
5972         * spam.el (spam-report-resend-register-routine): allow
5973         spam-report-resend-to to be a group parameter or a global value
5974
5975 2004-05-26  Simon Josefsson  <jas@extundo.com>
5976
5977         * starttls.el: Merge with my GNUTLS based starttls.el.
5978         (starttls-gnutls-program, starttls-use-gnutls)
5979         (starttls-extra-arguments, starttls-process-connection-type)
5980         (starttls-connect, starttls-failure, starttls-success): New
5981         variables.
5982         (starttls-program, starttls-extra-args): Doc fix.
5983         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
5984         functions.
5985         (starttls-negotiate, starttls-open-stream): Check
5986         `starttls-use-gnutls' and pass on to corresponding *-gnutls
5987         function if it is set.
5988
5989 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
5992         structured fields.
5993
5994 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5995
5996         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
5997
5998 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
5999
6000         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): New
6001         variable.
6002         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
6003         assigning the spam-mark to new messages.
6004
6005 2004-05-26  Adam Sj\e,Ax\e(Bgren  <asjo@koldfront.dk>  (tiny change)
6006
6007         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
6008
6009 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6010
6011         * dgnushack.el: Autoload customize-set-variable for XEmacs.
6012
6013         * rfc2047.el (rfc2047-encodable-p): Don't move point.
6014         (rfc2047-decode): Treat the ascii coding-system as raw-text by
6015         default.
6016
6017 2004-05-25  Anand Mitra <mitramc@yahoo.com>  (tiny change)
6018
6019         * gnus-sum.el (gnus-summary-delete-article): invoke hook with
6020         correct data.
6021
6022 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
6023
6024         * spam.el (spam-list-of-processors): use nil for nonexistent processors
6025         (spam-group-processor-p): fixed function so it works properly
6026         (spam-group-processor-multiple-p)
6027         (spam-group-spam-processor-report-gmane-p)
6028         (spam-group-spam-processor-report-resend-p)
6029         (spam-group-spam-processor-bogofilter-p)
6030         (spam-group-spam-processor-blacklist-p)
6031         (spam-group-spam-processor-ifile-p)
6032         (spam-group-ham-processor-ifile-p)
6033         (spam-group-spam-processor-spamoracle-p)
6034         (spam-group-spam-processor-crm114-p)
6035         (spam-group-ham-processor-bogofilter-p)
6036         (spam-group-spam-processor-stat-p)
6037         (spam-group-ham-processor-stat-p)
6038         (spam-group-ham-processor-whitelist-p)
6039         (spam-group-ham-processor-BBDB-p)
6040         (spam-group-ham-processor-spamoracle-p)
6041         (spam-group-ham-processor-copy-p): functions removed with some
6042         prejudice against unneeded code
6043         (spam-report-articles-resend)
6044         (spam-report-resend-register-routine): allow the group/topic
6045         spam-resend-to value to override spam-report-resend-to
6046         (spam-summary-prepare-exit): invoke spam-group-processor-p
6047         properly now
6048
6049         * spam-report.el (spam-report-resend-to, spam-report-resend):
6050         start with resend-to set to nil, and then ask the user if
6051         necessary.  From Daniel Pittman <daniel@rimspace.net>.
6052
6053         * gnus.el (spam-resend-to): new group/topic parameter
6054         (spam-process): move the OBSOLETE processors to the end of the
6055         choices.
6056
6057         * spam-report.el (spam-report-resend): spam-report-resend takes a
6058         list of articles, not separate article numbers.  From Daniel
6059         Pittman <daniel@rimspace.net>.
6060
6061 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6062
6063         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
6064         addition to emacs-w3m.
6065
6066 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6067
6068         * assistant.el (assistant-authinfo-data): New function.
6069         (assistant-eval): Eval for entire assistant.
6070
6071         * netrc.el (netrc-services-file): New variable.
6072         (netrc-parse-services): New function.
6073         (netrc-find-service-name): New function.
6074         (netrc-find-service-number): New function.
6075         (netrc-port-equal): New function.
6076         (netrc-machine): Use it.
6077
6078         * nnimap.el (nnimap-open-connection): Use netrc.
6079
6080         * gnus-util.el (gnus-netrc-get): Remove aliases.
6081
6082         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
6083
6084         * assistant.el (wid-edit): Fix compilation.
6085
6086         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
6087
6088 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
6089
6090         * gnus-util.el (gnus-set-file-modes): New function.  (small
6091         patch).
6092
6093 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
6096
6097         * assistant.el (assistant-render-node): Fix up rendering and
6098         read-only text.
6099         (assistant-render-node): Reset.
6100         (assistant-make-read-only): Not sticky.
6101
6102 2004-05-20  Danny Siu  <dsiu@adobe.com>
6103
6104         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
6105         centered even when gnus-auto-center-summary is t
6106
6107 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6108
6109         * dns.el (dns-get-txt-answer): New function.
6110         (dns-read-txt): Ditto.
6111         (query-dns): Use it.
6112
6113 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
6116         active for foreign groups even if the group level is higher than
6117         the specified value.
6118
6119 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6120
6121         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
6122         non-active groups.
6123
6124         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
6125
6126 2004-05-20  Magnus Henoch  <mange@freemail.hu>
6127
6128         * dns.el (dns-read-type): Add support for SVR.  (small patch)
6129
6130 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6131
6132         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
6133         (spam-crm114-header, spam-crm114-spam-switch)
6134         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
6135         (spam-crm114-positive-spam-header)
6136         (spam-crm114-database-directory, spam-list-of-processors)
6137         (spam-group-spam-processor-crm114-p)
6138         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
6139         (spam-generic-score, spam-list-of-checks)
6140         (spam-list-of-statistical-checks, spam-registration-functions)
6141         (spam-check-crm114-headers, spam-crm114-score)
6142         (spam-check-crm114, spam-crm114-register-with-crm114)
6143         (spam-crm114-register-spam-routine)
6144         (spam-crm114-unregister-spam-routine)
6145         (spam-crm114-register-ham-routine)
6146         (spam-crm114-unregister-ham-routine): add CRM114 support.  From
6147         asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
6148
6149         * gnus.el: added spam-use-crm114
6150
6151         * spam.el (spam-list-of-processors, spam-registration-functions):
6152         add spam-use-resend
6153         (spam-group-spam-processor-report-resend-p): utility wrapper
6154         (spam-report-articles-gmane): doc fix
6155         (spam-report-articles-resend,
6156         spam-report-resend-register-routine): wrappers around
6157         spam-report-resend-to
6158
6159         * spam-report.el (spam-report-resend-to, spam-report-resend):
6160         support for resending spam
6161         (spam-report-gmane): line length >80 fix
6162
6163         * gnus.el (spam-process): add spam-use-resend
6164
6165 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6166
6167         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
6168         number of processed spam messages.
6169         (spam-ham-copy-or-move-routine): Return the number of processed
6170         ham messages.
6171         (spam-summary-prepare-exit): Use the above values to decide
6172         whether status messages shouled be displayed.
6173
6174 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
6177         `rfc2047-encoding-function-alist' in order to avoid conflicting
6178         with the old version.
6179         (rfc2047-encode-region): Concatenate words containing non-ASCII
6180         characters in structured fields; don't encode space-delimited
6181         ASCII words even in unstructured fields; don't break words at
6182         char-category boundaries.
6183         (rfc2047-encode-1): New function.
6184         (rfc2047-encode): Use it; encode text so that it occupies the
6185         maximum width within 76-column; work correctly on Q encoding for
6186         iso-2022-* charsets.
6187         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
6188         sure not to break a line just after the header name.
6189         (rfc2047-b-encode-region): Removed.
6190         (rfc2047-b-encode-string): New function.
6191         (rfc2047-q-encode-region): Removed.
6192         (rfc2047-q-encode-string): New function.
6193
6194         * mm-util.el (mm-replace-in-string): New function.
6195
6196 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6197
6198         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
6199         get it right.
6200         (gnus-inews-make-draft): Really.
6201
6202 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
6203
6204         * nnmh.el (nnmh-request-list-1): Don't check the link count
6205         before descending.  (small patch)
6206
6207 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6208
6209         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
6210         stuff.
6211
6212         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
6213         on real group name.
6214
6215         * gnus-art.el (gnus-signature-limit): Doc fix.
6216
6217         * gnus-msg.el (gnus-inews-make-draft): Quote list.
6218
6219         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
6220
6221 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
6222
6223         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
6224         isn't a string.
6225
6226 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * gnus-draft.el (gnus-draft-send): Bind
6229         rfc2047-encode-encoded-words.
6230
6231         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
6232         (rfc2047-encodable-p): Say that =? needs encoding.
6233         (rfc2047-encode-encoded-words): New variable.
6234
6235         * gnus-group.el (gnus-group-select-group): Doc fix.
6236
6237         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
6238
6239         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
6240         to nil.
6241
6242         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
6243
6244         * nnheader.el (nnheader-get-lines-and-char): New function.
6245
6246 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
6247
6248         * gnus-msg.el (gnus-summary-followup-with-original): Document
6249         yanking of region when active.
6250
6251 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
6254         groups if the group level is higher than the specified value.
6255
6256 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
6259         (gnus-group-jump-to-group): Added prefix argument using
6260         `gnus-group-jump-to-group-prompt'.  Query before jumping to
6261         non-active group.
6262
6263         * compface.el (uncompface): Be verbose when changing
6264         `uncompface-use-external'.
6265
6266         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
6267         handle manual section.
6268
6269 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6270
6271         * gnus-art.el (gnus-button-alist): Revert previous change.
6272
6273 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6274
6275         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
6276
6277 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6278
6279         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
6280         whether backend can accept message.
6281
6282         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
6283
6284 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
6285
6286         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
6287         Avoid creating directory when nntp-marks-is-evil is true.
6288         Reported by Reiner Steib.
6289
6290 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * gnus-picon.el (gnus-picon-style): New variable.
6293         (gnus-picon-insert-glyph): Added optional `nostring' argument.
6294         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
6295         Jesper Harder <harder@ifa.au.dk>.
6296
6297 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6298
6299         * message.el (message-fill-field): Return point.
6300         (message-generate-headers): Go to end of field.
6301
6302         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
6303         stuff for non-living groups.
6304
6305 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
6306
6307         * gnus-art.el (gnus-article-followup-with-original)
6308         (gnus-article-reply-with-original): gnus-mark-active-p ->
6309         gnus-region-active-p.
6310
6311 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
6312
6313         * spam.el (spam-summary-prepare-exit): fix messages, so they show
6314         only when there is spam or ham to be processed
6315
6316 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6317
6318         * mail-source.el (mail-source-delete-crash-box): Refactor.
6319         (mail-source-fetch): Use it.
6320         (mail-source-fetch-file): Ditto.
6321         (mail-source-fetch-directory): Run postscript in loop.
6322         (mail-source-fetch-pop): Delete.
6323         (mail-source-fetch-maildir): Ditto.
6324         (mail-source-fetch-imap): Ditto.
6325
6326         * imap.el (imap-authenticators): Comment out sasl.
6327
6328         * message.el (message-skip-to-next-address): New function.
6329         (message-fill-header-address): Refactor.
6330         (message-fill-address): Use it.
6331         (message-delete-address): Use it.
6332         (message-fill-header-general): Refactor.
6333         (message-fill-field-address): Rename.
6334         (message-narrow-to-field): Find the start of the header.
6335         (message-header-format-alist): Don't pre-fill.
6336         (message-fill-header): Removed.
6337         (message-insert-header): New function.
6338         (message-shorten-references): Use it.
6339
6340         * rfc2047.el (rfc2047-field-value): Strip props.
6341
6342         * mail-parse.el (mail-header-make-address): New alias.
6343
6344         * ietf-drums.el (ietf-drums-make-address): New function.
6345
6346         * imap.el: Add compiler directives.
6347
6348         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
6349
6350         * gnus-art.el (article-decode-idna-rhs): Don't use
6351         message-idna-inside-rhs-p.
6352
6353 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354
6355         * message.el (message-idna-inside-rhs-p): Removed.
6356         (message-idna-to-ascii-rhs-1): Use proper address parsing.
6357
6358         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
6359         false positives.
6360
6361 2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
6362
6363         * imap.el (imap-sasl-make-mechanisms): Use sasl.
6364
6365 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6366
6367         * nneething.el (nneething-file-name): Don't create spurions
6368         files.
6369
6370         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
6371         (gnus-inews-do-gcc): Remove sleep.
6372
6373         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
6374         part under point.
6375
6376         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
6377         (gnus-agent-regenerate-group): Using nil messages aren't valid.
6378
6379 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
6380
6381         * spam.el (spam-summary-prepare-exit): oops, forgot (length)
6382
6383 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6384
6385         * spam.el (spam-summary-prepare-exit): only produce "marking spam
6386         as expired without moving it" message when there are spam
6387         messages left
6388
6389 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
6390
6391         * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail
6392         header is not nil.
6393
6394 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
6395
6396         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
6397         nntp-possibly-create-directory, not nntp-possibly-change-group.
6398         (nntp-marks-changed-p): New arg SERVER.
6399         (nntp-request-update-info): Adjust caller.
6400
6401 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
6402
6403         * nntp.el (nntp-save-marks): Pass missing arg.
6404
6405 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
6406
6407         * nntp.el: Support marks.
6408         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
6409         (nntp-marks-modtime, nntp-marks-directory): New variables.
6410         (nntp-request-set-mark, nntp-request-update-info)
6411         (nntp-possibly-create-directory, nntp-marks-changed-p)
6412         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
6413         functions.
6414
6415 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
6416
6417         * gnus-xmas.el (gnus-xmas-select-lowest-window)
6418         (gnus-xmas-redefine): Rename.
6419
6420         * gnus-score.el (gnus-score-insert-help): Use
6421         gnus-select-lowest-window.
6422
6423         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
6424         appt-select-lowest-window and rename to gnus-select-lowest-window.
6425
6426         * gnus.el: do.
6427
6428 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6429
6430         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
6431         encodings of MIME-encoded words, in order to improve
6432         interoperability with several broken MUAs.
6433
6434 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6435
6436         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
6437         tags, only when charsets are not specified in headers.
6438         (mm-inline-text-html-render-with-w3m): Ditto.
6439
6440         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
6441         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
6442
6443 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6444
6445         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
6446         instead of MIME-decoded from fields when checking
6447         `gnus-article-address-banner-alist'.
6448
6449 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
6450
6451         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
6452         description rather than subject.
6453
6454 2004-05-02  Steve Youngs  <steve@youngs.au.com>
6455
6456         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
6457
6458 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6459
6460         * gnus.el (gnus-version-number): Bump.
6461
6462 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
6463
6464         * gnus.el: No Gnus v0.2 is released.
6465
6466 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * gnus-agent.el (gnus-agent-read-agentview): Inline
6469         gnus-uncompress-range.
6470
6471 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6472
6473         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
6474         `exec-installed-p'.
6475
6476 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6477
6478         * gnus.el (spam-process, spam-autodetect-methods): Add
6479         bsfilter and bsfilter-headers.
6480
6481         * spam.el (spam-bsfilter): New customize group.
6482         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
6483         (spam-bsfilter-header, spam-bsfilter-probability-header)
6484         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
6485         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
6486         (spam-bsfilter-database-directory): New options.
6487         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
6488         (spam-list-of-statistical-checks, spam-registration-functions):
6489         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
6490         (spam-bsfilter-score): New command.
6491         (spam-check-bsfilter-headers, spam-check-bsfilter)
6492         (spam-bsfilter-register-with-bsfilter)
6493         (spam-bsfilter-register-spam-routine)
6494         (spam-bsfilter-unregister-spam-routine)
6495         (spam-bsfilter-register-ham-routine)
6496         (spam-bsfilter-unregister-ham-routine): New functions.
6497         (spam-generic-score): Support bsfilter; Accept an optional argument
6498         to recalcurate spam score even if scoring header has already been
6499         added.
6500         (spam-bogofilter-score, spam-spamassassin-score): Accept an
6501         optional argument to recalcurate spam score even if scoring header
6502         has already been added.
6503
6504 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
6505
6506         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
6507         strings!  Reported by David D. Smith <davidsmith@acm.org>.
6508         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
6509         link is missing.
6510
6511 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
6512
6513         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
6514         (html2text-get-attr): Rewrite.
6515
6516         * message.el (message-setup-1): Remove redundant put-text-property
6517         on mail-header-separator.
6518
6519 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
6520
6521         * gnus-registry.el (gnus-registry-cache-whitespace)
6522         (gnus-registry-action, gnus-registry-spool-action)
6523         (gnus-registry-split-fancy-with-parent): changed message levels
6524         from 5 to 3 or 7, as needed
6525
6526         * spam.el (spam-summary-prepare-exit)
6527         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
6528         (spam-split, spam-find-spam, spam-log-undo-registration)
6529         (spam-check-blackholes, spam-enter-ham-BBDB): changed message
6530         level from 5 to 6
6531
6532 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-ems.el: Autoload appt-select-lowest-window (revert
6535         2004-03-04 change).
6536
6537 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
6538
6539         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
6540         Use mapc when appropriate.
6541
6542         * sieve-manage.el (sieve-manage-open): do.
6543
6544         * nnweb.el (nnweb-insert-html): do.
6545
6546         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
6547         (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
6548
6549         * nnspool.el (nnspool-request-group): do.
6550
6551         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
6552         do.
6553
6554         * nnml.el (nnml-request-update-info): do.
6555
6556         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
6557         (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
6558
6559         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
6560         (nnimap-request-set-mark): do.
6561
6562         * nnfolder.el (nnfolder-request-update-info): do.
6563
6564         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
6565         do.
6566
6567         * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
6568
6569         * gnus-uu.el (gnus-uu-find-articles-matching): do.
6570
6571         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
6572         do.
6573
6574         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
6575         do.
6576
6577         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
6578
6579         * gnus-nocem.el (gnus-nocem-scan-groups): do.
6580
6581         * gnus-int.el (gnus-start-news-server): do.
6582
6583         * gnus-group.el (gnus-group-make-kiboze-group)
6584         (gnus-group-browse-foreign-server): do.
6585
6586 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
6587
6588         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
6589         Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
6590         <shields@msrl.com>:
6591
6592         * spam.el (spam-necessary-extra-headers): get the extra headers we
6593         may need for spam sorting and scoring
6594         (spam-user-format-function-S): a user format function suitable for
6595         general use
6596         (spam-article-sort-by-spam-status): sorting function for summary
6597         sorting
6598         (spam-extra-header-to-number): get a score from a header
6599         (spam-summary-score): get a numeric score from the headers
6600         (spam-generic-score): oops, function doc in wrong place
6601         (spam-initialize): take symbols when it's run, and install the
6602         extra headers that spam-necessary-extra-headers thinks we need
6603
6604 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6605
6606         * spam.el (spam-summary-prepare-exit): logic and message fix.
6607         Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
6608
6609 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
6610
6611         * gnus-sum.el (gnus-set-global-variables)
6612         (gnus-build-all-threads, gnus-get-newsgroup-headers)
6613         (gnus-article-get-xrefs, gnus-summary-best-group)
6614         (gnus-summary-next-article, gnus-summary-enter-digest-group)
6615         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
6616         (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
6617         with-current-buffer.
6618
6619 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
6620
6621         * spam.el (spam-summary-prepare-exit): simplified logic
6622         (spam-fetch-article-header): read the article header if it's not
6623         available
6624         (spam-list-articles): simplified logic
6625         (spam-filelist-register-routine): found bug with unregister-list
6626
6627         * gnus-registry.el: clarified comments at beginning
6628
6629 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
6630
6631         * message.el (message-cater-to-broken-inn): Remove.
6632         (message-shorten-references): Make sure the total folded length of
6633         References is shorter than 998 characters to cater to a bug in INN
6634         2.3.  Also, don't pretend that references aren't folded -- this
6635         hasn't worked for a while.
6636
6637 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6638
6639         * gnus-agent.el (gnus-agentize):
6640         gnus-agent-send-mail-real-function no longer set to current value
6641         of message-send-mail-function but rather a lambda that calls
6642         message-send-mail-function.  The change makes the agent real-time
6643         responsive to user changes to message-send-mail-function.
6644
6645 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6646
6647         * legacy-gnus-agent.el
6648         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
6649         help from Florian Weimer <fw@deneb.enyo.de>
6650
6651 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * nnmail.el (nnmail-cache-insert): Revert last change.
6654
6655 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6656
6657         * nnmail.el (nnmail-cache-insert): Always check whether
6658         nnmail-cache-ignore-groups matches a group name.
6659
6660 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
6661
6662         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
6663         (spam-find-spam, spam-log-processing-to-registry)
6664         (spam-log-registered-p, spam-log-unregistration-needed-p)
6665         (spam-log-undo-registration): use gnus-message instead of
6666         gnus-error, none of these errors are fatal
6667
6668         * gnus-registry.el (gnus-registry-clean-empty-function)
6669         (gnus-registry-clean-empty): remove only empty entries without
6670         extra data
6671
6672 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
6673
6674         * spam-stat.el (spam-stat-buffer-change-to-spam)
6675         (spam-stat-buffer-change-to-non-spam): change (error) to
6676         (gnus-message 8) invocation
6677
6678 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * nntp.el (nntp-via-netcat-command): New variable.
6681         (nntp-via-netcat-switches): New variable.
6682         (nntp-open-via-rlogin-and-netcat): New function.
6683         (nntp-open-connection-function): Doc fix.
6684         (nntp-telnet-command): Doc fix.
6685         (nntp-end-of-line): Doc fix.
6686         (nntp-via-rlogin-command): Doc fix.
6687         (nntp-via-user-name): Doc fix.
6688         (nntp-via-address): Doc fix.
6689
6690 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6691
6692         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
6693         error in Emacs 21.1.
6694
6695 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
6696
6697         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
6698
6699 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6700         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
6701         (gnus-agent-with-refreshed-group): New macro.
6702         (gnus-agent-rename-group): New function.
6703         (gnus-agent-delete-group): New function.
6704         (gnus-agent-save-group-info): Use gnus-command-method when
6705         `method' parameter is nil.  Don't write nil entries into the
6706         active file.
6707         (gnus-agent-get-group-info): New function.
6708         (gnus-agent-fetch-articles): Use
6709         gnus-agent-update-files-total-fetched-for to increment disk space
6710         used.
6711         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
6712         gnus-agent-update-view-total-fetched-for to increment disk space
6713         used.
6714         (gnus-agent-get-local): Added optional parameters to avoid calling
6715         gnus-group-real-name and gnus-find-method-for-group.
6716         (gnus-agent-set-local): Delete stored entry if either min, or max,
6717         are nil.
6718         (gnus-agent-fetch-session): Reworded error/quit messages.  On
6719         quit, use gnus-agent-regenerate-group to record existance of any
6720         articles fetched to disk before the quit occurred.
6721         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
6722         gnus-agent-update-view-total-fetched-for, and
6723         gnus-agent-update-files-total-fetched-for to decrement disk space
6724         used.
6725         (gnus-agent-retrieve-headers): Use
6726         gnus-agent-update-view-total-fetched-for to increment disk space
6727         used.
6728         (gnus-agent-regenerate-group): Replace gnus-group-update-group
6729         with gnus-agent-update-files-total-fetched-for to decrement disk
6730         space and fresh group buffer.
6731         (gnus-agent-inhibit-update-total-fetched-for): New variable.
6732         (gnus-agent-need-update-total-fetched-for): New variable.
6733         (gnus-agent-update-files-total-fetched-for): New function.
6734         (gnus-agent-update-view-total-fetched-for): New function.
6735         (gnus-agent-total-fetched-for): New function.
6736
6737         * gnus-cache.el (gnus-cache-save-buffers): Use
6738         gnus-cache-update-overview-total-fetched-for to change disk space
6739         used by this group.
6740         (gnus-cache-possibly-enter-article): Use
6741         gnus-cache-update-file-total-fetched-for to increment disk space
6742         used by this group.
6743         (gnus-cache-possibly-remove-article): Use
6744         gnus-cache-update-file-total-fetched-for to decrement disk space
6745         used by this group.
6746         (gnus-cache-generate-nov-databases): Purge total fetched cache.
6747         (gnus-cache-rename-group): New function.
6748         (gnus-cache-delete-group): New function.
6749         (gnus-cache-inhibit-update-total-fetched-for): New variable.
6750         (gnus-cache-need-update-total-fetched-for): New variable.
6751         (gnus-cache-with-refreshed-group): New macro.
6752         (gnus-cache-update-file-total-fetched-for): New function.
6753         (gnus-cache-update-overview-total-fetched-for): New function.
6754         (gnus-cache-rename-group-total-fetched-for): New function.
6755         (gnus-cache-delete-group-total-fetched-for): New function.
6756         (gnus-cache-total-fetched-for): New function.
6757
6758         * gnus-group.el: Require gnus-sum and autoload functions to
6759         resolve warnings when gnus-group.el compiled alone.
6760         (gnus-group-line-format): Documented new %F
6761         (size of Fetched data) group line format; identifies disk space
6762         used by agent and cache.
6763         (gnus-group-line-format-alist): Defined new F format.
6764         (gnus-total-fetched-for): New function.
6765         (gnus-group-delete-group): No longer update
6766         gnus-cache-active-altered as gnus-request-delete-group now keeps
6767         the cache in sync.
6768         (gnus-group-list-active): Let the agent store a server's active
6769         list if currently plugged.
6770
6771         * gnus-int.el (gnus-request-delete-group): Use
6772         gnus-cache-delete-group and gnus-agent-delete-group to keep the
6773         local disk in sync with the server.
6774          (gnus-request-rename-group): Use
6775         gnus-cache-rename-group and gnus-agent-rename-group to keep the
6776         local disk in sync with the server.
6777
6778         * gnus-start.el (gnus-get-unread-articles): Cosmetic
6779         simplification to logic.
6780
6781         * gnus-util.el (gnus-rename-file): New function.
6782
6783 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
6784
6785         * mm-util.el (mm-image-load-path): Handle nil in load-path.
6786
6787 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
6788
6789         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
6790         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
6791
6792 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
6793
6794         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
6795         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
6796
6797 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
6798
6799         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
6800
6801 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
6802
6803         * spam.el (spam-set-difference): new function to replace
6804         gnus-set-difference in spam.el
6805         (spam-summary-prepare-exit): use spam-set-difference
6806
6807 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6808
6809         * gnus-registry.el (gnus-registry-cache-file): updated to use
6810         gnus-dribble-directory OR gnus-home-directory OR ~
6811         (gnus-registry-split-fancy-with-parent): fixed doc
6812
6813 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * message.el (message-exchange-point-and-mark): Use
6816         message-mark-active-p.  Suggested by Jesper Harder
6817         <harder@ifa.au.dk>.
6818
6819 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * message.el (message-exchange-point-and-mark): Don't activate
6822         region if it was inactive.  Suggested by Hiroshi Fujishima
6823         <pooh@nature.tsukuba.ac.jp>.
6824
6825 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * gnus-art.el (article-display-face): Display Faces in the same
6828         order as X-Faces.
6829
6830 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
6833
6834 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
6837         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
6838         (gnus-article-mime-hierarchy): Remove.
6839         (gnus-article-mime-hierarchy-next): Remove.
6840         (gnus-article-mode): Revert 2004-03-19 change.
6841         (gnus-article-setup-buffer): Revert 2004-03-19 change.
6842         (gnus-insert-mime-button): Revert 2004-03-19 change.
6843         (gnus-mime-accumulate-hierarchy): Remove.
6844         (gnus-mime-enter-multipart): Remove.
6845         (gnus-mime-leave-multipart): Remove,
6846         (gnus-mime-display-part): Revert 2004-03-19 change.
6847         (gnus-mime-display-alternative): Revert 2004-03-19 change.
6848
6849         * mml.el (mml-preview): Revert 2004-03-19 change.
6850
6851 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
6852
6853         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
6854
6855 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6856
6857         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
6858         t while entering a file name using the mm-with-multibyte macro.
6859         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
6860
6861         * mm-util.el (mm-with-multibyte): New macro.
6862
6863 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6864
6865         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
6866         user option.
6867         (gnus-mime-multipart-functions): Doc and customization fix.
6868         (gnus-article-mime-hierarchy): New variable.
6869         (gnus-article-mime-hierarchy-next): New variable.
6870         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
6871         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
6872         gnus-article-mime-hierarchy-next to nil.
6873         (gnus-insert-mime-button): Show hierarchy numbers.
6874         (gnus-mime-accumulate-hierarchy): New function.
6875         (gnus-mime-enter-multipart): New function.
6876         (gnus-mime-leave-multipart): New function.
6877         (gnus-mime-display-part): Recompute hierarchical MIME structure.
6878         (gnus-mime-display-alternative): Show hierarchy numbers.
6879
6880         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
6881         gnus-article-mime-hierarchy-next to nil.
6882
6883 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
6884
6885         * dns.el: Don't require gnus-xmas.
6886
6887 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
6888
6889         * mml.el (mml-generate-mime-1): Don't use format=flowed with
6890         inline PGP.
6891         (mml-menu): Disable mml-quote-region if mark is inactive.
6892
6893 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6894
6895         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
6896         when the group's active is not available.
6897
6898 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
6901         error.
6902
6903 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * imap.el (imap-store-password): New variable.
6906         (imap-interactive-login): Use it.
6907         Suggested by Mark Plaksin <happy@mcplaksin.org>.
6908
6909 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * gnus-art.el (gnus-article-read-summary-keys): Restore new
6912         window-start and hscroll to summary window.
6913
6914 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6915
6916         * gnus-start.el (gnus-convert-old-newsrc): Only write the
6917         conversion message to newsrc-dribble when an actual conversion is
6918         performed.
6919
6920 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
6921
6922         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
6923
6924 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * mm-decode.el (mm-complicated-handles): New function reviving
6927         former definition of mm-multiple-handles.
6928
6929         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
6930         (gnus-mime-delete-part): Use it.
6931
6932 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6933
6934         * gnus-agent.el (gnus-agent-read-local): Bind
6935         nnheader-file-coding-system to gnus-agent-file-coding-system to
6936         avoid the implicit assumption that they will always be equal.
6937         (gnus-agent-save-local): Bind buffer-file-coding-system, not
6938         coding-system-for-write, as the with-temp-file macro first prints
6939         to a buffer then saves the buffer.
6940
6941 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6942
6943         * gnus-art.el (gnus-article-edit-part): New function.
6944         (gnus-mime-save-part-and-strip): Use it; do query instead of
6945         signaling an error; don't use mm-multiple-handles.
6946         (gnus-mime-delete-part): Ditto.
6947
6948 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
6949
6950         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
6951         old file versions.
6952         (gnus-group-prepare-hook): Removed function that converted list
6953         form of gnus-agent-expire-days to group properties.
6954
6955         * gnus-int.el: Autoload gnus-agent-regenerate-group.
6956         (gnus-request-accept-article): Re-indented.
6957
6958         * gnus-start.el (gnus-convert-old-newsrc): Registered new
6959         converters to handle old agent file formats.  Added logic for a
6960         "backup before upgrading warning".
6961         (gnus-convert-mark-converter-prompt): Developers can mark
6962         functions as needing (default), or not needing,
6963         gnus-convert-old-newsrc's "backup before upgrading warning".
6964         (gnus-convert-converter-needs-prompt): Tests whether the user
6965         should be protected from potentially irreversable changes by the
6966         function.
6967
6968         * legacy-gnus-agent.el (): New. Provides converters that are only
6969         loaded when gnus-convert-old-newsrc needs to call them.
6970
6971 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6972
6973         * mail-source.el (mail-source-touch-pop): Doc fix.
6974
6975         * message.el (message-smtpmail-send-it): Doc fix.
6976
6977 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
6978
6979         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
6980
6981         * nnmail.el (nnmail-split-fancy): do.
6982
6983         * gnus-kill.el (gnus-kill, gnus-execute): do.
6984
6985 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6986
6987         * gnus-sum.el (gnus-widget-reversible-match)
6988         (gnus-widget-reversible-to-internal)
6989         (gnus-widget-reversible-to-external): New functions.
6990         (gnus-widget-reversible): New widget.
6991         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
6992
6993 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
6994
6995         * gnus-sum.el (gnus-thread-sort-functions)
6996         (gnus-article-sort-functions): Document `(not F)' items.
6997
6998 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6999
7000         * spam.el (spam-use-gmane-xref): new backend
7001         (spam-gmane-xref-spam-group): variable to control the name of the
7002         Gmane spam group
7003         (spam-blackhole-servers, spam-blackhole-good-server-regex)
7004         (spam-regex-headers-spam, spam-regex-headers-ham)
7005         (spam-regex-body-spam, spam-regex-body-ham): clarified docs
7006         (spam-list-of-checks): added spam-use-gmane-xref to list of
7007         backends and checks
7008         (spam-check-gmane-xref): function for spam-use-gmane-xref
7009
7010         * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
7011         an autodetect method
7012
7013 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7014
7015         * gnus-int.el (gnus-request-accept-article): Inform the agent that
7016         articles are being added to a group.
7017         (gnus-request-replace-article): Inform the agent that articles
7018         need to be uncached as the cached contents are no longer valid.
7019
7020 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7021
7022         * binhex.el: Don't autoload executable-find.
7023
7024         * canlock.el: Don't autoload mail-fetch-field.
7025
7026         * dgnushack.el: Autoload c-mode for XEmacs.
7027
7028         * gnus-ems.el: Don't autoload appt-select-lowest-window.
7029
7030         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
7031         rmail-dont-reply-to and rmail-output.
7032
7033         * gnus-score.el: Don't autoload ffap-string-at-point.
7034
7035         * gnus-setup.el: Don't autoload sc-cite-original.
7036
7037         * imap.el: Don't autoload base64-decode-string,
7038         base64-encode-string and md5.
7039
7040         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
7041         and rmail-msg-restore-non-pruned-header.
7042
7043         * mm-decode.el: Don't autoload executable-find.
7044
7045         * mm-url.el: Don't autoload executable-find.
7046
7047         * mm-view.el: Don't autoload diff-mode.
7048
7049         * nndb.el: Don't autoload news-reply-mode, news-setup,
7050         cancel-timer and telnet.
7051
7052         * password.el: Don't autoload run-at-time for Emacs.
7053
7054         * sha1-el.el: Don't autoload executable-find.
7055
7056         * sieve-mode.el: Don't autoload c-mode.
7057
7058         * uudecode.el: Don't autoload executable-find.
7059
7060 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7061
7062         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
7063         (gnus-agent-possibly-alter-active): Avoid null in numeric
7064         comparison.
7065         (gnus-agent-set-local): Refuse to save null in local object table.
7066         (gnus-agent-regenerate-group): The REREAD parameter can now be a
7067         list of articles that will be marked as unread.
7068
7069 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7070
7071         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
7072
7073 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
7074
7075         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
7076         language tags.
7077
7078 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7079
7080         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
7081         Don't bind "obarray".
7082
7083         * gnus-sum.el (gnus-thread-sort-functions): Added
7084         `gnus-thread-sort-by-most-recent-number' and
7085         `gnus-thread-sort-by-most-recent-date'.
7086         Reported by Kai Grossjohann <kai@emptydomain.de>.
7087
7088 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7089
7090         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
7091
7092 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7093
7094         * gnus-cus.el (gnus-agent-customize-category): Removed
7095         ignore-errors macro reference that required cl to be loaded at
7096         run-time.
7097
7098         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
7099         single-interval range of the form (min . max).  Previously the
7100         range had to look like ((min . max)).  Likewise, return
7101         (min . max) rather than ((min . max)).
7102         (gnus-range-map): Use gnus-range-normalize to accept
7103         single-interval range.
7104
7105         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
7106         the cache, but not the agent, now appear with their usual face.
7107
7108         * dgnushack.el (loaddir): New variable that is bound to the
7109         directory containing the dgnushack.el file. Use loaddir, rather
7110         than srcdir, to update load-path. Change lets dgnushack compile
7111         code in directories other than GNUS/lisp.
7112
7113 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7114
7115         * lpath.el: Don't bind w3m-safe-url-regexp.
7116
7117         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
7118         w3m-safe-url-regexp variable buffer-local.
7119
7120         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7121
7122 2004-02-27  Simon Josefsson  <jas@extundo.com>
7123
7124         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
7125         gnus-group-real-prefix.
7126         (gnus-summary-move-article): Use it, instead of
7127         gnus-group-real-prefix.
7128
7129 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7130
7131         * lpath.el: Bind w3m-safe-url-regexp.
7132
7133         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
7134         w3m-safe-url-regexp variable buffer-local and set it as the value
7135         of mm-w3m-safe-url-regexp.
7136
7137         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
7138
7139         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
7140         parsing gnus-posting-styles when the message is not for replying.
7141
7142         * dgnushack.el: Autoload sgml-mode for XEmacs.
7143
7144         * nnrss.el (nnrss-opml-export): Use
7145         mm-set-buffer-file-coding-system instead of
7146         set-buffer-file-coding-system.
7147
7148 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
7149
7150         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
7151         of checkdoc.el).
7152         * nnrss.el: do.
7153         * gnus-mlspl.el: do.
7154         * gnus-ml.el: do.
7155         * gnus-srvr.el: do.
7156
7157         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
7158
7159 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
7160
7161         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
7162         Corrections to custom-manual links.
7163
7164         * gnus-art.el (gnus-article): Ditto.
7165
7166         * mm-decode.el (mime-display, mime-security): Ditto.
7167
7168 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7169
7170         * flow-fill.el: Typo.
7171
7172 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
7173
7174         * spam-wash.el: New file.
7175
7176 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
7177
7178         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
7179
7180 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7181
7182         * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
7183         to be run with new-articles as LIST1, not LIST2
7184         (spam-registration-functions): add spam-use-ham-copy as a nil
7185         registration backend
7186
7187 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
7188
7189         * spam-stat.el (spam-stat-washing-hook): New option.
7190         (spam-stat-buffer-words): Use it.
7191         (spam-stat-process-directory, spam-stat-test-directory): Use
7192         insert-file-contents-literally.
7193         (spam-stat-coding-system): New variable.
7194         (spam-stat-load, spam-stat-save): Use it.
7195
7196 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7197
7198         * spam-report.el (spam-report-plug-agent): Quote
7199         spam-report-url-to-file and spam-report-url-ping-plain.
7200
7201 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
7204         / in mailto URLs.
7205
7206 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * spam-report.el (spam-report-process-queue): Fix interactive use.
7209         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
7210         (spam-report-unplug-agent): Doc fixes.
7211         (spam-report-url-ping-mm-url, spam-report-url-to-file)
7212         (spam-report-agentize, spam-report-deagentize): Autoload
7213
7214 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
7217
7218         * message.el (message-setup-fill-variables): Add mml tags to
7219         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
7220         <ajk@iu.edu>.
7221         (message-mode): Don't modify paragraph-separate there.
7222
7223 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * compface.el (uncompface-use-external): Default to undecided.
7226         (uncompface-use-external-threshold): New variable.
7227         (uncompface-float-time): New macro.
7228         (uncompface): Determine whether to use the external decoder if
7229         uncompface-use-external is undecided.
7230
7231 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7232
7233         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
7234         after images.
7235
7236         * gnus-art.el (gnus-mime-display-single): Remove dead code.
7237
7238 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
7239
7240         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
7241
7242         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do
7243
7244         * gnus-sum.el (gnus-summary-limit-to-age)
7245         (gnus-summary-limit-children): do.
7246
7247         * gnus-int.el (gnus-request-scan): do.
7248
7249         * gnus-group.el (gnus-group-suspend): do.
7250
7251         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
7252
7253         * gnus-cite.el (gnus-cite-parse-attributions): do.
7254
7255         * gnus-agent.el (gnus-summary-set-agent-mark)
7256         (gnus-agent-regenerate-group): do.
7257
7258         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
7259
7260         * binhex.el (binhex-decode-region-internal): do.
7261
7262 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7263
7264         * gnus-fun.el (gnus-face-properties-alist): New user option.
7265         (gnus-display-x-face-in-from): Use it.
7266
7267         * gnus-art.el (article-display-face): Ditto.
7268
7269         * compface.el (uncompface-use-external): Default to nil.
7270
7271 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
7272
7273         * nntp.el (nntp-erase-buffer): New function.
7274         (nntp-retrieve-data, nntp-send-command)
7275         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
7276         (nntp-possibly-change-group): Use it.
7277
7278         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
7279         with-current-buffer.
7280
7281 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
7282
7283         * compface.el: Merge the ELisp-based uncompface program.
7284         (compface): New customization group.
7285         (uncompface-use-external): New user option.
7286         (uncompface): Call uncompface-internal if uncompface-use-external
7287         is nil.
7288         (uncompface-internal): New function.  Note that there are also
7289         some other functions and variables added for this function.
7290
7291 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
7292
7293         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
7294         if necessary.
7295
7296 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
7297
7298         * spam-report.el (spam-report-unplug-agent)
7299         (spam-report-plug-agent, spam-report-deagentize)
7300         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
7301         support for the Agent in spam-report: when unplugged, report to a
7302         file; when plugged, submit all the requests
7303
7304         * spam.el (spam-register-routine): improved message about
7305         registration
7306
7307 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
7308
7309         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
7310         dependencies.
7311         (rfc2047-encode): Use it.
7312
7313         * gnus-art.el (gnus-button-marker-list): Move before first
7314         reference.
7315
7316         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
7317         (imap-parse-body): Fix format string mismatch.
7318
7319         * gnus-score.el (gnus-summary-increase-score): do.
7320
7321         * nnrss.el (nnrss-close): New function.
7322
7323 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
7324
7325         * nnrss.el (nnrss-make-filename): New function.
7326         (nnrss-request-delete-group, nnrss-read-server-data)
7327         (nnrss-save-server-data, nnrss-read-group-data)
7328         (nnrss-save-group-data): Use it.
7329         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
7330         (nnrss-read-server-data, nnrss-read-group-data): Use load.
7331         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
7332
7333 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
7334
7335         * mml.el (mml-compute-boundary-1): Don't uncompress files.
7336
7337 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
7338
7339         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
7340         files.
7341
7342         * message.el (message-generate-headers-first): Don't quote nil
7343         and t in docstrings.
7344
7345         * imap.el (imap-id): do.
7346
7347         * gnus-agent.el (gnus-agent-consider-all-articles)
7348         (gnus-agent-queue-mail): do.
7349
7350 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * spam-report.el (spam-report-process-queue): New function.
7353         Process requests from `spam-report-requests-file'.
7354         (spam-report-process-queue): Doc fix.
7355
7356 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
7357
7358         * spam.el (spam-register-routine)
7359         (spam-log-processing-to-registry, spam-log-registered-p)
7360         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7361         change "check" to "spam-check" for semi-clarity
7362
7363 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
7364
7365         * pop3.el: Require nnheader.
7366
7367         * mml-smime.el: Require cl.  Autoload message-fetch-field.
7368
7369         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
7370
7371         * gnus-picon.el: Require cl.
7372
7373         * gnus-fun.el: Require gnus-ems and gnus-util.
7374
7375         * gnus.el (gnus-method-to-server): Move defsubst before first use.
7376
7377         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
7378
7379         * gnus-art.el (gnus-article-edit-mode): Define before first
7380         reference.
7381
7382 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
7383
7384         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
7385         (gnus-uu-post-encoded): Use point-at-bol.
7386
7387         * gnus-topic.el (gnus-group-active-topic-p): do.
7388
7389         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
7390
7391         * gnus-group.el (gnus-group-kill-region): do.
7392
7393         * gnus-art.el (article-date-ut): do.
7394
7395         * message.el (message-fetch-field): Remove redundant
7396         case-fold-search binding.
7397         (message-narrow-to-field): Simplify.
7398
7399 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * spam.el (spam-directory): Derive from `gnus-directory'.
7402
7403         * spam-report.el (spam-report-url-to-file)
7404         (spam-report-requests-file): New function and variable for offline
7405         reporting.
7406         (spam-report-url-ping-function): Add `spam-report-url-to-file'
7407         and user defined function.
7408         (spam-report-url-ping-mm-url): Remove doubled slash.
7409
7410 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
7411
7412         * spam.el (spam-list-of-processors): fixed spamassassin variable names
7413
7414 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
7415
7416         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
7417         format string mismatch.
7418
7419         * sieve.el (sieve-deactivate-all): do.
7420
7421         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
7422
7423         * nnlistserv.el (nnlistserv-kk-wash-article): do.
7424
7425         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
7426
7427         * mm-bodies.el (mm-7bit-chars): Don't include \r.
7428
7429 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
7430
7431         * spam.el (spam-list-of-checks): added spam-use-BBDB-eclusive to
7432         the list of checks
7433
7434 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
7435
7436         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
7437         padding.
7438
7439 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
7440
7441         * mm-view.el (mm-fill-flowed): New variable.
7442         (mm-inline-text): Use it.
7443
7444 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
7445
7446         * spam.el (spam-spamassassin-register-ham-routine)
7447         (spam-spamassassin-register-spam-routine): fixed function names
7448
7449 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus.el (gnus-tmp-grouplens): Remove.
7452         (gnus-summary-line-format): Remove grouplens.
7453
7454         * gnus-group.el (gnus-group-line-format): Ditto.
7455
7456         * gnus-spec.el (gnus-format-specs): Ditto.
7457         (gnus-update-format-specifications): Flush the group format spec
7458         cache if there's the grouplens stuff.
7459         (gnus-parse-simple-format): Replace %l with the empty string.
7460
7461 2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
7462
7463         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
7464         omission.
7465         From Jerry James  <james@xemacs.org>
7466
7467 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
7470         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
7471
7472 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
7473
7474         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
7475         nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
7476         New macros and functions.
7477         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
7478         Handle > NLINK_MAX messages.
7479         * nnmaildir.el (nnmaildir-request-set-mark): Use
7480         nnmaildir--emlink-p and nnmaildir--eexist-p.
7481
7482 2004-01-25  Alex Schroeder  <alex@gnu.org>
7483
7484         * spam-stat.el (spam-stat-process-directory-age): New option.
7485         (spam-stat-process-directory): Use it.
7486
7487 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
7488
7489         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
7490         (spam-stat-save): Accept prefix argument.
7491
7492 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
7493
7494         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
7495         links" error.
7496
7497 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7498
7499         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
7500         the rest of the and/or forms.
7501
7502 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
7503
7504         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
7505         compatibility with old .newsrc.eld files.
7506
7507         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
7508
7509         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
7510
7511         * gnus-start.el (gnus-1): do.
7512
7513         * gnus-group.el (gnus-group-line-format-alist): do.
7514
7515         * gnus.el (gnus-use-grouplens, gnus-visual): do.
7516
7517         * gnus-gl.el: Remove.
7518
7519 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7520
7521         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
7522         marks consisting of a single range {for example, (3 . 5)} rather
7523         than a list of a single range { ((3 . 5)) }.
7524
7525 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
7526
7527         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
7528         with-current-buffer.
7529         (spam-stat-store-current-buffer): Use insert-buffer-substring to
7530         avoid consing a string.
7531
7532         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
7533         Remove obsolete entries for big5 and gb2312.
7534
7535 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7536
7537         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
7538         uncompressed list.
7539
7540 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
7541
7542         * spam-stat.el (spam-stat-strip-xref): New function.
7543         (spam-stat-process-directory): Use it.
7544
7545         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
7546         here -- it's done in message-fetch-field.
7547
7548 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7549
7550         * gnus-agent.el (gnus-agent-queue-mail,
7551         gnus-agent-prompt-send-queue): New variables.
7552         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
7553         * gnus-draft.el (gnus-group-send-queue): Pass the group name
7554         "nndraft:queue" along to gnus-draft-send.  Use
7555         gnus-agent-prompt-send-queue.
7556         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
7557         is "nndraft:queue".  Suggested by Gaute Strokkenes
7558         <gs234@srcf.ucam.org>
7559
7560         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
7561         (agent-enable-undownloaded-faces): Added
7562         (gnus-agent-cat-groups): Use eval-and-compile, not
7563         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
7564         method of gnus-agent-cat-groups even when the buffer has been
7565         evaled.
7566         (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
7567         delete gnus-agent-save-active-1.
7568         (gnus-agent-save-groups): Deleted. Identical to
7569         gnus-agent-save-active.
7570         (gnus-agent-write-active): No longer adjust agent's copy of active
7571         file as agent's adjustments are now stored in their own
7572         file. Removed optional parameter.
7573         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
7574         servers.  Add use of min/max range limits from server's local
7575         file.
7576         (gnus-agent-save-alist): Removed unused optional argument.
7577         (gnus-agent-load-local,gnus-agent-read-and-cache-local),
7578         (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
7579         (gnus-agent-set-local): A per-server file that keeps min/max range
7580         limits for articles known to the agent.  Provides a fast mechanism
7581         for altering many active ranges.
7582         (gnus-agent-expire-group,gnus-agent-expire): No longer save the
7583         active file (local makes it unnecessary).
7584         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
7585
7586         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
7587         (agent-enable-undownloaded-faces): Added
7588
7589         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
7590         disable it when sending to "nndraft:queue".
7591         (gnus-group-send-queue): Add safety check to avoid sending queue
7592         when unplugged.
7593
7594         * gnus-group.el (gnus-group-catchup): Use new
7595         gnus-sequence-of-unread-articles, not
7596         gnus-list-of-unread-articles, to avoid exhausting memory with huge
7597         numbers of articles.  Use gnus-range-map to avoid having to
7598         uncompress the unread list.
7599         (gnus-group-archive-directory,
7600         gnus-group-recent-archive-directory): Fixed invalid ange-ftp
7601         reference.
7602
7603         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
7604         (gnus-sorted-range-intersection): Intersection of two ranges
7605         without requiring that they first be uncompressed.
7606
7607         * gnus-start.el (gnus-activate-group): Unless blocked by the
7608         caller, possibly expand the active range to include both cached
7609         and agentized articles.
7610         (gnus-convert-old-newsrc): Rewrote in anticipation of having
7611         multiple version-dependent converters.
7612         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
7613         gnus-agent-save-active.
7614         (gnus-save-newsrc-file): Save dirty agent range limits.
7615
7616         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
7617         gnus-agent-possibly-alter-active.
7618         (gnus-adjust-marked-articles): Faster handling of simple lists
7619
7620 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
7621
7622         * spam-stat.el (spam-stat-test-directory): New optional argument
7623         displays a list of files detected.  Suggested by Andrew Cohen
7624         <cohen@andy.bu.edu>.
7625         (spam-stat-buffer-words-with-scores): Don't narrow and change
7626         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
7627
7628 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
7629
7630         * spam.el (gnus-summary-mode-map): make spam-generic-score the
7631         default scoring function
7632         (spam-generic-score): calls spam-spamassassin-score if
7633         spam-use-spamassassin or spam-use-spamassassin-headers is on;
7634         spam-bogofilter-score otherwise.
7635
7636         From Hubert Chan <hubert@uhoreg.ca>:
7637
7638         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
7639         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
7640         (spam-spamassassin-arguments)
7641         (spam-spamassassin-spam-flag-header)
7642         (spam-spamassassin-positive-spam-flag-header)
7643         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
7644         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
7645         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7646         (spam-list-of-processors, spam-list-of-checks)
7647         (spam-list-of-statistical-checks, spam-registration-functions)
7648         (spam-check-spamassassin-headers, spam-check-spamassassin)
7649         (spam-spamassassin-score)
7650         (spam-spamassassin-register-with-sa-learn)
7651         (spam-spamassassin-register-spam-routine)
7652         (spam-spamassassin-register-ham-routine)
7653         (spam-assassin-register-spam-routine)
7654         (spam-assassin-register-ham-routine): add SpamAssassin support
7655         (spam-bogofilter-score): fix to show article before scoring
7656
7657         * gnus.el (spam-process, spam-autodetect-methods): add
7658         spamassassin and spamassassin-headers
7659
7660         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7661         Suppress unnecessary messages.  From Nevin Kapur
7662         <nkapur@cs.caltech.edu>.
7663
7664 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
7665
7666         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
7667         make-hash-table.
7668
7669 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7670
7671         * canlock.el (base64-encode-string): Don't autoload it.
7672
7673 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7674
7675         * run-at-time.el: Remove useless (require 'itimer),
7676         eval-and-compile and (featurep 'xemacs).
7677
7678 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
7679
7680         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
7681         GROUP is a virtual group.
7682
7683 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
7684
7685         * gnus.el: Autoload `message-y-or-n-p'.
7686
7687 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
7688
7689         * pgg-parse.el: Remove unnecessary (require 'custom).
7690
7691         * pgg-def.el: do.
7692
7693         * nnmail.el: do.
7694
7695         * gnus-undo.el: do.
7696
7697         * gnus-picon.el: do.
7698
7699         * gnus-util.el: do.
7700
7701 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * gnus-sum.el (gnus-pick-line-number): Add autoload.
7704
7705 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
7708         handle, as well as a list.
7709
7710         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
7711         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
7712         (mm-w3m-cid-retrieve): Simplify.
7713
7714 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
7715
7716         * message.el (message-kill-to-signature): Allow prefix arg to
7717         specify number of lines to keep before signature.  From Vasily
7718         Korytov.
7719         (message-kill-to-signature): Change docstring.
7720
7721 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * canlock.el: Always require sha1-el.
7724         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
7725
7726         * message.el: Autoload sha1 only when compiling.
7727
7728         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
7729         eudc-expand-inline for XEmacs.
7730
7731 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7732
7733         * message.el (message-canlock-generate): Require sha1-el.
7734
7735 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
7736
7737         * message.el (message-expand-name): Silence the byte compiler.
7738
7739         * lpath.el: Add detect-coding-system.
7740
7741         * dgnushack.el (dgnushack-compile): Remove obsolete check for
7742         cus-edit.
7743
7744 2004-01-13  Simon Josefsson  <jas@extundo.com>
7745
7746         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
7747         Invoke gnus-score-mode.  Reported by
7748         bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
7749
7750         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
7751         Jim Blandy <jimb@redhat.com> (tiny change).
7752
7753 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7754
7755         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
7756
7757 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
7758
7759         * spam.el (spam-get-article-as-string): updated to use
7760         gnus-request-article-this-buffer, much simpler
7761         (spam-get-article-as-buffer): removed
7762
7763 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
7764
7765         * message.el (message-expand-name): Use EUDC if the user uses
7766         that.
7767
7768 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
7769
7770         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
7771         character for the encoding to avoid consing a string.
7772
7773         * rfc2047.el (rfc2047-decode-string): Don't cons a string
7774         unnecessarily.
7775
7776         * mm-util.el (mm-replace-chars-in-string): Remove.
7777
7778         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
7779         of mm-replace-chars-in-string.
7780
7781 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
7782
7783         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
7784         strings.
7785
7786         * mm-util.el (mm-subst-char-in-string): Support inplace.
7787
7788         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
7789         a new string in every iteration.  Use shy groups.
7790
7791 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
7792
7793         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
7794         (gnus-group-change-level, gnus-kill-newsgroup)
7795         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
7796         (gnus-get-unread-articles, gnus-make-articles-unread)
7797         (gnus-make-ascending-articles-unread): Use accessor
7798         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
7799         to get group information for improved readability.
7800
7801         * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
7802
7803         * gnus-soup.el (gnus-soup-group-brew): do.
7804
7805         * gnus-msg.el (gnus-put-message): do.
7806
7807         * gnus-move.el (gnus-group-move-group-to-server): do.
7808
7809         * gnus-kill.el (gnus-batch-score): do.
7810
7811         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
7812         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
7813         (gnus-group-update-group, gnus-group-read-group)
7814         (gnus-group-make-group, gnus-group-make-help-group)
7815         (gnus-group-make-archive-group, gnus-group-make-directory-group)
7816         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
7817         (gnus-group-sort-by-unread, gnus-group-catchup)
7818         (gnus-group-unsubscribe-group, gnus-group-kill-group)
7819         (gnus-group-yank-group, gnus-group-set-info)
7820         (gnus-group-list-groups): do.
7821
7822         * gnus.el (gnus-generate-new-group-name): do.
7823
7824         * gnus-delay.el (gnus-delay-send-queue): do.
7825
7826         * nnvirtual.el (nnvirtual-catchup-group): do.
7827
7828         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
7829         do.
7830
7831         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
7832         (gnus-group-prepare-topics, gnus-topic-check-topology): do.
7833
7834         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
7835         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
7836         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
7837         (gnus-group-make-articles-read): do.
7838
7839 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7840
7841         * gnus-art.el (article-decode-mime-words, article-babel)
7842         (gnus-article-highlight-signature, gnus-article-add-buttons)
7843         (gnus-signature-toggle): Use gnus-with-article-buffer.
7844
7845         * gnus-art.el (gnus-article-highlight-headers)
7846         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
7847
7848         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
7849         (gnus-article-set-globals, gnus-request-article-this-buffer)
7850         (gnus-button-message-id, gnus-article-maybe-hide-headers)
7851         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
7852         (gnus-mime-display-alternative): Use with-current-buffer.
7853
7854 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7855
7856         * spam.el (spam-generate-fake-headers): rewrite to be simpler,
7857         also under 80 char limit, and call gnus-error if needed
7858         (spam-fetch-article-header): finally fixed - it was a
7859         buffer-local variable (gnus-newsgroup-data)
7860         (spam-find-spam): use spam-generate-fake-headers, forget about
7861         spam-insert-fake-headers
7862         (spam-insert-fake-headers): removed
7863
7864 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7865
7866         * deuglify.el (gnus-article-outlook-unwrap-lines)
7867         (gnus-outlook-rearrange-article)
7868         (gnus-outlook-repair-attribution-outlook)
7869         (gnus-outlook-repair-attribution-block)
7870         (gnus-outlook-repair-attribution-other): Remove redundant
7871         save-excursion.
7872
7873 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
7874
7875         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
7876         (spam-fetch-field-subject-fast)
7877         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
7878         (spam-fetch-article-header): new functions to deal with Gnus
7879         internals for fast retrieval of article header data
7880         (spam-initialize): put spam-find-spam in the gnus-summary-prepared-hook
7881
7882 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
7883
7884         * pop3.el (pop3-md5): Remove.
7885         (pop3-apop): Replace pop3-md5 with md5.
7886
7887         * mm-bodies.el: base64 is always built-in.
7888
7889         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
7890         with-current-buffer.
7891
7892 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7893
7894         * canlock.el (canlock-insert-header): Remove excessive grouping in
7895         regexp.
7896
7897         * gnus-sum.el (gnus-summary-read-document): Ditto.
7898
7899         * gnus-uu.el (gnus-uu-part-number): Ditto.
7900
7901         * html2text.el (html2text-remove-tags): Ditto.
7902         (html2text-format-tags): Ditto.
7903         (html2text-format-single-elements): Ditto.
7904
7905         * mml.el (mml-parse-1): Ditto.
7906
7907 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7908
7909         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
7910
7911         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
7912
7913         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
7914
7915         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
7916
7917 2003-11-15  Simon Josefsson  <jas@extundo.com>
7918
7919         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
7920         (pgg-gpg-lookup-key): Use regexp match instead of
7921         split-string (split-string is different between emacs 21.2 and
7922         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
7923
7924 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
7925
7926         * gnus-art.el (gnus-mime-view-all-parts)
7927         (gnus-article-part-wrapper, gnus-article-view-part): Use
7928         with-current-buffer.
7929
7930 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7931
7932         * spam.el (spam-disable-spam-split-during-ham-respool)
7933         (spam-spamoracle-database, spam-cache-lookups)
7934         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
7935         (spam-group-ham-mark-p, spam-group-spam-mark-p)
7936         (spam-group-ham-marks, spam-group-spam-marks)
7937         (spam-group-spam-contents-p, spam-group-ham-contents-p)
7938         (spam-list-of-processors, spam-list-of-statistical-checks): doc
7939         fix, also add spam-use-blackholes to the statistical checks
7940         (spam-fetch-field-fast): new interface to fetching fields, may
7941         become a macro
7942         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
7943         (spam-fetch-field-message-id-fast): use spam-fetch-field-fast
7944         (spam-insert-fake-headers): fake an article when needed
7945         (spam-find-spam): fake article when possible
7946         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
7947         (spam-check-bogofilter-headers): use message-fetch-field instead
7948         of nnmail-fetch-field
7949
7950 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
7951
7952         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
7953
7954 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
7955
7956         * spam.el (spam-split): do not require spam-use-CHECK to be
7957         enabled if that check is passed to spam-split explicitly; also
7958         fix so 'spam doesn't get converted to spam-split-group when
7959         spam-split-symbolic-return is t
7960         (spam-find-spam): find registrations of the article and use those
7961         instead of re-running spam-split to find the spam/ham
7962         classification of the article
7963         (spam-log-processing-to-registry, spam-log-registered-p)
7964         (spam-log-unregistration-needed-p, spam-log-undo-registration):
7965         use gnus-error instead of gnus-message
7966         (spam-log-registration-type): new function to determine the
7967         classification of a message based on registry entries; will
7968         return nil if both 'spam and 'ham are found
7969         (spam-check-BBDB): expand all the BBDB macros here so we can have
7970         a reasonably fast local cache without the loading errors
7971         (spam-cache-lookups): set to t by default
7972         (spam-find-spam): don't try to guess spam-cache-lookups
7973         (spam-enter-whitelist, spam-enter-blacklist): also clear the
7974         spam-caches entry
7975         (spam-filelist-build-cache, spam-filelist-check-cache): better
7976         caching of whitelist/blacklist entries
7977         (spam-check-whitelist, spam-check-blacklist): invoke
7978         spam-from-listed-p with a type, not a cache variable
7979         (spam-from-listed-p): wrap around spam-filelist-check-cache
7980
7981 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
7982
7983         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
7984
7985         * nnmail.el (nnmail-split-fancy): do.
7986
7987         * mml.el (mml-parse): do.
7988
7989         * gnus-score.el (gnus-enter-score-words-into-hashtb)
7990         (gnus-score-adaptive): do.
7991
7992 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7993
7994         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
7995         (gnus-mime-button-map): Don't set keymap parent.
7996         (gnus-button-ctan-directory-regexp): Use shy grouping.
7997         (gnus-prev-page-map): Don't set keymap parent.
7998         (gnus-prev-page-map): Remove duplicated one.
7999         (gnus-next-page-map): Don't set keymap parent.
8000         (gnus-mime-security-button-map): Ditto.
8001
8002         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
8003         version number.
8004
8005         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
8006
8007 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8008
8009         * canlock.el (canlock-sha1-function): Remove.
8010         (canlock-sha1-function-for-verify): Remove.
8011         (canlock-openssl-program): Remove.
8012         (canlock-openssl-args): Remove.
8013         (canlock-ignore-errors): Remove.
8014         (canlock-sha1-with-openssl): Remove.
8015         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
8016         (canlock-verify): Don't use canlock-ignore-errors.
8017
8018         * sha1-el.el (sha1-string-external): Make it can return a string
8019         in binary form.
8020         (sha1-region-external): Ditto.
8021         (sha1-string-internal): Ditto.
8022         (sha1-region-internal): Ditto.
8023         (sha1-region): Ditto.
8024         (sha1-string): Ditto.
8025         (sha1): Ditto.
8026
8027 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8028
8029         * spam.el (spam-report-articles-gmane): New command.
8030
8031 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus.el: Don't make unnecessary *Group* buffer when loading.
8034
8035         * run-at-time.el (run-at-time-saved): Remove.
8036         (run-at-time): Doc fix.
8037
8038 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
8039
8040         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
8041         (gnus-summary-limit-map): Add it.
8042         (gnus-summary-make-menu-bar): do.
8043
8044 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
8045
8046         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
8047         first attempt at some caching support (done for BBDB only now)
8048         (spam-find-spam): set spam-cache-lookups if there are more than 2
8049         addresses to be checked
8050         (spam-clear-cache-BBDB): new function, to be invoked by
8051         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB
8052         (spam-check-BBDB): check and use the caches, if
8053         spam-cache-lookups is on
8054         remove superfluous (provide)
8055
8056 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8057
8058         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
8059
8060 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
8061
8062         * run-at-time.el (run-at-time-saved): Move to after the definition
8063         of `run-at-time'.
8064
8065         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
8066
8067 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
8070         mm-w3m-local-map-property.
8071
8072         * mm-view.el (mm-w3m-mode-map): Remove.
8073         (mm-w3m-local-map-property): Remove.
8074         (mm-inline-text-html-render-with-w3m): Don't use
8075         mm-w3m-local-map-property.
8076
8077 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8078
8079         * run-at-time.el: New file.
8080
8081         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
8082         under Emacs.
8083
8084         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
8085         of gnus-set-text-properties.
8086
8087         * gnus-uu.el (gnus-uu-save-article): Ditto.
8088
8089         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
8090
8091         * gnus-cite.el (gnus-cite-parse): Ditto.
8092
8093         * gnus-art.el (gnus-button-push): Use set-text-properties instead
8094         of gnus-.
8095
8096         * gnus-xmas.el (run-at-time): Require run-at-time.
8097
8098         * gnus.el: Changed calls to nnheader-run-at-time and
8099         password-run-at-time throughout to use run-at-time directly.
8100
8101         * password.el: Removed definition of run-at-time.
8102
8103         * nnheaderxm.el: Remove definition of run-at-time.
8104
8105 2004-01-05  Karl Pfl\e,Ad\e(Bsterer  <sigurd@12move.de>  (tiny change)
8106
8107         * mml.el (mml-minibuffer-read-disposition): Show attachment type
8108         in prompt.
8109
8110 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8111
8112         * messagexmas.el (message-xmas-redefine): Alias
8113         `message-make-caesar-translation-table' to
8114         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
8115         version.
8116
8117         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
8118         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
8119         `gnus-xmas-set-text-properties'.
8120         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
8121         `gnus-xmas-completing-read'.
8122         (gnus-xmas-completing-read): Removed.
8123         (gnus-xmas-open-network-stream): Removed.
8124
8125         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
8126         XEmacs version.
8127
8128         * dns.el (dns-make-network-process): Use `open-network-stream'
8129         instead of `gnus-xmas-open-network-stream'.
8130
8131         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
8132
8133         * .cvsignore: Add auto-autoloads.el, custom-load.el.
8134
8135 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8136
8137         * gnus-art.el (gnus-mime-display-alternative)
8138         (gnus-insert-mime-button, gnus-insert-mime-security-button)
8139         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
8140         Don't use gnus-local-map-property.
8141
8142         * gnus-util.el (gnus-local-map-property): Remove.
8143
8144         * mm-view.el (mm-view-pkcs7-decrypt): Replace
8145         gnus-completing-read-maybe-default with completing-read.
8146
8147         * gnus-util.el (gnus-completing-read): do.
8148         (gnus-completing-read-maybe-default): Remove.
8149
8150 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
8151
8152         * password.el: Only autoload `run-at-time' if not XEmacs.
8153         Only autoload the itimer functions if XEmacs.
8154
8155 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8156
8157         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
8158         XEmacsen.
8159
8160         * dgnushack.el: Autoload executable-find for XEmacs.
8161
8162 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
8163
8164         * gnus-art.el (gnus-read-string): Remove.
8165         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
8166         read-string.
8167
8168 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
8169
8170         * netrc.el: autoload password-read
8171         (netrc): new configuration group
8172         (netrc-encoding-method, netrc-openssl-path): configuration
8173         variables for encoding and decoding of files with symmetric
8174         ciphers
8175         (netrc-encode): assistant function to encode a file with
8176         netrc-encoding-method
8177         (netrc-parse): added interactive parameter, added optional
8178         decoding if netrc-encoding-method is non-nil but otherwise
8179         behavior is standard
8180         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
8181         s/encode/encrypt/ everywhere
8182
8183         * spam.el: remove executable-find autoload
8184
8185 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8186
8187         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
8188
8189         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
8190
8191 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8192
8193         * gnus-art.el (gnus-treat-ansi-sequences,
8194         article-treat-ansi-sequences): New variable and function.
8195         Suggested by Dan Jacobson <jidanni@jidanni.org>.
8196
8197         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
8198         Use it.
8199
8200 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
8201
8202         * mm-util.el (mm-quote-arg): Remove.
8203
8204         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
8205         shell-quote-argument.
8206
8207         * gnus-uu.el (gnus-uu-command): do.
8208
8209         * gnus-sum.el (gnus-summary-insert-pseudos): do.
8210
8211         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
8212         with make-char.
8213
8214         * mm-util.el (mm-make-char): Remove.
8215
8216         * mml.el (mml-mode): Replace gnus-add-minor-mode with
8217         add-minor-mode.
8218
8219         * gnus-undo.el (gnus-undo-mode): do.
8220
8221         * gnus-topic.el (gnus-topic-mode): do.
8222
8223         * gnus-sum.el (gnus-dead-summary-mode): do.
8224
8225         * gnus-start.el (gnus-slave-mode): do.
8226
8227         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
8228
8229         * gnus-ml.el (gnus-mailing-list-mode): do.
8230
8231         * gnus-gl.el (gnus-grouplens-mode): do.
8232
8233         * gnus-draft.el (gnus-draft-mode): do.
8234
8235         * gnus-dired.el (gnus-dired-mode): do.
8236
8237         * gnus-ems.el (gnus-add-minor-mode): Remove.
8238
8239         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8240         Replace gnus-char-width with char-width.
8241
8242         * gnus-ems.el (gnus-char-width): Remove.
8243
8244         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
8245         Replace gnus-char-width with char-width.
8246
8247         * gnus-ems.el (gnus-char-width): Remove.
8248
8249         * spam-stat.el (with-syntax-table): Remove with-syntax-table
8250         definition.
8251         Remove Emacs 20 hash table compatibility code.
8252
8253         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
8254         20 compatibility code.
8255
8256         * spam.el (spam-point-at-eol): Replace with point-at-eol.
8257
8258         * smime.el (smime-point-at-eol): Replace with point-at-eol.
8259
8260         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
8261         with point-at-{eol,bol}.
8262
8263         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
8264
8265         * imap.el (imap-point-at-eol): Replace with point-at-eol.
8266
8267         * flow-fill.el (fill-flowed-point-at-bol,
8268         fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
8269
8270         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
8271         Replace with point-at-{eol,bol} throughout all files.
8272
8273 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * ntlm.el (ntlm-string-as-unibyte): New macro.
8276         (ntlm-build-auth-response): Use it.
8277
8278         Remove Emacs 20 stuff:
8279         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
8280         (butlast, mapc, remove): Remove the compiler macros.
8281         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
8282         of delq and copy-sequence.
8283         * gnus-art.el (popup-menu): Remove the compiler macro.
8284         * nnmail.el (nnmail-split-fancy): Don't support customizing with
8285         Emacs 20.
8286
8287 2004-01-05  Simon Josefsson  <jas@extundo.com>
8288
8289         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
8290         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
8291         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
8292         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
8293         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
8294         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
8295         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
8296         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
8297         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
8298         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
8299         ntlm-string-permute, string-lshift into ntlm-string-lshift,
8300         string-xor into ntlm-string-xor.  Suggested by
8301         Jesper Harder <harder@myrealbox.com>.
8302
8303         * ntlm.el: Don't include poem.
8304
8305         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
8306         Jesper Harder <harder@myrealbox.com>.
8307
8308         * sasl-ntlm.el, ntlm.el, md4.el: New files.
8309
8310         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
8311         probably breaks emacs with DL patch, but do we care? Is anyone
8312         still using the DL stuff?)
8313
8314         * sieve-manage.el: Use the password package.
8315         (sieve-manage-read-passwd): Remove.
8316         (sieve-manage-interactive-login): Use password.  Re-add
8317         condition-case around loop.
8318
8319         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
8320         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
8321         the password package.
8322
8323 2003-02-19  Simon Josefsson  <jas@extundo.com>
8324
8325         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
8326         token.
8327
8328 2002-08-07  Simon Josefsson  <jas@extundo.com>
8329
8330         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
8331         (sieve-manage-authenticators):
8332         (sieve-manage-authenticator-alist): Add some SASL mechs.
8333         (sieve-sasl-auth): New function.
8334         (sieve-manage-cram-md5-auth):
8335         (sieve-manage-plain-auth): Rewrite using SASL library.
8336         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
8337         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
8338         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
8339         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
8340
8341 2004-01-05  Simon Josefsson  <jas@extundo.com>
8342
8343         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
8344         New files.
8345
8346 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8347
8348         * gnus-group.el (gnus-no-groups-message): Update.
8349
8350         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
8351
8352 2003-11-09  Simon Josefsson  <jas@extundo.com>
8353
8354         * imap.el: Support for ID IMAP extension (RFC 2971).
8355         (imap-local-variables): Add imap-id.
8356         (imap-id): New variable.
8357         (imap-id): New function.
8358         (imap-parse-response): Parse untagged ID response.
8359         * nnimap.el (nnimap-id): New variable.
8360         (nnimap-open-connection): Use it.
8361
8362 2003-12-28  Simon Josefsson  <jas@extundo.com>
8363
8364         * gnus-score.el (gnus-score-edit-all-score): New.
8365         * gnus-group.el (gnus-group-score-map): Bind it to W e.
8366
8367 2004-01-04  Simon Josefsson  <jas@extundo.com>
8368
8369         * password.el: Add.
8370
8371 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
8372
8373         * dns.el: Add support for AAAA records (see RFC 3596)
8374
8375         * Fix typo PRT -> PTR
8376
8377         * Parse MX, PTR and SOA replies (see RFC 1035)
8378
8379 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8380
8381         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
8382
8383         * Moved to Changelog.2.
8384
8385 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386
8387         * gnus.el (gnus-version-number): Bump version.
8388
8389 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8390
8391         * gnus.el: No Gnus v0.1 is released.
8392
8393 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8394
8395         * gnus.el: No Gnus v0.0 is released.
8396
8397 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8398
8399         * gnus.el (gnus-version-number): Bump.
8400         (gnus-version): No.
8401
8402 See ChangeLog.2 for earlier changes.
8403
8404     Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
8405   Copying and distribution of this file, with or without modification,
8406   are permitted provided the copyright notice and this notice are preserved.
8407
8408 ;; Local Variables:
8409 ;; coding: iso-2022-7bit
8410 ;; End:
8411
8412 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4