Limit the undo actions to 100 actions.
[gnus] / lisp / ChangeLog
1 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4         actions. 
5
6         * gnus-group.el (gnus-group-completing-read): Protect against not
7         having completion-styles bound.
8
9         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10         make broken recipients happier.
11
12         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
13
14         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
15         point parameter.
16
17         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
18
19         * gnus-group.el (gnus-group-completing-read): Add 'substring to
20         completion-styles for group selection.
21
22 2009-02-04  Andreas Schwab  <schwab@suse.de>
23
24         * gnus-score.el (gnus-score-string): Fix regex for matching extra
25         headers and regexp-quote the match if necessary.
26
27 2009-03-24  Miles Bader  <miles@gnu.org>
28
29         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
30         the blinking smiley.
31
32 2009-03-24  Simon Josefsson  <simon@josefsson.org>
33
34         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
35         blink smiley.
36
37 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
38
39         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
40         where the dribbel file lives exists.
41
42         * message.el (message-send-mail-partially-limit): Change the default to
43         nil, since most people don't want this.
44
45         * mm-url.el (mm-url-decode-entities): Also decode entities like
46         &#x3212.
47
48 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
49
50         * gnus-sum.el (gnus-summary-idna-message):
51         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
52         Hyperlink urls in docstrings with URL `...'.
53
54 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
55
56         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
57         functions.
58
59 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60
61         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
62         say what the mouseover text should be.
63
64         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
65         version of the mm-w3m-safe-url-regexp variable to only download images
66         in the groups where we want that to happen.
67
68         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
69
70         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
71         easier debugging.
72         (gnus-article-beginning-of-window): Add kludge to allow spacing past
73         big pictures in the article buffer.
74
75         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
76         gnus-article-html.
77         (mm-text-html-renderer): gnus-article-html needs curl in addition to
78         w3m.
79
80         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
81
82 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
85         which doesn't exist.
86
87         * message.el (message-inhibit-ecomplete): New variable to allow some
88         function to inhibit ecomplete address storage.
89         (message-resend): Disable ecomplete message storage when resending
90         messages.
91
92         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
93
94 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
97         Save excursion while copying, moving, and deleting articles in order to
98         prevent the cursor from jumping to unforeseen place.
99
100 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
101
102         * lpath.el: No need to bind bookmark-current-buffer,
103         bookmark-yank-point and bookmark-make-record-function.
104
105 2010-08-17  Glenn Morris  <rgm@gnu.org>
106
107         * gnus-sync.el: Require gnus components whose functions are used.
108
109         * gnus-art.el (bookmark-make-record-function):
110         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
111         Declare for compiler.
112
113         * mm-url.el (mml-compute-boundary): Autoload.
114
115 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
118
119 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
120
121         Typo fix "hoo4a" -> "hook".
122
123         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
124
125 2010-08-14  Glenn Morris  <rgm@gnu.org>
126
127         * gnus-sync.el (gnus-sync): Fix defgroup version.
128
129 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
130
131         Doc fixes and keep unknown groups (ammended for nunion bug fix).
132
133         * gnus-sync.el: Fix docs.
134         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
135         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
136
137 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
138
139         Optimizations for gnus-sync.el.
140
141         * gnus-sync.el: Add docs about gnus-sync-backend
142         possibilities.
143         (gnus-sync-save): Remove unnecessary message.
144         (gnus-sync-read): Optimize and show what groups were skipped.
145
146 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
147
148         Minor bug fixes for gnus-sync.el.
149
150         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
151         read the sync on get-new-news.
152
153         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
154         quiet.
155
156         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
157
158 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
159
160         Make saving and restoring of hidden threads work with overlays.
161         Patch applied by Ted Zlatanov.
162
163         * gnus-sum.el (gnus-hidden-threads-configuration)
164         (gnus-restore-hidden-threads-configuration): Update to deal with text
165         properties, rather than searching for a magic character.
166
167 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
168
169         New gnus-sync.el library for synchronization of marks.
170
171         * gnus-sync.el: New library for synchronization of marks.
172
173         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
174         renamed from `gnus-registry-grep-in-list'.
175
176         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
177
178         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
179
180 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
181
182         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
183         determining charset of text fails.
184
185 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
186
187         * nnmail.el (nnmail-get-new-mail-1): Revert.
188
189         * nnml.el (nnml-active-number): Make sure names of newly created groups
190         in nnml-group-alist are encoded.
191
192 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
195         containing non-ASCII characters in active file for nnml back end.
196
197 2010-07-24  David Engster  <dengste@eml.cc>
198
199         * mml-smime.el (mml-smime-epg-verify): Also accept the older
200         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
201
202 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
203
204         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
205         tag (Bug#6654).
206
207 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
208
209         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
210         the article buffer, not the summary buffer.
211
212 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
213
214         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
215         Emacs 23 as well.
216
217 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
220         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
221
222 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
223
224         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
225         Patch applied by Karl Fogel.
226
227         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
228         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
229
230 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
231
232         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
233         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
234         C-w still not working correctly from Article buffers; Thierry's
235         patch to fix that will be applied after this.
236
237         * gnus-art.el (bookmark-make-record-function): New local variable.
238
239         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
240         article buffer.
241         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
242
243 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
244
245         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
246         on changes in bookmark.el.
247
248 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
251         `no-log' instead of message not to log prompt string.
252
253 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
254
255         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
256         the *other* type of HTML form submission.
257
258 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
259
260         * auth-source.el (auth-source-pick): If choice does not contain a
261         questioned keyword, set the check to t.
262
263 2010-06-12  Romain Francoise  <romain@orebokech.com>
264
265         * gnus-util.el (gnus-date-get-time): Move up before first use.
266
267 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
268
269         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
270         (gnus-article-edit-part): Bind it to make last part that is substituted
271         or deleted visible.
272         (gnus-mime-display-single): Buttonize part of which id equals to
273         gnus-mime-buttonized-part-id.
274
275 2010-06-10  Dan Christensen  <jdc@uwo.ca>
276
277         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
278         (gnus-dd-mmm): Use gnus-date-get-time.
279         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
280         simplify logic.
281         (gnus-summary-limit-to-age): Use gnus-date-get-time.
282         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
283
284 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
285
286         * auth-source.el (top): Autoload `secrets-list-collections',
287         `secrets-create-item', `secrets-delete-item'.
288         (auth-sources): Fix tag string.
289         (auth-get-source, auth-source-retrieve, auth-source-create)
290         (auth-source-delete): New defuns.
291         (auth-source-pick): Rewrite in order to avoid 2 passes.
292         (auth-source-forget-user-or-password): New parameter USERNAME.
293         (auth-source-user-or-password): New parameters CREATE-MISSING and
294         DELETE-EXISTING.  Retrieve password interactively, if needed.
295
296 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
297
298         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
299         deleting unused directories when gnus-expert-user is t.
300
301 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
302
303         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
304         for each temp file when gnus-article-browse-delete-temp is ask.
305
306 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
307
308         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
309         Lisp calls to delete-backward-char by calls to delete-char.
310
311 2010-05-20  Kevin Ryde  <user42@zip.com.au>
312
313         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
314
315 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
316
317         * password-cache.el (password-cache-remove): Fix docstring.
318
319 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
322         article unless decoding article to be saved.
323
324 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
325
326         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
327         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
328         generated within the mm-with-unibyte-current-buffer macro.
329
330 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
333         to nil when we're in a mml-preview buffer and no group is selected.
334
335 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
336
337         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
338         when catching the `C-g'.  Reported by "Leo".
339
340 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
341
342         * message.el (message-forward-make-body-plain)
343         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
344         multibyte-string-p.
345
346         * lpath.el: Revert.
347
348 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
349
350         * message.el (message-forward-make-body-mml): Assume original message
351         is multibyte string; error on unibyte.
352         (message-forward-make-body-plain): Ditto; don't add excessive newline
353         in body end.
354
355         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
356
357 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
358
359         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
360         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
361
362 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * mm-extern.el (mm-extern-url): Don't use
365         mm-with-unibyte-current-buffer.
366         (mm-extern-cache-contents): Use with-current-buffer instead of
367         save-excursion + set-buffer.
368
369 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
370
371         * mm-util.el (mm-emacs-mule): Remove.
372
373 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
374
375         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
376         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
377         change.
378
379 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
382         bind the default value of enable-multibyte-characters to nil.
383
384 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * message.el (message-forward-make-body-plain)
387         (message-forward-make-body-mml):
388         Don't use mm-with-unibyte-current-buffer.
389
390 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
391
392         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
393
394 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
395
396         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
397         (Bug#5592).
398
399 2010-05-07  Julien Danjou  <julien@danjou.info>
400
401         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
402         it to mm-pipe-part.
403
404         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
405         it is given.
406
407 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * binhex.el (binhex-decode-region-internal)
410         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
411         (dns-query)
412         * nnweb.el (nnweb-gmane-search)
413         * pgg-parse.el (pgg-parse-armor)
414         * pgg.el (pgg-verify-region)
415         * sha1.el (sha1-string-external)
416         * uudecode.el (uudecode-decode-region-internal)
417         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
418         XEmacs.
419
420         * gnus-art.el (gnus-article-browse-html-parts)
421         * gnus-group.el (gnus-read-ephemeral-gmane-group)
422         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
423         make-temp-file.
424
425         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
426         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
427         compiling.
428
429         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
430         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
431         XEmacs when compiling.
432
433         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
434         gnus-pick-mode-off-hook for XEmacs when compiling.
435         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
436         gnus-binary-mode-off-hook for XEmacs when compiling.
437
438         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
439         nil if char-charset is not available.
440
441         * imap.el (imap-disable-multibyte)
442         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
443         macros.
444
445         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
446         instead of encode-coding-string.
447
448         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
449         'xemacs) instead of mm-emacs-mule to switch function definitions.
450         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
451
452         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
453         bind temporary-file-directory for XEmacs;
454         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
455         timer-set-function for XEmacs 21.4 and SXEmacs;
456         bind timer-list for XEmacs 21.4 and SXEmacs;
457         fbind char-charset and find-charset-region for non-Mule XEmacs;
458         fbind decode-coding-region, decode-coding-string, detect-coding-region,
459         encode-coding-region and encode-coding-string for XEmacs having no
460         file-coding feature.
461
462 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
463
464         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
465
466 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
467
468         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
469         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
470
471 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
472
473         * mm-util.el (mm-decompress-buffer): Use `delete-file';
474         alias `jka-compr-delete-temp-file' no longer exists.
475
476 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
477
478         Use define-minor-mode in Gnus where applicable.
479         * mml.el (mml-mode): Use define-minor-mode.
480         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
481         (gnus-undo-mode): Use define-minor-mode.
482         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
483         (gnus-dead-summary-mode): Use define-minor-mode.
484         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
485         Initialize in declaration.
486         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
487         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
488         (gnus-mailing-list-mode): Use define-minor-mode.
489         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
490         (gnus-draft-mode): Use define-minor-mode.
491         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
492         (gnus-dired-mode): Use define-minor-mode.
493
494 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
495
496         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
497         handles on recursive mml-to-mime translation and check them for
498         boundary delimiter collisions.  Reported by Greg Troxel.
499
500 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
503
504 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
505
506         * mm-util.el (mm-find-buffer-file-coding-system):
507         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
508
509 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
510
511         * message.el (message-generate-headers): Record insertion of optional
512         headers as well.  Otherwise the check to prevent repeated insertion of
513         optional headers is a no-op.
514
515 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
516
517         * smime.el: Don't mention CVS.
518
519         * nnrss.el (nnrss-fetch): Don't mention CVS.
520
521         * nnir.el: Don't mention CVS.
522
523 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
524
525         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
526
527 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * lpath.el: Fbind bookmark-default-handler,
530         bookmark-get-bookmark-record, bookmark-make-record-default,
531         bookmark-prop-get for Emacs <23 and XEmacs.
532
533 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
534
535         * gnus-sum.el: Add bookmark declarations to silence the compiler.
536         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
537         Use with-current-buffer to silence the byte-compiler.
538         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
539         bother to require `gnus'.
540         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
541
542 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
543
544         * gnus-sum.el (gnus-summary-bookmark-make-record)
545         (gnus-summary-bookmark-jump): New functions.
546         (gnus-summary-mode): Setup bookmark support.
547
548 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
549
550         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
551         if set.
552
553 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
554
555         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
556         gnus-article-browse-html-save-cid-image; make it work recursively for
557         forwarded messages as well.
558         (gnus-article-browse-html-parts): Work when prefix arg is given.
559         (gnus-article-browse-html-article): Doc fix.
560
561 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
562
563         * message.el (message-default-mail-headers):
564         (message-default-headers): Carry the value mail-default-headers over
565         into message-default-mail-headers, rather than message-default-headers.
566
567 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
568
569         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
570         charset.
571
572         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
573         charset into the <meta> tag when the article is encoded to utf-8.
574
575 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
576
577         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
578         directories as well.
579         (gnus-article-browse-html-parts): Work for images that do not specify
580         file names; delete temp directory when quitting; insert header at the
581         right place; use file: scheme for image files.
582
583 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
584
585         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
586         (gnus-article-browse-html-parts): Use it to make temporary cid image
587         files in addition to html file so that browser may display them.
588
589 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
592
593 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
594
595         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
596
597 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
598
599         * auth-source.el (auth-sources): Change default to be simpler.  Explain
600         about Secret Service API sources.  Improve Customize options.
601         (auth-source-pick): Change to accept any number of search parameters.
602         Implement fallbacks iteratively, not recursively.  Add scoring on the
603         second pass and sort by score.  Call Secret Service API when needed.
604         (auth-source-user-or-password): Use it.  Call Secret Service API
605         directly when needed to get the user name and the password.
606
607 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
608
609         * message.el (message-interactive): Doc fix.
610         (message-qmail-inject-args): Reflow.
611         (message-kill-to-signature): Fix typo in docstring.
612
613         * smiley.el (smiley-buffer): Fix typo in docstring.
614
615 2010-03-24  Glenn Morris  <rgm@gnu.org>
616
617         * mail-source.el (gnus-message): Declare.
618         (mail-source-delete-old-incoming): Require gnus-util.
619
620 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
623
624         * message.el (ecomplete-setup): Autoload it for Emacs <23.
625
626         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
627         password-cache's default if it is not bound.
628         (mml-secure-passphrase-cache-expiry): Default to 16 that is
629         password-cache-expiry's default if it is not bound.
630
631         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
632         available in Emacs 21.
633
634         * lpath.el: Suppress compiler warnings for:
635         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
636         XEmacs;
637         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
638         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
639         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
640
641 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
642
643         * auth-source.el (auth-sources): Fix up definition so extra parameters
644         are always inline.
645
646 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
647
648         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
649         wasn't updated after mismatch.  Clear cached mailbox info correctly
650         when uidvalidity changes.
651         (nnimap-group-prefixed-name): New function to avoid some code
652         duplication.
653         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
654         (nnimap-request-group): Use it.
655         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
656         (nnimap-update-unseen): Significantly improved speed of Gnus startup
657         with many imap folders.  This is done by caching the group status from
658         the imap server persistently in a group parameter `imap-status'.  (This
659         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
660         but not persistently, so every Gnus startup was still very slow.)
661
662 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
663
664         * assistant.el (assistant-render-text): Run `widget-setup' and don't
665         delete the extra newline.  Otherwise editing of :string and :number
666         types don't work.
667
668 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
669
670         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
671         secrets.el dependency.
672         (auth-sources): Add optional user name.  Add secrets.el configuration
673         choice (unused right now).
674
675 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
676
677         * gnus-sum.el (gnus-summary-make-menu-bar): Let
678         `gnus-registry-install-shortcuts' fill in the functions.
679
680         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
681         warnings.
682         (gnus-registry-misc-menus): Variable to hold registry mark menus.
683         (gnus-registry-install-shortcuts): Populate and use it in a
684         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
685
686 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
687
688         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
689         In-place substitutions for the group name encoding/decoding.
690         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
691         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
692         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
693         (nnimap-update-unseen, nnimap-request-list)
694         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
695         (nnimap-request-set-mark, nnimap-split-to-groups)
696         (nnimap-split-articles, nnimap-request-newgroups)
697         (nnimap-request-create-group, nnimap-request-accept-article)
698         (nnimap-request-delete-group, nnimap-request-rename-group)
699         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
700         `encoded-mbx' for consistency.
701         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
702         variable `imap-current-mailbox'.
703
704         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
705         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
706
707 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
708
709         * pop3.el (pop3-display-message-size-flag): Display message size byte
710         counts during POP3 download.
711         (pop3-movemail): Use it.
712         (pop3-list): Implement listing of available messages.
713
714 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
715
716         * nnir.el (nnir-get-article-nov-override-function): New function to
717         override the normal NOV retrieval.
718         (nnir-retrieve-headers): Use it.
719
720 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
721
722         * auth-source.el (netrc-machine-user-or-password): Autoload.
723
724 2010-03-19  Glenn Morris  <rgm@gnu.org>
725
726         Stop message.el from loading about 40 libraries it doesn't always need.
727         The general approach is to autoload rather than require, and to
728         require in the specific functions rather than the file.  (Bug#5642)
729
730         * gmm-utils.el: Don't require wid-edit.
731         (widget-create-child-value, widget-convert, widget-default-get):
732         Autoload.
733
734         * gnus-util.el: Don't require time-date, netrc.
735         (message-fetch-field, gnus-group-name-decode): Declare rather than
736         autoloading.
737         (gnus-fetch-field): Require message.
738         (gnus-decode-newsgroups): Require gnus-group.
739
740         * ietf-drums.el: Don't require time-date.
741
742         * message.el: Don't require hashcash, canlock, ecomplete.
743         Do require mail-utils.  Require nnheader only when compiling.
744         (smtpmail-default-smtp-server): Remove declaration.
745         (message-send-mail-function): Check smtpmail-default-smtp-server
746         is bound rather than requiring smtpmail.
747         (message-auto-save-directory, message-insert-signature): Use
748         expand-file-name rather than nnheader-concat.
749         (nnheader-insert-file-contents): Autoload.
750         (hashcash-wait-async): Declare.
751         (message-send-mail): Only call gnus-setup-posting-charset if
752         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
753         (message-send-mail-with-sendmail): Require sendmail.
754         (canlock-password, canlock-password-for-verify): Declare.
755         (message-canlock-password): Require canlock.
756         (nnheader-get-report): Autoload.
757         (gnus-setup-posting-charset): Declare.
758         (message-send-news): Require gnus-msg.
759         (message-make-references, message-make-in-reply-to): Use mail-header-id
760         rather than the alias mail-header-message-id.
761         (ecomplete-add-item, ecomplete-save): Declare.
762         (message-put-addresses-in-ecomplete): Require ecomplete.
763         (ecomplete-display-matches): Autoload.
764
765         * mm-decode.el: Don't require mailcap, gnus-util.
766         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
767         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
768         Autoload.
769         (mailcap-mime-extensions): Declare.
770
771         * mm-encode.el: Don't require mailcap.
772         (mailcap-extension-to-mime): Autoload.
773
774         * mml-sec.el: Don't require password-cache.
775
776         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
777         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
778         (mml-minibuffer-read-type): Require mailcap.
779         (mml-preview): Require gnus-msg.
780
781         * mml1991.el: Require password-cache.
782         (password-cache-expiry): Remove declaration.
783
784         * mml2015.el: Require password-cache.
785         (password-cache-expiry): Remove declaration.
786
787         * nneething.el (mailcap): Require mailcap.
788
789         * nnheader.el (declare-function): Add compatibility stub.
790         (message-remove-header): Declare rather than autoload.
791         (nnheader-replace-header): Require message.
792
793         * nnimap.el (declare-function): Add compatibility stub.
794         (netrc-parse, netrc-machine-user-or-password): Declare.
795         (nnimap-open-connection): Require netrc.
796
797         * nntp.el (declare-function): Add compatibility stub.
798         (netrc-parse, netrc-machine, netrc-get): Declare.
799         (nntp-send-authinfo): Require netrc.
800
801         * rfc2047.el: Don't require qp.
802         (quoted-printable-encode-region, quoted-printable-decode-string):
803         Autoload.
804
805         * sieve-mode.el: Don't require easymenu.
806         (easy-menu-add-item): Autoload it.
807
808         * spam-stat.el (time-to-number-of-days): Autoload it.
809
810 2010-03-19  Glenn Morris  <rgm@gnu.org>
811
812         * password-cache.el (password-cache, password-cache-expiry): Autoload.
813
814 2010-03-18  Glenn Morris  <rgm@gnu.org>
815
816         * hashcash.el (declare-function): Remove duplicate definition.
817
818 2010-03-17  Kevin Ryde  <user42@zip.com.au>
819
820         * mml.el (mml-read-tag): Unquote values with `read' to reverse
821         prin1 in mml-insert-tag (just stripping the quotes gave wrong
822         value if any backslash escapes).
823
824 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
827         if it is available.  (bug#5647)
828
829         * lpath.el: Suppress compiler warning for coding-system-from-name for
830         Emacs 21 and XEmacs.
831
832 2010-03-14  Juri Linkov  <juri@jurta.org>
833
834         * hmac-def.el:
835         * hmac-md5.el:
836         * netrc.el: Fix keywords.
837
838 2010-02-26  Glenn Morris  <rgm@gnu.org>
839
840         * message.el (message-send-mail-function): Change the default, so that
841         it inherits from a customized send-mail-function.  (Bug#5643)
842
843 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
844
845         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
846         shell-command-to-string signals an error (bug#5299).
847
848 2010-02-24  Glenn Morris  <rgm@gnu.org>
849
850         * message.el (message-smtpmail-send-it)
851         (message-send-mail-with-mailclient): Doc fixes.
852
853 2010-02-16  Glenn Morris  <rgm@gnu.org>
854
855         * message.el (message-default-mail-headers): Change the default value
856         to ease the transition from mail-mode to message-mode.  (Bug#5555)
857
858 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
861         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
862
863 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
864
865         * time-date.el (date-to-time): Doc fix (Bug#5408).
866
867 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
868
869         * message.el (message-mail): Just pass yank-action on to message-setup.
870         (message-setup): Handle (FUN . ARGS) form of yank-action.
871         (message-with-reply-buffer, message-widen-reply)
872         (message-yank-original): Handle non-buffer values of
873         message-reply-buffer (Bug#4080).
874         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
875
876 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
877
878         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
879         Fix typo in docstring.
880
881 2010-01-08  Jason Rumney  <jasonr@gnu.org>
882
883         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
884         response.
885
886 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
889
890         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
891
892         * message.el (message-check-news-header-syntax): Protect against a
893         string that `rfc822-addresses' returns when parsing fails.
894
895 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
898         (gnus-previous-char-property-change): New functions.
899
900         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
901
902 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
903
904         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
905         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
906
907 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
908
909         * message.el (message-exchange-point-and-mark): Rework last change to
910         avoid using optional arg of exchange-point-and-mark, for backward
911         compatibility.
912
913 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
914
915         * message.el (message-exchange-point-and-mark): Call
916         exchange-point-and-mark with an argument rather than setting
917         mark-active by hand (Bug#5175).
918
919 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * nntp.el (nntp-service-to-port): Work for service expressed with
922         numeric string; replace [:digit:] with [0-9] for XEmacs.
923
924 2009-12-17  Glenn Morris  <rgm@gnu.org>
925
926         * gnus-group.el (gnus-bug-group-download-format-alist):
927         Change emacs entry to debbugs.gnu.org.  Bump :version.
928
929 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
930
931         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
932
933 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
934
935         * message.el (message-info): Explain why we use `Info-goto-node'.
936
937 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
940
941 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
942
943         * message.el (message-completion-in-region): New compatibility function.
944         (message-expand-group): Use it.
945
946 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
947
948         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
949         with no unread article should be listed if the 2nd arg `predicate' is
950         given.
951
952 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
955
956 2009-11-29  Juri Linkov  <juri@jurta.org>
957
958         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
959         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
960         on `gnus-recenter'. (Bug#4698, Bug#4981)
961
962 2009-11-26  Kevin Ryde  <user42@zip.com.au>
963
964         * sha1.el (sha1-string-external): default-directory "/" in case
965         otherwise non-existent.  process-connection-type pipe for touch of
966         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
967
968 2009-11-25  Kevin Ryde  <user42@zip.com.au>
969
970         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
971         it's comms related and sgml-mode.el has "comm" on that basis too.
972
973 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
974
975         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
976         containing tspecial characters if they have been already quoted.
977
978 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
979
980         * dns-mode.el (auto-mode-alist): Purecopy string.
981
982 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
983
984         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
985
986 2009-10-24  Glenn Morris  <rgm@gnu.org>
987
988         * gnus-art.el (help-xref-stack-item): Define for compiler.
989
990 2009-10-21  Kevin Ryde  <user42@zip.com.au>
991
992         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
993
994 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
997
998 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
999
1000         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
1001         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
1002
1003 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1004
1005         * gnus.el (gnus-overlay-get): New alias to overlay-get.
1006         (gnus-overlays-in): New alias to overlays-in.
1007
1008         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1009         gnus-overlay-get, and gnus-delete-overlay.
1010         (gnus-summary-show-thread): Make it work as well for systems in which
1011         next-single-char-property-change is not available.
1012         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1013
1014         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1015         (gnus-overlay-get): New alias to extent-property.
1016         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1017
1018         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1019         SXEmacs.
1020
1021         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1022         SXEmacs.
1023
1024 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1025
1026         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1027
1028 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1029
1030         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1031         and XEmacs that don't have `remove-overlays'.
1032
1033 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1034
1035         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1036         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1037         selective display.  Use overlays instead.
1038
1039 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1040
1041         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1042
1043 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1044
1045         * spam-stat.el (spam-stat-load): Fix typo in message.
1046
1047 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1048
1049         * dig.el (dig-invoke): Fix typo in docstring.
1050         (query-dig): Reflow docstring.
1051
1052 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1053
1054         * gnus-art.el (gnus-article-encrypt-body):
1055         * message.el (message-check-recipients):
1056         * mm-util.el (mm-codepage-setup):
1057         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1058         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1059
1060 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1061
1062         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1063         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1064         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1065         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1066         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1067
1068 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1069
1070         * dig.el: Add "Keywords: comm", as per net-utils.el.
1071
1072 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1073
1074         * dig.el (dig-mode): Use define-derived-mode.
1075
1076 2009-09-19  Glenn Morris  <rgm@gnu.org>
1077
1078         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1079
1080 2009-09-18  Glenn Morris  <rgm@gnu.org>
1081
1082         * gnus-diary.el (gnus-diary-check-message):
1083         * message.el (message-insert-formatted-citation-line):
1084         * nnbabyl.el (top-level):
1085         * nndiary.el (nndiary-schedule):
1086         Fix typos in condition-case handlers.
1087
1088 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1089
1090         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1091         configuration that provides the sole article window in a frame;
1092         position point correctly after deleting a part.
1093
1094 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1095
1096         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1097         (spam-resolve-registrations-routine): Use it to unregister articles
1098         that change status.
1099
1100 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1101
1102         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1103         with XEmacs.
1104         (parse-time-string-chars): Use it.
1105
1106 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1107
1108         * imap.el (imap-interactive-login): Better messages.
1109         (imap-open): Fix bug with renamed buffer on reconnect.
1110         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1111         for easier debugging and cleaner code.  On successful (guessed based on
1112         server capabilities) secondary authentication, set imap-state
1113         correctly.
1114         (imap-last-authenticator): Define imap-last-authenticator as a variable
1115         to avoid warnings.
1116
1117 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * nnrss.el (nnrss-request-article): Remove binding of
1120         default-enable-multibyte-characters that has gotten needless by
1121         the 2007-07-13 change in rfc2047-encode-message-header.
1122
1123         * mml.el (mml-insert-multipart): Error on the message header.
1124         (mml-insert-part): Error on the message header; position point at
1125         the end of a MIME tag.
1126
1127 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1128
1129         * time-date.el (autoload): Expand define-obsolete-function-alias into
1130         defalias and make-obsolete for old Emacsen that Gnus supports.
1131         (with-no-warnings): Define it for old Emacsen.
1132         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1133         is available.
1134         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1135         float-time is available; suppress compile warning for time-to-seconds.
1136
1137         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1138         (gnus-float-time): Alias to float-time if it exists.
1139
1140         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1141         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1142         float-time is available; suppress compile warning for time-to-seconds.
1143
1144         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1145         XEmacs.
1146
1147 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1148
1149         * imap.el (imap-message-map): Docstring fix.
1150
1151 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1154         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1155         Add the optional argument `encoding' that overrides the default.
1156
1157         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1158         mm-encode-buffer.
1159
1160 2009-09-04  Glenn Morris  <rgm@gnu.org>
1161
1162         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1163         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1164         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1165         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1166         * mm-util.el (mm-with-unibyte-current-buffer)
1167         (mm-find-buffer-file-coding-system):
1168         * yenc.el (yenc-decode-region): Use default-value rather than
1169         default-enable-multibyte-characters.
1170
1171 2009-09-03  Glenn Morris  <rgm@gnu.org>
1172
1173         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1174         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1175         than default-enable-multibyte-characters.
1176
1177 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1178
1179         * gnus-art.el (gnus-article-read-summary-keys):
1180         Fix gnus-buffer-configuration's value temporarily used.
1181
1182 2009-09-02  Glenn Morris  <rgm@gnu.org>
1183
1184         * gnus-util.el (gnus-float-time): New function.
1185         * gnus-delay.el (gnus-delay-article):
1186         * gnus-sum.el (gnus-thread-latest-date):
1187         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1188         * nnspool.el (nnspool-request-newgroups):
1189         Use gnus-float-time rather than time-to-seconds.
1190         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1191
1192         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1193         (gnus-header-subject-face, gnus-header-newsgroups-face)
1194         (gnus-header-name-face, gnus-header-content-face):
1195         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1196         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1197         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1198         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1199         (gnus-cite-face-11):
1200         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1201         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1202         (gnus-server-closed-face, gnus-server-denied-face)
1203         (gnus-server-offline-face):
1204         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1205         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1206         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1207         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1208         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1209         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1210         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1211         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1212         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1213         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1214         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1215         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1216         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1217         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1218         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1219         (gnus-summary-high-undownloaded-face)
1220         (gnus-summary-low-undownloaded-face)
1221         (gnus-summary-normal-undownloaded-face)
1222         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1223         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1224         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1225         (gnus-splash-face):
1226         * message.el (message-header-to-face, message-header-cc-face)
1227         (message-header-subject-face, message-header-newsgroups-face)
1228         (message-header-other-face, message-header-name-face)
1229         (message-header-xheader-face, message-separator-face)
1230         (message-cited-text-face, message-mml-face):
1231         * sieve-mode.el (sieve-control-commands-face)
1232         (sieve-action-commands-face, sieve-test-commands-face)
1233         (sieve-tagged-arguments-face):
1234         * spam.el (spam-face):
1235         Mark face aliases with "-face" in the name as obsolete.
1236
1237 2009-09-01  Glenn Morris  <rgm@gnu.org>
1238
1239         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1240         than goto-line.
1241
1242 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1245         Don't move point if the command is invoked inside the message header.
1246
1247 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1248
1249         * imap.el (imap-send-command): Simplify.
1250         (imap-wait-for-tag): point-max -> buffer-size.
1251
1252 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1253
1254         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1255         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1256         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1257         * nnir.el (nnir-swish-e-index-file):
1258         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1259         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1260         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1261         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1262         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1263         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1264
1265 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1268         Don't save excursion.
1269
1270 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1271
1272         * nnheader.el (nnheader-find-file-noselect):
1273         * mm-util.el (mm-insert-file-contents):
1274         Use (default-value 'major-mode) instead of default-major-mode.
1275
1276 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1277
1278         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1279
1280 2009-08-26  Glenn Morris  <rgm@gnu.org>
1281
1282         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1283         than placing in files.el.
1284
1285 2009-08-25  Glenn Morris  <rgm@gnu.org>
1286
1287         * nnir.el (top-level): Don't require cl at run-time.
1288         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1289         Replace cl-function substitute with gnus-replace-in-string.
1290         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1291         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1292         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1293         simplified expansions.
1294
1295 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1296
1297         * dig.el (dig): Add autoload cookie.
1298
1299 2009-08-22  Glenn Morris  <rgm@gnu.org>
1300
1301         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1302         goto-line.
1303
1304 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1305
1306         * parse-time.el (parse-time-string-chars): Save match data.
1307
1308 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1309
1310         * parse-time.el (parse-time-string-chars): Compute using character
1311         classes, to handle non-ascii characters (Bug#3190).
1312
1313 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1316
1317         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1318         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1319         (gnus-mm-display-part, gnus-mime-display-single)
1320         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1321         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1322
1323         * gnus-sum.el
1324         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1325         (gnus-summary-move-article): Add expirable mark to articles copied or
1326         moved to group that has auto-expire turned on if the option is non-nil.
1327
1328 2009-07-24  Glenn Morris  <rgm@gnu.org>
1329
1330         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1331         Fix typo.  (Bug#3903)
1332
1333 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1336         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1337         that should not be used for draft articles.
1338         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1339         that has no concern in minor mode keys.
1340         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1341         Abolish.
1342
1343 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1346         article without making inquiry to a user for unknown encoding.
1347
1348         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1349         (nnmaildir--scan): Assume i-node and device number that file-attributes
1350         returns might be cons-cell.
1351
1352         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1353
1354         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1355
1356 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1357
1358         * auth-source.el: Remove docs now in auth.texi.  Don't use
1359         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1360         `auth-source-hide-passwords' and use them.
1361
1362 2009-07-15  Glenn Morris  <rgm@gnu.org>
1363
1364         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1365
1366 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1369         excessive whitespace from the default values of title and description.
1370
1371 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1372
1373         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1374         mail-fetch-field to fetch Content-Description header in order to
1375         exclude newlines.
1376
1377 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1378
1379         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1380         format used by GnuPG 2.0.11.
1381
1382 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1385         to deleted part.
1386
1387 2009-05-30  David Engster  <dengste@eml.cc>
1388
1389         * nnmairix.el: Remove old documentation in the commentary block.
1390         (nnmairix-request-group): Do not update active file for nnml back ends.
1391         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1392         end so that overview files are ignored.
1393         (nnmairix-update-groups): Make updating the groups more robust by using
1394         marks.
1395         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1396         with dollar characters in message-id.
1397
1398 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1399
1400         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1401         2008-12-25 in dns.el.
1402
1403 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1404
1405         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1406         could happen if the text is only composed of spaces and/or tabs.
1407
1408 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1409
1410         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1411         when sending a queued message to avoid extra mml tags.
1412
1413 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1416
1417 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1418
1419         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1420         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1421         rmail-toggle-header for XEmacs;
1422         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1423
1424 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * gnus-dired.el: Remove autoload for gnus-setup-message.
1427         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1428         displaying Gnus logo; always use compose-mail.
1429
1430 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1431
1432         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1433
1434 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1435
1436         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1437         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1438         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1439         available.
1440         (gnus-nocem-epg-verify): New function.
1441
1442 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1443
1444         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1445
1446 2009-02-15  Glenn Morris  <rgm@gnu.org>
1447
1448         * gnus-util.el (rmail-insert-rmail-file-header)
1449         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1450         autoloads.
1451         (rmail-default-rmail-file): Remove unnecessary declaration.
1452         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1453
1454 2009-02-14  Glenn Morris  <rgm@gnu.org>
1455
1456         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1457         variable (only used in gnus-util, which declares it anyway).
1458         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1459         which was only needed by gnus-art (changed to not use it any more).
1460         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1461         only used in gnus-util, which autoloads it itself.
1462         (rmail-update-summary): Fix autoload.
1463
1464         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1465         rather than rmail-output-to-rmail-file.
1466
1467 2009-02-07  Glenn Morris  <rgm@gnu.org>
1468
1469         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1470         autoload of function that no longer exists.
1471         (rmail-toggle-header): Declare.
1472         (message-forward-rmail-make-body): Handle mbox Rmail.
1473
1474 2009-01-31  Glenn Morris  <rgm@gnu.org>
1475
1476         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1477         2009-01-09 change.
1478
1479 2009-01-31  Dave Love  <fx@gnu.org>
1480
1481         * imap.el (imap-fetch-safe): Bind debug-on-error.
1482         (imap-debug): Add imap-fetch-safe.
1483
1484 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1485
1486         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1487         (auth-source-forget-all-cached): New convenience function.
1488         (auth-source-user-or-password): Accept list of modes or a single mode.
1489
1490         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1491         auth-source modes.
1492
1493         * netrc.el (netrc-machine-user-or-password): Use list of
1494         auth-source modes.
1495
1496         * nnimap.el (nnimap-open-connection): Use list of
1497         auth-source modes.
1498
1499         * nntp.el (nntp-send-authinfo): Use list of
1500         auth-source modes.
1501
1502 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1503
1504         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1505         now.
1506
1507 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1510         coding system in XEmacs; add a workaround for XEmacs.
1511
1512         * lpath.el: Fbind coding-system-aliasee.
1513
1514 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1517         of current-language-environment.
1518
1519 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1520
1521         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1522         available at runtime.
1523
1524 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1527
1528 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1529
1530         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1531         the greatest positive fixnum value doesn't work under an XEmacs with
1532         bignum support; use the most-positive-fixnum constant instead,
1533         available since Emacs 21.1 with cl and XEmacs 21.1.
1534
1535 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1538         XEmacs gets not to work.
1539
1540 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * mm-util.el (mm-coding-system-priorities): Allow the value like
1543         "Japanese (UTF-8)" of current-language-environment.
1544
1545 2009-01-09  Glenn Morris  <rgm@gnu.org>
1546
1547         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1548         with last-command-event.
1549
1550 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1551
1552         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1553         in the doc string.
1554
1555         * message.el (message-fix-before-sending): Amend comment.
1556
1557 2009-01-08  Dave Love  <fx@gnu.org>
1558
1559         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1560
1561 2009-01-07  David Engster  <dengste@eml.cc>
1562
1563         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1564         simplified server definitions by converting it via
1565         gnus-server-to-method.
1566
1567 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1568
1569         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1570         parameter's operands.
1571
1572 2009-01-06  David Engster  <dengste@eml.cc>
1573
1574         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1575         primary select method (for gnus-group-mark-article-as-read).
1576
1577 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1578
1579         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1580         `(gnus)Face', not `(gnus)X-Face'.
1581
1582 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1583
1584         * mm-util.el (mm-ucs-to-char): New function.
1585
1586         * mm-url.el (mm-url-decode-entities): Use it.
1587
1588         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1589         unicode-to-char.
1590
1591 2009-01-05  Dave Love  <fx@gnu.org>
1592
1593         * time-date.el: Require cl for `declare'.
1594
1595 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1596
1597         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1598         Dave Love.
1599
1600 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1601
1602         * message.el (message-fix-before-sending): Add `eight-bit' to
1603         illegible-text check.
1604
1605 2009-01-03  Michael Olson  <mwolson@gnu.org>
1606
1607         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1608         `headers' is nil.  This can occur if the IMAP server does not have
1609         permissions to read messages from a folder, but can write new messages
1610         to the folder.
1611         (nnimap-request-article-part): Do not insert `data' if it is nil.
1612
1613         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1614         characters which will confuse `read', so skip past them.
1615
1616 2009-01-01  Dave Love  <fx@gnu.org>
1617
1618         * imap.el (imap-string-to-integer): Fix typo.
1619         (imap-fetch-safe): New function.
1620         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1621
1622         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1623
1624         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1625         (imap-parse-greeting): Fix doc strings.
1626         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1627         (imap-parse-flag-list): Make messages unique.
1628         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1629
1630         * nnimap.el: Fix author email.
1631         (nnimap-split-rule): Add FIXME comment.
1632         (nnimap-debug): Fix doc string.
1633
1634 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1635
1636         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1637
1638 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1639
1640         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1641         nslookup if resolv.conf isn't available.
1642         (dns-query): Rename from query-dns.
1643         (dns-query-cached): Rename from query-dns-cached.
1644
1645 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1646
1647         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1648         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1649         to check if those variables exist (first appeared in Emacs 18.50).
1650
1651 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1652
1653         * mm-util.el (mm-line-number-at-pos): New function.
1654
1655         * spam-report.el (spam-report-process-queue): Use it.
1656
1657 2008-12-24  David Engster  <dengste@eml.cc>
1658
1659         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1660         parameters that haven't existed as variables as buffer-local variables.
1661
1662 2008-12-23  Dave Love  <fx@gnu.org>
1663
1664         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1665         cadar.
1666
1667         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1668         imap-starttls-p.
1669         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1670
1671 2008-12-22  Dave Love  <fx@gnu.org>
1672
1673         * imap.el: Fix author email.  Doc fixes.
1674         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1675         reply.
1676
1677 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1678
1679         * spam-report.el (spam-report-gmane-max-requests): New constant.
1680         (spam-report-gmane-wait): New variable.
1681         (spam-report-gmane-ham, spam-report-gmane-spam)
1682         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1683         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1684         the server.
1685
1686         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1687         Add explanations.
1688
1689         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1690         nnheader-accept-process-output and nnheader-read-timeout if available.
1691         (pop3-movemail): Use it.
1692
1693         * message.el (message-check-news-body-syntax): Fix signature check if
1694         there's an attachment.
1695
1696 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * mm-util.el: Add comments to the mm- emulating functions.
1699
1700 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1701
1702         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1703         by Stephen Berman <stephen.berman@gmx.net>.
1704
1705 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1706
1707         * mm-util.el (mm-substring-no-properties): New function.
1708         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1709         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1710         (mm-string-to-multibyte): Doc fix.
1711
1712         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1713
1714 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1715
1716         * mml.el (mml-attach-file): Strip text properties from file name.
1717         (Bug#1574)
1718
1719 2008-12-16  Glenn Morris  <rgm@gnu.org>
1720
1721         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1722
1723 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1724
1725         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1726         knows since the charset specified might be a bogus alias that
1727         mm-charset-synonym-alist provides.
1728
1729 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1730
1731         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1732         "ISO_8859-1".
1733
1734         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1735
1736 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * mm-util.el (mm-charset-eval-alist):
1739         Define it before mm-charset-to-coding-system.
1740         (mm-charset-to-coding-system): Add optional argument `silent';
1741         define it before mm-charset-override-alist.
1742         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1743         default value if it can be used in Emacs currently running;
1744         silence mm-charset-to-coding-system.
1745
1746 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1749         `allow-override' which says whether to use `mm-charset-override-alist'.
1750         (rfc2047-decode-encoded-words): Use it.
1751
1752         * mm-util.el (mm-charset-override-alist): Fix custom type;
1753         add `(gb2312 . gbk)' to choices.
1754
1755 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1756
1757         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1758         fast.
1759
1760         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1761
1762         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1763
1764 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1765
1766         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1767         on links.
1768
1769         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1770
1771 2008-12-03  Lute Kamstra  <lute@gnu.org>
1772
1773         * sha1.el: Remove leading * from docstrings of defcustoms,
1774         deffaces, defconsts and defuns.
1775
1776 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1777
1778         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1779         users' addresses that don't have domain parts.
1780         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1781         rather than message-narrow-to-head since there will be the message
1782         header separator.
1783
1784 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1785
1786         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1787         since the result is inserted in a unibyte buffer anyway.
1788         (nnimap-demule-use-string-to-multibyte): Remove.
1789         (nnimap-demule): Alias it to mm-string-to-multibyte.
1790
1791 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1792
1793         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1794         variable for debugging bug#464 and bug#1174.
1795         (nnimap-demule): Use it.
1796
1797 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1798
1799         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1800         score calculation correctly.
1801
1802 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1803
1804         * message.el (message-send-mail): Just set the buffer to unibyte
1805         rather than use mm-with-unibyte-current-buffer which does a lot more.
1806         (message-send-mail-partially): Don't bother with
1807         mm-with-unibyte-current-buffer since it's already been made unibyte by
1808         message-send-mail.
1809
1810 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1811
1812         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1813
1814 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1815
1816         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1817
1818 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1819
1820         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1821         require itself and to remove `with-no-warnings'.
1822
1823 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1824
1825         * starttls.el (starttls-any-program-available): Get the name of the
1826         available TLS layer program.
1827         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1828         well as the host name in the "opening" message.
1829
1830         * auth-source.el (auth-source-cache, auth-source-do-cache)
1831         (auth-source-user-or-password): Cache passwords and logins by default,
1832         allow override with `auth-source-do-cache'.
1833         (auth-source-forget-user-or-password): Allow users to remove cache
1834         entries if needed.
1835
1836 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1837
1838         * md4.el (md4-buffer): Fix typo in docstring.
1839         (md4, md4-64): Doc fixes.
1840         (md4-pack-int32): Reflow docstring.
1841
1842 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1843
1844         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1845         condition-case to only the forward-sexp call.
1846
1847 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1848
1849         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1850         quotes contained.  Make it more robust regardless by an extra
1851         condition-case wrapper.
1852
1853 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1854
1855         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1856
1857 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * nnml.el (nnml-request-expire-articles): Check if the function set to
1860         `nnmail-expiry-target' returns the symbol `delete'.
1861
1862         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1863
1864         * nnmail.el (nnmail-expiry-target): Fix custom type.
1865
1866 2008-10-02  Glenn Morris  <rgm@gnu.org>
1867
1868         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1869         Silence compiler warning.
1870
1871 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1872
1873         * tls.el (open-tls-stream): Show the actual command being
1874         executed, instead of the format string.
1875
1876 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * lpath.el: Fbind codepage-setup for Emacs 23.
1879
1880 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1881
1882         * mml.el (mml-menu): Don't assume mml2015 is bound.
1883
1884 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1887         exists.
1888
1889 2008-09-27  Glenn Morris  <rgm@gnu.org>
1890
1891         * gnus-util.el (mail-header-remove-comments): Autoload it.
1892
1893 2008-09-27  Andreas Schwab  <schwab@suse.de>
1894
1895         * gnus-util.el (gnus-split-references): Strip comments.
1896         (gnus-parent-id): Likewise.
1897
1898 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1899
1900         * message.el (message-confirm-send): Fix version.
1901
1902 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1903
1904         * message.el (message-idna-to-ascii-rhs-1): Use
1905         mail-extract-address-components rather than mail-header-parse-addresses
1906         that is an alias by default to ietf-drums-parse-addresses that does not
1907         support non-ASCII names in headers' contents.
1908
1909 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1910
1911         * message.el (message-confirm-send): Fixed variable documentation to
1912         avoid the "y/n" wording.
1913
1914 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1915
1916         * message.el (message-set-auto-save-file-name): Save to a different
1917         filename so multiple messages (especially drafts) can be recovered.
1918
1919 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1920
1921         * message.el (message-confirm-send): Add appropriate version.
1922
1923 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1924
1925         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1926         defvar.
1927
1928 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1929
1930         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1931         (mm-pkcs7-enveloped-magic): Ditto.
1932
1933 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1934
1935         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1936         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1937
1938 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1939
1940         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1941         default, it's better.
1942
1943 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1944
1945         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1946         summary line gnus-number property and ignore them (with a warning
1947         message).
1948
1949 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1950
1951         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1952         macro caddr in the interactive form since it won't be expanded.
1953
1954 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1957         `charset'; fix name of function called recursively.
1958         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1959
1960 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1961
1962         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1963         (gnus-mime-set-charset-parameters): New function.
1964         (gnus-mime-view-part-as-charset): Use it to correctly display part
1965         specifying wrong charset.
1966
1967 2008-09-08  David Engster  <dengste@eml.cc>
1968
1969         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1970         in completing-read for back end server.
1971
1972 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1973
1974         * message.el (message-confirm-send): New variable to confirm sending a
1975         message.
1976         (message-send): Use it.
1977
1978 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1979
1980         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1981
1982 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1985
1986 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1987
1988         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1989         prevent tracking too many groups.
1990         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1991         Use it.
1992
1993 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1994
1995         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1996         moving point to the bottom of the window in order to avoid recentering.
1997
1998 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1999
2000         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
2001
2002         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
2003         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
2004         (gnus-article-beginning-of-window): Fix calculation.
2005
2006 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2007
2008         * gnus-msg.el (gnus-summary-supersede-article)
2009         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2010         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2011         message header.
2012
2013 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2014
2015         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2016         pending output coming after the status change.
2017
2018 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2019
2020         * message.el:
2021         * gnus-start.el:
2022         * gnus-registry.el: Remove VMS support.
2023
2024 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2027         macro.
2028         (rfc2104-hash): Use it.
2029
2030 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2031
2032         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2033         (gnus-summary-sort-by-most-recent-date): New commands.
2034         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2035         and menu entries.
2036
2037 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2040         don't redisplay article for raw contents; remove plural articles stuff.
2041
2042         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2043         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2044         on gnus-summary-save-article; display results properly.
2045
2046 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2047
2048         * lpath.el: No need to fbind ns-focus-frame.
2049
2050 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2053
2054 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2055
2056         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2057         gnus-save-all-headers.
2058
2059 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2060
2061         * gnus-util.el (ns-focus-frame): Remove declaration.
2062         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2063         like x.
2064
2065 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2066
2067         * rfc2104.el (rfc2104-zero): Delete defconst.
2068         (rfc2104-hex-alist): Likewise.
2069         (rfc2104-hex-to-int): Delete func.
2070         (rfc2104-hexstring-to-bitstring): Likewise.
2071         (rfc2104-nybbles): New defconst.
2072         (rfc2104-hash): Rewrite for speed.
2073
2074 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * tls.el (open-tls-stream): Make it work with the 2nd argument
2077         BUFFER that is a string but does not exist as a buffer object, as
2078         mentioned in the doc-string.
2079
2080 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2083         SXEmacs.
2084
2085 2008-07-16  Glenn Morris  <rgm@gnu.org>
2086
2087         * gnus-util.el (ns-focus-frame): Declare for compiler.
2088
2089 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2090
2091         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2092         set as a group parameter.
2093         (gnus-summary-save-in-pipe): Work when it is called independently.
2094         (gnus-summary-pipe-to-muttprint): Don't modify
2095         gnus-summary-pipe-output-default-command.
2096
2097 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2098
2099         * message.el (message-send-mail-with-sendmail):
2100         Display the error message.
2101
2102 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2103
2104         * gnus-art.el (gnus-default-article-saver):
2105         Add gnus-summary-save-in-pipe to choices.
2106         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2107         gnus-summary-pipe-output-default-command as the default command.
2108         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2109         instead of gnus-last-shell-command.
2110
2111         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2112         New user option.
2113         (gnus-summary-muttprint-program): Mention the value will be changed.
2114         (gnus-summary-save-article): Force showing of all headers.
2115         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2116
2117 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2118
2119         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2120
2121 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2122
2123         * nnimap.el (nnimap-id):
2124         * sieve-manage.el (sieve-manage-open): Doc fixes.
2125
2126 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2127
2128         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2129         if available.
2130
2131 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2132
2133         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2134
2135         * nnkiboze.el (nnkiboze-generate-group):
2136         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2137
2138         * nnmairix.el: Require CL.
2139
2140 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * dgnushack.el: Autoload get-display-table and put-display-table for
2143         XEmacs 21.5.
2144
2145         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2146         21.4 and SXEmacs.
2147
2148 2008-06-15  David Engster  <dengste@eml.cc>
2149
2150         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2151
2152 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2153
2154         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2155         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2156         runtime choice under XEmacs.
2157
2158         * gnus-sum.el (gnus-summary-set-display-table):
2159         Use `gnus-put-display-table', `gnus-get-display-table',
2160         `gnus-set-display-table' for the display table, instead of `aset'.
2161
2162         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2163         Use `gnus-put-display-table', `gnus-get-display-table',
2164         `gnus-set-display-table' for the display table.
2165
2166 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2167
2168         * nnmairix.el: Add autoloads.
2169
2170 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2171
2172         * nnmairix.el (nnmairix-delete-recreate-group)
2173         (nnmairix-update-and-clear-marks): Fix error messages.
2174
2175 2008-06-14  David Engster  <dengste@eml.cc>
2176
2177         * nnmairix.el: Upgrade to version 0.6.
2178         (nnmairix-group-toggle-propmarks-this-group)
2179         (nnmairix-group-toggle-readmarks-this-group)
2180         (nnmairix-group-delete-recreate-this-group)
2181         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2182         (nnmairix-remove-tick-mark-original-article): New commands.
2183         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2184         (nnmairix-propagate-marks-to-nnmairix-groups)
2185         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2186         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2187         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2188         functions needed for marks propagation and manipulation of read marks.
2189         (nnmairix-update-groups): New function.
2190         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2191         (nnmairix-determine-original-group-from-registry)
2192         (nnmairix-determine-original-group-from-path)
2193         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2194         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2195         New helper functions.
2196         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2197         keystrokes for new commands.
2198         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2199         (nnmairix-request-group): Check allow-fast group parameter.
2200         (nnmairix-request-create-group): Set allow-fast group parameter if
2201         nnmairix-allowfast-default is set.
2202         (nnmairix-close-group): Propagate marks upon closing if needed.
2203         (nnmairix-group-toggle-threads-this-group): Use new.
2204         nnmairix-group-toggle-parameter helper function.
2205         (nnmairix-search): Better check for empty search result.
2206         (nnmairix-goto-original-article): Use new helper functions for
2207         determining original article.
2208         (nnmairix-show-original-article): Make sure message-id is in brackets.
2209         (nnmairix-call-mairix-binary): Change variable name.
2210         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2211         helper function.
2212         (nnmairix-widget-toggle-activate): Fix doc string.
2213
2214 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2215
2216         * nnir.el: Require edmacro when compiling with XEmacs.
2217         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2218         available in Emacs 21.
2219
2220 2008-06-11  Glenn Morris  <rgm@gnu.org>
2221
2222         * gnus-util.el (x-focus-frame):
2223         * gnus.el (image-size):
2224         * mm-decode.el (image-size): Declare.
2225
2226         * gnus-picon.el (declare-function): Add compat definition.
2227         (image-size): Declare.
2228
2229         * gnus-group.el (tool-bar-map):
2230         * gnus-sum.el (tool-bar-map): Define for compiler.
2231
2232         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2233
2234         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2235
2236         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2237         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2238         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2239         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2240         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2241         * sieve-manage.el, spam-report.el, spam.el:
2242         Remove unnecessary eval-and-compile of autoloads.
2243
2244 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2245
2246         * auth-source.el: Precise Tramp doc.
2247
2248 2008-06-07  Glenn Morris  <rgm@gnu.org>
2249
2250         * nnmairix.el: Remove unnecessary eval-when-compile.
2251
2252 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * lpath.el: Fbind propertize for XEmacs 21.4.
2255
2256 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2257
2258         * nnir.el: Move here from ../contrib.
2259
2260 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2261
2262         * gnus-util.el (gnus-read-shell-command): New function.
2263         * mm-decode.el (mm-pipe-part):
2264         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2265
2266 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2269
2270 2008-06-03  Glenn Morris  <rgm@gnu.org>
2271
2272         * pop3.el (nnheader-accept-process-output): Autoload it.
2273
2274 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2277         are not 2-digit hexadecimal characters that follow `%'s.
2278
2279 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2280
2281         * message.el (message-bogus-recipient-p): Fix type in doc string.
2282         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2283         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2284         Improve custom options.
2285         (message-bogus-recipient-p): Adjust accordingly.
2286
2287 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2288
2289         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2290         long-form month and day names.
2291
2292 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * dgnushack.el: Autoload debug, eudc-expand-inline and
2295         pgg-snarf-keys-region for XEmacs.
2296
2297         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2298
2299         * nnmairix.el: Require edmacro when compiling with XEmacs.
2300
2301 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2302
2303         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2304         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2305
2306 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2307
2308         * auth-source.el: Add more docs.
2309
2310         * netrc.el (netrc-machine): Always match if the port is not given.
2311
2312 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2315         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2316         retrieval faster in some cases, but might make CPU usage larger.  If
2317         this has any bad side effects, we might revert this change.
2318
2319         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2320         seems to make mail retrieval much, much faster.
2321         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2322         unconditionally.
2323
2324         * gnus-draft.el (gnus-group-send-queue): Bind
2325         message-send-mail-partially-limit to nil to avoid being prompted.
2326
2327 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2328
2329         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2330
2331         * message.el (message-bogus-address-regexp): Fix and improve custom
2332         type.
2333         (message-setup-hook): Add message-check-recipients as custom option.
2334
2335 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2336
2337         * message.el (message-cite-function): Remove bogus autoload which crept
2338         in during merge from v5-10.
2339
2340 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2341
2342         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2343
2344         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2345
2346         * auth-source.el: Preliminary Tramp docs.
2347         (auth-sources): Change the default auth-sources to use
2348         EPA .gpg files.
2349
2350 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2351
2352         * nntp.el: Autoload `auth-source-user-or-password'.
2353         (nntp-send-authinfo): Use it.
2354
2355         * nnimap.el: Autoload `auth-source-user-or-password'.
2356         (nnimap-open-connection): Use it.
2357
2358         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2359         for the gnus-message function.
2360         (auth-source-user-or-password): Use it.
2361
2362 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2363
2364         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2365         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2366         (rfc2104-hash): Use it.
2367
2368 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2369
2370         * gnus-art.el (gnus-article-toggle-truncate-lines):
2371         Don't use `iff' in docstring.
2372
2373 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2374
2375         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2376
2377         * gnus-util.el (gnus-extract-address-component-name)
2378         (gnus-extract-address-component-email): Convenience functions around
2379         `gnus-extract-address-components'.
2380
2381         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2382         Use `gnus-extract-address-component-email' to fix bug of comparing full
2383         sender name to `user-mail-address'.
2384
2385 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2386
2387         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2388         catch/throw to optimize.
2389         (gnus-registry-find-keywords): Just use member to find a keyword.
2390
2391 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2392
2393         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2394         is current before calling gnus-server-prepare.
2395         (gnus-server-setup-buffer, gnus-server-update-server)
2396         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2397
2398 2008-05-04  Juri Linkov  <juri@jurta.org>
2399
2400         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2401         (mailcap-file-default-commands): Use mailcap-replace-in-string
2402         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2403         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2404
2405 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2406
2407         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2408
2409 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2410
2411         * gnus.el: Bump version to 0.11.
2412
2413 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2414
2415         * gnus.el: No Gnus v0.10 is released.
2416
2417 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2418
2419         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2420         hooks.
2421         (gnus-update-read-articles): Speed up non-marks-using users.
2422         (gnus-use-marks): Define gnus-use-marks.
2423         (gnus-propagate-marks): Rename variable to something more sensible.
2424
2425 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2426
2427         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2428         (gmm-image-load-path-for-library): Fix typos in docstrings.
2429         (gmm-message): Reflow docstring.
2430
2431 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2432
2433         * mail-source.el (mail-source-set-1, mail-source-bind):
2434         Move auth-source code out of the macro to clean it up and fix bugs.
2435
2436 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2437
2438         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2439         by sender if it's equal to user-mail-address, it's likely to be
2440         useless.
2441
2442         * mail-source.el (mail-source-bind): Don't use user or password if they
2443         are not bound.  Unintern them if they are nil.  Don't use server unless
2444         it's bound, and default it to empty string otherwise.
2445
2446 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2447
2448         * mail-source.el: Load auth-source.el.
2449         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2450         get user name or password, if auth-sources is set up.
2451
2452         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2453         strategy of splitting with parent.
2454         (gnus-registry-split-fancy-with-parent)
2455         (gnus-registry-post-process-groups): Use it and fix prior
2456         bug (returning a list as the split result).
2457
2458         * auth-source.el (auth-sources): Remove server parameter.
2459         (auth-source-pick, auth-source-user-or-password)
2460         (auth-source-user-or-password-imap)
2461         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2462         (auth-source-user-or-password-sftp)
2463         (auth-source-user-or-password-smtp): Remove server parameter.
2464
2465 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2466
2467         * smime.el (smime-sign-region, smime-encrypt-region)
2468         (smime-decrypt-region):
2469         Remove redundant calls to `generate-new-buffer-name'.
2470
2471 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2472
2473         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2474         Don't use QP for message/rfc822.
2475         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2476
2477 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2478
2479         * sieve-manage.el (sieve-string-bytes): Remove.
2480         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2481         correct byte-length only if the process's coding-system is the same as
2482         the one used internally by Emacs to represent strings.
2483
2484 2008-04-22  Juri Linkov  <juri@jurta.org>
2485
2486         * mailcap.el (mailcap-file-default-commands): New function.
2487
2488 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2489
2490         * message.el (message-signature-separator, message-cite-function):
2491         Change custom version.
2492
2493 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2494
2495         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2496         commands.
2497         (tls-checktrust): Ditto.
2498
2499 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2500
2501         * mm-decode.el (mm-display-external): Make temp file read-only.
2502
2503 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2504
2505         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2506         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2507         `C-c C-f d'.
2508
2509 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2510
2511         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2512
2513 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2514
2515         * gnus.el: Bump version to 0.9.
2516
2517 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2518
2519         * gnus.el: No Gnus v0.8 is released.
2520
2521 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2522
2523         * mail-source.el (mail-source-value):
2524         Prefer fboundp to functionp so it works with macros as well.
2525
2526 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2527
2528         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2529         Fix last change in case the element is not even a symbol.
2530
2531 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2532
2533         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2534         Prefer fboundp to functionp so it works with macros as well.
2535
2536 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2537
2538         * auth-source.el: Added docs.
2539         (auth-sources): Modify format to support server.
2540         (auth-source-pick, auth-source-user-or-password)
2541         (auth-source-user-or-password-imap)
2542         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2543         (auth-source-user-or-password-sftp)
2544         (auth-source-user-or-password-smtp): Add server parameter.
2545
2546 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2547
2548         * gnus-registry.el: Initialize the registry when gnus-registry-install
2549         is t.
2550
2551 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2552
2553         * compface.el (uncompface): Make buffer unibyte.
2554
2555 2008-04-05  Glenn Morris  <rgm@gnu.org>
2556
2557         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2558
2559 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2560
2561         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2562         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2563
2564         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2565         multibyteness after rather than before erasing it.
2566
2567         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2568         mm-with-multibyte.
2569         (gnus-request-article-this-buffer): Make sure the proper decoding is
2570         used if gnus-original-article-buffer happens to be unibyte.
2571
2572         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2573         default-enable-multibyte-characters.
2574
2575         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2576         default-enable-multibyte-characters.
2577
2578         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2579
2580         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2581
2582 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2583
2584         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2585         (imap-message-copyuid-1): Use it.
2586         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2587         J. Williams in
2588         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2589
2590         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2591         imap-enable-exchange-bug-workaround.
2592         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2593
2594 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2595
2596         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2597         a 100 byte status-checks into a 2-3MB transfer for each group.
2598         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2599         to enable bug workaround or not.
2600         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2601
2602 2008-03-31  Glenn Morris  <rgm@gnu.org>
2603
2604         * message.el (mml2015-use): Declare for compiler.
2605         (message-info): Require mml2015 when appropriate.
2606
2607 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2610         whitespace.
2611
2612 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2613
2614         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2615         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2616         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2617         (nntp-service-to-port): New function.
2618         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2619         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2620         (nntp-open-netcat-stream): New function.
2621         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2622
2623 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2624
2625         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2626
2627 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2628
2629         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2630
2631 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2632
2633         * dns.el (dns-write): Use set-buffer-multibyte.
2634
2635 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2636
2637         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2638
2639 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2640
2641         * message.el (message-signature-separator): Change default.
2642         Improve custom type.
2643         (message-cite-function): Change default to
2644         message-cite-original-without-signature.
2645
2646         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2647         toggle.
2648
2649         * message.el (message-check-news-body-syntax): Fix signature check.
2650         (message-setup-1): Mark buffer as unmodified _after_ running
2651         message-setup-hook and handling message-alternative-emails.
2652         (message-shorten-references): Be more strict when building list of
2653         valid references to comply with GNKSA.
2654
2655         * gnus-group.el (gnus-read-ephemeral-bug-group)
2656         (gnus-read-ephemeral-debian-bug-group)
2657         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2658
2659         * message.el (message-info): Don't use booleanp which isn't supported
2660         in Emacs 21 and XEmacs.
2661
2662 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2663
2664         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2665         gnus-group-gmane-group-download-format.
2666         (gnus-group-read-ephemeral-gmane-group): Rename from
2667         gnus-group-read-ephemeral-gmane-group.
2668         (gnus-read-ephemeral-gmane-group-url): Rename from
2669         gnus-group-read-ephemeral-gmane-group-url.
2670         (gnus-bug-group-download-format-alist): New variable.
2671         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2672         (gnus-read-ephemeral-emacs-bug-group): New commands.
2673
2674 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2675
2676         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2677         (gnus-visible-headers): Improve custom type.
2678
2679 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2680
2681         * mml.el (mml-menu): Add workarounds for XEmacs.
2682
2683         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2684         X-Boundary header.
2685
2686         * message.el (message-simplify-recipients): Fix previous commit.
2687
2688 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2689
2690         * mm-util.el (mm-set-buffer-multibyte): New function.
2691         * mm-decode.el (mm-copy-to-buffer): Use it.
2692
2693 2008-03-19  Glenn Morris  <rgm@gnu.org>
2694
2695         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2696         Accidentally removed in the sync process with Emacs.
2697
2698 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2699
2700         * message.el (message-alter-recipients-discard-bogus-full-name):
2701         New function.
2702         (message-alter-recipients-function): New variable.
2703         (message-get-reply-headers): Use it.
2704         (message-replace-header): New helper function.
2705         (message-recipients-without-full-name): New variable.
2706         (message-simplify-recipients): New command.
2707
2708         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2709
2710         * message.el (message-info): Handle EasyPG manual.
2711
2712         * mml.el (mml-menu): Add entry for EasyPG.
2713
2714 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2715
2716         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2717         parameter.
2718
2719         * message.el (message-disassociate-draft): Specify drafts group name
2720         fully.
2721
2722 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2723
2724         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2725         unnecessary duplicates from the match list.
2726
2727 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2730
2731         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2732
2733         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2734         args of `how-many' of which the XEmacs version doesn't take; declare
2735         Info-index-next as function.
2736
2737 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2738
2739         * gnus-score.el (gnus-score-headers): Fix handling of
2740         gnus-inhibit-slow-scoring.
2741
2742         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2743         string.
2744         (gnus-button-url-regexp): Improve handling of parenthesis.
2745         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2746         (gnus-button-handle-info-keystrokes): Handle index entries.
2747
2748 2008-03-15  Glenn Morris  <rgm@gnu.org>
2749
2750         * parse-time.el (parse-time-string): Simplify.
2751
2752 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2753
2754         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2755         Incoming* files.
2756
2757 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2758
2759         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2760         (auth-source-pick): Use it.
2761
2762 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2763
2764         * binhex.el (binhex-decode-region-internal):
2765         * uudecode.el (uudecode-decode-region-internal):
2766         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2767         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2768         setting default-enable-multibyte-characters.
2769
2770 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2771
2772         * auth-source.el (auth-source-protocols)
2773         (auth-source-protocols-customize, auth-source-choices): Added and
2774         modified variable customizations and defaults.
2775         (auth-source-pick, auth-source-user-or-password)
2776         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2777         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2778         (auth-source-user-or-password-sftp)
2779         (auth-source-user-or-password-smtp): Use new variables and provide an
2780         interface to netrc.el.
2781
2782 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2785         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2786         Make sure the nntp port to specify is a string.
2787
2788 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2789
2790         * nntp.el: Use with-current-buffer.
2791         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2792         dubious mm-with-unibyte-current-buffer.
2793         (nntp-with-open-group-function): New function extracted from
2794         nntp-with-open-group macro.
2795         (nntp-with-open-group): Use the function, so it's easier to debug.
2796         Add indentation and debugging info.
2797         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2798         the use of the netcat alternatives.
2799
2800         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2801         Avoid mm-string-as-multibyte as well.
2802
2803         * nnweb.el (nnweb-insert-html):
2804         Remove use of nnheader-string-as-multibyte.
2805
2806         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2807         (nnheader-string-as-multibyte): Remove.
2808
2809         * mm-view.el: Use inhibit-read-only.
2810         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2811         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2812         or unibyte-string.
2813
2814         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2815         (mm-uu-yenc-extract): Use with-current-buffer.
2816
2817         * gnus-soup.el (gnus-soup-send-packet): Don't use
2818         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2819
2820         * nnmh.el: Use with-current-buffer.
2821         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2822         mm-string-as-multibyte on the output of mm-encode-coding-string.
2823
2824         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2825         (nnimap-request-move-article): Use with-current-buffer.
2826
2827         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2828         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2829         conversion uses string-make-unibyte rather than string-as-unibyte.
2830
2831         * gnus-msg.el: Use with-current-buffer.
2832
2833         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2834
2835 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2836
2837         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2838         string for caching if it is 'PIN.
2839
2840 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2841
2842         * lpath.el: Consider the case without Emacs/W3.
2843
2844 2008-03-08  Glenn Morris  <rgm@gnu.org>
2845
2846         * time-date.el (date-to-time, time-subtract, time-add)
2847         (safe-date-to-time): Doc fixes.
2848
2849 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2850
2851         * mail-source.el (mail-source-delete-old-incoming-confirm):
2852         Change default to nil.
2853         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2854
2855 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2856
2857         * lpath.el: Rearrange.
2858
2859         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2860         (gnus-article-goto-prev-page): Work for articles having ^L's.
2861
2862         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2863
2864         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2865
2866 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2867
2868         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2869         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2870         (gnus-bookmark-jump): Adjust some variable names.
2871
2872 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2873
2874         * auth-source.el: New package.
2875         (auth-source-choices): Add customization entry point variable.
2876
2877         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2878         bug.
2879
2880 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2881
2882         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2883         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2884         (gnus-registry-install-shortcuts): Rename from
2885         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2886         the `gnus-registry-mark-map' keymap dynamically from
2887         `gnus-registry-marks'.  The generated functions update the summary line
2888         when a registry mark is added or deleted, and will call
2889         `gnus-registry-install-p' (see the comments in the code).
2890         (gnus-registry-user-format-function-M): Use concat intelligently.
2891
2892         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2893         the registry mark functions.
2894
2895 2008-03-05  Glenn Morris  <rgm@gnu.org>
2896
2897         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2898         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2899         gnus-art.
2900         (top-level): No need to load own source when compiling.
2901
2902 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2903
2904         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2905         Suggested by <chris.anderton@zetnet.co.uk>.
2906
2907 2008-03-04  Glenn Morris  <rgm@gnu.org>
2908
2909         * gnus-sum.el (top-level): No need to require gnus when compiling,
2910         since unconditionally required near start of file.
2911         (gnus-summary-display-while-building): Move definition before use.
2912
2913 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2914
2915         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2916         formatting function.
2917
2918 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2919
2920         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2921         with plists.
2922         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2923         Use new format.
2924
2925 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2928         `where-is-internal' that returns a range of key sequences.
2929
2930 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2931
2932         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2933
2934         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2935         (gnus-summary-jump-to-group): Consider windows on other displayed
2936         frames as well.  Similar changes might be needed elsewhere, but that's
2937         the one I've bumped into during my use.
2938
2939         * nndoc.el (nndoc-oe-dbx-type-p):
2940         * gnus-msg.el (gnus-debug):
2941         * gnus-group.el (gnus-update-group-mark-positions):
2942         Use mm-string-to-multibyte.
2943
2944 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2945
2946         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2947         doesn't handle NotDashEscaped.
2948
2949         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2950         (mml-dnd-attach-options): Fix typo in custom choice.
2951
2952         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2953         nndoc-article-type to mbox.
2954         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2955
2956         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2957         to nil, instead of html2text.
2958
2959         * imap.el (imap-debug): Add `imap-ping-server'.
2960
2961         * gnus-bookmark.el: Add FIXMEs.
2962
2963         * message.el (message-form-letter-separator)
2964         (message-send-form-letter-delay): New variables.
2965         (message-send-form-letter): Use them.  New command to send form
2966         letters.  Requested by Uwe Siart.
2967         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2968
2969 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2970
2971         * Update copyright years.
2972
2973 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2974
2975         Sync from EMACS_22_BASE.
2976
2977         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2978
2979 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2980
2981         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2982         empty author.
2983
2984 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2985
2986         * gnus-registry.el (gnus-registry-marks): Add variable for
2987         customization of marks and their appearance.
2988         (gnus-registry-read-mark): Use it.
2989         (gnus-registry-do-marks): Add utility function to loop through
2990         `gnus-registry-marks'.
2991         (gnus-registry-install-shortcuts-and-menus): Add function to install
2992         shortcuts and menus.
2993         (gnus-registry-initialize): Use it.
2994         (gnus-registry-default-mark): Clarify documentation.
2995
2996 2008-02-29  Glenn Morris  <rgm@gnu.org>
2997
2998         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2999         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
3000         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
3001         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
3002         Change defcustom :version from 23.0 to 23.1.
3003
3004 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
3005
3006         * gnus-registry.el (gnus-registry-follow-group-p)
3007         (gnus-registry-post-process-groups): Add functions to aid registry
3008         splitting and improve logging.  Clarify behavior in function
3009         documentation.
3010         (gnus-registry-split-fancy-with-parent): Use them.
3011
3012 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3013
3014         * gnus-art.el: Use with-current-buffer.
3015
3016 2008-02-27  David Engster  <dengste@eml.cc>
3017
3018         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3019         Express real group name in the response.
3020
3021 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3022
3023         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3024         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3025         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3026         autoload gnus-registry-fetch-group when compiling.
3027         (nnmairix-request-group-with-article-number-correction): Remove
3028         unreferenced argument passed to nnmairix-call-backend.
3029
3030 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3031
3032         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3033         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3034         Wilde.
3035
3036 2008-02-27  Glenn Morris  <rgm@gnu.org>
3037
3038         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3039         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3040         variables to defconsts.  Convert comments to doc-strings.
3041         (nnmairix-last-server, nnmairix-current-server): Convert from free
3042         variables to defvars.  Convert comments to doc-strings.
3043         (gnus-registry-fetch-group): Autoload.
3044         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3045         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3046         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3047         caddr.
3048         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3049         nnmairix-request-group-with-article-number-correction call.
3050         (nnmairix-fast, nnmairix-group): New, less general names, for free
3051         variables passed from nnmairix-request-group to
3052         nnmairix-request-group-with-article-number-correction.  Declare.
3053         (nnmairix-request-group-with-article-number-correction):
3054         Use nnmairix-fast, nnmairix-group rather than fast, group.
3055
3056 2008-02-26  David Engster  <dengste@eml.cc>
3057
3058         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3059         version 0.5.
3060
3061 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3062
3063         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3064         instead of making an extra function call.  Don't add the current group
3065         to articles only when they have the group.  Use
3066         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3067         Reported by David <de_bb@arcor.de>.
3068
3069 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3072         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3073
3074 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3075
3076         * mail-source.el (mail-source-delete-incoming): Change default.
3077         Supplement doc string.
3078
3079         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3080
3081 2008-02-14  Glenn Morris  <rgm@gnu.org>
3082
3083         * time-date.el (format-seconds): New function.
3084
3085 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3086
3087         * nnmail.el (nnmail-message-id-cache-file): Derive from
3088         `gnus-home-directory'.
3089
3090 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3091
3092         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3093         Document negative prefix.
3094
3095         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3096
3097 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3098
3099         * message.el (message-unsent-separator): Add the Exim bounce
3100         separator.
3101
3102 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3103
3104         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3105         list.
3106         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3107         recipient/signer list.
3108
3109 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * Makefile.in (datarootdir): Define.
3112         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3113         name that might contain whitespace.
3114
3115 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3116
3117         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3118         fbound (Emacs 23 unicode), signal an error.
3119
3120 2008-02-08  Glenn Morris  <rgm@gnu.org>
3121
3122         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3123
3124 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3125
3126         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3127         ports to the calls to `netrc-machine-user-or-password' in addition to
3128         "imap" and "imaps".
3129
3130 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3131
3132         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3133
3134         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3135
3136 2008-02-01  Kenichi Handa  <handa@m17n.org>
3137
3138         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3139         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3140         (rfc2104-hash): Convert the result of concat to unibyte string.
3141
3142 2008-02-01  Dave Love  <fx@gnu.org>
3143
3144         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3145         coding-system-for-read.
3146         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3147
3148 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3149
3150         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3151         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3152         <hanche@math.ntnu.no>.
3153
3154 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3155
3156         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3157
3158         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3159
3160 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3161
3162         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3163         * message.el (message-beginning-of-line): Use featurep instead of bound
3164         tests in order to resolve conditionals at compile time.
3165
3166 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3167
3168         * mail-source.el (mail-sources): Add `group' choice.
3169
3170         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3171         parameter `in-group' to control into which group the articles go.
3172         Add treatment of `group' mail-source.
3173
3174 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3175
3176         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3177
3178         * mm-decode.el (mm-dissect-buffer): Decode description.
3179
3180         * mml.el (mml-to-mime): Encode message header first.
3181
3182 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3185         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3186
3187         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3188         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3189
3190 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3191
3192         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3193
3194 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3195
3196         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3197         prefix keys.
3198         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3199         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3200         gnus-xmas.el.
3201
3202         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3203         (gnus-xmas-article-describe-bindings): New function.
3204         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3205         gnus-xmas-article-describe-bindings.
3206
3207         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3208
3209 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3210
3211         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3212         Add new variables for article mark management.
3213         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3214         list of extra data entries which, when present, will indicate that the
3215         article ID should not be trimmed from the registry.
3216         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3217         functions.
3218         (gnus-registry-read-mark): New function to read a mark name from the
3219         user.
3220         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3221         (gnus-registry-set-article-mark-internal): New functions to add and
3222         remove marks.
3223         (gnus-registry-get-article-marks): New function to show the marks for
3224         an article, or retrieve them for further use.
3225
3226 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3229         keys when no argument is given.
3230
3231 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3232
3233         * imap.el (imap-ping-server): New variable.
3234         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3235         (imap-ping-server): Minor doc string fixes.
3236
3237 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3238
3239         * imap.el (imap-ping-server): New function.
3240         (imap-opened): Call imap-ping-server.
3241
3242 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3243
3244         * gnus-sum.el (gnus-article-sort-by-random)
3245         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3246         jidanni@jidanni.org.
3247
3248 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gnus-art.el (gnus-article-describe-bindings): New function.
3251         (gnus-article-read-summary-keys): Use it.
3252         (gnus-article-mode-map): Bind `C-h b' to it.
3253
3254 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3255
3256         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3257         XEmacs.
3258         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3259         against non-character events.
3260
3261         * lpath.el: Fbind map-keymap for Emacs 21.
3262
3263 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3264
3265         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3266         command.
3267         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3268         instead of END.  Change name of the temp file.
3269         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3270         customizable.
3271
3272 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3275         bind `S W' to gnus-article-wide-reply-with-original; set default
3276         binding to gnus-article-read-summary-send-keys.
3277         (gnus-article-read-summary-keys): Fix the order of keys; display
3278         continuation keys correctly in the echo area; describe bindings
3279         correctly when keys end with `C-h'.
3280         (gnus-article-read-summary-send-keys): New function.
3281         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3282         for gnus-article-read-summary-send-keys; display continuation keys
3283         correctly in the echo area.
3284         (gnus-article-reply-with-original): Ignore prefix argument.
3285         (gnus-article-wide-reply-with-original): New function.
3286
3287         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3288         Emacs 21.
3289
3290 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3293         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3294
3295 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3298         (gnus-group-read-ephemeral-gmane-group): New command.
3299
3300 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3301
3302         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3303
3304 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3305
3306         * message.el (message-send-mail-function): Increase custom version.
3307
3308         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3309         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3310
3311 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3312
3313         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3314         for the cases where imap-authenticate is called with a nil buffer
3315         parameter.
3316
3317 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3320         html parts correctly; support forwarded messages.
3321         (gnus-article-browse-html-article): Remove work buffers.
3322
3323         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3324         compiling.
3325         (netrc-bound-and-true-p): New macro.
3326         (netrc-parse): Use it instead of bound-and-true-p that is not available
3327         in XEmacs 21.4.
3328
3329 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3330
3331         * gnus-registry.el (gnus-registry-mark-article)
3332         (gnus-registry-article-marks): Add functionality to mark articles
3333         through the Gnus registry.
3334
3335         * encrypt.el: Clarify documentation for the new pgg method.
3336         (encrypt-file-alist): Add PGG option.
3337         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3338         functionality.  Abstract password key and messaging to external
3339         functions.
3340         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3341         (encrypt-message-method-and-cipher): Add new convenience external
3342         functions.
3343         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3344         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3345
3346         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3347         (netrc-parse): Use encrypt-file-alist to determine if
3348         encrypt-find-model or encrypt-insert-file-contents should be used.
3349
3350         * encrypt.el: Clarify documentation.  Load password-cache or
3351         password, whichever one is found first, instead of autoloading.
3352
3353 2007-12-19  Glenn Morris  <rgm@gnu.org>
3354
3355         * mml.el (message-options-set, message-narrow-to-head)
3356         (message-in-body-p, message-mail-p, message-encode-message-body):
3357         Autoload.
3358         (message-remove-header, message-narrow-to-headers-or-head)
3359         (message-subscribed-p, message-make-mail-followup-to)
3360         (message-position-on-field, message-news-p)
3361         (message-options-set-recipient, message-generate-headers)
3362         (message-sort-headers): Declare as functions.
3363
3364 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3365
3366         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3367         convention in doc string.
3368
3369 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3372         title to html parts.
3373         (gnus-article-browse-html-article): Pass message header to it.
3374
3375         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3376
3377 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3378
3379         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3380         or password compatible with XEmacs.
3381
3382 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3383
3384         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3385         format document.
3386         (gnus-mime-delete-part): Don't write description line if empty.
3387         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3388
3389 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3390
3391         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3392         (gnus-summary-mark-read-and-unread-as-read)
3393         (gnus-summary-mark-current-read-and-unread-as-read)
3394         (gnus-summary-mark-unread-as-ticked): Doc fix.
3395         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3396
3397 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3400         Christoph Conrad <christoph.conrad@gmx.de>.
3401
3402 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3403
3404         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3405         yes-or-no-p.
3406
3407 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * mm-decode.el (mm-add-meta-html-tag): New function.
3410         (mm-save-part-to-file, mm-pipe-part): Use it.
3411
3412         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3413         gnus-y-or-n-p instead of y-or-n-p.
3414         (gnus-article-browse-html-parts): Work with message/external-body; use
3415         mm-add-meta-html-tag.
3416
3417 2007-12-11  Glenn Morris  <rgm@gnu.org>
3418
3419         * gnus-cache.el: Require gnus-sum not just when compiling.
3420
3421         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3422
3423         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3424         definitions before use.
3425
3426         * mm-decode.el: Require gnus-util.
3427         (mm-remove-part): Only call delete-annotation on XEmacs.
3428
3429         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3430
3431         * nnmail.el: Require gnus-int.
3432
3433         * spam.el: Move `require's before `eval-when-compile's.
3434
3435         * gnus-ems.el (gnus-alive-p):
3436         * gnus-fun.el (message-goto-eoh):
3437         * gnus-util.el (gnus-group-name-decode):
3438         * mail-source.el (gnus-compress-sequence):
3439         * message.el (Info-goto-node, format-spec):
3440         * mm-bodies.el (message-options-get):
3441         * mm-decode.el (mm-view-pkcs7):
3442         * mm-util.el (gmm-write-region):
3443         * mml-smime.el (mml-compute-boundary)
3444         (gnus-completing-read-with-default):
3445         * mml.el (widget-button-press, gnus-make-hashtable):
3446         * mml1991.el (mm-decode-content-transfer-encoding)
3447         (mm-encode-content-transfer-encoding)
3448         (message-options-get, message-options-set):
3449         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3450         * nnfolder.el (gnus-request-group):
3451         * nnheader.el (ietf-drums-unfold-fws):
3452         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3453         * smime.el (gnus-run-mode-hooks):
3454         * spam-stat.el (gnus-message): Autoload.
3455
3456         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3457         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3458         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3459         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3460         Add declare-function compatibility definition.
3461
3462         * gnus-cache.el (nnvirtual-find-group-art):
3463         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3464         (gnus-add-image, gnus-add-wash-type):
3465         * gnus-group.el (nnkiboze-score-file):
3466         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3467         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3468         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3469         (message-tokenize-header, gnus-get-buffer-create)
3470         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3471         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3472         * gnus.el (gnus-group-decoded-name):
3473         * mail-source.el (imap-capability):
3474         * mm-bodies.el (message-options-set):
3475         * mm-decode.el (gnus-configure-windows):
3476         * mm-extern.el (message-goto-body):
3477         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3478         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3479         (epg-sub-key-validity, message-options-set):
3480         * mml.el (widget-event-point, gnus-configure-windows):
3481         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3482         * mml2015.el (epg-check-configuration, epg-configuration)
3483         (message-options-set):
3484         * nndb.el (nndb-request-article):
3485         * nnfolder.el (gnus-request-create-group):
3486         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3487         * nnmaildir.el (gnus-group-mark-article-read):
3488         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3489         * rfc1843.el (message-fetch-field):
3490         * spam.el (gnus-extract-address-components):
3491         Declare as functions.
3492
3493 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3494
3495         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3496
3497         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3498
3499         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3500         bind show-trailing-whitespace for XEmacs.
3501
3502 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3503
3504         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3505         new no-op macro for backward compatibility.
3506
3507         * imap.el (imap-string-to-integer): New function.
3508
3509 2007-12-09  Glenn Morris  <rgm@gnu.org>
3510
3511         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3512
3513         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3514         * message.el, mm-view.el, sieve-manage.el, smime.el:
3515         Add declare-function compatibility definition.
3516
3517         * gnus-art.el (w3-region, w3m-region, Info-menu):
3518         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3519         * gnus-sum.el (gnus-get-predicate):
3520         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3521         * message.el (mail-abbrev-in-expansion-header-p):
3522         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3523         (w3m-detect-meta-charset, w3m-region):
3524         * sieve-manage.el (password-read, password-cache-add)
3525         (password-cache-remove):
3526         * smime.el (password-read-and-add): Declare as functions.
3527
3528 2007-12-08  David Kastrup  <dak@gnu.org>
3529
3530         * gnus-sum.el (gnus-summary-simplify-subject-query):
3531         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3532         `message'.
3533
3534 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3535
3536         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3537         it to bind idna-program, installation-directory, defined-colors, and
3538         face-attribute for XEmacs of the version that compiles defcustom forms.
3539
3540 2007-12-07  Glenn Morris  <rgm@gnu.org>
3541
3542         * gnus-art.el (article-make-date-line): Revert previous change.
3543
3544 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3545
3546         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3547
3548 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3549
3550         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3551         Call gnus-add-to-range ranges only once with a prepared article-list.
3552
3553 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3554
3555         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3556         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3557         group names with backslashes.  Reported by Tassilo Horn
3558         <tassilo@member.fsf.org>.
3559
3560 2007-12-06  Deepak Goel  <deego3@gmail.com>
3561
3562         * gnus-art.el (article-make-date-line):
3563         * gnus-start.el (gnus-load):
3564         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3565
3566 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3567
3568         * gnus-art.el (gnus-use-idna)
3569         * gnus-start.el (gnus-site-init-file)
3570         * message.el (message-use-idna)
3571         * mm-uu.el (mm-uu-hide-markers)
3572         * smiley.el (smiley-style): Revert changes that suppress warnings.
3573
3574 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3577         specify charset to html source.  Reported by Christoph Conrad
3578         <christoph.conrad@gmx.de>.
3579
3580 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3581
3582         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3583         idna-program in order to suppress byte compile warning issued by XEmacs
3584         that came to byte compile the default value section of defcustom forms
3585         recently.
3586
3587         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3588         value of installation-directory.
3589
3590         * message.el (message-use-idna): Don't directly refer to the value of
3591         idna-program.
3592
3593         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3594
3595         * smiley.el (smiley-style): Don't directly call face-attribute.
3596
3597 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3598
3599         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3600
3601         * gnus-dired.el: Reduce Gnus dependencies.
3602         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3603         require.  Use autoloads instead.
3604         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3605         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3606         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3607         (gnus-dired-mode): Adjust doc string.
3608         (gnus-dired-mail-mode): New variable.
3609         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3610         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3611         (gnus-dired-mail-buffers): New function.  Return mail or message
3612         composition buffers.
3613         (gnus-dired-attach): Use it.
3614         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3615         NO-DECODE.
3616         (gnus-dired-print): Use `gnus-print-buffer' depending on
3617         `gnus-dired-mail-mode'.
3618
3619 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * rfc2047.el (rfc2047-encoded-word-regexp)
3622         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3623         explaining what regexp patterns are for.
3624
3625 2007-12-04  Glenn Morris  <rgm@gnu.org>
3626
3627         * password.el: Move to password-cache.el.
3628
3629         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3630         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3631         * mml-smime.el (password-read, password-cache-add)
3632         (password-cache-remove):
3633         No need to autoload, since mml-sec requires password.
3634
3635         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3636         * message.el (gnus-extract-address-components):
3637         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3638
3639         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3640         password.
3641
3642 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3643
3644         * mailcap.el: Reduce dependencies.
3645         (mail-header-parse-content-type): Autoload.
3646         (mailcap-delete-duplicates): New alias.
3647         (mailcap-mime-info): Add optional argument NO-DECODE.
3648         (mailcap-mime-types): Use mailcap-delete-duplicates.
3649
3650         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3651
3652 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3653
3654         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3655         (imap-parse-status): Upcase status-att for servers that sends them
3656         lower-case (e.g., MS Exchange 2007).
3657
3658 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3661         function.
3662
3663         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3664         (gnus-uu-yenc-article): New function.
3665
3666         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3667
3668         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3669         buffer.
3670
3671 2007-12-02  Glenn Morris  <rgm@gnu.org>
3672
3673         * binhex.el (binhex): New custom group.
3674         (binhex-decoder-program, binhex-decoder-switches)
3675         (binhex-use-external): Move to the binhex custom group.
3676
3677         * uudecode.el (uudecode): New custom group.
3678         (uudecode-decoder-program, uudecode-decoder-switches)
3679         (uudecode-use-external): Move to the uudecode custom group.
3680
3681         * netrc.el (top-level): Don't load `encrypt' features.
3682         (netrc-parse): Don't use encrypt.
3683         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3684
3685         * encrypt.el: Remove file.
3686
3687 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3688
3689         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3690         matches on patches.
3691
3692         * gnus-art.el (gnus-article-browse-html-article): Mention
3693         `mm-text-html-renderer' in the doc string.
3694
3695         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3696         string.  Add comments.
3697
3698         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3699         if rhs is ASCII.
3700
3701 2007-12-01  Glenn Morris  <rgm@gnu.org>
3702
3703         * mail-source.el (top-level): Require format-spec before
3704         eval-when-compile.
3705
3706 2007-11-30  Glenn Morris  <rgm@gnu.org>
3707
3708         * encrypt.el: Require password, rather than autoloading password-read.
3709
3710 2007-11-29  Glenn Morris  <rgm@gnu.org>
3711
3712         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3713         (sasl-make-client, sasl-next-step, sasl-step-data)
3714         (sasl-step-set-data): Declare as functions.
3715
3716 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3717
3718         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3719
3720 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3721
3722         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3723         certs should be verified and what is to be done in the event of a
3724         verification failure.
3725
3726         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3727         caller can indicate whether the cache should be disregarded for this
3728         call.  This way the result of the call is reproducible at all times and
3729         can be considered a canonical server name for the supplied method.
3730         (gnus-agent-method-p): Canonicalize server names by pushing their
3731         method through `gnus-method-to-server' using the no-cache argument.
3732
3733         * gnus-srvr.el (gnus-server-insert-server-line): Call
3734         `gnus-method-to-server' with `no-cache' argument.
3735
3736         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3737         gnus-agent-possibly-synchronize-flags as this should be called when the
3738         server is actually being opened.
3739         (gnus-agent-possibly-synchronize-flags)
3740         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3741         flags file of an agentized server to the latter function.
3742
3743         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3744         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3745         after a connection has been established successfully.
3746
3747 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * gnus-art.el (article-display-face): Force to display face if called
3750         interactively; check if gnus-article-x-face-too-ugly matches author.
3751         (article-display-x-face): Display face even if From header is missing
3752         as article-display-face does.
3753
3754 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3755
3756         * hashcash.el (message-narrow-to-headers-or-head)
3757         (message-fetch-field, message-goto-eoh)
3758         (message-narrow-to-headers): Declare as functions.
3759
3760 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3761
3762         * mail-source.el (mail-sources): Default to fetch from file for
3763         compatibility with default of nnmail-spool-file.
3764
3765 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3766
3767         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3768         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3769         to look for encoded word that should be encoded again.
3770         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3771         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3772         encoding pattern.
3773         (rfc2047-decode-region): Switch strict regexp and loose one according
3774         to rfc2047-allow-irregular-q-encoded-words.
3775
3776 2007-11-25  Romain Francoise  <romain@orebokech.com>
3777
3778         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3779
3780 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3781
3782         * tls.el (tls-program): Provide more custom choices from
3783         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3784         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3785
3786 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3787
3788         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3789         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3790
3791         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3792         `nnmail-spool-file'.
3793
3794         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3795         `nnmail-spool-file'.
3796
3797         * gnus-move.el (gnus-change-server): Ditto.
3798
3799         * gnus-kill.el (gnus-batch-score): Ditto.
3800
3801         * gnus-cache.el (gnus-jog-cache): Ditto.
3802
3803         * gnus-msg.el (gnus-summary-reply):
3804         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3805
3806 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3807
3808         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3809         version.  Minor improvement to doc strings.
3810         (tls-program): Add comment.
3811
3812 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3813
3814         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3815         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3816         mismatch between the hostname provided in the certificate and the name
3817         of the host connnecting to.
3818         (open-tls-stream): Use them.  Check certificates against trusted root
3819         certificates.
3820
3821 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3822
3823         * gnus-cache.el (gnus-cache-generate-nov-databases):
3824         Use nnml-generate-nov-databases-directory instead of
3825         nnml-generate-nov-databases-1.
3826
3827 2007-11-24  Glenn Morris  <rgm@gnu.org>
3828
3829         * message.el (message-tool-bar-retro): Update for rename
3830         mail_send.xpm->mail-send.xpm.
3831
3832 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3833
3834         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3835         `smime-ldap-search' for Emacs 22 and up.
3836
3837 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3838
3839         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3840
3841         * message.el (message-send-mail-function): Fix error convention.
3842         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3843         (message-widen-reply, message-send-mail, message-talkative-question)
3844         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3845         (message-clone-locals, message-send-news): Use with-current-buffer.
3846         (message-insert-or-toggle-importance): Remove unused var `valid'.
3847         (message-make-references): Remove unused var `new-references'.
3848         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3849
3850 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3851
3852         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3853         (spam-split-symbolic-return-positive): Reflow docstring.
3854         (spam-backends, spam-summary-exit-behavior)
3855         (spam-mark-ham-unread-before-move-from-spam-group)
3856         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3857         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3858         (spam-clear-cache, spam-backend-check, spam-install-backend)
3859         (spam-install-statistical-backend, spam-list-of-processors)
3860         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3861         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3862         (spam-check-crm114, spam-initialize, spam-unload-hook):
3863         Fix typos in docstrings.
3864
3865 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3868         been checked if they have never been read and those group levels are
3869         higher than the one that a user specified.
3870
3871 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3874         foreign groups unless a group level is specified by a user.
3875         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3876
3877 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3878
3879         * message.el (message-send-mail-function): Require sendmail.
3880
3881 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3882
3883         * message.el (message-send-mail-function): Check for smtpmail too.
3884
3885         * utf7.el (utf7-encode, utf7-decode): Use coding system
3886         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3887
3888         * message.el (message-send-mail-function): New function.
3889         (message-send-mail-function): Set default using
3890         message-send-mail-function.  Adjust doc string.
3891         (message-send-mail-with-mailclient): New function.
3892
3893 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3894
3895         * smime.el (from):
3896         * rfc2047.el (message-posting-charset):
3897         * qp.el (mm-use-ultra-safe-encoding):
3898         * pop3.el (parse-time-months):
3899         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3900         * nnml.el (files):
3901         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3902         (jka-compr-compression-info-list, ange-ftp-path-format)
3903         (efs-path-regexp):
3904         * nndiary.el (files):
3905         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3906         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3907         (epg-digest-algorithm-alist, inhibit-redisplay)
3908         (password-cache-expiry):
3909         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3910         (pgg-output-buffer, password-cache-expiry):
3911         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3912         (efs-path-regexp):
3913         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3914         (inhibit-redisplay):
3915         * mm-uu.el (file-name, start-point, end-point, entry)
3916         (gnus-newsgroup-name, gnus-newsgroup-charset):
3917         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3918         (latin-unity-ucs-list):
3919         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3920         (mm-uu-binhex-decode-function):
3921         * message.el (gnus-message-group-art, gnus-list-identifiers)
3922         (rmail-enable-mime-composing, gnus-local-organization)
3923         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3924         (gnus-read-active-file, facemenu-add-face-function)
3925         (facemenu-remove-face-function, gnus-article-decoded-p)
3926         (tool-bar-mode):
3927         * mail-source.el (display-time-mail-function):
3928         * gnus-util.el (nnmail-pathname-coding-system)
3929         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3930         (gnus-original-article-buffer, gnus-user-agent)
3931         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3932         (xemacs-codename, sxemacs-codename, emacs-program-version):
3933         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3934         * gnus-start.el (gnus-agent-covered-methods)
3935         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3936         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3937         (gnus-newsgroup-headers, gnus-group-list-mode)
3938         (gnus-group-mark-positions, gnus-newsgroup-data)
3939         (gnus-newsgroup-unreads, nnoo-state-alist)
3940         (gnus-current-select-method, mail-sources)
3941         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3942         (nnmail-spool-file, gnus-cache-active-hashtb):
3943         * gnus-mh.el (mh-lib-progs):
3944         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3945         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3946         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3947         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3948         (gnus-group-buffer):
3949         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3950         (font-lock-set-defaults):
3951         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3952         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3953         (gnus-summary-post-menu, total-parts, type, condition, length):
3954         * gnus-agent.el (gnus-agent-read-agentview):
3955         * flow-fill.el (show-trailing-whitespace):
3956         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3957         eval-and-compile wrappers for byte compiler pacifiers.
3958
3959         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3960         (mm-display-inline-fontify): Check for featurep 'xemacs not
3961         extent-list.
3962
3963         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3964         itimer-list.
3965         (mm-create-image-xemacs): Only do something for XEmacs.
3966         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3967
3968         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3969
3970         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3971         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3972
3973 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3974
3975         * nnimap.el (nnimap-split-download-body):
3976         * gnus-demon.el (gnus-demon):
3977         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3978
3979 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3980
3981         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3982         macros.
3983         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3984         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3985         copy data from unibyte buffer to multibyte current buffer.
3986         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3987         to copy data from unibyte current buffer to multibyte buffer.
3988         (nntp-make-process-buffer): Make process buffer unibyte.
3989
3990         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3991
3992 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3993
3994         * pop3.el (pop3-open-server): Accept and process data more robustly at
3995         connexion start to avoid spurious "POP SSL connexion failed" errors.
3996
3997 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
4000         read group names.
4001
4002 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
4003
4004         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
4005
4006 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4009         (nnmail-save-active): Use a unibyte buffer when saving active file,
4010         which may contain non-ASCII group names.
4011
4012         * nnml.el (nnml-request-group): Decode group names in messages.
4013
4014 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4015
4016         * message.el (message-citation-line-function)
4017         (message-insert-formatted-citation-line): Fix spelling of
4018         `message-insert-formated-citation-line'.
4019
4020 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4023
4024 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4025
4026         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4027         nnmail-pathname-coding-system.
4028
4029         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4030         that a user enters; decode group names in messages.
4031
4032         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4033
4034 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4035
4036         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4037
4038         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4039
4040         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4041         risky local variable.
4042
4043         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4044
4045 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4046
4047         * encrypt.el: Improve documentation to fix function name typo.
4048         Reported by Daiki Ueno <ueno@unixuser.org>.
4049
4050 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4051
4052         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4053         even if the point is not in the last page of an article.
4054         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4055         back to the previous page.
4056
4057 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4058
4059         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4060
4061 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4064
4065 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4066
4067         * message.el (message-check-news-body-syntax): Avoid
4068         mm-string-as-multibyte.
4069         (message-hide-headers): Don't assume (point-min)==1.
4070
4071 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4072
4073         * message.el (message-remove-blank-cited-lines): Fix if remove is
4074         given.
4075         (message-bogus-address-regexp): New variable.
4076         (message-bogus-recipient-p): New function.
4077         (message-check-recipients): New command.
4078         (message-syntax-checks): Add `bogus-recipient'.
4079         (message-fix-before-sending): Add `bogus-recipient'.
4080
4081         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4082         (gnus-treat-body-boundary): Don't test window-system.
4083
4084 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4085
4086         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4087
4088 2007-10-28  Miles Bader  <miles@gnu.org>
4089
4090         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4091         at compile-time too.
4092
4093 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4094
4095         * gnus-msg.el (gnus-message-setup-hook): Add
4096         `message-remove-blank-cited-lines' to options.
4097
4098 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4099
4100         * message.el (message-remove-blank-cited-lines): New function.
4101         Suggested by Karl Plästerer.
4102
4103 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4104
4105         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4106         mapc.
4107
4108         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4109         (top-level): Use mapc to set functions to be traced for debugging.
4110
4111         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4112         called for effect with while loop.
4113
4114         * message.el (message-talkative-question): Replace mapcar called for
4115         effect with mapc.
4116
4117         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4118         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4119         called for effect with dolist.
4120
4121         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4122
4123         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4124         gnus-extra-headers and nnmail-extra-headers.
4125
4126         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4127         called for effect with dolist.
4128         (top-level): Use mapc to set functions to be traced for debugging.
4129
4130         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4131         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4132         dolist.
4133
4134         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4135         Replace mapcar called for effect with mapc.
4136         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4137         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4138         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4139         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4140
4141         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4142         remove-if that's a cl function.
4143
4144         * webmail.el (webmail-debug): Replace mapcar called for effect with
4145         dolist.
4146
4147         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4148         with mapc.
4149
4150 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4153         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4154         with while loop.
4155
4156         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4157         functions from article-* functions.
4158         (gnus-multi-decode-header): Replace mapcar called for effect with
4159         dolist.
4160
4161         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4162         (gnus-bookmark-show-details): Replace mapcar called for effect with
4163         while loop.
4164
4165         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4166         called for effect with while loop.
4167
4168         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4169         with dolist.
4170
4171         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4172         mapcar called for effect with dolist.
4173
4174         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4175
4176         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4177         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4178         Replace mapcar called for effect with dolist.
4179         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4180         mapc.
4181
4182         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4183         Replace mapcar called for effect with dolist.
4184         (gnus-topic-list): Replace mapcar called for effect with mapc.
4185
4186         * gnus.el: Use mapc instead of mapcar to add autoloads.
4187
4188 2007-10-23  Richard Stallman  <rms@gnu.org>
4189
4190         * gnus-group.el (gnus-group-highlight): Mark as risky.
4191
4192 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * gnus.el (gnus-server-to-method): Return method found first in
4195         gnus-newsrc-alist.
4196
4197         * gnus-art.el (gnus-article-highlight-signature)
4198         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4199         button overlay without the front stickiness.
4200
4201 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4202
4203         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4204         overview buffer needed a catch to receive its throw.
4205         (gnus-agent-flush-cache): Declared as interactive to make this function
4206         easier to use.
4207
4208 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4209
4210         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4211         `next-line'.
4212
4213 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4214
4215         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4216         exclude address matching message-dont-reply-to-names.
4217
4218 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4219
4220         * gnus-util.el (gnus-string<): New function.
4221
4222         * gnus-sum.el (gnus-article-sort-by-author)
4223         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4224
4225 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4228         the frame-focus tag is set in gnus-buffer-configuration.
4229
4230 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4233         the front stickiness.
4234
4235 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4238         url pattern; remove duplicate one.
4239         (gnus-article-extend-url-button): New function.
4240         (gnus-article-add-buttons): Use it.
4241         (gnus-button-push): Use concatenated url that it makes.
4242
4243 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4244
4245         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4246
4247 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4248
4249         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4250         Don't hardcode point-min==1.
4251
4252 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4253
4254         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4255         Fix comment about "iso8859-1".
4256
4257 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4258
4259         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4260         ones returned from the verify-function.
4261
4262         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4263         mml2015-extract-cleartext-signature if extraction failed.
4264
4265 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4266
4267         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4268         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4269         failed.
4270
4271 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4272
4273         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4274
4275 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4276
4277         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4278         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4279         recommends to use EasyPG instead of PGG.
4280
4281         * pgg.el: Revert to revision 6.23.2.16.
4282
4283         * pgg-def.el: Revert to revision 6.6.2.14.
4284
4285         * pgg-gpg.el: Revert to revision 6.23.2.34.
4286
4287 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4288
4289         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4290         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4291         thread for both the null and zero (kill/expire thread) universal prefix
4292         cases.
4293         (gnus-summary-expire-thread): Add new function to expire a thread,
4294         using gnus-summary-kill-thread.
4295         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4296         shortcuts for gnus-summary-expire-thread.
4297         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4298         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4299
4300 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4301
4302         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4303         extras value, so an extras entry can be deleted.
4304         (gnus-registry-delete-extra-entry): Use it.
4305         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4306         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4307         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4308         storage through the gnus-registry, and provide an appropriate API for
4309         it.
4310
4311 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4314         Suggested by Leo <sdl.web@gmail.com>.
4315
4316         * gnus.el: Do.
4317
4318 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4321         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4322
4323         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4324
4325         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4326         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4327
4328 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4329
4330         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4331         newline.
4332         (nnmbox-request-accept-article): Don't change article in source buffer;
4333         narrow to header to use message-fetch-field rather than
4334         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4335         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4336         as delimiters; make sure article ends with newline.
4337         (nnmbox-delete-mail): Correct last position of article to be deleted;
4338         ignore X-Gnus-Newsgroup header in article body.
4339         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4340         positions; make sure article ends with newline.
4341
4342         * message.el (message-display-abbrev): Don't infloop when a user
4343         inserts SPC in the beginning of header.
4344
4345         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4346         coding-system-for-read and coding-system-for-write for XEmacs having no
4347         file-coding feature.
4348
4349         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4350
4351 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4352
4353         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4354         list of groups not followed by default.  Fix type to be regexp.
4355         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4356
4357 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4358
4359         * hmac-def.el (define-hmac-function): Switch from old-style to
4360         new-style backquotes.
4361
4362         * md4.el (md4-make-step): Likewise.
4363
4364 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4365
4366         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4367         raw-text coding system when saving .newsrc file, which may contain
4368         non-ASCII group names.
4369
4370 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4371
4372         * gnus-cus.el (gnus-score-extra): New widget.
4373         (gnus-score-extra-convert): New function.
4374         (gnus-score-customize): Use it for Extra.
4375
4376 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4377
4378         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4379         (mml2015-mailcrypt-clear-verify): Use it.
4380         (mml2015-gpg-clear-verify): Use it.
4381         (mml2015-pgg-clear-verify): Use it.
4382         (mml2015-epg-clear-verify): Replace the current part with the output
4383         from GnuPG; don't extract the plaintext by itself.
4384
4385         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4386         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4387         mml2015-clear-verify-function; don't touch the armor headers or
4388         dash-escaped text here.
4389
4390 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4393         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4394         parts, or application/octet-stream as a last resort.
4395         (gnus-mime-view-part-as-type): Don't toggle display.
4396         (gnus-mime-view-part-as-charset): Don't turn off display before
4397         querying charset.
4398
4399         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4400         stuff to undisplayer function in Emacs.
4401         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4402
4403         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4404         text/calendar parts.
4405
4406 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4409         decoding text/calendar parts.
4410
4411         * message.el (message-forward-make-body-mime): Always mark body as
4412         having no illegible text; remove signed-or-encrypted argument.
4413         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4414
4415         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4416         (mml-generate-mime-1): Don't encode body if it is specified to be in
4417         raw form; don't make buffer be unibyte when inserting multibyte string.
4418
4419 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4420
4421         * sha1.el: Fix up comment style.
4422         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4423         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4424
4425         * hex-util.el: Fix up comment style.
4426         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4427
4428         * gnus-salt.el: Use with-current-buffer.
4429         (gnus-pick-setup-message): Fix long-standing typo.
4430
4431 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * imap.el (imap-logout-timeout): New variable.
4434         (imap-logout, imap-logout-wait): New functions.
4435         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4436
4437         * nnimap.el (nnimap-logout-timeout): New server variable.
4438         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4439         nnimap-logout-timeout.
4440
4441         * gnus-art.el (gnus-article-summary-command-nosave)
4442         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4443
4444 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * gnus.el (gnus-maximum-newsgroup): New variable.
4447
4448         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4449         according to gnus-maximum-newsgroup.
4450
4451         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4452         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4453         Limit the range of articles according to gnus-maximum-newsgroup.
4454
4455 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4456
4457         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4458         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4459         Don't perform gnus-configure-windows here; reuse existing sticky
4460         article buffer.
4461
4462         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4463         it doesn't exist in gnus-article-mode.
4464
4465 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4466
4467         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4468         (gnus-agent-decoded-group-name): New function.
4469         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4470         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4471
4472 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4473
4474         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4475         Add binding for gnus-sticky-article.
4476         (gnus-summary-exit): Don't kill sticky article buffers.
4477
4478         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4479         article buffer.
4480         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4481         (gnus-kill-sticky-article-buffers): New commands.
4482
4483 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * nntp.el (nntp-xref-number-is-evil): New server variable.
4486         (nntp-find-group-and-number): If it is non-nil, don't trust article
4487         numbers in the Xref header.
4488
4489 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-agent.el (gnus-agent-read-group): New function.
4492         (gnus-agent-flush-group, gnus-agent-expire-group)
4493         (gnus-agent-regenerate-group): Use it.
4494         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4495         nnmail-pathname-coding-system.
4496
4497 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4500
4501         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4502         that are unread as unread, and also as selected so that information of
4503         marks having been changed by a user may be updated when exiting group.
4504
4505 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4508         calculated ignoring signature parts to gnus-treat-article.
4509
4510 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4513         a point here in order to keep the window start.
4514         (gnus-insert-mime-security-button): Make a button overlay without the
4515         front stickiness.
4516         (gnus-mime-display-security): Goto the end of a button.
4517
4518         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4519
4520 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4523         group-name-at-point.
4524         (gnus-group-completing-read): New function that offers decoded
4525         non-ASCII group names for completion.
4526         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4527         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4528         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4529         (gnus-group-fetch-control): Use it.
4530         (gnus-fetch-group): Use group-name-at-point for the initial value
4531         rather than the default value; use gnus-alive-p.
4532
4533         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4534         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4535         (gnus-summary-post-news): Use gnus-group-completing-read.
4536
4537         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4538         (gnus-read-move-group-name): Decode group name for completion.
4539
4540 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4541
4542         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4543         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4544         Yamaoka slightly modified the code).
4545
4546 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4549         (nnmail-split-incoming): Bind it.
4550
4551         * nnml.el (nnml-group-name-charset): New function.
4552         (nnml-decoded-group-name): Use it; don't decode group name if
4553         nnmail-group-names-not-encoded-p is non-nil.
4554         (nnml-encoded-group-name): New function.
4555         (nnml-group-pathname): Inline nnml-decoded-group-name.
4556         (nnml-request-expire-articles): Decode group name in message.
4557         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4558         nnmail-pathname-coding-system.
4559         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4560         not decoded ones according to nnmail-group-names-not-encoded-p.
4561         (nnml-generate-active-info): Use nnml-encoded-group-name.
4562
4563 2007-08-08  Glenn Morris  <rgm@gnu.org>
4564
4565         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4566         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4567         doc-strings and comments.
4568
4569 2007-07-25  Glenn Morris  <rgm@gnu.org>
4570
4571         * Relicense all FSF files to GPLv3 or later.
4572
4573 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4574
4575         * gnus-sum.el (gnus-summary-move-article): Make
4576         gnus-summary-respool-article work.
4577
4578 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4579
4580         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4581         string.
4582
4583 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4584
4585         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4586         that should be ignored when comparing distant RSS articles with local
4587         ones.
4588         (nnrss-make-hash-index): New function.  Create a hash index according
4589         to the ignored fields.
4590         (nnrss-check-group): Use it.
4591
4592 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4595
4596         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4597
4598         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4599         the new optional argument ENCODED is non-nil.
4600         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4601         coding system for encoding group name.
4602         (gnus-group-make-rss-group): Pass un-encoded group name to
4603         gnus-group-make-group.
4604         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4605         encoded.
4606
4607         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4608         Encode group name to which articles are moved or copied.
4609         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4610         coding system for encoding Newsgroup, Followup-To and Xref headers.
4611
4612         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4613         marks; use nnheader-file-coding-system to write a file.
4614         (nnagent-retrieve-headers): Bind file-name-coding-system to
4615         nnmail-pathname-coding-system.
4616
4617         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4618
4619         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4620         (nnml-request-article, nnml-request-create-group)
4621         (nnml-request-rename-group, nnml-find-id)
4622         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4623         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4624         (nnml-save-marks): Use nnml-group-pathname instead of
4625         nnmail-group-pathname.
4626
4627         (nnml-request-create-group, nnml-request-expire-articles)
4628         (nnml-request-move-article, nnml-request-delete-group)
4629         (nnml-deletable-article-p, nnml-possibly-create-directory)
4630         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4631         (nnml-open-marks): Bind file-name-coding-system to
4632         nnmail-pathname-coding-system.
4633
4634         (nnml-request-article): Pass server argument to nnml-find-group-number.
4635         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4636         server argument to nnml-possibly-create-directory.
4637         (nnml-request-accept-article): Pass server argument to
4638         nnml-active-number and nnml-save-mail.
4639         (nnml-find-group-number): Pass server argument to nnml-find-id.
4640         (nnml-request-update-info): Pass server argument to
4641         nnml-marks-changed-p.
4642
4643         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4644         (nnml-save-mail, nnml-active-number): Add server argument.
4645
4646         (nnml-request-delete-group): Warn if group is missing.
4647         (nnml-get-nov-buffer): Decode group name.
4648         (nnml-generate-active-info): Encode group name.
4649         (nnml-open-marks): Decode group name in messages.
4650
4651 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4654         if it is not specified.
4655         (gnus-article-pipe-part, gnus-article-save-part)
4656         (gnus-article-interactively-view-part, gnus-article-copy-part)
4657         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4658         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4659         (gnus-article-replace-part, gnus-article-delete-part)
4660         (gnus-article-view-part-as-type): Pass raw prefix argument to
4661         gnus-article-part-wrapper.
4662
4663 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-agent.el (gnus-agent-save-active): Bind
4666         nnheader-file-coding-system to gnus-agent-file-coding-system.
4667
4668         * gnus-cache.el (gnus-cache-save-buffers)
4669         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4670         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4671         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4672         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4673         (gnus-cache-generate-active, gnus-cache-rename-group)
4674         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4675         (gnus-cache-update-overview-total-fetched-for): Bind
4676         file-name-coding-system to nnmail-pathname-coding-system.
4677         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4678         variables.
4679         (gnus-cache-decoded-group-name): New function.
4680         (gnus-cache-file-name): Use it.
4681         (gnus-cache-generate-active): Use non-decoded group name for active.
4682
4683         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4684         right place.
4685         (gnus-write-active-file): Don't break non-ASCII group names.
4686
4687         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4688         nnmail-pathname-coding-system.
4689
4690         * lpath.el: Bind default-file-name-coding-system,
4691         file-name-coding-system and language-info-alist for XEmacs.
4692
4693         * gnus-uu.el (gnus-uu-decode-save): Typo.
4694
4695 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4698
4699 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4702         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4703         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4704         (gnus-agent-flush-group, gnus-agent-flush-cache)
4705         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4706         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4707         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4708         (gnus-agent-regenerate-group)
4709         (gnus-agent-update-files-total-fetched-for)
4710         (gnus-agent-update-view-total-fetched-for): Bind
4711         file-name-coding-system to nnmail-pathname-coding-system.
4712         (gnus-agent-group-pathname): Don't encode file names by
4713         nnmail-pathname-coding-system.
4714         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4715         coding-system-for-write instead of buffer-file-coding-system to
4716         gnus-agent-file-coding-system.
4717
4718         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4719         Decode group name.
4720
4721         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4722
4723         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4724         (gnus-read-newsrc-el-file): Make group names unibyte.
4725
4726         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4727         nnmail-pathname-coding-system.
4728
4729         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4730         (nnrss-request-delete-group): Bind file-name-coding-system to
4731         nnmail-pathname-coding-system.
4732         (nnrss-read-server-data, nnrss-read-group-data): Bind
4733         file-name-coding-system correctly.
4734         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4735
4736         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4737         (nntp-server-to-method-cache): New variable.
4738         (nntp-group-pathname): New function that decodes non-ASCII group names.
4739         (nntp-possibly-create-directory, nntp-marks-changed-p)
4740         (nntp-save-marks, nntp-open-marks): Use it.
4741         (nntp-possibly-create-directory, nntp-open-marks):
4742         Bind file-name-coding-system to nnmail-pathname-coding-system.
4743         (nntp-open-marks): Decode group names when bootstrapping marks.
4744
4745         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4746         Newsgroups and Folowup-To headers.
4747
4748 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4751         (gnus-server-closed-face, gnus-server-denied-face)
4752         (gnus-server-offline-face): Remove variable.
4753         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4754
4755         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4756         of modifying message-stack directly for XEmacs.
4757
4758         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4759         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4760         if the coding-system argument is nil for XEmacs.
4761
4762         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4763         mm-charset-override-alist.
4764
4765         * rfc2047.el: Don't require base64; require rfc2045 for the function
4766         rfc2045-encode-string.
4767         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4768         to quote the parameter value.
4769
4770 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4773         form in gnus-group-name-charset-method-alist.
4774
4775         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4776         overrides the default layout edit-form.
4777
4778         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4779
4780         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4781
4782 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4785         as unfetched articles.
4786
4787 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4788
4789         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4790
4791 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4792
4793         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4794         original back end that keeps marks in the local system.
4795
4796 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4799         arg of pop-to-buffer for XEmacs.
4800         (gnus-article-read-summary-keys): Ditto; don't restore window
4801         configuration if summary command ends up with neither article buffer
4802         nor summary buffer; describe bindings if summary keys end with C-h.
4803
4804 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * message.el (message-fix-before-sending): Skip raw message part to be
4807         forwarded while checking illegible text.
4808         (message-forward-make-body-mime, message-forward-make-body): Mark
4809         signed or encrypted raw message as having no illegible text.
4810
4811 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4814         (gnus-message-with-timestamp-1): New macro.
4815         (gnus-message-with-timestamp): New function.
4816         (gnus-message): Use them.
4817
4818         * nnheader.el (nnheader-message): Use them.
4819
4820 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4821
4822         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4823         .newsrc.eld file.
4824
4825 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * gnus-agent.el (gnus-agent-fetch-headers)
4828         (gnus-agent-retrieve-headers): Bind
4829         gnus-decode-encoded-address-function to identity.
4830
4831         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4832         available also when the server returns simply a dot.
4833
4834         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4835
4836 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4839
4840 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4841
4842         * gnus-ems.el (gnus-x-splash): Make it work.
4843
4844         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4845         from being used.
4846
4847         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4848
4849 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4850
4851         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4852         4th and the 5th arguments.
4853
4854         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4855         the front stickiness.
4856         (gnus-article-summary-command-nosave): Correct the order of the
4857         arguments passed to pop-to-buffer.
4858         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4859         summary command ends up with the article buffer.
4860
4861         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4862         the same faces.
4863
4864 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4865
4866         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4867
4868 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4869
4870         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4871         * gnus-sum.el (gnus-summary-highlight):
4872         * pgg.el (pgg-sign-region, pgg-sign):
4873         * mail-source.el (mail-source-delete-old-incoming-confirm):
4874         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4875
4876 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4877
4878         * gnus-art.el (gnus-mime-view-part-externally)
4879         (gnus-mime-view-part-internally): Fix predicate function passed to
4880         completing-read.
4881
4882         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4883
4884         * gnus.el (gnus-update-message-archive-method): Add :version.
4885
4886 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus.el (gnus-update-message-archive-method): New variable.
4889
4890         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4891         according to gnus-message-archive-method if
4892         gnus-update-message-archive-method is non-nil.
4893
4894 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4897         by Loic Dachary <loic@dachary.org>.
4898         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4899
4900 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4901
4902         * message.el (message-pop-to-buffer): Add switch-function argument.
4903         (message-mail): Pass switch-function argument to it.
4904
4905 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4906
4907         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4908         Improve doc string.
4909
4910 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4913         (gnus-header-content)
4914         * gnus-cite.el (gnus-cite-10)
4915         * gnus-srvr.el (gnus-server-closed)
4916         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4917         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4918         (gnus-group-mail-3-empty, gnus-group-mail-low)
4919         (gnus-group-mail-low-empty, gnus-splash)
4920         * message.el (message-header-to, message-header-cc)
4921         (message-header-subject, message-header-other, message-header-name)
4922         (message-header-xheader, message-separator, message-cited-text)
4923         (message-mml): Lighten colors of faces used for dark background.
4924
4925 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4926
4927         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4928         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4929
4930 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * message.el (message-narrow-to-headers-or-head):
4933         Ignore mail-header-separator in the body.
4934
4935 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4936
4937         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4938         same as window size.
4939
4940 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4941
4942         * message.el (message-font-lock-keywords): Use message-header-xheader
4943         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4944         ahead of the anything pattern, to get it recognised.
4945
4946 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4949         spam.el loads uses it in the compiled defadvice form.
4950
4951 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4952
4953         * gnus-sum.el (gnus-articles-to-read)
4954         (gnus-summary-insert-old-articles): Don't truncate group name for
4955         `read-string'.
4956
4957         * gnus-util.el (gnus-limit-string): Delete this function.
4958
4959         * gnus-sum.el (gnus-simplify-subject-fully): Use
4960         `truncate-string-to-width' instead.
4961
4962 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4963
4964         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4965         if, on summary exit, the next group has to be selected.
4966         (gnus-summary-exit): Use it.
4967
4968 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4969
4970         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4971         non-break space.
4972
4973 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4974
4975         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4976         Check if group is not a directory.
4977         (nnfolder-request-expire-articles): Don't delete articles if the target
4978         group is not available.
4979
4980         * nnml.el (nnml-request-create-group): Properly check if group is not a
4981         file.
4982         (nnml-request-expire-articles): Don't delete articles if the target
4983         group is not available.
4984
4985         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4986         Don't quote characters that are within parentheses.
4987
4988 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4989
4990         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4991         (gnus-handle-ephemeral-exit): Select article according to it.
4992
4993 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4994
4995         * message.el (message-insert-formated-citation-line): Remove newline.
4996         (message-citation-line-format): Add final \n here so that the user can
4997         avoid a blank line.
4998
4999 2007-05-03  Dan Christensen  <jdc@uwo.ca>
5000
5001         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
5002         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
5003         Update lanl/arXiv support.
5004
5005 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
5006
5007         * gnus.el: Bump version number.
5008
5009 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5010
5011         * gnus.el (gnus-version-number): Bump version.
5012
5013 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5014
5015         * gnus.el: No Gnus v0.6 is released.
5016
5017 2007-04-27  Didier Verna  <didier@xemacs.org>
5018
5019         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5020         * gmm-utils.el (gmm-regexp-concat): here.
5021         * message.el: Don't require 'gnus-util.
5022         (message-dont-reply-to-names): Handle name change above.
5023         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5024
5025 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5028         since the initial value varies according to the system.
5029
5030 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5033
5034 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5035
5036         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5037
5038 2007-04-24  Didier Verna  <didier@xemacs.org>
5039
5040         Improve the type of gnus-ignored-from-addresses.
5041         * gnus-util.el (gnus-orify-regexp): New function.
5042         * message.el (gnus-util): Require it.
5043         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5044         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5045         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5046
5047 2007-04-24  Didier Verna  <didier@xemacs.org>
5048
5049         * gnus-sum.el:
5050         * gnus-utils.el: Fix some trailing whitespaces.
5051
5052 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5055         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5056         article's Message-ID; refer parent article in summary buffer.
5057
5058         * message.el (message-bounce): Call mime-to-mml.
5059
5060         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5061         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5062         optimize and/or forms properly.
5063
5064 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5065
5066         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5067         URL.
5068
5069 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5072
5073 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5074
5075         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5076         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5077         displayed of multipart/alternative part if it is invoked from summary
5078         buffer.
5079
5080         * mm-view.el (mm-inline-text-html-render-with-w3m)
5081         (mm-inline-text-html-render-with-w3m-standalone)
5082         (mm-inline-render-with-function): Use mail-parse-charset by default.
5083
5084 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5085
5086         * parse-time.el (parse-time-string-chars): Check if CHAR
5087         is less than the length of parse-time-syntax.
5088
5089 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5090
5091         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5092         from gnus-newsgroup-processable.
5093
5094 2007-04-16  Didier Verna  <didier@xemacs.org>
5095
5096         * gnus-msg.el (gnus-configure-posting-styles): Handle
5097         message-signature-directory properly with :file syntax.  Reported by
5098         "Leo".
5099
5100 2007-04-11  Didier Verna  <didier@xemacs.org>
5101
5102         New user option: message-signature-directory.
5103         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5104         * message.el (message-insert-signature): Ditto.
5105         * message.el (message-signature-file): Doc update.
5106         * message.el (message-signature-directory): New.
5107
5108 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * gnus-msg.el (gnus-inews-yank-articles): Use
5111         message-exchange-point-and-mark instead of exchange-point-and-mark.
5112
5113 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * message.el (message-yank-original): Make sure cited text ends with
5116         newline; don't exchange point and mark.
5117
5118 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5119
5120         * tls.el (open-tls-stream): Properly handle case where there
5121         is no associated buffer.
5122
5123 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5124
5125         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5126         message-yank-original, make sure (< mark TEXT point).
5127
5128 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * message.el (message-fill-column): New variable.
5131         (message-mode): Use it.  Add comment on a possible new hook.
5132
5133         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5134         (nnmail-get-new-mail): Reformat.
5135
5136         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5137
5138         * gmm-utils.el: Fix Commentary.
5139         (gmm-tool-bar-from-list): Fix typo in doc string.
5140
5141 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5142
5143         * message.el (message-yank-original): Don't switch point and mark
5144         unnecessarily to put point and mark as documented.
5145
5146 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5147
5148         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5149         from the message heads.
5150
5151 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5152
5153         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5154         article buffer does not have a window.  This may not be the best
5155         solution but is certainly better than setting the start of the null,
5156         that is the current, window.
5157
5158 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5159
5160         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5161         (gnus-draft-setup): Run it.
5162
5163         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5164         gnus-score-fast-scoring.  Allow regexp.
5165         (gnus-score-headers): Use it.
5166
5167         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5168         XEmacs.
5169
5170         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5171         string.
5172         (gnus-button-alist): Also catch `<f1> k ...'.
5173         (gnus-treat-display-x-face): Fix doc string.
5174
5175 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5176
5177         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5178         evaluation of gnus-extended-version to ensure correct generation of the
5179         User-Agent header when message-generate-headers-first is used.
5180
5181 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5182
5183         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5184         hashcash-path is nil.  Don't call callback with incorrect number of
5185         parameters if val is 0.
5186
5187 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5188
5189         * message.el (message-required-news-headers):
5190         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5191
5192 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5193
5194         * tls.el (open-tls-stream): In handshake-waiting loop,
5195         don't wait more if there is output available to process.
5196
5197 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5198
5199         * tls.el (tls-program): Doc fix.
5200
5201 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * message.el (message-generate-new-buffers): Change the meaning of the
5204         nil value; add `standard' to the choices; treat t as `unique'; improve
5205         doc string.
5206         (gnus-select-frame-set-input-focus): Autoload.
5207         (message-buffer-name): Search for the existing message buffer if
5208         message-generate-new-buffers is nil or `standard'; treat the value t of
5209         message-generate-new-buffers as `unique'.
5210         (message-pop-to-buffer): Raise the frame already displaying the message
5211         buffer; clear the echo area after querying.
5212         (message-setup): Pass the `continue' argument to compose-mail.
5213         (message-mail): Prefer `switch-function' if it is given; search for the
5214         existing message buffer if the `continue' argument is non-nil; pass
5215         continue and switch-function arguments to compose-mail by way of
5216         message-setup.
5217         (message-mail-other-window): Adjust argument of message-setup.
5218         (message-mail-other-frame): Ditto.
5219
5220 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5221
5222         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5223         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5224         to turn font-lock on when turning gnus-message-citation-mode on.
5225
5226 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5227
5228         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5229         (mml-smime-function-alist): New variable; add epg as the backend.
5230         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5231         mml-smime- functions instead.
5232         * mm-view.el: Require smime.
5233
5234 2007-03-05  Didier Verna  <didier@xemacs.org>
5235
5236         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5237         instead of just inheritance for posting styles.
5238         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5239
5240 2007-02-24  Chris Moore  <dooglus@gmail.com>
5241
5242         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5243         * pgg-pgp.el (pgg-pgp-encrypt-region):
5244         * pgg-gpg.el (pgg-gpg-encrypt-region):
5245         Check pgg-encrypt-for-me if no other recipients.
5246
5247 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5248
5249         * tls.el (tls-certtool-program): Fix custom type.
5250
5251 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5254         and point-at-eol instead of line-(beginning|end)-position.
5255
5256         * assistant.el (assistant-parse-buffer): Ditto.
5257
5258         * netrc.el (netrc-parse-services): Ditto.
5259
5260 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5261
5262         * mml2015.el (mml2015-epg-find-usable-key): New function.
5263         (mml2015-epg-sign): Use it.
5264         (mml2015-epg-encrypt): Use it.
5265
5266 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * message.el (message-make-in-reply-to): Quote name containing
5269         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5270         if there are special characters.  Reported by NAKAJI Hiroyuki
5271         <nakaji@jp.freebsd.org>.
5272
5273 2007-02-27  Didier Verna  <didier@xemacs.org>
5274
5275         Include the group parameters as well as the topic ones in the
5276         inheritance filter process.
5277         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5278         argument GROUP-PARAMS-LIST.
5279         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5280
5281 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * nntp.el (nntp-never-echoes-commands)
5284         (nntp-open-connection-functions-never-echo-commands): New variables.
5285         (nntp-send-command): Use them.
5286
5287 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5288
5289         * mml2015.el (mml2015-epg-verify): Simplified.
5290
5291 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5292
5293         * mml.el (mml-content-disposition-alist): New user option.
5294         (mml-content-disposition): New function.
5295         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5296         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5297
5298 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5299
5300         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5301         verification.
5302
5303 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5304
5305         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5306         articles posted in the last 24 hours.
5307
5308 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5309
5310         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5311
5312 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5313
5314         * nntp.el (nntp-send-command): Don't wait for echoes when
5315         nntp-open-ssl-stream is used.
5316
5317 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5320         (gnus-message-add-citation-keywords)
5321         (gnus-message-remove-citation-keywords): Remove.
5322         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5323         directly, make the variables in font-lock-defaults buffer-local, add
5324         gnus-message-citation-keywords to them and then update the value of
5325         font-lock-keywords.
5326
5327 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5328
5329         * message.el (message-cite-original-1): Don't call
5330         gnus-article-highlight-citation.
5331
5332         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5333         citations; fix line count.
5334
5335 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5336
5337         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5338         (gnus-message-add-citation-keywords)
5339         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5340         versions of font-lock-add-keywords and font-lock-remove-keywords to
5341         work with XEmacs correctly.
5342
5343 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-cite.el (gnus-cite-face-list): Set the values of
5346         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5347         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5348         (gnus-message-cite-prefix-regexp): New variable.
5349         (gnus-message-search-citation-line): Use it; protect against long
5350         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5351         the 0th match data for Emacs.
5352         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5353         (gnus-message-add-citation-keywords): Append keywords rather than
5354         prepending; emulate font-lock-add-keywords if it is not available.
5355         (gnus-message-remove-citation-keywords): Emulate
5356         font-lock-remove-keywords if it is not available.
5357
5358         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5359
5360         * message.el (message-cite-prefix-regexp): Set the value of
5361         gnus-message-cite-prefix-regexp.
5362
5363 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5364
5365         * nnweb.el (nnweb-google-parse-1): Update parser.
5366
5367 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5368
5369         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5370
5371 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5372
5373         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5374         regexp.
5375
5376 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5379         string-to-multibyte.
5380         (uudecode-decode-region-internal): Use it.
5381
5382         * lpath.el: Fbind string-as-multibyte for XEmacs.
5383
5384 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5385
5386         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5387         custom choice.
5388
5389         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5390
5391 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5392
5393         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5394
5395         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5396         `write-region' to respect `mm-inhibit-file-name-handlers'.
5397
5398 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5401         Use gnus-home-directory instead of "~/" or "$HOME".
5402
5403 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5404
5405         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5406         to mention filename.
5407         Add comments at beginning regarding usage.
5408         (encrypt-write-file-contents): Change interactive so a string is
5409         acceptable.  If the file has no associated model, show an error instead
5410         of a nonsense prompt.
5411
5412 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5413
5414         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5415         Thanks to Yoshihiko Yamada for kind notification of this typo.
5416
5417 2007-01-12  Kenichi Handa  <handa@m17n.org>
5418
5419         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5420         multibyte buffer.
5421
5422 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5423
5424         * gnus-score.el (gnus-score-fast-scoring): New variable.
5425         (gnus-score-headers): Use it.
5426
5427         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5428
5429         * message.el (message-cite-original-1): Call
5430         gnus-article-highlight-citation if requested.
5431         (message-make-from): Allow name and address as optional arguments.
5432
5433         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5434
5435         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5436         bugs to doc string.
5437         (gnus-button-alist): Add mid\\|message-id.
5438         (gnus-button-fetch-group): Extend for use in
5439         `browse-url-browser-function'.
5440         (gnus-button-url-regexp): Try to catch paired parentheses like in
5441         Wikipedia URLs.
5442
5443         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5444         Suggested by Simon Krahnke <overlord@gmx.li>.
5445
5446 2007-01-13  Romain Francoise  <romain@orebokech.com>
5447
5448         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5449         Update copyright.
5450
5451 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5452
5453         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5454
5455 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5456
5457         * gnus-registry.el (gnus-registry-unfollowed-groups)
5458         (gnus-registry-split-fancy-with-parent): Fix documentation.
5459
5460 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461
5462         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5463         from nnweb groups.
5464
5465 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5468         Xref urls.  Erase buffer before requesting head.
5469
5470 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5471
5472         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5473         customizable.
5474
5475 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5476
5477         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5478         no signing key is found.
5479         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5480         no encrypting and/or signing key is found.
5481
5482 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5483
5484         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5485
5486 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5487
5488         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5489         headers read from disk with the ones newly found in the current search.
5490         This should no longer cause problems, because the article numbers in
5491         Gmane's `nov.php' output are ignored since the previous change.
5492
5493 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5494
5495         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5496
5497 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5498
5499         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5500         replace-regexp-in-string; bind url-version; fbind display-images-p and
5501         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5502         find-face and set-itimer-function for Emacs; bind itimer-list for
5503         Emacs.
5504
5505         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5506
5507 2007-01-01  Romain Francoise  <romain@orebokech.com>
5508
5509         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5510
5511 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5512
5513         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5514         `define-minor-mode' macro definition expanded properly.
5515         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5516         exclude it there.
5517
5518         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5519         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5520         `fboundp' test.
5521         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5522         This is OK to autoload in (S)XEmacs now.
5523
5524 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5525
5526         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5527         keystroke.
5528         (gnus-summary-limit-to-singletons): Fix typo.
5529
5530         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5531         else fails.
5532
5533 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5534
5535         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5536         docstring.
5537
5538         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5539         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5540         (gnus-summary-insert-dormant-articles): Fix typo in message.
5541
5542 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5545         nil for XEmacs.
5546         (gnus-message-citation-mode): Don't autoload in XEmacs.
5547
5548         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5549
5550 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5551
5552         * nnimap.el (nnimap-expunge-search-string): Mention
5553         nnimap-search-uids-not-since-is-evil in docstring.
5554
5555 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5556
5557         * spam.el: Revert to make-obsolete-variable because
5558         define-obsolete-variable-alias is not supported in Emacs 21.
5559
5560         * spam.el (spam-ifile-path, spam-ifile-database-path)
5561         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5562         make-obsolete-variable.
5563         (spam-bsfilter-path, spam-bsfilter-program)
5564         (spam-spamassassin-path, spam-spamassassin-program)
5565         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5566         use "path" inappropriately.
5567         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5568         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5569         variable names.
5570
5571 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5572
5573         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5574         summary buffer.
5575
5576         * password.el (password-cache-remove): Use clear-string to burn
5577         password, if available.
5578
5579 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5582
5583         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5584
5585         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5586         (gnus-message-highlight-citation): Move defcustom here from
5587         gnus-cite.el.
5588         (gnus-message-citation-mode): Autoload.
5589
5590         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5591         checks to make it compile with XEmacs.
5592         (gnus-message-citation-mode): New minor mode.
5593         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5594         (gnus-message-highlight-citation): New variables.
5595         (gnus-message-search-citation-line)
5596         (gnus-message-add-citation-keywords)
5597         (gnus-message-remove-citation-keywords)
5598         (turn-on-gnus-message-citation-mode)
5599         (turn-off-gnus-message-citation-mode): New functions.
5600
5601 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5602
5603         * gnus-cite.el: Enable highlighting of different citation levels in
5604         message-mode.
5605
5606 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5607
5608         * message.el (message-make-fqdn): Fix comment.
5609         (message-bogus-system-names): Add ".local".
5610
5611         * spam.el (spam-ifile-path, spam-ifile-program)
5612         (spam-ifile-database-path, spam-ifile-database)
5613         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5614         Don't use "path" inappropriately.
5615         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5616         strings.
5617         (spam-check-ifile, spam-ifile-register-with-ifile)
5618         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5619         new variable names.
5620
5621         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5622         (gnus-treat-display-smileys): Simplify using
5623         gnus-image-type-available-p.
5624
5625         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5626         available.
5627
5628         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5629         `display-images-p' if available.
5630
5631 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5634         one after turning on the buffer's multibyteness instead of decoding
5635         them directly in the unibyte buffer that causes unexpected conversion
5636         in Emacs 23 (unicode).
5637
5638 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5639
5640         * message.el (message-generate-hashcash): Fix custom type.
5641
5642 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5643
5644         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5645
5646 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5647
5648         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5649         disconnect icons.  Add help text.
5650
5651 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5652
5653         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5654         negated to be consistent with the others we handle.
5655
5656 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657
5658         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5659         version of gnus-summary-buffer to something, so that we can use two
5660         article buffers at the same time.
5661
5662 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5663
5664         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5665         trigger all the extra headers.
5666         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5667         sorting.
5668
5669 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5670
5671         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5672         solid groups.
5673
5674 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5675
5676         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5677
5678 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5679
5680         * legacy-gnus-agent.el: Add Copyright notice.
5681
5682 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5683
5684         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5685
5686 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5689
5690         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5691         to make it work reliably in CVS Emacs.
5692         (gnus-summary-limit-strange-charsets-predicate)
5693         (gnus-summary-limit-to-predicate): New functions.
5694
5695 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5696
5697         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5698         specifying array size.
5699         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5700         array if it is too small.
5701         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5702         (gnus-sort-threads-loop): New function.
5703
5704 2006-12-06  Chris Moore  <dooglus@gmail.com>
5705
5706         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5707         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5708
5709 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5710
5711         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5712         options.
5713
5714 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5715
5716         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5717         DOS-ing the recipient.
5718
5719         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5720         the headers when creating the mapping to avoid mismappings.
5721         (nnweb-gmane-create-mapping): Always nix out old mapping.
5722
5723 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5724
5725         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5726         and mm-verify-option to never.
5727
5728 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * message.el (message-signed-or-encrypted-p): New function.
5731         (message-forward-make-body): Use it.
5732
5733         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5734         Replace encode-coding-string with mm-encode-coding-string.
5735
5736 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * nneething.el (nneething-decode-file-name): Replace
5739         decode-coding-string with mm-decode-coding-string.
5740
5741         * gnus-int.el (gnus-open-server): Say failed server's name.
5742
5743 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5744
5745         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5746         strings to a single string.  Quote `errors-file-name'.
5747         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5748         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5749         Adjust calls.  Use `shell-quote-argument'.
5750
5751 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5752
5753         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5754         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5755
5756         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5757         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5758         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5759         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5760         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5761         (gnus-subscribe-newsgroup, gnus-1):
5762         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5763         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5764         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5765         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5766
5767 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5768
5769         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5770         keystroke.
5771         (gnus-summary-limit-to-bodies): Implement headersp.
5772
5773 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5774
5775         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5776
5777 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5778
5779         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5780
5781 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5782
5783         * message.el (message-generate-hashcash): Expand range of values to
5784         include `opportunistic'.
5785         (message-send-mail): Use it.
5786
5787 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5788
5789         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5790         and comment it.
5791
5792         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5793
5794 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5795
5796         * gnus-util.el (gnus-extract-address-components): Improve comment.
5797
5798 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5799
5800         * gnus-util.el (gnus-extract-address-components): Work with address in
5801         which the name portion contains @.
5802
5803         * lpath.el: Fbind custom-autoload.
5804
5805 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5806
5807         * gnus.el (gnus-start): Move custom group up.
5808         (gnus-select-method): Don't autoload, but make it available for
5809         `customize-variable'.
5810         (gnus-getenv-nntpserver): Don't autoload.
5811
5812 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5813
5814         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5815
5816 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5817
5818         * message.el (message-sendmail-extra-arguments): New variable.
5819         (message-send-mail-with-sendmail): Use it.
5820
5821 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5822
5823         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5824         mm-with-unibyte-current-buffer to make string unibyte.
5825
5826         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5827         mm-string-as-multibyte.
5828
5829 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5830
5831         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5832         Reported by Werner Koch <wk@gnupg.org>.
5833
5834 2006-11-14  Daiki Ueno  <ueno@p360>
5835
5836         * mml2015.el: Autoload epa-select-keys when compiling.
5837
5838 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5839
5840         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5841         message-options.
5842         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5843
5844 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5845
5846         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5847         EasyPG (< 0.0.6).
5848         (mml2015-always-trust): New user option.
5849         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5850         prompt.
5851
5852 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * nntp.el (nntp-authinfo-force): New variable.
5855         (nntp-send-authinfo): Use it.
5856
5857 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5860         decode encoded words.  Improve prompt.  Add comment about forwarding.
5861         (message-replacement-char): Move up.
5862
5863 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5864
5865         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5866         instead of gnus-intersection because arguments of gnus-sorted-nunion
5867         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5868
5869 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5870
5871         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5872         (message-simplify-subject-functions): Enable
5873         message-strip-subject-encoded-words by default.
5874
5875 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * message.el (message-strip-subject-encoded-words): New function.
5878         (message-simplify-subject-functions): New variable.
5879         (message-simplify-subject): Use it.  Fix typo in doc string.
5880         Support message-strip-subject-encoded-words.
5881
5882 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5883
5884         * gnus-diary.el (gnus-diary-delay-format-function):
5885         * nndiary.el (nndiary-reminders):
5886         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5887
5888 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5889
5890         * gnus-art.el (article-hide-boring-headers): Fetch date from
5891         gnus-original-article-buffer to avoid problems with localized date
5892         strings.
5893
5894 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5897
5898 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5901         New variables.
5902         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5903         (mm-charset-synonym-alist): Move some entries to
5904         mm-codepage-iso-8859-list.
5905         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5906         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5907
5908 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5911
5912 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5913
5914         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5915         with Emacs 21 and XEmacs.
5916
5917 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5918
5919         * spam.el (spam-parse-address): New function for better parsing,
5920         catching errors, etc.
5921         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5922
5923 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5924
5925         * mm-view.el: Add interactive arg to html2text autoload.
5926
5927 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5930
5931 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5934         variables.
5935         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5936         (mm-charset-synonym-alist): Move some entries to
5937         mm-codepage-iso-8859-list.
5938
5939         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5940
5941 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5942
5943         * message.el (message-citation-line-format)
5944         (message-insert-formated-citation-line): Fix implementation of %E, %N
5945         and %n according to the doc string.
5946
5947 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5948
5949         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5950         car-safe to avoid bad parses.
5951
5952 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5955         names.
5956
5957         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5958
5959 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5960
5961         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5962         header.
5963
5964         * message.el (message-draft-headers): Add Date.
5965         (message-headers-to-generate): Fix typo in docstring.
5966
5967         * nndraft.el (nndraft-required-headers): New variable.
5968         (nndraft-generate-headers): Use it.
5969
5970         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5971
5972 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5973
5974         * gnus-registry.el (gnus-registry-wash-for-keywords)
5975         (gnus-registry-find-keywords): New functions to allow easy searching of
5976         articles that are in the registry.
5977
5978 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5979
5980         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5981         ietf-drums-parse-address instead of gnus-extract-address-components.
5982         Reported by Damien Elmes <damien@repose.cx>.
5983
5984 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5985
5986         * gnus.el (gnus-mime): Remove unused custom group.
5987
5988 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5989
5990         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5991         "blank line" when searching for end of armor headers.
5992
5993 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5994
5995         * gmm-utils.el (gmm-write-region): Fix variable name.
5996
5997 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5998
5999         * gmm-utils.el (gmm-write-region): New function based on compatibility
6000         code from `mm-make-temp-file'.
6001
6002         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
6003
6004         * nnmaildir.el (nnmaildir--update-nov)
6005         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
6006         Use `gmm-write-region'.
6007
6008 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6011         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6012
6013         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6014
6015         * message.el (message-replacement-char): New variable.
6016         (message-fix-before-sending): Use it.
6017         (message-simplify-subject): New function to remove duplicate code.
6018         (message-reply, message-followup): Use it.
6019
6020         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6021         gnus-summary-limit-to-articles.
6022
6023 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * gnus-util.el (gnus-with-local-quit): New macro.
6026
6027         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6028
6029 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6030
6031         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6032         ignore non-string data.
6033
6034 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6035
6036         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6037         non-string data (needs to be done in the registry too).
6038
6039 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6040
6041         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6042         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6043         (gnus-registry-split-fancy-with-parent)
6044         (gnus-registry-fetch-simplified-message-subject-fast)
6045         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6046         Remove text properties on ingress into the registry and when it's saved.
6047         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6048         registry from entries with no groups.
6049
6050 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6051
6052         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6053         function to remove string properties.
6054
6055 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * gmm-utils.el (gmm): Adjust custom version.
6058
6059         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6060         custom version.
6061
6062         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6063
6064 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * gnus-art.el (gnus-insert-prev-page-button)
6067         (gnus-insert-next-page-button): Simplify.  Reformat.
6068
6069 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6070
6071         * gnus-art.el (gnus-insert-prev-page-button)
6072         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6073
6074 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6075
6076         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6077
6078 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6079
6080         * gnus-art.el (gnus-insert-mime-button)
6081         (gnus-insert-mime-security-button):
6082         Apply gnus-article-button-face to MIME and security buttons.
6083
6084 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6085
6086         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6087         readable.
6088
6089 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6090
6091         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6092
6093 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6094
6095         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6096         `browse-url-of-file' instead of `browse-url'.
6097
6098 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6099
6100         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6101         regexp.  Articles containing quotation were cut prematurely.
6102
6103 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6104
6105         * message.el (message-cite-original-1): Use nobody by default for the
6106         value of From header.
6107         (message-reply): Ditto.
6108
6109 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6110
6111         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6112         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6113         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6114
6115 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6118         mails in the doc string.  Add some URLs in comment.
6119         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6120
6121 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6124         backslashes handling and the way to find boundaries of quoted strings.
6125
6126 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6127
6128         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6129         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6130         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6131         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6132
6133 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6134
6135         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6136         doc string.
6137         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6138
6139 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6140
6141         * lpath.el: Fbind epg-check-configuration.
6142
6143 2006-09-06  Simon Josefsson  <jas@extundo.com>
6144
6145         * mml2015.el (mml2015-use): Doc fix, mention epg.
6146
6147 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6148
6149         * mml2015.el (mml2015-use): Default to epg, if available.
6150
6151 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6152
6153         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6154         message-sender.
6155         (mml1991-epg-encrypt): Ditto.
6156         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6157         message-sender.
6158         (mml2015-epg-encrypt): Ditto.
6159
6160 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6161
6162         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6163         several common directories.
6164
6165 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6166
6167         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6168         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6169
6170 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6171
6172         * gnus-art.el (article-decode-encoded-words): Make it fast.
6173
6174 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6177
6178         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6179         in quoted string into `\'.
6180
6181 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6182
6183         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6184         Use standard-syntax-table.
6185
6186 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6187
6188         * gnus-art.el (gnus-decode-address-function): New variable.
6189         (article-decode-encoded-words): Use it to decode headers which are
6190         assumed to contain addresses.
6191         (gnus-mime-delete-part): Remove useless `or'.
6192
6193         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6194         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6195         (gnus-nov-parse-line): Use it to decode From header.
6196         (gnus-get-newsgroup-headers): Ditto.
6197         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6198
6199         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6200         (mail-decode-encoded-address-string): New alias.
6201
6202         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6203         New function.
6204         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6205         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6206         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6207         (rfc2047-decode-string): Ditto.
6208         (rfc2047-decode-address-region): New function.
6209         (rfc2047-decode-address-string): New function.
6210
6211 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6212
6213         * message.el (message-caesar-buffer-body): Allow rotating headers.
6214
6215         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6216
6217         * message.el (message-insert-formated-citation-line): Fix %f.
6218         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6219
6220 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6223         (gnus-bookmark-mouse-available-p): New macro.
6224         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6225         (gnus-bookmark-bmenu-show-infos): Use it.
6226         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6227         (gnus-bookmark-bmenu-hide-infos): Ditto.
6228         (gnus-bookmark-remove-properties): New function.
6229         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6230         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6231         (gnus-bookmark-write-file): Bind coding-system-for-write.
6232         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6233         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6234         group before selecting it.
6235         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6236         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6237         quit-window if it is not available; use gnus-mouse-2 and bind it to
6238         gnus-bookmark-bmenu-select-by-mouse.
6239         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6240         (gnus-bookmark-bmenu-select-by-mouse): New function.
6241
6242 2006-08-13  Romain Francoise  <romain@orebokech.com>
6243
6244         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6245         space.
6246
6247 2006-08-10  Romain Francoise  <romain@orebokech.com>
6248
6249         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6250         (dns-mode-soa-auto-increment-serial): New user option.
6251         (dns-mode-soa-maybe-increment-serial): New function.
6252         (dns-mode): Add the latter to `write-contents-functions'.
6253
6254 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * compface.el (uncompface): Use binary rather than raw-text-unix.
6257
6258 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * compface.el (uncompface): Make sure the eol conversion doesn't take
6261         place when communicating with the external programs.  Reported by
6262         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6263
6264 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6267
6268 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6269
6270         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6271         Make it more robust by parsing author and date independently.
6272
6273 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6274
6275         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6276
6277 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6278
6279         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6280         first matching secret key.
6281         (mml2015-epg-encrypt): Ditto.
6282
6283         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6284         first matching secret key.
6285         (mml1991-epg-encrypt): Ditto.
6286
6287         * mml2015.el (mml2015-encrypt-to-self): New user option.
6288         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6289         mml2015-epg-encrypt-to-self is set.
6290
6291         * mml1991.el (mml1991-encrypt-to-self): New variable.
6292         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6293         mml1991-epg-encrypt-to-self is set.
6294
6295         * mml2015.el (mml2015-signers): New user option.
6296         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6297         (mml2015-epg-encrypt): Allow to select signing keys.
6298
6299         * mml1991.el (mml1991-signers): New variable.
6300         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6301         (mml1991-epg-encrypt): Allow to select signing keys.
6302
6303 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6304
6305         * nnheader.el (nnheader-insert-head): Make it work even if the file
6306         uses CRLF for the line-break code.
6307
6308 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6309
6310         * mml2015.el: Require mml-sec instead of password.
6311         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6312         (mml2015-cache-passphrase): Inherit the default value from
6313         mml-secure-cache-passphrase.
6314         (mml2015-passphrase-cache-expiry): Inherit the default value from
6315         mml-secure-passphrase-cache-expiry.
6316
6317         * mml1991.el: Require mml-sec instead of password.
6318         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6319         (mml1991-cache-passphrase): Inherit the default value from
6320         mml-secure-cache-passphrase.
6321         (mml1991-passphrase-cache-expiry): Inherit the default value from
6322         mml-secure-passphrase-cache-expiry.
6323
6324         * mml-sec.el: Require password.
6325         (mml-secure-verbose): New user option.
6326         (mml-secure-cache-passphrase): New user option.
6327         (mml-secure-passphrase-cache-expiry): New user option.
6328
6329 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6330
6331         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6332         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6333         andreas@altroot.de (Andreas Vögele).
6334
6335         FIXME: Use `tiny change'?
6336
6337 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6338
6339         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6340         workaround for the url package included with Emacs.
6341
6342         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6343
6344 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6347         correctly.  This fixes a bug caused by the 2006-05-12 change.
6348
6349 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6350
6351         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6352         some information about the error when saying that the `bogus' mail
6353         group will be used.
6354
6355 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6356
6357         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6358         string.
6359
6360 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6361
6362         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6363
6364 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6365
6366         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6367
6368 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6369
6370         * mml1991.el (mml1991-function-alist): Add epg.
6371         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6372         (mml1991-epg-encrypt): New functions.
6373
6374 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6375
6376         * mml2015.el (mml2015-verbose): New variable.
6377         (mml2015-cache-passphrase): Ditto.
6378         (mml2015-passphrase-cache-expiry): Ditto.
6379         (mml2015-function-alist): Add epg.
6380         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6381         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6382         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6383         functions.
6384
6385 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6386
6387         * message.el (message-cite-original-1): Preserve region when removing
6388         quoted text due to X-No-Archive in order to avoid bogus attribution
6389         when citing multiple messages.
6390
6391 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6392
6393         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6394         Kenneth Jacker <khj@be.cs.appstate.edu>.
6395
6396 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6397
6398         * gnus-diary.el (gnus-user-format-function-d)
6399         (gnus-user-format-function-D): Autoload.
6400
6401         * imap.el (Commentary): Fix typo.
6402
6403         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6404         2006-04-22 contribution.
6405
6406 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6407
6408         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6409         It didn't really fix the bogosity I'm seeing with solid web groups.
6410
6411 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6412
6413         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6414         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6415         created using server names.  If we use the feature without declaring
6416         it, Gnus does not properly manage server and group state.
6417
6418         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6419         bound.
6420
6421 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6422
6423         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6424         looking up the method using GROUP's prefix before inventing a new one.
6425         It is used on killed/unknown groups in various places where returning
6426         an all-new method isn't expected by the caller.
6427
6428         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6429         and match semantics of gnus-group-real-prefix.
6430
6431 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6432
6433         * nnmail.el (nnmail-broken-references-mailers): New variable.
6434         (nnmail-ignore-broken-references): New function generalizing
6435         nnmail-fix-eudora-headers.
6436         (nnmail-fix-eudora-headers): Now obsolete.
6437
6438         * gnus-art.el (gnus-button-handle-custom): Support
6439         `customize-apropos*'.
6440
6441 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6444
6445         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6446         articles.
6447
6448 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * message.el (message-cite-reply-above): New variable.
6451         (message-yank-original): Use it.
6452
6453 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6454
6455         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6456
6457 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6458
6459         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6460         as read.
6461
6462         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6463
6464 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6465
6466         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6467         (gnus-bookmark-default-file): Use gnus-directory.
6468         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6469         Remove "*" in doc string.
6470         (gnus-bookmark-write-file): Simplify.
6471         (gnus-bookmark-maybe-sort-alist): Use `when'.
6472         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6473         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6474         FIXME about Emacs 21 and XEmacs compatibility.
6475         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6476         compatibility.
6477         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6478         compatibility.
6479         (gnus-bookmark-menu-heading): Fix version.
6480
6481 2006-06-19  Bastien Guerry  <bzg@altern.org>
6482
6483         * gnus-bookmark.el: New file.
6484
6485 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6486
6487         * message.el (message-syntax-checks): Doc fix.
6488
6489 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6490
6491         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6492         unsubscribed groups as if they were killed ones.  It causes duplicate
6493         entries in gnus-newsrc-alist.
6494
6495 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6496
6497         * message.el (message-syntax-checks): Doc fix.
6498         (message-send-mail): Add check for continuation headers.
6499         (message-check-news-header-syntax): Fix regexp used to check for
6500         continuation headers.
6501
6502 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6503
6504         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6505
6506 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6507
6508         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6509
6510 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6513         default-truncate-lines.
6514
6515 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6516
6517         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6518         to fill the utf-8 entry.
6519
6520         * lpath.el: Fbind unicode-precedence-list.
6521
6522 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6523
6524         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6525
6526 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6527
6528         * gnus-agent.el (directory-files-and-attributes): Move all the way
6529         forward (the third and final move).
6530         (gnus-agent-read-agentview): Trap reconstruction errors due to
6531         nonexistant directory.  Handle by returning nil.
6532
6533 2006-05-30  Didier Verna  <didier@xemacs.org>
6534
6535         * message.el (message-dont-reply-to-names): Update the custom type.
6536         * message.el (message-dont-reply-to-names): New defsubst: potentially
6537         convert a list of regexps into a single one.
6538         * message.el (message-get-reply-headers): Use it.
6539         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6540
6541 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * gnus-agent.el (directory-files-and-attributes): Move forward.
6544
6545 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6546
6547         * gnus-ml.el (gnus-mailing-list-subscribe)
6548         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6549         (gnus-mailing-list-message): Fix doc strings.
6550
6551 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6552
6553         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6554         of doing it manually.
6555
6556 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6557
6558         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6559         comment.
6560
6561 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6562
6563         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6564         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6565         (gnus-agent-read-local): All symbols allocated in my-obarray.
6566         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6567         (gnus-agent-regenerate-group): Check numeric names to see if they are
6568         messages or groups.
6569         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6570         better way of do this...)
6571
6572         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6573         'dummy.group' (there should be a better way of do this...)
6574
6575 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6578         (gnus-saved-headers): Ditto.
6579         (gnus-default-article-saver): Mention functions may have properties.
6580         (gnus-article-save): Override gnus-save-all-headers and
6581         gnus-saved-headers by :headers property which saver function may have.
6582         (gnus-summary-save-in-file): Add :headers property.
6583         (gnus-summary-write-to-file): Ditto.
6584
6585         * gnus-sum.el (gnus-summary-save-article): Bind
6586         gnus-prompt-before-saving to t when saving many articles in a file;
6587         always show all headers.
6588
6589         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6590
6591 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6592
6593         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6594         marks.
6595
6596         * message.el (message-indent-citation): Add optional arguments to allow
6597         using it outside of message buffers.
6598
6599         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6600         (gnus-article-treat-unfold-headers): Use it.
6601         (gnus-article-truncate-lines): New variable.
6602         (gnus-article-mode): Use it.
6603         (gnus-article-toggle-truncate-lines): New function.
6604
6605         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6606         gnus-article-toggle-truncate-lines.
6607
6608         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6609         coding system in XEmacs, use binary.
6610
6611 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6612
6613         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6614         after-load-alist.
6615
6616         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6617         this function should save decoded articles.
6618         (gnus-summary-write-to-file): Use property to specify this function
6619         should save decoded articles and specify gnus-summary-save-in-file
6620         should be used to save articles other than the first one when saving
6621         many articles.
6622         (gnus-summary-save-body-in-file): Use property to specify this
6623         function should save decoded articles.
6624         (gnus-summary-write-body-to-file): Use property to specify this
6625         function should save decoded articles and specify
6626         gnus-summary-save-body-in-file should be used to save articles other
6627         than the first one when saving many articles.
6628
6629         * gnus-sum.el (gnus-summary-save-article): Simplify.
6630
6631 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6632
6633         * gnus-art.el (gnus-default-article-saver): Add
6634         gnus-summary-write-body-to-file.
6635         (gnus-article-save-coding-system): Don't use coding system object
6636         in XEmacs.
6637         (gnus-read-save-file-name): Add optional `dir-var' argument which
6638         specifies directory in which files are saved; work even if optional
6639         `variable' argument is not specified.
6640         (gnus-summary-write-to-file): Read file name.
6641         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6642         (gnus-summary-write-body-to-file): New function.
6643
6644         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6645         (gnus-summary-local-variables): Add it.
6646         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6647         (gnus-summary-save-article): Remove optional `decode' argument;
6648         determine whether to decode articles by the value of
6649         gnus-default-article-saver; when saving many files using
6650         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6651         it first and use gnus-summary-save-in-file or
6652         gnus-summary-save-body-in-file thereafter unless
6653         gnus-prompt-before-saving is always; move point to article which
6654         will be saved.
6655         (gnus-summary-save-article-file): Revert.
6656         (gnus-summary-write-article-file): Revert.
6657         (gnus-summary-save-article-body-file): Revert.
6658         (gnus-summary-write-article-body-file): New function.
6659
6660 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6661
6662         * gnus-art.el (gnus-default-article-saver): Doc fix.
6663         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6664         from gnus-summary-save-article-coding-system, and default to a
6665         certain coding system.
6666         (gnus-output-to-file): Add coding cookie and encode text according
6667         to gnus-article-save-coding-system; don't use mm-append-to-file.
6668
6669         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6670         gnus-art.el and rename to gnus-article-save-coding-system.
6671         (gnus-summary-save-article): Require gnus-art; don't show all
6672         headers if it decodes articles; don't add coding cookie here;
6673         don't bind mm-text-coding-system-for-write.
6674         (gnus-summary-save-article-file): Save decoded articles.
6675         (gnus-summary-write-article-file): When saving many files, use
6676         gnus-summary-write-to-file first and gnus-summary-save-in-file
6677         thereafter unless gnus-prompt-before-saving is always.
6678         (gnus-summary-save-article-body-file): Save decoded articles.
6679
6680         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6681
6682 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * nnrss.el (nnrss-check-group): Bind hash-index.
6685
6686 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6687
6688         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6689         its hash index.  Store this hash in `nnrss-group-data'.
6690         (nnrss-read-group-data): Update accordingly.
6691
6692 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6693
6694         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6695         entry.
6696
6697         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6698         gnus-article-browse-html-article.
6699
6700 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6701
6702         * gnus-sum.el (gnus-summary-mime-map): Add
6703         gnus-article-browse-html-article.
6704
6705         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6706
6707 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6708
6709         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6710         suitable coding systems in customize.
6711
6712 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6713
6714         * mail-source.el (mail-sources): Fix custom type.
6715
6716 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6719         (gnus-summary-expire-articles-now): Shorten prompt.
6720
6721         * gmm-utils.el (wid-edit): Require.
6722         (defun-gmm): Renamed from `gmm-defun-compat'.
6723         (gmm-image-search-load-path): Use it.
6724         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6725
6726 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6727
6728         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6729         variable.
6730         (gnus-summary-save-article): Add optional `decode' argument.  If
6731         it is set and gnus-summary-save-article-coding-system is non-nil,
6732         save decoded article.
6733         (gnus-summary-write-article-file): Save decoded article if
6734         gnus-summary-save-article-coding-system is non-nil.
6735
6736         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6737         type.
6738
6739 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6742
6743 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6744
6745         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6746         first to test gnus-single-article-buffer which may be buffer-local.
6747
6748         * gnus-sum.el (gnus-summary-setup-buffer): Make
6749         gnus-single-article-buffer buffer-local and nil in ephemeral
6750         group; make gnus-article-buffer, gnus-article-current, and
6751         gnus-original-article-buffer always buffer-local.
6752         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6753         group.
6754         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6755
6756 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6757
6758         * nnml.el (nnml-request-compact-group): Compressed files might not
6759         have .gz extension.
6760
6761 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6762
6763         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6764         (mm-copy-to-buffer): Use with-current-buffer.
6765         (mm-display-part): Simplify.
6766         (mm-inlinable-p): Add optional arg `type'.
6767
6768 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6769
6770         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6771         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6772         Try harder to show the attachment internally or externally using
6773         gnus-mime-view-part-as-type.
6774
6775 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6776
6777         * message.el (message-from-style, message-signature-separator)
6778         (message-user-organization-file, message-send-mail-function)
6779         (message-citation-line-function, message-yank-prefix)
6780         (message-indent-citation-function, message-signature)
6781         (message-signature-file, message-signature-insert-empty-line):
6782         Remove autoloads.
6783
6784         * gnus-art.el (gnus-buttonized-mime-types): Remove
6785         "multipart/signed".  Revert 2006-04-26 change.
6786
6787 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788
6789         * gnus.el (gnus-version-number): Bump version.
6790
6791 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6792
6793         * gnus.el: No Gnus v0.5 is released.
6794
6795 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6796
6797         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6798         fetching articles by message-id.
6799
6800 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6801
6802         * message.el (hashcash): Require hashcash as normal.
6803
6804         * ecomplete.el (ecomplete-highlight-match-line): Use
6805         point-at-eol.
6806         (ecomplete-highlight-match-line): Use `highlight', because that
6807         face exists in both Emacs and XEmacs.
6808
6809         * message.el (message-display-abbrev): Use point-at-bol.
6810
6811         * mail-source.el: Don't require timer/timer-funcs.
6812
6813         * gnus-async.el: Ditto.
6814
6815         * password.el: Ditto.
6816
6817         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6818
6819         * mm-url.el: Ditto.
6820
6821         * gnus-xmas.el: Don't require timer-funcs.
6822
6823         * mm-util.el: Require timer/timer-funcs.
6824
6825 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6826
6827         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6828         Close.
6829
6830 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6833         unibyte after clear-decrypt function runs.
6834
6835         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6836         returns as a unibyte string.
6837
6838 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * lpath.el: Revert.
6841
6842         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6843         (pgg-gpg-process-sentinel): Revert.
6844
6845         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6846         (pgg-pgp-lookup-key): Revert.
6847
6848         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6849         (pgg-pgp5-lookup-key): Revert.
6850
6851         * pgg.el (pgg-fetch-key): Revert.
6852
6853 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * lpath.el: Fbind string-as-multibyte for XEmacs.
6856
6857         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6858         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6859         (mml1991-pgg-encrypt): Ditto.
6860
6861         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6862         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6863         a multibyte buffer.
6864
6865         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6866         (pgg-pgp-lookup-key): Ditto.
6867
6868         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6869         (pgg-pgp5-lookup-key): Ditto.
6870
6871         * pgg.el (pgg-fetch-key): Ditto.
6872
6873 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * message.el (message-user-organization-file): Check several
6876         locations of the organization file.
6877
6878         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6879         Add gnus-article-view-part-as-type.
6880
6881         * gnus-art.el (gnus-article-view-part-as-type): New function.
6882
6883         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6884         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6885
6886         * mml.el: Simplify autoload.
6887         (mml-mode): defvar dnd-protocol-alist instead of using
6888         symbol-value.
6889         (mml-default-directory): New variable.
6890         (mml-minibuffer-read-file): Use it.
6891         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6892
6893         * message.el (message-citation-line-format): New variable.
6894         (message-insert-formated-citation-line): New function.
6895         (message-citation-line-function): Add
6896         `message-insert-formated-citation-line' to custom type.
6897
6898         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6899         to doc string.
6900
6901         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6902         depending on mm-verify-option.
6903
6904 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6907         binding pgg-* variables; reimplement the section which prevents
6908         MIME header from being signed.
6909         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6910         pgg-text-mode; remove a blank line at the top of body.
6911
6912         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6913         lines at the top of body; use gnus-newsgroup-charset if there's no
6914         Charset header.
6915
6916 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * message.el (message-self-insert-commands): Doc fix.
6919
6920         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6921         (mm-uu-pgp-encrypted-test): Ditto.
6922         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6923         between header and body; return application/pgp-encrypted handle
6924         if decryption failed; decode decrypted body by charset.
6925
6926         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6927         element match to application/pgp-*.
6928
6929 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6930
6931         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6932         HTML.
6933
6934 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * mail-source.el (mail-source-call-script): Message the error
6937         string.
6938
6939 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * gnus-util.el (gnus-byte-compile): Use it.
6942
6943 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6944
6945         * gnus-util.el (kill-empty-logs): New function.
6946
6947 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6948
6949         * message.el (message-mail-alias-type): Doc fix.
6950         (message-mail-alias-type-p): New function.
6951         (message-send): Use it.
6952         (message-mode): Ditto.
6953         (message-strip-forbidden-properties): Ditto.
6954
6955         * ecomplete.el (ecomplete-database-file-coding-system): New
6956         variable.
6957         (ecomplete-save): Use it.
6958         (ecomplete-setup): Use it.
6959
6960 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6961
6962         * message.el (message-self-insert-commands): New variable.
6963         (message-strip-forbidden-properties): Use it.
6964
6965 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6966
6967         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6968         that doesn't make XEmacs choke.
6969
6970 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6971
6972         * gnus-util.el (gnus-replace-in-string):
6973         Prefer replace-regexp-in-string over of replace-in-string.
6974
6975 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6976
6977         * gnus-util.el (gnus-select-frame-set-input-focus):
6978         Use select-frame-set-input-focus if it is available in XEmacs; use
6979         definition defined in Emacs 22 for old Emacsen.
6980
6981         * dgnushack.el: Autoload unmorse-region for XEmacs.
6982
6983         * lpath.el: Bind cursor-in-non-selected-windows and
6984         select-frame-set-input-focus for XEmacs.
6985
6986 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6987
6988         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6989
6990 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6991
6992         * gnus-registry.el (gnus-registry-cache-save): Remove text
6993         properties when saving via the temp buffer.
6994
6995 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6996
6997         * message.el (message-generate-hashcash): Honor custom type.
6998
6999 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7000
7001         * message.el (message-generate-hashcash): Default to non-nil when
7002         hashcash is found.
7003
7004         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
7005         (gnus-refer-thread-limit): Increase default to 500.
7006
7007         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
7008
7009         * flow-fill.el (fill-flowed): Allow delete-space.
7010
7011 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7014         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7015         Remove autoloads.
7016
7017 2006-04-18  Simon Josefsson  <jas@extundo.com>
7018
7019         * message.el (message-generate-hashcash): Default to.
7020
7021 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7024         concatenating segments rather than before concatenating them.
7025
7026 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7029
7030 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7031
7032         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7033
7034         * message.el (message-forward-make-body-plain): Allow
7035         message-forward-ignored-headers to be a list.
7036         (message-remove-ignored-headers): Factor out into function.
7037         (message-forward-make-body-mml): Use it.
7038
7039         * imap.el (imap-quote-specials): New function.
7040         (imap-login-auth): Quote specials.
7041
7042         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7043         (rfc2231-parse-string): Allow concatanation of parameters that
7044         aren't contiguous.  The test case is
7045           (mail-header-parse-content-type "message/external-body;
7046             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7047             access-type=LOCAL-FILE;
7048             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7049
7050 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7051
7052         * nntp.el (nntp-accept-process-output): Return the value of
7053         `nnheader-accept-process-output'.
7054
7055 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7056
7057         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7058         (gnus-button-alist): Recognize more diff formats.
7059         (gnus-button-patch): Strip directory.
7060
7061 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7062
7063         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7064         Emacs 22 when setting focus.
7065
7066 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7067
7068         * gnus-art.el (gnus-article-treat-types): Do treatment of
7069         text/x-verbatim parts.
7070         (gnus-button-patch): New command.
7071
7072         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7073         addresses that contain invalid characters.
7074
7075 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7076
7077         * message.el (message-put-addresses-in-ecomplete): Use
7078         gnus-replace-in-string.
7079         (message-is-yours-p): Use the more correct
7080         mail-header-parse-address instead of
7081         mail-extract-address-components.
7082         (message-put-addresses-in-ecomplete): Fix typo.
7083
7084         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7085         keystroke.
7086
7087         * gnus-art.el (gnus-treatment-function-alist): Change order of
7088         newsgroups/generic header folding to avoid double-folding.
7089
7090         * message.el (message-hidden-headers): Add X-Draft-From.
7091
7092         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7093         command.
7094         (gnus-summary-repeat-search-article-backward): New command.
7095
7096         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7097         groups in the parent topic.
7098
7099 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7100
7101         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7102         (spam-extra-header-to-number): Return the CRM114 number as a
7103         number instead of a string.
7104
7105 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7106
7107         * gnus-art.el (gnus-face-properties-alist): Moved here from
7108         gnus-fun.
7109
7110         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7111
7112 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7113
7114         * message.el (message-strip-forbidden-properties): Only display on
7115         self-insert-command.
7116
7117         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7118         reindent.
7119         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7120
7121 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7122
7123         * smiley.el (smiley-style): Fix typo.
7124
7125 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7126
7127         * hashcash.el (hashcash-insert-payment-async-2): Use
7128         message-goto-eoh instead of doing it manually.
7129         (mail-add-payment): Use message-narrow-to-header instead of trying
7130         to do the same itself.
7131
7132         * message.el (message-hidden-headers): Add Face.
7133
7134         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7135         reparenting code.
7136         (gnus-summary-reparent-children): Refactored out code.
7137         (gnus-summary-thread-map): New keystroke.
7138         (gnus-summary-reparent-children): Make into command.
7139
7140         * smiley.el (smiley-style): Default to `medium' if using a large
7141         font.
7142
7143         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7144         does it itself.
7145
7146         * message.el (message-point-in-header-p): Simplify definition.
7147
7148 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7149
7150         * nnagent.el (nnagent-request-set-mark): Silence log file
7151         writing.
7152         (nnagent-request-set-mark): Use write-region instead of
7153         append-to-file.
7154
7155         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7156         strange select method.
7157
7158         * ecomplete.el (ecomplete-display-matches): Get highlightling
7159         right.
7160         (ecomplete-display-matches): Use literals.
7161         (ecomplete-display-matches): Disable message logging.
7162
7163         * message.el (message-display-abbrev): Small optimization.
7164
7165         * ecomplete.el (ecomplete-display-matches): Allow automatic
7166         display.
7167
7168         * message.el (message-strip-forbidden-properties): Display
7169         abbrevs.
7170         (message-display-abbrev): Get automatic display right.
7171
7172         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7173         keystrokes.
7174
7175 2006-04-13  Romain Francoise  <romain@orebokech.com>
7176
7177         TODO: Backport to v5-10!
7178
7179         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7180         Moved here (and renamed) from gnus-registry.el.
7181
7182         * gnus-registry.el: Require gnus-util.
7183         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7184
7185 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7186
7187         * gnus-group.el (gnus-group-catchup-current): Change
7188         if-then-else-if-then-else into cond.
7189         (gnus-group-catchup): Indent.
7190         (group-name-at-point): New function.
7191         (gnus-fetch-group): Provide default from thing at point.
7192
7193 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * message.el (message-display-abbrev): Fix regexp.
7196
7197         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7198         choosing.
7199         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7200         dead variables.
7201
7202         * message.el (message-newline-and-indent): Remove debugging.
7203         (message-display-abbrev): Use new implementation.
7204
7205 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7206
7207         * gnus-art.el (gnus-article-mode): Set
7208         cursor-in-non-selected-windows to nil.
7209
7210         * smiley.el: Revert previous change.
7211         (smiley-data-directory): defvar it before using it in the
7212         defcustom of `smiley-style'.
7213
7214 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215
7216         * message.el (message-newline-and-indent): New function.
7217
7218         * ecomplete.el: Implement more bits.
7219
7220         * message.el (message-put-addresses-in-ecomplete): Clean up the
7221         string.
7222
7223         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7224
7225         * gnus-sum.el (gnus-summary-save-parts): Bind
7226         gnus-summary-save-parts-counter and use it to make unique file
7227         names.
7228
7229         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7230
7231         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7232         parameter to say whether to actually parse the individual
7233         addresses.
7234
7235         * message.el (message-put-addresses-in-ecomplete): New function.
7236         (ecomplete): Require.
7237         (message-mail-alias-type): Add ecomplete as an option.
7238
7239 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7240
7241         * flow-fill.el (fill-flowed): Remove trailing space from blank
7242         quoted lines.
7243
7244 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7245
7246         * smiley.el (smiley-style): Move definition later to avoid a
7247         compilation warning.
7248
7249 2006-04-12  Kenichi Handa  <handa@m17n.org>
7250
7251         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7252         buffer and then decode the buffer text if necessary.
7253         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7254         first, and after mm-encode-body, change the buffer to unibyte.
7255         Use mm-disable-multibyte instead of set-buffer-multibyte.
7256
7257 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7260         Content-Type header instead of Content-Disposition header.
7261         (gnus-mime-inline-part): Ditto.
7262         (gnus-mime-view-part-as-charset): Ignore charset that the part
7263         specifies.
7264
7265         * mm-decode.el (mm-display-part): Work with external parts and
7266         usual parts similarly.
7267
7268         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7269         instead of gnus-display-mime.
7270
7271         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7272         instead of with-temp-buffer.
7273
7274         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7275         tag to summarized topics part in order to encode non-ASCII text.
7276
7277 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * smiley.el (smiley-style): New variable.
7280         (smiley-directory): New function.
7281         (smiley-data-directory): Derive from `smiley-style' using
7282         `smiley-directory'.
7283         (smiley-regexp-alist): Add new entries.
7284
7285         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7286         (gnus-article-browse-delete-temp): Add :version.
7287
7288 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7289
7290         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7291         the sieve region.
7292
7293 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7294
7295         * gnus.el (gnus-version-number): Bump version.
7296
7297 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7298
7299         * gnus.el: No Gnus v0.4 is released.
7300
7301 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7302
7303         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7304         layout.
7305
7306         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7307         unknown charset.
7308
7309         * message.el (message-header-synonyms): Add Original-To to the
7310         default.
7311
7312         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7313         optional parameter.
7314
7315 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7316
7317         * gnus-fun.el (gnus): Require it for gnus-directory.
7318
7319 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7320
7321         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7322
7323 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7324
7325         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7326
7327 2006-04-05  Simon Josefsson  <jas@extundo.com>
7328
7329         * password.el (password-reset): New function.
7330
7331 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7332
7333         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7334         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7335
7336 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7337
7338         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7339         Some whitespace was matched into the url, which broke browsing hits
7340         > 100 when mm-url-use-external was nil.
7341
7342 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7345         gnus-extra-headers for 'Newsgroups.
7346
7347         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7348         bound.
7349
7350 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7351
7352         * pgg-gpg.el: Clean up process buffers every time gpg processes
7353         complete.
7354
7355 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7356
7357         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7358         doc string.
7359
7360 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7361
7362         * pgg-gpg.el (pgg-gpg-process-filter)
7363         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7364
7365         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7366         lines, temporary fix.
7367
7368 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7371
7372 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7373
7374         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7375         default-enable-multibyte-characters.  This reverts the change from
7376         revision 6.17 which is no longer necessary because the passphrase
7377         is sent separately now.  GnuPG messages are unreadable under
7378         multibyte locales with default-enable-multibyte-characters set to
7379         nil.
7380
7381 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7382
7383         * message.el (message-tool-bar-gnome): Move "spell".
7384
7385 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7386
7387         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7388         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7389         instead.
7390
7391 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7392
7393         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7394         newsgroups handling for NNTP overviews which don't include
7395         Newsgroups.
7396
7397 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7398
7399         * message.el (message-resend): Bind message-generate-hashcash to nil.
7400
7401 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7402
7403         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7404         when searching for already-paid recipients.
7405
7406 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7407
7408         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7409         passphrases when it is not needed.
7410         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7411         passphrase stuff from gpg, should only be necessary when you use
7412         gpg with a smartcard.
7413
7414 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7415
7416         * mml.el (mml-insert-mime): Ignore cached contents of
7417         message/external-body part.
7418
7419         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7420         (mm-insert-part): Ditto.
7421
7422 2006-03-23  Simon Josefsson  <jas@extundo.com>
7423
7424         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7425         Reiner.
7426         (pgg-gpg-use-agent-p): Use it again.
7427
7428 2006-03-23  Simon Josefsson  <jas@extundo.com>
7429
7430         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7431         older emacsen.
7432         (pgg-gpg-use-agent-p): Don't use it.
7433
7434 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7435
7436         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7437         if we can.
7438
7439 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7440
7441         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7442         (pgg-gpg-update-agent): New function.
7443         (pgg-gpg-use-agent-p): New function.
7444         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7445         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7446         (pgg-gpg-sign-region): Use it.
7447
7448 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7451         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7452
7453 2006-03-21  Simon Josefsson  <jas@extundo.com>
7454
7455         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7456         <wilde@sha-bang.de>.
7457         (pgg-gpg-use-agent): New variable.
7458         (pgg-gpg-process-region): Use it.
7459         (pgg-gpg-encrypt-region): Likewise.
7460         (pgg-gpg-encrypt-symmetric-region): Likewise.
7461         (pgg-gpg-decrypt-region): Likewise.
7462         (pgg-gpg-sign-region): Likewise.
7463         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7464
7465 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7466
7467         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7468
7469         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7470         Add comment on version.
7471
7472 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * smiley.el: Add missing test smiley.
7475
7476 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7477
7478         * mm-decode.el (mm-with-part): New macro.
7479         (mm-get-part): Use it; work with message/external-body as well.
7480         (mm-save-part): Treat name and filename equally.
7481
7482         * mm-extern.el (mm-extern-cache-contents): New function.
7483         (mm-inline-external-body): Use it; force the part to be displayed;
7484         move undisplayer added to the cached handle to the parent.
7485
7486         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7487         (gnus-mime-view-part-as-type): Work with message/external-body.
7488
7489         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7490
7491 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7494         images in image-load-path.  [Sync with image.el, revision 1.60, in
7495         Emacs.]
7496
7497 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7500         path rather than symbol.  Always return list of directories.
7501         Guarantee that image directory comes first.  [Sync with image.el,
7502         revision 1.59, in Emacs.]
7503
7504         * message.el (message-make-tool-bar): Adjust to new API of
7505         `gmm-image-load-path-for-library'.
7506
7507         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7508
7509         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7510
7511 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7512
7513         * gnus-art.el (gnus-article-only-boring-p):
7514         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7515         intangible text.
7516         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7517
7518 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7519
7520         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7521         `defun' instead of `gmm-defun-compat'.
7522
7523 2006-03-14  Simon Josefsson  <jas@extundo.com>
7524
7525         * message.el (message-unique-id): Don't use message-number-base36
7526         if (user-uid) is a float.
7527         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7528
7529 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7532
7533         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7534         empty line between a part and a message part.
7535
7536 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7537
7538         * smiley.el: Add more test smileys.
7539         (smiley-data-directory, smiley-regexp-alist)
7540         (gnus-smiley-file-types): Fix doc strings.
7541         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7542         adding new elements.
7543         (smiley-mouse-map): Unused code.  Make it a comment.
7544
7545 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7546
7547         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7548         scan latest NoCeM messages instead of old ones.
7549         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7550         delimiters that are recently used.
7551         (gnus-nocem-load-cache): Add autoload cookie.
7552
7553         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7554
7555         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7556         level which is larger than gnus-use-nocem is specified.
7557
7558         * gnus-group.el (gnus-group-get-new-news): Ditto.
7559
7560 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7561
7562         * gnus-util.el (gnus-tool-bar-update): New function.
7563
7564         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7565         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7566
7567         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7568
7569         * gnus-group.el (gnus-group-redraw-when-idle)
7570         (gnus-group-redraw-check): Remove.
7571         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7572
7573 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7574
7575         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7576         if optional last element is specified in splits (FIELD VALUE...).
7577
7578 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7581         to gmm-image-load-path-for-library.  Call with no-error argument.
7582         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7583
7584         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7585
7586         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7587
7588         * gmm-utils.el (gmm-image-load-path): Remove alias.
7589
7590 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * gmm-utils.el (gmm-image-load-path): Add alias.
7593
7594         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7595         nnml-generate-nov-databases-1.
7596         (nnml-generate-nov-databases): Use it.
7597         (nnml-generate-nov-databases-directory): Document no-active
7598         argument.
7599
7600         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7601         directory if path is t.  Add no-error.
7602
7603         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7604         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7605
7606         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7607         resetting gnus-article-browse-html-temp-list.
7608
7609         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7610         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7611         Add example to docstring.  Rename local variables.  Move error
7612         checks to default case in cond and simplify.
7613
7614 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7615
7616         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7617         handle is multipart when calling it recursively.
7618         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7619
7620 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7621
7622         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7623         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7624
7625 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7626
7627         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7628         is loaded.
7629
7630         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7631         loaded.
7632
7633 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7636         to "Emacs 23 (unicode)" in doc string.
7637
7638         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7639         "Emacs 23 (unicode)" in comment.
7640
7641 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7644
7645         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7646         characters 160 through 255 in Emacs 23.
7647
7648 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7649
7650         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7651         gnus-article-browse-html-temp.
7652         (gnus-article-browse-delete-temp): Make it customizable.  Add
7653         `file'.  Adjust doc string.
7654         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7655         query for each file.  Adjust doc string.
7656         (gnus-article-browse-html-parts): Add
7657         `gnus-article-browse-delete-temp-files' to
7658         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7659
7660 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7661
7662         * gnus-art.el (gnus-article-browse-html-temp)
7663         (gnus-article-browse-delete-temp): New variables.
7664         (gnus-article-browse-delete-temp-files): New function.
7665         (gnus-article-browse-html-parts): Use it.
7666
7667 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7668
7669         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7670
7671         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7672         string.
7673
7674         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7675         gnus-summary-insert-new-articles when unplugged.  Remove
7676         gnus-summary-search-article-forward.
7677
7678         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7679         display-visual-class instead of display-color-cells.
7680
7681 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * dgnushack.el: Autoload customize-group for XEmacs.
7684
7685         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7686         message/* containing non-ASCII text properly.
7687
7688 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7689
7690         * message.el: Require gmm-utils, remove autoloads.
7691         (message-tool-bar): Set default based on
7692         gmm-tool-bar-style.
7693         (message-tool-bar-gnome): Add gmm-customize-mode.
7694
7695         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7696         gmm-tool-bar-style.
7697         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7698
7699         * gnus-group.el (gnus-group-tool-bar): Set default based on
7700         gmm-tool-bar-style.
7701         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7702
7703         * gmm-utils.el (gmm-image-directory): Rename variable from
7704         gmm-image-load-path.
7705         (gmm-image-load-path): Use gmm-image-directory.
7706         (gmm-customize-mode): New function.
7707         (gmm-tool-bar-style): New variable.
7708
7709         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7710         gnus-group-redraw-line-number.
7711         (gnus-group-redraw-check): Simplify.
7712         (gnus-group-tool-bar-update): Remove redraw check.
7713         (gnus-group-make-tool-bar): Add redraw check.
7714
7715 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7716
7717         * gnus-art.el (gnus-button): Add missing parentheses.
7718
7719 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * lpath.el: Fbind line-number-at-pos.
7722
7723 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7726
7727 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7728
7729         * gnus-art.el (gnus-button): New face.
7730         (gnus-article-button-face): Use it.
7731
7732         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7733         gnus-summary-next-page.  Re-order.
7734
7735         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7736         next-node are now included.
7737         (gnus-group-redraw-line-number): New internal variable.
7738         (gnus-group-redraw-check): Helper function for updating the tool
7739         bar.
7740         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7741
7742         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7743
7744         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7745         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7746         Use it to match format of Spamassassin 3.0 and later.  Reported by
7747         IRIE Tetsuya <irie@t.email.ne.jp>.
7748         (spam-check-bogofilter)
7749         (spam-bogofilter-register-with-bogofilter): Fix args of
7750         `gnus-error' calls.
7751
7752 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7753
7754         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7755         unnecessary interaction when sending queued mails.  Reported by
7756         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7757
7758 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7761         first or last are nil.
7762
7763 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7764
7765         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7766
7767 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768
7769         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7770
7771 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7772
7773         * dns.el (query-dns): Protect more against buggy tcp output.
7774
7775 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7776
7777         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7778         nov.php.
7779
7780 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7781
7782         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7783         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7784         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7785         output on the server side.
7786         (nnweb-google-create-mapping): Update regexps and add some
7787         progress indication.
7788
7789 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7792         gnus-agent-toggle-plugged.  Re-order icons.
7793         (gnus-group-tool-bar-gnome): Add
7794         gnus-group-{prev,next}-unread-group.
7795         (gnus-group-tool-bar-gnome): Re-order icons.
7796
7797         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7798         gnus-summary-insert-new-articles.
7799
7800         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7801         comments.
7802
7803         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7804         also available in Emacs 21.3.
7805
7806         * message.el (message-fix-before-sending): Change "Emacs 22" to
7807         "Emacs 23 (unicode)" in comment.
7808
7809         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7810         "Emacs 23 (unicode)" in comment.
7811
7812         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7813         comment.
7814         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7815
7816         * mm-view.el (mm-fill-flowed): Add :version.
7817
7818 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7819
7820         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7821         and load-path.
7822
7823 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7824
7825         * message.el: Autoload gmm-image-load-path.
7826         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7827         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7828         consitency.
7829
7830         * gmm-utils.el (gmm-image-load-path): Also search in
7831         "../etc/images".  Don't set gmm-image-load-path if we don't find
7832         the image.
7833
7834 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gmm-utils.el (gmm-image-load-path): Don't make
7837         `gmm-image-load-path' include subdirectories which the second arg
7838         `image' might specify.
7839
7840         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7841         subdirectory to icon file names.
7842
7843         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7844
7845 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7846
7847         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7848         gmm-image-load-path calls.
7849
7850         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7851
7852         * message.el (message-make-tool-bar): Ditto.
7853
7854         * mml.el (mml-preview): Added comment concerning tool bar icons.
7855
7856         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7857         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7858
7859         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7860         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7861
7862         * message.el (message-tool-bar-gnome): Use new icon names.
7863         (message-make-tool-bar): Use `gmm-image-load-path'.
7864
7865         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7866         functions from MH-E.
7867         (gmm-image-load-path): New variable from MH-E.
7868         (gmm-image-load-path): New function from MH-E.  Added arguments
7869         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7870         *-image-load-path-called-flag.
7871
7872 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7873
7874         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7875
7876 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7877
7878         * nnimap.el (nnimap-request-move-article): Change folder back to
7879         source group before deleting.
7880
7881 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7884
7885         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7886         mm-url.
7887
7888         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7889
7890 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7891
7892         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7893         coding system which mm-charset-to-coding-system returns for a
7894         given charset is valid.
7895
7896 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7897
7898         * html2text.el (html2text-remove-tag-list):
7899         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7900
7901 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7902
7903         * gnus-cus.el: Revert 2005-10-17 change.
7904
7905 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-art.el (article-strip-banner): Call
7908         article-really-strip-banner only when the regexp match is made.
7909
7910 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7911
7912         * gnus-art.el (article-strip-banner): Use
7913         gnus-extract-address-components instead of
7914         mail-header-parse-addresses to make it work with non-ASCII text;
7915         remove mail-encode-encoded-word-string.
7916
7917         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7918         values which are surrounded with \"...\"; make it never cause a
7919         Lisp error; give up parsing of parameters if it failed in
7920         extracting type.
7921
7922 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7923
7924         * smime.el (smime-cert-by-ldap-1): Fix bug where
7925         `smime-ldap-search' returns results without userCertificates.
7926
7927 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7930
7931 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7932
7933         * spam.el (spam-check-spamassassin-headers): Adapt format for
7934         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7935         <ari@mbf.ocn.ne.jp>.
7936         (spam-list-of-processors): Add spam-use-gmane.
7937
7938 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7941         make-temp-file; make it work with XEmacs as well.
7942
7943         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7944         mm-make-temp-file.
7945
7946         * mm-decode.el (mm-display-external): Use the 3rd arg of
7947         mm-make-temp-file.
7948         (mm-create-image-xemacs): Ditto.
7949
7950 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7951
7952         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7953         with message-narrow-to-headers.
7954         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7955         (gnus-draft-check-draft-articles): New function.
7956         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7957
7958 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7959
7960         * gnus-art.el (gnus-article-browse-html-parts):
7961         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7962         Don't use suffix argument for mm-make-temp-file for Emacs 21
7963         compatibility.  Remove useless `format'.
7964
7965 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7966
7967         * nnweb.el (nnweb-google-wash-article): Update regexps.
7968         (nnweb-group-alist): Use defvoo instead of defvar.
7969
7970 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7973         re-loading nn* modules.
7974
7975 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7976
7977         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7978         for `tool-bar-mode' and don't check it's default-value.
7979
7980         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7981
7982         * message.el (message-make-tool-bar): Ditto.
7983
7984         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7985         `substring'.  Shorten tmp-file name.
7986
7987         * gnus.el: Remove bogus comment.
7988
7989 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7990
7991         * gnus-art.el (gnus-article-browse-html-parts): New function.
7992         (gnus-article-browse-html-article): New function for viewing html
7993         articles with a browser.
7994
7995 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7996
7997         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7998         in elisp.
7999         (pgg-gpg-encrypt-symmetric-region): Ditto.
8000         (pgg-gpg-sign-region): Ditto.
8001
8002         * pgg-def.el (pgg-text-mode): New variable.
8003
8004         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
8005         (mml2015-pgg-encrypt): Ditto.
8006
8007         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
8008         (mml1991-pgg-encrypt): Ditto.
8009
8010 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8013         message-make-date instead of current-time-string.
8014
8015         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8016         to gnus-decoded which mm-uu might set.
8017
8018 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8021         don't decode quoted parameters; remove misimported Emacs code.
8022         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8023         (rfc2231-decode-encoded-string): Don't use split-string which
8024         behaves differently according to Emacs version; use
8025         mm-decode-coding-region to convert charset to coding-system.
8026         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8027         (rfc2231-encode-string): Remove misimported Emacs code.
8028
8029 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8030
8031         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8032         when calling mail-header-parse-content-type.
8033         (article-de-quoted-unreadable): Ditto.
8034         (article-de-base64-unreadable): Ditto.
8035         (article-wash-html): Ditto.
8036
8037         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8038         calling mail-header-parse-content-type and
8039         mail-header-parse-content-disposition.
8040         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8041         mail-header-parse-content-type.
8042
8043         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8044         insert charset and format parameters; encode description after
8045         inserting it to buffer.
8046         (mml-insert-parameter): Fold lines properly even if a parameter is
8047         segmented into two or more lines; change the max column to 76.
8048
8049         * rfc1843.el (rfc1843-decode-article-body): Don't use
8050         ignore-errors when calling mail-header-parse-content-type.
8051
8052         * rfc2231.el (rfc2231-parse-string): Return at least type if
8053         possible; don't cause an error even if it fails in parsing of
8054         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8055         (rfc2231-encode-string): Don't break lines at the beginning, leave
8056         it to mml-insert-parameter.
8057
8058         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8059         calling mail-header-parse-content-type.
8060
8061 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8062
8063         * spam-report.el (spam-report-gmane-use-article-number):
8064         Improve doc string.
8065         (spam-report-gmane-internal): Check if a suitable header was found
8066         in the article.
8067
8068 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8071         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8072
8073 2006-02-05  Romain Francoise  <romain@orebokech.com>
8074
8075         Update copyright notices of all files in the gnus directory.
8076
8077 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8078
8079         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8080
8081 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8084         segmented lines of parameter value to cope with Thunderbird 1.5
8085         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8086         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8087         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8088
8089 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8090
8091         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8092         parts.
8093
8094 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8095
8096         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8097         there's only one active file for all servers.
8098         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8099         solid groups.  Gnus might have used a FAST request to select the group.
8100         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8101         and nnweb-search redundantly in the active file.
8102         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8103         (nnweb-request-create-group): Don't use ARGS.
8104         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8105         initialisations.  Let nnoo do the work.
8106
8107 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8110         Say the part has been decoded.
8111
8112         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8113
8114 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8115
8116         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8117         mailcap-viewer-test-cache when there's no 'test clause, since that
8118         will invert the meaning of a "nil" test previously determined by
8119         mailcap-mailcap-entry-passes-test.
8120
8121 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8124         compiling.
8125
8126         * gnus-sum.el: Ditto.
8127
8128         * message.el: Don't bind tool-bar-map when compiling.
8129
8130 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8131
8132         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8133
8134 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8135
8136         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8137         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8138         current Google Groups.
8139
8140 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8141
8142         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8143         and tool-bar-mode.
8144
8145         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8146         and tool-bar-mode.
8147
8148         * message.el (message-tool-bar-update): Simplify.
8149         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8150
8151         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8152         gnus-summary-buffer.
8153         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8154         gnus-summary-reply.
8155
8156         * gmm-utils.el (gmm): Add :version.
8157
8158 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * Makefile.in (clean): New rule.
8161         (distclean): Use it.
8162
8163 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8164
8165         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8166         autoload.
8167
8168 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gmm-utils.el (gmm-verbose): Add :group.
8171
8172 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8173
8174         * message.el: Change some comments WRT tool-bars.
8175
8176         * gnus-sum.el (gnus-summary-tool-bar)
8177         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8178         (gnus-summary-tool-bar-zap-list): New variables.
8179         (gnus-summary-make-tool-bar): Complete rewrite using
8180         `gmm-tool-bar-from-list'.
8181
8182         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8183         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8184         variables.
8185         (gnus-group-make-tool-bar): Complete rewrite using
8186         `gmm-tool-bar-from-list'.
8187         (gnus-group-tool-bar-update): New function.
8188
8189         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8190
8191 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8192
8193         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8194         is dissected into a single part of which the type is the same as
8195         the given one; decode charset.
8196
8197 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8198
8199         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8200         into alists as symbol not string, since that's what
8201         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8202         look for.
8203
8204 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8207         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8208
8209         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8210
8211 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8212
8213         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8214         (gnus-xmas-mime-security-button-menu): New function.
8215
8216         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8217         (gnus-mime-security-button-menu): New definition.
8218         (gnus-mime-security-button-map): Use them.
8219         (gnus-mime-security-button-menu): New function.
8220         (gnus-insert-mime-security-button): Addition to help echo.
8221         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8222         (gnus-mime-security-pipe-part): New functions.
8223
8224         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8225         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8226
8227         * mm-decode.el (mm-handle-set-disposition): Remove.
8228         (mm-handle-set-description): Remove.
8229
8230 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8233         (mm-w3m-standalone-supports-m17n-p): New function.
8234         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8235         w3m usage.
8236
8237         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8238         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8239
8240 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8241
8242         * message.el (message-tool-bar-zap-list): Use
8243         gmm-tool-bar-zap-list as custom type.
8244         (message-tool-bar-update): New function.
8245         (message-tool-bar, message-tool-bar-gnome)
8246         (message-tool-bar-retro): Add message-tool-bar-update.
8247         (message-tool-bar-gnome): Add flyspell-buffer.
8248
8249         * gnus-util.el (gnus-error): Describe `args'.
8250
8251         * gmm-utils.el (gmm-error): Describe `args'.
8252         (gmm-tool-bar-zap-list): New widget.
8253         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8254
8255 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8258         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8259         the number of recursive calls.
8260
8261         * mm-decode.el (mm-handle-set-disposition): New macro.
8262         (mm-handle-set-description): New macro.
8263
8264 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8265
8266         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8267         encoding.
8268
8269 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8270
8271         * message.el (message-tool-bar-zap-list, message-tool-bar)
8272         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8273         (message-tool-bar-local-item-from-menu): Remove.
8274         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8275         (message-make-tool-bar): New function.
8276         (message-mode): Use `message-make-tool-bar'.
8277
8278         * gmm-utils.el: New file.
8279         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8280         (gmm-lazy): New widget copied from `nnmail.el'.
8281         (gmm-tool-bar-from-list): New function for creating customizable
8282         tool bars.
8283         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8284         output.
8285         (gmm): Add :prefix to defgroup.
8286
8287 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8288
8289         * gmm-utils.el (gmm-widget-p): New function.
8290
8291 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8292
8293         * mml.el (mml-attach-file): Describe `description' in doc string.
8294         (mml-menu): Add Emacs MIME manual and PGG manual.
8295
8296 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8297
8298         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8299
8300 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8301
8302         * nntp.el (nntp-end-of-line): Doc fix.
8303
8304 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8305
8306         * imap.el (imap-open): Handle case where buffer is a buffer
8307         object.
8308
8309 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8310
8311         * gnus-delay.el (gnus-delay): Don't autoload.
8312         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8313         to be re-loaded when customizing the `gnus-delay' group.
8314
8315 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8316
8317         * message.el (message-insert-citation-line): Use newlines.
8318
8319 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8320
8321         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8322         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8323         these routines, so the passphrase can be managed externally and
8324         passed in to the system.
8325         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8326         pgg-add-passphrase-to-cache function.
8327
8328         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8329         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8330         these routines, so the passphrase can be managed externally and
8331         passed in to the system.
8332         (pgg-pgp5-sign-region): Use new name of
8333         pgg-add-passphrase-to-cache function.
8334
8335 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8336
8337         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8338         part of the decoded armor to find the key-identifier.
8339         (pgg-gpg-lookup-key-owner): New function to return the
8340         human-readable identifier of a key owner.
8341         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8342         itself.
8343         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8344         the key value) if we have a key and can match it against a secret
8345         key.  Also, added a note pointing out fact that the prompt only
8346         indicates the first matching key.
8347
8348         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8349         pgg-decrypt-region.
8350         (pgg-add-passphrase-to-cache): Rename from
8351         `pgg-add-passphrase-cache' to reduce confusion (all callers
8352         changed).
8353         (pgg-remove-passphrase-from-cache): Rename from
8354         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8355         changed).
8356         (pgg-read-passphrase, pgg-add-passphrase-cache)
8357         (pgg-remove-passphrase-cache): Add informative docstrings.
8358         (pgg-decrypt): Convey provided passphrase in subordinate call to
8359         pgg-decrypt-region.
8360
8361 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8362
8363         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8364         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8365         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8366         'passphrase' argument, so the passphrase can be managed externally
8367         and then passed in to the system.
8368
8369         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8370         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8371         so the passphrase cache can be used reliably with identifiers
8372         besides a pgp packet's key id.
8373
8374         * pgg-gpg.el (pgg-gpg-encrypt-region)
8375         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8376         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8377         these routines, so the passphrase can be managed externally and
8378         passed in to the system.
8379
8380         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8381         'notruncate' argument, so the passphrase cache can be used
8382         reliably with identifiers besides a pgp packet's key id.
8383
8384 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8385
8386         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8387         symmetric encryption.
8388         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8389         encrypted session key.
8390         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8391         message ask for the passphrase in a proper way.
8392
8393         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8394         New user commands for symmetric encryption.
8395
8396 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8399
8400         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8401
8402 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8403
8404         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8405
8406 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * mm-decode.el (mm-inlined-types): Add application/pgp.
8409         (mm-automatic-display): Ditto.
8410
8411         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8412         part as text.
8413
8414 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * nnrss.el: Update copyright.
8417         (nnrss-opml-import): Query whether to subscribe to each entry.
8418
8419         * gnus-art.el:
8420         * gnus-sum.el:
8421         * gnus-xmas.el:
8422         * messagexmas.el:
8423         * mm-uu.el:
8424         * mm-view.el: Update copyright.
8425
8426 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8427
8428         * message.el (message-info): New function.
8429         (message-mode-menu): Add it.
8430         Update copyright.
8431
8432         * ChangeLog: Fix and update copyright.
8433
8434 2006-01-13  Romain Francoise  <romain@orebokech.com>
8435
8436         * message.el (message-forward-subject-name-subject): Prefer the
8437         address to 'nowhere' if the sender has no name.
8438         Fix typo.  Update copyright year.
8439
8440 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * gnus-art.el (article-wash-html): Use
8443         gnus-summary-show-article-charset-alist if a numeric arg is given.
8444         (gnus-article-wash-html-with-w3m-standalone): New function.
8445
8446         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8447         mm-inline-text-html-render-with-w3m-standalone.
8448         (mm-text-html-washer-alist): Map w3m-standalone to
8449         gnus-article-wash-html-with-w3m-standalone.
8450         (mm-inline-text-html-render-with-w3m-standalone): New function.
8451
8452 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8453
8454         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8455         Improve LaTeX.
8456
8457 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8460         (nnrss-request-article): Render text/plain parts as HTML.
8461
8462         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8463         the buffer.
8464
8465 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8466
8467         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8468         custom definition of `gnus-posting-styles'.
8469
8470         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8471         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8472
8473 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8474
8475         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8476         Use nntp for bug archive.
8477
8478 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8481         parts.
8482         (nnrss-normalize-date): New function converts ISO 8601 date into
8483         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8484         (nnrss-check-group): Use it.
8485
8486 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8487
8488         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8489
8490         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8491         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8492         (nnrss-insert-w3): Ditto.
8493
8494 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8495
8496         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8497         the articles to be forwarded including the case where neither a
8498         number of articles nor a region is specified.
8499
8500 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8501
8502         * nnrss.el (nnrss-request-article): Fix last change; fill
8503         text/plain parts.
8504
8505 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8508         in text/plain part.
8509         (nnrss-check-group): Don't add excessive newline to dc:subject.
8510
8511 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8512
8513         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8514         article.
8515
8516 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8517
8518         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8519         (nnml-use-compressed-files, nnml-save-mail): Support other
8520         comression programs such as bzip2.
8521
8522 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * dns.el (query-dns): Make sure we check the buffer size before
8525         removing tcp headers.
8526
8527 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8528
8529         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8530         remove MIME buttons associated with multipart/alternative parts.
8531         (gnus-mime-display-alternative): Tag buttons using `article-type'
8532         text property.
8533
8534         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8535         associated with multipart/alternative parts.
8536
8537         * gnus-art.el (gnus-signature-separator): Fix custom type.
8538
8539         * mm-decode.el (mm-inlined-types): Fix custom type.
8540         (mm-keep-viewer-alive-types): Ditto.
8541         (mm-automatic-display): Ditto.
8542         (mm-attachment-override-types): Ditto.
8543         (mm-inline-override-types): Ditto.
8544         (mm-automatic-external-display): Ditto.
8545
8546 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * spam-report.el (spam-report-user-mail-address)
8549         (spam-report-user-agent): New variables.
8550         (spam-report-url-ping-plain): Use spam-report-user-agent.
8551
8552 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8553
8554         * gnus-art.el (gnus-button-handle-custom): Do not just use
8555         `customize-apropos' for any "M-x customize-*" button but the
8556         function called for.  Accept both the function name and its
8557         argument in order to achieve this.
8558         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8559         function name to `gnus-button-handle-custom' in case of "M-x
8560         customize-*" buttons.
8561
8562 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8565         multipart/alternative and add xref to mm-discouraged-alternatives
8566         in doc string.
8567
8568         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8569         gnus-buttonized-mime-types in doc string.
8570
8571 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8574         Suggest image/.* in the doc string.
8575
8576 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8577
8578         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8579         message-marks (Debian bug #342521).
8580
8581 2005-12-12  Simon Josefsson  <jas@extundo.com>
8582
8583         * password.el (password-read-from-cache): Add.
8584         (password-read): Use it.
8585
8586 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8589         us-ascii as a MIME charset.
8590
8591         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8592         against the case where the 2nd arg TYPE is nil.
8593
8594 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8595
8596         * pop3.el (pop3-stream-type): Fix custom version.
8597
8598         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8599
8600 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8601
8602         * mm-decode.el (mm-display-external): Add missing cdr.
8603
8604 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8605
8606         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8607         RFC1524) if it is in mailcap or add a suffix according to
8608         mailcap-mime-extensions when generating a temp filename; postpone
8609         deleting a temp file for 2 seconds for some wrappers, shell
8610         scripts, and so on, which might exit right after having started a
8611         viewer command as a background job.
8612
8613 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8614
8615         * nntp.el (nntp-marks-directory): Fix custom group.
8616
8617         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8618         steps when < 10.
8619
8620         * gnus-start.el (gnus-no-server-1): Mention
8621         `gnus-level-default-subscribed' in doc string.
8622
8623 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8624
8625         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8626         parens.
8627
8628 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8629
8630         * gnus-xmas.el (gnus-use-toolbar): Revert.
8631         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8632         gnus-use-toolbar is default.
8633
8634         * messagexmas.el (message-use-toolbar): Revert.
8635         (message-setup-toolbar): Use global default-toolbar if
8636         message-use-toolbar is default.
8637
8638 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8641         according to default-toolbar-visible-p.
8642
8643         * messagexmas.el (message-use-toolbar): Ditto.
8644
8645 2005-11-26  Dave Love  <fx@gnu.org>
8646
8647         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8648         (tls-program, tls-success): Provide openssl alternative.
8649
8650         * starttls.el: Doc fixes.
8651         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8652         SERVICE to PORT.
8653
8654         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8655         port null or service name.
8656         (starttls-negotiate): Autoload.
8657
8658 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * message.el (message-kill-to-signature): Fix interactive spec.
8661
8662 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * pop3.el (pop3-open-server): Recognize a string as a service name.
8665
8666 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8667
8668         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8669
8670 2005-11-23  Dave Love  <fx@gnu.org>
8671
8672         Add pop3s, pop3/starttls.
8673
8674         * pop3.el (pop3-authentication-scheme): Clarify doc.
8675         (open-tls-stream, starttls-open-stream): Autoload.
8676         (pop3-stream-type): New.
8677         (pop3-open-server): Use it.
8678
8679         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8680         for POP.
8681         (mail-source-keyword-map): Add :stream for POP.
8682         (mail-source-fetch-pop): Use pop3-stream-type.
8683
8684 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8687         of current-time-string.
8688
8689 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8690
8691         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8692         date header.
8693
8694 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8695
8696         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8697         it can seriously impact performance as it bypasses the agent's
8698         local caches.
8699
8700 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8701
8702         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8703         must be explicitly online rather than "not explicitly offline" for
8704         its flags to be synchronized.
8705
8706         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8707         that gnus-uu-unmark-thread will function correctly.
8708
8709         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8710         1024K is instead displayed as 1M.
8711
8712 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8713
8714         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8715
8716 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8717
8718         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8719
8720 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8721
8722         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8723         error message to display actual error condition.
8724         (gnus-agent-save-local): Avoid saving symbols that are bound to
8725         nil as they simply result in a warning message in
8726         gnus-agent-read-local.
8727
8728 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8729
8730         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8731         rather than make-variable-buffer-local for file-precious-flag.
8732
8733 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8734
8735         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8736         for duplicates which are removed.  The invalid sort check then
8737         triggers a rescan after the sort as sorting may have moved
8738         duplicate entries such that they can be cheaply detected.
8739
8740 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8743
8744 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8745
8746         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8747         internal variable to a custom variable.  Changed default value
8748         from compressed(2) to uncompressed(1).
8749         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8750         support for uncompressed agentview files.  Taken together, reading
8751         the agentview file should now be 6-7 times faster.
8752
8753 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8754
8755         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8756         as a buffer-local variable.  This avoids creating truncated
8757         dribble files as a result of a hang up, eg.
8758
8759 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8760
8761         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8762         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8763         XEmacs.
8764
8765 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8766
8767         * gnus-start.el (gnus-start-draft-setup): Enforce
8768         `gnus-draft-mode' for nndraft:drafts at startup.
8769
8770         * gnus.el (gnus-splash): Change custom group.
8771         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8772         allow-list argument.
8773
8774         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8775         string.
8776
8777 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8778
8779         * gnus-art.el (gnus-default-article-saver): Add user-defined
8780         `function' to custom type.
8781
8782 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8783
8784         * imap.el (imap-open): Handle case where buffer is a buffer
8785         object.
8786
8787 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8788
8789         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8790         long lines.
8791         (gnus-cache-delete-group): Wrap doc strings.
8792
8793         * gnus-agent.el (gnus-agent-rename-group)
8794         (gnus-agent-delete-group): Wrap doc strings.
8795
8796 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8797
8798         * messagexmas.el (message-use-toolbar): Change the valid values
8799         into default, top, bottom, left, and right.
8800         (message-toolbar-thickness): New variable.
8801         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8802         well.
8803         (message-setup-toolbar): Make it work.
8804
8805         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8806         (gnus-use-toolbar): Change the valid values into default, top,
8807         bottom, left, and right.
8808         (gnus-toolbar-thickness): New variable.
8809         (gnus-xmas-setup-toolbar): New function.
8810         (gnus-xmas-setup-group-toolbar): Use it.
8811         (gnus-xmas-setup-summary-toolbar): Use it.
8812
8813 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * gnus-start.el (gnus-1): Add "native" to
8816         gnus-predefined-server-alist.
8817
8818         * gnus.el (gnus-method-to-server): Don't add "native" to the
8819         lists here, because that leads to problems when
8820         gnus-select-method is bound.
8821
8822 2005-11-09  Simon Josefsson  <jas@extundo.com>
8823
8824         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8825         use (not sort-by-date) instead.
8826
8827 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8828
8829         * gnus-delay.el (gnus-delay-group): Don't autoload.
8830         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8831         to be re-loaded when customizing the `gnus-delay' group.
8832
8833 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8834
8835         * message.el: Revert last changes.
8836         (message-insert-citation-line): Use newlines.
8837
8838 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8839
8840         * message.el (message-courtesy-message)
8841         (message-mark-insert-begin, message-mark-insert-end)
8842         (message-elide-ellipsis, message-cancel-message)
8843         (message-add-header, message-change-subject)
8844         (message-cross-post-followup-to-header)
8845         (message-cross-post-insert-note, message-reduce-to-to-cc)
8846         (message-widen-reply, message-delete-not-region)
8847         (message-kill-to-signature, message-insert-signature)
8848         (message-insert-importance-high, message-insert-importance-low)
8849         (message-insert-or-toggle-importance)
8850         (message-insert-disposition-notification-to)
8851         (message-indent-citation, message-yank-original)
8852         (message-cite-original-without-signature, message-cite-original)
8853         (message-insert-citation-line, message-position-on-field)
8854         (message-fix-before-sending, message-send-mail-partially)
8855         (message-send-mail, message-send-mail-with-sendmail)
8856         (message-send-mail-with-qmail, message-send-news)
8857         (message-check-news-header-syntax, message-generate-headers)
8858         (message-insert-courtesy-copy, message-fill-address)
8859         (message-fill-header, message-shorten-references)
8860         (message-setup-1, message-cancel-news)
8861         (message-forward-make-body-plain, message-forward-make-body-mime)
8862         (message-forward-make-body-mml, message-encode-message-body)
8863         (message-forward-make-body-digest-plain)
8864         (message-forward-make-body-digest-mime)
8865         (message-use-alternative-email-as-from): Insert `hard-newline'
8866         instead of ordinary newlines.
8867
8868 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * message.el (message-generate-headers): Downcase the argument
8871         given to message-check-element.
8872
8873 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8874
8875         * nntp.el (nntp-authinfo-rejected): New error condition.
8876         (nntp-wait-for): Use new error condition to signal authentication
8877         error.
8878         (nntp-retrieve-data): Rethrow new error condition to break out of
8879         recursive call to nntp-send-authinfo.
8880
8881 2005-11-08  Romain Francoise  <romain@orebokech.com>
8882
8883         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8884         (gnus-summary-exit-map): Bind to `Z p'.
8885         (gnus-summary-make-menu-bar): Add menu item.
8886
8887 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8888
8889         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8890         (gnus-treat-*): Add `first' in all doc strings.
8891
8892         * gnus-group.el (gnus-group-compact-group): Fix typo.
8893
8894 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8895
8896         * gnus.el (gnus-parameters-case-fold-search): New variable.
8897         (gnus-parameters-get-parameter): Use it.
8898
8899         * gnus-score.el (gnus-home-score-file): Doc fix.
8900
8901 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8902
8903         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8904
8905 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * mm-util.el (mm-special-display-p): New function.
8908
8909         * mml.el (mml-preview): Use it; doc fix.
8910
8911 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8912
8913         * imap.el (imap-open): Handle case where buffer is a buffer object.
8914
8915 2005-10-29  Romain Francoise  <romain@orebokech.com>
8916
8917         * message.el (message-fix-before-sending): Fix comment.
8918
8919 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8920
8921         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8922
8923 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8924
8925         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8926         Used in gnus-score.el.
8927
8928 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8929
8930         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8931
8932 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8935         whitespace removed in revision 7.8.  Use concatenated string to
8936         protect trailing whitespace.
8937
8938 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8939
8940         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8941         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8942         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8943         Courier IMAP ("some version from 2004").  Mostly based on similar
8944         code in the same function.
8945
8946 2005-10-26  Didier Verna  <didier@xemacs.org>
8947
8948         * gnus-group.el (gnus-group-compact-group): Invalidate original
8949         article buffer.
8950         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8951         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8952         NOV database and in article itself.
8953         Invalidate article backlog.
8954
8955 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8958
8959 2005-10-26  Simon Josefsson  <jas@extundo.com>
8960
8961         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8962         part of 2004-07-25 change.
8963
8964 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * message.el (message-display-completion-list): New function.
8967         (message-expand-group): Use it; make sure the Completions buffer
8968         is modifiable.
8969 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8970
8971         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8972         user-mail-name is an empty string.
8973
8974 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8975
8976         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8977         depending on gnus-score-decay-constant.
8978
8979         * encrypt.el (encrypt-insert-file-contents)
8980         (encrypt-write-file-contents): Don't use `gnus-message'.
8981
8982         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8983         arguments.
8984         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8985         arguments to mm-uu-verbatim-marks-extract.
8986         (mm-uu-hide-markers): New variable.
8987         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8988
8989         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8990         (gnus-convert-image-to-face-command): Use "convert" by default to
8991         allow other input image formats.
8992         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8993         accordingly.
8994
8995 2005-10-23  Simon Josefsson  <jas@extundo.com>
8996
8997         * imap.el (imap-gssapi-program): Align command line parameters
8998         with latest GNU SASL.
8999         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
9000
9001 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9002
9003         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
9004         HTML.
9005         (nnslashdot-request-article): Ditto.
9006
9007         * lpath.el (featurep): Add nobreak-char-display.
9008
9009 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9010
9011         * mail-source.el (mail-source-fetch-pop): Require pop3.
9012         (mail-source-check-pop): Ditto.
9013
9014 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9015
9016         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9017         errors.
9018
9019 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9020
9021         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9022         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9023
9024         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9025
9026         * mm-bodies.el (mm-decode-string): Call
9027         `mm-charset-to-coding-system' with allow-override argument.
9028
9029 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9030
9031         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9032         (rfc2047-charset-to-coding-system): New function.
9033         (rfc2047-decode-encoded-words): New function.
9034         (rfc2047-decode-region): Use them.
9035         (rfc2047-decode-cte): Remove.
9036         (rfc2047-parse-and-decode): Remove.
9037         (rfc2047-decode): Remove.
9038
9039 2005-10-15  Kenichi Handa  <handa@m17n.org>
9040
9041         * rfc2047.el (rfc2047-decode-cte): New function.
9042         (rfc2047-decode-region): Change the way to decode successive
9043         encoded-words: decode B- or Q-encoding in each encoded-word,
9044         concatenate them, and decode it as charset.
9045
9046 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9047
9048         * lpath.el: Fbind codepage-setup for XEmacs.
9049
9050 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9051
9052         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9053         widget-move-and-invoke.
9054         (gnus-custom-mode): Use gnus-custom-map.
9055
9056 2005-10-15  Bill Wohler  <wohler@newt.com>
9057
9058         * message.el (message-tool-bar-map): Renamed image file from
9059         mail_send to mail/send.
9060
9061 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9062
9063         * message.el (message-expand-group): Pass the common
9064         prefix substring of completion to `display-completion-list'.
9065
9066 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9067
9068         * mml-sec.el (mml-secure-method): New internal variable.
9069         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9070         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9071         functions using mml-secure-method.
9072
9073         * mml.el (mml-mode-map): Add key bindings for those functions.
9074         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9075         Harder <harder@myrealbox.com>.
9076         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9077         end of message if point is the headers of the message.
9078
9079         * message.el (message-in-body-p): New function.
9080
9081         * assistant.el: Autoload gnus-util and netrc.
9082
9083         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9084         Use `mm-charset-override-alist' only when decoding.
9085
9086         * mm-bodies.el (mm-decode-body): Call
9087         `mm-charset-to-coding-system' with allow-override argument.
9088
9089         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9090         `filename' from Content-Disposition if Content-Type doesn't
9091         provide `name'.
9092         (gnus-mime-view-part-as-type): Set default instead of
9093         initial-input.
9094
9095 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9096
9097         * format-spec.el (format-spec): Propagate text properties of % spec.
9098
9099 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9100
9101         * gnus-art.el (gnus-treat-predicate): Add `first'.
9102
9103 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9104
9105         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9106         (mm-charset-override-alist): New variable.
9107         (mm-charset-to-coding-system): Use it.
9108         (mm-codepage-setup): New helper function.
9109         (mm-charset-eval-alist): New variable.
9110         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9111         about unknown charsets.
9112
9113         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9114
9115 2005-10-04  David Hansen  <david.hansen@gmx.net>
9116
9117         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9118         (nnrss-check-group): Ditto.
9119
9120 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9123         Rename x-gnus-verbatim to x-verbatim.
9124         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9125
9126         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9127         x-verbatim.
9128
9129         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9130
9131         * gnus-util.el (gnus-remove-duplicates): Remove.
9132
9133         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9134         instead of gnus-remove-duplicates.
9135
9136         * message.el (message-remove-duplicates): Remove.
9137         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9138         message-remove-duplicates.
9139
9140         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9141         available, else use implementation from `delete-dups'.
9142
9143         * message.el (message-insert-expires): New function.
9144         (message-mode-map): Add key binding.
9145         (message-mode-field-menu): Add menu entry.
9146         (message-mode): Document it.
9147         (message-make-expires-date): Use `message-make-date'.
9148
9149 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9150
9151         * message.el (message-make-expires-date): New function.
9152
9153 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9154
9155         * Makefile.in (list-installed-shadows): New entry.
9156         (install): Use it.
9157         (remove-installed-shadows): New entry.
9158
9159         * dgnushack.el (dgnushack-default-load-path): New variable.
9160         (dgnushack-find-lisp-shadows): New function.
9161         (dgnushack-remove-lisp-shadows): New function.
9162
9163 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9164
9165         * Makefile.in (install-el-elc): New entry.
9166         (install): Use it so that .el files are necessarily installed.
9167
9168 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9171
9172 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9173
9174         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9175         function rather than the diff-mode.el package.
9176         (mm-display-external): Use with-current-buffer.
9177         (mm-viewer-completion-map, mm-viewer-completion-map):
9178         Move initialization inside declaration.
9179
9180 2005-09-29  Simon Josefsson  <jas@extundo.com>
9181
9182         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9183         autoload mail-check-payment.
9184         (spam-check-hashcash): Define unconditionally, since hashcash.el
9185         is part of Gnus now.  Ignore errors from payment checking.
9186
9187 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9188
9189         * message.el (message-bold-region, message-unbold-region): Rename
9190         from `bold-region' and `unbold-region'.
9191
9192         * message.el: Remove useless autoloads.
9193
9194 2005-09-28  Simon Josefsson  <jas@extundo.com>
9195
9196         * message.el (message-use-idna): Default to t.
9197         (message-use-idna): Test whether encoding works too.  Doc fix.
9198
9199 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * nntp.el (nntp-warn-about-losing-connection): Remove.
9202
9203 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9206         customizable.  Change default value.
9207         (mm-uu-diff-groups-regexp): Change default value.
9208         (mm-uu-type-alist): Add doc string.
9209         (mm-uu-configure): Add doc string.  Make it interactive.
9210         (mm-uu-tex-groups-regexp): New variable.
9211         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9212         (mm-uu-type-alist): Add LaTeX documents.
9213         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9214         of "text/verbatim".
9215         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9216
9217         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9218         instead of "text/verbatim".
9219
9220         * message.el (message-mark-inserted-region)
9221         (message-mark-insert-file): Use slrn style marks when called with
9222         prefix argument.
9223
9224 2005-09-27  Simon Josefsson  <jas@extundo.com>
9225
9226         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9227
9228 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9229
9230         * message.el (message-remove-duplicates): New function.
9231         Implementation borrowed from `gnus-remove-duplicates'.
9232         (message-idna-to-ascii-rhs): Also encode idna addresses in
9233         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9234         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9235         only ask about the same idna domain once per header and also tell
9236         in what header to replace the idna domain.
9237
9238         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9239         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9240         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9241         a header is decoded and not just the last one.
9242
9243 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9244
9245         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9246         has been decoded.
9247
9248         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9249         (mm-insert-part): Don't modify text if it has been decoded.
9250
9251         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9252         decoded.
9253
9254         * mm-view.el (mm-inline-text): Don't strip text props unless
9255         decoding enriched or richtext parts.
9256
9257 2005-09-25  Romain Francoise  <romain@orebokech.com>
9258
9259         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9260         * gnus-start.el (gnus-subscribe-interactively):
9261         * gnus-uu.el (gnus-uu-grab-articles):
9262         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9263         space.
9264
9265 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9266
9267         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9268         * mm-view.el (mm-view-pkcs7-decrypt):
9269         * gnus-sum.el (gnus-summary-limit-to-extra)
9270         (gnus-summary-respool-article, gnus-read-move-group-name):
9271         * gnus-score.el (gnus-summary-increase-score):
9272         * gnus-util.el (gnus-completing-read-with-default):
9273         * gnus-art.el (gnus-read-save-file-name)
9274         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9275         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9276         * message.el (message-check-news-header-syntax):
9277         Follow convention for reading with the minibuffer.
9278
9279 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9280
9281         * spam-report.el (spam-report-url-ping-plain):
9282         Use gnus-extended-version as User-Agent.
9283
9284         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9285         default value is nil.
9286
9287         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9288         (mm-uu-verbatim-marks-extract): New function.
9289         (mm-uu-extract): New face.
9290         (mm-uu-copy-to-buffer): Use it.
9291
9292         * spam-report.el (spam-report-gmane-ham): Renamed from
9293         `spam-report-gmane-unspam'.
9294         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9295         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9296
9297         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9298         Autoload.
9299         (spam-report-gmane-unregister-routine): Renamed
9300         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9301
9302 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9303
9304         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9305         (spam-report-gmane-unregister-routine): Add support for gmane
9306         unregistration.
9307
9308         * spam-report.el (spam-report-gmane-unspam)
9309         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9310         (spam-report-gmane): Change to take a single article and do unspam
9311         registration.
9312
9313 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * mm-url.el (mm-url-decode-entities): Fix regexp.
9316
9317 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9318
9319         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9320         default to nil, to be able to use Gnus at all.  If the default
9321         switches to something else, then the function should be fixed not
9322         be exceedingly slow.
9323
9324 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9325
9326         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9327         fail hard.
9328
9329         * spam-report.el: Add better Keywords line.
9330
9331         * spam.el: Add Maintainer and better Keywords line.
9332
9333 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9334
9335         * gnus-art.el (gnus-article-replace-part)
9336         (gnus-mime-replace-part): New functions.
9337         (gnus-mime-action-alist, gnus-mime-button-commands)
9338         (gnus-mime-save-part-and-strip): Added file argument.
9339         (gnus-article-part-wrapper): Added interactive argument.
9340
9341         * gnus-sum.el (gnus-summary-mime-map): Add
9342         `gnus-article-replace-part'.
9343
9344 2005-09-19  Didier Verna  <didier@xemacs.org>
9345
9346         The nnml compaction feature:
9347         * nnml.el (nnml-request-compact-group): New function.
9348         * nnml.el (nnml-request-compact): New function.
9349         * gnus-int.el (gnus-request-compact-group): New function.
9350         * gnus-int.el (gnus-request-compact): New function.
9351         * gnus-group.el (gnus-group-compact-group): New function.
9352         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9353         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9354         * gnus-srvr.el (gnus-server-compact-server): New function.
9355         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9356         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9357
9358 2005-09-18  Deepak Goel  <deego@gnufans.org>
9359
9360         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9361         format spec.
9362
9363 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9364
9365         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9366
9367 2005-09-15  Romain Francoise  <romain@orebokech.com>
9368
9369         * message.el (message-fill-paragraph): Clarify docstring.
9370
9371 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * gnus-art.el (gnus-mime-display-part): Protect against broken
9374         MIME messages.
9375
9376 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9379         before parsing header.
9380
9381 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9382
9383         * html2text.el (html2text-replace-list): Add new entities.
9384
9385 2005-09-11  Romain Francoise  <romain@orebokech.com>
9386
9387         * message.el (message-alternative-emails): Improve docstring.
9388         (message-setup-1): Call `message-use-alternative-email-as-from'
9389         after `message-setup-hook' to give it precedence over posting
9390         styles, etc.
9391         (message-use-alternative-email-as-from): Add docstring.  Remove
9392         the original From header if present.
9393
9394         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9395         (nnml-save-mail): Use it.
9396
9397         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9398         articles.  Add new argument `silent'.
9399         (gnus-uu-mark-all): Report the total number of marked articles.
9400
9401 2005-09-10  Romain Francoise  <romain@orebokech.com>
9402
9403         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9404         (gnus-uu-mark-series): Likewise.
9405
9406 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9407
9408         * spam-report.el (spam-report-gmane): Fix generation of spam
9409         report URL.
9410
9411 2005-09-10  Simon Josefsson  <jas@extundo.com>
9412
9413         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9414         t, based on discussion on the ding list with Robert Epprecht
9415         <epprecht@solnet.ch>.
9416
9417 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9418
9419         * spam-report.el (spam-report-gmane): Make it work without
9420         X-Report-Spam header.  Gmane now only provides Archived-At.
9421         This is only used if `spam-report-gmane-use-article-number' is nil.
9422         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9423
9424         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9425         make `gnus-summary-sort-by-recipient' work with threading.
9426
9427         * nnweb.el (nnweb-google-wash-article): Print a message if article
9428         is not available.
9429
9430 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9431
9432         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9433         change.  Decode text/* parts content before displaying.
9434
9435 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9438
9439 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9442
9443         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9444         url-package-name, url-package-version,
9445         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9446         w3m-display-inline-images, and w3m-minor-mode-map.
9447
9448 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9449
9450         * message.el (message-tab-body-function): Fix mismatched custom type.
9451
9452         * gnus.el (gnus-group-change-level-function): Ditto.
9453
9454         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9455
9456         * gnus-art.el (gnus-signature-limit)
9457         (gnus-article-mime-part-function): Ditto.
9458
9459 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * mml.el (mml-mode): Silence the byte compiler.
9462
9463         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9464         using `(sit-for 0)' before moving the point to the specified part;
9465         skip unbuttonized parts.
9466         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9467         return to the summary window if gnus-auto-select-part is non-nil.
9468
9469 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9470
9471         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9472         variables.
9473         (mml-dnd-attach-file, mml-mode): Use them.
9474
9475         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9476         Make fetching article by MID work again for Google Groups.  Added
9477         FIXME concerning gnus-group-make-web-group.
9478
9479         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9480         Don't depend on Gnus by using mail-extract-address-components if
9481         gnus-extract-address-components is not bound.
9482
9483 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * gnus-art.el (gnus-mime-display-security): Don't display the
9486         signature, but only the signed part.
9487
9488 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9489
9490         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9491
9492         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9493         list, not listp.
9494
9495 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9496
9497         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9498         when encoding.
9499
9500         * mm-bodies.el (mm-decode-content-transfer-encoding):
9501         De-canonicalize CRLF for all text content types, not just
9502         text/plain.
9503
9504 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9507         valid article; point arrow and cursor at the MIME button.
9508
9509 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9510
9511         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9512         Suggested by Dan Christensen <jdc@uwo.ca>.
9513
9514         * mm-decode.el (mm-save-part): Enable change of prompt.
9515
9516 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9517
9518         * gnus-msg.el (gnus-inews-add-send-actions): Made
9519         `message-post-method' lambda parameter ARG `&optional'.
9520
9521 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * gnus-sum.el (gnus-summary-mime-map): Added
9524         gnus-article-save-part-and-strip, gnus-article-delete-part and
9525         gnus-article-jump-to-part.
9526
9527         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9528         (gnus-article-edit-part): Use it.
9529         (gnus-article-part-wrapper): Added no-handle argument.
9530         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9531         functions.
9532
9533 2005-08-29  Romain Francoise  <romain@orebokech.com>
9534
9535         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9536         docstring.
9537         (gnus-face-from-file): Likewise.
9538
9539 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9542         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9543         non-nil.
9544         (gnus-auto-select-part): New variable.
9545         (gnus-article-jump-to-part): New function.
9546         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9547         (gnus-mime-delete-part): Allow selecting specified part after
9548         deleting or stripping parts.
9549         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9550         part if argument is bogus.
9551
9552 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9553
9554         * gnus-art.el (w3m-minor-mode-map):
9555         * gnus-spec.el (gnus-newsrc-file-version):
9556         * gnus-util.el (nnmail-active-file-coding-system)
9557         (gnus-original-article-buffer, gnus-user-agent):
9558         * gnus.el (gnus-ham-process-destinations)
9559         (gnus-parameter-ham-marks-alist)
9560         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9561         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9562         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9563         * mm-decode.el (gnus-current-window-configuration):
9564         * mm-extern.el (gnus-article-mime-handles):
9565         * mm-url.el (url-current-object, url-package-name)
9566         (url-package-version):
9567         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9568         (smime-keys, w3m-cid-retrieve-function-alist)
9569         (w3m-current-buffer, w3m-display-inline-images)
9570         (w3m-minor-mode-map):
9571         * mml-smime.el (gnus-extract-address-components):
9572         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9573         (gnus-newsrc-hashtb, message-default-charset)
9574         (message-deletable-headers, message-options)
9575         (message-posting-charset, message-required-mail-headers)
9576         (message-required-news-headers):
9577         * mml1991.el (mc-pgp-always-sign):
9578         * mml2015.el (mc-pgp-always-sign):
9579         * nnheader.el (nnmail-extra-headers):
9580         * rfc1843.el (gnus-decode-encoded-word-function)
9581         (gnus-decode-header-function, gnus-newsgroup-name):
9582         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9583
9584 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9585
9586         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9587         the end of the date treatments.
9588
9589 2005-08-15  Simon Josefsson  <jas@extundo.com>
9590
9591         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9592         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9593         Capello and Romain Francoise.
9594         (pgg-fetch-key-function): Removed, not used?
9595         (pgg-insert-url-with-w3): Require url, to get
9596         url-insert-file-contents regardless of where it is defined.
9597
9598 2005-08-13  Romain Francoise  <romain@orebokech.com>
9599
9600         * message.el (message-cite-original-1): New function.
9601         (message-cite-original): Use it.
9602         (message-cite-original-without-signature): Ditto.
9603
9604 2005-08-08  Romain Francoise  <romain@orebokech.com>
9605
9606         * message.el (message-yank-empty-prefix): New variable.
9607         (message-indent-citation): Use it.
9608         (message-cite-original-without-signature): Respect X-No-Archive.
9609
9610 2005-08-08  Simon Josefsson  <jas@extundo.com>
9611
9612         * pgg.el: Autoload url-insert-file-contents instead of loading
9613         w3/url.
9614         (pgg-insert-url-with-w3): Don't load url here.
9615
9616 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9617
9618         * message.el (message-kill-to-signature): Don't insert newline at
9619         bol.
9620         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9621
9622 2005-08-06  Romain Francoise  <romain@orebokech.com>
9623
9624         * message.el (message-user-fqdn): Fix typo in docstring.
9625
9626 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9627
9628         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9629
9630         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9631
9632 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9633
9634         * mm-bodies.el (mm-encode-body): Use coding system rather than
9635         charset to encode text.
9636
9637         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9638         number of charsets if utf-8 is available (XEmacs).
9639
9640 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9643         taken from `gnus-button-mid-or-mail-regexp'.
9644         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9645         (gnus-button-alist): Improve regexp for domain part of the MIDs
9646         for news:localpart@domain buttons.
9647         (gnus-button-ctan-directory-regexp): Update.
9648
9649 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * sieve-manage.el (sieve-manage-interactive-login): Use
9652         make-local-variable rather than make-variable-buffer-local.
9653         (sieve-manage-open): Ditto.
9654         (sieve-manage-authenticate): Ditto.
9655
9656         * mml.el (mml-generate-mime-1): Make the content type default to
9657         text/plain if the filename is not specified.
9658
9659 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9662         instead of insert-buffer.
9663
9664         * message.el (message-yank-original): Ditto; set the mark at the
9665         end of the yanked message.
9666
9667 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9670         lines to scroll rather than to stop it.
9671
9672         * mml.el (mml-generate-default-type): Add doc string.
9673         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9674         default to application/octet-stream when determining the content
9675         type if it is not specified for the part or the mml contents; add
9676         a comment about mml-generate-default-type.
9677
9678 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9681         make it default to application/octet-stream when determining the
9682         content type if it is not specified for the external contents.
9683
9684 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9685
9686         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9687         segmented parameter but also other parameters might be there.
9688
9689 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9690
9691         * mm-decode.el (mm-display-external): Delete temp file, directory
9692         and buffer immediately if the external process is exited.
9693
9694 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9697         fewer lines than that of scroll-margin.
9698         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9699
9700 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9701
9702         * gnus-art.el (gnus-article-next-page): Revert.
9703         (gnus-article-beginning-of-window): New macro.
9704         (gnus-article-next-page-1): Use it.
9705         (gnus-article-prev-page): Ditto.
9706         (gnus-article-edit-part): Use insert-buffer-substring instead of
9707         insert-buffer.
9708         (gnus-article-edit-exit): Ditto.
9709
9710         * gnus-util.el (gnus-beginning-of-window): Remove.
9711         (gnus-end-of-window): Remove.
9712
9713         * lpath.el: Don't bind header-line-format and scroll-margin.
9714
9715 2005-07-25  Simon Josefsson  <jas@extundo.com>
9716
9717         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9718         to have the url package without w3.  Reported by Daiki Ueno
9719         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9720
9721 2005-07-20  Didier Verna  <didier@xemacs.org>
9722
9723         * gnus-diary.el: Remove the description comment (nndiary is now
9724         properly documented in the Gnus manual).
9725         Fix the spelling of "Back End".
9726         * nndiary.el: Ditto.
9727         Fix the copyright notice.
9728
9729 2005-07-18  Romain Francoise  <romain@orebokech.com>
9730
9731         * gnus-sum.el (gnus-summary-to-prefix)
9732         (gnus-summary-newsgroup-prefix): New variables.
9733         (gnus-summary-from-or-to-or-newsgroups): Use them.
9734
9735 2005-07-17  Romain Francoise  <romain@orebokech.com>
9736
9737         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9738         space as it's generally not especially interesting to the user.
9739
9740 2005-07-16  Romain Francoise  <romain@orebokech.com>
9741
9742         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9743         nil to avoid prompting and file modification if one of the
9744         messages at the top of the nnfolder file contains a copyright
9745         notice.
9746         Update copyright notice.
9747
9748         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9749         instead of `current-time-string' as the latter creates a time
9750         string that is not RFC 2822 compliant (it lacks the zone).
9751         Update copyright notice.
9752
9753 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9754
9755         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9756         for text/rtf.  Display default in prompt.  Pass default for M-n.
9757
9758         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9759
9760 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9761
9762         * gnus-msg.el (gnus-button-mailto): Remove
9763         save-selected-window-window hackery because it relies on
9764         save-selected-window internals.
9765
9766 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9769         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9770         (gnus-article-prev-page): Ditto.
9771
9772         * gnus-util.el (gnus-beginning-of-window): New function.
9773         (gnus-end-of-window): New function.
9774
9775         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9776
9777 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9778
9779         * gnus-score.el (gnus-score-edit-all-score): Set
9780         gnus-score-edit-exit-function to gnus-score-edit-done and call
9781         gnus-message.
9782
9783 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9784
9785         * gnus-msg.el (gnus-button-mailto): Remove
9786         save-selected-window-window hackery because it relies on
9787         save-selected-window internals.
9788
9789 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9790
9791         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9792         add-minor-mode.
9793         (gnus-binary-mode): Ditto.
9794
9795         * gnus-topic.el (gnus-topic-mode): Ditto.
9796
9797 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9798
9799         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9800         (gnus-article-prev-page): Take scroll-margin into consideration.
9801
9802 2005-07-04  Lute Kamstra  <lute@gnu.org>
9803
9804         Update FSF's address in GPL notices.
9805
9806 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9807
9808         * gnus.el (gnus-exit):
9809         * gnus-group.el (gnus-group-icons):
9810         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9811
9812         * gnus-nocem.el (gnus-nocem):
9813         * message.el (message-various, message-buffers, message-sending)
9814         (message-interface, message-forwarding, message-insertion)
9815         (message-headers, message-news, message-mail):
9816         * pgg-gpg.el (pgg-gpg):
9817         * pgg-parse.el (pgg-parse):
9818         * pgg-pgp.el (pgg-pgp):
9819         * pgg-pgp5.el (pgg-pgp5):
9820         * pop3.el (pop3): Finish `defgroup' description with period.
9821
9822 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-art.el (article-display-face): Improve the efficiency.
9825         (article-display-x-face): Ditto; remove grey x-face stuff.
9826
9827 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9828
9829         * gnus-art.el (article-display-face): Correct the position in
9830         which Faces are inserted.
9831
9832 2005-06-29  Didier Verna  <didier@xemacs.org>
9833
9834         * gnus-art.el (article-display-face): Display faces in correct
9835         order.
9836
9837 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9840         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9841         (gnus-nocem-check-article): Fetch the Type header.
9842         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9843         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9844         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9845         make sure gnus-nocem-hashtb is initialized.
9846         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9847         (gnus-nocem-unwanted-article-p): Ditto.
9848
9849         * pgg.el (pgg-verify): Return the verification result.
9850
9851 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9852
9853         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9854         is ascii.
9855
9856 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9857
9858         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9859         `show-nonbreak-escape'.
9860
9861 2005-06-23  Lute Kamstra  <lute@gnu.org>
9862
9863         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9864
9865         * dig.el (dig-mode):
9866         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9867
9868 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9869
9870         * nnimap.el (nnimap-split-download-body): Fix spellings.
9871
9872 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9873
9874         * gnus-art.el (gnus-article-encrypt-body):
9875         * gnus-cus.el (gnus-score-customize):
9876         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9877         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9878
9879 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9880
9881         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9882         header by looking for magic "MII" at the beginnig.
9883
9884 2005-06-16  Miles Bader  <miles@gnu.org>
9885
9886         * gnus-xmas.el (gnus-xmas-group-startup-message):
9887         Use renamed gnus-splash face.
9888
9889         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9890         (assistant-field-face): New backward-compatibility alias for renamed
9891         face.
9892         (assistant-render-text): Use renamed assistant-field face.
9893
9894         * spam.el (spam): Remove "-face" suffix from face name.
9895         (spam-face): New backward-compatibility alias for renamed face.
9896         (spam-face, spam-initialize): Use renamed spam face.
9897
9898         * message.el (message-header-to, message-header-cc)
9899         (message-header-subject, message-header-newsgroups)
9900         (message-header-other, message-header-name)
9901         (message-header-xheader, message-separator, message-cited-text)
9902         (message-mml): Remove "-face" suffix from face names.
9903         (message-header-to-face, message-header-cc-face)
9904         (message-header-subject-face, message-header-newsgroups-face)
9905         (message-header-other-face, message-header-name-face)
9906         (message-header-xheader-face, message-separator-face)
9907         (message-cited-text-face, message-mml-face):
9908         New backward-compatibility aliases for renamed faces.
9909         (message-font-lock-keywords): Use renamed message faces.
9910
9911         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9912         (sieve-test-commands, sieve-tagged-arguments):
9913         Remove "-face" suffix from face names.
9914         (sieve-control-commands-face, sieve-action-commands-face)
9915         (sieve-test-commands-face, sieve-tagged-arguments-face):
9916         New backward-compatibility aliases for renamed faces.
9917         (sieve-control-commands-face, sieve-action-commands-face)
9918         (sieve-test-commands-face, sieve-tagged-arguments-face):
9919         Use renamed sieve faces.
9920
9921         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9922         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9923         (gnus-group-news-3-empty, gnus-group-news-4)
9924         (gnus-group-news-4-empty, gnus-group-news-5)
9925         (gnus-group-news-5-empty, gnus-group-news-6)
9926         (gnus-group-news-6-empty, gnus-group-news-low)
9927         (gnus-group-news-low-empty, gnus-group-mail-1)
9928         (gnus-group-mail-1-empty, gnus-group-mail-2)
9929         (gnus-group-mail-2-empty, gnus-group-mail-3)
9930         (gnus-group-mail-3-empty, gnus-group-mail-low)
9931         (gnus-group-mail-low-empty, gnus-summary-selected)
9932         (gnus-summary-cancelled, gnus-summary-high-ticked)
9933         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9934         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9935         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9936         (gnus-summary-low-undownloaded)
9937         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9938         (gnus-summary-low-unread, gnus-summary-normal-unread)
9939         (gnus-summary-high-read, gnus-summary-low-read)
9940         (gnus-summary-normal-read, gnus-splash):
9941         Remove "-face" suffix from face names.
9942         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9943         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9944         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9945         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9946         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9947         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9948         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9949         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9950         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9951         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9952         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9953         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9954         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9955         (gnus-summary-normal-ticked-face)
9956         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9957         (gnus-summary-normal-ancient-face)
9958         (gnus-summary-high-undownloaded-face)
9959         (gnus-summary-low-undownloaded-face)
9960         (gnus-summary-normal-undownloaded-face)
9961         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9962         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9963         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9964         (gnus-splash-face):
9965         New backward-compatibility aliases for renamed faces.
9966         (gnus-group-startup-message): Use renamed gnus faces.
9967
9968         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9969         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9970         (gnus-server-agent): Remove "-face" suffix from face names.
9971         (gnus-server-agent-face, gnus-server-opened-face)
9972         (gnus-server-closed-face, gnus-server-denied-face)
9973         (gnus-server-offline-face):
9974         New backward-compatibility aliases for renamed faces.
9975         (gnus-server-agent-face, gnus-server-opened-face)
9976         (gnus-server-closed-face, gnus-server-denied-face)
9977         (gnus-server-offline-face): Use renamed gnus faces.
9978
9979         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9980         Remove "-face" suffix from face names.
9981         (gnus-picon-xbm-face, gnus-picon-face):
9982         New backward-compatibility aliases for renamed faces.
9983
9984         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9985         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9986         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9987         (gnus-cite-11): Remove "-face" suffix from face names.
9988         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9989         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9990         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9991         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9992         New backward-compatibility aliases for renamed faces.
9993         (gnus-cite-attribution-face, gnus-cite-face-list)
9994         (gnus-article-boring-faces): Use renamed gnus faces.
9995
9996         * gnus-art.el (gnus-signature, gnus-header-from)
9997         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9998         (gnus-header-content): Remove "-face" suffix from face names.
9999         (gnus-signature-face, gnus-header-from-face)
10000         (gnus-header-subject-face, gnus-header-newsgroups-face)
10001         (gnus-header-name-face, gnus-header-content-face):
10002         New backward-compatibility aliases for renamed faces.
10003         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
10004
10005         * gnus-sum.el (gnus-summary-selected-face)
10006         (gnus-summary-highlight): Use renamed gnus faces.
10007         * gnus-group.el (gnus-group-highlight): Likewise.
10008
10009 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10010
10011         * gnus-sieve.el (gnus-sieve-article-add-rule):
10012         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10013         * spam-stat.el (spam-stat-buffer-change-to-spam)
10014         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10015
10016         * message.el (message-is-yours-p):
10017         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10018
10019 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * mm-view.el (mm-inline-text): Withdraw the last change.
10022
10023 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10024
10025         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10026         executing enriched-decode.
10027
10028 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10029
10030         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10031         charset of tar files.
10032
10033 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10034
10035         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10036
10037 2005-06-04  Lute Kamstra  <lute@gnu.org>
10038
10039         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10040         information is never recorded.
10041
10042 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10043
10044         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10045
10046 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * pop3.el (pop3-apop): Run md5 in the binary mode.
10049
10050         * starttls.el (starttls-set-process-query-on-exit-flag):
10051         Use eval-and-compile.
10052
10053 2005-05-31  Simon Josefsson  <jas@extundo.com>
10054
10055         * smime.el (smime-replace-in-string): Define.
10056         (smime-cert-by-ldap-1): Use it.
10057
10058 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10059
10060         * gnus-art.el (article-display-x-face): Replace
10061         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10062
10063         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10064         set-process-query-on-exit-flag or process-kill-without-query.
10065
10066         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10067         loop instead of replace-regexp.
10068
10069         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10070         instead of process-kill-without-query if it is available.
10071
10072         * lpath.el: Fbind ldap-search-entries.
10073
10074         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10075         instead of find-file-hooks if it is available.
10076
10077         * mml1991.el: Bind pgg-default-user-id when compiling.
10078
10079         * mml2015.el: Bind pgg-default-user-id when compiling.
10080
10081         * nndraft.el (nndraft-request-associate-buffer):
10082         Use write-contents-functions instead of write-contents-hooks if it is
10083         available.
10084
10085         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10086         instead of find-file-hooks if it is available.
10087
10088         * nntp.el (nntp-open-connection): Replace
10089         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10090         (nntp-open-ssl-stream): Ditto.
10091         (nntp-open-tls-stream): Ditto.
10092
10093         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10094         set-process-query-on-exit-flag or process-kill-without-query.
10095         (starttls-open-stream-gnutls): Use it instead of
10096         process-kill-without-query.
10097         (starttls-open-stream): Ditto.
10098
10099 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10100
10101         * smime.el (smime-cert-by-ldap-1): Don't use
10102         replace-regexp-in-string.
10103
10104 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10105
10106         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10107
10108         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10109         in PEM format.  Adjust to the XEmacs compability.
10110
10111 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10112
10113         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10114         by `string-to-number'.
10115         * gnus-agent.el (gnus-agent-regenerate-group)
10116         (gnus-agent-fetch-articles): Ditto.
10117         * gnus-art.el (gnus-button-fetch-group): Ditto.
10118         * gnus-cache.el (gnus-cache-generate-active)
10119         (gnus-cache-articles-in-group): Ditto.
10120         * gnus-group.el (gnus-group-set-current-level)
10121         (gnus-group-insert-group-line): Ditto.
10122         * gnus-score.el (gnus-score-set-expunge-below)
10123         (gnus-score-set-mark-below, gnus-summary-score-effect)
10124         (gnus-summary-score-entry): Ditto.
10125         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10126         (gnus-soup-pack): Ditto.
10127         * gnus-spec.el (gnus-xmas-format): Ditto.
10128         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10129         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10130         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10131         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10132         * nndb.el (nndb-get-remote-expire-response): Ditto.
10133         * nndiary.el (nndiary-parse-schedule-value)
10134         (nndiary-string-to-number, nndiary-request-replace-article)
10135         (nndiary-request-article): Ditto.
10136         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10137         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10138         * nneething.el (nneething-make-head): Ditto.
10139         * nnfolder.el (nnfolder-request-article)
10140         (nnfolder-retrieve-headers): Ditto.
10141         * nnheader.el (nnheader-file-to-number): Ditto.
10142         * nnkiboze.el (nnkiboze-request-article): Ditto.
10143         * nnmail.el (nnmail-process-unix-mail-format)
10144         (nnmail-process-babyl-mail-format): Ditto.
10145         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10146         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10147         (nnmh-request-create-group, nnmh-request-list-1)
10148         (nnmh-request-group, nnmh-request-article): Ditto.
10149         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10150         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10151         * nnsoup.el (nnsoup-make-active): Ditto.
10152         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10153         * nntp.el (nntp-find-group-and-number)
10154         (nntp-retrieve-headers-with-xover): Ditto.
10155         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10156         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10157         (pgg-format-key-identifier): Ditto.
10158         * pop3.el (pop3-last, pop3-stat): Ditto.
10159         * qp.el (quoted-printable-decode-region): Ditto.
10160
10161         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10162         of concat.
10163
10164 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10165
10166         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10167
10168         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10169
10170         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10171
10172         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10173
10174         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10175
10176         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10177
10178         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10179         (gnus-carpal-mode): Ditto.
10180
10181         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10182         (gnus-browse-mode): Ditto.
10183
10184         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10185
10186         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10187
10188 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10189
10190         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10191
10192 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-util.el (gnus-run-mode-hooks): New function.
10195
10196         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10197
10198         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10199         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10200
10201 2005-05-27  Lute Kamstra  <lute@gnu.org>
10202
10203         * dns-mode.el (dns-mode): Specify customization group.
10204
10205 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10206
10207         * gnus-agent.el (gnus-agent-make-mode-line-string):
10208         Use mode-line-highlight as mouse-face.
10209
10210 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * canlock.el (canlock): Change the parent group to news.
10213
10214         * deuglify.el (gnus-outlook-deuglify): Add :group.
10215
10216         * dig.el (dig): Add :group.
10217
10218         * dns-mode.el (dns-mode): Add :group.
10219
10220         * encrypt.el (encrypt): Add :group.
10221
10222         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10223         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10224         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10225         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10226         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10227
10228         * gnus-diary.el (gnus-diary): Add :group.
10229
10230         * gnus.el (gnus-group-news-1-face): Add :group.
10231         (gnus-group-news-1-empty-face): Ditto.
10232         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10233         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10234         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10235         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10236         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10237         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10238         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10239         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10240         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10241         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10242         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10243         (gnus-summary-high-ticked-face): Ditto.
10244         (gnus-summary-low-ticked-face): Ditto.
10245         (gnus-summary-normal-ticked-face): Ditto.
10246         (gnus-summary-high-ancient-face): Ditto.
10247         (gnus-summary-low-ancient-face): Ditto.
10248         (gnus-summary-normal-ancient-face): Ditto.
10249         (gnus-summary-high-undownloaded-face): Ditto.
10250         (gnus-summary-low-undownloaded-face): Ditto.
10251         (gnus-summary-normal-undownloaded-face): Ditto.
10252         (gnus-summary-high-unread-face): Ditto.
10253         (gnus-summary-low-unread-face): Ditto.
10254         (gnus-summary-normal-unread-face): Ditto.
10255         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10256         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10257
10258         * hashcash.el (hashcash): New custom group.
10259         (hashcash-default-payment): Add :group.
10260         (hashcash-payment-alist): Ditto.
10261         (hashcash-default-accept-payment): Ditto.
10262         (hashcash-accept-resources): Ditto.
10263         (hashcash-path): Ditto.
10264         (hashcash-extra-generate-parameters): Ditto.
10265         (hashcash-double-spend-database): Ditto.
10266         (hashcash-in-news): Ditto.
10267
10268         * message.el (message-minibuffer-local-map): Add :group.
10269
10270         * netrc.el (netrc): Add :group.
10271
10272         * sieve-manage.el (sieve-manage-log): Add :group.
10273         (sieve-manage-default-user): Diito.
10274         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10275         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10276         (sieve-manage-authenticators): Ditto.
10277         (sieve-manage-authenticator-alist): Ditto.
10278         (sieve-manage-default-port): Ditto.
10279
10280         * sieve-mode.el (sieve-control-commands-face): Add :group.
10281         (sieve-action-commands-face): Ditto.
10282         (sieve-test-commands-face): Ditto.
10283         (sieve-tagged-arguments-face): Ditto.
10284
10285         * smime.el (smime): Add :group.
10286
10287         * spam-report.el (spam-report): Add :group.
10288
10289         * spam.el (spam, spam-face): Add :group.
10290
10291 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10292
10293         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10294         return \n.\n.\n at the end of articles.  Protect against that.
10295         (nntp-with-open-group): Allow debugging.
10296
10297         * nnheader.el (mail-header-set-extra): Make into a function
10298         because I just could't understand how to quote the list properly.
10299
10300         * dns.el (query-dns-cached): New function.
10301
10302 2005-05-26  Lute Kamstra  <lute@gnu.org>
10303
10304         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10305
10306 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10307
10308         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10309
10310         * gnus-art.el: Don't autoload mail-extract-address-components.
10311
10312         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10313         eval-and-compile to evaluate it.
10314
10315         * hashcash.el: Don't autoload executable-find.
10316
10317         * nndb.el: Don't declare the nndb back end two or more times; don't
10318         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10319
10320         * nntp.el: Autoload format-spec instead of format; use
10321         eval-and-compile to evaluate autoload forms.
10322
10323 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10324
10325         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10326
10327 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10328
10329         * gnus.el (gnus-version-number): Bump version.
10330
10331 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10332
10333         * gnus.el: No Gnus v0.3 is released.
10334
10335 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10336
10337         * lpath.el (featurep): Bind show-nonbreak-escape.
10338
10339 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gnus-art.el (gnus-article-edit-part): Disable undo.
10342
10343 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10346         gnus-article-date-lapsed-new-header is t if date timer is active;
10347         skip headers in which the original date value is empty.
10348         (gnus-article-save-original-date): Redefine it as a macro.
10349         (gnus-display-mime): Use it.
10350
10351 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * gnus-art.el (article-date-ut): Support converting date in
10354         forwarded parts as well.
10355         (gnus-article-save-original-date): New function.
10356         (gnus-display-mime): Use it.
10357
10358 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10359
10360         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10361         enclosure element of <item>.
10362
10363 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10364
10365         * message.el (message-kill-buffer-query): Renamed from
10366         `message-kill-buffer-query-if-modified'.  Added :version.
10367
10368 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10371         window layout.
10372
10373 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * mml.el: Autoload dnd when compiling.
10376
10377 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10380         x-dnd-*.
10381
10382 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * qp.el (quoted-printable-encode-region): Save excursion.
10385
10386 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10387
10388         * message.el (message-kill-buffer-query-if-modified): Add new variable
10389         so the user can kill a modified message buffer quickly.
10390         (message-kill-buffer): Use it.
10391
10392 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * lpath.el: Fbind display-time-event-handler; don't fbind
10395         string-to-multibyte.
10396
10397         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10398
10399 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10400
10401         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10402         contained in text because xml.el decodes entities) with LFs.
10403
10404 2005-04-11  Lute Kamstra  <lute@gnu.org>
10405
10406         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10407         differently.
10408
10409 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10410
10411         * mm-util.el (mm-detect-coding-region): Typo.
10412
10413 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10414
10415         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10416
10417 2005-04-06  Deepak Goel  <deego@gnufans.org>
10418
10419         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10420         user-function allow user modifications of the scores.
10421         (spam-stat-score-buffer-user): New function, to allow
10422         user-computed modifications to the score.
10423         (spam-stat-score-buffer-user-functions): List of additional
10424         scoring functions.
10425         (spam-stat-error-holder): Global temporary error holder.
10426         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10427         variable.
10428
10429 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10430
10431         * gnus-registry.el (gnus-registry-clean-empty-function)
10432         (gnus-registry-trim, gnus-registry-fetch-groups)
10433         (gnus-registry-delete-group): Groups that match
10434         `gnus-registry-ignored-groups' are removed from the registry
10435         entries, not just ignored for splitting.  This helps clean up the
10436         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10437         to get all the groups a message ID is in.
10438
10439         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10440         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10441         (spam-stat-score-buffer-user-functions): Add :number custom type.
10442
10443 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10444
10445         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10446         argument in XEmacs.
10447
10448         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10449         (nnrss-request-group): Decode group name first.
10450         (nnrss-request-article): Make a text/plain article if mml-to-mime
10451         failed.
10452         (nnrss-get-encoding): Return a compatible encoding according to
10453         nnrss-compatible-encoding-alist.
10454         (nnrss-find-el): Use consp instead of listp.
10455         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10456
10457 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10458
10459         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10460         which Emacs 20 doesn't support.
10461         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10462
10463 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10464
10465         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10466         silence the byte compiler inside the defun.
10467
10468         * gnus-demon.el (parse-time-string): Add autoload.
10469
10470         * gnus-delay.el (parse-time-string): Add autoload.
10471
10472         * gnus-art.el (parse-time-string): Add autoload.
10473
10474         * nnultimate.el (parse-time): Require for `parse-time-string'.
10475
10476 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10477
10478         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10479
10480         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10481
10482         * smime.el (smime-ldap-host-list): Add :version.
10483
10484 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10485
10486         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10487         pass it to `gnus-browse-read-group'.
10488         (gnus-browse-read-group): Add NUMBER argument and pass it to
10489         `gnus-group-read-ephemeral-group'.
10490
10491         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10492         argument and pass it to `gnus-group-read-group'.
10493
10494 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10495
10496         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10497         mm-xemacs-find-mime-charset-1 if we have the mule feature
10498         available at runtime.
10499
10500 2005-03-25  Werner Lemberg  <wl@gnu.org>
10501
10502         * nnmaildir.el: Replace `illegal' with `invalid'.
10503
10504 2005-03-23  Lute Kamstra  <lute@gnu.org>
10505
10506         * time-date.el: Add comment on time value formats.
10507         Don't require parse-time.
10508         (with-decoded-time-value): New macro.
10509         (encode-time-value): New function.
10510         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10511         (days-to-time): Return a valid time value when arg is huge.
10512         (time-since): Use time-subtract.
10513         (time-to-number-of-days): Use time-to-seconds.
10514
10515 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10516
10517         * gnus-start.el (gnus-display-time-event-handler):
10518         Check display-time-timer at runtime rather than only at load time
10519         in case display-time-mode is turned off in the mean time.
10520
10521 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10524         used.
10525
10526         * nneething.el (nneething-map-file-directory): Derive from
10527         `gnus-directory'.
10528
10529         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10530         the To/Cc button.
10531
10532 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10533
10534         * nnmaildir.el (nnmaildir-request-accept-article):
10535         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10536
10537 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10538
10539         * gnus-async.el: Require timer-funcs at compile time when in
10540         XEmacs for `run-with-idle-timer'.
10541
10542 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10543
10544         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10545         autoloaded function.
10546
10547 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10548
10549         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10550
10551 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10552
10553         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10554
10555 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10556
10557         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10558         gnus-expert-user to default.
10559
10560 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10561
10562         * nnimap.el (nnimap-open-server): Ditto.
10563
10564         * imap.el (imap-authenticate): Fix typo.
10565
10566 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10567
10568         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10569         buffer (since IMAP server might return FETCH response out of
10570         order, and the nntp buffer must be sorted).
10571
10572 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10573
10574         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10575         comparison on string.
10576
10577         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10578         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10579         (gnus-agent-summary-fetch-series): Modified to protect against
10580         gnus-agent-summary-fetch-group clearing processable flags.
10581         (gnus-agent-synchronize-group-flags): Update live group buffer as
10582         synchronization may occur due to the user toggle the plugged
10583         status.
10584         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10585         successfully downloaded.
10586         (gnus-agent-expire-group-1): Avoid using markers when the overview
10587         is in ascending order; greatly improves performance.
10588         (gnus-agent-regenerate-group): Use
10589         gnus-agent-synchronize-group-flags to reset read status in both
10590         gnus and server.
10591         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10592
10593 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10594
10595         * message.el: Don't autoload former message-utils variables.
10596         (message-strip-subject-trailing-was): Change doc string.
10597
10598         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10599         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10600         (nnweb-google-search): Add "hl=en" here.
10601         (nnweb-google-parse-1, nnweb-google-create-mapping):
10602         Don't hardcode URL.
10603
10604 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10605
10606         * message.el (message-get-reply-headers, message-followup):
10607         Mention related variables `message-use-followup-to' and
10608         `message-use-mail-followup-to', in the information buffer.
10609
10610         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10611         of broken groups(-beta).google.com.
10612
10613 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10614
10615         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10616         parameter to invoked gnus-request-move-article; remove the
10617         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10618         all at once instead of once per article.
10619         (gnus-summary-remove-process-mark): Accept a list of articles as
10620         well as a single article for processing.
10621
10622         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10623         parameter.
10624
10625         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10626
10627         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10628
10629         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10630         parameter.
10631
10632         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10633         parameter.
10634
10635         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10636         parameter and remove the gnus-sum-hint-move-is-internal variable.
10637
10638         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10639         parameter.
10640
10641         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10642         parameter.
10643
10644         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10645         parameter.
10646
10647         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10648
10649         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10650         parameter.
10651
10652         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10653         parameter.
10654
10655 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10656
10657         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10658         a more conservative way.
10659
10660 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10661
10662         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10663         buffer, so it moves the window's cursor.
10664
10665 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10666
10667         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10668         `mm-dissect-multipart' and receive the from field as an (optional)
10669         argument from `mm-dissect-multipart'.
10670         (mm-dissect-multipart): Receive the from field as an argument and
10671         pass it on when we call `mm-dissect-buffer' on MIME parts.
10672         Fixes verification/decryption of signed/encrypted MIME parts.
10673
10674 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10675
10676         * gnus-sum.el (gnus-summary-move-article): Set
10677         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10678         whatever it calls (right now, only nnimap-request-move article
10679         respects it).
10680
10681         * nnimap.el (nnimap-request-move-article): When
10682         gnus-sum-hint-move-is-internal is set, don't do the extra
10683         nnimap-request-article.
10684
10685 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10686
10687         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10688
10689         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10690         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10691
10692         * gnus-sum.el (gnus-summary-caesar-message):
10693         Apply `gnus-treat-article' after rotation.
10694
10695         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10696         doc string.
10697
10698 2005-02-22  Simon Josefsson  <jas@extundo.com>
10699
10700         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10701         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10702         <arne@arnested.dk>.
10703         (encrypt): Add password-cache and password-cache-expiry as group
10704         members.
10705
10706 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10707
10708         * smime.el (smime-ldap-host-list): Doc fix.
10709         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10710         cache) password.
10711         (smime-sign-region): Use it.
10712         (smime-decrypt-region): Use it.
10713         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10714         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10715         fails.
10716         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10717         certificate from DER to PEM format rather than calling openssl.
10718
10719         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10720
10721         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10722         for signing/encryption.
10723
10724         * mml.el (mml-parse-1): Use them.
10725
10726 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10727
10728         * nnrss.el (nnrss-verbose): Removed.
10729         (nnrss-request-group): Use `nnheader-message' instead.
10730
10731 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10732
10733         * nnrss.el (nnrss-verbose): New variable.
10734         (nnrss-request-group): Make it say nnrss is requesting a group.
10735
10736 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10737
10738         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10739         Handle news URL with given port correctly.
10740
10741 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10742
10743         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10744         containing special characters.
10745
10746         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10747
10748         * mml.el (mime-to-mml): Ditto.
10749
10750         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10751         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10752         (rfc2047-decode-region): Quote decoded words containing special
10753         characters when rfc2047-quote-decoded-words-containing-tspecials
10754         is non-nil.
10755
10756 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10757
10758         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10759
10760         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10761
10762 2005-02-15  Simon Josefsson  <jas@extundo.com>
10763
10764         * nnimap.el (nnimap-debug): Doc fix.
10765
10766         * imap.el (imap-debug): Doc fix.
10767
10768 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10771
10772 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10773
10774         * gnus.el (spam-contents): Improve docs for spam-contents
10775         parameter in its variable incarnation.
10776
10777 2005-02-14  Simon Josefsson  <jas@extundo.com>
10778
10779         * smime-ldap.el: Use require instead of load-library for ldap.
10780         (smime-ldap-search): Indent.
10781         (smime-ldap-search-internal): Shorten line.
10782
10783         * smime.el (smime-cert-by-dns): Add doc-string.
10784         (smime-cert-by-ldap-1): Indent.
10785
10786         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10787         mml-smime-get-dns-ldap.
10788         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10789
10790 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10791
10792         * smime.el: Require smime-ldap.
10793         (smime-ldap-host-list): New variable.
10794         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10795
10796         * mml-smime.el (mml-smime-encrypt-query): New function.
10797         (mml-smime-encrypt-query): Use it.
10798
10799         * smime-ldap.el: New file.
10800
10801 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10804
10805 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10808         argument in doc string.  Make query for type more clear.
10809
10810 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10811
10812         * gnus.el (gnus-group-startup-message): Search for gnus images in
10813         etc/images/gnus.
10814         * mm-util.el (mm-image-load-path): Likewise.
10815         * smiley.el (smiley-data-directory): Search for smilies in
10816         etc/images/smilies.
10817
10818 2005-02-09  Kim F. Storm  <storm@cua.dk>
10819
10820         Change Emacs release version from 21.4 to 22.1 throughout.
10821         Change Emacs development version from 21.3.50 to 22.0.50.
10822
10823 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10824
10825         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10826
10827         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10828         non-Mule XEmacs as well.
10829         (mm-decompress-buffer): Signal an error intentionally if it does
10830         not decompress compressed data because auto-compression-mode is
10831         disabled.
10832
10833 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10834
10835         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10836         an ID in the registry even if it has no groups.
10837
10838 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10839
10840         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10841         merge it into mm-decompress-buffer.
10842         (gnus-mime-copy-part): Use the MIME part charset, the value which
10843         a user specified or gnus-newsgroup-charset for decoding, like
10844         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10845         save-buffer what was used.  Suggested by Kevin Ryde
10846         <user42@zip.com.au>.
10847         (gnus-mime-inline-part): Allow the name parameter as well as the
10848         filename parameter; force decompressing of compressed data; always
10849         display contents being not decoded as unibyte.
10850
10851         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10852         as well as the filename parameter.
10853
10854         * mm-util.el (mm-decompress-buffer): Merge
10855         gnus-mime-jka-compr-maybe-uncompress.
10856         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10857         of compressed data.
10858
10859 2005-02-08  Simon Josefsson  <jas@extundo.com>
10860
10861         * imap.el (imap-log): Doc fix.
10862
10863 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10864
10865         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10866         the coding cookies; decompress compressed parts.
10867
10868         * mml.el (mml-generate-mime-1): Add the charset parameter according
10869         to the value which a user specified manually or the coding cookie.
10870
10871         * mm-util.el (mm-string-to-multibyte): New function.
10872         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10873         (mm-coding-system-to-mime-charset): New function.
10874         (mm-decompress-buffer): New function.
10875         (mm-find-buffer-file-coding-system): New function.
10876
10877         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10878         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10879         parts.
10880
10881 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10882
10883         * mm-view.el (mm-display-inline-fontify): Decode a part according
10884         to the charset parameter.
10885
10886 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10887
10888         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10889         prefix arg is neither nil nor a number, as info specifies.
10890
10891 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10892
10893         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10894         timestamps.
10895
10896 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10897
10898         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10899         groups error checking and notify user.
10900
10901 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10902
10903         * message.el (message-send-mail-function): Check existence of
10904         sendmail-program first before using default value
10905         `message-send-mail-with-sendmail'.  Otherwise use more generic
10906         `smtpmail-send-it'.
10907
10908 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * nntp.el (nntp-request-update-info): Always return nil.
10911
10912 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10913
10914         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10915
10916 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10917
10918         * message.el (message-beginning-of-line): Change the behavior when
10919         invoked between BOL and : so that it first moves backward.
10920
10921 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10924         article buffer when editing of the article is discarded.
10925         (gnus-article-prepare): Revert.
10926
10927 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10928
10929         * gnus-art.el (gnus-article-prepare):
10930         Remove message-strip-forbidden-properties from the local hook.
10931
10932 2005-01-27  Simon Josefsson  <jas@extundo.com>
10933
10934         * password.el (password-cache-add): Only start one timer per key.
10935         Reported by Derek Atkins <warlord@MIT.EDU>.
10936
10937 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10938
10939         * run-at-time.el: Removed.  It is no longer needed as
10940         timer-funcs.el in the xemacs-base package has a working version of
10941         `run-at-time'.
10942
10943         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10944
10945         * password.el: Require timer-funcs instead of run-at-time in
10946         XEmacs.
10947         Remove `password-run-at-time' macro.
10948         (password-cache-add): Use `run-at-time' instead of
10949         `password-run-at-time'.
10950
10951         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10952         Remove `nnheader-cancel-function-timers' alias,
10953         `cancel-function-timers' exists in XEmacs in timer-funcs.
10954
10955         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10956         for `run-with-idle-timer'.
10957
10958         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10959         for `run-at-time'.
10960
10961         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10962         for `with-timeout'.
10963
10964         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10965         the same as for XEmacs 21.4.
10966         No need to ignore `run-with-idle-timer', this function exists in
10967         XEmacs now in timer-funcs.el in the xemacs-base package.
10968         (dgnushack-compile): No need to delete
10969         run-at-time.el from the list of files to compile because it
10970         doesn't exist anymore.
10971
10972 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10973
10974         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10975         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10976
10977 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10978
10979         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10980         sensitively.
10981
10982 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10983
10984         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10985
10986 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10989         which will be inserted according to the multibyteness of a buffer
10990         rather than the type of contents.  Suggested by ARISAWA Akihiro
10991         <ari@mbf.ocn.ne.jp>.
10992
10993         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10994         of string which old xml.el may return rather than a string.
10995
10996 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10999
11000 2005-01-16  Simon Josefsson  <jas@extundo.com>
11001
11002         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
11003         idn/idna.el isn't available.
11004         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
11005         <michael@waxrat.com>.
11006
11007         * hashcash.el: Remove non-FSF copyright header.
11008
11009         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11010         (hashcash-generate-payment): Use it.
11011         (hashcash-generate-payment-async): Use it.
11012
11013 2005-01-15  Simon Josefsson  <jas@extundo.com>
11014
11015         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11016         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11017
11018         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11019         gnus-summary-idna-message.
11020         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11021         (gnus-summary-idna-message): New function.
11022
11023 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11026         gnus-novice-user.
11027
11028 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11029
11030         * nnrss.el (nnrss-request-delete-group): Delete entries in
11031         nnrss-group-alist as well.
11032         (nnrss-save-server-data): Insert newline.
11033
11034 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11035
11036         * gnus.el (gnus-user-agent): Use list of symbols instead of
11037         symbols.  Display full version number for (S)XEmacs.  Optionally
11038         display (S)XEmacs codename.
11039
11040         * gnus-util.el (gnus-emacs-version): Update for new
11041         `gnus-user-agent'.
11042
11043         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11044         Gnus version.
11045
11046 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11049         which is unreadable in some setups.
11050
11051 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * gnus-spec.el (gnus-update-format-specifications): Flush the
11054         group format spec cache if it doesn't support decoded group names.
11055
11056 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11059         Allow to apply decay on score files matching a regexp.
11060
11061 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11062
11063         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11064         compatibility in %g and %c.
11065
11066 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11069         name for only %g and %c.
11070         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11071         of gnus-tmp-group to decoded group name.
11072         (gnus-group-make-rss-group): Exclude `/'s from group names.
11073
11074 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * nnrss.el (nnrss-get-encoding): Fix regexp.
11077
11078 2004-12-27  Simon Josefsson  <jas@extundo.com>
11079
11080         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11081         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11082         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11083
11084 2004-12-17  Kim F. Storm  <storm@cua.dk>
11085
11086         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11087
11088         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11089
11090 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11091
11092         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11093
11094 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11095
11096         * nnrss.el: Require rfc2047 and mml.
11097         (nnrss-file-coding-system): New variable.
11098         (nnrss-format-string): Redefine it as an inline function.
11099         (nnrss-decode-group-name): New function.
11100         (nnrss-string-as-multibyte): Remove.
11101         (nnrss-retrieve-headers): Decode group name; don't use
11102         nnrss-format-string.
11103         (nnrss-request-group): Decode group name.
11104         (nnrss-request-article): Decode group name; allow a Message-ID as
11105         well as an article number; don't use nnrss-format-string; encode a
11106         Message-ID string which may contain non-ASCII characters; use
11107         mml-to-mime to compose a MIME article.
11108         (nnrss-request-expire-articles): Decode group name.
11109         (nnrss-request-delete-group): Decode group name.
11110         (nnrss-fetch): Clarify error message.
11111         (nnrss-read-server-data): Use insert-file-contents instead of load;
11112         bind file-name-coding-system; use multibyte buffer.
11113         (nnrss-save-server-data): Bind coding-system-for-write to the
11114         value of nnrss-file-coding-system; bind file-name-coding-system;
11115         add coding cookie.
11116         (nnrss-read-group-data): Use insert-file-contents instead of load;
11117         bind file-name-coding-system; use multibyte buffer.
11118         (nnrss-save-group-data): Bind coding-system-for-write to the
11119         value of nnrss-file-coding-system; bind file-name-coding-system.
11120         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11121         make it work with non-ASCII text.
11122         (nnrss-find-el): Make it work with old xml.el as well.
11123
11124 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11125
11126         * nnrss.el (nnrss-get-encoding): New function.
11127         (nnrss-fetch): Use unibyte buffer initially; bind
11128         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11129         decode contents according to the encoding attribute.
11130         (nnrss-save-group-data): Add coding cookie.
11131         (nnrss-mime-encode-string): New function.
11132         (nnrss-check-group): Use it to encode subject and author.
11133
11134 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11135
11136         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11137         imaginary variable.
11138
11139 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11140
11141         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11142         correctly even if there are wide characters.
11143
11144 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11145
11146         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11147         downcased symbol names; make a new cache instead of reusing
11148         bbdb-hashtable.
11149
11150 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11151
11152         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11153         concatenating segments rather than before concatenating them.
11154         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11155
11156         * message.el (message-get-reply-headers): Bind `extra'.
11157
11158 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159
11160         * message.el (message-extra-wide-headers): New variable.
11161         (message-get-reply-headers): Use it.
11162
11163 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11166         (gnus-agent-group-pathname): Ditto.
11167
11168         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11169
11170         * gnus-group.el (gnus-group-make-group): Decode group name.
11171         (gnus-group-make-rss-group): Register the group data after opening
11172         the nnrss group.
11173
11174 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11175
11176         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11177         by expiry now get marked as read.
11178
11179 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11180
11181         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11182
11183 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11184
11185         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11186         unify Latin characters in XEmacs.
11187         (mm-find-mime-charset-region): Use it.
11188
11189 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11190
11191         * gnus-util.el (gnus-delete-directory): New function.
11192
11193         * gnus-agent.el (gnus-agent-delete-group): Use it.
11194
11195         * gnus-cache.el (gnus-cache-delete-group): Use it.
11196
11197 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11200         names.
11201
11202 2004-12-16  Simon Josefsson  <jas@extundo.com>
11203
11204         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11205
11206 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11207
11208         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11209
11210         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11211         (gnus-group-set-current-level): Decode group name.
11212
11213 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11214
11215         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11216         failed.
11217
11218 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * gnus-group.el (gnus-group-delete-group): Decode group name.
11221         (gnus-group-make-rss-group): Encode group name.
11222         (gnus-group-catchup-current): Decode group name.
11223         (gnus-group-kill-group): Decode group name.
11224
11225 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11226
11227         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11228
11229 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11230
11231         * gnus-group.el (gnus-group-make-rss-group):
11232         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11233
11234         * gnus-start.el (gnus-setup-news): Honor user's setting to
11235         gnus-message-archive-method.  Suggested by Lute Kamstra
11236         <lute@gnu.org>.
11237
11238 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11239
11240         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11241         global counterparts of the buffer-local variables.
11242
11243 2004-11-16  Romain Francoise  <romain@orebokech.com>
11244
11245         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11246         counterparts of the buffer-local variables.
11247
11248 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11249
11250         * message.el (message-forbidden-properties): Fixed typo in doc
11251         string.
11252
11253 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * gnus-util.el (gnus-replace-in-string): Added doc string.
11256
11257         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11258         to avoid problems when splitting mails with many recipients.
11259
11260 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11261
11262         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11263         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11264
11265 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11266
11267         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11268         if there is no hashtable in memory or file modification time is
11269         newer than cached timestamp.
11270
11271 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11272
11273         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11274         not-matching option.
11275
11276 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11277
11278         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11279         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11280         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11281         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11282         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11283         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11284
11285 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * message.el (message-forward-make-body-mml): Remove headers
11288         according to message-forward-ignored-headers if a message is decoded.
11289
11290 2004-12-02  Romain Francoise  <romain@orebokech.com>
11291
11292         * message.el (message-forward-make-body-plain): Always remove
11293         headers according to message-forward-ignored-headers.
11294
11295 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11296
11297         * spam.el (spam-summary-prepare-exit): Remove the
11298         gnus-summary-limit pop for now, it has problems with ham marks for
11299         me.
11300
11301 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11302
11303         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11304         correctly.
11305
11306 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11307
11308         * format-spec.el (format-spec): Message the char.
11309
11310 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11311
11312         * gnus-art.el (gnus-split-methods): Reformat comments.
11313
11314         * spam.el (spam-summary-prepare-exit): Remove article limits
11315         before exiting the summary buffer.
11316
11317 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11320         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11321
11322         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11323         order to silence the byte compiler.
11324
11325         * spam.el: Fix the way to silence the byte compiler, which
11326         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11327         bbdb-search-simple, spam-BBDB-register-routine,
11328         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11329         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11330         spam-stat-buffer-is-spam, spam-stat-load,
11331         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11332         spam-stat-save and spam-stat-split-fancy.
11333
11334 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11337         which may confuse users.
11338         (canlock-password-for-verify): Ditto.
11339
11340         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11341
11342         * gnus-art.el (gnus-emphasis-alist): Ditto.
11343
11344         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11345
11346         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11347
11348         * gnus-start.el (gnus-save-killed-list): Ditto.
11349
11350         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11351         (gnus-sum-thread-tree-root): Ditto.
11352         (gnus-sum-thread-tree-false-root): Ditto.
11353         (gnus-sum-thread-tree-single-indent): Ditto.
11354
11355         * message.el (message-courtesy-message): Ditto.
11356         (message-archive-note): Ditto.
11357         (message-subscribed-address-file): Ditto.
11358         (message-user-fqdn): Ditto.
11359
11360         * spam-report.el (spam-report-gmane-regex): Ditto.
11361
11362         * spam.el (spam-blackhole-good-server-regex): Ditto.
11363
11364 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * mml.el (mml-preview): Widen the message buffer before copying
11367         the contents to the preview buffer; sort headers before previewing.
11368
11369         * message.el (message-hidden-headers): Fix the way to avoid a bug
11370         in the `repeat' widget in Emacs 21.3 or earlier.
11371
11372 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * message.el (message-hidden-headers): Default to "^References:".
11375         Improve customization type.  Suggested by Reiner Steib
11376         <Reiner.Steib@gmx.de>.
11377
11378 2004-11-25  Romain Francoise  <romain@orebokech.com>
11379
11380         * message.el (message-strip-forbidden-properties): Remove check for
11381         obsolete `message-hidden' text property, hidden headers are not
11382         accessible in the buffer anymore.
11383
11384 2004-11-22  Romain Francoise  <romain@orebokech.com>
11385
11386         * message.el (message-header-format-alist): Add `From' in list
11387         so that it can be sorted.
11388         (message-fix-before-sending): Widen and sort headers before
11389         sending.
11390         (message-hide-headers): Use narrowing to hide headers by moving
11391         them to the top of the buffer and narrowing to the region
11392         underneath.
11393
11394 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11395
11396         * message.el (message-strip-forbidden-properties): Bind
11397         buffer-read-only (etc) to nil.
11398
11399 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11400
11401         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11402         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11403
11404 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11405
11406         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11407
11408 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11409
11410         * dns.el (query-dns): Use sit-for to time instead of
11411         accept-process-output, since that doesn't seem to work on udp
11412         sockets.
11413
11414 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11417
11418 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11419
11420         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11421         doc string.  Improve doc string.
11422
11423 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11424
11425         * nntp.el (nntp-request-update-info): Return nil if
11426         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11427         may not call gnus-activate-group which uselessly issues the GROUP
11428         commands for all nntp groups and wastes time.  Reported by Romain
11429         Francoise <romain@orebokech.com>.
11430
11431         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11432
11433 2004-11-15  Simon Josefsson  <jas@extundo.com>
11434
11435         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11436         headers separately.
11437         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11438         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11439
11440 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * gnus-start.el (gnus-convert-old-newsrc):
11443         Assign legacy-gnus-agent to 5.10.7.
11444
11445 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11446
11447         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11448         start of the lines.
11449
11450 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11451
11452         * hashcash.el (hashcash-default-payment): Change default to 20.
11453         (hashcash-default-accept-payment): Change default to 20.
11454         (hashcash-process-alist): New variable.
11455         (hashcash-generate-payment-async): Add.
11456         (hashcash-already-paid-p): Add.
11457         (hashcash-insert-payment): Don't generate payments twice.
11458         (hashcash-insert-payment-async): Add.
11459         (hashcash-insert-payment-async-2): Add.
11460         (hashcash-cancel-async): Add.
11461         (hashcash-wait-async): Add.
11462         (hashcash-processes-running-p): Add.
11463         (hashcash-wait-or-cancel): Add.
11464         (mail-add-payment): New optional argument.  Conditionally start
11465         asynchronous calculation.
11466         (mail-add-payment-async): Add.
11467
11468         * message.el (message-send-mail): Wait for asynchronous hashcash
11469         results.  Don't clobber existing X-Hashcash headers.
11470         (message-setup-1): Call mail-add-payment-async when
11471         message-generate-hashcash is non-nil.
11472
11473 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11474
11475         * message.el (message-use-alternative-email-as-from): Examine the
11476         From header as well; use message-make-from in order to include a
11477         user's full name.
11478
11479 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11482         default; improve customization type.
11483         (gnus-emphasis-custom-with-format): New macro.
11484         (gnus-emphasis-custom-value-to-external): New function.
11485         (gnus-emphasis-custom-value-to-internal): New function.
11486
11487 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11488
11489         * dns.el (query-dns): Resolve reverse addresses.
11490
11491 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11492
11493         * gnus-group.el (gnus-group-get-new-news): Use it.
11494
11495         * gnus-start.el (gnus-check-reasonable-setup): New function.
11496
11497 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11498
11499         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11500         "Args out of range" error.  Reported by Arnaud Giersch
11501         <arnaud.giersch@free.fr>.
11502
11503 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11504
11505         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11506
11507 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11508
11509         * spam.el (spam group): Add :version.
11510
11511         * pgg-def.el (pgg group): Add :version.
11512
11513 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11514
11515         * gnus-art.el (gnus-article-edit-article): Don't associate the
11516         article buffer with a draft file.  This is a temporary measure
11517         against the 2004-08-22 change to gnus-article-edit-mode.
11518
11519 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11520
11521         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11522         (html2text-format-tags): Remove unused variable `attr'.
11523
11524 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11527
11528         * tls.el (tls-process-connection-type, tls-success)
11529         (tls-certtool-program): Add :version.
11530
11531         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11532         (starttls-extra-arguments, starttls-process-connection-type)
11533         (starttls-connect, starttls-failure, starttls-success): Add :version.
11534
11535         * spam-stat.el (spam-stat): Add :version.
11536
11537         * sieve.el (sieve): Add :version.
11538
11539         * sha1.el (sha1): Add :version.
11540         (sha1-use-external): Remove redundant version.
11541
11542         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11543         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11544         (nnmail-split-fancy-match-partial-words)
11545         (nnmail-split-lowercase-expanded): Add :version.
11546
11547         * nndiary.el (nndiary): Add :version.
11548
11549         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11550
11551         * mml-sec.el (mml-default-sign-method)
11552         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11553         Add :version.
11554
11555         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11556
11557         * mm-url.el (mm-url-use-external, mm-url-program)
11558         (mm-url-arguments): Add :version.
11559
11560         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11561         (mm-attachment-file-modes, mm-decrypt-option)
11562         (mm-w3m-safe-url-regexp): Add :version.
11563
11564         * message.el (message-cite-prefix-regexp)
11565         (message-sendmail-envelope-from, message-minibuffer-local-map)
11566         (message-user-fqdn, message-completion-alist): Add :version.
11567
11568         * gnus-win.el (gnus-configure-windows-hook)
11569         (gnus-use-frames-on-any-display): Add :version.
11570
11571         * gnus-art.el (gnus-article-address-banner-alist)
11572         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11573         (gnus-treat-from-picon, gnus-treat-mail-picon)
11574         (gnus-treat-x-pgp-sig): Add :version.
11575
11576         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11577         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11578         (gnus-summary-article-delete-hook)
11579         (gnus-summary-display-while-building): Add :version.
11580
11581         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11582         (gnus-get-top-new-news-hook): Add :version.
11583
11584         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11585         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11586
11587         * gnus-registry.el (gnus-registry): Add :version.
11588
11589         * gnus-spec.el (gnus-use-correct-string-widths)
11590         (gnus-make-format-preserve-properties): Add :version.
11591
11592         * gnus.el (gnus-group-charter-alist)
11593         (gnus-group-fetch-control-use-browse-url)
11594         (gnus-install-group-spam-parameters): Add :version.
11595
11596         * gnus-diary.el (gnus-diary): Add :version.
11597
11598         * gnus-delay.el (gnus-delay): Add :version.
11599
11600         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11601         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11602         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11603         Add :version.
11604
11605         * gnus-agent.el (gnus-agent-max-fetch-size)
11606         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11607         (gnus-agent-prompt-send-queue): Add :version.
11608
11609         * deuglify.el (gnus-outlook-deuglify): Add :version.
11610
11611         * html2text.el: Beautify code.  Improve doc strings.  Some
11612         checkdoc cleanup.
11613         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11614
11615 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11616
11617         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11618
11619 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11620
11621         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11622         when package is loaded.
11623
11624         * spam.el (spam-summary-score-preferred-header): Add global preference
11625         for people who want to override the default SpamAssassin over
11626         Bogofilter preference (when both are set).
11627         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11628         (spam-user-format-function-S): Check
11629         spam-summary-score-preferred-header.
11630         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11631         (spam-user-format-function-S): Format the score correctly.
11632
11633 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11636         signature file.  Suggested by Manoj Srivastava
11637         <srivasta@golden-gryphon.com>.
11638
11639         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11640         iso-2022-jp even in the Japanese language environment.
11641         Suggested by Jason Rumney <jasonr@gnu.org>.
11642
11643 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11644
11645         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11646         use the same characters as the dummy marks; make it free from
11647         getting affected by the language environment.
11648         (gnus-summary-read-group-1): Update mark positions only when the
11649         format spec is updated.
11650
11651         * gnus-spec.el (gnus-update-format-specifications): Return a list
11652         of updated types.
11653
11654 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11657         of boundp to check if display-warning is available.
11658
11659 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11660
11661         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11662
11663 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11664
11665         * nnspool.el (nnspool-spool-directory): Use news-path if the
11666         news-directory variable is not bound.
11667
11668         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11669         function instead of display-warning if it is not available.
11670
11671 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11672
11673         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11674         v5-10: Use `point-at-bol'.
11675
11676 2004-10-26  Simon Josefsson  <jas@extundo.com>
11677
11678         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11679         <chenggao@gmail.com>.
11680
11681 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11682
11683         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11684         instead.
11685
11686 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11687
11688         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11689         to remove a server from the nnimap-server-buffer-alist.
11690         (nnimap-open-connection, nnimap-close-server): Use it.
11691
11692         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11693
11694 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11697         running the major-mode function.
11698
11699 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11702         dummy marks in the right way.
11703
11704 2004-10-18  David Edmondson  <dme@dme.org>
11705
11706         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11707         excessively.
11708
11709 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11710
11711         * gnus-util.el (gnus-split-references): Accept a nil references
11712         string and go on blissfully.
11713
11714         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11715         cases where the references string is non-nil but has no references.
11716
11717         * encrypt.el: Add autoload tags.
11718
11719         * spam.el (spam-resolve-registrations-routine): Remove article
11720         from unregistration list too.  Reported by David Hanak
11721         <dhanak@isis.vanderbilt.edu>
11722
11723 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11724
11725         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11726         nil.  Changed custom type.
11727
11728 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11731
11732         * gnus-sum.el (gnus-summary-move-article): Use it.
11733
11734 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11735
11736         * encrypt.el: Add autoload cookies.
11737
11738         * spam.el (spam-backend-article-list-property)
11739         (spam-backend-get-article-todo-list)
11740         (spam-backend-put-article-todo-list)
11741         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11742         Resolve registrations separately.
11743         (spam-register-routine): Format comments.
11744         (spam-unregister-routine, spam-register-routine): Always call with
11745         specific-articles, no default list.
11746         (spam-summary-prepare-exit): Use the spam-classifications function.
11747
11748         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11749         gnus-encrypt.el.
11750
11751         * encrypt.el: Copied from gnus-encrypt.el.
11752
11753         * gnus-encrypt.el: Commented that it's obsolete.
11754
11755 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11758         (gnus-score-save): Use it.
11759
11760         * message.el (message-bury): Use `window-dedicated-p'.
11761
11762 2004-10-15  Simon Josefsson  <jas@extundo.com>
11763
11764         * pop3.el (top-level): Don't require nnheader.
11765         (pop3-read-timeout): Add.
11766         (pop3-accept-process-output): Add.
11767         (pop3-read-response, pop3-retr): Use it.
11768
11769 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11770
11771         * spam.el (spam-register-routine): Move comment.
11772         (spam-verify-bogofilter): Use 'unknown for the initial
11773         spam-bogofilter-valid state, not 'never.
11774
11775         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11776         for netrc-machine.
11777
11778         * nnimap.el (nnimap-open-connection): Use
11779         netrc-machine-user-or-password.
11780
11781 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11782
11783         * gnus-registry.el (gnus-registry-unload-hook):
11784         Set as a variable with add-hook.
11785
11786         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11787         of news-path.
11788
11789         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11790
11791         * spam.el: Delete duplicate `provide'.
11792         (spam-unload-hook): Set as a variable with add-hook.
11793
11794 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11795
11796         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11797         in the doc string.
11798
11799         * message.el (message-ignored-news-headers)
11800         (message-ignored-supersedes-headers)
11801         (message-ignored-resent-headers)
11802         (message-forward-ignored-headers): Improve custom type.
11803
11804 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11805
11806         * message.el (message-tokenize-header): Fix 2004-09-06 change
11807         which used point-min in the wrong place.
11808
11809 2004-10-12  Simon Josefsson  <jas@extundo.com>
11810
11811         * tls.el (tls-certtool-program): New variable.
11812         (tls-certificate-information): New function, based on
11813         ssl-certificate-information.
11814
11815 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * compface.el: Move the version of ELisp-based uncompface program
11818         to the contrib directory because of the copyright problem.
11819
11820 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * message.el (message-kill-buffer): Raise the current frame.
11823
11824 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11827
11828         * gnus.el (message-y-or-n-p): Autoload.
11829
11830         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11831         (pop3-password-required, pop3-authentication-scheme)
11832         (pop3-leave-mail-on-server): Made customizable.
11833         (pop3): New custom group.
11834         (pop3-retr): Remove `sleep-for' statements.
11835         Suggested by Dave Love <fx@gnu.org>.
11836
11837         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11838         Windows/DOS.
11839
11840         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11841         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11842         Dave Love <fx@gnu.org>.
11843
11844         * mml.el (mml-minibuffer-read-disposition): Require match.
11845         Suggested by Dave Love <fx@gnu.org>.
11846
11847 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11850         doc string.
11851
11852 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11855
11856 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11857
11858         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11859         instead of calling `mm-insert-inline', to decode text/* parts
11860         before displaying them.
11861
11862 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * mm-uu.el (mm-uu-text-plain-type): New variable.
11865         (mm-uu-pgp-signed-extract-1): Use it.
11866         (mm-uu-pgp-encrypted-extract-1): Use it.
11867         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11868         bind mm-uu-text-plain-type with that value.
11869         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11870         mm-uu-dissect.
11871
11872 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * gnus-group.el (gnus-update-group-mark-positions):
11875         * gnus-sum.el (gnus-update-summary-mark-positions):
11876         * message.el (message-check-news-body-syntax):
11877         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11878         of string-as-multibyte.
11879
11880 2004-10-05  Juri Linkov  <juri@jurta.org>
11881
11882         * gnus-group.el (gnus-update-group-mark-positions):
11883         * gnus-sum.el (gnus-update-summary-mark-positions):
11884         * message.el (message-check-news-body-syntax):
11885         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11886         8-bit unibyte values to a multibyte string for search functions.
11887
11888 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11889
11890         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11891         (mm-uu-dissect-text-parts): New function.
11892
11893         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11894         dissect text parts.
11895
11896         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11897         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11898
11899         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11900
11901         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11902         gnus-current-topics instead of gnus-current-topic.
11903
11904 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11905
11906         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11907
11908 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11909
11910         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11911         where approriate.
11912
11913         * nnml.el (nnml-generate-active-info): do.
11914
11915         * nndiary.el (nndiary-generate-active-info): do.
11916
11917         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11918         (gnus-topic-move): do.
11919
11920         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11921         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11922
11923         * gnus-srvr.el (gnus-server-prepare)
11924         (gnus-server-open-all-servers): do.
11925
11926         * gnus-msg.el (gnus-summary-cancel-article)
11927         (gnus-summary-resend-message)
11928         (gnus-summary-mail-crosspost-complaint): do.
11929
11930         * gnus-move.el (gnus-change-server): do.
11931
11932         * gnus-group.el (gnus-group-unmark-all-groups)
11933         (gnus-group-set-current-level): do.
11934
11935 2004-10-04  Simon Josefsson  <jas@extundo.com>
11936
11937         * message.el (message-generate-hashcash): Doc fix.
11938
11939 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11940
11941         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11942         avoid infinite recursion via gnus-get-function.
11943
11944 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11945
11946         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11947
11948         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11949
11950         * nnmail.el (nnmail-split-history): do.
11951
11952         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11953         (nnml-request-delete-group): do.
11954
11955         * nnslashdot.el (nnslashdot-read-groups): do.
11956
11957         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11958         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11959
11960         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11961         (nnspool-sift-nov-with-sed): Use last.
11962         (nnspool-retrieve-headers-with-nov): Use mapc.
11963         (nnspool-request-newgroups): Use dolist.
11964         (nnspool-request-group): Use last.
11965
11966         * nntp.el (nntp-read-server-type): Use dolist.
11967
11968         * nnvirtual.el (nnvirtual-create-mapping)
11969         (nnvirtual-update-read-and-marked): Use dolist.
11970         (nnvirtual-convert-headers): Simplify.
11971
11972 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11973
11974         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11975         support for sync'ing tick marks.
11976
11977 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11978
11979         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11980         there's no visible header.
11981
11982 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11983
11984         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11985         necessary, pass full group name to gnus-request-set-marks.
11986
11987 2004-10-01  Simon Josefsson  <jas@extundo.com>
11988
11989         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11990         acroread.
11991
11992 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11993
11994         * spam-report.el (spam-report-gmane): Fix interactive.
11995
11996         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11997
11998         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11999         when writing file.
12000         (gnus-agent-synchronize-flags): Don't default to being
12001         interactive.
12002
12003 2004-09-30  Simon Josefsson  <jas@extundo.com>
12004
12005         * message.el (message-generate-hashcash): Add.
12006         (message-send-mail): Use it, call mail-add-payment.
12007
12008 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12009
12010         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12011
12012 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12013
12014         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12015         gnus-requst-update-info with explicit code to sync the in-memory
12016         info read flags with the marks being sync'd to the backend.
12017
12018         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12019
12020 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12021
12022         * spam.el (spam-verify-bogofilter): Add new function.
12023         (spam-check-bogofilter)
12024         (spam-bogofilter-register-with-bogofilter): Use it.
12025         (spam-verify-bogofilter): Add small fixes.
12026
12027 2004-09-28  Simon Josefsson  <jas@extundo.com>
12028
12029         * hashcash.el (hashcash-generate-payment): Revert.
12030
12031 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12032
12033         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12034         gnus-extract-references instead of gnus-split-references.
12035
12036         * gnus-util.el (gnus-extract-references): Add new function, analogous
12037         to gnus-split-references but extracts only the message-ID without
12038         anything extra.
12039
12040         * hashcash.el (hashcash-generate-payment)
12041         (hashcash-check-payment): Do the right thing if hashcash-path is
12042         nil (because the hashcash program could not be found).
12043
12044         * spam.el (spam-use-hashcash): Remove comment.
12045
12046 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12047
12048         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12049         (gnus-cache-enter-article, gnus-cache-remove-article)
12050         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12051
12052         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12053
12054         * gnus-art.el (article-hide-boring-headers)
12055         (article-translate-strings, article-display-face)
12056         (gnus-article-mime-match-handle-first)
12057         (gnus-article-highlight-headers)
12058         (gnus-article-add-buttons-to-head): do.
12059
12060 2004-09-27  Simon Josefsson  <jas@extundo.com>
12061
12062         * hashcash.el: New version, from
12063         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12064         ../contrib/.
12065
12066 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12069
12070 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12071
12072         * gnus-dup.el (gnus-dup-open): Use mapc.
12073         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12074
12075         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12076         Reported by Stefan Wiens <s.wi@gmx.net>.
12077
12078         * gnus.el (gnus-shutdown): Use dolist.
12079
12080         * gnus-undo.el (gnus-undo): Use mapc.
12081
12082         * nnrss.el (nnrss-generate-active): do.
12083
12084         * message.el (message-cite-original-without-signature)
12085         (message-cite-original): Use mapc.
12086         (message-do-actions, message-make-forward-subject): Use dolist.
12087
12088 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12089
12090         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12091         deletion to remove entire duplicate line.  Fixes merged article
12092         number bug.
12093
12094 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12095
12096         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12097         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12098         first ask if you want to open a server and then, even when you
12099         responded with no, asking if you want to synchronize the server's
12100         flags.
12101         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12102         multi-line expressions.
12103         (gnus-agent-synchronize-group-flags): New internal function.
12104         Updates marks in memory (in the info structure) AND in the
12105         backend.
12106
12107         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12108
12109         * nnagent.el (nnagent-request-set-mark): Use
12110         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12111         method, to ensure that synchronization updates marks in the
12112         backend and in the info (in memory) structure.
12113
12114 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12115
12116         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12117         convention fully; don't miss the root article of a thread; make
12118         the X-Draft-From header with correct article numbers.
12119
12120 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12121
12122         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12123         unless plugged.  Disable the agent so that an open failure causes
12124         an error.
12125
12126         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12127         Reverted 2004-09-21 change.  The backend must be opened while
12128         synchronizing flags even when the backend stores the flags
12129         locally.
12130
12131 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12132
12133         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12134         in `header' match.  Reported by Svend Tollak Munkejord.
12135
12136         * message.el (message-cite-original): Fix use of
12137         `message-cite-articles-with-x-no-archive'.
12138
12139 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12140
12141         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12142         (gnus-window-to-buffer): Ditto.
12143
12144         * mml.el (mml-preview-buffer): New variable.
12145         (mml-preview): Manage window layout with gnus-buffer-configuration.
12146
12147         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12148         X-Draft-From header even if those articles aren't quoted.
12149
12150 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12151
12152         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12153         (gnus-request-set-mark, gnus-request-update-mark): Use new
12154         g-s-t-u-l-m to decide to use backend even when unplugged.
12155
12156 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12157
12158         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12159         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12160
12161 2004-09-20  Simon Josefsson  <jas@extundo.com>
12162
12163         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12164         "utf-16-le".
12165
12166 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12167
12168         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12169
12170 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12171
12172         * uudecode.el (uudecode-use-external): Add :version.
12173
12174         * smime.el (smime-CA-file, smime-encrypt-cipher)
12175         (smime-dns-server): Add :version.
12176
12177         * smiley.el (gnus-smiley-file-types): Add :version.
12178
12179         * sha1.el (sha1-use-external): Add :version.
12180
12181         * pgg-def.el (pgg-query-keyserver): Add :version.
12182
12183         * nnmail.el (nnmail-fancy-expiry-targets)
12184         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12185         Add :version.
12186
12187         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12188         (nnimap-retrieve-groups-asynchronous): Add :version.
12189         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12190
12191         * mml.el (mml-content-disposition-parameters)
12192         (mml-insert-mime-headers-always): Add :version.
12193
12194         * mm-util.el (mm-coding-system-priorities): Add :version.
12195
12196         * mm-decode.el (mm-inline-text-html-with-images)
12197         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12198         (mm-verify-option): Add :version.
12199         (mm-text-html-renderer): Change :version.
12200
12201         * message.el (message-fcc-externalize-attachments)
12202         (message-required-headers, message-draft-headers)
12203         (message-subject-trailing-was-query)
12204         (message-subject-trailing-was-ask-regexp)
12205         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12206         (message-mark-insert-end, message-archive-header)
12207         (message-archive-note, message-cross-post-default)
12208         (message-cross-post-note, message-followup-to-note)
12209         (message-cross-post-note-function, message-use-mail-followup-to)
12210         (message-subscribed-address-functions)
12211         (message-subscribed-address-file, message-subscribed-addresses)
12212         (message-subscribed-regexps, message-allow-no-recipients)
12213         (message-yank-cited-prefix, message-signature-insert-empty-line)
12214         (message-hidden-headers, message-hierarchical-addresses)
12215         (message-mail-user-agent, message-use-idna)
12216         (message-valid-fqdn-regexp)
12217         (message-strip-special-text-properties, message-header-synonyms)
12218         (message-beginning-of-line, message-tab-body-function): Add :version.
12219         (message-insert-canlock, message-wide-reply-confirm-recipients):
12220         Change :version.
12221
12222         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12223         and :version.
12224         (mail-source-delete-old-incoming-confirm)
12225         (mail-source-movemail-program): Add :version.
12226
12227         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12228         (gnus-agent-cache, gnus-agent): Change :version.
12229
12230         * gnus-util.el (gnus-use-byte-compile): Change :version.
12231
12232         * gnus-sum.el (gnus-summary-make-false-root-always)
12233         (gnus-summary-default-high-score)
12234         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12235         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12236         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12237         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12238         (gnus-sum-thread-tree-single-indent)
12239         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12240         (gnus-sum-thread-tree-leaf-with-other)
12241         (gnus-sum-thread-tree-single-leaf): Add :version.
12242         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12243         (gnus-article-loose-mime): Change :version.
12244
12245         * gnus-start.el (gnus-backup-startup-file)
12246         (gnus-save-startup-file-via-temp-buffer): Add :version.
12247
12248         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12249         (gnus-server-offline-face): Add :version.
12250
12251         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12252
12253         * gnus-msg.el (gnus-gcc-externalize-attachments)
12254         (gnus-debug-files, gnus-debug-exclude-variables)
12255         (gnus-discouraged-post-methods): Change :version.
12256         (gnus-confirm-mail-reply-to-news)
12257         (gnus-confirm-treat-mail-like-news): Add :version.
12258
12259         * gnus-int.el (gnus-server-unopen-status): Add :version.
12260
12261         * gnus-group.el (gnus-group-jump-to-group-prompt)
12262         (gnus-large-ephemeral-newsgroup)
12263         (gnus-fetch-old-ephemeral-headers): Add :version.
12264
12265         * gnus-fun.el (gnus-x-face-directory)
12266         (gnus-convert-pbm-to-x-face-command)
12267         (gnus-convert-image-to-x-face-command)
12268         (gnus-convert-image-to-face-command): Add :version.
12269
12270         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12271
12272         * gnus-cite.el (gnus-cite-blank-line-after-header)
12273         (gnus-article-boring-faces): Add :version.
12274
12275         * gnus-art.el (gnus-buttonized-mime-types)
12276         (gnus-inhibit-mime-unbuttonizing)
12277         (gnus-treat-display-face)
12278         (gnus-treat-body-boundary): Change :version.
12279         (gnus-body-boundary-delimiter, gnus-picon-databases)
12280         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12281         (gnus-treat-date-english, gnus-treat-fold-headers)
12282         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12283         (gnus-treat-mail-picon, gnus-treat-wash-html)
12284         (gnus-article-encrypt-protocol)
12285         (gnus-use-idna, gnus-article-over-scroll)
12286         (gnus-mime-display-multipart-alternative-as-mixed)
12287         (gnus-mime-display-multipart-related-as-mixed)
12288         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12289         (gnus-ctan-url, gnus-button-ctan-handler)
12290         (gnus-button-handle-ctan-bogus-regexp)
12291         (gnus-button-ctan-directory-regexp)
12292         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12293         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12294         (gnus-button-man-level, gnus-button-emacs-level)
12295         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12296
12297         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12298         (gnus-agent-go-online): Change :version.
12299         (gnus-agent-expire-unagentized-dirs)
12300         (gnus-agent-auto-agentize-methods): Add :version.
12301
12302         * flow-fill.el (fill-flowed-display-column)
12303         (fill-flowed-encode-column): Add :version.
12304
12305         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12306         (gnus-outlook-deuglify-unwrap-max)
12307         (gnus-outlook-deuglify-cite-marks)
12308         (gnus-outlook-deuglify-unwrap-stop-chars)
12309         (gnus-outlook-deuglify-no-wrap-chars)
12310         (gnus-outlook-deuglify-attrib-cut-regexp)
12311         (gnus-outlook-deuglify-attrib-verb-regexp)
12312         (gnus-outlook-deuglify-attrib-end-regexp)
12313         (gnus-outlook-display-hook): Add :version.
12314
12315         * binhex.el (binhex-use-external): Add :version.
12316
12317 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12318
12319         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12320         and `invisible'.
12321
12322 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12323
12324         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12325         in gnus-registry-trim.
12326
12327 2004-09-13  Simon Josefsson  <jas@extundo.com>
12328
12329         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12330
12331         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12332
12333         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12334         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12335         <yamaoka@jpl.org>.
12336         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12337         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12338         <yamaoka@jpl.org>.
12339
12340         * sieve.el (sieve-manage-mode): Ditto.
12341
12342 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12343
12344         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12345
12346 2004-09-11  Simon Josefsson  <jas@extundo.com>
12347
12348         * dns-mode.el: Add.
12349
12350         * mm-view.el (mm-display-dns-inline): Add.
12351
12352         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12353         (mm-automatic-display): Ditto.
12354
12355         * mailcap.el (mailcap-mime-data): Add text/dns.
12356         (mailcap-mime-extensions): Map .soa to text/dns.
12357
12358 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12359
12360         * gnus-art.el (article-decode-mime-words, article-babel)
12361         (gnus-article-highlight-signature, gnus-article-add-buttons)
12362         (gnus-signature-toggle): Remove unnecessary bindings of
12363         `inhibit-read-only' inherited from v5.10 merge.
12364
12365 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * nntp.el (nntp): New customization group.
12368         (nntp-authinfo-file): Add customization group.
12369
12370         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12371
12372         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12373
12374         * gnus.el (to-address, to-list, subscribed)
12375         (large-newsgroup-initial): Ditto.
12376
12377         * flow-fill.el (fill-flowed-display-column)
12378         (fill-flowed-encode-column): Ditto.
12379
12380 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12381
12382         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12383         Use point-min rather than 1.
12384         (message-send-mail): Use buffer-size rather than point-max.
12385
12386         * gnus-sum.el (gnus-summary-search-article-forward):
12387         Signal a specific `search-failed' rather than a generic `error'.
12388
12389         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12390         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12391         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12392
12393 2004-09-10  Simon Josefsson  <jas@extundo.com>
12394
12395         * nndb.el (require): Remove tcp and duplicate cl.
12396
12397 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12398
12399         * gnus-agent.el (directory-files-and-attributes): Move forward.
12400
12401 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12402
12403         * gnus-agent.el (directory-files-and-attributes): Optionally
12404         defined to support XEmacs.
12405
12406 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12407
12408         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12409         to avoid run-time CL dependencies.
12410         (gnus-agent-unfetch-articles): New function.
12411         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12412         article numbers even when local .overview file is missing.
12413         (gnus-agent-read-article-number): New function.  Only accepts
12414         27-bit article numbers.
12415         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12416         gnus-agent-read-article-number.
12417         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12418         from backend while recognizing that article numbers in .overview
12419         must be valid.
12420         (gnus-agent-update-files-total-fetched-for): Use
12421         directory-files-and-attributes to improve performance.
12422         * gnus-int.el (gnus-request-move-article): Use
12423         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12424         improve performance.
12425
12426         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12427         some users confused by references to .newsrc when they only have a
12428         .newsrc.eld file.
12429         (gnus-convert-mark-converter-prompt)
12430         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12431         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12432         New function.  Used internally to only display 'gnus converting
12433         files' message when actually necessary.
12434
12435         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12436         methods now autoloaded.
12437
12438 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12441         identifiers.
12442
12443 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12444
12445         * gnus-picon.el: Fix indentation and closing parenthesis.
12446
12447 2004-09-01  Simon Josefsson  <jas@extundo.com>
12448
12449         * message.el (message-canlock-generate): Require sha1, not
12450         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12451         to require within a function.  Sadly, if sha1.el isn't loaded, the
12452         let binding in m-c-g will hide the defcustom definition, which is
12453         bad.)
12454
12455         * canlock.el: Require sha1, not sha1-el.
12456
12457         * message.el: Don't autoload sha1 (there is a autoload cookie in
12458         sha1.el).
12459
12460         * sha1-el.el: Renamed to sha1.el.
12461
12462 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12463
12464         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12465
12466 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12467
12468         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12469
12470 2004-08-30  Kim F. Storm  <storm@cua.dk>
12471
12472         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12473
12474         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12475         Add :group 'nnimap.
12476
12477 2004-08-30  Andreas Schwab  <schwab@suse.de>
12478
12479         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12480         ?* and ?\;.
12481
12482         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12483         and ?\' to symbol instead of whitespace.
12484
12485 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12488
12489         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12490         instead of re-search-forward.
12491
12492         * gnus-uu.el (gnus-uu-save-article): Ditto.
12493         (gnus-uu-post-encode-uuencode): Ditto.
12494
12495         * html2text.el (html2text-clean-list-items): Ditto.
12496         (html2text-clean-dtdd): Ditto.
12497         (html2text-format-tags): Ditto.
12498
12499         * message.el (message-send-mail-with-sendmail): Fix regexp.
12500         (message-fill-field-general): Use search-forward instead of
12501         re-search-forward.
12502         (unbold-region): Ditto.
12503
12504         * nnrss.el (nnrss-request-article): Ditto.
12505
12506         * nnslashdot.el (nnslashdot-request-article): Ditto.
12507
12508         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12509
12510         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12511         "Unrecognized menu descriptor" error in XEmacs.
12512
12513 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12514
12515         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12516         parent article of a sparse article in the thread hashtb.
12517
12518 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12519
12520         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12521         (nnmail-expand-newtext): Lowercase expanded entries if
12522         nnmail-split-lowercase-expanded is non-nil.
12523
12524 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12525
12526         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12527
12528         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12529         of gnus-tmp-news-method into string under XEmacs.  It will be
12530         passed to gnus-correct-length which takes only a string argument.
12531
12532 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12533
12534         * gnus-util.el (gnus-bind-print-variables): New macro.
12535         (gnus-prin1): Use it.
12536         (gnus-prin1-to-string): Use it.
12537         (gnus-pp): New function.
12538         (gnus-pp-to-string): New function.
12539
12540         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12541         Replace pp-to-string with gnus-pp-to-string.
12542         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12543         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12544         * gnus-msg.el (gnus-debug): Ditto.
12545         * gnus-score.el (gnus-score-save): Ditto.
12546         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12547         gnus-pp-to-string.
12548         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12549         with gnus-pp.
12550         * score-mode.el (gnus-score-pretty-print): Ditto.
12551         * webmail.el (webmail-debug): Ditto.
12552
12553 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * gnus-art.el (article-display-face, article-display-x-face):
12556         Use buffer-read-only.
12557
12558 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12559
12560         * gnus-art.el (article-hide-list-identifiers):
12561         Bind inhibit-read-only as t.
12562
12563 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12564
12565         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12566
12567 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12568
12569         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12570         (gnus-narrow-to-page): Don't assume point-min == 1.
12571         (gnus-article-edit-mode): Derive from message-mode.
12572
12573         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12574         point-min == 1.
12575
12576         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12577         Disable incorrect use of `assert'.
12578
12579         * message.el (message-mode): Set comment-start-skip.
12580
12581
12582 2004-08-22  Sam Steingold  <sds@gnu.org>
12583
12584         * pop3.el (pop3-leave-mail-on-server): New user variable.
12585         (pop3-movemail): Delete mail only when it is nil.
12586
12587 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12588
12589         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12590
12591         * mml.el (mml-preview): Use `pop-to-buffer'.
12592
12593         * message.el (message-goto-mail-followup-to): Insert after "To".
12594         (message-carefully-insert-headers): Add comment.
12595
12596         * gnus.el: Remove unused variable `gnus-article-check-size'.
12597
12598         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12599
12600         * gnus-art.el (gnus-button-alist): Improve
12601         `gnus-button-handle-library' entry.
12602
12603 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12604
12605         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12606         downcase, since XEmacs capitalizes error messages differently.
12607
12608 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12609
12610         * nntp.el: Add (require 'gnus) due to reference to
12611         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12612
12613 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12614
12615         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12616         `mm-fill-flowed'.
12617
12618         * mm-decode.el (mm-dissect-singlepart): Check it.
12619
12620 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12621
12622         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12623         'imap' for netrc parsing.
12624
12625 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12626
12627         * mailcap.el (mailcap-mime-data): Mark as risky.
12628
12629 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12630
12631         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12632         may be included in the encoded word.
12633         (rfc2047-encode): Don't append a space if the encoded word
12634         includes close parenthesis.
12635
12636 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12639         of text within parentheses.
12640
12641 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12642
12643         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12644         (gnus-encrypt-write-file-contents): Make the password key the file
12645         name PLUS the cipher, not just the cipher.  Also remove failed
12646         passwords from the cache.
12647
12648 2004-08-06  Simon Josefsson  <jas@extundo.com>
12649
12650         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12651         fix.
12652
12653 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12656         LWSP.
12657
12658 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12659
12660         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12661         to append in-reply-to: data to the references: header.
12662
12663         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12664         (netrc-parse): Use gnus-encrypt.el functions.
12665
12666         * gnus-encrypt.el: Add new file for encryption support; currently
12667         does only a few GPG ciphers and an internal XOR cipher.
12668
12669         * password.el: Add comments on using password-read-and-add.
12670         (password-read-and-add): Add function to read and add the
12671         password to the cache at once.
12672
12673 2004-07-28  Simon Josefsson  <jas@extundo.com>
12674
12675         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12676         parameter (but don't use it, for now).
12677
12678         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12679         instead of hard coding to nil.
12680
12681 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12684         as mm-inline-image-xemacs does.
12685
12686 2004-07-26  Simon Josefsson  <jas@extundo.com>
12687
12688         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12689         Revert part of 2004-07-17 change below.
12690
12691 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12692
12693         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12694         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12695
12696 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12697
12698         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12699         quotes that actually start with ">" at the beginning of the
12700         lines.
12701
12702 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * rfc2047.el (rfc2047-encode-region): Fix last change.
12705         (rfc2047-encode-parameter): Remove useless concat.
12706
12707 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12708
12709         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12710         encode special characters; fix some kind of misconfigured headers;
12711         signal a real error if debug-on-quit or debug-on-error is non-nil.
12712         (rfc2047-encode-max-chars): New variable.
12713         (rfc2047-encode-1): Use it.
12714         (rfc2047-encode-parameter): New function.
12715
12716         * mml.el (mml-insert-parameter): Remove an excessive space.
12717
12718 2004-07-17  Simon Josefsson  <jas@extundo.com>
12719
12720         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12721         Kai Grossjohann <kai@emptydomain.de>.
12722         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12723         (gnus-group-make-menu-bar): Ditto.
12724
12725         * gnus-util.el (gnus-group-server): Add.
12726
12727 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12728
12729         * message.el (message-clone-locals): Clone sendmail and smtp
12730         variables.
12731
12732 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12733
12734         * rfc2047.el (rfc2047-encode-region): Fix last change.
12735
12736 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12737
12738         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12739         characters as non-special.
12740
12741 2004-07-09  Simon Josefsson  <jas@extundo.com>
12742
12743         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12744         Users will lose all flag changes made while unplugged with
12745         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12746         good default.  See numerous reports on ding mailing list.
12747
12748 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12749
12750         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12751         add generate-head-function and generate-article-function to the
12752         rfc822-forward entry.
12753         (nndoc-rfc822-forward-generate-article): New function.
12754         (nndoc-rfc822-forward-generate-head): New function.
12755
12756         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12757
12758 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12759
12760         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12761         respect display group parameter and gnus-summary-expunge-below.
12762         (gnus-articles-to-read): Remove unused reference to display group
12763         parameter.
12764
12765 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12766
12767         * nnheader.el (nnheader-uniquify-message-id): New experimental
12768         variable.
12769         (nnheader-nov-read-message-id): Use it.
12770
12771         * spam-report.el (spam-report-gmane): Add interactive.
12772
12773 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12774
12775         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12776         qp-or-base64 for the application/* types.
12777
12778 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12779
12780         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12781
12782 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12783
12784         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12785         trim value.
12786
12787 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12788
12789         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12790         New macro and function.
12791         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12792
12793 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12794
12795         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12796         after-load-alist.
12797
12798 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12799
12800         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12801         update info that isn't there.
12802
12803 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12804
12805         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12806         entry.
12807
12808 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12809
12810         * mm-view.el (mm-inline-render-with-function): Use multibyte
12811         buffer; decode html source by charset.
12812
12813         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12814
12815         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12816         Mule-UCS is loaded under XEmacs.
12817         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12818
12819 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12820
12821         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12822
12823 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * mm-util.el (mm-coding-system-p): Return a coding-system.
12826         (mm-mime-mule-charset-alist): Use shift_jis instead of
12827         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12828         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12829         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12830         instead of japanese-shift-jis and iso-latin-1 respectively in
12831         order to share the default value with both Emacs and XEmacs-mule.
12832         (mm-mule-charset-to-mime-charset): Make
12833         mm-coding-system-priorities effective.
12834         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12835         while predicating of candidates upon the priorities.
12836
12837 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12838
12839         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12840         gnus-uu-invert-processable.
12841
12842         * gnus.el: Autoload gnus-uu-invert-processable.
12843
12844 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12845
12846         * mm-util.el (mm-with-multibyte-buffer): New macro.
12847
12848         * rfc2047.el (rfc2047-encode-string): Use it.
12849         (rfc2047-encode-region): Move point to the end of the region after
12850         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12851
12852 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12853
12854         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12855         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12856
12857 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12860         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12861         Karl Chen <quarl@nospam.quarl.org>.
12862
12863 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12864
12865         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12866         invalid addresses.
12867
12868 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12869
12870         * spam.el: Change section markers, revise TODO list.
12871         (spam-backends): Make new master list of all installed backends.
12872         (spam-summary-exit-behavior): Add new variable to determine how
12873         messages moves are done at summary exit.
12874         (spam-move-spam-nonspam-groups-only)
12875         (spam-process-ham-in-nonham-groups)
12876         (spam-process-ham-in-spam-groups): Remove variables, the
12877         spam-summary-exit-behavior variable should be used to manage this
12878         behavior.
12879         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12880         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12881         and spam-old-spam-articles.
12882         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12883         Add empty variables, placeholders for the backends they represent.
12884         (spam-set-difference): Move, unchanged.
12885         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12886         unless the user has a processor variable.
12887         (spam-classifications, spam-classification-valid-p)
12888         (spam-backend-properties, spam-backend-property-valid-p)
12889         (spam-backend-function-type-valid-p)
12890         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12891         (spam-report-articles-gmane, spam-report-articles-resend):
12892         Remove functions, they are not needed.
12893         (spam-install-backend-super, spam-backend-list)
12894         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12895         (spam-backend-function, spam-backend-ham-registration-function)
12896         (spam-backend-spam-registration-function)
12897         (spam-backend-ham-unregistration-function)
12898         (spam-backend-spam-unregistration-function)
12899         (spam-backend-statistical-p, spam-backend-mover-p)
12900         (spam-install-backend-alias, spam-install-checkonly-backend)
12901         (spam-install-mover-backend, spam-install-nocheck-backend)
12902         (spam-install-backend, spam-install-statistical-backend)
12903         (spam-install-statistical-checkonly-backend): Add backend installation
12904         support.
12905         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12906         (spam-group-processor-p): Use the new backend code and respect the
12907         summary exit behavior.
12908         (spam-mark-spam-as-expired-and-move-routine): Remove.
12909         (spam-summary-prepare): Change to use the new spam-old-articles
12910         variable.
12911         (spam-copy-or-move-routine, spam-copy-spam-routine)
12912         (spam-move-spam-routine, spam-copy-ham-routine)
12913         (spam-move-ham-routine): Add code to copy/move ham or spam.
12914         (spam-fetch-field-fast): Improve doc and code, plus allow the
12915         'number request.
12916         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12917         variables.
12918         (spam-split, spam-find-spam): Use the new backend code.
12919         (spam-registration-functions): Remove variable.
12920         (spam-unregister-routine): Add convenience wrapper.
12921         (spam-log-undo-registration, spam-register-routine)
12922         (spam-log-processing-to-registry)
12923         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12924         where possible.
12925         (spam-check-gmane-xref, spam-check-regex-headers)
12926         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12927         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12928         (spam-check-bogofilter-headers, spam-check-spamoracle)
12929         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12930         (spam-check-crm114-headers): Use the spam-split-group that
12931         spam-split prepares, no need to determine it every time.
12932
12933         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12934         to the nnheader-parse-naked-head call.
12935
12936         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12937
12938         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12939         the nnheader-nov-read-message-id call.
12940
12941 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12944         gnus-activate-group twice.  Suggested by Markus Peter
12945         <warp@spin.de>.
12946
12947 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * gnus-art.el (gnus-article-time-format): Exchange the order of
12950         day and month in the default value; fix customization type.
12951         (article-date-ut): Use add-text-properties.
12952         (article-make-date-line): Use message-make-date instead of
12953         current-time-string.
12954
12955         * message.el (message-fetch-field): Don't use set-text-properties.
12956         (message-make-date): Simplify.
12957
12958         * messagexmas.el (message-xmas-make-date): New function.
12959         (message-xmas-redefine): Defalias message-make-date to it.
12960
12961 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12962
12963         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12964         (rfc2047-encode-region): Treat text within parentheses as special;
12965         show the original text when error has occurred.
12966
12967         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12968         already-computed method to gnus-activate-group.
12969
12970         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12971         same select-methods identical Lisp objects.
12972
12973         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12974         object when modifying the info.
12975
12976 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12977
12978         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12979         gnus-opened-servers since it has never been opened with the new
12980         configuration yet.
12981
12982 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12983
12984         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12985         arg to nnheader-generate-fake-message-id.
12986
12987 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12988
12989         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12990         number and build a fake message ID localized to a group and
12991         article number (so it's repeatable from that point on).
12992         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12993         ID format.
12994
12995         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12996         nnheader-generate-fake-message-id with the article number.
12997
12998 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12999
13000         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
13001         end-of-buffer.
13002
13003 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * message.el (message-ignored-supersedes-headers): Add Approved.
13006
13007 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13008
13009         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13010         goto-char.
13011         (rfc2047-encode): Fold the line before encoding.
13012
13013 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13014
13015         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13016         folding -- not all headers can be folded, and this should be done
13017         by the message composition mode.  Probably.  I think.
13018
13019 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13022         fast.
13023
13024         * gnus-ems.el (gnus-remove-image): Don't use
13025         message-text-with-property; remove only the image found first.
13026
13027         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13028         found first.
13029
13030 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13031
13032         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13033
13034 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * message.el (message-text-with-property): Make it fast and accept
13037         optional arguments.
13038         (message-strip-forbidden-properties): Use it.
13039         (message-fix-before-sending): Follow the m-t-w-p change.
13040
13041         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13042
13043 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13044
13045         * gnus-art.el (article-hide-headers): Don't change the buffer
13046         mistakenly when performing mml-preview even if
13047         gnus-single-article-buffer is nil.
13048
13049 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13050
13051         * message.el (message-expand-name-databases): New user option.
13052         (message-expand-name): Use it.
13053
13054 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13055
13056         * spam.el (spam-report-articles-resend)
13057         (spam-report-resend-register-routine): Allow ham reporting.
13058         (spam-report-resend-register-ham-routine): Add wrapper.
13059         (spam-registration-functions): Add ham resending functions.
13060         (spam-list-of-processors): Add ham resend processor.
13061
13062         * gnus.el (ham-resend-to): Add new group parameter.
13063         (spam-process): Add ham resend option.
13064
13065         * spam-report.el (spam-report-resend): Allow reporting ham.
13066         (spam-report-resend-ham): Add wrapper.
13067
13068 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13069
13070         * message.el (message-cite-articles-with-x-no-archive): New
13071         variable.
13072         (message-cite-original): Use it.
13073
13074 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13075
13076         * message.el (message-cite-original): Respect X-No-Archive.
13077
13078 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13079
13080         * gnus-art.el (article-hide-headers): Refer to the values for
13081         gnus-ignored-headers and gnus-visible-headers in the summary
13082         buffer since a user may have set them as group parameters.
13083
13084 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13085
13086         * assistant.el (assistant-node-name): Add convenience function.
13087         (assistant-render-text, assistant-render-node): Add error handling,
13088         plus handle multiple next nodes.
13089         (assistant-find-next-node): Comment out for now.
13090         (assistant-find-next-nodes): Add function, returns list of next
13091         nodes.
13092
13093 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13094
13095         * mail-source.el (mail-source-directory): Fix doc-string.
13096
13097 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13098
13099         * assistant.el (assistant-render-text, assistant-eval): Add :set
13100         widget type, which is different because it takes and returns a
13101         list.  Much hilarity ensues.
13102
13103 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13104
13105         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13106
13107         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13108         doc-string.
13109
13110         * gnus-start.el (gnus-activate-group): Added doc-string.
13111
13112 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13113
13114         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13115
13116 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13117
13118         * assistant.el (assistant-render-text): Try to add a :set
13119         widget, more to come.
13120
13121         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13122         strings.
13123         (spam-report-articles-resend)
13124         (spam-register-routine): Do registration iff any articles warrant
13125         it.
13126         (spam-summary-prepare-exit): Change log message for nil group
13127         destinations.
13128
13129 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13130
13131         * spam.el (spam-report-resend-register-routine): Allow
13132         spam-report-resend-to to be a group parameter or a global value.
13133
13134 2004-05-26  Simon Josefsson  <jas@extundo.com>
13135
13136         * starttls.el: Merge with my GNUTLS based starttls.el.
13137         (starttls-gnutls-program, starttls-use-gnutls)
13138         (starttls-extra-arguments, starttls-process-connection-type)
13139         (starttls-connect, starttls-failure, starttls-success): New
13140         variables.
13141         (starttls-program, starttls-extra-args): Doc fix.
13142         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13143         functions.
13144         (starttls-negotiate, starttls-open-stream): Check
13145         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13146         function if it is set.
13147
13148 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13149
13150         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13151         structured fields.
13152
13153 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13156
13157 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13158
13159         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13160         variable.
13161         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13162         assigning the spam-mark to new messages.
13163
13164 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13165
13166         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13167
13168 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13169
13170         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13171
13172         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13173         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13174         default.
13175
13176 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13177
13178         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13179         correct data.
13180
13181 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13182
13183         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13184         (spam-group-processor-p): Fix function.
13185         (spam-group-processor-multiple-p)
13186         (spam-group-spam-processor-report-gmane-p)
13187         (spam-group-spam-processor-report-resend-p)
13188         (spam-group-spam-processor-bogofilter-p)
13189         (spam-group-spam-processor-blacklist-p)
13190         (spam-group-spam-processor-ifile-p)
13191         (spam-group-ham-processor-ifile-p)
13192         (spam-group-spam-processor-spamoracle-p)
13193         (spam-group-spam-processor-crm114-p)
13194         (spam-group-ham-processor-bogofilter-p)
13195         (spam-group-spam-processor-stat-p)
13196         (spam-group-ham-processor-stat-p)
13197         (spam-group-ham-processor-whitelist-p)
13198         (spam-group-ham-processor-BBDB-p)
13199         (spam-group-ham-processor-spamoracle-p)
13200         (spam-group-ham-processor-copy-p): Remove functions with some
13201         prejudice against unneeded code.
13202         (spam-report-articles-resend)
13203         (spam-report-resend-register-routine): Allow the group/topic
13204         spam-resend-to value to override spam-report-resend-to.
13205         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13206         properly now.
13207
13208         * gnus.el (spam-resend-to): Add group/topic parameter.
13209         (spam-process): Move the OBSOLETE processors to the end of the
13210         choices.
13211
13212 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13213
13214         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13215         with resend-to set to nil, and then ask the user if necessary.
13216         (spam-report-resend): spam-report-resend takes a list of articles, not
13217         separate article numbers.
13218
13219 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13220
13221         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13222         addition to emacs-w3m.
13223
13224 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13225
13226         * assistant.el (assistant-authinfo-data): New function.
13227         (assistant-eval): Eval for entire assistant.
13228
13229         * netrc.el (netrc-services-file): New variable.
13230         (netrc-parse-services): New function.
13231         (netrc-find-service-name): New function.
13232         (netrc-find-service-number): New function.
13233         (netrc-port-equal): New function.
13234         (netrc-machine): Use it.
13235
13236         * nnimap.el (nnimap-open-connection): Use netrc.
13237
13238         * gnus-util.el (gnus-netrc-get): Remove aliases.
13239
13240         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13241
13242         * assistant.el (wid-edit): Fix compilation.
13243
13244         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13245
13246 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13247
13248         * gnus-util.el (gnus-set-file-modes): New function.  (small
13249         patch).
13250
13251 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13252
13253         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13254
13255         * assistant.el (assistant-render-node): Fix up rendering and
13256         read-only text.
13257         (assistant-render-node): Reset.
13258         (assistant-make-read-only): Not sticky.
13259
13260 2004-05-20  Danny Siu  <dsiu@adobe.com>
13261
13262         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13263         centered even when gnus-auto-center-summary is t.
13264
13265 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13266
13267         * dns.el (dns-get-txt-answer): New function.
13268         (dns-read-txt): Ditto.
13269         (query-dns): Use it.
13270
13271 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13272
13273         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13274         active for foreign groups even if the group level is higher than
13275         the specified value.
13276
13277 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13278
13279         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13280         non-active groups.
13281
13282         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13283
13284 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13285
13286         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13287
13288 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13289
13290         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13291         (spam-crm114-header, spam-crm114-spam-switch)
13292         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13293         (spam-crm114-positive-spam-header)
13294         (spam-crm114-database-directory, spam-list-of-processors)
13295         (spam-group-spam-processor-crm114-p)
13296         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13297         (spam-generic-score, spam-list-of-checks)
13298         (spam-list-of-statistical-checks, spam-registration-functions)
13299         (spam-check-crm114-headers, spam-crm114-score)
13300         (spam-check-crm114, spam-crm114-register-with-crm114)
13301         (spam-crm114-register-spam-routine)
13302         (spam-crm114-unregister-spam-routine)
13303         (spam-crm114-register-ham-routine)
13304         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13305         asjo@koldfront.dk (Adam Sjøgren).
13306
13307         * gnus.el: Add spam-use-crm114.
13308
13309         * spam.el (spam-list-of-processors, spam-registration-functions):
13310         Add spam-use-resend.
13311         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13312         (spam-report-articles-gmane): Add doc fix.
13313         (spam-report-articles-resend, spam-report-resend-register-routine):
13314         Add wrappers around spam-report-resend-to.
13315
13316         * spam-report.el (spam-report-resend-to, spam-report-resend):
13317         Add support for resending spam.
13318         (spam-report-gmane): Fix line length >80.
13319
13320         * gnus.el (spam-process): Add spam-use-resend.
13321
13322 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13323
13324         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13325         number of processed spam messages.
13326         (spam-ham-copy-or-move-routine): Return the number of processed
13327         ham messages.
13328         (spam-summary-prepare-exit): Use the above values to decide
13329         whether status messages shouled be displayed.
13330
13331 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13334         `rfc2047-encoding-function-alist' in order to avoid conflicting
13335         with the old version.
13336         (rfc2047-encode-region): Concatenate words containing non-ASCII
13337         characters in structured fields; don't encode space-delimited
13338         ASCII words even in unstructured fields; don't break words at
13339         char-category boundaries.
13340         (rfc2047-encode-1): New function.
13341         (rfc2047-encode): Use it; encode text so that it occupies the
13342         maximum width within 76-column; work correctly on Q encoding for
13343         iso-2022-* charsets.
13344         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13345         sure not to break a line just after the header name.
13346         (rfc2047-b-encode-region): Removed.
13347         (rfc2047-b-encode-string): New function.
13348         (rfc2047-q-encode-region): Removed.
13349         (rfc2047-q-encode-string): New function.
13350
13351         * mm-util.el (mm-replace-in-string): New function.
13352
13353 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13354
13355         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13356         get it right.
13357         (gnus-inews-make-draft): Really.
13358
13359 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13360
13361         * nnmh.el (nnmh-request-list-1): Don't check the link count
13362         before descending.  (small patch)
13363
13364 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13365
13366         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13367         stuff.
13368
13369         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13370         on real group name.
13371
13372         * gnus-art.el (gnus-signature-limit): Doc fix.
13373
13374         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13375
13376         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13377
13378 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13379
13380         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13381         isn't a string.
13382
13383 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13384
13385         * gnus-draft.el (gnus-draft-send): Bind
13386         rfc2047-encode-encoded-words.
13387
13388         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13389         (rfc2047-encodable-p): Say that =? needs encoding.
13390         (rfc2047-encode-encoded-words): New variable.
13391
13392         * gnus-group.el (gnus-group-select-group): Doc fix.
13393
13394         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13395
13396         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13397         to nil.
13398
13399         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13400
13401         * nnheader.el (nnheader-get-lines-and-char): New function.
13402
13403 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13404
13405         * gnus-msg.el (gnus-summary-followup-with-original): Document
13406         yanking of region when active.
13407
13408 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13411         groups if the group level is higher than the specified value.
13412
13413 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13414
13415         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13416         (gnus-group-jump-to-group): Added prefix argument using
13417         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13418         non-active group.
13419
13420         * compface.el (uncompface): Be verbose when changing
13421         `uncompface-use-external'.
13422
13423         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13424         handle manual section.
13425
13426 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13427
13428         * gnus-art.el (gnus-button-alist): Revert previous change.
13429
13430 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13431
13432         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13433
13434 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13435
13436         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13437         whether backend can accept message.
13438
13439         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13440
13441 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13442
13443         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13444         Avoid creating directory when nntp-marks-is-evil is true.
13445         Reported by Reiner Steib.
13446
13447 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13448
13449         * gnus-picon.el (gnus-picon-style): New variable.
13450         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13451         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13452         Jesper Harder <harder@ifa.au.dk>.
13453
13454 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13455
13456         * message.el (message-fill-field): Return point.
13457         (message-generate-headers): Go to end of field.
13458
13459         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13460         stuff for non-living groups.
13461
13462 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13463
13464         * gnus-art.el (gnus-article-followup-with-original)
13465         (gnus-article-reply-with-original): gnus-mark-active-p ->
13466         gnus-region-active-p.
13467
13468 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13469
13470         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13471         only when there is spam or ham to be processed.
13472
13473 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13474
13475         * mail-source.el (mail-source-delete-crash-box): Refactor.
13476         (mail-source-fetch): Use it.
13477         (mail-source-fetch-file): Ditto.
13478         (mail-source-fetch-directory): Run postscript in loop.
13479         (mail-source-fetch-pop): Delete.
13480         (mail-source-fetch-maildir): Ditto.
13481         (mail-source-fetch-imap): Ditto.
13482
13483         * imap.el (imap-authenticators): Comment out sasl.
13484
13485         * message.el (message-skip-to-next-address): New function.
13486         (message-fill-header-address): Refactor.
13487         (message-fill-address): Use it.
13488         (message-delete-address): Use it.
13489         (message-fill-header-general): Refactor.
13490         (message-fill-field-address): Rename.
13491         (message-narrow-to-field): Find the start of the header.
13492         (message-header-format-alist): Don't pre-fill.
13493         (message-fill-header): Removed.
13494         (message-insert-header): New function.
13495         (message-shorten-references): Use it.
13496
13497         * rfc2047.el (rfc2047-field-value): Strip props.
13498
13499         * mail-parse.el (mail-header-make-address): New alias.
13500
13501         * ietf-drums.el (ietf-drums-make-address): New function.
13502
13503         * imap.el: Add compiler directives.
13504
13505         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13506
13507         * gnus-art.el (article-decode-idna-rhs): Don't use
13508         message-idna-inside-rhs-p.
13509
13510 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13511
13512         * message.el (message-idna-inside-rhs-p): Removed.
13513         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13514
13515         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13516         false positives.
13517
13518 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13519
13520         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13521
13522 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13523
13524         * nneething.el (nneething-file-name): Don't create spurious
13525         files.
13526
13527         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13528         (gnus-inews-do-gcc): Remove sleep.
13529
13530         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13531         part under point.
13532
13533         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13534         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13535
13536 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13537
13538         * spam.el (spam-summary-prepare-exit): Fixed (length).
13539
13540 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13541
13542         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13543         as expired without moving it" message when there are spam
13544         messages left.
13545
13546 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13547
13548         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13549         header is not nil.
13550
13551 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13552
13553         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13554         nntp-possibly-create-directory, not nntp-possibly-change-group.
13555         (nntp-marks-changed-p): New arg SERVER.
13556         (nntp-request-update-info): Adjust caller.
13557
13558 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13559
13560         * nntp.el (nntp-save-marks): Pass missing arg.
13561
13562 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13563
13564         * nntp.el: Support marks.
13565         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13566         (nntp-marks-modtime, nntp-marks-directory): New variables.
13567         (nntp-request-set-mark, nntp-request-update-info)
13568         (nntp-possibly-create-directory, nntp-marks-changed-p)
13569         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13570         functions.
13571
13572 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13573
13574         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13575         (gnus-xmas-redefine): Rename.
13576
13577         * gnus-score.el (gnus-score-insert-help): Use
13578         gnus-select-lowest-window.
13579
13580         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13581         appt-select-lowest-window and rename to gnus-select-lowest-window.
13582
13583         * gnus.el: do.
13584
13585 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13586
13587         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13588         encodings of MIME-encoded words, in order to improve
13589         interoperability with several broken MUAs.
13590
13591 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13592
13593         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13594         tags, only when charsets are not specified in headers.
13595         (mm-inline-text-html-render-with-w3m): Ditto.
13596
13597         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13598         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13599
13600 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13601
13602         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13603         instead of MIME-decoded from fields when checking
13604         `gnus-article-address-banner-alist'.
13605
13606 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13607
13608         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13609         description rather than subject.
13610
13611 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13612
13613         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13614
13615 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13616
13617         * gnus.el (gnus-version-number): Bump.
13618
13619 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13620
13621         * gnus.el: No Gnus v0.2 is released.
13622
13623 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13624
13625         * gnus-agent.el (gnus-agent-read-agentview): Inline
13626         gnus-uncompress-range.
13627
13628 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13629
13630         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13631         `exec-installed-p'.
13632
13633 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13634
13635         * gnus.el (spam-process, spam-autodetect-methods): Add
13636         bsfilter and bsfilter-headers.
13637
13638         * spam.el (spam-bsfilter): New customize group.
13639         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13640         (spam-bsfilter-header, spam-bsfilter-probability-header)
13641         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13642         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13643         (spam-bsfilter-database-directory): New options.
13644         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13645         (spam-list-of-statistical-checks, spam-registration-functions):
13646         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13647         (spam-bsfilter-score): New command.
13648         (spam-check-bsfilter-headers, spam-check-bsfilter)
13649         (spam-bsfilter-register-with-bsfilter)
13650         (spam-bsfilter-register-spam-routine)
13651         (spam-bsfilter-unregister-spam-routine)
13652         (spam-bsfilter-register-ham-routine)
13653         (spam-bsfilter-unregister-ham-routine): New functions.
13654         (spam-generic-score): Support bsfilter; Accept an optional argument
13655         to recalcurate spam score even if scoring header has already been
13656         added.
13657         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13658         optional argument to recalcurate spam score even if scoring header
13659         has already been added.
13660
13661 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13662
13663         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13664         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13665         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13666         link is missing.
13667
13668 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13669
13670         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13671         (html2text-get-attr): Rewrite.
13672
13673         * message.el (message-setup-1): Remove redundant put-text-property
13674         on mail-header-separator.
13675
13676 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13677
13678         * gnus-registry.el (gnus-registry-cache-whitespace)
13679         (gnus-registry-action, gnus-registry-spool-action)
13680         (gnus-registry-split-fancy-with-parent): Change message levels
13681         from 5 to 3 or 7, as needed.
13682
13683         * spam.el (spam-summary-prepare-exit)
13684         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13685         (spam-split, spam-find-spam, spam-log-undo-registration)
13686         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13687         level from 5 to 6.
13688
13689 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13690
13691         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13692         2004-03-04 change).
13693
13694 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13695
13696         * sieve-manage.el (sieve-manage-open):
13697         * nnweb.el (nnweb-insert-html):
13698         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13699         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13700         * nnspool.el (nnspool-request-group):
13701         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13702         * nnml.el (nnml-request-update-info):
13703         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13704         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13705         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13706         (nnimap-request-set-mark):
13707         * nnfolder.el (nnfolder-request-update-info):
13708         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13709         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13710         * gnus-uu.el (gnus-uu-find-articles-matching):
13711         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13712         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13713         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13714         * gnus-nocem.el (gnus-nocem-scan-groups):
13715         * gnus-int.el (gnus-start-news-server):
13716         * gnus-group.el (gnus-group-make-kiboze-group)
13717         (gnus-group-browse-foreign-server):
13718         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13719         Use mapc when appropriate.
13720
13721 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13722
13723         FIXME: Make separate entries for each person.
13724
13725         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13726         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13727         <shields@msrl.com>:
13728
13729         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13730         may need for spam sorting and scoring.
13731         (spam-user-format-function-S): Add user format function suitable for
13732         general use.
13733         (spam-article-sort-by-spam-status): Add sorting function for summary
13734         sorting.
13735         (spam-extra-header-to-number): Add function to get a score from a
13736         header.
13737         (spam-summary-score): Add function to get a numeric score from the
13738         headers.
13739         (spam-generic-score): Fix function doc, was in wrong place.
13740         (spam-initialize): Take symbols when it's run, and install the
13741         extra headers that spam-necessary-extra-headers thinks we need.
13742
13743 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13744
13745         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13746         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13747
13748 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13749
13750         * gnus-sum.el (gnus-set-global-variables)
13751         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13752         (gnus-article-get-xrefs, gnus-summary-best-group)
13753         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13754         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13755         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13756         Use with-current-buffer.
13757
13758 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13759
13760         * spam.el (spam-summary-prepare-exit): Simplify logic.
13761         (spam-fetch-article-header): Read the article header if it's not
13762         available.
13763         (spam-list-articles): Simplify logic.
13764         (spam-filelist-register-routine): Fix bug with unregister-list.
13765
13766         * gnus-registry.el: Fix comments at beginning.
13767
13768 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13769
13770         * message.el (message-cater-to-broken-inn): Remove.
13771         (message-shorten-references): Make sure the total folded length of
13772         References is shorter than 998 characters to cater to a bug in INN
13773         2.3.  Also, don't pretend that references aren't folded -- this
13774         hasn't worked for a while.
13775
13776 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13777
13778         * gnus-agent.el (gnus-agentize):
13779         gnus-agent-send-mail-real-function no longer set to current value
13780         of message-send-mail-function but rather a lambda that calls
13781         message-send-mail-function.  The change makes the agent real-time
13782         responsive to user changes to message-send-mail-function.
13783
13784 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13785
13786         * legacy-gnus-agent.el
13787         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13788         help from Florian Weimer <fw@deneb.enyo.de>
13789
13790 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13791
13792         * nnmail.el (nnmail-cache-insert): Revert last change.
13793
13794 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13795
13796         * nnmail.el (nnmail-cache-insert): Always check whether
13797         nnmail-cache-ignore-groups matches a group name.
13798
13799 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13800
13801         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13802         (spam-find-spam, spam-log-processing-to-registry)
13803         (spam-log-registered-p, spam-log-unregistration-needed-p)
13804         (spam-log-undo-registration): Use gnus-message instead of
13805         gnus-error, none of these errors are fatal.
13806
13807         * gnus-registry.el (gnus-registry-clean-empty-function)
13808         (gnus-registry-clean-empty): Remove only empty entries without
13809         extra data.
13810
13811 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13812
13813         * spam-stat.el (spam-stat-buffer-change-to-spam)
13814         (spam-stat-buffer-change-to-non-spam): Change (error) to
13815         (gnus-message 8) invocation.
13816
13817 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13818
13819         * nntp.el (nntp-via-netcat-command): New variable.
13820         (nntp-via-netcat-switches): New variable.
13821         (nntp-open-via-rlogin-and-netcat): New function.
13822         (nntp-open-connection-function): Doc fix.
13823         (nntp-telnet-command): Doc fix.
13824         (nntp-end-of-line): Doc fix.
13825         (nntp-via-rlogin-command): Doc fix.
13826         (nntp-via-user-name): Doc fix.
13827         (nntp-via-address): Doc fix.
13828
13829 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13830
13831         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13832         error in Emacs 21.1.
13833
13834 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13835
13836         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13837
13838 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13839
13840         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13841         (gnus-agent-with-refreshed-group): New macro.
13842         (gnus-agent-rename-group): New function.
13843         (gnus-agent-delete-group): New function.
13844         (gnus-agent-save-group-info): Use gnus-command-method when
13845         `method' parameter is nil.  Don't write nil entries into the
13846         active file.
13847         (gnus-agent-get-group-info): New function.
13848         (gnus-agent-fetch-articles): Use
13849         gnus-agent-update-files-total-fetched-for to increment disk space
13850         used.
13851         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13852         gnus-agent-update-view-total-fetched-for to increment disk space
13853         used.
13854         (gnus-agent-get-local): Added optional parameters to avoid calling
13855         gnus-group-real-name and gnus-find-method-for-group.
13856         (gnus-agent-set-local): Delete stored entry if either min, or max,
13857         are nil.
13858         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13859         quit, use gnus-agent-regenerate-group to record existance of any
13860         articles fetched to disk before the quit occurred.
13861         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13862         gnus-agent-update-view-total-fetched-for, and
13863         gnus-agent-update-files-total-fetched-for to decrement disk space
13864         used.
13865         (gnus-agent-retrieve-headers): Use
13866         gnus-agent-update-view-total-fetched-for to increment disk space
13867         used.
13868         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13869         with gnus-agent-update-files-total-fetched-for to decrement disk
13870         space and fresh group buffer.
13871         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13872         (gnus-agent-need-update-total-fetched-for): New variable.
13873         (gnus-agent-update-files-total-fetched-for): New function.
13874         (gnus-agent-update-view-total-fetched-for): New function.
13875         (gnus-agent-total-fetched-for): New function.
13876
13877         * gnus-cache.el (gnus-cache-save-buffers): Use
13878         gnus-cache-update-overview-total-fetched-for to change disk space
13879         used by this group.
13880         (gnus-cache-possibly-enter-article): Use
13881         gnus-cache-update-file-total-fetched-for to increment disk space
13882         used by this group.
13883         (gnus-cache-possibly-remove-article): Use
13884         gnus-cache-update-file-total-fetched-for to decrement disk space
13885         used by this group.
13886         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13887         (gnus-cache-rename-group): New function.
13888         (gnus-cache-delete-group): New function.
13889         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13890         (gnus-cache-need-update-total-fetched-for): New variable.
13891         (gnus-cache-with-refreshed-group): New macro.
13892         (gnus-cache-update-file-total-fetched-for): New function.
13893         (gnus-cache-update-overview-total-fetched-for): New function.
13894         (gnus-cache-rename-group-total-fetched-for): New function.
13895         (gnus-cache-delete-group-total-fetched-for): New function.
13896         (gnus-cache-total-fetched-for): New function.
13897
13898         * gnus-group.el: Require gnus-sum and autoload functions to
13899         resolve warnings when gnus-group.el compiled alone.
13900         (gnus-group-line-format): Documented new %F.
13901         (size of Fetched data) group line format; identifies disk space
13902         used by agent and cache.
13903         (gnus-group-line-format-alist): Defined new F format.
13904         (gnus-total-fetched-for): New function.
13905         (gnus-group-delete-group): No longer update
13906         gnus-cache-active-altered as gnus-request-delete-group now keeps
13907         the cache in sync.
13908         (gnus-group-list-active): Let the agent store a server's active
13909         list if currently plugged.
13910
13911         * gnus-int.el (gnus-request-delete-group):
13912         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13913         local disk in sync with the server.
13914         (gnus-request-rename-group):
13915         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13916         local disk in sync with the server.
13917
13918         * gnus-start.el (gnus-get-unread-articles):
13919         Cosmetic simplification to logic.
13920
13921         * gnus-util.el (gnus-rename-file): New function.
13922
13923 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13924
13925         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13926
13927 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13928
13929         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13930         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13931
13932 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13933
13934         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13935         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13936
13937 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13938
13939         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13940
13941 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13942
13943         * spam.el (spam-set-difference): Add function to replace
13944         gnus-set-difference in spam.el.
13945         (spam-summary-prepare-exit): Use spam-set-difference.
13946
13947 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13948
13949         * gnus-registry.el (gnus-registry-cache-file): Update to use
13950         gnus-dribble-directory OR gnus-home-directory OR ~.
13951         (gnus-registry-split-fancy-with-parent): Fix doc.
13952
13953 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13954
13955         * message.el (message-exchange-point-and-mark): Use
13956         message-mark-active-p.  Suggested by Jesper Harder
13957         <harder@ifa.au.dk>.
13958
13959 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13960
13961         * message.el (message-exchange-point-and-mark): Don't activate
13962         region if it was inactive.  Suggested by Hiroshi Fujishima
13963         <pooh@nature.tsukuba.ac.jp>.
13964
13965 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-art.el (article-display-face): Display Faces in the same
13968         order as X-Faces.
13969
13970 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13973
13974 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13975
13976         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13977         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13978         (gnus-article-mime-hierarchy): Remove.
13979         (gnus-article-mime-hierarchy-next): Remove.
13980         (gnus-article-mode): Revert 2004-03-19 change.
13981         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13982         (gnus-insert-mime-button): Revert 2004-03-19 change.
13983         (gnus-mime-accumulate-hierarchy): Remove.
13984         (gnus-mime-enter-multipart): Remove.
13985         (gnus-mime-leave-multipart): Remove.
13986         (gnus-mime-display-part): Revert 2004-03-19 change.
13987         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13988
13989         * mml.el (mml-preview): Revert 2004-03-19 change.
13990
13991 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13992
13993         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13994
13995 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13998         t while entering a file name using the mm-with-multibyte macro.
13999         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14000
14001         * mm-util.el (mm-with-multibyte): New macro.
14002
14003 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
14006         user option.
14007         (gnus-mime-multipart-functions): Doc and customization fix.
14008         (gnus-article-mime-hierarchy): New variable.
14009         (gnus-article-mime-hierarchy-next): New variable.
14010         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14011         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14012         gnus-article-mime-hierarchy-next to nil.
14013         (gnus-insert-mime-button): Show hierarchy numbers.
14014         (gnus-mime-accumulate-hierarchy): New function.
14015         (gnus-mime-enter-multipart): New function.
14016         (gnus-mime-leave-multipart): New function.
14017         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14018         (gnus-mime-display-alternative): Show hierarchy numbers.
14019
14020         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14021         gnus-article-mime-hierarchy-next to nil.
14022
14023 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14024
14025         * dns.el: Don't require gnus-xmas.
14026
14027 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14028
14029         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14030         inline PGP.
14031         (mml-menu): Disable mml-quote-region if mark is inactive.
14032
14033 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14036         when the group's active is not available.
14037
14038 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14039
14040         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14041         error.
14042
14043 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14044
14045         * imap.el (imap-store-password): New variable.
14046         (imap-interactive-login): Use it.
14047         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14048
14049 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14052         window-start and hscroll to summary window.
14053
14054 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14055
14056         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14057         conversion message to newsrc-dribble when an actual conversion is
14058         performed.
14059
14060 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14061
14062         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14063
14064 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14065
14066         * mm-decode.el (mm-complicated-handles): New function reviving
14067         former definition of mm-multiple-handles.
14068
14069         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14070         (gnus-mime-delete-part): Use it.
14071
14072 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14073
14074         * gnus-agent.el (gnus-agent-read-local): Bind
14075         nnheader-file-coding-system to gnus-agent-file-coding-system to
14076         avoid the implicit assumption that they will always be equal.
14077         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14078         coding-system-for-write, as the with-temp-file macro first prints
14079         to a buffer then saves the buffer.
14080
14081 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14082
14083         * gnus-art.el (gnus-article-edit-part): New function.
14084         (gnus-mime-save-part-and-strip): Use it; do query instead of
14085         signaling an error; don't use mm-multiple-handles.
14086         (gnus-mime-delete-part): Ditto.
14087
14088 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14089
14090         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14091         old file versions.
14092         (gnus-group-prepare-hook): Removed function that converted list
14093         form of gnus-agent-expire-days to group properties.
14094
14095         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14096         (gnus-request-accept-article): Re-indented.
14097
14098         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14099         converters to handle old agent file formats.  Added logic for a
14100         "backup before upgrading warning".
14101         (gnus-convert-mark-converter-prompt): Developers can mark
14102         functions as needing (default), or not needing,
14103         gnus-convert-old-newsrc's "backup before upgrading warning".
14104         (gnus-convert-converter-needs-prompt): Tests whether the user
14105         should be protected from potentially irreversable changes by the
14106         function.
14107
14108         * legacy-gnus-agent.el: New.  Provides converters that are only
14109         loaded when gnus-convert-old-newsrc needs to call them.
14110
14111 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14112
14113         * mail-source.el (mail-source-touch-pop): Doc fix.
14114
14115         * message.el (message-smtpmail-send-it): Doc fix.
14116
14117 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14118
14119         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14120
14121         * nnmail.el (nnmail-split-fancy): do.
14122
14123         * gnus-kill.el (gnus-kill, gnus-execute): do.
14124
14125 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14126
14127         * gnus-sum.el (gnus-widget-reversible-match)
14128         (gnus-widget-reversible-to-internal)
14129         (gnus-widget-reversible-to-external): New functions.
14130         (gnus-widget-reversible): New widget.
14131         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14132
14133 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14134
14135         * gnus-sum.el (gnus-thread-sort-functions)
14136         (gnus-article-sort-functions): Document `(not F)' items.
14137
14138 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14139
14140         * spam.el (spam-use-gmane-xref): Add new backend.
14141         (spam-gmane-xref-spam-group): Add variable to control the name of the
14142         Gmane spam group.
14143         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14144         (spam-regex-headers-spam, spam-regex-headers-ham)
14145         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14146         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14147         backends and checks.
14148         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14149
14150         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14151         an autodetect method.
14152
14153 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14154
14155         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14156         articles are being added to a group.
14157         (gnus-request-replace-article): Inform the agent that articles
14158         need to be uncached as the cached contents are no longer valid.
14159
14160 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14161
14162         * binhex.el: Don't autoload executable-find.
14163
14164         * canlock.el: Don't autoload mail-fetch-field.
14165
14166         * dgnushack.el: Autoload c-mode for XEmacs.
14167
14168         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14169
14170         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14171         rmail-dont-reply-to and rmail-output.
14172
14173         * gnus-score.el: Don't autoload ffap-string-at-point.
14174
14175         * gnus-setup.el: Don't autoload sc-cite-original.
14176
14177         * imap.el: Don't autoload base64-decode-string,
14178         base64-encode-string and md5.
14179
14180         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14181         and rmail-msg-restore-non-pruned-header.
14182
14183         * mm-decode.el: Don't autoload executable-find.
14184
14185         * mm-url.el: Don't autoload executable-find.
14186
14187         * mm-view.el: Don't autoload diff-mode.
14188
14189         * nndb.el: Don't autoload news-reply-mode, news-setup,
14190         cancel-timer and telnet.
14191
14192         * password.el: Don't autoload run-at-time for Emacs.
14193
14194         * sha1-el.el: Don't autoload executable-find.
14195
14196         * sieve-mode.el: Don't autoload c-mode.
14197
14198         * uudecode.el: Don't autoload executable-find.
14199
14200 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14201
14202         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14203         (gnus-agent-possibly-alter-active): Avoid null in numeric
14204         comparison.
14205         (gnus-agent-set-local): Refuse to save null in local object table.
14206         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14207         list of articles that will be marked as unread.
14208
14209 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14212
14213 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14214
14215         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14216         language tags.
14217
14218 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14219
14220         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14221         Don't bind "obarray".
14222
14223         * gnus-sum.el (gnus-thread-sort-functions): Added
14224         `gnus-thread-sort-by-most-recent-number' and
14225         `gnus-thread-sort-by-most-recent-date'.
14226         Reported by Kai Grossjohann <kai@emptydomain.de>.
14227
14228 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14231
14232 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14233
14234         * gnus-cus.el (gnus-agent-customize-category): Removed
14235         ignore-errors macro reference that required cl to be loaded at
14236         run-time.
14237
14238         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14239         single-interval range of the form (min . max).  Previously the
14240         range had to look like ((min . max)).  Likewise, return
14241         (min . max) rather than ((min . max)).
14242         (gnus-range-map): Use gnus-range-normalize to accept
14243         single-interval range.
14244
14245         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14246         the cache, but not the agent, now appear with their usual face.
14247
14248         * dgnushack.el (loaddir): New variable that is bound to the
14249         directory containing the dgnushack.el file. Use loaddir, rather
14250         than srcdir, to update load-path. Change lets dgnushack compile
14251         code in directories other than GNUS/lisp.
14252
14253 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * lpath.el: Don't bind w3m-safe-url-regexp.
14256
14257         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14258         w3m-safe-url-regexp variable buffer-local.
14259
14260         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14261
14262 2004-02-27  Simon Josefsson  <jas@extundo.com>
14263
14264         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14265         gnus-group-real-prefix.
14266         (gnus-summary-move-article): Use it, instead of
14267         gnus-group-real-prefix.
14268
14269 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14270
14271         * lpath.el: Bind w3m-safe-url-regexp.
14272
14273         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14274         w3m-safe-url-regexp variable buffer-local and set it as the value
14275         of mm-w3m-safe-url-regexp.
14276
14277         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14278
14279         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14280         parsing gnus-posting-styles when the message is not for replying.
14281
14282         * dgnushack.el: Autoload sgml-mode for XEmacs.
14283
14284         * nnrss.el (nnrss-opml-export): Use
14285         mm-set-buffer-file-coding-system instead of
14286         set-buffer-file-coding-system.
14287
14288 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14289
14290         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14291         of checkdoc.el).
14292         * nnrss.el: do.
14293         * gnus-mlspl.el: do.
14294         * gnus-ml.el: do.
14295         * gnus-srvr.el: do.
14296
14297         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14298
14299 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14300
14301         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14302         Corrections to custom-manual links.
14303
14304         * gnus-art.el (gnus-article): Ditto.
14305
14306         * mm-decode.el (mime-display, mime-security): Ditto.
14307
14308 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14309
14310         * flow-fill.el: Typo.
14311
14312 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14313
14314         * spam-wash.el: New file.
14315
14316 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14317
14318         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14319
14320 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14321
14322         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14323         to be run with new-articles as LIST1, not LIST2.
14324         (spam-registration-functions): Add spam-use-ham-copy as a nil
14325         registration backend.
14326
14327 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14328
14329         * spam-stat.el (spam-stat-washing-hook): New option.
14330         (spam-stat-buffer-words): Use it.
14331         (spam-stat-process-directory, spam-stat-test-directory): Use
14332         insert-file-contents-literally.
14333         (spam-stat-coding-system): New variable.
14334         (spam-stat-load, spam-stat-save): Use it.
14335
14336 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14337
14338         * spam-report.el (spam-report-plug-agent): Quote
14339         spam-report-url-to-file and spam-report-url-ping-plain.
14340
14341 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14342
14343         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14344         / in mailto URLs.
14345
14346 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14347
14348         * spam-report.el (spam-report-process-queue): Fix interactive use.
14349         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14350         (spam-report-unplug-agent): Doc fixes.
14351         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14352         (spam-report-agentize, spam-report-deagentize): Autoload.
14353
14354 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14357
14358         * message.el (message-setup-fill-variables): Add mml tags to
14359         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14360         <ajk@iu.edu>.
14361         (message-mode): Don't modify paragraph-separate there.
14362
14363 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14364
14365         * compface.el (uncompface-use-external): Default to undecided.
14366         (uncompface-use-external-threshold): New variable.
14367         (uncompface-float-time): New macro.
14368         (uncompface): Determine whether to use the external decoder if
14369         uncompface-use-external is undecided.
14370
14371 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14372
14373         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14374         after images.
14375
14376         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14377
14378 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14379
14380         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14381
14382         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14383
14384         * gnus-sum.el (gnus-summary-limit-to-age)
14385         (gnus-summary-limit-children): do.
14386
14387         * gnus-int.el (gnus-request-scan): do.
14388
14389         * gnus-group.el (gnus-group-suspend): do.
14390
14391         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14392
14393         * gnus-cite.el (gnus-cite-parse-attributions): do.
14394
14395         * gnus-agent.el (gnus-summary-set-agent-mark)
14396         (gnus-agent-regenerate-group): do.
14397
14398         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14399
14400         * binhex.el (binhex-decode-region-internal): do.
14401
14402 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14403
14404         * gnus-fun.el (gnus-face-properties-alist): New user option.
14405         (gnus-display-x-face-in-from): Use it.
14406
14407         * gnus-art.el (article-display-face): Ditto.
14408
14409         * compface.el (uncompface-use-external): Default to nil.
14410
14411 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14412
14413         * nntp.el (nntp-erase-buffer): New function.
14414         (nntp-retrieve-data, nntp-send-command)
14415         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14416         (nntp-possibly-change-group): Use it.
14417
14418         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14419         with-current-buffer.
14420
14421 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14422
14423         * compface.el: Merge the ELisp-based uncompface program.
14424         (compface): New customization group.
14425         (uncompface-use-external): New user option.
14426         (uncompface): Call uncompface-internal if uncompface-use-external
14427         is nil.
14428         (uncompface-internal): New function.  Note that there are also
14429         some other functions and variables added for this function.
14430
14431 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14432
14433         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14434         if necessary.
14435
14436 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14437
14438         * spam-report.el (spam-report-unplug-agent)
14439         (spam-report-plug-agent, spam-report-deagentize)
14440         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14441         Add support for the Agent in spam-report: when unplugged, report to a
14442         file; when plugged, submit all the requests.
14443
14444         * spam.el (spam-register-routine): Fix message about
14445         registration.
14446
14447 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14448
14449         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14450         dependencies.
14451         (rfc2047-encode): Use it.
14452
14453         * gnus-art.el (gnus-button-marker-list): Move before first
14454         reference.
14455
14456         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14457         (imap-parse-body): Fix format string mismatch.
14458
14459         * gnus-score.el (gnus-summary-increase-score): do.
14460
14461         * nnrss.el (nnrss-close): New function.
14462
14463 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14464
14465         * nnrss.el (nnrss-make-filename): New function.
14466         (nnrss-request-delete-group, nnrss-read-server-data)
14467         (nnrss-save-server-data, nnrss-read-group-data)
14468         (nnrss-save-group-data): Use it.
14469         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14470         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14471         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14472
14473 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14474
14475         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14476
14477 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14478
14479         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14480         files.
14481
14482         * message.el (message-generate-headers-first): Don't quote nil
14483         and t in docstrings.
14484
14485         * imap.el (imap-id): do.
14486
14487         * gnus-agent.el (gnus-agent-consider-all-articles)
14488         (gnus-agent-queue-mail): do.
14489
14490 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14491
14492         * spam-report.el (spam-report-process-queue): New function.
14493         Process requests from `spam-report-requests-file'.
14494         (spam-report-process-queue): Doc fix.
14495
14496 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14497
14498         * spam.el (spam-register-routine)
14499         (spam-log-processing-to-registry, spam-log-registered-p)
14500         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14501         Change "check" to "spam-check" for semi-clarity.
14502
14503 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14504
14505         * pop3.el: Require nnheader.
14506
14507         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14508
14509         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14510
14511         * gnus-picon.el: Require cl.
14512
14513         * gnus-fun.el: Require gnus-ems and gnus-util.
14514
14515         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14516
14517         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14518
14519         * gnus-art.el (gnus-article-edit-mode): Define before first
14520         reference.
14521
14522 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14523
14524         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14525         (gnus-uu-post-encoded): Use point-at-bol.
14526
14527         * gnus-topic.el (gnus-group-active-topic-p): do.
14528
14529         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14530
14531         * gnus-group.el (gnus-group-kill-region): do.
14532
14533         * gnus-art.el (article-date-ut): do.
14534
14535         * message.el (message-fetch-field): Remove redundant
14536         case-fold-search binding.
14537         (message-narrow-to-field): Simplify.
14538
14539 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14540
14541         * spam.el (spam-directory): Derive from `gnus-directory'.
14542
14543         * spam-report.el (spam-report-url-to-file)
14544         (spam-report-requests-file): New function and variable for offline
14545         reporting.
14546         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14547         and user defined function.
14548         (spam-report-url-ping-mm-url): Remove doubled slash.
14549
14550 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14551
14552         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14553
14554 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14555
14556         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14557         format string mismatch.
14558
14559         * sieve.el (sieve-deactivate-all): do.
14560
14561         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14562
14563         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14564
14565         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14566
14567         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14568
14569 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14570
14571         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14572         the list of checks.
14573
14574 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14575
14576         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14577         padding.
14578
14579 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14580
14581         * mm-view.el (mm-fill-flowed): New variable.
14582         (mm-inline-text): Use it.
14583
14584 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14585
14586         * spam.el (spam-spamassassin-register-ham-routine)
14587         (spam-spamassassin-register-spam-routine): Fix function names.
14588
14589 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14590
14591         * gnus.el (gnus-tmp-grouplens): Remove.
14592         (gnus-summary-line-format): Remove grouplens.
14593
14594         * gnus-group.el (gnus-group-line-format): Ditto.
14595
14596         * gnus-spec.el (gnus-format-specs): Ditto.
14597         (gnus-update-format-specifications): Flush the group format spec
14598         cache if there's the grouplens stuff.
14599         (gnus-parse-simple-format): Replace %l with the empty string.
14600
14601 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14602
14603         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14604         omission.
14605
14606 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14609         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14610
14611 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14612
14613         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14614         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14615         New macros and functions.
14616         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14617         Handle > NLINK_MAX messages.
14618         * nnmaildir.el (nnmaildir-request-set-mark): Use
14619         nnmaildir--emlink-p and nnmaildir--eexist-p.
14620
14621 2004-01-25  Alex Schroeder  <alex@gnu.org>
14622
14623         * spam-stat.el (spam-stat-process-directory-age): New option.
14624         (spam-stat-process-directory): Use it.
14625
14626 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14627
14628         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14629         (spam-stat-save): Accept prefix argument.
14630
14631 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14632
14633         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14634         links" error.
14635
14636 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14637
14638         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14639         the rest of the and/or forms.
14640
14641 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14642
14643         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14644         compatibility with old .newsrc.eld files.
14645
14646         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14647
14648         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14649
14650         * gnus-start.el (gnus-1): do.
14651
14652         * gnus-group.el (gnus-group-line-format-alist): do.
14653
14654         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14655
14656         * gnus-gl.el: Remove.
14657
14658 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14659
14660         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14661         marks consisting of a single range {for example, (3 . 5)} rather
14662         than a list of a single range { ((3 . 5)) }.
14663
14664 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14665
14666         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14667         with-current-buffer.
14668         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14669         avoid consing a string.
14670
14671         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14672         Remove obsolete entries for big5 and gb2312.
14673
14674 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14675
14676         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14677         uncompressed list.
14678
14679 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14680
14681         * spam-stat.el (spam-stat-strip-xref): New function.
14682         (spam-stat-process-directory): Use it.
14683
14684         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14685         here -- it's done in message-fetch-field.
14686
14687 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14688
14689         * gnus-agent.el (gnus-agent-queue-mail)
14690         (gnus-agent-prompt-send-queue): New variables.
14691         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14692         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14693         "nndraft:queue" along to gnus-draft-send.  Use
14694         gnus-agent-prompt-send-queue.
14695         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14696         is "nndraft:queue".  Suggested by Gaute Strokkenes
14697         <gs234@srcf.ucam.org>
14698
14699         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14700         (agent-enable-undownloaded-faces): Added.
14701         (gnus-agent-cat-groups): Use eval-and-compile, not
14702         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14703         method of gnus-agent-cat-groups even when the buffer has been
14704         evaled.
14705         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14706         delete gnus-agent-save-active-1.
14707         (gnus-agent-save-groups): Deleted.  Identical to
14708         gnus-agent-save-active.
14709         (gnus-agent-write-active): No longer adjust agent's copy of active
14710         file as agent's adjustments are now stored in their own
14711         file.  Removed optional parameter.
14712         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14713         servers.  Add use of min/max range limits from server's local
14714         file.
14715         (gnus-agent-save-alist): Removed unused optional argument.
14716         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14717         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14718         (gnus-agent-set-local): A per-server file that keeps min/max range
14719         limits for articles known to the agent.  Provides a fast mechanism
14720         for altering many active ranges.
14721         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14722         active file (local makes it unnecessary).
14723         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14724
14725         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14726         (agent-enable-undownloaded-faces): Added.
14727
14728         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14729         disable it when sending to "nndraft:queue".
14730         (gnus-group-send-queue): Add safety check to avoid sending queue
14731         when unplugged.
14732
14733         * gnus-group.el (gnus-group-catchup): Use new
14734         gnus-sequence-of-unread-articles, not
14735         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14736         numbers of articles.  Use gnus-range-map to avoid having to
14737         uncompress the unread list.
14738         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14739         Fixed invalid ange-ftp reference.
14740
14741         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14742         (gnus-sorted-range-intersection): Intersection of two ranges
14743         without requiring that they first be uncompressed.
14744
14745         * gnus-start.el (gnus-activate-group): Unless blocked by the
14746         caller, possibly expand the active range to include both cached
14747         and agentized articles.
14748         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14749         multiple version-dependent converters.
14750         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14751         gnus-agent-save-active.
14752         (gnus-save-newsrc-file): Save dirty agent range limits.
14753
14754         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14755         gnus-agent-possibly-alter-active.
14756         (gnus-adjust-marked-articles): Faster handling of simple lists.
14757
14758 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14759
14760         * spam-stat.el (spam-stat-test-directory): New optional argument
14761         displays a list of files detected.  Suggested by Andrew Cohen
14762         <cohen@andy.bu.edu>.
14763         (spam-stat-buffer-words-with-scores): Don't narrow and change
14764         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14765
14766 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14767
14768         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14769         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14770         (spam-spamassassin-arguments)
14771         (spam-spamassassin-spam-flag-header)
14772         (spam-spamassassin-positive-spam-flag-header)
14773         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14774         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14775         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14776         (spam-list-of-processors, spam-list-of-checks)
14777         (spam-list-of-statistical-checks, spam-registration-functions)
14778         (spam-check-spamassassin-headers, spam-check-spamassassin)
14779         (spam-spamassassin-score)
14780         (spam-spamassassin-register-with-sa-learn)
14781         (spam-spamassassin-register-spam-routine)
14782         (spam-spamassassin-register-ham-routine)
14783         (spam-assassin-register-spam-routine)
14784         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14785         (spam-bogofilter-score): Fix to show article before scoring.
14786
14787 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14788
14789         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14790         default scoring function.
14791         (spam-generic-score): Call spam-spamassassin-score if
14792         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14793         spam-bogofilter-score otherwise.
14794
14795         * gnus.el (spam-process, spam-autodetect-methods): Add
14796         spamassassin and spamassassin-headers.
14797
14798 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14799
14800         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14801         Suppress unnecessary messages.
14802
14803 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14804
14805         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14806         make-hash-table.
14807
14808 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * canlock.el (base64-encode-string): Don't autoload it.
14811
14812 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * run-at-time.el: Remove useless (require 'itimer),
14815         eval-and-compile and (featurep 'xemacs).
14816
14817 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14818
14819         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14820         GROUP is a virtual group.
14821
14822 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14823
14824         * gnus.el: Autoload `message-y-or-n-p'.
14825
14826 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14827
14828         * pgg-parse.el: Remove unnecessary (require 'custom).
14829
14830         * pgg-def.el: do.
14831
14832         * nnmail.el: do.
14833
14834         * gnus-undo.el: do.
14835
14836         * gnus-picon.el: do.
14837
14838         * gnus-util.el: do.
14839
14840 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14841
14842         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14843
14844 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14847         handle, as well as a list.
14848
14849         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14850         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14851         (mm-w3m-cid-retrieve): Simplify.
14852
14853 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14854
14855         * message.el (message-kill-to-signature): Allow prefix arg to
14856         specify number of lines to keep before signature.
14857
14858 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14859
14860         * message.el (message-kill-to-signature): Change docstring.
14861
14862 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14863
14864         * canlock.el: Always require sha1-el.
14865         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14866
14867         * message.el: Autoload sha1 only when compiling.
14868
14869         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14870         eudc-expand-inline for XEmacs.
14871
14872 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14873
14874         * message.el (message-canlock-generate): Require sha1-el.
14875
14876 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14877
14878         * message.el (message-expand-name): Silence the byte compiler.
14879
14880         * lpath.el: Add detect-coding-system.
14881
14882         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14883         cus-edit.
14884
14885 2004-01-13  Simon Josefsson  <jas@extundo.com>
14886
14887         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14888         Invoke gnus-score-mode.  Reported by
14889         bojohan+news@dd.chalmers.se (Johan Bockgård).
14890
14891         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14892         Jim Blandy <jimb@redhat.com> (tiny change).
14893
14894 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14895
14896         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14897
14898 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14899
14900         * spam.el (spam-get-article-as-string): Update to use
14901         gnus-request-article-this-buffer, much simpler.
14902         (spam-get-article-as-buffer): Remove.
14903
14904 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14905
14906         * message.el (message-expand-name): Use EUDC if the user uses that.
14907
14908 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14909
14910         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14911         character for the encoding to avoid consing a string.
14912
14913         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14914         unnecessarily.
14915
14916         * mm-util.el (mm-replace-chars-in-string): Remove.
14917
14918         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14919         of mm-replace-chars-in-string.
14920
14921 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14922
14923         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14924
14925         * mm-util.el (mm-subst-char-in-string): Support inplace.
14926
14927         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14928         a new string in every iteration.  Use shy groups.
14929
14930 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14931
14932         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14933         * gnus-soup.el (gnus-soup-group-brew):
14934         * gnus-msg.el (gnus-put-message):
14935         * gnus-move.el (gnus-group-move-group-to-server):
14936         * gnus-kill.el (gnus-batch-score):
14937         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14938         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14939         (gnus-group-update-group, gnus-group-read-group)
14940         (gnus-group-make-group, gnus-group-make-help-group)
14941         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14942         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14943         (gnus-group-sort-by-unread, gnus-group-catchup)
14944         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14945         (gnus-group-yank-group, gnus-group-set-info)
14946         (gnus-group-list-groups):
14947         * gnus.el (gnus-generate-new-group-name):
14948         * gnus-delay.el (gnus-delay-send-queue):
14949         * nnvirtual.el (nnvirtual-catchup-group):
14950         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14951         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14952         (gnus-group-prepare-topics, gnus-topic-check-topology):
14953         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14954         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14955         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14956         (gnus-group-make-articles-read):
14957         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14958         (gnus-group-change-level, gnus-kill-newsgroup)
14959         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14960         (gnus-get-unread-articles, gnus-make-articles-unread)
14961         (gnus-make-ascending-articles-unread): Use accessor
14962         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14963         to get group information for improved readability.
14964
14965
14966 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14967
14968         * gnus-art.el (article-decode-mime-words, article-babel)
14969         (gnus-article-highlight-signature, gnus-article-add-buttons)
14970         (gnus-signature-toggle): Use gnus-with-article-buffer.
14971
14972         * gnus-art.el (gnus-article-highlight-headers)
14973         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14974
14975         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14976         (gnus-article-set-globals, gnus-request-article-this-buffer)
14977         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14978         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14979         (gnus-mime-display-alternative): Use with-current-buffer.
14980
14981 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14984         also under 80 char limit, and call gnus-error if needed.
14985         (spam-fetch-article-header): Fix - it was a
14986         buffer-local variable (gnus-newsgroup-data).
14987         (spam-find-spam): Use spam-generate-fake-headers, forget about
14988         spam-insert-fake-headers.
14989         (spam-insert-fake-headers): Remove.
14990
14991 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14992
14993         * deuglify.el (gnus-article-outlook-unwrap-lines)
14994         (gnus-outlook-rearrange-article)
14995         (gnus-outlook-repair-attribution-outlook)
14996         (gnus-outlook-repair-attribution-block)
14997         (gnus-outlook-repair-attribution-other): Remove redundant
14998         save-excursion.
14999
15000 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
15001
15002         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
15003         (spam-fetch-field-subject-fast)
15004         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
15005         (spam-fetch-article-header): Add functions to deal with Gnus
15006         internals for fast retrieval of article header data.
15007         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
15008
15009 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15010
15011         * pop3.el (pop3-md5): Remove.
15012         (pop3-apop): Replace pop3-md5 with md5.
15013
15014         * mm-bodies.el: base64 is always built-in.
15015
15016         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15017         with-current-buffer.
15018
15019 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15020
15021         * canlock.el (canlock-insert-header): Remove excessive grouping in
15022         regexp.
15023
15024         * gnus-sum.el (gnus-summary-read-document): Ditto.
15025
15026         * gnus-uu.el (gnus-uu-part-number): Ditto.
15027
15028         * html2text.el (html2text-remove-tags): Ditto.
15029         (html2text-format-tags): Ditto.
15030         (html2text-format-single-elements): Ditto.
15031
15032         * mml.el (mml-parse-1): Ditto.
15033
15034 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15035
15036         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15037
15038         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15039
15040         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15041
15042         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15043
15044 2003-11-15  Simon Josefsson  <jas@extundo.com>
15045
15046         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15047         (pgg-gpg-lookup-key): Use regexp match instead of
15048         split-string (split-string is different between emacs 21.2 and
15049         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15050
15051 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15052
15053         * gnus-art.el (gnus-mime-view-all-parts)
15054         (gnus-article-part-wrapper, gnus-article-view-part): Use
15055         with-current-buffer.
15056
15057 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15058
15059         * spam.el (spam-disable-spam-split-during-ham-respool)
15060         (spam-spamoracle-database, spam-cache-lookups)
15061         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15062         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15063         (spam-group-ham-marks, spam-group-spam-marks)
15064         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15065         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15066         also add spam-use-blackholes to the statistical checks.
15067         (spam-fetch-field-fast): Add interface to fetching fields, may
15068         become a macro.
15069         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15070         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15071         (spam-insert-fake-headers): Fake an article when needed.
15072         (spam-find-spam): Fake article when possible.
15073         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15074         (spam-check-bogofilter-headers): Use message-fetch-field instead
15075         of nnmail-fetch-field.
15076
15077 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15078
15079         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15080
15081 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15082
15083         * spam.el (spam-split): Do not require spam-use-CHECK to be
15084         enabled if that check is passed to spam-split explicitly; also
15085         fix so 'spam doesn't get converted to spam-split-group when
15086         spam-split-symbolic-return is t.
15087         (spam-find-spam): Find registrations of the article and use those
15088         instead of re-running spam-split to find the spam/ham
15089         classification of the article.
15090         (spam-log-processing-to-registry, spam-log-registered-p)
15091         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15092         Use gnus-error instead of gnus-message.
15093         (spam-log-registration-type): Add function to determine the
15094         classification of a message based on registry entries; will
15095         return nil if both 'spam and 'ham are found.
15096         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15097         a reasonably fast local cache without the loading errors.
15098         (spam-cache-lookups): Set to t by default.
15099         (spam-find-spam): Don't try to guess spam-cache-lookups.
15100         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15101         spam-caches entry.
15102         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15103         caching of whitelist/blacklist entries.
15104         (spam-check-whitelist, spam-check-blacklist): Invoke
15105         spam-from-listed-p with a type, not a cache variable.
15106         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15107
15108 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15109
15110         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15111
15112         * nnmail.el (nnmail-split-fancy): do.
15113
15114         * mml.el (mml-parse): do.
15115
15116         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15117         (gnus-score-adaptive): do.
15118
15119 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15120
15121         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15122         (gnus-mime-button-map): Don't set keymap parent.
15123         (gnus-button-ctan-directory-regexp): Use shy grouping.
15124         (gnus-prev-page-map): Don't set keymap parent.
15125         (gnus-prev-page-map): Remove duplicated one.
15126         (gnus-next-page-map): Don't set keymap parent.
15127         (gnus-mime-security-button-map): Ditto.
15128
15129         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15130         version number.
15131
15132         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15133
15134 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15135
15136         * canlock.el (canlock-sha1-function): Remove.
15137         (canlock-sha1-function-for-verify): Remove.
15138         (canlock-openssl-program): Remove.
15139         (canlock-openssl-args): Remove.
15140         (canlock-ignore-errors): Remove.
15141         (canlock-sha1-with-openssl): Remove.
15142         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15143         (canlock-verify): Don't use canlock-ignore-errors.
15144
15145         * sha1-el.el (sha1-string-external): Make it can return a string
15146         in binary form.
15147         (sha1-region-external): Ditto.
15148         (sha1-string-internal): Ditto.
15149         (sha1-region-internal): Ditto.
15150         (sha1-region): Ditto.
15151         (sha1-string): Ditto.
15152         (sha1): Ditto.
15153
15154 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15155
15156         * spam.el (spam-report-articles-gmane): New command.
15157
15158 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15161
15162         * run-at-time.el (run-at-time-saved): Remove.
15163         (run-at-time): Doc fix.
15164
15165 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15166
15167         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15168         (gnus-summary-limit-map): Add it.
15169         (gnus-summary-make-menu-bar): do.
15170
15171 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15172
15173         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15174         Make attempt at some caching support (done for BBDB only now).
15175         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15176         addresses to be checked.
15177         (spam-clear-cache-BBDB): Add function, to be invoked by
15178         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15179         (spam-check-BBDB): Check and use the caches, if
15180         spam-cache-lookups is on, remove superfluous (provide).
15181
15182 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15183
15184         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15185
15186 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15187
15188         * run-at-time.el (run-at-time-saved): Move to after the definition
15189         of `run-at-time'.
15190
15191         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15192
15193 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15196         mm-w3m-local-map-property.
15197
15198         * mm-view.el (mm-w3m-mode-map): Remove.
15199         (mm-w3m-local-map-property): Remove.
15200         (mm-inline-text-html-render-with-w3m): Don't use
15201         mm-w3m-local-map-property.
15202
15203 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15204
15205         * run-at-time.el: New file.
15206
15207         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15208         under Emacs.
15209
15210         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15211         of gnus-set-text-properties.
15212
15213         * gnus-uu.el (gnus-uu-save-article): Ditto.
15214
15215         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15216
15217         * gnus-cite.el (gnus-cite-parse): Ditto.
15218
15219         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15220         of gnus-.
15221
15222         * gnus-xmas.el (run-at-time): Require run-at-time.
15223
15224         * gnus.el: Changed calls to nnheader-run-at-time and
15225         password-run-at-time throughout to use run-at-time directly.
15226
15227         * password.el: Removed definition of run-at-time.
15228
15229         * nnheaderxm.el: Remove definition of run-at-time.
15230
15231 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15232
15233         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15234         in prompt.
15235
15236 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15237
15238         * messagexmas.el (message-xmas-redefine): Alias
15239         `message-make-caesar-translation-table' to
15240         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15241         version.
15242
15243         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15244         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15245         `gnus-xmas-set-text-properties'.
15246         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15247         `gnus-xmas-completing-read'.
15248         (gnus-xmas-completing-read): Removed.
15249         (gnus-xmas-open-network-stream): Removed.
15250
15251         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15252         XEmacs version.
15253
15254         * dns.el (dns-make-network-process): Use `open-network-stream'
15255         instead of `gnus-xmas-open-network-stream'.
15256
15257         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15258
15259         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15260
15261 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15262
15263         * gnus-art.el (gnus-mime-display-alternative)
15264         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15265         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15266         Don't use gnus-local-map-property.
15267
15268         * gnus-util.el (gnus-local-map-property): Remove.
15269
15270         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15271         gnus-completing-read-maybe-default with completing-read.
15272
15273         * gnus-util.el (gnus-completing-read): do.
15274         (gnus-completing-read-maybe-default): Remove.
15275
15276 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15277
15278         * password.el: Only autoload `run-at-time' if not XEmacs.
15279         Only autoload the itimer functions if XEmacs.
15280
15281 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15284         XEmacsen.
15285
15286         * dgnushack.el: Autoload executable-find for XEmacs.
15287
15288 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15289
15290         * gnus-art.el (gnus-read-string): Remove.
15291         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15292         read-string.
15293
15294 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15295
15296         * netrc.el: Autoload password-read.
15297         (netrc): Add configuration group.
15298         (netrc-encoding-method, netrc-openssl-path): Add
15299         variables for encoding and decoding of files with symmetric
15300         ciphers.
15301         (netrc-encode): Add assistant function to encode a file with
15302         netrc-encoding-method.
15303         (netrc-parse): Add interactive parameter, added optional
15304         decoding if netrc-encoding-method is non-nil but otherwise
15305         behavior is standard.
15306         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15307         Do s/encode/encrypt/ everywhere.
15308
15309         * spam.el: Remove executable-find autoload.
15310
15311 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15312
15313         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15314
15315         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15316
15317 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15318
15319         * gnus-art.el (gnus-treat-ansi-sequences)
15320         (article-treat-ansi-sequences): New variable and function.
15321         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15322
15323         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15324         Use it.
15325
15326 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15327
15328         * mm-util.el (mm-quote-arg): Remove.
15329
15330         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15331         shell-quote-argument.
15332
15333         * gnus-uu.el (gnus-uu-command): do.
15334
15335         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15336
15337         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15338         with make-char.
15339
15340         * mm-util.el (mm-make-char): Remove.
15341
15342         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15343         add-minor-mode.
15344
15345         * gnus-undo.el (gnus-undo-mode): do.
15346
15347         * gnus-topic.el (gnus-topic-mode): do.
15348
15349         * gnus-sum.el (gnus-dead-summary-mode): do.
15350
15351         * gnus-start.el (gnus-slave-mode): do.
15352
15353         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15354
15355         * gnus-ml.el (gnus-mailing-list-mode): do.
15356
15357         * gnus-gl.el (gnus-grouplens-mode): do.
15358
15359         * gnus-draft.el (gnus-draft-mode): do.
15360
15361         * gnus-dired.el (gnus-dired-mode): do.
15362
15363         * gnus-ems.el (gnus-add-minor-mode): Remove.
15364
15365         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15366         Replace gnus-char-width with char-width.
15367
15368         * gnus-ems.el (gnus-char-width): Remove.
15369
15370         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15371         Replace gnus-char-width with char-width.
15372
15373         * gnus-ems.el (gnus-char-width): Remove.
15374
15375         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15376         definition.
15377         Remove Emacs 20 hash table compatibility code.
15378
15379         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15380         20 compatibility code.
15381
15382         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15383
15384         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15385
15386         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15387         with point-at-{eol,bol}.
15388
15389         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15390
15391         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15392
15393         * flow-fill.el (fill-flowed-point-at-bol)
15394         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15395
15396         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15397         Replace with point-at-{eol,bol} throughout all files.
15398
15399 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15400
15401         * ntlm.el (ntlm-string-as-unibyte): New macro.
15402         (ntlm-build-auth-response): Use it.
15403
15404         Remove Emacs 20 stuff:
15405         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15406         (butlast, mapc, remove): Remove the compiler macros.
15407         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15408         of delq and copy-sequence.
15409         * gnus-art.el (popup-menu): Remove the compiler macro.
15410         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15411         Emacs 20.
15412
15413 2004-01-05  Simon Josefsson  <jas@extundo.com>
15414
15415         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15416         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15417         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15418         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15419         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15420         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15421         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15422         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15423         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15424         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15425         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15426         string-xor into ntlm-string-xor.  Suggested by
15427         Jesper Harder <harder@myrealbox.com>.
15428
15429         * ntlm.el: Don't include poem.
15430
15431         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15432         Jesper Harder <harder@myrealbox.com>.
15433
15434         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15435
15436         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15437         probably breaks emacs with DL patch, but do we care? Is anyone
15438         still using the DL stuff?)
15439
15440         * sieve-manage.el: Use the password package.
15441         (sieve-manage-read-passwd): Remove.
15442         (sieve-manage-interactive-login): Use password.  Re-add
15443         condition-case around loop.
15444
15445         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15446         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15447         the password package.
15448
15449 2003-02-19  Simon Josefsson  <jas@extundo.com>
15450
15451         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15452         token.
15453
15454 2002-08-07  Simon Josefsson  <jas@extundo.com>
15455
15456         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15457         (sieve-manage-authenticators):
15458         (sieve-manage-authenticator-alist): Add some SASL mechs.
15459         (sieve-sasl-auth): New function.
15460         (sieve-manage-cram-md5-auth):
15461         (sieve-manage-plain-auth): Rewrite using SASL library.
15462         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15463         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15464         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15465         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15466
15467 2004-01-05  Simon Josefsson  <jas@extundo.com>
15468
15469         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15470         New files.
15471
15472 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15473
15474         * gnus-group.el (gnus-no-groups-message): Update.
15475
15476         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15477
15478 2003-11-09  Simon Josefsson  <jas@extundo.com>
15479
15480         * imap.el: Support for ID IMAP extension (RFC 2971).
15481         (imap-local-variables): Add imap-id.
15482         (imap-id): New variable.
15483         (imap-id): New function.
15484         (imap-parse-response): Parse untagged ID response.
15485         * nnimap.el (nnimap-id): New variable.
15486         (nnimap-open-connection): Use it.
15487
15488 2003-12-28  Simon Josefsson  <jas@extundo.com>
15489
15490         * gnus-score.el (gnus-score-edit-all-score): New.
15491         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15492
15493 2004-01-04  Simon Josefsson  <jas@extundo.com>
15494
15495         * password.el: Add.
15496
15497 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15498
15499         * dns.el (dns-query-types): Fix typo.
15500         (dns-query-types): New function.
15501         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15502         PTR and SOA replies, see RFC 1035.
15503
15504 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15505
15506         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15507
15508         * Moved to Changelog.2.
15509
15510 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15511
15512         * gnus.el (gnus-version-number): Bump version.
15513
15514 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15515
15516         * gnus.el: No Gnus v0.1 is released.
15517
15518 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15519
15520         * gnus.el: No Gnus v0.0 is released.
15521
15522 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15523
15524         * gnus.el (gnus-version-number): Bump.
15525         (gnus-version): No.
15526
15527 See ChangeLog.2 for earlier changes.
15528
15529     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15530       Free Software Foundation, Inc.
15531
15532   This file is part of GNU Emacs.
15533
15534   GNU Emacs is free software: you can redistribute it and/or modify
15535   it under the terms of the GNU General Public License as published by
15536   the Free Software Foundation, either version 3 of the License, or
15537   (at your option) any later version.
15538
15539   GNU Emacs is distributed in the hope that it will be useful,
15540   but WITHOUT ANY WARRANTY; without even the implied warranty of
15541   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15542   GNU General Public License for more details.
15543
15544   You should have received a copy of the GNU General Public License
15545   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15546
15547 ;; Local Variables:
15548 ;; coding: utf-8
15549 ;; fill-column: 79
15550 ;; add-log-time-zone-rule: t
15551 ;; End:
15552
15553 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4