New variable gnus-summary-stop-at-end-of-message.
[gnus] / lisp / ChangeLog
1 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4
5         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
6         easier debugging.
7         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8         big pictures in the article buffer.
9
10         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
11         gnus-article-html.
12         (mm-text-html-renderer): gnus-article-html needs curl in addition to
13         w3m. 
14
15         * gnus-html.el: Start a new super-simple HTML renderer based on w3m. 
16
17 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18
19         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
20         which doesn't exist.
21
22         * message.el (message-inhibit-ecomplete): New variable to allow some
23         function to inhibit ecomplete address storage.
24         (message-resend): Disable ecomplete message storage when resending
25         messages.
26
27         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge. 
28
29 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
32         Save excursion while copying, moving, and deleting articles in order to
33         prevent the cursor from jumping to unforeseen place.
34
35 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
36
37         * lpath.el: No need to bind bookmark-current-buffer,
38         bookmark-yank-point and bookmark-make-record-function.
39
40 2010-08-17  Glenn Morris  <rgm@gnu.org>
41
42         * gnus-sync.el: Require gnus components whose functions are used.
43
44         * gnus-art.el (bookmark-make-record-function):
45         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
46         Declare for compiler.
47
48         * mm-url.el (mml-compute-boundary): Autoload.
49
50 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
51
52         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
53
54 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
55
56         Typo fix "hoo4a" -> "hook".
57
58         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
59
60 2010-08-14  Glenn Morris  <rgm@gnu.org>
61
62         * gnus-sync.el (gnus-sync): Fix defgroup version.
63
64 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
65
66         Doc fixes and keep unknown groups (ammended for nunion bug fix).
67
68         * gnus-sync.el: Fix docs.
69         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
70         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
71
72 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
73
74         Optimizations for gnus-sync.el.
75
76         * gnus-sync.el: Add docs about gnus-sync-backend
77         possibilities.
78         (gnus-sync-save): Remove unnecessary message.
79         (gnus-sync-read): Optimize and show what groups were skipped.
80
81 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
82
83         Minor bug fixes for gnus-sync.el.
84
85         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
86         read the sync on get-new-news.
87
88         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
89         quiet.
90
91         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
92
93 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
94
95         Make saving and restoring of hidden threads work with overlays.
96         Patch applied by Ted Zlatanov.
97
98         * gnus-sum.el (gnus-hidden-threads-configuration)
99         (gnus-restore-hidden-threads-configuration): Update to deal with text
100         properties, rather than searching for a magic character.
101
102 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
103
104         New gnus-sync.el library for synchronization of marks.
105
106         * gnus-sync.el: New library for synchronization of marks.
107
108         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
109         renamed from `gnus-registry-grep-in-list'.
110
111         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
112
113         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
114
115 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
116
117         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
118         determining charset of text fails.
119
120 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
121
122         * nnmail.el (nnmail-get-new-mail-1): Revert.
123
124         * nnml.el (nnml-active-number): Make sure names of newly created groups
125         in nnml-group-alist are encoded.
126
127 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
130         containing non-ASCII characters in active file for nnml back end.
131
132 2010-07-24  David Engster  <dengste@eml.cc>
133
134         * mml-smime.el (mml-smime-epg-verify): Also accept the older
135         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
136
137 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
138
139         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
140         tag (Bug#6654).
141
142 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
145         the article buffer, not the summary buffer.
146
147 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
150         Emacs 23 as well.
151
152 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
153
154         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
155         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
156
157 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
158
159         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
160         Patch applied by Karl Fogel.
161
162         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
163         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
164
165 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
166
167         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
168         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
169         C-w still not working correctly from Article buffers; Thierry's
170         patch to fix that will be applied after this.
171
172         * gnus-art.el (bookmark-make-record-function): New local variable.
173
174         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
175         article buffer.
176         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
177
178 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
179
180         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
181         on changes in bookmark.el.
182
183 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
186         `no-log' instead of message not to log prompt string.
187
188 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
189
190         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
191         the *other* type of HTML form submission.
192
193 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
194
195         * auth-source.el (auth-source-pick): If choice does not contain a
196         questioned keyword, set the check to t.
197
198 2010-06-12  Romain Francoise  <romain@orebokech.com>
199
200         * gnus-util.el (gnus-date-get-time): Move up before first use.
201
202 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
205         (gnus-article-edit-part): Bind it to make last part that is substituted
206         or deleted visible.
207         (gnus-mime-display-single): Buttonize part of which id equals to
208         gnus-mime-buttonized-part-id.
209
210 2010-06-10  Dan Christensen  <jdc@uwo.ca>
211
212         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
213         (gnus-dd-mmm): Use gnus-date-get-time.
214         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
215         simplify logic.
216         (gnus-summary-limit-to-age): Use gnus-date-get-time.
217         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
218
219 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
220
221         * auth-source.el (top): Autoload `secrets-list-collections',
222         `secrets-create-item', `secrets-delete-item'.
223         (auth-sources): Fix tag string.
224         (auth-get-source, auth-source-retrieve, auth-source-create)
225         (auth-source-delete): New defuns.
226         (auth-source-pick): Rewrite in order to avoid 2 passes.
227         (auth-source-forget-user-or-password): New parameter USERNAME.
228         (auth-source-user-or-password): New parameters CREATE-MISSING and
229         DELETE-EXISTING.  Retrieve password interactively, if needed.
230
231 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
232
233         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
234         deleting unused directories when gnus-expert-user is t.
235
236 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
239         for each temp file when gnus-article-browse-delete-temp is ask.
240
241 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
242
243         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
244         Lisp calls to delete-backward-char by calls to delete-char.
245
246 2010-05-20  Kevin Ryde  <user42@zip.com.au>
247
248         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
249
250 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
251
252         * password-cache.el (password-cache-remove): Fix docstring.
253
254 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
255
256         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
257         article unless decoding article to be saved.
258
259 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
262         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
263         generated within the mm-with-unibyte-current-buffer macro.
264
265 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
266
267         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
268         to nil when we're in a mml-preview buffer and no group is selected.
269
270 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
271
272         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
273         when catching the `C-g'.  Reported by "Leo".
274
275 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
276
277         * message.el (message-forward-make-body-plain)
278         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
279         multibyte-string-p.
280
281         * lpath.el: Revert.
282
283 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
284
285         * message.el (message-forward-make-body-mml): Assume original message
286         is multibyte string; error on unibyte.
287         (message-forward-make-body-plain): Ditto; don't add excessive newline
288         in body end.
289
290         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
291
292 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
293
294         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
295         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
296
297 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
298
299         * mm-extern.el (mm-extern-url): Don't use
300         mm-with-unibyte-current-buffer.
301         (mm-extern-cache-contents): Use with-current-buffer instead of
302         save-excursion + set-buffer.
303
304 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
305
306         * mm-util.el (mm-emacs-mule): Remove.
307
308 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
309
310         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
311         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
312         change.
313
314 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
315
316         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
317         bind the default value of enable-multibyte-characters to nil.
318
319 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * message.el (message-forward-make-body-plain)
322         (message-forward-make-body-mml):
323         Don't use mm-with-unibyte-current-buffer.
324
325 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
326
327         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
328
329 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
330
331         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
332         (Bug#5592).
333
334 2010-05-07  Julien Danjou  <julien@danjou.info>
335
336         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
337         it to mm-pipe-part.
338
339         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
340         it is given.
341
342 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * binhex.el (binhex-decode-region-internal)
345         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
346         (dns-query)
347         * nnweb.el (nnweb-gmane-search)
348         * pgg-parse.el (pgg-parse-armor)
349         * pgg.el (pgg-verify-region)
350         * sha1.el (sha1-string-external)
351         * uudecode.el (uudecode-decode-region-internal)
352         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
353         XEmacs.
354
355         * gnus-art.el (gnus-article-browse-html-parts)
356         * gnus-group.el (gnus-read-ephemeral-gmane-group)
357         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
358         make-temp-file.
359
360         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
361         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
362         compiling.
363
364         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
365         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
366         XEmacs when compiling.
367
368         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
369         gnus-pick-mode-off-hook for XEmacs when compiling.
370         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
371         gnus-binary-mode-off-hook for XEmacs when compiling.
372
373         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
374         nil if char-charset is not available.
375
376         * imap.el (imap-disable-multibyte)
377         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
378         macros.
379
380         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
381         instead of encode-coding-string.
382
383         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
384         'xemacs) instead of mm-emacs-mule to switch function definitions.
385         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
386
387         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
388         bind temporary-file-directory for XEmacs;
389         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
390         timer-set-function for XEmacs 21.4 and SXEmacs;
391         bind timer-list for XEmacs 21.4 and SXEmacs;
392         fbind char-charset and find-charset-region for non-Mule XEmacs;
393         fbind decode-coding-region, decode-coding-string, detect-coding-region,
394         encode-coding-region and encode-coding-string for XEmacs having no
395         file-coding feature.
396
397 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
398
399         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
400
401 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
404         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
405
406 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
407
408         * mm-util.el (mm-decompress-buffer): Use `delete-file';
409         alias `jka-compr-delete-temp-file' no longer exists.
410
411 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
412
413         Use define-minor-mode in Gnus where applicable.
414         * mml.el (mml-mode): Use define-minor-mode.
415         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
416         (gnus-undo-mode): Use define-minor-mode.
417         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
418         (gnus-dead-summary-mode): Use define-minor-mode.
419         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
420         Initialize in declaration.
421         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
422         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
423         (gnus-mailing-list-mode): Use define-minor-mode.
424         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
425         (gnus-draft-mode): Use define-minor-mode.
426         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
427         (gnus-dired-mode): Use define-minor-mode.
428
429 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
430
431         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
432         handles on recursive mml-to-mime translation and check them for
433         boundary delimiter collisions.  Reported by Greg Troxel.
434
435 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
436
437         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
438
439 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
440
441         * mm-util.el (mm-find-buffer-file-coding-system):
442         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
443
444 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
445
446         * message.el (message-generate-headers): Record insertion of optional
447         headers as well.  Otherwise the check to prevent repeated insertion of
448         optional headers is a no-op.
449
450 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
451
452         * smime.el: Don't mention CVS.
453
454         * nnrss.el (nnrss-fetch): Don't mention CVS.
455
456         * nnir.el: Don't mention CVS.
457
458 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
459
460         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
461
462 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
463
464         * lpath.el: Fbind bookmark-default-handler,
465         bookmark-get-bookmark-record, bookmark-make-record-default,
466         bookmark-prop-get for Emacs <23 and XEmacs.
467
468 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
469
470         * gnus-sum.el: Add bookmark declarations to silence the compiler.
471         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
472         Use with-current-buffer to silence the byte-compiler.
473         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
474         bother to require `gnus'.
475         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
476
477 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
478
479         * gnus-sum.el (gnus-summary-bookmark-make-record)
480         (gnus-summary-bookmark-jump): New functions.
481         (gnus-summary-mode): Setup bookmark support.
482
483 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
484
485         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
486         if set.
487
488 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
489
490         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
491         gnus-article-browse-html-save-cid-image; make it work recursively for
492         forwarded messages as well.
493         (gnus-article-browse-html-parts): Work when prefix arg is given.
494         (gnus-article-browse-html-article): Doc fix.
495
496 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
497
498         * message.el (message-default-mail-headers):
499         (message-default-headers): Carry the value mail-default-headers over
500         into message-default-mail-headers, rather than message-default-headers.
501
502 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
503
504         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
505         charset.
506
507         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
508         charset into the <meta> tag when the article is encoded to utf-8.
509
510 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
511
512         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
513         directories as well.
514         (gnus-article-browse-html-parts): Work for images that do not specify
515         file names; delete temp directory when quitting; insert header at the
516         right place; use file: scheme for image files.
517
518 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
519
520         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
521         (gnus-article-browse-html-parts): Use it to make temporary cid image
522         files in addition to html file so that browser may display them.
523
524 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
525
526         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
527
528 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
529
530         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
531
532 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
533
534         * auth-source.el (auth-sources): Change default to be simpler.  Explain
535         about Secret Service API sources.  Improve Customize options.
536         (auth-source-pick): Change to accept any number of search parameters.
537         Implement fallbacks iteratively, not recursively.  Add scoring on the
538         second pass and sort by score.  Call Secret Service API when needed.
539         (auth-source-user-or-password): Use it.  Call Secret Service API
540         directly when needed to get the user name and the password.
541
542 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
543
544         * message.el (message-interactive): Doc fix.
545         (message-qmail-inject-args): Reflow.
546         (message-kill-to-signature): Fix typo in docstring.
547
548         * smiley.el (smiley-buffer): Fix typo in docstring.
549
550 2010-03-24  Glenn Morris  <rgm@gnu.org>
551
552         * mail-source.el (gnus-message): Declare.
553         (mail-source-delete-old-incoming): Require gnus-util.
554
555 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
558
559         * message.el (ecomplete-setup): Autoload it for Emacs <23.
560
561         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
562         password-cache's default if it is not bound.
563         (mml-secure-passphrase-cache-expiry): Default to 16 that is
564         password-cache-expiry's default if it is not bound.
565
566         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
567         available in Emacs 21.
568
569         * lpath.el: Suppress compiler warnings for:
570         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
571         XEmacs;
572         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
573         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
574         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
575
576 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
577
578         * auth-source.el (auth-sources): Fix up definition so extra parameters
579         are always inline.
580
581 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
582
583         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
584         wasn't updated after mismatch.  Clear cached mailbox info correctly
585         when uidvalidity changes.
586         (nnimap-group-prefixed-name): New function to avoid some code
587         duplication.
588         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
589         (nnimap-request-group): Use it.
590         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
591         (nnimap-update-unseen): Significantly improved speed of Gnus startup
592         with many imap folders.  This is done by caching the group status from
593         the imap server persistently in a group parameter `imap-status'.  (This
594         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
595         but not persistently, so every Gnus startup was still very slow.)
596
597 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
598
599         * assistant.el (assistant-render-text): Run `widget-setup' and don't
600         delete the extra newline.  Otherwise editing of :string and :number
601         types don't work.
602
603 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
604
605         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
606         secrets.el dependency.
607         (auth-sources): Add optional user name.  Add secrets.el configuration
608         choice (unused right now).
609
610 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
611
612         * gnus-sum.el (gnus-summary-make-menu-bar): Let
613         `gnus-registry-install-shortcuts' fill in the functions.
614
615         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
616         warnings.
617         (gnus-registry-misc-menus): Variable to hold registry mark menus.
618         (gnus-registry-install-shortcuts): Populate and use it in a
619         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
620
621 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
622
623         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
624         In-place substitutions for the group name encoding/decoding.
625         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
626         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
627         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
628         (nnimap-update-unseen, nnimap-request-list)
629         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
630         (nnimap-request-set-mark, nnimap-split-to-groups)
631         (nnimap-split-articles, nnimap-request-newgroups)
632         (nnimap-request-create-group, nnimap-request-accept-article)
633         (nnimap-request-delete-group, nnimap-request-rename-group)
634         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
635         `encoded-mbx' for consistency.
636         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
637         variable `imap-current-mailbox'.
638
639         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
640         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
641
642 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
643
644         * pop3.el (pop3-display-message-size-flag): Display message size byte
645         counts during POP3 download.
646         (pop3-movemail): Use it.
647         (pop3-list): Implement listing of available messages.
648
649 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
650
651         * nnir.el (nnir-get-article-nov-override-function): New function to
652         override the normal NOV retrieval.
653         (nnir-retrieve-headers): Use it.
654
655 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
656
657         * auth-source.el (netrc-machine-user-or-password): Autoload.
658
659 2010-03-19  Glenn Morris  <rgm@gnu.org>
660
661         Stop message.el from loading about 40 libraries it doesn't always need.
662         The general approach is to autoload rather than require, and to
663         require in the specific functions rather than the file.  (Bug#5642)
664
665         * gmm-utils.el: Don't require wid-edit.
666         (widget-create-child-value, widget-convert, widget-default-get):
667         Autoload.
668
669         * gnus-util.el: Don't require time-date, netrc.
670         (message-fetch-field, gnus-group-name-decode): Declare rather than
671         autoloading.
672         (gnus-fetch-field): Require message.
673         (gnus-decode-newsgroups): Require gnus-group.
674
675         * ietf-drums.el: Don't require time-date.
676
677         * message.el: Don't require hashcash, canlock, ecomplete.
678         Do require mail-utils.  Require nnheader only when compiling.
679         (smtpmail-default-smtp-server): Remove declaration.
680         (message-send-mail-function): Check smtpmail-default-smtp-server
681         is bound rather than requiring smtpmail.
682         (message-auto-save-directory, message-insert-signature): Use
683         expand-file-name rather than nnheader-concat.
684         (nnheader-insert-file-contents): Autoload.
685         (hashcash-wait-async): Declare.
686         (message-send-mail): Only call gnus-setup-posting-charset if
687         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
688         (message-send-mail-with-sendmail): Require sendmail.
689         (canlock-password, canlock-password-for-verify): Declare.
690         (message-canlock-password): Require canlock.
691         (nnheader-get-report): Autoload.
692         (gnus-setup-posting-charset): Declare.
693         (message-send-news): Require gnus-msg.
694         (message-make-references, message-make-in-reply-to): Use mail-header-id
695         rather than the alias mail-header-message-id.
696         (ecomplete-add-item, ecomplete-save): Declare.
697         (message-put-addresses-in-ecomplete): Require ecomplete.
698         (ecomplete-display-matches): Autoload.
699
700         * mm-decode.el: Don't require mailcap, gnus-util.
701         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
702         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
703         Autoload.
704         (mailcap-mime-extensions): Declare.
705
706         * mm-encode.el: Don't require mailcap.
707         (mailcap-extension-to-mime): Autoload.
708
709         * mml-sec.el: Don't require password-cache.
710
711         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
712         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
713         (mml-minibuffer-read-type): Require mailcap.
714         (mml-preview): Require gnus-msg.
715
716         * mml1991.el: Require password-cache.
717         (password-cache-expiry): Remove declaration.
718
719         * mml2015.el: Require password-cache.
720         (password-cache-expiry): Remove declaration.
721
722         * nneething.el (mailcap): Require mailcap.
723
724         * nnheader.el (declare-function): Add compatibility stub.
725         (message-remove-header): Declare rather than autoload.
726         (nnheader-replace-header): Require message.
727
728         * nnimap.el (declare-function): Add compatibility stub.
729         (netrc-parse, netrc-machine-user-or-password): Declare.
730         (nnimap-open-connection): Require netrc.
731
732         * nntp.el (declare-function): Add compatibility stub.
733         (netrc-parse, netrc-machine, netrc-get): Declare.
734         (nntp-send-authinfo): Require netrc.
735
736         * rfc2047.el: Don't require qp.
737         (quoted-printable-encode-region, quoted-printable-decode-string):
738         Autoload.
739
740         * sieve-mode.el: Don't require easymenu.
741         (easy-menu-add-item): Autoload it.
742
743         * spam-stat.el (time-to-number-of-days): Autoload it.
744
745 2010-03-19  Glenn Morris  <rgm@gnu.org>
746
747         * password-cache.el (password-cache, password-cache-expiry): Autoload.
748
749 2010-03-18  Glenn Morris  <rgm@gnu.org>
750
751         * hashcash.el (declare-function): Remove duplicate definition.
752
753 2010-03-17  Kevin Ryde  <user42@zip.com.au>
754
755         * mml.el (mml-read-tag): Unquote values with `read' to reverse
756         prin1 in mml-insert-tag (just stripping the quotes gave wrong
757         value if any backslash escapes).
758
759 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
762         if it is available.  (bug#5647)
763
764         * lpath.el: Suppress compiler warning for coding-system-from-name for
765         Emacs 21 and XEmacs.
766
767 2010-03-14  Juri Linkov  <juri@jurta.org>
768
769         * hmac-def.el:
770         * hmac-md5.el:
771         * netrc.el: Fix keywords.
772
773 2010-02-26  Glenn Morris  <rgm@gnu.org>
774
775         * message.el (message-send-mail-function): Change the default, so that
776         it inherits from a customized send-mail-function.  (Bug#5643)
777
778 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
779
780         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
781         shell-command-to-string signals an error (bug#5299).
782
783 2010-02-24  Glenn Morris  <rgm@gnu.org>
784
785         * message.el (message-smtpmail-send-it)
786         (message-send-mail-with-mailclient): Doc fixes.
787
788 2010-02-16  Glenn Morris  <rgm@gnu.org>
789
790         * message.el (message-default-mail-headers): Change the default value
791         to ease the transition from mail-mode to message-mode.  (Bug#5555)
792
793 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
796         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
797
798 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
799
800         * time-date.el (date-to-time): Doc fix (Bug#5408).
801
802 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
803
804         * message.el (message-mail): Just pass yank-action on to message-setup.
805         (message-setup): Handle (FUN . ARGS) form of yank-action.
806         (message-with-reply-buffer, message-widen-reply)
807         (message-yank-original): Handle non-buffer values of
808         message-reply-buffer (Bug#4080).
809         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
810
811 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
812
813         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
814         Fix typo in docstring.
815
816 2010-01-08  Jason Rumney  <jasonr@gnu.org>
817
818         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
819         response.
820
821 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
824
825         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
826
827         * message.el (message-check-news-header-syntax): Protect against a
828         string that `rfc822-addresses' returns when parsing fails.
829
830 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
833         (gnus-previous-char-property-change): New functions.
834
835         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
836
837 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
838
839         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
840         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
841
842 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
843
844         * message.el (message-exchange-point-and-mark): Rework last change to
845         avoid using optional arg of exchange-point-and-mark, for backward
846         compatibility.
847
848 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
849
850         * message.el (message-exchange-point-and-mark): Call
851         exchange-point-and-mark with an argument rather than setting
852         mark-active by hand (Bug#5175).
853
854 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
855
856         * nntp.el (nntp-service-to-port): Work for service expressed with
857         numeric string; replace [:digit:] with [0-9] for XEmacs.
858
859 2009-12-17  Glenn Morris  <rgm@gnu.org>
860
861         * gnus-group.el (gnus-bug-group-download-format-alist):
862         Change emacs entry to debbugs.gnu.org.  Bump :version.
863
864 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
865
866         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
867
868 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
869
870         * message.el (message-info): Explain why we use `Info-goto-node'.
871
872 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
875
876 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
877
878         * message.el (message-completion-in-region): New compatibility function.
879         (message-expand-group): Use it.
880
881 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
882
883         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
884         with no unread article should be listed if the 2nd arg `predicate' is
885         given.
886
887 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
888
889         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
890
891 2009-11-29  Juri Linkov  <juri@jurta.org>
892
893         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
894         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
895         on `gnus-recenter'. (Bug#4698, Bug#4981)
896
897 2009-11-26  Kevin Ryde  <user42@zip.com.au>
898
899         * sha1.el (sha1-string-external): default-directory "/" in case
900         otherwise non-existent.  process-connection-type pipe for touch of
901         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
902
903 2009-11-25  Kevin Ryde  <user42@zip.com.au>
904
905         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
906         it's comms related and sgml-mode.el has "comm" on that basis too.
907
908 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
911         containing tspecial characters if they have been already quoted.
912
913 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
914
915         * dns-mode.el (auto-mode-alist): Purecopy string.
916
917 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
918
919         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
920
921 2009-10-24  Glenn Morris  <rgm@gnu.org>
922
923         * gnus-art.el (help-xref-stack-item): Define for compiler.
924
925 2009-10-21  Kevin Ryde  <user42@zip.com.au>
926
927         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
928
929 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
932
933 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
934
935         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
936         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
937
938 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * gnus.el (gnus-overlay-get): New alias to overlay-get.
941         (gnus-overlays-in): New alias to overlays-in.
942
943         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
944         gnus-overlay-get, and gnus-delete-overlay.
945         (gnus-summary-show-thread): Make it work as well for systems in which
946         next-single-char-property-change is not available.
947         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
948
949         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
950         (gnus-overlay-get): New alias to extent-property.
951         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
952
953         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
954         SXEmacs.
955
956         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
957         SXEmacs.
958
959 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
960
961         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
962
963 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
964
965         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
966         and XEmacs that don't have `remove-overlays'.
967
968 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
969
970         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
971         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
972         selective display.  Use overlays instead.
973
974 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
975
976         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
977
978 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
979
980         * spam-stat.el (spam-stat-load): Fix typo in message.
981
982 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
983
984         * dig.el (dig-invoke): Fix typo in docstring.
985         (query-dig): Reflow docstring.
986
987 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
988
989         * gnus-art.el (gnus-article-encrypt-body):
990         * message.el (message-check-recipients):
991         * mm-util.el (mm-codepage-setup):
992         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
993         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
994
995 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
996
997         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
998         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
999         keys from the menu if mm-{sign,encrypt}-option is 'guided.
1000         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
1001         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
1002
1003 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1004
1005         * dig.el: Add "Keywords: comm", as per net-utils.el.
1006
1007 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1008
1009         * dig.el (dig-mode): Use define-derived-mode.
1010
1011 2009-09-19  Glenn Morris  <rgm@gnu.org>
1012
1013         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1014
1015 2009-09-18  Glenn Morris  <rgm@gnu.org>
1016
1017         * gnus-diary.el (gnus-diary-check-message):
1018         * message.el (message-insert-formatted-citation-line):
1019         * nnbabyl.el (top-level):
1020         * nndiary.el (nndiary-schedule):
1021         Fix typos in condition-case handlers.
1022
1023 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * gnus-art.el (gnus-article-edit-part): Work for the buffer
1026         configuration that provides the sole article window in a frame;
1027         position point correctly after deleting a part.
1028
1029 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
1030
1031         * spam.el (spam-unregister-on-reregister): Add boolean variable.
1032         (spam-resolve-registrations-routine): Use it to unregister articles
1033         that change status.
1034
1035 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1036
1037         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1038         with XEmacs.
1039         (parse-time-string-chars): Use it.
1040
1041 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1042
1043         * imap.el (imap-interactive-login): Better messages.
1044         (imap-open): Fix bug with renamed buffer on reconnect.
1045         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1046         for easier debugging and cleaner code.  On successful (guessed based on
1047         server capabilities) secondary authentication, set imap-state
1048         correctly.
1049         (imap-last-authenticator): Define imap-last-authenticator as a variable
1050         to avoid warnings.
1051
1052 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * nnrss.el (nnrss-request-article): Remove binding of
1055         default-enable-multibyte-characters that has gotten needless by
1056         the 2007-07-13 change in rfc2047-encode-message-header.
1057
1058         * mml.el (mml-insert-multipart): Error on the message header.
1059         (mml-insert-part): Error on the message header; position point at
1060         the end of a MIME tag.
1061
1062 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * time-date.el (autoload): Expand define-obsolete-function-alias into
1065         defalias and make-obsolete for old Emacsen that Gnus supports.
1066         (with-no-warnings): Define it for old Emacsen.
1067         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1068         is available.
1069         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1070         float-time is available; suppress compile warning for time-to-seconds.
1071
1072         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1073         (gnus-float-time): Alias to float-time if it exists.
1074
1075         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1076         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1077         float-time is available; suppress compile warning for time-to-seconds.
1078
1079         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1080         XEmacs.
1081
1082 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1083
1084         * imap.el (imap-message-map): Docstring fix.
1085
1086 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1087
1088         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1089         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1090         Add the optional argument `encoding' that overrides the default.
1091
1092         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1093         mm-encode-buffer.
1094
1095 2009-09-04  Glenn Morris  <rgm@gnu.org>
1096
1097         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1098         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1099         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1100         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1101         * mm-util.el (mm-with-unibyte-current-buffer)
1102         (mm-find-buffer-file-coding-system):
1103         * yenc.el (yenc-decode-region): Use default-value rather than
1104         default-enable-multibyte-characters.
1105
1106 2009-09-03  Glenn Morris  <rgm@gnu.org>
1107
1108         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1109         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1110         than default-enable-multibyte-characters.
1111
1112 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1113
1114         * gnus-art.el (gnus-article-read-summary-keys):
1115         Fix gnus-buffer-configuration's value temporarily used.
1116
1117 2009-09-02  Glenn Morris  <rgm@gnu.org>
1118
1119         * gnus-util.el (gnus-float-time): New function.
1120         * gnus-delay.el (gnus-delay-article):
1121         * gnus-sum.el (gnus-thread-latest-date):
1122         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1123         * nnspool.el (nnspool-request-newgroups):
1124         Use gnus-float-time rather than time-to-seconds.
1125         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1126
1127         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1128         (gnus-header-subject-face, gnus-header-newsgroups-face)
1129         (gnus-header-name-face, gnus-header-content-face):
1130         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1131         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1132         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1133         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1134         (gnus-cite-face-11):
1135         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1136         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1137         (gnus-server-closed-face, gnus-server-denied-face)
1138         (gnus-server-offline-face):
1139         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1140         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1141         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1142         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1143         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1144         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1145         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1146         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1147         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1148         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1149         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1150         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1151         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1152         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1153         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1154         (gnus-summary-high-undownloaded-face)
1155         (gnus-summary-low-undownloaded-face)
1156         (gnus-summary-normal-undownloaded-face)
1157         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1158         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1159         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1160         (gnus-splash-face):
1161         * message.el (message-header-to-face, message-header-cc-face)
1162         (message-header-subject-face, message-header-newsgroups-face)
1163         (message-header-other-face, message-header-name-face)
1164         (message-header-xheader-face, message-separator-face)
1165         (message-cited-text-face, message-mml-face):
1166         * sieve-mode.el (sieve-control-commands-face)
1167         (sieve-action-commands-face, sieve-test-commands-face)
1168         (sieve-tagged-arguments-face):
1169         * spam.el (spam-face):
1170         Mark face aliases with "-face" in the name as obsolete.
1171
1172 2009-09-01  Glenn Morris  <rgm@gnu.org>
1173
1174         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1175         than goto-line.
1176
1177 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1178
1179         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1180         Don't move point if the command is invoked inside the message header.
1181
1182 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1183
1184         * imap.el (imap-send-command): Simplify.
1185         (imap-wait-for-tag): point-max -> buffer-size.
1186
1187 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1188
1189         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1190         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1191         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1192         * nnir.el (nnir-swish-e-index-file):
1193         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1194         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1195         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1196         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1197         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1198         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1199
1200 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1201
1202         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1203         Don't save excursion.
1204
1205 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1206
1207         * nnheader.el (nnheader-find-file-noselect):
1208         * mm-util.el (mm-insert-file-contents):
1209         Use (default-value 'major-mode) instead of default-major-mode.
1210
1211 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1212
1213         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1214
1215 2009-08-26  Glenn Morris  <rgm@gnu.org>
1216
1217         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1218         than placing in files.el.
1219
1220 2009-08-25  Glenn Morris  <rgm@gnu.org>
1221
1222         * nnir.el (top-level): Don't require cl at run-time.
1223         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1224         Replace cl-function substitute with gnus-replace-in-string.
1225         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1226         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1227         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1228         simplified expansions.
1229
1230 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1231
1232         * dig.el (dig): Add autoload cookie.
1233
1234 2009-08-22  Glenn Morris  <rgm@gnu.org>
1235
1236         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1237         goto-line.
1238
1239 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1240
1241         * parse-time.el (parse-time-string-chars): Save match data.
1242
1243 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1244
1245         * parse-time.el (parse-time-string-chars): Compute using character
1246         classes, to handle non-ascii characters (Bug#3190).
1247
1248 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1249
1250         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1251
1252         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1253         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1254         (gnus-mm-display-part, gnus-mime-display-single)
1255         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1256         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1257
1258         * gnus-sum.el
1259         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1260         (gnus-summary-move-article): Add expirable mark to articles copied or
1261         moved to group that has auto-expire turned on if the option is non-nil.
1262
1263 2009-07-24  Glenn Morris  <rgm@gnu.org>
1264
1265         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1266         Fix typo.  (Bug#3903)
1267
1268 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1271         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1272         that should not be used for draft articles.
1273         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1274         that has no concern in minor mode keys.
1275         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1276         Abolish.
1277
1278 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1281         article without making inquiry to a user for unknown encoding.
1282
1283         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1284         (nnmaildir--scan): Assume i-node and device number that file-attributes
1285         returns might be cons-cell.
1286
1287         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1288
1289         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1290
1291 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1292
1293         * auth-source.el: Remove docs now in auth.texi.  Don't use
1294         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1295         `auth-source-hide-passwords' and use them.
1296
1297 2009-07-15  Glenn Morris  <rgm@gnu.org>
1298
1299         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1300
1301 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1304         excessive whitespace from the default values of title and description.
1305
1306 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1307
1308         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1309         mail-fetch-field to fetch Content-Description header in order to
1310         exclude newlines.
1311
1312 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1313
1314         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1315         format used by GnuPG 2.0.11.
1316
1317 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1318
1319         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1320         to deleted part.
1321
1322 2009-05-30  David Engster  <dengste@eml.cc>
1323
1324         * nnmairix.el: Remove old documentation in the commentary block.
1325         (nnmairix-request-group): Do not update active file for nnml back ends.
1326         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1327         end so that overview files are ignored.
1328         (nnmairix-update-groups): Make updating the groups more robust by using
1329         marks.
1330         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1331         with dollar characters in message-id.
1332
1333 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1334
1335         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1336         2008-12-25 in dns.el.
1337
1338 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1339
1340         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1341         could happen if the text is only composed of spaces and/or tabs.
1342
1343 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1344
1345         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1346         when sending a queued message to avoid extra mml tags.
1347
1348 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1351
1352 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1353
1354         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1355         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1356         rmail-toggle-header for XEmacs;
1357         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1358
1359 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1360
1361         * gnus-dired.el: Remove autoload for gnus-setup-message.
1362         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1363         displaying Gnus logo; always use compose-mail.
1364
1365 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1368
1369 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1372         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1373         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1374         available.
1375         (gnus-nocem-epg-verify): New function.
1376
1377 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1378
1379         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1380
1381 2009-02-15  Glenn Morris  <rgm@gnu.org>
1382
1383         * gnus-util.el (rmail-insert-rmail-file-header)
1384         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1385         autoloads.
1386         (rmail-default-rmail-file): Remove unnecessary declaration.
1387         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1388
1389 2009-02-14  Glenn Morris  <rgm@gnu.org>
1390
1391         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1392         variable (only used in gnus-util, which declares it anyway).
1393         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1394         which was only needed by gnus-art (changed to not use it any more).
1395         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1396         only used in gnus-util, which autoloads it itself.
1397         (rmail-update-summary): Fix autoload.
1398
1399         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1400         rather than rmail-output-to-rmail-file.
1401
1402 2009-02-07  Glenn Morris  <rgm@gnu.org>
1403
1404         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1405         autoload of function that no longer exists.
1406         (rmail-toggle-header): Declare.
1407         (message-forward-rmail-make-body): Handle mbox Rmail.
1408
1409 2009-01-31  Glenn Morris  <rgm@gnu.org>
1410
1411         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1412         2009-01-09 change.
1413
1414 2009-01-31  Dave Love  <fx@gnu.org>
1415
1416         * imap.el (imap-fetch-safe): Bind debug-on-error.
1417         (imap-debug): Add imap-fetch-safe.
1418
1419 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1420
1421         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1422         (auth-source-forget-all-cached): New convenience function.
1423         (auth-source-user-or-password): Accept list of modes or a single mode.
1424
1425         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1426         auth-source modes.
1427
1428         * netrc.el (netrc-machine-user-or-password): Use list of
1429         auth-source modes.
1430
1431         * nnimap.el (nnimap-open-connection): Use list of
1432         auth-source modes.
1433
1434         * nntp.el (nntp-send-authinfo): Use list of
1435         auth-source modes.
1436
1437 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1438
1439         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1440         now.
1441
1442 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1443
1444         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1445         coding system in XEmacs; add a workaround for XEmacs.
1446
1447         * lpath.el: Fbind coding-system-aliasee.
1448
1449 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1452         of current-language-environment.
1453
1454 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1455
1456         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1457         available at runtime.
1458
1459 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1460
1461         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1462
1463 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1464
1465         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1466         the greatest positive fixnum value doesn't work under an XEmacs with
1467         bignum support; use the most-positive-fixnum constant instead,
1468         available since Emacs 21.1 with cl and XEmacs 21.1.
1469
1470 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1473         XEmacs gets not to work.
1474
1475 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1476
1477         * mm-util.el (mm-coding-system-priorities): Allow the value like
1478         "Japanese (UTF-8)" of current-language-environment.
1479
1480 2009-01-09  Glenn Morris  <rgm@gnu.org>
1481
1482         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1483         with last-command-event.
1484
1485 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1486
1487         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1488         in the doc string.
1489
1490         * message.el (message-fix-before-sending): Amend comment.
1491
1492 2009-01-08  Dave Love  <fx@gnu.org>
1493
1494         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1495
1496 2009-01-07  David Engster  <dengste@eml.cc>
1497
1498         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1499         simplified server definitions by converting it via
1500         gnus-server-to-method.
1501
1502 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1503
1504         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1505         parameter's operands.
1506
1507 2009-01-06  David Engster  <dengste@eml.cc>
1508
1509         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1510         primary select method (for gnus-group-mark-article-as-read).
1511
1512 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1513
1514         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1515         `(gnus)Face', not `(gnus)X-Face'.
1516
1517 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * mm-util.el (mm-ucs-to-char): New function.
1520
1521         * mm-url.el (mm-url-decode-entities): Use it.
1522
1523         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1524         unicode-to-char.
1525
1526 2009-01-05  Dave Love  <fx@gnu.org>
1527
1528         * time-date.el: Require cl for `declare'.
1529
1530 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1531
1532         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1533         Dave Love.
1534
1535 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1536
1537         * message.el (message-fix-before-sending): Add `eight-bit' to
1538         illegible-text check.
1539
1540 2009-01-03  Michael Olson  <mwolson@gnu.org>
1541
1542         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1543         `headers' is nil.  This can occur if the IMAP server does not have
1544         permissions to read messages from a folder, but can write new messages
1545         to the folder.
1546         (nnimap-request-article-part): Do not insert `data' if it is nil.
1547
1548         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1549         characters which will confuse `read', so skip past them.
1550
1551 2009-01-01  Dave Love  <fx@gnu.org>
1552
1553         * imap.el (imap-string-to-integer): Fix typo.
1554         (imap-fetch-safe): New function.
1555         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1556
1557         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1558
1559         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1560         (imap-parse-greeting): Fix doc strings.
1561         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1562         (imap-parse-flag-list): Make messages unique.
1563         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1564
1565         * nnimap.el: Fix author email.
1566         (nnimap-split-rule): Add FIXME comment.
1567         (nnimap-debug): Fix doc string.
1568
1569 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1570
1571         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1572
1573 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1574
1575         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1576         nslookup if resolv.conf isn't available.
1577         (dns-query): Rename from query-dns.
1578         (dns-query-cached): Rename from query-dns-cached.
1579
1580 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1583         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1584         to check if those variables exist (first appeared in Emacs 18.50).
1585
1586 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1587
1588         * mm-util.el (mm-line-number-at-pos): New function.
1589
1590         * spam-report.el (spam-report-process-queue): Use it.
1591
1592 2008-12-24  David Engster  <dengste@eml.cc>
1593
1594         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1595         parameters that haven't existed as variables as buffer-local variables.
1596
1597 2008-12-23  Dave Love  <fx@gnu.org>
1598
1599         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1600         cadar.
1601
1602         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1603         imap-starttls-p.
1604         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1605
1606 2008-12-22  Dave Love  <fx@gnu.org>
1607
1608         * imap.el: Fix author email.  Doc fixes.
1609         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1610         reply.
1611
1612 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1613
1614         * spam-report.el (spam-report-gmane-max-requests): New constant.
1615         (spam-report-gmane-wait): New variable.
1616         (spam-report-gmane-ham, spam-report-gmane-spam)
1617         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1618         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1619         the server.
1620
1621         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1622         Add explanations.
1623
1624         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1625         nnheader-accept-process-output and nnheader-read-timeout if available.
1626         (pop3-movemail): Use it.
1627
1628         * message.el (message-check-news-body-syntax): Fix signature check if
1629         there's an attachment.
1630
1631 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * mm-util.el: Add comments to the mm- emulating functions.
1634
1635 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1636
1637         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1638         by Stephen Berman <stephen.berman@gmx.net>.
1639
1640 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1641
1642         * mm-util.el (mm-substring-no-properties): New function.
1643         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1644         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1645         (mm-string-to-multibyte): Doc fix.
1646
1647         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1648
1649 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1650
1651         * mml.el (mml-attach-file): Strip text properties from file name.
1652         (Bug#1574)
1653
1654 2008-12-16  Glenn Morris  <rgm@gnu.org>
1655
1656         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1657
1658 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1661         knows since the charset specified might be a bogus alias that
1662         mm-charset-synonym-alist provides.
1663
1664 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1665
1666         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1667         "ISO_8859-1".
1668
1669         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1670
1671 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * mm-util.el (mm-charset-eval-alist):
1674         Define it before mm-charset-to-coding-system.
1675         (mm-charset-to-coding-system): Add optional argument `silent';
1676         define it before mm-charset-override-alist.
1677         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1678         default value if it can be used in Emacs currently running;
1679         silence mm-charset-to-coding-system.
1680
1681 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1684         `allow-override' which says whether to use `mm-charset-override-alist'.
1685         (rfc2047-decode-encoded-words): Use it.
1686
1687         * mm-util.el (mm-charset-override-alist): Fix custom type;
1688         add `(gb2312 . gbk)' to choices.
1689
1690 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1691
1692         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1693         fast.
1694
1695         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1696
1697         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1698
1699 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1700
1701         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1702         on links.
1703
1704         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1705
1706 2008-12-03  Lute Kamstra  <lute@gnu.org>
1707
1708         * sha1.el: Remove leading * from docstrings of defcustoms,
1709         deffaces, defconsts and defuns.
1710
1711 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1712
1713         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1714         users' addresses that don't have domain parts.
1715         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1716         rather than message-narrow-to-head since there will be the message
1717         header separator.
1718
1719 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1720
1721         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1722         since the result is inserted in a unibyte buffer anyway.
1723         (nnimap-demule-use-string-to-multibyte): Remove.
1724         (nnimap-demule): Alias it to mm-string-to-multibyte.
1725
1726 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1727
1728         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1729         variable for debugging bug#464 and bug#1174.
1730         (nnimap-demule): Use it.
1731
1732 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1733
1734         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1735         score calculation correctly.
1736
1737 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1738
1739         * message.el (message-send-mail): Just set the buffer to unibyte
1740         rather than use mm-with-unibyte-current-buffer which does a lot more.
1741         (message-send-mail-partially): Don't bother with
1742         mm-with-unibyte-current-buffer since it's already been made unibyte by
1743         message-send-mail.
1744
1745 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1746
1747         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1748
1749 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1750
1751         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1752
1753 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1756         require itself and to remove `with-no-warnings'.
1757
1758 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1759
1760         * starttls.el (starttls-any-program-available): Get the name of the
1761         available TLS layer program.
1762         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1763         well as the host name in the "opening" message.
1764
1765         * auth-source.el (auth-source-cache, auth-source-do-cache)
1766         (auth-source-user-or-password): Cache passwords and logins by default,
1767         allow override with `auth-source-do-cache'.
1768         (auth-source-forget-user-or-password): Allow users to remove cache
1769         entries if needed.
1770
1771 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1772
1773         * md4.el (md4-buffer): Fix typo in docstring.
1774         (md4, md4-64): Doc fixes.
1775         (md4-pack-int32): Reflow docstring.
1776
1777 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1778
1779         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1780         condition-case to only the forward-sexp call.
1781
1782 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1783
1784         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1785         quotes contained.  Make it more robust regardless by an extra
1786         condition-case wrapper.
1787
1788 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1789
1790         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1791
1792 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1793
1794         * nnml.el (nnml-request-expire-articles): Check if the function set to
1795         `nnmail-expiry-target' returns the symbol `delete'.
1796
1797         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1798
1799         * nnmail.el (nnmail-expiry-target): Fix custom type.
1800
1801 2008-10-02  Glenn Morris  <rgm@gnu.org>
1802
1803         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1804         Silence compiler warning.
1805
1806 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1807
1808         * tls.el (open-tls-stream): Show the actual command being
1809         executed, instead of the format string.
1810
1811 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1812
1813         * lpath.el: Fbind codepage-setup for Emacs 23.
1814
1815 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1816
1817         * mml.el (mml-menu): Don't assume mml2015 is bound.
1818
1819 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1820
1821         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1822         exists.
1823
1824 2008-09-27  Glenn Morris  <rgm@gnu.org>
1825
1826         * gnus-util.el (mail-header-remove-comments): Autoload it.
1827
1828 2008-09-27  Andreas Schwab  <schwab@suse.de>
1829
1830         * gnus-util.el (gnus-split-references): Strip comments.
1831         (gnus-parent-id): Likewise.
1832
1833 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1834
1835         * message.el (message-confirm-send): Fix version.
1836
1837 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * message.el (message-idna-to-ascii-rhs-1): Use
1840         mail-extract-address-components rather than mail-header-parse-addresses
1841         that is an alias by default to ietf-drums-parse-addresses that does not
1842         support non-ASCII names in headers' contents.
1843
1844 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1845
1846         * message.el (message-confirm-send): Fixed variable documentation to
1847         avoid the "y/n" wording.
1848
1849 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1850
1851         * message.el (message-set-auto-save-file-name): Save to a different
1852         filename so multiple messages (especially drafts) can be recovered.
1853
1854 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1855
1856         * message.el (message-confirm-send): Add appropriate version.
1857
1858 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1859
1860         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1861         defvar.
1862
1863 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1864
1865         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1866         (mm-pkcs7-enveloped-magic): Ditto.
1867
1868 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1869
1870         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1871         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1872
1873 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1874
1875         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1876         default, it's better.
1877
1878 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1879
1880         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1881         summary line gnus-number property and ignore them (with a warning
1882         message).
1883
1884 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1885
1886         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1887         macro caddr in the interactive form since it won't be expanded.
1888
1889 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1890
1891         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1892         `charset'; fix name of function called recursively.
1893         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1894
1895 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1898         (gnus-mime-set-charset-parameters): New function.
1899         (gnus-mime-view-part-as-charset): Use it to correctly display part
1900         specifying wrong charset.
1901
1902 2008-09-08  David Engster  <dengste@eml.cc>
1903
1904         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1905         in completing-read for back end server.
1906
1907 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1908
1909         * message.el (message-confirm-send): New variable to confirm sending a
1910         message.
1911         (message-send): Use it.
1912
1913 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1914
1915         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1916
1917 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1920
1921 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1922
1923         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1924         prevent tracking too many groups.
1925         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1926         Use it.
1927
1928 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1929
1930         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1931         moving point to the bottom of the window in order to avoid recentering.
1932
1933 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1936
1937         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1938         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1939         (gnus-article-beginning-of-window): Fix calculation.
1940
1941 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1942
1943         * gnus-msg.el (gnus-summary-supersede-article)
1944         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1945         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1946         message header.
1947
1948 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1949
1950         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1951         pending output coming after the status change.
1952
1953 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1954
1955         * message.el:
1956         * gnus-start.el:
1957         * gnus-registry.el: Remove VMS support.
1958
1959 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1960
1961         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1962         macro.
1963         (rfc2104-hash): Use it.
1964
1965 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1966
1967         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1968         (gnus-summary-sort-by-most-recent-date): New commands.
1969         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1970         and menu entries.
1971
1972 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1973
1974         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1975         don't redisplay article for raw contents; remove plural articles stuff.
1976
1977         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1978         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1979         on gnus-summary-save-article; display results properly.
1980
1981 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * lpath.el: No need to fbind ns-focus-frame.
1984
1985 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1986
1987         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1988
1989 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1990
1991         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1992         gnus-save-all-headers.
1993
1994 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1995
1996         * gnus-util.el (ns-focus-frame): Remove declaration.
1997         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1998         like x.
1999
2000 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
2001
2002         * rfc2104.el (rfc2104-zero): Delete defconst.
2003         (rfc2104-hex-alist): Likewise.
2004         (rfc2104-hex-to-int): Delete func.
2005         (rfc2104-hexstring-to-bitstring): Likewise.
2006         (rfc2104-nybbles): New defconst.
2007         (rfc2104-hash): Rewrite for speed.
2008
2009 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2010
2011         * tls.el (open-tls-stream): Make it work with the 2nd argument
2012         BUFFER that is a string but does not exist as a buffer object, as
2013         mentioned in the doc-string.
2014
2015 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2016
2017         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
2018         SXEmacs.
2019
2020 2008-07-16  Glenn Morris  <rgm@gnu.org>
2021
2022         * gnus-util.el (ns-focus-frame): Declare for compiler.
2023
2024 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2025
2026         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
2027         set as a group parameter.
2028         (gnus-summary-save-in-pipe): Work when it is called independently.
2029         (gnus-summary-pipe-to-muttprint): Don't modify
2030         gnus-summary-pipe-output-default-command.
2031
2032 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2033
2034         * message.el (message-send-mail-with-sendmail):
2035         Display the error message.
2036
2037 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2038
2039         * gnus-art.el (gnus-default-article-saver):
2040         Add gnus-summary-save-in-pipe to choices.
2041         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2042         gnus-summary-pipe-output-default-command as the default command.
2043         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2044         instead of gnus-last-shell-command.
2045
2046         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2047         New user option.
2048         (gnus-summary-muttprint-program): Mention the value will be changed.
2049         (gnus-summary-save-article): Force showing of all headers.
2050         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2051
2052 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2053
2054         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2055
2056 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2057
2058         * nnimap.el (nnimap-id):
2059         * sieve-manage.el (sieve-manage-open): Doc fixes.
2060
2061 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2062
2063         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2064         if available.
2065
2066 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2067
2068         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2069
2070         * nnkiboze.el (nnkiboze-generate-group):
2071         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2072
2073         * nnmairix.el: Require CL.
2074
2075 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * dgnushack.el: Autoload get-display-table and put-display-table for
2078         XEmacs 21.5.
2079
2080         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2081         21.4 and SXEmacs.
2082
2083 2008-06-15  David Engster  <dengste@eml.cc>
2084
2085         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2086
2087 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2088
2089         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2090         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2091         runtime choice under XEmacs.
2092
2093         * gnus-sum.el (gnus-summary-set-display-table):
2094         Use `gnus-put-display-table', `gnus-get-display-table',
2095         `gnus-set-display-table' for the display table, instead of `aset'.
2096
2097         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2098         Use `gnus-put-display-table', `gnus-get-display-table',
2099         `gnus-set-display-table' for the display table.
2100
2101 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2102
2103         * nnmairix.el: Add autoloads.
2104
2105 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2106
2107         * nnmairix.el (nnmairix-delete-recreate-group)
2108         (nnmairix-update-and-clear-marks): Fix error messages.
2109
2110 2008-06-14  David Engster  <dengste@eml.cc>
2111
2112         * nnmairix.el: Upgrade to version 0.6.
2113         (nnmairix-group-toggle-propmarks-this-group)
2114         (nnmairix-group-toggle-readmarks-this-group)
2115         (nnmairix-group-delete-recreate-this-group)
2116         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2117         (nnmairix-remove-tick-mark-original-article): New commands.
2118         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2119         (nnmairix-propagate-marks-to-nnmairix-groups)
2120         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2121         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2122         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2123         functions needed for marks propagation and manipulation of read marks.
2124         (nnmairix-update-groups): New function.
2125         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2126         (nnmairix-determine-original-group-from-registry)
2127         (nnmairix-determine-original-group-from-path)
2128         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2129         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2130         New helper functions.
2131         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2132         keystrokes for new commands.
2133         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2134         (nnmairix-request-group): Check allow-fast group parameter.
2135         (nnmairix-request-create-group): Set allow-fast group parameter if
2136         nnmairix-allowfast-default is set.
2137         (nnmairix-close-group): Propagate marks upon closing if needed.
2138         (nnmairix-group-toggle-threads-this-group): Use new.
2139         nnmairix-group-toggle-parameter helper function.
2140         (nnmairix-search): Better check for empty search result.
2141         (nnmairix-goto-original-article): Use new helper functions for
2142         determining original article.
2143         (nnmairix-show-original-article): Make sure message-id is in brackets.
2144         (nnmairix-call-mairix-binary): Change variable name.
2145         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2146         helper function.
2147         (nnmairix-widget-toggle-activate): Fix doc string.
2148
2149 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2150
2151         * nnir.el: Require edmacro when compiling with XEmacs.
2152         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2153         available in Emacs 21.
2154
2155 2008-06-11  Glenn Morris  <rgm@gnu.org>
2156
2157         * gnus-util.el (x-focus-frame):
2158         * gnus.el (image-size):
2159         * mm-decode.el (image-size): Declare.
2160
2161         * gnus-picon.el (declare-function): Add compat definition.
2162         (image-size): Declare.
2163
2164         * gnus-group.el (tool-bar-map):
2165         * gnus-sum.el (tool-bar-map): Define for compiler.
2166
2167         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2168
2169         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2170
2171         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2172         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2173         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2174         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2175         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2176         * sieve-manage.el, spam-report.el, spam.el:
2177         Remove unnecessary eval-and-compile of autoloads.
2178
2179 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2180
2181         * auth-source.el: Precise Tramp doc.
2182
2183 2008-06-07  Glenn Morris  <rgm@gnu.org>
2184
2185         * nnmairix.el: Remove unnecessary eval-when-compile.
2186
2187 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * lpath.el: Fbind propertize for XEmacs 21.4.
2190
2191 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2192
2193         * nnir.el: Move here from ../contrib.
2194
2195 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2196
2197         * gnus-util.el (gnus-read-shell-command): New function.
2198         * mm-decode.el (mm-pipe-part):
2199         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2200
2201 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2204
2205 2008-06-03  Glenn Morris  <rgm@gnu.org>
2206
2207         * pop3.el (nnheader-accept-process-output): Autoload it.
2208
2209 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2210
2211         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2212         are not 2-digit hexadecimal characters that follow `%'s.
2213
2214 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2215
2216         * message.el (message-bogus-recipient-p): Fix type in doc string.
2217         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2218         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2219         Improve custom options.
2220         (message-bogus-recipient-p): Adjust accordingly.
2221
2222 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2223
2224         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2225         long-form month and day names.
2226
2227 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2228
2229         * dgnushack.el: Autoload debug, eudc-expand-inline and
2230         pgg-snarf-keys-region for XEmacs.
2231
2232         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2233
2234         * nnmairix.el: Require edmacro when compiling with XEmacs.
2235
2236 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2237
2238         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2239         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2240
2241 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * auth-source.el: Add more docs.
2244
2245         * netrc.el (netrc-machine): Always match if the port is not given.
2246
2247 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2250         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2251         retrieval faster in some cases, but might make CPU usage larger.  If
2252         this has any bad side effects, we might revert this change.
2253
2254         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2255         seems to make mail retrieval much, much faster.
2256         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2257         unconditionally.
2258
2259         * gnus-draft.el (gnus-group-send-queue): Bind
2260         message-send-mail-partially-limit to nil to avoid being prompted.
2261
2262 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2263
2264         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2265
2266         * message.el (message-bogus-address-regexp): Fix and improve custom
2267         type.
2268         (message-setup-hook): Add message-check-recipients as custom option.
2269
2270 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2271
2272         * message.el (message-cite-function): Remove bogus autoload which crept
2273         in during merge from v5-10.
2274
2275 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2276
2277         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2278
2279         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2280
2281         * auth-source.el: Preliminary Tramp docs.
2282         (auth-sources): Change the default auth-sources to use
2283         EPA .gpg files.
2284
2285 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2286
2287         * nntp.el: Autoload `auth-source-user-or-password'.
2288         (nntp-send-authinfo): Use it.
2289
2290         * nnimap.el: Autoload `auth-source-user-or-password'.
2291         (nnimap-open-connection): Use it.
2292
2293         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2294         for the gnus-message function.
2295         (auth-source-user-or-password): Use it.
2296
2297 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2298
2299         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2300         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2301         (rfc2104-hash): Use it.
2302
2303 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2304
2305         * gnus-art.el (gnus-article-toggle-truncate-lines):
2306         Don't use `iff' in docstring.
2307
2308 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2309
2310         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2311
2312         * gnus-util.el (gnus-extract-address-component-name)
2313         (gnus-extract-address-component-email): Convenience functions around
2314         `gnus-extract-address-components'.
2315
2316         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2317         Use `gnus-extract-address-component-email' to fix bug of comparing full
2318         sender name to `user-mail-address'.
2319
2320 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2321
2322         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2323         catch/throw to optimize.
2324         (gnus-registry-find-keywords): Just use member to find a keyword.
2325
2326 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2327
2328         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2329         is current before calling gnus-server-prepare.
2330         (gnus-server-setup-buffer, gnus-server-update-server)
2331         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2332
2333 2008-05-04  Juri Linkov  <juri@jurta.org>
2334
2335         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2336         (mailcap-file-default-commands): Use mailcap-replace-in-string
2337         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2338         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2339
2340 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2341
2342         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2343
2344 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2345
2346         * gnus.el: Bump version to 0.11.
2347
2348 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2349
2350         * gnus.el: No Gnus v0.10 is released.
2351
2352 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2355         hooks.
2356         (gnus-update-read-articles): Speed up non-marks-using users.
2357         (gnus-use-marks): Define gnus-use-marks.
2358         (gnus-propagate-marks): Rename variable to something more sensible.
2359
2360 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2361
2362         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2363         (gmm-image-load-path-for-library): Fix typos in docstrings.
2364         (gmm-message): Reflow docstring.
2365
2366 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2367
2368         * mail-source.el (mail-source-set-1, mail-source-bind):
2369         Move auth-source code out of the macro to clean it up and fix bugs.
2370
2371 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2372
2373         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2374         by sender if it's equal to user-mail-address, it's likely to be
2375         useless.
2376
2377         * mail-source.el (mail-source-bind): Don't use user or password if they
2378         are not bound.  Unintern them if they are nil.  Don't use server unless
2379         it's bound, and default it to empty string otherwise.
2380
2381 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2382
2383         * mail-source.el: Load auth-source.el.
2384         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2385         get user name or password, if auth-sources is set up.
2386
2387         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2388         strategy of splitting with parent.
2389         (gnus-registry-split-fancy-with-parent)
2390         (gnus-registry-post-process-groups): Use it and fix prior
2391         bug (returning a list as the split result).
2392
2393         * auth-source.el (auth-sources): Remove server parameter.
2394         (auth-source-pick, auth-source-user-or-password)
2395         (auth-source-user-or-password-imap)
2396         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2397         (auth-source-user-or-password-sftp)
2398         (auth-source-user-or-password-smtp): Remove server parameter.
2399
2400 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2401
2402         * smime.el (smime-sign-region, smime-encrypt-region)
2403         (smime-decrypt-region):
2404         Remove redundant calls to `generate-new-buffer-name'.
2405
2406 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2407
2408         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2409         Don't use QP for message/rfc822.
2410         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2411
2412 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2413
2414         * sieve-manage.el (sieve-string-bytes): Remove.
2415         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2416         correct byte-length only if the process's coding-system is the same as
2417         the one used internally by Emacs to represent strings.
2418
2419 2008-04-22  Juri Linkov  <juri@jurta.org>
2420
2421         * mailcap.el (mailcap-file-default-commands): New function.
2422
2423 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2424
2425         * message.el (message-signature-separator, message-cite-function):
2426         Change custom version.
2427
2428 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2429
2430         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2431         commands.
2432         (tls-checktrust): Ditto.
2433
2434 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2435
2436         * mm-decode.el (mm-display-external): Make temp file read-only.
2437
2438 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2439
2440         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2441         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2442         `C-c C-f d'.
2443
2444 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2445
2446         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2447
2448 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2449
2450         * gnus.el: Bump version to 0.9.
2451
2452 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2453
2454         * gnus.el: No Gnus v0.8 is released.
2455
2456 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2457
2458         * mail-source.el (mail-source-value):
2459         Prefer fboundp to functionp so it works with macros as well.
2460
2461 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2462
2463         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2464         Fix last change in case the element is not even a symbol.
2465
2466 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2467
2468         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2469         Prefer fboundp to functionp so it works with macros as well.
2470
2471 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2472
2473         * auth-source.el: Added docs.
2474         (auth-sources): Modify format to support server.
2475         (auth-source-pick, auth-source-user-or-password)
2476         (auth-source-user-or-password-imap)
2477         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2478         (auth-source-user-or-password-sftp)
2479         (auth-source-user-or-password-smtp): Add server parameter.
2480
2481 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2482
2483         * gnus-registry.el: Initialize the registry when gnus-registry-install
2484         is t.
2485
2486 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * compface.el (uncompface): Make buffer unibyte.
2489
2490 2008-04-05  Glenn Morris  <rgm@gnu.org>
2491
2492         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2493
2494 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2495
2496         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2497         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2498
2499         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2500         multibyteness after rather than before erasing it.
2501
2502         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2503         mm-with-multibyte.
2504         (gnus-request-article-this-buffer): Make sure the proper decoding is
2505         used if gnus-original-article-buffer happens to be unibyte.
2506
2507         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2508         default-enable-multibyte-characters.
2509
2510         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2511         default-enable-multibyte-characters.
2512
2513         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2514
2515         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2516
2517 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2518
2519         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2520         (imap-message-copyuid-1): Use it.
2521         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2522         J. Williams in
2523         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2524
2525         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2526         imap-enable-exchange-bug-workaround.
2527         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2528
2529 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2530
2531         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2532         a 100 byte status-checks into a 2-3MB transfer for each group.
2533         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2534         to enable bug workaround or not.
2535         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2536
2537 2008-03-31  Glenn Morris  <rgm@gnu.org>
2538
2539         * message.el (mml2015-use): Declare for compiler.
2540         (message-info): Require mml2015 when appropriate.
2541
2542 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2545         whitespace.
2546
2547 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2548
2549         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2550         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2551         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2552         (nntp-service-to-port): New function.
2553         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2554         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2555         (nntp-open-netcat-stream): New function.
2556         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2557
2558 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2559
2560         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2561
2562 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2563
2564         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2565
2566 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2567
2568         * dns.el (dns-write): Use set-buffer-multibyte.
2569
2570 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2571
2572         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2573
2574 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2575
2576         * message.el (message-signature-separator): Change default.
2577         Improve custom type.
2578         (message-cite-function): Change default to
2579         message-cite-original-without-signature.
2580
2581         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2582         toggle.
2583
2584         * message.el (message-check-news-body-syntax): Fix signature check.
2585         (message-setup-1): Mark buffer as unmodified _after_ running
2586         message-setup-hook and handling message-alternative-emails.
2587         (message-shorten-references): Be more strict when building list of
2588         valid references to comply with GNKSA.
2589
2590         * gnus-group.el (gnus-read-ephemeral-bug-group)
2591         (gnus-read-ephemeral-debian-bug-group)
2592         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2593
2594         * message.el (message-info): Don't use booleanp which isn't supported
2595         in Emacs 21 and XEmacs.
2596
2597 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2598
2599         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2600         gnus-group-gmane-group-download-format.
2601         (gnus-group-read-ephemeral-gmane-group): Rename from
2602         gnus-group-read-ephemeral-gmane-group.
2603         (gnus-read-ephemeral-gmane-group-url): Rename from
2604         gnus-group-read-ephemeral-gmane-group-url.
2605         (gnus-bug-group-download-format-alist): New variable.
2606         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2607         (gnus-read-ephemeral-emacs-bug-group): New commands.
2608
2609 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2610
2611         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2612         (gnus-visible-headers): Improve custom type.
2613
2614 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2615
2616         * mml.el (mml-menu): Add workarounds for XEmacs.
2617
2618         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2619         X-Boundary header.
2620
2621         * message.el (message-simplify-recipients): Fix previous commit.
2622
2623 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2624
2625         * mm-util.el (mm-set-buffer-multibyte): New function.
2626         * mm-decode.el (mm-copy-to-buffer): Use it.
2627
2628 2008-03-19  Glenn Morris  <rgm@gnu.org>
2629
2630         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2631         Accidentally removed in the sync process with Emacs.
2632
2633 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2634
2635         * message.el (message-alter-recipients-discard-bogus-full-name):
2636         New function.
2637         (message-alter-recipients-function): New variable.
2638         (message-get-reply-headers): Use it.
2639         (message-replace-header): New helper function.
2640         (message-recipients-without-full-name): New variable.
2641         (message-simplify-recipients): New command.
2642
2643         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2644
2645         * message.el (message-info): Handle EasyPG manual.
2646
2647         * mml.el (mml-menu): Add entry for EasyPG.
2648
2649 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2650
2651         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2652         parameter.
2653
2654         * message.el (message-disassociate-draft): Specify drafts group name
2655         fully.
2656
2657 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2658
2659         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2660         unnecessary duplicates from the match list.
2661
2662 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2663
2664         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2665
2666         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2667
2668         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2669         args of `how-many' of which the XEmacs version doesn't take; declare
2670         Info-index-next as function.
2671
2672 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2673
2674         * gnus-score.el (gnus-score-headers): Fix handling of
2675         gnus-inhibit-slow-scoring.
2676
2677         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2678         string.
2679         (gnus-button-url-regexp): Improve handling of parenthesis.
2680         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2681         (gnus-button-handle-info-keystrokes): Handle index entries.
2682
2683 2008-03-15  Glenn Morris  <rgm@gnu.org>
2684
2685         * parse-time.el (parse-time-string): Simplify.
2686
2687 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2690         Incoming* files.
2691
2692 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2693
2694         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2695         (auth-source-pick): Use it.
2696
2697 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2698
2699         * binhex.el (binhex-decode-region-internal):
2700         * uudecode.el (uudecode-decode-region-internal):
2701         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2702         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2703         setting default-enable-multibyte-characters.
2704
2705 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2706
2707         * auth-source.el (auth-source-protocols)
2708         (auth-source-protocols-customize, auth-source-choices): Added and
2709         modified variable customizations and defaults.
2710         (auth-source-pick, auth-source-user-or-password)
2711         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2712         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2713         (auth-source-user-or-password-sftp)
2714         (auth-source-user-or-password-smtp): Use new variables and provide an
2715         interface to netrc.el.
2716
2717 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2718
2719         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2720         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2721         Make sure the nntp port to specify is a string.
2722
2723 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2724
2725         * nntp.el: Use with-current-buffer.
2726         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2727         dubious mm-with-unibyte-current-buffer.
2728         (nntp-with-open-group-function): New function extracted from
2729         nntp-with-open-group macro.
2730         (nntp-with-open-group): Use the function, so it's easier to debug.
2731         Add indentation and debugging info.
2732         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2733         the use of the netcat alternatives.
2734
2735         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2736         Avoid mm-string-as-multibyte as well.
2737
2738         * nnweb.el (nnweb-insert-html):
2739         Remove use of nnheader-string-as-multibyte.
2740
2741         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2742         (nnheader-string-as-multibyte): Remove.
2743
2744         * mm-view.el: Use inhibit-read-only.
2745         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2746         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2747         or unibyte-string.
2748
2749         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2750         (mm-uu-yenc-extract): Use with-current-buffer.
2751
2752         * gnus-soup.el (gnus-soup-send-packet): Don't use
2753         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2754
2755         * nnmh.el: Use with-current-buffer.
2756         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2757         mm-string-as-multibyte on the output of mm-encode-coding-string.
2758
2759         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2760         (nnimap-request-move-article): Use with-current-buffer.
2761
2762         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2763         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2764         conversion uses string-make-unibyte rather than string-as-unibyte.
2765
2766         * gnus-msg.el: Use with-current-buffer.
2767
2768         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2769
2770 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2771
2772         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2773         string for caching if it is 'PIN.
2774
2775 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2776
2777         * lpath.el: Consider the case without Emacs/W3.
2778
2779 2008-03-08  Glenn Morris  <rgm@gnu.org>
2780
2781         * time-date.el (date-to-time, time-subtract, time-add)
2782         (safe-date-to-time): Doc fixes.
2783
2784 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2785
2786         * mail-source.el (mail-source-delete-old-incoming-confirm):
2787         Change default to nil.
2788         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2789
2790 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2791
2792         * lpath.el: Rearrange.
2793
2794         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2795         (gnus-article-goto-prev-page): Work for articles having ^L's.
2796
2797         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2798
2799         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2800
2801 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2802
2803         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2804         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2805         (gnus-bookmark-jump): Adjust some variable names.
2806
2807 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * auth-source.el: New package.
2810         (auth-source-choices): Add customization entry point variable.
2811
2812         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2813         bug.
2814
2815 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2816
2817         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2818         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2819         (gnus-registry-install-shortcuts): Rename from
2820         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2821         the `gnus-registry-mark-map' keymap dynamically from
2822         `gnus-registry-marks'.  The generated functions update the summary line
2823         when a registry mark is added or deleted, and will call
2824         `gnus-registry-install-p' (see the comments in the code).
2825         (gnus-registry-user-format-function-M): Use concat intelligently.
2826
2827         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2828         the registry mark functions.
2829
2830 2008-03-05  Glenn Morris  <rgm@gnu.org>
2831
2832         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2833         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2834         gnus-art.
2835         (top-level): No need to load own source when compiling.
2836
2837 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2838
2839         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2840         Suggested by <chris.anderton@zetnet.co.uk>.
2841
2842 2008-03-04  Glenn Morris  <rgm@gnu.org>
2843
2844         * gnus-sum.el (top-level): No need to require gnus when compiling,
2845         since unconditionally required near start of file.
2846         (gnus-summary-display-while-building): Move definition before use.
2847
2848 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2849
2850         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2851         formatting function.
2852
2853 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2854
2855         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2856         with plists.
2857         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2858         Use new format.
2859
2860 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2861
2862         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2863         `where-is-internal' that returns a range of key sequences.
2864
2865 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2866
2867         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2868
2869         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2870         (gnus-summary-jump-to-group): Consider windows on other displayed
2871         frames as well.  Similar changes might be needed elsewhere, but that's
2872         the one I've bumped into during my use.
2873
2874         * nndoc.el (nndoc-oe-dbx-type-p):
2875         * gnus-msg.el (gnus-debug):
2876         * gnus-group.el (gnus-update-group-mark-positions):
2877         Use mm-string-to-multibyte.
2878
2879 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2880
2881         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2882         doesn't handle NotDashEscaped.
2883
2884         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2885         (mml-dnd-attach-options): Fix typo in custom choice.
2886
2887         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2888         nndoc-article-type to mbox.
2889         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2890
2891         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2892         to nil, instead of html2text.
2893
2894         * imap.el (imap-debug): Add `imap-ping-server'.
2895
2896         * gnus-bookmark.el: Add FIXMEs.
2897
2898         * message.el (message-form-letter-separator)
2899         (message-send-form-letter-delay): New variables.
2900         (message-send-form-letter): Use them.  New command to send form
2901         letters.  Requested by Uwe Siart.
2902         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2903
2904 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2905
2906         * Update copyright years.
2907
2908 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2909
2910         Sync from EMACS_22_BASE.
2911
2912         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2913
2914 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2915
2916         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2917         empty author.
2918
2919 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2920
2921         * gnus-registry.el (gnus-registry-marks): Add variable for
2922         customization of marks and their appearance.
2923         (gnus-registry-read-mark): Use it.
2924         (gnus-registry-do-marks): Add utility function to loop through
2925         `gnus-registry-marks'.
2926         (gnus-registry-install-shortcuts-and-menus): Add function to install
2927         shortcuts and menus.
2928         (gnus-registry-initialize): Use it.
2929         (gnus-registry-default-mark): Clarify documentation.
2930
2931 2008-02-29  Glenn Morris  <rgm@gnu.org>
2932
2933         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2934         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2935         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2936         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2937         Change defcustom :version from 23.0 to 23.1.
2938
2939 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2940
2941         * gnus-registry.el (gnus-registry-follow-group-p)
2942         (gnus-registry-post-process-groups): Add functions to aid registry
2943         splitting and improve logging.  Clarify behavior in function
2944         documentation.
2945         (gnus-registry-split-fancy-with-parent): Use them.
2946
2947 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2948
2949         * gnus-art.el: Use with-current-buffer.
2950
2951 2008-02-27  David Engster  <dengste@eml.cc>
2952
2953         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2954         Express real group name in the response.
2955
2956 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2959         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2960         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2961         autoload gnus-registry-fetch-group when compiling.
2962         (nnmairix-request-group-with-article-number-correction): Remove
2963         unreferenced argument passed to nnmairix-call-backend.
2964
2965 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2966
2967         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2968         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2969         Wilde.
2970
2971 2008-02-27  Glenn Morris  <rgm@gnu.org>
2972
2973         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2974         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2975         variables to defconsts.  Convert comments to doc-strings.
2976         (nnmairix-last-server, nnmairix-current-server): Convert from free
2977         variables to defvars.  Convert comments to doc-strings.
2978         (gnus-registry-fetch-group): Autoload.
2979         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2980         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2981         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2982         caddr.
2983         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2984         nnmairix-request-group-with-article-number-correction call.
2985         (nnmairix-fast, nnmairix-group): New, less general names, for free
2986         variables passed from nnmairix-request-group to
2987         nnmairix-request-group-with-article-number-correction.  Declare.
2988         (nnmairix-request-group-with-article-number-correction):
2989         Use nnmairix-fast, nnmairix-group rather than fast, group.
2990
2991 2008-02-26  David Engster  <dengste@eml.cc>
2992
2993         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2994         version 0.5.
2995
2996 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2997
2998         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2999         instead of making an extra function call.  Don't add the current group
3000         to articles only when they have the group.  Use
3001         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
3002         Reported by David <de_bb@arcor.de>.
3003
3004 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3005
3006         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
3007         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
3008
3009 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
3010
3011         * mail-source.el (mail-source-delete-incoming): Change default.
3012         Supplement doc string.
3013
3014         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
3015
3016 2008-02-14  Glenn Morris  <rgm@gnu.org>
3017
3018         * time-date.el (format-seconds): New function.
3019
3020 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
3021
3022         * nnmail.el (nnmail-message-id-cache-file): Derive from
3023         `gnus-home-directory'.
3024
3025 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
3026
3027         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
3028         Document negative prefix.
3029
3030         * gnus-group.el (gnus-group-read-group): Document negative prefix.
3031
3032 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3033
3034         * message.el (message-unsent-separator): Add the Exim bounce
3035         separator.
3036
3037 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3038
3039         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3040         list.
3041         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3042         recipient/signer list.
3043
3044 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3045
3046         * Makefile.in (datarootdir): Define.
3047         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3048         name that might contain whitespace.
3049
3050 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3051
3052         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3053         fbound (Emacs 23 unicode), signal an error.
3054
3055 2008-02-08  Glenn Morris  <rgm@gnu.org>
3056
3057         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3058
3059 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3060
3061         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3062         ports to the calls to `netrc-machine-user-or-password' in addition to
3063         "imap" and "imaps".
3064
3065 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3066
3067         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3068
3069         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3070
3071 2008-02-01  Kenichi Handa  <handa@m17n.org>
3072
3073         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3074         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3075         (rfc2104-hash): Convert the result of concat to unibyte string.
3076
3077 2008-02-01  Dave Love  <fx@gnu.org>
3078
3079         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3080         coding-system-for-read.
3081         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3082
3083 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3084
3085         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3086         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3087         <hanche@math.ntnu.no>.
3088
3089 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3092
3093         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3094
3095 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3096
3097         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3098         * message.el (message-beginning-of-line): Use featurep instead of bound
3099         tests in order to resolve conditionals at compile time.
3100
3101 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3102
3103         * mail-source.el (mail-sources): Add `group' choice.
3104
3105         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3106         parameter `in-group' to control into which group the articles go.
3107         Add treatment of `group' mail-source.
3108
3109 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3110
3111         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3112
3113         * mm-decode.el (mm-dissect-buffer): Decode description.
3114
3115         * mml.el (mml-to-mime): Encode message header first.
3116
3117 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3118
3119         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3120         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3121
3122         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3123         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3124
3125 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3126
3127         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3128
3129 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3132         prefix keys.
3133         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3134         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3135         gnus-xmas.el.
3136
3137         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3138         (gnus-xmas-article-describe-bindings): New function.
3139         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3140         gnus-xmas-article-describe-bindings.
3141
3142         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3143
3144 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3145
3146         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3147         Add new variables for article mark management.
3148         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3149         list of extra data entries which, when present, will indicate that the
3150         article ID should not be trimmed from the registry.
3151         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3152         functions.
3153         (gnus-registry-read-mark): New function to read a mark name from the
3154         user.
3155         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3156         (gnus-registry-set-article-mark-internal): New functions to add and
3157         remove marks.
3158         (gnus-registry-get-article-marks): New function to show the marks for
3159         an article, or retrieve them for further use.
3160
3161 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3164         keys when no argument is given.
3165
3166 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3167
3168         * imap.el (imap-ping-server): New variable.
3169         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3170         (imap-ping-server): Minor doc string fixes.
3171
3172 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3173
3174         * imap.el (imap-ping-server): New function.
3175         (imap-opened): Call imap-ping-server.
3176
3177 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3178
3179         * gnus-sum.el (gnus-article-sort-by-random)
3180         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3181         jidanni@jidanni.org.
3182
3183 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * gnus-art.el (gnus-article-describe-bindings): New function.
3186         (gnus-article-read-summary-keys): Use it.
3187         (gnus-article-mode-map): Bind `C-h b' to it.
3188
3189 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3192         XEmacs.
3193         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3194         against non-character events.
3195
3196         * lpath.el: Fbind map-keymap for Emacs 21.
3197
3198 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3199
3200         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3201         command.
3202         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3203         instead of END.  Change name of the temp file.
3204         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3205         customizable.
3206
3207 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3208
3209         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3210         bind `S W' to gnus-article-wide-reply-with-original; set default
3211         binding to gnus-article-read-summary-send-keys.
3212         (gnus-article-read-summary-keys): Fix the order of keys; display
3213         continuation keys correctly in the echo area; describe bindings
3214         correctly when keys end with `C-h'.
3215         (gnus-article-read-summary-send-keys): New function.
3216         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3217         for gnus-article-read-summary-send-keys; display continuation keys
3218         correctly in the echo area.
3219         (gnus-article-reply-with-original): Ignore prefix argument.
3220         (gnus-article-wide-reply-with-original): New function.
3221
3222         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3223         Emacs 21.
3224
3225 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3226
3227         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3228         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3229
3230 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3231
3232         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3233         (gnus-group-read-ephemeral-gmane-group): New command.
3234
3235 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3236
3237         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3238
3239 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3240
3241         * message.el (message-send-mail-function): Increase custom version.
3242
3243         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3244         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3245
3246 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3247
3248         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3249         for the cases where imap-authenticate is called with a nil buffer
3250         parameter.
3251
3252 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3255         html parts correctly; support forwarded messages.
3256         (gnus-article-browse-html-article): Remove work buffers.
3257
3258         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3259         compiling.
3260         (netrc-bound-and-true-p): New macro.
3261         (netrc-parse): Use it instead of bound-and-true-p that is not available
3262         in XEmacs 21.4.
3263
3264 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3265
3266         * gnus-registry.el (gnus-registry-mark-article)
3267         (gnus-registry-article-marks): Add functionality to mark articles
3268         through the Gnus registry.
3269
3270         * encrypt.el: Clarify documentation for the new pgg method.
3271         (encrypt-file-alist): Add PGG option.
3272         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3273         functionality.  Abstract password key and messaging to external
3274         functions.
3275         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3276         (encrypt-message-method-and-cipher): Add new convenience external
3277         functions.
3278         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3279         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3280
3281         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3282         (netrc-parse): Use encrypt-file-alist to determine if
3283         encrypt-find-model or encrypt-insert-file-contents should be used.
3284
3285         * encrypt.el: Clarify documentation.  Load password-cache or
3286         password, whichever one is found first, instead of autoloading.
3287
3288 2007-12-19  Glenn Morris  <rgm@gnu.org>
3289
3290         * mml.el (message-options-set, message-narrow-to-head)
3291         (message-in-body-p, message-mail-p, message-encode-message-body):
3292         Autoload.
3293         (message-remove-header, message-narrow-to-headers-or-head)
3294         (message-subscribed-p, message-make-mail-followup-to)
3295         (message-position-on-field, message-news-p)
3296         (message-options-set-recipient, message-generate-headers)
3297         (message-sort-headers): Declare as functions.
3298
3299 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3300
3301         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3302         convention in doc string.
3303
3304 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3305
3306         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3307         title to html parts.
3308         (gnus-article-browse-html-article): Pass message header to it.
3309
3310         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3311
3312 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3313
3314         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3315         or password compatible with XEmacs.
3316
3317 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3318
3319         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3320         format document.
3321         (gnus-mime-delete-part): Don't write description line if empty.
3322         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3323
3324 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3325
3326         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3327         (gnus-summary-mark-read-and-unread-as-read)
3328         (gnus-summary-mark-current-read-and-unread-as-read)
3329         (gnus-summary-mark-unread-as-ticked): Doc fix.
3330         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3331
3332 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3333
3334         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3335         Christoph Conrad <christoph.conrad@gmx.de>.
3336
3337 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3338
3339         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3340         yes-or-no-p.
3341
3342 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3343
3344         * mm-decode.el (mm-add-meta-html-tag): New function.
3345         (mm-save-part-to-file, mm-pipe-part): Use it.
3346
3347         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3348         gnus-y-or-n-p instead of y-or-n-p.
3349         (gnus-article-browse-html-parts): Work with message/external-body; use
3350         mm-add-meta-html-tag.
3351
3352 2007-12-11  Glenn Morris  <rgm@gnu.org>
3353
3354         * gnus-cache.el: Require gnus-sum not just when compiling.
3355
3356         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3357
3358         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3359         definitions before use.
3360
3361         * mm-decode.el: Require gnus-util.
3362         (mm-remove-part): Only call delete-annotation on XEmacs.
3363
3364         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3365
3366         * nnmail.el: Require gnus-int.
3367
3368         * spam.el: Move `require's before `eval-when-compile's.
3369
3370         * gnus-ems.el (gnus-alive-p):
3371         * gnus-fun.el (message-goto-eoh):
3372         * gnus-util.el (gnus-group-name-decode):
3373         * mail-source.el (gnus-compress-sequence):
3374         * message.el (Info-goto-node, format-spec):
3375         * mm-bodies.el (message-options-get):
3376         * mm-decode.el (mm-view-pkcs7):
3377         * mm-util.el (gmm-write-region):
3378         * mml-smime.el (mml-compute-boundary)
3379         (gnus-completing-read-with-default):
3380         * mml.el (widget-button-press, gnus-make-hashtable):
3381         * mml1991.el (mm-decode-content-transfer-encoding)
3382         (mm-encode-content-transfer-encoding)
3383         (message-options-get, message-options-set):
3384         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3385         * nnfolder.el (gnus-request-group):
3386         * nnheader.el (ietf-drums-unfold-fws):
3387         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3388         * smime.el (gnus-run-mode-hooks):
3389         * spam-stat.el (gnus-message): Autoload.
3390
3391         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3392         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3393         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3394         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3395         Add declare-function compatibility definition.
3396
3397         * gnus-cache.el (nnvirtual-find-group-art):
3398         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3399         (gnus-add-image, gnus-add-wash-type):
3400         * gnus-group.el (nnkiboze-score-file):
3401         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3402         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3403         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3404         (message-tokenize-header, gnus-get-buffer-create)
3405         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3406         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3407         * gnus.el (gnus-group-decoded-name):
3408         * mail-source.el (imap-capability):
3409         * mm-bodies.el (message-options-set):
3410         * mm-decode.el (gnus-configure-windows):
3411         * mm-extern.el (message-goto-body):
3412         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3413         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3414         (epg-sub-key-validity, message-options-set):
3415         * mml.el (widget-event-point, gnus-configure-windows):
3416         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3417         * mml2015.el (epg-check-configuration, epg-configuration)
3418         (message-options-set):
3419         * nndb.el (nndb-request-article):
3420         * nnfolder.el (gnus-request-create-group):
3421         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3422         * nnmaildir.el (gnus-group-mark-article-read):
3423         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3424         * rfc1843.el (message-fetch-field):
3425         * spam.el (gnus-extract-address-components):
3426         Declare as functions.
3427
3428 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3429
3430         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3431
3432         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3433
3434         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3435         bind show-trailing-whitespace for XEmacs.
3436
3437 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3438
3439         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3440         new no-op macro for backward compatibility.
3441
3442         * imap.el (imap-string-to-integer): New function.
3443
3444 2007-12-09  Glenn Morris  <rgm@gnu.org>
3445
3446         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3447
3448         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3449         * message.el, mm-view.el, sieve-manage.el, smime.el:
3450         Add declare-function compatibility definition.
3451
3452         * gnus-art.el (w3-region, w3m-region, Info-menu):
3453         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3454         * gnus-sum.el (gnus-get-predicate):
3455         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3456         * message.el (mail-abbrev-in-expansion-header-p):
3457         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3458         (w3m-detect-meta-charset, w3m-region):
3459         * sieve-manage.el (password-read, password-cache-add)
3460         (password-cache-remove):
3461         * smime.el (password-read-and-add): Declare as functions.
3462
3463 2007-12-08  David Kastrup  <dak@gnu.org>
3464
3465         * gnus-sum.el (gnus-summary-simplify-subject-query):
3466         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3467         `message'.
3468
3469 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3472         it to bind idna-program, installation-directory, defined-colors, and
3473         face-attribute for XEmacs of the version that compiles defcustom forms.
3474
3475 2007-12-07  Glenn Morris  <rgm@gnu.org>
3476
3477         * gnus-art.el (article-make-date-line): Revert previous change.
3478
3479 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3480
3481         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3482
3483 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3484
3485         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3486         Call gnus-add-to-range ranges only once with a prepared article-list.
3487
3488 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3489
3490         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3491         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3492         group names with backslashes.  Reported by Tassilo Horn
3493         <tassilo@member.fsf.org>.
3494
3495 2007-12-06  Deepak Goel  <deego3@gmail.com>
3496
3497         * gnus-art.el (article-make-date-line):
3498         * gnus-start.el (gnus-load):
3499         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3500
3501 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * gnus-art.el (gnus-use-idna)
3504         * gnus-start.el (gnus-site-init-file)
3505         * message.el (message-use-idna)
3506         * mm-uu.el (mm-uu-hide-markers)
3507         * smiley.el (smiley-style): Revert changes that suppress warnings.
3508
3509 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3510
3511         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3512         specify charset to html source.  Reported by Christoph Conrad
3513         <christoph.conrad@gmx.de>.
3514
3515 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3518         idna-program in order to suppress byte compile warning issued by XEmacs
3519         that came to byte compile the default value section of defcustom forms
3520         recently.
3521
3522         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3523         value of installation-directory.
3524
3525         * message.el (message-use-idna): Don't directly refer to the value of
3526         idna-program.
3527
3528         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3529
3530         * smiley.el (smiley-style): Don't directly call face-attribute.
3531
3532 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3533
3534         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3535
3536         * gnus-dired.el: Reduce Gnus dependencies.
3537         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3538         require.  Use autoloads instead.
3539         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3540         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3541         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3542         (gnus-dired-mode): Adjust doc string.
3543         (gnus-dired-mail-mode): New variable.
3544         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3545         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3546         (gnus-dired-mail-buffers): New function.  Return mail or message
3547         composition buffers.
3548         (gnus-dired-attach): Use it.
3549         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3550         NO-DECODE.
3551         (gnus-dired-print): Use `gnus-print-buffer' depending on
3552         `gnus-dired-mail-mode'.
3553
3554 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * rfc2047.el (rfc2047-encoded-word-regexp)
3557         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3558         explaining what regexp patterns are for.
3559
3560 2007-12-04  Glenn Morris  <rgm@gnu.org>
3561
3562         * password.el: Move to password-cache.el.
3563
3564         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3565         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3566         * mml-smime.el (password-read, password-cache-add)
3567         (password-cache-remove):
3568         No need to autoload, since mml-sec requires password.
3569
3570         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3571         * message.el (gnus-extract-address-components):
3572         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3573
3574         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3575         password.
3576
3577 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3578
3579         * mailcap.el: Reduce dependencies.
3580         (mail-header-parse-content-type): Autoload.
3581         (mailcap-delete-duplicates): New alias.
3582         (mailcap-mime-info): Add optional argument NO-DECODE.
3583         (mailcap-mime-types): Use mailcap-delete-duplicates.
3584
3585         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3586
3587 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3588
3589         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3590         (imap-parse-status): Upcase status-att for servers that sends them
3591         lower-case (e.g., MS Exchange 2007).
3592
3593 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3596         function.
3597
3598         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3599         (gnus-uu-yenc-article): New function.
3600
3601         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3602
3603         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3604         buffer.
3605
3606 2007-12-02  Glenn Morris  <rgm@gnu.org>
3607
3608         * binhex.el (binhex): New custom group.
3609         (binhex-decoder-program, binhex-decoder-switches)
3610         (binhex-use-external): Move to the binhex custom group.
3611
3612         * uudecode.el (uudecode): New custom group.
3613         (uudecode-decoder-program, uudecode-decoder-switches)
3614         (uudecode-use-external): Move to the uudecode custom group.
3615
3616         * netrc.el (top-level): Don't load `encrypt' features.
3617         (netrc-parse): Don't use encrypt.
3618         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3619
3620         * encrypt.el: Remove file.
3621
3622 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3623
3624         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3625         matches on patches.
3626
3627         * gnus-art.el (gnus-article-browse-html-article): Mention
3628         `mm-text-html-renderer' in the doc string.
3629
3630         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3631         string.  Add comments.
3632
3633         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3634         if rhs is ASCII.
3635
3636 2007-12-01  Glenn Morris  <rgm@gnu.org>
3637
3638         * mail-source.el (top-level): Require format-spec before
3639         eval-when-compile.
3640
3641 2007-11-30  Glenn Morris  <rgm@gnu.org>
3642
3643         * encrypt.el: Require password, rather than autoloading password-read.
3644
3645 2007-11-29  Glenn Morris  <rgm@gnu.org>
3646
3647         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3648         (sasl-make-client, sasl-next-step, sasl-step-data)
3649         (sasl-step-set-data): Declare as functions.
3650
3651 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3652
3653         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3654
3655 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3656
3657         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3658         certs should be verified and what is to be done in the event of a
3659         verification failure.
3660
3661         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3662         caller can indicate whether the cache should be disregarded for this
3663         call.  This way the result of the call is reproducible at all times and
3664         can be considered a canonical server name for the supplied method.
3665         (gnus-agent-method-p): Canonicalize server names by pushing their
3666         method through `gnus-method-to-server' using the no-cache argument.
3667
3668         * gnus-srvr.el (gnus-server-insert-server-line): Call
3669         `gnus-method-to-server' with `no-cache' argument.
3670
3671         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3672         gnus-agent-possibly-synchronize-flags as this should be called when the
3673         server is actually being opened.
3674         (gnus-agent-possibly-synchronize-flags)
3675         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3676         flags file of an agentized server to the latter function.
3677
3678         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3679         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3680         after a connection has been established successfully.
3681
3682 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3683
3684         * gnus-art.el (article-display-face): Force to display face if called
3685         interactively; check if gnus-article-x-face-too-ugly matches author.
3686         (article-display-x-face): Display face even if From header is missing
3687         as article-display-face does.
3688
3689 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3690
3691         * hashcash.el (message-narrow-to-headers-or-head)
3692         (message-fetch-field, message-goto-eoh)
3693         (message-narrow-to-headers): Declare as functions.
3694
3695 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3696
3697         * mail-source.el (mail-sources): Default to fetch from file for
3698         compatibility with default of nnmail-spool-file.
3699
3700 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3701
3702         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3703         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3704         to look for encoded word that should be encoded again.
3705         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3706         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3707         encoding pattern.
3708         (rfc2047-decode-region): Switch strict regexp and loose one according
3709         to rfc2047-allow-irregular-q-encoded-words.
3710
3711 2007-11-25  Romain Francoise  <romain@orebokech.com>
3712
3713         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3714
3715 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3716
3717         * tls.el (tls-program): Provide more custom choices from
3718         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3719         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3720
3721 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3722
3723         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3724         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3725
3726         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3727         `nnmail-spool-file'.
3728
3729         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3730         `nnmail-spool-file'.
3731
3732         * gnus-move.el (gnus-change-server): Ditto.
3733
3734         * gnus-kill.el (gnus-batch-score): Ditto.
3735
3736         * gnus-cache.el (gnus-jog-cache): Ditto.
3737
3738         * gnus-msg.el (gnus-summary-reply):
3739         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3740
3741 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3742
3743         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3744         version.  Minor improvement to doc strings.
3745         (tls-program): Add comment.
3746
3747 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3748
3749         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3750         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3751         mismatch between the hostname provided in the certificate and the name
3752         of the host connnecting to.
3753         (open-tls-stream): Use them.  Check certificates against trusted root
3754         certificates.
3755
3756 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3757
3758         * gnus-cache.el (gnus-cache-generate-nov-databases):
3759         Use nnml-generate-nov-databases-directory instead of
3760         nnml-generate-nov-databases-1.
3761
3762 2007-11-24  Glenn Morris  <rgm@gnu.org>
3763
3764         * message.el (message-tool-bar-retro): Update for rename
3765         mail_send.xpm->mail-send.xpm.
3766
3767 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3768
3769         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3770         `smime-ldap-search' for Emacs 22 and up.
3771
3772 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3773
3774         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3775
3776         * message.el (message-send-mail-function): Fix error convention.
3777         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3778         (message-widen-reply, message-send-mail, message-talkative-question)
3779         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3780         (message-clone-locals, message-send-news): Use with-current-buffer.
3781         (message-insert-or-toggle-importance): Remove unused var `valid'.
3782         (message-make-references): Remove unused var `new-references'.
3783         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3784
3785 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3786
3787         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3788         (spam-split-symbolic-return-positive): Reflow docstring.
3789         (spam-backends, spam-summary-exit-behavior)
3790         (spam-mark-ham-unread-before-move-from-spam-group)
3791         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3792         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3793         (spam-clear-cache, spam-backend-check, spam-install-backend)
3794         (spam-install-statistical-backend, spam-list-of-processors)
3795         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3796         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3797         (spam-check-crm114, spam-initialize, spam-unload-hook):
3798         Fix typos in docstrings.
3799
3800 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3803         been checked if they have never been read and those group levels are
3804         higher than the one that a user specified.
3805
3806 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3809         foreign groups unless a group level is specified by a user.
3810         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3811
3812 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3813
3814         * message.el (message-send-mail-function): Require sendmail.
3815
3816 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3817
3818         * message.el (message-send-mail-function): Check for smtpmail too.
3819
3820         * utf7.el (utf7-encode, utf7-decode): Use coding system
3821         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3822
3823         * message.el (message-send-mail-function): New function.
3824         (message-send-mail-function): Set default using
3825         message-send-mail-function.  Adjust doc string.
3826         (message-send-mail-with-mailclient): New function.
3827
3828 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3829
3830         * smime.el (from):
3831         * rfc2047.el (message-posting-charset):
3832         * qp.el (mm-use-ultra-safe-encoding):
3833         * pop3.el (parse-time-months):
3834         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3835         * nnml.el (files):
3836         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3837         (jka-compr-compression-info-list, ange-ftp-path-format)
3838         (efs-path-regexp):
3839         * nndiary.el (files):
3840         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3841         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3842         (epg-digest-algorithm-alist, inhibit-redisplay)
3843         (password-cache-expiry):
3844         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3845         (pgg-output-buffer, password-cache-expiry):
3846         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3847         (efs-path-regexp):
3848         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3849         (inhibit-redisplay):
3850         * mm-uu.el (file-name, start-point, end-point, entry)
3851         (gnus-newsgroup-name, gnus-newsgroup-charset):
3852         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3853         (latin-unity-ucs-list):
3854         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3855         (mm-uu-binhex-decode-function):
3856         * message.el (gnus-message-group-art, gnus-list-identifiers)
3857         (rmail-enable-mime-composing, gnus-local-organization)
3858         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3859         (gnus-read-active-file, facemenu-add-face-function)
3860         (facemenu-remove-face-function, gnus-article-decoded-p)
3861         (tool-bar-mode):
3862         * mail-source.el (display-time-mail-function):
3863         * gnus-util.el (nnmail-pathname-coding-system)
3864         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3865         (gnus-original-article-buffer, gnus-user-agent)
3866         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3867         (xemacs-codename, sxemacs-codename, emacs-program-version):
3868         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3869         * gnus-start.el (gnus-agent-covered-methods)
3870         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3871         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3872         (gnus-newsgroup-headers, gnus-group-list-mode)
3873         (gnus-group-mark-positions, gnus-newsgroup-data)
3874         (gnus-newsgroup-unreads, nnoo-state-alist)
3875         (gnus-current-select-method, mail-sources)
3876         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3877         (nnmail-spool-file, gnus-cache-active-hashtb):
3878         * gnus-mh.el (mh-lib-progs):
3879         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3880         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3881         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3882         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3883         (gnus-group-buffer):
3884         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3885         (font-lock-set-defaults):
3886         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3887         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3888         (gnus-summary-post-menu, total-parts, type, condition, length):
3889         * gnus-agent.el (gnus-agent-read-agentview):
3890         * flow-fill.el (show-trailing-whitespace):
3891         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3892         eval-and-compile wrappers for byte compiler pacifiers.
3893
3894         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3895         (mm-display-inline-fontify): Check for featurep 'xemacs not
3896         extent-list.
3897
3898         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3899         itimer-list.
3900         (mm-create-image-xemacs): Only do something for XEmacs.
3901         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3902
3903         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3904
3905         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3906         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3907
3908 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3909
3910         * nnimap.el (nnimap-split-download-body):
3911         * gnus-demon.el (gnus-demon):
3912         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3913
3914 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3917         macros.
3918         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3919         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3920         copy data from unibyte buffer to multibyte current buffer.
3921         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3922         to copy data from unibyte current buffer to multibyte buffer.
3923         (nntp-make-process-buffer): Make process buffer unibyte.
3924
3925         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3926
3927 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3928
3929         * pop3.el (pop3-open-server): Accept and process data more robustly at
3930         connexion start to avoid spurious "POP SSL connexion failed" errors.
3931
3932 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3935         read group names.
3936
3937 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3938
3939         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3940
3941 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3942
3943         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3944         (nnmail-save-active): Use a unibyte buffer when saving active file,
3945         which may contain non-ASCII group names.
3946
3947         * nnml.el (nnml-request-group): Decode group names in messages.
3948
3949 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3950
3951         * message.el (message-citation-line-function)
3952         (message-insert-formatted-citation-line): Fix spelling of
3953         `message-insert-formated-citation-line'.
3954
3955 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3956
3957         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3958
3959 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3960
3961         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3962         nnmail-pathname-coding-system.
3963
3964         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3965         that a user enters; decode group names in messages.
3966
3967         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3968
3969 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3970
3971         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3972
3973         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3974
3975         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3976         risky local variable.
3977
3978         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3979
3980 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3981
3982         * encrypt.el: Improve documentation to fix function name typo.
3983         Reported by Daiki Ueno <ueno@unixuser.org>.
3984
3985 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3988         even if the point is not in the last page of an article.
3989         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3990         back to the previous page.
3991
3992 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3993
3994         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3995
3996 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3999
4000 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4001
4002         * message.el (message-check-news-body-syntax): Avoid
4003         mm-string-as-multibyte.
4004         (message-hide-headers): Don't assume (point-min)==1.
4005
4006 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
4007
4008         * message.el (message-remove-blank-cited-lines): Fix if remove is
4009         given.
4010         (message-bogus-address-regexp): New variable.
4011         (message-bogus-recipient-p): New function.
4012         (message-check-recipients): New command.
4013         (message-syntax-checks): Add `bogus-recipient'.
4014         (message-fix-before-sending): Add `bogus-recipient'.
4015
4016         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
4017         (gnus-treat-body-boundary): Don't test window-system.
4018
4019 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
4020
4021         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
4022
4023 2007-10-28  Miles Bader  <miles@gnu.org>
4024
4025         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
4026         at compile-time too.
4027
4028 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
4029
4030         * gnus-msg.el (gnus-message-setup-hook): Add
4031         `message-remove-blank-cited-lines' to options.
4032
4033 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4034
4035         * message.el (message-remove-blank-cited-lines): New function.
4036         Suggested by Karl Plästerer.
4037
4038 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4039
4040         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4041         mapc.
4042
4043         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4044         (top-level): Use mapc to set functions to be traced for debugging.
4045
4046         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4047         called for effect with while loop.
4048
4049         * message.el (message-talkative-question): Replace mapcar called for
4050         effect with mapc.
4051
4052         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4053         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4054         called for effect with dolist.
4055
4056         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4057
4058         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4059         gnus-extra-headers and nnmail-extra-headers.
4060
4061         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4062         called for effect with dolist.
4063         (top-level): Use mapc to set functions to be traced for debugging.
4064
4065         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4066         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4067         dolist.
4068
4069         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4070         Replace mapcar called for effect with mapc.
4071         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4072         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4073         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4074         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4075
4076         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4077         remove-if that's a cl function.
4078
4079         * webmail.el (webmail-debug): Replace mapcar called for effect with
4080         dolist.
4081
4082         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4083         with mapc.
4084
4085 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4088         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4089         with while loop.
4090
4091         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4092         functions from article-* functions.
4093         (gnus-multi-decode-header): Replace mapcar called for effect with
4094         dolist.
4095
4096         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4097         (gnus-bookmark-show-details): Replace mapcar called for effect with
4098         while loop.
4099
4100         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4101         called for effect with while loop.
4102
4103         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4104         with dolist.
4105
4106         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4107         mapcar called for effect with dolist.
4108
4109         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4110
4111         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4112         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4113         Replace mapcar called for effect with dolist.
4114         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4115         mapc.
4116
4117         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4118         Replace mapcar called for effect with dolist.
4119         (gnus-topic-list): Replace mapcar called for effect with mapc.
4120
4121         * gnus.el: Use mapc instead of mapcar to add autoloads.
4122
4123 2007-10-23  Richard Stallman  <rms@gnu.org>
4124
4125         * gnus-group.el (gnus-group-highlight): Mark as risky.
4126
4127 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * gnus.el (gnus-server-to-method): Return method found first in
4130         gnus-newsrc-alist.
4131
4132         * gnus-art.el (gnus-article-highlight-signature)
4133         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4134         button overlay without the front stickiness.
4135
4136 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4137
4138         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4139         overview buffer needed a catch to receive its throw.
4140         (gnus-agent-flush-cache): Declared as interactive to make this function
4141         easier to use.
4142
4143 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4144
4145         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4146         `next-line'.
4147
4148 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4151         exclude address matching message-dont-reply-to-names.
4152
4153 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * gnus-util.el (gnus-string<): New function.
4156
4157         * gnus-sum.el (gnus-article-sort-by-author)
4158         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4159
4160 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4163         the frame-focus tag is set in gnus-buffer-configuration.
4164
4165 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4168         the front stickiness.
4169
4170 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4173         url pattern; remove duplicate one.
4174         (gnus-article-extend-url-button): New function.
4175         (gnus-article-add-buttons): Use it.
4176         (gnus-button-push): Use concatenated url that it makes.
4177
4178 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4179
4180         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4181
4182 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4183
4184         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4185         Don't hardcode point-min==1.
4186
4187 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4188
4189         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4190         Fix comment about "iso8859-1".
4191
4192 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4193
4194         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4195         ones returned from the verify-function.
4196
4197         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4198         mml2015-extract-cleartext-signature if extraction failed.
4199
4200 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4201
4202         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4203         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4204         failed.
4205
4206 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4207
4208         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4209
4210 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4211
4212         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4213         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4214         recommends to use EasyPG instead of PGG.
4215
4216         * pgg.el: Revert to revision 6.23.2.16.
4217
4218         * pgg-def.el: Revert to revision 6.6.2.14.
4219
4220         * pgg-gpg.el: Revert to revision 6.23.2.34.
4221
4222 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4223
4224         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4225         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4226         thread for both the null and zero (kill/expire thread) universal prefix
4227         cases.
4228         (gnus-summary-expire-thread): Add new function to expire a thread,
4229         using gnus-summary-kill-thread.
4230         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4231         shortcuts for gnus-summary-expire-thread.
4232         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4233         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4234
4235 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4238         extras value, so an extras entry can be deleted.
4239         (gnus-registry-delete-extra-entry): Use it.
4240         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4241         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4242         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4243         storage through the gnus-registry, and provide an appropriate API for
4244         it.
4245
4246 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4249         Suggested by Leo <sdl.web@gmail.com>.
4250
4251         * gnus.el: Do.
4252
4253 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4256         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4257
4258         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4259
4260         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4261         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4262
4263 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4266         newline.
4267         (nnmbox-request-accept-article): Don't change article in source buffer;
4268         narrow to header to use message-fetch-field rather than
4269         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4270         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4271         as delimiters; make sure article ends with newline.
4272         (nnmbox-delete-mail): Correct last position of article to be deleted;
4273         ignore X-Gnus-Newsgroup header in article body.
4274         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4275         positions; make sure article ends with newline.
4276
4277         * message.el (message-display-abbrev): Don't infloop when a user
4278         inserts SPC in the beginning of header.
4279
4280         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4281         coding-system-for-read and coding-system-for-write for XEmacs having no
4282         file-coding feature.
4283
4284         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4285
4286 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4287
4288         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4289         list of groups not followed by default.  Fix type to be regexp.
4290         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4291
4292 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4293
4294         * hmac-def.el (define-hmac-function): Switch from old-style to
4295         new-style backquotes.
4296
4297         * md4.el (md4-make-step): Likewise.
4298
4299 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4302         raw-text coding system when saving .newsrc file, which may contain
4303         non-ASCII group names.
4304
4305 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * gnus-cus.el (gnus-score-extra): New widget.
4308         (gnus-score-extra-convert): New function.
4309         (gnus-score-customize): Use it for Extra.
4310
4311 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4312
4313         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4314         (mml2015-mailcrypt-clear-verify): Use it.
4315         (mml2015-gpg-clear-verify): Use it.
4316         (mml2015-pgg-clear-verify): Use it.
4317         (mml2015-epg-clear-verify): Replace the current part with the output
4318         from GnuPG; don't extract the plaintext by itself.
4319
4320         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4321         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4322         mml2015-clear-verify-function; don't touch the armor headers or
4323         dash-escaped text here.
4324
4325 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4328         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4329         parts, or application/octet-stream as a last resort.
4330         (gnus-mime-view-part-as-type): Don't toggle display.
4331         (gnus-mime-view-part-as-charset): Don't turn off display before
4332         querying charset.
4333
4334         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4335         stuff to undisplayer function in Emacs.
4336         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4337
4338         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4339         text/calendar parts.
4340
4341 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4344         decoding text/calendar parts.
4345
4346         * message.el (message-forward-make-body-mime): Always mark body as
4347         having no illegible text; remove signed-or-encrypted argument.
4348         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4349
4350         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4351         (mml-generate-mime-1): Don't encode body if it is specified to be in
4352         raw form; don't make buffer be unibyte when inserting multibyte string.
4353
4354 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4355
4356         * sha1.el: Fix up comment style.
4357         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4358         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4359
4360         * hex-util.el: Fix up comment style.
4361         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4362
4363         * gnus-salt.el: Use with-current-buffer.
4364         (gnus-pick-setup-message): Fix long-standing typo.
4365
4366 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * imap.el (imap-logout-timeout): New variable.
4369         (imap-logout, imap-logout-wait): New functions.
4370         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4371
4372         * nnimap.el (nnimap-logout-timeout): New server variable.
4373         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4374         nnimap-logout-timeout.
4375
4376         * gnus-art.el (gnus-article-summary-command-nosave)
4377         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4378
4379 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * gnus.el (gnus-maximum-newsgroup): New variable.
4382
4383         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4384         according to gnus-maximum-newsgroup.
4385
4386         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4387         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4388         Limit the range of articles according to gnus-maximum-newsgroup.
4389
4390 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4391
4392         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4393         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4394         Don't perform gnus-configure-windows here; reuse existing sticky
4395         article buffer.
4396
4397         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4398         it doesn't exist in gnus-article-mode.
4399
4400 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4403         (gnus-agent-decoded-group-name): New function.
4404         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4405         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4406
4407 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4408
4409         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4410         Add binding for gnus-sticky-article.
4411         (gnus-summary-exit): Don't kill sticky article buffers.
4412
4413         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4414         article buffer.
4415         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4416         (gnus-kill-sticky-article-buffers): New commands.
4417
4418 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * nntp.el (nntp-xref-number-is-evil): New server variable.
4421         (nntp-find-group-and-number): If it is non-nil, don't trust article
4422         numbers in the Xref header.
4423
4424 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus-agent.el (gnus-agent-read-group): New function.
4427         (gnus-agent-flush-group, gnus-agent-expire-group)
4428         (gnus-agent-regenerate-group): Use it.
4429         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4430         nnmail-pathname-coding-system.
4431
4432 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4435
4436         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4437         that are unread as unread, and also as selected so that information of
4438         marks having been changed by a user may be updated when exiting group.
4439
4440 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4441
4442         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4443         calculated ignoring signature parts to gnus-treat-article.
4444
4445 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4446
4447         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4448         a point here in order to keep the window start.
4449         (gnus-insert-mime-security-button): Make a button overlay without the
4450         front stickiness.
4451         (gnus-mime-display-security): Goto the end of a button.
4452
4453         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4454
4455 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4458         group-name-at-point.
4459         (gnus-group-completing-read): New function that offers decoded
4460         non-ASCII group names for completion.
4461         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4462         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4463         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4464         (gnus-group-fetch-control): Use it.
4465         (gnus-fetch-group): Use group-name-at-point for the initial value
4466         rather than the default value; use gnus-alive-p.
4467
4468         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4469         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4470         (gnus-summary-post-news): Use gnus-group-completing-read.
4471
4472         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4473         (gnus-read-move-group-name): Decode group name for completion.
4474
4475 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4476
4477         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4478         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4479         Yamaoka slightly modified the code).
4480
4481 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4484         (nnmail-split-incoming): Bind it.
4485
4486         * nnml.el (nnml-group-name-charset): New function.
4487         (nnml-decoded-group-name): Use it; don't decode group name if
4488         nnmail-group-names-not-encoded-p is non-nil.
4489         (nnml-encoded-group-name): New function.
4490         (nnml-group-pathname): Inline nnml-decoded-group-name.
4491         (nnml-request-expire-articles): Decode group name in message.
4492         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4493         nnmail-pathname-coding-system.
4494         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4495         not decoded ones according to nnmail-group-names-not-encoded-p.
4496         (nnml-generate-active-info): Use nnml-encoded-group-name.
4497
4498 2007-08-08  Glenn Morris  <rgm@gnu.org>
4499
4500         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4501         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4502         doc-strings and comments.
4503
4504 2007-07-25  Glenn Morris  <rgm@gnu.org>
4505
4506         * Relicense all FSF files to GPLv3 or later.
4507
4508 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * gnus-sum.el (gnus-summary-move-article): Make
4511         gnus-summary-respool-article work.
4512
4513 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4514
4515         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4516         string.
4517
4518 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4519
4520         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4521         that should be ignored when comparing distant RSS articles with local
4522         ones.
4523         (nnrss-make-hash-index): New function.  Create a hash index according
4524         to the ignored fields.
4525         (nnrss-check-group): Use it.
4526
4527 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4530
4531         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4532
4533         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4534         the new optional argument ENCODED is non-nil.
4535         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4536         coding system for encoding group name.
4537         (gnus-group-make-rss-group): Pass un-encoded group name to
4538         gnus-group-make-group.
4539         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4540         encoded.
4541
4542         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4543         Encode group name to which articles are moved or copied.
4544         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4545         coding system for encoding Newsgroup, Followup-To and Xref headers.
4546
4547         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4548         marks; use nnheader-file-coding-system to write a file.
4549         (nnagent-retrieve-headers): Bind file-name-coding-system to
4550         nnmail-pathname-coding-system.
4551
4552         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4553
4554         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4555         (nnml-request-article, nnml-request-create-group)
4556         (nnml-request-rename-group, nnml-find-id)
4557         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4558         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4559         (nnml-save-marks): Use nnml-group-pathname instead of
4560         nnmail-group-pathname.
4561
4562         (nnml-request-create-group, nnml-request-expire-articles)
4563         (nnml-request-move-article, nnml-request-delete-group)
4564         (nnml-deletable-article-p, nnml-possibly-create-directory)
4565         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4566         (nnml-open-marks): Bind file-name-coding-system to
4567         nnmail-pathname-coding-system.
4568
4569         (nnml-request-article): Pass server argument to nnml-find-group-number.
4570         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4571         server argument to nnml-possibly-create-directory.
4572         (nnml-request-accept-article): Pass server argument to
4573         nnml-active-number and nnml-save-mail.
4574         (nnml-find-group-number): Pass server argument to nnml-find-id.
4575         (nnml-request-update-info): Pass server argument to
4576         nnml-marks-changed-p.
4577
4578         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4579         (nnml-save-mail, nnml-active-number): Add server argument.
4580
4581         (nnml-request-delete-group): Warn if group is missing.
4582         (nnml-get-nov-buffer): Decode group name.
4583         (nnml-generate-active-info): Encode group name.
4584         (nnml-open-marks): Decode group name in messages.
4585
4586 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4587
4588         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4589         if it is not specified.
4590         (gnus-article-pipe-part, gnus-article-save-part)
4591         (gnus-article-interactively-view-part, gnus-article-copy-part)
4592         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4593         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4594         (gnus-article-replace-part, gnus-article-delete-part)
4595         (gnus-article-view-part-as-type): Pass raw prefix argument to
4596         gnus-article-part-wrapper.
4597
4598 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * gnus-agent.el (gnus-agent-save-active): Bind
4601         nnheader-file-coding-system to gnus-agent-file-coding-system.
4602
4603         * gnus-cache.el (gnus-cache-save-buffers)
4604         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4605         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4606         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4607         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4608         (gnus-cache-generate-active, gnus-cache-rename-group)
4609         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4610         (gnus-cache-update-overview-total-fetched-for): Bind
4611         file-name-coding-system to nnmail-pathname-coding-system.
4612         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4613         variables.
4614         (gnus-cache-decoded-group-name): New function.
4615         (gnus-cache-file-name): Use it.
4616         (gnus-cache-generate-active): Use non-decoded group name for active.
4617
4618         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4619         right place.
4620         (gnus-write-active-file): Don't break non-ASCII group names.
4621
4622         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4623         nnmail-pathname-coding-system.
4624
4625         * lpath.el: Bind default-file-name-coding-system,
4626         file-name-coding-system and language-info-alist for XEmacs.
4627
4628         * gnus-uu.el (gnus-uu-decode-save): Typo.
4629
4630 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4633
4634 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4637         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4638         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4639         (gnus-agent-flush-group, gnus-agent-flush-cache)
4640         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4641         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4642         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4643         (gnus-agent-regenerate-group)
4644         (gnus-agent-update-files-total-fetched-for)
4645         (gnus-agent-update-view-total-fetched-for): Bind
4646         file-name-coding-system to nnmail-pathname-coding-system.
4647         (gnus-agent-group-pathname): Don't encode file names by
4648         nnmail-pathname-coding-system.
4649         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4650         coding-system-for-write instead of buffer-file-coding-system to
4651         gnus-agent-file-coding-system.
4652
4653         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4654         Decode group name.
4655
4656         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4657
4658         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4659         (gnus-read-newsrc-el-file): Make group names unibyte.
4660
4661         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4662         nnmail-pathname-coding-system.
4663
4664         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4665         (nnrss-request-delete-group): Bind file-name-coding-system to
4666         nnmail-pathname-coding-system.
4667         (nnrss-read-server-data, nnrss-read-group-data): Bind
4668         file-name-coding-system correctly.
4669         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4670
4671         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4672         (nntp-server-to-method-cache): New variable.
4673         (nntp-group-pathname): New function that decodes non-ASCII group names.
4674         (nntp-possibly-create-directory, nntp-marks-changed-p)
4675         (nntp-save-marks, nntp-open-marks): Use it.
4676         (nntp-possibly-create-directory, nntp-open-marks):
4677         Bind file-name-coding-system to nnmail-pathname-coding-system.
4678         (nntp-open-marks): Decode group names when bootstrapping marks.
4679
4680         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4681         Newsgroups and Folowup-To headers.
4682
4683 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4686         (gnus-server-closed-face, gnus-server-denied-face)
4687         (gnus-server-offline-face): Remove variable.
4688         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4689
4690         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4691         of modifying message-stack directly for XEmacs.
4692
4693         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4694         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4695         if the coding-system argument is nil for XEmacs.
4696
4697         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4698         mm-charset-override-alist.
4699
4700         * rfc2047.el: Don't require base64; require rfc2045 for the function
4701         rfc2045-encode-string.
4702         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4703         to quote the parameter value.
4704
4705 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4708         form in gnus-group-name-charset-method-alist.
4709
4710         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4711         overrides the default layout edit-form.
4712
4713         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4714
4715         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4716
4717 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4720         as unfetched articles.
4721
4722 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4723
4724         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4725
4726 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4729         original back end that keeps marks in the local system.
4730
4731 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4734         arg of pop-to-buffer for XEmacs.
4735         (gnus-article-read-summary-keys): Ditto; don't restore window
4736         configuration if summary command ends up with neither article buffer
4737         nor summary buffer; describe bindings if summary keys end with C-h.
4738
4739 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * message.el (message-fix-before-sending): Skip raw message part to be
4742         forwarded while checking illegible text.
4743         (message-forward-make-body-mime, message-forward-make-body): Mark
4744         signed or encrypted raw message as having no illegible text.
4745
4746 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4749         (gnus-message-with-timestamp-1): New macro.
4750         (gnus-message-with-timestamp): New function.
4751         (gnus-message): Use them.
4752
4753         * nnheader.el (nnheader-message): Use them.
4754
4755 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4756
4757         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4758         .newsrc.eld file.
4759
4760 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-agent.el (gnus-agent-fetch-headers)
4763         (gnus-agent-retrieve-headers): Bind
4764         gnus-decode-encoded-address-function to identity.
4765
4766         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4767         available also when the server returns simply a dot.
4768
4769         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4770
4771 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4774
4775 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * gnus-ems.el (gnus-x-splash): Make it work.
4778
4779         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4780         from being used.
4781
4782         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4783
4784 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4787         4th and the 5th arguments.
4788
4789         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4790         the front stickiness.
4791         (gnus-article-summary-command-nosave): Correct the order of the
4792         arguments passed to pop-to-buffer.
4793         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4794         summary command ends up with the article buffer.
4795
4796         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4797         the same faces.
4798
4799 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4800
4801         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4802
4803 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4804
4805         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4806         * gnus-sum.el (gnus-summary-highlight):
4807         * pgg.el (pgg-sign-region, pgg-sign):
4808         * mail-source.el (mail-source-delete-old-incoming-confirm):
4809         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4810
4811 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-art.el (gnus-mime-view-part-externally)
4814         (gnus-mime-view-part-internally): Fix predicate function passed to
4815         completing-read.
4816
4817         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4818
4819         * gnus.el (gnus-update-message-archive-method): Add :version.
4820
4821 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4822
4823         * gnus.el (gnus-update-message-archive-method): New variable.
4824
4825         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4826         according to gnus-message-archive-method if
4827         gnus-update-message-archive-method is non-nil.
4828
4829 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4832         by Loic Dachary <loic@dachary.org>.
4833         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4834
4835 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4836
4837         * message.el (message-pop-to-buffer): Add switch-function argument.
4838         (message-mail): Pass switch-function argument to it.
4839
4840 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4841
4842         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4843         Improve doc string.
4844
4845 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4848         (gnus-header-content)
4849         * gnus-cite.el (gnus-cite-10)
4850         * gnus-srvr.el (gnus-server-closed)
4851         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4852         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4853         (gnus-group-mail-3-empty, gnus-group-mail-low)
4854         (gnus-group-mail-low-empty, gnus-splash)
4855         * message.el (message-header-to, message-header-cc)
4856         (message-header-subject, message-header-other, message-header-name)
4857         (message-header-xheader, message-separator, message-cited-text)
4858         (message-mml): Lighten colors of faces used for dark background.
4859
4860 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4861
4862         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4863         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4864
4865 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4866
4867         * message.el (message-narrow-to-headers-or-head):
4868         Ignore mail-header-separator in the body.
4869
4870 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4871
4872         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4873         same as window size.
4874
4875 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4876
4877         * message.el (message-font-lock-keywords): Use message-header-xheader
4878         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4879         ahead of the anything pattern, to get it recognised.
4880
4881 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4882
4883         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4884         spam.el loads uses it in the compiled defadvice form.
4885
4886 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4887
4888         * gnus-sum.el (gnus-articles-to-read)
4889         (gnus-summary-insert-old-articles): Don't truncate group name for
4890         `read-string'.
4891
4892         * gnus-util.el (gnus-limit-string): Delete this function.
4893
4894         * gnus-sum.el (gnus-simplify-subject-fully): Use
4895         `truncate-string-to-width' instead.
4896
4897 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4898
4899         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4900         if, on summary exit, the next group has to be selected.
4901         (gnus-summary-exit): Use it.
4902
4903 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4904
4905         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4906         non-break space.
4907
4908 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4911         Check if group is not a directory.
4912         (nnfolder-request-expire-articles): Don't delete articles if the target
4913         group is not available.
4914
4915         * nnml.el (nnml-request-create-group): Properly check if group is not a
4916         file.
4917         (nnml-request-expire-articles): Don't delete articles if the target
4918         group is not available.
4919
4920         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4921         Don't quote characters that are within parentheses.
4922
4923 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4924
4925         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4926         (gnus-handle-ephemeral-exit): Select article according to it.
4927
4928 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4929
4930         * message.el (message-insert-formated-citation-line): Remove newline.
4931         (message-citation-line-format): Add final \n here so that the user can
4932         avoid a blank line.
4933
4934 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4935
4936         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4937         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4938         Update lanl/arXiv support.
4939
4940 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4941
4942         * gnus.el: Bump version number.
4943
4944 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4945
4946         * gnus.el (gnus-version-number): Bump version.
4947
4948 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4949
4950         * gnus.el: No Gnus v0.6 is released.
4951
4952 2007-04-27  Didier Verna  <didier@xemacs.org>
4953
4954         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4955         * gmm-utils.el (gmm-regexp-concat): here.
4956         * message.el: Don't require 'gnus-util.
4957         (message-dont-reply-to-names): Handle name change above.
4958         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4959
4960 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4963         since the initial value varies according to the system.
4964
4965 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4968
4969 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4970
4971         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4972
4973 2007-04-24  Didier Verna  <didier@xemacs.org>
4974
4975         Improve the type of gnus-ignored-from-addresses.
4976         * gnus-util.el (gnus-orify-regexp): New function.
4977         * message.el (gnus-util): Require it.
4978         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4979         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4980         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4981
4982 2007-04-24  Didier Verna  <didier@xemacs.org>
4983
4984         * gnus-sum.el:
4985         * gnus-utils.el: Fix some trailing whitespaces.
4986
4987 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4988
4989         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4990         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4991         article's Message-ID; refer parent article in summary buffer.
4992
4993         * message.el (message-bounce): Call mime-to-mml.
4994
4995         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4996         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4997         optimize and/or forms properly.
4998
4999 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
5000
5001         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
5002         URL.
5003
5004 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
5007
5008 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
5011         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
5012         displayed of multipart/alternative part if it is invoked from summary
5013         buffer.
5014
5015         * mm-view.el (mm-inline-text-html-render-with-w3m)
5016         (mm-inline-text-html-render-with-w3m-standalone)
5017         (mm-inline-render-with-function): Use mail-parse-charset by default.
5018
5019 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
5020
5021         * parse-time.el (parse-time-string-chars): Check if CHAR
5022         is less than the length of parse-time-syntax.
5023
5024 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
5027         from gnus-newsgroup-processable.
5028
5029 2007-04-16  Didier Verna  <didier@xemacs.org>
5030
5031         * gnus-msg.el (gnus-configure-posting-styles): Handle
5032         message-signature-directory properly with :file syntax.  Reported by
5033         "Leo".
5034
5035 2007-04-11  Didier Verna  <didier@xemacs.org>
5036
5037         New user option: message-signature-directory.
5038         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5039         * message.el (message-insert-signature): Ditto.
5040         * message.el (message-signature-file): Doc update.
5041         * message.el (message-signature-directory): New.
5042
5043 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * gnus-msg.el (gnus-inews-yank-articles): Use
5046         message-exchange-point-and-mark instead of exchange-point-and-mark.
5047
5048 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5049
5050         * message.el (message-yank-original): Make sure cited text ends with
5051         newline; don't exchange point and mark.
5052
5053 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5054
5055         * tls.el (open-tls-stream): Properly handle case where there
5056         is no associated buffer.
5057
5058 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5059
5060         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5061         message-yank-original, make sure (< mark TEXT point).
5062
5063 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5064
5065         * message.el (message-fill-column): New variable.
5066         (message-mode): Use it.  Add comment on a possible new hook.
5067
5068         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5069         (nnmail-get-new-mail): Reformat.
5070
5071         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5072
5073         * gmm-utils.el: Fix Commentary.
5074         (gmm-tool-bar-from-list): Fix typo in doc string.
5075
5076 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5077
5078         * message.el (message-yank-original): Don't switch point and mark
5079         unnecessarily to put point and mark as documented.
5080
5081 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5084         from the message heads.
5085
5086 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5087
5088         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5089         article buffer does not have a window.  This may not be the best
5090         solution but is certainly better than setting the start of the null,
5091         that is the current, window.
5092
5093 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5094
5095         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5096         (gnus-draft-setup): Run it.
5097
5098         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5099         gnus-score-fast-scoring.  Allow regexp.
5100         (gnus-score-headers): Use it.
5101
5102         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5103         XEmacs.
5104
5105         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5106         string.
5107         (gnus-button-alist): Also catch `<f1> k ...'.
5108         (gnus-treat-display-x-face): Fix doc string.
5109
5110 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5111
5112         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5113         evaluation of gnus-extended-version to ensure correct generation of the
5114         User-Agent header when message-generate-headers-first is used.
5115
5116 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5117
5118         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5119         hashcash-path is nil.  Don't call callback with incorrect number of
5120         parameters if val is 0.
5121
5122 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5123
5124         * message.el (message-required-news-headers):
5125         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5126
5127 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5128
5129         * tls.el (open-tls-stream): In handshake-waiting loop,
5130         don't wait more if there is output available to process.
5131
5132 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5133
5134         * tls.el (tls-program): Doc fix.
5135
5136 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5137
5138         * message.el (message-generate-new-buffers): Change the meaning of the
5139         nil value; add `standard' to the choices; treat t as `unique'; improve
5140         doc string.
5141         (gnus-select-frame-set-input-focus): Autoload.
5142         (message-buffer-name): Search for the existing message buffer if
5143         message-generate-new-buffers is nil or `standard'; treat the value t of
5144         message-generate-new-buffers as `unique'.
5145         (message-pop-to-buffer): Raise the frame already displaying the message
5146         buffer; clear the echo area after querying.
5147         (message-setup): Pass the `continue' argument to compose-mail.
5148         (message-mail): Prefer `switch-function' if it is given; search for the
5149         existing message buffer if the `continue' argument is non-nil; pass
5150         continue and switch-function arguments to compose-mail by way of
5151         message-setup.
5152         (message-mail-other-window): Adjust argument of message-setup.
5153         (message-mail-other-frame): Ditto.
5154
5155 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5158         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5159         to turn font-lock on when turning gnus-message-citation-mode on.
5160
5161 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5162
5163         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5164         (mml-smime-function-alist): New variable; add epg as the backend.
5165         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5166         mml-smime- functions instead.
5167         * mm-view.el: Require smime.
5168
5169 2007-03-05  Didier Verna  <didier@xemacs.org>
5170
5171         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5172         instead of just inheritance for posting styles.
5173         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5174
5175 2007-02-24  Chris Moore  <dooglus@gmail.com>
5176
5177         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5178         * pgg-pgp.el (pgg-pgp-encrypt-region):
5179         * pgg-gpg.el (pgg-gpg-encrypt-region):
5180         Check pgg-encrypt-for-me if no other recipients.
5181
5182 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5183
5184         * tls.el (tls-certtool-program): Fix custom type.
5185
5186 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5189         and point-at-eol instead of line-(beginning|end)-position.
5190
5191         * assistant.el (assistant-parse-buffer): Ditto.
5192
5193         * netrc.el (netrc-parse-services): Ditto.
5194
5195 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5196
5197         * mml2015.el (mml2015-epg-find-usable-key): New function.
5198         (mml2015-epg-sign): Use it.
5199         (mml2015-epg-encrypt): Use it.
5200
5201 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * message.el (message-make-in-reply-to): Quote name containing
5204         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5205         if there are special characters.  Reported by NAKAJI Hiroyuki
5206         <nakaji@jp.freebsd.org>.
5207
5208 2007-02-27  Didier Verna  <didier@xemacs.org>
5209
5210         Include the group parameters as well as the topic ones in the
5211         inheritance filter process.
5212         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5213         argument GROUP-PARAMS-LIST.
5214         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5215
5216 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5217
5218         * nntp.el (nntp-never-echoes-commands)
5219         (nntp-open-connection-functions-never-echo-commands): New variables.
5220         (nntp-send-command): Use them.
5221
5222 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5223
5224         * mml2015.el (mml2015-epg-verify): Simplified.
5225
5226 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * mml.el (mml-content-disposition-alist): New user option.
5229         (mml-content-disposition): New function.
5230         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5231         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5232
5233 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5234
5235         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5236         verification.
5237
5238 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5239
5240         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5241         articles posted in the last 24 hours.
5242
5243 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5244
5245         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5246
5247 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5248
5249         * nntp.el (nntp-send-command): Don't wait for echoes when
5250         nntp-open-ssl-stream is used.
5251
5252 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5255         (gnus-message-add-citation-keywords)
5256         (gnus-message-remove-citation-keywords): Remove.
5257         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5258         directly, make the variables in font-lock-defaults buffer-local, add
5259         gnus-message-citation-keywords to them and then update the value of
5260         font-lock-keywords.
5261
5262 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5263
5264         * message.el (message-cite-original-1): Don't call
5265         gnus-article-highlight-citation.
5266
5267         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5268         citations; fix line count.
5269
5270 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5271
5272         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5273         (gnus-message-add-citation-keywords)
5274         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5275         versions of font-lock-add-keywords and font-lock-remove-keywords to
5276         work with XEmacs correctly.
5277
5278 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-cite.el (gnus-cite-face-list): Set the values of
5281         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5282         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5283         (gnus-message-cite-prefix-regexp): New variable.
5284         (gnus-message-search-citation-line): Use it; protect against long
5285         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5286         the 0th match data for Emacs.
5287         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5288         (gnus-message-add-citation-keywords): Append keywords rather than
5289         prepending; emulate font-lock-add-keywords if it is not available.
5290         (gnus-message-remove-citation-keywords): Emulate
5291         font-lock-remove-keywords if it is not available.
5292
5293         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5294
5295         * message.el (message-cite-prefix-regexp): Set the value of
5296         gnus-message-cite-prefix-regexp.
5297
5298 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5299
5300         * nnweb.el (nnweb-google-parse-1): Update parser.
5301
5302 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5303
5304         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5305
5306 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5307
5308         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5309         regexp.
5310
5311 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5314         string-to-multibyte.
5315         (uudecode-decode-region-internal): Use it.
5316
5317         * lpath.el: Fbind string-as-multibyte for XEmacs.
5318
5319 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5322         custom choice.
5323
5324         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5325
5326 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5327
5328         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5329
5330         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5331         `write-region' to respect `mm-inhibit-file-name-handlers'.
5332
5333 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5336         Use gnus-home-directory instead of "~/" or "$HOME".
5337
5338 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5339
5340         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5341         to mention filename.
5342         Add comments at beginning regarding usage.
5343         (encrypt-write-file-contents): Change interactive so a string is
5344         acceptable.  If the file has no associated model, show an error instead
5345         of a nonsense prompt.
5346
5347 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5348
5349         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5350         Thanks to Yoshihiko Yamada for kind notification of this typo.
5351
5352 2007-01-12  Kenichi Handa  <handa@m17n.org>
5353
5354         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5355         multibyte buffer.
5356
5357 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5358
5359         * gnus-score.el (gnus-score-fast-scoring): New variable.
5360         (gnus-score-headers): Use it.
5361
5362         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5363
5364         * message.el (message-cite-original-1): Call
5365         gnus-article-highlight-citation if requested.
5366         (message-make-from): Allow name and address as optional arguments.
5367
5368         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5369
5370         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5371         bugs to doc string.
5372         (gnus-button-alist): Add mid\\|message-id.
5373         (gnus-button-fetch-group): Extend for use in
5374         `browse-url-browser-function'.
5375         (gnus-button-url-regexp): Try to catch paired parentheses like in
5376         Wikipedia URLs.
5377
5378         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5379         Suggested by Simon Krahnke <overlord@gmx.li>.
5380
5381 2007-01-13  Romain Francoise  <romain@orebokech.com>
5382
5383         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5384         Update copyright.
5385
5386 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5387
5388         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5389
5390 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * gnus-registry.el (gnus-registry-unfollowed-groups)
5393         (gnus-registry-split-fancy-with-parent): Fix documentation.
5394
5395 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5396
5397         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5398         from nnweb groups.
5399
5400 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5403         Xref urls.  Erase buffer before requesting head.
5404
5405 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5408         customizable.
5409
5410 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5411
5412         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5413         no signing key is found.
5414         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5415         no encrypting and/or signing key is found.
5416
5417 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5418
5419         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5420
5421 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5422
5423         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5424         headers read from disk with the ones newly found in the current search.
5425         This should no longer cause problems, because the article numbers in
5426         Gmane's `nov.php' output are ignored since the previous change.
5427
5428 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5429
5430         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5431
5432 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5435         replace-regexp-in-string; bind url-version; fbind display-images-p and
5436         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5437         find-face and set-itimer-function for Emacs; bind itimer-list for
5438         Emacs.
5439
5440         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5441
5442 2007-01-01  Romain Francoise  <romain@orebokech.com>
5443
5444         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5445
5446 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5447
5448         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5449         `define-minor-mode' macro definition expanded properly.
5450         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5451         exclude it there.
5452
5453         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5454         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5455         `fboundp' test.
5456         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5457         This is OK to autoload in (S)XEmacs now.
5458
5459 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5460
5461         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5462         keystroke.
5463         (gnus-summary-limit-to-singletons): Fix typo.
5464
5465         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5466         else fails.
5467
5468 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5469
5470         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5471         docstring.
5472
5473         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5474         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5475         (gnus-summary-insert-dormant-articles): Fix typo in message.
5476
5477 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5480         nil for XEmacs.
5481         (gnus-message-citation-mode): Don't autoload in XEmacs.
5482
5483         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5484
5485 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5486
5487         * nnimap.el (nnimap-expunge-search-string): Mention
5488         nnimap-search-uids-not-since-is-evil in docstring.
5489
5490 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5491
5492         * spam.el: Revert to make-obsolete-variable because
5493         define-obsolete-variable-alias is not supported in Emacs 21.
5494
5495         * spam.el (spam-ifile-path, spam-ifile-database-path)
5496         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5497         make-obsolete-variable.
5498         (spam-bsfilter-path, spam-bsfilter-program)
5499         (spam-spamassassin-path, spam-spamassassin-program)
5500         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5501         use "path" inappropriately.
5502         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5503         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5504         variable names.
5505
5506 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5507
5508         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5509         summary buffer.
5510
5511         * password.el (password-cache-remove): Use clear-string to burn
5512         password, if available.
5513
5514 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5515
5516         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5517
5518         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5519
5520         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5521         (gnus-message-highlight-citation): Move defcustom here from
5522         gnus-cite.el.
5523         (gnus-message-citation-mode): Autoload.
5524
5525         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5526         checks to make it compile with XEmacs.
5527         (gnus-message-citation-mode): New minor mode.
5528         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5529         (gnus-message-highlight-citation): New variables.
5530         (gnus-message-search-citation-line)
5531         (gnus-message-add-citation-keywords)
5532         (gnus-message-remove-citation-keywords)
5533         (turn-on-gnus-message-citation-mode)
5534         (turn-off-gnus-message-citation-mode): New functions.
5535
5536 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5537
5538         * gnus-cite.el: Enable highlighting of different citation levels in
5539         message-mode.
5540
5541 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5542
5543         * message.el (message-make-fqdn): Fix comment.
5544         (message-bogus-system-names): Add ".local".
5545
5546         * spam.el (spam-ifile-path, spam-ifile-program)
5547         (spam-ifile-database-path, spam-ifile-database)
5548         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5549         Don't use "path" inappropriately.
5550         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5551         strings.
5552         (spam-check-ifile, spam-ifile-register-with-ifile)
5553         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5554         new variable names.
5555
5556         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5557         (gnus-treat-display-smileys): Simplify using
5558         gnus-image-type-available-p.
5559
5560         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5561         available.
5562
5563         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5564         `display-images-p' if available.
5565
5566 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5567
5568         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5569         one after turning on the buffer's multibyteness instead of decoding
5570         them directly in the unibyte buffer that causes unexpected conversion
5571         in Emacs 23 (unicode).
5572
5573 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5574
5575         * message.el (message-generate-hashcash): Fix custom type.
5576
5577 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5578
5579         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5580
5581 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5582
5583         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5584         disconnect icons.  Add help text.
5585
5586 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5589         negated to be consistent with the others we handle.
5590
5591 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592
5593         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5594         version of gnus-summary-buffer to something, so that we can use two
5595         article buffers at the same time.
5596
5597 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5598
5599         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5600         trigger all the extra headers.
5601         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5602         sorting.
5603
5604 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5605
5606         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5607         solid groups.
5608
5609 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5610
5611         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5612
5613 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5614
5615         * legacy-gnus-agent.el: Add Copyright notice.
5616
5617 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5618
5619         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5620
5621 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5624
5625         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5626         to make it work reliably in CVS Emacs.
5627         (gnus-summary-limit-strange-charsets-predicate)
5628         (gnus-summary-limit-to-predicate): New functions.
5629
5630 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5631
5632         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5633         specifying array size.
5634         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5635         array if it is too small.
5636         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5637         (gnus-sort-threads-loop): New function.
5638
5639 2006-12-06  Chris Moore  <dooglus@gmail.com>
5640
5641         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5642         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5643
5644 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5645
5646         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5647         options.
5648
5649 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650
5651         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5652         DOS-ing the recipient.
5653
5654         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5655         the headers when creating the mapping to avoid mismappings.
5656         (nnweb-gmane-create-mapping): Always nix out old mapping.
5657
5658 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5661         and mm-verify-option to never.
5662
5663 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * message.el (message-signed-or-encrypted-p): New function.
5666         (message-forward-make-body): Use it.
5667
5668         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5669         Replace encode-coding-string with mm-encode-coding-string.
5670
5671 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * nneething.el (nneething-decode-file-name): Replace
5674         decode-coding-string with mm-decode-coding-string.
5675
5676         * gnus-int.el (gnus-open-server): Say failed server's name.
5677
5678 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5679
5680         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5681         strings to a single string.  Quote `errors-file-name'.
5682         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5683         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5684         Adjust calls.  Use `shell-quote-argument'.
5685
5686 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5687
5688         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5689         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5690
5691         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5692         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5693         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5694         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5695         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5696         (gnus-subscribe-newsgroup, gnus-1):
5697         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5698         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5699         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5700         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5701
5702 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5703
5704         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5705         keystroke.
5706         (gnus-summary-limit-to-bodies): Implement headersp.
5707
5708 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5709
5710         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5711
5712 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5715
5716 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5717
5718         * message.el (message-generate-hashcash): Expand range of values to
5719         include `opportunistic'.
5720         (message-send-mail): Use it.
5721
5722 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5723
5724         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5725         and comment it.
5726
5727         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5728
5729 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5730
5731         * gnus-util.el (gnus-extract-address-components): Improve comment.
5732
5733 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5734
5735         * gnus-util.el (gnus-extract-address-components): Work with address in
5736         which the name portion contains @.
5737
5738         * lpath.el: Fbind custom-autoload.
5739
5740 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * gnus.el (gnus-start): Move custom group up.
5743         (gnus-select-method): Don't autoload, but make it available for
5744         `customize-variable'.
5745         (gnus-getenv-nntpserver): Don't autoload.
5746
5747 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5748
5749         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5750
5751 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5752
5753         * message.el (message-sendmail-extra-arguments): New variable.
5754         (message-send-mail-with-sendmail): Use it.
5755
5756 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5757
5758         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5759         mm-with-unibyte-current-buffer to make string unibyte.
5760
5761         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5762         mm-string-as-multibyte.
5763
5764 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5765
5766         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5767         Reported by Werner Koch <wk@gnupg.org>.
5768
5769 2006-11-14  Daiki Ueno  <ueno@p360>
5770
5771         * mml2015.el: Autoload epa-select-keys when compiling.
5772
5773 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5774
5775         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5776         message-options.
5777         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5778
5779 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5780
5781         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5782         EasyPG (< 0.0.6).
5783         (mml2015-always-trust): New user option.
5784         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5785         prompt.
5786
5787 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5788
5789         * nntp.el (nntp-authinfo-force): New variable.
5790         (nntp-send-authinfo): Use it.
5791
5792 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5793
5794         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5795         decode encoded words.  Improve prompt.  Add comment about forwarding.
5796         (message-replacement-char): Move up.
5797
5798 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5799
5800         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5801         instead of gnus-intersection because arguments of gnus-sorted-nunion
5802         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5803
5804 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5805
5806         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5807         (message-simplify-subject-functions): Enable
5808         message-strip-subject-encoded-words by default.
5809
5810 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5811
5812         * message.el (message-strip-subject-encoded-words): New function.
5813         (message-simplify-subject-functions): New variable.
5814         (message-simplify-subject): Use it.  Fix typo in doc string.
5815         Support message-strip-subject-encoded-words.
5816
5817 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5818
5819         * gnus-diary.el (gnus-diary-delay-format-function):
5820         * nndiary.el (nndiary-reminders):
5821         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5822
5823 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5824
5825         * gnus-art.el (article-hide-boring-headers): Fetch date from
5826         gnus-original-article-buffer to avoid problems with localized date
5827         strings.
5828
5829 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5832
5833 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5834
5835         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5836         New variables.
5837         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5838         (mm-charset-synonym-alist): Move some entries to
5839         mm-codepage-iso-8859-list.
5840         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5841         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5842
5843 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5844
5845         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5846
5847 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5848
5849         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5850         with Emacs 21 and XEmacs.
5851
5852 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5853
5854         * spam.el (spam-parse-address): New function for better parsing,
5855         catching errors, etc.
5856         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5857
5858 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5859
5860         * mm-view.el: Add interactive arg to html2text autoload.
5861
5862 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5865
5866 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5867
5868         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5869         variables.
5870         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5871         (mm-charset-synonym-alist): Move some entries to
5872         mm-codepage-iso-8859-list.
5873
5874         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5875
5876 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5877
5878         * message.el (message-citation-line-format)
5879         (message-insert-formated-citation-line): Fix implementation of %E, %N
5880         and %n according to the doc string.
5881
5882 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5883
5884         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5885         car-safe to avoid bad parses.
5886
5887 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5890         names.
5891
5892         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5893
5894 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5897         header.
5898
5899         * message.el (message-draft-headers): Add Date.
5900         (message-headers-to-generate): Fix typo in docstring.
5901
5902         * nndraft.el (nndraft-required-headers): New variable.
5903         (nndraft-generate-headers): Use it.
5904
5905         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5906
5907 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5908
5909         * gnus-registry.el (gnus-registry-wash-for-keywords)
5910         (gnus-registry-find-keywords): New functions to allow easy searching of
5911         articles that are in the registry.
5912
5913 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5914
5915         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5916         ietf-drums-parse-address instead of gnus-extract-address-components.
5917         Reported by Damien Elmes <damien@repose.cx>.
5918
5919 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5920
5921         * gnus.el (gnus-mime): Remove unused custom group.
5922
5923 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5924
5925         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5926         "blank line" when searching for end of armor headers.
5927
5928 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * gmm-utils.el (gmm-write-region): Fix variable name.
5931
5932 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5933
5934         * gmm-utils.el (gmm-write-region): New function based on compatibility
5935         code from `mm-make-temp-file'.
5936
5937         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5938
5939         * nnmaildir.el (nnmaildir--update-nov)
5940         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5941         Use `gmm-write-region'.
5942
5943 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5946         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5947
5948         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5949
5950         * message.el (message-replacement-char): New variable.
5951         (message-fix-before-sending): Use it.
5952         (message-simplify-subject): New function to remove duplicate code.
5953         (message-reply, message-followup): Use it.
5954
5955         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5956         gnus-summary-limit-to-articles.
5957
5958 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5959
5960         * gnus-util.el (gnus-with-local-quit): New macro.
5961
5962         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5963
5964 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5965
5966         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5967         ignore non-string data.
5968
5969 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5970
5971         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5972         non-string data (needs to be done in the registry too).
5973
5974 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5975
5976         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5977         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5978         (gnus-registry-split-fancy-with-parent)
5979         (gnus-registry-fetch-simplified-message-subject-fast)
5980         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5981         Remove text properties on ingress into the registry and when it's saved.
5982         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5983         registry from entries with no groups.
5984
5985 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5986
5987         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5988         function to remove string properties.
5989
5990 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5991
5992         * gmm-utils.el (gmm): Adjust custom version.
5993
5994         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5995         custom version.
5996
5997         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5998
5999 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
6000
6001         * gnus-art.el (gnus-insert-prev-page-button)
6002         (gnus-insert-next-page-button): Simplify.  Reformat.
6003
6004 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6005
6006         * gnus-art.el (gnus-insert-prev-page-button)
6007         (gnus-insert-next-page-button): Apply gnus-article-button-face.
6008
6009 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
6010
6011         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
6012
6013 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
6014
6015         * gnus-art.el (gnus-insert-mime-button)
6016         (gnus-insert-mime-security-button):
6017         Apply gnus-article-button-face to MIME and security buttons.
6018
6019 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
6020
6021         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
6022         readable.
6023
6024 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
6027
6028 2006-09-20  Steve Youngs  <steve@sxemacs.org>
6029
6030         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
6031         `browse-url-of-file' instead of `browse-url'.
6032
6033 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6034
6035         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6036         regexp.  Articles containing quotation were cut prematurely.
6037
6038 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6039
6040         * message.el (message-cite-original-1): Use nobody by default for the
6041         value of From header.
6042         (message-reply): Ditto.
6043
6044 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6045
6046         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6047         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6048         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6049
6050 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6051
6052         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6053         mails in the doc string.  Add some URLs in comment.
6054         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6055
6056 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6059         backslashes handling and the way to find boundaries of quoted strings.
6060
6061 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6062
6063         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6064         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6065         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6066         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6067
6068 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6069
6070         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6071         doc string.
6072         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6073
6074 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * lpath.el: Fbind epg-check-configuration.
6077
6078 2006-09-06  Simon Josefsson  <jas@extundo.com>
6079
6080         * mml2015.el (mml2015-use): Doc fix, mention epg.
6081
6082 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6083
6084         * mml2015.el (mml2015-use): Default to epg, if available.
6085
6086 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6087
6088         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6089         message-sender.
6090         (mml1991-epg-encrypt): Ditto.
6091         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6092         message-sender.
6093         (mml2015-epg-encrypt): Ditto.
6094
6095 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6096
6097         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6098         several common directories.
6099
6100 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6101
6102         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6103         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6104
6105 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6106
6107         * gnus-art.el (article-decode-encoded-words): Make it fast.
6108
6109 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6112
6113         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6114         in quoted string into `\'.
6115
6116 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6119         Use standard-syntax-table.
6120
6121 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-art.el (gnus-decode-address-function): New variable.
6124         (article-decode-encoded-words): Use it to decode headers which are
6125         assumed to contain addresses.
6126         (gnus-mime-delete-part): Remove useless `or'.
6127
6128         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6129         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6130         (gnus-nov-parse-line): Use it to decode From header.
6131         (gnus-get-newsgroup-headers): Ditto.
6132         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6133
6134         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6135         (mail-decode-encoded-address-string): New alias.
6136
6137         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6138         New function.
6139         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6140         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6141         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6142         (rfc2047-decode-string): Ditto.
6143         (rfc2047-decode-address-region): New function.
6144         (rfc2047-decode-address-string): New function.
6145
6146 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6147
6148         * message.el (message-caesar-buffer-body): Allow rotating headers.
6149
6150         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6151
6152         * message.el (message-insert-formated-citation-line): Fix %f.
6153         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6154
6155 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6158         (gnus-bookmark-mouse-available-p): New macro.
6159         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6160         (gnus-bookmark-bmenu-show-infos): Use it.
6161         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6162         (gnus-bookmark-bmenu-hide-infos): Ditto.
6163         (gnus-bookmark-remove-properties): New function.
6164         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6165         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6166         (gnus-bookmark-write-file): Bind coding-system-for-write.
6167         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6168         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6169         group before selecting it.
6170         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6171         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6172         quit-window if it is not available; use gnus-mouse-2 and bind it to
6173         gnus-bookmark-bmenu-select-by-mouse.
6174         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6175         (gnus-bookmark-bmenu-select-by-mouse): New function.
6176
6177 2006-08-13  Romain Francoise  <romain@orebokech.com>
6178
6179         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6180         space.
6181
6182 2006-08-10  Romain Francoise  <romain@orebokech.com>
6183
6184         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6185         (dns-mode-soa-auto-increment-serial): New user option.
6186         (dns-mode-soa-maybe-increment-serial): New function.
6187         (dns-mode): Add the latter to `write-contents-functions'.
6188
6189 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6190
6191         * compface.el (uncompface): Use binary rather than raw-text-unix.
6192
6193 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * compface.el (uncompface): Make sure the eol conversion doesn't take
6196         place when communicating with the external programs.  Reported by
6197         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6198
6199 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6202
6203 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6204
6205         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6206         Make it more robust by parsing author and date independently.
6207
6208 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6209
6210         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6211
6212 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6213
6214         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6215         first matching secret key.
6216         (mml2015-epg-encrypt): Ditto.
6217
6218         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6219         first matching secret key.
6220         (mml1991-epg-encrypt): Ditto.
6221
6222         * mml2015.el (mml2015-encrypt-to-self): New user option.
6223         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6224         mml2015-epg-encrypt-to-self is set.
6225
6226         * mml1991.el (mml1991-encrypt-to-self): New variable.
6227         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6228         mml1991-epg-encrypt-to-self is set.
6229
6230         * mml2015.el (mml2015-signers): New user option.
6231         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6232         (mml2015-epg-encrypt): Allow to select signing keys.
6233
6234         * mml1991.el (mml1991-signers): New variable.
6235         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6236         (mml1991-epg-encrypt): Allow to select signing keys.
6237
6238 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6239
6240         * nnheader.el (nnheader-insert-head): Make it work even if the file
6241         uses CRLF for the line-break code.
6242
6243 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6244
6245         * mml2015.el: Require mml-sec instead of password.
6246         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6247         (mml2015-cache-passphrase): Inherit the default value from
6248         mml-secure-cache-passphrase.
6249         (mml2015-passphrase-cache-expiry): Inherit the default value from
6250         mml-secure-passphrase-cache-expiry.
6251
6252         * mml1991.el: Require mml-sec instead of password.
6253         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6254         (mml1991-cache-passphrase): Inherit the default value from
6255         mml-secure-cache-passphrase.
6256         (mml1991-passphrase-cache-expiry): Inherit the default value from
6257         mml-secure-passphrase-cache-expiry.
6258
6259         * mml-sec.el: Require password.
6260         (mml-secure-verbose): New user option.
6261         (mml-secure-cache-passphrase): New user option.
6262         (mml-secure-passphrase-cache-expiry): New user option.
6263
6264 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6265
6266         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6267         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6268         andreas@altroot.de (Andreas Vögele).
6269
6270         FIXME: Use `tiny change'?
6271
6272 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6273
6274         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6275         workaround for the url package included with Emacs.
6276
6277         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6278
6279 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6280
6281         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6282         correctly.  This fixes a bug caused by the 2006-05-12 change.
6283
6284 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6285
6286         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6287         some information about the error when saying that the `bogus' mail
6288         group will be used.
6289
6290 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6291
6292         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6293         string.
6294
6295 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6296
6297         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6298
6299 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6300
6301         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6302
6303 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6304
6305         * mml1991.el (mml1991-function-alist): Add epg.
6306         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6307         (mml1991-epg-encrypt): New functions.
6308
6309 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6310
6311         * mml2015.el (mml2015-verbose): New variable.
6312         (mml2015-cache-passphrase): Ditto.
6313         (mml2015-passphrase-cache-expiry): Ditto.
6314         (mml2015-function-alist): Add epg.
6315         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6316         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6317         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6318         functions.
6319
6320 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6321
6322         * message.el (message-cite-original-1): Preserve region when removing
6323         quoted text due to X-No-Archive in order to avoid bogus attribution
6324         when citing multiple messages.
6325
6326 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6327
6328         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6329         Kenneth Jacker <khj@be.cs.appstate.edu>.
6330
6331 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * gnus-diary.el (gnus-user-format-function-d)
6334         (gnus-user-format-function-D): Autoload.
6335
6336         * imap.el (Commentary): Fix typo.
6337
6338         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6339         2006-04-22 contribution.
6340
6341 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6342
6343         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6344         It didn't really fix the bogosity I'm seeing with solid web groups.
6345
6346 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6347
6348         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6349         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6350         created using server names.  If we use the feature without declaring
6351         it, Gnus does not properly manage server and group state.
6352
6353         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6354         bound.
6355
6356 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6357
6358         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6359         looking up the method using GROUP's prefix before inventing a new one.
6360         It is used on killed/unknown groups in various places where returning
6361         an all-new method isn't expected by the caller.
6362
6363         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6364         and match semantics of gnus-group-real-prefix.
6365
6366 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6367
6368         * nnmail.el (nnmail-broken-references-mailers): New variable.
6369         (nnmail-ignore-broken-references): New function generalizing
6370         nnmail-fix-eudora-headers.
6371         (nnmail-fix-eudora-headers): Now obsolete.
6372
6373         * gnus-art.el (gnus-button-handle-custom): Support
6374         `customize-apropos*'.
6375
6376 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6379
6380         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6381         articles.
6382
6383 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6384
6385         * message.el (message-cite-reply-above): New variable.
6386         (message-yank-original): Use it.
6387
6388 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6389
6390         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6391
6392 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6393
6394         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6395         as read.
6396
6397         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6398
6399 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6400
6401         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6402         (gnus-bookmark-default-file): Use gnus-directory.
6403         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6404         Remove "*" in doc string.
6405         (gnus-bookmark-write-file): Simplify.
6406         (gnus-bookmark-maybe-sort-alist): Use `when'.
6407         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6408         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6409         FIXME about Emacs 21 and XEmacs compatibility.
6410         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6411         compatibility.
6412         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6413         compatibility.
6414         (gnus-bookmark-menu-heading): Fix version.
6415
6416 2006-06-19  Bastien Guerry  <bzg@altern.org>
6417
6418         * gnus-bookmark.el: New file.
6419
6420 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * message.el (message-syntax-checks): Doc fix.
6423
6424 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6425
6426         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6427         unsubscribed groups as if they were killed ones.  It causes duplicate
6428         entries in gnus-newsrc-alist.
6429
6430 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * message.el (message-syntax-checks): Doc fix.
6433         (message-send-mail): Add check for continuation headers.
6434         (message-check-news-header-syntax): Fix regexp used to check for
6435         continuation headers.
6436
6437 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6440
6441 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6442
6443         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6444
6445 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6448         default-truncate-lines.
6449
6450 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6451
6452         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6453         to fill the utf-8 entry.
6454
6455         * lpath.el: Fbind unicode-precedence-list.
6456
6457 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6458
6459         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6460
6461 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6462
6463         * gnus-agent.el (directory-files-and-attributes): Move all the way
6464         forward (the third and final move).
6465         (gnus-agent-read-agentview): Trap reconstruction errors due to
6466         nonexistant directory.  Handle by returning nil.
6467
6468 2006-05-30  Didier Verna  <didier@xemacs.org>
6469
6470         * message.el (message-dont-reply-to-names): Update the custom type.
6471         * message.el (message-dont-reply-to-names): New defsubst: potentially
6472         convert a list of regexps into a single one.
6473         * message.el (message-get-reply-headers): Use it.
6474         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6475
6476 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-agent.el (directory-files-and-attributes): Move forward.
6479
6480 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * gnus-ml.el (gnus-mailing-list-subscribe)
6483         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6484         (gnus-mailing-list-message): Fix doc strings.
6485
6486 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6487
6488         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6489         of doing it manually.
6490
6491 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6494         comment.
6495
6496 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6497
6498         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6499         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6500         (gnus-agent-read-local): All symbols allocated in my-obarray.
6501         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6502         (gnus-agent-regenerate-group): Check numeric names to see if they are
6503         messages or groups.
6504         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6505         better way of do this...)
6506
6507         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6508         'dummy.group' (there should be a better way of do this...)
6509
6510 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6511
6512         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6513         (gnus-saved-headers): Ditto.
6514         (gnus-default-article-saver): Mention functions may have properties.
6515         (gnus-article-save): Override gnus-save-all-headers and
6516         gnus-saved-headers by :headers property which saver function may have.
6517         (gnus-summary-save-in-file): Add :headers property.
6518         (gnus-summary-write-to-file): Ditto.
6519
6520         * gnus-sum.el (gnus-summary-save-article): Bind
6521         gnus-prompt-before-saving to t when saving many articles in a file;
6522         always show all headers.
6523
6524         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6525
6526 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6529         marks.
6530
6531         * message.el (message-indent-citation): Add optional arguments to allow
6532         using it outside of message buffers.
6533
6534         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6535         (gnus-article-treat-unfold-headers): Use it.
6536         (gnus-article-truncate-lines): New variable.
6537         (gnus-article-mode): Use it.
6538         (gnus-article-toggle-truncate-lines): New function.
6539
6540         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6541         gnus-article-toggle-truncate-lines.
6542
6543         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6544         coding system in XEmacs, use binary.
6545
6546 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6549         after-load-alist.
6550
6551         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6552         this function should save decoded articles.
6553         (gnus-summary-write-to-file): Use property to specify this function
6554         should save decoded articles and specify gnus-summary-save-in-file
6555         should be used to save articles other than the first one when saving
6556         many articles.
6557         (gnus-summary-save-body-in-file): Use property to specify this
6558         function should save decoded articles.
6559         (gnus-summary-write-body-to-file): Use property to specify this
6560         function should save decoded articles and specify
6561         gnus-summary-save-body-in-file should be used to save articles other
6562         than the first one when saving many articles.
6563
6564         * gnus-sum.el (gnus-summary-save-article): Simplify.
6565
6566 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6567
6568         * gnus-art.el (gnus-default-article-saver): Add
6569         gnus-summary-write-body-to-file.
6570         (gnus-article-save-coding-system): Don't use coding system object
6571         in XEmacs.
6572         (gnus-read-save-file-name): Add optional `dir-var' argument which
6573         specifies directory in which files are saved; work even if optional
6574         `variable' argument is not specified.
6575         (gnus-summary-write-to-file): Read file name.
6576         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6577         (gnus-summary-write-body-to-file): New function.
6578
6579         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6580         (gnus-summary-local-variables): Add it.
6581         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6582         (gnus-summary-save-article): Remove optional `decode' argument;
6583         determine whether to decode articles by the value of
6584         gnus-default-article-saver; when saving many files using
6585         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6586         it first and use gnus-summary-save-in-file or
6587         gnus-summary-save-body-in-file thereafter unless
6588         gnus-prompt-before-saving is always; move point to article which
6589         will be saved.
6590         (gnus-summary-save-article-file): Revert.
6591         (gnus-summary-write-article-file): Revert.
6592         (gnus-summary-save-article-body-file): Revert.
6593         (gnus-summary-write-article-body-file): New function.
6594
6595 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6596
6597         * gnus-art.el (gnus-default-article-saver): Doc fix.
6598         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6599         from gnus-summary-save-article-coding-system, and default to a
6600         certain coding system.
6601         (gnus-output-to-file): Add coding cookie and encode text according
6602         to gnus-article-save-coding-system; don't use mm-append-to-file.
6603
6604         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6605         gnus-art.el and rename to gnus-article-save-coding-system.
6606         (gnus-summary-save-article): Require gnus-art; don't show all
6607         headers if it decodes articles; don't add coding cookie here;
6608         don't bind mm-text-coding-system-for-write.
6609         (gnus-summary-save-article-file): Save decoded articles.
6610         (gnus-summary-write-article-file): When saving many files, use
6611         gnus-summary-write-to-file first and gnus-summary-save-in-file
6612         thereafter unless gnus-prompt-before-saving is always.
6613         (gnus-summary-save-article-body-file): Save decoded articles.
6614
6615         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6616
6617 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6618
6619         * nnrss.el (nnrss-check-group): Bind hash-index.
6620
6621 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6622
6623         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6624         its hash index.  Store this hash in `nnrss-group-data'.
6625         (nnrss-read-group-data): Update accordingly.
6626
6627 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6630         entry.
6631
6632         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6633         gnus-article-browse-html-article.
6634
6635 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6636
6637         * gnus-sum.el (gnus-summary-mime-map): Add
6638         gnus-article-browse-html-article.
6639
6640         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6641
6642 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6645         suitable coding systems in customize.
6646
6647 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6648
6649         * mail-source.el (mail-sources): Fix custom type.
6650
6651 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6652
6653         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6654         (gnus-summary-expire-articles-now): Shorten prompt.
6655
6656         * gmm-utils.el (wid-edit): Require.
6657         (defun-gmm): Renamed from `gmm-defun-compat'.
6658         (gmm-image-search-load-path): Use it.
6659         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6660
6661 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6662
6663         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6664         variable.
6665         (gnus-summary-save-article): Add optional `decode' argument.  If
6666         it is set and gnus-summary-save-article-coding-system is non-nil,
6667         save decoded article.
6668         (gnus-summary-write-article-file): Save decoded article if
6669         gnus-summary-save-article-coding-system is non-nil.
6670
6671         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6672         type.
6673
6674 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6677
6678 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6681         first to test gnus-single-article-buffer which may be buffer-local.
6682
6683         * gnus-sum.el (gnus-summary-setup-buffer): Make
6684         gnus-single-article-buffer buffer-local and nil in ephemeral
6685         group; make gnus-article-buffer, gnus-article-current, and
6686         gnus-original-article-buffer always buffer-local.
6687         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6688         group.
6689         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6690
6691 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6692
6693         * nnml.el (nnml-request-compact-group): Compressed files might not
6694         have .gz extension.
6695
6696 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6697
6698         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6699         (mm-copy-to-buffer): Use with-current-buffer.
6700         (mm-display-part): Simplify.
6701         (mm-inlinable-p): Add optional arg `type'.
6702
6703 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6704
6705         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6706         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6707         Try harder to show the attachment internally or externally using
6708         gnus-mime-view-part-as-type.
6709
6710 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6711
6712         * message.el (message-from-style, message-signature-separator)
6713         (message-user-organization-file, message-send-mail-function)
6714         (message-citation-line-function, message-yank-prefix)
6715         (message-indent-citation-function, message-signature)
6716         (message-signature-file, message-signature-insert-empty-line):
6717         Remove autoloads.
6718
6719         * gnus-art.el (gnus-buttonized-mime-types): Remove
6720         "multipart/signed".  Revert 2006-04-26 change.
6721
6722 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6723
6724         * gnus.el (gnus-version-number): Bump version.
6725
6726 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6727
6728         * gnus.el: No Gnus v0.5 is released.
6729
6730 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6731
6732         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6733         fetching articles by message-id.
6734
6735 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6736
6737         * message.el (hashcash): Require hashcash as normal.
6738
6739         * ecomplete.el (ecomplete-highlight-match-line): Use
6740         point-at-eol.
6741         (ecomplete-highlight-match-line): Use `highlight', because that
6742         face exists in both Emacs and XEmacs.
6743
6744         * message.el (message-display-abbrev): Use point-at-bol.
6745
6746         * mail-source.el: Don't require timer/timer-funcs.
6747
6748         * gnus-async.el: Ditto.
6749
6750         * password.el: Ditto.
6751
6752         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6753
6754         * mm-url.el: Ditto.
6755
6756         * gnus-xmas.el: Don't require timer-funcs.
6757
6758         * mm-util.el: Require timer/timer-funcs.
6759
6760 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6761
6762         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6763         Close.
6764
6765 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6766
6767         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6768         unibyte after clear-decrypt function runs.
6769
6770         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6771         returns as a unibyte string.
6772
6773 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6774
6775         * lpath.el: Revert.
6776
6777         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6778         (pgg-gpg-process-sentinel): Revert.
6779
6780         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6781         (pgg-pgp-lookup-key): Revert.
6782
6783         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6784         (pgg-pgp5-lookup-key): Revert.
6785
6786         * pgg.el (pgg-fetch-key): Revert.
6787
6788 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * lpath.el: Fbind string-as-multibyte for XEmacs.
6791
6792         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6793         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6794         (mml1991-pgg-encrypt): Ditto.
6795
6796         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6797         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6798         a multibyte buffer.
6799
6800         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6801         (pgg-pgp-lookup-key): Ditto.
6802
6803         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6804         (pgg-pgp5-lookup-key): Ditto.
6805
6806         * pgg.el (pgg-fetch-key): Ditto.
6807
6808 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6809
6810         * message.el (message-user-organization-file): Check several
6811         locations of the organization file.
6812
6813         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6814         Add gnus-article-view-part-as-type.
6815
6816         * gnus-art.el (gnus-article-view-part-as-type): New function.
6817
6818         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6819         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6820
6821         * mml.el: Simplify autoload.
6822         (mml-mode): defvar dnd-protocol-alist instead of using
6823         symbol-value.
6824         (mml-default-directory): New variable.
6825         (mml-minibuffer-read-file): Use it.
6826         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6827
6828         * message.el (message-citation-line-format): New variable.
6829         (message-insert-formated-citation-line): New function.
6830         (message-citation-line-function): Add
6831         `message-insert-formated-citation-line' to custom type.
6832
6833         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6834         to doc string.
6835
6836         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6837         depending on mm-verify-option.
6838
6839 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6842         binding pgg-* variables; reimplement the section which prevents
6843         MIME header from being signed.
6844         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6845         pgg-text-mode; remove a blank line at the top of body.
6846
6847         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6848         lines at the top of body; use gnus-newsgroup-charset if there's no
6849         Charset header.
6850
6851 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6852
6853         * message.el (message-self-insert-commands): Doc fix.
6854
6855         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6856         (mm-uu-pgp-encrypted-test): Ditto.
6857         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6858         between header and body; return application/pgp-encrypted handle
6859         if decryption failed; decode decrypted body by charset.
6860
6861         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6862         element match to application/pgp-*.
6863
6864 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6865
6866         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6867         HTML.
6868
6869 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6870
6871         * mail-source.el (mail-source-call-script): Message the error
6872         string.
6873
6874 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6875
6876         * gnus-util.el (gnus-byte-compile): Use it.
6877
6878 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6879
6880         * gnus-util.el (kill-empty-logs): New function.
6881
6882 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6883
6884         * message.el (message-mail-alias-type): Doc fix.
6885         (message-mail-alias-type-p): New function.
6886         (message-send): Use it.
6887         (message-mode): Ditto.
6888         (message-strip-forbidden-properties): Ditto.
6889
6890         * ecomplete.el (ecomplete-database-file-coding-system): New
6891         variable.
6892         (ecomplete-save): Use it.
6893         (ecomplete-setup): Use it.
6894
6895 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * message.el (message-self-insert-commands): New variable.
6898         (message-strip-forbidden-properties): Use it.
6899
6900 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6901
6902         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6903         that doesn't make XEmacs choke.
6904
6905 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus-util.el (gnus-replace-in-string):
6908         Prefer replace-regexp-in-string over of replace-in-string.
6909
6910 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6911
6912         * gnus-util.el (gnus-select-frame-set-input-focus):
6913         Use select-frame-set-input-focus if it is available in XEmacs; use
6914         definition defined in Emacs 22 for old Emacsen.
6915
6916         * dgnushack.el: Autoload unmorse-region for XEmacs.
6917
6918         * lpath.el: Bind cursor-in-non-selected-windows and
6919         select-frame-set-input-focus for XEmacs.
6920
6921 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6924
6925 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6926
6927         * gnus-registry.el (gnus-registry-cache-save): Remove text
6928         properties when saving via the temp buffer.
6929
6930 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6931
6932         * message.el (message-generate-hashcash): Honor custom type.
6933
6934 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6935
6936         * message.el (message-generate-hashcash): Default to non-nil when
6937         hashcash is found.
6938
6939         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6940         (gnus-refer-thread-limit): Increase default to 500.
6941
6942         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6943
6944         * flow-fill.el (fill-flowed): Allow delete-space.
6945
6946 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6949         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6950         Remove autoloads.
6951
6952 2006-04-18  Simon Josefsson  <jas@extundo.com>
6953
6954         * message.el (message-generate-hashcash): Default to.
6955
6956 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6959         concatenating segments rather than before concatenating them.
6960
6961 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6962
6963         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6964
6965 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6966
6967         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6968
6969         * message.el (message-forward-make-body-plain): Allow
6970         message-forward-ignored-headers to be a list.
6971         (message-remove-ignored-headers): Factor out into function.
6972         (message-forward-make-body-mml): Use it.
6973
6974         * imap.el (imap-quote-specials): New function.
6975         (imap-login-auth): Quote specials.
6976
6977         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6978         (rfc2231-parse-string): Allow concatanation of parameters that
6979         aren't contiguous.  The test case is
6980           (mail-header-parse-content-type "message/external-body;
6981             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6982             access-type=LOCAL-FILE;
6983             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6984
6985 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6986
6987         * nntp.el (nntp-accept-process-output): Return the value of
6988         `nnheader-accept-process-output'.
6989
6990 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6991
6992         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6993         (gnus-button-alist): Recognize more diff formats.
6994         (gnus-button-patch): Strip directory.
6995
6996 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6999         Emacs 22 when setting focus.
7000
7001 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7002
7003         * gnus-art.el (gnus-article-treat-types): Do treatment of
7004         text/x-verbatim parts.
7005         (gnus-button-patch): New command.
7006
7007         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
7008         addresses that contain invalid characters.
7009
7010 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7011
7012         * message.el (message-put-addresses-in-ecomplete): Use
7013         gnus-replace-in-string.
7014         (message-is-yours-p): Use the more correct
7015         mail-header-parse-address instead of
7016         mail-extract-address-components.
7017         (message-put-addresses-in-ecomplete): Fix typo.
7018
7019         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
7020         keystroke.
7021
7022         * gnus-art.el (gnus-treatment-function-alist): Change order of
7023         newsgroups/generic header folding to avoid double-folding.
7024
7025         * message.el (message-hidden-headers): Add X-Draft-From.
7026
7027         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
7028         command.
7029         (gnus-summary-repeat-search-article-backward): New command.
7030
7031         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
7032         groups in the parent topic.
7033
7034 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7035
7036         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7037         (spam-extra-header-to-number): Return the CRM114 number as a
7038         number instead of a string.
7039
7040 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7041
7042         * gnus-art.el (gnus-face-properties-alist): Moved here from
7043         gnus-fun.
7044
7045         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7046
7047 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7048
7049         * message.el (message-strip-forbidden-properties): Only display on
7050         self-insert-command.
7051
7052         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7053         reindent.
7054         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7055
7056 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7057
7058         * smiley.el (smiley-style): Fix typo.
7059
7060 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7061
7062         * hashcash.el (hashcash-insert-payment-async-2): Use
7063         message-goto-eoh instead of doing it manually.
7064         (mail-add-payment): Use message-narrow-to-header instead of trying
7065         to do the same itself.
7066
7067         * message.el (message-hidden-headers): Add Face.
7068
7069         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7070         reparenting code.
7071         (gnus-summary-reparent-children): Refactored out code.
7072         (gnus-summary-thread-map): New keystroke.
7073         (gnus-summary-reparent-children): Make into command.
7074
7075         * smiley.el (smiley-style): Default to `medium' if using a large
7076         font.
7077
7078         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7079         does it itself.
7080
7081         * message.el (message-point-in-header-p): Simplify definition.
7082
7083 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084
7085         * nnagent.el (nnagent-request-set-mark): Silence log file
7086         writing.
7087         (nnagent-request-set-mark): Use write-region instead of
7088         append-to-file.
7089
7090         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7091         strange select method.
7092
7093         * ecomplete.el (ecomplete-display-matches): Get highlightling
7094         right.
7095         (ecomplete-display-matches): Use literals.
7096         (ecomplete-display-matches): Disable message logging.
7097
7098         * message.el (message-display-abbrev): Small optimization.
7099
7100         * ecomplete.el (ecomplete-display-matches): Allow automatic
7101         display.
7102
7103         * message.el (message-strip-forbidden-properties): Display
7104         abbrevs.
7105         (message-display-abbrev): Get automatic display right.
7106
7107         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7108         keystrokes.
7109
7110 2006-04-13  Romain Francoise  <romain@orebokech.com>
7111
7112         TODO: Backport to v5-10!
7113
7114         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7115         Moved here (and renamed) from gnus-registry.el.
7116
7117         * gnus-registry.el: Require gnus-util.
7118         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7119
7120 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7121
7122         * gnus-group.el (gnus-group-catchup-current): Change
7123         if-then-else-if-then-else into cond.
7124         (gnus-group-catchup): Indent.
7125         (group-name-at-point): New function.
7126         (gnus-fetch-group): Provide default from thing at point.
7127
7128 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7129
7130         * message.el (message-display-abbrev): Fix regexp.
7131
7132         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7133         choosing.
7134         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7135         dead variables.
7136
7137         * message.el (message-newline-and-indent): Remove debugging.
7138         (message-display-abbrev): Use new implementation.
7139
7140 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7141
7142         * gnus-art.el (gnus-article-mode): Set
7143         cursor-in-non-selected-windows to nil.
7144
7145         * smiley.el: Revert previous change.
7146         (smiley-data-directory): defvar it before using it in the
7147         defcustom of `smiley-style'.
7148
7149 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7150
7151         * message.el (message-newline-and-indent): New function.
7152
7153         * ecomplete.el: Implement more bits.
7154
7155         * message.el (message-put-addresses-in-ecomplete): Clean up the
7156         string.
7157
7158         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7159
7160         * gnus-sum.el (gnus-summary-save-parts): Bind
7161         gnus-summary-save-parts-counter and use it to make unique file
7162         names.
7163
7164         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7165
7166         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7167         parameter to say whether to actually parse the individual
7168         addresses.
7169
7170         * message.el (message-put-addresses-in-ecomplete): New function.
7171         (ecomplete): Require.
7172         (message-mail-alias-type): Add ecomplete as an option.
7173
7174 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7175
7176         * flow-fill.el (fill-flowed): Remove trailing space from blank
7177         quoted lines.
7178
7179 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7180
7181         * smiley.el (smiley-style): Move definition later to avoid a
7182         compilation warning.
7183
7184 2006-04-12  Kenichi Handa  <handa@m17n.org>
7185
7186         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7187         buffer and then decode the buffer text if necessary.
7188         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7189         first, and after mm-encode-body, change the buffer to unibyte.
7190         Use mm-disable-multibyte instead of set-buffer-multibyte.
7191
7192 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7193
7194         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7195         Content-Type header instead of Content-Disposition header.
7196         (gnus-mime-inline-part): Ditto.
7197         (gnus-mime-view-part-as-charset): Ignore charset that the part
7198         specifies.
7199
7200         * mm-decode.el (mm-display-part): Work with external parts and
7201         usual parts similarly.
7202
7203         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7204         instead of gnus-display-mime.
7205
7206         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7207         instead of with-temp-buffer.
7208
7209         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7210         tag to summarized topics part in order to encode non-ASCII text.
7211
7212 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * smiley.el (smiley-style): New variable.
7215         (smiley-directory): New function.
7216         (smiley-data-directory): Derive from `smiley-style' using
7217         `smiley-directory'.
7218         (smiley-regexp-alist): Add new entries.
7219
7220         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7221         (gnus-article-browse-delete-temp): Add :version.
7222
7223 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7224
7225         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7226         the sieve region.
7227
7228 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7229
7230         * gnus.el (gnus-version-number): Bump version.
7231
7232 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * gnus.el: No Gnus v0.4 is released.
7235
7236 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7237
7238         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7239         layout.
7240
7241         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7242         unknown charset.
7243
7244         * message.el (message-header-synonyms): Add Original-To to the
7245         default.
7246
7247         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7248         optional parameter.
7249
7250 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * gnus-fun.el (gnus): Require it for gnus-directory.
7253
7254 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7255
7256         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7257
7258 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7259
7260         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7261
7262 2006-04-05  Simon Josefsson  <jas@extundo.com>
7263
7264         * password.el (password-reset): New function.
7265
7266 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7267
7268         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7269         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7270
7271 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7272
7273         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7274         Some whitespace was matched into the url, which broke browsing hits
7275         > 100 when mm-url-use-external was nil.
7276
7277 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7278
7279         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7280         gnus-extra-headers for 'Newsgroups.
7281
7282         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7283         bound.
7284
7285 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7286
7287         * pgg-gpg.el: Clean up process buffers every time gpg processes
7288         complete.
7289
7290 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7291
7292         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7293         doc string.
7294
7295 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7296
7297         * pgg-gpg.el (pgg-gpg-process-filter)
7298         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7299
7300         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7301         lines, temporary fix.
7302
7303 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7304
7305         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7306
7307 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7308
7309         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7310         default-enable-multibyte-characters.  This reverts the change from
7311         revision 6.17 which is no longer necessary because the passphrase
7312         is sent separately now.  GnuPG messages are unreadable under
7313         multibyte locales with default-enable-multibyte-characters set to
7314         nil.
7315
7316 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7317
7318         * message.el (message-tool-bar-gnome): Move "spell".
7319
7320 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7321
7322         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7323         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7324         instead.
7325
7326 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7327
7328         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7329         newsgroups handling for NNTP overviews which don't include
7330         Newsgroups.
7331
7332 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7333
7334         * message.el (message-resend): Bind message-generate-hashcash to nil.
7335
7336 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7337
7338         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7339         when searching for already-paid recipients.
7340
7341 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7342
7343         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7344         passphrases when it is not needed.
7345         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7346         passphrase stuff from gpg, should only be necessary when you use
7347         gpg with a smartcard.
7348
7349 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * mml.el (mml-insert-mime): Ignore cached contents of
7352         message/external-body part.
7353
7354         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7355         (mm-insert-part): Ditto.
7356
7357 2006-03-23  Simon Josefsson  <jas@extundo.com>
7358
7359         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7360         Reiner.
7361         (pgg-gpg-use-agent-p): Use it again.
7362
7363 2006-03-23  Simon Josefsson  <jas@extundo.com>
7364
7365         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7366         older emacsen.
7367         (pgg-gpg-use-agent-p): Don't use it.
7368
7369 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7372         if we can.
7373
7374 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7375
7376         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7377         (pgg-gpg-update-agent): New function.
7378         (pgg-gpg-use-agent-p): New function.
7379         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7380         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7381         (pgg-gpg-sign-region): Use it.
7382
7383 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7384
7385         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7386         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7387
7388 2006-03-21  Simon Josefsson  <jas@extundo.com>
7389
7390         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7391         <wilde@sha-bang.de>.
7392         (pgg-gpg-use-agent): New variable.
7393         (pgg-gpg-process-region): Use it.
7394         (pgg-gpg-encrypt-region): Likewise.
7395         (pgg-gpg-encrypt-symmetric-region): Likewise.
7396         (pgg-gpg-decrypt-region): Likewise.
7397         (pgg-gpg-sign-region): Likewise.
7398         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7399
7400 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7401
7402         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7403
7404         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7405         Add comment on version.
7406
7407 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * smiley.el: Add missing test smiley.
7410
7411 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * mm-decode.el (mm-with-part): New macro.
7414         (mm-get-part): Use it; work with message/external-body as well.
7415         (mm-save-part): Treat name and filename equally.
7416
7417         * mm-extern.el (mm-extern-cache-contents): New function.
7418         (mm-inline-external-body): Use it; force the part to be displayed;
7419         move undisplayer added to the cached handle to the parent.
7420
7421         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7422         (gnus-mime-view-part-as-type): Work with message/external-body.
7423
7424         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7425
7426 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7427
7428         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7429         images in image-load-path.  [Sync with image.el, revision 1.60, in
7430         Emacs.]
7431
7432 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7433
7434         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7435         path rather than symbol.  Always return list of directories.
7436         Guarantee that image directory comes first.  [Sync with image.el,
7437         revision 1.59, in Emacs.]
7438
7439         * message.el (message-make-tool-bar): Adjust to new API of
7440         `gmm-image-load-path-for-library'.
7441
7442         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7443
7444         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7445
7446 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7447
7448         * gnus-art.el (gnus-article-only-boring-p):
7449         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7450         intangible text.
7451         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7452
7453 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7454
7455         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7456         `defun' instead of `gmm-defun-compat'.
7457
7458 2006-03-14  Simon Josefsson  <jas@extundo.com>
7459
7460         * message.el (message-unique-id): Don't use message-number-base36
7461         if (user-uid) is a float.
7462         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7463
7464 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7467
7468         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7469         empty line between a part and a message part.
7470
7471 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * smiley.el: Add more test smileys.
7474         (smiley-data-directory, smiley-regexp-alist)
7475         (gnus-smiley-file-types): Fix doc strings.
7476         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7477         adding new elements.
7478         (smiley-mouse-map): Unused code.  Make it a comment.
7479
7480 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7483         scan latest NoCeM messages instead of old ones.
7484         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7485         delimiters that are recently used.
7486         (gnus-nocem-load-cache): Add autoload cookie.
7487
7488         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7489
7490         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7491         level which is larger than gnus-use-nocem is specified.
7492
7493         * gnus-group.el (gnus-group-get-new-news): Ditto.
7494
7495 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7496
7497         * gnus-util.el (gnus-tool-bar-update): New function.
7498
7499         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7500         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7501
7502         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7503
7504         * gnus-group.el (gnus-group-redraw-when-idle)
7505         (gnus-group-redraw-check): Remove.
7506         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7507
7508 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7511         if optional last element is specified in splits (FIELD VALUE...).
7512
7513 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7514
7515         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7516         to gmm-image-load-path-for-library.  Call with no-error argument.
7517         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7518
7519         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7520
7521         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7522
7523         * gmm-utils.el (gmm-image-load-path): Remove alias.
7524
7525 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * gmm-utils.el (gmm-image-load-path): Add alias.
7528
7529         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7530         nnml-generate-nov-databases-1.
7531         (nnml-generate-nov-databases): Use it.
7532         (nnml-generate-nov-databases-directory): Document no-active
7533         argument.
7534
7535         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7536         directory if path is t.  Add no-error.
7537
7538         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7539         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7540
7541         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7542         resetting gnus-article-browse-html-temp-list.
7543
7544         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7545         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7546         Add example to docstring.  Rename local variables.  Move error
7547         checks to default case in cond and simplify.
7548
7549 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7550
7551         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7552         handle is multipart when calling it recursively.
7553         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7554
7555 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7556
7557         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7558         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7559
7560 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7561
7562         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7563         is loaded.
7564
7565         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7566         loaded.
7567
7568 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7571         to "Emacs 23 (unicode)" in doc string.
7572
7573         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7574         "Emacs 23 (unicode)" in comment.
7575
7576 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7577
7578         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7579
7580         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7581         characters 160 through 255 in Emacs 23.
7582
7583 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7586         gnus-article-browse-html-temp.
7587         (gnus-article-browse-delete-temp): Make it customizable.  Add
7588         `file'.  Adjust doc string.
7589         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7590         query for each file.  Adjust doc string.
7591         (gnus-article-browse-html-parts): Add
7592         `gnus-article-browse-delete-temp-files' to
7593         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7594
7595 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7596
7597         * gnus-art.el (gnus-article-browse-html-temp)
7598         (gnus-article-browse-delete-temp): New variables.
7599         (gnus-article-browse-delete-temp-files): New function.
7600         (gnus-article-browse-html-parts): Use it.
7601
7602 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7603
7604         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7605
7606         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7607         string.
7608
7609         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7610         gnus-summary-insert-new-articles when unplugged.  Remove
7611         gnus-summary-search-article-forward.
7612
7613         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7614         display-visual-class instead of display-color-cells.
7615
7616 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7617
7618         * dgnushack.el: Autoload customize-group for XEmacs.
7619
7620         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7621         message/* containing non-ASCII text properly.
7622
7623 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7624
7625         * message.el: Require gmm-utils, remove autoloads.
7626         (message-tool-bar): Set default based on
7627         gmm-tool-bar-style.
7628         (message-tool-bar-gnome): Add gmm-customize-mode.
7629
7630         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7631         gmm-tool-bar-style.
7632         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7633
7634         * gnus-group.el (gnus-group-tool-bar): Set default based on
7635         gmm-tool-bar-style.
7636         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7637
7638         * gmm-utils.el (gmm-image-directory): Rename variable from
7639         gmm-image-load-path.
7640         (gmm-image-load-path): Use gmm-image-directory.
7641         (gmm-customize-mode): New function.
7642         (gmm-tool-bar-style): New variable.
7643
7644         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7645         gnus-group-redraw-line-number.
7646         (gnus-group-redraw-check): Simplify.
7647         (gnus-group-tool-bar-update): Remove redraw check.
7648         (gnus-group-make-tool-bar): Add redraw check.
7649
7650 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7651
7652         * gnus-art.el (gnus-button): Add missing parentheses.
7653
7654 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * lpath.el: Fbind line-number-at-pos.
7657
7658 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7661
7662 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * gnus-art.el (gnus-button): New face.
7665         (gnus-article-button-face): Use it.
7666
7667         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7668         gnus-summary-next-page.  Re-order.
7669
7670         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7671         next-node are now included.
7672         (gnus-group-redraw-line-number): New internal variable.
7673         (gnus-group-redraw-check): Helper function for updating the tool
7674         bar.
7675         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7676
7677         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7678
7679         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7680         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7681         Use it to match format of Spamassassin 3.0 and later.  Reported by
7682         IRIE Tetsuya <irie@t.email.ne.jp>.
7683         (spam-check-bogofilter)
7684         (spam-bogofilter-register-with-bogofilter): Fix args of
7685         `gnus-error' calls.
7686
7687 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7688
7689         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7690         unnecessary interaction when sending queued mails.  Reported by
7691         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7692
7693 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7696         first or last are nil.
7697
7698 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7699
7700         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7701
7702 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7703
7704         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7705
7706 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7707
7708         * dns.el (query-dns): Protect more against buggy tcp output.
7709
7710 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7711
7712         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7713         nov.php.
7714
7715 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7716
7717         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7718         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7719         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7720         output on the server side.
7721         (nnweb-google-create-mapping): Update regexps and add some
7722         progress indication.
7723
7724 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7727         gnus-agent-toggle-plugged.  Re-order icons.
7728         (gnus-group-tool-bar-gnome): Add
7729         gnus-group-{prev,next}-unread-group.
7730         (gnus-group-tool-bar-gnome): Re-order icons.
7731
7732         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7733         gnus-summary-insert-new-articles.
7734
7735         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7736         comments.
7737
7738         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7739         also available in Emacs 21.3.
7740
7741         * message.el (message-fix-before-sending): Change "Emacs 22" to
7742         "Emacs 23 (unicode)" in comment.
7743
7744         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7745         "Emacs 23 (unicode)" in comment.
7746
7747         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7748         comment.
7749         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7750
7751         * mm-view.el (mm-fill-flowed): Add :version.
7752
7753 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7754
7755         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7756         and load-path.
7757
7758 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7759
7760         * message.el: Autoload gmm-image-load-path.
7761         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7762         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7763         consitency.
7764
7765         * gmm-utils.el (gmm-image-load-path): Also search in
7766         "../etc/images".  Don't set gmm-image-load-path if we don't find
7767         the image.
7768
7769 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7770
7771         * gmm-utils.el (gmm-image-load-path): Don't make
7772         `gmm-image-load-path' include subdirectories which the second arg
7773         `image' might specify.
7774
7775         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7776         subdirectory to icon file names.
7777
7778         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7779
7780 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7781
7782         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7783         gmm-image-load-path calls.
7784
7785         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7786
7787         * message.el (message-make-tool-bar): Ditto.
7788
7789         * mml.el (mml-preview): Added comment concerning tool bar icons.
7790
7791         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7792         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7793
7794         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7795         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7796
7797         * message.el (message-tool-bar-gnome): Use new icon names.
7798         (message-make-tool-bar): Use `gmm-image-load-path'.
7799
7800         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7801         functions from MH-E.
7802         (gmm-image-load-path): New variable from MH-E.
7803         (gmm-image-load-path): New function from MH-E.  Added arguments
7804         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7805         *-image-load-path-called-flag.
7806
7807 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7808
7809         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7810
7811 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7812
7813         * nnimap.el (nnimap-request-move-article): Change folder back to
7814         source group before deleting.
7815
7816 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7819
7820         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7821         mm-url.
7822
7823         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7824
7825 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7828         coding system which mm-charset-to-coding-system returns for a
7829         given charset is valid.
7830
7831 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7832
7833         * html2text.el (html2text-remove-tag-list):
7834         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7835
7836 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7837
7838         * gnus-cus.el: Revert 2005-10-17 change.
7839
7840 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus-art.el (article-strip-banner): Call
7843         article-really-strip-banner only when the regexp match is made.
7844
7845 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7846
7847         * gnus-art.el (article-strip-banner): Use
7848         gnus-extract-address-components instead of
7849         mail-header-parse-addresses to make it work with non-ASCII text;
7850         remove mail-encode-encoded-word-string.
7851
7852         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7853         values which are surrounded with \"...\"; make it never cause a
7854         Lisp error; give up parsing of parameters if it failed in
7855         extracting type.
7856
7857 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7858
7859         * smime.el (smime-cert-by-ldap-1): Fix bug where
7860         `smime-ldap-search' returns results without userCertificates.
7861
7862 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7863
7864         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7865
7866 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * spam.el (spam-check-spamassassin-headers): Adapt format for
7869         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7870         <ari@mbf.ocn.ne.jp>.
7871         (spam-list-of-processors): Add spam-use-gmane.
7872
7873 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7876         make-temp-file; make it work with XEmacs as well.
7877
7878         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7879         mm-make-temp-file.
7880
7881         * mm-decode.el (mm-display-external): Use the 3rd arg of
7882         mm-make-temp-file.
7883         (mm-create-image-xemacs): Ditto.
7884
7885 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7888         with message-narrow-to-headers.
7889         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7890         (gnus-draft-check-draft-articles): New function.
7891         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7892
7893 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7894
7895         * gnus-art.el (gnus-article-browse-html-parts):
7896         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7897         Don't use suffix argument for mm-make-temp-file for Emacs 21
7898         compatibility.  Remove useless `format'.
7899
7900 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7901
7902         * nnweb.el (nnweb-google-wash-article): Update regexps.
7903         (nnweb-group-alist): Use defvoo instead of defvar.
7904
7905 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7908         re-loading nn* modules.
7909
7910 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7911
7912         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7913         for `tool-bar-mode' and don't check it's default-value.
7914
7915         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7916
7917         * message.el (message-make-tool-bar): Ditto.
7918
7919         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7920         `substring'.  Shorten tmp-file name.
7921
7922         * gnus.el: Remove bogus comment.
7923
7924 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7925
7926         * gnus-art.el (gnus-article-browse-html-parts): New function.
7927         (gnus-article-browse-html-article): New function for viewing html
7928         articles with a browser.
7929
7930 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7931
7932         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7933         in elisp.
7934         (pgg-gpg-encrypt-symmetric-region): Ditto.
7935         (pgg-gpg-sign-region): Ditto.
7936
7937         * pgg-def.el (pgg-text-mode): New variable.
7938
7939         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7940         (mml2015-pgg-encrypt): Ditto.
7941
7942         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7943         (mml1991-pgg-encrypt): Ditto.
7944
7945 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7946
7947         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7948         message-make-date instead of current-time-string.
7949
7950         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7951         to gnus-decoded which mm-uu might set.
7952
7953 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7956         don't decode quoted parameters; remove misimported Emacs code.
7957         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7958         (rfc2231-decode-encoded-string): Don't use split-string which
7959         behaves differently according to Emacs version; use
7960         mm-decode-coding-region to convert charset to coding-system.
7961         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7962         (rfc2231-encode-string): Remove misimported Emacs code.
7963
7964 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7965
7966         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7967         when calling mail-header-parse-content-type.
7968         (article-de-quoted-unreadable): Ditto.
7969         (article-de-base64-unreadable): Ditto.
7970         (article-wash-html): Ditto.
7971
7972         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7973         calling mail-header-parse-content-type and
7974         mail-header-parse-content-disposition.
7975         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7976         mail-header-parse-content-type.
7977
7978         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7979         insert charset and format parameters; encode description after
7980         inserting it to buffer.
7981         (mml-insert-parameter): Fold lines properly even if a parameter is
7982         segmented into two or more lines; change the max column to 76.
7983
7984         * rfc1843.el (rfc1843-decode-article-body): Don't use
7985         ignore-errors when calling mail-header-parse-content-type.
7986
7987         * rfc2231.el (rfc2231-parse-string): Return at least type if
7988         possible; don't cause an error even if it fails in parsing of
7989         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7990         (rfc2231-encode-string): Don't break lines at the beginning, leave
7991         it to mml-insert-parameter.
7992
7993         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7994         calling mail-header-parse-content-type.
7995
7996 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7997
7998         * spam-report.el (spam-report-gmane-use-article-number):
7999         Improve doc string.
8000         (spam-report-gmane-internal): Check if a suitable header was found
8001         in the article.
8002
8003 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8004
8005         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
8006         (rfc2231-encode-string): Make param*=value always begin with LWSP.
8007
8008 2006-02-05  Romain Francoise  <romain@orebokech.com>
8009
8010         Update copyright notices of all files in the gnus directory.
8011
8012 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8013
8014         * nnweb.el (nnweb-request-group): Avoid growing overview files.
8015
8016 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
8019         segmented lines of parameter value to cope with Thunderbird 1.5
8020         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
8021         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8022         (rfc2231-encode-string): Don't make lines exceeding 76 column.
8023
8024 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
8025
8026         * mml.el (mml-generate-mime-1): Correct the order of inline signed
8027         parts.
8028
8029 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8030
8031         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
8032         there's only one active file for all servers.
8033         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8034         solid groups.  Gnus might have used a FAST request to select the group.
8035         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8036         and nnweb-search redundantly in the active file.
8037         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8038         (nnweb-request-create-group): Don't use ARGS.
8039         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8040         initialisations.  Let nnoo do the work.
8041
8042 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8045         Say the part has been decoded.
8046
8047         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8048
8049 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8050
8051         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8052         mailcap-viewer-test-cache when there's no 'test clause, since that
8053         will invert the meaning of a "nil" test previously determined by
8054         mailcap-mailcap-entry-passes-test.
8055
8056 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8059         compiling.
8060
8061         * gnus-sum.el: Ditto.
8062
8063         * message.el: Don't bind tool-bar-map when compiling.
8064
8065 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8066
8067         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8068
8069 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8070
8071         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8072         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8073         current Google Groups.
8074
8075 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8076
8077         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8078         and tool-bar-mode.
8079
8080         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8081         and tool-bar-mode.
8082
8083         * message.el (message-tool-bar-update): Simplify.
8084         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8085
8086         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8087         gnus-summary-buffer.
8088         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8089         gnus-summary-reply.
8090
8091         * gmm-utils.el (gmm): Add :version.
8092
8093 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8094
8095         * Makefile.in (clean): New rule.
8096         (distclean): Use it.
8097
8098 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8099
8100         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8101         autoload.
8102
8103 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8104
8105         * gmm-utils.el (gmm-verbose): Add :group.
8106
8107 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8108
8109         * message.el: Change some comments WRT tool-bars.
8110
8111         * gnus-sum.el (gnus-summary-tool-bar)
8112         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8113         (gnus-summary-tool-bar-zap-list): New variables.
8114         (gnus-summary-make-tool-bar): Complete rewrite using
8115         `gmm-tool-bar-from-list'.
8116
8117         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8118         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8119         variables.
8120         (gnus-group-make-tool-bar): Complete rewrite using
8121         `gmm-tool-bar-from-list'.
8122         (gnus-group-tool-bar-update): New function.
8123
8124         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8125
8126 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8127
8128         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8129         is dissected into a single part of which the type is the same as
8130         the given one; decode charset.
8131
8132 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8133
8134         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8135         into alists as symbol not string, since that's what
8136         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8137         look for.
8138
8139 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8140
8141         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8142         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8143
8144         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8145
8146 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8149         (gnus-xmas-mime-security-button-menu): New function.
8150
8151         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8152         (gnus-mime-security-button-menu): New definition.
8153         (gnus-mime-security-button-map): Use them.
8154         (gnus-mime-security-button-menu): New function.
8155         (gnus-insert-mime-security-button): Addition to help echo.
8156         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8157         (gnus-mime-security-pipe-part): New functions.
8158
8159         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8160         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8161
8162         * mm-decode.el (mm-handle-set-disposition): Remove.
8163         (mm-handle-set-description): Remove.
8164
8165 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8168         (mm-w3m-standalone-supports-m17n-p): New function.
8169         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8170         w3m usage.
8171
8172         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8173         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8174
8175 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8176
8177         * message.el (message-tool-bar-zap-list): Use
8178         gmm-tool-bar-zap-list as custom type.
8179         (message-tool-bar-update): New function.
8180         (message-tool-bar, message-tool-bar-gnome)
8181         (message-tool-bar-retro): Add message-tool-bar-update.
8182         (message-tool-bar-gnome): Add flyspell-buffer.
8183
8184         * gnus-util.el (gnus-error): Describe `args'.
8185
8186         * gmm-utils.el (gmm-error): Describe `args'.
8187         (gmm-tool-bar-zap-list): New widget.
8188         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8189
8190 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8193         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8194         the number of recursive calls.
8195
8196         * mm-decode.el (mm-handle-set-disposition): New macro.
8197         (mm-handle-set-description): New macro.
8198
8199 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8202         encoding.
8203
8204 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8205
8206         * message.el (message-tool-bar-zap-list, message-tool-bar)
8207         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8208         (message-tool-bar-local-item-from-menu): Remove.
8209         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8210         (message-make-tool-bar): New function.
8211         (message-mode): Use `message-make-tool-bar'.
8212
8213         * gmm-utils.el: New file.
8214         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8215         (gmm-lazy): New widget copied from `nnmail.el'.
8216         (gmm-tool-bar-from-list): New function for creating customizable
8217         tool bars.
8218         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8219         output.
8220         (gmm): Add :prefix to defgroup.
8221
8222 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8223
8224         * gmm-utils.el (gmm-widget-p): New function.
8225
8226 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * mml.el (mml-attach-file): Describe `description' in doc string.
8229         (mml-menu): Add Emacs MIME manual and PGG manual.
8230
8231 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8232
8233         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8234
8235 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8236
8237         * nntp.el (nntp-end-of-line): Doc fix.
8238
8239 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8240
8241         * imap.el (imap-open): Handle case where buffer is a buffer
8242         object.
8243
8244 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8245
8246         * gnus-delay.el (gnus-delay): Don't autoload.
8247         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8248         to be re-loaded when customizing the `gnus-delay' group.
8249
8250 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8251
8252         * message.el (message-insert-citation-line): Use newlines.
8253
8254 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8255
8256         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8257         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8258         these routines, so the passphrase can be managed externally and
8259         passed in to the system.
8260         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8261         pgg-add-passphrase-to-cache function.
8262
8263         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8264         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8265         these routines, so the passphrase can be managed externally and
8266         passed in to the system.
8267         (pgg-pgp5-sign-region): Use new name of
8268         pgg-add-passphrase-to-cache function.
8269
8270 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8271
8272         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8273         part of the decoded armor to find the key-identifier.
8274         (pgg-gpg-lookup-key-owner): New function to return the
8275         human-readable identifier of a key owner.
8276         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8277         itself.
8278         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8279         the key value) if we have a key and can match it against a secret
8280         key.  Also, added a note pointing out fact that the prompt only
8281         indicates the first matching key.
8282
8283         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8284         pgg-decrypt-region.
8285         (pgg-add-passphrase-to-cache): Rename from
8286         `pgg-add-passphrase-cache' to reduce confusion (all callers
8287         changed).
8288         (pgg-remove-passphrase-from-cache): Rename from
8289         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8290         changed).
8291         (pgg-read-passphrase, pgg-add-passphrase-cache)
8292         (pgg-remove-passphrase-cache): Add informative docstrings.
8293         (pgg-decrypt): Convey provided passphrase in subordinate call to
8294         pgg-decrypt-region.
8295
8296 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8297
8298         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8299         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8300         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8301         'passphrase' argument, so the passphrase can be managed externally
8302         and then passed in to the system.
8303
8304         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8305         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8306         so the passphrase cache can be used reliably with identifiers
8307         besides a pgp packet's key id.
8308
8309         * pgg-gpg.el (pgg-gpg-encrypt-region)
8310         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8311         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8312         these routines, so the passphrase can be managed externally and
8313         passed in to the system.
8314
8315         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8316         'notruncate' argument, so the passphrase cache can be used
8317         reliably with identifiers besides a pgp packet's key id.
8318
8319 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8320
8321         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8322         symmetric encryption.
8323         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8324         encrypted session key.
8325         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8326         message ask for the passphrase in a proper way.
8327
8328         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8329         New user commands for symmetric encryption.
8330
8331 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8334
8335         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8336
8337 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8338
8339         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8340
8341 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * mm-decode.el (mm-inlined-types): Add application/pgp.
8344         (mm-automatic-display): Ditto.
8345
8346         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8347         part as text.
8348
8349 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8350
8351         * nnrss.el: Update copyright.
8352         (nnrss-opml-import): Query whether to subscribe to each entry.
8353
8354         * gnus-art.el:
8355         * gnus-sum.el:
8356         * gnus-xmas.el:
8357         * messagexmas.el:
8358         * mm-uu.el:
8359         * mm-view.el: Update copyright.
8360
8361 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * message.el (message-info): New function.
8364         (message-mode-menu): Add it.
8365         Update copyright.
8366
8367         * ChangeLog: Fix and update copyright.
8368
8369 2006-01-13  Romain Francoise  <romain@orebokech.com>
8370
8371         * message.el (message-forward-subject-name-subject): Prefer the
8372         address to 'nowhere' if the sender has no name.
8373         Fix typo.  Update copyright year.
8374
8375 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * gnus-art.el (article-wash-html): Use
8378         gnus-summary-show-article-charset-alist if a numeric arg is given.
8379         (gnus-article-wash-html-with-w3m-standalone): New function.
8380
8381         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8382         mm-inline-text-html-render-with-w3m-standalone.
8383         (mm-text-html-washer-alist): Map w3m-standalone to
8384         gnus-article-wash-html-with-w3m-standalone.
8385         (mm-inline-text-html-render-with-w3m-standalone): New function.
8386
8387 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8390         Improve LaTeX.
8391
8392 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8393
8394         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8395         (nnrss-request-article): Render text/plain parts as HTML.
8396
8397         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8398         the buffer.
8399
8400 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8403         custom definition of `gnus-posting-styles'.
8404
8405         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8406         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8407
8408 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8409
8410         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8411         Use nntp for bug archive.
8412
8413 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8414
8415         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8416         parts.
8417         (nnrss-normalize-date): New function converts ISO 8601 date into
8418         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8419         (nnrss-check-group): Use it.
8420
8421 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8424
8425         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8426         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8427         (nnrss-insert-w3): Ditto.
8428
8429 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8430
8431         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8432         the articles to be forwarded including the case where neither a
8433         number of articles nor a region is specified.
8434
8435 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8436
8437         * nnrss.el (nnrss-request-article): Fix last change; fill
8438         text/plain parts.
8439
8440 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8443         in text/plain part.
8444         (nnrss-check-group): Don't add excessive newline to dc:subject.
8445
8446 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8447
8448         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8449         article.
8450
8451 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8452
8453         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8454         (nnml-use-compressed-files, nnml-save-mail): Support other
8455         comression programs such as bzip2.
8456
8457 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8458
8459         * dns.el (query-dns): Make sure we check the buffer size before
8460         removing tcp headers.
8461
8462 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8465         remove MIME buttons associated with multipart/alternative parts.
8466         (gnus-mime-display-alternative): Tag buttons using `article-type'
8467         text property.
8468
8469         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8470         associated with multipart/alternative parts.
8471
8472         * gnus-art.el (gnus-signature-separator): Fix custom type.
8473
8474         * mm-decode.el (mm-inlined-types): Fix custom type.
8475         (mm-keep-viewer-alive-types): Ditto.
8476         (mm-automatic-display): Ditto.
8477         (mm-attachment-override-types): Ditto.
8478         (mm-inline-override-types): Ditto.
8479         (mm-automatic-external-display): Ditto.
8480
8481 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8482
8483         * spam-report.el (spam-report-user-mail-address)
8484         (spam-report-user-agent): New variables.
8485         (spam-report-url-ping-plain): Use spam-report-user-agent.
8486
8487 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8488
8489         * gnus-art.el (gnus-button-handle-custom): Do not just use
8490         `customize-apropos' for any "M-x customize-*" button but the
8491         function called for.  Accept both the function name and its
8492         argument in order to achieve this.
8493         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8494         function name to `gnus-button-handle-custom' in case of "M-x
8495         customize-*" buttons.
8496
8497 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8500         multipart/alternative and add xref to mm-discouraged-alternatives
8501         in doc string.
8502
8503         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8504         gnus-buttonized-mime-types in doc string.
8505
8506 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8507
8508         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8509         Suggest image/.* in the doc string.
8510
8511 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8512
8513         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8514         message-marks (Debian bug #342521).
8515
8516 2005-12-12  Simon Josefsson  <jas@extundo.com>
8517
8518         * password.el (password-read-from-cache): Add.
8519         (password-read): Use it.
8520
8521 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8524         us-ascii as a MIME charset.
8525
8526         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8527         against the case where the 2nd arg TYPE is nil.
8528
8529 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8530
8531         * pop3.el (pop3-stream-type): Fix custom version.
8532
8533         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8534
8535 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8536
8537         * mm-decode.el (mm-display-external): Add missing cdr.
8538
8539 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8542         RFC1524) if it is in mailcap or add a suffix according to
8543         mailcap-mime-extensions when generating a temp filename; postpone
8544         deleting a temp file for 2 seconds for some wrappers, shell
8545         scripts, and so on, which might exit right after having started a
8546         viewer command as a background job.
8547
8548 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * nntp.el (nntp-marks-directory): Fix custom group.
8551
8552         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8553         steps when < 10.
8554
8555         * gnus-start.el (gnus-no-server-1): Mention
8556         `gnus-level-default-subscribed' in doc string.
8557
8558 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8559
8560         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8561         parens.
8562
8563 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * gnus-xmas.el (gnus-use-toolbar): Revert.
8566         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8567         gnus-use-toolbar is default.
8568
8569         * messagexmas.el (message-use-toolbar): Revert.
8570         (message-setup-toolbar): Use global default-toolbar if
8571         message-use-toolbar is default.
8572
8573 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8574
8575         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8576         according to default-toolbar-visible-p.
8577
8578         * messagexmas.el (message-use-toolbar): Ditto.
8579
8580 2005-11-26  Dave Love  <fx@gnu.org>
8581
8582         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8583         (tls-program, tls-success): Provide openssl alternative.
8584
8585         * starttls.el: Doc fixes.
8586         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8587         SERVICE to PORT.
8588
8589         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8590         port null or service name.
8591         (starttls-negotiate): Autoload.
8592
8593 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8594
8595         * message.el (message-kill-to-signature): Fix interactive spec.
8596
8597 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * pop3.el (pop3-open-server): Recognize a string as a service name.
8600
8601 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8602
8603         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8604
8605 2005-11-23  Dave Love  <fx@gnu.org>
8606
8607         Add pop3s, pop3/starttls.
8608
8609         * pop3.el (pop3-authentication-scheme): Clarify doc.
8610         (open-tls-stream, starttls-open-stream): Autoload.
8611         (pop3-stream-type): New.
8612         (pop3-open-server): Use it.
8613
8614         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8615         for POP.
8616         (mail-source-keyword-map): Add :stream for POP.
8617         (mail-source-fetch-pop): Use pop3-stream-type.
8618
8619 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8622         of current-time-string.
8623
8624 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8625
8626         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8627         date header.
8628
8629 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8630
8631         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8632         it can seriously impact performance as it bypasses the agent's
8633         local caches.
8634
8635 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8636
8637         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8638         must be explicitly online rather than "not explicitly offline" for
8639         its flags to be synchronized.
8640
8641         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8642         that gnus-uu-unmark-thread will function correctly.
8643
8644         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8645         1024K is instead displayed as 1M.
8646
8647 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8648
8649         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8650
8651 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8652
8653         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8654
8655 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8656
8657         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8658         error message to display actual error condition.
8659         (gnus-agent-save-local): Avoid saving symbols that are bound to
8660         nil as they simply result in a warning message in
8661         gnus-agent-read-local.
8662
8663 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8666         rather than make-variable-buffer-local for file-precious-flag.
8667
8668 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8669
8670         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8671         for duplicates which are removed.  The invalid sort check then
8672         triggers a rescan after the sort as sorting may have moved
8673         duplicate entries such that they can be cheaply detected.
8674
8675 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8678
8679 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8680
8681         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8682         internal variable to a custom variable.  Changed default value
8683         from compressed(2) to uncompressed(1).
8684         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8685         support for uncompressed agentview files.  Taken together, reading
8686         the agentview file should now be 6-7 times faster.
8687
8688 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8689
8690         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8691         as a buffer-local variable.  This avoids creating truncated
8692         dribble files as a result of a hang up, eg.
8693
8694 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8695
8696         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8697         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8698         XEmacs.
8699
8700 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8701
8702         * gnus-start.el (gnus-start-draft-setup): Enforce
8703         `gnus-draft-mode' for nndraft:drafts at startup.
8704
8705         * gnus.el (gnus-splash): Change custom group.
8706         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8707         allow-list argument.
8708
8709         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8710         string.
8711
8712 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8713
8714         * gnus-art.el (gnus-default-article-saver): Add user-defined
8715         `function' to custom type.
8716
8717 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8718
8719         * imap.el (imap-open): Handle case where buffer is a buffer
8720         object.
8721
8722 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8723
8724         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8725         long lines.
8726         (gnus-cache-delete-group): Wrap doc strings.
8727
8728         * gnus-agent.el (gnus-agent-rename-group)
8729         (gnus-agent-delete-group): Wrap doc strings.
8730
8731 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * messagexmas.el (message-use-toolbar): Change the valid values
8734         into default, top, bottom, left, and right.
8735         (message-toolbar-thickness): New variable.
8736         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8737         well.
8738         (message-setup-toolbar): Make it work.
8739
8740         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8741         (gnus-use-toolbar): Change the valid values into default, top,
8742         bottom, left, and right.
8743         (gnus-toolbar-thickness): New variable.
8744         (gnus-xmas-setup-toolbar): New function.
8745         (gnus-xmas-setup-group-toolbar): Use it.
8746         (gnus-xmas-setup-summary-toolbar): Use it.
8747
8748 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8749
8750         * gnus-start.el (gnus-1): Add "native" to
8751         gnus-predefined-server-alist.
8752
8753         * gnus.el (gnus-method-to-server): Don't add "native" to the
8754         lists here, because that leads to problems when
8755         gnus-select-method is bound.
8756
8757 2005-11-09  Simon Josefsson  <jas@extundo.com>
8758
8759         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8760         use (not sort-by-date) instead.
8761
8762 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8763
8764         * gnus-delay.el (gnus-delay-group): Don't autoload.
8765         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8766         to be re-loaded when customizing the `gnus-delay' group.
8767
8768 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8769
8770         * message.el: Revert last changes.
8771         (message-insert-citation-line): Use newlines.
8772
8773 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8774
8775         * message.el (message-courtesy-message)
8776         (message-mark-insert-begin, message-mark-insert-end)
8777         (message-elide-ellipsis, message-cancel-message)
8778         (message-add-header, message-change-subject)
8779         (message-cross-post-followup-to-header)
8780         (message-cross-post-insert-note, message-reduce-to-to-cc)
8781         (message-widen-reply, message-delete-not-region)
8782         (message-kill-to-signature, message-insert-signature)
8783         (message-insert-importance-high, message-insert-importance-low)
8784         (message-insert-or-toggle-importance)
8785         (message-insert-disposition-notification-to)
8786         (message-indent-citation, message-yank-original)
8787         (message-cite-original-without-signature, message-cite-original)
8788         (message-insert-citation-line, message-position-on-field)
8789         (message-fix-before-sending, message-send-mail-partially)
8790         (message-send-mail, message-send-mail-with-sendmail)
8791         (message-send-mail-with-qmail, message-send-news)
8792         (message-check-news-header-syntax, message-generate-headers)
8793         (message-insert-courtesy-copy, message-fill-address)
8794         (message-fill-header, message-shorten-references)
8795         (message-setup-1, message-cancel-news)
8796         (message-forward-make-body-plain, message-forward-make-body-mime)
8797         (message-forward-make-body-mml, message-encode-message-body)
8798         (message-forward-make-body-digest-plain)
8799         (message-forward-make-body-digest-mime)
8800         (message-use-alternative-email-as-from): Insert `hard-newline'
8801         instead of ordinary newlines.
8802
8803 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8804
8805         * message.el (message-generate-headers): Downcase the argument
8806         given to message-check-element.
8807
8808 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8809
8810         * nntp.el (nntp-authinfo-rejected): New error condition.
8811         (nntp-wait-for): Use new error condition to signal authentication
8812         error.
8813         (nntp-retrieve-data): Rethrow new error condition to break out of
8814         recursive call to nntp-send-authinfo.
8815
8816 2005-11-08  Romain Francoise  <romain@orebokech.com>
8817
8818         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8819         (gnus-summary-exit-map): Bind to `Z p'.
8820         (gnus-summary-make-menu-bar): Add menu item.
8821
8822 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8823
8824         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8825         (gnus-treat-*): Add `first' in all doc strings.
8826
8827         * gnus-group.el (gnus-group-compact-group): Fix typo.
8828
8829 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus.el (gnus-parameters-case-fold-search): New variable.
8832         (gnus-parameters-get-parameter): Use it.
8833
8834         * gnus-score.el (gnus-home-score-file): Doc fix.
8835
8836 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8837
8838         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8839
8840 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * mm-util.el (mm-special-display-p): New function.
8843
8844         * mml.el (mml-preview): Use it; doc fix.
8845
8846 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8847
8848         * imap.el (imap-open): Handle case where buffer is a buffer object.
8849
8850 2005-10-29  Romain Francoise  <romain@orebokech.com>
8851
8852         * message.el (message-fix-before-sending): Fix comment.
8853
8854 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8855
8856         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8857
8858 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8859
8860         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8861         Used in gnus-score.el.
8862
8863 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8864
8865         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8866
8867 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8868
8869         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8870         whitespace removed in revision 7.8.  Use concatenated string to
8871         protect trailing whitespace.
8872
8873 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8874
8875         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8876         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8877         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8878         Courier IMAP ("some version from 2004").  Mostly based on similar
8879         code in the same function.
8880
8881 2005-10-26  Didier Verna  <didier@xemacs.org>
8882
8883         * gnus-group.el (gnus-group-compact-group): Invalidate original
8884         article buffer.
8885         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8886         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8887         NOV database and in article itself.
8888         Invalidate article backlog.
8889
8890 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8891
8892         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8893
8894 2005-10-26  Simon Josefsson  <jas@extundo.com>
8895
8896         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8897         part of 2004-07-25 change.
8898
8899 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * message.el (message-display-completion-list): New function.
8902         (message-expand-group): Use it; make sure the Completions buffer
8903         is modifiable.
8904 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8905
8906         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8907         user-mail-name is an empty string.
8908
8909 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8910
8911         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8912         depending on gnus-score-decay-constant.
8913
8914         * encrypt.el (encrypt-insert-file-contents)
8915         (encrypt-write-file-contents): Don't use `gnus-message'.
8916
8917         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8918         arguments.
8919         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8920         arguments to mm-uu-verbatim-marks-extract.
8921         (mm-uu-hide-markers): New variable.
8922         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8923
8924         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8925         (gnus-convert-image-to-face-command): Use "convert" by default to
8926         allow other input image formats.
8927         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8928         accordingly.
8929
8930 2005-10-23  Simon Josefsson  <jas@extundo.com>
8931
8932         * imap.el (imap-gssapi-program): Align command line parameters
8933         with latest GNU SASL.
8934         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8935
8936 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8937
8938         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8939         HTML.
8940         (nnslashdot-request-article): Ditto.
8941
8942         * lpath.el (featurep): Add nobreak-char-display.
8943
8944 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8945
8946         * mail-source.el (mail-source-fetch-pop): Require pop3.
8947         (mail-source-check-pop): Ditto.
8948
8949 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8950
8951         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8952         errors.
8953
8954 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8955
8956         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8957         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8958
8959         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8960
8961         * mm-bodies.el (mm-decode-string): Call
8962         `mm-charset-to-coding-system' with allow-override argument.
8963
8964 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8965
8966         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8967         (rfc2047-charset-to-coding-system): New function.
8968         (rfc2047-decode-encoded-words): New function.
8969         (rfc2047-decode-region): Use them.
8970         (rfc2047-decode-cte): Remove.
8971         (rfc2047-parse-and-decode): Remove.
8972         (rfc2047-decode): Remove.
8973
8974 2005-10-15  Kenichi Handa  <handa@m17n.org>
8975
8976         * rfc2047.el (rfc2047-decode-cte): New function.
8977         (rfc2047-decode-region): Change the way to decode successive
8978         encoded-words: decode B- or Q-encoding in each encoded-word,
8979         concatenate them, and decode it as charset.
8980
8981 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * lpath.el: Fbind codepage-setup for XEmacs.
8984
8985 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8986
8987         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8988         widget-move-and-invoke.
8989         (gnus-custom-mode): Use gnus-custom-map.
8990
8991 2005-10-15  Bill Wohler  <wohler@newt.com>
8992
8993         * message.el (message-tool-bar-map): Renamed image file from
8994         mail_send to mail/send.
8995
8996 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8997
8998         * message.el (message-expand-group): Pass the common
8999         prefix substring of completion to `display-completion-list'.
9000
9001 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * mml-sec.el (mml-secure-method): New internal variable.
9004         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
9005         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
9006         functions using mml-secure-method.
9007
9008         * mml.el (mml-mode-map): Add key bindings for those functions.
9009         (mml-menu): Simplify security menu entries.  Suggested by Jesper
9010         Harder <harder@myrealbox.com>.
9011         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
9012         end of message if point is the headers of the message.
9013
9014         * message.el (message-in-body-p): New function.
9015
9016         * assistant.el: Autoload gnus-util and netrc.
9017
9018         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
9019         Use `mm-charset-override-alist' only when decoding.
9020
9021         * mm-bodies.el (mm-decode-body): Call
9022         `mm-charset-to-coding-system' with allow-override argument.
9023
9024         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
9025         `filename' from Content-Disposition if Content-Type doesn't
9026         provide `name'.
9027         (gnus-mime-view-part-as-type): Set default instead of
9028         initial-input.
9029
9030 2005-10-09  Daniel Brockman  <daniel@brockman.se>
9031
9032         * format-spec.el (format-spec): Propagate text properties of % spec.
9033
9034 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9035
9036         * gnus-art.el (gnus-treat-predicate): Add `first'.
9037
9038 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9039
9040         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9041         (mm-charset-override-alist): New variable.
9042         (mm-charset-to-coding-system): Use it.
9043         (mm-codepage-setup): New helper function.
9044         (mm-charset-eval-alist): New variable.
9045         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9046         about unknown charsets.
9047
9048         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9049
9050 2005-10-04  David Hansen  <david.hansen@gmx.net>
9051
9052         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9053         (nnrss-check-group): Ditto.
9054
9055 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9056
9057         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9058         Rename x-gnus-verbatim to x-verbatim.
9059         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9060
9061         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9062         x-verbatim.
9063
9064         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9065
9066         * gnus-util.el (gnus-remove-duplicates): Remove.
9067
9068         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9069         instead of gnus-remove-duplicates.
9070
9071         * message.el (message-remove-duplicates): Remove.
9072         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9073         message-remove-duplicates.
9074
9075         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9076         available, else use implementation from `delete-dups'.
9077
9078         * message.el (message-insert-expires): New function.
9079         (message-mode-map): Add key binding.
9080         (message-mode-field-menu): Add menu entry.
9081         (message-mode): Document it.
9082         (message-make-expires-date): Use `message-make-date'.
9083
9084 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9085
9086         * message.el (message-make-expires-date): New function.
9087
9088 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9089
9090         * Makefile.in (list-installed-shadows): New entry.
9091         (install): Use it.
9092         (remove-installed-shadows): New entry.
9093
9094         * dgnushack.el (dgnushack-default-load-path): New variable.
9095         (dgnushack-find-lisp-shadows): New function.
9096         (dgnushack-remove-lisp-shadows): New function.
9097
9098 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9099
9100         * Makefile.in (install-el-elc): New entry.
9101         (install): Use it so that .el files are necessarily installed.
9102
9103 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9104
9105         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9106
9107 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9108
9109         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9110         function rather than the diff-mode.el package.
9111         (mm-display-external): Use with-current-buffer.
9112         (mm-viewer-completion-map, mm-viewer-completion-map):
9113         Move initialization inside declaration.
9114
9115 2005-09-29  Simon Josefsson  <jas@extundo.com>
9116
9117         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9118         autoload mail-check-payment.
9119         (spam-check-hashcash): Define unconditionally, since hashcash.el
9120         is part of Gnus now.  Ignore errors from payment checking.
9121
9122 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         * message.el (message-bold-region, message-unbold-region): Rename
9125         from `bold-region' and `unbold-region'.
9126
9127         * message.el: Remove useless autoloads.
9128
9129 2005-09-28  Simon Josefsson  <jas@extundo.com>
9130
9131         * message.el (message-use-idna): Default to t.
9132         (message-use-idna): Test whether encoding works too.  Doc fix.
9133
9134 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * nntp.el (nntp-warn-about-losing-connection): Remove.
9137
9138 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9139
9140         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9141         customizable.  Change default value.
9142         (mm-uu-diff-groups-regexp): Change default value.
9143         (mm-uu-type-alist): Add doc string.
9144         (mm-uu-configure): Add doc string.  Make it interactive.
9145         (mm-uu-tex-groups-regexp): New variable.
9146         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9147         (mm-uu-type-alist): Add LaTeX documents.
9148         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9149         of "text/verbatim".
9150         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9151
9152         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9153         instead of "text/verbatim".
9154
9155         * message.el (message-mark-inserted-region)
9156         (message-mark-insert-file): Use slrn style marks when called with
9157         prefix argument.
9158
9159 2005-09-27  Simon Josefsson  <jas@extundo.com>
9160
9161         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9162
9163 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9164
9165         * message.el (message-remove-duplicates): New function.
9166         Implementation borrowed from `gnus-remove-duplicates'.
9167         (message-idna-to-ascii-rhs): Also encode idna addresses in
9168         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9169         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9170         only ask about the same idna domain once per header and also tell
9171         in what header to replace the idna domain.
9172
9173         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9174         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9175         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9176         a header is decoded and not just the last one.
9177
9178 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9181         has been decoded.
9182
9183         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9184         (mm-insert-part): Don't modify text if it has been decoded.
9185
9186         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9187         decoded.
9188
9189         * mm-view.el (mm-inline-text): Don't strip text props unless
9190         decoding enriched or richtext parts.
9191
9192 2005-09-25  Romain Francoise  <romain@orebokech.com>
9193
9194         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9195         * gnus-start.el (gnus-subscribe-interactively):
9196         * gnus-uu.el (gnus-uu-grab-articles):
9197         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9198         space.
9199
9200 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9201
9202         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9203         * mm-view.el (mm-view-pkcs7-decrypt):
9204         * gnus-sum.el (gnus-summary-limit-to-extra)
9205         (gnus-summary-respool-article, gnus-read-move-group-name):
9206         * gnus-score.el (gnus-summary-increase-score):
9207         * gnus-util.el (gnus-completing-read-with-default):
9208         * gnus-art.el (gnus-read-save-file-name)
9209         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9210         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9211         * message.el (message-check-news-header-syntax):
9212         Follow convention for reading with the minibuffer.
9213
9214 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * spam-report.el (spam-report-url-ping-plain):
9217         Use gnus-extended-version as User-Agent.
9218
9219         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9220         default value is nil.
9221
9222         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9223         (mm-uu-verbatim-marks-extract): New function.
9224         (mm-uu-extract): New face.
9225         (mm-uu-copy-to-buffer): Use it.
9226
9227         * spam-report.el (spam-report-gmane-ham): Renamed from
9228         `spam-report-gmane-unspam'.
9229         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9230         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9231
9232         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9233         Autoload.
9234         (spam-report-gmane-unregister-routine): Renamed
9235         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9236
9237 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9238
9239         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9240         (spam-report-gmane-unregister-routine): Add support for gmane
9241         unregistration.
9242
9243         * spam-report.el (spam-report-gmane-unspam)
9244         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9245         (spam-report-gmane): Change to take a single article and do unspam
9246         registration.
9247
9248 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9249
9250         * mm-url.el (mm-url-decode-entities): Fix regexp.
9251
9252 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9253
9254         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9255         default to nil, to be able to use Gnus at all.  If the default
9256         switches to something else, then the function should be fixed not
9257         be exceedingly slow.
9258
9259 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9260
9261         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9262         fail hard.
9263
9264         * spam-report.el: Add better Keywords line.
9265
9266         * spam.el: Add Maintainer and better Keywords line.
9267
9268 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gnus-art.el (gnus-article-replace-part)
9271         (gnus-mime-replace-part): New functions.
9272         (gnus-mime-action-alist, gnus-mime-button-commands)
9273         (gnus-mime-save-part-and-strip): Added file argument.
9274         (gnus-article-part-wrapper): Added interactive argument.
9275
9276         * gnus-sum.el (gnus-summary-mime-map): Add
9277         `gnus-article-replace-part'.
9278
9279 2005-09-19  Didier Verna  <didier@xemacs.org>
9280
9281         The nnml compaction feature:
9282         * nnml.el (nnml-request-compact-group): New function.
9283         * nnml.el (nnml-request-compact): New function.
9284         * gnus-int.el (gnus-request-compact-group): New function.
9285         * gnus-int.el (gnus-request-compact): New function.
9286         * gnus-group.el (gnus-group-compact-group): New function.
9287         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9288         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9289         * gnus-srvr.el (gnus-server-compact-server): New function.
9290         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9291         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9292
9293 2005-09-18  Deepak Goel  <deego@gnufans.org>
9294
9295         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9296         format spec.
9297
9298 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9299
9300         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9301
9302 2005-09-15  Romain Francoise  <romain@orebokech.com>
9303
9304         * message.el (message-fill-paragraph): Clarify docstring.
9305
9306 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * gnus-art.el (gnus-mime-display-part): Protect against broken
9309         MIME messages.
9310
9311 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9312
9313         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9314         before parsing header.
9315
9316 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9317
9318         * html2text.el (html2text-replace-list): Add new entities.
9319
9320 2005-09-11  Romain Francoise  <romain@orebokech.com>
9321
9322         * message.el (message-alternative-emails): Improve docstring.
9323         (message-setup-1): Call `message-use-alternative-email-as-from'
9324         after `message-setup-hook' to give it precedence over posting
9325         styles, etc.
9326         (message-use-alternative-email-as-from): Add docstring.  Remove
9327         the original From header if present.
9328
9329         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9330         (nnml-save-mail): Use it.
9331
9332         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9333         articles.  Add new argument `silent'.
9334         (gnus-uu-mark-all): Report the total number of marked articles.
9335
9336 2005-09-10  Romain Francoise  <romain@orebokech.com>
9337
9338         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9339         (gnus-uu-mark-series): Likewise.
9340
9341 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9342
9343         * spam-report.el (spam-report-gmane): Fix generation of spam
9344         report URL.
9345
9346 2005-09-10  Simon Josefsson  <jas@extundo.com>
9347
9348         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9349         t, based on discussion on the ding list with Robert Epprecht
9350         <epprecht@solnet.ch>.
9351
9352 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9353
9354         * spam-report.el (spam-report-gmane): Make it work without
9355         X-Report-Spam header.  Gmane now only provides Archived-At.
9356         This is only used if `spam-report-gmane-use-article-number' is nil.
9357         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9358
9359         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9360         make `gnus-summary-sort-by-recipient' work with threading.
9361
9362         * nnweb.el (nnweb-google-wash-article): Print a message if article
9363         is not available.
9364
9365 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9366
9367         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9368         change.  Decode text/* parts content before displaying.
9369
9370 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9373
9374 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9375
9376         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9377
9378         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9379         url-package-name, url-package-version,
9380         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9381         w3m-display-inline-images, and w3m-minor-mode-map.
9382
9383 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * message.el (message-tab-body-function): Fix mismatched custom type.
9386
9387         * gnus.el (gnus-group-change-level-function): Ditto.
9388
9389         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9390
9391         * gnus-art.el (gnus-signature-limit)
9392         (gnus-article-mime-part-function): Ditto.
9393
9394 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9395
9396         * mml.el (mml-mode): Silence the byte compiler.
9397
9398         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9399         using `(sit-for 0)' before moving the point to the specified part;
9400         skip unbuttonized parts.
9401         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9402         return to the summary window if gnus-auto-select-part is non-nil.
9403
9404 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9405
9406         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9407         variables.
9408         (mml-dnd-attach-file, mml-mode): Use them.
9409
9410         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9411         Make fetching article by MID work again for Google Groups.  Added
9412         FIXME concerning gnus-group-make-web-group.
9413
9414         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9415         Don't depend on Gnus by using mail-extract-address-components if
9416         gnus-extract-address-components is not bound.
9417
9418 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9419
9420         * gnus-art.el (gnus-mime-display-security): Don't display the
9421         signature, but only the signed part.
9422
9423 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9426
9427         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9428         list, not listp.
9429
9430 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9431
9432         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9433         when encoding.
9434
9435         * mm-bodies.el (mm-decode-content-transfer-encoding):
9436         De-canonicalize CRLF for all text content types, not just
9437         text/plain.
9438
9439 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9442         valid article; point arrow and cursor at the MIME button.
9443
9444 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9445
9446         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9447         Suggested by Dan Christensen <jdc@uwo.ca>.
9448
9449         * mm-decode.el (mm-save-part): Enable change of prompt.
9450
9451 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9452
9453         * gnus-msg.el (gnus-inews-add-send-actions): Made
9454         `message-post-method' lambda parameter ARG `&optional'.
9455
9456 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * gnus-sum.el (gnus-summary-mime-map): Added
9459         gnus-article-save-part-and-strip, gnus-article-delete-part and
9460         gnus-article-jump-to-part.
9461
9462         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9463         (gnus-article-edit-part): Use it.
9464         (gnus-article-part-wrapper): Added no-handle argument.
9465         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9466         functions.
9467
9468 2005-08-29  Romain Francoise  <romain@orebokech.com>
9469
9470         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9471         docstring.
9472         (gnus-face-from-file): Likewise.
9473
9474 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9475
9476         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9477         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9478         non-nil.
9479         (gnus-auto-select-part): New variable.
9480         (gnus-article-jump-to-part): New function.
9481         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9482         (gnus-mime-delete-part): Allow selecting specified part after
9483         deleting or stripping parts.
9484         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9485         part if argument is bogus.
9486
9487 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9488
9489         * gnus-art.el (w3m-minor-mode-map):
9490         * gnus-spec.el (gnus-newsrc-file-version):
9491         * gnus-util.el (nnmail-active-file-coding-system)
9492         (gnus-original-article-buffer, gnus-user-agent):
9493         * gnus.el (gnus-ham-process-destinations)
9494         (gnus-parameter-ham-marks-alist)
9495         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9496         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9497         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9498         * mm-decode.el (gnus-current-window-configuration):
9499         * mm-extern.el (gnus-article-mime-handles):
9500         * mm-url.el (url-current-object, url-package-name)
9501         (url-package-version):
9502         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9503         (smime-keys, w3m-cid-retrieve-function-alist)
9504         (w3m-current-buffer, w3m-display-inline-images)
9505         (w3m-minor-mode-map):
9506         * mml-smime.el (gnus-extract-address-components):
9507         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9508         (gnus-newsrc-hashtb, message-default-charset)
9509         (message-deletable-headers, message-options)
9510         (message-posting-charset, message-required-mail-headers)
9511         (message-required-news-headers):
9512         * mml1991.el (mc-pgp-always-sign):
9513         * mml2015.el (mc-pgp-always-sign):
9514         * nnheader.el (nnmail-extra-headers):
9515         * rfc1843.el (gnus-decode-encoded-word-function)
9516         (gnus-decode-header-function, gnus-newsgroup-name):
9517         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9518
9519 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9520
9521         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9522         the end of the date treatments.
9523
9524 2005-08-15  Simon Josefsson  <jas@extundo.com>
9525
9526         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9527         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9528         Capello and Romain Francoise.
9529         (pgg-fetch-key-function): Removed, not used?
9530         (pgg-insert-url-with-w3): Require url, to get
9531         url-insert-file-contents regardless of where it is defined.
9532
9533 2005-08-13  Romain Francoise  <romain@orebokech.com>
9534
9535         * message.el (message-cite-original-1): New function.
9536         (message-cite-original): Use it.
9537         (message-cite-original-without-signature): Ditto.
9538
9539 2005-08-08  Romain Francoise  <romain@orebokech.com>
9540
9541         * message.el (message-yank-empty-prefix): New variable.
9542         (message-indent-citation): Use it.
9543         (message-cite-original-without-signature): Respect X-No-Archive.
9544
9545 2005-08-08  Simon Josefsson  <jas@extundo.com>
9546
9547         * pgg.el: Autoload url-insert-file-contents instead of loading
9548         w3/url.
9549         (pgg-insert-url-with-w3): Don't load url here.
9550
9551 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9552
9553         * message.el (message-kill-to-signature): Don't insert newline at
9554         bol.
9555         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9556
9557 2005-08-06  Romain Francoise  <romain@orebokech.com>
9558
9559         * message.el (message-user-fqdn): Fix typo in docstring.
9560
9561 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9562
9563         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9564
9565         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9566
9567 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9568
9569         * mm-bodies.el (mm-encode-body): Use coding system rather than
9570         charset to encode text.
9571
9572         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9573         number of charsets if utf-8 is available (XEmacs).
9574
9575 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9578         taken from `gnus-button-mid-or-mail-regexp'.
9579         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9580         (gnus-button-alist): Improve regexp for domain part of the MIDs
9581         for news:localpart@domain buttons.
9582         (gnus-button-ctan-directory-regexp): Update.
9583
9584 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * sieve-manage.el (sieve-manage-interactive-login): Use
9587         make-local-variable rather than make-variable-buffer-local.
9588         (sieve-manage-open): Ditto.
9589         (sieve-manage-authenticate): Ditto.
9590
9591         * mml.el (mml-generate-mime-1): Make the content type default to
9592         text/plain if the filename is not specified.
9593
9594 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9597         instead of insert-buffer.
9598
9599         * message.el (message-yank-original): Ditto; set the mark at the
9600         end of the yanked message.
9601
9602 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9603
9604         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9605         lines to scroll rather than to stop it.
9606
9607         * mml.el (mml-generate-default-type): Add doc string.
9608         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9609         default to application/octet-stream when determining the content
9610         type if it is not specified for the part or the mml contents; add
9611         a comment about mml-generate-default-type.
9612
9613 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9616         make it default to application/octet-stream when determining the
9617         content type if it is not specified for the external contents.
9618
9619 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9620
9621         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9622         segmented parameter but also other parameters might be there.
9623
9624 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9625
9626         * mm-decode.el (mm-display-external): Delete temp file, directory
9627         and buffer immediately if the external process is exited.
9628
9629 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9632         fewer lines than that of scroll-margin.
9633         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9634
9635 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gnus-art.el (gnus-article-next-page): Revert.
9638         (gnus-article-beginning-of-window): New macro.
9639         (gnus-article-next-page-1): Use it.
9640         (gnus-article-prev-page): Ditto.
9641         (gnus-article-edit-part): Use insert-buffer-substring instead of
9642         insert-buffer.
9643         (gnus-article-edit-exit): Ditto.
9644
9645         * gnus-util.el (gnus-beginning-of-window): Remove.
9646         (gnus-end-of-window): Remove.
9647
9648         * lpath.el: Don't bind header-line-format and scroll-margin.
9649
9650 2005-07-25  Simon Josefsson  <jas@extundo.com>
9651
9652         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9653         to have the url package without w3.  Reported by Daiki Ueno
9654         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9655
9656 2005-07-20  Didier Verna  <didier@xemacs.org>
9657
9658         * gnus-diary.el: Remove the description comment (nndiary is now
9659         properly documented in the Gnus manual).
9660         Fix the spelling of "Back End".
9661         * nndiary.el: Ditto.
9662         Fix the copyright notice.
9663
9664 2005-07-18  Romain Francoise  <romain@orebokech.com>
9665
9666         * gnus-sum.el (gnus-summary-to-prefix)
9667         (gnus-summary-newsgroup-prefix): New variables.
9668         (gnus-summary-from-or-to-or-newsgroups): Use them.
9669
9670 2005-07-17  Romain Francoise  <romain@orebokech.com>
9671
9672         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9673         space as it's generally not especially interesting to the user.
9674
9675 2005-07-16  Romain Francoise  <romain@orebokech.com>
9676
9677         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9678         nil to avoid prompting and file modification if one of the
9679         messages at the top of the nnfolder file contains a copyright
9680         notice.
9681         Update copyright notice.
9682
9683         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9684         instead of `current-time-string' as the latter creates a time
9685         string that is not RFC 2822 compliant (it lacks the zone).
9686         Update copyright notice.
9687
9688 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9689
9690         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9691         for text/rtf.  Display default in prompt.  Pass default for M-n.
9692
9693         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9694
9695 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9696
9697         * gnus-msg.el (gnus-button-mailto): Remove
9698         save-selected-window-window hackery because it relies on
9699         save-selected-window internals.
9700
9701 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9702
9703         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9704         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9705         (gnus-article-prev-page): Ditto.
9706
9707         * gnus-util.el (gnus-beginning-of-window): New function.
9708         (gnus-end-of-window): New function.
9709
9710         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9711
9712 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9713
9714         * gnus-score.el (gnus-score-edit-all-score): Set
9715         gnus-score-edit-exit-function to gnus-score-edit-done and call
9716         gnus-message.
9717
9718 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719
9720         * gnus-msg.el (gnus-button-mailto): Remove
9721         save-selected-window-window hackery because it relies on
9722         save-selected-window internals.
9723
9724 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9725
9726         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9727         add-minor-mode.
9728         (gnus-binary-mode): Ditto.
9729
9730         * gnus-topic.el (gnus-topic-mode): Ditto.
9731
9732 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9733
9734         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9735         (gnus-article-prev-page): Take scroll-margin into consideration.
9736
9737 2005-07-04  Lute Kamstra  <lute@gnu.org>
9738
9739         Update FSF's address in GPL notices.
9740
9741 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9742
9743         * gnus.el (gnus-exit):
9744         * gnus-group.el (gnus-group-icons):
9745         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9746
9747         * gnus-nocem.el (gnus-nocem):
9748         * message.el (message-various, message-buffers, message-sending)
9749         (message-interface, message-forwarding, message-insertion)
9750         (message-headers, message-news, message-mail):
9751         * pgg-gpg.el (pgg-gpg):
9752         * pgg-parse.el (pgg-parse):
9753         * pgg-pgp.el (pgg-pgp):
9754         * pgg-pgp5.el (pgg-pgp5):
9755         * pop3.el (pop3): Finish `defgroup' description with period.
9756
9757 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9758
9759         * gnus-art.el (article-display-face): Improve the efficiency.
9760         (article-display-x-face): Ditto; remove grey x-face stuff.
9761
9762 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-art.el (article-display-face): Correct the position in
9765         which Faces are inserted.
9766
9767 2005-06-29  Didier Verna  <didier@xemacs.org>
9768
9769         * gnus-art.el (article-display-face): Display faces in correct
9770         order.
9771
9772 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9775         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9776         (gnus-nocem-check-article): Fetch the Type header.
9777         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9778         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9779         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9780         make sure gnus-nocem-hashtb is initialized.
9781         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9782         (gnus-nocem-unwanted-article-p): Ditto.
9783
9784         * pgg.el (pgg-verify): Return the verification result.
9785
9786 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9787
9788         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9789         is ascii.
9790
9791 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9792
9793         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9794         `show-nonbreak-escape'.
9795
9796 2005-06-23  Lute Kamstra  <lute@gnu.org>
9797
9798         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9799
9800         * dig.el (dig-mode):
9801         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9802
9803 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9804
9805         * nnimap.el (nnimap-split-download-body): Fix spellings.
9806
9807 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9808
9809         * gnus-art.el (gnus-article-encrypt-body):
9810         * gnus-cus.el (gnus-score-customize):
9811         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9812         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9813
9814 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9815
9816         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9817         header by looking for magic "MII" at the beginnig.
9818
9819 2005-06-16  Miles Bader  <miles@gnu.org>
9820
9821         * gnus-xmas.el (gnus-xmas-group-startup-message):
9822         Use renamed gnus-splash face.
9823
9824         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9825         (assistant-field-face): New backward-compatibility alias for renamed
9826         face.
9827         (assistant-render-text): Use renamed assistant-field face.
9828
9829         * spam.el (spam): Remove "-face" suffix from face name.
9830         (spam-face): New backward-compatibility alias for renamed face.
9831         (spam-face, spam-initialize): Use renamed spam face.
9832
9833         * message.el (message-header-to, message-header-cc)
9834         (message-header-subject, message-header-newsgroups)
9835         (message-header-other, message-header-name)
9836         (message-header-xheader, message-separator, message-cited-text)
9837         (message-mml): Remove "-face" suffix from face names.
9838         (message-header-to-face, message-header-cc-face)
9839         (message-header-subject-face, message-header-newsgroups-face)
9840         (message-header-other-face, message-header-name-face)
9841         (message-header-xheader-face, message-separator-face)
9842         (message-cited-text-face, message-mml-face):
9843         New backward-compatibility aliases for renamed faces.
9844         (message-font-lock-keywords): Use renamed message faces.
9845
9846         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9847         (sieve-test-commands, sieve-tagged-arguments):
9848         Remove "-face" suffix from face names.
9849         (sieve-control-commands-face, sieve-action-commands-face)
9850         (sieve-test-commands-face, sieve-tagged-arguments-face):
9851         New backward-compatibility aliases for renamed faces.
9852         (sieve-control-commands-face, sieve-action-commands-face)
9853         (sieve-test-commands-face, sieve-tagged-arguments-face):
9854         Use renamed sieve faces.
9855
9856         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9857         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9858         (gnus-group-news-3-empty, gnus-group-news-4)
9859         (gnus-group-news-4-empty, gnus-group-news-5)
9860         (gnus-group-news-5-empty, gnus-group-news-6)
9861         (gnus-group-news-6-empty, gnus-group-news-low)
9862         (gnus-group-news-low-empty, gnus-group-mail-1)
9863         (gnus-group-mail-1-empty, gnus-group-mail-2)
9864         (gnus-group-mail-2-empty, gnus-group-mail-3)
9865         (gnus-group-mail-3-empty, gnus-group-mail-low)
9866         (gnus-group-mail-low-empty, gnus-summary-selected)
9867         (gnus-summary-cancelled, gnus-summary-high-ticked)
9868         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9869         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9870         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9871         (gnus-summary-low-undownloaded)
9872         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9873         (gnus-summary-low-unread, gnus-summary-normal-unread)
9874         (gnus-summary-high-read, gnus-summary-low-read)
9875         (gnus-summary-normal-read, gnus-splash):
9876         Remove "-face" suffix from face names.
9877         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9878         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9879         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9880         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9881         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9882         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9883         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9884         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9885         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9886         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9887         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9888         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9889         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9890         (gnus-summary-normal-ticked-face)
9891         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9892         (gnus-summary-normal-ancient-face)
9893         (gnus-summary-high-undownloaded-face)
9894         (gnus-summary-low-undownloaded-face)
9895         (gnus-summary-normal-undownloaded-face)
9896         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9897         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9898         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9899         (gnus-splash-face):
9900         New backward-compatibility aliases for renamed faces.
9901         (gnus-group-startup-message): Use renamed gnus faces.
9902
9903         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9904         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9905         (gnus-server-agent): Remove "-face" suffix from face names.
9906         (gnus-server-agent-face, gnus-server-opened-face)
9907         (gnus-server-closed-face, gnus-server-denied-face)
9908         (gnus-server-offline-face):
9909         New backward-compatibility aliases for renamed faces.
9910         (gnus-server-agent-face, gnus-server-opened-face)
9911         (gnus-server-closed-face, gnus-server-denied-face)
9912         (gnus-server-offline-face): Use renamed gnus faces.
9913
9914         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9915         Remove "-face" suffix from face names.
9916         (gnus-picon-xbm-face, gnus-picon-face):
9917         New backward-compatibility aliases for renamed faces.
9918
9919         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9920         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9921         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9922         (gnus-cite-11): Remove "-face" suffix from face names.
9923         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9924         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9925         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9926         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9927         New backward-compatibility aliases for renamed faces.
9928         (gnus-cite-attribution-face, gnus-cite-face-list)
9929         (gnus-article-boring-faces): Use renamed gnus faces.
9930
9931         * gnus-art.el (gnus-signature, gnus-header-from)
9932         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9933         (gnus-header-content): Remove "-face" suffix from face names.
9934         (gnus-signature-face, gnus-header-from-face)
9935         (gnus-header-subject-face, gnus-header-newsgroups-face)
9936         (gnus-header-name-face, gnus-header-content-face):
9937         New backward-compatibility aliases for renamed faces.
9938         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9939
9940         * gnus-sum.el (gnus-summary-selected-face)
9941         (gnus-summary-highlight): Use renamed gnus faces.
9942         * gnus-group.el (gnus-group-highlight): Likewise.
9943
9944 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9945
9946         * gnus-sieve.el (gnus-sieve-article-add-rule):
9947         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9948         * spam-stat.el (spam-stat-buffer-change-to-spam)
9949         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9950
9951         * message.el (message-is-yours-p):
9952         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9953
9954 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9955
9956         * mm-view.el (mm-inline-text): Withdraw the last change.
9957
9958 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9959
9960         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9961         executing enriched-decode.
9962
9963 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9964
9965         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9966         charset of tar files.
9967
9968 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9969
9970         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9971
9972 2005-06-04  Lute Kamstra  <lute@gnu.org>
9973
9974         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9975         information is never recorded.
9976
9977 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9978
9979         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9980
9981 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * pop3.el (pop3-apop): Run md5 in the binary mode.
9984
9985         * starttls.el (starttls-set-process-query-on-exit-flag):
9986         Use eval-and-compile.
9987
9988 2005-05-31  Simon Josefsson  <jas@extundo.com>
9989
9990         * smime.el (smime-replace-in-string): Define.
9991         (smime-cert-by-ldap-1): Use it.
9992
9993 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9994
9995         * gnus-art.el (article-display-x-face): Replace
9996         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9997
9998         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9999         set-process-query-on-exit-flag or process-kill-without-query.
10000
10001         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
10002         loop instead of replace-regexp.
10003
10004         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
10005         instead of process-kill-without-query if it is available.
10006
10007         * lpath.el: Fbind ldap-search-entries.
10008
10009         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
10010         instead of find-file-hooks if it is available.
10011
10012         * mml1991.el: Bind pgg-default-user-id when compiling.
10013
10014         * mml2015.el: Bind pgg-default-user-id when compiling.
10015
10016         * nndraft.el (nndraft-request-associate-buffer):
10017         Use write-contents-functions instead of write-contents-hooks if it is
10018         available.
10019
10020         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
10021         instead of find-file-hooks if it is available.
10022
10023         * nntp.el (nntp-open-connection): Replace
10024         process-kill-without-query by gnus-set-process-query-on-exit-flag.
10025         (nntp-open-ssl-stream): Ditto.
10026         (nntp-open-tls-stream): Ditto.
10027
10028         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
10029         set-process-query-on-exit-flag or process-kill-without-query.
10030         (starttls-open-stream-gnutls): Use it instead of
10031         process-kill-without-query.
10032         (starttls-open-stream): Ditto.
10033
10034 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10035
10036         * smime.el (smime-cert-by-ldap-1): Don't use
10037         replace-regexp-in-string.
10038
10039 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10040
10041         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10042
10043         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10044         in PEM format.  Adjust to the XEmacs compability.
10045
10046 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10049         by `string-to-number'.
10050         * gnus-agent.el (gnus-agent-regenerate-group)
10051         (gnus-agent-fetch-articles): Ditto.
10052         * gnus-art.el (gnus-button-fetch-group): Ditto.
10053         * gnus-cache.el (gnus-cache-generate-active)
10054         (gnus-cache-articles-in-group): Ditto.
10055         * gnus-group.el (gnus-group-set-current-level)
10056         (gnus-group-insert-group-line): Ditto.
10057         * gnus-score.el (gnus-score-set-expunge-below)
10058         (gnus-score-set-mark-below, gnus-summary-score-effect)
10059         (gnus-summary-score-entry): Ditto.
10060         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10061         (gnus-soup-pack): Ditto.
10062         * gnus-spec.el (gnus-xmas-format): Ditto.
10063         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10064         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10065         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10066         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10067         * nndb.el (nndb-get-remote-expire-response): Ditto.
10068         * nndiary.el (nndiary-parse-schedule-value)
10069         (nndiary-string-to-number, nndiary-request-replace-article)
10070         (nndiary-request-article): Ditto.
10071         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10072         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10073         * nneething.el (nneething-make-head): Ditto.
10074         * nnfolder.el (nnfolder-request-article)
10075         (nnfolder-retrieve-headers): Ditto.
10076         * nnheader.el (nnheader-file-to-number): Ditto.
10077         * nnkiboze.el (nnkiboze-request-article): Ditto.
10078         * nnmail.el (nnmail-process-unix-mail-format)
10079         (nnmail-process-babyl-mail-format): Ditto.
10080         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10081         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10082         (nnmh-request-create-group, nnmh-request-list-1)
10083         (nnmh-request-group, nnmh-request-article): Ditto.
10084         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10085         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10086         * nnsoup.el (nnsoup-make-active): Ditto.
10087         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10088         * nntp.el (nntp-find-group-and-number)
10089         (nntp-retrieve-headers-with-xover): Ditto.
10090         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10091         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10092         (pgg-format-key-identifier): Ditto.
10093         * pop3.el (pop3-last, pop3-stat): Ditto.
10094         * qp.el (quoted-printable-decode-region): Ditto.
10095
10096         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10097         of concat.
10098
10099 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10102
10103         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10104
10105         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10106
10107         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10108
10109         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10110
10111         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10112
10113         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10114         (gnus-carpal-mode): Ditto.
10115
10116         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10117         (gnus-browse-mode): Ditto.
10118
10119         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10120
10121         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10122
10123 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10124
10125         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10126
10127 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * gnus-util.el (gnus-run-mode-hooks): New function.
10130
10131         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10132
10133         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10134         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10135
10136 2005-05-27  Lute Kamstra  <lute@gnu.org>
10137
10138         * dns-mode.el (dns-mode): Specify customization group.
10139
10140 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10141
10142         * gnus-agent.el (gnus-agent-make-mode-line-string):
10143         Use mode-line-highlight as mouse-face.
10144
10145 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10146
10147         * canlock.el (canlock): Change the parent group to news.
10148
10149         * deuglify.el (gnus-outlook-deuglify): Add :group.
10150
10151         * dig.el (dig): Add :group.
10152
10153         * dns-mode.el (dns-mode): Add :group.
10154
10155         * encrypt.el (encrypt): Add :group.
10156
10157         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10158         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10159         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10160         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10161         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10162
10163         * gnus-diary.el (gnus-diary): Add :group.
10164
10165         * gnus.el (gnus-group-news-1-face): Add :group.
10166         (gnus-group-news-1-empty-face): Ditto.
10167         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10168         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10169         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10170         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10171         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10172         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10173         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10174         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10175         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10176         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10177         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10178         (gnus-summary-high-ticked-face): Ditto.
10179         (gnus-summary-low-ticked-face): Ditto.
10180         (gnus-summary-normal-ticked-face): Ditto.
10181         (gnus-summary-high-ancient-face): Ditto.
10182         (gnus-summary-low-ancient-face): Ditto.
10183         (gnus-summary-normal-ancient-face): Ditto.
10184         (gnus-summary-high-undownloaded-face): Ditto.
10185         (gnus-summary-low-undownloaded-face): Ditto.
10186         (gnus-summary-normal-undownloaded-face): Ditto.
10187         (gnus-summary-high-unread-face): Ditto.
10188         (gnus-summary-low-unread-face): Ditto.
10189         (gnus-summary-normal-unread-face): Ditto.
10190         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10191         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10192
10193         * hashcash.el (hashcash): New custom group.
10194         (hashcash-default-payment): Add :group.
10195         (hashcash-payment-alist): Ditto.
10196         (hashcash-default-accept-payment): Ditto.
10197         (hashcash-accept-resources): Ditto.
10198         (hashcash-path): Ditto.
10199         (hashcash-extra-generate-parameters): Ditto.
10200         (hashcash-double-spend-database): Ditto.
10201         (hashcash-in-news): Ditto.
10202
10203         * message.el (message-minibuffer-local-map): Add :group.
10204
10205         * netrc.el (netrc): Add :group.
10206
10207         * sieve-manage.el (sieve-manage-log): Add :group.
10208         (sieve-manage-default-user): Diito.
10209         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10210         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10211         (sieve-manage-authenticators): Ditto.
10212         (sieve-manage-authenticator-alist): Ditto.
10213         (sieve-manage-default-port): Ditto.
10214
10215         * sieve-mode.el (sieve-control-commands-face): Add :group.
10216         (sieve-action-commands-face): Ditto.
10217         (sieve-test-commands-face): Ditto.
10218         (sieve-tagged-arguments-face): Ditto.
10219
10220         * smime.el (smime): Add :group.
10221
10222         * spam-report.el (spam-report): Add :group.
10223
10224         * spam.el (spam, spam-face): Add :group.
10225
10226 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10227
10228         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10229         return \n.\n.\n at the end of articles.  Protect against that.
10230         (nntp-with-open-group): Allow debugging.
10231
10232         * nnheader.el (mail-header-set-extra): Make into a function
10233         because I just could't understand how to quote the list properly.
10234
10235         * dns.el (query-dns-cached): New function.
10236
10237 2005-05-26  Lute Kamstra  <lute@gnu.org>
10238
10239         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10240
10241 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10244
10245         * gnus-art.el: Don't autoload mail-extract-address-components.
10246
10247         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10248         eval-and-compile to evaluate it.
10249
10250         * hashcash.el: Don't autoload executable-find.
10251
10252         * nndb.el: Don't declare the nndb back end two or more times; don't
10253         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10254
10255         * nntp.el: Autoload format-spec instead of format; use
10256         eval-and-compile to evaluate autoload forms.
10257
10258 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10259
10260         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10261
10262 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10263
10264         * gnus.el (gnus-version-number): Bump version.
10265
10266 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10267
10268         * gnus.el: No Gnus v0.3 is released.
10269
10270 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10271
10272         * lpath.el (featurep): Bind show-nonbreak-escape.
10273
10274 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * gnus-art.el (gnus-article-edit-part): Disable undo.
10277
10278 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10279
10280         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10281         gnus-article-date-lapsed-new-header is t if date timer is active;
10282         skip headers in which the original date value is empty.
10283         (gnus-article-save-original-date): Redefine it as a macro.
10284         (gnus-display-mime): Use it.
10285
10286 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10287
10288         * gnus-art.el (article-date-ut): Support converting date in
10289         forwarded parts as well.
10290         (gnus-article-save-original-date): New function.
10291         (gnus-display-mime): Use it.
10292
10293 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10294
10295         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10296         enclosure element of <item>.
10297
10298 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * message.el (message-kill-buffer-query): Renamed from
10301         `message-kill-buffer-query-if-modified'.  Added :version.
10302
10303 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10304
10305         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10306         window layout.
10307
10308 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * mml.el: Autoload dnd when compiling.
10311
10312 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10313
10314         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10315         x-dnd-*.
10316
10317 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * qp.el (quoted-printable-encode-region): Save excursion.
10320
10321 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10322
10323         * message.el (message-kill-buffer-query-if-modified): Add new variable
10324         so the user can kill a modified message buffer quickly.
10325         (message-kill-buffer): Use it.
10326
10327 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10328
10329         * lpath.el: Fbind display-time-event-handler; don't fbind
10330         string-to-multibyte.
10331
10332         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10333
10334 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10335
10336         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10337         contained in text because xml.el decodes entities) with LFs.
10338
10339 2005-04-11  Lute Kamstra  <lute@gnu.org>
10340
10341         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10342         differently.
10343
10344 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10345
10346         * mm-util.el (mm-detect-coding-region): Typo.
10347
10348 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10349
10350         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10351
10352 2005-04-06  Deepak Goel  <deego@gnufans.org>
10353
10354         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10355         user-function allow user modifications of the scores.
10356         (spam-stat-score-buffer-user): New function, to allow
10357         user-computed modifications to the score.
10358         (spam-stat-score-buffer-user-functions): List of additional
10359         scoring functions.
10360         (spam-stat-error-holder): Global temporary error holder.
10361         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10362         variable.
10363
10364 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10365
10366         * gnus-registry.el (gnus-registry-clean-empty-function)
10367         (gnus-registry-trim, gnus-registry-fetch-groups)
10368         (gnus-registry-delete-group): Groups that match
10369         `gnus-registry-ignored-groups' are removed from the registry
10370         entries, not just ignored for splitting.  This helps clean up the
10371         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10372         to get all the groups a message ID is in.
10373
10374         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10375         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10376         (spam-stat-score-buffer-user-functions): Add :number custom type.
10377
10378 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10381         argument in XEmacs.
10382
10383         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10384         (nnrss-request-group): Decode group name first.
10385         (nnrss-request-article): Make a text/plain article if mml-to-mime
10386         failed.
10387         (nnrss-get-encoding): Return a compatible encoding according to
10388         nnrss-compatible-encoding-alist.
10389         (nnrss-find-el): Use consp instead of listp.
10390         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10391
10392 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10393
10394         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10395         which Emacs 20 doesn't support.
10396         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10397
10398 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10401         silence the byte compiler inside the defun.
10402
10403         * gnus-demon.el (parse-time-string): Add autoload.
10404
10405         * gnus-delay.el (parse-time-string): Add autoload.
10406
10407         * gnus-art.el (parse-time-string): Add autoload.
10408
10409         * nnultimate.el (parse-time): Require for `parse-time-string'.
10410
10411 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10412
10413         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10414
10415         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10416
10417         * smime.el (smime-ldap-host-list): Add :version.
10418
10419 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10420
10421         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10422         pass it to `gnus-browse-read-group'.
10423         (gnus-browse-read-group): Add NUMBER argument and pass it to
10424         `gnus-group-read-ephemeral-group'.
10425
10426         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10427         argument and pass it to `gnus-group-read-group'.
10428
10429 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10430
10431         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10432         mm-xemacs-find-mime-charset-1 if we have the mule feature
10433         available at runtime.
10434
10435 2005-03-25  Werner Lemberg  <wl@gnu.org>
10436
10437         * nnmaildir.el: Replace `illegal' with `invalid'.
10438
10439 2005-03-23  Lute Kamstra  <lute@gnu.org>
10440
10441         * time-date.el: Add comment on time value formats.
10442         Don't require parse-time.
10443         (with-decoded-time-value): New macro.
10444         (encode-time-value): New function.
10445         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10446         (days-to-time): Return a valid time value when arg is huge.
10447         (time-since): Use time-subtract.
10448         (time-to-number-of-days): Use time-to-seconds.
10449
10450 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10451
10452         * gnus-start.el (gnus-display-time-event-handler):
10453         Check display-time-timer at runtime rather than only at load time
10454         in case display-time-mode is turned off in the mean time.
10455
10456 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10457
10458         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10459         used.
10460
10461         * nneething.el (nneething-map-file-directory): Derive from
10462         `gnus-directory'.
10463
10464         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10465         the To/Cc button.
10466
10467 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * nnmaildir.el (nnmaildir-request-accept-article):
10470         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10471
10472 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10473
10474         * gnus-async.el: Require timer-funcs at compile time when in
10475         XEmacs for `run-with-idle-timer'.
10476
10477 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10478
10479         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10480         autoloaded function.
10481
10482 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10483
10484         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10485
10486 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10487
10488         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10489
10490 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10491
10492         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10493         gnus-expert-user to default.
10494
10495 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10496
10497         * nnimap.el (nnimap-open-server): Ditto.
10498
10499         * imap.el (imap-authenticate): Fix typo.
10500
10501 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10502
10503         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10504         buffer (since IMAP server might return FETCH response out of
10505         order, and the nntp buffer must be sorted).
10506
10507 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10508
10509         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10510         comparison on string.
10511
10512         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10513         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10514         (gnus-agent-summary-fetch-series): Modified to protect against
10515         gnus-agent-summary-fetch-group clearing processable flags.
10516         (gnus-agent-synchronize-group-flags): Update live group buffer as
10517         synchronization may occur due to the user toggle the plugged
10518         status.
10519         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10520         successfully downloaded.
10521         (gnus-agent-expire-group-1): Avoid using markers when the overview
10522         is in ascending order; greatly improves performance.
10523         (gnus-agent-regenerate-group): Use
10524         gnus-agent-synchronize-group-flags to reset read status in both
10525         gnus and server.
10526         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10527
10528 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10529
10530         * message.el: Don't autoload former message-utils variables.
10531         (message-strip-subject-trailing-was): Change doc string.
10532
10533         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10534         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10535         (nnweb-google-search): Add "hl=en" here.
10536         (nnweb-google-parse-1, nnweb-google-create-mapping):
10537         Don't hardcode URL.
10538
10539 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10540
10541         * message.el (message-get-reply-headers, message-followup):
10542         Mention related variables `message-use-followup-to' and
10543         `message-use-mail-followup-to', in the information buffer.
10544
10545         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10546         of broken groups(-beta).google.com.
10547
10548 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10549
10550         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10551         parameter to invoked gnus-request-move-article; remove the
10552         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10553         all at once instead of once per article.
10554         (gnus-summary-remove-process-mark): Accept a list of articles as
10555         well as a single article for processing.
10556
10557         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10558         parameter.
10559
10560         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10561
10562         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10563
10564         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10565         parameter.
10566
10567         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10568         parameter.
10569
10570         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10571         parameter and remove the gnus-sum-hint-move-is-internal variable.
10572
10573         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10574         parameter.
10575
10576         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10577         parameter.
10578
10579         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10580         parameter.
10581
10582         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10583
10584         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10585         parameter.
10586
10587         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10588         parameter.
10589
10590 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10591
10592         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10593         a more conservative way.
10594
10595 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10596
10597         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10598         buffer, so it moves the window's cursor.
10599
10600 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10601
10602         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10603         `mm-dissect-multipart' and receive the from field as an (optional)
10604         argument from `mm-dissect-multipart'.
10605         (mm-dissect-multipart): Receive the from field as an argument and
10606         pass it on when we call `mm-dissect-buffer' on MIME parts.
10607         Fixes verification/decryption of signed/encrypted MIME parts.
10608
10609 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10610
10611         * gnus-sum.el (gnus-summary-move-article): Set
10612         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10613         whatever it calls (right now, only nnimap-request-move article
10614         respects it).
10615
10616         * nnimap.el (nnimap-request-move-article): When
10617         gnus-sum-hint-move-is-internal is set, don't do the extra
10618         nnimap-request-article.
10619
10620 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10623
10624         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10625         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10626
10627         * gnus-sum.el (gnus-summary-caesar-message):
10628         Apply `gnus-treat-article' after rotation.
10629
10630         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10631         doc string.
10632
10633 2005-02-22  Simon Josefsson  <jas@extundo.com>
10634
10635         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10636         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10637         <arne@arnested.dk>.
10638         (encrypt): Add password-cache and password-cache-expiry as group
10639         members.
10640
10641 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10642
10643         * smime.el (smime-ldap-host-list): Doc fix.
10644         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10645         cache) password.
10646         (smime-sign-region): Use it.
10647         (smime-decrypt-region): Use it.
10648         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10649         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10650         fails.
10651         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10652         certificate from DER to PEM format rather than calling openssl.
10653
10654         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10655
10656         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10657         for signing/encryption.
10658
10659         * mml.el (mml-parse-1): Use them.
10660
10661 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10662
10663         * nnrss.el (nnrss-verbose): Removed.
10664         (nnrss-request-group): Use `nnheader-message' instead.
10665
10666 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10667
10668         * nnrss.el (nnrss-verbose): New variable.
10669         (nnrss-request-group): Make it say nnrss is requesting a group.
10670
10671 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10672
10673         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10674         Handle news URL with given port correctly.
10675
10676 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10677
10678         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10679         containing special characters.
10680
10681         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10682
10683         * mml.el (mime-to-mml): Ditto.
10684
10685         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10686         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10687         (rfc2047-decode-region): Quote decoded words containing special
10688         characters when rfc2047-quote-decoded-words-containing-tspecials
10689         is non-nil.
10690
10691 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10692
10693         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10694
10695         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10696
10697 2005-02-15  Simon Josefsson  <jas@extundo.com>
10698
10699         * nnimap.el (nnimap-debug): Doc fix.
10700
10701         * imap.el (imap-debug): Doc fix.
10702
10703 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10706
10707 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10708
10709         * gnus.el (spam-contents): Improve docs for spam-contents
10710         parameter in its variable incarnation.
10711
10712 2005-02-14  Simon Josefsson  <jas@extundo.com>
10713
10714         * smime-ldap.el: Use require instead of load-library for ldap.
10715         (smime-ldap-search): Indent.
10716         (smime-ldap-search-internal): Shorten line.
10717
10718         * smime.el (smime-cert-by-dns): Add doc-string.
10719         (smime-cert-by-ldap-1): Indent.
10720
10721         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10722         mml-smime-get-dns-ldap.
10723         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10724
10725 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10726
10727         * smime.el: Require smime-ldap.
10728         (smime-ldap-host-list): New variable.
10729         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10730
10731         * mml-smime.el (mml-smime-encrypt-query): New function.
10732         (mml-smime-encrypt-query): Use it.
10733
10734         * smime-ldap.el: New file.
10735
10736 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10737
10738         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10739
10740 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10741
10742         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10743         argument in doc string.  Make query for type more clear.
10744
10745 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10746
10747         * gnus.el (gnus-group-startup-message): Search for gnus images in
10748         etc/images/gnus.
10749         * mm-util.el (mm-image-load-path): Likewise.
10750         * smiley.el (smiley-data-directory): Search for smilies in
10751         etc/images/smilies.
10752
10753 2005-02-09  Kim F. Storm  <storm@cua.dk>
10754
10755         Change Emacs release version from 21.4 to 22.1 throughout.
10756         Change Emacs development version from 21.3.50 to 22.0.50.
10757
10758 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10759
10760         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10761
10762         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10763         non-Mule XEmacs as well.
10764         (mm-decompress-buffer): Signal an error intentionally if it does
10765         not decompress compressed data because auto-compression-mode is
10766         disabled.
10767
10768 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10769
10770         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10771         an ID in the registry even if it has no groups.
10772
10773 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10774
10775         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10776         merge it into mm-decompress-buffer.
10777         (gnus-mime-copy-part): Use the MIME part charset, the value which
10778         a user specified or gnus-newsgroup-charset for decoding, like
10779         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10780         save-buffer what was used.  Suggested by Kevin Ryde
10781         <user42@zip.com.au>.
10782         (gnus-mime-inline-part): Allow the name parameter as well as the
10783         filename parameter; force decompressing of compressed data; always
10784         display contents being not decoded as unibyte.
10785
10786         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10787         as well as the filename parameter.
10788
10789         * mm-util.el (mm-decompress-buffer): Merge
10790         gnus-mime-jka-compr-maybe-uncompress.
10791         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10792         of compressed data.
10793
10794 2005-02-08  Simon Josefsson  <jas@extundo.com>
10795
10796         * imap.el (imap-log): Doc fix.
10797
10798 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10799
10800         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10801         the coding cookies; decompress compressed parts.
10802
10803         * mml.el (mml-generate-mime-1): Add the charset parameter according
10804         to the value which a user specified manually or the coding cookie.
10805
10806         * mm-util.el (mm-string-to-multibyte): New function.
10807         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10808         (mm-coding-system-to-mime-charset): New function.
10809         (mm-decompress-buffer): New function.
10810         (mm-find-buffer-file-coding-system): New function.
10811
10812         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10813         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10814         parts.
10815
10816 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10817
10818         * mm-view.el (mm-display-inline-fontify): Decode a part according
10819         to the charset parameter.
10820
10821 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10824         prefix arg is neither nil nor a number, as info specifies.
10825
10826 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10827
10828         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10829         timestamps.
10830
10831 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10832
10833         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10834         groups error checking and notify user.
10835
10836 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10837
10838         * message.el (message-send-mail-function): Check existence of
10839         sendmail-program first before using default value
10840         `message-send-mail-with-sendmail'.  Otherwise use more generic
10841         `smtpmail-send-it'.
10842
10843 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10844
10845         * nntp.el (nntp-request-update-info): Always return nil.
10846
10847 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10848
10849         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10850
10851 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10852
10853         * message.el (message-beginning-of-line): Change the behavior when
10854         invoked between BOL and : so that it first moves backward.
10855
10856 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10859         article buffer when editing of the article is discarded.
10860         (gnus-article-prepare): Revert.
10861
10862 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * gnus-art.el (gnus-article-prepare):
10865         Remove message-strip-forbidden-properties from the local hook.
10866
10867 2005-01-27  Simon Josefsson  <jas@extundo.com>
10868
10869         * password.el (password-cache-add): Only start one timer per key.
10870         Reported by Derek Atkins <warlord@MIT.EDU>.
10871
10872 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10873
10874         * run-at-time.el: Removed.  It is no longer needed as
10875         timer-funcs.el in the xemacs-base package has a working version of
10876         `run-at-time'.
10877
10878         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10879
10880         * password.el: Require timer-funcs instead of run-at-time in
10881         XEmacs.
10882         Remove `password-run-at-time' macro.
10883         (password-cache-add): Use `run-at-time' instead of
10884         `password-run-at-time'.
10885
10886         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10887         Remove `nnheader-cancel-function-timers' alias,
10888         `cancel-function-timers' exists in XEmacs in timer-funcs.
10889
10890         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10891         for `run-with-idle-timer'.
10892
10893         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10894         for `run-at-time'.
10895
10896         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10897         for `with-timeout'.
10898
10899         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10900         the same as for XEmacs 21.4.
10901         No need to ignore `run-with-idle-timer', this function exists in
10902         XEmacs now in timer-funcs.el in the xemacs-base package.
10903         (dgnushack-compile): No need to delete
10904         run-at-time.el from the list of files to compile because it
10905         doesn't exist anymore.
10906
10907 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10908
10909         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10910         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10911
10912 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10913
10914         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10915         sensitively.
10916
10917 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10918
10919         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10920
10921 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10922
10923         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10924         which will be inserted according to the multibyteness of a buffer
10925         rather than the type of contents.  Suggested by ARISAWA Akihiro
10926         <ari@mbf.ocn.ne.jp>.
10927
10928         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10929         of string which old xml.el may return rather than a string.
10930
10931 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10932
10933         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10934
10935 2005-01-16  Simon Josefsson  <jas@extundo.com>
10936
10937         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10938         idn/idna.el isn't available.
10939         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10940         <michael@waxrat.com>.
10941
10942         * hashcash.el: Remove non-FSF copyright header.
10943
10944         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10945         (hashcash-generate-payment): Use it.
10946         (hashcash-generate-payment-async): Use it.
10947
10948 2005-01-15  Simon Josefsson  <jas@extundo.com>
10949
10950         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10951         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10952
10953         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10954         gnus-summary-idna-message.
10955         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10956         (gnus-summary-idna-message): New function.
10957
10958 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10959
10960         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10961         gnus-novice-user.
10962
10963 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10964
10965         * nnrss.el (nnrss-request-delete-group): Delete entries in
10966         nnrss-group-alist as well.
10967         (nnrss-save-server-data): Insert newline.
10968
10969 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10970
10971         * gnus.el (gnus-user-agent): Use list of symbols instead of
10972         symbols.  Display full version number for (S)XEmacs.  Optionally
10973         display (S)XEmacs codename.
10974
10975         * gnus-util.el (gnus-emacs-version): Update for new
10976         `gnus-user-agent'.
10977
10978         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10979         Gnus version.
10980
10981 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10982
10983         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10984         which is unreadable in some setups.
10985
10986 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-spec.el (gnus-update-format-specifications): Flush the
10989         group format spec cache if it doesn't support decoded group names.
10990
10991 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10994         Allow to apply decay on score files matching a regexp.
10995
10996 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10999         compatibility in %g and %c.
11000
11001 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11002
11003         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
11004         name for only %g and %c.
11005         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
11006         of gnus-tmp-group to decoded group name.
11007         (gnus-group-make-rss-group): Exclude `/'s from group names.
11008
11009 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11010
11011         * nnrss.el (nnrss-get-encoding): Fix regexp.
11012
11013 2004-12-27  Simon Josefsson  <jas@extundo.com>
11014
11015         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
11016         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
11017         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
11018
11019 2004-12-17  Kim F. Storm  <storm@cua.dk>
11020
11021         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
11022
11023         * gnus-sum.el (gnus-summary-mode-map): Likewise.
11024
11025 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11026
11027         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
11028
11029 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * nnrss.el: Require rfc2047 and mml.
11032         (nnrss-file-coding-system): New variable.
11033         (nnrss-format-string): Redefine it as an inline function.
11034         (nnrss-decode-group-name): New function.
11035         (nnrss-string-as-multibyte): Remove.
11036         (nnrss-retrieve-headers): Decode group name; don't use
11037         nnrss-format-string.
11038         (nnrss-request-group): Decode group name.
11039         (nnrss-request-article): Decode group name; allow a Message-ID as
11040         well as an article number; don't use nnrss-format-string; encode a
11041         Message-ID string which may contain non-ASCII characters; use
11042         mml-to-mime to compose a MIME article.
11043         (nnrss-request-expire-articles): Decode group name.
11044         (nnrss-request-delete-group): Decode group name.
11045         (nnrss-fetch): Clarify error message.
11046         (nnrss-read-server-data): Use insert-file-contents instead of load;
11047         bind file-name-coding-system; use multibyte buffer.
11048         (nnrss-save-server-data): Bind coding-system-for-write to the
11049         value of nnrss-file-coding-system; bind file-name-coding-system;
11050         add coding cookie.
11051         (nnrss-read-group-data): Use insert-file-contents instead of load;
11052         bind file-name-coding-system; use multibyte buffer.
11053         (nnrss-save-group-data): Bind coding-system-for-write to the
11054         value of nnrss-file-coding-system; bind file-name-coding-system.
11055         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11056         make it work with non-ASCII text.
11057         (nnrss-find-el): Make it work with old xml.el as well.
11058
11059 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11060
11061         * nnrss.el (nnrss-get-encoding): New function.
11062         (nnrss-fetch): Use unibyte buffer initially; bind
11063         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11064         decode contents according to the encoding attribute.
11065         (nnrss-save-group-data): Add coding cookie.
11066         (nnrss-mime-encode-string): New function.
11067         (nnrss-check-group): Use it to encode subject and author.
11068
11069 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11070
11071         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11072         imaginary variable.
11073
11074 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11077         correctly even if there are wide characters.
11078
11079 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11080
11081         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11082         downcased symbol names; make a new cache instead of reusing
11083         bbdb-hashtable.
11084
11085 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11086
11087         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11088         concatenating segments rather than before concatenating them.
11089         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11090
11091         * message.el (message-get-reply-headers): Bind `extra'.
11092
11093 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094
11095         * message.el (message-extra-wide-headers): New variable.
11096         (message-get-reply-headers): Use it.
11097
11098 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11101         (gnus-agent-group-pathname): Ditto.
11102
11103         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11104
11105         * gnus-group.el (gnus-group-make-group): Decode group name.
11106         (gnus-group-make-rss-group): Register the group data after opening
11107         the nnrss group.
11108
11109 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11110
11111         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11112         by expiry now get marked as read.
11113
11114 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11117
11118 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11119
11120         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11121         unify Latin characters in XEmacs.
11122         (mm-find-mime-charset-region): Use it.
11123
11124 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * gnus-util.el (gnus-delete-directory): New function.
11127
11128         * gnus-agent.el (gnus-agent-delete-group): Use it.
11129
11130         * gnus-cache.el (gnus-cache-delete-group): Use it.
11131
11132 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11133
11134         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11135         names.
11136
11137 2004-12-16  Simon Josefsson  <jas@extundo.com>
11138
11139         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11140
11141 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11142
11143         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11144
11145         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11146         (gnus-group-set-current-level): Decode group name.
11147
11148 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11149
11150         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11151         failed.
11152
11153 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11154
11155         * gnus-group.el (gnus-group-delete-group): Decode group name.
11156         (gnus-group-make-rss-group): Encode group name.
11157         (gnus-group-catchup-current): Decode group name.
11158         (gnus-group-kill-group): Decode group name.
11159
11160 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11161
11162         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11163
11164 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11165
11166         * gnus-group.el (gnus-group-make-rss-group):
11167         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11168
11169         * gnus-start.el (gnus-setup-news): Honor user's setting to
11170         gnus-message-archive-method.  Suggested by Lute Kamstra
11171         <lute@gnu.org>.
11172
11173 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11174
11175         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11176         global counterparts of the buffer-local variables.
11177
11178 2004-11-16  Romain Francoise  <romain@orebokech.com>
11179
11180         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11181         counterparts of the buffer-local variables.
11182
11183 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * message.el (message-forbidden-properties): Fixed typo in doc
11186         string.
11187
11188 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * gnus-util.el (gnus-replace-in-string): Added doc string.
11191
11192         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11193         to avoid problems when splitting mails with many recipients.
11194
11195 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11196
11197         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11198         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11199
11200 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11201
11202         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11203         if there is no hashtable in memory or file modification time is
11204         newer than cached timestamp.
11205
11206 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11207
11208         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11209         not-matching option.
11210
11211 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11214         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11215         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11216         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11217         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11218         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11219
11220 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11221
11222         * message.el (message-forward-make-body-mml): Remove headers
11223         according to message-forward-ignored-headers if a message is decoded.
11224
11225 2004-12-02  Romain Francoise  <romain@orebokech.com>
11226
11227         * message.el (message-forward-make-body-plain): Always remove
11228         headers according to message-forward-ignored-headers.
11229
11230 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11231
11232         * spam.el (spam-summary-prepare-exit): Remove the
11233         gnus-summary-limit pop for now, it has problems with ham marks for
11234         me.
11235
11236 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11237
11238         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11239         correctly.
11240
11241 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11242
11243         * format-spec.el (format-spec): Message the char.
11244
11245 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11246
11247         * gnus-art.el (gnus-split-methods): Reformat comments.
11248
11249         * spam.el (spam-summary-prepare-exit): Remove article limits
11250         before exiting the summary buffer.
11251
11252 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11253
11254         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11255         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11256
11257         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11258         order to silence the byte compiler.
11259
11260         * spam.el: Fix the way to silence the byte compiler, which
11261         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11262         bbdb-search-simple, spam-BBDB-register-routine,
11263         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11264         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11265         spam-stat-buffer-is-spam, spam-stat-load,
11266         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11267         spam-stat-save and spam-stat-split-fancy.
11268
11269 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11270
11271         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11272         which may confuse users.
11273         (canlock-password-for-verify): Ditto.
11274
11275         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11276
11277         * gnus-art.el (gnus-emphasis-alist): Ditto.
11278
11279         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11280
11281         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11282
11283         * gnus-start.el (gnus-save-killed-list): Ditto.
11284
11285         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11286         (gnus-sum-thread-tree-root): Ditto.
11287         (gnus-sum-thread-tree-false-root): Ditto.
11288         (gnus-sum-thread-tree-single-indent): Ditto.
11289
11290         * message.el (message-courtesy-message): Ditto.
11291         (message-archive-note): Ditto.
11292         (message-subscribed-address-file): Ditto.
11293         (message-user-fqdn): Ditto.
11294
11295         * spam-report.el (spam-report-gmane-regex): Ditto.
11296
11297         * spam.el (spam-blackhole-good-server-regex): Ditto.
11298
11299 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * mml.el (mml-preview): Widen the message buffer before copying
11302         the contents to the preview buffer; sort headers before previewing.
11303
11304         * message.el (message-hidden-headers): Fix the way to avoid a bug
11305         in the `repeat' widget in Emacs 21.3 or earlier.
11306
11307 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11308
11309         * message.el (message-hidden-headers): Default to "^References:".
11310         Improve customization type.  Suggested by Reiner Steib
11311         <Reiner.Steib@gmx.de>.
11312
11313 2004-11-25  Romain Francoise  <romain@orebokech.com>
11314
11315         * message.el (message-strip-forbidden-properties): Remove check for
11316         obsolete `message-hidden' text property, hidden headers are not
11317         accessible in the buffer anymore.
11318
11319 2004-11-22  Romain Francoise  <romain@orebokech.com>
11320
11321         * message.el (message-header-format-alist): Add `From' in list
11322         so that it can be sorted.
11323         (message-fix-before-sending): Widen and sort headers before
11324         sending.
11325         (message-hide-headers): Use narrowing to hide headers by moving
11326         them to the top of the buffer and narrowing to the region
11327         underneath.
11328
11329 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330
11331         * message.el (message-strip-forbidden-properties): Bind
11332         buffer-read-only (etc) to nil.
11333
11334 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11335
11336         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11337         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11338
11339 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11340
11341         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11342
11343 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11344
11345         * dns.el (query-dns): Use sit-for to time instead of
11346         accept-process-output, since that doesn't seem to work on udp
11347         sockets.
11348
11349 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11350
11351         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11352
11353 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11354
11355         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11356         doc string.  Improve doc string.
11357
11358 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11359
11360         * nntp.el (nntp-request-update-info): Return nil if
11361         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11362         may not call gnus-activate-group which uselessly issues the GROUP
11363         commands for all nntp groups and wastes time.  Reported by Romain
11364         Francoise <romain@orebokech.com>.
11365
11366         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11367
11368 2004-11-15  Simon Josefsson  <jas@extundo.com>
11369
11370         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11371         headers separately.
11372         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11373         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11374
11375 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gnus-start.el (gnus-convert-old-newsrc):
11378         Assign legacy-gnus-agent to 5.10.7.
11379
11380 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11381
11382         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11383         start of the lines.
11384
11385 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11386
11387         * hashcash.el (hashcash-default-payment): Change default to 20.
11388         (hashcash-default-accept-payment): Change default to 20.
11389         (hashcash-process-alist): New variable.
11390         (hashcash-generate-payment-async): Add.
11391         (hashcash-already-paid-p): Add.
11392         (hashcash-insert-payment): Don't generate payments twice.
11393         (hashcash-insert-payment-async): Add.
11394         (hashcash-insert-payment-async-2): Add.
11395         (hashcash-cancel-async): Add.
11396         (hashcash-wait-async): Add.
11397         (hashcash-processes-running-p): Add.
11398         (hashcash-wait-or-cancel): Add.
11399         (mail-add-payment): New optional argument.  Conditionally start
11400         asynchronous calculation.
11401         (mail-add-payment-async): Add.
11402
11403         * message.el (message-send-mail): Wait for asynchronous hashcash
11404         results.  Don't clobber existing X-Hashcash headers.
11405         (message-setup-1): Call mail-add-payment-async when
11406         message-generate-hashcash is non-nil.
11407
11408 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11409
11410         * message.el (message-use-alternative-email-as-from): Examine the
11411         From header as well; use message-make-from in order to include a
11412         user's full name.
11413
11414 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11417         default; improve customization type.
11418         (gnus-emphasis-custom-with-format): New macro.
11419         (gnus-emphasis-custom-value-to-external): New function.
11420         (gnus-emphasis-custom-value-to-internal): New function.
11421
11422 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11423
11424         * dns.el (query-dns): Resolve reverse addresses.
11425
11426 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11427
11428         * gnus-group.el (gnus-group-get-new-news): Use it.
11429
11430         * gnus-start.el (gnus-check-reasonable-setup): New function.
11431
11432 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11433
11434         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11435         "Args out of range" error.  Reported by Arnaud Giersch
11436         <arnaud.giersch@free.fr>.
11437
11438 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11439
11440         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11441
11442 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11443
11444         * spam.el (spam group): Add :version.
11445
11446         * pgg-def.el (pgg group): Add :version.
11447
11448 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11449
11450         * gnus-art.el (gnus-article-edit-article): Don't associate the
11451         article buffer with a draft file.  This is a temporary measure
11452         against the 2004-08-22 change to gnus-article-edit-mode.
11453
11454 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11455
11456         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11457         (html2text-format-tags): Remove unused variable `attr'.
11458
11459 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11462
11463         * tls.el (tls-process-connection-type, tls-success)
11464         (tls-certtool-program): Add :version.
11465
11466         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11467         (starttls-extra-arguments, starttls-process-connection-type)
11468         (starttls-connect, starttls-failure, starttls-success): Add :version.
11469
11470         * spam-stat.el (spam-stat): Add :version.
11471
11472         * sieve.el (sieve): Add :version.
11473
11474         * sha1.el (sha1): Add :version.
11475         (sha1-use-external): Remove redundant version.
11476
11477         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11478         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11479         (nnmail-split-fancy-match-partial-words)
11480         (nnmail-split-lowercase-expanded): Add :version.
11481
11482         * nndiary.el (nndiary): Add :version.
11483
11484         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11485
11486         * mml-sec.el (mml-default-sign-method)
11487         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11488         Add :version.
11489
11490         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11491
11492         * mm-url.el (mm-url-use-external, mm-url-program)
11493         (mm-url-arguments): Add :version.
11494
11495         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11496         (mm-attachment-file-modes, mm-decrypt-option)
11497         (mm-w3m-safe-url-regexp): Add :version.
11498
11499         * message.el (message-cite-prefix-regexp)
11500         (message-sendmail-envelope-from, message-minibuffer-local-map)
11501         (message-user-fqdn, message-completion-alist): Add :version.
11502
11503         * gnus-win.el (gnus-configure-windows-hook)
11504         (gnus-use-frames-on-any-display): Add :version.
11505
11506         * gnus-art.el (gnus-article-address-banner-alist)
11507         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11508         (gnus-treat-from-picon, gnus-treat-mail-picon)
11509         (gnus-treat-x-pgp-sig): Add :version.
11510
11511         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11512         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11513         (gnus-summary-article-delete-hook)
11514         (gnus-summary-display-while-building): Add :version.
11515
11516         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11517         (gnus-get-top-new-news-hook): Add :version.
11518
11519         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11520         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11521
11522         * gnus-registry.el (gnus-registry): Add :version.
11523
11524         * gnus-spec.el (gnus-use-correct-string-widths)
11525         (gnus-make-format-preserve-properties): Add :version.
11526
11527         * gnus.el (gnus-group-charter-alist)
11528         (gnus-group-fetch-control-use-browse-url)
11529         (gnus-install-group-spam-parameters): Add :version.
11530
11531         * gnus-diary.el (gnus-diary): Add :version.
11532
11533         * gnus-delay.el (gnus-delay): Add :version.
11534
11535         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11536         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11537         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11538         Add :version.
11539
11540         * gnus-agent.el (gnus-agent-max-fetch-size)
11541         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11542         (gnus-agent-prompt-send-queue): Add :version.
11543
11544         * deuglify.el (gnus-outlook-deuglify): Add :version.
11545
11546         * html2text.el: Beautify code.  Improve doc strings.  Some
11547         checkdoc cleanup.
11548         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11549
11550 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11551
11552         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11553
11554 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11555
11556         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11557         when package is loaded.
11558
11559         * spam.el (spam-summary-score-preferred-header): Add global preference
11560         for people who want to override the default SpamAssassin over
11561         Bogofilter preference (when both are set).
11562         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11563         (spam-user-format-function-S): Check
11564         spam-summary-score-preferred-header.
11565         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11566         (spam-user-format-function-S): Format the score correctly.
11567
11568 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11569
11570         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11571         signature file.  Suggested by Manoj Srivastava
11572         <srivasta@golden-gryphon.com>.
11573
11574         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11575         iso-2022-jp even in the Japanese language environment.
11576         Suggested by Jason Rumney <jasonr@gnu.org>.
11577
11578 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11579
11580         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11581         use the same characters as the dummy marks; make it free from
11582         getting affected by the language environment.
11583         (gnus-summary-read-group-1): Update mark positions only when the
11584         format spec is updated.
11585
11586         * gnus-spec.el (gnus-update-format-specifications): Return a list
11587         of updated types.
11588
11589 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11592         of boundp to check if display-warning is available.
11593
11594 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11595
11596         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11597
11598 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * nnspool.el (nnspool-spool-directory): Use news-path if the
11601         news-directory variable is not bound.
11602
11603         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11604         function instead of display-warning if it is not available.
11605
11606 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11609         v5-10: Use `point-at-bol'.
11610
11611 2004-10-26  Simon Josefsson  <jas@extundo.com>
11612
11613         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11614         <chenggao@gmail.com>.
11615
11616 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11619         instead.
11620
11621 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11622
11623         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11624         to remove a server from the nnimap-server-buffer-alist.
11625         (nnimap-open-connection, nnimap-close-server): Use it.
11626
11627         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11628
11629 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11630
11631         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11632         running the major-mode function.
11633
11634 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11635
11636         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11637         dummy marks in the right way.
11638
11639 2004-10-18  David Edmondson  <dme@dme.org>
11640
11641         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11642         excessively.
11643
11644 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11645
11646         * gnus-util.el (gnus-split-references): Accept a nil references
11647         string and go on blissfully.
11648
11649         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11650         cases where the references string is non-nil but has no references.
11651
11652         * encrypt.el: Add autoload tags.
11653
11654         * spam.el (spam-resolve-registrations-routine): Remove article
11655         from unregistration list too.  Reported by David Hanak
11656         <dhanak@isis.vanderbilt.edu>
11657
11658 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11659
11660         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11661         nil.  Changed custom type.
11662
11663 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11664
11665         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11666
11667         * gnus-sum.el (gnus-summary-move-article): Use it.
11668
11669 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11670
11671         * encrypt.el: Add autoload cookies.
11672
11673         * spam.el (spam-backend-article-list-property)
11674         (spam-backend-get-article-todo-list)
11675         (spam-backend-put-article-todo-list)
11676         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11677         Resolve registrations separately.
11678         (spam-register-routine): Format comments.
11679         (spam-unregister-routine, spam-register-routine): Always call with
11680         specific-articles, no default list.
11681         (spam-summary-prepare-exit): Use the spam-classifications function.
11682
11683         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11684         gnus-encrypt.el.
11685
11686         * encrypt.el: Copied from gnus-encrypt.el.
11687
11688         * gnus-encrypt.el: Commented that it's obsolete.
11689
11690 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11691
11692         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11693         (gnus-score-save): Use it.
11694
11695         * message.el (message-bury): Use `window-dedicated-p'.
11696
11697 2004-10-15  Simon Josefsson  <jas@extundo.com>
11698
11699         * pop3.el (top-level): Don't require nnheader.
11700         (pop3-read-timeout): Add.
11701         (pop3-accept-process-output): Add.
11702         (pop3-read-response, pop3-retr): Use it.
11703
11704 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11705
11706         * spam.el (spam-register-routine): Move comment.
11707         (spam-verify-bogofilter): Use 'unknown for the initial
11708         spam-bogofilter-valid state, not 'never.
11709
11710         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11711         for netrc-machine.
11712
11713         * nnimap.el (nnimap-open-connection): Use
11714         netrc-machine-user-or-password.
11715
11716 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11717
11718         * gnus-registry.el (gnus-registry-unload-hook):
11719         Set as a variable with add-hook.
11720
11721         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11722         of news-path.
11723
11724         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11725
11726         * spam.el: Delete duplicate `provide'.
11727         (spam-unload-hook): Set as a variable with add-hook.
11728
11729 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11730
11731         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11732         in the doc string.
11733
11734         * message.el (message-ignored-news-headers)
11735         (message-ignored-supersedes-headers)
11736         (message-ignored-resent-headers)
11737         (message-forward-ignored-headers): Improve custom type.
11738
11739 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11740
11741         * message.el (message-tokenize-header): Fix 2004-09-06 change
11742         which used point-min in the wrong place.
11743
11744 2004-10-12  Simon Josefsson  <jas@extundo.com>
11745
11746         * tls.el (tls-certtool-program): New variable.
11747         (tls-certificate-information): New function, based on
11748         ssl-certificate-information.
11749
11750 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * compface.el: Move the version of ELisp-based uncompface program
11753         to the contrib directory because of the copyright problem.
11754
11755 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * message.el (message-kill-buffer): Raise the current frame.
11758
11759 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11760
11761         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11762
11763         * gnus.el (message-y-or-n-p): Autoload.
11764
11765         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11766         (pop3-password-required, pop3-authentication-scheme)
11767         (pop3-leave-mail-on-server): Made customizable.
11768         (pop3): New custom group.
11769         (pop3-retr): Remove `sleep-for' statements.
11770         Suggested by Dave Love <fx@gnu.org>.
11771
11772         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11773         Windows/DOS.
11774
11775         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11776         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11777         Dave Love <fx@gnu.org>.
11778
11779         * mml.el (mml-minibuffer-read-disposition): Require match.
11780         Suggested by Dave Love <fx@gnu.org>.
11781
11782 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11785         doc string.
11786
11787 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11788
11789         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11790
11791 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11792
11793         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11794         instead of calling `mm-insert-inline', to decode text/* parts
11795         before displaying them.
11796
11797 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * mm-uu.el (mm-uu-text-plain-type): New variable.
11800         (mm-uu-pgp-signed-extract-1): Use it.
11801         (mm-uu-pgp-encrypted-extract-1): Use it.
11802         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11803         bind mm-uu-text-plain-type with that value.
11804         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11805         mm-uu-dissect.
11806
11807 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gnus-group.el (gnus-update-group-mark-positions):
11810         * gnus-sum.el (gnus-update-summary-mark-positions):
11811         * message.el (message-check-news-body-syntax):
11812         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11813         of string-as-multibyte.
11814
11815 2004-10-05  Juri Linkov  <juri@jurta.org>
11816
11817         * gnus-group.el (gnus-update-group-mark-positions):
11818         * gnus-sum.el (gnus-update-summary-mark-positions):
11819         * message.el (message-check-news-body-syntax):
11820         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11821         8-bit unibyte values to a multibyte string for search functions.
11822
11823 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11826         (mm-uu-dissect-text-parts): New function.
11827
11828         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11829         dissect text parts.
11830
11831         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11832         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11833
11834         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11835
11836         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11837         gnus-current-topics instead of gnus-current-topic.
11838
11839 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11840
11841         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11842
11843 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11844
11845         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11846         where approriate.
11847
11848         * nnml.el (nnml-generate-active-info): do.
11849
11850         * nndiary.el (nndiary-generate-active-info): do.
11851
11852         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11853         (gnus-topic-move): do.
11854
11855         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11856         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11857
11858         * gnus-srvr.el (gnus-server-prepare)
11859         (gnus-server-open-all-servers): do.
11860
11861         * gnus-msg.el (gnus-summary-cancel-article)
11862         (gnus-summary-resend-message)
11863         (gnus-summary-mail-crosspost-complaint): do.
11864
11865         * gnus-move.el (gnus-change-server): do.
11866
11867         * gnus-group.el (gnus-group-unmark-all-groups)
11868         (gnus-group-set-current-level): do.
11869
11870 2004-10-04  Simon Josefsson  <jas@extundo.com>
11871
11872         * message.el (message-generate-hashcash): Doc fix.
11873
11874 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11875
11876         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11877         avoid infinite recursion via gnus-get-function.
11878
11879 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11880
11881         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11882
11883         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11884
11885         * nnmail.el (nnmail-split-history): do.
11886
11887         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11888         (nnml-request-delete-group): do.
11889
11890         * nnslashdot.el (nnslashdot-read-groups): do.
11891
11892         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11893         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11894
11895         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11896         (nnspool-sift-nov-with-sed): Use last.
11897         (nnspool-retrieve-headers-with-nov): Use mapc.
11898         (nnspool-request-newgroups): Use dolist.
11899         (nnspool-request-group): Use last.
11900
11901         * nntp.el (nntp-read-server-type): Use dolist.
11902
11903         * nnvirtual.el (nnvirtual-create-mapping)
11904         (nnvirtual-update-read-and-marked): Use dolist.
11905         (nnvirtual-convert-headers): Simplify.
11906
11907 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11908
11909         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11910         support for sync'ing tick marks.
11911
11912 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11915         there's no visible header.
11916
11917 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11918
11919         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11920         necessary, pass full group name to gnus-request-set-marks.
11921
11922 2004-10-01  Simon Josefsson  <jas@extundo.com>
11923
11924         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11925         acroread.
11926
11927 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11928
11929         * spam-report.el (spam-report-gmane): Fix interactive.
11930
11931         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11932
11933         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11934         when writing file.
11935         (gnus-agent-synchronize-flags): Don't default to being
11936         interactive.
11937
11938 2004-09-30  Simon Josefsson  <jas@extundo.com>
11939
11940         * message.el (message-generate-hashcash): Add.
11941         (message-send-mail): Use it, call mail-add-payment.
11942
11943 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11944
11945         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11946
11947 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11948
11949         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11950         gnus-requst-update-info with explicit code to sync the in-memory
11951         info read flags with the marks being sync'd to the backend.
11952
11953         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11954
11955 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11956
11957         * spam.el (spam-verify-bogofilter): Add new function.
11958         (spam-check-bogofilter)
11959         (spam-bogofilter-register-with-bogofilter): Use it.
11960         (spam-verify-bogofilter): Add small fixes.
11961
11962 2004-09-28  Simon Josefsson  <jas@extundo.com>
11963
11964         * hashcash.el (hashcash-generate-payment): Revert.
11965
11966 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11967
11968         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11969         gnus-extract-references instead of gnus-split-references.
11970
11971         * gnus-util.el (gnus-extract-references): Add new function, analogous
11972         to gnus-split-references but extracts only the message-ID without
11973         anything extra.
11974
11975         * hashcash.el (hashcash-generate-payment)
11976         (hashcash-check-payment): Do the right thing if hashcash-path is
11977         nil (because the hashcash program could not be found).
11978
11979         * spam.el (spam-use-hashcash): Remove comment.
11980
11981 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11982
11983         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11984         (gnus-cache-enter-article, gnus-cache-remove-article)
11985         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11986
11987         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11988
11989         * gnus-art.el (article-hide-boring-headers)
11990         (article-translate-strings, article-display-face)
11991         (gnus-article-mime-match-handle-first)
11992         (gnus-article-highlight-headers)
11993         (gnus-article-add-buttons-to-head): do.
11994
11995 2004-09-27  Simon Josefsson  <jas@extundo.com>
11996
11997         * hashcash.el: New version, from
11998         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11999         ../contrib/.
12000
12001 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12002
12003         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
12004
12005 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
12006
12007         * gnus-dup.el (gnus-dup-open): Use mapc.
12008         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
12009
12010         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
12011         Reported by Stefan Wiens <s.wi@gmx.net>.
12012
12013         * gnus.el (gnus-shutdown): Use dolist.
12014
12015         * gnus-undo.el (gnus-undo): Use mapc.
12016
12017         * nnrss.el (nnrss-generate-active): do.
12018
12019         * message.el (message-cite-original-without-signature)
12020         (message-cite-original): Use mapc.
12021         (message-do-actions, message-make-forward-subject): Use dolist.
12022
12023 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12024
12025         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
12026         deletion to remove entire duplicate line.  Fixes merged article
12027         number bug.
12028
12029 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
12030
12031         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
12032         servers that are offline.  Avoids having gnus-agent-toggle-plugged
12033         first ask if you want to open a server and then, even when you
12034         responded with no, asking if you want to synchronize the server's
12035         flags.
12036         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12037         multi-line expressions.
12038         (gnus-agent-synchronize-group-flags): New internal function.
12039         Updates marks in memory (in the info structure) AND in the
12040         backend.
12041
12042         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12043
12044         * nnagent.el (nnagent-request-set-mark): Use
12045         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12046         method, to ensure that synchronization updates marks in the
12047         backend and in the info (in memory) structure.
12048
12049 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12050
12051         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12052         convention fully; don't miss the root article of a thread; make
12053         the X-Draft-From header with correct article numbers.
12054
12055 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12056
12057         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12058         unless plugged.  Disable the agent so that an open failure causes
12059         an error.
12060
12061         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12062         Reverted 2004-09-21 change.  The backend must be opened while
12063         synchronizing flags even when the backend stores the flags
12064         locally.
12065
12066 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12067
12068         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12069         in `header' match.  Reported by Svend Tollak Munkejord.
12070
12071         * message.el (message-cite-original): Fix use of
12072         `message-cite-articles-with-x-no-archive'.
12073
12074 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12077         (gnus-window-to-buffer): Ditto.
12078
12079         * mml.el (mml-preview-buffer): New variable.
12080         (mml-preview): Manage window layout with gnus-buffer-configuration.
12081
12082         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12083         X-Draft-From header even if those articles aren't quoted.
12084
12085 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12086
12087         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12088         (gnus-request-set-mark, gnus-request-update-mark): Use new
12089         g-s-t-u-l-m to decide to use backend even when unplugged.
12090
12091 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12092
12093         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12094         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12095
12096 2004-09-20  Simon Josefsson  <jas@extundo.com>
12097
12098         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12099         "utf-16-le".
12100
12101 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12102
12103         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12104
12105 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12106
12107         * uudecode.el (uudecode-use-external): Add :version.
12108
12109         * smime.el (smime-CA-file, smime-encrypt-cipher)
12110         (smime-dns-server): Add :version.
12111
12112         * smiley.el (gnus-smiley-file-types): Add :version.
12113
12114         * sha1.el (sha1-use-external): Add :version.
12115
12116         * pgg-def.el (pgg-query-keyserver): Add :version.
12117
12118         * nnmail.el (nnmail-fancy-expiry-targets)
12119         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12120         Add :version.
12121
12122         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12123         (nnimap-retrieve-groups-asynchronous): Add :version.
12124         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12125
12126         * mml.el (mml-content-disposition-parameters)
12127         (mml-insert-mime-headers-always): Add :version.
12128
12129         * mm-util.el (mm-coding-system-priorities): Add :version.
12130
12131         * mm-decode.el (mm-inline-text-html-with-images)
12132         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12133         (mm-verify-option): Add :version.
12134         (mm-text-html-renderer): Change :version.
12135
12136         * message.el (message-fcc-externalize-attachments)
12137         (message-required-headers, message-draft-headers)
12138         (message-subject-trailing-was-query)
12139         (message-subject-trailing-was-ask-regexp)
12140         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12141         (message-mark-insert-end, message-archive-header)
12142         (message-archive-note, message-cross-post-default)
12143         (message-cross-post-note, message-followup-to-note)
12144         (message-cross-post-note-function, message-use-mail-followup-to)
12145         (message-subscribed-address-functions)
12146         (message-subscribed-address-file, message-subscribed-addresses)
12147         (message-subscribed-regexps, message-allow-no-recipients)
12148         (message-yank-cited-prefix, message-signature-insert-empty-line)
12149         (message-hidden-headers, message-hierarchical-addresses)
12150         (message-mail-user-agent, message-use-idna)
12151         (message-valid-fqdn-regexp)
12152         (message-strip-special-text-properties, message-header-synonyms)
12153         (message-beginning-of-line, message-tab-body-function): Add :version.
12154         (message-insert-canlock, message-wide-reply-confirm-recipients):
12155         Change :version.
12156
12157         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12158         and :version.
12159         (mail-source-delete-old-incoming-confirm)
12160         (mail-source-movemail-program): Add :version.
12161
12162         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12163         (gnus-agent-cache, gnus-agent): Change :version.
12164
12165         * gnus-util.el (gnus-use-byte-compile): Change :version.
12166
12167         * gnus-sum.el (gnus-summary-make-false-root-always)
12168         (gnus-summary-default-high-score)
12169         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12170         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12171         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12172         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12173         (gnus-sum-thread-tree-single-indent)
12174         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12175         (gnus-sum-thread-tree-leaf-with-other)
12176         (gnus-sum-thread-tree-single-leaf): Add :version.
12177         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12178         (gnus-article-loose-mime): Change :version.
12179
12180         * gnus-start.el (gnus-backup-startup-file)
12181         (gnus-save-startup-file-via-temp-buffer): Add :version.
12182
12183         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12184         (gnus-server-offline-face): Add :version.
12185
12186         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12187
12188         * gnus-msg.el (gnus-gcc-externalize-attachments)
12189         (gnus-debug-files, gnus-debug-exclude-variables)
12190         (gnus-discouraged-post-methods): Change :version.
12191         (gnus-confirm-mail-reply-to-news)
12192         (gnus-confirm-treat-mail-like-news): Add :version.
12193
12194         * gnus-int.el (gnus-server-unopen-status): Add :version.
12195
12196         * gnus-group.el (gnus-group-jump-to-group-prompt)
12197         (gnus-large-ephemeral-newsgroup)
12198         (gnus-fetch-old-ephemeral-headers): Add :version.
12199
12200         * gnus-fun.el (gnus-x-face-directory)
12201         (gnus-convert-pbm-to-x-face-command)
12202         (gnus-convert-image-to-x-face-command)
12203         (gnus-convert-image-to-face-command): Add :version.
12204
12205         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12206
12207         * gnus-cite.el (gnus-cite-blank-line-after-header)
12208         (gnus-article-boring-faces): Add :version.
12209
12210         * gnus-art.el (gnus-buttonized-mime-types)
12211         (gnus-inhibit-mime-unbuttonizing)
12212         (gnus-treat-display-face)
12213         (gnus-treat-body-boundary): Change :version.
12214         (gnus-body-boundary-delimiter, gnus-picon-databases)
12215         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12216         (gnus-treat-date-english, gnus-treat-fold-headers)
12217         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12218         (gnus-treat-mail-picon, gnus-treat-wash-html)
12219         (gnus-article-encrypt-protocol)
12220         (gnus-use-idna, gnus-article-over-scroll)
12221         (gnus-mime-display-multipart-alternative-as-mixed)
12222         (gnus-mime-display-multipart-related-as-mixed)
12223         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12224         (gnus-ctan-url, gnus-button-ctan-handler)
12225         (gnus-button-handle-ctan-bogus-regexp)
12226         (gnus-button-ctan-directory-regexp)
12227         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12228         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12229         (gnus-button-man-level, gnus-button-emacs-level)
12230         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12231
12232         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12233         (gnus-agent-go-online): Change :version.
12234         (gnus-agent-expire-unagentized-dirs)
12235         (gnus-agent-auto-agentize-methods): Add :version.
12236
12237         * flow-fill.el (fill-flowed-display-column)
12238         (fill-flowed-encode-column): Add :version.
12239
12240         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12241         (gnus-outlook-deuglify-unwrap-max)
12242         (gnus-outlook-deuglify-cite-marks)
12243         (gnus-outlook-deuglify-unwrap-stop-chars)
12244         (gnus-outlook-deuglify-no-wrap-chars)
12245         (gnus-outlook-deuglify-attrib-cut-regexp)
12246         (gnus-outlook-deuglify-attrib-verb-regexp)
12247         (gnus-outlook-deuglify-attrib-end-regexp)
12248         (gnus-outlook-display-hook): Add :version.
12249
12250         * binhex.el (binhex-use-external): Add :version.
12251
12252 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12253
12254         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12255         and `invisible'.
12256
12257 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12258
12259         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12260         in gnus-registry-trim.
12261
12262 2004-09-13  Simon Josefsson  <jas@extundo.com>
12263
12264         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12265
12266         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12267
12268         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12269         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12270         <yamaoka@jpl.org>.
12271         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12272         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12273         <yamaoka@jpl.org>.
12274
12275         * sieve.el (sieve-manage-mode): Ditto.
12276
12277 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12278
12279         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12280
12281 2004-09-11  Simon Josefsson  <jas@extundo.com>
12282
12283         * dns-mode.el: Add.
12284
12285         * mm-view.el (mm-display-dns-inline): Add.
12286
12287         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12288         (mm-automatic-display): Ditto.
12289
12290         * mailcap.el (mailcap-mime-data): Add text/dns.
12291         (mailcap-mime-extensions): Map .soa to text/dns.
12292
12293 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12294
12295         * gnus-art.el (article-decode-mime-words, article-babel)
12296         (gnus-article-highlight-signature, gnus-article-add-buttons)
12297         (gnus-signature-toggle): Remove unnecessary bindings of
12298         `inhibit-read-only' inherited from v5.10 merge.
12299
12300 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12301
12302         * nntp.el (nntp): New customization group.
12303         (nntp-authinfo-file): Add customization group.
12304
12305         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12306
12307         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12308
12309         * gnus.el (to-address, to-list, subscribed)
12310         (large-newsgroup-initial): Ditto.
12311
12312         * flow-fill.el (fill-flowed-display-column)
12313         (fill-flowed-encode-column): Ditto.
12314
12315 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12316
12317         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12318         Use point-min rather than 1.
12319         (message-send-mail): Use buffer-size rather than point-max.
12320
12321         * gnus-sum.el (gnus-summary-search-article-forward):
12322         Signal a specific `search-failed' rather than a generic `error'.
12323
12324         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12325         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12326         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12327
12328 2004-09-10  Simon Josefsson  <jas@extundo.com>
12329
12330         * nndb.el (require): Remove tcp and duplicate cl.
12331
12332 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-agent.el (directory-files-and-attributes): Move forward.
12335
12336 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12337
12338         * gnus-agent.el (directory-files-and-attributes): Optionally
12339         defined to support XEmacs.
12340
12341 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12342
12343         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12344         to avoid run-time CL dependencies.
12345         (gnus-agent-unfetch-articles): New function.
12346         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12347         article numbers even when local .overview file is missing.
12348         (gnus-agent-read-article-number): New function.  Only accepts
12349         27-bit article numbers.
12350         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12351         gnus-agent-read-article-number.
12352         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12353         from backend while recognizing that article numbers in .overview
12354         must be valid.
12355         (gnus-agent-update-files-total-fetched-for): Use
12356         directory-files-and-attributes to improve performance.
12357         * gnus-int.el (gnus-request-move-article): Use
12358         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12359         improve performance.
12360
12361         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12362         some users confused by references to .newsrc when they only have a
12363         .newsrc.eld file.
12364         (gnus-convert-mark-converter-prompt)
12365         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12366         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12367         New function.  Used internally to only display 'gnus converting
12368         files' message when actually necessary.
12369
12370         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12371         methods now autoloaded.
12372
12373 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12374
12375         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12376         identifiers.
12377
12378 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12379
12380         * gnus-picon.el: Fix indentation and closing parenthesis.
12381
12382 2004-09-01  Simon Josefsson  <jas@extundo.com>
12383
12384         * message.el (message-canlock-generate): Require sha1, not
12385         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12386         to require within a function.  Sadly, if sha1.el isn't loaded, the
12387         let binding in m-c-g will hide the defcustom definition, which is
12388         bad.)
12389
12390         * canlock.el: Require sha1, not sha1-el.
12391
12392         * message.el: Don't autoload sha1 (there is a autoload cookie in
12393         sha1.el).
12394
12395         * sha1-el.el: Renamed to sha1.el.
12396
12397 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12398
12399         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12400
12401 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12402
12403         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12404
12405 2004-08-30  Kim F. Storm  <storm@cua.dk>
12406
12407         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12408
12409         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12410         Add :group 'nnimap.
12411
12412 2004-08-30  Andreas Schwab  <schwab@suse.de>
12413
12414         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12415         ?* and ?\;.
12416
12417         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12418         and ?\' to symbol instead of whitespace.
12419
12420 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12423
12424         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12425         instead of re-search-forward.
12426
12427         * gnus-uu.el (gnus-uu-save-article): Ditto.
12428         (gnus-uu-post-encode-uuencode): Ditto.
12429
12430         * html2text.el (html2text-clean-list-items): Ditto.
12431         (html2text-clean-dtdd): Ditto.
12432         (html2text-format-tags): Ditto.
12433
12434         * message.el (message-send-mail-with-sendmail): Fix regexp.
12435         (message-fill-field-general): Use search-forward instead of
12436         re-search-forward.
12437         (unbold-region): Ditto.
12438
12439         * nnrss.el (nnrss-request-article): Ditto.
12440
12441         * nnslashdot.el (nnslashdot-request-article): Ditto.
12442
12443         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12444
12445         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12446         "Unrecognized menu descriptor" error in XEmacs.
12447
12448 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12449
12450         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12451         parent article of a sparse article in the thread hashtb.
12452
12453 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12454
12455         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12456         (nnmail-expand-newtext): Lowercase expanded entries if
12457         nnmail-split-lowercase-expanded is non-nil.
12458
12459 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12462
12463         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12464         of gnus-tmp-news-method into string under XEmacs.  It will be
12465         passed to gnus-correct-length which takes only a string argument.
12466
12467 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12468
12469         * gnus-util.el (gnus-bind-print-variables): New macro.
12470         (gnus-prin1): Use it.
12471         (gnus-prin1-to-string): Use it.
12472         (gnus-pp): New function.
12473         (gnus-pp-to-string): New function.
12474
12475         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12476         Replace pp-to-string with gnus-pp-to-string.
12477         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12478         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12479         * gnus-msg.el (gnus-debug): Ditto.
12480         * gnus-score.el (gnus-score-save): Ditto.
12481         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12482         gnus-pp-to-string.
12483         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12484         with gnus-pp.
12485         * score-mode.el (gnus-score-pretty-print): Ditto.
12486         * webmail.el (webmail-debug): Ditto.
12487
12488 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12489
12490         * gnus-art.el (article-display-face, article-display-x-face):
12491         Use buffer-read-only.
12492
12493 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12494
12495         * gnus-art.el (article-hide-list-identifiers):
12496         Bind inhibit-read-only as t.
12497
12498 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12501
12502 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12503
12504         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12505         (gnus-narrow-to-page): Don't assume point-min == 1.
12506         (gnus-article-edit-mode): Derive from message-mode.
12507
12508         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12509         point-min == 1.
12510
12511         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12512         Disable incorrect use of `assert'.
12513
12514         * message.el (message-mode): Set comment-start-skip.
12515
12516
12517 2004-08-22  Sam Steingold  <sds@gnu.org>
12518
12519         * pop3.el (pop3-leave-mail-on-server): New user variable.
12520         (pop3-movemail): Delete mail only when it is nil.
12521
12522 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12523
12524         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12525
12526         * mml.el (mml-preview): Use `pop-to-buffer'.
12527
12528         * message.el (message-goto-mail-followup-to): Insert after "To".
12529         (message-carefully-insert-headers): Add comment.
12530
12531         * gnus.el: Remove unused variable `gnus-article-check-size'.
12532
12533         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12534
12535         * gnus-art.el (gnus-button-alist): Improve
12536         `gnus-button-handle-library' entry.
12537
12538 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12539
12540         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12541         downcase, since XEmacs capitalizes error messages differently.
12542
12543 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12544
12545         * nntp.el: Add (require 'gnus) due to reference to
12546         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12547
12548 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12549
12550         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12551         `mm-fill-flowed'.
12552
12553         * mm-decode.el (mm-dissect-singlepart): Check it.
12554
12555 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12556
12557         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12558         'imap' for netrc parsing.
12559
12560 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12561
12562         * mailcap.el (mailcap-mime-data): Mark as risky.
12563
12564 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12567         may be included in the encoded word.
12568         (rfc2047-encode): Don't append a space if the encoded word
12569         includes close parenthesis.
12570
12571 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12572
12573         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12574         of text within parentheses.
12575
12576 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12577
12578         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12579         (gnus-encrypt-write-file-contents): Make the password key the file
12580         name PLUS the cipher, not just the cipher.  Also remove failed
12581         passwords from the cache.
12582
12583 2004-08-06  Simon Josefsson  <jas@extundo.com>
12584
12585         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12586         fix.
12587
12588 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12591         LWSP.
12592
12593 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12594
12595         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12596         to append in-reply-to: data to the references: header.
12597
12598         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12599         (netrc-parse): Use gnus-encrypt.el functions.
12600
12601         * gnus-encrypt.el: Add new file for encryption support; currently
12602         does only a few GPG ciphers and an internal XOR cipher.
12603
12604         * password.el: Add comments on using password-read-and-add.
12605         (password-read-and-add): Add function to read and add the
12606         password to the cache at once.
12607
12608 2004-07-28  Simon Josefsson  <jas@extundo.com>
12609
12610         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12611         parameter (but don't use it, for now).
12612
12613         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12614         instead of hard coding to nil.
12615
12616 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12619         as mm-inline-image-xemacs does.
12620
12621 2004-07-26  Simon Josefsson  <jas@extundo.com>
12622
12623         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12624         Revert part of 2004-07-17 change below.
12625
12626 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12627
12628         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12629         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12630
12631 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12632
12633         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12634         quotes that actually start with ">" at the beginning of the
12635         lines.
12636
12637 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * rfc2047.el (rfc2047-encode-region): Fix last change.
12640         (rfc2047-encode-parameter): Remove useless concat.
12641
12642 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12643
12644         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12645         encode special characters; fix some kind of misconfigured headers;
12646         signal a real error if debug-on-quit or debug-on-error is non-nil.
12647         (rfc2047-encode-max-chars): New variable.
12648         (rfc2047-encode-1): Use it.
12649         (rfc2047-encode-parameter): New function.
12650
12651         * mml.el (mml-insert-parameter): Remove an excessive space.
12652
12653 2004-07-17  Simon Josefsson  <jas@extundo.com>
12654
12655         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12656         Kai Grossjohann <kai@emptydomain.de>.
12657         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12658         (gnus-group-make-menu-bar): Ditto.
12659
12660         * gnus-util.el (gnus-group-server): Add.
12661
12662 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12663
12664         * message.el (message-clone-locals): Clone sendmail and smtp
12665         variables.
12666
12667 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * rfc2047.el (rfc2047-encode-region): Fix last change.
12670
12671 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12674         characters as non-special.
12675
12676 2004-07-09  Simon Josefsson  <jas@extundo.com>
12677
12678         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12679         Users will lose all flag changes made while unplugged with
12680         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12681         good default.  See numerous reports on ding mailing list.
12682
12683 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12684
12685         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12686         add generate-head-function and generate-article-function to the
12687         rfc822-forward entry.
12688         (nndoc-rfc822-forward-generate-article): New function.
12689         (nndoc-rfc822-forward-generate-head): New function.
12690
12691         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12692
12693 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12694
12695         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12696         respect display group parameter and gnus-summary-expunge-below.
12697         (gnus-articles-to-read): Remove unused reference to display group
12698         parameter.
12699
12700 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12701
12702         * nnheader.el (nnheader-uniquify-message-id): New experimental
12703         variable.
12704         (nnheader-nov-read-message-id): Use it.
12705
12706         * spam-report.el (spam-report-gmane): Add interactive.
12707
12708 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12711         qp-or-base64 for the application/* types.
12712
12713 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12714
12715         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12716
12717 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12718
12719         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12720         trim value.
12721
12722 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12723
12724         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12725         New macro and function.
12726         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12727
12728 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12731         after-load-alist.
12732
12733 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734
12735         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12736         update info that isn't there.
12737
12738 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12739
12740         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12741         entry.
12742
12743 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * mm-view.el (mm-inline-render-with-function): Use multibyte
12746         buffer; decode html source by charset.
12747
12748         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12749
12750         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12751         Mule-UCS is loaded under XEmacs.
12752         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12753
12754 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12755
12756         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12757
12758 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * mm-util.el (mm-coding-system-p): Return a coding-system.
12761         (mm-mime-mule-charset-alist): Use shift_jis instead of
12762         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12763         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12764         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12765         instead of japanese-shift-jis and iso-latin-1 respectively in
12766         order to share the default value with both Emacs and XEmacs-mule.
12767         (mm-mule-charset-to-mime-charset): Make
12768         mm-coding-system-priorities effective.
12769         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12770         while predicating of candidates upon the priorities.
12771
12772 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12773
12774         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12775         gnus-uu-invert-processable.
12776
12777         * gnus.el: Autoload gnus-uu-invert-processable.
12778
12779 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * mm-util.el (mm-with-multibyte-buffer): New macro.
12782
12783         * rfc2047.el (rfc2047-encode-string): Use it.
12784         (rfc2047-encode-region): Move point to the end of the region after
12785         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12786
12787 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12788
12789         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12790         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12791
12792 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12793
12794         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12795         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12796         Karl Chen <quarl@nospam.quarl.org>.
12797
12798 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12799
12800         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12801         invalid addresses.
12802
12803 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12804
12805         * spam.el: Change section markers, revise TODO list.
12806         (spam-backends): Make new master list of all installed backends.
12807         (spam-summary-exit-behavior): Add new variable to determine how
12808         messages moves are done at summary exit.
12809         (spam-move-spam-nonspam-groups-only)
12810         (spam-process-ham-in-nonham-groups)
12811         (spam-process-ham-in-spam-groups): Remove variables, the
12812         spam-summary-exit-behavior variable should be used to manage this
12813         behavior.
12814         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12815         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12816         and spam-old-spam-articles.
12817         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12818         Add empty variables, placeholders for the backends they represent.
12819         (spam-set-difference): Move, unchanged.
12820         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12821         unless the user has a processor variable.
12822         (spam-classifications, spam-classification-valid-p)
12823         (spam-backend-properties, spam-backend-property-valid-p)
12824         (spam-backend-function-type-valid-p)
12825         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12826         (spam-report-articles-gmane, spam-report-articles-resend):
12827         Remove functions, they are not needed.
12828         (spam-install-backend-super, spam-backend-list)
12829         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12830         (spam-backend-function, spam-backend-ham-registration-function)
12831         (spam-backend-spam-registration-function)
12832         (spam-backend-ham-unregistration-function)
12833         (spam-backend-spam-unregistration-function)
12834         (spam-backend-statistical-p, spam-backend-mover-p)
12835         (spam-install-backend-alias, spam-install-checkonly-backend)
12836         (spam-install-mover-backend, spam-install-nocheck-backend)
12837         (spam-install-backend, spam-install-statistical-backend)
12838         (spam-install-statistical-checkonly-backend): Add backend installation
12839         support.
12840         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12841         (spam-group-processor-p): Use the new backend code and respect the
12842         summary exit behavior.
12843         (spam-mark-spam-as-expired-and-move-routine): Remove.
12844         (spam-summary-prepare): Change to use the new spam-old-articles
12845         variable.
12846         (spam-copy-or-move-routine, spam-copy-spam-routine)
12847         (spam-move-spam-routine, spam-copy-ham-routine)
12848         (spam-move-ham-routine): Add code to copy/move ham or spam.
12849         (spam-fetch-field-fast): Improve doc and code, plus allow the
12850         'number request.
12851         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12852         variables.
12853         (spam-split, spam-find-spam): Use the new backend code.
12854         (spam-registration-functions): Remove variable.
12855         (spam-unregister-routine): Add convenience wrapper.
12856         (spam-log-undo-registration, spam-register-routine)
12857         (spam-log-processing-to-registry)
12858         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12859         where possible.
12860         (spam-check-gmane-xref, spam-check-regex-headers)
12861         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12862         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12863         (spam-check-bogofilter-headers, spam-check-spamoracle)
12864         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12865         (spam-check-crm114-headers): Use the spam-split-group that
12866         spam-split prepares, no need to determine it every time.
12867
12868         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12869         to the nnheader-parse-naked-head call.
12870
12871         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12872
12873         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12874         the nnheader-nov-read-message-id call.
12875
12876 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12879         gnus-activate-group twice.  Suggested by Markus Peter
12880         <warp@spin.de>.
12881
12882 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * gnus-art.el (gnus-article-time-format): Exchange the order of
12885         day and month in the default value; fix customization type.
12886         (article-date-ut): Use add-text-properties.
12887         (article-make-date-line): Use message-make-date instead of
12888         current-time-string.
12889
12890         * message.el (message-fetch-field): Don't use set-text-properties.
12891         (message-make-date): Simplify.
12892
12893         * messagexmas.el (message-xmas-make-date): New function.
12894         (message-xmas-redefine): Defalias message-make-date to it.
12895
12896 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12897
12898         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12899         (rfc2047-encode-region): Treat text within parentheses as special;
12900         show the original text when error has occurred.
12901
12902         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12903         already-computed method to gnus-activate-group.
12904
12905         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12906         same select-methods identical Lisp objects.
12907
12908         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12909         object when modifying the info.
12910
12911 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12912
12913         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12914         gnus-opened-servers since it has never been opened with the new
12915         configuration yet.
12916
12917 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12918
12919         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12920         arg to nnheader-generate-fake-message-id.
12921
12922 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12923
12924         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12925         number and build a fake message ID localized to a group and
12926         article number (so it's repeatable from that point on).
12927         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12928         ID format.
12929
12930         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12931         nnheader-generate-fake-message-id with the article number.
12932
12933 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12934
12935         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12936         end-of-buffer.
12937
12938 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12939
12940         * message.el (message-ignored-supersedes-headers): Add Approved.
12941
12942 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12943
12944         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12945         goto-char.
12946         (rfc2047-encode): Fold the line before encoding.
12947
12948 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12949
12950         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12951         folding -- not all headers can be folded, and this should be done
12952         by the message composition mode.  Probably.  I think.
12953
12954 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12957         fast.
12958
12959         * gnus-ems.el (gnus-remove-image): Don't use
12960         message-text-with-property; remove only the image found first.
12961
12962         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12963         found first.
12964
12965 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12966
12967         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12968
12969 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12970
12971         * message.el (message-text-with-property): Make it fast and accept
12972         optional arguments.
12973         (message-strip-forbidden-properties): Use it.
12974         (message-fix-before-sending): Follow the m-t-w-p change.
12975
12976         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12977
12978 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12979
12980         * gnus-art.el (article-hide-headers): Don't change the buffer
12981         mistakenly when performing mml-preview even if
12982         gnus-single-article-buffer is nil.
12983
12984 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12985
12986         * message.el (message-expand-name-databases): New user option.
12987         (message-expand-name): Use it.
12988
12989 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12990
12991         * spam.el (spam-report-articles-resend)
12992         (spam-report-resend-register-routine): Allow ham reporting.
12993         (spam-report-resend-register-ham-routine): Add wrapper.
12994         (spam-registration-functions): Add ham resending functions.
12995         (spam-list-of-processors): Add ham resend processor.
12996
12997         * gnus.el (ham-resend-to): Add new group parameter.
12998         (spam-process): Add ham resend option.
12999
13000         * spam-report.el (spam-report-resend): Allow reporting ham.
13001         (spam-report-resend-ham): Add wrapper.
13002
13003 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13004
13005         * message.el (message-cite-articles-with-x-no-archive): New
13006         variable.
13007         (message-cite-original): Use it.
13008
13009 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13010
13011         * message.el (message-cite-original): Respect X-No-Archive.
13012
13013 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-art.el (article-hide-headers): Refer to the values for
13016         gnus-ignored-headers and gnus-visible-headers in the summary
13017         buffer since a user may have set them as group parameters.
13018
13019 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
13020
13021         * assistant.el (assistant-node-name): Add convenience function.
13022         (assistant-render-text, assistant-render-node): Add error handling,
13023         plus handle multiple next nodes.
13024         (assistant-find-next-node): Comment out for now.
13025         (assistant-find-next-nodes): Add function, returns list of next
13026         nodes.
13027
13028 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * mail-source.el (mail-source-directory): Fix doc-string.
13031
13032 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
13033
13034         * assistant.el (assistant-render-text, assistant-eval): Add :set
13035         widget type, which is different because it takes and returns a
13036         list.  Much hilarity ensues.
13037
13038 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13039
13040         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13041
13042         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13043         doc-string.
13044
13045         * gnus-start.el (gnus-activate-group): Added doc-string.
13046
13047 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13048
13049         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13050
13051 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13052
13053         * assistant.el (assistant-render-text): Try to add a :set
13054         widget, more to come.
13055
13056         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13057         strings.
13058         (spam-report-articles-resend)
13059         (spam-register-routine): Do registration iff any articles warrant
13060         it.
13061         (spam-summary-prepare-exit): Change log message for nil group
13062         destinations.
13063
13064 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13065
13066         * spam.el (spam-report-resend-register-routine): Allow
13067         spam-report-resend-to to be a group parameter or a global value.
13068
13069 2004-05-26  Simon Josefsson  <jas@extundo.com>
13070
13071         * starttls.el: Merge with my GNUTLS based starttls.el.
13072         (starttls-gnutls-program, starttls-use-gnutls)
13073         (starttls-extra-arguments, starttls-process-connection-type)
13074         (starttls-connect, starttls-failure, starttls-success): New
13075         variables.
13076         (starttls-program, starttls-extra-args): Doc fix.
13077         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13078         functions.
13079         (starttls-negotiate, starttls-open-stream): Check
13080         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13081         function if it is set.
13082
13083 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13084
13085         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13086         structured fields.
13087
13088 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13089
13090         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13091
13092 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13093
13094         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13095         variable.
13096         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13097         assigning the spam-mark to new messages.
13098
13099 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13100
13101         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13102
13103 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13104
13105         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13106
13107         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13108         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13109         default.
13110
13111 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13112
13113         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13114         correct data.
13115
13116 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13117
13118         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13119         (spam-group-processor-p): Fix function.
13120         (spam-group-processor-multiple-p)
13121         (spam-group-spam-processor-report-gmane-p)
13122         (spam-group-spam-processor-report-resend-p)
13123         (spam-group-spam-processor-bogofilter-p)
13124         (spam-group-spam-processor-blacklist-p)
13125         (spam-group-spam-processor-ifile-p)
13126         (spam-group-ham-processor-ifile-p)
13127         (spam-group-spam-processor-spamoracle-p)
13128         (spam-group-spam-processor-crm114-p)
13129         (spam-group-ham-processor-bogofilter-p)
13130         (spam-group-spam-processor-stat-p)
13131         (spam-group-ham-processor-stat-p)
13132         (spam-group-ham-processor-whitelist-p)
13133         (spam-group-ham-processor-BBDB-p)
13134         (spam-group-ham-processor-spamoracle-p)
13135         (spam-group-ham-processor-copy-p): Remove functions with some
13136         prejudice against unneeded code.
13137         (spam-report-articles-resend)
13138         (spam-report-resend-register-routine): Allow the group/topic
13139         spam-resend-to value to override spam-report-resend-to.
13140         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13141         properly now.
13142
13143         * gnus.el (spam-resend-to): Add group/topic parameter.
13144         (spam-process): Move the OBSOLETE processors to the end of the
13145         choices.
13146
13147 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13148
13149         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13150         with resend-to set to nil, and then ask the user if necessary.
13151         (spam-report-resend): spam-report-resend takes a list of articles, not
13152         separate article numbers.
13153
13154 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13155
13156         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13157         addition to emacs-w3m.
13158
13159 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160
13161         * assistant.el (assistant-authinfo-data): New function.
13162         (assistant-eval): Eval for entire assistant.
13163
13164         * netrc.el (netrc-services-file): New variable.
13165         (netrc-parse-services): New function.
13166         (netrc-find-service-name): New function.
13167         (netrc-find-service-number): New function.
13168         (netrc-port-equal): New function.
13169         (netrc-machine): Use it.
13170
13171         * nnimap.el (nnimap-open-connection): Use netrc.
13172
13173         * gnus-util.el (gnus-netrc-get): Remove aliases.
13174
13175         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13176
13177         * assistant.el (wid-edit): Fix compilation.
13178
13179         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13180
13181 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13182
13183         * gnus-util.el (gnus-set-file-modes): New function.  (small
13184         patch).
13185
13186 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13187
13188         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13189
13190         * assistant.el (assistant-render-node): Fix up rendering and
13191         read-only text.
13192         (assistant-render-node): Reset.
13193         (assistant-make-read-only): Not sticky.
13194
13195 2004-05-20  Danny Siu  <dsiu@adobe.com>
13196
13197         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13198         centered even when gnus-auto-center-summary is t.
13199
13200 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13201
13202         * dns.el (dns-get-txt-answer): New function.
13203         (dns-read-txt): Ditto.
13204         (query-dns): Use it.
13205
13206 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13207
13208         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13209         active for foreign groups even if the group level is higher than
13210         the specified value.
13211
13212 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13213
13214         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13215         non-active groups.
13216
13217         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13218
13219 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13220
13221         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13222
13223 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13224
13225         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13226         (spam-crm114-header, spam-crm114-spam-switch)
13227         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13228         (spam-crm114-positive-spam-header)
13229         (spam-crm114-database-directory, spam-list-of-processors)
13230         (spam-group-spam-processor-crm114-p)
13231         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13232         (spam-generic-score, spam-list-of-checks)
13233         (spam-list-of-statistical-checks, spam-registration-functions)
13234         (spam-check-crm114-headers, spam-crm114-score)
13235         (spam-check-crm114, spam-crm114-register-with-crm114)
13236         (spam-crm114-register-spam-routine)
13237         (spam-crm114-unregister-spam-routine)
13238         (spam-crm114-register-ham-routine)
13239         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13240         asjo@koldfront.dk (Adam Sjøgren).
13241
13242         * gnus.el: Add spam-use-crm114.
13243
13244         * spam.el (spam-list-of-processors, spam-registration-functions):
13245         Add spam-use-resend.
13246         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13247         (spam-report-articles-gmane): Add doc fix.
13248         (spam-report-articles-resend, spam-report-resend-register-routine):
13249         Add wrappers around spam-report-resend-to.
13250
13251         * spam-report.el (spam-report-resend-to, spam-report-resend):
13252         Add support for resending spam.
13253         (spam-report-gmane): Fix line length >80.
13254
13255         * gnus.el (spam-process): Add spam-use-resend.
13256
13257 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13258
13259         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13260         number of processed spam messages.
13261         (spam-ham-copy-or-move-routine): Return the number of processed
13262         ham messages.
13263         (spam-summary-prepare-exit): Use the above values to decide
13264         whether status messages shouled be displayed.
13265
13266 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13269         `rfc2047-encoding-function-alist' in order to avoid conflicting
13270         with the old version.
13271         (rfc2047-encode-region): Concatenate words containing non-ASCII
13272         characters in structured fields; don't encode space-delimited
13273         ASCII words even in unstructured fields; don't break words at
13274         char-category boundaries.
13275         (rfc2047-encode-1): New function.
13276         (rfc2047-encode): Use it; encode text so that it occupies the
13277         maximum width within 76-column; work correctly on Q encoding for
13278         iso-2022-* charsets.
13279         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13280         sure not to break a line just after the header name.
13281         (rfc2047-b-encode-region): Removed.
13282         (rfc2047-b-encode-string): New function.
13283         (rfc2047-q-encode-region): Removed.
13284         (rfc2047-q-encode-string): New function.
13285
13286         * mm-util.el (mm-replace-in-string): New function.
13287
13288 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13289
13290         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13291         get it right.
13292         (gnus-inews-make-draft): Really.
13293
13294 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13295
13296         * nnmh.el (nnmh-request-list-1): Don't check the link count
13297         before descending.  (small patch)
13298
13299 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13300
13301         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13302         stuff.
13303
13304         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13305         on real group name.
13306
13307         * gnus-art.el (gnus-signature-limit): Doc fix.
13308
13309         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13310
13311         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13312
13313 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13314
13315         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13316         isn't a string.
13317
13318 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13319
13320         * gnus-draft.el (gnus-draft-send): Bind
13321         rfc2047-encode-encoded-words.
13322
13323         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13324         (rfc2047-encodable-p): Say that =? needs encoding.
13325         (rfc2047-encode-encoded-words): New variable.
13326
13327         * gnus-group.el (gnus-group-select-group): Doc fix.
13328
13329         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13330
13331         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13332         to nil.
13333
13334         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13335
13336         * nnheader.el (nnheader-get-lines-and-char): New function.
13337
13338 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13339
13340         * gnus-msg.el (gnus-summary-followup-with-original): Document
13341         yanking of region when active.
13342
13343 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13346         groups if the group level is higher than the specified value.
13347
13348 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13349
13350         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13351         (gnus-group-jump-to-group): Added prefix argument using
13352         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13353         non-active group.
13354
13355         * compface.el (uncompface): Be verbose when changing
13356         `uncompface-use-external'.
13357
13358         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13359         handle manual section.
13360
13361 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13362
13363         * gnus-art.el (gnus-button-alist): Revert previous change.
13364
13365 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13366
13367         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13368
13369 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13370
13371         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13372         whether backend can accept message.
13373
13374         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13375
13376 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13377
13378         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13379         Avoid creating directory when nntp-marks-is-evil is true.
13380         Reported by Reiner Steib.
13381
13382 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13383
13384         * gnus-picon.el (gnus-picon-style): New variable.
13385         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13386         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13387         Jesper Harder <harder@ifa.au.dk>.
13388
13389 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13390
13391         * message.el (message-fill-field): Return point.
13392         (message-generate-headers): Go to end of field.
13393
13394         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13395         stuff for non-living groups.
13396
13397 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13398
13399         * gnus-art.el (gnus-article-followup-with-original)
13400         (gnus-article-reply-with-original): gnus-mark-active-p ->
13401         gnus-region-active-p.
13402
13403 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13404
13405         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13406         only when there is spam or ham to be processed.
13407
13408 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13409
13410         * mail-source.el (mail-source-delete-crash-box): Refactor.
13411         (mail-source-fetch): Use it.
13412         (mail-source-fetch-file): Ditto.
13413         (mail-source-fetch-directory): Run postscript in loop.
13414         (mail-source-fetch-pop): Delete.
13415         (mail-source-fetch-maildir): Ditto.
13416         (mail-source-fetch-imap): Ditto.
13417
13418         * imap.el (imap-authenticators): Comment out sasl.
13419
13420         * message.el (message-skip-to-next-address): New function.
13421         (message-fill-header-address): Refactor.
13422         (message-fill-address): Use it.
13423         (message-delete-address): Use it.
13424         (message-fill-header-general): Refactor.
13425         (message-fill-field-address): Rename.
13426         (message-narrow-to-field): Find the start of the header.
13427         (message-header-format-alist): Don't pre-fill.
13428         (message-fill-header): Removed.
13429         (message-insert-header): New function.
13430         (message-shorten-references): Use it.
13431
13432         * rfc2047.el (rfc2047-field-value): Strip props.
13433
13434         * mail-parse.el (mail-header-make-address): New alias.
13435
13436         * ietf-drums.el (ietf-drums-make-address): New function.
13437
13438         * imap.el: Add compiler directives.
13439
13440         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13441
13442         * gnus-art.el (article-decode-idna-rhs): Don't use
13443         message-idna-inside-rhs-p.
13444
13445 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13446
13447         * message.el (message-idna-inside-rhs-p): Removed.
13448         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13449
13450         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13451         false positives.
13452
13453 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13454
13455         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13456
13457 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13458
13459         * nneething.el (nneething-file-name): Don't create spurious
13460         files.
13461
13462         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13463         (gnus-inews-do-gcc): Remove sleep.
13464
13465         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13466         part under point.
13467
13468         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13469         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13470
13471 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13472
13473         * spam.el (spam-summary-prepare-exit): Fixed (length).
13474
13475 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13476
13477         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13478         as expired without moving it" message when there are spam
13479         messages left.
13480
13481 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13482
13483         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13484         header is not nil.
13485
13486 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13487
13488         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13489         nntp-possibly-create-directory, not nntp-possibly-change-group.
13490         (nntp-marks-changed-p): New arg SERVER.
13491         (nntp-request-update-info): Adjust caller.
13492
13493 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13494
13495         * nntp.el (nntp-save-marks): Pass missing arg.
13496
13497 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13498
13499         * nntp.el: Support marks.
13500         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13501         (nntp-marks-modtime, nntp-marks-directory): New variables.
13502         (nntp-request-set-mark, nntp-request-update-info)
13503         (nntp-possibly-create-directory, nntp-marks-changed-p)
13504         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13505         functions.
13506
13507 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13508
13509         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13510         (gnus-xmas-redefine): Rename.
13511
13512         * gnus-score.el (gnus-score-insert-help): Use
13513         gnus-select-lowest-window.
13514
13515         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13516         appt-select-lowest-window and rename to gnus-select-lowest-window.
13517
13518         * gnus.el: do.
13519
13520 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13521
13522         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13523         encodings of MIME-encoded words, in order to improve
13524         interoperability with several broken MUAs.
13525
13526 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13527
13528         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13529         tags, only when charsets are not specified in headers.
13530         (mm-inline-text-html-render-with-w3m): Ditto.
13531
13532         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13533         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13534
13535 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13536
13537         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13538         instead of MIME-decoded from fields when checking
13539         `gnus-article-address-banner-alist'.
13540
13541 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13542
13543         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13544         description rather than subject.
13545
13546 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13547
13548         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13549
13550 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13551
13552         * gnus.el (gnus-version-number): Bump.
13553
13554 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13555
13556         * gnus.el: No Gnus v0.2 is released.
13557
13558 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13559
13560         * gnus-agent.el (gnus-agent-read-agentview): Inline
13561         gnus-uncompress-range.
13562
13563 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13564
13565         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13566         `exec-installed-p'.
13567
13568 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13569
13570         * gnus.el (spam-process, spam-autodetect-methods): Add
13571         bsfilter and bsfilter-headers.
13572
13573         * spam.el (spam-bsfilter): New customize group.
13574         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13575         (spam-bsfilter-header, spam-bsfilter-probability-header)
13576         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13577         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13578         (spam-bsfilter-database-directory): New options.
13579         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13580         (spam-list-of-statistical-checks, spam-registration-functions):
13581         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13582         (spam-bsfilter-score): New command.
13583         (spam-check-bsfilter-headers, spam-check-bsfilter)
13584         (spam-bsfilter-register-with-bsfilter)
13585         (spam-bsfilter-register-spam-routine)
13586         (spam-bsfilter-unregister-spam-routine)
13587         (spam-bsfilter-register-ham-routine)
13588         (spam-bsfilter-unregister-ham-routine): New functions.
13589         (spam-generic-score): Support bsfilter; Accept an optional argument
13590         to recalcurate spam score even if scoring header has already been
13591         added.
13592         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13593         optional argument to recalcurate spam score even if scoring header
13594         has already been added.
13595
13596 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13597
13598         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13599         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13600         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13601         link is missing.
13602
13603 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13604
13605         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13606         (html2text-get-attr): Rewrite.
13607
13608         * message.el (message-setup-1): Remove redundant put-text-property
13609         on mail-header-separator.
13610
13611 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13612
13613         * gnus-registry.el (gnus-registry-cache-whitespace)
13614         (gnus-registry-action, gnus-registry-spool-action)
13615         (gnus-registry-split-fancy-with-parent): Change message levels
13616         from 5 to 3 or 7, as needed.
13617
13618         * spam.el (spam-summary-prepare-exit)
13619         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13620         (spam-split, spam-find-spam, spam-log-undo-registration)
13621         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13622         level from 5 to 6.
13623
13624 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13627         2004-03-04 change).
13628
13629 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13630
13631         * sieve-manage.el (sieve-manage-open):
13632         * nnweb.el (nnweb-insert-html):
13633         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13634         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13635         * nnspool.el (nnspool-request-group):
13636         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13637         * nnml.el (nnml-request-update-info):
13638         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13639         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13640         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13641         (nnimap-request-set-mark):
13642         * nnfolder.el (nnfolder-request-update-info):
13643         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13644         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13645         * gnus-uu.el (gnus-uu-find-articles-matching):
13646         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13647         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13648         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13649         * gnus-nocem.el (gnus-nocem-scan-groups):
13650         * gnus-int.el (gnus-start-news-server):
13651         * gnus-group.el (gnus-group-make-kiboze-group)
13652         (gnus-group-browse-foreign-server):
13653         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13654         Use mapc when appropriate.
13655
13656 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13657
13658         FIXME: Make separate entries for each person.
13659
13660         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13661         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13662         <shields@msrl.com>:
13663
13664         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13665         may need for spam sorting and scoring.
13666         (spam-user-format-function-S): Add user format function suitable for
13667         general use.
13668         (spam-article-sort-by-spam-status): Add sorting function for summary
13669         sorting.
13670         (spam-extra-header-to-number): Add function to get a score from a
13671         header.
13672         (spam-summary-score): Add function to get a numeric score from the
13673         headers.
13674         (spam-generic-score): Fix function doc, was in wrong place.
13675         (spam-initialize): Take symbols when it's run, and install the
13676         extra headers that spam-necessary-extra-headers thinks we need.
13677
13678 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13679
13680         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13681         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13682
13683 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13684
13685         * gnus-sum.el (gnus-set-global-variables)
13686         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13687         (gnus-article-get-xrefs, gnus-summary-best-group)
13688         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13689         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13690         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13691         Use with-current-buffer.
13692
13693 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13694
13695         * spam.el (spam-summary-prepare-exit): Simplify logic.
13696         (spam-fetch-article-header): Read the article header if it's not
13697         available.
13698         (spam-list-articles): Simplify logic.
13699         (spam-filelist-register-routine): Fix bug with unregister-list.
13700
13701         * gnus-registry.el: Fix comments at beginning.
13702
13703 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13704
13705         * message.el (message-cater-to-broken-inn): Remove.
13706         (message-shorten-references): Make sure the total folded length of
13707         References is shorter than 998 characters to cater to a bug in INN
13708         2.3.  Also, don't pretend that references aren't folded -- this
13709         hasn't worked for a while.
13710
13711 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13712
13713         * gnus-agent.el (gnus-agentize):
13714         gnus-agent-send-mail-real-function no longer set to current value
13715         of message-send-mail-function but rather a lambda that calls
13716         message-send-mail-function.  The change makes the agent real-time
13717         responsive to user changes to message-send-mail-function.
13718
13719 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13720
13721         * legacy-gnus-agent.el
13722         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13723         help from Florian Weimer <fw@deneb.enyo.de>
13724
13725 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13726
13727         * nnmail.el (nnmail-cache-insert): Revert last change.
13728
13729 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * nnmail.el (nnmail-cache-insert): Always check whether
13732         nnmail-cache-ignore-groups matches a group name.
13733
13734 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13735
13736         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13737         (spam-find-spam, spam-log-processing-to-registry)
13738         (spam-log-registered-p, spam-log-unregistration-needed-p)
13739         (spam-log-undo-registration): Use gnus-message instead of
13740         gnus-error, none of these errors are fatal.
13741
13742         * gnus-registry.el (gnus-registry-clean-empty-function)
13743         (gnus-registry-clean-empty): Remove only empty entries without
13744         extra data.
13745
13746 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13747
13748         * spam-stat.el (spam-stat-buffer-change-to-spam)
13749         (spam-stat-buffer-change-to-non-spam): Change (error) to
13750         (gnus-message 8) invocation.
13751
13752 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * nntp.el (nntp-via-netcat-command): New variable.
13755         (nntp-via-netcat-switches): New variable.
13756         (nntp-open-via-rlogin-and-netcat): New function.
13757         (nntp-open-connection-function): Doc fix.
13758         (nntp-telnet-command): Doc fix.
13759         (nntp-end-of-line): Doc fix.
13760         (nntp-via-rlogin-command): Doc fix.
13761         (nntp-via-user-name): Doc fix.
13762         (nntp-via-address): Doc fix.
13763
13764 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13765
13766         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13767         error in Emacs 21.1.
13768
13769 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13770
13771         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13772
13773 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13774
13775         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13776         (gnus-agent-with-refreshed-group): New macro.
13777         (gnus-agent-rename-group): New function.
13778         (gnus-agent-delete-group): New function.
13779         (gnus-agent-save-group-info): Use gnus-command-method when
13780         `method' parameter is nil.  Don't write nil entries into the
13781         active file.
13782         (gnus-agent-get-group-info): New function.
13783         (gnus-agent-fetch-articles): Use
13784         gnus-agent-update-files-total-fetched-for to increment disk space
13785         used.
13786         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13787         gnus-agent-update-view-total-fetched-for to increment disk space
13788         used.
13789         (gnus-agent-get-local): Added optional parameters to avoid calling
13790         gnus-group-real-name and gnus-find-method-for-group.
13791         (gnus-agent-set-local): Delete stored entry if either min, or max,
13792         are nil.
13793         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13794         quit, use gnus-agent-regenerate-group to record existance of any
13795         articles fetched to disk before the quit occurred.
13796         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13797         gnus-agent-update-view-total-fetched-for, and
13798         gnus-agent-update-files-total-fetched-for to decrement disk space
13799         used.
13800         (gnus-agent-retrieve-headers): Use
13801         gnus-agent-update-view-total-fetched-for to increment disk space
13802         used.
13803         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13804         with gnus-agent-update-files-total-fetched-for to decrement disk
13805         space and fresh group buffer.
13806         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13807         (gnus-agent-need-update-total-fetched-for): New variable.
13808         (gnus-agent-update-files-total-fetched-for): New function.
13809         (gnus-agent-update-view-total-fetched-for): New function.
13810         (gnus-agent-total-fetched-for): New function.
13811
13812         * gnus-cache.el (gnus-cache-save-buffers): Use
13813         gnus-cache-update-overview-total-fetched-for to change disk space
13814         used by this group.
13815         (gnus-cache-possibly-enter-article): Use
13816         gnus-cache-update-file-total-fetched-for to increment disk space
13817         used by this group.
13818         (gnus-cache-possibly-remove-article): Use
13819         gnus-cache-update-file-total-fetched-for to decrement disk space
13820         used by this group.
13821         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13822         (gnus-cache-rename-group): New function.
13823         (gnus-cache-delete-group): New function.
13824         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13825         (gnus-cache-need-update-total-fetched-for): New variable.
13826         (gnus-cache-with-refreshed-group): New macro.
13827         (gnus-cache-update-file-total-fetched-for): New function.
13828         (gnus-cache-update-overview-total-fetched-for): New function.
13829         (gnus-cache-rename-group-total-fetched-for): New function.
13830         (gnus-cache-delete-group-total-fetched-for): New function.
13831         (gnus-cache-total-fetched-for): New function.
13832
13833         * gnus-group.el: Require gnus-sum and autoload functions to
13834         resolve warnings when gnus-group.el compiled alone.
13835         (gnus-group-line-format): Documented new %F.
13836         (size of Fetched data) group line format; identifies disk space
13837         used by agent and cache.
13838         (gnus-group-line-format-alist): Defined new F format.
13839         (gnus-total-fetched-for): New function.
13840         (gnus-group-delete-group): No longer update
13841         gnus-cache-active-altered as gnus-request-delete-group now keeps
13842         the cache in sync.
13843         (gnus-group-list-active): Let the agent store a server's active
13844         list if currently plugged.
13845
13846         * gnus-int.el (gnus-request-delete-group):
13847         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13848         local disk in sync with the server.
13849         (gnus-request-rename-group):
13850         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13851         local disk in sync with the server.
13852
13853         * gnus-start.el (gnus-get-unread-articles):
13854         Cosmetic simplification to logic.
13855
13856         * gnus-util.el (gnus-rename-file): New function.
13857
13858 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13859
13860         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13861
13862 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13863
13864         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13865         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13866
13867 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13868
13869         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13870         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13871
13872 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13873
13874         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13875
13876 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13877
13878         * spam.el (spam-set-difference): Add function to replace
13879         gnus-set-difference in spam.el.
13880         (spam-summary-prepare-exit): Use spam-set-difference.
13881
13882 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13883
13884         * gnus-registry.el (gnus-registry-cache-file): Update to use
13885         gnus-dribble-directory OR gnus-home-directory OR ~.
13886         (gnus-registry-split-fancy-with-parent): Fix doc.
13887
13888 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13889
13890         * message.el (message-exchange-point-and-mark): Use
13891         message-mark-active-p.  Suggested by Jesper Harder
13892         <harder@ifa.au.dk>.
13893
13894 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13895
13896         * message.el (message-exchange-point-and-mark): Don't activate
13897         region if it was inactive.  Suggested by Hiroshi Fujishima
13898         <pooh@nature.tsukuba.ac.jp>.
13899
13900 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13901
13902         * gnus-art.el (article-display-face): Display Faces in the same
13903         order as X-Faces.
13904
13905 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13908
13909 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13910
13911         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13912         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13913         (gnus-article-mime-hierarchy): Remove.
13914         (gnus-article-mime-hierarchy-next): Remove.
13915         (gnus-article-mode): Revert 2004-03-19 change.
13916         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13917         (gnus-insert-mime-button): Revert 2004-03-19 change.
13918         (gnus-mime-accumulate-hierarchy): Remove.
13919         (gnus-mime-enter-multipart): Remove.
13920         (gnus-mime-leave-multipart): Remove.
13921         (gnus-mime-display-part): Revert 2004-03-19 change.
13922         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13923
13924         * mml.el (mml-preview): Revert 2004-03-19 change.
13925
13926 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13927
13928         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13929
13930 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13931
13932         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13933         t while entering a file name using the mm-with-multibyte macro.
13934         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13935
13936         * mm-util.el (mm-with-multibyte): New macro.
13937
13938 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13939
13940         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13941         user option.
13942         (gnus-mime-multipart-functions): Doc and customization fix.
13943         (gnus-article-mime-hierarchy): New variable.
13944         (gnus-article-mime-hierarchy-next): New variable.
13945         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13946         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13947         gnus-article-mime-hierarchy-next to nil.
13948         (gnus-insert-mime-button): Show hierarchy numbers.
13949         (gnus-mime-accumulate-hierarchy): New function.
13950         (gnus-mime-enter-multipart): New function.
13951         (gnus-mime-leave-multipart): New function.
13952         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13953         (gnus-mime-display-alternative): Show hierarchy numbers.
13954
13955         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13956         gnus-article-mime-hierarchy-next to nil.
13957
13958 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13959
13960         * dns.el: Don't require gnus-xmas.
13961
13962 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13963
13964         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13965         inline PGP.
13966         (mml-menu): Disable mml-quote-region if mark is inactive.
13967
13968 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13969
13970         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13971         when the group's active is not available.
13972
13973 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13974
13975         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13976         error.
13977
13978 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13979
13980         * imap.el (imap-store-password): New variable.
13981         (imap-interactive-login): Use it.
13982         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13983
13984 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13985
13986         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13987         window-start and hscroll to summary window.
13988
13989 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13990
13991         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13992         conversion message to newsrc-dribble when an actual conversion is
13993         performed.
13994
13995 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13996
13997         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13998
13999 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * mm-decode.el (mm-complicated-handles): New function reviving
14002         former definition of mm-multiple-handles.
14003
14004         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
14005         (gnus-mime-delete-part): Use it.
14006
14007 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14008
14009         * gnus-agent.el (gnus-agent-read-local): Bind
14010         nnheader-file-coding-system to gnus-agent-file-coding-system to
14011         avoid the implicit assumption that they will always be equal.
14012         (gnus-agent-save-local): Bind buffer-file-coding-system, not
14013         coding-system-for-write, as the with-temp-file macro first prints
14014         to a buffer then saves the buffer.
14015
14016 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * gnus-art.el (gnus-article-edit-part): New function.
14019         (gnus-mime-save-part-and-strip): Use it; do query instead of
14020         signaling an error; don't use mm-multiple-handles.
14021         (gnus-mime-delete-part): Ditto.
14022
14023 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14024
14025         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
14026         old file versions.
14027         (gnus-group-prepare-hook): Removed function that converted list
14028         form of gnus-agent-expire-days to group properties.
14029
14030         * gnus-int.el: Autoload gnus-agent-regenerate-group.
14031         (gnus-request-accept-article): Re-indented.
14032
14033         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14034         converters to handle old agent file formats.  Added logic for a
14035         "backup before upgrading warning".
14036         (gnus-convert-mark-converter-prompt): Developers can mark
14037         functions as needing (default), or not needing,
14038         gnus-convert-old-newsrc's "backup before upgrading warning".
14039         (gnus-convert-converter-needs-prompt): Tests whether the user
14040         should be protected from potentially irreversable changes by the
14041         function.
14042
14043         * legacy-gnus-agent.el: New.  Provides converters that are only
14044         loaded when gnus-convert-old-newsrc needs to call them.
14045
14046 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14047
14048         * mail-source.el (mail-source-touch-pop): Doc fix.
14049
14050         * message.el (message-smtpmail-send-it): Doc fix.
14051
14052 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14053
14054         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14055
14056         * nnmail.el (nnmail-split-fancy): do.
14057
14058         * gnus-kill.el (gnus-kill, gnus-execute): do.
14059
14060 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14061
14062         * gnus-sum.el (gnus-widget-reversible-match)
14063         (gnus-widget-reversible-to-internal)
14064         (gnus-widget-reversible-to-external): New functions.
14065         (gnus-widget-reversible): New widget.
14066         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14067
14068 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14069
14070         * gnus-sum.el (gnus-thread-sort-functions)
14071         (gnus-article-sort-functions): Document `(not F)' items.
14072
14073 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14074
14075         * spam.el (spam-use-gmane-xref): Add new backend.
14076         (spam-gmane-xref-spam-group): Add variable to control the name of the
14077         Gmane spam group.
14078         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14079         (spam-regex-headers-spam, spam-regex-headers-ham)
14080         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14081         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14082         backends and checks.
14083         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14084
14085         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14086         an autodetect method.
14087
14088 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14089
14090         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14091         articles are being added to a group.
14092         (gnus-request-replace-article): Inform the agent that articles
14093         need to be uncached as the cached contents are no longer valid.
14094
14095 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * binhex.el: Don't autoload executable-find.
14098
14099         * canlock.el: Don't autoload mail-fetch-field.
14100
14101         * dgnushack.el: Autoload c-mode for XEmacs.
14102
14103         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14104
14105         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14106         rmail-dont-reply-to and rmail-output.
14107
14108         * gnus-score.el: Don't autoload ffap-string-at-point.
14109
14110         * gnus-setup.el: Don't autoload sc-cite-original.
14111
14112         * imap.el: Don't autoload base64-decode-string,
14113         base64-encode-string and md5.
14114
14115         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14116         and rmail-msg-restore-non-pruned-header.
14117
14118         * mm-decode.el: Don't autoload executable-find.
14119
14120         * mm-url.el: Don't autoload executable-find.
14121
14122         * mm-view.el: Don't autoload diff-mode.
14123
14124         * nndb.el: Don't autoload news-reply-mode, news-setup,
14125         cancel-timer and telnet.
14126
14127         * password.el: Don't autoload run-at-time for Emacs.
14128
14129         * sha1-el.el: Don't autoload executable-find.
14130
14131         * sieve-mode.el: Don't autoload c-mode.
14132
14133         * uudecode.el: Don't autoload executable-find.
14134
14135 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14136
14137         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14138         (gnus-agent-possibly-alter-active): Avoid null in numeric
14139         comparison.
14140         (gnus-agent-set-local): Refuse to save null in local object table.
14141         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14142         list of articles that will be marked as unread.
14143
14144 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14145
14146         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14147
14148 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14149
14150         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14151         language tags.
14152
14153 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14154
14155         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14156         Don't bind "obarray".
14157
14158         * gnus-sum.el (gnus-thread-sort-functions): Added
14159         `gnus-thread-sort-by-most-recent-number' and
14160         `gnus-thread-sort-by-most-recent-date'.
14161         Reported by Kai Grossjohann <kai@emptydomain.de>.
14162
14163 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14166
14167 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14168
14169         * gnus-cus.el (gnus-agent-customize-category): Removed
14170         ignore-errors macro reference that required cl to be loaded at
14171         run-time.
14172
14173         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14174         single-interval range of the form (min . max).  Previously the
14175         range had to look like ((min . max)).  Likewise, return
14176         (min . max) rather than ((min . max)).
14177         (gnus-range-map): Use gnus-range-normalize to accept
14178         single-interval range.
14179
14180         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14181         the cache, but not the agent, now appear with their usual face.
14182
14183         * dgnushack.el (loaddir): New variable that is bound to the
14184         directory containing the dgnushack.el file. Use loaddir, rather
14185         than srcdir, to update load-path. Change lets dgnushack compile
14186         code in directories other than GNUS/lisp.
14187
14188 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14189
14190         * lpath.el: Don't bind w3m-safe-url-regexp.
14191
14192         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14193         w3m-safe-url-regexp variable buffer-local.
14194
14195         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14196
14197 2004-02-27  Simon Josefsson  <jas@extundo.com>
14198
14199         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14200         gnus-group-real-prefix.
14201         (gnus-summary-move-article): Use it, instead of
14202         gnus-group-real-prefix.
14203
14204 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * lpath.el: Bind w3m-safe-url-regexp.
14207
14208         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14209         w3m-safe-url-regexp variable buffer-local and set it as the value
14210         of mm-w3m-safe-url-regexp.
14211
14212         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14213
14214         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14215         parsing gnus-posting-styles when the message is not for replying.
14216
14217         * dgnushack.el: Autoload sgml-mode for XEmacs.
14218
14219         * nnrss.el (nnrss-opml-export): Use
14220         mm-set-buffer-file-coding-system instead of
14221         set-buffer-file-coding-system.
14222
14223 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14224
14225         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14226         of checkdoc.el).
14227         * nnrss.el: do.
14228         * gnus-mlspl.el: do.
14229         * gnus-ml.el: do.
14230         * gnus-srvr.el: do.
14231
14232         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14233
14234 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14235
14236         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14237         Corrections to custom-manual links.
14238
14239         * gnus-art.el (gnus-article): Ditto.
14240
14241         * mm-decode.el (mime-display, mime-security): Ditto.
14242
14243 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14244
14245         * flow-fill.el: Typo.
14246
14247 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14248
14249         * spam-wash.el: New file.
14250
14251 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14252
14253         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14254
14255 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14256
14257         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14258         to be run with new-articles as LIST1, not LIST2.
14259         (spam-registration-functions): Add spam-use-ham-copy as a nil
14260         registration backend.
14261
14262 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14263
14264         * spam-stat.el (spam-stat-washing-hook): New option.
14265         (spam-stat-buffer-words): Use it.
14266         (spam-stat-process-directory, spam-stat-test-directory): Use
14267         insert-file-contents-literally.
14268         (spam-stat-coding-system): New variable.
14269         (spam-stat-load, spam-stat-save): Use it.
14270
14271 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14272
14273         * spam-report.el (spam-report-plug-agent): Quote
14274         spam-report-url-to-file and spam-report-url-ping-plain.
14275
14276 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14277
14278         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14279         / in mailto URLs.
14280
14281 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14282
14283         * spam-report.el (spam-report-process-queue): Fix interactive use.
14284         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14285         (spam-report-unplug-agent): Doc fixes.
14286         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14287         (spam-report-agentize, spam-report-deagentize): Autoload.
14288
14289 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14290
14291         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14292
14293         * message.el (message-setup-fill-variables): Add mml tags to
14294         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14295         <ajk@iu.edu>.
14296         (message-mode): Don't modify paragraph-separate there.
14297
14298 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * compface.el (uncompface-use-external): Default to undecided.
14301         (uncompface-use-external-threshold): New variable.
14302         (uncompface-float-time): New macro.
14303         (uncompface): Determine whether to use the external decoder if
14304         uncompface-use-external is undecided.
14305
14306 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14307
14308         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14309         after images.
14310
14311         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14312
14313 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14314
14315         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14316
14317         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14318
14319         * gnus-sum.el (gnus-summary-limit-to-age)
14320         (gnus-summary-limit-children): do.
14321
14322         * gnus-int.el (gnus-request-scan): do.
14323
14324         * gnus-group.el (gnus-group-suspend): do.
14325
14326         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14327
14328         * gnus-cite.el (gnus-cite-parse-attributions): do.
14329
14330         * gnus-agent.el (gnus-summary-set-agent-mark)
14331         (gnus-agent-regenerate-group): do.
14332
14333         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14334
14335         * binhex.el (binhex-decode-region-internal): do.
14336
14337 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14338
14339         * gnus-fun.el (gnus-face-properties-alist): New user option.
14340         (gnus-display-x-face-in-from): Use it.
14341
14342         * gnus-art.el (article-display-face): Ditto.
14343
14344         * compface.el (uncompface-use-external): Default to nil.
14345
14346 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14347
14348         * nntp.el (nntp-erase-buffer): New function.
14349         (nntp-retrieve-data, nntp-send-command)
14350         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14351         (nntp-possibly-change-group): Use it.
14352
14353         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14354         with-current-buffer.
14355
14356 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14357
14358         * compface.el: Merge the ELisp-based uncompface program.
14359         (compface): New customization group.
14360         (uncompface-use-external): New user option.
14361         (uncompface): Call uncompface-internal if uncompface-use-external
14362         is nil.
14363         (uncompface-internal): New function.  Note that there are also
14364         some other functions and variables added for this function.
14365
14366 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14367
14368         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14369         if necessary.
14370
14371 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14372
14373         * spam-report.el (spam-report-unplug-agent)
14374         (spam-report-plug-agent, spam-report-deagentize)
14375         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14376         Add support for the Agent in spam-report: when unplugged, report to a
14377         file; when plugged, submit all the requests.
14378
14379         * spam.el (spam-register-routine): Fix message about
14380         registration.
14381
14382 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14383
14384         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14385         dependencies.
14386         (rfc2047-encode): Use it.
14387
14388         * gnus-art.el (gnus-button-marker-list): Move before first
14389         reference.
14390
14391         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14392         (imap-parse-body): Fix format string mismatch.
14393
14394         * gnus-score.el (gnus-summary-increase-score): do.
14395
14396         * nnrss.el (nnrss-close): New function.
14397
14398 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14399
14400         * nnrss.el (nnrss-make-filename): New function.
14401         (nnrss-request-delete-group, nnrss-read-server-data)
14402         (nnrss-save-server-data, nnrss-read-group-data)
14403         (nnrss-save-group-data): Use it.
14404         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14405         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14406         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14407
14408 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14409
14410         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14411
14412 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14413
14414         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14415         files.
14416
14417         * message.el (message-generate-headers-first): Don't quote nil
14418         and t in docstrings.
14419
14420         * imap.el (imap-id): do.
14421
14422         * gnus-agent.el (gnus-agent-consider-all-articles)
14423         (gnus-agent-queue-mail): do.
14424
14425 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14426
14427         * spam-report.el (spam-report-process-queue): New function.
14428         Process requests from `spam-report-requests-file'.
14429         (spam-report-process-queue): Doc fix.
14430
14431 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14432
14433         * spam.el (spam-register-routine)
14434         (spam-log-processing-to-registry, spam-log-registered-p)
14435         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14436         Change "check" to "spam-check" for semi-clarity.
14437
14438 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14439
14440         * pop3.el: Require nnheader.
14441
14442         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14443
14444         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14445
14446         * gnus-picon.el: Require cl.
14447
14448         * gnus-fun.el: Require gnus-ems and gnus-util.
14449
14450         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14451
14452         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14453
14454         * gnus-art.el (gnus-article-edit-mode): Define before first
14455         reference.
14456
14457 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14458
14459         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14460         (gnus-uu-post-encoded): Use point-at-bol.
14461
14462         * gnus-topic.el (gnus-group-active-topic-p): do.
14463
14464         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14465
14466         * gnus-group.el (gnus-group-kill-region): do.
14467
14468         * gnus-art.el (article-date-ut): do.
14469
14470         * message.el (message-fetch-field): Remove redundant
14471         case-fold-search binding.
14472         (message-narrow-to-field): Simplify.
14473
14474 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14475
14476         * spam.el (spam-directory): Derive from `gnus-directory'.
14477
14478         * spam-report.el (spam-report-url-to-file)
14479         (spam-report-requests-file): New function and variable for offline
14480         reporting.
14481         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14482         and user defined function.
14483         (spam-report-url-ping-mm-url): Remove doubled slash.
14484
14485 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14486
14487         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14488
14489 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14490
14491         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14492         format string mismatch.
14493
14494         * sieve.el (sieve-deactivate-all): do.
14495
14496         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14497
14498         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14499
14500         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14501
14502         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14503
14504 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14505
14506         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14507         the list of checks.
14508
14509 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14510
14511         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14512         padding.
14513
14514 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14515
14516         * mm-view.el (mm-fill-flowed): New variable.
14517         (mm-inline-text): Use it.
14518
14519 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14520
14521         * spam.el (spam-spamassassin-register-ham-routine)
14522         (spam-spamassassin-register-spam-routine): Fix function names.
14523
14524 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14525
14526         * gnus.el (gnus-tmp-grouplens): Remove.
14527         (gnus-summary-line-format): Remove grouplens.
14528
14529         * gnus-group.el (gnus-group-line-format): Ditto.
14530
14531         * gnus-spec.el (gnus-format-specs): Ditto.
14532         (gnus-update-format-specifications): Flush the group format spec
14533         cache if there's the grouplens stuff.
14534         (gnus-parse-simple-format): Replace %l with the empty string.
14535
14536 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14537
14538         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14539         omission.
14540
14541 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14542
14543         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14544         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14545
14546 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14547
14548         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14549         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14550         New macros and functions.
14551         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14552         Handle > NLINK_MAX messages.
14553         * nnmaildir.el (nnmaildir-request-set-mark): Use
14554         nnmaildir--emlink-p and nnmaildir--eexist-p.
14555
14556 2004-01-25  Alex Schroeder  <alex@gnu.org>
14557
14558         * spam-stat.el (spam-stat-process-directory-age): New option.
14559         (spam-stat-process-directory): Use it.
14560
14561 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14562
14563         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14564         (spam-stat-save): Accept prefix argument.
14565
14566 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14567
14568         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14569         links" error.
14570
14571 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14572
14573         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14574         the rest of the and/or forms.
14575
14576 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14577
14578         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14579         compatibility with old .newsrc.eld files.
14580
14581         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14582
14583         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14584
14585         * gnus-start.el (gnus-1): do.
14586
14587         * gnus-group.el (gnus-group-line-format-alist): do.
14588
14589         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14590
14591         * gnus-gl.el: Remove.
14592
14593 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14594
14595         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14596         marks consisting of a single range {for example, (3 . 5)} rather
14597         than a list of a single range { ((3 . 5)) }.
14598
14599 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14600
14601         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14602         with-current-buffer.
14603         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14604         avoid consing a string.
14605
14606         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14607         Remove obsolete entries for big5 and gb2312.
14608
14609 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14610
14611         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14612         uncompressed list.
14613
14614 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14615
14616         * spam-stat.el (spam-stat-strip-xref): New function.
14617         (spam-stat-process-directory): Use it.
14618
14619         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14620         here -- it's done in message-fetch-field.
14621
14622 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14623
14624         * gnus-agent.el (gnus-agent-queue-mail)
14625         (gnus-agent-prompt-send-queue): New variables.
14626         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14627         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14628         "nndraft:queue" along to gnus-draft-send.  Use
14629         gnus-agent-prompt-send-queue.
14630         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14631         is "nndraft:queue".  Suggested by Gaute Strokkenes
14632         <gs234@srcf.ucam.org>
14633
14634         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14635         (agent-enable-undownloaded-faces): Added.
14636         (gnus-agent-cat-groups): Use eval-and-compile, not
14637         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14638         method of gnus-agent-cat-groups even when the buffer has been
14639         evaled.
14640         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14641         delete gnus-agent-save-active-1.
14642         (gnus-agent-save-groups): Deleted.  Identical to
14643         gnus-agent-save-active.
14644         (gnus-agent-write-active): No longer adjust agent's copy of active
14645         file as agent's adjustments are now stored in their own
14646         file.  Removed optional parameter.
14647         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14648         servers.  Add use of min/max range limits from server's local
14649         file.
14650         (gnus-agent-save-alist): Removed unused optional argument.
14651         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14652         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14653         (gnus-agent-set-local): A per-server file that keeps min/max range
14654         limits for articles known to the agent.  Provides a fast mechanism
14655         for altering many active ranges.
14656         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14657         active file (local makes it unnecessary).
14658         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14659
14660         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14661         (agent-enable-undownloaded-faces): Added.
14662
14663         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14664         disable it when sending to "nndraft:queue".
14665         (gnus-group-send-queue): Add safety check to avoid sending queue
14666         when unplugged.
14667
14668         * gnus-group.el (gnus-group-catchup): Use new
14669         gnus-sequence-of-unread-articles, not
14670         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14671         numbers of articles.  Use gnus-range-map to avoid having to
14672         uncompress the unread list.
14673         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14674         Fixed invalid ange-ftp reference.
14675
14676         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14677         (gnus-sorted-range-intersection): Intersection of two ranges
14678         without requiring that they first be uncompressed.
14679
14680         * gnus-start.el (gnus-activate-group): Unless blocked by the
14681         caller, possibly expand the active range to include both cached
14682         and agentized articles.
14683         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14684         multiple version-dependent converters.
14685         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14686         gnus-agent-save-active.
14687         (gnus-save-newsrc-file): Save dirty agent range limits.
14688
14689         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14690         gnus-agent-possibly-alter-active.
14691         (gnus-adjust-marked-articles): Faster handling of simple lists.
14692
14693 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14694
14695         * spam-stat.el (spam-stat-test-directory): New optional argument
14696         displays a list of files detected.  Suggested by Andrew Cohen
14697         <cohen@andy.bu.edu>.
14698         (spam-stat-buffer-words-with-scores): Don't narrow and change
14699         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14700
14701 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14702
14703         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14704         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14705         (spam-spamassassin-arguments)
14706         (spam-spamassassin-spam-flag-header)
14707         (spam-spamassassin-positive-spam-flag-header)
14708         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14709         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14710         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14711         (spam-list-of-processors, spam-list-of-checks)
14712         (spam-list-of-statistical-checks, spam-registration-functions)
14713         (spam-check-spamassassin-headers, spam-check-spamassassin)
14714         (spam-spamassassin-score)
14715         (spam-spamassassin-register-with-sa-learn)
14716         (spam-spamassassin-register-spam-routine)
14717         (spam-spamassassin-register-ham-routine)
14718         (spam-assassin-register-spam-routine)
14719         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14720         (spam-bogofilter-score): Fix to show article before scoring.
14721
14722 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14723
14724         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14725         default scoring function.
14726         (spam-generic-score): Call spam-spamassassin-score if
14727         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14728         spam-bogofilter-score otherwise.
14729
14730         * gnus.el (spam-process, spam-autodetect-methods): Add
14731         spamassassin and spamassassin-headers.
14732
14733 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14734
14735         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14736         Suppress unnecessary messages.
14737
14738 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14739
14740         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14741         make-hash-table.
14742
14743 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * canlock.el (base64-encode-string): Don't autoload it.
14746
14747 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14748
14749         * run-at-time.el: Remove useless (require 'itimer),
14750         eval-and-compile and (featurep 'xemacs).
14751
14752 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14753
14754         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14755         GROUP is a virtual group.
14756
14757 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14758
14759         * gnus.el: Autoload `message-y-or-n-p'.
14760
14761 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14762
14763         * pgg-parse.el: Remove unnecessary (require 'custom).
14764
14765         * pgg-def.el: do.
14766
14767         * nnmail.el: do.
14768
14769         * gnus-undo.el: do.
14770
14771         * gnus-picon.el: do.
14772
14773         * gnus-util.el: do.
14774
14775 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14776
14777         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14778
14779 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14780
14781         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14782         handle, as well as a list.
14783
14784         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14785         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14786         (mm-w3m-cid-retrieve): Simplify.
14787
14788 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14789
14790         * message.el (message-kill-to-signature): Allow prefix arg to
14791         specify number of lines to keep before signature.
14792
14793 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14794
14795         * message.el (message-kill-to-signature): Change docstring.
14796
14797 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14798
14799         * canlock.el: Always require sha1-el.
14800         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14801
14802         * message.el: Autoload sha1 only when compiling.
14803
14804         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14805         eudc-expand-inline for XEmacs.
14806
14807 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * message.el (message-canlock-generate): Require sha1-el.
14810
14811 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14812
14813         * message.el (message-expand-name): Silence the byte compiler.
14814
14815         * lpath.el: Add detect-coding-system.
14816
14817         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14818         cus-edit.
14819
14820 2004-01-13  Simon Josefsson  <jas@extundo.com>
14821
14822         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14823         Invoke gnus-score-mode.  Reported by
14824         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14825
14826         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14827         Jim Blandy <jimb@redhat.com> (tiny change).
14828
14829 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14830
14831         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14832
14833 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14834
14835         * spam.el (spam-get-article-as-string): Update to use
14836         gnus-request-article-this-buffer, much simpler.
14837         (spam-get-article-as-buffer): Remove.
14838
14839 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14840
14841         * message.el (message-expand-name): Use EUDC if the user uses that.
14842
14843 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14844
14845         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14846         character for the encoding to avoid consing a string.
14847
14848         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14849         unnecessarily.
14850
14851         * mm-util.el (mm-replace-chars-in-string): Remove.
14852
14853         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14854         of mm-replace-chars-in-string.
14855
14856 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14857
14858         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14859
14860         * mm-util.el (mm-subst-char-in-string): Support inplace.
14861
14862         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14863         a new string in every iteration.  Use shy groups.
14864
14865 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14866
14867         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14868         * gnus-soup.el (gnus-soup-group-brew):
14869         * gnus-msg.el (gnus-put-message):
14870         * gnus-move.el (gnus-group-move-group-to-server):
14871         * gnus-kill.el (gnus-batch-score):
14872         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14873         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14874         (gnus-group-update-group, gnus-group-read-group)
14875         (gnus-group-make-group, gnus-group-make-help-group)
14876         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14877         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14878         (gnus-group-sort-by-unread, gnus-group-catchup)
14879         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14880         (gnus-group-yank-group, gnus-group-set-info)
14881         (gnus-group-list-groups):
14882         * gnus.el (gnus-generate-new-group-name):
14883         * gnus-delay.el (gnus-delay-send-queue):
14884         * nnvirtual.el (nnvirtual-catchup-group):
14885         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14886         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14887         (gnus-group-prepare-topics, gnus-topic-check-topology):
14888         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14889         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14890         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14891         (gnus-group-make-articles-read):
14892         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14893         (gnus-group-change-level, gnus-kill-newsgroup)
14894         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14895         (gnus-get-unread-articles, gnus-make-articles-unread)
14896         (gnus-make-ascending-articles-unread): Use accessor
14897         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14898         to get group information for improved readability.
14899
14900
14901 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14902
14903         * gnus-art.el (article-decode-mime-words, article-babel)
14904         (gnus-article-highlight-signature, gnus-article-add-buttons)
14905         (gnus-signature-toggle): Use gnus-with-article-buffer.
14906
14907         * gnus-art.el (gnus-article-highlight-headers)
14908         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14909
14910         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14911         (gnus-article-set-globals, gnus-request-article-this-buffer)
14912         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14913         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14914         (gnus-mime-display-alternative): Use with-current-buffer.
14915
14916 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14917
14918         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14919         also under 80 char limit, and call gnus-error if needed.
14920         (spam-fetch-article-header): Fix - it was a
14921         buffer-local variable (gnus-newsgroup-data).
14922         (spam-find-spam): Use spam-generate-fake-headers, forget about
14923         spam-insert-fake-headers.
14924         (spam-insert-fake-headers): Remove.
14925
14926 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14927
14928         * deuglify.el (gnus-article-outlook-unwrap-lines)
14929         (gnus-outlook-rearrange-article)
14930         (gnus-outlook-repair-attribution-outlook)
14931         (gnus-outlook-repair-attribution-block)
14932         (gnus-outlook-repair-attribution-other): Remove redundant
14933         save-excursion.
14934
14935 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14936
14937         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14938         (spam-fetch-field-subject-fast)
14939         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14940         (spam-fetch-article-header): Add functions to deal with Gnus
14941         internals for fast retrieval of article header data.
14942         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14943
14944 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14945
14946         * pop3.el (pop3-md5): Remove.
14947         (pop3-apop): Replace pop3-md5 with md5.
14948
14949         * mm-bodies.el: base64 is always built-in.
14950
14951         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14952         with-current-buffer.
14953
14954 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14955
14956         * canlock.el (canlock-insert-header): Remove excessive grouping in
14957         regexp.
14958
14959         * gnus-sum.el (gnus-summary-read-document): Ditto.
14960
14961         * gnus-uu.el (gnus-uu-part-number): Ditto.
14962
14963         * html2text.el (html2text-remove-tags): Ditto.
14964         (html2text-format-tags): Ditto.
14965         (html2text-format-single-elements): Ditto.
14966
14967         * mml.el (mml-parse-1): Ditto.
14968
14969 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14970
14971         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14972
14973         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14974
14975         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14976
14977         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14978
14979 2003-11-15  Simon Josefsson  <jas@extundo.com>
14980
14981         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14982         (pgg-gpg-lookup-key): Use regexp match instead of
14983         split-string (split-string is different between emacs 21.2 and
14984         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14985
14986 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14987
14988         * gnus-art.el (gnus-mime-view-all-parts)
14989         (gnus-article-part-wrapper, gnus-article-view-part): Use
14990         with-current-buffer.
14991
14992 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14993
14994         * spam.el (spam-disable-spam-split-during-ham-respool)
14995         (spam-spamoracle-database, spam-cache-lookups)
14996         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14997         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14998         (spam-group-ham-marks, spam-group-spam-marks)
14999         (spam-group-spam-contents-p, spam-group-ham-contents-p)
15000         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
15001         also add spam-use-blackholes to the statistical checks.
15002         (spam-fetch-field-fast): Add interface to fetching fields, may
15003         become a macro.
15004         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
15005         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
15006         (spam-insert-fake-headers): Fake an article when needed.
15007         (spam-find-spam): Fake article when possible.
15008         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
15009         (spam-check-bogofilter-headers): Use message-fetch-field instead
15010         of nnmail-fetch-field.
15011
15012 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
15013
15014         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
15015
15016 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15017
15018         * spam.el (spam-split): Do not require spam-use-CHECK to be
15019         enabled if that check is passed to spam-split explicitly; also
15020         fix so 'spam doesn't get converted to spam-split-group when
15021         spam-split-symbolic-return is t.
15022         (spam-find-spam): Find registrations of the article and use those
15023         instead of re-running spam-split to find the spam/ham
15024         classification of the article.
15025         (spam-log-processing-to-registry, spam-log-registered-p)
15026         (spam-log-unregistration-needed-p, spam-log-undo-registration):
15027         Use gnus-error instead of gnus-message.
15028         (spam-log-registration-type): Add function to determine the
15029         classification of a message based on registry entries; will
15030         return nil if both 'spam and 'ham are found.
15031         (spam-check-BBDB): Expand all the BBDB macros here so we can have
15032         a reasonably fast local cache without the loading errors.
15033         (spam-cache-lookups): Set to t by default.
15034         (spam-find-spam): Don't try to guess spam-cache-lookups.
15035         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15036         spam-caches entry.
15037         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15038         caching of whitelist/blacklist entries.
15039         (spam-check-whitelist, spam-check-blacklist): Invoke
15040         spam-from-listed-p with a type, not a cache variable.
15041         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15042
15043 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15044
15045         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15046
15047         * nnmail.el (nnmail-split-fancy): do.
15048
15049         * mml.el (mml-parse): do.
15050
15051         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15052         (gnus-score-adaptive): do.
15053
15054 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15057         (gnus-mime-button-map): Don't set keymap parent.
15058         (gnus-button-ctan-directory-regexp): Use shy grouping.
15059         (gnus-prev-page-map): Don't set keymap parent.
15060         (gnus-prev-page-map): Remove duplicated one.
15061         (gnus-next-page-map): Don't set keymap parent.
15062         (gnus-mime-security-button-map): Ditto.
15063
15064         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15065         version number.
15066
15067         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15068
15069 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * canlock.el (canlock-sha1-function): Remove.
15072         (canlock-sha1-function-for-verify): Remove.
15073         (canlock-openssl-program): Remove.
15074         (canlock-openssl-args): Remove.
15075         (canlock-ignore-errors): Remove.
15076         (canlock-sha1-with-openssl): Remove.
15077         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15078         (canlock-verify): Don't use canlock-ignore-errors.
15079
15080         * sha1-el.el (sha1-string-external): Make it can return a string
15081         in binary form.
15082         (sha1-region-external): Ditto.
15083         (sha1-string-internal): Ditto.
15084         (sha1-region-internal): Ditto.
15085         (sha1-region): Ditto.
15086         (sha1-string): Ditto.
15087         (sha1): Ditto.
15088
15089 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15090
15091         * spam.el (spam-report-articles-gmane): New command.
15092
15093 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15096
15097         * run-at-time.el (run-at-time-saved): Remove.
15098         (run-at-time): Doc fix.
15099
15100 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15101
15102         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15103         (gnus-summary-limit-map): Add it.
15104         (gnus-summary-make-menu-bar): do.
15105
15106 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15107
15108         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15109         Make attempt at some caching support (done for BBDB only now).
15110         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15111         addresses to be checked.
15112         (spam-clear-cache-BBDB): Add function, to be invoked by
15113         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15114         (spam-check-BBDB): Check and use the caches, if
15115         spam-cache-lookups is on, remove superfluous (provide).
15116
15117 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15120
15121 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15122
15123         * run-at-time.el (run-at-time-saved): Move to after the definition
15124         of `run-at-time'.
15125
15126         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15127
15128 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15131         mm-w3m-local-map-property.
15132
15133         * mm-view.el (mm-w3m-mode-map): Remove.
15134         (mm-w3m-local-map-property): Remove.
15135         (mm-inline-text-html-render-with-w3m): Don't use
15136         mm-w3m-local-map-property.
15137
15138 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15139
15140         * run-at-time.el: New file.
15141
15142         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15143         under Emacs.
15144
15145         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15146         of gnus-set-text-properties.
15147
15148         * gnus-uu.el (gnus-uu-save-article): Ditto.
15149
15150         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15151
15152         * gnus-cite.el (gnus-cite-parse): Ditto.
15153
15154         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15155         of gnus-.
15156
15157         * gnus-xmas.el (run-at-time): Require run-at-time.
15158
15159         * gnus.el: Changed calls to nnheader-run-at-time and
15160         password-run-at-time throughout to use run-at-time directly.
15161
15162         * password.el: Removed definition of run-at-time.
15163
15164         * nnheaderxm.el: Remove definition of run-at-time.
15165
15166 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15167
15168         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15169         in prompt.
15170
15171 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15172
15173         * messagexmas.el (message-xmas-redefine): Alias
15174         `message-make-caesar-translation-table' to
15175         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15176         version.
15177
15178         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15179         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15180         `gnus-xmas-set-text-properties'.
15181         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15182         `gnus-xmas-completing-read'.
15183         (gnus-xmas-completing-read): Removed.
15184         (gnus-xmas-open-network-stream): Removed.
15185
15186         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15187         XEmacs version.
15188
15189         * dns.el (dns-make-network-process): Use `open-network-stream'
15190         instead of `gnus-xmas-open-network-stream'.
15191
15192         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15193
15194         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15195
15196 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15197
15198         * gnus-art.el (gnus-mime-display-alternative)
15199         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15200         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15201         Don't use gnus-local-map-property.
15202
15203         * gnus-util.el (gnus-local-map-property): Remove.
15204
15205         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15206         gnus-completing-read-maybe-default with completing-read.
15207
15208         * gnus-util.el (gnus-completing-read): do.
15209         (gnus-completing-read-maybe-default): Remove.
15210
15211 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15212
15213         * password.el: Only autoload `run-at-time' if not XEmacs.
15214         Only autoload the itimer functions if XEmacs.
15215
15216 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15217
15218         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15219         XEmacsen.
15220
15221         * dgnushack.el: Autoload executable-find for XEmacs.
15222
15223 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15224
15225         * gnus-art.el (gnus-read-string): Remove.
15226         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15227         read-string.
15228
15229 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15230
15231         * netrc.el: Autoload password-read.
15232         (netrc): Add configuration group.
15233         (netrc-encoding-method, netrc-openssl-path): Add
15234         variables for encoding and decoding of files with symmetric
15235         ciphers.
15236         (netrc-encode): Add assistant function to encode a file with
15237         netrc-encoding-method.
15238         (netrc-parse): Add interactive parameter, added optional
15239         decoding if netrc-encoding-method is non-nil but otherwise
15240         behavior is standard.
15241         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15242         Do s/encode/encrypt/ everywhere.
15243
15244         * spam.el: Remove executable-find autoload.
15245
15246 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15247
15248         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15249
15250         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15251
15252 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15253
15254         * gnus-art.el (gnus-treat-ansi-sequences)
15255         (article-treat-ansi-sequences): New variable and function.
15256         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15257
15258         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15259         Use it.
15260
15261 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15262
15263         * mm-util.el (mm-quote-arg): Remove.
15264
15265         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15266         shell-quote-argument.
15267
15268         * gnus-uu.el (gnus-uu-command): do.
15269
15270         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15271
15272         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15273         with make-char.
15274
15275         * mm-util.el (mm-make-char): Remove.
15276
15277         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15278         add-minor-mode.
15279
15280         * gnus-undo.el (gnus-undo-mode): do.
15281
15282         * gnus-topic.el (gnus-topic-mode): do.
15283
15284         * gnus-sum.el (gnus-dead-summary-mode): do.
15285
15286         * gnus-start.el (gnus-slave-mode): do.
15287
15288         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15289
15290         * gnus-ml.el (gnus-mailing-list-mode): do.
15291
15292         * gnus-gl.el (gnus-grouplens-mode): do.
15293
15294         * gnus-draft.el (gnus-draft-mode): do.
15295
15296         * gnus-dired.el (gnus-dired-mode): do.
15297
15298         * gnus-ems.el (gnus-add-minor-mode): Remove.
15299
15300         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15301         Replace gnus-char-width with char-width.
15302
15303         * gnus-ems.el (gnus-char-width): Remove.
15304
15305         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15306         Replace gnus-char-width with char-width.
15307
15308         * gnus-ems.el (gnus-char-width): Remove.
15309
15310         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15311         definition.
15312         Remove Emacs 20 hash table compatibility code.
15313
15314         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15315         20 compatibility code.
15316
15317         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15318
15319         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15320
15321         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15322         with point-at-{eol,bol}.
15323
15324         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15325
15326         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15327
15328         * flow-fill.el (fill-flowed-point-at-bol)
15329         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15330
15331         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15332         Replace with point-at-{eol,bol} throughout all files.
15333
15334 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15335
15336         * ntlm.el (ntlm-string-as-unibyte): New macro.
15337         (ntlm-build-auth-response): Use it.
15338
15339         Remove Emacs 20 stuff:
15340         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15341         (butlast, mapc, remove): Remove the compiler macros.
15342         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15343         of delq and copy-sequence.
15344         * gnus-art.el (popup-menu): Remove the compiler macro.
15345         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15346         Emacs 20.
15347
15348 2004-01-05  Simon Josefsson  <jas@extundo.com>
15349
15350         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15351         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15352         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15353         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15354         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15355         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15356         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15357         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15358         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15359         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15360         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15361         string-xor into ntlm-string-xor.  Suggested by
15362         Jesper Harder <harder@myrealbox.com>.
15363
15364         * ntlm.el: Don't include poem.
15365
15366         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15367         Jesper Harder <harder@myrealbox.com>.
15368
15369         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15370
15371         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15372         probably breaks emacs with DL patch, but do we care? Is anyone
15373         still using the DL stuff?)
15374
15375         * sieve-manage.el: Use the password package.
15376         (sieve-manage-read-passwd): Remove.
15377         (sieve-manage-interactive-login): Use password.  Re-add
15378         condition-case around loop.
15379
15380         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15381         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15382         the password package.
15383
15384 2003-02-19  Simon Josefsson  <jas@extundo.com>
15385
15386         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15387         token.
15388
15389 2002-08-07  Simon Josefsson  <jas@extundo.com>
15390
15391         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15392         (sieve-manage-authenticators):
15393         (sieve-manage-authenticator-alist): Add some SASL mechs.
15394         (sieve-sasl-auth): New function.
15395         (sieve-manage-cram-md5-auth):
15396         (sieve-manage-plain-auth): Rewrite using SASL library.
15397         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15398         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15399         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15400         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15401
15402 2004-01-05  Simon Josefsson  <jas@extundo.com>
15403
15404         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15405         New files.
15406
15407 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15408
15409         * gnus-group.el (gnus-no-groups-message): Update.
15410
15411         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15412
15413 2003-11-09  Simon Josefsson  <jas@extundo.com>
15414
15415         * imap.el: Support for ID IMAP extension (RFC 2971).
15416         (imap-local-variables): Add imap-id.
15417         (imap-id): New variable.
15418         (imap-id): New function.
15419         (imap-parse-response): Parse untagged ID response.
15420         * nnimap.el (nnimap-id): New variable.
15421         (nnimap-open-connection): Use it.
15422
15423 2003-12-28  Simon Josefsson  <jas@extundo.com>
15424
15425         * gnus-score.el (gnus-score-edit-all-score): New.
15426         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15427
15428 2004-01-04  Simon Josefsson  <jas@extundo.com>
15429
15430         * password.el: Add.
15431
15432 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15433
15434         * dns.el (dns-query-types): Fix typo.
15435         (dns-query-types): New function.
15436         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15437         PTR and SOA replies, see RFC 1035.
15438
15439 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15440
15441         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15442
15443         * Moved to Changelog.2.
15444
15445 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15446
15447         * gnus.el (gnus-version-number): Bump version.
15448
15449 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15450
15451         * gnus.el: No Gnus v0.1 is released.
15452
15453 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15454
15455         * gnus.el: No Gnus v0.0 is released.
15456
15457 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15458
15459         * gnus.el (gnus-version-number): Bump.
15460         (gnus-version): No.
15461
15462 See ChangeLog.2 for earlier changes.
15463
15464     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15465       Free Software Foundation, Inc.
15466
15467   This file is part of GNU Emacs.
15468
15469   GNU Emacs is free software: you can redistribute it and/or modify
15470   it under the terms of the GNU General Public License as published by
15471   the Free Software Foundation, either version 3 of the License, or
15472   (at your option) any later version.
15473
15474   GNU Emacs is distributed in the hope that it will be useful,
15475   but WITHOUT ANY WARRANTY; without even the implied warranty of
15476   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15477   GNU General Public License for more details.
15478
15479   You should have received a copy of the GNU General Public License
15480   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15481
15482 ;; Local Variables:
15483 ;; coding: utf-8
15484 ;; fill-column: 79
15485 ;; add-log-time-zone-rule: t
15486 ;; End:
15487
15488 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4