Make html image insertion probably work for XEmacs, too.
[gnus] / lisp / ChangeLog
1 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4
5         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
6         point parameter.
7
8         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
9
10         * gnus-group.el (gnus-group-completing-read): Add 'substring to
11         completion-styles for group selection.
12
13 2009-02-04  Andreas Schwab  <schwab@suse.de>
14
15         * gnus-score.el (gnus-score-string): Fix regex for matching extra
16         headers and regexp-quote the match if necessary.
17
18 2009-03-24  Miles Bader  <miles@gnu.org>
19
20         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
21         the blinking smiley.
22
23 2009-03-24  Simon Josefsson  <simon@josefsson.org>
24
25         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
26         blink smiley.
27
28 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
29
30         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
31         where the dribbel file lives exists.
32
33         * message.el (message-send-mail-partially-limit): Change the default to
34         nil, since most people don't want this.
35
36         * mm-url.el (mm-url-decode-entities): Also decode entities like
37         &#x3212.
38
39 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
40
41         * gnus-sum.el (gnus-summary-idna-message):
42         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
43         Hyperlink urls in docstrings with URL `...'.
44
45 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
46
47         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
48         functions.
49
50 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
53         say what the mouseover text should be.
54
55         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
56         version of the mm-w3m-safe-url-regexp variable to only download images
57         in the groups where we want that to happen.
58
59         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
60
61         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
62         easier debugging.
63         (gnus-article-beginning-of-window): Add kludge to allow spacing past
64         big pictures in the article buffer.
65
66         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
67         gnus-article-html.
68         (mm-text-html-renderer): gnus-article-html needs curl in addition to
69         w3m.
70
71         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
72
73 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74
75         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
76         which doesn't exist.
77
78         * message.el (message-inhibit-ecomplete): New variable to allow some
79         function to inhibit ecomplete address storage.
80         (message-resend): Disable ecomplete message storage when resending
81         messages.
82
83         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
84
85 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
86
87         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
88         Save excursion while copying, moving, and deleting articles in order to
89         prevent the cursor from jumping to unforeseen place.
90
91 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
92
93         * lpath.el: No need to bind bookmark-current-buffer,
94         bookmark-yank-point and bookmark-make-record-function.
95
96 2010-08-17  Glenn Morris  <rgm@gnu.org>
97
98         * gnus-sync.el: Require gnus components whose functions are used.
99
100         * gnus-art.el (bookmark-make-record-function):
101         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
102         Declare for compiler.
103
104         * mm-url.el (mml-compute-boundary): Autoload.
105
106 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
107
108         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
109
110 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
111
112         Typo fix "hoo4a" -> "hook".
113
114         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
115
116 2010-08-14  Glenn Morris  <rgm@gnu.org>
117
118         * gnus-sync.el (gnus-sync): Fix defgroup version.
119
120 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
121
122         Doc fixes and keep unknown groups (ammended for nunion bug fix).
123
124         * gnus-sync.el: Fix docs.
125         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
126         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
127
128 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
129
130         Optimizations for gnus-sync.el.
131
132         * gnus-sync.el: Add docs about gnus-sync-backend
133         possibilities.
134         (gnus-sync-save): Remove unnecessary message.
135         (gnus-sync-read): Optimize and show what groups were skipped.
136
137 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
138
139         Minor bug fixes for gnus-sync.el.
140
141         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
142         read the sync on get-new-news.
143
144         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
145         quiet.
146
147         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
148
149 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
150
151         Make saving and restoring of hidden threads work with overlays.
152         Patch applied by Ted Zlatanov.
153
154         * gnus-sum.el (gnus-hidden-threads-configuration)
155         (gnus-restore-hidden-threads-configuration): Update to deal with text
156         properties, rather than searching for a magic character.
157
158 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
159
160         New gnus-sync.el library for synchronization of marks.
161
162         * gnus-sync.el: New library for synchronization of marks.
163
164         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
165         renamed from `gnus-registry-grep-in-list'.
166
167         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
168
169         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
170
171 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
172
173         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
174         determining charset of text fails.
175
176 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
177
178         * nnmail.el (nnmail-get-new-mail-1): Revert.
179
180         * nnml.el (nnml-active-number): Make sure names of newly created groups
181         in nnml-group-alist are encoded.
182
183 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
186         containing non-ASCII characters in active file for nnml back end.
187
188 2010-07-24  David Engster  <dengste@eml.cc>
189
190         * mml-smime.el (mml-smime-epg-verify): Also accept the older
191         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
192
193 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
194
195         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
196         tag (Bug#6654).
197
198 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
201         the article buffer, not the summary buffer.
202
203 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
206         Emacs 23 as well.
207
208 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
209
210         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
211         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
212
213 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
214
215         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
216         Patch applied by Karl Fogel.
217
218         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
219         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
220
221 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
222
223         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
224         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
225         C-w still not working correctly from Article buffers; Thierry's
226         patch to fix that will be applied after this.
227
228         * gnus-art.el (bookmark-make-record-function): New local variable.
229
230         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
231         article buffer.
232         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
233
234 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
235
236         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
237         on changes in bookmark.el.
238
239 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
240
241         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
242         `no-log' instead of message not to log prompt string.
243
244 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
245
246         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
247         the *other* type of HTML form submission.
248
249 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
250
251         * auth-source.el (auth-source-pick): If choice does not contain a
252         questioned keyword, set the check to t.
253
254 2010-06-12  Romain Francoise  <romain@orebokech.com>
255
256         * gnus-util.el (gnus-date-get-time): Move up before first use.
257
258 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
259
260         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
261         (gnus-article-edit-part): Bind it to make last part that is substituted
262         or deleted visible.
263         (gnus-mime-display-single): Buttonize part of which id equals to
264         gnus-mime-buttonized-part-id.
265
266 2010-06-10  Dan Christensen  <jdc@uwo.ca>
267
268         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
269         (gnus-dd-mmm): Use gnus-date-get-time.
270         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
271         simplify logic.
272         (gnus-summary-limit-to-age): Use gnus-date-get-time.
273         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
274
275 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
276
277         * auth-source.el (top): Autoload `secrets-list-collections',
278         `secrets-create-item', `secrets-delete-item'.
279         (auth-sources): Fix tag string.
280         (auth-get-source, auth-source-retrieve, auth-source-create)
281         (auth-source-delete): New defuns.
282         (auth-source-pick): Rewrite in order to avoid 2 passes.
283         (auth-source-forget-user-or-password): New parameter USERNAME.
284         (auth-source-user-or-password): New parameters CREATE-MISSING and
285         DELETE-EXISTING.  Retrieve password interactively, if needed.
286
287 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
288
289         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
290         deleting unused directories when gnus-expert-user is t.
291
292 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
295         for each temp file when gnus-article-browse-delete-temp is ask.
296
297 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
298
299         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
300         Lisp calls to delete-backward-char by calls to delete-char.
301
302 2010-05-20  Kevin Ryde  <user42@zip.com.au>
303
304         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
305
306 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
307
308         * password-cache.el (password-cache-remove): Fix docstring.
309
310 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
311
312         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
313         article unless decoding article to be saved.
314
315 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
318         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
319         generated within the mm-with-unibyte-current-buffer macro.
320
321 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
324         to nil when we're in a mml-preview buffer and no group is selected.
325
326 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
327
328         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
329         when catching the `C-g'.  Reported by "Leo".
330
331 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * message.el (message-forward-make-body-plain)
334         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
335         multibyte-string-p.
336
337         * lpath.el: Revert.
338
339 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * message.el (message-forward-make-body-mml): Assume original message
342         is multibyte string; error on unibyte.
343         (message-forward-make-body-plain): Ditto; don't add excessive newline
344         in body end.
345
346         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
347
348 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
349
350         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
351         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
352
353 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
354
355         * mm-extern.el (mm-extern-url): Don't use
356         mm-with-unibyte-current-buffer.
357         (mm-extern-cache-contents): Use with-current-buffer instead of
358         save-excursion + set-buffer.
359
360 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
361
362         * mm-util.el (mm-emacs-mule): Remove.
363
364 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
365
366         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
367         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
368         change.
369
370 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
373         bind the default value of enable-multibyte-characters to nil.
374
375 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
376
377         * message.el (message-forward-make-body-plain)
378         (message-forward-make-body-mml):
379         Don't use mm-with-unibyte-current-buffer.
380
381 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
382
383         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
384
385 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
386
387         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
388         (Bug#5592).
389
390 2010-05-07  Julien Danjou  <julien@danjou.info>
391
392         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
393         it to mm-pipe-part.
394
395         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
396         it is given.
397
398 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * binhex.el (binhex-decode-region-internal)
401         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
402         (dns-query)
403         * nnweb.el (nnweb-gmane-search)
404         * pgg-parse.el (pgg-parse-armor)
405         * pgg.el (pgg-verify-region)
406         * sha1.el (sha1-string-external)
407         * uudecode.el (uudecode-decode-region-internal)
408         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
409         XEmacs.
410
411         * gnus-art.el (gnus-article-browse-html-parts)
412         * gnus-group.el (gnus-read-ephemeral-gmane-group)
413         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
414         make-temp-file.
415
416         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
417         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
418         compiling.
419
420         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
421         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
422         XEmacs when compiling.
423
424         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
425         gnus-pick-mode-off-hook for XEmacs when compiling.
426         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
427         gnus-binary-mode-off-hook for XEmacs when compiling.
428
429         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
430         nil if char-charset is not available.
431
432         * imap.el (imap-disable-multibyte)
433         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
434         macros.
435
436         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
437         instead of encode-coding-string.
438
439         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
440         'xemacs) instead of mm-emacs-mule to switch function definitions.
441         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
442
443         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
444         bind temporary-file-directory for XEmacs;
445         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
446         timer-set-function for XEmacs 21.4 and SXEmacs;
447         bind timer-list for XEmacs 21.4 and SXEmacs;
448         fbind char-charset and find-charset-region for non-Mule XEmacs;
449         fbind decode-coding-region, decode-coding-string, detect-coding-region,
450         encode-coding-region and encode-coding-string for XEmacs having no
451         file-coding feature.
452
453 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
454
455         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
456
457 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
458
459         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
460         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
461
462 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
463
464         * mm-util.el (mm-decompress-buffer): Use `delete-file';
465         alias `jka-compr-delete-temp-file' no longer exists.
466
467 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
468
469         Use define-minor-mode in Gnus where applicable.
470         * mml.el (mml-mode): Use define-minor-mode.
471         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
472         (gnus-undo-mode): Use define-minor-mode.
473         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
474         (gnus-dead-summary-mode): Use define-minor-mode.
475         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
476         Initialize in declaration.
477         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
478         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
479         (gnus-mailing-list-mode): Use define-minor-mode.
480         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
481         (gnus-draft-mode): Use define-minor-mode.
482         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
483         (gnus-dired-mode): Use define-minor-mode.
484
485 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
486
487         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
488         handles on recursive mml-to-mime translation and check them for
489         boundary delimiter collisions.  Reported by Greg Troxel.
490
491 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
492
493         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
494
495 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
496
497         * mm-util.el (mm-find-buffer-file-coding-system):
498         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
499
500 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
501
502         * message.el (message-generate-headers): Record insertion of optional
503         headers as well.  Otherwise the check to prevent repeated insertion of
504         optional headers is a no-op.
505
506 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
507
508         * smime.el: Don't mention CVS.
509
510         * nnrss.el (nnrss-fetch): Don't mention CVS.
511
512         * nnir.el: Don't mention CVS.
513
514 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
515
516         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
517
518 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
519
520         * lpath.el: Fbind bookmark-default-handler,
521         bookmark-get-bookmark-record, bookmark-make-record-default,
522         bookmark-prop-get for Emacs <23 and XEmacs.
523
524 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
525
526         * gnus-sum.el: Add bookmark declarations to silence the compiler.
527         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
528         Use with-current-buffer to silence the byte-compiler.
529         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
530         bother to require `gnus'.
531         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
532
533 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
534
535         * gnus-sum.el (gnus-summary-bookmark-make-record)
536         (gnus-summary-bookmark-jump): New functions.
537         (gnus-summary-mode): Setup bookmark support.
538
539 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
540
541         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
542         if set.
543
544 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
545
546         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
547         gnus-article-browse-html-save-cid-image; make it work recursively for
548         forwarded messages as well.
549         (gnus-article-browse-html-parts): Work when prefix arg is given.
550         (gnus-article-browse-html-article): Doc fix.
551
552 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
553
554         * message.el (message-default-mail-headers):
555         (message-default-headers): Carry the value mail-default-headers over
556         into message-default-mail-headers, rather than message-default-headers.
557
558 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
559
560         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
561         charset.
562
563         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
564         charset into the <meta> tag when the article is encoded to utf-8.
565
566 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
569         directories as well.
570         (gnus-article-browse-html-parts): Work for images that do not specify
571         file names; delete temp directory when quitting; insert header at the
572         right place; use file: scheme for image files.
573
574 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
575
576         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
577         (gnus-article-browse-html-parts): Use it to make temporary cid image
578         files in addition to html file so that browser may display them.
579
580 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
581
582         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
583
584 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
585
586         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
587
588 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
589
590         * auth-source.el (auth-sources): Change default to be simpler.  Explain
591         about Secret Service API sources.  Improve Customize options.
592         (auth-source-pick): Change to accept any number of search parameters.
593         Implement fallbacks iteratively, not recursively.  Add scoring on the
594         second pass and sort by score.  Call Secret Service API when needed.
595         (auth-source-user-or-password): Use it.  Call Secret Service API
596         directly when needed to get the user name and the password.
597
598 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
599
600         * message.el (message-interactive): Doc fix.
601         (message-qmail-inject-args): Reflow.
602         (message-kill-to-signature): Fix typo in docstring.
603
604         * smiley.el (smiley-buffer): Fix typo in docstring.
605
606 2010-03-24  Glenn Morris  <rgm@gnu.org>
607
608         * mail-source.el (gnus-message): Declare.
609         (mail-source-delete-old-incoming): Require gnus-util.
610
611 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
614
615         * message.el (ecomplete-setup): Autoload it for Emacs <23.
616
617         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
618         password-cache's default if it is not bound.
619         (mml-secure-passphrase-cache-expiry): Default to 16 that is
620         password-cache-expiry's default if it is not bound.
621
622         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
623         available in Emacs 21.
624
625         * lpath.el: Suppress compiler warnings for:
626         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
627         XEmacs;
628         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
629         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
630         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
631
632 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
633
634         * auth-source.el (auth-sources): Fix up definition so extra parameters
635         are always inline.
636
637 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
638
639         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
640         wasn't updated after mismatch.  Clear cached mailbox info correctly
641         when uidvalidity changes.
642         (nnimap-group-prefixed-name): New function to avoid some code
643         duplication.
644         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
645         (nnimap-request-group): Use it.
646         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
647         (nnimap-update-unseen): Significantly improved speed of Gnus startup
648         with many imap folders.  This is done by caching the group status from
649         the imap server persistently in a group parameter `imap-status'.  (This
650         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
651         but not persistently, so every Gnus startup was still very slow.)
652
653 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
654
655         * assistant.el (assistant-render-text): Run `widget-setup' and don't
656         delete the extra newline.  Otherwise editing of :string and :number
657         types don't work.
658
659 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
660
661         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
662         secrets.el dependency.
663         (auth-sources): Add optional user name.  Add secrets.el configuration
664         choice (unused right now).
665
666 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
667
668         * gnus-sum.el (gnus-summary-make-menu-bar): Let
669         `gnus-registry-install-shortcuts' fill in the functions.
670
671         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
672         warnings.
673         (gnus-registry-misc-menus): Variable to hold registry mark menus.
674         (gnus-registry-install-shortcuts): Populate and use it in a
675         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
676
677 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
678
679         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
680         In-place substitutions for the group name encoding/decoding.
681         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
682         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
683         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
684         (nnimap-update-unseen, nnimap-request-list)
685         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
686         (nnimap-request-set-mark, nnimap-split-to-groups)
687         (nnimap-split-articles, nnimap-request-newgroups)
688         (nnimap-request-create-group, nnimap-request-accept-article)
689         (nnimap-request-delete-group, nnimap-request-rename-group)
690         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
691         `encoded-mbx' for consistency.
692         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
693         variable `imap-current-mailbox'.
694
695         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
696         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
697
698 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
699
700         * pop3.el (pop3-display-message-size-flag): Display message size byte
701         counts during POP3 download.
702         (pop3-movemail): Use it.
703         (pop3-list): Implement listing of available messages.
704
705 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
706
707         * nnir.el (nnir-get-article-nov-override-function): New function to
708         override the normal NOV retrieval.
709         (nnir-retrieve-headers): Use it.
710
711 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
712
713         * auth-source.el (netrc-machine-user-or-password): Autoload.
714
715 2010-03-19  Glenn Morris  <rgm@gnu.org>
716
717         Stop message.el from loading about 40 libraries it doesn't always need.
718         The general approach is to autoload rather than require, and to
719         require in the specific functions rather than the file.  (Bug#5642)
720
721         * gmm-utils.el: Don't require wid-edit.
722         (widget-create-child-value, widget-convert, widget-default-get):
723         Autoload.
724
725         * gnus-util.el: Don't require time-date, netrc.
726         (message-fetch-field, gnus-group-name-decode): Declare rather than
727         autoloading.
728         (gnus-fetch-field): Require message.
729         (gnus-decode-newsgroups): Require gnus-group.
730
731         * ietf-drums.el: Don't require time-date.
732
733         * message.el: Don't require hashcash, canlock, ecomplete.
734         Do require mail-utils.  Require nnheader only when compiling.
735         (smtpmail-default-smtp-server): Remove declaration.
736         (message-send-mail-function): Check smtpmail-default-smtp-server
737         is bound rather than requiring smtpmail.
738         (message-auto-save-directory, message-insert-signature): Use
739         expand-file-name rather than nnheader-concat.
740         (nnheader-insert-file-contents): Autoload.
741         (hashcash-wait-async): Declare.
742         (message-send-mail): Only call gnus-setup-posting-charset if
743         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
744         (message-send-mail-with-sendmail): Require sendmail.
745         (canlock-password, canlock-password-for-verify): Declare.
746         (message-canlock-password): Require canlock.
747         (nnheader-get-report): Autoload.
748         (gnus-setup-posting-charset): Declare.
749         (message-send-news): Require gnus-msg.
750         (message-make-references, message-make-in-reply-to): Use mail-header-id
751         rather than the alias mail-header-message-id.
752         (ecomplete-add-item, ecomplete-save): Declare.
753         (message-put-addresses-in-ecomplete): Require ecomplete.
754         (ecomplete-display-matches): Autoload.
755
756         * mm-decode.el: Don't require mailcap, gnus-util.
757         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
758         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
759         Autoload.
760         (mailcap-mime-extensions): Declare.
761
762         * mm-encode.el: Don't require mailcap.
763         (mailcap-extension-to-mime): Autoload.
764
765         * mml-sec.el: Don't require password-cache.
766
767         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
768         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
769         (mml-minibuffer-read-type): Require mailcap.
770         (mml-preview): Require gnus-msg.
771
772         * mml1991.el: Require password-cache.
773         (password-cache-expiry): Remove declaration.
774
775         * mml2015.el: Require password-cache.
776         (password-cache-expiry): Remove declaration.
777
778         * nneething.el (mailcap): Require mailcap.
779
780         * nnheader.el (declare-function): Add compatibility stub.
781         (message-remove-header): Declare rather than autoload.
782         (nnheader-replace-header): Require message.
783
784         * nnimap.el (declare-function): Add compatibility stub.
785         (netrc-parse, netrc-machine-user-or-password): Declare.
786         (nnimap-open-connection): Require netrc.
787
788         * nntp.el (declare-function): Add compatibility stub.
789         (netrc-parse, netrc-machine, netrc-get): Declare.
790         (nntp-send-authinfo): Require netrc.
791
792         * rfc2047.el: Don't require qp.
793         (quoted-printable-encode-region, quoted-printable-decode-string):
794         Autoload.
795
796         * sieve-mode.el: Don't require easymenu.
797         (easy-menu-add-item): Autoload it.
798
799         * spam-stat.el (time-to-number-of-days): Autoload it.
800
801 2010-03-19  Glenn Morris  <rgm@gnu.org>
802
803         * password-cache.el (password-cache, password-cache-expiry): Autoload.
804
805 2010-03-18  Glenn Morris  <rgm@gnu.org>
806
807         * hashcash.el (declare-function): Remove duplicate definition.
808
809 2010-03-17  Kevin Ryde  <user42@zip.com.au>
810
811         * mml.el (mml-read-tag): Unquote values with `read' to reverse
812         prin1 in mml-insert-tag (just stripping the quotes gave wrong
813         value if any backslash escapes).
814
815 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
816
817         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
818         if it is available.  (bug#5647)
819
820         * lpath.el: Suppress compiler warning for coding-system-from-name for
821         Emacs 21 and XEmacs.
822
823 2010-03-14  Juri Linkov  <juri@jurta.org>
824
825         * hmac-def.el:
826         * hmac-md5.el:
827         * netrc.el: Fix keywords.
828
829 2010-02-26  Glenn Morris  <rgm@gnu.org>
830
831         * message.el (message-send-mail-function): Change the default, so that
832         it inherits from a customized send-mail-function.  (Bug#5643)
833
834 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
835
836         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
837         shell-command-to-string signals an error (bug#5299).
838
839 2010-02-24  Glenn Morris  <rgm@gnu.org>
840
841         * message.el (message-smtpmail-send-it)
842         (message-send-mail-with-mailclient): Doc fixes.
843
844 2010-02-16  Glenn Morris  <rgm@gnu.org>
845
846         * message.el (message-default-mail-headers): Change the default value
847         to ease the transition from mail-mode to message-mode.  (Bug#5555)
848
849 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
852         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
853
854 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
855
856         * time-date.el (date-to-time): Doc fix (Bug#5408).
857
858 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
859
860         * message.el (message-mail): Just pass yank-action on to message-setup.
861         (message-setup): Handle (FUN . ARGS) form of yank-action.
862         (message-with-reply-buffer, message-widen-reply)
863         (message-yank-original): Handle non-buffer values of
864         message-reply-buffer (Bug#4080).
865         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
866
867 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
868
869         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
870         Fix typo in docstring.
871
872 2010-01-08  Jason Rumney  <jasonr@gnu.org>
873
874         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
875         response.
876
877 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
878
879         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
880
881         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
882
883         * message.el (message-check-news-header-syntax): Protect against a
884         string that `rfc822-addresses' returns when parsing fails.
885
886 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
889         (gnus-previous-char-property-change): New functions.
890
891         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
892
893 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
894
895         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
896         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
897
898 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
899
900         * message.el (message-exchange-point-and-mark): Rework last change to
901         avoid using optional arg of exchange-point-and-mark, for backward
902         compatibility.
903
904 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
905
906         * message.el (message-exchange-point-and-mark): Call
907         exchange-point-and-mark with an argument rather than setting
908         mark-active by hand (Bug#5175).
909
910 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
911
912         * nntp.el (nntp-service-to-port): Work for service expressed with
913         numeric string; replace [:digit:] with [0-9] for XEmacs.
914
915 2009-12-17  Glenn Morris  <rgm@gnu.org>
916
917         * gnus-group.el (gnus-bug-group-download-format-alist):
918         Change emacs entry to debbugs.gnu.org.  Bump :version.
919
920 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
921
922         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
923
924 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
925
926         * message.el (message-info): Explain why we use `Info-goto-node'.
927
928 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
931
932 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
933
934         * message.el (message-completion-in-region): New compatibility function.
935         (message-expand-group): Use it.
936
937 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
940         with no unread article should be listed if the 2nd arg `predicate' is
941         given.
942
943 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
946
947 2009-11-29  Juri Linkov  <juri@jurta.org>
948
949         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
950         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
951         on `gnus-recenter'. (Bug#4698, Bug#4981)
952
953 2009-11-26  Kevin Ryde  <user42@zip.com.au>
954
955         * sha1.el (sha1-string-external): default-directory "/" in case
956         otherwise non-existent.  process-connection-type pipe for touch of
957         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
958
959 2009-11-25  Kevin Ryde  <user42@zip.com.au>
960
961         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
962         it's comms related and sgml-mode.el has "comm" on that basis too.
963
964 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
967         containing tspecial characters if they have been already quoted.
968
969 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
970
971         * dns-mode.el (auto-mode-alist): Purecopy string.
972
973 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
974
975         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
976
977 2009-10-24  Glenn Morris  <rgm@gnu.org>
978
979         * gnus-art.el (help-xref-stack-item): Define for compiler.
980
981 2009-10-21  Kevin Ryde  <user42@zip.com.au>
982
983         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
984
985 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
986
987         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
988
989 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
992         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
993
994 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * gnus.el (gnus-overlay-get): New alias to overlay-get.
997         (gnus-overlays-in): New alias to overlays-in.
998
999         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
1000         gnus-overlay-get, and gnus-delete-overlay.
1001         (gnus-summary-show-thread): Make it work as well for systems in which
1002         next-single-char-property-change is not available.
1003         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
1004
1005         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
1006         (gnus-overlay-get): New alias to extent-property.
1007         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
1008
1009         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
1010         SXEmacs.
1011
1012         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
1013         SXEmacs.
1014
1015 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
1016
1017         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
1018
1019 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1020
1021         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
1022         and XEmacs that don't have `remove-overlays'.
1023
1024 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1025
1026         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
1027         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
1028         selective display.  Use overlays instead.
1029
1030 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1031
1032         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
1033
1034 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1035
1036         * spam-stat.el (spam-stat-load): Fix typo in message.
1037
1038 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1039
1040         * dig.el (dig-invoke): Fix typo in docstring.
1041         (query-dig): Reflow docstring.
1042
1043 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
1044
1045         * gnus-art.el (gnus-article-encrypt-body):
1046         * message.el (message-check-recipients):
1047         * mm-util.el (mm-codepage-setup):
1048         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
1049         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
1050
1051 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1052
1053         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
1054         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
1055         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1056         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1057         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1058
1059 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1060
1061         * dig.el: Add "Keywords: comm", as per net-utils.el.
1062
1063 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1064
1065         * dig.el (dig-mode): Use define-derived-mode.
1066
1067 2009-09-19  Glenn Morris  <rgm@gnu.org>
1068
1069         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1070
1071 2009-09-18  Glenn Morris  <rgm@gnu.org>
1072
1073         * gnus-diary.el (gnus-diary-check-message):
1074         * message.el (message-insert-formatted-citation-line):
1075         * nnbabyl.el (top-level):
1076         * nndiary.el (nndiary-schedule):
1077         Fix typos in condition-case handlers.
1078
1079 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1082         configuration that provides the sole article window in a frame;
1083         position point correctly after deleting a part.
1084
1085 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1086
1087         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1088         (spam-resolve-registrations-routine): Use it to unregister articles
1089         that change status.
1090
1091 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1092
1093         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1094         with XEmacs.
1095         (parse-time-string-chars): Use it.
1096
1097 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1098
1099         * imap.el (imap-interactive-login): Better messages.
1100         (imap-open): Fix bug with renamed buffer on reconnect.
1101         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1102         for easier debugging and cleaner code.  On successful (guessed based on
1103         server capabilities) secondary authentication, set imap-state
1104         correctly.
1105         (imap-last-authenticator): Define imap-last-authenticator as a variable
1106         to avoid warnings.
1107
1108 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * nnrss.el (nnrss-request-article): Remove binding of
1111         default-enable-multibyte-characters that has gotten needless by
1112         the 2007-07-13 change in rfc2047-encode-message-header.
1113
1114         * mml.el (mml-insert-multipart): Error on the message header.
1115         (mml-insert-part): Error on the message header; position point at
1116         the end of a MIME tag.
1117
1118 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * time-date.el (autoload): Expand define-obsolete-function-alias into
1121         defalias and make-obsolete for old Emacsen that Gnus supports.
1122         (with-no-warnings): Define it for old Emacsen.
1123         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1124         is available.
1125         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1126         float-time is available; suppress compile warning for time-to-seconds.
1127
1128         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1129         (gnus-float-time): Alias to float-time if it exists.
1130
1131         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1132         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1133         float-time is available; suppress compile warning for time-to-seconds.
1134
1135         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1136         XEmacs.
1137
1138 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1139
1140         * imap.el (imap-message-map): Docstring fix.
1141
1142 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1143
1144         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1145         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1146         Add the optional argument `encoding' that overrides the default.
1147
1148         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1149         mm-encode-buffer.
1150
1151 2009-09-04  Glenn Morris  <rgm@gnu.org>
1152
1153         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1154         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1155         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1156         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1157         * mm-util.el (mm-with-unibyte-current-buffer)
1158         (mm-find-buffer-file-coding-system):
1159         * yenc.el (yenc-decode-region): Use default-value rather than
1160         default-enable-multibyte-characters.
1161
1162 2009-09-03  Glenn Morris  <rgm@gnu.org>
1163
1164         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1165         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1166         than default-enable-multibyte-characters.
1167
1168 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1169
1170         * gnus-art.el (gnus-article-read-summary-keys):
1171         Fix gnus-buffer-configuration's value temporarily used.
1172
1173 2009-09-02  Glenn Morris  <rgm@gnu.org>
1174
1175         * gnus-util.el (gnus-float-time): New function.
1176         * gnus-delay.el (gnus-delay-article):
1177         * gnus-sum.el (gnus-thread-latest-date):
1178         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1179         * nnspool.el (nnspool-request-newgroups):
1180         Use gnus-float-time rather than time-to-seconds.
1181         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1182
1183         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1184         (gnus-header-subject-face, gnus-header-newsgroups-face)
1185         (gnus-header-name-face, gnus-header-content-face):
1186         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1187         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1188         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1189         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1190         (gnus-cite-face-11):
1191         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1192         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1193         (gnus-server-closed-face, gnus-server-denied-face)
1194         (gnus-server-offline-face):
1195         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1196         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1197         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1198         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1199         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1200         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1201         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1202         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1203         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1204         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1205         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1206         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1207         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1208         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1209         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1210         (gnus-summary-high-undownloaded-face)
1211         (gnus-summary-low-undownloaded-face)
1212         (gnus-summary-normal-undownloaded-face)
1213         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1214         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1215         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1216         (gnus-splash-face):
1217         * message.el (message-header-to-face, message-header-cc-face)
1218         (message-header-subject-face, message-header-newsgroups-face)
1219         (message-header-other-face, message-header-name-face)
1220         (message-header-xheader-face, message-separator-face)
1221         (message-cited-text-face, message-mml-face):
1222         * sieve-mode.el (sieve-control-commands-face)
1223         (sieve-action-commands-face, sieve-test-commands-face)
1224         (sieve-tagged-arguments-face):
1225         * spam.el (spam-face):
1226         Mark face aliases with "-face" in the name as obsolete.
1227
1228 2009-09-01  Glenn Morris  <rgm@gnu.org>
1229
1230         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1231         than goto-line.
1232
1233 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1234
1235         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1236         Don't move point if the command is invoked inside the message header.
1237
1238 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1239
1240         * imap.el (imap-send-command): Simplify.
1241         (imap-wait-for-tag): point-max -> buffer-size.
1242
1243 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1244
1245         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1246         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1247         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1248         * nnir.el (nnir-swish-e-index-file):
1249         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1250         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1251         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1252         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1253         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1254         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1255
1256 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1259         Don't save excursion.
1260
1261 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1262
1263         * nnheader.el (nnheader-find-file-noselect):
1264         * mm-util.el (mm-insert-file-contents):
1265         Use (default-value 'major-mode) instead of default-major-mode.
1266
1267 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1268
1269         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1270
1271 2009-08-26  Glenn Morris  <rgm@gnu.org>
1272
1273         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1274         than placing in files.el.
1275
1276 2009-08-25  Glenn Morris  <rgm@gnu.org>
1277
1278         * nnir.el (top-level): Don't require cl at run-time.
1279         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1280         Replace cl-function substitute with gnus-replace-in-string.
1281         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1282         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1283         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1284         simplified expansions.
1285
1286 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1287
1288         * dig.el (dig): Add autoload cookie.
1289
1290 2009-08-22  Glenn Morris  <rgm@gnu.org>
1291
1292         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1293         goto-line.
1294
1295 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1296
1297         * parse-time.el (parse-time-string-chars): Save match data.
1298
1299 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1300
1301         * parse-time.el (parse-time-string-chars): Compute using character
1302         classes, to handle non-ascii characters (Bug#3190).
1303
1304 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1307
1308         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1309         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1310         (gnus-mm-display-part, gnus-mime-display-single)
1311         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1312         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1313
1314         * gnus-sum.el
1315         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1316         (gnus-summary-move-article): Add expirable mark to articles copied or
1317         moved to group that has auto-expire turned on if the option is non-nil.
1318
1319 2009-07-24  Glenn Morris  <rgm@gnu.org>
1320
1321         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1322         Fix typo.  (Bug#3903)
1323
1324 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1327         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1328         that should not be used for draft articles.
1329         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1330         that has no concern in minor mode keys.
1331         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1332         Abolish.
1333
1334 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1335
1336         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1337         article without making inquiry to a user for unknown encoding.
1338
1339         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1340         (nnmaildir--scan): Assume i-node and device number that file-attributes
1341         returns might be cons-cell.
1342
1343         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1344
1345         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1346
1347 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1348
1349         * auth-source.el: Remove docs now in auth.texi.  Don't use
1350         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1351         `auth-source-hide-passwords' and use them.
1352
1353 2009-07-15  Glenn Morris  <rgm@gnu.org>
1354
1355         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1356
1357 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1358
1359         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1360         excessive whitespace from the default values of title and description.
1361
1362 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1363
1364         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1365         mail-fetch-field to fetch Content-Description header in order to
1366         exclude newlines.
1367
1368 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1369
1370         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1371         format used by GnuPG 2.0.11.
1372
1373 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1374
1375         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1376         to deleted part.
1377
1378 2009-05-30  David Engster  <dengste@eml.cc>
1379
1380         * nnmairix.el: Remove old documentation in the commentary block.
1381         (nnmairix-request-group): Do not update active file for nnml back ends.
1382         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1383         end so that overview files are ignored.
1384         (nnmairix-update-groups): Make updating the groups more robust by using
1385         marks.
1386         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1387         with dollar characters in message-id.
1388
1389 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1390
1391         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1392         2008-12-25 in dns.el.
1393
1394 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1395
1396         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1397         could happen if the text is only composed of spaces and/or tabs.
1398
1399 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1400
1401         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1402         when sending a queued message to avoid extra mml tags.
1403
1404 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1405
1406         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1407
1408 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1411         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1412         rmail-toggle-header for XEmacs;
1413         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1414
1415 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * gnus-dired.el: Remove autoload for gnus-setup-message.
1418         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1419         displaying Gnus logo; always use compose-mail.
1420
1421 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1422
1423         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1424
1425 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1428         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1429         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1430         available.
1431         (gnus-nocem-epg-verify): New function.
1432
1433 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1434
1435         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1436
1437 2009-02-15  Glenn Morris  <rgm@gnu.org>
1438
1439         * gnus-util.el (rmail-insert-rmail-file-header)
1440         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1441         autoloads.
1442         (rmail-default-rmail-file): Remove unnecessary declaration.
1443         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1444
1445 2009-02-14  Glenn Morris  <rgm@gnu.org>
1446
1447         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1448         variable (only used in gnus-util, which declares it anyway).
1449         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1450         which was only needed by gnus-art (changed to not use it any more).
1451         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1452         only used in gnus-util, which autoloads it itself.
1453         (rmail-update-summary): Fix autoload.
1454
1455         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1456         rather than rmail-output-to-rmail-file.
1457
1458 2009-02-07  Glenn Morris  <rgm@gnu.org>
1459
1460         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1461         autoload of function that no longer exists.
1462         (rmail-toggle-header): Declare.
1463         (message-forward-rmail-make-body): Handle mbox Rmail.
1464
1465 2009-01-31  Glenn Morris  <rgm@gnu.org>
1466
1467         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1468         2009-01-09 change.
1469
1470 2009-01-31  Dave Love  <fx@gnu.org>
1471
1472         * imap.el (imap-fetch-safe): Bind debug-on-error.
1473         (imap-debug): Add imap-fetch-safe.
1474
1475 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1476
1477         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1478         (auth-source-forget-all-cached): New convenience function.
1479         (auth-source-user-or-password): Accept list of modes or a single mode.
1480
1481         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1482         auth-source modes.
1483
1484         * netrc.el (netrc-machine-user-or-password): Use list of
1485         auth-source modes.
1486
1487         * nnimap.el (nnimap-open-connection): Use list of
1488         auth-source modes.
1489
1490         * nntp.el (nntp-send-authinfo): Use list of
1491         auth-source modes.
1492
1493 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1494
1495         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1496         now.
1497
1498 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1499
1500         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1501         coding system in XEmacs; add a workaround for XEmacs.
1502
1503         * lpath.el: Fbind coding-system-aliasee.
1504
1505 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1506
1507         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1508         of current-language-environment.
1509
1510 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1511
1512         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1513         available at runtime.
1514
1515 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1516
1517         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1518
1519 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1520
1521         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1522         the greatest positive fixnum value doesn't work under an XEmacs with
1523         bignum support; use the most-positive-fixnum constant instead,
1524         available since Emacs 21.1 with cl and XEmacs 21.1.
1525
1526 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1527
1528         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1529         XEmacs gets not to work.
1530
1531 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1532
1533         * mm-util.el (mm-coding-system-priorities): Allow the value like
1534         "Japanese (UTF-8)" of current-language-environment.
1535
1536 2009-01-09  Glenn Morris  <rgm@gnu.org>
1537
1538         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1539         with last-command-event.
1540
1541 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1542
1543         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1544         in the doc string.
1545
1546         * message.el (message-fix-before-sending): Amend comment.
1547
1548 2009-01-08  Dave Love  <fx@gnu.org>
1549
1550         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1551
1552 2009-01-07  David Engster  <dengste@eml.cc>
1553
1554         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1555         simplified server definitions by converting it via
1556         gnus-server-to-method.
1557
1558 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1559
1560         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1561         parameter's operands.
1562
1563 2009-01-06  David Engster  <dengste@eml.cc>
1564
1565         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1566         primary select method (for gnus-group-mark-article-as-read).
1567
1568 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1569
1570         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1571         `(gnus)Face', not `(gnus)X-Face'.
1572
1573 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1574
1575         * mm-util.el (mm-ucs-to-char): New function.
1576
1577         * mm-url.el (mm-url-decode-entities): Use it.
1578
1579         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1580         unicode-to-char.
1581
1582 2009-01-05  Dave Love  <fx@gnu.org>
1583
1584         * time-date.el: Require cl for `declare'.
1585
1586 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1587
1588         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1589         Dave Love.
1590
1591 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1592
1593         * message.el (message-fix-before-sending): Add `eight-bit' to
1594         illegible-text check.
1595
1596 2009-01-03  Michael Olson  <mwolson@gnu.org>
1597
1598         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1599         `headers' is nil.  This can occur if the IMAP server does not have
1600         permissions to read messages from a folder, but can write new messages
1601         to the folder.
1602         (nnimap-request-article-part): Do not insert `data' if it is nil.
1603
1604         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1605         characters which will confuse `read', so skip past them.
1606
1607 2009-01-01  Dave Love  <fx@gnu.org>
1608
1609         * imap.el (imap-string-to-integer): Fix typo.
1610         (imap-fetch-safe): New function.
1611         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1612
1613         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1614
1615         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1616         (imap-parse-greeting): Fix doc strings.
1617         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1618         (imap-parse-flag-list): Make messages unique.
1619         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1620
1621         * nnimap.el: Fix author email.
1622         (nnimap-split-rule): Add FIXME comment.
1623         (nnimap-debug): Fix doc string.
1624
1625 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1626
1627         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1628
1629 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1630
1631         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1632         nslookup if resolv.conf isn't available.
1633         (dns-query): Rename from query-dns.
1634         (dns-query-cached): Rename from query-dns-cached.
1635
1636 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1637
1638         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1639         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1640         to check if those variables exist (first appeared in Emacs 18.50).
1641
1642 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1643
1644         * mm-util.el (mm-line-number-at-pos): New function.
1645
1646         * spam-report.el (spam-report-process-queue): Use it.
1647
1648 2008-12-24  David Engster  <dengste@eml.cc>
1649
1650         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1651         parameters that haven't existed as variables as buffer-local variables.
1652
1653 2008-12-23  Dave Love  <fx@gnu.org>
1654
1655         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1656         cadar.
1657
1658         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1659         imap-starttls-p.
1660         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1661
1662 2008-12-22  Dave Love  <fx@gnu.org>
1663
1664         * imap.el: Fix author email.  Doc fixes.
1665         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1666         reply.
1667
1668 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1669
1670         * spam-report.el (spam-report-gmane-max-requests): New constant.
1671         (spam-report-gmane-wait): New variable.
1672         (spam-report-gmane-ham, spam-report-gmane-spam)
1673         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1674         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1675         the server.
1676
1677         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1678         Add explanations.
1679
1680         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1681         nnheader-accept-process-output and nnheader-read-timeout if available.
1682         (pop3-movemail): Use it.
1683
1684         * message.el (message-check-news-body-syntax): Fix signature check if
1685         there's an attachment.
1686
1687 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1688
1689         * mm-util.el: Add comments to the mm- emulating functions.
1690
1691 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1692
1693         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1694         by Stephen Berman <stephen.berman@gmx.net>.
1695
1696 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1697
1698         * mm-util.el (mm-substring-no-properties): New function.
1699         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1700         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1701         (mm-string-to-multibyte): Doc fix.
1702
1703         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1704
1705 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1706
1707         * mml.el (mml-attach-file): Strip text properties from file name.
1708         (Bug#1574)
1709
1710 2008-12-16  Glenn Morris  <rgm@gnu.org>
1711
1712         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1713
1714 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1717         knows since the charset specified might be a bogus alias that
1718         mm-charset-synonym-alist provides.
1719
1720 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1721
1722         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1723         "ISO_8859-1".
1724
1725         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1726
1727 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1728
1729         * mm-util.el (mm-charset-eval-alist):
1730         Define it before mm-charset-to-coding-system.
1731         (mm-charset-to-coding-system): Add optional argument `silent';
1732         define it before mm-charset-override-alist.
1733         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1734         default value if it can be used in Emacs currently running;
1735         silence mm-charset-to-coding-system.
1736
1737 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1738
1739         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1740         `allow-override' which says whether to use `mm-charset-override-alist'.
1741         (rfc2047-decode-encoded-words): Use it.
1742
1743         * mm-util.el (mm-charset-override-alist): Fix custom type;
1744         add `(gb2312 . gbk)' to choices.
1745
1746 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1747
1748         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1749         fast.
1750
1751         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1752
1753         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1754
1755 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1756
1757         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1758         on links.
1759
1760         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1761
1762 2008-12-03  Lute Kamstra  <lute@gnu.org>
1763
1764         * sha1.el: Remove leading * from docstrings of defcustoms,
1765         deffaces, defconsts and defuns.
1766
1767 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1770         users' addresses that don't have domain parts.
1771         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1772         rather than message-narrow-to-head since there will be the message
1773         header separator.
1774
1775 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1776
1777         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1778         since the result is inserted in a unibyte buffer anyway.
1779         (nnimap-demule-use-string-to-multibyte): Remove.
1780         (nnimap-demule): Alias it to mm-string-to-multibyte.
1781
1782 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1783
1784         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1785         variable for debugging bug#464 and bug#1174.
1786         (nnimap-demule): Use it.
1787
1788 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1789
1790         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1791         score calculation correctly.
1792
1793 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1794
1795         * message.el (message-send-mail): Just set the buffer to unibyte
1796         rather than use mm-with-unibyte-current-buffer which does a lot more.
1797         (message-send-mail-partially): Don't bother with
1798         mm-with-unibyte-current-buffer since it's already been made unibyte by
1799         message-send-mail.
1800
1801 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1802
1803         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1804
1805 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1806
1807         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1808
1809 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1810
1811         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1812         require itself and to remove `with-no-warnings'.
1813
1814 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1815
1816         * starttls.el (starttls-any-program-available): Get the name of the
1817         available TLS layer program.
1818         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1819         well as the host name in the "opening" message.
1820
1821         * auth-source.el (auth-source-cache, auth-source-do-cache)
1822         (auth-source-user-or-password): Cache passwords and logins by default,
1823         allow override with `auth-source-do-cache'.
1824         (auth-source-forget-user-or-password): Allow users to remove cache
1825         entries if needed.
1826
1827 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1828
1829         * md4.el (md4-buffer): Fix typo in docstring.
1830         (md4, md4-64): Doc fixes.
1831         (md4-pack-int32): Reflow docstring.
1832
1833 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1834
1835         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1836         condition-case to only the forward-sexp call.
1837
1838 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1839
1840         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1841         quotes contained.  Make it more robust regardless by an extra
1842         condition-case wrapper.
1843
1844 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1845
1846         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1847
1848 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1849
1850         * nnml.el (nnml-request-expire-articles): Check if the function set to
1851         `nnmail-expiry-target' returns the symbol `delete'.
1852
1853         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1854
1855         * nnmail.el (nnmail-expiry-target): Fix custom type.
1856
1857 2008-10-02  Glenn Morris  <rgm@gnu.org>
1858
1859         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1860         Silence compiler warning.
1861
1862 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1863
1864         * tls.el (open-tls-stream): Show the actual command being
1865         executed, instead of the format string.
1866
1867 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * lpath.el: Fbind codepage-setup for Emacs 23.
1870
1871 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1872
1873         * mml.el (mml-menu): Don't assume mml2015 is bound.
1874
1875 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1876
1877         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1878         exists.
1879
1880 2008-09-27  Glenn Morris  <rgm@gnu.org>
1881
1882         * gnus-util.el (mail-header-remove-comments): Autoload it.
1883
1884 2008-09-27  Andreas Schwab  <schwab@suse.de>
1885
1886         * gnus-util.el (gnus-split-references): Strip comments.
1887         (gnus-parent-id): Likewise.
1888
1889 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1890
1891         * message.el (message-confirm-send): Fix version.
1892
1893 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1894
1895         * message.el (message-idna-to-ascii-rhs-1): Use
1896         mail-extract-address-components rather than mail-header-parse-addresses
1897         that is an alias by default to ietf-drums-parse-addresses that does not
1898         support non-ASCII names in headers' contents.
1899
1900 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1901
1902         * message.el (message-confirm-send): Fixed variable documentation to
1903         avoid the "y/n" wording.
1904
1905 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1906
1907         * message.el (message-set-auto-save-file-name): Save to a different
1908         filename so multiple messages (especially drafts) can be recovered.
1909
1910 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1911
1912         * message.el (message-confirm-send): Add appropriate version.
1913
1914 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1915
1916         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1917         defvar.
1918
1919 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1920
1921         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1922         (mm-pkcs7-enveloped-magic): Ditto.
1923
1924 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1925
1926         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1927         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1928
1929 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1930
1931         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1932         default, it's better.
1933
1934 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1935
1936         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1937         summary line gnus-number property and ignore them (with a warning
1938         message).
1939
1940 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1941
1942         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1943         macro caddr in the interactive form since it won't be expanded.
1944
1945 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1948         `charset'; fix name of function called recursively.
1949         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1950
1951 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1954         (gnus-mime-set-charset-parameters): New function.
1955         (gnus-mime-view-part-as-charset): Use it to correctly display part
1956         specifying wrong charset.
1957
1958 2008-09-08  David Engster  <dengste@eml.cc>
1959
1960         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1961         in completing-read for back end server.
1962
1963 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1964
1965         * message.el (message-confirm-send): New variable to confirm sending a
1966         message.
1967         (message-send): Use it.
1968
1969 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1970
1971         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1972
1973 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1974
1975         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1976
1977 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1978
1979         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1980         prevent tracking too many groups.
1981         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1982         Use it.
1983
1984 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1985
1986         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1987         moving point to the bottom of the window in order to avoid recentering.
1988
1989 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1992
1993         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1994         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1995         (gnus-article-beginning-of-window): Fix calculation.
1996
1997 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1998
1999         * gnus-msg.el (gnus-summary-supersede-article)
2000         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
2001         value of gnus-newsgroup-charset to decode non-MIME encoded text in
2002         message header.
2003
2004 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
2005
2006         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
2007         pending output coming after the status change.
2008
2009 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
2010
2011         * message.el:
2012         * gnus-start.el:
2013         * gnus-registry.el: Remove VMS support.
2014
2015 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
2018         macro.
2019         (rfc2104-hash): Use it.
2020
2021 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
2022
2023         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
2024         (gnus-summary-sort-by-most-recent-date): New commands.
2025         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
2026         and menu entries.
2027
2028 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2029
2030         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
2031         don't redisplay article for raw contents; remove plural articles stuff.
2032
2033         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
2034         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
2035         on gnus-summary-save-article; display results properly.
2036
2037 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * lpath.el: No need to fbind ns-focus-frame.
2040
2041 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
2044
2045 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2046
2047         * gnus-art.el (gnus-summary-save-in-pipe): Consider
2048         gnus-save-all-headers.
2049
2050 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
2051
2052         * gnus-util.el (ns-focus-frame): Remove declaration.
2053         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
2054         like x.
2055
2056 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2057
2058         * rfc2104.el (rfc2104-zero): Delete defconst.
2059         (rfc2104-hex-alist): Likewise.
2060         (rfc2104-hex-to-int): Delete func.
2061         (rfc2104-hexstring-to-bitstring): Likewise.
2062         (rfc2104-nybbles): New defconst.
2063         (rfc2104-hash): Rewrite for speed.
2064
2065 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2066
2067         * tls.el (open-tls-stream): Make it work with the 2nd argument
2068         BUFFER that is a string but does not exist as a buffer object, as
2069         mentioned in the doc-string.
2070
2071 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2072
2073         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2074         SXEmacs.
2075
2076 2008-07-16  Glenn Morris  <rgm@gnu.org>
2077
2078         * gnus-util.el (ns-focus-frame): Declare for compiler.
2079
2080 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2081
2082         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2083         set as a group parameter.
2084         (gnus-summary-save-in-pipe): Work when it is called independently.
2085         (gnus-summary-pipe-to-muttprint): Don't modify
2086         gnus-summary-pipe-output-default-command.
2087
2088 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2089
2090         * message.el (message-send-mail-with-sendmail):
2091         Display the error message.
2092
2093 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * gnus-art.el (gnus-default-article-saver):
2096         Add gnus-summary-save-in-pipe to choices.
2097         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2098         gnus-summary-pipe-output-default-command as the default command.
2099         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2100         instead of gnus-last-shell-command.
2101
2102         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2103         New user option.
2104         (gnus-summary-muttprint-program): Mention the value will be changed.
2105         (gnus-summary-save-article): Force showing of all headers.
2106         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2107
2108 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2109
2110         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2111
2112 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2113
2114         * nnimap.el (nnimap-id):
2115         * sieve-manage.el (sieve-manage-open): Doc fixes.
2116
2117 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2118
2119         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2120         if available.
2121
2122 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2123
2124         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2125
2126         * nnkiboze.el (nnkiboze-generate-group):
2127         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2128
2129         * nnmairix.el: Require CL.
2130
2131 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2132
2133         * dgnushack.el: Autoload get-display-table and put-display-table for
2134         XEmacs 21.5.
2135
2136         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2137         21.4 and SXEmacs.
2138
2139 2008-06-15  David Engster  <dengste@eml.cc>
2140
2141         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2142
2143 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2144
2145         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2146         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2147         runtime choice under XEmacs.
2148
2149         * gnus-sum.el (gnus-summary-set-display-table):
2150         Use `gnus-put-display-table', `gnus-get-display-table',
2151         `gnus-set-display-table' for the display table, instead of `aset'.
2152
2153         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2154         Use `gnus-put-display-table', `gnus-get-display-table',
2155         `gnus-set-display-table' for the display table.
2156
2157 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2158
2159         * nnmairix.el: Add autoloads.
2160
2161 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2162
2163         * nnmairix.el (nnmairix-delete-recreate-group)
2164         (nnmairix-update-and-clear-marks): Fix error messages.
2165
2166 2008-06-14  David Engster  <dengste@eml.cc>
2167
2168         * nnmairix.el: Upgrade to version 0.6.
2169         (nnmairix-group-toggle-propmarks-this-group)
2170         (nnmairix-group-toggle-readmarks-this-group)
2171         (nnmairix-group-delete-recreate-this-group)
2172         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2173         (nnmairix-remove-tick-mark-original-article): New commands.
2174         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2175         (nnmairix-propagate-marks-to-nnmairix-groups)
2176         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2177         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2178         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2179         functions needed for marks propagation and manipulation of read marks.
2180         (nnmairix-update-groups): New function.
2181         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2182         (nnmairix-determine-original-group-from-registry)
2183         (nnmairix-determine-original-group-from-path)
2184         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2185         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2186         New helper functions.
2187         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2188         keystrokes for new commands.
2189         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2190         (nnmairix-request-group): Check allow-fast group parameter.
2191         (nnmairix-request-create-group): Set allow-fast group parameter if
2192         nnmairix-allowfast-default is set.
2193         (nnmairix-close-group): Propagate marks upon closing if needed.
2194         (nnmairix-group-toggle-threads-this-group): Use new.
2195         nnmairix-group-toggle-parameter helper function.
2196         (nnmairix-search): Better check for empty search result.
2197         (nnmairix-goto-original-article): Use new helper functions for
2198         determining original article.
2199         (nnmairix-show-original-article): Make sure message-id is in brackets.
2200         (nnmairix-call-mairix-binary): Change variable name.
2201         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2202         helper function.
2203         (nnmairix-widget-toggle-activate): Fix doc string.
2204
2205 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2206
2207         * nnir.el: Require edmacro when compiling with XEmacs.
2208         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2209         available in Emacs 21.
2210
2211 2008-06-11  Glenn Morris  <rgm@gnu.org>
2212
2213         * gnus-util.el (x-focus-frame):
2214         * gnus.el (image-size):
2215         * mm-decode.el (image-size): Declare.
2216
2217         * gnus-picon.el (declare-function): Add compat definition.
2218         (image-size): Declare.
2219
2220         * gnus-group.el (tool-bar-map):
2221         * gnus-sum.el (tool-bar-map): Define for compiler.
2222
2223         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2224
2225         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2226
2227         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2228         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2229         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2230         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2231         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2232         * sieve-manage.el, spam-report.el, spam.el:
2233         Remove unnecessary eval-and-compile of autoloads.
2234
2235 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2236
2237         * auth-source.el: Precise Tramp doc.
2238
2239 2008-06-07  Glenn Morris  <rgm@gnu.org>
2240
2241         * nnmairix.el: Remove unnecessary eval-when-compile.
2242
2243 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2244
2245         * lpath.el: Fbind propertize for XEmacs 21.4.
2246
2247 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2248
2249         * nnir.el: Move here from ../contrib.
2250
2251 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2252
2253         * gnus-util.el (gnus-read-shell-command): New function.
2254         * mm-decode.el (mm-pipe-part):
2255         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2256
2257 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2260
2261 2008-06-03  Glenn Morris  <rgm@gnu.org>
2262
2263         * pop3.el (nnheader-accept-process-output): Autoload it.
2264
2265 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2268         are not 2-digit hexadecimal characters that follow `%'s.
2269
2270 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * message.el (message-bogus-recipient-p): Fix type in doc string.
2273         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2274         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2275         Improve custom options.
2276         (message-bogus-recipient-p): Adjust accordingly.
2277
2278 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2279
2280         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2281         long-form month and day names.
2282
2283 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * dgnushack.el: Autoload debug, eudc-expand-inline and
2286         pgg-snarf-keys-region for XEmacs.
2287
2288         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2289
2290         * nnmairix.el: Require edmacro when compiling with XEmacs.
2291
2292 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2293
2294         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2295         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2296
2297 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2298
2299         * auth-source.el: Add more docs.
2300
2301         * netrc.el (netrc-machine): Always match if the port is not given.
2302
2303 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304
2305         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2306         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2307         retrieval faster in some cases, but might make CPU usage larger.  If
2308         this has any bad side effects, we might revert this change.
2309
2310         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2311         seems to make mail retrieval much, much faster.
2312         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2313         unconditionally.
2314
2315         * gnus-draft.el (gnus-group-send-queue): Bind
2316         message-send-mail-partially-limit to nil to avoid being prompted.
2317
2318 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2319
2320         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2321
2322         * message.el (message-bogus-address-regexp): Fix and improve custom
2323         type.
2324         (message-setup-hook): Add message-check-recipients as custom option.
2325
2326 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2327
2328         * message.el (message-cite-function): Remove bogus autoload which crept
2329         in during merge from v5-10.
2330
2331 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2332
2333         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2334
2335         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2336
2337         * auth-source.el: Preliminary Tramp docs.
2338         (auth-sources): Change the default auth-sources to use
2339         EPA .gpg files.
2340
2341 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2342
2343         * nntp.el: Autoload `auth-source-user-or-password'.
2344         (nntp-send-authinfo): Use it.
2345
2346         * nnimap.el: Autoload `auth-source-user-or-password'.
2347         (nnimap-open-connection): Use it.
2348
2349         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2350         for the gnus-message function.
2351         (auth-source-user-or-password): Use it.
2352
2353 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2354
2355         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2356         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2357         (rfc2104-hash): Use it.
2358
2359 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2360
2361         * gnus-art.el (gnus-article-toggle-truncate-lines):
2362         Don't use `iff' in docstring.
2363
2364 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2365
2366         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2367
2368         * gnus-util.el (gnus-extract-address-component-name)
2369         (gnus-extract-address-component-email): Convenience functions around
2370         `gnus-extract-address-components'.
2371
2372         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2373         Use `gnus-extract-address-component-email' to fix bug of comparing full
2374         sender name to `user-mail-address'.
2375
2376 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2377
2378         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2379         catch/throw to optimize.
2380         (gnus-registry-find-keywords): Just use member to find a keyword.
2381
2382 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2383
2384         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2385         is current before calling gnus-server-prepare.
2386         (gnus-server-setup-buffer, gnus-server-update-server)
2387         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2388
2389 2008-05-04  Juri Linkov  <juri@jurta.org>
2390
2391         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2392         (mailcap-file-default-commands): Use mailcap-replace-in-string
2393         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2394         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2395
2396 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2397
2398         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2399
2400 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2401
2402         * gnus.el: Bump version to 0.11.
2403
2404 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2405
2406         * gnus.el: No Gnus v0.10 is released.
2407
2408 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409
2410         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2411         hooks.
2412         (gnus-update-read-articles): Speed up non-marks-using users.
2413         (gnus-use-marks): Define gnus-use-marks.
2414         (gnus-propagate-marks): Rename variable to something more sensible.
2415
2416 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2417
2418         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2419         (gmm-image-load-path-for-library): Fix typos in docstrings.
2420         (gmm-message): Reflow docstring.
2421
2422 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2423
2424         * mail-source.el (mail-source-set-1, mail-source-bind):
2425         Move auth-source code out of the macro to clean it up and fix bugs.
2426
2427 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2428
2429         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2430         by sender if it's equal to user-mail-address, it's likely to be
2431         useless.
2432
2433         * mail-source.el (mail-source-bind): Don't use user or password if they
2434         are not bound.  Unintern them if they are nil.  Don't use server unless
2435         it's bound, and default it to empty string otherwise.
2436
2437 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2438
2439         * mail-source.el: Load auth-source.el.
2440         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2441         get user name or password, if auth-sources is set up.
2442
2443         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2444         strategy of splitting with parent.
2445         (gnus-registry-split-fancy-with-parent)
2446         (gnus-registry-post-process-groups): Use it and fix prior
2447         bug (returning a list as the split result).
2448
2449         * auth-source.el (auth-sources): Remove server parameter.
2450         (auth-source-pick, auth-source-user-or-password)
2451         (auth-source-user-or-password-imap)
2452         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2453         (auth-source-user-or-password-sftp)
2454         (auth-source-user-or-password-smtp): Remove server parameter.
2455
2456 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2457
2458         * smime.el (smime-sign-region, smime-encrypt-region)
2459         (smime-decrypt-region):
2460         Remove redundant calls to `generate-new-buffer-name'.
2461
2462 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2463
2464         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2465         Don't use QP for message/rfc822.
2466         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2467
2468 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2469
2470         * sieve-manage.el (sieve-string-bytes): Remove.
2471         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2472         correct byte-length only if the process's coding-system is the same as
2473         the one used internally by Emacs to represent strings.
2474
2475 2008-04-22  Juri Linkov  <juri@jurta.org>
2476
2477         * mailcap.el (mailcap-file-default-commands): New function.
2478
2479 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2480
2481         * message.el (message-signature-separator, message-cite-function):
2482         Change custom version.
2483
2484 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2485
2486         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2487         commands.
2488         (tls-checktrust): Ditto.
2489
2490 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2491
2492         * mm-decode.el (mm-display-external): Make temp file read-only.
2493
2494 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2495
2496         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2497         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2498         `C-c C-f d'.
2499
2500 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2501
2502         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2503
2504 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2505
2506         * gnus.el: Bump version to 0.9.
2507
2508 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2509
2510         * gnus.el: No Gnus v0.8 is released.
2511
2512 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2513
2514         * mail-source.el (mail-source-value):
2515         Prefer fboundp to functionp so it works with macros as well.
2516
2517 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2518
2519         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2520         Fix last change in case the element is not even a symbol.
2521
2522 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2523
2524         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2525         Prefer fboundp to functionp so it works with macros as well.
2526
2527 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2528
2529         * auth-source.el: Added docs.
2530         (auth-sources): Modify format to support server.
2531         (auth-source-pick, auth-source-user-or-password)
2532         (auth-source-user-or-password-imap)
2533         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2534         (auth-source-user-or-password-sftp)
2535         (auth-source-user-or-password-smtp): Add server parameter.
2536
2537 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2538
2539         * gnus-registry.el: Initialize the registry when gnus-registry-install
2540         is t.
2541
2542 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * compface.el (uncompface): Make buffer unibyte.
2545
2546 2008-04-05  Glenn Morris  <rgm@gnu.org>
2547
2548         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2549
2550 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2551
2552         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2553         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2554
2555         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2556         multibyteness after rather than before erasing it.
2557
2558         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2559         mm-with-multibyte.
2560         (gnus-request-article-this-buffer): Make sure the proper decoding is
2561         used if gnus-original-article-buffer happens to be unibyte.
2562
2563         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2564         default-enable-multibyte-characters.
2565
2566         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2567         default-enable-multibyte-characters.
2568
2569         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2570
2571         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2572
2573 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2574
2575         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2576         (imap-message-copyuid-1): Use it.
2577         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2578         J. Williams in
2579         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2580
2581         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2582         imap-enable-exchange-bug-workaround.
2583         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2584
2585 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2586
2587         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2588         a 100 byte status-checks into a 2-3MB transfer for each group.
2589         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2590         to enable bug workaround or not.
2591         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2592
2593 2008-03-31  Glenn Morris  <rgm@gnu.org>
2594
2595         * message.el (mml2015-use): Declare for compiler.
2596         (message-info): Require mml2015 when appropriate.
2597
2598 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2601         whitespace.
2602
2603 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2604
2605         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2606         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2607         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2608         (nntp-service-to-port): New function.
2609         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2610         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2611         (nntp-open-netcat-stream): New function.
2612         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2613
2614 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2615
2616         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2617
2618 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2619
2620         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2621
2622 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2623
2624         * dns.el (dns-write): Use set-buffer-multibyte.
2625
2626 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2627
2628         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2629
2630 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2631
2632         * message.el (message-signature-separator): Change default.
2633         Improve custom type.
2634         (message-cite-function): Change default to
2635         message-cite-original-without-signature.
2636
2637         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2638         toggle.
2639
2640         * message.el (message-check-news-body-syntax): Fix signature check.
2641         (message-setup-1): Mark buffer as unmodified _after_ running
2642         message-setup-hook and handling message-alternative-emails.
2643         (message-shorten-references): Be more strict when building list of
2644         valid references to comply with GNKSA.
2645
2646         * gnus-group.el (gnus-read-ephemeral-bug-group)
2647         (gnus-read-ephemeral-debian-bug-group)
2648         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2649
2650         * message.el (message-info): Don't use booleanp which isn't supported
2651         in Emacs 21 and XEmacs.
2652
2653 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2654
2655         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2656         gnus-group-gmane-group-download-format.
2657         (gnus-group-read-ephemeral-gmane-group): Rename from
2658         gnus-group-read-ephemeral-gmane-group.
2659         (gnus-read-ephemeral-gmane-group-url): Rename from
2660         gnus-group-read-ephemeral-gmane-group-url.
2661         (gnus-bug-group-download-format-alist): New variable.
2662         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2663         (gnus-read-ephemeral-emacs-bug-group): New commands.
2664
2665 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2666
2667         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2668         (gnus-visible-headers): Improve custom type.
2669
2670 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2671
2672         * mml.el (mml-menu): Add workarounds for XEmacs.
2673
2674         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2675         X-Boundary header.
2676
2677         * message.el (message-simplify-recipients): Fix previous commit.
2678
2679 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2680
2681         * mm-util.el (mm-set-buffer-multibyte): New function.
2682         * mm-decode.el (mm-copy-to-buffer): Use it.
2683
2684 2008-03-19  Glenn Morris  <rgm@gnu.org>
2685
2686         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2687         Accidentally removed in the sync process with Emacs.
2688
2689 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2690
2691         * message.el (message-alter-recipients-discard-bogus-full-name):
2692         New function.
2693         (message-alter-recipients-function): New variable.
2694         (message-get-reply-headers): Use it.
2695         (message-replace-header): New helper function.
2696         (message-recipients-without-full-name): New variable.
2697         (message-simplify-recipients): New command.
2698
2699         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2700
2701         * message.el (message-info): Handle EasyPG manual.
2702
2703         * mml.el (mml-menu): Add entry for EasyPG.
2704
2705 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2706
2707         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2708         parameter.
2709
2710         * message.el (message-disassociate-draft): Specify drafts group name
2711         fully.
2712
2713 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2714
2715         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2716         unnecessary duplicates from the match list.
2717
2718 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2719
2720         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2721
2722         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2723
2724         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2725         args of `how-many' of which the XEmacs version doesn't take; declare
2726         Info-index-next as function.
2727
2728 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2729
2730         * gnus-score.el (gnus-score-headers): Fix handling of
2731         gnus-inhibit-slow-scoring.
2732
2733         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2734         string.
2735         (gnus-button-url-regexp): Improve handling of parenthesis.
2736         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2737         (gnus-button-handle-info-keystrokes): Handle index entries.
2738
2739 2008-03-15  Glenn Morris  <rgm@gnu.org>
2740
2741         * parse-time.el (parse-time-string): Simplify.
2742
2743 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2746         Incoming* files.
2747
2748 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2749
2750         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2751         (auth-source-pick): Use it.
2752
2753 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2754
2755         * binhex.el (binhex-decode-region-internal):
2756         * uudecode.el (uudecode-decode-region-internal):
2757         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2758         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2759         setting default-enable-multibyte-characters.
2760
2761 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2762
2763         * auth-source.el (auth-source-protocols)
2764         (auth-source-protocols-customize, auth-source-choices): Added and
2765         modified variable customizations and defaults.
2766         (auth-source-pick, auth-source-user-or-password)
2767         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2768         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2769         (auth-source-user-or-password-sftp)
2770         (auth-source-user-or-password-smtp): Use new variables and provide an
2771         interface to netrc.el.
2772
2773 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2776         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2777         Make sure the nntp port to specify is a string.
2778
2779 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2780
2781         * nntp.el: Use with-current-buffer.
2782         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2783         dubious mm-with-unibyte-current-buffer.
2784         (nntp-with-open-group-function): New function extracted from
2785         nntp-with-open-group macro.
2786         (nntp-with-open-group): Use the function, so it's easier to debug.
2787         Add indentation and debugging info.
2788         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2789         the use of the netcat alternatives.
2790
2791         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2792         Avoid mm-string-as-multibyte as well.
2793
2794         * nnweb.el (nnweb-insert-html):
2795         Remove use of nnheader-string-as-multibyte.
2796
2797         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2798         (nnheader-string-as-multibyte): Remove.
2799
2800         * mm-view.el: Use inhibit-read-only.
2801         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2802         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2803         or unibyte-string.
2804
2805         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2806         (mm-uu-yenc-extract): Use with-current-buffer.
2807
2808         * gnus-soup.el (gnus-soup-send-packet): Don't use
2809         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2810
2811         * nnmh.el: Use with-current-buffer.
2812         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2813         mm-string-as-multibyte on the output of mm-encode-coding-string.
2814
2815         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2816         (nnimap-request-move-article): Use with-current-buffer.
2817
2818         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2819         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2820         conversion uses string-make-unibyte rather than string-as-unibyte.
2821
2822         * gnus-msg.el: Use with-current-buffer.
2823
2824         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2825
2826 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2827
2828         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2829         string for caching if it is 'PIN.
2830
2831 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * lpath.el: Consider the case without Emacs/W3.
2834
2835 2008-03-08  Glenn Morris  <rgm@gnu.org>
2836
2837         * time-date.el (date-to-time, time-subtract, time-add)
2838         (safe-date-to-time): Doc fixes.
2839
2840 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2841
2842         * mail-source.el (mail-source-delete-old-incoming-confirm):
2843         Change default to nil.
2844         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2845
2846 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * lpath.el: Rearrange.
2849
2850         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2851         (gnus-article-goto-prev-page): Work for articles having ^L's.
2852
2853         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2854
2855         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2856
2857 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2858
2859         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2860         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2861         (gnus-bookmark-jump): Adjust some variable names.
2862
2863 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2864
2865         * auth-source.el: New package.
2866         (auth-source-choices): Add customization entry point variable.
2867
2868         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2869         bug.
2870
2871 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2872
2873         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2874         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2875         (gnus-registry-install-shortcuts): Rename from
2876         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2877         the `gnus-registry-mark-map' keymap dynamically from
2878         `gnus-registry-marks'.  The generated functions update the summary line
2879         when a registry mark is added or deleted, and will call
2880         `gnus-registry-install-p' (see the comments in the code).
2881         (gnus-registry-user-format-function-M): Use concat intelligently.
2882
2883         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2884         the registry mark functions.
2885
2886 2008-03-05  Glenn Morris  <rgm@gnu.org>
2887
2888         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2889         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2890         gnus-art.
2891         (top-level): No need to load own source when compiling.
2892
2893 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2894
2895         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2896         Suggested by <chris.anderton@zetnet.co.uk>.
2897
2898 2008-03-04  Glenn Morris  <rgm@gnu.org>
2899
2900         * gnus-sum.el (top-level): No need to require gnus when compiling,
2901         since unconditionally required near start of file.
2902         (gnus-summary-display-while-building): Move definition before use.
2903
2904 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2905
2906         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2907         formatting function.
2908
2909 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2910
2911         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2912         with plists.
2913         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2914         Use new format.
2915
2916 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2917
2918         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2919         `where-is-internal' that returns a range of key sequences.
2920
2921 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2922
2923         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2924
2925         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2926         (gnus-summary-jump-to-group): Consider windows on other displayed
2927         frames as well.  Similar changes might be needed elsewhere, but that's
2928         the one I've bumped into during my use.
2929
2930         * nndoc.el (nndoc-oe-dbx-type-p):
2931         * gnus-msg.el (gnus-debug):
2932         * gnus-group.el (gnus-update-group-mark-positions):
2933         Use mm-string-to-multibyte.
2934
2935 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2936
2937         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2938         doesn't handle NotDashEscaped.
2939
2940         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2941         (mml-dnd-attach-options): Fix typo in custom choice.
2942
2943         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2944         nndoc-article-type to mbox.
2945         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2946
2947         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2948         to nil, instead of html2text.
2949
2950         * imap.el (imap-debug): Add `imap-ping-server'.
2951
2952         * gnus-bookmark.el: Add FIXMEs.
2953
2954         * message.el (message-form-letter-separator)
2955         (message-send-form-letter-delay): New variables.
2956         (message-send-form-letter): Use them.  New command to send form
2957         letters.  Requested by Uwe Siart.
2958         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2959
2960 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2961
2962         * Update copyright years.
2963
2964 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2965
2966         Sync from EMACS_22_BASE.
2967
2968         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2969
2970 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2971
2972         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2973         empty author.
2974
2975 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2976
2977         * gnus-registry.el (gnus-registry-marks): Add variable for
2978         customization of marks and their appearance.
2979         (gnus-registry-read-mark): Use it.
2980         (gnus-registry-do-marks): Add utility function to loop through
2981         `gnus-registry-marks'.
2982         (gnus-registry-install-shortcuts-and-menus): Add function to install
2983         shortcuts and menus.
2984         (gnus-registry-initialize): Use it.
2985         (gnus-registry-default-mark): Clarify documentation.
2986
2987 2008-02-29  Glenn Morris  <rgm@gnu.org>
2988
2989         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2990         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2991         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2992         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2993         Change defcustom :version from 23.0 to 23.1.
2994
2995 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2996
2997         * gnus-registry.el (gnus-registry-follow-group-p)
2998         (gnus-registry-post-process-groups): Add functions to aid registry
2999         splitting and improve logging.  Clarify behavior in function
3000         documentation.
3001         (gnus-registry-split-fancy-with-parent): Use them.
3002
3003 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3004
3005         * gnus-art.el: Use with-current-buffer.
3006
3007 2008-02-27  David Engster  <dengste@eml.cc>
3008
3009         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
3010         Express real group name in the response.
3011
3012 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3013
3014         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
3015         (nnmairix-last-server, nnmairix-current-server): Defvar them.
3016         (nnmairix-goto-original-article): Defvar gnus-registry-install and
3017         autoload gnus-registry-fetch-group when compiling.
3018         (nnmairix-request-group-with-article-number-correction): Remove
3019         unreferenced argument passed to nnmairix-call-backend.
3020
3021 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
3022
3023         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
3024         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
3025         Wilde.
3026
3027 2008-02-27  Glenn Morris  <rgm@gnu.org>
3028
3029         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
3030         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
3031         variables to defconsts.  Convert comments to doc-strings.
3032         (nnmairix-last-server, nnmairix-current-server): Convert from free
3033         variables to defvars.  Convert comments to doc-strings.
3034         (gnus-registry-fetch-group): Autoload.
3035         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
3036         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
3037         (nnmairix-widget-build-editable-fields): Use car cddr rather than
3038         caddr.
3039         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
3040         nnmairix-request-group-with-article-number-correction call.
3041         (nnmairix-fast, nnmairix-group): New, less general names, for free
3042         variables passed from nnmairix-request-group to
3043         nnmairix-request-group-with-article-number-correction.  Declare.
3044         (nnmairix-request-group-with-article-number-correction):
3045         Use nnmairix-fast, nnmairix-group rather than fast, group.
3046
3047 2008-02-26  David Engster  <dengste@eml.cc>
3048
3049         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
3050         version 0.5.
3051
3052 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
3053
3054         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
3055         instead of making an extra function call.  Don't add the current group
3056         to articles only when they have the group.  Use
3057         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3058         Reported by David <de_bb@arcor.de>.
3059
3060 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3061
3062         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3063         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3064
3065 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3066
3067         * mail-source.el (mail-source-delete-incoming): Change default.
3068         Supplement doc string.
3069
3070         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3071
3072 2008-02-14  Glenn Morris  <rgm@gnu.org>
3073
3074         * time-date.el (format-seconds): New function.
3075
3076 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3077
3078         * nnmail.el (nnmail-message-id-cache-file): Derive from
3079         `gnus-home-directory'.
3080
3081 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3082
3083         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3084         Document negative prefix.
3085
3086         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3087
3088 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089
3090         * message.el (message-unsent-separator): Add the Exim bounce
3091         separator.
3092
3093 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3094
3095         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3096         list.
3097         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3098         recipient/signer list.
3099
3100 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3101
3102         * Makefile.in (datarootdir): Define.
3103         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3104         name that might contain whitespace.
3105
3106 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3107
3108         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3109         fbound (Emacs 23 unicode), signal an error.
3110
3111 2008-02-08  Glenn Morris  <rgm@gnu.org>
3112
3113         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3114
3115 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3116
3117         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3118         ports to the calls to `netrc-machine-user-or-password' in addition to
3119         "imap" and "imaps".
3120
3121 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3122
3123         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3124
3125         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3126
3127 2008-02-01  Kenichi Handa  <handa@m17n.org>
3128
3129         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3130         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3131         (rfc2104-hash): Convert the result of concat to unibyte string.
3132
3133 2008-02-01  Dave Love  <fx@gnu.org>
3134
3135         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3136         coding-system-for-read.
3137         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3138
3139 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3140
3141         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3142         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3143         <hanche@math.ntnu.no>.
3144
3145 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3146
3147         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3148
3149         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3150
3151 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3152
3153         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3154         * message.el (message-beginning-of-line): Use featurep instead of bound
3155         tests in order to resolve conditionals at compile time.
3156
3157 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3158
3159         * mail-source.el (mail-sources): Add `group' choice.
3160
3161         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3162         parameter `in-group' to control into which group the articles go.
3163         Add treatment of `group' mail-source.
3164
3165 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3166
3167         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3168
3169         * mm-decode.el (mm-dissect-buffer): Decode description.
3170
3171         * mml.el (mml-to-mime): Encode message header first.
3172
3173 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3176         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3177
3178         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3179         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3180
3181 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3182
3183         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3184
3185 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3188         prefix keys.
3189         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3190         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3191         gnus-xmas.el.
3192
3193         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3194         (gnus-xmas-article-describe-bindings): New function.
3195         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3196         gnus-xmas-article-describe-bindings.
3197
3198         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3199
3200 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3201
3202         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3203         Add new variables for article mark management.
3204         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3205         list of extra data entries which, when present, will indicate that the
3206         article ID should not be trimmed from the registry.
3207         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3208         functions.
3209         (gnus-registry-read-mark): New function to read a mark name from the
3210         user.
3211         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3212         (gnus-registry-set-article-mark-internal): New functions to add and
3213         remove marks.
3214         (gnus-registry-get-article-marks): New function to show the marks for
3215         an article, or retrieve them for further use.
3216
3217 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3218
3219         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3220         keys when no argument is given.
3221
3222 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3223
3224         * imap.el (imap-ping-server): New variable.
3225         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3226         (imap-ping-server): Minor doc string fixes.
3227
3228 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3229
3230         * imap.el (imap-ping-server): New function.
3231         (imap-opened): Call imap-ping-server.
3232
3233 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3234
3235         * gnus-sum.el (gnus-article-sort-by-random)
3236         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3237         jidanni@jidanni.org.
3238
3239 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus-art.el (gnus-article-describe-bindings): New function.
3242         (gnus-article-read-summary-keys): Use it.
3243         (gnus-article-mode-map): Bind `C-h b' to it.
3244
3245 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3248         XEmacs.
3249         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3250         against non-character events.
3251
3252         * lpath.el: Fbind map-keymap for Emacs 21.
3253
3254 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3255
3256         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3257         command.
3258         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3259         instead of END.  Change name of the temp file.
3260         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3261         customizable.
3262
3263 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3264
3265         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3266         bind `S W' to gnus-article-wide-reply-with-original; set default
3267         binding to gnus-article-read-summary-send-keys.
3268         (gnus-article-read-summary-keys): Fix the order of keys; display
3269         continuation keys correctly in the echo area; describe bindings
3270         correctly when keys end with `C-h'.
3271         (gnus-article-read-summary-send-keys): New function.
3272         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3273         for gnus-article-read-summary-send-keys; display continuation keys
3274         correctly in the echo area.
3275         (gnus-article-reply-with-original): Ignore prefix argument.
3276         (gnus-article-wide-reply-with-original): New function.
3277
3278         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3279         Emacs 21.
3280
3281 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3282
3283         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3284         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3285
3286 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3287
3288         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3289         (gnus-group-read-ephemeral-gmane-group): New command.
3290
3291 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3292
3293         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3294
3295 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3296
3297         * message.el (message-send-mail-function): Increase custom version.
3298
3299         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3300         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3301
3302 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3303
3304         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3305         for the cases where imap-authenticate is called with a nil buffer
3306         parameter.
3307
3308 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3311         html parts correctly; support forwarded messages.
3312         (gnus-article-browse-html-article): Remove work buffers.
3313
3314         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3315         compiling.
3316         (netrc-bound-and-true-p): New macro.
3317         (netrc-parse): Use it instead of bound-and-true-p that is not available
3318         in XEmacs 21.4.
3319
3320 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3321
3322         * gnus-registry.el (gnus-registry-mark-article)
3323         (gnus-registry-article-marks): Add functionality to mark articles
3324         through the Gnus registry.
3325
3326         * encrypt.el: Clarify documentation for the new pgg method.
3327         (encrypt-file-alist): Add PGG option.
3328         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3329         functionality.  Abstract password key and messaging to external
3330         functions.
3331         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3332         (encrypt-message-method-and-cipher): Add new convenience external
3333         functions.
3334         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3335         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3336
3337         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3338         (netrc-parse): Use encrypt-file-alist to determine if
3339         encrypt-find-model or encrypt-insert-file-contents should be used.
3340
3341         * encrypt.el: Clarify documentation.  Load password-cache or
3342         password, whichever one is found first, instead of autoloading.
3343
3344 2007-12-19  Glenn Morris  <rgm@gnu.org>
3345
3346         * mml.el (message-options-set, message-narrow-to-head)
3347         (message-in-body-p, message-mail-p, message-encode-message-body):
3348         Autoload.
3349         (message-remove-header, message-narrow-to-headers-or-head)
3350         (message-subscribed-p, message-make-mail-followup-to)
3351         (message-position-on-field, message-news-p)
3352         (message-options-set-recipient, message-generate-headers)
3353         (message-sort-headers): Declare as functions.
3354
3355 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3356
3357         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3358         convention in doc string.
3359
3360 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3361
3362         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3363         title to html parts.
3364         (gnus-article-browse-html-article): Pass message header to it.
3365
3366         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3367
3368 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3369
3370         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3371         or password compatible with XEmacs.
3372
3373 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3374
3375         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3376         format document.
3377         (gnus-mime-delete-part): Don't write description line if empty.
3378         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3379
3380 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
3381
3382         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3383         (gnus-summary-mark-read-and-unread-as-read)
3384         (gnus-summary-mark-current-read-and-unread-as-read)
3385         (gnus-summary-mark-unread-as-ticked): Doc fix.
3386         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3387
3388 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3389
3390         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3391         Christoph Conrad <christoph.conrad@gmx.de>.
3392
3393 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3394
3395         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3396         yes-or-no-p.
3397
3398 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3399
3400         * mm-decode.el (mm-add-meta-html-tag): New function.
3401         (mm-save-part-to-file, mm-pipe-part): Use it.
3402
3403         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3404         gnus-y-or-n-p instead of y-or-n-p.
3405         (gnus-article-browse-html-parts): Work with message/external-body; use
3406         mm-add-meta-html-tag.
3407
3408 2007-12-11  Glenn Morris  <rgm@gnu.org>
3409
3410         * gnus-cache.el: Require gnus-sum not just when compiling.
3411
3412         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3413
3414         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3415         definitions before use.
3416
3417         * mm-decode.el: Require gnus-util.
3418         (mm-remove-part): Only call delete-annotation on XEmacs.
3419
3420         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3421
3422         * nnmail.el: Require gnus-int.
3423
3424         * spam.el: Move `require's before `eval-when-compile's.
3425
3426         * gnus-ems.el (gnus-alive-p):
3427         * gnus-fun.el (message-goto-eoh):
3428         * gnus-util.el (gnus-group-name-decode):
3429         * mail-source.el (gnus-compress-sequence):
3430         * message.el (Info-goto-node, format-spec):
3431         * mm-bodies.el (message-options-get):
3432         * mm-decode.el (mm-view-pkcs7):
3433         * mm-util.el (gmm-write-region):
3434         * mml-smime.el (mml-compute-boundary)
3435         (gnus-completing-read-with-default):
3436         * mml.el (widget-button-press, gnus-make-hashtable):
3437         * mml1991.el (mm-decode-content-transfer-encoding)
3438         (mm-encode-content-transfer-encoding)
3439         (message-options-get, message-options-set):
3440         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3441         * nnfolder.el (gnus-request-group):
3442         * nnheader.el (ietf-drums-unfold-fws):
3443         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3444         * smime.el (gnus-run-mode-hooks):
3445         * spam-stat.el (gnus-message): Autoload.
3446
3447         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3448         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3449         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3450         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3451         Add declare-function compatibility definition.
3452
3453         * gnus-cache.el (nnvirtual-find-group-art):
3454         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3455         (gnus-add-image, gnus-add-wash-type):
3456         * gnus-group.el (nnkiboze-score-file):
3457         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3458         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3459         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3460         (message-tokenize-header, gnus-get-buffer-create)
3461         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3462         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3463         * gnus.el (gnus-group-decoded-name):
3464         * mail-source.el (imap-capability):
3465         * mm-bodies.el (message-options-set):
3466         * mm-decode.el (gnus-configure-windows):
3467         * mm-extern.el (message-goto-body):
3468         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3469         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3470         (epg-sub-key-validity, message-options-set):
3471         * mml.el (widget-event-point, gnus-configure-windows):
3472         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3473         * mml2015.el (epg-check-configuration, epg-configuration)
3474         (message-options-set):
3475         * nndb.el (nndb-request-article):
3476         * nnfolder.el (gnus-request-create-group):
3477         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3478         * nnmaildir.el (gnus-group-mark-article-read):
3479         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3480         * rfc1843.el (message-fetch-field):
3481         * spam.el (gnus-extract-address-components):
3482         Declare as functions.
3483
3484 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3485
3486         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3487
3488         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3489
3490         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3491         bind show-trailing-whitespace for XEmacs.
3492
3493 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3494
3495         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3496         new no-op macro for backward compatibility.
3497
3498         * imap.el (imap-string-to-integer): New function.
3499
3500 2007-12-09  Glenn Morris  <rgm@gnu.org>
3501
3502         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3503
3504         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3505         * message.el, mm-view.el, sieve-manage.el, smime.el:
3506         Add declare-function compatibility definition.
3507
3508         * gnus-art.el (w3-region, w3m-region, Info-menu):
3509         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3510         * gnus-sum.el (gnus-get-predicate):
3511         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3512         * message.el (mail-abbrev-in-expansion-header-p):
3513         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3514         (w3m-detect-meta-charset, w3m-region):
3515         * sieve-manage.el (password-read, password-cache-add)
3516         (password-cache-remove):
3517         * smime.el (password-read-and-add): Declare as functions.
3518
3519 2007-12-08  David Kastrup  <dak@gnu.org>
3520
3521         * gnus-sum.el (gnus-summary-simplify-subject-query):
3522         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3523         `message'.
3524
3525 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3528         it to bind idna-program, installation-directory, defined-colors, and
3529         face-attribute for XEmacs of the version that compiles defcustom forms.
3530
3531 2007-12-07  Glenn Morris  <rgm@gnu.org>
3532
3533         * gnus-art.el (article-make-date-line): Revert previous change.
3534
3535 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3538
3539 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3540
3541         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3542         Call gnus-add-to-range ranges only once with a prepared article-list.
3543
3544 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3545
3546         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3547         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3548         group names with backslashes.  Reported by Tassilo Horn
3549         <tassilo@member.fsf.org>.
3550
3551 2007-12-06  Deepak Goel  <deego3@gmail.com>
3552
3553         * gnus-art.el (article-make-date-line):
3554         * gnus-start.el (gnus-load):
3555         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3556
3557 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3558
3559         * gnus-art.el (gnus-use-idna)
3560         * gnus-start.el (gnus-site-init-file)
3561         * message.el (message-use-idna)
3562         * mm-uu.el (mm-uu-hide-markers)
3563         * smiley.el (smiley-style): Revert changes that suppress warnings.
3564
3565 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3566
3567         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3568         specify charset to html source.  Reported by Christoph Conrad
3569         <christoph.conrad@gmx.de>.
3570
3571 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3574         idna-program in order to suppress byte compile warning issued by XEmacs
3575         that came to byte compile the default value section of defcustom forms
3576         recently.
3577
3578         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3579         value of installation-directory.
3580
3581         * message.el (message-use-idna): Don't directly refer to the value of
3582         idna-program.
3583
3584         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3585
3586         * smiley.el (smiley-style): Don't directly call face-attribute.
3587
3588 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3591
3592         * gnus-dired.el: Reduce Gnus dependencies.
3593         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3594         require.  Use autoloads instead.
3595         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3596         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3597         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3598         (gnus-dired-mode): Adjust doc string.
3599         (gnus-dired-mail-mode): New variable.
3600         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3601         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3602         (gnus-dired-mail-buffers): New function.  Return mail or message
3603         composition buffers.
3604         (gnus-dired-attach): Use it.
3605         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3606         NO-DECODE.
3607         (gnus-dired-print): Use `gnus-print-buffer' depending on
3608         `gnus-dired-mail-mode'.
3609
3610 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3611
3612         * rfc2047.el (rfc2047-encoded-word-regexp)
3613         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3614         explaining what regexp patterns are for.
3615
3616 2007-12-04  Glenn Morris  <rgm@gnu.org>
3617
3618         * password.el: Move to password-cache.el.
3619
3620         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3621         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3622         * mml-smime.el (password-read, password-cache-add)
3623         (password-cache-remove):
3624         No need to autoload, since mml-sec requires password.
3625
3626         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3627         * message.el (gnus-extract-address-components):
3628         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3629
3630         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3631         password.
3632
3633 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3634
3635         * mailcap.el: Reduce dependencies.
3636         (mail-header-parse-content-type): Autoload.
3637         (mailcap-delete-duplicates): New alias.
3638         (mailcap-mime-info): Add optional argument NO-DECODE.
3639         (mailcap-mime-types): Use mailcap-delete-duplicates.
3640
3641         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3642
3643 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3644
3645         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3646         (imap-parse-status): Upcase status-att for servers that sends them
3647         lower-case (e.g., MS Exchange 2007).
3648
3649 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3652         function.
3653
3654         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3655         (gnus-uu-yenc-article): New function.
3656
3657         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3658
3659         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3660         buffer.
3661
3662 2007-12-02  Glenn Morris  <rgm@gnu.org>
3663
3664         * binhex.el (binhex): New custom group.
3665         (binhex-decoder-program, binhex-decoder-switches)
3666         (binhex-use-external): Move to the binhex custom group.
3667
3668         * uudecode.el (uudecode): New custom group.
3669         (uudecode-decoder-program, uudecode-decoder-switches)
3670         (uudecode-use-external): Move to the uudecode custom group.
3671
3672         * netrc.el (top-level): Don't load `encrypt' features.
3673         (netrc-parse): Don't use encrypt.
3674         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3675
3676         * encrypt.el: Remove file.
3677
3678 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3679
3680         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3681         matches on patches.
3682
3683         * gnus-art.el (gnus-article-browse-html-article): Mention
3684         `mm-text-html-renderer' in the doc string.
3685
3686         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3687         string.  Add comments.
3688
3689         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3690         if rhs is ASCII.
3691
3692 2007-12-01  Glenn Morris  <rgm@gnu.org>
3693
3694         * mail-source.el (top-level): Require format-spec before
3695         eval-when-compile.
3696
3697 2007-11-30  Glenn Morris  <rgm@gnu.org>
3698
3699         * encrypt.el: Require password, rather than autoloading password-read.
3700
3701 2007-11-29  Glenn Morris  <rgm@gnu.org>
3702
3703         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3704         (sasl-make-client, sasl-next-step, sasl-step-data)
3705         (sasl-step-set-data): Declare as functions.
3706
3707 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3708
3709         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3710
3711 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3712
3713         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3714         certs should be verified and what is to be done in the event of a
3715         verification failure.
3716
3717         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3718         caller can indicate whether the cache should be disregarded for this
3719         call.  This way the result of the call is reproducible at all times and
3720         can be considered a canonical server name for the supplied method.
3721         (gnus-agent-method-p): Canonicalize server names by pushing their
3722         method through `gnus-method-to-server' using the no-cache argument.
3723
3724         * gnus-srvr.el (gnus-server-insert-server-line): Call
3725         `gnus-method-to-server' with `no-cache' argument.
3726
3727         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3728         gnus-agent-possibly-synchronize-flags as this should be called when the
3729         server is actually being opened.
3730         (gnus-agent-possibly-synchronize-flags)
3731         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3732         flags file of an agentized server to the latter function.
3733
3734         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3735         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3736         after a connection has been established successfully.
3737
3738 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3739
3740         * gnus-art.el (article-display-face): Force to display face if called
3741         interactively; check if gnus-article-x-face-too-ugly matches author.
3742         (article-display-x-face): Display face even if From header is missing
3743         as article-display-face does.
3744
3745 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3746
3747         * hashcash.el (message-narrow-to-headers-or-head)
3748         (message-fetch-field, message-goto-eoh)
3749         (message-narrow-to-headers): Declare as functions.
3750
3751 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3752
3753         * mail-source.el (mail-sources): Default to fetch from file for
3754         compatibility with default of nnmail-spool-file.
3755
3756 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3759         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3760         to look for encoded word that should be encoded again.
3761         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3762         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3763         encoding pattern.
3764         (rfc2047-decode-region): Switch strict regexp and loose one according
3765         to rfc2047-allow-irregular-q-encoded-words.
3766
3767 2007-11-25  Romain Francoise  <romain@orebokech.com>
3768
3769         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3770
3771 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3772
3773         * tls.el (tls-program): Provide more custom choices from
3774         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3775         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3776
3777 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3778
3779         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3780         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3781
3782         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3783         `nnmail-spool-file'.
3784
3785         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3786         `nnmail-spool-file'.
3787
3788         * gnus-move.el (gnus-change-server): Ditto.
3789
3790         * gnus-kill.el (gnus-batch-score): Ditto.
3791
3792         * gnus-cache.el (gnus-jog-cache): Ditto.
3793
3794         * gnus-msg.el (gnus-summary-reply):
3795         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3796
3797 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3798
3799         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3800         version.  Minor improvement to doc strings.
3801         (tls-program): Add comment.
3802
3803 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3804
3805         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3806         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3807         mismatch between the hostname provided in the certificate and the name
3808         of the host connnecting to.
3809         (open-tls-stream): Use them.  Check certificates against trusted root
3810         certificates.
3811
3812 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3813
3814         * gnus-cache.el (gnus-cache-generate-nov-databases):
3815         Use nnml-generate-nov-databases-directory instead of
3816         nnml-generate-nov-databases-1.
3817
3818 2007-11-24  Glenn Morris  <rgm@gnu.org>
3819
3820         * message.el (message-tool-bar-retro): Update for rename
3821         mail_send.xpm->mail-send.xpm.
3822
3823 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3824
3825         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3826         `smime-ldap-search' for Emacs 22 and up.
3827
3828 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3829
3830         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3831
3832         * message.el (message-send-mail-function): Fix error convention.
3833         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3834         (message-widen-reply, message-send-mail, message-talkative-question)
3835         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3836         (message-clone-locals, message-send-news): Use with-current-buffer.
3837         (message-insert-or-toggle-importance): Remove unused var `valid'.
3838         (message-make-references): Remove unused var `new-references'.
3839         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3840
3841 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3842
3843         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3844         (spam-split-symbolic-return-positive): Reflow docstring.
3845         (spam-backends, spam-summary-exit-behavior)
3846         (spam-mark-ham-unread-before-move-from-spam-group)
3847         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3848         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3849         (spam-clear-cache, spam-backend-check, spam-install-backend)
3850         (spam-install-statistical-backend, spam-list-of-processors)
3851         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3852         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3853         (spam-check-crm114, spam-initialize, spam-unload-hook):
3854         Fix typos in docstrings.
3855
3856 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3859         been checked if they have never been read and those group levels are
3860         higher than the one that a user specified.
3861
3862 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3865         foreign groups unless a group level is specified by a user.
3866         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3867
3868 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3869
3870         * message.el (message-send-mail-function): Require sendmail.
3871
3872 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3873
3874         * message.el (message-send-mail-function): Check for smtpmail too.
3875
3876         * utf7.el (utf7-encode, utf7-decode): Use coding system
3877         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3878
3879         * message.el (message-send-mail-function): New function.
3880         (message-send-mail-function): Set default using
3881         message-send-mail-function.  Adjust doc string.
3882         (message-send-mail-with-mailclient): New function.
3883
3884 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3885
3886         * smime.el (from):
3887         * rfc2047.el (message-posting-charset):
3888         * qp.el (mm-use-ultra-safe-encoding):
3889         * pop3.el (parse-time-months):
3890         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3891         * nnml.el (files):
3892         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3893         (jka-compr-compression-info-list, ange-ftp-path-format)
3894         (efs-path-regexp):
3895         * nndiary.el (files):
3896         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3897         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3898         (epg-digest-algorithm-alist, inhibit-redisplay)
3899         (password-cache-expiry):
3900         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3901         (pgg-output-buffer, password-cache-expiry):
3902         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3903         (efs-path-regexp):
3904         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3905         (inhibit-redisplay):
3906         * mm-uu.el (file-name, start-point, end-point, entry)
3907         (gnus-newsgroup-name, gnus-newsgroup-charset):
3908         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3909         (latin-unity-ucs-list):
3910         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3911         (mm-uu-binhex-decode-function):
3912         * message.el (gnus-message-group-art, gnus-list-identifiers)
3913         (rmail-enable-mime-composing, gnus-local-organization)
3914         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3915         (gnus-read-active-file, facemenu-add-face-function)
3916         (facemenu-remove-face-function, gnus-article-decoded-p)
3917         (tool-bar-mode):
3918         * mail-source.el (display-time-mail-function):
3919         * gnus-util.el (nnmail-pathname-coding-system)
3920         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3921         (gnus-original-article-buffer, gnus-user-agent)
3922         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3923         (xemacs-codename, sxemacs-codename, emacs-program-version):
3924         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3925         * gnus-start.el (gnus-agent-covered-methods)
3926         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3927         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3928         (gnus-newsgroup-headers, gnus-group-list-mode)
3929         (gnus-group-mark-positions, gnus-newsgroup-data)
3930         (gnus-newsgroup-unreads, nnoo-state-alist)
3931         (gnus-current-select-method, mail-sources)
3932         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3933         (nnmail-spool-file, gnus-cache-active-hashtb):
3934         * gnus-mh.el (mh-lib-progs):
3935         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3936         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3937         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3938         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3939         (gnus-group-buffer):
3940         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3941         (font-lock-set-defaults):
3942         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3943         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3944         (gnus-summary-post-menu, total-parts, type, condition, length):
3945         * gnus-agent.el (gnus-agent-read-agentview):
3946         * flow-fill.el (show-trailing-whitespace):
3947         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3948         eval-and-compile wrappers for byte compiler pacifiers.
3949
3950         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3951         (mm-display-inline-fontify): Check for featurep 'xemacs not
3952         extent-list.
3953
3954         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3955         itimer-list.
3956         (mm-create-image-xemacs): Only do something for XEmacs.
3957         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3958
3959         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3960
3961         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3962         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3963
3964 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3965
3966         * nnimap.el (nnimap-split-download-body):
3967         * gnus-demon.el (gnus-demon):
3968         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3969
3970 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3973         macros.
3974         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3975         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3976         copy data from unibyte buffer to multibyte current buffer.
3977         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3978         to copy data from unibyte current buffer to multibyte buffer.
3979         (nntp-make-process-buffer): Make process buffer unibyte.
3980
3981         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3982
3983 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3984
3985         * pop3.el (pop3-open-server): Accept and process data more robustly at
3986         connexion start to avoid spurious "POP SSL connexion failed" errors.
3987
3988 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3991         read group names.
3992
3993 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3994
3995         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3996
3997 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3998
3999         * nnmail.el (nnmail-parse-active): Make group names unibyte.
4000         (nnmail-save-active): Use a unibyte buffer when saving active file,
4001         which may contain non-ASCII group names.
4002
4003         * nnml.el (nnml-request-group): Decode group names in messages.
4004
4005 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
4006
4007         * message.el (message-citation-line-function)
4008         (message-insert-formatted-citation-line): Fix spelling of
4009         `message-insert-formated-citation-line'.
4010
4011 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
4012
4013         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
4014
4015 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
4018         nnmail-pathname-coding-system.
4019
4020         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
4021         that a user enters; decode group names in messages.
4022
4023         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
4024
4025 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
4026
4027         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
4028
4029         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
4030
4031         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
4032         risky local variable.
4033
4034         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
4035
4036 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
4037
4038         * encrypt.el: Improve documentation to fix function name typo.
4039         Reported by Daiki Ueno <ueno@unixuser.org>.
4040
4041 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
4044         even if the point is not in the last page of an article.
4045         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
4046         back to the previous page.
4047
4048 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
4049
4050         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
4051
4052 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4053
4054         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
4055
4056 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4057
4058         * message.el (message-check-news-body-syntax): Avoid
4059         mm-string-as-multibyte.
4060         (message-hide-headers): Don't assume (point-min)==1.
4061
4062 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4063
4064         * message.el (message-remove-blank-cited-lines): Fix if remove is
4065         given.
4066         (message-bogus-address-regexp): New variable.
4067         (message-bogus-recipient-p): New function.
4068         (message-check-recipients): New command.
4069         (message-syntax-checks): Add `bogus-recipient'.
4070         (message-fix-before-sending): Add `bogus-recipient'.
4071
4072         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4073         (gnus-treat-body-boundary): Don't test window-system.
4074
4075 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4076
4077         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4078
4079 2007-10-28  Miles Bader  <miles@gnu.org>
4080
4081         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4082         at compile-time too.
4083
4084 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4085
4086         * gnus-msg.el (gnus-message-setup-hook): Add
4087         `message-remove-blank-cited-lines' to options.
4088
4089 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * message.el (message-remove-blank-cited-lines): New function.
4092         Suggested by Karl Plästerer.
4093
4094 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4095
4096         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4097         mapc.
4098
4099         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4100         (top-level): Use mapc to set functions to be traced for debugging.
4101
4102         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4103         called for effect with while loop.
4104
4105         * message.el (message-talkative-question): Replace mapcar called for
4106         effect with mapc.
4107
4108         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4109         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4110         called for effect with dolist.
4111
4112         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4113
4114         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4115         gnus-extra-headers and nnmail-extra-headers.
4116
4117         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4118         called for effect with dolist.
4119         (top-level): Use mapc to set functions to be traced for debugging.
4120
4121         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4122         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4123         dolist.
4124
4125         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4126         Replace mapcar called for effect with mapc.
4127         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4128         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4129         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4130         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4131
4132         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4133         remove-if that's a cl function.
4134
4135         * webmail.el (webmail-debug): Replace mapcar called for effect with
4136         dolist.
4137
4138         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4139         with mapc.
4140
4141 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4142
4143         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4144         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4145         with while loop.
4146
4147         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4148         functions from article-* functions.
4149         (gnus-multi-decode-header): Replace mapcar called for effect with
4150         dolist.
4151
4152         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4153         (gnus-bookmark-show-details): Replace mapcar called for effect with
4154         while loop.
4155
4156         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4157         called for effect with while loop.
4158
4159         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4160         with dolist.
4161
4162         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4163         mapcar called for effect with dolist.
4164
4165         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4166
4167         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4168         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4169         Replace mapcar called for effect with dolist.
4170         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4171         mapc.
4172
4173         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4174         Replace mapcar called for effect with dolist.
4175         (gnus-topic-list): Replace mapcar called for effect with mapc.
4176
4177         * gnus.el: Use mapc instead of mapcar to add autoloads.
4178
4179 2007-10-23  Richard Stallman  <rms@gnu.org>
4180
4181         * gnus-group.el (gnus-group-highlight): Mark as risky.
4182
4183 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4184
4185         * gnus.el (gnus-server-to-method): Return method found first in
4186         gnus-newsrc-alist.
4187
4188         * gnus-art.el (gnus-article-highlight-signature)
4189         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4190         button overlay without the front stickiness.
4191
4192 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4193
4194         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4195         overview buffer needed a catch to receive its throw.
4196         (gnus-agent-flush-cache): Declared as interactive to make this function
4197         easier to use.
4198
4199 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4200
4201         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4202         `next-line'.
4203
4204 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4207         exclude address matching message-dont-reply-to-names.
4208
4209 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-util.el (gnus-string<): New function.
4212
4213         * gnus-sum.el (gnus-article-sort-by-author)
4214         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4215
4216 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4219         the frame-focus tag is set in gnus-buffer-configuration.
4220
4221 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4222
4223         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4224         the front stickiness.
4225
4226 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4229         url pattern; remove duplicate one.
4230         (gnus-article-extend-url-button): New function.
4231         (gnus-article-add-buttons): Use it.
4232         (gnus-button-push): Use concatenated url that it makes.
4233
4234 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4235
4236         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4237
4238 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4239
4240         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4241         Don't hardcode point-min==1.
4242
4243 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4244
4245         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4246         Fix comment about "iso8859-1".
4247
4248 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4249
4250         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4251         ones returned from the verify-function.
4252
4253         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4254         mml2015-extract-cleartext-signature if extraction failed.
4255
4256 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4257
4258         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4259         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4260         failed.
4261
4262 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4263
4264         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4265
4266 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4267
4268         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4269         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4270         recommends to use EasyPG instead of PGG.
4271
4272         * pgg.el: Revert to revision 6.23.2.16.
4273
4274         * pgg-def.el: Revert to revision 6.6.2.14.
4275
4276         * pgg-gpg.el: Revert to revision 6.23.2.34.
4277
4278 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4279
4280         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4281         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4282         thread for both the null and zero (kill/expire thread) universal prefix
4283         cases.
4284         (gnus-summary-expire-thread): Add new function to expire a thread,
4285         using gnus-summary-kill-thread.
4286         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4287         shortcuts for gnus-summary-expire-thread.
4288         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4289         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4290
4291 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4292
4293         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4294         extras value, so an extras entry can be deleted.
4295         (gnus-registry-delete-extra-entry): Use it.
4296         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4297         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4298         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4299         storage through the gnus-registry, and provide an appropriate API for
4300         it.
4301
4302 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4305         Suggested by Leo <sdl.web@gmail.com>.
4306
4307         * gnus.el: Do.
4308
4309 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4312         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4313
4314         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4315
4316         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4317         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4318
4319 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4320
4321         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4322         newline.
4323         (nnmbox-request-accept-article): Don't change article in source buffer;
4324         narrow to header to use message-fetch-field rather than
4325         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4326         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4327         as delimiters; make sure article ends with newline.
4328         (nnmbox-delete-mail): Correct last position of article to be deleted;
4329         ignore X-Gnus-Newsgroup header in article body.
4330         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4331         positions; make sure article ends with newline.
4332
4333         * message.el (message-display-abbrev): Don't infloop when a user
4334         inserts SPC in the beginning of header.
4335
4336         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4337         coding-system-for-read and coding-system-for-write for XEmacs having no
4338         file-coding feature.
4339
4340         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4341
4342 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4343
4344         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4345         list of groups not followed by default.  Fix type to be regexp.
4346         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4347
4348 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4349
4350         * hmac-def.el (define-hmac-function): Switch from old-style to
4351         new-style backquotes.
4352
4353         * md4.el (md4-make-step): Likewise.
4354
4355 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4356
4357         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4358         raw-text coding system when saving .newsrc file, which may contain
4359         non-ASCII group names.
4360
4361 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4362
4363         * gnus-cus.el (gnus-score-extra): New widget.
4364         (gnus-score-extra-convert): New function.
4365         (gnus-score-customize): Use it for Extra.
4366
4367 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4368
4369         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4370         (mml2015-mailcrypt-clear-verify): Use it.
4371         (mml2015-gpg-clear-verify): Use it.
4372         (mml2015-pgg-clear-verify): Use it.
4373         (mml2015-epg-clear-verify): Replace the current part with the output
4374         from GnuPG; don't extract the plaintext by itself.
4375
4376         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4377         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4378         mml2015-clear-verify-function; don't touch the armor headers or
4379         dash-escaped text here.
4380
4381 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4384         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4385         parts, or application/octet-stream as a last resort.
4386         (gnus-mime-view-part-as-type): Don't toggle display.
4387         (gnus-mime-view-part-as-charset): Don't turn off display before
4388         querying charset.
4389
4390         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4391         stuff to undisplayer function in Emacs.
4392         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4393
4394         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4395         text/calendar parts.
4396
4397 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4400         decoding text/calendar parts.
4401
4402         * message.el (message-forward-make-body-mime): Always mark body as
4403         having no illegible text; remove signed-or-encrypted argument.
4404         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4405
4406         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4407         (mml-generate-mime-1): Don't encode body if it is specified to be in
4408         raw form; don't make buffer be unibyte when inserting multibyte string.
4409
4410 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4411
4412         * sha1.el: Fix up comment style.
4413         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4414         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4415
4416         * hex-util.el: Fix up comment style.
4417         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4418
4419         * gnus-salt.el: Use with-current-buffer.
4420         (gnus-pick-setup-message): Fix long-standing typo.
4421
4422 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4423
4424         * imap.el (imap-logout-timeout): New variable.
4425         (imap-logout, imap-logout-wait): New functions.
4426         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4427
4428         * nnimap.el (nnimap-logout-timeout): New server variable.
4429         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4430         nnimap-logout-timeout.
4431
4432         * gnus-art.el (gnus-article-summary-command-nosave)
4433         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4434
4435 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4436
4437         * gnus.el (gnus-maximum-newsgroup): New variable.
4438
4439         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4440         according to gnus-maximum-newsgroup.
4441
4442         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4443         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4444         Limit the range of articles according to gnus-maximum-newsgroup.
4445
4446 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4447
4448         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4449         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4450         Don't perform gnus-configure-windows here; reuse existing sticky
4451         article buffer.
4452
4453         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4454         it doesn't exist in gnus-article-mode.
4455
4456 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4457
4458         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4459         (gnus-agent-decoded-group-name): New function.
4460         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4461         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4462
4463 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4464
4465         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4466         Add binding for gnus-sticky-article.
4467         (gnus-summary-exit): Don't kill sticky article buffers.
4468
4469         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4470         article buffer.
4471         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4472         (gnus-kill-sticky-article-buffers): New commands.
4473
4474 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * nntp.el (nntp-xref-number-is-evil): New server variable.
4477         (nntp-find-group-and-number): If it is non-nil, don't trust article
4478         numbers in the Xref header.
4479
4480 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4481
4482         * gnus-agent.el (gnus-agent-read-group): New function.
4483         (gnus-agent-flush-group, gnus-agent-expire-group)
4484         (gnus-agent-regenerate-group): Use it.
4485         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4486         nnmail-pathname-coding-system.
4487
4488 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4489
4490         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4491
4492         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4493         that are unread as unread, and also as selected so that information of
4494         marks having been changed by a user may be updated when exiting group.
4495
4496 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4497
4498         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4499         calculated ignoring signature parts to gnus-treat-article.
4500
4501 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4504         a point here in order to keep the window start.
4505         (gnus-insert-mime-security-button): Make a button overlay without the
4506         front stickiness.
4507         (gnus-mime-display-security): Goto the end of a button.
4508
4509         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4510
4511 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4514         group-name-at-point.
4515         (gnus-group-completing-read): New function that offers decoded
4516         non-ASCII group names for completion.
4517         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4518         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4519         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4520         (gnus-group-fetch-control): Use it.
4521         (gnus-fetch-group): Use group-name-at-point for the initial value
4522         rather than the default value; use gnus-alive-p.
4523
4524         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4525         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4526         (gnus-summary-post-news): Use gnus-group-completing-read.
4527
4528         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4529         (gnus-read-move-group-name): Decode group name for completion.
4530
4531 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4532
4533         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4534         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4535         Yamaoka slightly modified the code).
4536
4537 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4540         (nnmail-split-incoming): Bind it.
4541
4542         * nnml.el (nnml-group-name-charset): New function.
4543         (nnml-decoded-group-name): Use it; don't decode group name if
4544         nnmail-group-names-not-encoded-p is non-nil.
4545         (nnml-encoded-group-name): New function.
4546         (nnml-group-pathname): Inline nnml-decoded-group-name.
4547         (nnml-request-expire-articles): Decode group name in message.
4548         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4549         nnmail-pathname-coding-system.
4550         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4551         not decoded ones according to nnmail-group-names-not-encoded-p.
4552         (nnml-generate-active-info): Use nnml-encoded-group-name.
4553
4554 2007-08-08  Glenn Morris  <rgm@gnu.org>
4555
4556         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4557         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4558         doc-strings and comments.
4559
4560 2007-07-25  Glenn Morris  <rgm@gnu.org>
4561
4562         * Relicense all FSF files to GPLv3 or later.
4563
4564 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-sum.el (gnus-summary-move-article): Make
4567         gnus-summary-respool-article work.
4568
4569 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4570
4571         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4572         string.
4573
4574 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4575
4576         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4577         that should be ignored when comparing distant RSS articles with local
4578         ones.
4579         (nnrss-make-hash-index): New function.  Create a hash index according
4580         to the ignored fields.
4581         (nnrss-check-group): Use it.
4582
4583 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4584
4585         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4586
4587         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4588
4589         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4590         the new optional argument ENCODED is non-nil.
4591         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4592         coding system for encoding group name.
4593         (gnus-group-make-rss-group): Pass un-encoded group name to
4594         gnus-group-make-group.
4595         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4596         encoded.
4597
4598         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4599         Encode group name to which articles are moved or copied.
4600         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4601         coding system for encoding Newsgroup, Followup-To and Xref headers.
4602
4603         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4604         marks; use nnheader-file-coding-system to write a file.
4605         (nnagent-retrieve-headers): Bind file-name-coding-system to
4606         nnmail-pathname-coding-system.
4607
4608         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4609
4610         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4611         (nnml-request-article, nnml-request-create-group)
4612         (nnml-request-rename-group, nnml-find-id)
4613         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4614         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4615         (nnml-save-marks): Use nnml-group-pathname instead of
4616         nnmail-group-pathname.
4617
4618         (nnml-request-create-group, nnml-request-expire-articles)
4619         (nnml-request-move-article, nnml-request-delete-group)
4620         (nnml-deletable-article-p, nnml-possibly-create-directory)
4621         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4622         (nnml-open-marks): Bind file-name-coding-system to
4623         nnmail-pathname-coding-system.
4624
4625         (nnml-request-article): Pass server argument to nnml-find-group-number.
4626         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4627         server argument to nnml-possibly-create-directory.
4628         (nnml-request-accept-article): Pass server argument to
4629         nnml-active-number and nnml-save-mail.
4630         (nnml-find-group-number): Pass server argument to nnml-find-id.
4631         (nnml-request-update-info): Pass server argument to
4632         nnml-marks-changed-p.
4633
4634         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4635         (nnml-save-mail, nnml-active-number): Add server argument.
4636
4637         (nnml-request-delete-group): Warn if group is missing.
4638         (nnml-get-nov-buffer): Decode group name.
4639         (nnml-generate-active-info): Encode group name.
4640         (nnml-open-marks): Decode group name in messages.
4641
4642 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4645         if it is not specified.
4646         (gnus-article-pipe-part, gnus-article-save-part)
4647         (gnus-article-interactively-view-part, gnus-article-copy-part)
4648         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4649         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4650         (gnus-article-replace-part, gnus-article-delete-part)
4651         (gnus-article-view-part-as-type): Pass raw prefix argument to
4652         gnus-article-part-wrapper.
4653
4654 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus-agent.el (gnus-agent-save-active): Bind
4657         nnheader-file-coding-system to gnus-agent-file-coding-system.
4658
4659         * gnus-cache.el (gnus-cache-save-buffers)
4660         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4661         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4662         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4663         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4664         (gnus-cache-generate-active, gnus-cache-rename-group)
4665         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4666         (gnus-cache-update-overview-total-fetched-for): Bind
4667         file-name-coding-system to nnmail-pathname-coding-system.
4668         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4669         variables.
4670         (gnus-cache-decoded-group-name): New function.
4671         (gnus-cache-file-name): Use it.
4672         (gnus-cache-generate-active): Use non-decoded group name for active.
4673
4674         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4675         right place.
4676         (gnus-write-active-file): Don't break non-ASCII group names.
4677
4678         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4679         nnmail-pathname-coding-system.
4680
4681         * lpath.el: Bind default-file-name-coding-system,
4682         file-name-coding-system and language-info-alist for XEmacs.
4683
4684         * gnus-uu.el (gnus-uu-decode-save): Typo.
4685
4686 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4689
4690 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4693         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4694         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4695         (gnus-agent-flush-group, gnus-agent-flush-cache)
4696         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4697         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4698         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4699         (gnus-agent-regenerate-group)
4700         (gnus-agent-update-files-total-fetched-for)
4701         (gnus-agent-update-view-total-fetched-for): Bind
4702         file-name-coding-system to nnmail-pathname-coding-system.
4703         (gnus-agent-group-pathname): Don't encode file names by
4704         nnmail-pathname-coding-system.
4705         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4706         coding-system-for-write instead of buffer-file-coding-system to
4707         gnus-agent-file-coding-system.
4708
4709         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4710         Decode group name.
4711
4712         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4713
4714         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4715         (gnus-read-newsrc-el-file): Make group names unibyte.
4716
4717         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4718         nnmail-pathname-coding-system.
4719
4720         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4721         (nnrss-request-delete-group): Bind file-name-coding-system to
4722         nnmail-pathname-coding-system.
4723         (nnrss-read-server-data, nnrss-read-group-data): Bind
4724         file-name-coding-system correctly.
4725         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4726
4727         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4728         (nntp-server-to-method-cache): New variable.
4729         (nntp-group-pathname): New function that decodes non-ASCII group names.
4730         (nntp-possibly-create-directory, nntp-marks-changed-p)
4731         (nntp-save-marks, nntp-open-marks): Use it.
4732         (nntp-possibly-create-directory, nntp-open-marks):
4733         Bind file-name-coding-system to nnmail-pathname-coding-system.
4734         (nntp-open-marks): Decode group names when bootstrapping marks.
4735
4736         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4737         Newsgroups and Folowup-To headers.
4738
4739 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4742         (gnus-server-closed-face, gnus-server-denied-face)
4743         (gnus-server-offline-face): Remove variable.
4744         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4745
4746         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4747         of modifying message-stack directly for XEmacs.
4748
4749         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4750         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4751         if the coding-system argument is nil for XEmacs.
4752
4753         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4754         mm-charset-override-alist.
4755
4756         * rfc2047.el: Don't require base64; require rfc2045 for the function
4757         rfc2045-encode-string.
4758         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4759         to quote the parameter value.
4760
4761 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4764         form in gnus-group-name-charset-method-alist.
4765
4766         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4767         overrides the default layout edit-form.
4768
4769         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4770
4771         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4772
4773 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4776         as unfetched articles.
4777
4778 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4779
4780         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4781
4782 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4785         original back end that keeps marks in the local system.
4786
4787 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4790         arg of pop-to-buffer for XEmacs.
4791         (gnus-article-read-summary-keys): Ditto; don't restore window
4792         configuration if summary command ends up with neither article buffer
4793         nor summary buffer; describe bindings if summary keys end with C-h.
4794
4795 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * message.el (message-fix-before-sending): Skip raw message part to be
4798         forwarded while checking illegible text.
4799         (message-forward-make-body-mime, message-forward-make-body): Mark
4800         signed or encrypted raw message as having no illegible text.
4801
4802 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4805         (gnus-message-with-timestamp-1): New macro.
4806         (gnus-message-with-timestamp): New function.
4807         (gnus-message): Use them.
4808
4809         * nnheader.el (nnheader-message): Use them.
4810
4811 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4812
4813         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4814         .newsrc.eld file.
4815
4816 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4817
4818         * gnus-agent.el (gnus-agent-fetch-headers)
4819         (gnus-agent-retrieve-headers): Bind
4820         gnus-decode-encoded-address-function to identity.
4821
4822         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4823         available also when the server returns simply a dot.
4824
4825         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4826
4827 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4828
4829         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4830
4831 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * gnus-ems.el (gnus-x-splash): Make it work.
4834
4835         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4836         from being used.
4837
4838         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4839
4840 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4841
4842         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4843         4th and the 5th arguments.
4844
4845         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4846         the front stickiness.
4847         (gnus-article-summary-command-nosave): Correct the order of the
4848         arguments passed to pop-to-buffer.
4849         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4850         summary command ends up with the article buffer.
4851
4852         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4853         the same faces.
4854
4855 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4856
4857         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4858
4859 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4860
4861         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4862         * gnus-sum.el (gnus-summary-highlight):
4863         * pgg.el (pgg-sign-region, pgg-sign):
4864         * mail-source.el (mail-source-delete-old-incoming-confirm):
4865         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4866
4867 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4868
4869         * gnus-art.el (gnus-mime-view-part-externally)
4870         (gnus-mime-view-part-internally): Fix predicate function passed to
4871         completing-read.
4872
4873         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4874
4875         * gnus.el (gnus-update-message-archive-method): Add :version.
4876
4877 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus.el (gnus-update-message-archive-method): New variable.
4880
4881         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4882         according to gnus-message-archive-method if
4883         gnus-update-message-archive-method is non-nil.
4884
4885 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4888         by Loic Dachary <loic@dachary.org>.
4889         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4890
4891 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * message.el (message-pop-to-buffer): Add switch-function argument.
4894         (message-mail): Pass switch-function argument to it.
4895
4896 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4897
4898         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4899         Improve doc string.
4900
4901 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4902
4903         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4904         (gnus-header-content)
4905         * gnus-cite.el (gnus-cite-10)
4906         * gnus-srvr.el (gnus-server-closed)
4907         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4908         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4909         (gnus-group-mail-3-empty, gnus-group-mail-low)
4910         (gnus-group-mail-low-empty, gnus-splash)
4911         * message.el (message-header-to, message-header-cc)
4912         (message-header-subject, message-header-other, message-header-name)
4913         (message-header-xheader, message-separator, message-cited-text)
4914         (message-mml): Lighten colors of faces used for dark background.
4915
4916 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4917
4918         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4919         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4920
4921 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * message.el (message-narrow-to-headers-or-head):
4924         Ignore mail-header-separator in the body.
4925
4926 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4929         same as window size.
4930
4931 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4932
4933         * message.el (message-font-lock-keywords): Use message-header-xheader
4934         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4935         ahead of the anything pattern, to get it recognised.
4936
4937 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4940         spam.el loads uses it in the compiled defadvice form.
4941
4942 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4943
4944         * gnus-sum.el (gnus-articles-to-read)
4945         (gnus-summary-insert-old-articles): Don't truncate group name for
4946         `read-string'.
4947
4948         * gnus-util.el (gnus-limit-string): Delete this function.
4949
4950         * gnus-sum.el (gnus-simplify-subject-fully): Use
4951         `truncate-string-to-width' instead.
4952
4953 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4954
4955         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4956         if, on summary exit, the next group has to be selected.
4957         (gnus-summary-exit): Use it.
4958
4959 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4960
4961         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4962         non-break space.
4963
4964 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4967         Check if group is not a directory.
4968         (nnfolder-request-expire-articles): Don't delete articles if the target
4969         group is not available.
4970
4971         * nnml.el (nnml-request-create-group): Properly check if group is not a
4972         file.
4973         (nnml-request-expire-articles): Don't delete articles if the target
4974         group is not available.
4975
4976         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4977         Don't quote characters that are within parentheses.
4978
4979 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4980
4981         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4982         (gnus-handle-ephemeral-exit): Select article according to it.
4983
4984 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4985
4986         * message.el (message-insert-formated-citation-line): Remove newline.
4987         (message-citation-line-format): Add final \n here so that the user can
4988         avoid a blank line.
4989
4990 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4991
4992         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4993         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4994         Update lanl/arXiv support.
4995
4996 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4997
4998         * gnus.el: Bump version number.
4999
5000 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5001
5002         * gnus.el (gnus-version-number): Bump version.
5003
5004 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5005
5006         * gnus.el: No Gnus v0.6 is released.
5007
5008 2007-04-27  Didier Verna  <didier@xemacs.org>
5009
5010         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
5011         * gmm-utils.el (gmm-regexp-concat): here.
5012         * message.el: Don't require 'gnus-util.
5013         (message-dont-reply-to-names): Handle name change above.
5014         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
5015
5016 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5017
5018         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
5019         since the initial value varies according to the system.
5020
5021 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5022
5023         * mm-util.el (mm-charset-synonym-alist): Defcustom.
5024
5025 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
5026
5027         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
5028
5029 2007-04-24  Didier Verna  <didier@xemacs.org>
5030
5031         Improve the type of gnus-ignored-from-addresses.
5032         * gnus-util.el (gnus-orify-regexp): New function.
5033         * message.el (gnus-util): Require it.
5034         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
5035         * gnus-sum.el (gnus-ignored-from-addresses): New function.
5036         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
5037
5038 2007-04-24  Didier Verna  <didier@xemacs.org>
5039
5040         * gnus-sum.el:
5041         * gnus-utils.el: Fix some trailing whitespaces.
5042
5043 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
5046         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
5047         article's Message-ID; refer parent article in summary buffer.
5048
5049         * message.el (message-bounce): Call mime-to-mml.
5050
5051         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
5052         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
5053         optimize and/or forms properly.
5054
5055 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5056
5057         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5058         URL.
5059
5060 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5063
5064 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5067         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5068         displayed of multipart/alternative part if it is invoked from summary
5069         buffer.
5070
5071         * mm-view.el (mm-inline-text-html-render-with-w3m)
5072         (mm-inline-text-html-render-with-w3m-standalone)
5073         (mm-inline-render-with-function): Use mail-parse-charset by default.
5074
5075 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5076
5077         * parse-time.el (parse-time-string-chars): Check if CHAR
5078         is less than the length of parse-time-syntax.
5079
5080 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5081
5082         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5083         from gnus-newsgroup-processable.
5084
5085 2007-04-16  Didier Verna  <didier@xemacs.org>
5086
5087         * gnus-msg.el (gnus-configure-posting-styles): Handle
5088         message-signature-directory properly with :file syntax.  Reported by
5089         "Leo".
5090
5091 2007-04-11  Didier Verna  <didier@xemacs.org>
5092
5093         New user option: message-signature-directory.
5094         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5095         * message.el (message-insert-signature): Ditto.
5096         * message.el (message-signature-file): Doc update.
5097         * message.el (message-signature-directory): New.
5098
5099 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5100
5101         * gnus-msg.el (gnus-inews-yank-articles): Use
5102         message-exchange-point-and-mark instead of exchange-point-and-mark.
5103
5104 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * message.el (message-yank-original): Make sure cited text ends with
5107         newline; don't exchange point and mark.
5108
5109 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5110
5111         * tls.el (open-tls-stream): Properly handle case where there
5112         is no associated buffer.
5113
5114 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5115
5116         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5117         message-yank-original, make sure (< mark TEXT point).
5118
5119 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5120
5121         * message.el (message-fill-column): New variable.
5122         (message-mode): Use it.  Add comment on a possible new hook.
5123
5124         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5125         (nnmail-get-new-mail): Reformat.
5126
5127         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5128
5129         * gmm-utils.el: Fix Commentary.
5130         (gmm-tool-bar-from-list): Fix typo in doc string.
5131
5132 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5133
5134         * message.el (message-yank-original): Don't switch point and mark
5135         unnecessarily to put point and mark as documented.
5136
5137 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5138
5139         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5140         from the message heads.
5141
5142 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5143
5144         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5145         article buffer does not have a window.  This may not be the best
5146         solution but is certainly better than setting the start of the null,
5147         that is the current, window.
5148
5149 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5150
5151         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5152         (gnus-draft-setup): Run it.
5153
5154         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5155         gnus-score-fast-scoring.  Allow regexp.
5156         (gnus-score-headers): Use it.
5157
5158         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5159         XEmacs.
5160
5161         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5162         string.
5163         (gnus-button-alist): Also catch `<f1> k ...'.
5164         (gnus-treat-display-x-face): Fix doc string.
5165
5166 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5167
5168         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5169         evaluation of gnus-extended-version to ensure correct generation of the
5170         User-Agent header when message-generate-headers-first is used.
5171
5172 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5173
5174         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5175         hashcash-path is nil.  Don't call callback with incorrect number of
5176         parameters if val is 0.
5177
5178 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5179
5180         * message.el (message-required-news-headers):
5181         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5182
5183 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5184
5185         * tls.el (open-tls-stream): In handshake-waiting loop,
5186         don't wait more if there is output available to process.
5187
5188 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5189
5190         * tls.el (tls-program): Doc fix.
5191
5192 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * message.el (message-generate-new-buffers): Change the meaning of the
5195         nil value; add `standard' to the choices; treat t as `unique'; improve
5196         doc string.
5197         (gnus-select-frame-set-input-focus): Autoload.
5198         (message-buffer-name): Search for the existing message buffer if
5199         message-generate-new-buffers is nil or `standard'; treat the value t of
5200         message-generate-new-buffers as `unique'.
5201         (message-pop-to-buffer): Raise the frame already displaying the message
5202         buffer; clear the echo area after querying.
5203         (message-setup): Pass the `continue' argument to compose-mail.
5204         (message-mail): Prefer `switch-function' if it is given; search for the
5205         existing message buffer if the `continue' argument is non-nil; pass
5206         continue and switch-function arguments to compose-mail by way of
5207         message-setup.
5208         (message-mail-other-window): Adjust argument of message-setup.
5209         (message-mail-other-frame): Ditto.
5210
5211 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5214         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5215         to turn font-lock on when turning gnus-message-citation-mode on.
5216
5217 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5218
5219         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5220         (mml-smime-function-alist): New variable; add epg as the backend.
5221         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5222         mml-smime- functions instead.
5223         * mm-view.el: Require smime.
5224
5225 2007-03-05  Didier Verna  <didier@xemacs.org>
5226
5227         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5228         instead of just inheritance for posting styles.
5229         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5230
5231 2007-02-24  Chris Moore  <dooglus@gmail.com>
5232
5233         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5234         * pgg-pgp.el (pgg-pgp-encrypt-region):
5235         * pgg-gpg.el (pgg-gpg-encrypt-region):
5236         Check pgg-encrypt-for-me if no other recipients.
5237
5238 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5239
5240         * tls.el (tls-certtool-program): Fix custom type.
5241
5242 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5243
5244         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5245         and point-at-eol instead of line-(beginning|end)-position.
5246
5247         * assistant.el (assistant-parse-buffer): Ditto.
5248
5249         * netrc.el (netrc-parse-services): Ditto.
5250
5251 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5252
5253         * mml2015.el (mml2015-epg-find-usable-key): New function.
5254         (mml2015-epg-sign): Use it.
5255         (mml2015-epg-encrypt): Use it.
5256
5257 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * message.el (message-make-in-reply-to): Quote name containing
5260         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5261         if there are special characters.  Reported by NAKAJI Hiroyuki
5262         <nakaji@jp.freebsd.org>.
5263
5264 2007-02-27  Didier Verna  <didier@xemacs.org>
5265
5266         Include the group parameters as well as the topic ones in the
5267         inheritance filter process.
5268         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5269         argument GROUP-PARAMS-LIST.
5270         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5271
5272 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * nntp.el (nntp-never-echoes-commands)
5275         (nntp-open-connection-functions-never-echo-commands): New variables.
5276         (nntp-send-command): Use them.
5277
5278 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5279
5280         * mml2015.el (mml2015-epg-verify): Simplified.
5281
5282 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5283
5284         * mml.el (mml-content-disposition-alist): New user option.
5285         (mml-content-disposition): New function.
5286         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5287         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5288
5289 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5290
5291         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5292         verification.
5293
5294 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5295
5296         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5297         articles posted in the last 24 hours.
5298
5299 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5300
5301         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5302
5303 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5304
5305         * nntp.el (nntp-send-command): Don't wait for echoes when
5306         nntp-open-ssl-stream is used.
5307
5308 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5309
5310         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5311         (gnus-message-add-citation-keywords)
5312         (gnus-message-remove-citation-keywords): Remove.
5313         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5314         directly, make the variables in font-lock-defaults buffer-local, add
5315         gnus-message-citation-keywords to them and then update the value of
5316         font-lock-keywords.
5317
5318 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * message.el (message-cite-original-1): Don't call
5321         gnus-article-highlight-citation.
5322
5323         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5324         citations; fix line count.
5325
5326 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5327
5328         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5329         (gnus-message-add-citation-keywords)
5330         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5331         versions of font-lock-add-keywords and font-lock-remove-keywords to
5332         work with XEmacs correctly.
5333
5334 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-cite.el (gnus-cite-face-list): Set the values of
5337         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5338         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5339         (gnus-message-cite-prefix-regexp): New variable.
5340         (gnus-message-search-citation-line): Use it; protect against long
5341         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5342         the 0th match data for Emacs.
5343         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5344         (gnus-message-add-citation-keywords): Append keywords rather than
5345         prepending; emulate font-lock-add-keywords if it is not available.
5346         (gnus-message-remove-citation-keywords): Emulate
5347         font-lock-remove-keywords if it is not available.
5348
5349         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5350
5351         * message.el (message-cite-prefix-regexp): Set the value of
5352         gnus-message-cite-prefix-regexp.
5353
5354 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5355
5356         * nnweb.el (nnweb-google-parse-1): Update parser.
5357
5358 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5359
5360         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5361
5362 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5363
5364         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5365         regexp.
5366
5367 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5370         string-to-multibyte.
5371         (uudecode-decode-region-internal): Use it.
5372
5373         * lpath.el: Fbind string-as-multibyte for XEmacs.
5374
5375 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5378         custom choice.
5379
5380         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5381
5382 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5383
5384         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5385
5386         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5387         `write-region' to respect `mm-inhibit-file-name-handlers'.
5388
5389 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5392         Use gnus-home-directory instead of "~/" or "$HOME".
5393
5394 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5395
5396         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5397         to mention filename.
5398         Add comments at beginning regarding usage.
5399         (encrypt-write-file-contents): Change interactive so a string is
5400         acceptable.  If the file has no associated model, show an error instead
5401         of a nonsense prompt.
5402
5403 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5404
5405         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5406         Thanks to Yoshihiko Yamada for kind notification of this typo.
5407
5408 2007-01-12  Kenichi Handa  <handa@m17n.org>
5409
5410         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5411         multibyte buffer.
5412
5413 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5414
5415         * gnus-score.el (gnus-score-fast-scoring): New variable.
5416         (gnus-score-headers): Use it.
5417
5418         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5419
5420         * message.el (message-cite-original-1): Call
5421         gnus-article-highlight-citation if requested.
5422         (message-make-from): Allow name and address as optional arguments.
5423
5424         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5425
5426         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5427         bugs to doc string.
5428         (gnus-button-alist): Add mid\\|message-id.
5429         (gnus-button-fetch-group): Extend for use in
5430         `browse-url-browser-function'.
5431         (gnus-button-url-regexp): Try to catch paired parentheses like in
5432         Wikipedia URLs.
5433
5434         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5435         Suggested by Simon Krahnke <overlord@gmx.li>.
5436
5437 2007-01-13  Romain Francoise  <romain@orebokech.com>
5438
5439         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5440         Update copyright.
5441
5442 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5443
5444         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5445
5446 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5447
5448         * gnus-registry.el (gnus-registry-unfollowed-groups)
5449         (gnus-registry-split-fancy-with-parent): Fix documentation.
5450
5451 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452
5453         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5454         from nnweb groups.
5455
5456 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5459         Xref urls.  Erase buffer before requesting head.
5460
5461 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5462
5463         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5464         customizable.
5465
5466 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5467
5468         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5469         no signing key is found.
5470         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5471         no encrypting and/or signing key is found.
5472
5473 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5474
5475         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5476
5477 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5478
5479         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5480         headers read from disk with the ones newly found in the current search.
5481         This should no longer cause problems, because the article numbers in
5482         Gmane's `nov.php' output are ignored since the previous change.
5483
5484 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5485
5486         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5487
5488 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5491         replace-regexp-in-string; bind url-version; fbind display-images-p and
5492         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5493         find-face and set-itimer-function for Emacs; bind itimer-list for
5494         Emacs.
5495
5496         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5497
5498 2007-01-01  Romain Francoise  <romain@orebokech.com>
5499
5500         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5501
5502 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5503
5504         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5505         `define-minor-mode' macro definition expanded properly.
5506         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5507         exclude it there.
5508
5509         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5510         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5511         `fboundp' test.
5512         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5513         This is OK to autoload in (S)XEmacs now.
5514
5515 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516
5517         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5518         keystroke.
5519         (gnus-summary-limit-to-singletons): Fix typo.
5520
5521         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5522         else fails.
5523
5524 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5525
5526         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5527         docstring.
5528
5529         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5530         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5531         (gnus-summary-insert-dormant-articles): Fix typo in message.
5532
5533 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5536         nil for XEmacs.
5537         (gnus-message-citation-mode): Don't autoload in XEmacs.
5538
5539         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5540
5541 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5542
5543         * nnimap.el (nnimap-expunge-search-string): Mention
5544         nnimap-search-uids-not-since-is-evil in docstring.
5545
5546 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * spam.el: Revert to make-obsolete-variable because
5549         define-obsolete-variable-alias is not supported in Emacs 21.
5550
5551         * spam.el (spam-ifile-path, spam-ifile-database-path)
5552         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5553         make-obsolete-variable.
5554         (spam-bsfilter-path, spam-bsfilter-program)
5555         (spam-spamassassin-path, spam-spamassassin-program)
5556         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5557         use "path" inappropriately.
5558         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5559         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5560         variable names.
5561
5562 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5563
5564         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5565         summary buffer.
5566
5567         * password.el (password-cache-remove): Use clear-string to burn
5568         password, if available.
5569
5570 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5571
5572         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5573
5574         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5575
5576         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5577         (gnus-message-highlight-citation): Move defcustom here from
5578         gnus-cite.el.
5579         (gnus-message-citation-mode): Autoload.
5580
5581         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5582         checks to make it compile with XEmacs.
5583         (gnus-message-citation-mode): New minor mode.
5584         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5585         (gnus-message-highlight-citation): New variables.
5586         (gnus-message-search-citation-line)
5587         (gnus-message-add-citation-keywords)
5588         (gnus-message-remove-citation-keywords)
5589         (turn-on-gnus-message-citation-mode)
5590         (turn-off-gnus-message-citation-mode): New functions.
5591
5592 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5593
5594         * gnus-cite.el: Enable highlighting of different citation levels in
5595         message-mode.
5596
5597 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5598
5599         * message.el (message-make-fqdn): Fix comment.
5600         (message-bogus-system-names): Add ".local".
5601
5602         * spam.el (spam-ifile-path, spam-ifile-program)
5603         (spam-ifile-database-path, spam-ifile-database)
5604         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5605         Don't use "path" inappropriately.
5606         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5607         strings.
5608         (spam-check-ifile, spam-ifile-register-with-ifile)
5609         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5610         new variable names.
5611
5612         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5613         (gnus-treat-display-smileys): Simplify using
5614         gnus-image-type-available-p.
5615
5616         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5617         available.
5618
5619         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5620         `display-images-p' if available.
5621
5622 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5625         one after turning on the buffer's multibyteness instead of decoding
5626         them directly in the unibyte buffer that causes unexpected conversion
5627         in Emacs 23 (unicode).
5628
5629 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5630
5631         * message.el (message-generate-hashcash): Fix custom type.
5632
5633 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5636
5637 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5638
5639         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5640         disconnect icons.  Add help text.
5641
5642 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5643
5644         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5645         negated to be consistent with the others we handle.
5646
5647 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5648
5649         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5650         version of gnus-summary-buffer to something, so that we can use two
5651         article buffers at the same time.
5652
5653 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5654
5655         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5656         trigger all the extra headers.
5657         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5658         sorting.
5659
5660 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5661
5662         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5663         solid groups.
5664
5665 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5666
5667         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5668
5669 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5670
5671         * legacy-gnus-agent.el: Add Copyright notice.
5672
5673 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5674
5675         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5676
5677 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678
5679         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5680
5681         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5682         to make it work reliably in CVS Emacs.
5683         (gnus-summary-limit-strange-charsets-predicate)
5684         (gnus-summary-limit-to-predicate): New functions.
5685
5686 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5687
5688         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5689         specifying array size.
5690         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5691         array if it is too small.
5692         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5693         (gnus-sort-threads-loop): New function.
5694
5695 2006-12-06  Chris Moore  <dooglus@gmail.com>
5696
5697         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5698         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5699
5700 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5701
5702         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5703         options.
5704
5705 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706
5707         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5708         DOS-ing the recipient.
5709
5710         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5711         the headers when creating the mapping to avoid mismappings.
5712         (nnweb-gmane-create-mapping): Always nix out old mapping.
5713
5714 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5717         and mm-verify-option to never.
5718
5719 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * message.el (message-signed-or-encrypted-p): New function.
5722         (message-forward-make-body): Use it.
5723
5724         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5725         Replace encode-coding-string with mm-encode-coding-string.
5726
5727 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5728
5729         * nneething.el (nneething-decode-file-name): Replace
5730         decode-coding-string with mm-decode-coding-string.
5731
5732         * gnus-int.el (gnus-open-server): Say failed server's name.
5733
5734 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5735
5736         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5737         strings to a single string.  Quote `errors-file-name'.
5738         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5739         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5740         Adjust calls.  Use `shell-quote-argument'.
5741
5742 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5743
5744         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5745         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5746
5747         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5748         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5749         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5750         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5751         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5752         (gnus-subscribe-newsgroup, gnus-1):
5753         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5754         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5755         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5756         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5757
5758 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5759
5760         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5761         keystroke.
5762         (gnus-summary-limit-to-bodies): Implement headersp.
5763
5764 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5767
5768 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5771
5772 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5773
5774         * message.el (message-generate-hashcash): Expand range of values to
5775         include `opportunistic'.
5776         (message-send-mail): Use it.
5777
5778 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5779
5780         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5781         and comment it.
5782
5783         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5784
5785 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5786
5787         * gnus-util.el (gnus-extract-address-components): Improve comment.
5788
5789 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5790
5791         * gnus-util.el (gnus-extract-address-components): Work with address in
5792         which the name portion contains @.
5793
5794         * lpath.el: Fbind custom-autoload.
5795
5796 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5797
5798         * gnus.el (gnus-start): Move custom group up.
5799         (gnus-select-method): Don't autoload, but make it available for
5800         `customize-variable'.
5801         (gnus-getenv-nntpserver): Don't autoload.
5802
5803 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5804
5805         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5806
5807 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * message.el (message-sendmail-extra-arguments): New variable.
5810         (message-send-mail-with-sendmail): Use it.
5811
5812 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5815         mm-with-unibyte-current-buffer to make string unibyte.
5816
5817         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5818         mm-string-as-multibyte.
5819
5820 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5821
5822         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5823         Reported by Werner Koch <wk@gnupg.org>.
5824
5825 2006-11-14  Daiki Ueno  <ueno@p360>
5826
5827         * mml2015.el: Autoload epa-select-keys when compiling.
5828
5829 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5830
5831         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5832         message-options.
5833         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5834
5835 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5836
5837         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5838         EasyPG (< 0.0.6).
5839         (mml2015-always-trust): New user option.
5840         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5841         prompt.
5842
5843 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * nntp.el (nntp-authinfo-force): New variable.
5846         (nntp-send-authinfo): Use it.
5847
5848 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5849
5850         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5851         decode encoded words.  Improve prompt.  Add comment about forwarding.
5852         (message-replacement-char): Move up.
5853
5854 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5855
5856         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5857         instead of gnus-intersection because arguments of gnus-sorted-nunion
5858         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5859
5860 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5861
5862         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5863         (message-simplify-subject-functions): Enable
5864         message-strip-subject-encoded-words by default.
5865
5866 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         * message.el (message-strip-subject-encoded-words): New function.
5869         (message-simplify-subject-functions): New variable.
5870         (message-simplify-subject): Use it.  Fix typo in doc string.
5871         Support message-strip-subject-encoded-words.
5872
5873 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5874
5875         * gnus-diary.el (gnus-diary-delay-format-function):
5876         * nndiary.el (nndiary-reminders):
5877         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5878
5879 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5880
5881         * gnus-art.el (article-hide-boring-headers): Fetch date from
5882         gnus-original-article-buffer to avoid problems with localized date
5883         strings.
5884
5885 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5888
5889 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5890
5891         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5892         New variables.
5893         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5894         (mm-charset-synonym-alist): Move some entries to
5895         mm-codepage-iso-8859-list.
5896         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5897         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5898
5899 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5902
5903 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5904
5905         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5906         with Emacs 21 and XEmacs.
5907
5908 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5909
5910         * spam.el (spam-parse-address): New function for better parsing,
5911         catching errors, etc.
5912         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5913
5914 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5915
5916         * mm-view.el: Add interactive arg to html2text autoload.
5917
5918 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5921
5922 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5923
5924         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5925         variables.
5926         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5927         (mm-charset-synonym-alist): Move some entries to
5928         mm-codepage-iso-8859-list.
5929
5930         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5931
5932 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * message.el (message-citation-line-format)
5935         (message-insert-formated-citation-line): Fix implementation of %E, %N
5936         and %n according to the doc string.
5937
5938 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5939
5940         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5941         car-safe to avoid bad parses.
5942
5943 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5946         names.
5947
5948         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5949
5950 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5953         header.
5954
5955         * message.el (message-draft-headers): Add Date.
5956         (message-headers-to-generate): Fix typo in docstring.
5957
5958         * nndraft.el (nndraft-required-headers): New variable.
5959         (nndraft-generate-headers): Use it.
5960
5961         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5962
5963 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5964
5965         * gnus-registry.el (gnus-registry-wash-for-keywords)
5966         (gnus-registry-find-keywords): New functions to allow easy searching of
5967         articles that are in the registry.
5968
5969 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5972         ietf-drums-parse-address instead of gnus-extract-address-components.
5973         Reported by Damien Elmes <damien@repose.cx>.
5974
5975 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5976
5977         * gnus.el (gnus-mime): Remove unused custom group.
5978
5979 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5980
5981         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5982         "blank line" when searching for end of armor headers.
5983
5984 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5985
5986         * gmm-utils.el (gmm-write-region): Fix variable name.
5987
5988 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5989
5990         * gmm-utils.el (gmm-write-region): New function based on compatibility
5991         code from `mm-make-temp-file'.
5992
5993         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5994
5995         * nnmaildir.el (nnmaildir--update-nov)
5996         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5997         Use `gmm-write-region'.
5998
5999 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
6002         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
6003
6004         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
6005
6006         * message.el (message-replacement-char): New variable.
6007         (message-fix-before-sending): Use it.
6008         (message-simplify-subject): New function to remove duplicate code.
6009         (message-reply, message-followup): Use it.
6010
6011         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
6012         gnus-summary-limit-to-articles.
6013
6014 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6015
6016         * gnus-util.el (gnus-with-local-quit): New macro.
6017
6018         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
6019
6020 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
6021
6022         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
6023         ignore non-string data.
6024
6025 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
6026
6027         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
6028         non-string data (needs to be done in the registry too).
6029
6030 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6031
6032         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
6033         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
6034         (gnus-registry-split-fancy-with-parent)
6035         (gnus-registry-fetch-simplified-message-subject-fast)
6036         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
6037         Remove text properties on ingress into the registry and when it's saved.
6038         (gnus-registry-clean-empty-function): Fix bug with cleaning the
6039         registry from entries with no groups.
6040
6041 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
6042
6043         * gnus-util.el (gnus-string-remove-all-properties): Add utility
6044         function to remove string properties.
6045
6046 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
6047
6048         * gmm-utils.el (gmm): Adjust custom version.
6049
6050         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
6051         custom version.
6052
6053         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
6054
6055 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6056
6057         * gnus-art.el (gnus-insert-prev-page-button)
6058         (gnus-insert-next-page-button): Simplify.  Reformat.
6059
6060 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6061
6062         * gnus-art.el (gnus-insert-prev-page-button)
6063         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6064
6065 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6066
6067         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6068
6069 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6070
6071         * gnus-art.el (gnus-insert-mime-button)
6072         (gnus-insert-mime-security-button):
6073         Apply gnus-article-button-face to MIME and security buttons.
6074
6075 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6078         readable.
6079
6080 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6083
6084 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6085
6086         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6087         `browse-url-of-file' instead of `browse-url'.
6088
6089 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6090
6091         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6092         regexp.  Articles containing quotation were cut prematurely.
6093
6094 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * message.el (message-cite-original-1): Use nobody by default for the
6097         value of From header.
6098         (message-reply): Ditto.
6099
6100 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6101
6102         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6103         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6104         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6105
6106 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6107
6108         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6109         mails in the doc string.  Add some URLs in comment.
6110         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6111
6112 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6113
6114         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6115         backslashes handling and the way to find boundaries of quoted strings.
6116
6117 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6118
6119         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6120         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6121         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6122         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6123
6124 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6125
6126         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6127         doc string.
6128         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6129
6130 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6131
6132         * lpath.el: Fbind epg-check-configuration.
6133
6134 2006-09-06  Simon Josefsson  <jas@extundo.com>
6135
6136         * mml2015.el (mml2015-use): Doc fix, mention epg.
6137
6138 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6139
6140         * mml2015.el (mml2015-use): Default to epg, if available.
6141
6142 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6143
6144         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6145         message-sender.
6146         (mml1991-epg-encrypt): Ditto.
6147         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6148         message-sender.
6149         (mml2015-epg-encrypt): Ditto.
6150
6151 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6152
6153         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6154         several common directories.
6155
6156 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6157
6158         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6159         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6160
6161 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6162
6163         * gnus-art.el (article-decode-encoded-words): Make it fast.
6164
6165 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6168
6169         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6170         in quoted string into `\'.
6171
6172 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6173
6174         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6175         Use standard-syntax-table.
6176
6177 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * gnus-art.el (gnus-decode-address-function): New variable.
6180         (article-decode-encoded-words): Use it to decode headers which are
6181         assumed to contain addresses.
6182         (gnus-mime-delete-part): Remove useless `or'.
6183
6184         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6185         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6186         (gnus-nov-parse-line): Use it to decode From header.
6187         (gnus-get-newsgroup-headers): Ditto.
6188         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6189
6190         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6191         (mail-decode-encoded-address-string): New alias.
6192
6193         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6194         New function.
6195         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6196         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6197         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6198         (rfc2047-decode-string): Ditto.
6199         (rfc2047-decode-address-region): New function.
6200         (rfc2047-decode-address-string): New function.
6201
6202 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6203
6204         * message.el (message-caesar-buffer-body): Allow rotating headers.
6205
6206         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6207
6208         * message.el (message-insert-formated-citation-line): Fix %f.
6209         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6210
6211 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6212
6213         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6214         (gnus-bookmark-mouse-available-p): New macro.
6215         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6216         (gnus-bookmark-bmenu-show-infos): Use it.
6217         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6218         (gnus-bookmark-bmenu-hide-infos): Ditto.
6219         (gnus-bookmark-remove-properties): New function.
6220         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6221         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6222         (gnus-bookmark-write-file): Bind coding-system-for-write.
6223         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6224         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6225         group before selecting it.
6226         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6227         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6228         quit-window if it is not available; use gnus-mouse-2 and bind it to
6229         gnus-bookmark-bmenu-select-by-mouse.
6230         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6231         (gnus-bookmark-bmenu-select-by-mouse): New function.
6232
6233 2006-08-13  Romain Francoise  <romain@orebokech.com>
6234
6235         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6236         space.
6237
6238 2006-08-10  Romain Francoise  <romain@orebokech.com>
6239
6240         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6241         (dns-mode-soa-auto-increment-serial): New user option.
6242         (dns-mode-soa-maybe-increment-serial): New function.
6243         (dns-mode): Add the latter to `write-contents-functions'.
6244
6245 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * compface.el (uncompface): Use binary rather than raw-text-unix.
6248
6249 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * compface.el (uncompface): Make sure the eol conversion doesn't take
6252         place when communicating with the external programs.  Reported by
6253         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6254
6255 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6258
6259 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6260
6261         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6262         Make it more robust by parsing author and date independently.
6263
6264 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6267
6268 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6269
6270         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6271         first matching secret key.
6272         (mml2015-epg-encrypt): Ditto.
6273
6274         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6275         first matching secret key.
6276         (mml1991-epg-encrypt): Ditto.
6277
6278         * mml2015.el (mml2015-encrypt-to-self): New user option.
6279         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6280         mml2015-epg-encrypt-to-self is set.
6281
6282         * mml1991.el (mml1991-encrypt-to-self): New variable.
6283         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6284         mml1991-epg-encrypt-to-self is set.
6285
6286         * mml2015.el (mml2015-signers): New user option.
6287         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6288         (mml2015-epg-encrypt): Allow to select signing keys.
6289
6290         * mml1991.el (mml1991-signers): New variable.
6291         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6292         (mml1991-epg-encrypt): Allow to select signing keys.
6293
6294 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6295
6296         * nnheader.el (nnheader-insert-head): Make it work even if the file
6297         uses CRLF for the line-break code.
6298
6299 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6300
6301         * mml2015.el: Require mml-sec instead of password.
6302         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6303         (mml2015-cache-passphrase): Inherit the default value from
6304         mml-secure-cache-passphrase.
6305         (mml2015-passphrase-cache-expiry): Inherit the default value from
6306         mml-secure-passphrase-cache-expiry.
6307
6308         * mml1991.el: Require mml-sec instead of password.
6309         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6310         (mml1991-cache-passphrase): Inherit the default value from
6311         mml-secure-cache-passphrase.
6312         (mml1991-passphrase-cache-expiry): Inherit the default value from
6313         mml-secure-passphrase-cache-expiry.
6314
6315         * mml-sec.el: Require password.
6316         (mml-secure-verbose): New user option.
6317         (mml-secure-cache-passphrase): New user option.
6318         (mml-secure-passphrase-cache-expiry): New user option.
6319
6320 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6321
6322         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6323         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6324         andreas@altroot.de (Andreas Vögele).
6325
6326         FIXME: Use `tiny change'?
6327
6328 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6329
6330         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6331         workaround for the url package included with Emacs.
6332
6333         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6334
6335 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6338         correctly.  This fixes a bug caused by the 2006-05-12 change.
6339
6340 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6341
6342         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6343         some information about the error when saying that the `bogus' mail
6344         group will be used.
6345
6346 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6349         string.
6350
6351 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6352
6353         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6354
6355 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6356
6357         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6358
6359 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6360
6361         * mml1991.el (mml1991-function-alist): Add epg.
6362         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6363         (mml1991-epg-encrypt): New functions.
6364
6365 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6366
6367         * mml2015.el (mml2015-verbose): New variable.
6368         (mml2015-cache-passphrase): Ditto.
6369         (mml2015-passphrase-cache-expiry): Ditto.
6370         (mml2015-function-alist): Add epg.
6371         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6372         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6373         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6374         functions.
6375
6376 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6377
6378         * message.el (message-cite-original-1): Preserve region when removing
6379         quoted text due to X-No-Archive in order to avoid bogus attribution
6380         when citing multiple messages.
6381
6382 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6383
6384         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6385         Kenneth Jacker <khj@be.cs.appstate.edu>.
6386
6387 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6388
6389         * gnus-diary.el (gnus-user-format-function-d)
6390         (gnus-user-format-function-D): Autoload.
6391
6392         * imap.el (Commentary): Fix typo.
6393
6394         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6395         2006-04-22 contribution.
6396
6397 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6398
6399         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6400         It didn't really fix the bogosity I'm seeing with solid web groups.
6401
6402 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6403
6404         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6405         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6406         created using server names.  If we use the feature without declaring
6407         it, Gnus does not properly manage server and group state.
6408
6409         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6410         bound.
6411
6412 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6413
6414         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6415         looking up the method using GROUP's prefix before inventing a new one.
6416         It is used on killed/unknown groups in various places where returning
6417         an all-new method isn't expected by the caller.
6418
6419         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6420         and match semantics of gnus-group-real-prefix.
6421
6422 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * nnmail.el (nnmail-broken-references-mailers): New variable.
6425         (nnmail-ignore-broken-references): New function generalizing
6426         nnmail-fix-eudora-headers.
6427         (nnmail-fix-eudora-headers): Now obsolete.
6428
6429         * gnus-art.el (gnus-button-handle-custom): Support
6430         `customize-apropos*'.
6431
6432 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6433
6434         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6435
6436         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6437         articles.
6438
6439 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6440
6441         * message.el (message-cite-reply-above): New variable.
6442         (message-yank-original): Use it.
6443
6444 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6447
6448 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6449
6450         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6451         as read.
6452
6453         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6454
6455 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6456
6457         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6458         (gnus-bookmark-default-file): Use gnus-directory.
6459         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6460         Remove "*" in doc string.
6461         (gnus-bookmark-write-file): Simplify.
6462         (gnus-bookmark-maybe-sort-alist): Use `when'.
6463         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6464         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6465         FIXME about Emacs 21 and XEmacs compatibility.
6466         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6467         compatibility.
6468         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6469         compatibility.
6470         (gnus-bookmark-menu-heading): Fix version.
6471
6472 2006-06-19  Bastien Guerry  <bzg@altern.org>
6473
6474         * gnus-bookmark.el: New file.
6475
6476 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * message.el (message-syntax-checks): Doc fix.
6479
6480 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6481
6482         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6483         unsubscribed groups as if they were killed ones.  It causes duplicate
6484         entries in gnus-newsrc-alist.
6485
6486 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * message.el (message-syntax-checks): Doc fix.
6489         (message-send-mail): Add check for continuation headers.
6490         (message-check-news-header-syntax): Fix regexp used to check for
6491         continuation headers.
6492
6493 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6494
6495         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6496
6497 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6500
6501 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6502
6503         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6504         default-truncate-lines.
6505
6506 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6507
6508         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6509         to fill the utf-8 entry.
6510
6511         * lpath.el: Fbind unicode-precedence-list.
6512
6513 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6514
6515         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6516
6517 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6518
6519         * gnus-agent.el (directory-files-and-attributes): Move all the way
6520         forward (the third and final move).
6521         (gnus-agent-read-agentview): Trap reconstruction errors due to
6522         nonexistant directory.  Handle by returning nil.
6523
6524 2006-05-30  Didier Verna  <didier@xemacs.org>
6525
6526         * message.el (message-dont-reply-to-names): Update the custom type.
6527         * message.el (message-dont-reply-to-names): New defsubst: potentially
6528         convert a list of regexps into a single one.
6529         * message.el (message-get-reply-headers): Use it.
6530         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6531
6532 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-agent.el (directory-files-and-attributes): Move forward.
6535
6536 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6537
6538         * gnus-ml.el (gnus-mailing-list-subscribe)
6539         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6540         (gnus-mailing-list-message): Fix doc strings.
6541
6542 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6543
6544         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6545         of doing it manually.
6546
6547 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6548
6549         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6550         comment.
6551
6552 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6553
6554         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6555         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6556         (gnus-agent-read-local): All symbols allocated in my-obarray.
6557         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6558         (gnus-agent-regenerate-group): Check numeric names to see if they are
6559         messages or groups.
6560         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6561         better way of do this...)
6562
6563         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6564         'dummy.group' (there should be a better way of do this...)
6565
6566 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6569         (gnus-saved-headers): Ditto.
6570         (gnus-default-article-saver): Mention functions may have properties.
6571         (gnus-article-save): Override gnus-save-all-headers and
6572         gnus-saved-headers by :headers property which saver function may have.
6573         (gnus-summary-save-in-file): Add :headers property.
6574         (gnus-summary-write-to-file): Ditto.
6575
6576         * gnus-sum.el (gnus-summary-save-article): Bind
6577         gnus-prompt-before-saving to t when saving many articles in a file;
6578         always show all headers.
6579
6580         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6581
6582 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6583
6584         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6585         marks.
6586
6587         * message.el (message-indent-citation): Add optional arguments to allow
6588         using it outside of message buffers.
6589
6590         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6591         (gnus-article-treat-unfold-headers): Use it.
6592         (gnus-article-truncate-lines): New variable.
6593         (gnus-article-mode): Use it.
6594         (gnus-article-toggle-truncate-lines): New function.
6595
6596         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6597         gnus-article-toggle-truncate-lines.
6598
6599         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6600         coding system in XEmacs, use binary.
6601
6602 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6605         after-load-alist.
6606
6607         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6608         this function should save decoded articles.
6609         (gnus-summary-write-to-file): Use property to specify this function
6610         should save decoded articles and specify gnus-summary-save-in-file
6611         should be used to save articles other than the first one when saving
6612         many articles.
6613         (gnus-summary-save-body-in-file): Use property to specify this
6614         function should save decoded articles.
6615         (gnus-summary-write-body-to-file): Use property to specify this
6616         function should save decoded articles and specify
6617         gnus-summary-save-body-in-file should be used to save articles other
6618         than the first one when saving many articles.
6619
6620         * gnus-sum.el (gnus-summary-save-article): Simplify.
6621
6622 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6623
6624         * gnus-art.el (gnus-default-article-saver): Add
6625         gnus-summary-write-body-to-file.
6626         (gnus-article-save-coding-system): Don't use coding system object
6627         in XEmacs.
6628         (gnus-read-save-file-name): Add optional `dir-var' argument which
6629         specifies directory in which files are saved; work even if optional
6630         `variable' argument is not specified.
6631         (gnus-summary-write-to-file): Read file name.
6632         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6633         (gnus-summary-write-body-to-file): New function.
6634
6635         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6636         (gnus-summary-local-variables): Add it.
6637         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6638         (gnus-summary-save-article): Remove optional `decode' argument;
6639         determine whether to decode articles by the value of
6640         gnus-default-article-saver; when saving many files using
6641         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6642         it first and use gnus-summary-save-in-file or
6643         gnus-summary-save-body-in-file thereafter unless
6644         gnus-prompt-before-saving is always; move point to article which
6645         will be saved.
6646         (gnus-summary-save-article-file): Revert.
6647         (gnus-summary-write-article-file): Revert.
6648         (gnus-summary-save-article-body-file): Revert.
6649         (gnus-summary-write-article-body-file): New function.
6650
6651 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * gnus-art.el (gnus-default-article-saver): Doc fix.
6654         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6655         from gnus-summary-save-article-coding-system, and default to a
6656         certain coding system.
6657         (gnus-output-to-file): Add coding cookie and encode text according
6658         to gnus-article-save-coding-system; don't use mm-append-to-file.
6659
6660         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6661         gnus-art.el and rename to gnus-article-save-coding-system.
6662         (gnus-summary-save-article): Require gnus-art; don't show all
6663         headers if it decodes articles; don't add coding cookie here;
6664         don't bind mm-text-coding-system-for-write.
6665         (gnus-summary-save-article-file): Save decoded articles.
6666         (gnus-summary-write-article-file): When saving many files, use
6667         gnus-summary-write-to-file first and gnus-summary-save-in-file
6668         thereafter unless gnus-prompt-before-saving is always.
6669         (gnus-summary-save-article-body-file): Save decoded articles.
6670
6671         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6672
6673 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6674
6675         * nnrss.el (nnrss-check-group): Bind hash-index.
6676
6677 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6678
6679         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6680         its hash index.  Store this hash in `nnrss-group-data'.
6681         (nnrss-read-group-data): Update accordingly.
6682
6683 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6684
6685         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6686         entry.
6687
6688         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6689         gnus-article-browse-html-article.
6690
6691 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6692
6693         * gnus-sum.el (gnus-summary-mime-map): Add
6694         gnus-article-browse-html-article.
6695
6696         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6697
6698 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6699
6700         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6701         suitable coding systems in customize.
6702
6703 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6704
6705         * mail-source.el (mail-sources): Fix custom type.
6706
6707 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6708
6709         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6710         (gnus-summary-expire-articles-now): Shorten prompt.
6711
6712         * gmm-utils.el (wid-edit): Require.
6713         (defun-gmm): Renamed from `gmm-defun-compat'.
6714         (gmm-image-search-load-path): Use it.
6715         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6716
6717 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6720         variable.
6721         (gnus-summary-save-article): Add optional `decode' argument.  If
6722         it is set and gnus-summary-save-article-coding-system is non-nil,
6723         save decoded article.
6724         (gnus-summary-write-article-file): Save decoded article if
6725         gnus-summary-save-article-coding-system is non-nil.
6726
6727         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6728         type.
6729
6730 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6733
6734 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6737         first to test gnus-single-article-buffer which may be buffer-local.
6738
6739         * gnus-sum.el (gnus-summary-setup-buffer): Make
6740         gnus-single-article-buffer buffer-local and nil in ephemeral
6741         group; make gnus-article-buffer, gnus-article-current, and
6742         gnus-original-article-buffer always buffer-local.
6743         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6744         group.
6745         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6746
6747 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6748
6749         * nnml.el (nnml-request-compact-group): Compressed files might not
6750         have .gz extension.
6751
6752 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6753
6754         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6755         (mm-copy-to-buffer): Use with-current-buffer.
6756         (mm-display-part): Simplify.
6757         (mm-inlinable-p): Add optional arg `type'.
6758
6759 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6760
6761         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6762         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6763         Try harder to show the attachment internally or externally using
6764         gnus-mime-view-part-as-type.
6765
6766 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * message.el (message-from-style, message-signature-separator)
6769         (message-user-organization-file, message-send-mail-function)
6770         (message-citation-line-function, message-yank-prefix)
6771         (message-indent-citation-function, message-signature)
6772         (message-signature-file, message-signature-insert-empty-line):
6773         Remove autoloads.
6774
6775         * gnus-art.el (gnus-buttonized-mime-types): Remove
6776         "multipart/signed".  Revert 2006-04-26 change.
6777
6778 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779
6780         * gnus.el (gnus-version-number): Bump version.
6781
6782 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6783
6784         * gnus.el: No Gnus v0.5 is released.
6785
6786 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6787
6788         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6789         fetching articles by message-id.
6790
6791 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792
6793         * message.el (hashcash): Require hashcash as normal.
6794
6795         * ecomplete.el (ecomplete-highlight-match-line): Use
6796         point-at-eol.
6797         (ecomplete-highlight-match-line): Use `highlight', because that
6798         face exists in both Emacs and XEmacs.
6799
6800         * message.el (message-display-abbrev): Use point-at-bol.
6801
6802         * mail-source.el: Don't require timer/timer-funcs.
6803
6804         * gnus-async.el: Ditto.
6805
6806         * password.el: Ditto.
6807
6808         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6809
6810         * mm-url.el: Ditto.
6811
6812         * gnus-xmas.el: Don't require timer-funcs.
6813
6814         * mm-util.el: Require timer/timer-funcs.
6815
6816 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6817
6818         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6819         Close.
6820
6821 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6824         unibyte after clear-decrypt function runs.
6825
6826         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6827         returns as a unibyte string.
6828
6829 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * lpath.el: Revert.
6832
6833         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6834         (pgg-gpg-process-sentinel): Revert.
6835
6836         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6837         (pgg-pgp-lookup-key): Revert.
6838
6839         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6840         (pgg-pgp5-lookup-key): Revert.
6841
6842         * pgg.el (pgg-fetch-key): Revert.
6843
6844 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * lpath.el: Fbind string-as-multibyte for XEmacs.
6847
6848         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6849         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6850         (mml1991-pgg-encrypt): Ditto.
6851
6852         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6853         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6854         a multibyte buffer.
6855
6856         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6857         (pgg-pgp-lookup-key): Ditto.
6858
6859         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6860         (pgg-pgp5-lookup-key): Ditto.
6861
6862         * pgg.el (pgg-fetch-key): Ditto.
6863
6864 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6865
6866         * message.el (message-user-organization-file): Check several
6867         locations of the organization file.
6868
6869         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6870         Add gnus-article-view-part-as-type.
6871
6872         * gnus-art.el (gnus-article-view-part-as-type): New function.
6873
6874         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6875         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6876
6877         * mml.el: Simplify autoload.
6878         (mml-mode): defvar dnd-protocol-alist instead of using
6879         symbol-value.
6880         (mml-default-directory): New variable.
6881         (mml-minibuffer-read-file): Use it.
6882         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6883
6884         * message.el (message-citation-line-format): New variable.
6885         (message-insert-formated-citation-line): New function.
6886         (message-citation-line-function): Add
6887         `message-insert-formated-citation-line' to custom type.
6888
6889         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6890         to doc string.
6891
6892         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6893         depending on mm-verify-option.
6894
6895 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6898         binding pgg-* variables; reimplement the section which prevents
6899         MIME header from being signed.
6900         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6901         pgg-text-mode; remove a blank line at the top of body.
6902
6903         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6904         lines at the top of body; use gnus-newsgroup-charset if there's no
6905         Charset header.
6906
6907 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * message.el (message-self-insert-commands): Doc fix.
6910
6911         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6912         (mm-uu-pgp-encrypted-test): Ditto.
6913         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6914         between header and body; return application/pgp-encrypted handle
6915         if decryption failed; decode decrypted body by charset.
6916
6917         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6918         element match to application/pgp-*.
6919
6920 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6921
6922         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6923         HTML.
6924
6925 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6926
6927         * mail-source.el (mail-source-call-script): Message the error
6928         string.
6929
6930 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6931
6932         * gnus-util.el (gnus-byte-compile): Use it.
6933
6934 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6935
6936         * gnus-util.el (kill-empty-logs): New function.
6937
6938 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6939
6940         * message.el (message-mail-alias-type): Doc fix.
6941         (message-mail-alias-type-p): New function.
6942         (message-send): Use it.
6943         (message-mode): Ditto.
6944         (message-strip-forbidden-properties): Ditto.
6945
6946         * ecomplete.el (ecomplete-database-file-coding-system): New
6947         variable.
6948         (ecomplete-save): Use it.
6949         (ecomplete-setup): Use it.
6950
6951 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6952
6953         * message.el (message-self-insert-commands): New variable.
6954         (message-strip-forbidden-properties): Use it.
6955
6956 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6959         that doesn't make XEmacs choke.
6960
6961 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * gnus-util.el (gnus-replace-in-string):
6964         Prefer replace-regexp-in-string over of replace-in-string.
6965
6966 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * gnus-util.el (gnus-select-frame-set-input-focus):
6969         Use select-frame-set-input-focus if it is available in XEmacs; use
6970         definition defined in Emacs 22 for old Emacsen.
6971
6972         * dgnushack.el: Autoload unmorse-region for XEmacs.
6973
6974         * lpath.el: Bind cursor-in-non-selected-windows and
6975         select-frame-set-input-focus for XEmacs.
6976
6977 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6980
6981 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * gnus-registry.el (gnus-registry-cache-save): Remove text
6984         properties when saving via the temp buffer.
6985
6986 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6987
6988         * message.el (message-generate-hashcash): Honor custom type.
6989
6990 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * message.el (message-generate-hashcash): Default to non-nil when
6993         hashcash is found.
6994
6995         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6996         (gnus-refer-thread-limit): Increase default to 500.
6997
6998         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6999
7000         * flow-fill.el (fill-flowed): Allow delete-space.
7001
7002 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
7003
7004         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
7005         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
7006         Remove autoloads.
7007
7008 2006-04-18  Simon Josefsson  <jas@extundo.com>
7009
7010         * message.el (message-generate-hashcash): Default to.
7011
7012 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7013
7014         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7015         concatenating segments rather than before concatenating them.
7016
7017 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7018
7019         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
7020
7021 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7022
7023         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
7024
7025         * message.el (message-forward-make-body-plain): Allow
7026         message-forward-ignored-headers to be a list.
7027         (message-remove-ignored-headers): Factor out into function.
7028         (message-forward-make-body-mml): Use it.
7029
7030         * imap.el (imap-quote-specials): New function.
7031         (imap-login-auth): Quote specials.
7032
7033         * rfc2231.el (rfc2231-parse-string): Remove dead code.
7034         (rfc2231-parse-string): Allow concatanation of parameters that
7035         aren't contiguous.  The test case is
7036           (mail-header-parse-content-type "message/external-body;
7037             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
7038             access-type=LOCAL-FILE;
7039             name*1*=plugh%2fhello-sailor%2fbing.pdf")
7040
7041 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7042
7043         * nntp.el (nntp-accept-process-output): Return the value of
7044         `nnheader-accept-process-output'.
7045
7046 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7047
7048         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
7049         (gnus-button-alist): Recognize more diff formats.
7050         (gnus-button-patch): Strip directory.
7051
7052 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
7053
7054         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
7055         Emacs 22 when setting focus.
7056
7057 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * gnus-art.el (gnus-article-treat-types): Do treatment of
7060         text/x-verbatim parts.
7061         (gnus-button-patch): New command.
7062
7063         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7064         addresses that contain invalid characters.
7065
7066 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7067
7068         * message.el (message-put-addresses-in-ecomplete): Use
7069         gnus-replace-in-string.
7070         (message-is-yours-p): Use the more correct
7071         mail-header-parse-address instead of
7072         mail-extract-address-components.
7073         (message-put-addresses-in-ecomplete): Fix typo.
7074
7075         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7076         keystroke.
7077
7078         * gnus-art.el (gnus-treatment-function-alist): Change order of
7079         newsgroups/generic header folding to avoid double-folding.
7080
7081         * message.el (message-hidden-headers): Add X-Draft-From.
7082
7083         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7084         command.
7085         (gnus-summary-repeat-search-article-backward): New command.
7086
7087         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7088         groups in the parent topic.
7089
7090 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7091
7092         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7093         (spam-extra-header-to-number): Return the CRM114 number as a
7094         number instead of a string.
7095
7096 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7097
7098         * gnus-art.el (gnus-face-properties-alist): Moved here from
7099         gnus-fun.
7100
7101         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7102
7103 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * message.el (message-strip-forbidden-properties): Only display on
7106         self-insert-command.
7107
7108         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7109         reindent.
7110         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7111
7112 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7113
7114         * smiley.el (smiley-style): Fix typo.
7115
7116 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7117
7118         * hashcash.el (hashcash-insert-payment-async-2): Use
7119         message-goto-eoh instead of doing it manually.
7120         (mail-add-payment): Use message-narrow-to-header instead of trying
7121         to do the same itself.
7122
7123         * message.el (message-hidden-headers): Add Face.
7124
7125         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7126         reparenting code.
7127         (gnus-summary-reparent-children): Refactored out code.
7128         (gnus-summary-thread-map): New keystroke.
7129         (gnus-summary-reparent-children): Make into command.
7130
7131         * smiley.el (smiley-style): Default to `medium' if using a large
7132         font.
7133
7134         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7135         does it itself.
7136
7137         * message.el (message-point-in-header-p): Simplify definition.
7138
7139 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * nnagent.el (nnagent-request-set-mark): Silence log file
7142         writing.
7143         (nnagent-request-set-mark): Use write-region instead of
7144         append-to-file.
7145
7146         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7147         strange select method.
7148
7149         * ecomplete.el (ecomplete-display-matches): Get highlightling
7150         right.
7151         (ecomplete-display-matches): Use literals.
7152         (ecomplete-display-matches): Disable message logging.
7153
7154         * message.el (message-display-abbrev): Small optimization.
7155
7156         * ecomplete.el (ecomplete-display-matches): Allow automatic
7157         display.
7158
7159         * message.el (message-strip-forbidden-properties): Display
7160         abbrevs.
7161         (message-display-abbrev): Get automatic display right.
7162
7163         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7164         keystrokes.
7165
7166 2006-04-13  Romain Francoise  <romain@orebokech.com>
7167
7168         TODO: Backport to v5-10!
7169
7170         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7171         Moved here (and renamed) from gnus-registry.el.
7172
7173         * gnus-registry.el: Require gnus-util.
7174         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7175
7176 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177
7178         * gnus-group.el (gnus-group-catchup-current): Change
7179         if-then-else-if-then-else into cond.
7180         (gnus-group-catchup): Indent.
7181         (group-name-at-point): New function.
7182         (gnus-fetch-group): Provide default from thing at point.
7183
7184 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185
7186         * message.el (message-display-abbrev): Fix regexp.
7187
7188         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7189         choosing.
7190         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7191         dead variables.
7192
7193         * message.el (message-newline-and-indent): Remove debugging.
7194         (message-display-abbrev): Use new implementation.
7195
7196 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * gnus-art.el (gnus-article-mode): Set
7199         cursor-in-non-selected-windows to nil.
7200
7201         * smiley.el: Revert previous change.
7202         (smiley-data-directory): defvar it before using it in the
7203         defcustom of `smiley-style'.
7204
7205 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7206
7207         * message.el (message-newline-and-indent): New function.
7208
7209         * ecomplete.el: Implement more bits.
7210
7211         * message.el (message-put-addresses-in-ecomplete): Clean up the
7212         string.
7213
7214         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7215
7216         * gnus-sum.el (gnus-summary-save-parts): Bind
7217         gnus-summary-save-parts-counter and use it to make unique file
7218         names.
7219
7220         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7221
7222         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7223         parameter to say whether to actually parse the individual
7224         addresses.
7225
7226         * message.el (message-put-addresses-in-ecomplete): New function.
7227         (ecomplete): Require.
7228         (message-mail-alias-type): Add ecomplete as an option.
7229
7230 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7231
7232         * flow-fill.el (fill-flowed): Remove trailing space from blank
7233         quoted lines.
7234
7235 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7236
7237         * smiley.el (smiley-style): Move definition later to avoid a
7238         compilation warning.
7239
7240 2006-04-12  Kenichi Handa  <handa@m17n.org>
7241
7242         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7243         buffer and then decode the buffer text if necessary.
7244         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7245         first, and after mm-encode-body, change the buffer to unibyte.
7246         Use mm-disable-multibyte instead of set-buffer-multibyte.
7247
7248 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7249
7250         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7251         Content-Type header instead of Content-Disposition header.
7252         (gnus-mime-inline-part): Ditto.
7253         (gnus-mime-view-part-as-charset): Ignore charset that the part
7254         specifies.
7255
7256         * mm-decode.el (mm-display-part): Work with external parts and
7257         usual parts similarly.
7258
7259         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7260         instead of gnus-display-mime.
7261
7262         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7263         instead of with-temp-buffer.
7264
7265         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7266         tag to summarized topics part in order to encode non-ASCII text.
7267
7268 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7269
7270         * smiley.el (smiley-style): New variable.
7271         (smiley-directory): New function.
7272         (smiley-data-directory): Derive from `smiley-style' using
7273         `smiley-directory'.
7274         (smiley-regexp-alist): Add new entries.
7275
7276         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7277         (gnus-article-browse-delete-temp): Add :version.
7278
7279 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7280
7281         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7282         the sieve region.
7283
7284 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7285
7286         * gnus.el (gnus-version-number): Bump version.
7287
7288 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * gnus.el: No Gnus v0.4 is released.
7291
7292 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7293
7294         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7295         layout.
7296
7297         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7298         unknown charset.
7299
7300         * message.el (message-header-synonyms): Add Original-To to the
7301         default.
7302
7303         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7304         optional parameter.
7305
7306 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7307
7308         * gnus-fun.el (gnus): Require it for gnus-directory.
7309
7310 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7313
7314 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7315
7316         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7317
7318 2006-04-05  Simon Josefsson  <jas@extundo.com>
7319
7320         * password.el (password-reset): New function.
7321
7322 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7323
7324         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7325         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7326
7327 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7328
7329         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7330         Some whitespace was matched into the url, which broke browsing hits
7331         > 100 when mm-url-use-external was nil.
7332
7333 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7336         gnus-extra-headers for 'Newsgroups.
7337
7338         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7339         bound.
7340
7341 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7342
7343         * pgg-gpg.el: Clean up process buffers every time gpg processes
7344         complete.
7345
7346 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7347
7348         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7349         doc string.
7350
7351 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7352
7353         * pgg-gpg.el (pgg-gpg-process-filter)
7354         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7355
7356         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7357         lines, temporary fix.
7358
7359 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7360
7361         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7362
7363 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7364
7365         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7366         default-enable-multibyte-characters.  This reverts the change from
7367         revision 6.17 which is no longer necessary because the passphrase
7368         is sent separately now.  GnuPG messages are unreadable under
7369         multibyte locales with default-enable-multibyte-characters set to
7370         nil.
7371
7372 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7373
7374         * message.el (message-tool-bar-gnome): Move "spell".
7375
7376 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7377
7378         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7379         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7380         instead.
7381
7382 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7383
7384         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7385         newsgroups handling for NNTP overviews which don't include
7386         Newsgroups.
7387
7388 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7389
7390         * message.el (message-resend): Bind message-generate-hashcash to nil.
7391
7392 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7393
7394         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7395         when searching for already-paid recipients.
7396
7397 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7398
7399         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7400         passphrases when it is not needed.
7401         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7402         passphrase stuff from gpg, should only be necessary when you use
7403         gpg with a smartcard.
7404
7405 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * mml.el (mml-insert-mime): Ignore cached contents of
7408         message/external-body part.
7409
7410         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7411         (mm-insert-part): Ditto.
7412
7413 2006-03-23  Simon Josefsson  <jas@extundo.com>
7414
7415         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7416         Reiner.
7417         (pgg-gpg-use-agent-p): Use it again.
7418
7419 2006-03-23  Simon Josefsson  <jas@extundo.com>
7420
7421         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7422         older emacsen.
7423         (pgg-gpg-use-agent-p): Don't use it.
7424
7425 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7426
7427         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7428         if we can.
7429
7430 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7431
7432         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7433         (pgg-gpg-update-agent): New function.
7434         (pgg-gpg-use-agent-p): New function.
7435         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7436         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7437         (pgg-gpg-sign-region): Use it.
7438
7439 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7440
7441         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7442         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7443
7444 2006-03-21  Simon Josefsson  <jas@extundo.com>
7445
7446         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7447         <wilde@sha-bang.de>.
7448         (pgg-gpg-use-agent): New variable.
7449         (pgg-gpg-process-region): Use it.
7450         (pgg-gpg-encrypt-region): Likewise.
7451         (pgg-gpg-encrypt-symmetric-region): Likewise.
7452         (pgg-gpg-decrypt-region): Likewise.
7453         (pgg-gpg-sign-region): Likewise.
7454         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7455
7456 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7457
7458         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7459
7460         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7461         Add comment on version.
7462
7463 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * smiley.el: Add missing test smiley.
7466
7467 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7468
7469         * mm-decode.el (mm-with-part): New macro.
7470         (mm-get-part): Use it; work with message/external-body as well.
7471         (mm-save-part): Treat name and filename equally.
7472
7473         * mm-extern.el (mm-extern-cache-contents): New function.
7474         (mm-inline-external-body): Use it; force the part to be displayed;
7475         move undisplayer added to the cached handle to the parent.
7476
7477         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7478         (gnus-mime-view-part-as-type): Work with message/external-body.
7479
7480         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7481
7482 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7483
7484         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7485         images in image-load-path.  [Sync with image.el, revision 1.60, in
7486         Emacs.]
7487
7488 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7489
7490         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7491         path rather than symbol.  Always return list of directories.
7492         Guarantee that image directory comes first.  [Sync with image.el,
7493         revision 1.59, in Emacs.]
7494
7495         * message.el (message-make-tool-bar): Adjust to new API of
7496         `gmm-image-load-path-for-library'.
7497
7498         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7499
7500         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7501
7502 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7503
7504         * gnus-art.el (gnus-article-only-boring-p):
7505         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7506         intangible text.
7507         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7508
7509 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7510
7511         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7512         `defun' instead of `gmm-defun-compat'.
7513
7514 2006-03-14  Simon Josefsson  <jas@extundo.com>
7515
7516         * message.el (message-unique-id): Don't use message-number-base36
7517         if (user-uid) is a float.
7518         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7519
7520 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7521
7522         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7523
7524         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7525         empty line between a part and a message part.
7526
7527 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7528
7529         * smiley.el: Add more test smileys.
7530         (smiley-data-directory, smiley-regexp-alist)
7531         (gnus-smiley-file-types): Fix doc strings.
7532         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7533         adding new elements.
7534         (smiley-mouse-map): Unused code.  Make it a comment.
7535
7536 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7539         scan latest NoCeM messages instead of old ones.
7540         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7541         delimiters that are recently used.
7542         (gnus-nocem-load-cache): Add autoload cookie.
7543
7544         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7545
7546         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7547         level which is larger than gnus-use-nocem is specified.
7548
7549         * gnus-group.el (gnus-group-get-new-news): Ditto.
7550
7551 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * gnus-util.el (gnus-tool-bar-update): New function.
7554
7555         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7556         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7557
7558         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7559
7560         * gnus-group.el (gnus-group-redraw-when-idle)
7561         (gnus-group-redraw-check): Remove.
7562         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7563
7564 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7567         if optional last element is specified in splits (FIELD VALUE...).
7568
7569 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7570
7571         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7572         to gmm-image-load-path-for-library.  Call with no-error argument.
7573         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7574
7575         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7576
7577         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7578
7579         * gmm-utils.el (gmm-image-load-path): Remove alias.
7580
7581 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7582
7583         * gmm-utils.el (gmm-image-load-path): Add alias.
7584
7585         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7586         nnml-generate-nov-databases-1.
7587         (nnml-generate-nov-databases): Use it.
7588         (nnml-generate-nov-databases-directory): Document no-active
7589         argument.
7590
7591         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7592         directory if path is t.  Add no-error.
7593
7594         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7595         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7596
7597         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7598         resetting gnus-article-browse-html-temp-list.
7599
7600         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7601         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7602         Add example to docstring.  Rename local variables.  Move error
7603         checks to default case in cond and simplify.
7604
7605 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7608         handle is multipart when calling it recursively.
7609         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7610
7611 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7612
7613         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7614         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7615
7616 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7619         is loaded.
7620
7621         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7622         loaded.
7623
7624 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7627         to "Emacs 23 (unicode)" in doc string.
7628
7629         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7630         "Emacs 23 (unicode)" in comment.
7631
7632 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7635
7636         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7637         characters 160 through 255 in Emacs 23.
7638
7639 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7642         gnus-article-browse-html-temp.
7643         (gnus-article-browse-delete-temp): Make it customizable.  Add
7644         `file'.  Adjust doc string.
7645         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7646         query for each file.  Adjust doc string.
7647         (gnus-article-browse-html-parts): Add
7648         `gnus-article-browse-delete-temp-files' to
7649         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7650
7651 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7652
7653         * gnus-art.el (gnus-article-browse-html-temp)
7654         (gnus-article-browse-delete-temp): New variables.
7655         (gnus-article-browse-delete-temp-files): New function.
7656         (gnus-article-browse-html-parts): Use it.
7657
7658 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7659
7660         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7661
7662         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7663         string.
7664
7665         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7666         gnus-summary-insert-new-articles when unplugged.  Remove
7667         gnus-summary-search-article-forward.
7668
7669         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7670         display-visual-class instead of display-color-cells.
7671
7672 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * dgnushack.el: Autoload customize-group for XEmacs.
7675
7676         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7677         message/* containing non-ASCII text properly.
7678
7679 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7680
7681         * message.el: Require gmm-utils, remove autoloads.
7682         (message-tool-bar): Set default based on
7683         gmm-tool-bar-style.
7684         (message-tool-bar-gnome): Add gmm-customize-mode.
7685
7686         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7687         gmm-tool-bar-style.
7688         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7689
7690         * gnus-group.el (gnus-group-tool-bar): Set default based on
7691         gmm-tool-bar-style.
7692         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7693
7694         * gmm-utils.el (gmm-image-directory): Rename variable from
7695         gmm-image-load-path.
7696         (gmm-image-load-path): Use gmm-image-directory.
7697         (gmm-customize-mode): New function.
7698         (gmm-tool-bar-style): New variable.
7699
7700         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7701         gnus-group-redraw-line-number.
7702         (gnus-group-redraw-check): Simplify.
7703         (gnus-group-tool-bar-update): Remove redraw check.
7704         (gnus-group-make-tool-bar): Add redraw check.
7705
7706 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7707
7708         * gnus-art.el (gnus-button): Add missing parentheses.
7709
7710 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7711
7712         * lpath.el: Fbind line-number-at-pos.
7713
7714 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7715
7716         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7717
7718 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7719
7720         * gnus-art.el (gnus-button): New face.
7721         (gnus-article-button-face): Use it.
7722
7723         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7724         gnus-summary-next-page.  Re-order.
7725
7726         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7727         next-node are now included.
7728         (gnus-group-redraw-line-number): New internal variable.
7729         (gnus-group-redraw-check): Helper function for updating the tool
7730         bar.
7731         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7732
7733         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7734
7735         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7736         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7737         Use it to match format of Spamassassin 3.0 and later.  Reported by
7738         IRIE Tetsuya <irie@t.email.ne.jp>.
7739         (spam-check-bogofilter)
7740         (spam-bogofilter-register-with-bogofilter): Fix args of
7741         `gnus-error' calls.
7742
7743 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7744
7745         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7746         unnecessary interaction when sending queued mails.  Reported by
7747         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7748
7749 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7750
7751         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7752         first or last are nil.
7753
7754 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7755
7756         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7757
7758 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7759
7760         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7761
7762 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7763
7764         * dns.el (query-dns): Protect more against buggy tcp output.
7765
7766 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7767
7768         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7769         nov.php.
7770
7771 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7772
7773         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7774         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7775         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7776         output on the server side.
7777         (nnweb-google-create-mapping): Update regexps and add some
7778         progress indication.
7779
7780 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7783         gnus-agent-toggle-plugged.  Re-order icons.
7784         (gnus-group-tool-bar-gnome): Add
7785         gnus-group-{prev,next}-unread-group.
7786         (gnus-group-tool-bar-gnome): Re-order icons.
7787
7788         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7789         gnus-summary-insert-new-articles.
7790
7791         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7792         comments.
7793
7794         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7795         also available in Emacs 21.3.
7796
7797         * message.el (message-fix-before-sending): Change "Emacs 22" to
7798         "Emacs 23 (unicode)" in comment.
7799
7800         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7801         "Emacs 23 (unicode)" in comment.
7802
7803         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7804         comment.
7805         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7806
7807         * mm-view.el (mm-fill-flowed): Add :version.
7808
7809 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7812         and load-path.
7813
7814 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7815
7816         * message.el: Autoload gmm-image-load-path.
7817         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7818         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7819         consitency.
7820
7821         * gmm-utils.el (gmm-image-load-path): Also search in
7822         "../etc/images".  Don't set gmm-image-load-path if we don't find
7823         the image.
7824
7825 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * gmm-utils.el (gmm-image-load-path): Don't make
7828         `gmm-image-load-path' include subdirectories which the second arg
7829         `image' might specify.
7830
7831         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7832         subdirectory to icon file names.
7833
7834         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7835
7836 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7839         gmm-image-load-path calls.
7840
7841         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7842
7843         * message.el (message-make-tool-bar): Ditto.
7844
7845         * mml.el (mml-preview): Added comment concerning tool bar icons.
7846
7847         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7848         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7849
7850         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7851         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7852
7853         * message.el (message-tool-bar-gnome): Use new icon names.
7854         (message-make-tool-bar): Use `gmm-image-load-path'.
7855
7856         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7857         functions from MH-E.
7858         (gmm-image-load-path): New variable from MH-E.
7859         (gmm-image-load-path): New function from MH-E.  Added arguments
7860         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7861         *-image-load-path-called-flag.
7862
7863 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7864
7865         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7866
7867 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7868
7869         * nnimap.el (nnimap-request-move-article): Change folder back to
7870         source group before deleting.
7871
7872 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7873
7874         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7875
7876         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7877         mm-url.
7878
7879         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7880
7881 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7882
7883         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7884         coding system which mm-charset-to-coding-system returns for a
7885         given charset is valid.
7886
7887 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7888
7889         * html2text.el (html2text-remove-tag-list):
7890         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7891
7892 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7893
7894         * gnus-cus.el: Revert 2005-10-17 change.
7895
7896 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * gnus-art.el (article-strip-banner): Call
7899         article-really-strip-banner only when the regexp match is made.
7900
7901 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-art.el (article-strip-banner): Use
7904         gnus-extract-address-components instead of
7905         mail-header-parse-addresses to make it work with non-ASCII text;
7906         remove mail-encode-encoded-word-string.
7907
7908         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7909         values which are surrounded with \"...\"; make it never cause a
7910         Lisp error; give up parsing of parameters if it failed in
7911         extracting type.
7912
7913 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7914
7915         * smime.el (smime-cert-by-ldap-1): Fix bug where
7916         `smime-ldap-search' returns results without userCertificates.
7917
7918 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7919
7920         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7921
7922 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7923
7924         * spam.el (spam-check-spamassassin-headers): Adapt format for
7925         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7926         <ari@mbf.ocn.ne.jp>.
7927         (spam-list-of-processors): Add spam-use-gmane.
7928
7929 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7930
7931         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7932         make-temp-file; make it work with XEmacs as well.
7933
7934         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7935         mm-make-temp-file.
7936
7937         * mm-decode.el (mm-display-external): Use the 3rd arg of
7938         mm-make-temp-file.
7939         (mm-create-image-xemacs): Ditto.
7940
7941 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7942
7943         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7944         with message-narrow-to-headers.
7945         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7946         (gnus-draft-check-draft-articles): New function.
7947         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7948
7949 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7950
7951         * gnus-art.el (gnus-article-browse-html-parts):
7952         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7953         Don't use suffix argument for mm-make-temp-file for Emacs 21
7954         compatibility.  Remove useless `format'.
7955
7956 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7957
7958         * nnweb.el (nnweb-google-wash-article): Update regexps.
7959         (nnweb-group-alist): Use defvoo instead of defvar.
7960
7961 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7962
7963         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7964         re-loading nn* modules.
7965
7966 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7969         for `tool-bar-mode' and don't check it's default-value.
7970
7971         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7972
7973         * message.el (message-make-tool-bar): Ditto.
7974
7975         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7976         `substring'.  Shorten tmp-file name.
7977
7978         * gnus.el: Remove bogus comment.
7979
7980 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7981
7982         * gnus-art.el (gnus-article-browse-html-parts): New function.
7983         (gnus-article-browse-html-article): New function for viewing html
7984         articles with a browser.
7985
7986 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7987
7988         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7989         in elisp.
7990         (pgg-gpg-encrypt-symmetric-region): Ditto.
7991         (pgg-gpg-sign-region): Ditto.
7992
7993         * pgg-def.el (pgg-text-mode): New variable.
7994
7995         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7996         (mml2015-pgg-encrypt): Ditto.
7997
7998         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7999         (mml1991-pgg-encrypt): Ditto.
8000
8001 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8002
8003         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
8004         message-make-date instead of current-time-string.
8005
8006         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
8007         to gnus-decoded which mm-uu might set.
8008
8009 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
8012         don't decode quoted parameters; remove misimported Emacs code.
8013         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8014         (rfc2231-decode-encoded-string): Don't use split-string which
8015         behaves differently according to Emacs version; use
8016         mm-decode-coding-region to convert charset to coding-system.
8017         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8018         (rfc2231-encode-string): Remove misimported Emacs code.
8019
8020 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8021
8022         * gnus-art.el (article-decode-charset): Don't use ignore-errors
8023         when calling mail-header-parse-content-type.
8024         (article-de-quoted-unreadable): Ditto.
8025         (article-de-base64-unreadable): Ditto.
8026         (article-wash-html): Ditto.
8027
8028         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
8029         calling mail-header-parse-content-type and
8030         mail-header-parse-content-disposition.
8031         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
8032         mail-header-parse-content-type.
8033
8034         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
8035         insert charset and format parameters; encode description after
8036         inserting it to buffer.
8037         (mml-insert-parameter): Fold lines properly even if a parameter is
8038         segmented into two or more lines; change the max column to 76.
8039
8040         * rfc1843.el (rfc1843-decode-article-body): Don't use
8041         ignore-errors when calling mail-header-parse-content-type.
8042
8043         * rfc2231.el (rfc2231-parse-string): Return at least type if
8044         possible; don't cause an error even if it fails in parsing of
8045         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8046         (rfc2231-encode-string): Don't break lines at the beginning, leave
8047         it to mml-insert-parameter.
8048
8049         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
8050         calling mail-header-parse-content-type.
8051
8052 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
8053
8054         * spam-report.el (spam-report-gmane-use-article-number):
8055         Improve doc string.
8056         (spam-report-gmane-internal): Check if a suitable header was found
8057         in the article.
8058
8059 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8062         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8063
8064 2006-02-05  Romain Francoise  <romain@orebokech.com>
8065
8066         Update copyright notices of all files in the gnus directory.
8067
8068 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8069
8070         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8071
8072 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8073
8074         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8075         segmented lines of parameter value to cope with Thunderbird 1.5
8076         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8077         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8078         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8079
8080 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8081
8082         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8083         parts.
8084
8085 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8086
8087         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8088         there's only one active file for all servers.
8089         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8090         solid groups.  Gnus might have used a FAST request to select the group.
8091         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8092         and nnweb-search redundantly in the active file.
8093         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8094         (nnweb-request-create-group): Don't use ARGS.
8095         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8096         initialisations.  Let nnoo do the work.
8097
8098 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8101         Say the part has been decoded.
8102
8103         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8104
8105 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8106
8107         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8108         mailcap-viewer-test-cache when there's no 'test clause, since that
8109         will invert the meaning of a "nil" test previously determined by
8110         mailcap-mailcap-entry-passes-test.
8111
8112 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8115         compiling.
8116
8117         * gnus-sum.el: Ditto.
8118
8119         * message.el: Don't bind tool-bar-map when compiling.
8120
8121 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8122
8123         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8124
8125 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8126
8127         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8128         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8129         current Google Groups.
8130
8131 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8132
8133         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8134         and tool-bar-mode.
8135
8136         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8137         and tool-bar-mode.
8138
8139         * message.el (message-tool-bar-update): Simplify.
8140         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8141
8142         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8143         gnus-summary-buffer.
8144         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8145         gnus-summary-reply.
8146
8147         * gmm-utils.el (gmm): Add :version.
8148
8149 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * Makefile.in (clean): New rule.
8152         (distclean): Use it.
8153
8154 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8155
8156         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8157         autoload.
8158
8159 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8160
8161         * gmm-utils.el (gmm-verbose): Add :group.
8162
8163 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * message.el: Change some comments WRT tool-bars.
8166
8167         * gnus-sum.el (gnus-summary-tool-bar)
8168         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8169         (gnus-summary-tool-bar-zap-list): New variables.
8170         (gnus-summary-make-tool-bar): Complete rewrite using
8171         `gmm-tool-bar-from-list'.
8172
8173         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8174         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8175         variables.
8176         (gnus-group-make-tool-bar): Complete rewrite using
8177         `gmm-tool-bar-from-list'.
8178         (gnus-group-tool-bar-update): New function.
8179
8180         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8181
8182 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8185         is dissected into a single part of which the type is the same as
8186         the given one; decode charset.
8187
8188 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8189
8190         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8191         into alists as symbol not string, since that's what
8192         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8193         look for.
8194
8195 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8196
8197         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8198         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8199
8200         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8201
8202 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8205         (gnus-xmas-mime-security-button-menu): New function.
8206
8207         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8208         (gnus-mime-security-button-menu): New definition.
8209         (gnus-mime-security-button-map): Use them.
8210         (gnus-mime-security-button-menu): New function.
8211         (gnus-insert-mime-security-button): Addition to help echo.
8212         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8213         (gnus-mime-security-pipe-part): New functions.
8214
8215         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8216         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8217
8218         * mm-decode.el (mm-handle-set-disposition): Remove.
8219         (mm-handle-set-description): Remove.
8220
8221 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8224         (mm-w3m-standalone-supports-m17n-p): New function.
8225         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8226         w3m usage.
8227
8228         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8229         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8230
8231 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8232
8233         * message.el (message-tool-bar-zap-list): Use
8234         gmm-tool-bar-zap-list as custom type.
8235         (message-tool-bar-update): New function.
8236         (message-tool-bar, message-tool-bar-gnome)
8237         (message-tool-bar-retro): Add message-tool-bar-update.
8238         (message-tool-bar-gnome): Add flyspell-buffer.
8239
8240         * gnus-util.el (gnus-error): Describe `args'.
8241
8242         * gmm-utils.el (gmm-error): Describe `args'.
8243         (gmm-tool-bar-zap-list): New widget.
8244         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8245
8246 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8247
8248         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8249         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8250         the number of recursive calls.
8251
8252         * mm-decode.el (mm-handle-set-disposition): New macro.
8253         (mm-handle-set-description): New macro.
8254
8255 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8258         encoding.
8259
8260 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8261
8262         * message.el (message-tool-bar-zap-list, message-tool-bar)
8263         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8264         (message-tool-bar-local-item-from-menu): Remove.
8265         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8266         (message-make-tool-bar): New function.
8267         (message-mode): Use `message-make-tool-bar'.
8268
8269         * gmm-utils.el: New file.
8270         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8271         (gmm-lazy): New widget copied from `nnmail.el'.
8272         (gmm-tool-bar-from-list): New function for creating customizable
8273         tool bars.
8274         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8275         output.
8276         (gmm): Add :prefix to defgroup.
8277
8278 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8279
8280         * gmm-utils.el (gmm-widget-p): New function.
8281
8282 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8283
8284         * mml.el (mml-attach-file): Describe `description' in doc string.
8285         (mml-menu): Add Emacs MIME manual and PGG manual.
8286
8287 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8288
8289         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8290
8291 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8292
8293         * nntp.el (nntp-end-of-line): Doc fix.
8294
8295 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8296
8297         * imap.el (imap-open): Handle case where buffer is a buffer
8298         object.
8299
8300 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8301
8302         * gnus-delay.el (gnus-delay): Don't autoload.
8303         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8304         to be re-loaded when customizing the `gnus-delay' group.
8305
8306 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8307
8308         * message.el (message-insert-citation-line): Use newlines.
8309
8310 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8311
8312         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8313         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8314         these routines, so the passphrase can be managed externally and
8315         passed in to the system.
8316         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8317         pgg-add-passphrase-to-cache function.
8318
8319         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8320         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8321         these routines, so the passphrase can be managed externally and
8322         passed in to the system.
8323         (pgg-pgp5-sign-region): Use new name of
8324         pgg-add-passphrase-to-cache function.
8325
8326 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8327
8328         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8329         part of the decoded armor to find the key-identifier.
8330         (pgg-gpg-lookup-key-owner): New function to return the
8331         human-readable identifier of a key owner.
8332         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8333         itself.
8334         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8335         the key value) if we have a key and can match it against a secret
8336         key.  Also, added a note pointing out fact that the prompt only
8337         indicates the first matching key.
8338
8339         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8340         pgg-decrypt-region.
8341         (pgg-add-passphrase-to-cache): Rename from
8342         `pgg-add-passphrase-cache' to reduce confusion (all callers
8343         changed).
8344         (pgg-remove-passphrase-from-cache): Rename from
8345         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8346         changed).
8347         (pgg-read-passphrase, pgg-add-passphrase-cache)
8348         (pgg-remove-passphrase-cache): Add informative docstrings.
8349         (pgg-decrypt): Convey provided passphrase in subordinate call to
8350         pgg-decrypt-region.
8351
8352 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8353
8354         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8355         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8356         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8357         'passphrase' argument, so the passphrase can be managed externally
8358         and then passed in to the system.
8359
8360         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8361         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8362         so the passphrase cache can be used reliably with identifiers
8363         besides a pgp packet's key id.
8364
8365         * pgg-gpg.el (pgg-gpg-encrypt-region)
8366         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8367         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8368         these routines, so the passphrase can be managed externally and
8369         passed in to the system.
8370
8371         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8372         'notruncate' argument, so the passphrase cache can be used
8373         reliably with identifiers besides a pgp packet's key id.
8374
8375 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8376
8377         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8378         symmetric encryption.
8379         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8380         encrypted session key.
8381         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8382         message ask for the passphrase in a proper way.
8383
8384         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8385         New user commands for symmetric encryption.
8386
8387 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8390
8391         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8392
8393 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8394
8395         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8396
8397 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8398
8399         * mm-decode.el (mm-inlined-types): Add application/pgp.
8400         (mm-automatic-display): Ditto.
8401
8402         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8403         part as text.
8404
8405 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * nnrss.el: Update copyright.
8408         (nnrss-opml-import): Query whether to subscribe to each entry.
8409
8410         * gnus-art.el:
8411         * gnus-sum.el:
8412         * gnus-xmas.el:
8413         * messagexmas.el:
8414         * mm-uu.el:
8415         * mm-view.el: Update copyright.
8416
8417 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * message.el (message-info): New function.
8420         (message-mode-menu): Add it.
8421         Update copyright.
8422
8423         * ChangeLog: Fix and update copyright.
8424
8425 2006-01-13  Romain Francoise  <romain@orebokech.com>
8426
8427         * message.el (message-forward-subject-name-subject): Prefer the
8428         address to 'nowhere' if the sender has no name.
8429         Fix typo.  Update copyright year.
8430
8431 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8432
8433         * gnus-art.el (article-wash-html): Use
8434         gnus-summary-show-article-charset-alist if a numeric arg is given.
8435         (gnus-article-wash-html-with-w3m-standalone): New function.
8436
8437         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8438         mm-inline-text-html-render-with-w3m-standalone.
8439         (mm-text-html-washer-alist): Map w3m-standalone to
8440         gnus-article-wash-html-with-w3m-standalone.
8441         (mm-inline-text-html-render-with-w3m-standalone): New function.
8442
8443 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8444
8445         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8446         Improve LaTeX.
8447
8448 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8451         (nnrss-request-article): Render text/plain parts as HTML.
8452
8453         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8454         the buffer.
8455
8456 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8457
8458         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8459         custom definition of `gnus-posting-styles'.
8460
8461         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8462         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8463
8464 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8465
8466         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8467         Use nntp for bug archive.
8468
8469 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8472         parts.
8473         (nnrss-normalize-date): New function converts ISO 8601 date into
8474         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8475         (nnrss-check-group): Use it.
8476
8477 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8480
8481         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8482         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8483         (nnrss-insert-w3): Ditto.
8484
8485 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8488         the articles to be forwarded including the case where neither a
8489         number of articles nor a region is specified.
8490
8491 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * nnrss.el (nnrss-request-article): Fix last change; fill
8494         text/plain parts.
8495
8496 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8499         in text/plain part.
8500         (nnrss-check-group): Don't add excessive newline to dc:subject.
8501
8502 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8503
8504         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8505         article.
8506
8507 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8508
8509         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8510         (nnml-use-compressed-files, nnml-save-mail): Support other
8511         comression programs such as bzip2.
8512
8513 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8514
8515         * dns.el (query-dns): Make sure we check the buffer size before
8516         removing tcp headers.
8517
8518 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8521         remove MIME buttons associated with multipart/alternative parts.
8522         (gnus-mime-display-alternative): Tag buttons using `article-type'
8523         text property.
8524
8525         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8526         associated with multipart/alternative parts.
8527
8528         * gnus-art.el (gnus-signature-separator): Fix custom type.
8529
8530         * mm-decode.el (mm-inlined-types): Fix custom type.
8531         (mm-keep-viewer-alive-types): Ditto.
8532         (mm-automatic-display): Ditto.
8533         (mm-attachment-override-types): Ditto.
8534         (mm-inline-override-types): Ditto.
8535         (mm-automatic-external-display): Ditto.
8536
8537 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8538
8539         * spam-report.el (spam-report-user-mail-address)
8540         (spam-report-user-agent): New variables.
8541         (spam-report-url-ping-plain): Use spam-report-user-agent.
8542
8543 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8544
8545         * gnus-art.el (gnus-button-handle-custom): Do not just use
8546         `customize-apropos' for any "M-x customize-*" button but the
8547         function called for.  Accept both the function name and its
8548         argument in order to achieve this.
8549         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8550         function name to `gnus-button-handle-custom' in case of "M-x
8551         customize-*" buttons.
8552
8553 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8554
8555         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8556         multipart/alternative and add xref to mm-discouraged-alternatives
8557         in doc string.
8558
8559         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8560         gnus-buttonized-mime-types in doc string.
8561
8562 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8563
8564         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8565         Suggest image/.* in the doc string.
8566
8567 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8568
8569         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8570         message-marks (Debian bug #342521).
8571
8572 2005-12-12  Simon Josefsson  <jas@extundo.com>
8573
8574         * password.el (password-read-from-cache): Add.
8575         (password-read): Use it.
8576
8577 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8580         us-ascii as a MIME charset.
8581
8582         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8583         against the case where the 2nd arg TYPE is nil.
8584
8585 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * pop3.el (pop3-stream-type): Fix custom version.
8588
8589         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8590
8591 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8592
8593         * mm-decode.el (mm-display-external): Add missing cdr.
8594
8595 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8596
8597         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8598         RFC1524) if it is in mailcap or add a suffix according to
8599         mailcap-mime-extensions when generating a temp filename; postpone
8600         deleting a temp file for 2 seconds for some wrappers, shell
8601         scripts, and so on, which might exit right after having started a
8602         viewer command as a background job.
8603
8604 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8605
8606         * nntp.el (nntp-marks-directory): Fix custom group.
8607
8608         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8609         steps when < 10.
8610
8611         * gnus-start.el (gnus-no-server-1): Mention
8612         `gnus-level-default-subscribed' in doc string.
8613
8614 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8615
8616         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8617         parens.
8618
8619 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-xmas.el (gnus-use-toolbar): Revert.
8622         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8623         gnus-use-toolbar is default.
8624
8625         * messagexmas.el (message-use-toolbar): Revert.
8626         (message-setup-toolbar): Use global default-toolbar if
8627         message-use-toolbar is default.
8628
8629 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8632         according to default-toolbar-visible-p.
8633
8634         * messagexmas.el (message-use-toolbar): Ditto.
8635
8636 2005-11-26  Dave Love  <fx@gnu.org>
8637
8638         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8639         (tls-program, tls-success): Provide openssl alternative.
8640
8641         * starttls.el: Doc fixes.
8642         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8643         SERVICE to PORT.
8644
8645         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8646         port null or service name.
8647         (starttls-negotiate): Autoload.
8648
8649 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8650
8651         * message.el (message-kill-to-signature): Fix interactive spec.
8652
8653 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * pop3.el (pop3-open-server): Recognize a string as a service name.
8656
8657 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8658
8659         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8660
8661 2005-11-23  Dave Love  <fx@gnu.org>
8662
8663         Add pop3s, pop3/starttls.
8664
8665         * pop3.el (pop3-authentication-scheme): Clarify doc.
8666         (open-tls-stream, starttls-open-stream): Autoload.
8667         (pop3-stream-type): New.
8668         (pop3-open-server): Use it.
8669
8670         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8671         for POP.
8672         (mail-source-keyword-map): Add :stream for POP.
8673         (mail-source-fetch-pop): Use pop3-stream-type.
8674
8675 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8678         of current-time-string.
8679
8680 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8681
8682         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8683         date header.
8684
8685 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8686
8687         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8688         it can seriously impact performance as it bypasses the agent's
8689         local caches.
8690
8691 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8692
8693         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8694         must be explicitly online rather than "not explicitly offline" for
8695         its flags to be synchronized.
8696
8697         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8698         that gnus-uu-unmark-thread will function correctly.
8699
8700         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8701         1024K is instead displayed as 1M.
8702
8703 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8704
8705         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8706
8707 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8708
8709         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8710
8711 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8712
8713         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8714         error message to display actual error condition.
8715         (gnus-agent-save-local): Avoid saving symbols that are bound to
8716         nil as they simply result in a warning message in
8717         gnus-agent-read-local.
8718
8719 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8722         rather than make-variable-buffer-local for file-precious-flag.
8723
8724 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8725
8726         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8727         for duplicates which are removed.  The invalid sort check then
8728         triggers a rescan after the sort as sorting may have moved
8729         duplicate entries such that they can be cheaply detected.
8730
8731 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8734
8735 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8736
8737         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8738         internal variable to a custom variable.  Changed default value
8739         from compressed(2) to uncompressed(1).
8740         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8741         support for uncompressed agentview files.  Taken together, reading
8742         the agentview file should now be 6-7 times faster.
8743
8744 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8745
8746         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8747         as a buffer-local variable.  This avoids creating truncated
8748         dribble files as a result of a hang up, eg.
8749
8750 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8751
8752         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8753         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8754         XEmacs.
8755
8756 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8757
8758         * gnus-start.el (gnus-start-draft-setup): Enforce
8759         `gnus-draft-mode' for nndraft:drafts at startup.
8760
8761         * gnus.el (gnus-splash): Change custom group.
8762         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8763         allow-list argument.
8764
8765         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8766         string.
8767
8768 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8769
8770         * gnus-art.el (gnus-default-article-saver): Add user-defined
8771         `function' to custom type.
8772
8773 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8774
8775         * imap.el (imap-open): Handle case where buffer is a buffer
8776         object.
8777
8778 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8779
8780         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8781         long lines.
8782         (gnus-cache-delete-group): Wrap doc strings.
8783
8784         * gnus-agent.el (gnus-agent-rename-group)
8785         (gnus-agent-delete-group): Wrap doc strings.
8786
8787 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * messagexmas.el (message-use-toolbar): Change the valid values
8790         into default, top, bottom, left, and right.
8791         (message-toolbar-thickness): New variable.
8792         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8793         well.
8794         (message-setup-toolbar): Make it work.
8795
8796         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8797         (gnus-use-toolbar): Change the valid values into default, top,
8798         bottom, left, and right.
8799         (gnus-toolbar-thickness): New variable.
8800         (gnus-xmas-setup-toolbar): New function.
8801         (gnus-xmas-setup-group-toolbar): Use it.
8802         (gnus-xmas-setup-summary-toolbar): Use it.
8803
8804 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8805
8806         * gnus-start.el (gnus-1): Add "native" to
8807         gnus-predefined-server-alist.
8808
8809         * gnus.el (gnus-method-to-server): Don't add "native" to the
8810         lists here, because that leads to problems when
8811         gnus-select-method is bound.
8812
8813 2005-11-09  Simon Josefsson  <jas@extundo.com>
8814
8815         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8816         use (not sort-by-date) instead.
8817
8818 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8819
8820         * gnus-delay.el (gnus-delay-group): Don't autoload.
8821         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8822         to be re-loaded when customizing the `gnus-delay' group.
8823
8824 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8825
8826         * message.el: Revert last changes.
8827         (message-insert-citation-line): Use newlines.
8828
8829 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8830
8831         * message.el (message-courtesy-message)
8832         (message-mark-insert-begin, message-mark-insert-end)
8833         (message-elide-ellipsis, message-cancel-message)
8834         (message-add-header, message-change-subject)
8835         (message-cross-post-followup-to-header)
8836         (message-cross-post-insert-note, message-reduce-to-to-cc)
8837         (message-widen-reply, message-delete-not-region)
8838         (message-kill-to-signature, message-insert-signature)
8839         (message-insert-importance-high, message-insert-importance-low)
8840         (message-insert-or-toggle-importance)
8841         (message-insert-disposition-notification-to)
8842         (message-indent-citation, message-yank-original)
8843         (message-cite-original-without-signature, message-cite-original)
8844         (message-insert-citation-line, message-position-on-field)
8845         (message-fix-before-sending, message-send-mail-partially)
8846         (message-send-mail, message-send-mail-with-sendmail)
8847         (message-send-mail-with-qmail, message-send-news)
8848         (message-check-news-header-syntax, message-generate-headers)
8849         (message-insert-courtesy-copy, message-fill-address)
8850         (message-fill-header, message-shorten-references)
8851         (message-setup-1, message-cancel-news)
8852         (message-forward-make-body-plain, message-forward-make-body-mime)
8853         (message-forward-make-body-mml, message-encode-message-body)
8854         (message-forward-make-body-digest-plain)
8855         (message-forward-make-body-digest-mime)
8856         (message-use-alternative-email-as-from): Insert `hard-newline'
8857         instead of ordinary newlines.
8858
8859 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * message.el (message-generate-headers): Downcase the argument
8862         given to message-check-element.
8863
8864 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8865
8866         * nntp.el (nntp-authinfo-rejected): New error condition.
8867         (nntp-wait-for): Use new error condition to signal authentication
8868         error.
8869         (nntp-retrieve-data): Rethrow new error condition to break out of
8870         recursive call to nntp-send-authinfo.
8871
8872 2005-11-08  Romain Francoise  <romain@orebokech.com>
8873
8874         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8875         (gnus-summary-exit-map): Bind to `Z p'.
8876         (gnus-summary-make-menu-bar): Add menu item.
8877
8878 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8879
8880         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8881         (gnus-treat-*): Add `first' in all doc strings.
8882
8883         * gnus-group.el (gnus-group-compact-group): Fix typo.
8884
8885 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gnus.el (gnus-parameters-case-fold-search): New variable.
8888         (gnus-parameters-get-parameter): Use it.
8889
8890         * gnus-score.el (gnus-home-score-file): Doc fix.
8891
8892 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8893
8894         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8895
8896 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * mm-util.el (mm-special-display-p): New function.
8899
8900         * mml.el (mml-preview): Use it; doc fix.
8901
8902 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8903
8904         * imap.el (imap-open): Handle case where buffer is a buffer object.
8905
8906 2005-10-29  Romain Francoise  <romain@orebokech.com>
8907
8908         * message.el (message-fix-before-sending): Fix comment.
8909
8910 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8911
8912         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8913
8914 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8915
8916         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8917         Used in gnus-score.el.
8918
8919 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8920
8921         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8922
8923 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8924
8925         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8926         whitespace removed in revision 7.8.  Use concatenated string to
8927         protect trailing whitespace.
8928
8929 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8930
8931         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8932         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8933         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8934         Courier IMAP ("some version from 2004").  Mostly based on similar
8935         code in the same function.
8936
8937 2005-10-26  Didier Verna  <didier@xemacs.org>
8938
8939         * gnus-group.el (gnus-group-compact-group): Invalidate original
8940         article buffer.
8941         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8942         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8943         NOV database and in article itself.
8944         Invalidate article backlog.
8945
8946 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8947
8948         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8949
8950 2005-10-26  Simon Josefsson  <jas@extundo.com>
8951
8952         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8953         part of 2004-07-25 change.
8954
8955 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * message.el (message-display-completion-list): New function.
8958         (message-expand-group): Use it; make sure the Completions buffer
8959         is modifiable.
8960 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8961
8962         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8963         user-mail-name is an empty string.
8964
8965 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8966
8967         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8968         depending on gnus-score-decay-constant.
8969
8970         * encrypt.el (encrypt-insert-file-contents)
8971         (encrypt-write-file-contents): Don't use `gnus-message'.
8972
8973         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8974         arguments.
8975         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8976         arguments to mm-uu-verbatim-marks-extract.
8977         (mm-uu-hide-markers): New variable.
8978         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8979
8980         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8981         (gnus-convert-image-to-face-command): Use "convert" by default to
8982         allow other input image formats.
8983         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8984         accordingly.
8985
8986 2005-10-23  Simon Josefsson  <jas@extundo.com>
8987
8988         * imap.el (imap-gssapi-program): Align command line parameters
8989         with latest GNU SASL.
8990         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8991
8992 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8993
8994         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8995         HTML.
8996         (nnslashdot-request-article): Ditto.
8997
8998         * lpath.el (featurep): Add nobreak-char-display.
8999
9000 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9001
9002         * mail-source.el (mail-source-fetch-pop): Require pop3.
9003         (mail-source-check-pop): Ditto.
9004
9005 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9006
9007         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
9008         errors.
9009
9010 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9011
9012         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
9013         (gnus-treat-strip-leading-blank-lines): Improve doc string.
9014
9015         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
9016
9017         * mm-bodies.el (mm-decode-string): Call
9018         `mm-charset-to-coding-system' with allow-override argument.
9019
9020 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9021
9022         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
9023         (rfc2047-charset-to-coding-system): New function.
9024         (rfc2047-decode-encoded-words): New function.
9025         (rfc2047-decode-region): Use them.
9026         (rfc2047-decode-cte): Remove.
9027         (rfc2047-parse-and-decode): Remove.
9028         (rfc2047-decode): Remove.
9029
9030 2005-10-15  Kenichi Handa  <handa@m17n.org>
9031
9032         * rfc2047.el (rfc2047-decode-cte): New function.
9033         (rfc2047-decode-region): Change the way to decode successive
9034         encoded-words: decode B- or Q-encoding in each encoded-word,
9035         concatenate them, and decode it as charset.
9036
9037 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9038
9039         * lpath.el: Fbind codepage-setup for XEmacs.
9040
9041 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
9042
9043         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
9044         widget-move-and-invoke.
9045         (gnus-custom-mode): Use gnus-custom-map.
9046
9047 2005-10-15  Bill Wohler  <wohler@newt.com>
9048
9049         * message.el (message-tool-bar-map): Renamed image file from
9050         mail_send to mail/send.
9051
9052 2005-10-16  Masatake YAMATO  <jet@gyve.org>
9053
9054         * message.el (message-expand-group): Pass the common
9055         prefix substring of completion to `display-completion-list'.
9056
9057 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9058
9059         * mml-sec.el (mml-secure-method): New internal variable.
9060         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9061         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9062         functions using mml-secure-method.
9063
9064         * mml.el (mml-mode-map): Add key bindings for those functions.
9065         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9066         Harder <harder@myrealbox.com>.
9067         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9068         end of message if point is the headers of the message.
9069
9070         * message.el (message-in-body-p): New function.
9071
9072         * assistant.el: Autoload gnus-util and netrc.
9073
9074         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9075         Use `mm-charset-override-alist' only when decoding.
9076
9077         * mm-bodies.el (mm-decode-body): Call
9078         `mm-charset-to-coding-system' with allow-override argument.
9079
9080         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9081         `filename' from Content-Disposition if Content-Type doesn't
9082         provide `name'.
9083         (gnus-mime-view-part-as-type): Set default instead of
9084         initial-input.
9085
9086 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9087
9088         * format-spec.el (format-spec): Propagate text properties of % spec.
9089
9090 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9091
9092         * gnus-art.el (gnus-treat-predicate): Add `first'.
9093
9094 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9095
9096         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9097         (mm-charset-override-alist): New variable.
9098         (mm-charset-to-coding-system): Use it.
9099         (mm-codepage-setup): New helper function.
9100         (mm-charset-eval-alist): New variable.
9101         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9102         about unknown charsets.
9103
9104         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9105
9106 2005-10-04  David Hansen  <david.hansen@gmx.net>
9107
9108         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9109         (nnrss-check-group): Ditto.
9110
9111 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9112
9113         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9114         Rename x-gnus-verbatim to x-verbatim.
9115         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9116
9117         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9118         x-verbatim.
9119
9120         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9121
9122         * gnus-util.el (gnus-remove-duplicates): Remove.
9123
9124         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9125         instead of gnus-remove-duplicates.
9126
9127         * message.el (message-remove-duplicates): Remove.
9128         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9129         message-remove-duplicates.
9130
9131         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9132         available, else use implementation from `delete-dups'.
9133
9134         * message.el (message-insert-expires): New function.
9135         (message-mode-map): Add key binding.
9136         (message-mode-field-menu): Add menu entry.
9137         (message-mode): Document it.
9138         (message-make-expires-date): Use `message-make-date'.
9139
9140 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9141
9142         * message.el (message-make-expires-date): New function.
9143
9144 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * Makefile.in (list-installed-shadows): New entry.
9147         (install): Use it.
9148         (remove-installed-shadows): New entry.
9149
9150         * dgnushack.el (dgnushack-default-load-path): New variable.
9151         (dgnushack-find-lisp-shadows): New function.
9152         (dgnushack-remove-lisp-shadows): New function.
9153
9154 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * Makefile.in (install-el-elc): New entry.
9157         (install): Use it so that .el files are necessarily installed.
9158
9159 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9162
9163 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9164
9165         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9166         function rather than the diff-mode.el package.
9167         (mm-display-external): Use with-current-buffer.
9168         (mm-viewer-completion-map, mm-viewer-completion-map):
9169         Move initialization inside declaration.
9170
9171 2005-09-29  Simon Josefsson  <jas@extundo.com>
9172
9173         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9174         autoload mail-check-payment.
9175         (spam-check-hashcash): Define unconditionally, since hashcash.el
9176         is part of Gnus now.  Ignore errors from payment checking.
9177
9178 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * message.el (message-bold-region, message-unbold-region): Rename
9181         from `bold-region' and `unbold-region'.
9182
9183         * message.el: Remove useless autoloads.
9184
9185 2005-09-28  Simon Josefsson  <jas@extundo.com>
9186
9187         * message.el (message-use-idna): Default to t.
9188         (message-use-idna): Test whether encoding works too.  Doc fix.
9189
9190 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9191
9192         * nntp.el (nntp-warn-about-losing-connection): Remove.
9193
9194 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9197         customizable.  Change default value.
9198         (mm-uu-diff-groups-regexp): Change default value.
9199         (mm-uu-type-alist): Add doc string.
9200         (mm-uu-configure): Add doc string.  Make it interactive.
9201         (mm-uu-tex-groups-regexp): New variable.
9202         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9203         (mm-uu-type-alist): Add LaTeX documents.
9204         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9205         of "text/verbatim".
9206         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9207
9208         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9209         instead of "text/verbatim".
9210
9211         * message.el (message-mark-inserted-region)
9212         (message-mark-insert-file): Use slrn style marks when called with
9213         prefix argument.
9214
9215 2005-09-27  Simon Josefsson  <jas@extundo.com>
9216
9217         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9218
9219 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9220
9221         * message.el (message-remove-duplicates): New function.
9222         Implementation borrowed from `gnus-remove-duplicates'.
9223         (message-idna-to-ascii-rhs): Also encode idna addresses in
9224         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9225         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9226         only ask about the same idna domain once per header and also tell
9227         in what header to replace the idna domain.
9228
9229         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9230         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9231         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9232         a header is decoded and not just the last one.
9233
9234 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9235
9236         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9237         has been decoded.
9238
9239         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9240         (mm-insert-part): Don't modify text if it has been decoded.
9241
9242         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9243         decoded.
9244
9245         * mm-view.el (mm-inline-text): Don't strip text props unless
9246         decoding enriched or richtext parts.
9247
9248 2005-09-25  Romain Francoise  <romain@orebokech.com>
9249
9250         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9251         * gnus-start.el (gnus-subscribe-interactively):
9252         * gnus-uu.el (gnus-uu-grab-articles):
9253         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9254         space.
9255
9256 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9257
9258         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9259         * mm-view.el (mm-view-pkcs7-decrypt):
9260         * gnus-sum.el (gnus-summary-limit-to-extra)
9261         (gnus-summary-respool-article, gnus-read-move-group-name):
9262         * gnus-score.el (gnus-summary-increase-score):
9263         * gnus-util.el (gnus-completing-read-with-default):
9264         * gnus-art.el (gnus-read-save-file-name)
9265         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9266         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9267         * message.el (message-check-news-header-syntax):
9268         Follow convention for reading with the minibuffer.
9269
9270 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9271
9272         * spam-report.el (spam-report-url-ping-plain):
9273         Use gnus-extended-version as User-Agent.
9274
9275         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9276         default value is nil.
9277
9278         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9279         (mm-uu-verbatim-marks-extract): New function.
9280         (mm-uu-extract): New face.
9281         (mm-uu-copy-to-buffer): Use it.
9282
9283         * spam-report.el (spam-report-gmane-ham): Renamed from
9284         `spam-report-gmane-unspam'.
9285         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9286         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9287
9288         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9289         Autoload.
9290         (spam-report-gmane-unregister-routine): Renamed
9291         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9292
9293 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9294
9295         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9296         (spam-report-gmane-unregister-routine): Add support for gmane
9297         unregistration.
9298
9299         * spam-report.el (spam-report-gmane-unspam)
9300         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9301         (spam-report-gmane): Change to take a single article and do unspam
9302         registration.
9303
9304 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9305
9306         * mm-url.el (mm-url-decode-entities): Fix regexp.
9307
9308 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309
9310         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9311         default to nil, to be able to use Gnus at all.  If the default
9312         switches to something else, then the function should be fixed not
9313         be exceedingly slow.
9314
9315 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9316
9317         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9318         fail hard.
9319
9320         * spam-report.el: Add better Keywords line.
9321
9322         * spam.el: Add Maintainer and better Keywords line.
9323
9324 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-art.el (gnus-article-replace-part)
9327         (gnus-mime-replace-part): New functions.
9328         (gnus-mime-action-alist, gnus-mime-button-commands)
9329         (gnus-mime-save-part-and-strip): Added file argument.
9330         (gnus-article-part-wrapper): Added interactive argument.
9331
9332         * gnus-sum.el (gnus-summary-mime-map): Add
9333         `gnus-article-replace-part'.
9334
9335 2005-09-19  Didier Verna  <didier@xemacs.org>
9336
9337         The nnml compaction feature:
9338         * nnml.el (nnml-request-compact-group): New function.
9339         * nnml.el (nnml-request-compact): New function.
9340         * gnus-int.el (gnus-request-compact-group): New function.
9341         * gnus-int.el (gnus-request-compact): New function.
9342         * gnus-group.el (gnus-group-compact-group): New function.
9343         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9344         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9345         * gnus-srvr.el (gnus-server-compact-server): New function.
9346         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9347         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9348
9349 2005-09-18  Deepak Goel  <deego@gnufans.org>
9350
9351         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9352         format spec.
9353
9354 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9355
9356         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9357
9358 2005-09-15  Romain Francoise  <romain@orebokech.com>
9359
9360         * message.el (message-fill-paragraph): Clarify docstring.
9361
9362 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9363
9364         * gnus-art.el (gnus-mime-display-part): Protect against broken
9365         MIME messages.
9366
9367 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9368
9369         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9370         before parsing header.
9371
9372 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9373
9374         * html2text.el (html2text-replace-list): Add new entities.
9375
9376 2005-09-11  Romain Francoise  <romain@orebokech.com>
9377
9378         * message.el (message-alternative-emails): Improve docstring.
9379         (message-setup-1): Call `message-use-alternative-email-as-from'
9380         after `message-setup-hook' to give it precedence over posting
9381         styles, etc.
9382         (message-use-alternative-email-as-from): Add docstring.  Remove
9383         the original From header if present.
9384
9385         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9386         (nnml-save-mail): Use it.
9387
9388         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9389         articles.  Add new argument `silent'.
9390         (gnus-uu-mark-all): Report the total number of marked articles.
9391
9392 2005-09-10  Romain Francoise  <romain@orebokech.com>
9393
9394         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9395         (gnus-uu-mark-series): Likewise.
9396
9397 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9398
9399         * spam-report.el (spam-report-gmane): Fix generation of spam
9400         report URL.
9401
9402 2005-09-10  Simon Josefsson  <jas@extundo.com>
9403
9404         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9405         t, based on discussion on the ding list with Robert Epprecht
9406         <epprecht@solnet.ch>.
9407
9408 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * spam-report.el (spam-report-gmane): Make it work without
9411         X-Report-Spam header.  Gmane now only provides Archived-At.
9412         This is only used if `spam-report-gmane-use-article-number' is nil.
9413         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9414
9415         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9416         make `gnus-summary-sort-by-recipient' work with threading.
9417
9418         * nnweb.el (nnweb-google-wash-article): Print a message if article
9419         is not available.
9420
9421 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9422
9423         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9424         change.  Decode text/* parts content before displaying.
9425
9426 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9427
9428         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9429
9430 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9433
9434         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9435         url-package-name, url-package-version,
9436         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9437         w3m-display-inline-images, and w3m-minor-mode-map.
9438
9439 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9440
9441         * message.el (message-tab-body-function): Fix mismatched custom type.
9442
9443         * gnus.el (gnus-group-change-level-function): Ditto.
9444
9445         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9446
9447         * gnus-art.el (gnus-signature-limit)
9448         (gnus-article-mime-part-function): Ditto.
9449
9450 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * mml.el (mml-mode): Silence the byte compiler.
9453
9454         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9455         using `(sit-for 0)' before moving the point to the specified part;
9456         skip unbuttonized parts.
9457         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9458         return to the summary window if gnus-auto-select-part is non-nil.
9459
9460 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9461
9462         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9463         variables.
9464         (mml-dnd-attach-file, mml-mode): Use them.
9465
9466         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9467         Make fetching article by MID work again for Google Groups.  Added
9468         FIXME concerning gnus-group-make-web-group.
9469
9470         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9471         Don't depend on Gnus by using mail-extract-address-components if
9472         gnus-extract-address-components is not bound.
9473
9474 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9475
9476         * gnus-art.el (gnus-mime-display-security): Don't display the
9477         signature, but only the signed part.
9478
9479 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9482
9483         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9484         list, not listp.
9485
9486 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9487
9488         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9489         when encoding.
9490
9491         * mm-bodies.el (mm-decode-content-transfer-encoding):
9492         De-canonicalize CRLF for all text content types, not just
9493         text/plain.
9494
9495 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9496
9497         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9498         valid article; point arrow and cursor at the MIME button.
9499
9500 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9503         Suggested by Dan Christensen <jdc@uwo.ca>.
9504
9505         * mm-decode.el (mm-save-part): Enable change of prompt.
9506
9507 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9508
9509         * gnus-msg.el (gnus-inews-add-send-actions): Made
9510         `message-post-method' lambda parameter ARG `&optional'.
9511
9512 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9513
9514         * gnus-sum.el (gnus-summary-mime-map): Added
9515         gnus-article-save-part-and-strip, gnus-article-delete-part and
9516         gnus-article-jump-to-part.
9517
9518         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9519         (gnus-article-edit-part): Use it.
9520         (gnus-article-part-wrapper): Added no-handle argument.
9521         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9522         functions.
9523
9524 2005-08-29  Romain Francoise  <romain@orebokech.com>
9525
9526         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9527         docstring.
9528         (gnus-face-from-file): Likewise.
9529
9530 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9533         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9534         non-nil.
9535         (gnus-auto-select-part): New variable.
9536         (gnus-article-jump-to-part): New function.
9537         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9538         (gnus-mime-delete-part): Allow selecting specified part after
9539         deleting or stripping parts.
9540         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9541         part if argument is bogus.
9542
9543 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9544
9545         * gnus-art.el (w3m-minor-mode-map):
9546         * gnus-spec.el (gnus-newsrc-file-version):
9547         * gnus-util.el (nnmail-active-file-coding-system)
9548         (gnus-original-article-buffer, gnus-user-agent):
9549         * gnus.el (gnus-ham-process-destinations)
9550         (gnus-parameter-ham-marks-alist)
9551         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9552         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9553         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9554         * mm-decode.el (gnus-current-window-configuration):
9555         * mm-extern.el (gnus-article-mime-handles):
9556         * mm-url.el (url-current-object, url-package-name)
9557         (url-package-version):
9558         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9559         (smime-keys, w3m-cid-retrieve-function-alist)
9560         (w3m-current-buffer, w3m-display-inline-images)
9561         (w3m-minor-mode-map):
9562         * mml-smime.el (gnus-extract-address-components):
9563         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9564         (gnus-newsrc-hashtb, message-default-charset)
9565         (message-deletable-headers, message-options)
9566         (message-posting-charset, message-required-mail-headers)
9567         (message-required-news-headers):
9568         * mml1991.el (mc-pgp-always-sign):
9569         * mml2015.el (mc-pgp-always-sign):
9570         * nnheader.el (nnmail-extra-headers):
9571         * rfc1843.el (gnus-decode-encoded-word-function)
9572         (gnus-decode-header-function, gnus-newsgroup-name):
9573         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9574
9575 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9576
9577         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9578         the end of the date treatments.
9579
9580 2005-08-15  Simon Josefsson  <jas@extundo.com>
9581
9582         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9583         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9584         Capello and Romain Francoise.
9585         (pgg-fetch-key-function): Removed, not used?
9586         (pgg-insert-url-with-w3): Require url, to get
9587         url-insert-file-contents regardless of where it is defined.
9588
9589 2005-08-13  Romain Francoise  <romain@orebokech.com>
9590
9591         * message.el (message-cite-original-1): New function.
9592         (message-cite-original): Use it.
9593         (message-cite-original-without-signature): Ditto.
9594
9595 2005-08-08  Romain Francoise  <romain@orebokech.com>
9596
9597         * message.el (message-yank-empty-prefix): New variable.
9598         (message-indent-citation): Use it.
9599         (message-cite-original-without-signature): Respect X-No-Archive.
9600
9601 2005-08-08  Simon Josefsson  <jas@extundo.com>
9602
9603         * pgg.el: Autoload url-insert-file-contents instead of loading
9604         w3/url.
9605         (pgg-insert-url-with-w3): Don't load url here.
9606
9607 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9608
9609         * message.el (message-kill-to-signature): Don't insert newline at
9610         bol.
9611         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9612
9613 2005-08-06  Romain Francoise  <romain@orebokech.com>
9614
9615         * message.el (message-user-fqdn): Fix typo in docstring.
9616
9617 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9618
9619         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9620
9621         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9622
9623 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9624
9625         * mm-bodies.el (mm-encode-body): Use coding system rather than
9626         charset to encode text.
9627
9628         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9629         number of charsets if utf-8 is available (XEmacs).
9630
9631 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9632
9633         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9634         taken from `gnus-button-mid-or-mail-regexp'.
9635         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9636         (gnus-button-alist): Improve regexp for domain part of the MIDs
9637         for news:localpart@domain buttons.
9638         (gnus-button-ctan-directory-regexp): Update.
9639
9640 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9641
9642         * sieve-manage.el (sieve-manage-interactive-login): Use
9643         make-local-variable rather than make-variable-buffer-local.
9644         (sieve-manage-open): Ditto.
9645         (sieve-manage-authenticate): Ditto.
9646
9647         * mml.el (mml-generate-mime-1): Make the content type default to
9648         text/plain if the filename is not specified.
9649
9650 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9653         instead of insert-buffer.
9654
9655         * message.el (message-yank-original): Ditto; set the mark at the
9656         end of the yanked message.
9657
9658 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9659
9660         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9661         lines to scroll rather than to stop it.
9662
9663         * mml.el (mml-generate-default-type): Add doc string.
9664         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9665         default to application/octet-stream when determining the content
9666         type if it is not specified for the part or the mml contents; add
9667         a comment about mml-generate-default-type.
9668
9669 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9670
9671         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9672         make it default to application/octet-stream when determining the
9673         content type if it is not specified for the external contents.
9674
9675 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9678         segmented parameter but also other parameters might be there.
9679
9680 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9681
9682         * mm-decode.el (mm-display-external): Delete temp file, directory
9683         and buffer immediately if the external process is exited.
9684
9685 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9686
9687         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9688         fewer lines than that of scroll-margin.
9689         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9690
9691 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9692
9693         * gnus-art.el (gnus-article-next-page): Revert.
9694         (gnus-article-beginning-of-window): New macro.
9695         (gnus-article-next-page-1): Use it.
9696         (gnus-article-prev-page): Ditto.
9697         (gnus-article-edit-part): Use insert-buffer-substring instead of
9698         insert-buffer.
9699         (gnus-article-edit-exit): Ditto.
9700
9701         * gnus-util.el (gnus-beginning-of-window): Remove.
9702         (gnus-end-of-window): Remove.
9703
9704         * lpath.el: Don't bind header-line-format and scroll-margin.
9705
9706 2005-07-25  Simon Josefsson  <jas@extundo.com>
9707
9708         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9709         to have the url package without w3.  Reported by Daiki Ueno
9710         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9711
9712 2005-07-20  Didier Verna  <didier@xemacs.org>
9713
9714         * gnus-diary.el: Remove the description comment (nndiary is now
9715         properly documented in the Gnus manual).
9716         Fix the spelling of "Back End".
9717         * nndiary.el: Ditto.
9718         Fix the copyright notice.
9719
9720 2005-07-18  Romain Francoise  <romain@orebokech.com>
9721
9722         * gnus-sum.el (gnus-summary-to-prefix)
9723         (gnus-summary-newsgroup-prefix): New variables.
9724         (gnus-summary-from-or-to-or-newsgroups): Use them.
9725
9726 2005-07-17  Romain Francoise  <romain@orebokech.com>
9727
9728         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9729         space as it's generally not especially interesting to the user.
9730
9731 2005-07-16  Romain Francoise  <romain@orebokech.com>
9732
9733         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9734         nil to avoid prompting and file modification if one of the
9735         messages at the top of the nnfolder file contains a copyright
9736         notice.
9737         Update copyright notice.
9738
9739         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9740         instead of `current-time-string' as the latter creates a time
9741         string that is not RFC 2822 compliant (it lacks the zone).
9742         Update copyright notice.
9743
9744 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9745
9746         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9747         for text/rtf.  Display default in prompt.  Pass default for M-n.
9748
9749         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9750
9751 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9752
9753         * gnus-msg.el (gnus-button-mailto): Remove
9754         save-selected-window-window hackery because it relies on
9755         save-selected-window internals.
9756
9757 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9760         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9761         (gnus-article-prev-page): Ditto.
9762
9763         * gnus-util.el (gnus-beginning-of-window): New function.
9764         (gnus-end-of-window): New function.
9765
9766         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9767
9768 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9769
9770         * gnus-score.el (gnus-score-edit-all-score): Set
9771         gnus-score-edit-exit-function to gnus-score-edit-done and call
9772         gnus-message.
9773
9774 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9775
9776         * gnus-msg.el (gnus-button-mailto): Remove
9777         save-selected-window-window hackery because it relies on
9778         save-selected-window internals.
9779
9780 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9783         add-minor-mode.
9784         (gnus-binary-mode): Ditto.
9785
9786         * gnus-topic.el (gnus-topic-mode): Ditto.
9787
9788 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9789
9790         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9791         (gnus-article-prev-page): Take scroll-margin into consideration.
9792
9793 2005-07-04  Lute Kamstra  <lute@gnu.org>
9794
9795         Update FSF's address in GPL notices.
9796
9797 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9798
9799         * gnus.el (gnus-exit):
9800         * gnus-group.el (gnus-group-icons):
9801         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9802
9803         * gnus-nocem.el (gnus-nocem):
9804         * message.el (message-various, message-buffers, message-sending)
9805         (message-interface, message-forwarding, message-insertion)
9806         (message-headers, message-news, message-mail):
9807         * pgg-gpg.el (pgg-gpg):
9808         * pgg-parse.el (pgg-parse):
9809         * pgg-pgp.el (pgg-pgp):
9810         * pgg-pgp5.el (pgg-pgp5):
9811         * pop3.el (pop3): Finish `defgroup' description with period.
9812
9813 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9814
9815         * gnus-art.el (article-display-face): Improve the efficiency.
9816         (article-display-x-face): Ditto; remove grey x-face stuff.
9817
9818 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-art.el (article-display-face): Correct the position in
9821         which Faces are inserted.
9822
9823 2005-06-29  Didier Verna  <didier@xemacs.org>
9824
9825         * gnus-art.el (article-display-face): Display faces in correct
9826         order.
9827
9828 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9831         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9832         (gnus-nocem-check-article): Fetch the Type header.
9833         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9834         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9835         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9836         make sure gnus-nocem-hashtb is initialized.
9837         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9838         (gnus-nocem-unwanted-article-p): Ditto.
9839
9840         * pgg.el (pgg-verify): Return the verification result.
9841
9842 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9845         is ascii.
9846
9847 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9848
9849         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9850         `show-nonbreak-escape'.
9851
9852 2005-06-23  Lute Kamstra  <lute@gnu.org>
9853
9854         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9855
9856         * dig.el (dig-mode):
9857         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9858
9859 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9860
9861         * nnimap.el (nnimap-split-download-body): Fix spellings.
9862
9863 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9864
9865         * gnus-art.el (gnus-article-encrypt-body):
9866         * gnus-cus.el (gnus-score-customize):
9867         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9868         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9869
9870 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9871
9872         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9873         header by looking for magic "MII" at the beginnig.
9874
9875 2005-06-16  Miles Bader  <miles@gnu.org>
9876
9877         * gnus-xmas.el (gnus-xmas-group-startup-message):
9878         Use renamed gnus-splash face.
9879
9880         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9881         (assistant-field-face): New backward-compatibility alias for renamed
9882         face.
9883         (assistant-render-text): Use renamed assistant-field face.
9884
9885         * spam.el (spam): Remove "-face" suffix from face name.
9886         (spam-face): New backward-compatibility alias for renamed face.
9887         (spam-face, spam-initialize): Use renamed spam face.
9888
9889         * message.el (message-header-to, message-header-cc)
9890         (message-header-subject, message-header-newsgroups)
9891         (message-header-other, message-header-name)
9892         (message-header-xheader, message-separator, message-cited-text)
9893         (message-mml): Remove "-face" suffix from face names.
9894         (message-header-to-face, message-header-cc-face)
9895         (message-header-subject-face, message-header-newsgroups-face)
9896         (message-header-other-face, message-header-name-face)
9897         (message-header-xheader-face, message-separator-face)
9898         (message-cited-text-face, message-mml-face):
9899         New backward-compatibility aliases for renamed faces.
9900         (message-font-lock-keywords): Use renamed message faces.
9901
9902         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9903         (sieve-test-commands, sieve-tagged-arguments):
9904         Remove "-face" suffix from face names.
9905         (sieve-control-commands-face, sieve-action-commands-face)
9906         (sieve-test-commands-face, sieve-tagged-arguments-face):
9907         New backward-compatibility aliases for renamed faces.
9908         (sieve-control-commands-face, sieve-action-commands-face)
9909         (sieve-test-commands-face, sieve-tagged-arguments-face):
9910         Use renamed sieve faces.
9911
9912         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9913         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9914         (gnus-group-news-3-empty, gnus-group-news-4)
9915         (gnus-group-news-4-empty, gnus-group-news-5)
9916         (gnus-group-news-5-empty, gnus-group-news-6)
9917         (gnus-group-news-6-empty, gnus-group-news-low)
9918         (gnus-group-news-low-empty, gnus-group-mail-1)
9919         (gnus-group-mail-1-empty, gnus-group-mail-2)
9920         (gnus-group-mail-2-empty, gnus-group-mail-3)
9921         (gnus-group-mail-3-empty, gnus-group-mail-low)
9922         (gnus-group-mail-low-empty, gnus-summary-selected)
9923         (gnus-summary-cancelled, gnus-summary-high-ticked)
9924         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9925         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9926         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9927         (gnus-summary-low-undownloaded)
9928         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9929         (gnus-summary-low-unread, gnus-summary-normal-unread)
9930         (gnus-summary-high-read, gnus-summary-low-read)
9931         (gnus-summary-normal-read, gnus-splash):
9932         Remove "-face" suffix from face names.
9933         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9934         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9935         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9936         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9937         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9938         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9939         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9940         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9941         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9942         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9943         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9944         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9945         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9946         (gnus-summary-normal-ticked-face)
9947         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9948         (gnus-summary-normal-ancient-face)
9949         (gnus-summary-high-undownloaded-face)
9950         (gnus-summary-low-undownloaded-face)
9951         (gnus-summary-normal-undownloaded-face)
9952         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9953         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9954         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9955         (gnus-splash-face):
9956         New backward-compatibility aliases for renamed faces.
9957         (gnus-group-startup-message): Use renamed gnus faces.
9958
9959         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9960         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9961         (gnus-server-agent): Remove "-face" suffix from face names.
9962         (gnus-server-agent-face, gnus-server-opened-face)
9963         (gnus-server-closed-face, gnus-server-denied-face)
9964         (gnus-server-offline-face):
9965         New backward-compatibility aliases for renamed faces.
9966         (gnus-server-agent-face, gnus-server-opened-face)
9967         (gnus-server-closed-face, gnus-server-denied-face)
9968         (gnus-server-offline-face): Use renamed gnus faces.
9969
9970         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9971         Remove "-face" suffix from face names.
9972         (gnus-picon-xbm-face, gnus-picon-face):
9973         New backward-compatibility aliases for renamed faces.
9974
9975         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9976         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9977         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9978         (gnus-cite-11): Remove "-face" suffix from face names.
9979         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9980         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9981         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9982         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9983         New backward-compatibility aliases for renamed faces.
9984         (gnus-cite-attribution-face, gnus-cite-face-list)
9985         (gnus-article-boring-faces): Use renamed gnus faces.
9986
9987         * gnus-art.el (gnus-signature, gnus-header-from)
9988         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9989         (gnus-header-content): Remove "-face" suffix from face names.
9990         (gnus-signature-face, gnus-header-from-face)
9991         (gnus-header-subject-face, gnus-header-newsgroups-face)
9992         (gnus-header-name-face, gnus-header-content-face):
9993         New backward-compatibility aliases for renamed faces.
9994         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9995
9996         * gnus-sum.el (gnus-summary-selected-face)
9997         (gnus-summary-highlight): Use renamed gnus faces.
9998         * gnus-group.el (gnus-group-highlight): Likewise.
9999
10000 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
10001
10002         * gnus-sieve.el (gnus-sieve-article-add-rule):
10003         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
10004         * spam-stat.el (spam-stat-buffer-change-to-spam)
10005         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
10006
10007         * message.el (message-is-yours-p):
10008         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
10009
10010 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * mm-view.el (mm-inline-text): Withdraw the last change.
10013
10014 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10015
10016         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
10017         executing enriched-decode.
10018
10019 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
10022         charset of tar files.
10023
10024 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
10025
10026         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
10027
10028 2005-06-04  Lute Kamstra  <lute@gnu.org>
10029
10030         * nnfolder.el (nnfolder-read-folder): Make sure that undo
10031         information is never recorded.
10032
10033 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10034
10035         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
10036
10037 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10038
10039         * pop3.el (pop3-apop): Run md5 in the binary mode.
10040
10041         * starttls.el (starttls-set-process-query-on-exit-flag):
10042         Use eval-and-compile.
10043
10044 2005-05-31  Simon Josefsson  <jas@extundo.com>
10045
10046         * smime.el (smime-replace-in-string): Define.
10047         (smime-cert-by-ldap-1): Use it.
10048
10049 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-art.el (article-display-x-face): Replace
10052         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10053
10054         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
10055         set-process-query-on-exit-flag or process-kill-without-query.
10056
10057         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10058         loop instead of replace-regexp.
10059
10060         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10061         instead of process-kill-without-query if it is available.
10062
10063         * lpath.el: Fbind ldap-search-entries.
10064
10065         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10066         instead of find-file-hooks if it is available.
10067
10068         * mml1991.el: Bind pgg-default-user-id when compiling.
10069
10070         * mml2015.el: Bind pgg-default-user-id when compiling.
10071
10072         * nndraft.el (nndraft-request-associate-buffer):
10073         Use write-contents-functions instead of write-contents-hooks if it is
10074         available.
10075
10076         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10077         instead of find-file-hooks if it is available.
10078
10079         * nntp.el (nntp-open-connection): Replace
10080         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10081         (nntp-open-ssl-stream): Ditto.
10082         (nntp-open-tls-stream): Ditto.
10083
10084         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10085         set-process-query-on-exit-flag or process-kill-without-query.
10086         (starttls-open-stream-gnutls): Use it instead of
10087         process-kill-without-query.
10088         (starttls-open-stream): Ditto.
10089
10090 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10091
10092         * smime.el (smime-cert-by-ldap-1): Don't use
10093         replace-regexp-in-string.
10094
10095 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10096
10097         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10098
10099         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10100         in PEM format.  Adjust to the XEmacs compability.
10101
10102 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10103
10104         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10105         by `string-to-number'.
10106         * gnus-agent.el (gnus-agent-regenerate-group)
10107         (gnus-agent-fetch-articles): Ditto.
10108         * gnus-art.el (gnus-button-fetch-group): Ditto.
10109         * gnus-cache.el (gnus-cache-generate-active)
10110         (gnus-cache-articles-in-group): Ditto.
10111         * gnus-group.el (gnus-group-set-current-level)
10112         (gnus-group-insert-group-line): Ditto.
10113         * gnus-score.el (gnus-score-set-expunge-below)
10114         (gnus-score-set-mark-below, gnus-summary-score-effect)
10115         (gnus-summary-score-entry): Ditto.
10116         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10117         (gnus-soup-pack): Ditto.
10118         * gnus-spec.el (gnus-xmas-format): Ditto.
10119         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10120         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10121         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10122         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10123         * nndb.el (nndb-get-remote-expire-response): Ditto.
10124         * nndiary.el (nndiary-parse-schedule-value)
10125         (nndiary-string-to-number, nndiary-request-replace-article)
10126         (nndiary-request-article): Ditto.
10127         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10128         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10129         * nneething.el (nneething-make-head): Ditto.
10130         * nnfolder.el (nnfolder-request-article)
10131         (nnfolder-retrieve-headers): Ditto.
10132         * nnheader.el (nnheader-file-to-number): Ditto.
10133         * nnkiboze.el (nnkiboze-request-article): Ditto.
10134         * nnmail.el (nnmail-process-unix-mail-format)
10135         (nnmail-process-babyl-mail-format): Ditto.
10136         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10137         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10138         (nnmh-request-create-group, nnmh-request-list-1)
10139         (nnmh-request-group, nnmh-request-article): Ditto.
10140         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10141         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10142         * nnsoup.el (nnsoup-make-active): Ditto.
10143         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10144         * nntp.el (nntp-find-group-and-number)
10145         (nntp-retrieve-headers-with-xover): Ditto.
10146         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10147         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10148         (pgg-format-key-identifier): Ditto.
10149         * pop3.el (pop3-last, pop3-stat): Ditto.
10150         * qp.el (quoted-printable-decode-region): Ditto.
10151
10152         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10153         of concat.
10154
10155 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10158
10159         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10160
10161         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10162
10163         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10164
10165         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10166
10167         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10168
10169         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10170         (gnus-carpal-mode): Ditto.
10171
10172         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10173         (gnus-browse-mode): Ditto.
10174
10175         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10176
10177         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10178
10179 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10180
10181         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10182
10183 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * gnus-util.el (gnus-run-mode-hooks): New function.
10186
10187         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10188
10189         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10190         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10191
10192 2005-05-27  Lute Kamstra  <lute@gnu.org>
10193
10194         * dns-mode.el (dns-mode): Specify customization group.
10195
10196 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10197
10198         * gnus-agent.el (gnus-agent-make-mode-line-string):
10199         Use mode-line-highlight as mouse-face.
10200
10201 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10202
10203         * canlock.el (canlock): Change the parent group to news.
10204
10205         * deuglify.el (gnus-outlook-deuglify): Add :group.
10206
10207         * dig.el (dig): Add :group.
10208
10209         * dns-mode.el (dns-mode): Add :group.
10210
10211         * encrypt.el (encrypt): Add :group.
10212
10213         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10214         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10215         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10216         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10217         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10218
10219         * gnus-diary.el (gnus-diary): Add :group.
10220
10221         * gnus.el (gnus-group-news-1-face): Add :group.
10222         (gnus-group-news-1-empty-face): Ditto.
10223         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10224         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10225         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10226         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10227         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10228         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10229         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10230         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10231         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10232         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10233         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10234         (gnus-summary-high-ticked-face): Ditto.
10235         (gnus-summary-low-ticked-face): Ditto.
10236         (gnus-summary-normal-ticked-face): Ditto.
10237         (gnus-summary-high-ancient-face): Ditto.
10238         (gnus-summary-low-ancient-face): Ditto.
10239         (gnus-summary-normal-ancient-face): Ditto.
10240         (gnus-summary-high-undownloaded-face): Ditto.
10241         (gnus-summary-low-undownloaded-face): Ditto.
10242         (gnus-summary-normal-undownloaded-face): Ditto.
10243         (gnus-summary-high-unread-face): Ditto.
10244         (gnus-summary-low-unread-face): Ditto.
10245         (gnus-summary-normal-unread-face): Ditto.
10246         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10247         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10248
10249         * hashcash.el (hashcash): New custom group.
10250         (hashcash-default-payment): Add :group.
10251         (hashcash-payment-alist): Ditto.
10252         (hashcash-default-accept-payment): Ditto.
10253         (hashcash-accept-resources): Ditto.
10254         (hashcash-path): Ditto.
10255         (hashcash-extra-generate-parameters): Ditto.
10256         (hashcash-double-spend-database): Ditto.
10257         (hashcash-in-news): Ditto.
10258
10259         * message.el (message-minibuffer-local-map): Add :group.
10260
10261         * netrc.el (netrc): Add :group.
10262
10263         * sieve-manage.el (sieve-manage-log): Add :group.
10264         (sieve-manage-default-user): Diito.
10265         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10266         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10267         (sieve-manage-authenticators): Ditto.
10268         (sieve-manage-authenticator-alist): Ditto.
10269         (sieve-manage-default-port): Ditto.
10270
10271         * sieve-mode.el (sieve-control-commands-face): Add :group.
10272         (sieve-action-commands-face): Ditto.
10273         (sieve-test-commands-face): Ditto.
10274         (sieve-tagged-arguments-face): Ditto.
10275
10276         * smime.el (smime): Add :group.
10277
10278         * spam-report.el (spam-report): Add :group.
10279
10280         * spam.el (spam, spam-face): Add :group.
10281
10282 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10285         return \n.\n.\n at the end of articles.  Protect against that.
10286         (nntp-with-open-group): Allow debugging.
10287
10288         * nnheader.el (mail-header-set-extra): Make into a function
10289         because I just could't understand how to quote the list properly.
10290
10291         * dns.el (query-dns-cached): New function.
10292
10293 2005-05-26  Lute Kamstra  <lute@gnu.org>
10294
10295         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10296
10297 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10300
10301         * gnus-art.el: Don't autoload mail-extract-address-components.
10302
10303         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10304         eval-and-compile to evaluate it.
10305
10306         * hashcash.el: Don't autoload executable-find.
10307
10308         * nndb.el: Don't declare the nndb back end two or more times; don't
10309         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10310
10311         * nntp.el: Autoload format-spec instead of format; use
10312         eval-and-compile to evaluate autoload forms.
10313
10314 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10315
10316         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10317
10318 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10319
10320         * gnus.el (gnus-version-number): Bump version.
10321
10322 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10323
10324         * gnus.el: No Gnus v0.3 is released.
10325
10326 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10327
10328         * lpath.el (featurep): Bind show-nonbreak-escape.
10329
10330 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * gnus-art.el (gnus-article-edit-part): Disable undo.
10333
10334 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10337         gnus-article-date-lapsed-new-header is t if date timer is active;
10338         skip headers in which the original date value is empty.
10339         (gnus-article-save-original-date): Redefine it as a macro.
10340         (gnus-display-mime): Use it.
10341
10342 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * gnus-art.el (article-date-ut): Support converting date in
10345         forwarded parts as well.
10346         (gnus-article-save-original-date): New function.
10347         (gnus-display-mime): Use it.
10348
10349 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10350
10351         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10352         enclosure element of <item>.
10353
10354 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * message.el (message-kill-buffer-query): Renamed from
10357         `message-kill-buffer-query-if-modified'.  Added :version.
10358
10359 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10360
10361         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10362         window layout.
10363
10364 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10365
10366         * mml.el: Autoload dnd when compiling.
10367
10368 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10371         x-dnd-*.
10372
10373 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10374
10375         * qp.el (quoted-printable-encode-region): Save excursion.
10376
10377 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10378
10379         * message.el (message-kill-buffer-query-if-modified): Add new variable
10380         so the user can kill a modified message buffer quickly.
10381         (message-kill-buffer): Use it.
10382
10383 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * lpath.el: Fbind display-time-event-handler; don't fbind
10386         string-to-multibyte.
10387
10388         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10389
10390 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10391
10392         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10393         contained in text because xml.el decodes entities) with LFs.
10394
10395 2005-04-11  Lute Kamstra  <lute@gnu.org>
10396
10397         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10398         differently.
10399
10400 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10401
10402         * mm-util.el (mm-detect-coding-region): Typo.
10403
10404 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10407
10408 2005-04-06  Deepak Goel  <deego@gnufans.org>
10409
10410         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10411         user-function allow user modifications of the scores.
10412         (spam-stat-score-buffer-user): New function, to allow
10413         user-computed modifications to the score.
10414         (spam-stat-score-buffer-user-functions): List of additional
10415         scoring functions.
10416         (spam-stat-error-holder): Global temporary error holder.
10417         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10418         variable.
10419
10420 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10421
10422         * gnus-registry.el (gnus-registry-clean-empty-function)
10423         (gnus-registry-trim, gnus-registry-fetch-groups)
10424         (gnus-registry-delete-group): Groups that match
10425         `gnus-registry-ignored-groups' are removed from the registry
10426         entries, not just ignored for splitting.  This helps clean up the
10427         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10428         to get all the groups a message ID is in.
10429
10430         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10431         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10432         (spam-stat-score-buffer-user-functions): Add :number custom type.
10433
10434 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10435
10436         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10437         argument in XEmacs.
10438
10439         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10440         (nnrss-request-group): Decode group name first.
10441         (nnrss-request-article): Make a text/plain article if mml-to-mime
10442         failed.
10443         (nnrss-get-encoding): Return a compatible encoding according to
10444         nnrss-compatible-encoding-alist.
10445         (nnrss-find-el): Use consp instead of listp.
10446         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10447
10448 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10451         which Emacs 20 doesn't support.
10452         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10453
10454 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10455
10456         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10457         silence the byte compiler inside the defun.
10458
10459         * gnus-demon.el (parse-time-string): Add autoload.
10460
10461         * gnus-delay.el (parse-time-string): Add autoload.
10462
10463         * gnus-art.el (parse-time-string): Add autoload.
10464
10465         * nnultimate.el (parse-time): Require for `parse-time-string'.
10466
10467 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10470
10471         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10472
10473         * smime.el (smime-ldap-host-list): Add :version.
10474
10475 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10476
10477         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10478         pass it to `gnus-browse-read-group'.
10479         (gnus-browse-read-group): Add NUMBER argument and pass it to
10480         `gnus-group-read-ephemeral-group'.
10481
10482         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10483         argument and pass it to `gnus-group-read-group'.
10484
10485 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10486
10487         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10488         mm-xemacs-find-mime-charset-1 if we have the mule feature
10489         available at runtime.
10490
10491 2005-03-25  Werner Lemberg  <wl@gnu.org>
10492
10493         * nnmaildir.el: Replace `illegal' with `invalid'.
10494
10495 2005-03-23  Lute Kamstra  <lute@gnu.org>
10496
10497         * time-date.el: Add comment on time value formats.
10498         Don't require parse-time.
10499         (with-decoded-time-value): New macro.
10500         (encode-time-value): New function.
10501         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10502         (days-to-time): Return a valid time value when arg is huge.
10503         (time-since): Use time-subtract.
10504         (time-to-number-of-days): Use time-to-seconds.
10505
10506 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10507
10508         * gnus-start.el (gnus-display-time-event-handler):
10509         Check display-time-timer at runtime rather than only at load time
10510         in case display-time-mode is turned off in the mean time.
10511
10512 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10513
10514         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10515         used.
10516
10517         * nneething.el (nneething-map-file-directory): Derive from
10518         `gnus-directory'.
10519
10520         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10521         the To/Cc button.
10522
10523 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10524
10525         * nnmaildir.el (nnmaildir-request-accept-article):
10526         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10527
10528 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10529
10530         * gnus-async.el: Require timer-funcs at compile time when in
10531         XEmacs for `run-with-idle-timer'.
10532
10533 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10534
10535         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10536         autoloaded function.
10537
10538 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10539
10540         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10541
10542 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10543
10544         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10545
10546 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10547
10548         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10549         gnus-expert-user to default.
10550
10551 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10552
10553         * nnimap.el (nnimap-open-server): Ditto.
10554
10555         * imap.el (imap-authenticate): Fix typo.
10556
10557 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10558
10559         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10560         buffer (since IMAP server might return FETCH response out of
10561         order, and the nntp buffer must be sorted).
10562
10563 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10564
10565         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10566         comparison on string.
10567
10568         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10569         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10570         (gnus-agent-summary-fetch-series): Modified to protect against
10571         gnus-agent-summary-fetch-group clearing processable flags.
10572         (gnus-agent-synchronize-group-flags): Update live group buffer as
10573         synchronization may occur due to the user toggle the plugged
10574         status.
10575         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10576         successfully downloaded.
10577         (gnus-agent-expire-group-1): Avoid using markers when the overview
10578         is in ascending order; greatly improves performance.
10579         (gnus-agent-regenerate-group): Use
10580         gnus-agent-synchronize-group-flags to reset read status in both
10581         gnus and server.
10582         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10583
10584 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * message.el: Don't autoload former message-utils variables.
10587         (message-strip-subject-trailing-was): Change doc string.
10588
10589         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10590         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10591         (nnweb-google-search): Add "hl=en" here.
10592         (nnweb-google-parse-1, nnweb-google-create-mapping):
10593         Don't hardcode URL.
10594
10595 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10596
10597         * message.el (message-get-reply-headers, message-followup):
10598         Mention related variables `message-use-followup-to' and
10599         `message-use-mail-followup-to', in the information buffer.
10600
10601         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10602         of broken groups(-beta).google.com.
10603
10604 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10605
10606         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10607         parameter to invoked gnus-request-move-article; remove the
10608         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10609         all at once instead of once per article.
10610         (gnus-summary-remove-process-mark): Accept a list of articles as
10611         well as a single article for processing.
10612
10613         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10614         parameter.
10615
10616         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10617
10618         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10619
10620         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10621         parameter.
10622
10623         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10624         parameter.
10625
10626         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10627         parameter and remove the gnus-sum-hint-move-is-internal variable.
10628
10629         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10630         parameter.
10631
10632         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10633         parameter.
10634
10635         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10636         parameter.
10637
10638         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10639
10640         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10641         parameter.
10642
10643         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10644         parameter.
10645
10646 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10647
10648         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10649         a more conservative way.
10650
10651 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10652
10653         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10654         buffer, so it moves the window's cursor.
10655
10656 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10657
10658         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10659         `mm-dissect-multipart' and receive the from field as an (optional)
10660         argument from `mm-dissect-multipart'.
10661         (mm-dissect-multipart): Receive the from field as an argument and
10662         pass it on when we call `mm-dissect-buffer' on MIME parts.
10663         Fixes verification/decryption of signed/encrypted MIME parts.
10664
10665 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10666
10667         * gnus-sum.el (gnus-summary-move-article): Set
10668         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10669         whatever it calls (right now, only nnimap-request-move article
10670         respects it).
10671
10672         * nnimap.el (nnimap-request-move-article): When
10673         gnus-sum-hint-move-is-internal is set, don't do the extra
10674         nnimap-request-article.
10675
10676 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10677
10678         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10679
10680         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10681         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10682
10683         * gnus-sum.el (gnus-summary-caesar-message):
10684         Apply `gnus-treat-article' after rotation.
10685
10686         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10687         doc string.
10688
10689 2005-02-22  Simon Josefsson  <jas@extundo.com>
10690
10691         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10692         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10693         <arne@arnested.dk>.
10694         (encrypt): Add password-cache and password-cache-expiry as group
10695         members.
10696
10697 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10698
10699         * smime.el (smime-ldap-host-list): Doc fix.
10700         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10701         cache) password.
10702         (smime-sign-region): Use it.
10703         (smime-decrypt-region): Use it.
10704         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10705         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10706         fails.
10707         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10708         certificate from DER to PEM format rather than calling openssl.
10709
10710         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10711
10712         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10713         for signing/encryption.
10714
10715         * mml.el (mml-parse-1): Use them.
10716
10717 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10718
10719         * nnrss.el (nnrss-verbose): Removed.
10720         (nnrss-request-group): Use `nnheader-message' instead.
10721
10722 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10723
10724         * nnrss.el (nnrss-verbose): New variable.
10725         (nnrss-request-group): Make it say nnrss is requesting a group.
10726
10727 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10728
10729         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10730         Handle news URL with given port correctly.
10731
10732 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10733
10734         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10735         containing special characters.
10736
10737         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10738
10739         * mml.el (mime-to-mml): Ditto.
10740
10741         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10742         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10743         (rfc2047-decode-region): Quote decoded words containing special
10744         characters when rfc2047-quote-decoded-words-containing-tspecials
10745         is non-nil.
10746
10747 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10748
10749         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10750
10751         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10752
10753 2005-02-15  Simon Josefsson  <jas@extundo.com>
10754
10755         * nnimap.el (nnimap-debug): Doc fix.
10756
10757         * imap.el (imap-debug): Doc fix.
10758
10759 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10760
10761         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10762
10763 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10764
10765         * gnus.el (spam-contents): Improve docs for spam-contents
10766         parameter in its variable incarnation.
10767
10768 2005-02-14  Simon Josefsson  <jas@extundo.com>
10769
10770         * smime-ldap.el: Use require instead of load-library for ldap.
10771         (smime-ldap-search): Indent.
10772         (smime-ldap-search-internal): Shorten line.
10773
10774         * smime.el (smime-cert-by-dns): Add doc-string.
10775         (smime-cert-by-ldap-1): Indent.
10776
10777         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10778         mml-smime-get-dns-ldap.
10779         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10780
10781 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10782
10783         * smime.el: Require smime-ldap.
10784         (smime-ldap-host-list): New variable.
10785         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10786
10787         * mml-smime.el (mml-smime-encrypt-query): New function.
10788         (mml-smime-encrypt-query): Use it.
10789
10790         * smime-ldap.el: New file.
10791
10792 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10795
10796 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10797
10798         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10799         argument in doc string.  Make query for type more clear.
10800
10801 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10802
10803         * gnus.el (gnus-group-startup-message): Search for gnus images in
10804         etc/images/gnus.
10805         * mm-util.el (mm-image-load-path): Likewise.
10806         * smiley.el (smiley-data-directory): Search for smilies in
10807         etc/images/smilies.
10808
10809 2005-02-09  Kim F. Storm  <storm@cua.dk>
10810
10811         Change Emacs release version from 21.4 to 22.1 throughout.
10812         Change Emacs development version from 21.3.50 to 22.0.50.
10813
10814 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10815
10816         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10817
10818         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10819         non-Mule XEmacs as well.
10820         (mm-decompress-buffer): Signal an error intentionally if it does
10821         not decompress compressed data because auto-compression-mode is
10822         disabled.
10823
10824 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10825
10826         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10827         an ID in the registry even if it has no groups.
10828
10829 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10830
10831         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10832         merge it into mm-decompress-buffer.
10833         (gnus-mime-copy-part): Use the MIME part charset, the value which
10834         a user specified or gnus-newsgroup-charset for decoding, like
10835         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10836         save-buffer what was used.  Suggested by Kevin Ryde
10837         <user42@zip.com.au>.
10838         (gnus-mime-inline-part): Allow the name parameter as well as the
10839         filename parameter; force decompressing of compressed data; always
10840         display contents being not decoded as unibyte.
10841
10842         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10843         as well as the filename parameter.
10844
10845         * mm-util.el (mm-decompress-buffer): Merge
10846         gnus-mime-jka-compr-maybe-uncompress.
10847         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10848         of compressed data.
10849
10850 2005-02-08  Simon Josefsson  <jas@extundo.com>
10851
10852         * imap.el (imap-log): Doc fix.
10853
10854 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10855
10856         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10857         the coding cookies; decompress compressed parts.
10858
10859         * mml.el (mml-generate-mime-1): Add the charset parameter according
10860         to the value which a user specified manually or the coding cookie.
10861
10862         * mm-util.el (mm-string-to-multibyte): New function.
10863         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10864         (mm-coding-system-to-mime-charset): New function.
10865         (mm-decompress-buffer): New function.
10866         (mm-find-buffer-file-coding-system): New function.
10867
10868         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10869         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10870         parts.
10871
10872 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10873
10874         * mm-view.el (mm-display-inline-fontify): Decode a part according
10875         to the charset parameter.
10876
10877 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10878
10879         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10880         prefix arg is neither nil nor a number, as info specifies.
10881
10882 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10883
10884         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10885         timestamps.
10886
10887 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10888
10889         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10890         groups error checking and notify user.
10891
10892 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10893
10894         * message.el (message-send-mail-function): Check existence of
10895         sendmail-program first before using default value
10896         `message-send-mail-with-sendmail'.  Otherwise use more generic
10897         `smtpmail-send-it'.
10898
10899 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * nntp.el (nntp-request-update-info): Always return nil.
10902
10903 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10904
10905         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10906
10907 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10908
10909         * message.el (message-beginning-of-line): Change the behavior when
10910         invoked between BOL and : so that it first moves backward.
10911
10912 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10915         article buffer when editing of the article is discarded.
10916         (gnus-article-prepare): Revert.
10917
10918 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10919
10920         * gnus-art.el (gnus-article-prepare):
10921         Remove message-strip-forbidden-properties from the local hook.
10922
10923 2005-01-27  Simon Josefsson  <jas@extundo.com>
10924
10925         * password.el (password-cache-add): Only start one timer per key.
10926         Reported by Derek Atkins <warlord@MIT.EDU>.
10927
10928 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10929
10930         * run-at-time.el: Removed.  It is no longer needed as
10931         timer-funcs.el in the xemacs-base package has a working version of
10932         `run-at-time'.
10933
10934         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10935
10936         * password.el: Require timer-funcs instead of run-at-time in
10937         XEmacs.
10938         Remove `password-run-at-time' macro.
10939         (password-cache-add): Use `run-at-time' instead of
10940         `password-run-at-time'.
10941
10942         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10943         Remove `nnheader-cancel-function-timers' alias,
10944         `cancel-function-timers' exists in XEmacs in timer-funcs.
10945
10946         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10947         for `run-with-idle-timer'.
10948
10949         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10950         for `run-at-time'.
10951
10952         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10953         for `with-timeout'.
10954
10955         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10956         the same as for XEmacs 21.4.
10957         No need to ignore `run-with-idle-timer', this function exists in
10958         XEmacs now in timer-funcs.el in the xemacs-base package.
10959         (dgnushack-compile): No need to delete
10960         run-at-time.el from the list of files to compile because it
10961         doesn't exist anymore.
10962
10963 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10966         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10967
10968 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10969
10970         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10971         sensitively.
10972
10973 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10974
10975         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10976
10977 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10978
10979         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10980         which will be inserted according to the multibyteness of a buffer
10981         rather than the type of contents.  Suggested by ARISAWA Akihiro
10982         <ari@mbf.ocn.ne.jp>.
10983
10984         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10985         of string which old xml.el may return rather than a string.
10986
10987 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10988
10989         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10990
10991 2005-01-16  Simon Josefsson  <jas@extundo.com>
10992
10993         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10994         idn/idna.el isn't available.
10995         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10996         <michael@waxrat.com>.
10997
10998         * hashcash.el: Remove non-FSF copyright header.
10999
11000         * hashcash.el (hashcash-extra-generate-parameters): New variable.
11001         (hashcash-generate-payment): Use it.
11002         (hashcash-generate-payment-async): Use it.
11003
11004 2005-01-15  Simon Josefsson  <jas@extundo.com>
11005
11006         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
11007         Suggested by Raymond Scholz <ray-2005@zonix.de>.
11008
11009         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
11010         gnus-summary-idna-message.
11011         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
11012         (gnus-summary-idna-message): New function.
11013
11014 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
11015
11016         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
11017         gnus-novice-user.
11018
11019 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * nnrss.el (nnrss-request-delete-group): Delete entries in
11022         nnrss-group-alist as well.
11023         (nnrss-save-server-data): Insert newline.
11024
11025 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
11026
11027         * gnus.el (gnus-user-agent): Use list of symbols instead of
11028         symbols.  Display full version number for (S)XEmacs.  Optionally
11029         display (S)XEmacs codename.
11030
11031         * gnus-util.el (gnus-emacs-version): Update for new
11032         `gnus-user-agent'.
11033
11034         * gnus-msg.el (gnus-extended-version): Make it possible to omit
11035         Gnus version.
11036
11037 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
11040         which is unreadable in some setups.
11041
11042 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11043
11044         * gnus-spec.el (gnus-update-format-specifications): Flush the
11045         group format spec cache if it doesn't support decoded group names.
11046
11047 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11048
11049         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
11050         Allow to apply decay on score files matching a regexp.
11051
11052 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11053
11054         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
11055         compatibility in %g and %c.
11056
11057 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11058
11059         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11060         name for only %g and %c.
11061         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11062         of gnus-tmp-group to decoded group name.
11063         (gnus-group-make-rss-group): Exclude `/'s from group names.
11064
11065 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * nnrss.el (nnrss-get-encoding): Fix regexp.
11068
11069 2004-12-27  Simon Josefsson  <jas@extundo.com>
11070
11071         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11072         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11073         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11074
11075 2004-12-17  Kim F. Storm  <storm@cua.dk>
11076
11077         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11078
11079         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11080
11081 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11082
11083         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11084
11085 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * nnrss.el: Require rfc2047 and mml.
11088         (nnrss-file-coding-system): New variable.
11089         (nnrss-format-string): Redefine it as an inline function.
11090         (nnrss-decode-group-name): New function.
11091         (nnrss-string-as-multibyte): Remove.
11092         (nnrss-retrieve-headers): Decode group name; don't use
11093         nnrss-format-string.
11094         (nnrss-request-group): Decode group name.
11095         (nnrss-request-article): Decode group name; allow a Message-ID as
11096         well as an article number; don't use nnrss-format-string; encode a
11097         Message-ID string which may contain non-ASCII characters; use
11098         mml-to-mime to compose a MIME article.
11099         (nnrss-request-expire-articles): Decode group name.
11100         (nnrss-request-delete-group): Decode group name.
11101         (nnrss-fetch): Clarify error message.
11102         (nnrss-read-server-data): Use insert-file-contents instead of load;
11103         bind file-name-coding-system; use multibyte buffer.
11104         (nnrss-save-server-data): Bind coding-system-for-write to the
11105         value of nnrss-file-coding-system; bind file-name-coding-system;
11106         add coding cookie.
11107         (nnrss-read-group-data): Use insert-file-contents instead of load;
11108         bind file-name-coding-system; use multibyte buffer.
11109         (nnrss-save-group-data): Bind coding-system-for-write to the
11110         value of nnrss-file-coding-system; bind file-name-coding-system.
11111         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11112         make it work with non-ASCII text.
11113         (nnrss-find-el): Make it work with old xml.el as well.
11114
11115 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11116
11117         * nnrss.el (nnrss-get-encoding): New function.
11118         (nnrss-fetch): Use unibyte buffer initially; bind
11119         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11120         decode contents according to the encoding attribute.
11121         (nnrss-save-group-data): Add coding cookie.
11122         (nnrss-mime-encode-string): New function.
11123         (nnrss-check-group): Use it to encode subject and author.
11124
11125 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11126
11127         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11128         imaginary variable.
11129
11130 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11133         correctly even if there are wide characters.
11134
11135 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11136
11137         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11138         downcased symbol names; make a new cache instead of reusing
11139         bbdb-hashtable.
11140
11141 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11144         concatenating segments rather than before concatenating them.
11145         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11146
11147         * message.el (message-get-reply-headers): Bind `extra'.
11148
11149 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11150
11151         * message.el (message-extra-wide-headers): New variable.
11152         (message-get-reply-headers): Use it.
11153
11154 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11157         (gnus-agent-group-pathname): Ditto.
11158
11159         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11160
11161         * gnus-group.el (gnus-group-make-group): Decode group name.
11162         (gnus-group-make-rss-group): Register the group data after opening
11163         the nnrss group.
11164
11165 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11166
11167         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11168         by expiry now get marked as read.
11169
11170 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11173
11174 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11175
11176         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11177         unify Latin characters in XEmacs.
11178         (mm-find-mime-charset-region): Use it.
11179
11180 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11181
11182         * gnus-util.el (gnus-delete-directory): New function.
11183
11184         * gnus-agent.el (gnus-agent-delete-group): Use it.
11185
11186         * gnus-cache.el (gnus-cache-delete-group): Use it.
11187
11188 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11189
11190         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11191         names.
11192
11193 2004-12-16  Simon Josefsson  <jas@extundo.com>
11194
11195         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11196
11197 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11200
11201         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11202         (gnus-group-set-current-level): Decode group name.
11203
11204 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11205
11206         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11207         failed.
11208
11209 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11210
11211         * gnus-group.el (gnus-group-delete-group): Decode group name.
11212         (gnus-group-make-rss-group): Encode group name.
11213         (gnus-group-catchup-current): Decode group name.
11214         (gnus-group-kill-group): Decode group name.
11215
11216 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11217
11218         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11219
11220 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * gnus-group.el (gnus-group-make-rss-group):
11223         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11224
11225         * gnus-start.el (gnus-setup-news): Honor user's setting to
11226         gnus-message-archive-method.  Suggested by Lute Kamstra
11227         <lute@gnu.org>.
11228
11229 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11230
11231         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11232         global counterparts of the buffer-local variables.
11233
11234 2004-11-16  Romain Francoise  <romain@orebokech.com>
11235
11236         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11237         counterparts of the buffer-local variables.
11238
11239 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11240
11241         * message.el (message-forbidden-properties): Fixed typo in doc
11242         string.
11243
11244 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11245
11246         * gnus-util.el (gnus-replace-in-string): Added doc string.
11247
11248         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11249         to avoid problems when splitting mails with many recipients.
11250
11251 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11252
11253         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11254         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11255
11256 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11257
11258         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11259         if there is no hashtable in memory or file modification time is
11260         newer than cached timestamp.
11261
11262 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11263
11264         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11265         not-matching option.
11266
11267 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11268
11269         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11270         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11271         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11272         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11273         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11274         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11275
11276 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11277
11278         * message.el (message-forward-make-body-mml): Remove headers
11279         according to message-forward-ignored-headers if a message is decoded.
11280
11281 2004-12-02  Romain Francoise  <romain@orebokech.com>
11282
11283         * message.el (message-forward-make-body-plain): Always remove
11284         headers according to message-forward-ignored-headers.
11285
11286 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11287
11288         * spam.el (spam-summary-prepare-exit): Remove the
11289         gnus-summary-limit pop for now, it has problems with ham marks for
11290         me.
11291
11292 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11293
11294         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11295         correctly.
11296
11297 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11298
11299         * format-spec.el (format-spec): Message the char.
11300
11301 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11302
11303         * gnus-art.el (gnus-split-methods): Reformat comments.
11304
11305         * spam.el (spam-summary-prepare-exit): Remove article limits
11306         before exiting the summary buffer.
11307
11308 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11311         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11312
11313         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11314         order to silence the byte compiler.
11315
11316         * spam.el: Fix the way to silence the byte compiler, which
11317         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11318         bbdb-search-simple, spam-BBDB-register-routine,
11319         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11320         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11321         spam-stat-buffer-is-spam, spam-stat-load,
11322         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11323         spam-stat-save and spam-stat-split-fancy.
11324
11325 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11326
11327         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11328         which may confuse users.
11329         (canlock-password-for-verify): Ditto.
11330
11331         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11332
11333         * gnus-art.el (gnus-emphasis-alist): Ditto.
11334
11335         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11336
11337         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11338
11339         * gnus-start.el (gnus-save-killed-list): Ditto.
11340
11341         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11342         (gnus-sum-thread-tree-root): Ditto.
11343         (gnus-sum-thread-tree-false-root): Ditto.
11344         (gnus-sum-thread-tree-single-indent): Ditto.
11345
11346         * message.el (message-courtesy-message): Ditto.
11347         (message-archive-note): Ditto.
11348         (message-subscribed-address-file): Ditto.
11349         (message-user-fqdn): Ditto.
11350
11351         * spam-report.el (spam-report-gmane-regex): Ditto.
11352
11353         * spam.el (spam-blackhole-good-server-regex): Ditto.
11354
11355 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * mml.el (mml-preview): Widen the message buffer before copying
11358         the contents to the preview buffer; sort headers before previewing.
11359
11360         * message.el (message-hidden-headers): Fix the way to avoid a bug
11361         in the `repeat' widget in Emacs 21.3 or earlier.
11362
11363 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11364
11365         * message.el (message-hidden-headers): Default to "^References:".
11366         Improve customization type.  Suggested by Reiner Steib
11367         <Reiner.Steib@gmx.de>.
11368
11369 2004-11-25  Romain Francoise  <romain@orebokech.com>
11370
11371         * message.el (message-strip-forbidden-properties): Remove check for
11372         obsolete `message-hidden' text property, hidden headers are not
11373         accessible in the buffer anymore.
11374
11375 2004-11-22  Romain Francoise  <romain@orebokech.com>
11376
11377         * message.el (message-header-format-alist): Add `From' in list
11378         so that it can be sorted.
11379         (message-fix-before-sending): Widen and sort headers before
11380         sending.
11381         (message-hide-headers): Use narrowing to hide headers by moving
11382         them to the top of the buffer and narrowing to the region
11383         underneath.
11384
11385 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * message.el (message-strip-forbidden-properties): Bind
11388         buffer-read-only (etc) to nil.
11389
11390 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11391
11392         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11393         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11394
11395 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11396
11397         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11398
11399 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11400
11401         * dns.el (query-dns): Use sit-for to time instead of
11402         accept-process-output, since that doesn't seem to work on udp
11403         sockets.
11404
11405 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11406
11407         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11408
11409 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11410
11411         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11412         doc string.  Improve doc string.
11413
11414 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * nntp.el (nntp-request-update-info): Return nil if
11417         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11418         may not call gnus-activate-group which uselessly issues the GROUP
11419         commands for all nntp groups and wastes time.  Reported by Romain
11420         Francoise <romain@orebokech.com>.
11421
11422         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11423
11424 2004-11-15  Simon Josefsson  <jas@extundo.com>
11425
11426         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11427         headers separately.
11428         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11429         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11430
11431 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gnus-start.el (gnus-convert-old-newsrc):
11434         Assign legacy-gnus-agent to 5.10.7.
11435
11436 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11437
11438         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11439         start of the lines.
11440
11441 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11442
11443         * hashcash.el (hashcash-default-payment): Change default to 20.
11444         (hashcash-default-accept-payment): Change default to 20.
11445         (hashcash-process-alist): New variable.
11446         (hashcash-generate-payment-async): Add.
11447         (hashcash-already-paid-p): Add.
11448         (hashcash-insert-payment): Don't generate payments twice.
11449         (hashcash-insert-payment-async): Add.
11450         (hashcash-insert-payment-async-2): Add.
11451         (hashcash-cancel-async): Add.
11452         (hashcash-wait-async): Add.
11453         (hashcash-processes-running-p): Add.
11454         (hashcash-wait-or-cancel): Add.
11455         (mail-add-payment): New optional argument.  Conditionally start
11456         asynchronous calculation.
11457         (mail-add-payment-async): Add.
11458
11459         * message.el (message-send-mail): Wait for asynchronous hashcash
11460         results.  Don't clobber existing X-Hashcash headers.
11461         (message-setup-1): Call mail-add-payment-async when
11462         message-generate-hashcash is non-nil.
11463
11464 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11465
11466         * message.el (message-use-alternative-email-as-from): Examine the
11467         From header as well; use message-make-from in order to include a
11468         user's full name.
11469
11470 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11473         default; improve customization type.
11474         (gnus-emphasis-custom-with-format): New macro.
11475         (gnus-emphasis-custom-value-to-external): New function.
11476         (gnus-emphasis-custom-value-to-internal): New function.
11477
11478 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11479
11480         * dns.el (query-dns): Resolve reverse addresses.
11481
11482 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11483
11484         * gnus-group.el (gnus-group-get-new-news): Use it.
11485
11486         * gnus-start.el (gnus-check-reasonable-setup): New function.
11487
11488 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11491         "Args out of range" error.  Reported by Arnaud Giersch
11492         <arnaud.giersch@free.fr>.
11493
11494 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11495
11496         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11497
11498 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11499
11500         * spam.el (spam group): Add :version.
11501
11502         * pgg-def.el (pgg group): Add :version.
11503
11504 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * gnus-art.el (gnus-article-edit-article): Don't associate the
11507         article buffer with a draft file.  This is a temporary measure
11508         against the 2004-08-22 change to gnus-article-edit-mode.
11509
11510 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11513         (html2text-format-tags): Remove unused variable `attr'.
11514
11515 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11516
11517         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11518
11519         * tls.el (tls-process-connection-type, tls-success)
11520         (tls-certtool-program): Add :version.
11521
11522         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11523         (starttls-extra-arguments, starttls-process-connection-type)
11524         (starttls-connect, starttls-failure, starttls-success): Add :version.
11525
11526         * spam-stat.el (spam-stat): Add :version.
11527
11528         * sieve.el (sieve): Add :version.
11529
11530         * sha1.el (sha1): Add :version.
11531         (sha1-use-external): Remove redundant version.
11532
11533         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11534         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11535         (nnmail-split-fancy-match-partial-words)
11536         (nnmail-split-lowercase-expanded): Add :version.
11537
11538         * nndiary.el (nndiary): Add :version.
11539
11540         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11541
11542         * mml-sec.el (mml-default-sign-method)
11543         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11544         Add :version.
11545
11546         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11547
11548         * mm-url.el (mm-url-use-external, mm-url-program)
11549         (mm-url-arguments): Add :version.
11550
11551         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11552         (mm-attachment-file-modes, mm-decrypt-option)
11553         (mm-w3m-safe-url-regexp): Add :version.
11554
11555         * message.el (message-cite-prefix-regexp)
11556         (message-sendmail-envelope-from, message-minibuffer-local-map)
11557         (message-user-fqdn, message-completion-alist): Add :version.
11558
11559         * gnus-win.el (gnus-configure-windows-hook)
11560         (gnus-use-frames-on-any-display): Add :version.
11561
11562         * gnus-art.el (gnus-article-address-banner-alist)
11563         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11564         (gnus-treat-from-picon, gnus-treat-mail-picon)
11565         (gnus-treat-x-pgp-sig): Add :version.
11566
11567         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11568         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11569         (gnus-summary-article-delete-hook)
11570         (gnus-summary-display-while-building): Add :version.
11571
11572         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11573         (gnus-get-top-new-news-hook): Add :version.
11574
11575         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11576         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11577
11578         * gnus-registry.el (gnus-registry): Add :version.
11579
11580         * gnus-spec.el (gnus-use-correct-string-widths)
11581         (gnus-make-format-preserve-properties): Add :version.
11582
11583         * gnus.el (gnus-group-charter-alist)
11584         (gnus-group-fetch-control-use-browse-url)
11585         (gnus-install-group-spam-parameters): Add :version.
11586
11587         * gnus-diary.el (gnus-diary): Add :version.
11588
11589         * gnus-delay.el (gnus-delay): Add :version.
11590
11591         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11592         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11593         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11594         Add :version.
11595
11596         * gnus-agent.el (gnus-agent-max-fetch-size)
11597         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11598         (gnus-agent-prompt-send-queue): Add :version.
11599
11600         * deuglify.el (gnus-outlook-deuglify): Add :version.
11601
11602         * html2text.el: Beautify code.  Improve doc strings.  Some
11603         checkdoc cleanup.
11604         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11605
11606 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11607
11608         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11609
11610 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11611
11612         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11613         when package is loaded.
11614
11615         * spam.el (spam-summary-score-preferred-header): Add global preference
11616         for people who want to override the default SpamAssassin over
11617         Bogofilter preference (when both are set).
11618         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11619         (spam-user-format-function-S): Check
11620         spam-summary-score-preferred-header.
11621         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11622         (spam-user-format-function-S): Format the score correctly.
11623
11624 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11627         signature file.  Suggested by Manoj Srivastava
11628         <srivasta@golden-gryphon.com>.
11629
11630         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11631         iso-2022-jp even in the Japanese language environment.
11632         Suggested by Jason Rumney <jasonr@gnu.org>.
11633
11634 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11637         use the same characters as the dummy marks; make it free from
11638         getting affected by the language environment.
11639         (gnus-summary-read-group-1): Update mark positions only when the
11640         format spec is updated.
11641
11642         * gnus-spec.el (gnus-update-format-specifications): Return a list
11643         of updated types.
11644
11645 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11646
11647         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11648         of boundp to check if display-warning is available.
11649
11650 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11651
11652         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11653
11654 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11655
11656         * nnspool.el (nnspool-spool-directory): Use news-path if the
11657         news-directory variable is not bound.
11658
11659         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11660         function instead of display-warning if it is not available.
11661
11662 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11663
11664         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11665         v5-10: Use `point-at-bol'.
11666
11667 2004-10-26  Simon Josefsson  <jas@extundo.com>
11668
11669         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11670         <chenggao@gmail.com>.
11671
11672 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11675         instead.
11676
11677 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11678
11679         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11680         to remove a server from the nnimap-server-buffer-alist.
11681         (nnimap-open-connection, nnimap-close-server): Use it.
11682
11683         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11684
11685 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11688         running the major-mode function.
11689
11690 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11691
11692         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11693         dummy marks in the right way.
11694
11695 2004-10-18  David Edmondson  <dme@dme.org>
11696
11697         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11698         excessively.
11699
11700 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11701
11702         * gnus-util.el (gnus-split-references): Accept a nil references
11703         string and go on blissfully.
11704
11705         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11706         cases where the references string is non-nil but has no references.
11707
11708         * encrypt.el: Add autoload tags.
11709
11710         * spam.el (spam-resolve-registrations-routine): Remove article
11711         from unregistration list too.  Reported by David Hanak
11712         <dhanak@isis.vanderbilt.edu>
11713
11714 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11715
11716         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11717         nil.  Changed custom type.
11718
11719 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11720
11721         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11722
11723         * gnus-sum.el (gnus-summary-move-article): Use it.
11724
11725 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11726
11727         * encrypt.el: Add autoload cookies.
11728
11729         * spam.el (spam-backend-article-list-property)
11730         (spam-backend-get-article-todo-list)
11731         (spam-backend-put-article-todo-list)
11732         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11733         Resolve registrations separately.
11734         (spam-register-routine): Format comments.
11735         (spam-unregister-routine, spam-register-routine): Always call with
11736         specific-articles, no default list.
11737         (spam-summary-prepare-exit): Use the spam-classifications function.
11738
11739         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11740         gnus-encrypt.el.
11741
11742         * encrypt.el: Copied from gnus-encrypt.el.
11743
11744         * gnus-encrypt.el: Commented that it's obsolete.
11745
11746 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11747
11748         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11749         (gnus-score-save): Use it.
11750
11751         * message.el (message-bury): Use `window-dedicated-p'.
11752
11753 2004-10-15  Simon Josefsson  <jas@extundo.com>
11754
11755         * pop3.el (top-level): Don't require nnheader.
11756         (pop3-read-timeout): Add.
11757         (pop3-accept-process-output): Add.
11758         (pop3-read-response, pop3-retr): Use it.
11759
11760 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11761
11762         * spam.el (spam-register-routine): Move comment.
11763         (spam-verify-bogofilter): Use 'unknown for the initial
11764         spam-bogofilter-valid state, not 'never.
11765
11766         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11767         for netrc-machine.
11768
11769         * nnimap.el (nnimap-open-connection): Use
11770         netrc-machine-user-or-password.
11771
11772 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11773
11774         * gnus-registry.el (gnus-registry-unload-hook):
11775         Set as a variable with add-hook.
11776
11777         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11778         of news-path.
11779
11780         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11781
11782         * spam.el: Delete duplicate `provide'.
11783         (spam-unload-hook): Set as a variable with add-hook.
11784
11785 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11786
11787         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11788         in the doc string.
11789
11790         * message.el (message-ignored-news-headers)
11791         (message-ignored-supersedes-headers)
11792         (message-ignored-resent-headers)
11793         (message-forward-ignored-headers): Improve custom type.
11794
11795 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * message.el (message-tokenize-header): Fix 2004-09-06 change
11798         which used point-min in the wrong place.
11799
11800 2004-10-12  Simon Josefsson  <jas@extundo.com>
11801
11802         * tls.el (tls-certtool-program): New variable.
11803         (tls-certificate-information): New function, based on
11804         ssl-certificate-information.
11805
11806 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * compface.el: Move the version of ELisp-based uncompface program
11809         to the contrib directory because of the copyright problem.
11810
11811 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * message.el (message-kill-buffer): Raise the current frame.
11814
11815 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11818
11819         * gnus.el (message-y-or-n-p): Autoload.
11820
11821         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11822         (pop3-password-required, pop3-authentication-scheme)
11823         (pop3-leave-mail-on-server): Made customizable.
11824         (pop3): New custom group.
11825         (pop3-retr): Remove `sleep-for' statements.
11826         Suggested by Dave Love <fx@gnu.org>.
11827
11828         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11829         Windows/DOS.
11830
11831         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11832         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11833         Dave Love <fx@gnu.org>.
11834
11835         * mml.el (mml-minibuffer-read-disposition): Require match.
11836         Suggested by Dave Love <fx@gnu.org>.
11837
11838 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11839
11840         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11841         doc string.
11842
11843 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11846
11847 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11848
11849         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11850         instead of calling `mm-insert-inline', to decode text/* parts
11851         before displaying them.
11852
11853 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * mm-uu.el (mm-uu-text-plain-type): New variable.
11856         (mm-uu-pgp-signed-extract-1): Use it.
11857         (mm-uu-pgp-encrypted-extract-1): Use it.
11858         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11859         bind mm-uu-text-plain-type with that value.
11860         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11861         mm-uu-dissect.
11862
11863 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-group.el (gnus-update-group-mark-positions):
11866         * gnus-sum.el (gnus-update-summary-mark-positions):
11867         * message.el (message-check-news-body-syntax):
11868         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11869         of string-as-multibyte.
11870
11871 2004-10-05  Juri Linkov  <juri@jurta.org>
11872
11873         * gnus-group.el (gnus-update-group-mark-positions):
11874         * gnus-sum.el (gnus-update-summary-mark-positions):
11875         * message.el (message-check-news-body-syntax):
11876         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11877         8-bit unibyte values to a multibyte string for search functions.
11878
11879 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11880
11881         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11882         (mm-uu-dissect-text-parts): New function.
11883
11884         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11885         dissect text parts.
11886
11887         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11888         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11889
11890         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11891
11892         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11893         gnus-current-topics instead of gnus-current-topic.
11894
11895 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11896
11897         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11898
11899 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11900
11901         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11902         where approriate.
11903
11904         * nnml.el (nnml-generate-active-info): do.
11905
11906         * nndiary.el (nndiary-generate-active-info): do.
11907
11908         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11909         (gnus-topic-move): do.
11910
11911         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11912         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11913
11914         * gnus-srvr.el (gnus-server-prepare)
11915         (gnus-server-open-all-servers): do.
11916
11917         * gnus-msg.el (gnus-summary-cancel-article)
11918         (gnus-summary-resend-message)
11919         (gnus-summary-mail-crosspost-complaint): do.
11920
11921         * gnus-move.el (gnus-change-server): do.
11922
11923         * gnus-group.el (gnus-group-unmark-all-groups)
11924         (gnus-group-set-current-level): do.
11925
11926 2004-10-04  Simon Josefsson  <jas@extundo.com>
11927
11928         * message.el (message-generate-hashcash): Doc fix.
11929
11930 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11931
11932         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11933         avoid infinite recursion via gnus-get-function.
11934
11935 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11936
11937         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11938
11939         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11940
11941         * nnmail.el (nnmail-split-history): do.
11942
11943         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11944         (nnml-request-delete-group): do.
11945
11946         * nnslashdot.el (nnslashdot-read-groups): do.
11947
11948         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11949         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11950
11951         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11952         (nnspool-sift-nov-with-sed): Use last.
11953         (nnspool-retrieve-headers-with-nov): Use mapc.
11954         (nnspool-request-newgroups): Use dolist.
11955         (nnspool-request-group): Use last.
11956
11957         * nntp.el (nntp-read-server-type): Use dolist.
11958
11959         * nnvirtual.el (nnvirtual-create-mapping)
11960         (nnvirtual-update-read-and-marked): Use dolist.
11961         (nnvirtual-convert-headers): Simplify.
11962
11963 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11964
11965         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11966         support for sync'ing tick marks.
11967
11968 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11971         there's no visible header.
11972
11973 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11974
11975         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11976         necessary, pass full group name to gnus-request-set-marks.
11977
11978 2004-10-01  Simon Josefsson  <jas@extundo.com>
11979
11980         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11981         acroread.
11982
11983 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11984
11985         * spam-report.el (spam-report-gmane): Fix interactive.
11986
11987         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11988
11989         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11990         when writing file.
11991         (gnus-agent-synchronize-flags): Don't default to being
11992         interactive.
11993
11994 2004-09-30  Simon Josefsson  <jas@extundo.com>
11995
11996         * message.el (message-generate-hashcash): Add.
11997         (message-send-mail): Use it, call mail-add-payment.
11998
11999 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
12000
12001         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
12002
12003 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
12004
12005         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
12006         gnus-requst-update-info with explicit code to sync the in-memory
12007         info read flags with the marks being sync'd to the backend.
12008
12009         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
12010
12011 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12012
12013         * spam.el (spam-verify-bogofilter): Add new function.
12014         (spam-check-bogofilter)
12015         (spam-bogofilter-register-with-bogofilter): Use it.
12016         (spam-verify-bogofilter): Add small fixes.
12017
12018 2004-09-28  Simon Josefsson  <jas@extundo.com>
12019
12020         * hashcash.el (hashcash-generate-payment): Revert.
12021
12022 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
12023
12024         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
12025         gnus-extract-references instead of gnus-split-references.
12026
12027         * gnus-util.el (gnus-extract-references): Add new function, analogous
12028         to gnus-split-references but extracts only the message-ID without
12029         anything extra.
12030
12031         * hashcash.el (hashcash-generate-payment)
12032         (hashcash-check-payment): Do the right thing if hashcash-path is
12033         nil (because the hashcash program could not be found).
12034
12035         * spam.el (spam-use-hashcash): Remove comment.
12036
12037 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
12038
12039         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
12040         (gnus-cache-enter-article, gnus-cache-remove-article)
12041         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
12042
12043         * gnus-async.el (gnus-async-prefetch-remove-group): do.
12044
12045         * gnus-art.el (article-hide-boring-headers)
12046         (article-translate-strings, article-display-face)
12047         (gnus-article-mime-match-handle-first)
12048         (gnus-article-highlight-headers)
12049         (gnus-article-add-buttons-to-head): do.
12050
12051 2004-09-27  Simon Josefsson  <jas@extundo.com>
12052
12053         * hashcash.el: New version, from
12054         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
12055         ../contrib/.
12056
12057 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12060
12061 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12062
12063         * gnus-dup.el (gnus-dup-open): Use mapc.
12064         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12065
12066         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12067         Reported by Stefan Wiens <s.wi@gmx.net>.
12068
12069         * gnus.el (gnus-shutdown): Use dolist.
12070
12071         * gnus-undo.el (gnus-undo): Use mapc.
12072
12073         * nnrss.el (nnrss-generate-active): do.
12074
12075         * message.el (message-cite-original-without-signature)
12076         (message-cite-original): Use mapc.
12077         (message-do-actions, message-make-forward-subject): Use dolist.
12078
12079 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12080
12081         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12082         deletion to remove entire duplicate line.  Fixes merged article
12083         number bug.
12084
12085 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12086
12087         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12088         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12089         first ask if you want to open a server and then, even when you
12090         responded with no, asking if you want to synchronize the server's
12091         flags.
12092         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12093         multi-line expressions.
12094         (gnus-agent-synchronize-group-flags): New internal function.
12095         Updates marks in memory (in the info structure) AND in the
12096         backend.
12097
12098         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12099
12100         * nnagent.el (nnagent-request-set-mark): Use
12101         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12102         method, to ensure that synchronization updates marks in the
12103         backend and in the info (in memory) structure.
12104
12105 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12108         convention fully; don't miss the root article of a thread; make
12109         the X-Draft-From header with correct article numbers.
12110
12111 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12112
12113         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12114         unless plugged.  Disable the agent so that an open failure causes
12115         an error.
12116
12117         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12118         Reverted 2004-09-21 change.  The backend must be opened while
12119         synchronizing flags even when the backend stores the flags
12120         locally.
12121
12122 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12125         in `header' match.  Reported by Svend Tollak Munkejord.
12126
12127         * message.el (message-cite-original): Fix use of
12128         `message-cite-articles-with-x-no-archive'.
12129
12130 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12133         (gnus-window-to-buffer): Ditto.
12134
12135         * mml.el (mml-preview-buffer): New variable.
12136         (mml-preview): Manage window layout with gnus-buffer-configuration.
12137
12138         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12139         X-Draft-From header even if those articles aren't quoted.
12140
12141 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12142
12143         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12144         (gnus-request-set-mark, gnus-request-update-mark): Use new
12145         g-s-t-u-l-m to decide to use backend even when unplugged.
12146
12147 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12150         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12151
12152 2004-09-20  Simon Josefsson  <jas@extundo.com>
12153
12154         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12155         "utf-16-le".
12156
12157 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12158
12159         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12160
12161 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12162
12163         * uudecode.el (uudecode-use-external): Add :version.
12164
12165         * smime.el (smime-CA-file, smime-encrypt-cipher)
12166         (smime-dns-server): Add :version.
12167
12168         * smiley.el (gnus-smiley-file-types): Add :version.
12169
12170         * sha1.el (sha1-use-external): Add :version.
12171
12172         * pgg-def.el (pgg-query-keyserver): Add :version.
12173
12174         * nnmail.el (nnmail-fancy-expiry-targets)
12175         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12176         Add :version.
12177
12178         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12179         (nnimap-retrieve-groups-asynchronous): Add :version.
12180         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12181
12182         * mml.el (mml-content-disposition-parameters)
12183         (mml-insert-mime-headers-always): Add :version.
12184
12185         * mm-util.el (mm-coding-system-priorities): Add :version.
12186
12187         * mm-decode.el (mm-inline-text-html-with-images)
12188         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12189         (mm-verify-option): Add :version.
12190         (mm-text-html-renderer): Change :version.
12191
12192         * message.el (message-fcc-externalize-attachments)
12193         (message-required-headers, message-draft-headers)
12194         (message-subject-trailing-was-query)
12195         (message-subject-trailing-was-ask-regexp)
12196         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12197         (message-mark-insert-end, message-archive-header)
12198         (message-archive-note, message-cross-post-default)
12199         (message-cross-post-note, message-followup-to-note)
12200         (message-cross-post-note-function, message-use-mail-followup-to)
12201         (message-subscribed-address-functions)
12202         (message-subscribed-address-file, message-subscribed-addresses)
12203         (message-subscribed-regexps, message-allow-no-recipients)
12204         (message-yank-cited-prefix, message-signature-insert-empty-line)
12205         (message-hidden-headers, message-hierarchical-addresses)
12206         (message-mail-user-agent, message-use-idna)
12207         (message-valid-fqdn-regexp)
12208         (message-strip-special-text-properties, message-header-synonyms)
12209         (message-beginning-of-line, message-tab-body-function): Add :version.
12210         (message-insert-canlock, message-wide-reply-confirm-recipients):
12211         Change :version.
12212
12213         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12214         and :version.
12215         (mail-source-delete-old-incoming-confirm)
12216         (mail-source-movemail-program): Add :version.
12217
12218         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12219         (gnus-agent-cache, gnus-agent): Change :version.
12220
12221         * gnus-util.el (gnus-use-byte-compile): Change :version.
12222
12223         * gnus-sum.el (gnus-summary-make-false-root-always)
12224         (gnus-summary-default-high-score)
12225         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12226         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12227         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12228         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12229         (gnus-sum-thread-tree-single-indent)
12230         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12231         (gnus-sum-thread-tree-leaf-with-other)
12232         (gnus-sum-thread-tree-single-leaf): Add :version.
12233         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12234         (gnus-article-loose-mime): Change :version.
12235
12236         * gnus-start.el (gnus-backup-startup-file)
12237         (gnus-save-startup-file-via-temp-buffer): Add :version.
12238
12239         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12240         (gnus-server-offline-face): Add :version.
12241
12242         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12243
12244         * gnus-msg.el (gnus-gcc-externalize-attachments)
12245         (gnus-debug-files, gnus-debug-exclude-variables)
12246         (gnus-discouraged-post-methods): Change :version.
12247         (gnus-confirm-mail-reply-to-news)
12248         (gnus-confirm-treat-mail-like-news): Add :version.
12249
12250         * gnus-int.el (gnus-server-unopen-status): Add :version.
12251
12252         * gnus-group.el (gnus-group-jump-to-group-prompt)
12253         (gnus-large-ephemeral-newsgroup)
12254         (gnus-fetch-old-ephemeral-headers): Add :version.
12255
12256         * gnus-fun.el (gnus-x-face-directory)
12257         (gnus-convert-pbm-to-x-face-command)
12258         (gnus-convert-image-to-x-face-command)
12259         (gnus-convert-image-to-face-command): Add :version.
12260
12261         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12262
12263         * gnus-cite.el (gnus-cite-blank-line-after-header)
12264         (gnus-article-boring-faces): Add :version.
12265
12266         * gnus-art.el (gnus-buttonized-mime-types)
12267         (gnus-inhibit-mime-unbuttonizing)
12268         (gnus-treat-display-face)
12269         (gnus-treat-body-boundary): Change :version.
12270         (gnus-body-boundary-delimiter, gnus-picon-databases)
12271         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12272         (gnus-treat-date-english, gnus-treat-fold-headers)
12273         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12274         (gnus-treat-mail-picon, gnus-treat-wash-html)
12275         (gnus-article-encrypt-protocol)
12276         (gnus-use-idna, gnus-article-over-scroll)
12277         (gnus-mime-display-multipart-alternative-as-mixed)
12278         (gnus-mime-display-multipart-related-as-mixed)
12279         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12280         (gnus-ctan-url, gnus-button-ctan-handler)
12281         (gnus-button-handle-ctan-bogus-regexp)
12282         (gnus-button-ctan-directory-regexp)
12283         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12284         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12285         (gnus-button-man-level, gnus-button-emacs-level)
12286         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12287
12288         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12289         (gnus-agent-go-online): Change :version.
12290         (gnus-agent-expire-unagentized-dirs)
12291         (gnus-agent-auto-agentize-methods): Add :version.
12292
12293         * flow-fill.el (fill-flowed-display-column)
12294         (fill-flowed-encode-column): Add :version.
12295
12296         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12297         (gnus-outlook-deuglify-unwrap-max)
12298         (gnus-outlook-deuglify-cite-marks)
12299         (gnus-outlook-deuglify-unwrap-stop-chars)
12300         (gnus-outlook-deuglify-no-wrap-chars)
12301         (gnus-outlook-deuglify-attrib-cut-regexp)
12302         (gnus-outlook-deuglify-attrib-verb-regexp)
12303         (gnus-outlook-deuglify-attrib-end-regexp)
12304         (gnus-outlook-display-hook): Add :version.
12305
12306         * binhex.el (binhex-use-external): Add :version.
12307
12308 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12311         and `invisible'.
12312
12313 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12314
12315         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12316         in gnus-registry-trim.
12317
12318 2004-09-13  Simon Josefsson  <jas@extundo.com>
12319
12320         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12321
12322         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12323
12324         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12325         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12326         <yamaoka@jpl.org>.
12327         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12328         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12329         <yamaoka@jpl.org>.
12330
12331         * sieve.el (sieve-manage-mode): Ditto.
12332
12333 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12334
12335         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12336
12337 2004-09-11  Simon Josefsson  <jas@extundo.com>
12338
12339         * dns-mode.el: Add.
12340
12341         * mm-view.el (mm-display-dns-inline): Add.
12342
12343         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12344         (mm-automatic-display): Ditto.
12345
12346         * mailcap.el (mailcap-mime-data): Add text/dns.
12347         (mailcap-mime-extensions): Map .soa to text/dns.
12348
12349 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12350
12351         * gnus-art.el (article-decode-mime-words, article-babel)
12352         (gnus-article-highlight-signature, gnus-article-add-buttons)
12353         (gnus-signature-toggle): Remove unnecessary bindings of
12354         `inhibit-read-only' inherited from v5.10 merge.
12355
12356 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12357
12358         * nntp.el (nntp): New customization group.
12359         (nntp-authinfo-file): Add customization group.
12360
12361         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12362
12363         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12364
12365         * gnus.el (to-address, to-list, subscribed)
12366         (large-newsgroup-initial): Ditto.
12367
12368         * flow-fill.el (fill-flowed-display-column)
12369         (fill-flowed-encode-column): Ditto.
12370
12371 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12372
12373         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12374         Use point-min rather than 1.
12375         (message-send-mail): Use buffer-size rather than point-max.
12376
12377         * gnus-sum.el (gnus-summary-search-article-forward):
12378         Signal a specific `search-failed' rather than a generic `error'.
12379
12380         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12381         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12382         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12383
12384 2004-09-10  Simon Josefsson  <jas@extundo.com>
12385
12386         * nndb.el (require): Remove tcp and duplicate cl.
12387
12388 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * gnus-agent.el (directory-files-and-attributes): Move forward.
12391
12392 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12393
12394         * gnus-agent.el (directory-files-and-attributes): Optionally
12395         defined to support XEmacs.
12396
12397 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12398
12399         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12400         to avoid run-time CL dependencies.
12401         (gnus-agent-unfetch-articles): New function.
12402         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12403         article numbers even when local .overview file is missing.
12404         (gnus-agent-read-article-number): New function.  Only accepts
12405         27-bit article numbers.
12406         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12407         gnus-agent-read-article-number.
12408         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12409         from backend while recognizing that article numbers in .overview
12410         must be valid.
12411         (gnus-agent-update-files-total-fetched-for): Use
12412         directory-files-and-attributes to improve performance.
12413         * gnus-int.el (gnus-request-move-article): Use
12414         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12415         improve performance.
12416
12417         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12418         some users confused by references to .newsrc when they only have a
12419         .newsrc.eld file.
12420         (gnus-convert-mark-converter-prompt)
12421         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12422         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12423         New function.  Used internally to only display 'gnus converting
12424         files' message when actually necessary.
12425
12426         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12427         methods now autoloaded.
12428
12429 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12430
12431         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12432         identifiers.
12433
12434 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12435
12436         * gnus-picon.el: Fix indentation and closing parenthesis.
12437
12438 2004-09-01  Simon Josefsson  <jas@extundo.com>
12439
12440         * message.el (message-canlock-generate): Require sha1, not
12441         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12442         to require within a function.  Sadly, if sha1.el isn't loaded, the
12443         let binding in m-c-g will hide the defcustom definition, which is
12444         bad.)
12445
12446         * canlock.el: Require sha1, not sha1-el.
12447
12448         * message.el: Don't autoload sha1 (there is a autoload cookie in
12449         sha1.el).
12450
12451         * sha1-el.el: Renamed to sha1.el.
12452
12453 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12454
12455         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12456
12457 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12458
12459         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12460
12461 2004-08-30  Kim F. Storm  <storm@cua.dk>
12462
12463         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12464
12465         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12466         Add :group 'nnimap.
12467
12468 2004-08-30  Andreas Schwab  <schwab@suse.de>
12469
12470         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12471         ?* and ?\;.
12472
12473         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12474         and ?\' to symbol instead of whitespace.
12475
12476 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12479
12480         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12481         instead of re-search-forward.
12482
12483         * gnus-uu.el (gnus-uu-save-article): Ditto.
12484         (gnus-uu-post-encode-uuencode): Ditto.
12485
12486         * html2text.el (html2text-clean-list-items): Ditto.
12487         (html2text-clean-dtdd): Ditto.
12488         (html2text-format-tags): Ditto.
12489
12490         * message.el (message-send-mail-with-sendmail): Fix regexp.
12491         (message-fill-field-general): Use search-forward instead of
12492         re-search-forward.
12493         (unbold-region): Ditto.
12494
12495         * nnrss.el (nnrss-request-article): Ditto.
12496
12497         * nnslashdot.el (nnslashdot-request-article): Ditto.
12498
12499         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12500
12501         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12502         "Unrecognized menu descriptor" error in XEmacs.
12503
12504 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12505
12506         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12507         parent article of a sparse article in the thread hashtb.
12508
12509 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12510
12511         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12512         (nnmail-expand-newtext): Lowercase expanded entries if
12513         nnmail-split-lowercase-expanded is non-nil.
12514
12515 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12518
12519         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12520         of gnus-tmp-news-method into string under XEmacs.  It will be
12521         passed to gnus-correct-length which takes only a string argument.
12522
12523 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-util.el (gnus-bind-print-variables): New macro.
12526         (gnus-prin1): Use it.
12527         (gnus-prin1-to-string): Use it.
12528         (gnus-pp): New function.
12529         (gnus-pp-to-string): New function.
12530
12531         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12532         Replace pp-to-string with gnus-pp-to-string.
12533         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12534         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12535         * gnus-msg.el (gnus-debug): Ditto.
12536         * gnus-score.el (gnus-score-save): Ditto.
12537         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12538         gnus-pp-to-string.
12539         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12540         with gnus-pp.
12541         * score-mode.el (gnus-score-pretty-print): Ditto.
12542         * webmail.el (webmail-debug): Ditto.
12543
12544 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12545
12546         * gnus-art.el (article-display-face, article-display-x-face):
12547         Use buffer-read-only.
12548
12549 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12550
12551         * gnus-art.el (article-hide-list-identifiers):
12552         Bind inhibit-read-only as t.
12553
12554 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12557
12558 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12559
12560         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12561         (gnus-narrow-to-page): Don't assume point-min == 1.
12562         (gnus-article-edit-mode): Derive from message-mode.
12563
12564         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12565         point-min == 1.
12566
12567         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12568         Disable incorrect use of `assert'.
12569
12570         * message.el (message-mode): Set comment-start-skip.
12571
12572
12573 2004-08-22  Sam Steingold  <sds@gnu.org>
12574
12575         * pop3.el (pop3-leave-mail-on-server): New user variable.
12576         (pop3-movemail): Delete mail only when it is nil.
12577
12578 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12579
12580         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12581
12582         * mml.el (mml-preview): Use `pop-to-buffer'.
12583
12584         * message.el (message-goto-mail-followup-to): Insert after "To".
12585         (message-carefully-insert-headers): Add comment.
12586
12587         * gnus.el: Remove unused variable `gnus-article-check-size'.
12588
12589         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12590
12591         * gnus-art.el (gnus-button-alist): Improve
12592         `gnus-button-handle-library' entry.
12593
12594 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12595
12596         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12597         downcase, since XEmacs capitalizes error messages differently.
12598
12599 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12600
12601         * nntp.el: Add (require 'gnus) due to reference to
12602         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12603
12604 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12605
12606         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12607         `mm-fill-flowed'.
12608
12609         * mm-decode.el (mm-dissect-singlepart): Check it.
12610
12611 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12612
12613         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12614         'imap' for netrc parsing.
12615
12616 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * mailcap.el (mailcap-mime-data): Mark as risky.
12619
12620 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12621
12622         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12623         may be included in the encoded word.
12624         (rfc2047-encode): Don't append a space if the encoded word
12625         includes close parenthesis.
12626
12627 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12630         of text within parentheses.
12631
12632 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12633
12634         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12635         (gnus-encrypt-write-file-contents): Make the password key the file
12636         name PLUS the cipher, not just the cipher.  Also remove failed
12637         passwords from the cache.
12638
12639 2004-08-06  Simon Josefsson  <jas@extundo.com>
12640
12641         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12642         fix.
12643
12644 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12645
12646         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12647         LWSP.
12648
12649 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12650
12651         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12652         to append in-reply-to: data to the references: header.
12653
12654         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12655         (netrc-parse): Use gnus-encrypt.el functions.
12656
12657         * gnus-encrypt.el: Add new file for encryption support; currently
12658         does only a few GPG ciphers and an internal XOR cipher.
12659
12660         * password.el: Add comments on using password-read-and-add.
12661         (password-read-and-add): Add function to read and add the
12662         password to the cache at once.
12663
12664 2004-07-28  Simon Josefsson  <jas@extundo.com>
12665
12666         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12667         parameter (but don't use it, for now).
12668
12669         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12670         instead of hard coding to nil.
12671
12672 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12673
12674         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12675         as mm-inline-image-xemacs does.
12676
12677 2004-07-26  Simon Josefsson  <jas@extundo.com>
12678
12679         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12680         Revert part of 2004-07-17 change below.
12681
12682 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12685         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12686
12687 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12688
12689         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12690         quotes that actually start with ">" at the beginning of the
12691         lines.
12692
12693 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12694
12695         * rfc2047.el (rfc2047-encode-region): Fix last change.
12696         (rfc2047-encode-parameter): Remove useless concat.
12697
12698 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12701         encode special characters; fix some kind of misconfigured headers;
12702         signal a real error if debug-on-quit or debug-on-error is non-nil.
12703         (rfc2047-encode-max-chars): New variable.
12704         (rfc2047-encode-1): Use it.
12705         (rfc2047-encode-parameter): New function.
12706
12707         * mml.el (mml-insert-parameter): Remove an excessive space.
12708
12709 2004-07-17  Simon Josefsson  <jas@extundo.com>
12710
12711         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12712         Kai Grossjohann <kai@emptydomain.de>.
12713         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12714         (gnus-group-make-menu-bar): Ditto.
12715
12716         * gnus-util.el (gnus-group-server): Add.
12717
12718 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12719
12720         * message.el (message-clone-locals): Clone sendmail and smtp
12721         variables.
12722
12723 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * rfc2047.el (rfc2047-encode-region): Fix last change.
12726
12727 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12728
12729         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12730         characters as non-special.
12731
12732 2004-07-09  Simon Josefsson  <jas@extundo.com>
12733
12734         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12735         Users will lose all flag changes made while unplugged with
12736         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12737         good default.  See numerous reports on ding mailing list.
12738
12739 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12740
12741         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12742         add generate-head-function and generate-article-function to the
12743         rfc822-forward entry.
12744         (nndoc-rfc822-forward-generate-article): New function.
12745         (nndoc-rfc822-forward-generate-head): New function.
12746
12747         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12748
12749 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12750
12751         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12752         respect display group parameter and gnus-summary-expunge-below.
12753         (gnus-articles-to-read): Remove unused reference to display group
12754         parameter.
12755
12756 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757
12758         * nnheader.el (nnheader-uniquify-message-id): New experimental
12759         variable.
12760         (nnheader-nov-read-message-id): Use it.
12761
12762         * spam-report.el (spam-report-gmane): Add interactive.
12763
12764 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12767         qp-or-base64 for the application/* types.
12768
12769 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12770
12771         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12772
12773 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12774
12775         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12776         trim value.
12777
12778 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12779
12780         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12781         New macro and function.
12782         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12783
12784 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12787         after-load-alist.
12788
12789 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12790
12791         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12792         update info that isn't there.
12793
12794 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12795
12796         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12797         entry.
12798
12799 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12800
12801         * mm-view.el (mm-inline-render-with-function): Use multibyte
12802         buffer; decode html source by charset.
12803
12804         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12805
12806         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12807         Mule-UCS is loaded under XEmacs.
12808         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12809
12810 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12811
12812         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12813
12814 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12815
12816         * mm-util.el (mm-coding-system-p): Return a coding-system.
12817         (mm-mime-mule-charset-alist): Use shift_jis instead of
12818         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12819         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12820         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12821         instead of japanese-shift-jis and iso-latin-1 respectively in
12822         order to share the default value with both Emacs and XEmacs-mule.
12823         (mm-mule-charset-to-mime-charset): Make
12824         mm-coding-system-priorities effective.
12825         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12826         while predicating of candidates upon the priorities.
12827
12828 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12829
12830         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12831         gnus-uu-invert-processable.
12832
12833         * gnus.el: Autoload gnus-uu-invert-processable.
12834
12835 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * mm-util.el (mm-with-multibyte-buffer): New macro.
12838
12839         * rfc2047.el (rfc2047-encode-string): Use it.
12840         (rfc2047-encode-region): Move point to the end of the region after
12841         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12842
12843 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12844
12845         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12846         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12847
12848 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12851         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12852         Karl Chen <quarl@nospam.quarl.org>.
12853
12854 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12855
12856         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12857         invalid addresses.
12858
12859 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12860
12861         * spam.el: Change section markers, revise TODO list.
12862         (spam-backends): Make new master list of all installed backends.
12863         (spam-summary-exit-behavior): Add new variable to determine how
12864         messages moves are done at summary exit.
12865         (spam-move-spam-nonspam-groups-only)
12866         (spam-process-ham-in-nonham-groups)
12867         (spam-process-ham-in-spam-groups): Remove variables, the
12868         spam-summary-exit-behavior variable should be used to manage this
12869         behavior.
12870         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12871         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12872         and spam-old-spam-articles.
12873         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12874         Add empty variables, placeholders for the backends they represent.
12875         (spam-set-difference): Move, unchanged.
12876         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12877         unless the user has a processor variable.
12878         (spam-classifications, spam-classification-valid-p)
12879         (spam-backend-properties, spam-backend-property-valid-p)
12880         (spam-backend-function-type-valid-p)
12881         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12882         (spam-report-articles-gmane, spam-report-articles-resend):
12883         Remove functions, they are not needed.
12884         (spam-install-backend-super, spam-backend-list)
12885         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12886         (spam-backend-function, spam-backend-ham-registration-function)
12887         (spam-backend-spam-registration-function)
12888         (spam-backend-ham-unregistration-function)
12889         (spam-backend-spam-unregistration-function)
12890         (spam-backend-statistical-p, spam-backend-mover-p)
12891         (spam-install-backend-alias, spam-install-checkonly-backend)
12892         (spam-install-mover-backend, spam-install-nocheck-backend)
12893         (spam-install-backend, spam-install-statistical-backend)
12894         (spam-install-statistical-checkonly-backend): Add backend installation
12895         support.
12896         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12897         (spam-group-processor-p): Use the new backend code and respect the
12898         summary exit behavior.
12899         (spam-mark-spam-as-expired-and-move-routine): Remove.
12900         (spam-summary-prepare): Change to use the new spam-old-articles
12901         variable.
12902         (spam-copy-or-move-routine, spam-copy-spam-routine)
12903         (spam-move-spam-routine, spam-copy-ham-routine)
12904         (spam-move-ham-routine): Add code to copy/move ham or spam.
12905         (spam-fetch-field-fast): Improve doc and code, plus allow the
12906         'number request.
12907         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12908         variables.
12909         (spam-split, spam-find-spam): Use the new backend code.
12910         (spam-registration-functions): Remove variable.
12911         (spam-unregister-routine): Add convenience wrapper.
12912         (spam-log-undo-registration, spam-register-routine)
12913         (spam-log-processing-to-registry)
12914         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12915         where possible.
12916         (spam-check-gmane-xref, spam-check-regex-headers)
12917         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12918         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12919         (spam-check-bogofilter-headers, spam-check-spamoracle)
12920         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12921         (spam-check-crm114-headers): Use the spam-split-group that
12922         spam-split prepares, no need to determine it every time.
12923
12924         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12925         to the nnheader-parse-naked-head call.
12926
12927         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12928
12929         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12930         the nnheader-nov-read-message-id call.
12931
12932 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12933
12934         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12935         gnus-activate-group twice.  Suggested by Markus Peter
12936         <warp@spin.de>.
12937
12938 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12939
12940         * gnus-art.el (gnus-article-time-format): Exchange the order of
12941         day and month in the default value; fix customization type.
12942         (article-date-ut): Use add-text-properties.
12943         (article-make-date-line): Use message-make-date instead of
12944         current-time-string.
12945
12946         * message.el (message-fetch-field): Don't use set-text-properties.
12947         (message-make-date): Simplify.
12948
12949         * messagexmas.el (message-xmas-make-date): New function.
12950         (message-xmas-redefine): Defalias message-make-date to it.
12951
12952 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12953
12954         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12955         (rfc2047-encode-region): Treat text within parentheses as special;
12956         show the original text when error has occurred.
12957
12958         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12959         already-computed method to gnus-activate-group.
12960
12961         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12962         same select-methods identical Lisp objects.
12963
12964         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12965         object when modifying the info.
12966
12967 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12968
12969         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12970         gnus-opened-servers since it has never been opened with the new
12971         configuration yet.
12972
12973 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12974
12975         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12976         arg to nnheader-generate-fake-message-id.
12977
12978 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12979
12980         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12981         number and build a fake message ID localized to a group and
12982         article number (so it's repeatable from that point on).
12983         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12984         ID format.
12985
12986         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12987         nnheader-generate-fake-message-id with the article number.
12988
12989 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12990
12991         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12992         end-of-buffer.
12993
12994 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12995
12996         * message.el (message-ignored-supersedes-headers): Add Approved.
12997
12998 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12999
13000         * rfc2047.el (rfc2047-encode-message-header): Remove useless
13001         goto-char.
13002         (rfc2047-encode): Fold the line before encoding.
13003
13004 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13005
13006         * rfc2047.el (rfc2047-encode-message-header): Disabled header
13007         folding -- not all headers can be folded, and this should be done
13008         by the message composition mode.  Probably.  I think.
13009
13010 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
13013         fast.
13014
13015         * gnus-ems.el (gnus-remove-image): Don't use
13016         message-text-with-property; remove only the image found first.
13017
13018         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
13019         found first.
13020
13021 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
13022
13023         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
13024
13025 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * message.el (message-text-with-property): Make it fast and accept
13028         optional arguments.
13029         (message-strip-forbidden-properties): Use it.
13030         (message-fix-before-sending): Follow the m-t-w-p change.
13031
13032         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
13033
13034 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13035
13036         * gnus-art.el (article-hide-headers): Don't change the buffer
13037         mistakenly when performing mml-preview even if
13038         gnus-single-article-buffer is nil.
13039
13040 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
13041
13042         * message.el (message-expand-name-databases): New user option.
13043         (message-expand-name): Use it.
13044
13045 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
13046
13047         * spam.el (spam-report-articles-resend)
13048         (spam-report-resend-register-routine): Allow ham reporting.
13049         (spam-report-resend-register-ham-routine): Add wrapper.
13050         (spam-registration-functions): Add ham resending functions.
13051         (spam-list-of-processors): Add ham resend processor.
13052
13053         * gnus.el (ham-resend-to): Add new group parameter.
13054         (spam-process): Add ham resend option.
13055
13056         * spam-report.el (spam-report-resend): Allow reporting ham.
13057         (spam-report-resend-ham): Add wrapper.
13058
13059 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13060
13061         * message.el (message-cite-articles-with-x-no-archive): New
13062         variable.
13063         (message-cite-original): Use it.
13064
13065 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13066
13067         * message.el (message-cite-original): Respect X-No-Archive.
13068
13069 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * gnus-art.el (article-hide-headers): Refer to the values for
13072         gnus-ignored-headers and gnus-visible-headers in the summary
13073         buffer since a user may have set them as group parameters.
13074
13075 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13076
13077         * assistant.el (assistant-node-name): Add convenience function.
13078         (assistant-render-text, assistant-render-node): Add error handling,
13079         plus handle multiple next nodes.
13080         (assistant-find-next-node): Comment out for now.
13081         (assistant-find-next-nodes): Add function, returns list of next
13082         nodes.
13083
13084 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13085
13086         * mail-source.el (mail-source-directory): Fix doc-string.
13087
13088 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13089
13090         * assistant.el (assistant-render-text, assistant-eval): Add :set
13091         widget type, which is different because it takes and returns a
13092         list.  Much hilarity ensues.
13093
13094 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13095
13096         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13097
13098         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13099         doc-string.
13100
13101         * gnus-start.el (gnus-activate-group): Added doc-string.
13102
13103 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13106
13107 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13108
13109         * assistant.el (assistant-render-text): Try to add a :set
13110         widget, more to come.
13111
13112         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13113         strings.
13114         (spam-report-articles-resend)
13115         (spam-register-routine): Do registration iff any articles warrant
13116         it.
13117         (spam-summary-prepare-exit): Change log message for nil group
13118         destinations.
13119
13120 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13121
13122         * spam.el (spam-report-resend-register-routine): Allow
13123         spam-report-resend-to to be a group parameter or a global value.
13124
13125 2004-05-26  Simon Josefsson  <jas@extundo.com>
13126
13127         * starttls.el: Merge with my GNUTLS based starttls.el.
13128         (starttls-gnutls-program, starttls-use-gnutls)
13129         (starttls-extra-arguments, starttls-process-connection-type)
13130         (starttls-connect, starttls-failure, starttls-success): New
13131         variables.
13132         (starttls-program, starttls-extra-args): Doc fix.
13133         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13134         functions.
13135         (starttls-negotiate, starttls-open-stream): Check
13136         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13137         function if it is set.
13138
13139 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13140
13141         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13142         structured fields.
13143
13144 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13145
13146         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13147
13148 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13149
13150         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13151         variable.
13152         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13153         assigning the spam-mark to new messages.
13154
13155 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13156
13157         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13158
13159 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13160
13161         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13162
13163         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13164         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13165         default.
13166
13167 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13168
13169         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13170         correct data.
13171
13172 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13173
13174         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13175         (spam-group-processor-p): Fix function.
13176         (spam-group-processor-multiple-p)
13177         (spam-group-spam-processor-report-gmane-p)
13178         (spam-group-spam-processor-report-resend-p)
13179         (spam-group-spam-processor-bogofilter-p)
13180         (spam-group-spam-processor-blacklist-p)
13181         (spam-group-spam-processor-ifile-p)
13182         (spam-group-ham-processor-ifile-p)
13183         (spam-group-spam-processor-spamoracle-p)
13184         (spam-group-spam-processor-crm114-p)
13185         (spam-group-ham-processor-bogofilter-p)
13186         (spam-group-spam-processor-stat-p)
13187         (spam-group-ham-processor-stat-p)
13188         (spam-group-ham-processor-whitelist-p)
13189         (spam-group-ham-processor-BBDB-p)
13190         (spam-group-ham-processor-spamoracle-p)
13191         (spam-group-ham-processor-copy-p): Remove functions with some
13192         prejudice against unneeded code.
13193         (spam-report-articles-resend)
13194         (spam-report-resend-register-routine): Allow the group/topic
13195         spam-resend-to value to override spam-report-resend-to.
13196         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13197         properly now.
13198
13199         * gnus.el (spam-resend-to): Add group/topic parameter.
13200         (spam-process): Move the OBSOLETE processors to the end of the
13201         choices.
13202
13203 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13204
13205         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13206         with resend-to set to nil, and then ask the user if necessary.
13207         (spam-report-resend): spam-report-resend takes a list of articles, not
13208         separate article numbers.
13209
13210 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13213         addition to emacs-w3m.
13214
13215 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13216
13217         * assistant.el (assistant-authinfo-data): New function.
13218         (assistant-eval): Eval for entire assistant.
13219
13220         * netrc.el (netrc-services-file): New variable.
13221         (netrc-parse-services): New function.
13222         (netrc-find-service-name): New function.
13223         (netrc-find-service-number): New function.
13224         (netrc-port-equal): New function.
13225         (netrc-machine): Use it.
13226
13227         * nnimap.el (nnimap-open-connection): Use netrc.
13228
13229         * gnus-util.el (gnus-netrc-get): Remove aliases.
13230
13231         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13232
13233         * assistant.el (wid-edit): Fix compilation.
13234
13235         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13236
13237 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13238
13239         * gnus-util.el (gnus-set-file-modes): New function.  (small
13240         patch).
13241
13242 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13243
13244         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13245
13246         * assistant.el (assistant-render-node): Fix up rendering and
13247         read-only text.
13248         (assistant-render-node): Reset.
13249         (assistant-make-read-only): Not sticky.
13250
13251 2004-05-20  Danny Siu  <dsiu@adobe.com>
13252
13253         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13254         centered even when gnus-auto-center-summary is t.
13255
13256 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13257
13258         * dns.el (dns-get-txt-answer): New function.
13259         (dns-read-txt): Ditto.
13260         (query-dns): Use it.
13261
13262 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13265         active for foreign groups even if the group level is higher than
13266         the specified value.
13267
13268 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13269
13270         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13271         non-active groups.
13272
13273         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13274
13275 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13276
13277         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13278
13279 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13280
13281         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13282         (spam-crm114-header, spam-crm114-spam-switch)
13283         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13284         (spam-crm114-positive-spam-header)
13285         (spam-crm114-database-directory, spam-list-of-processors)
13286         (spam-group-spam-processor-crm114-p)
13287         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13288         (spam-generic-score, spam-list-of-checks)
13289         (spam-list-of-statistical-checks, spam-registration-functions)
13290         (spam-check-crm114-headers, spam-crm114-score)
13291         (spam-check-crm114, spam-crm114-register-with-crm114)
13292         (spam-crm114-register-spam-routine)
13293         (spam-crm114-unregister-spam-routine)
13294         (spam-crm114-register-ham-routine)
13295         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13296         asjo@koldfront.dk (Adam Sjøgren).
13297
13298         * gnus.el: Add spam-use-crm114.
13299
13300         * spam.el (spam-list-of-processors, spam-registration-functions):
13301         Add spam-use-resend.
13302         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13303         (spam-report-articles-gmane): Add doc fix.
13304         (spam-report-articles-resend, spam-report-resend-register-routine):
13305         Add wrappers around spam-report-resend-to.
13306
13307         * spam-report.el (spam-report-resend-to, spam-report-resend):
13308         Add support for resending spam.
13309         (spam-report-gmane): Fix line length >80.
13310
13311         * gnus.el (spam-process): Add spam-use-resend.
13312
13313 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13314
13315         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13316         number of processed spam messages.
13317         (spam-ham-copy-or-move-routine): Return the number of processed
13318         ham messages.
13319         (spam-summary-prepare-exit): Use the above values to decide
13320         whether status messages shouled be displayed.
13321
13322 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13323
13324         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13325         `rfc2047-encoding-function-alist' in order to avoid conflicting
13326         with the old version.
13327         (rfc2047-encode-region): Concatenate words containing non-ASCII
13328         characters in structured fields; don't encode space-delimited
13329         ASCII words even in unstructured fields; don't break words at
13330         char-category boundaries.
13331         (rfc2047-encode-1): New function.
13332         (rfc2047-encode): Use it; encode text so that it occupies the
13333         maximum width within 76-column; work correctly on Q encoding for
13334         iso-2022-* charsets.
13335         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13336         sure not to break a line just after the header name.
13337         (rfc2047-b-encode-region): Removed.
13338         (rfc2047-b-encode-string): New function.
13339         (rfc2047-q-encode-region): Removed.
13340         (rfc2047-q-encode-string): New function.
13341
13342         * mm-util.el (mm-replace-in-string): New function.
13343
13344 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13345
13346         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13347         get it right.
13348         (gnus-inews-make-draft): Really.
13349
13350 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13351
13352         * nnmh.el (nnmh-request-list-1): Don't check the link count
13353         before descending.  (small patch)
13354
13355 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13356
13357         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13358         stuff.
13359
13360         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13361         on real group name.
13362
13363         * gnus-art.el (gnus-signature-limit): Doc fix.
13364
13365         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13366
13367         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13368
13369 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13370
13371         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13372         isn't a string.
13373
13374 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375
13376         * gnus-draft.el (gnus-draft-send): Bind
13377         rfc2047-encode-encoded-words.
13378
13379         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13380         (rfc2047-encodable-p): Say that =? needs encoding.
13381         (rfc2047-encode-encoded-words): New variable.
13382
13383         * gnus-group.el (gnus-group-select-group): Doc fix.
13384
13385         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13386
13387         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13388         to nil.
13389
13390         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13391
13392         * nnheader.el (nnheader-get-lines-and-char): New function.
13393
13394 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13395
13396         * gnus-msg.el (gnus-summary-followup-with-original): Document
13397         yanking of region when active.
13398
13399 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13400
13401         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13402         groups if the group level is higher than the specified value.
13403
13404 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13405
13406         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13407         (gnus-group-jump-to-group): Added prefix argument using
13408         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13409         non-active group.
13410
13411         * compface.el (uncompface): Be verbose when changing
13412         `uncompface-use-external'.
13413
13414         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13415         handle manual section.
13416
13417 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13418
13419         * gnus-art.el (gnus-button-alist): Revert previous change.
13420
13421 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13422
13423         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13424
13425 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13426
13427         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13428         whether backend can accept message.
13429
13430         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13431
13432 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13433
13434         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13435         Avoid creating directory when nntp-marks-is-evil is true.
13436         Reported by Reiner Steib.
13437
13438 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13439
13440         * gnus-picon.el (gnus-picon-style): New variable.
13441         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13442         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13443         Jesper Harder <harder@ifa.au.dk>.
13444
13445 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13446
13447         * message.el (message-fill-field): Return point.
13448         (message-generate-headers): Go to end of field.
13449
13450         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13451         stuff for non-living groups.
13452
13453 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13454
13455         * gnus-art.el (gnus-article-followup-with-original)
13456         (gnus-article-reply-with-original): gnus-mark-active-p ->
13457         gnus-region-active-p.
13458
13459 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13460
13461         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13462         only when there is spam or ham to be processed.
13463
13464 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13465
13466         * mail-source.el (mail-source-delete-crash-box): Refactor.
13467         (mail-source-fetch): Use it.
13468         (mail-source-fetch-file): Ditto.
13469         (mail-source-fetch-directory): Run postscript in loop.
13470         (mail-source-fetch-pop): Delete.
13471         (mail-source-fetch-maildir): Ditto.
13472         (mail-source-fetch-imap): Ditto.
13473
13474         * imap.el (imap-authenticators): Comment out sasl.
13475
13476         * message.el (message-skip-to-next-address): New function.
13477         (message-fill-header-address): Refactor.
13478         (message-fill-address): Use it.
13479         (message-delete-address): Use it.
13480         (message-fill-header-general): Refactor.
13481         (message-fill-field-address): Rename.
13482         (message-narrow-to-field): Find the start of the header.
13483         (message-header-format-alist): Don't pre-fill.
13484         (message-fill-header): Removed.
13485         (message-insert-header): New function.
13486         (message-shorten-references): Use it.
13487
13488         * rfc2047.el (rfc2047-field-value): Strip props.
13489
13490         * mail-parse.el (mail-header-make-address): New alias.
13491
13492         * ietf-drums.el (ietf-drums-make-address): New function.
13493
13494         * imap.el: Add compiler directives.
13495
13496         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13497
13498         * gnus-art.el (article-decode-idna-rhs): Don't use
13499         message-idna-inside-rhs-p.
13500
13501 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13502
13503         * message.el (message-idna-inside-rhs-p): Removed.
13504         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13505
13506         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13507         false positives.
13508
13509 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13510
13511         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13512
13513 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13514
13515         * nneething.el (nneething-file-name): Don't create spurious
13516         files.
13517
13518         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13519         (gnus-inews-do-gcc): Remove sleep.
13520
13521         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13522         part under point.
13523
13524         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13525         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13526
13527 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13528
13529         * spam.el (spam-summary-prepare-exit): Fixed (length).
13530
13531 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13532
13533         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13534         as expired without moving it" message when there are spam
13535         messages left.
13536
13537 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13538
13539         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13540         header is not nil.
13541
13542 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13543
13544         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13545         nntp-possibly-create-directory, not nntp-possibly-change-group.
13546         (nntp-marks-changed-p): New arg SERVER.
13547         (nntp-request-update-info): Adjust caller.
13548
13549 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13550
13551         * nntp.el (nntp-save-marks): Pass missing arg.
13552
13553 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13554
13555         * nntp.el: Support marks.
13556         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13557         (nntp-marks-modtime, nntp-marks-directory): New variables.
13558         (nntp-request-set-mark, nntp-request-update-info)
13559         (nntp-possibly-create-directory, nntp-marks-changed-p)
13560         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13561         functions.
13562
13563 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13564
13565         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13566         (gnus-xmas-redefine): Rename.
13567
13568         * gnus-score.el (gnus-score-insert-help): Use
13569         gnus-select-lowest-window.
13570
13571         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13572         appt-select-lowest-window and rename to gnus-select-lowest-window.
13573
13574         * gnus.el: do.
13575
13576 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13577
13578         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13579         encodings of MIME-encoded words, in order to improve
13580         interoperability with several broken MUAs.
13581
13582 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13583
13584         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13585         tags, only when charsets are not specified in headers.
13586         (mm-inline-text-html-render-with-w3m): Ditto.
13587
13588         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13589         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13590
13591 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13592
13593         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13594         instead of MIME-decoded from fields when checking
13595         `gnus-article-address-banner-alist'.
13596
13597 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13598
13599         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13600         description rather than subject.
13601
13602 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13603
13604         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13605
13606 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13607
13608         * gnus.el (gnus-version-number): Bump.
13609
13610 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13611
13612         * gnus.el: No Gnus v0.2 is released.
13613
13614 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13615
13616         * gnus-agent.el (gnus-agent-read-agentview): Inline
13617         gnus-uncompress-range.
13618
13619 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13620
13621         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13622         `exec-installed-p'.
13623
13624 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13625
13626         * gnus.el (spam-process, spam-autodetect-methods): Add
13627         bsfilter and bsfilter-headers.
13628
13629         * spam.el (spam-bsfilter): New customize group.
13630         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13631         (spam-bsfilter-header, spam-bsfilter-probability-header)
13632         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13633         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13634         (spam-bsfilter-database-directory): New options.
13635         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13636         (spam-list-of-statistical-checks, spam-registration-functions):
13637         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13638         (spam-bsfilter-score): New command.
13639         (spam-check-bsfilter-headers, spam-check-bsfilter)
13640         (spam-bsfilter-register-with-bsfilter)
13641         (spam-bsfilter-register-spam-routine)
13642         (spam-bsfilter-unregister-spam-routine)
13643         (spam-bsfilter-register-ham-routine)
13644         (spam-bsfilter-unregister-ham-routine): New functions.
13645         (spam-generic-score): Support bsfilter; Accept an optional argument
13646         to recalcurate spam score even if scoring header has already been
13647         added.
13648         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13649         optional argument to recalcurate spam score even if scoring header
13650         has already been added.
13651
13652 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13653
13654         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13655         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13656         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13657         link is missing.
13658
13659 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13660
13661         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13662         (html2text-get-attr): Rewrite.
13663
13664         * message.el (message-setup-1): Remove redundant put-text-property
13665         on mail-header-separator.
13666
13667 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13668
13669         * gnus-registry.el (gnus-registry-cache-whitespace)
13670         (gnus-registry-action, gnus-registry-spool-action)
13671         (gnus-registry-split-fancy-with-parent): Change message levels
13672         from 5 to 3 or 7, as needed.
13673
13674         * spam.el (spam-summary-prepare-exit)
13675         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13676         (spam-split, spam-find-spam, spam-log-undo-registration)
13677         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13678         level from 5 to 6.
13679
13680 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13683         2004-03-04 change).
13684
13685 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13686
13687         * sieve-manage.el (sieve-manage-open):
13688         * nnweb.el (nnweb-insert-html):
13689         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13690         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13691         * nnspool.el (nnspool-request-group):
13692         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13693         * nnml.el (nnml-request-update-info):
13694         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13695         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13696         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13697         (nnimap-request-set-mark):
13698         * nnfolder.el (nnfolder-request-update-info):
13699         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13700         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13701         * gnus-uu.el (gnus-uu-find-articles-matching):
13702         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13703         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13704         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13705         * gnus-nocem.el (gnus-nocem-scan-groups):
13706         * gnus-int.el (gnus-start-news-server):
13707         * gnus-group.el (gnus-group-make-kiboze-group)
13708         (gnus-group-browse-foreign-server):
13709         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13710         Use mapc when appropriate.
13711
13712 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13713
13714         FIXME: Make separate entries for each person.
13715
13716         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13717         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13718         <shields@msrl.com>:
13719
13720         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13721         may need for spam sorting and scoring.
13722         (spam-user-format-function-S): Add user format function suitable for
13723         general use.
13724         (spam-article-sort-by-spam-status): Add sorting function for summary
13725         sorting.
13726         (spam-extra-header-to-number): Add function to get a score from a
13727         header.
13728         (spam-summary-score): Add function to get a numeric score from the
13729         headers.
13730         (spam-generic-score): Fix function doc, was in wrong place.
13731         (spam-initialize): Take symbols when it's run, and install the
13732         extra headers that spam-necessary-extra-headers thinks we need.
13733
13734 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13735
13736         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13737         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
13738
13739 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13740
13741         * gnus-sum.el (gnus-set-global-variables)
13742         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13743         (gnus-article-get-xrefs, gnus-summary-best-group)
13744         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13745         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13746         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13747         Use with-current-buffer.
13748
13749 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13750
13751         * spam.el (spam-summary-prepare-exit): Simplify logic.
13752         (spam-fetch-article-header): Read the article header if it's not
13753         available.
13754         (spam-list-articles): Simplify logic.
13755         (spam-filelist-register-routine): Fix bug with unregister-list.
13756
13757         * gnus-registry.el: Fix comments at beginning.
13758
13759 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13760
13761         * message.el (message-cater-to-broken-inn): Remove.
13762         (message-shorten-references): Make sure the total folded length of
13763         References is shorter than 998 characters to cater to a bug in INN
13764         2.3.  Also, don't pretend that references aren't folded -- this
13765         hasn't worked for a while.
13766
13767 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13768
13769         * gnus-agent.el (gnus-agentize):
13770         gnus-agent-send-mail-real-function no longer set to current value
13771         of message-send-mail-function but rather a lambda that calls
13772         message-send-mail-function.  The change makes the agent real-time
13773         responsive to user changes to message-send-mail-function.
13774
13775 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13776
13777         * legacy-gnus-agent.el
13778         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13779         help from Florian Weimer <fw@deneb.enyo.de>
13780
13781 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13782
13783         * nnmail.el (nnmail-cache-insert): Revert last change.
13784
13785 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13786
13787         * nnmail.el (nnmail-cache-insert): Always check whether
13788         nnmail-cache-ignore-groups matches a group name.
13789
13790 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13791
13792         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13793         (spam-find-spam, spam-log-processing-to-registry)
13794         (spam-log-registered-p, spam-log-unregistration-needed-p)
13795         (spam-log-undo-registration): Use gnus-message instead of
13796         gnus-error, none of these errors are fatal.
13797
13798         * gnus-registry.el (gnus-registry-clean-empty-function)
13799         (gnus-registry-clean-empty): Remove only empty entries without
13800         extra data.
13801
13802 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13803
13804         * spam-stat.el (spam-stat-buffer-change-to-spam)
13805         (spam-stat-buffer-change-to-non-spam): Change (error) to
13806         (gnus-message 8) invocation.
13807
13808 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13809
13810         * nntp.el (nntp-via-netcat-command): New variable.
13811         (nntp-via-netcat-switches): New variable.
13812         (nntp-open-via-rlogin-and-netcat): New function.
13813         (nntp-open-connection-function): Doc fix.
13814         (nntp-telnet-command): Doc fix.
13815         (nntp-end-of-line): Doc fix.
13816         (nntp-via-rlogin-command): Doc fix.
13817         (nntp-via-user-name): Doc fix.
13818         (nntp-via-address): Doc fix.
13819
13820 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13821
13822         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13823         error in Emacs 21.1.
13824
13825 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13828
13829 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13830
13831         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13832         (gnus-agent-with-refreshed-group): New macro.
13833         (gnus-agent-rename-group): New function.
13834         (gnus-agent-delete-group): New function.
13835         (gnus-agent-save-group-info): Use gnus-command-method when
13836         `method' parameter is nil.  Don't write nil entries into the
13837         active file.
13838         (gnus-agent-get-group-info): New function.
13839         (gnus-agent-fetch-articles): Use
13840         gnus-agent-update-files-total-fetched-for to increment disk space
13841         used.
13842         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13843         gnus-agent-update-view-total-fetched-for to increment disk space
13844         used.
13845         (gnus-agent-get-local): Added optional parameters to avoid calling
13846         gnus-group-real-name and gnus-find-method-for-group.
13847         (gnus-agent-set-local): Delete stored entry if either min, or max,
13848         are nil.
13849         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13850         quit, use gnus-agent-regenerate-group to record existance of any
13851         articles fetched to disk before the quit occurred.
13852         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13853         gnus-agent-update-view-total-fetched-for, and
13854         gnus-agent-update-files-total-fetched-for to decrement disk space
13855         used.
13856         (gnus-agent-retrieve-headers): Use
13857         gnus-agent-update-view-total-fetched-for to increment disk space
13858         used.
13859         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13860         with gnus-agent-update-files-total-fetched-for to decrement disk
13861         space and fresh group buffer.
13862         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13863         (gnus-agent-need-update-total-fetched-for): New variable.
13864         (gnus-agent-update-files-total-fetched-for): New function.
13865         (gnus-agent-update-view-total-fetched-for): New function.
13866         (gnus-agent-total-fetched-for): New function.
13867
13868         * gnus-cache.el (gnus-cache-save-buffers): Use
13869         gnus-cache-update-overview-total-fetched-for to change disk space
13870         used by this group.
13871         (gnus-cache-possibly-enter-article): Use
13872         gnus-cache-update-file-total-fetched-for to increment disk space
13873         used by this group.
13874         (gnus-cache-possibly-remove-article): Use
13875         gnus-cache-update-file-total-fetched-for to decrement disk space
13876         used by this group.
13877         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13878         (gnus-cache-rename-group): New function.
13879         (gnus-cache-delete-group): New function.
13880         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13881         (gnus-cache-need-update-total-fetched-for): New variable.
13882         (gnus-cache-with-refreshed-group): New macro.
13883         (gnus-cache-update-file-total-fetched-for): New function.
13884         (gnus-cache-update-overview-total-fetched-for): New function.
13885         (gnus-cache-rename-group-total-fetched-for): New function.
13886         (gnus-cache-delete-group-total-fetched-for): New function.
13887         (gnus-cache-total-fetched-for): New function.
13888
13889         * gnus-group.el: Require gnus-sum and autoload functions to
13890         resolve warnings when gnus-group.el compiled alone.
13891         (gnus-group-line-format): Documented new %F.
13892         (size of Fetched data) group line format; identifies disk space
13893         used by agent and cache.
13894         (gnus-group-line-format-alist): Defined new F format.
13895         (gnus-total-fetched-for): New function.
13896         (gnus-group-delete-group): No longer update
13897         gnus-cache-active-altered as gnus-request-delete-group now keeps
13898         the cache in sync.
13899         (gnus-group-list-active): Let the agent store a server's active
13900         list if currently plugged.
13901
13902         * gnus-int.el (gnus-request-delete-group):
13903         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13904         local disk in sync with the server.
13905         (gnus-request-rename-group):
13906         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13907         local disk in sync with the server.
13908
13909         * gnus-start.el (gnus-get-unread-articles):
13910         Cosmetic simplification to logic.
13911
13912         * gnus-util.el (gnus-rename-file): New function.
13913
13914 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13915
13916         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13917
13918 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13919
13920         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13921         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13922
13923 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13924
13925         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13926         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13927
13928 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13929
13930         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13931
13932 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13933
13934         * spam.el (spam-set-difference): Add function to replace
13935         gnus-set-difference in spam.el.
13936         (spam-summary-prepare-exit): Use spam-set-difference.
13937
13938 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13939
13940         * gnus-registry.el (gnus-registry-cache-file): Update to use
13941         gnus-dribble-directory OR gnus-home-directory OR ~.
13942         (gnus-registry-split-fancy-with-parent): Fix doc.
13943
13944 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13945
13946         * message.el (message-exchange-point-and-mark): Use
13947         message-mark-active-p.  Suggested by Jesper Harder
13948         <harder@ifa.au.dk>.
13949
13950 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * message.el (message-exchange-point-and-mark): Don't activate
13953         region if it was inactive.  Suggested by Hiroshi Fujishima
13954         <pooh@nature.tsukuba.ac.jp>.
13955
13956 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13957
13958         * gnus-art.el (article-display-face): Display Faces in the same
13959         order as X-Faces.
13960
13961 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13962
13963         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13964
13965 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13968         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13969         (gnus-article-mime-hierarchy): Remove.
13970         (gnus-article-mime-hierarchy-next): Remove.
13971         (gnus-article-mode): Revert 2004-03-19 change.
13972         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13973         (gnus-insert-mime-button): Revert 2004-03-19 change.
13974         (gnus-mime-accumulate-hierarchy): Remove.
13975         (gnus-mime-enter-multipart): Remove.
13976         (gnus-mime-leave-multipart): Remove.
13977         (gnus-mime-display-part): Revert 2004-03-19 change.
13978         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13979
13980         * mml.el (mml-preview): Revert 2004-03-19 change.
13981
13982 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13983
13984         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13985
13986 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13987
13988         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13989         t while entering a file name using the mm-with-multibyte macro.
13990         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13991
13992         * mm-util.el (mm-with-multibyte): New macro.
13993
13994 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13995
13996         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13997         user option.
13998         (gnus-mime-multipart-functions): Doc and customization fix.
13999         (gnus-article-mime-hierarchy): New variable.
14000         (gnus-article-mime-hierarchy-next): New variable.
14001         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
14002         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
14003         gnus-article-mime-hierarchy-next to nil.
14004         (gnus-insert-mime-button): Show hierarchy numbers.
14005         (gnus-mime-accumulate-hierarchy): New function.
14006         (gnus-mime-enter-multipart): New function.
14007         (gnus-mime-leave-multipart): New function.
14008         (gnus-mime-display-part): Recompute hierarchical MIME structure.
14009         (gnus-mime-display-alternative): Show hierarchy numbers.
14010
14011         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
14012         gnus-article-mime-hierarchy-next to nil.
14013
14014 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
14015
14016         * dns.el: Don't require gnus-xmas.
14017
14018 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
14019
14020         * mml.el (mml-generate-mime-1): Don't use format=flowed with
14021         inline PGP.
14022         (mml-menu): Disable mml-quote-region if mark is inactive.
14023
14024 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
14027         when the group's active is not available.
14028
14029 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
14032         error.
14033
14034 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
14035
14036         * imap.el (imap-store-password): New variable.
14037         (imap-interactive-login): Use it.
14038         Suggested by Mark Plaksin <happy@mcplaksin.org>.
14039
14040 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * gnus-art.el (gnus-article-read-summary-keys): Restore new
14043         window-start and hscroll to summary window.
14044
14045 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14046
14047         * gnus-start.el (gnus-convert-old-newsrc): Only write the
14048         conversion message to newsrc-dribble when an actual conversion is
14049         performed.
14050
14051 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
14052
14053         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
14054
14055 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * mm-decode.el (mm-complicated-handles): New function reviving
14058         former definition of mm-multiple-handles.
14059
14060         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14061         (gnus-mime-delete-part): Use it.
14062
14063 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14064
14065         * gnus-agent.el (gnus-agent-read-local): Bind
14066         nnheader-file-coding-system to gnus-agent-file-coding-system to
14067         avoid the implicit assumption that they will always be equal.
14068         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14069         coding-system-for-write, as the with-temp-file macro first prints
14070         to a buffer then saves the buffer.
14071
14072 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14073
14074         * gnus-art.el (gnus-article-edit-part): New function.
14075         (gnus-mime-save-part-and-strip): Use it; do query instead of
14076         signaling an error; don't use mm-multiple-handles.
14077         (gnus-mime-delete-part): Ditto.
14078
14079 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14080
14081         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14082         old file versions.
14083         (gnus-group-prepare-hook): Removed function that converted list
14084         form of gnus-agent-expire-days to group properties.
14085
14086         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14087         (gnus-request-accept-article): Re-indented.
14088
14089         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14090         converters to handle old agent file formats.  Added logic for a
14091         "backup before upgrading warning".
14092         (gnus-convert-mark-converter-prompt): Developers can mark
14093         functions as needing (default), or not needing,
14094         gnus-convert-old-newsrc's "backup before upgrading warning".
14095         (gnus-convert-converter-needs-prompt): Tests whether the user
14096         should be protected from potentially irreversable changes by the
14097         function.
14098
14099         * legacy-gnus-agent.el: New.  Provides converters that are only
14100         loaded when gnus-convert-old-newsrc needs to call them.
14101
14102 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14103
14104         * mail-source.el (mail-source-touch-pop): Doc fix.
14105
14106         * message.el (message-smtpmail-send-it): Doc fix.
14107
14108 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14109
14110         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14111
14112         * nnmail.el (nnmail-split-fancy): do.
14113
14114         * gnus-kill.el (gnus-kill, gnus-execute): do.
14115
14116 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14117
14118         * gnus-sum.el (gnus-widget-reversible-match)
14119         (gnus-widget-reversible-to-internal)
14120         (gnus-widget-reversible-to-external): New functions.
14121         (gnus-widget-reversible): New widget.
14122         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14123
14124 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14125
14126         * gnus-sum.el (gnus-thread-sort-functions)
14127         (gnus-article-sort-functions): Document `(not F)' items.
14128
14129 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14130
14131         * spam.el (spam-use-gmane-xref): Add new backend.
14132         (spam-gmane-xref-spam-group): Add variable to control the name of the
14133         Gmane spam group.
14134         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14135         (spam-regex-headers-spam, spam-regex-headers-ham)
14136         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14137         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14138         backends and checks.
14139         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14140
14141         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14142         an autodetect method.
14143
14144 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14145
14146         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14147         articles are being added to a group.
14148         (gnus-request-replace-article): Inform the agent that articles
14149         need to be uncached as the cached contents are no longer valid.
14150
14151 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * binhex.el: Don't autoload executable-find.
14154
14155         * canlock.el: Don't autoload mail-fetch-field.
14156
14157         * dgnushack.el: Autoload c-mode for XEmacs.
14158
14159         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14160
14161         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14162         rmail-dont-reply-to and rmail-output.
14163
14164         * gnus-score.el: Don't autoload ffap-string-at-point.
14165
14166         * gnus-setup.el: Don't autoload sc-cite-original.
14167
14168         * imap.el: Don't autoload base64-decode-string,
14169         base64-encode-string and md5.
14170
14171         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14172         and rmail-msg-restore-non-pruned-header.
14173
14174         * mm-decode.el: Don't autoload executable-find.
14175
14176         * mm-url.el: Don't autoload executable-find.
14177
14178         * mm-view.el: Don't autoload diff-mode.
14179
14180         * nndb.el: Don't autoload news-reply-mode, news-setup,
14181         cancel-timer and telnet.
14182
14183         * password.el: Don't autoload run-at-time for Emacs.
14184
14185         * sha1-el.el: Don't autoload executable-find.
14186
14187         * sieve-mode.el: Don't autoload c-mode.
14188
14189         * uudecode.el: Don't autoload executable-find.
14190
14191 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14192
14193         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14194         (gnus-agent-possibly-alter-active): Avoid null in numeric
14195         comparison.
14196         (gnus-agent-set-local): Refuse to save null in local object table.
14197         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14198         list of articles that will be marked as unread.
14199
14200 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14203
14204 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14205
14206         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14207         language tags.
14208
14209 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14210
14211         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14212         Don't bind "obarray".
14213
14214         * gnus-sum.el (gnus-thread-sort-functions): Added
14215         `gnus-thread-sort-by-most-recent-number' and
14216         `gnus-thread-sort-by-most-recent-date'.
14217         Reported by Kai Grossjohann <kai@emptydomain.de>.
14218
14219 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14222
14223 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14224
14225         * gnus-cus.el (gnus-agent-customize-category): Removed
14226         ignore-errors macro reference that required cl to be loaded at
14227         run-time.
14228
14229         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14230         single-interval range of the form (min . max).  Previously the
14231         range had to look like ((min . max)).  Likewise, return
14232         (min . max) rather than ((min . max)).
14233         (gnus-range-map): Use gnus-range-normalize to accept
14234         single-interval range.
14235
14236         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14237         the cache, but not the agent, now appear with their usual face.
14238
14239         * dgnushack.el (loaddir): New variable that is bound to the
14240         directory containing the dgnushack.el file. Use loaddir, rather
14241         than srcdir, to update load-path. Change lets dgnushack compile
14242         code in directories other than GNUS/lisp.
14243
14244 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14245
14246         * lpath.el: Don't bind w3m-safe-url-regexp.
14247
14248         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14249         w3m-safe-url-regexp variable buffer-local.
14250
14251         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14252
14253 2004-02-27  Simon Josefsson  <jas@extundo.com>
14254
14255         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14256         gnus-group-real-prefix.
14257         (gnus-summary-move-article): Use it, instead of
14258         gnus-group-real-prefix.
14259
14260 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * lpath.el: Bind w3m-safe-url-regexp.
14263
14264         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14265         w3m-safe-url-regexp variable buffer-local and set it as the value
14266         of mm-w3m-safe-url-regexp.
14267
14268         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14269
14270         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14271         parsing gnus-posting-styles when the message is not for replying.
14272
14273         * dgnushack.el: Autoload sgml-mode for XEmacs.
14274
14275         * nnrss.el (nnrss-opml-export): Use
14276         mm-set-buffer-file-coding-system instead of
14277         set-buffer-file-coding-system.
14278
14279 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14280
14281         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14282         of checkdoc.el).
14283         * nnrss.el: do.
14284         * gnus-mlspl.el: do.
14285         * gnus-ml.el: do.
14286         * gnus-srvr.el: do.
14287
14288         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14289
14290 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14291
14292         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14293         Corrections to custom-manual links.
14294
14295         * gnus-art.el (gnus-article): Ditto.
14296
14297         * mm-decode.el (mime-display, mime-security): Ditto.
14298
14299 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14300
14301         * flow-fill.el: Typo.
14302
14303 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14304
14305         * spam-wash.el: New file.
14306
14307 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14308
14309         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14310
14311 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14312
14313         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14314         to be run with new-articles as LIST1, not LIST2.
14315         (spam-registration-functions): Add spam-use-ham-copy as a nil
14316         registration backend.
14317
14318 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14319
14320         * spam-stat.el (spam-stat-washing-hook): New option.
14321         (spam-stat-buffer-words): Use it.
14322         (spam-stat-process-directory, spam-stat-test-directory): Use
14323         insert-file-contents-literally.
14324         (spam-stat-coding-system): New variable.
14325         (spam-stat-load, spam-stat-save): Use it.
14326
14327 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14328
14329         * spam-report.el (spam-report-plug-agent): Quote
14330         spam-report-url-to-file and spam-report-url-ping-plain.
14331
14332 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14333
14334         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14335         / in mailto URLs.
14336
14337 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * spam-report.el (spam-report-process-queue): Fix interactive use.
14340         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14341         (spam-report-unplug-agent): Doc fixes.
14342         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14343         (spam-report-agentize, spam-report-deagentize): Autoload.
14344
14345 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14346
14347         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14348
14349         * message.el (message-setup-fill-variables): Add mml tags to
14350         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14351         <ajk@iu.edu>.
14352         (message-mode): Don't modify paragraph-separate there.
14353
14354 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14355
14356         * compface.el (uncompface-use-external): Default to undecided.
14357         (uncompface-use-external-threshold): New variable.
14358         (uncompface-float-time): New macro.
14359         (uncompface): Determine whether to use the external decoder if
14360         uncompface-use-external is undecided.
14361
14362 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14363
14364         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14365         after images.
14366
14367         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14368
14369 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14370
14371         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14372
14373         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14374
14375         * gnus-sum.el (gnus-summary-limit-to-age)
14376         (gnus-summary-limit-children): do.
14377
14378         * gnus-int.el (gnus-request-scan): do.
14379
14380         * gnus-group.el (gnus-group-suspend): do.
14381
14382         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14383
14384         * gnus-cite.el (gnus-cite-parse-attributions): do.
14385
14386         * gnus-agent.el (gnus-summary-set-agent-mark)
14387         (gnus-agent-regenerate-group): do.
14388
14389         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14390
14391         * binhex.el (binhex-decode-region-internal): do.
14392
14393 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * gnus-fun.el (gnus-face-properties-alist): New user option.
14396         (gnus-display-x-face-in-from): Use it.
14397
14398         * gnus-art.el (article-display-face): Ditto.
14399
14400         * compface.el (uncompface-use-external): Default to nil.
14401
14402 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14403
14404         * nntp.el (nntp-erase-buffer): New function.
14405         (nntp-retrieve-data, nntp-send-command)
14406         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14407         (nntp-possibly-change-group): Use it.
14408
14409         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14410         with-current-buffer.
14411
14412 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14413
14414         * compface.el: Merge the ELisp-based uncompface program.
14415         (compface): New customization group.
14416         (uncompface-use-external): New user option.
14417         (uncompface): Call uncompface-internal if uncompface-use-external
14418         is nil.
14419         (uncompface-internal): New function.  Note that there are also
14420         some other functions and variables added for this function.
14421
14422 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14423
14424         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14425         if necessary.
14426
14427 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14428
14429         * spam-report.el (spam-report-unplug-agent)
14430         (spam-report-plug-agent, spam-report-deagentize)
14431         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14432         Add support for the Agent in spam-report: when unplugged, report to a
14433         file; when plugged, submit all the requests.
14434
14435         * spam.el (spam-register-routine): Fix message about
14436         registration.
14437
14438 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14439
14440         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14441         dependencies.
14442         (rfc2047-encode): Use it.
14443
14444         * gnus-art.el (gnus-button-marker-list): Move before first
14445         reference.
14446
14447         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14448         (imap-parse-body): Fix format string mismatch.
14449
14450         * gnus-score.el (gnus-summary-increase-score): do.
14451
14452         * nnrss.el (nnrss-close): New function.
14453
14454 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14455
14456         * nnrss.el (nnrss-make-filename): New function.
14457         (nnrss-request-delete-group, nnrss-read-server-data)
14458         (nnrss-save-server-data, nnrss-read-group-data)
14459         (nnrss-save-group-data): Use it.
14460         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14461         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14462         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14463
14464 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14465
14466         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14467
14468 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14469
14470         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14471         files.
14472
14473         * message.el (message-generate-headers-first): Don't quote nil
14474         and t in docstrings.
14475
14476         * imap.el (imap-id): do.
14477
14478         * gnus-agent.el (gnus-agent-consider-all-articles)
14479         (gnus-agent-queue-mail): do.
14480
14481 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14482
14483         * spam-report.el (spam-report-process-queue): New function.
14484         Process requests from `spam-report-requests-file'.
14485         (spam-report-process-queue): Doc fix.
14486
14487 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14488
14489         * spam.el (spam-register-routine)
14490         (spam-log-processing-to-registry, spam-log-registered-p)
14491         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14492         Change "check" to "spam-check" for semi-clarity.
14493
14494 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14495
14496         * pop3.el: Require nnheader.
14497
14498         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14499
14500         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14501
14502         * gnus-picon.el: Require cl.
14503
14504         * gnus-fun.el: Require gnus-ems and gnus-util.
14505
14506         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14507
14508         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14509
14510         * gnus-art.el (gnus-article-edit-mode): Define before first
14511         reference.
14512
14513 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14514
14515         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14516         (gnus-uu-post-encoded): Use point-at-bol.
14517
14518         * gnus-topic.el (gnus-group-active-topic-p): do.
14519
14520         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14521
14522         * gnus-group.el (gnus-group-kill-region): do.
14523
14524         * gnus-art.el (article-date-ut): do.
14525
14526         * message.el (message-fetch-field): Remove redundant
14527         case-fold-search binding.
14528         (message-narrow-to-field): Simplify.
14529
14530 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14531
14532         * spam.el (spam-directory): Derive from `gnus-directory'.
14533
14534         * spam-report.el (spam-report-url-to-file)
14535         (spam-report-requests-file): New function and variable for offline
14536         reporting.
14537         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14538         and user defined function.
14539         (spam-report-url-ping-mm-url): Remove doubled slash.
14540
14541 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14542
14543         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14544
14545 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14546
14547         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14548         format string mismatch.
14549
14550         * sieve.el (sieve-deactivate-all): do.
14551
14552         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14553
14554         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14555
14556         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14557
14558         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14559
14560 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14561
14562         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14563         the list of checks.
14564
14565 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14566
14567         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14568         padding.
14569
14570 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14571
14572         * mm-view.el (mm-fill-flowed): New variable.
14573         (mm-inline-text): Use it.
14574
14575 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14576
14577         * spam.el (spam-spamassassin-register-ham-routine)
14578         (spam-spamassassin-register-spam-routine): Fix function names.
14579
14580 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * gnus.el (gnus-tmp-grouplens): Remove.
14583         (gnus-summary-line-format): Remove grouplens.
14584
14585         * gnus-group.el (gnus-group-line-format): Ditto.
14586
14587         * gnus-spec.el (gnus-format-specs): Ditto.
14588         (gnus-update-format-specifications): Flush the group format spec
14589         cache if there's the grouplens stuff.
14590         (gnus-parse-simple-format): Replace %l with the empty string.
14591
14592 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14593
14594         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14595         omission.
14596
14597 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14598
14599         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14600         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14601
14602 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14603
14604         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14605         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14606         New macros and functions.
14607         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14608         Handle > NLINK_MAX messages.
14609         * nnmaildir.el (nnmaildir-request-set-mark): Use
14610         nnmaildir--emlink-p and nnmaildir--eexist-p.
14611
14612 2004-01-25  Alex Schroeder  <alex@gnu.org>
14613
14614         * spam-stat.el (spam-stat-process-directory-age): New option.
14615         (spam-stat-process-directory): Use it.
14616
14617 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14618
14619         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14620         (spam-stat-save): Accept prefix argument.
14621
14622 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14623
14624         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14625         links" error.
14626
14627 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14628
14629         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14630         the rest of the and/or forms.
14631
14632 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14633
14634         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14635         compatibility with old .newsrc.eld files.
14636
14637         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14638
14639         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14640
14641         * gnus-start.el (gnus-1): do.
14642
14643         * gnus-group.el (gnus-group-line-format-alist): do.
14644
14645         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14646
14647         * gnus-gl.el: Remove.
14648
14649 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14650
14651         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14652         marks consisting of a single range {for example, (3 . 5)} rather
14653         than a list of a single range { ((3 . 5)) }.
14654
14655 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14656
14657         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14658         with-current-buffer.
14659         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14660         avoid consing a string.
14661
14662         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14663         Remove obsolete entries for big5 and gb2312.
14664
14665 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14666
14667         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14668         uncompressed list.
14669
14670 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14671
14672         * spam-stat.el (spam-stat-strip-xref): New function.
14673         (spam-stat-process-directory): Use it.
14674
14675         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14676         here -- it's done in message-fetch-field.
14677
14678 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14679
14680         * gnus-agent.el (gnus-agent-queue-mail)
14681         (gnus-agent-prompt-send-queue): New variables.
14682         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14683         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14684         "nndraft:queue" along to gnus-draft-send.  Use
14685         gnus-agent-prompt-send-queue.
14686         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14687         is "nndraft:queue".  Suggested by Gaute Strokkenes
14688         <gs234@srcf.ucam.org>
14689
14690         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14691         (agent-enable-undownloaded-faces): Added.
14692         (gnus-agent-cat-groups): Use eval-and-compile, not
14693         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14694         method of gnus-agent-cat-groups even when the buffer has been
14695         evaled.
14696         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14697         delete gnus-agent-save-active-1.
14698         (gnus-agent-save-groups): Deleted.  Identical to
14699         gnus-agent-save-active.
14700         (gnus-agent-write-active): No longer adjust agent's copy of active
14701         file as agent's adjustments are now stored in their own
14702         file.  Removed optional parameter.
14703         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14704         servers.  Add use of min/max range limits from server's local
14705         file.
14706         (gnus-agent-save-alist): Removed unused optional argument.
14707         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14708         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14709         (gnus-agent-set-local): A per-server file that keeps min/max range
14710         limits for articles known to the agent.  Provides a fast mechanism
14711         for altering many active ranges.
14712         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14713         active file (local makes it unnecessary).
14714         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14715
14716         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14717         (agent-enable-undownloaded-faces): Added.
14718
14719         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14720         disable it when sending to "nndraft:queue".
14721         (gnus-group-send-queue): Add safety check to avoid sending queue
14722         when unplugged.
14723
14724         * gnus-group.el (gnus-group-catchup): Use new
14725         gnus-sequence-of-unread-articles, not
14726         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14727         numbers of articles.  Use gnus-range-map to avoid having to
14728         uncompress the unread list.
14729         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14730         Fixed invalid ange-ftp reference.
14731
14732         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14733         (gnus-sorted-range-intersection): Intersection of two ranges
14734         without requiring that they first be uncompressed.
14735
14736         * gnus-start.el (gnus-activate-group): Unless blocked by the
14737         caller, possibly expand the active range to include both cached
14738         and agentized articles.
14739         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14740         multiple version-dependent converters.
14741         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14742         gnus-agent-save-active.
14743         (gnus-save-newsrc-file): Save dirty agent range limits.
14744
14745         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14746         gnus-agent-possibly-alter-active.
14747         (gnus-adjust-marked-articles): Faster handling of simple lists.
14748
14749 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14750
14751         * spam-stat.el (spam-stat-test-directory): New optional argument
14752         displays a list of files detected.  Suggested by Andrew Cohen
14753         <cohen@andy.bu.edu>.
14754         (spam-stat-buffer-words-with-scores): Don't narrow and change
14755         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14756
14757 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14758
14759         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14760         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14761         (spam-spamassassin-arguments)
14762         (spam-spamassassin-spam-flag-header)
14763         (spam-spamassassin-positive-spam-flag-header)
14764         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14765         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14766         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14767         (spam-list-of-processors, spam-list-of-checks)
14768         (spam-list-of-statistical-checks, spam-registration-functions)
14769         (spam-check-spamassassin-headers, spam-check-spamassassin)
14770         (spam-spamassassin-score)
14771         (spam-spamassassin-register-with-sa-learn)
14772         (spam-spamassassin-register-spam-routine)
14773         (spam-spamassassin-register-ham-routine)
14774         (spam-assassin-register-spam-routine)
14775         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14776         (spam-bogofilter-score): Fix to show article before scoring.
14777
14778 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14779
14780         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14781         default scoring function.
14782         (spam-generic-score): Call spam-spamassassin-score if
14783         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14784         spam-bogofilter-score otherwise.
14785
14786         * gnus.el (spam-process, spam-autodetect-methods): Add
14787         spamassassin and spamassassin-headers.
14788
14789 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14790
14791         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14792         Suppress unnecessary messages.
14793
14794 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14795
14796         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14797         make-hash-table.
14798
14799 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14800
14801         * canlock.el (base64-encode-string): Don't autoload it.
14802
14803 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14804
14805         * run-at-time.el: Remove useless (require 'itimer),
14806         eval-and-compile and (featurep 'xemacs).
14807
14808 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14809
14810         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14811         GROUP is a virtual group.
14812
14813 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14814
14815         * gnus.el: Autoload `message-y-or-n-p'.
14816
14817 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14818
14819         * pgg-parse.el: Remove unnecessary (require 'custom).
14820
14821         * pgg-def.el: do.
14822
14823         * nnmail.el: do.
14824
14825         * gnus-undo.el: do.
14826
14827         * gnus-picon.el: do.
14828
14829         * gnus-util.el: do.
14830
14831 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14834
14835 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14836
14837         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14838         handle, as well as a list.
14839
14840         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14841         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14842         (mm-w3m-cid-retrieve): Simplify.
14843
14844 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14845
14846         * message.el (message-kill-to-signature): Allow prefix arg to
14847         specify number of lines to keep before signature.
14848
14849 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14850
14851         * message.el (message-kill-to-signature): Change docstring.
14852
14853 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * canlock.el: Always require sha1-el.
14856         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14857
14858         * message.el: Autoload sha1 only when compiling.
14859
14860         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14861         eudc-expand-inline for XEmacs.
14862
14863 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * message.el (message-canlock-generate): Require sha1-el.
14866
14867 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14868
14869         * message.el (message-expand-name): Silence the byte compiler.
14870
14871         * lpath.el: Add detect-coding-system.
14872
14873         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14874         cus-edit.
14875
14876 2004-01-13  Simon Josefsson  <jas@extundo.com>
14877
14878         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14879         Invoke gnus-score-mode.  Reported by
14880         bojohan+news@dd.chalmers.se (Johan Bockgård).
14881
14882         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14883         Jim Blandy <jimb@redhat.com> (tiny change).
14884
14885 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14886
14887         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14888
14889 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14890
14891         * spam.el (spam-get-article-as-string): Update to use
14892         gnus-request-article-this-buffer, much simpler.
14893         (spam-get-article-as-buffer): Remove.
14894
14895 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14896
14897         * message.el (message-expand-name): Use EUDC if the user uses that.
14898
14899 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14900
14901         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14902         character for the encoding to avoid consing a string.
14903
14904         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14905         unnecessarily.
14906
14907         * mm-util.el (mm-replace-chars-in-string): Remove.
14908
14909         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14910         of mm-replace-chars-in-string.
14911
14912 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14913
14914         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14915
14916         * mm-util.el (mm-subst-char-in-string): Support inplace.
14917
14918         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14919         a new string in every iteration.  Use shy groups.
14920
14921 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14922
14923         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14924         * gnus-soup.el (gnus-soup-group-brew):
14925         * gnus-msg.el (gnus-put-message):
14926         * gnus-move.el (gnus-group-move-group-to-server):
14927         * gnus-kill.el (gnus-batch-score):
14928         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14929         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14930         (gnus-group-update-group, gnus-group-read-group)
14931         (gnus-group-make-group, gnus-group-make-help-group)
14932         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14933         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14934         (gnus-group-sort-by-unread, gnus-group-catchup)
14935         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14936         (gnus-group-yank-group, gnus-group-set-info)
14937         (gnus-group-list-groups):
14938         * gnus.el (gnus-generate-new-group-name):
14939         * gnus-delay.el (gnus-delay-send-queue):
14940         * nnvirtual.el (nnvirtual-catchup-group):
14941         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14942         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14943         (gnus-group-prepare-topics, gnus-topic-check-topology):
14944         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14945         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14946         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14947         (gnus-group-make-articles-read):
14948         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14949         (gnus-group-change-level, gnus-kill-newsgroup)
14950         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14951         (gnus-get-unread-articles, gnus-make-articles-unread)
14952         (gnus-make-ascending-articles-unread): Use accessor
14953         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14954         to get group information for improved readability.
14955
14956
14957 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14958
14959         * gnus-art.el (article-decode-mime-words, article-babel)
14960         (gnus-article-highlight-signature, gnus-article-add-buttons)
14961         (gnus-signature-toggle): Use gnus-with-article-buffer.
14962
14963         * gnus-art.el (gnus-article-highlight-headers)
14964         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14965
14966         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14967         (gnus-article-set-globals, gnus-request-article-this-buffer)
14968         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14969         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14970         (gnus-mime-display-alternative): Use with-current-buffer.
14971
14972 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14973
14974         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14975         also under 80 char limit, and call gnus-error if needed.
14976         (spam-fetch-article-header): Fix - it was a
14977         buffer-local variable (gnus-newsgroup-data).
14978         (spam-find-spam): Use spam-generate-fake-headers, forget about
14979         spam-insert-fake-headers.
14980         (spam-insert-fake-headers): Remove.
14981
14982 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14983
14984         * deuglify.el (gnus-article-outlook-unwrap-lines)
14985         (gnus-outlook-rearrange-article)
14986         (gnus-outlook-repair-attribution-outlook)
14987         (gnus-outlook-repair-attribution-block)
14988         (gnus-outlook-repair-attribution-other): Remove redundant
14989         save-excursion.
14990
14991 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14992
14993         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14994         (spam-fetch-field-subject-fast)
14995         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14996         (spam-fetch-article-header): Add functions to deal with Gnus
14997         internals for fast retrieval of article header data.
14998         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14999
15000 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
15001
15002         * pop3.el (pop3-md5): Remove.
15003         (pop3-apop): Replace pop3-md5 with md5.
15004
15005         * mm-bodies.el: base64 is always built-in.
15006
15007         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
15008         with-current-buffer.
15009
15010 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * canlock.el (canlock-insert-header): Remove excessive grouping in
15013         regexp.
15014
15015         * gnus-sum.el (gnus-summary-read-document): Ditto.
15016
15017         * gnus-uu.el (gnus-uu-part-number): Ditto.
15018
15019         * html2text.el (html2text-remove-tags): Ditto.
15020         (html2text-format-tags): Ditto.
15021         (html2text-format-single-elements): Ditto.
15022
15023         * mml.el (mml-parse-1): Ditto.
15024
15025 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15026
15027         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
15028
15029         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
15030
15031         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
15032
15033         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
15034
15035 2003-11-15  Simon Josefsson  <jas@extundo.com>
15036
15037         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
15038         (pgg-gpg-lookup-key): Use regexp match instead of
15039         split-string (split-string is different between emacs 21.2 and
15040         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
15041
15042 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
15043
15044         * gnus-art.el (gnus-mime-view-all-parts)
15045         (gnus-article-part-wrapper, gnus-article-view-part): Use
15046         with-current-buffer.
15047
15048 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15049
15050         * spam.el (spam-disable-spam-split-during-ham-respool)
15051         (spam-spamoracle-database, spam-cache-lookups)
15052         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
15053         (spam-group-ham-mark-p, spam-group-spam-mark-p)
15054         (spam-group-ham-marks, spam-group-spam-marks)
15055         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15056         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15057         also add spam-use-blackholes to the statistical checks.
15058         (spam-fetch-field-fast): Add interface to fetching fields, may
15059         become a macro.
15060         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15061         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15062         (spam-insert-fake-headers): Fake an article when needed.
15063         (spam-find-spam): Fake article when possible.
15064         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15065         (spam-check-bogofilter-headers): Use message-fetch-field instead
15066         of nnmail-fetch-field.
15067
15068 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15069
15070         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15071
15072 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15073
15074         * spam.el (spam-split): Do not require spam-use-CHECK to be
15075         enabled if that check is passed to spam-split explicitly; also
15076         fix so 'spam doesn't get converted to spam-split-group when
15077         spam-split-symbolic-return is t.
15078         (spam-find-spam): Find registrations of the article and use those
15079         instead of re-running spam-split to find the spam/ham
15080         classification of the article.
15081         (spam-log-processing-to-registry, spam-log-registered-p)
15082         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15083         Use gnus-error instead of gnus-message.
15084         (spam-log-registration-type): Add function to determine the
15085         classification of a message based on registry entries; will
15086         return nil if both 'spam and 'ham are found.
15087         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15088         a reasonably fast local cache without the loading errors.
15089         (spam-cache-lookups): Set to t by default.
15090         (spam-find-spam): Don't try to guess spam-cache-lookups.
15091         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15092         spam-caches entry.
15093         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15094         caching of whitelist/blacklist entries.
15095         (spam-check-whitelist, spam-check-blacklist): Invoke
15096         spam-from-listed-p with a type, not a cache variable.
15097         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15098
15099 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15100
15101         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15102
15103         * nnmail.el (nnmail-split-fancy): do.
15104
15105         * mml.el (mml-parse): do.
15106
15107         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15108         (gnus-score-adaptive): do.
15109
15110 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15111
15112         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15113         (gnus-mime-button-map): Don't set keymap parent.
15114         (gnus-button-ctan-directory-regexp): Use shy grouping.
15115         (gnus-prev-page-map): Don't set keymap parent.
15116         (gnus-prev-page-map): Remove duplicated one.
15117         (gnus-next-page-map): Don't set keymap parent.
15118         (gnus-mime-security-button-map): Ditto.
15119
15120         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15121         version number.
15122
15123         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15124
15125 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15126
15127         * canlock.el (canlock-sha1-function): Remove.
15128         (canlock-sha1-function-for-verify): Remove.
15129         (canlock-openssl-program): Remove.
15130         (canlock-openssl-args): Remove.
15131         (canlock-ignore-errors): Remove.
15132         (canlock-sha1-with-openssl): Remove.
15133         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15134         (canlock-verify): Don't use canlock-ignore-errors.
15135
15136         * sha1-el.el (sha1-string-external): Make it can return a string
15137         in binary form.
15138         (sha1-region-external): Ditto.
15139         (sha1-string-internal): Ditto.
15140         (sha1-region-internal): Ditto.
15141         (sha1-region): Ditto.
15142         (sha1-string): Ditto.
15143         (sha1): Ditto.
15144
15145 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15146
15147         * spam.el (spam-report-articles-gmane): New command.
15148
15149 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15152
15153         * run-at-time.el (run-at-time-saved): Remove.
15154         (run-at-time): Doc fix.
15155
15156 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15157
15158         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15159         (gnus-summary-limit-map): Add it.
15160         (gnus-summary-make-menu-bar): do.
15161
15162 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15163
15164         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15165         Make attempt at some caching support (done for BBDB only now).
15166         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15167         addresses to be checked.
15168         (spam-clear-cache-BBDB): Add function, to be invoked by
15169         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15170         (spam-check-BBDB): Check and use the caches, if
15171         spam-cache-lookups is on, remove superfluous (provide).
15172
15173 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15174
15175         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15176
15177 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15178
15179         * run-at-time.el (run-at-time-saved): Move to after the definition
15180         of `run-at-time'.
15181
15182         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15183
15184 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15185
15186         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15187         mm-w3m-local-map-property.
15188
15189         * mm-view.el (mm-w3m-mode-map): Remove.
15190         (mm-w3m-local-map-property): Remove.
15191         (mm-inline-text-html-render-with-w3m): Don't use
15192         mm-w3m-local-map-property.
15193
15194 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15195
15196         * run-at-time.el: New file.
15197
15198         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15199         under Emacs.
15200
15201         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15202         of gnus-set-text-properties.
15203
15204         * gnus-uu.el (gnus-uu-save-article): Ditto.
15205
15206         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15207
15208         * gnus-cite.el (gnus-cite-parse): Ditto.
15209
15210         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15211         of gnus-.
15212
15213         * gnus-xmas.el (run-at-time): Require run-at-time.
15214
15215         * gnus.el: Changed calls to nnheader-run-at-time and
15216         password-run-at-time throughout to use run-at-time directly.
15217
15218         * password.el: Removed definition of run-at-time.
15219
15220         * nnheaderxm.el: Remove definition of run-at-time.
15221
15222 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15223
15224         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15225         in prompt.
15226
15227 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15228
15229         * messagexmas.el (message-xmas-redefine): Alias
15230         `message-make-caesar-translation-table' to
15231         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15232         version.
15233
15234         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15235         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15236         `gnus-xmas-set-text-properties'.
15237         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15238         `gnus-xmas-completing-read'.
15239         (gnus-xmas-completing-read): Removed.
15240         (gnus-xmas-open-network-stream): Removed.
15241
15242         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15243         XEmacs version.
15244
15245         * dns.el (dns-make-network-process): Use `open-network-stream'
15246         instead of `gnus-xmas-open-network-stream'.
15247
15248         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15249
15250         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15251
15252 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15253
15254         * gnus-art.el (gnus-mime-display-alternative)
15255         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15256         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15257         Don't use gnus-local-map-property.
15258
15259         * gnus-util.el (gnus-local-map-property): Remove.
15260
15261         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15262         gnus-completing-read-maybe-default with completing-read.
15263
15264         * gnus-util.el (gnus-completing-read): do.
15265         (gnus-completing-read-maybe-default): Remove.
15266
15267 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15268
15269         * password.el: Only autoload `run-at-time' if not XEmacs.
15270         Only autoload the itimer functions if XEmacs.
15271
15272 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15275         XEmacsen.
15276
15277         * dgnushack.el: Autoload executable-find for XEmacs.
15278
15279 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15280
15281         * gnus-art.el (gnus-read-string): Remove.
15282         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15283         read-string.
15284
15285 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15286
15287         * netrc.el: Autoload password-read.
15288         (netrc): Add configuration group.
15289         (netrc-encoding-method, netrc-openssl-path): Add
15290         variables for encoding and decoding of files with symmetric
15291         ciphers.
15292         (netrc-encode): Add assistant function to encode a file with
15293         netrc-encoding-method.
15294         (netrc-parse): Add interactive parameter, added optional
15295         decoding if netrc-encoding-method is non-nil but otherwise
15296         behavior is standard.
15297         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15298         Do s/encode/encrypt/ everywhere.
15299
15300         * spam.el: Remove executable-find autoload.
15301
15302 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15303
15304         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15305
15306         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15307
15308 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15309
15310         * gnus-art.el (gnus-treat-ansi-sequences)
15311         (article-treat-ansi-sequences): New variable and function.
15312         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15313
15314         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15315         Use it.
15316
15317 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15318
15319         * mm-util.el (mm-quote-arg): Remove.
15320
15321         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15322         shell-quote-argument.
15323
15324         * gnus-uu.el (gnus-uu-command): do.
15325
15326         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15327
15328         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15329         with make-char.
15330
15331         * mm-util.el (mm-make-char): Remove.
15332
15333         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15334         add-minor-mode.
15335
15336         * gnus-undo.el (gnus-undo-mode): do.
15337
15338         * gnus-topic.el (gnus-topic-mode): do.
15339
15340         * gnus-sum.el (gnus-dead-summary-mode): do.
15341
15342         * gnus-start.el (gnus-slave-mode): do.
15343
15344         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15345
15346         * gnus-ml.el (gnus-mailing-list-mode): do.
15347
15348         * gnus-gl.el (gnus-grouplens-mode): do.
15349
15350         * gnus-draft.el (gnus-draft-mode): do.
15351
15352         * gnus-dired.el (gnus-dired-mode): do.
15353
15354         * gnus-ems.el (gnus-add-minor-mode): Remove.
15355
15356         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15357         Replace gnus-char-width with char-width.
15358
15359         * gnus-ems.el (gnus-char-width): Remove.
15360
15361         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15362         Replace gnus-char-width with char-width.
15363
15364         * gnus-ems.el (gnus-char-width): Remove.
15365
15366         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15367         definition.
15368         Remove Emacs 20 hash table compatibility code.
15369
15370         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15371         20 compatibility code.
15372
15373         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15374
15375         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15376
15377         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15378         with point-at-{eol,bol}.
15379
15380         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15381
15382         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15383
15384         * flow-fill.el (fill-flowed-point-at-bol)
15385         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15386
15387         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15388         Replace with point-at-{eol,bol} throughout all files.
15389
15390 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15391
15392         * ntlm.el (ntlm-string-as-unibyte): New macro.
15393         (ntlm-build-auth-response): Use it.
15394
15395         Remove Emacs 20 stuff:
15396         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15397         (butlast, mapc, remove): Remove the compiler macros.
15398         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15399         of delq and copy-sequence.
15400         * gnus-art.el (popup-menu): Remove the compiler macro.
15401         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15402         Emacs 20.
15403
15404 2004-01-05  Simon Josefsson  <jas@extundo.com>
15405
15406         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15407         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15408         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15409         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15410         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15411         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15412         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15413         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15414         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15415         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15416         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15417         string-xor into ntlm-string-xor.  Suggested by
15418         Jesper Harder <harder@myrealbox.com>.
15419
15420         * ntlm.el: Don't include poem.
15421
15422         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15423         Jesper Harder <harder@myrealbox.com>.
15424
15425         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15426
15427         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15428         probably breaks emacs with DL patch, but do we care? Is anyone
15429         still using the DL stuff?)
15430
15431         * sieve-manage.el: Use the password package.
15432         (sieve-manage-read-passwd): Remove.
15433         (sieve-manage-interactive-login): Use password.  Re-add
15434         condition-case around loop.
15435
15436         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15437         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15438         the password package.
15439
15440 2003-02-19  Simon Josefsson  <jas@extundo.com>
15441
15442         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15443         token.
15444
15445 2002-08-07  Simon Josefsson  <jas@extundo.com>
15446
15447         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15448         (sieve-manage-authenticators):
15449         (sieve-manage-authenticator-alist): Add some SASL mechs.
15450         (sieve-sasl-auth): New function.
15451         (sieve-manage-cram-md5-auth):
15452         (sieve-manage-plain-auth): Rewrite using SASL library.
15453         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15454         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15455         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15456         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15457
15458 2004-01-05  Simon Josefsson  <jas@extundo.com>
15459
15460         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15461         New files.
15462
15463 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15464
15465         * gnus-group.el (gnus-no-groups-message): Update.
15466
15467         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15468
15469 2003-11-09  Simon Josefsson  <jas@extundo.com>
15470
15471         * imap.el: Support for ID IMAP extension (RFC 2971).
15472         (imap-local-variables): Add imap-id.
15473         (imap-id): New variable.
15474         (imap-id): New function.
15475         (imap-parse-response): Parse untagged ID response.
15476         * nnimap.el (nnimap-id): New variable.
15477         (nnimap-open-connection): Use it.
15478
15479 2003-12-28  Simon Josefsson  <jas@extundo.com>
15480
15481         * gnus-score.el (gnus-score-edit-all-score): New.
15482         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15483
15484 2004-01-04  Simon Josefsson  <jas@extundo.com>
15485
15486         * password.el: Add.
15487
15488 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15489
15490         * dns.el (dns-query-types): Fix typo.
15491         (dns-query-types): New function.
15492         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15493         PTR and SOA replies, see RFC 1035.
15494
15495 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15496
15497         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15498
15499         * Moved to Changelog.2.
15500
15501 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15502
15503         * gnus.el (gnus-version-number): Bump version.
15504
15505 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15506
15507         * gnus.el: No Gnus v0.1 is released.
15508
15509 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15510
15511         * gnus.el: No Gnus v0.0 is released.
15512
15513 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15514
15515         * gnus.el (gnus-version-number): Bump.
15516         (gnus-version): No.
15517
15518 See ChangeLog.2 for earlier changes.
15519
15520     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15521       Free Software Foundation, Inc.
15522
15523   This file is part of GNU Emacs.
15524
15525   GNU Emacs is free software: you can redistribute it and/or modify
15526   it under the terms of the GNU General Public License as published by
15527   the Free Software Foundation, either version 3 of the License, or
15528   (at your option) any later version.
15529
15530   GNU Emacs is distributed in the hope that it will be useful,
15531   but WITHOUT ANY WARRANTY; without even the implied warranty of
15532   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15533   GNU General Public License for more details.
15534
15535   You should have received a copy of the GNU General Public License
15536   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15537
15538 ;; Local Variables:
15539 ;; coding: utf-8
15540 ;; fill-column: 79
15541 ;; add-log-time-zone-rule: t
15542 ;; End:
15543
15544 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4