Fix typo in previous gnus-sum.el change.
[gnus] / lisp / ChangeLog
1 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * lpath.el: No need to bind bookmark-current-buffer,
4         bookmark-yank-point and bookmark-make-record-function.
5
6 2010-08-17  Glenn Morris  <rgm@gnu.org>
7
8         * gnus-sync.el: Require gnus components whose functions are used.
9
10         * gnus-art.el (bookmark-make-record-function):
11         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
12         Declare for compiler.
13
14         * mm-url.el (mml-compute-boundary): Autoload.
15
16 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
19
20 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
21
22         Typo fix "hoo4a" -> "hook".
23
24         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
25
26 2010-08-14  Glenn Morris  <rgm@gnu.org>
27
28         * gnus-sync.el (gnus-sync): Fix defgroup version.
29
30 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
31
32         Doc fixes and keep unknown groups (ammended for nunion bug fix).
33
34         * gnus-sync.el: Fix docs.
35         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
36         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
37
38 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
39
40         Optimizations for gnus-sync.el.
41
42         * gnus-sync.el: Add docs about gnus-sync-backend
43         possibilities.
44         (gnus-sync-save): Remove unnecessary message.
45         (gnus-sync-read): Optimize and show what groups were skipped.
46
47 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
48
49         Minor bug fixes for gnus-sync.el.
50
51         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
52         read the sync on get-new-news.
53
54         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
55         quiet.
56
57         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
58
59 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
60
61         Make saving and restoring of hidden threads work with overlays.
62         Patch applied by Ted Zlatanov.
63
64         * gnus-sum.el (gnus-hidden-threads-configuration)
65         (gnus-restore-hidden-threads-configuration): Update to deal with text
66         properties, rather than searching for a magic character.
67
68 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
69
70         New gnus-sync.el library for synchronization of marks.
71
72         * gnus-sync.el: New library for synchronization of marks.
73
74         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
75         renamed from `gnus-registry-grep-in-list'.
76
77         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
78
79         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
80
81 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
82
83         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
84         determining charset of text fails.
85
86 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
87
88         * nnmail.el (nnmail-get-new-mail-1): Revert.
89
90         * nnml.el (nnml-active-number): Make sure names of newly created groups
91         in nnml-group-alist are encoded.
92
93 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
94
95         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
96         containing non-ASCII characters in active file for nnml back end.
97
98 2010-07-24  David Engster  <dengste@eml.cc>
99
100         * mml-smime.el (mml-smime-epg-verify): Also accept the older
101         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
102
103 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
104
105         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
106         tag (Bug#6654).
107
108 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
111         the article buffer, not the summary buffer.
112
113 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
116         Emacs 23 as well.
117
118 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
121         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
122
123 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
124
125         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
126         Patch applied by Karl Fogel.
127
128         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
129         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
130
131 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
132
133         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
134         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
135         C-w still not working correctly from Article buffers; Thierry's
136         patch to fix that will be applied after this.
137
138         * gnus-art.el (bookmark-make-record-function): New local variable.
139
140         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
141         article buffer.
142         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
143
144 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
145
146         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
147         on changes in bookmark.el.
148
149 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
150
151         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
152         `no-log' instead of message not to log prompt string.
153
154 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
155
156         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
157         the *other* type of HTML form submission.
158
159 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
160
161         * auth-source.el (auth-source-pick): If choice does not contain a
162         questioned keyword, set the check to t.
163
164 2010-06-12  Romain Francoise  <romain@orebokech.com>
165
166         * gnus-util.el (gnus-date-get-time): Move up before first use.
167
168 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
171         (gnus-article-edit-part): Bind it to make last part that is substituted
172         or deleted visible.
173         (gnus-mime-display-single): Buttonize part of which id equals to
174         gnus-mime-buttonized-part-id.
175
176 2010-06-10  Dan Christensen  <jdc@uwo.ca>
177
178         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
179         (gnus-dd-mmm): Use gnus-date-get-time.
180         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
181         simplify logic.
182         (gnus-summary-limit-to-age): Use gnus-date-get-time.
183         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
184
185 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
186
187         * auth-source.el (top): Autoload `secrets-list-collections',
188         `secrets-create-item', `secrets-delete-item'.
189         (auth-sources): Fix tag string.
190         (auth-get-source, auth-source-retrieve, auth-source-create)
191         (auth-source-delete): New defuns.
192         (auth-source-pick): Rewrite in order to avoid 2 passes.
193         (auth-source-forget-user-or-password): New parameter USERNAME.
194         (auth-source-user-or-password): New parameters CREATE-MISSING and
195         DELETE-EXISTING.  Retrieve password interactively, if needed.
196
197 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
198
199         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
200         deleting unused directories when gnus-expert-user is t.
201
202 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
203
204         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
205         for each temp file when gnus-article-browse-delete-temp is ask.
206
207 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
208
209         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
210         Lisp calls to delete-backward-char by calls to delete-char.
211
212 2010-05-20  Kevin Ryde  <user42@zip.com.au>
213
214         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
215
216 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
217
218         * password-cache.el (password-cache-remove): Fix docstring.
219
220 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
223         article unless decoding article to be saved.
224
225 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
226
227         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
228         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
229         generated within the mm-with-unibyte-current-buffer macro.
230
231 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
232
233         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
234         to nil when we're in a mml-preview buffer and no group is selected.
235
236 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
237
238         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
239         when catching the `C-g'.  Reported by "Leo".
240
241 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * message.el (message-forward-make-body-plain)
244         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
245         multibyte-string-p.
246
247         * lpath.el: Revert.
248
249 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * message.el (message-forward-make-body-mml): Assume original message
252         is multibyte string; error on unibyte.
253         (message-forward-make-body-plain): Ditto; don't add excessive newline
254         in body end.
255
256         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
257
258 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
259
260         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
261         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
262
263 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
264
265         * mm-extern.el (mm-extern-url): Don't use
266         mm-with-unibyte-current-buffer.
267         (mm-extern-cache-contents): Use with-current-buffer instead of
268         save-excursion + set-buffer.
269
270 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * mm-util.el (mm-emacs-mule): Remove.
273
274 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
275
276         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
277         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
278         change.
279
280 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
283         bind the default value of enable-multibyte-characters to nil.
284
285 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * message.el (message-forward-make-body-plain)
288         (message-forward-make-body-mml):
289         Don't use mm-with-unibyte-current-buffer.
290
291 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
292
293         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
294
295 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
296
297         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
298         (Bug#5592).
299
300 2010-05-07  Julien Danjou  <julien@danjou.info>
301
302         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
303         it to mm-pipe-part.
304
305         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
306         it is given.
307
308 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * binhex.el (binhex-decode-region-internal)
311         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
312         (dns-query)
313         * nnweb.el (nnweb-gmane-search)
314         * pgg-parse.el (pgg-parse-armor)
315         * pgg.el (pgg-verify-region)
316         * sha1.el (sha1-string-external)
317         * uudecode.el (uudecode-decode-region-internal)
318         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
319         XEmacs.
320
321         * gnus-art.el (gnus-article-browse-html-parts)
322         * gnus-group.el (gnus-read-ephemeral-gmane-group)
323         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
324         make-temp-file.
325
326         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
327         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
328         compiling.
329
330         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
331         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
332         XEmacs when compiling.
333
334         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
335         gnus-pick-mode-off-hook for XEmacs when compiling.
336         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
337         gnus-binary-mode-off-hook for XEmacs when compiling.
338
339         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
340         nil if char-charset is not available.
341
342         * imap.el (imap-disable-multibyte)
343         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
344         macros.
345
346         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
347         instead of encode-coding-string.
348
349         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
350         'xemacs) instead of mm-emacs-mule to switch function definitions.
351         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
352
353         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
354         bind temporary-file-directory for XEmacs;
355         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
356         timer-set-function for XEmacs 21.4 and SXEmacs;
357         bind timer-list for XEmacs 21.4 and SXEmacs;
358         fbind char-charset and find-charset-region for non-Mule XEmacs;
359         fbind decode-coding-region, decode-coding-string, detect-coding-region,
360         encode-coding-region and encode-coding-string for XEmacs having no
361         file-coding feature.
362
363 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
364
365         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
366
367 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
370         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
371
372 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
373
374         * mm-util.el (mm-decompress-buffer): Use `delete-file';
375         alias `jka-compr-delete-temp-file' no longer exists.
376
377 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
378
379         Use define-minor-mode in Gnus where applicable.
380         * mml.el (mml-mode): Use define-minor-mode.
381         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
382         (gnus-undo-mode): Use define-minor-mode.
383         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
384         (gnus-dead-summary-mode): Use define-minor-mode.
385         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
386         Initialize in declaration.
387         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
388         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
389         (gnus-mailing-list-mode): Use define-minor-mode.
390         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
391         (gnus-draft-mode): Use define-minor-mode.
392         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
393         (gnus-dired-mode): Use define-minor-mode.
394
395 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
396
397         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
398         handles on recursive mml-to-mime translation and check them for
399         boundary delimiter collisions.  Reported by Greg Troxel.
400
401 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
402
403         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
404
405 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
406
407         * mm-util.el (mm-find-buffer-file-coding-system):
408         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
409
410 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
411
412         * message.el (message-generate-headers): Record insertion of optional
413         headers as well.  Otherwise the check to prevent repeated insertion of
414         optional headers is a no-op.
415
416 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
417
418         * smime.el: Don't mention CVS.
419
420         * nnrss.el (nnrss-fetch): Don't mention CVS.
421
422         * nnir.el: Don't mention CVS.
423
424 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
425
426         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
427
428 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
429
430         * lpath.el: Fbind bookmark-default-handler,
431         bookmark-get-bookmark-record, bookmark-make-record-default,
432         bookmark-prop-get for Emacs <23 and XEmacs.
433
434 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
435
436         * gnus-sum.el: Add bookmark declarations to silence the compiler.
437         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
438         Use with-current-buffer to silence the byte-compiler.
439         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
440         bother to require `gnus'.
441         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
442
443 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
444
445         * gnus-sum.el (gnus-summary-bookmark-make-record)
446         (gnus-summary-bookmark-jump): New functions.
447         (gnus-summary-mode): Setup bookmark support.
448
449 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
450
451         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
452         if set.
453
454 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
455
456         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
457         gnus-article-browse-html-save-cid-image; make it work recursively for
458         forwarded messages as well.
459         (gnus-article-browse-html-parts): Work when prefix arg is given.
460         (gnus-article-browse-html-article): Doc fix.
461
462 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
463
464         * message.el (message-default-mail-headers):
465         (message-default-headers): Carry the value mail-default-headers over
466         into message-default-mail-headers, rather than message-default-headers.
467
468 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
469
470         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
471         charset.
472
473         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
474         charset into the <meta> tag when the article is encoded to utf-8.
475
476 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
477
478         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
479         directories as well.
480         (gnus-article-browse-html-parts): Work for images that do not specify
481         file names; delete temp directory when quitting; insert header at the
482         right place; use file: scheme for image files.
483
484 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
485
486         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
487         (gnus-article-browse-html-parts): Use it to make temporary cid image
488         files in addition to html file so that browser may display them.
489
490 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
491
492         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
493
494 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
495
496         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
497
498 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
499
500         * auth-source.el (auth-sources): Change default to be simpler.  Explain
501         about Secret Service API sources.  Improve Customize options.
502         (auth-source-pick): Change to accept any number of search parameters.
503         Implement fallbacks iteratively, not recursively.  Add scoring on the
504         second pass and sort by score.  Call Secret Service API when needed.
505         (auth-source-user-or-password): Use it.  Call Secret Service API
506         directly when needed to get the user name and the password.
507
508 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
509
510         * message.el (message-interactive): Doc fix.
511         (message-qmail-inject-args): Reflow.
512         (message-kill-to-signature): Fix typo in docstring.
513
514         * smiley.el (smiley-buffer): Fix typo in docstring.
515
516 2010-03-24  Glenn Morris  <rgm@gnu.org>
517
518         * mail-source.el (gnus-message): Declare.
519         (mail-source-delete-old-incoming): Require gnus-util.
520
521 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
524
525         * message.el (ecomplete-setup): Autoload it for Emacs <23.
526
527         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
528         password-cache's default if it is not bound.
529         (mml-secure-passphrase-cache-expiry): Default to 16 that is
530         password-cache-expiry's default if it is not bound.
531
532         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
533         available in Emacs 21.
534
535         * lpath.el: Suppress compiler warnings for:
536         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
537         XEmacs;
538         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
539         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
540         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
541
542 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
543
544         * auth-source.el (auth-sources): Fix up definition so extra parameters
545         are always inline.
546
547 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
548
549         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
550         wasn't updated after mismatch.  Clear cached mailbox info correctly
551         when uidvalidity changes.
552         (nnimap-group-prefixed-name): New function to avoid some code
553         duplication.
554         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
555         (nnimap-request-group): Use it.
556         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
557         (nnimap-update-unseen): Significantly improved speed of Gnus startup
558         with many imap folders.  This is done by caching the group status from
559         the imap server persistently in a group parameter `imap-status'.  (This
560         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
561         but not persistently, so every Gnus startup was still very slow.)
562
563 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
564
565         * assistant.el (assistant-render-text): Run `widget-setup' and don't
566         delete the extra newline.  Otherwise editing of :string and :number
567         types don't work.
568
569 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
570
571         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
572         secrets.el dependency.
573         (auth-sources): Add optional user name.  Add secrets.el configuration
574         choice (unused right now).
575
576 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
577
578         * gnus-sum.el (gnus-summary-make-menu-bar): Let
579         `gnus-registry-install-shortcuts' fill in the functions.
580
581         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
582         warnings.
583         (gnus-registry-misc-menus): Variable to hold registry mark menus.
584         (gnus-registry-install-shortcuts): Populate and use it in a
585         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
586
587 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
588
589         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
590         In-place substitutions for the group name encoding/decoding.
591         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
592         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
593         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
594         (nnimap-update-unseen, nnimap-request-list)
595         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
596         (nnimap-request-set-mark, nnimap-split-to-groups)
597         (nnimap-split-articles, nnimap-request-newgroups)
598         (nnimap-request-create-group, nnimap-request-accept-article)
599         (nnimap-request-delete-group, nnimap-request-rename-group)
600         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
601         `encoded-mbx' for consistency.
602         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
603         variable `imap-current-mailbox'.
604
605         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
606         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
607
608 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
609
610         * pop3.el (pop3-display-message-size-flag): Display message size byte
611         counts during POP3 download.
612         (pop3-movemail): Use it.
613         (pop3-list): Implement listing of available messages.
614
615 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
616
617         * nnir.el (nnir-get-article-nov-override-function): New function to
618         override the normal NOV retrieval.
619         (nnir-retrieve-headers): Use it.
620
621 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
622
623         * auth-source.el (netrc-machine-user-or-password): Autoload.
624
625 2010-03-19  Glenn Morris  <rgm@gnu.org>
626
627         Stop message.el from loading about 40 libraries it doesn't always need.
628         The general approach is to autoload rather than require, and to
629         require in the specific functions rather than the file.  (Bug#5642)
630
631         * gmm-utils.el: Don't require wid-edit.
632         (widget-create-child-value, widget-convert, widget-default-get):
633         Autoload.
634
635         * gnus-util.el: Don't require time-date, netrc.
636         (message-fetch-field, gnus-group-name-decode): Declare rather than
637         autoloading.
638         (gnus-fetch-field): Require message.
639         (gnus-decode-newsgroups): Require gnus-group.
640
641         * ietf-drums.el: Don't require time-date.
642
643         * message.el: Don't require hashcash, canlock, ecomplete.
644         Do require mail-utils.  Require nnheader only when compiling.
645         (smtpmail-default-smtp-server): Remove declaration.
646         (message-send-mail-function): Check smtpmail-default-smtp-server
647         is bound rather than requiring smtpmail.
648         (message-auto-save-directory, message-insert-signature): Use
649         expand-file-name rather than nnheader-concat.
650         (nnheader-insert-file-contents): Autoload.
651         (hashcash-wait-async): Declare.
652         (message-send-mail): Only call gnus-setup-posting-charset if
653         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
654         (message-send-mail-with-sendmail): Require sendmail.
655         (canlock-password, canlock-password-for-verify): Declare.
656         (message-canlock-password): Require canlock.
657         (nnheader-get-report): Autoload.
658         (gnus-setup-posting-charset): Declare.
659         (message-send-news): Require gnus-msg.
660         (message-make-references, message-make-in-reply-to): Use mail-header-id
661         rather than the alias mail-header-message-id.
662         (ecomplete-add-item, ecomplete-save): Declare.
663         (message-put-addresses-in-ecomplete): Require ecomplete.
664         (ecomplete-display-matches): Autoload.
665
666         * mm-decode.el: Don't require mailcap, gnus-util.
667         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
668         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
669         Autoload.
670         (mailcap-mime-extensions): Declare.
671
672         * mm-encode.el: Don't require mailcap.
673         (mailcap-extension-to-mime): Autoload.
674
675         * mml-sec.el: Don't require password-cache.
676
677         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
678         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
679         (mml-minibuffer-read-type): Require mailcap.
680         (mml-preview): Require gnus-msg.
681
682         * mml1991.el: Require password-cache.
683         (password-cache-expiry): Remove declaration.
684
685         * mml2015.el: Require password-cache.
686         (password-cache-expiry): Remove declaration.
687
688         * nneething.el (mailcap): Require mailcap.
689
690         * nnheader.el (declare-function): Add compatibility stub.
691         (message-remove-header): Declare rather than autoload.
692         (nnheader-replace-header): Require message.
693
694         * nnimap.el (declare-function): Add compatibility stub.
695         (netrc-parse, netrc-machine-user-or-password): Declare.
696         (nnimap-open-connection): Require netrc.
697
698         * nntp.el (declare-function): Add compatibility stub.
699         (netrc-parse, netrc-machine, netrc-get): Declare.
700         (nntp-send-authinfo): Require netrc.
701
702         * rfc2047.el: Don't require qp.
703         (quoted-printable-encode-region, quoted-printable-decode-string):
704         Autoload.
705
706         * sieve-mode.el: Don't require easymenu.
707         (easy-menu-add-item): Autoload it.
708
709         * spam-stat.el (time-to-number-of-days): Autoload it.
710
711 2010-03-19  Glenn Morris  <rgm@gnu.org>
712
713         * password-cache.el (password-cache, password-cache-expiry): Autoload.
714
715 2010-03-18  Glenn Morris  <rgm@gnu.org>
716
717         * hashcash.el (declare-function): Remove duplicate definition.
718
719 2010-03-17  Kevin Ryde  <user42@zip.com.au>
720
721         * mml.el (mml-read-tag): Unquote values with `read' to reverse
722         prin1 in mml-insert-tag (just stripping the quotes gave wrong
723         value if any backslash escapes).
724
725 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
728         if it is available.  (bug#5647)
729
730         * lpath.el: Suppress compiler warning for coding-system-from-name for
731         Emacs 21 and XEmacs.
732
733 2010-03-14  Juri Linkov  <juri@jurta.org>
734
735         * hmac-def.el:
736         * hmac-md5.el:
737         * netrc.el: Fix keywords.
738
739 2010-02-26  Glenn Morris  <rgm@gnu.org>
740
741         * message.el (message-send-mail-function): Change the default, so that
742         it inherits from a customized send-mail-function.  (Bug#5643)
743
744 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
745
746         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
747         shell-command-to-string signals an error (bug#5299).
748
749 2010-02-24  Glenn Morris  <rgm@gnu.org>
750
751         * message.el (message-smtpmail-send-it)
752         (message-send-mail-with-mailclient): Doc fixes.
753
754 2010-02-16  Glenn Morris  <rgm@gnu.org>
755
756         * message.el (message-default-mail-headers): Change the default value
757         to ease the transition from mail-mode to message-mode.  (Bug#5555)
758
759 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
760
761         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
762         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
763
764 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
765
766         * time-date.el (date-to-time): Doc fix (Bug#5408).
767
768 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
769
770         * message.el (message-mail): Just pass yank-action on to message-setup.
771         (message-setup): Handle (FUN . ARGS) form of yank-action.
772         (message-with-reply-buffer, message-widen-reply)
773         (message-yank-original): Handle non-buffer values of
774         message-reply-buffer (Bug#4080).
775         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
776
777 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
778
779         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
780         Fix typo in docstring.
781
782 2010-01-08  Jason Rumney  <jasonr@gnu.org>
783
784         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
785         response.
786
787 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
788
789         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
790
791         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
792
793         * message.el (message-check-news-header-syntax): Protect against a
794         string that `rfc822-addresses' returns when parsing fails.
795
796 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
797
798         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
799         (gnus-previous-char-property-change): New functions.
800
801         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
802
803 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
804
805         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
806         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
807
808 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
809
810         * message.el (message-exchange-point-and-mark): Rework last change to
811         avoid using optional arg of exchange-point-and-mark, for backward
812         compatibility.
813
814 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
815
816         * message.el (message-exchange-point-and-mark): Call
817         exchange-point-and-mark with an argument rather than setting
818         mark-active by hand (Bug#5175).
819
820 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * nntp.el (nntp-service-to-port): Work for service expressed with
823         numeric string; replace [:digit:] with [0-9] for XEmacs.
824
825 2009-12-17  Glenn Morris  <rgm@gnu.org>
826
827         * gnus-group.el (gnus-bug-group-download-format-alist):
828         Change emacs entry to debbugs.gnu.org.  Bump :version.
829
830 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
831
832         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
833
834 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
835
836         * message.el (message-info): Explain why we use `Info-goto-node'.
837
838 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
839
840         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
841
842 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
843
844         * message.el (message-completion-in-region): New compatibility function.
845         (message-expand-group): Use it.
846
847 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
850         with no unread article should be listed if the 2nd arg `predicate' is
851         given.
852
853 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
856
857 2009-11-29  Juri Linkov  <juri@jurta.org>
858
859         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
860         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
861         on `gnus-recenter'. (Bug#4698, Bug#4981)
862
863 2009-11-26  Kevin Ryde  <user42@zip.com.au>
864
865         * sha1.el (sha1-string-external): default-directory "/" in case
866         otherwise non-existent.  process-connection-type pipe for touch of
867         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
868
869 2009-11-25  Kevin Ryde  <user42@zip.com.au>
870
871         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
872         it's comms related and sgml-mode.el has "comm" on that basis too.
873
874 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
875
876         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
877         containing tspecial characters if they have been already quoted.
878
879 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
880
881         * dns-mode.el (auto-mode-alist): Purecopy string.
882
883 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
884
885         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
886
887 2009-10-24  Glenn Morris  <rgm@gnu.org>
888
889         * gnus-art.el (help-xref-stack-item): Define for compiler.
890
891 2009-10-21  Kevin Ryde  <user42@zip.com.au>
892
893         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
894
895 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
896
897         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
898
899 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
900
901         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
902         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
903
904 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * gnus.el (gnus-overlay-get): New alias to overlay-get.
907         (gnus-overlays-in): New alias to overlays-in.
908
909         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
910         gnus-overlay-get, and gnus-delete-overlay.
911         (gnus-summary-show-thread): Make it work as well for systems in which
912         next-single-char-property-change is not available.
913         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
914
915         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
916         (gnus-overlay-get): New alias to extent-property.
917         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
918
919         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
920         SXEmacs.
921
922         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
923         SXEmacs.
924
925 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
926
927         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
928
929 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
930
931         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
932         and XEmacs that don't have `remove-overlays'.
933
934 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
935
936         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
937         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
938         selective display.  Use overlays instead.
939
940 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
941
942         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
943
944 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
945
946         * spam-stat.el (spam-stat-load): Fix typo in message.
947
948 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
949
950         * dig.el (dig-invoke): Fix typo in docstring.
951         (query-dig): Reflow docstring.
952
953 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
954
955         * gnus-art.el (gnus-article-encrypt-body):
956         * message.el (message-check-recipients):
957         * mm-util.el (mm-codepage-setup):
958         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
959         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
960
961 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
962
963         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
964         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
965         keys from the menu if mm-{sign,encrypt}-option is 'guided.
966         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
967         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
968
969 2009-09-21  Kevin Ryde  <user42@zip.com.au>
970
971         * dig.el: Add "Keywords: comm", as per net-utils.el.
972
973 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
974
975         * dig.el (dig-mode): Use define-derived-mode.
976
977 2009-09-19  Glenn Morris  <rgm@gnu.org>
978
979         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
980
981 2009-09-18  Glenn Morris  <rgm@gnu.org>
982
983         * gnus-diary.el (gnus-diary-check-message):
984         * message.el (message-insert-formatted-citation-line):
985         * nnbabyl.el (top-level):
986         * nndiary.el (nndiary-schedule):
987         Fix typos in condition-case handlers.
988
989 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * gnus-art.el (gnus-article-edit-part): Work for the buffer
992         configuration that provides the sole article window in a frame;
993         position point correctly after deleting a part.
994
995 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
996
997         * spam.el (spam-unregister-on-reregister): Add boolean variable.
998         (spam-resolve-registrations-routine): Use it to unregister articles
999         that change status.
1000
1001 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1002
1003         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
1004         with XEmacs.
1005         (parse-time-string-chars): Use it.
1006
1007 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1008
1009         * imap.el (imap-interactive-login): Better messages.
1010         (imap-open): Fix bug with renamed buffer on reconnect.
1011         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1012         for easier debugging and cleaner code.  On successful (guessed based on
1013         server capabilities) secondary authentication, set imap-state
1014         correctly.
1015         (imap-last-authenticator): Define imap-last-authenticator as a variable
1016         to avoid warnings.
1017
1018 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * nnrss.el (nnrss-request-article): Remove binding of
1021         default-enable-multibyte-characters that has gotten needless by
1022         the 2007-07-13 change in rfc2047-encode-message-header.
1023
1024         * mml.el (mml-insert-multipart): Error on the message header.
1025         (mml-insert-part): Error on the message header; position point at
1026         the end of a MIME tag.
1027
1028 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * time-date.el (autoload): Expand define-obsolete-function-alias into
1031         defalias and make-obsolete for old Emacsen that Gnus supports.
1032         (with-no-warnings): Define it for old Emacsen.
1033         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1034         is available.
1035         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1036         float-time is available; suppress compile warning for time-to-seconds.
1037
1038         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
1039         (gnus-float-time): Alias to float-time if it exists.
1040
1041         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
1042         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
1043         float-time is available; suppress compile warning for time-to-seconds.
1044
1045         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
1046         XEmacs.
1047
1048 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1049
1050         * imap.el (imap-message-map): Docstring fix.
1051
1052 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
1055         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
1056         Add the optional argument `encoding' that overrides the default.
1057
1058         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
1059         mm-encode-buffer.
1060
1061 2009-09-04  Glenn Morris  <rgm@gnu.org>
1062
1063         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
1064         mm-disable-multibyte, rather than default-enable-multibyte-characters.
1065         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
1066         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
1067         * mm-util.el (mm-with-unibyte-current-buffer)
1068         (mm-find-buffer-file-coding-system):
1069         * yenc.el (yenc-decode-region): Use default-value rather than
1070         default-enable-multibyte-characters.
1071
1072 2009-09-03  Glenn Morris  <rgm@gnu.org>
1073
1074         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
1075         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
1076         than default-enable-multibyte-characters.
1077
1078 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
1079
1080         * gnus-art.el (gnus-article-read-summary-keys):
1081         Fix gnus-buffer-configuration's value temporarily used.
1082
1083 2009-09-02  Glenn Morris  <rgm@gnu.org>
1084
1085         * gnus-util.el (gnus-float-time): New function.
1086         * gnus-delay.el (gnus-delay-article):
1087         * gnus-sum.el (gnus-thread-latest-date):
1088         * gnus-util.el (gnus-user-date): Use gnus-float-time.
1089         * nnspool.el (nnspool-request-newgroups):
1090         Use gnus-float-time rather than time-to-seconds.
1091         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
1092
1093         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
1094         (gnus-header-subject-face, gnus-header-newsgroups-face)
1095         (gnus-header-name-face, gnus-header-content-face):
1096         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
1097         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
1098         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
1099         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
1100         (gnus-cite-face-11):
1101         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
1102         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1103         (gnus-server-closed-face, gnus-server-denied-face)
1104         (gnus-server-offline-face):
1105         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
1106         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
1107         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
1108         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
1109         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
1110         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
1111         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
1112         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
1113         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
1114         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
1115         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
1116         (gnus-summary-selected-face, gnus-summary-cancelled-face)
1117         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
1118         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
1119         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
1120         (gnus-summary-high-undownloaded-face)
1121         (gnus-summary-low-undownloaded-face)
1122         (gnus-summary-normal-undownloaded-face)
1123         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
1124         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
1125         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
1126         (gnus-splash-face):
1127         * message.el (message-header-to-face, message-header-cc-face)
1128         (message-header-subject-face, message-header-newsgroups-face)
1129         (message-header-other-face, message-header-name-face)
1130         (message-header-xheader-face, message-separator-face)
1131         (message-cited-text-face, message-mml-face):
1132         * sieve-mode.el (sieve-control-commands-face)
1133         (sieve-action-commands-face, sieve-test-commands-face)
1134         (sieve-tagged-arguments-face):
1135         * spam.el (spam-face):
1136         Mark face aliases with "-face" in the name as obsolete.
1137
1138 2009-09-01  Glenn Morris  <rgm@gnu.org>
1139
1140         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
1141         than goto-line.
1142
1143 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1144
1145         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1146         Don't move point if the command is invoked inside the message header.
1147
1148 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1149
1150         * imap.el (imap-send-command): Simplify.
1151         (imap-wait-for-tag): point-max -> buffer-size.
1152
1153 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1154
1155         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
1156         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
1157         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
1158         * nnir.el (nnir-swish-e-index-file):
1159         * gnus-sum.el (gnus-summary-delete-marked-as-read)
1160         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
1161         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1162         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
1163         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
1164         (gnus-treat-display-xface): Add Emacs version of obsolescence.
1165
1166 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1167
1168         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
1169         Don't save excursion.
1170
1171 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1172
1173         * nnheader.el (nnheader-find-file-noselect):
1174         * mm-util.el (mm-insert-file-contents):
1175         Use (default-value 'major-mode) instead of default-major-mode.
1176
1177 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1178
1179         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
1180
1181 2009-08-26  Glenn Morris  <rgm@gnu.org>
1182
1183         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
1184         than placing in files.el.
1185
1186 2009-08-25  Glenn Morris  <rgm@gnu.org>
1187
1188         * nnir.el (top-level): Don't require cl at run-time.
1189         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
1190         Replace cl-function substitute with gnus-replace-in-string.
1191         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
1192         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
1193         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
1194         simplified expansions.
1195
1196 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1197
1198         * dig.el (dig): Add autoload cookie.
1199
1200 2009-08-22  Glenn Morris  <rgm@gnu.org>
1201
1202         * gnus-art.el (gnus-button-patch): Use forward-line rather than
1203         goto-line.
1204
1205 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1206
1207         * parse-time.el (parse-time-string-chars): Save match data.
1208
1209 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1210
1211         * parse-time.el (parse-time-string-chars): Compute using character
1212         classes, to handle non-ascii characters (Bug#3190).
1213
1214 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
1217
1218         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
1219         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
1220         (gnus-mm-display-part, gnus-mime-display-single)
1221         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
1222         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
1223
1224         * gnus-sum.el
1225         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
1226         (gnus-summary-move-article): Add expirable mark to articles copied or
1227         moved to group that has auto-expire turned on if the option is non-nil.
1228
1229 2009-07-24  Glenn Morris  <rgm@gnu.org>
1230
1231         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
1232         Fix typo.  (Bug#3903)
1233
1234 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1235
1236         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
1237         gnus-article-read-summary-keys rather than gnus-summary-edit-article
1238         that should not be used for draft articles.
1239         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
1240         that has no concern in minor mode keys.
1241         (gnus-article-summary-command, gnus-article-summary-command-nosave):
1242         Abolish.
1243
1244 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1245
1246         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
1247         article without making inquiry to a user for unknown encoding.
1248
1249         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
1250         (nnmaildir--scan): Assume i-node and device number that file-attributes
1251         returns might be cons-cell.
1252
1253         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
1254
1255         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
1256
1257 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
1258
1259         * auth-source.el: Remove docs now in auth.texi.  Don't use
1260         `gnus-message' for logging.  Add new variables `auth-source-debug' and
1261         `auth-source-hide-passwords' and use them.
1262
1263 2009-07-15  Glenn Morris  <rgm@gnu.org>
1264
1265         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
1266
1267 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
1270         excessive whitespace from the default values of title and description.
1271
1272 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
1275         mail-fetch-field to fetch Content-Description header in order to
1276         exclude newlines.
1277
1278 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
1279
1280         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
1281         format used by GnuPG 2.0.11.
1282
1283 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1284
1285         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1286         to deleted part.
1287
1288 2009-05-30  David Engster  <dengste@eml.cc>
1289
1290         * nnmairix.el: Remove old documentation in the commentary block.
1291         (nnmairix-request-group): Do not update active file for nnml back ends.
1292         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1293         end so that overview files are ignored.
1294         (nnmairix-update-groups): Make updating the groups more robust by using
1295         marks.
1296         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1297         with dollar characters in message-id.
1298
1299 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1300
1301         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1302         2008-12-25 in dns.el.
1303
1304 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1305
1306         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1307         could happen if the text is only composed of spaces and/or tabs.
1308
1309 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1310
1311         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1312         when sending a queued message to avoid extra mml tags.
1313
1314 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1317
1318 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1321         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1322         rmail-toggle-header for XEmacs;
1323         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1324
1325 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1326
1327         * gnus-dired.el: Remove autoload for gnus-setup-message.
1328         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1329         displaying Gnus logo; always use compose-mail.
1330
1331 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1332
1333         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1334
1335 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1336
1337         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1338         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1339         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1340         available.
1341         (gnus-nocem-epg-verify): New function.
1342
1343 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1344
1345         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1346
1347 2009-02-15  Glenn Morris  <rgm@gnu.org>
1348
1349         * gnus-util.el (rmail-insert-rmail-file-header)
1350         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1351         autoloads.
1352         (rmail-default-rmail-file): Remove unnecessary declaration.
1353         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1354
1355 2009-02-14  Glenn Morris  <rgm@gnu.org>
1356
1357         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1358         variable (only used in gnus-util, which declares it anyway).
1359         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1360         which was only needed by gnus-art (changed to not use it any more).
1361         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1362         only used in gnus-util, which autoloads it itself.
1363         (rmail-update-summary): Fix autoload.
1364
1365         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1366         rather than rmail-output-to-rmail-file.
1367
1368 2009-02-07  Glenn Morris  <rgm@gnu.org>
1369
1370         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1371         autoload of function that no longer exists.
1372         (rmail-toggle-header): Declare.
1373         (message-forward-rmail-make-body): Handle mbox Rmail.
1374
1375 2009-01-31  Glenn Morris  <rgm@gnu.org>
1376
1377         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1378         2009-01-09 change.
1379
1380 2009-01-31  Dave Love  <fx@gnu.org>
1381
1382         * imap.el (imap-fetch-safe): Bind debug-on-error.
1383         (imap-debug): Add imap-fetch-safe.
1384
1385 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1386
1387         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1388         (auth-source-forget-all-cached): New convenience function.
1389         (auth-source-user-or-password): Accept list of modes or a single mode.
1390
1391         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1392         auth-source modes.
1393
1394         * netrc.el (netrc-machine-user-or-password): Use list of
1395         auth-source modes.
1396
1397         * nnimap.el (nnimap-open-connection): Use list of
1398         auth-source modes.
1399
1400         * nntp.el (nntp-send-authinfo): Use list of
1401         auth-source modes.
1402
1403 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1404
1405         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1406         now.
1407
1408 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1409
1410         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1411         coding system in XEmacs; add a workaround for XEmacs.
1412
1413         * lpath.el: Fbind coding-system-aliasee.
1414
1415 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1416
1417         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1418         of current-language-environment.
1419
1420 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1421
1422         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1423         available at runtime.
1424
1425 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1426
1427         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1428
1429 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1430
1431         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1432         the greatest positive fixnum value doesn't work under an XEmacs with
1433         bignum support; use the most-positive-fixnum constant instead,
1434         available since Emacs 21.1 with cl and XEmacs 21.1.
1435
1436 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1439         XEmacs gets not to work.
1440
1441 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1442
1443         * mm-util.el (mm-coding-system-priorities): Allow the value like
1444         "Japanese (UTF-8)" of current-language-environment.
1445
1446 2009-01-09  Glenn Morris  <rgm@gnu.org>
1447
1448         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1449         with last-command-event.
1450
1451 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1452
1453         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1454         in the doc string.
1455
1456         * message.el (message-fix-before-sending): Amend comment.
1457
1458 2009-01-08  Dave Love  <fx@gnu.org>
1459
1460         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1461
1462 2009-01-07  David Engster  <dengste@eml.cc>
1463
1464         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1465         simplified server definitions by converting it via
1466         gnus-server-to-method.
1467
1468 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1471         parameter's operands.
1472
1473 2009-01-06  David Engster  <dengste@eml.cc>
1474
1475         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1476         primary select method (for gnus-group-mark-article-as-read).
1477
1478 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1479
1480         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1481         `(gnus)Face', not `(gnus)X-Face'.
1482
1483 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * mm-util.el (mm-ucs-to-char): New function.
1486
1487         * mm-url.el (mm-url-decode-entities): Use it.
1488
1489         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1490         unicode-to-char.
1491
1492 2009-01-05  Dave Love  <fx@gnu.org>
1493
1494         * time-date.el: Require cl for `declare'.
1495
1496 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1497
1498         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1499         Dave Love.
1500
1501 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1502
1503         * message.el (message-fix-before-sending): Add `eight-bit' to
1504         illegible-text check.
1505
1506 2009-01-03  Michael Olson  <mwolson@gnu.org>
1507
1508         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1509         `headers' is nil.  This can occur if the IMAP server does not have
1510         permissions to read messages from a folder, but can write new messages
1511         to the folder.
1512         (nnimap-request-article-part): Do not insert `data' if it is nil.
1513
1514         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1515         characters which will confuse `read', so skip past them.
1516
1517 2009-01-01  Dave Love  <fx@gnu.org>
1518
1519         * imap.el (imap-string-to-integer): Fix typo.
1520         (imap-fetch-safe): New function.
1521         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1522
1523         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1524
1525         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1526         (imap-parse-greeting): Fix doc strings.
1527         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1528         (imap-parse-flag-list): Make messages unique.
1529         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1530
1531         * nnimap.el: Fix author email.
1532         (nnimap-split-rule): Add FIXME comment.
1533         (nnimap-debug): Fix doc string.
1534
1535 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1536
1537         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1538
1539 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1540
1541         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1542         nslookup if resolv.conf isn't available.
1543         (dns-query): Rename from query-dns.
1544         (dns-query-cached): Rename from query-dns-cached.
1545
1546 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1549         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1550         to check if those variables exist (first appeared in Emacs 18.50).
1551
1552 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * mm-util.el (mm-line-number-at-pos): New function.
1555
1556         * spam-report.el (spam-report-process-queue): Use it.
1557
1558 2008-12-24  David Engster  <dengste@eml.cc>
1559
1560         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1561         parameters that haven't existed as variables as buffer-local variables.
1562
1563 2008-12-23  Dave Love  <fx@gnu.org>
1564
1565         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1566         cadar.
1567
1568         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1569         imap-starttls-p.
1570         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1571
1572 2008-12-22  Dave Love  <fx@gnu.org>
1573
1574         * imap.el: Fix author email.  Doc fixes.
1575         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1576         reply.
1577
1578 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1579
1580         * spam-report.el (spam-report-gmane-max-requests): New constant.
1581         (spam-report-gmane-wait): New variable.
1582         (spam-report-gmane-ham, spam-report-gmane-spam)
1583         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1584         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1585         the server.
1586
1587         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1588         Add explanations.
1589
1590         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1591         nnheader-accept-process-output and nnheader-read-timeout if available.
1592         (pop3-movemail): Use it.
1593
1594         * message.el (message-check-news-body-syntax): Fix signature check if
1595         there's an attachment.
1596
1597 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1598
1599         * mm-util.el: Add comments to the mm- emulating functions.
1600
1601 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1602
1603         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1604         by Stephen Berman <stephen.berman@gmx.net>.
1605
1606 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1607
1608         * mm-util.el (mm-substring-no-properties): New function.
1609         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1610         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1611         (mm-string-to-multibyte): Doc fix.
1612
1613         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1614
1615 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1616
1617         * mml.el (mml-attach-file): Strip text properties from file name.
1618         (Bug#1574)
1619
1620 2008-12-16  Glenn Morris  <rgm@gnu.org>
1621
1622         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1623
1624 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1627         knows since the charset specified might be a bogus alias that
1628         mm-charset-synonym-alist provides.
1629
1630 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1631
1632         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1633         "ISO_8859-1".
1634
1635         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1636
1637 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1638
1639         * mm-util.el (mm-charset-eval-alist):
1640         Define it before mm-charset-to-coding-system.
1641         (mm-charset-to-coding-system): Add optional argument `silent';
1642         define it before mm-charset-override-alist.
1643         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1644         default value if it can be used in Emacs currently running;
1645         silence mm-charset-to-coding-system.
1646
1647 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1648
1649         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1650         `allow-override' which says whether to use `mm-charset-override-alist'.
1651         (rfc2047-decode-encoded-words): Use it.
1652
1653         * mm-util.el (mm-charset-override-alist): Fix custom type;
1654         add `(gb2312 . gbk)' to choices.
1655
1656 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1657
1658         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1659         fast.
1660
1661         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1662
1663         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1664
1665 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1666
1667         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1668         on links.
1669
1670         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1671
1672 2008-12-03  Lute Kamstra  <lute@gnu.org>
1673
1674         * sha1.el: Remove leading * from docstrings of defcustoms,
1675         deffaces, defconsts and defuns.
1676
1677 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1680         users' addresses that don't have domain parts.
1681         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1682         rather than message-narrow-to-head since there will be the message
1683         header separator.
1684
1685 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1686
1687         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1688         since the result is inserted in a unibyte buffer anyway.
1689         (nnimap-demule-use-string-to-multibyte): Remove.
1690         (nnimap-demule): Alias it to mm-string-to-multibyte.
1691
1692 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1693
1694         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1695         variable for debugging bug#464 and bug#1174.
1696         (nnimap-demule): Use it.
1697
1698 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1699
1700         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1701         score calculation correctly.
1702
1703 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1704
1705         * message.el (message-send-mail): Just set the buffer to unibyte
1706         rather than use mm-with-unibyte-current-buffer which does a lot more.
1707         (message-send-mail-partially): Don't bother with
1708         mm-with-unibyte-current-buffer since it's already been made unibyte by
1709         message-send-mail.
1710
1711 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1712
1713         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1714
1715 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1716
1717         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1718
1719 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1722         require itself and to remove `with-no-warnings'.
1723
1724 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1725
1726         * starttls.el (starttls-any-program-available): Get the name of the
1727         available TLS layer program.
1728         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1729         well as the host name in the "opening" message.
1730
1731         * auth-source.el (auth-source-cache, auth-source-do-cache)
1732         (auth-source-user-or-password): Cache passwords and logins by default,
1733         allow override with `auth-source-do-cache'.
1734         (auth-source-forget-user-or-password): Allow users to remove cache
1735         entries if needed.
1736
1737 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1738
1739         * md4.el (md4-buffer): Fix typo in docstring.
1740         (md4, md4-64): Doc fixes.
1741         (md4-pack-int32): Reflow docstring.
1742
1743 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1744
1745         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1746         condition-case to only the forward-sexp call.
1747
1748 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1749
1750         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1751         quotes contained.  Make it more robust regardless by an extra
1752         condition-case wrapper.
1753
1754 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1755
1756         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1757
1758 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1759
1760         * nnml.el (nnml-request-expire-articles): Check if the function set to
1761         `nnmail-expiry-target' returns the symbol `delete'.
1762
1763         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1764
1765         * nnmail.el (nnmail-expiry-target): Fix custom type.
1766
1767 2008-10-02  Glenn Morris  <rgm@gnu.org>
1768
1769         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1770         Silence compiler warning.
1771
1772 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1773
1774         * tls.el (open-tls-stream): Show the actual command being
1775         executed, instead of the format string.
1776
1777 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1778
1779         * lpath.el: Fbind codepage-setup for Emacs 23.
1780
1781 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1782
1783         * mml.el (mml-menu): Don't assume mml2015 is bound.
1784
1785 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1788         exists.
1789
1790 2008-09-27  Glenn Morris  <rgm@gnu.org>
1791
1792         * gnus-util.el (mail-header-remove-comments): Autoload it.
1793
1794 2008-09-27  Andreas Schwab  <schwab@suse.de>
1795
1796         * gnus-util.el (gnus-split-references): Strip comments.
1797         (gnus-parent-id): Likewise.
1798
1799 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1800
1801         * message.el (message-confirm-send): Fix version.
1802
1803 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * message.el (message-idna-to-ascii-rhs-1): Use
1806         mail-extract-address-components rather than mail-header-parse-addresses
1807         that is an alias by default to ietf-drums-parse-addresses that does not
1808         support non-ASCII names in headers' contents.
1809
1810 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1811
1812         * message.el (message-confirm-send): Fixed variable documentation to
1813         avoid the "y/n" wording.
1814
1815 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1816
1817         * message.el (message-set-auto-save-file-name): Save to a different
1818         filename so multiple messages (especially drafts) can be recovered.
1819
1820 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1821
1822         * message.el (message-confirm-send): Add appropriate version.
1823
1824 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1825
1826         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1827         defvar.
1828
1829 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1830
1831         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1832         (mm-pkcs7-enveloped-magic): Ditto.
1833
1834 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1835
1836         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1837         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1838
1839 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1840
1841         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1842         default, it's better.
1843
1844 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1845
1846         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1847         summary line gnus-number property and ignore them (with a warning
1848         message).
1849
1850 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1853         macro caddr in the interactive form since it won't be expanded.
1854
1855 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1858         `charset'; fix name of function called recursively.
1859         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1860
1861 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1864         (gnus-mime-set-charset-parameters): New function.
1865         (gnus-mime-view-part-as-charset): Use it to correctly display part
1866         specifying wrong charset.
1867
1868 2008-09-08  David Engster  <dengste@eml.cc>
1869
1870         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1871         in completing-read for back end server.
1872
1873 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1874
1875         * message.el (message-confirm-send): New variable to confirm sending a
1876         message.
1877         (message-send): Use it.
1878
1879 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1880
1881         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1882
1883 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1886
1887 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1888
1889         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1890         prevent tracking too many groups.
1891         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1892         Use it.
1893
1894 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1895
1896         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1897         moving point to the bottom of the window in order to avoid recentering.
1898
1899 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1900
1901         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1902
1903         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1904         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1905         (gnus-article-beginning-of-window): Fix calculation.
1906
1907 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1908
1909         * gnus-msg.el (gnus-summary-supersede-article)
1910         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1911         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1912         message header.
1913
1914 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1915
1916         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1917         pending output coming after the status change.
1918
1919 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1920
1921         * message.el:
1922         * gnus-start.el:
1923         * gnus-registry.el: Remove VMS support.
1924
1925 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1926
1927         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1928         macro.
1929         (rfc2104-hash): Use it.
1930
1931 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1932
1933         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1934         (gnus-summary-sort-by-most-recent-date): New commands.
1935         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1936         and menu entries.
1937
1938 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1939
1940         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1941         don't redisplay article for raw contents; remove plural articles stuff.
1942
1943         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1944         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1945         on gnus-summary-save-article; display results properly.
1946
1947 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1948
1949         * lpath.el: No need to fbind ns-focus-frame.
1950
1951 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1952
1953         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1954
1955 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1956
1957         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1958         gnus-save-all-headers.
1959
1960 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1961
1962         * gnus-util.el (ns-focus-frame): Remove declaration.
1963         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1964         like x.
1965
1966 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1967
1968         * rfc2104.el (rfc2104-zero): Delete defconst.
1969         (rfc2104-hex-alist): Likewise.
1970         (rfc2104-hex-to-int): Delete func.
1971         (rfc2104-hexstring-to-bitstring): Likewise.
1972         (rfc2104-nybbles): New defconst.
1973         (rfc2104-hash): Rewrite for speed.
1974
1975 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1976
1977         * tls.el (open-tls-stream): Make it work with the 2nd argument
1978         BUFFER that is a string but does not exist as a buffer object, as
1979         mentioned in the doc-string.
1980
1981 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1982
1983         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1984         SXEmacs.
1985
1986 2008-07-16  Glenn Morris  <rgm@gnu.org>
1987
1988         * gnus-util.el (ns-focus-frame): Declare for compiler.
1989
1990 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1993         set as a group parameter.
1994         (gnus-summary-save-in-pipe): Work when it is called independently.
1995         (gnus-summary-pipe-to-muttprint): Don't modify
1996         gnus-summary-pipe-output-default-command.
1997
1998 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1999
2000         * message.el (message-send-mail-with-sendmail):
2001         Display the error message.
2002
2003 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * gnus-art.el (gnus-default-article-saver):
2006         Add gnus-summary-save-in-pipe to choices.
2007         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
2008         gnus-summary-pipe-output-default-command as the default command.
2009         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
2010         instead of gnus-last-shell-command.
2011
2012         * gnus-sum.el (gnus-summary-pipe-output-default-command):
2013         New user option.
2014         (gnus-summary-muttprint-program): Mention the value will be changed.
2015         (gnus-summary-save-article): Force showing of all headers.
2016         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
2017
2018 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
2019
2020         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
2021
2022 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
2023
2024         * nnimap.el (nnimap-id):
2025         * sieve-manage.el (sieve-manage-open): Doc fixes.
2026
2027 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
2028
2029         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
2030         if available.
2031
2032 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2033
2034         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
2035
2036         * nnkiboze.el (nnkiboze-generate-group):
2037         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
2038
2039         * nnmairix.el: Require CL.
2040
2041 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2042
2043         * dgnushack.el: Autoload get-display-table and put-display-table for
2044         XEmacs 21.5.
2045
2046         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
2047         21.4 and SXEmacs.
2048
2049 2008-06-15  David Engster  <dengste@eml.cc>
2050
2051         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
2052
2053 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
2054
2055         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
2056         New macros that expand to an `aset'/`aref' call under Emacs, and to a
2057         runtime choice under XEmacs.
2058
2059         * gnus-sum.el (gnus-summary-set-display-table):
2060         Use `gnus-put-display-table', `gnus-get-display-table',
2061         `gnus-set-display-table' for the display table, instead of `aset'.
2062
2063         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
2064         Use `gnus-put-display-table', `gnus-get-display-table',
2065         `gnus-set-display-table' for the display table.
2066
2067 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2068
2069         * nnmairix.el: Add autoloads.
2070
2071 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
2072
2073         * nnmairix.el (nnmairix-delete-recreate-group)
2074         (nnmairix-update-and-clear-marks): Fix error messages.
2075
2076 2008-06-14  David Engster  <dengste@eml.cc>
2077
2078         * nnmairix.el: Upgrade to version 0.6.
2079         (nnmairix-group-toggle-propmarks-this-group)
2080         (nnmairix-group-toggle-readmarks-this-group)
2081         (nnmairix-group-delete-recreate-this-group)
2082         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
2083         (nnmairix-remove-tick-mark-original-article): New commands.
2084         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
2085         (nnmairix-propagate-marks-to-nnmairix-groups)
2086         (nnmairix-only-use-registry, nnmairix-allowfast-default)
2087         (nnmairix-marks-cache, nnmairix-version-output): New variables.
2088         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
2089         functions needed for marks propagation and manipulation of read marks.
2090         (nnmairix-update-groups): New function.
2091         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
2092         (nnmairix-determine-original-group-from-registry)
2093         (nnmairix-determine-original-group-from-path)
2094         (nnmairix-get-group-from-file-path, nnmairix-map-range)
2095         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
2096         New helper functions.
2097         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
2098         keystrokes for new commands.
2099         (nnmairix-delete-and-create-on-change): Doc string cleanup.
2100         (nnmairix-request-group): Check allow-fast group parameter.
2101         (nnmairix-request-create-group): Set allow-fast group parameter if
2102         nnmairix-allowfast-default is set.
2103         (nnmairix-close-group): Propagate marks upon closing if needed.
2104         (nnmairix-group-toggle-threads-this-group): Use new.
2105         nnmairix-group-toggle-parameter helper function.
2106         (nnmairix-search): Better check for empty search result.
2107         (nnmairix-goto-original-article): Use new helper functions for
2108         determining original article.
2109         (nnmairix-show-original-article): Make sure message-id is in brackets.
2110         (nnmairix-call-mairix-binary): Change variable name.
2111         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
2112         helper function.
2113         (nnmairix-widget-toggle-activate): Fix doc string.
2114
2115 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2116
2117         * nnir.el: Require edmacro when compiling with XEmacs.
2118         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
2119         available in Emacs 21.
2120
2121 2008-06-11  Glenn Morris  <rgm@gnu.org>
2122
2123         * gnus-util.el (x-focus-frame):
2124         * gnus.el (image-size):
2125         * mm-decode.el (image-size): Declare.
2126
2127         * gnus-picon.el (declare-function): Add compat definition.
2128         (image-size): Declare.
2129
2130         * gnus-group.el (tool-bar-map):
2131         * gnus-sum.el (tool-bar-map): Define for compiler.
2132
2133         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
2134
2135         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
2136
2137         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
2138         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
2139         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
2140         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
2141         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
2142         * sieve-manage.el, spam-report.el, spam.el:
2143         Remove unnecessary eval-and-compile of autoloads.
2144
2145 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
2146
2147         * auth-source.el: Precise Tramp doc.
2148
2149 2008-06-07  Glenn Morris  <rgm@gnu.org>
2150
2151         * nnmairix.el: Remove unnecessary eval-when-compile.
2152
2153 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2154
2155         * lpath.el: Fbind propertize for XEmacs 21.4.
2156
2157 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
2158
2159         * nnir.el: Move here from ../contrib.
2160
2161 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2162
2163         * gnus-util.el (gnus-read-shell-command): New function.
2164         * mm-decode.el (mm-pipe-part):
2165         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
2166
2167 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2168
2169         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
2170
2171 2008-06-03  Glenn Morris  <rgm@gnu.org>
2172
2173         * pop3.el (nnheader-accept-process-output): Autoload it.
2174
2175 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
2178         are not 2-digit hexadecimal characters that follow `%'s.
2179
2180 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
2181
2182         * message.el (message-bogus-recipient-p): Fix type in doc string.
2183         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
2184         (message-bogus-addresses): Rename from message-bogus-address-regexp.
2185         Improve custom options.
2186         (message-bogus-recipient-p): Adjust accordingly.
2187
2188 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
2189
2190         * parse-time.el (parse-time-months, parse-time-weekdays): Add
2191         long-form month and day names.
2192
2193 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2194
2195         * dgnushack.el: Autoload debug, eudc-expand-inline and
2196         pgg-snarf-keys-region for XEmacs.
2197
2198         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
2199
2200         * nnmairix.el: Require edmacro when compiling with XEmacs.
2201
2202 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
2203
2204         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
2205         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
2206
2207 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
2208
2209         * auth-source.el: Add more docs.
2210
2211         * netrc.el (netrc-machine): Always match if the port is not given.
2212
2213 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2214
2215         * nnheader.el (nnheader-read-timeout): Change the default timeout from
2216         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
2217         retrieval faster in some cases, but might make CPU usage larger.  If
2218         this has any bad side effects, we might revert this change.
2219
2220         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
2221         seems to make mail retrieval much, much faster.
2222         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
2223         unconditionally.
2224
2225         * gnus-draft.el (gnus-group-send-queue): Bind
2226         message-send-mail-partially-limit to nil to avoid being prompted.
2227
2228 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
2229
2230         * mml.el (mml-attach-buffer): Prompt for `disposition'.
2231
2232         * message.el (message-bogus-address-regexp): Fix and improve custom
2233         type.
2234         (message-setup-hook): Add message-check-recipients as custom option.
2235
2236 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
2237
2238         * message.el (message-cite-function): Remove bogus autoload which crept
2239         in during merge from v5-10.
2240
2241 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
2242
2243         * nnimap.el (nnimap-open-connection): Fix login/password bug.
2244
2245         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
2246
2247         * auth-source.el: Preliminary Tramp docs.
2248         (auth-sources): Change the default auth-sources to use
2249         EPA .gpg files.
2250
2251 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
2252
2253         * nntp.el: Autoload `auth-source-user-or-password'.
2254         (nntp-send-authinfo): Use it.
2255
2256         * nnimap.el: Autoload `auth-source-user-or-password'.
2257         (nnimap-open-connection): Use it.
2258
2259         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
2260         for the gnus-message function.
2261         (auth-source-user-or-password): Use it.
2262
2263 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2264
2265         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
2266         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
2267         (rfc2104-hash): Use it.
2268
2269 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
2270
2271         * gnus-art.el (gnus-article-toggle-truncate-lines):
2272         Don't use `iff' in docstring.
2273
2274 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
2275
2276         * gnus-registry.el: Adjusted copyright dates and added a keyword.
2277
2278         * gnus-util.el (gnus-extract-address-component-name)
2279         (gnus-extract-address-component-email): Convenience functions around
2280         `gnus-extract-address-components'.
2281
2282         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2283         Use `gnus-extract-address-component-email' to fix bug of comparing full
2284         sender name to `user-mail-address'.
2285
2286 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2287
2288         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2289         catch/throw to optimize.
2290         (gnus-registry-find-keywords): Just use member to find a keyword.
2291
2292 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2293
2294         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2295         is current before calling gnus-server-prepare.
2296         (gnus-server-setup-buffer, gnus-server-update-server)
2297         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2298
2299 2008-05-04  Juri Linkov  <juri@jurta.org>
2300
2301         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2302         (mailcap-file-default-commands): Use mailcap-replace-in-string
2303         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2304         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2305
2306 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2307
2308         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2309
2310 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2311
2312         * gnus.el: Bump version to 0.11.
2313
2314 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2315
2316         * gnus.el: No Gnus v0.10 is released.
2317
2318 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2319
2320         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2321         hooks.
2322         (gnus-update-read-articles): Speed up non-marks-using users.
2323         (gnus-use-marks): Define gnus-use-marks.
2324         (gnus-propagate-marks): Rename variable to something more sensible.
2325
2326 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2327
2328         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2329         (gmm-image-load-path-for-library): Fix typos in docstrings.
2330         (gmm-message): Reflow docstring.
2331
2332 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2333
2334         * mail-source.el (mail-source-set-1, mail-source-bind):
2335         Move auth-source code out of the macro to clean it up and fix bugs.
2336
2337 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2338
2339         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2340         by sender if it's equal to user-mail-address, it's likely to be
2341         useless.
2342
2343         * mail-source.el (mail-source-bind): Don't use user or password if they
2344         are not bound.  Unintern them if they are nil.  Don't use server unless
2345         it's bound, and default it to empty string otherwise.
2346
2347 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2348
2349         * mail-source.el: Load auth-source.el.
2350         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2351         get user name or password, if auth-sources is set up.
2352
2353         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2354         strategy of splitting with parent.
2355         (gnus-registry-split-fancy-with-parent)
2356         (gnus-registry-post-process-groups): Use it and fix prior
2357         bug (returning a list as the split result).
2358
2359         * auth-source.el (auth-sources): Remove server parameter.
2360         (auth-source-pick, auth-source-user-or-password)
2361         (auth-source-user-or-password-imap)
2362         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2363         (auth-source-user-or-password-sftp)
2364         (auth-source-user-or-password-smtp): Remove server parameter.
2365
2366 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2367
2368         * smime.el (smime-sign-region, smime-encrypt-region)
2369         (smime-decrypt-region):
2370         Remove redundant calls to `generate-new-buffer-name'.
2371
2372 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2373
2374         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2375         Don't use QP for message/rfc822.
2376         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2377
2378 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2379
2380         * sieve-manage.el (sieve-string-bytes): Remove.
2381         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2382         correct byte-length only if the process's coding-system is the same as
2383         the one used internally by Emacs to represent strings.
2384
2385 2008-04-22  Juri Linkov  <juri@jurta.org>
2386
2387         * mailcap.el (mailcap-file-default-commands): New function.
2388
2389 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2390
2391         * message.el (message-signature-separator, message-cite-function):
2392         Change custom version.
2393
2394 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2395
2396         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2397         commands.
2398         (tls-checktrust): Ditto.
2399
2400 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2401
2402         * mm-decode.el (mm-display-external): Make temp file read-only.
2403
2404 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2405
2406         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2407         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2408         `C-c C-f d'.
2409
2410 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2411
2412         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2413
2414 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2415
2416         * gnus.el: Bump version to 0.9.
2417
2418 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2419
2420         * gnus.el: No Gnus v0.8 is released.
2421
2422 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2423
2424         * mail-source.el (mail-source-value):
2425         Prefer fboundp to functionp so it works with macros as well.
2426
2427 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2428
2429         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2430         Fix last change in case the element is not even a symbol.
2431
2432 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2433
2434         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2435         Prefer fboundp to functionp so it works with macros as well.
2436
2437 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2438
2439         * auth-source.el: Added docs.
2440         (auth-sources): Modify format to support server.
2441         (auth-source-pick, auth-source-user-or-password)
2442         (auth-source-user-or-password-imap)
2443         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2444         (auth-source-user-or-password-sftp)
2445         (auth-source-user-or-password-smtp): Add server parameter.
2446
2447 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2448
2449         * gnus-registry.el: Initialize the registry when gnus-registry-install
2450         is t.
2451
2452 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * compface.el (uncompface): Make buffer unibyte.
2455
2456 2008-04-05  Glenn Morris  <rgm@gnu.org>
2457
2458         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2459
2460 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2461
2462         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2463         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2464
2465         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2466         multibyteness after rather than before erasing it.
2467
2468         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2469         mm-with-multibyte.
2470         (gnus-request-article-this-buffer): Make sure the proper decoding is
2471         used if gnus-original-article-buffer happens to be unibyte.
2472
2473         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2474         default-enable-multibyte-characters.
2475
2476         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2477         default-enable-multibyte-characters.
2478
2479         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2480
2481         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2482
2483 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2484
2485         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2486         (imap-message-copyuid-1): Use it.
2487         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2488         J. Williams in
2489         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2490
2491         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2492         imap-enable-exchange-bug-workaround.
2493         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2494
2495 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2496
2497         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2498         a 100 byte status-checks into a 2-3MB transfer for each group.
2499         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2500         to enable bug workaround or not.
2501         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2502
2503 2008-03-31  Glenn Morris  <rgm@gnu.org>
2504
2505         * message.el (mml2015-use): Declare for compiler.
2506         (message-info): Require mml2015 when appropriate.
2507
2508 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2509
2510         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2511         whitespace.
2512
2513 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2514
2515         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2516         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2517         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2518         (nntp-service-to-port): New function.
2519         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2520         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2521         (nntp-open-netcat-stream): New function.
2522         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2523
2524 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2525
2526         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2527
2528 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2529
2530         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2531
2532 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2533
2534         * dns.el (dns-write): Use set-buffer-multibyte.
2535
2536 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2537
2538         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2539
2540 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2541
2542         * message.el (message-signature-separator): Change default.
2543         Improve custom type.
2544         (message-cite-function): Change default to
2545         message-cite-original-without-signature.
2546
2547         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2548         toggle.
2549
2550         * message.el (message-check-news-body-syntax): Fix signature check.
2551         (message-setup-1): Mark buffer as unmodified _after_ running
2552         message-setup-hook and handling message-alternative-emails.
2553         (message-shorten-references): Be more strict when building list of
2554         valid references to comply with GNKSA.
2555
2556         * gnus-group.el (gnus-read-ephemeral-bug-group)
2557         (gnus-read-ephemeral-debian-bug-group)
2558         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2559
2560         * message.el (message-info): Don't use booleanp which isn't supported
2561         in Emacs 21 and XEmacs.
2562
2563 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2564
2565         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2566         gnus-group-gmane-group-download-format.
2567         (gnus-group-read-ephemeral-gmane-group): Rename from
2568         gnus-group-read-ephemeral-gmane-group.
2569         (gnus-read-ephemeral-gmane-group-url): Rename from
2570         gnus-group-read-ephemeral-gmane-group-url.
2571         (gnus-bug-group-download-format-alist): New variable.
2572         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2573         (gnus-read-ephemeral-emacs-bug-group): New commands.
2574
2575 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2576
2577         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2578         (gnus-visible-headers): Improve custom type.
2579
2580 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2581
2582         * mml.el (mml-menu): Add workarounds for XEmacs.
2583
2584         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2585         X-Boundary header.
2586
2587         * message.el (message-simplify-recipients): Fix previous commit.
2588
2589 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2590
2591         * mm-util.el (mm-set-buffer-multibyte): New function.
2592         * mm-decode.el (mm-copy-to-buffer): Use it.
2593
2594 2008-03-19  Glenn Morris  <rgm@gnu.org>
2595
2596         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2597         Accidentally removed in the sync process with Emacs.
2598
2599 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2600
2601         * message.el (message-alter-recipients-discard-bogus-full-name):
2602         New function.
2603         (message-alter-recipients-function): New variable.
2604         (message-get-reply-headers): Use it.
2605         (message-replace-header): New helper function.
2606         (message-recipients-without-full-name): New variable.
2607         (message-simplify-recipients): New command.
2608
2609         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2610
2611         * message.el (message-info): Handle EasyPG manual.
2612
2613         * mml.el (mml-menu): Add entry for EasyPG.
2614
2615 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2616
2617         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2618         parameter.
2619
2620         * message.el (message-disassociate-draft): Specify drafts group name
2621         fully.
2622
2623 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2624
2625         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2626         unnecessary duplicates from the match list.
2627
2628 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2631
2632         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2633
2634         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2635         args of `how-many' of which the XEmacs version doesn't take; declare
2636         Info-index-next as function.
2637
2638 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2639
2640         * gnus-score.el (gnus-score-headers): Fix handling of
2641         gnus-inhibit-slow-scoring.
2642
2643         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2644         string.
2645         (gnus-button-url-regexp): Improve handling of parenthesis.
2646         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2647         (gnus-button-handle-info-keystrokes): Handle index entries.
2648
2649 2008-03-15  Glenn Morris  <rgm@gnu.org>
2650
2651         * parse-time.el (parse-time-string): Simplify.
2652
2653 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2656         Incoming* files.
2657
2658 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2659
2660         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2661         (auth-source-pick): Use it.
2662
2663 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2664
2665         * binhex.el (binhex-decode-region-internal):
2666         * uudecode.el (uudecode-decode-region-internal):
2667         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2668         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2669         setting default-enable-multibyte-characters.
2670
2671 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2672
2673         * auth-source.el (auth-source-protocols)
2674         (auth-source-protocols-customize, auth-source-choices): Added and
2675         modified variable customizations and defaults.
2676         (auth-source-pick, auth-source-user-or-password)
2677         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2678         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2679         (auth-source-user-or-password-sftp)
2680         (auth-source-user-or-password-smtp): Use new variables and provide an
2681         interface to netrc.el.
2682
2683 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2686         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2687         Make sure the nntp port to specify is a string.
2688
2689 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2690
2691         * nntp.el: Use with-current-buffer.
2692         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2693         dubious mm-with-unibyte-current-buffer.
2694         (nntp-with-open-group-function): New function extracted from
2695         nntp-with-open-group macro.
2696         (nntp-with-open-group): Use the function, so it's easier to debug.
2697         Add indentation and debugging info.
2698         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2699         the use of the netcat alternatives.
2700
2701         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2702         Avoid mm-string-as-multibyte as well.
2703
2704         * nnweb.el (nnweb-insert-html):
2705         Remove use of nnheader-string-as-multibyte.
2706
2707         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2708         (nnheader-string-as-multibyte): Remove.
2709
2710         * mm-view.el: Use inhibit-read-only.
2711         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2712         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2713         or unibyte-string.
2714
2715         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2716         (mm-uu-yenc-extract): Use with-current-buffer.
2717
2718         * gnus-soup.el (gnus-soup-send-packet): Don't use
2719         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2720
2721         * nnmh.el: Use with-current-buffer.
2722         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2723         mm-string-as-multibyte on the output of mm-encode-coding-string.
2724
2725         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2726         (nnimap-request-move-article): Use with-current-buffer.
2727
2728         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2729         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2730         conversion uses string-make-unibyte rather than string-as-unibyte.
2731
2732         * gnus-msg.el: Use with-current-buffer.
2733
2734         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2735
2736 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2737
2738         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2739         string for caching if it is 'PIN.
2740
2741 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2742
2743         * lpath.el: Consider the case without Emacs/W3.
2744
2745 2008-03-08  Glenn Morris  <rgm@gnu.org>
2746
2747         * time-date.el (date-to-time, time-subtract, time-add)
2748         (safe-date-to-time): Doc fixes.
2749
2750 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2751
2752         * mail-source.el (mail-source-delete-old-incoming-confirm):
2753         Change default to nil.
2754         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2755
2756 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2757
2758         * lpath.el: Rearrange.
2759
2760         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2761         (gnus-article-goto-prev-page): Work for articles having ^L's.
2762
2763         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2764
2765         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2766
2767 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2768
2769         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2770         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2771         (gnus-bookmark-jump): Adjust some variable names.
2772
2773 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2774
2775         * auth-source.el: New package.
2776         (auth-source-choices): Add customization entry point variable.
2777
2778         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2779         bug.
2780
2781 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2782
2783         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2784         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2785         (gnus-registry-install-shortcuts): Rename from
2786         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2787         the `gnus-registry-mark-map' keymap dynamically from
2788         `gnus-registry-marks'.  The generated functions update the summary line
2789         when a registry mark is added or deleted, and will call
2790         `gnus-registry-install-p' (see the comments in the code).
2791         (gnus-registry-user-format-function-M): Use concat intelligently.
2792
2793         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2794         the registry mark functions.
2795
2796 2008-03-05  Glenn Morris  <rgm@gnu.org>
2797
2798         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2799         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2800         gnus-art.
2801         (top-level): No need to load own source when compiling.
2802
2803 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2804
2805         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2806         Suggested by <chris.anderton@zetnet.co.uk>.
2807
2808 2008-03-04  Glenn Morris  <rgm@gnu.org>
2809
2810         * gnus-sum.el (top-level): No need to require gnus when compiling,
2811         since unconditionally required near start of file.
2812         (gnus-summary-display-while-building): Move definition before use.
2813
2814 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2815
2816         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2817         formatting function.
2818
2819 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2820
2821         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2822         with plists.
2823         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2824         Use new format.
2825
2826 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2827
2828         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2829         `where-is-internal' that returns a range of key sequences.
2830
2831 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2832
2833         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2834
2835         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2836         (gnus-summary-jump-to-group): Consider windows on other displayed
2837         frames as well.  Similar changes might be needed elsewhere, but that's
2838         the one I've bumped into during my use.
2839
2840         * nndoc.el (nndoc-oe-dbx-type-p):
2841         * gnus-msg.el (gnus-debug):
2842         * gnus-group.el (gnus-update-group-mark-positions):
2843         Use mm-string-to-multibyte.
2844
2845 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2846
2847         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2848         doesn't handle NotDashEscaped.
2849
2850         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2851         (mml-dnd-attach-options): Fix typo in custom choice.
2852
2853         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2854         nndoc-article-type to mbox.
2855         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2856
2857         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2858         to nil, instead of html2text.
2859
2860         * imap.el (imap-debug): Add `imap-ping-server'.
2861
2862         * gnus-bookmark.el: Add FIXMEs.
2863
2864         * message.el (message-form-letter-separator)
2865         (message-send-form-letter-delay): New variables.
2866         (message-send-form-letter): Use them.  New command to send form
2867         letters.  Requested by Uwe Siart.
2868         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2869
2870 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2871
2872         * Update copyright years.
2873
2874 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2875
2876         Sync from EMACS_22_BASE.
2877
2878         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2879
2880 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2881
2882         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2883         empty author.
2884
2885 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2886
2887         * gnus-registry.el (gnus-registry-marks): Add variable for
2888         customization of marks and their appearance.
2889         (gnus-registry-read-mark): Use it.
2890         (gnus-registry-do-marks): Add utility function to loop through
2891         `gnus-registry-marks'.
2892         (gnus-registry-install-shortcuts-and-menus): Add function to install
2893         shortcuts and menus.
2894         (gnus-registry-initialize): Use it.
2895         (gnus-registry-default-mark): Clarify documentation.
2896
2897 2008-02-29  Glenn Morris  <rgm@gnu.org>
2898
2899         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2900         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2901         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2902         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2903         Change defcustom :version from 23.0 to 23.1.
2904
2905 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2906
2907         * gnus-registry.el (gnus-registry-follow-group-p)
2908         (gnus-registry-post-process-groups): Add functions to aid registry
2909         splitting and improve logging.  Clarify behavior in function
2910         documentation.
2911         (gnus-registry-split-fancy-with-parent): Use them.
2912
2913 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2914
2915         * gnus-art.el: Use with-current-buffer.
2916
2917 2008-02-27  David Engster  <dengste@eml.cc>
2918
2919         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2920         Express real group name in the response.
2921
2922 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2923
2924         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2925         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2926         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2927         autoload gnus-registry-fetch-group when compiling.
2928         (nnmairix-request-group-with-article-number-correction): Remove
2929         unreferenced argument passed to nnmairix-call-backend.
2930
2931 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2932
2933         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2934         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2935         Wilde.
2936
2937 2008-02-27  Glenn Morris  <rgm@gnu.org>
2938
2939         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2940         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2941         variables to defconsts.  Convert comments to doc-strings.
2942         (nnmairix-last-server, nnmairix-current-server): Convert from free
2943         variables to defvars.  Convert comments to doc-strings.
2944         (gnus-registry-fetch-group): Autoload.
2945         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2946         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2947         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2948         caddr.
2949         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2950         nnmairix-request-group-with-article-number-correction call.
2951         (nnmairix-fast, nnmairix-group): New, less general names, for free
2952         variables passed from nnmairix-request-group to
2953         nnmairix-request-group-with-article-number-correction.  Declare.
2954         (nnmairix-request-group-with-article-number-correction):
2955         Use nnmairix-fast, nnmairix-group rather than fast, group.
2956
2957 2008-02-26  David Engster  <dengste@eml.cc>
2958
2959         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2960         version 0.5.
2961
2962 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2963
2964         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2965         instead of making an extra function call.  Don't add the current group
2966         to articles only when they have the group.  Use
2967         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2968         Reported by David <de_bb@arcor.de>.
2969
2970 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2971
2972         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2973         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2974
2975 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2976
2977         * mail-source.el (mail-source-delete-incoming): Change default.
2978         Supplement doc string.
2979
2980         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2981
2982 2008-02-14  Glenn Morris  <rgm@gnu.org>
2983
2984         * time-date.el (format-seconds): New function.
2985
2986 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2987
2988         * nnmail.el (nnmail-message-id-cache-file): Derive from
2989         `gnus-home-directory'.
2990
2991 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2992
2993         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2994         Document negative prefix.
2995
2996         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2997
2998 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999
3000         * message.el (message-unsent-separator): Add the Exim bounce
3001         separator.
3002
3003 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
3004
3005         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
3006         list.
3007         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
3008         recipient/signer list.
3009
3010 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3011
3012         * Makefile.in (datarootdir): Define.
3013         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
3014         name that might contain whitespace.
3015
3016 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
3017
3018         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
3019         fbound (Emacs 23 unicode), signal an error.
3020
3021 2008-02-08  Glenn Morris  <rgm@gnu.org>
3022
3023         * gnus-art.el (pgg-display-output-buffer): Declare as function.
3024
3025 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
3026
3027         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
3028         ports to the calls to `netrc-machine-user-or-password' in addition to
3029         "imap" and "imaps".
3030
3031 2008-02-01  Zhang Wei  <id.brep@gmail.com>
3032
3033         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
3034
3035         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
3036
3037 2008-02-01  Kenichi Handa  <handa@m17n.org>
3038
3039         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
3040         rfc2104-hexstring-to-bitstring and changed to return a byte list.
3041         (rfc2104-hash): Convert the result of concat to unibyte string.
3042
3043 2008-02-01  Dave Love  <fx@gnu.org>
3044
3045         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
3046         coding-system-for-read.
3047         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
3048
3049 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3050
3051         * gnus.el (gnus-group-startup-message): Add `find-image' call before
3052         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
3053         <hanche@math.ntnu.no>.
3054
3055 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3056
3057         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
3058
3059         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3060
3061 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
3062
3063         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
3064         * message.el (message-beginning-of-line): Use featurep instead of bound
3065         tests in order to resolve conditionals at compile time.
3066
3067 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
3068
3069         * mail-source.el (mail-sources): Add `group' choice.
3070
3071         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
3072         parameter `in-group' to control into which group the articles go.
3073         Add treatment of `group' mail-source.
3074
3075 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
3078
3079         * mm-decode.el (mm-dissect-buffer): Decode description.
3080
3081         * mml.el (mml-to-mime): Encode message header first.
3082
3083 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3084
3085         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
3086         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
3087
3088         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
3089         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
3090
3091 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
3092
3093         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
3094
3095 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3096
3097         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
3098         prefix keys.
3099         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
3100         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
3101         gnus-xmas.el.
3102
3103         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
3104         (gnus-xmas-article-describe-bindings): New function.
3105         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
3106         gnus-xmas-article-describe-bindings.
3107
3108         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
3109
3110 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3111
3112         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
3113         Add new variables for article mark management.
3114         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
3115         list of extra data entries which, when present, will indicate that the
3116         article ID should not be trimmed from the registry.
3117         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
3118         functions.
3119         (gnus-registry-read-mark): New function to read a mark name from the
3120         user.
3121         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
3122         (gnus-registry-set-article-mark-internal): New functions to add and
3123         remove marks.
3124         (gnus-registry-get-article-marks): New function to show the marks for
3125         an article, or retrieve them for further use.
3126
3127 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3128
3129         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
3130         keys when no argument is given.
3131
3132 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
3133
3134         * imap.el (imap-ping-server): New variable.
3135         (imap-opened): On add extra ping if imap-ping-server is non-nil.
3136         (imap-ping-server): Minor doc string fixes.
3137
3138 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3139
3140         * imap.el (imap-ping-server): New function.
3141         (imap-opened): Call imap-ping-server.
3142
3143 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
3144
3145         * gnus-sum.el (gnus-article-sort-by-random)
3146         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
3147         jidanni@jidanni.org.
3148
3149 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3150
3151         * gnus-art.el (gnus-article-describe-bindings): New function.
3152         (gnus-article-read-summary-keys): Use it.
3153         (gnus-article-mode-map): Bind `C-h b' to it.
3154
3155 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3156
3157         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
3158         XEmacs.
3159         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
3160         against non-character events.
3161
3162         * lpath.el: Fbind map-keymap for Emacs 21.
3163
3164 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
3165
3166         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
3167         command.
3168         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
3169         instead of END.  Change name of the temp file.
3170         (gnus-group-gmane-group-download-format): Add doc string.  Make it
3171         customizable.
3172
3173 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3174
3175         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
3176         bind `S W' to gnus-article-wide-reply-with-original; set default
3177         binding to gnus-article-read-summary-send-keys.
3178         (gnus-article-read-summary-keys): Fix the order of keys; display
3179         continuation keys correctly in the echo area; describe bindings
3180         correctly when keys end with `C-h'.
3181         (gnus-article-read-summary-send-keys): New function.
3182         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
3183         for gnus-article-read-summary-send-keys; display continuation keys
3184         correctly in the echo area.
3185         (gnus-article-reply-with-original): Ignore prefix argument.
3186         (gnus-article-wide-reply-with-original): New function.
3187
3188         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
3189         Emacs 21.
3190
3191 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
3194         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
3195
3196 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
3199         (gnus-group-read-ephemeral-gmane-group): New command.
3200
3201 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3202
3203         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
3204
3205 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
3206
3207         * message.el (message-send-mail-function): Increase custom version.
3208
3209         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
3210         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
3211
3212 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
3213
3214         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
3215         for the cases where imap-authenticate is called with a nil buffer
3216         parameter.
3217
3218 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3219
3220         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
3221         html parts correctly; support forwarded messages.
3222         (gnus-article-browse-html-article): Remove work buffers.
3223
3224         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
3225         compiling.
3226         (netrc-bound-and-true-p): New macro.
3227         (netrc-parse): Use it instead of bound-and-true-p that is not available
3228         in XEmacs 21.4.
3229
3230 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
3231
3232         * gnus-registry.el (gnus-registry-mark-article)
3233         (gnus-registry-article-marks): Add functionality to mark articles
3234         through the Gnus registry.
3235
3236         * encrypt.el: Clarify documentation for the new pgg method.
3237         (encrypt-file-alist): Add PGG option.
3238         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
3239         functionality.  Abstract password key and messaging to external
3240         functions.
3241         (encrypt-password-key, encrypt-get-passphrase-if-needed)
3242         (encrypt-message-method-and-cipher): Add new convenience external
3243         functions.
3244         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
3245         (encrypt-pgg-process-buffer): Add PGG functionality glue.
3246
3247         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
3248         (netrc-parse): Use encrypt-file-alist to determine if
3249         encrypt-find-model or encrypt-insert-file-contents should be used.
3250
3251         * encrypt.el: Clarify documentation.  Load password-cache or
3252         password, whichever one is found first, instead of autoloading.
3253
3254 2007-12-19  Glenn Morris  <rgm@gnu.org>
3255
3256         * mml.el (message-options-set, message-narrow-to-head)
3257         (message-in-body-p, message-mail-p, message-encode-message-body):
3258         Autoload.
3259         (message-remove-header, message-narrow-to-headers-or-head)
3260         (message-subscribed-p, message-make-mail-followup-to)
3261         (message-position-on-field, message-news-p)
3262         (message-options-set-recipient, message-generate-headers)
3263         (message-sort-headers): Declare as functions.
3264
3265 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
3266
3267         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
3268         convention in doc string.
3269
3270 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
3273         title to html parts.
3274         (gnus-article-browse-html-article): Pass message header to it.
3275
3276         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
3277
3278 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
3279
3280         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
3281         or password compatible with XEmacs.
3282
3283 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3284
3285         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3286         format document.
3287         (gnus-mime-delete-part): Don't write description line if empty.
3288         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3289
3290 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3291
3292         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3293         (gnus-summary-mark-read-and-unread-as-read)
3294         (gnus-summary-mark-current-read-and-unread-as-read)
3295         (gnus-summary-mark-unread-as-ticked): Doc fix.
3296         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3297
3298 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3299
3300         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3301         Christoph Conrad <christoph.conrad@gmx.de>.
3302
3303 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3304
3305         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3306         yes-or-no-p.
3307
3308 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3309
3310         * mm-decode.el (mm-add-meta-html-tag): New function.
3311         (mm-save-part-to-file, mm-pipe-part): Use it.
3312
3313         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3314         gnus-y-or-n-p instead of y-or-n-p.
3315         (gnus-article-browse-html-parts): Work with message/external-body; use
3316         mm-add-meta-html-tag.
3317
3318 2007-12-11  Glenn Morris  <rgm@gnu.org>
3319
3320         * gnus-cache.el: Require gnus-sum not just when compiling.
3321
3322         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3323
3324         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3325         definitions before use.
3326
3327         * mm-decode.el: Require gnus-util.
3328         (mm-remove-part): Only call delete-annotation on XEmacs.
3329
3330         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3331
3332         * nnmail.el: Require gnus-int.
3333
3334         * spam.el: Move `require's before `eval-when-compile's.
3335
3336         * gnus-ems.el (gnus-alive-p):
3337         * gnus-fun.el (message-goto-eoh):
3338         * gnus-util.el (gnus-group-name-decode):
3339         * mail-source.el (gnus-compress-sequence):
3340         * message.el (Info-goto-node, format-spec):
3341         * mm-bodies.el (message-options-get):
3342         * mm-decode.el (mm-view-pkcs7):
3343         * mm-util.el (gmm-write-region):
3344         * mml-smime.el (mml-compute-boundary)
3345         (gnus-completing-read-with-default):
3346         * mml.el (widget-button-press, gnus-make-hashtable):
3347         * mml1991.el (mm-decode-content-transfer-encoding)
3348         (mm-encode-content-transfer-encoding)
3349         (message-options-get, message-options-set):
3350         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3351         * nnfolder.el (gnus-request-group):
3352         * nnheader.el (ietf-drums-unfold-fws):
3353         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3354         * smime.el (gnus-run-mode-hooks):
3355         * spam-stat.el (gnus-message): Autoload.
3356
3357         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3358         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3359         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3360         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3361         Add declare-function compatibility definition.
3362
3363         * gnus-cache.el (nnvirtual-find-group-art):
3364         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3365         (gnus-add-image, gnus-add-wash-type):
3366         * gnus-group.el (nnkiboze-score-file):
3367         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3368         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3369         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3370         (message-tokenize-header, gnus-get-buffer-create)
3371         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3372         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3373         * gnus.el (gnus-group-decoded-name):
3374         * mail-source.el (imap-capability):
3375         * mm-bodies.el (message-options-set):
3376         * mm-decode.el (gnus-configure-windows):
3377         * mm-extern.el (message-goto-body):
3378         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3379         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3380         (epg-sub-key-validity, message-options-set):
3381         * mml.el (widget-event-point, gnus-configure-windows):
3382         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3383         * mml2015.el (epg-check-configuration, epg-configuration)
3384         (message-options-set):
3385         * nndb.el (nndb-request-article):
3386         * nnfolder.el (gnus-request-create-group):
3387         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3388         * nnmaildir.el (gnus-group-mark-article-read):
3389         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3390         * rfc1843.el (message-fetch-field):
3391         * spam.el (gnus-extract-address-components):
3392         Declare as functions.
3393
3394 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3395
3396         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3397
3398         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3399
3400         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3401         bind show-trailing-whitespace for XEmacs.
3402
3403 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3404
3405         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3406         new no-op macro for backward compatibility.
3407
3408         * imap.el (imap-string-to-integer): New function.
3409
3410 2007-12-09  Glenn Morris  <rgm@gnu.org>
3411
3412         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3413
3414         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3415         * message.el, mm-view.el, sieve-manage.el, smime.el:
3416         Add declare-function compatibility definition.
3417
3418         * gnus-art.el (w3-region, w3m-region, Info-menu):
3419         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3420         * gnus-sum.el (gnus-get-predicate):
3421         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3422         * message.el (mail-abbrev-in-expansion-header-p):
3423         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3424         (w3m-detect-meta-charset, w3m-region):
3425         * sieve-manage.el (password-read, password-cache-add)
3426         (password-cache-remove):
3427         * smime.el (password-read-and-add): Declare as functions.
3428
3429 2007-12-08  David Kastrup  <dak@gnu.org>
3430
3431         * gnus-sum.el (gnus-summary-simplify-subject-query):
3432         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3433         `message'.
3434
3435 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3436
3437         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3438         it to bind idna-program, installation-directory, defined-colors, and
3439         face-attribute for XEmacs of the version that compiles defcustom forms.
3440
3441 2007-12-07  Glenn Morris  <rgm@gnu.org>
3442
3443         * gnus-art.el (article-make-date-line): Revert previous change.
3444
3445 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3446
3447         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3448
3449 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3450
3451         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3452         Call gnus-add-to-range ranges only once with a prepared article-list.
3453
3454 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3455
3456         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3457         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3458         group names with backslashes.  Reported by Tassilo Horn
3459         <tassilo@member.fsf.org>.
3460
3461 2007-12-06  Deepak Goel  <deego3@gmail.com>
3462
3463         * gnus-art.el (article-make-date-line):
3464         * gnus-start.el (gnus-load):
3465         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3466
3467 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3468
3469         * gnus-art.el (gnus-use-idna)
3470         * gnus-start.el (gnus-site-init-file)
3471         * message.el (message-use-idna)
3472         * mm-uu.el (mm-uu-hide-markers)
3473         * smiley.el (smiley-style): Revert changes that suppress warnings.
3474
3475 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3476
3477         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3478         specify charset to html source.  Reported by Christoph Conrad
3479         <christoph.conrad@gmx.de>.
3480
3481 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3484         idna-program in order to suppress byte compile warning issued by XEmacs
3485         that came to byte compile the default value section of defcustom forms
3486         recently.
3487
3488         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3489         value of installation-directory.
3490
3491         * message.el (message-use-idna): Don't directly refer to the value of
3492         idna-program.
3493
3494         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3495
3496         * smiley.el (smiley-style): Don't directly call face-attribute.
3497
3498 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3499
3500         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3501
3502         * gnus-dired.el: Reduce Gnus dependencies.
3503         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3504         require.  Use autoloads instead.
3505         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3506         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3507         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3508         (gnus-dired-mode): Adjust doc string.
3509         (gnus-dired-mail-mode): New variable.
3510         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3511         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3512         (gnus-dired-mail-buffers): New function.  Return mail or message
3513         composition buffers.
3514         (gnus-dired-attach): Use it.
3515         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3516         NO-DECODE.
3517         (gnus-dired-print): Use `gnus-print-buffer' depending on
3518         `gnus-dired-mail-mode'.
3519
3520 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3521
3522         * rfc2047.el (rfc2047-encoded-word-regexp)
3523         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3524         explaining what regexp patterns are for.
3525
3526 2007-12-04  Glenn Morris  <rgm@gnu.org>
3527
3528         * password.el: Move to password-cache.el.
3529
3530         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3531         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3532         * mml-smime.el (password-read, password-cache-add)
3533         (password-cache-remove):
3534         No need to autoload, since mml-sec requires password.
3535
3536         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3537         * message.el (gnus-extract-address-components):
3538         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3539
3540         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3541         password.
3542
3543 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3544
3545         * mailcap.el: Reduce dependencies.
3546         (mail-header-parse-content-type): Autoload.
3547         (mailcap-delete-duplicates): New alias.
3548         (mailcap-mime-info): Add optional argument NO-DECODE.
3549         (mailcap-mime-types): Use mailcap-delete-duplicates.
3550
3551         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3552
3553 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3554
3555         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3556         (imap-parse-status): Upcase status-att for servers that sends them
3557         lower-case (e.g., MS Exchange 2007).
3558
3559 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3560
3561         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3562         function.
3563
3564         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3565         (gnus-uu-yenc-article): New function.
3566
3567         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3568
3569         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3570         buffer.
3571
3572 2007-12-02  Glenn Morris  <rgm@gnu.org>
3573
3574         * binhex.el (binhex): New custom group.
3575         (binhex-decoder-program, binhex-decoder-switches)
3576         (binhex-use-external): Move to the binhex custom group.
3577
3578         * uudecode.el (uudecode): New custom group.
3579         (uudecode-decoder-program, uudecode-decoder-switches)
3580         (uudecode-use-external): Move to the uudecode custom group.
3581
3582         * netrc.el (top-level): Don't load `encrypt' features.
3583         (netrc-parse): Don't use encrypt.
3584         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3585
3586         * encrypt.el: Remove file.
3587
3588 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3589
3590         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3591         matches on patches.
3592
3593         * gnus-art.el (gnus-article-browse-html-article): Mention
3594         `mm-text-html-renderer' in the doc string.
3595
3596         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3597         string.  Add comments.
3598
3599         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3600         if rhs is ASCII.
3601
3602 2007-12-01  Glenn Morris  <rgm@gnu.org>
3603
3604         * mail-source.el (top-level): Require format-spec before
3605         eval-when-compile.
3606
3607 2007-11-30  Glenn Morris  <rgm@gnu.org>
3608
3609         * encrypt.el: Require password, rather than autoloading password-read.
3610
3611 2007-11-29  Glenn Morris  <rgm@gnu.org>
3612
3613         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3614         (sasl-make-client, sasl-next-step, sasl-step-data)
3615         (sasl-step-set-data): Declare as functions.
3616
3617 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3618
3619         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3620
3621 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3622
3623         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3624         certs should be verified and what is to be done in the event of a
3625         verification failure.
3626
3627         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3628         caller can indicate whether the cache should be disregarded for this
3629         call.  This way the result of the call is reproducible at all times and
3630         can be considered a canonical server name for the supplied method.
3631         (gnus-agent-method-p): Canonicalize server names by pushing their
3632         method through `gnus-method-to-server' using the no-cache argument.
3633
3634         * gnus-srvr.el (gnus-server-insert-server-line): Call
3635         `gnus-method-to-server' with `no-cache' argument.
3636
3637         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3638         gnus-agent-possibly-synchronize-flags as this should be called when the
3639         server is actually being opened.
3640         (gnus-agent-possibly-synchronize-flags)
3641         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3642         flags file of an agentized server to the latter function.
3643
3644         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3645         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3646         after a connection has been established successfully.
3647
3648 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3649
3650         * gnus-art.el (article-display-face): Force to display face if called
3651         interactively; check if gnus-article-x-face-too-ugly matches author.
3652         (article-display-x-face): Display face even if From header is missing
3653         as article-display-face does.
3654
3655 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3656
3657         * hashcash.el (message-narrow-to-headers-or-head)
3658         (message-fetch-field, message-goto-eoh)
3659         (message-narrow-to-headers): Declare as functions.
3660
3661 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3662
3663         * mail-source.el (mail-sources): Default to fetch from file for
3664         compatibility with default of nnmail-spool-file.
3665
3666 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3667
3668         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3669         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3670         to look for encoded word that should be encoded again.
3671         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3672         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3673         encoding pattern.
3674         (rfc2047-decode-region): Switch strict regexp and loose one according
3675         to rfc2047-allow-irregular-q-encoded-words.
3676
3677 2007-11-25  Romain Francoise  <romain@orebokech.com>
3678
3679         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3680
3681 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3682
3683         * tls.el (tls-program): Provide more custom choices from
3684         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3685         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3686
3687 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3688
3689         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3690         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3691
3692         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3693         `nnmail-spool-file'.
3694
3695         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3696         `nnmail-spool-file'.
3697
3698         * gnus-move.el (gnus-change-server): Ditto.
3699
3700         * gnus-kill.el (gnus-batch-score): Ditto.
3701
3702         * gnus-cache.el (gnus-jog-cache): Ditto.
3703
3704         * gnus-msg.el (gnus-summary-reply):
3705         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3706
3707 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3708
3709         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3710         version.  Minor improvement to doc strings.
3711         (tls-program): Add comment.
3712
3713 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3714
3715         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3716         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3717         mismatch between the hostname provided in the certificate and the name
3718         of the host connnecting to.
3719         (open-tls-stream): Use them.  Check certificates against trusted root
3720         certificates.
3721
3722 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3723
3724         * gnus-cache.el (gnus-cache-generate-nov-databases):
3725         Use nnml-generate-nov-databases-directory instead of
3726         nnml-generate-nov-databases-1.
3727
3728 2007-11-24  Glenn Morris  <rgm@gnu.org>
3729
3730         * message.el (message-tool-bar-retro): Update for rename
3731         mail_send.xpm->mail-send.xpm.
3732
3733 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3734
3735         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3736         `smime-ldap-search' for Emacs 22 and up.
3737
3738 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3739
3740         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3741
3742         * message.el (message-send-mail-function): Fix error convention.
3743         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3744         (message-widen-reply, message-send-mail, message-talkative-question)
3745         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3746         (message-clone-locals, message-send-news): Use with-current-buffer.
3747         (message-insert-or-toggle-importance): Remove unused var `valid'.
3748         (message-make-references): Remove unused var `new-references'.
3749         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3750
3751 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3752
3753         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3754         (spam-split-symbolic-return-positive): Reflow docstring.
3755         (spam-backends, spam-summary-exit-behavior)
3756         (spam-mark-ham-unread-before-move-from-spam-group)
3757         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3758         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3759         (spam-clear-cache, spam-backend-check, spam-install-backend)
3760         (spam-install-statistical-backend, spam-list-of-processors)
3761         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3762         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3763         (spam-check-crm114, spam-initialize, spam-unload-hook):
3764         Fix typos in docstrings.
3765
3766 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3769         been checked if they have never been read and those group levels are
3770         higher than the one that a user specified.
3771
3772 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3773
3774         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3775         foreign groups unless a group level is specified by a user.
3776         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3777
3778 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3779
3780         * message.el (message-send-mail-function): Require sendmail.
3781
3782 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3783
3784         * message.el (message-send-mail-function): Check for smtpmail too.
3785
3786         * utf7.el (utf7-encode, utf7-decode): Use coding system
3787         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3788
3789         * message.el (message-send-mail-function): New function.
3790         (message-send-mail-function): Set default using
3791         message-send-mail-function.  Adjust doc string.
3792         (message-send-mail-with-mailclient): New function.
3793
3794 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3795
3796         * smime.el (from):
3797         * rfc2047.el (message-posting-charset):
3798         * qp.el (mm-use-ultra-safe-encoding):
3799         * pop3.el (parse-time-months):
3800         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3801         * nnml.el (files):
3802         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3803         (jka-compr-compression-info-list, ange-ftp-path-format)
3804         (efs-path-regexp):
3805         * nndiary.el (files):
3806         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3807         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3808         (epg-digest-algorithm-alist, inhibit-redisplay)
3809         (password-cache-expiry):
3810         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3811         (pgg-output-buffer, password-cache-expiry):
3812         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3813         (efs-path-regexp):
3814         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3815         (inhibit-redisplay):
3816         * mm-uu.el (file-name, start-point, end-point, entry)
3817         (gnus-newsgroup-name, gnus-newsgroup-charset):
3818         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3819         (latin-unity-ucs-list):
3820         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3821         (mm-uu-binhex-decode-function):
3822         * message.el (gnus-message-group-art, gnus-list-identifiers)
3823         (rmail-enable-mime-composing, gnus-local-organization)
3824         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3825         (gnus-read-active-file, facemenu-add-face-function)
3826         (facemenu-remove-face-function, gnus-article-decoded-p)
3827         (tool-bar-mode):
3828         * mail-source.el (display-time-mail-function):
3829         * gnus-util.el (nnmail-pathname-coding-system)
3830         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3831         (gnus-original-article-buffer, gnus-user-agent)
3832         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3833         (xemacs-codename, sxemacs-codename, emacs-program-version):
3834         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3835         * gnus-start.el (gnus-agent-covered-methods)
3836         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3837         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3838         (gnus-newsgroup-headers, gnus-group-list-mode)
3839         (gnus-group-mark-positions, gnus-newsgroup-data)
3840         (gnus-newsgroup-unreads, nnoo-state-alist)
3841         (gnus-current-select-method, mail-sources)
3842         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3843         (nnmail-spool-file, gnus-cache-active-hashtb):
3844         * gnus-mh.el (mh-lib-progs):
3845         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3846         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3847         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3848         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3849         (gnus-group-buffer):
3850         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3851         (font-lock-set-defaults):
3852         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3853         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3854         (gnus-summary-post-menu, total-parts, type, condition, length):
3855         * gnus-agent.el (gnus-agent-read-agentview):
3856         * flow-fill.el (show-trailing-whitespace):
3857         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3858         eval-and-compile wrappers for byte compiler pacifiers.
3859
3860         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3861         (mm-display-inline-fontify): Check for featurep 'xemacs not
3862         extent-list.
3863
3864         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3865         itimer-list.
3866         (mm-create-image-xemacs): Only do something for XEmacs.
3867         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3868
3869         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3870
3871         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3872         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3873
3874 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3875
3876         * nnimap.el (nnimap-split-download-body):
3877         * gnus-demon.el (gnus-demon):
3878         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3879
3880 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3881
3882         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3883         macros.
3884         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3885         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3886         copy data from unibyte buffer to multibyte current buffer.
3887         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3888         to copy data from unibyte current buffer to multibyte buffer.
3889         (nntp-make-process-buffer): Make process buffer unibyte.
3890
3891         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3892
3893 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3894
3895         * pop3.el (pop3-open-server): Accept and process data more robustly at
3896         connexion start to avoid spurious "POP SSL connexion failed" errors.
3897
3898 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3901         read group names.
3902
3903 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3904
3905         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3906
3907 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3910         (nnmail-save-active): Use a unibyte buffer when saving active file,
3911         which may contain non-ASCII group names.
3912
3913         * nnml.el (nnml-request-group): Decode group names in messages.
3914
3915 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3916
3917         * message.el (message-citation-line-function)
3918         (message-insert-formatted-citation-line): Fix spelling of
3919         `message-insert-formated-citation-line'.
3920
3921 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3922
3923         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3924
3925 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3926
3927         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3928         nnmail-pathname-coding-system.
3929
3930         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3931         that a user enters; decode group names in messages.
3932
3933         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3934
3935 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3936
3937         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3938
3939         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3940
3941         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3942         risky local variable.
3943
3944         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3945
3946 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3947
3948         * encrypt.el: Improve documentation to fix function name typo.
3949         Reported by Daiki Ueno <ueno@unixuser.org>.
3950
3951 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3954         even if the point is not in the last page of an article.
3955         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3956         back to the previous page.
3957
3958 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3959
3960         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3961
3962 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3965
3966 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3967
3968         * message.el (message-check-news-body-syntax): Avoid
3969         mm-string-as-multibyte.
3970         (message-hide-headers): Don't assume (point-min)==1.
3971
3972 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3973
3974         * message.el (message-remove-blank-cited-lines): Fix if remove is
3975         given.
3976         (message-bogus-address-regexp): New variable.
3977         (message-bogus-recipient-p): New function.
3978         (message-check-recipients): New command.
3979         (message-syntax-checks): Add `bogus-recipient'.
3980         (message-fix-before-sending): Add `bogus-recipient'.
3981
3982         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3983         (gnus-treat-body-boundary): Don't test window-system.
3984
3985 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3986
3987         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3988
3989 2007-10-28  Miles Bader  <miles@gnu.org>
3990
3991         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3992         at compile-time too.
3993
3994 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3995
3996         * gnus-msg.el (gnus-message-setup-hook): Add
3997         `message-remove-blank-cited-lines' to options.
3998
3999 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
4000
4001         * message.el (message-remove-blank-cited-lines): New function.
4002         Suggested by Karl Plästerer.
4003
4004 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
4007         mapc.
4008
4009         * imap.el (imap-open): Replace mapcar called for effect with mapc.
4010         (top-level): Use mapc to set functions to be traced for debugging.
4011
4012         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
4013         called for effect with while loop.
4014
4015         * message.el (message-talkative-question): Replace mapcar called for
4016         effect with mapc.
4017
4018         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
4019         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
4020         called for effect with dolist.
4021
4022         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
4023
4024         * nndiary.el: Use dolist instead of mapcar to add diary headers to
4025         gnus-extra-headers and nnmail-extra-headers.
4026
4027         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
4028         called for effect with dolist.
4029         (top-level): Use mapc to set functions to be traced for debugging.
4030
4031         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
4032         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
4033         dolist.
4034
4035         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
4036         Replace mapcar called for effect with mapc.
4037         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
4038         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
4039         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
4040         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
4041
4042         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
4043         remove-if that's a cl function.
4044
4045         * webmail.el (webmail-debug): Replace mapcar called for effect with
4046         dolist.
4047
4048         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
4049         with mapc.
4050
4051 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
4054         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
4055         with while loop.
4056
4057         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
4058         functions from article-* functions.
4059         (gnus-multi-decode-header): Replace mapcar called for effect with
4060         dolist.
4061
4062         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
4063         (gnus-bookmark-show-details): Replace mapcar called for effect with
4064         while loop.
4065
4066         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
4067         called for effect with while loop.
4068
4069         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
4070         with dolist.
4071
4072         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
4073         mapcar called for effect with dolist.
4074
4075         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
4076
4077         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
4078         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
4079         Replace mapcar called for effect with dolist.
4080         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
4081         mapc.
4082
4083         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
4084         Replace mapcar called for effect with dolist.
4085         (gnus-topic-list): Replace mapcar called for effect with mapc.
4086
4087         * gnus.el: Use mapc instead of mapcar to add autoloads.
4088
4089 2007-10-23  Richard Stallman  <rms@gnu.org>
4090
4091         * gnus-group.el (gnus-group-highlight): Mark as risky.
4092
4093 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus.el (gnus-server-to-method): Return method found first in
4096         gnus-newsrc-alist.
4097
4098         * gnus-art.el (gnus-article-highlight-signature)
4099         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
4100         button overlay without the front stickiness.
4101
4102 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
4103
4104         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
4105         overview buffer needed a catch to receive its throw.
4106         (gnus-agent-flush-cache): Declared as interactive to make this function
4107         easier to use.
4108
4109 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
4110
4111         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
4112         `next-line'.
4113
4114 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
4117         exclude address matching message-dont-reply-to-names.
4118
4119 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4120
4121         * gnus-util.el (gnus-string<): New function.
4122
4123         * gnus-sum.el (gnus-article-sort-by-author)
4124         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
4125
4126 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
4129         the frame-focus tag is set in gnus-buffer-configuration.
4130
4131 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-art.el (gnus-article-add-button): Make a button overlay without
4134         the front stickiness.
4135
4136 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
4139         url pattern; remove duplicate one.
4140         (gnus-article-extend-url-button): New function.
4141         (gnus-article-add-buttons): Use it.
4142         (gnus-button-push): Use concatenated url that it makes.
4143
4144 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
4145
4146         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
4147
4148 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4149
4150         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
4151         Don't hardcode point-min==1.
4152
4153 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
4154
4155         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
4156         Fix comment about "iso8859-1".
4157
4158 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
4159
4160         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
4161         ones returned from the verify-function.
4162
4163         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
4164         mml2015-extract-cleartext-signature if extraction failed.
4165
4166 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
4167
4168         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
4169         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
4170         failed.
4171
4172 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
4173
4174         * Relicense "GPLv2 or later" files to "GPLv3 or later".
4175
4176 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
4177
4178         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
4179         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
4180         recommends to use EasyPG instead of PGG.
4181
4182         * pgg.el: Revert to revision 6.23.2.16.
4183
4184         * pgg-def.el: Revert to revision 6.6.2.14.
4185
4186         * pgg-gpg.el: Revert to revision 6.23.2.34.
4187
4188 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4189
4190         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
4191         to mark a thread as expirable.  Add variable `hide' to handle hiding of
4192         thread for both the null and zero (kill/expire thread) universal prefix
4193         cases.
4194         (gnus-summary-expire-thread): Add new function to expire a thread,
4195         using gnus-summary-kill-thread.
4196         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
4197         shortcuts for gnus-summary-expire-thread.
4198         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
4199         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
4200
4201 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
4202
4203         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
4204         extras value, so an extras entry can be deleted.
4205         (gnus-registry-delete-extra-entry): Use it.
4206         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
4207         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
4208         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
4209         storage through the gnus-registry, and provide an appropriate API for
4210         it.
4211
4212 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4213
4214         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
4215         Suggested by Leo <sdl.web@gmail.com>.
4216
4217         * gnus.el: Do.
4218
4219 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
4222         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
4223
4224         * gnus-agent.el (gnus-agent-fetch-headers): Do.
4225
4226         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4227         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
4228
4229 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4230
4231         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
4232         newline.
4233         (nnmbox-request-accept-article): Don't change article in source buffer;
4234         narrow to header to use message-fetch-field rather than
4235         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
4236         (nnmbox-request-replace-article): Quote lines that'll be misidentified
4237         as delimiters; make sure article ends with newline.
4238         (nnmbox-delete-mail): Correct last position of article to be deleted;
4239         ignore X-Gnus-Newsgroup header in article body.
4240         (nnmbox-save-mail): Quote lines looking like delimiters at the right
4241         positions; make sure article ends with newline.
4242
4243         * message.el (message-display-abbrev): Don't infloop when a user
4244         inserts SPC in the beginning of header.
4245
4246         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
4247         coding-system-for-read and coding-system-for-write for XEmacs having no
4248         file-coding feature.
4249
4250         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
4251
4252 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
4253
4254         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
4255         list of groups not followed by default.  Fix type to be regexp.
4256         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
4257
4258 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
4259
4260         * hmac-def.el (define-hmac-function): Switch from old-style to
4261         new-style backquotes.
4262
4263         * md4.el (md4-make-step): Likewise.
4264
4265 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4266
4267         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
4268         raw-text coding system when saving .newsrc file, which may contain
4269         non-ASCII group names.
4270
4271 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-cus.el (gnus-score-extra): New widget.
4274         (gnus-score-extra-convert): New function.
4275         (gnus-score-customize): Use it for Extra.
4276
4277 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
4278
4279         * mml2015.el (mml2015-extract-cleartext-signature): New function.
4280         (mml2015-mailcrypt-clear-verify): Use it.
4281         (mml2015-gpg-clear-verify): Use it.
4282         (mml2015-pgg-clear-verify): Use it.
4283         (mml2015-epg-clear-verify): Replace the current part with the output
4284         from GnuPG; don't extract the plaintext by itself.
4285
4286         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4287         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4288         mml2015-clear-verify-function; don't touch the armor headers or
4289         dash-escaped text here.
4290
4291 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4294         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4295         parts, or application/octet-stream as a last resort.
4296         (gnus-mime-view-part-as-type): Don't toggle display.
4297         (gnus-mime-view-part-as-charset): Don't turn off display before
4298         querying charset.
4299
4300         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4301         stuff to undisplayer function in Emacs.
4302         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4303
4304         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4305         text/calendar parts.
4306
4307 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4310         decoding text/calendar parts.
4311
4312         * message.el (message-forward-make-body-mime): Always mark body as
4313         having no illegible text; remove signed-or-encrypted argument.
4314         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4315
4316         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4317         (mml-generate-mime-1): Don't encode body if it is specified to be in
4318         raw form; don't make buffer be unibyte when inserting multibyte string.
4319
4320 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4321
4322         * sha1.el: Fix up comment style.
4323         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4324         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4325
4326         * hex-util.el: Fix up comment style.
4327         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4328
4329         * gnus-salt.el: Use with-current-buffer.
4330         (gnus-pick-setup-message): Fix long-standing typo.
4331
4332 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4333
4334         * imap.el (imap-logout-timeout): New variable.
4335         (imap-logout, imap-logout-wait): New functions.
4336         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4337
4338         * nnimap.el (nnimap-logout-timeout): New server variable.
4339         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4340         nnimap-logout-timeout.
4341
4342         * gnus-art.el (gnus-article-summary-command-nosave)
4343         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4344
4345 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * gnus.el (gnus-maximum-newsgroup): New variable.
4348
4349         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4350         according to gnus-maximum-newsgroup.
4351
4352         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4353         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4354         Limit the range of articles according to gnus-maximum-newsgroup.
4355
4356 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4357
4358         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4359         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4360         Don't perform gnus-configure-windows here; reuse existing sticky
4361         article buffer.
4362
4363         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4364         it doesn't exist in gnus-article-mode.
4365
4366 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4367
4368         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4369         (gnus-agent-decoded-group-name): New function.
4370         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4371         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4372
4373 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4374
4375         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4376         Add binding for gnus-sticky-article.
4377         (gnus-summary-exit): Don't kill sticky article buffers.
4378
4379         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4380         article buffer.
4381         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4382         (gnus-kill-sticky-article-buffers): New commands.
4383
4384 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * nntp.el (nntp-xref-number-is-evil): New server variable.
4387         (nntp-find-group-and-number): If it is non-nil, don't trust article
4388         numbers in the Xref header.
4389
4390 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4391
4392         * gnus-agent.el (gnus-agent-read-group): New function.
4393         (gnus-agent-flush-group, gnus-agent-expire-group)
4394         (gnus-agent-regenerate-group): Use it.
4395         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4396         nnmail-pathname-coding-system.
4397
4398 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4401
4402         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4403         that are unread as unread, and also as selected so that information of
4404         marks having been changed by a user may be updated when exiting group.
4405
4406 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4407
4408         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4409         calculated ignoring signature parts to gnus-treat-article.
4410
4411 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4414         a point here in order to keep the window start.
4415         (gnus-insert-mime-security-button): Make a button overlay without the
4416         front stickiness.
4417         (gnus-mime-display-security): Goto the end of a button.
4418
4419         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4420
4421 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4424         group-name-at-point.
4425         (gnus-group-completing-read): New function that offers decoded
4426         non-ASCII group names for completion.
4427         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4428         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4429         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4430         (gnus-group-fetch-control): Use it.
4431         (gnus-fetch-group): Use group-name-at-point for the initial value
4432         rather than the default value; use gnus-alive-p.
4433
4434         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4435         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4436         (gnus-summary-post-news): Use gnus-group-completing-read.
4437
4438         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4439         (gnus-read-move-group-name): Decode group name for completion.
4440
4441 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4442
4443         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4444         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4445         Yamaoka slightly modified the code).
4446
4447 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4450         (nnmail-split-incoming): Bind it.
4451
4452         * nnml.el (nnml-group-name-charset): New function.
4453         (nnml-decoded-group-name): Use it; don't decode group name if
4454         nnmail-group-names-not-encoded-p is non-nil.
4455         (nnml-encoded-group-name): New function.
4456         (nnml-group-pathname): Inline nnml-decoded-group-name.
4457         (nnml-request-expire-articles): Decode group name in message.
4458         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4459         nnmail-pathname-coding-system.
4460         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4461         not decoded ones according to nnmail-group-names-not-encoded-p.
4462         (nnml-generate-active-info): Use nnml-encoded-group-name.
4463
4464 2007-08-08  Glenn Morris  <rgm@gnu.org>
4465
4466         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4467         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4468         doc-strings and comments.
4469
4470 2007-07-25  Glenn Morris  <rgm@gnu.org>
4471
4472         * Relicense all FSF files to GPLv3 or later.
4473
4474 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * gnus-sum.el (gnus-summary-move-article): Make
4477         gnus-summary-respool-article work.
4478
4479 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4480
4481         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4482         string.
4483
4484 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4485
4486         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4487         that should be ignored when comparing distant RSS articles with local
4488         ones.
4489         (nnrss-make-hash-index): New function.  Create a hash index according
4490         to the ignored fields.
4491         (nnrss-check-group): Use it.
4492
4493 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4496
4497         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4498
4499         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4500         the new optional argument ENCODED is non-nil.
4501         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4502         coding system for encoding group name.
4503         (gnus-group-make-rss-group): Pass un-encoded group name to
4504         gnus-group-make-group.
4505         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4506         encoded.
4507
4508         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4509         Encode group name to which articles are moved or copied.
4510         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4511         coding system for encoding Newsgroup, Followup-To and Xref headers.
4512
4513         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4514         marks; use nnheader-file-coding-system to write a file.
4515         (nnagent-retrieve-headers): Bind file-name-coding-system to
4516         nnmail-pathname-coding-system.
4517
4518         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4519
4520         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4521         (nnml-request-article, nnml-request-create-group)
4522         (nnml-request-rename-group, nnml-find-id)
4523         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4524         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4525         (nnml-save-marks): Use nnml-group-pathname instead of
4526         nnmail-group-pathname.
4527
4528         (nnml-request-create-group, nnml-request-expire-articles)
4529         (nnml-request-move-article, nnml-request-delete-group)
4530         (nnml-deletable-article-p, nnml-possibly-create-directory)
4531         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4532         (nnml-open-marks): Bind file-name-coding-system to
4533         nnmail-pathname-coding-system.
4534
4535         (nnml-request-article): Pass server argument to nnml-find-group-number.
4536         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4537         server argument to nnml-possibly-create-directory.
4538         (nnml-request-accept-article): Pass server argument to
4539         nnml-active-number and nnml-save-mail.
4540         (nnml-find-group-number): Pass server argument to nnml-find-id.
4541         (nnml-request-update-info): Pass server argument to
4542         nnml-marks-changed-p.
4543
4544         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4545         (nnml-save-mail, nnml-active-number): Add server argument.
4546
4547         (nnml-request-delete-group): Warn if group is missing.
4548         (nnml-get-nov-buffer): Decode group name.
4549         (nnml-generate-active-info): Encode group name.
4550         (nnml-open-marks): Decode group name in messages.
4551
4552 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4555         if it is not specified.
4556         (gnus-article-pipe-part, gnus-article-save-part)
4557         (gnus-article-interactively-view-part, gnus-article-copy-part)
4558         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4559         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4560         (gnus-article-replace-part, gnus-article-delete-part)
4561         (gnus-article-view-part-as-type): Pass raw prefix argument to
4562         gnus-article-part-wrapper.
4563
4564 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * gnus-agent.el (gnus-agent-save-active): Bind
4567         nnheader-file-coding-system to gnus-agent-file-coding-system.
4568
4569         * gnus-cache.el (gnus-cache-save-buffers)
4570         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4571         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4572         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4573         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4574         (gnus-cache-generate-active, gnus-cache-rename-group)
4575         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4576         (gnus-cache-update-overview-total-fetched-for): Bind
4577         file-name-coding-system to nnmail-pathname-coding-system.
4578         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4579         variables.
4580         (gnus-cache-decoded-group-name): New function.
4581         (gnus-cache-file-name): Use it.
4582         (gnus-cache-generate-active): Use non-decoded group name for active.
4583
4584         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4585         right place.
4586         (gnus-write-active-file): Don't break non-ASCII group names.
4587
4588         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4589         nnmail-pathname-coding-system.
4590
4591         * lpath.el: Bind default-file-name-coding-system,
4592         file-name-coding-system and language-info-alist for XEmacs.
4593
4594         * gnus-uu.el (gnus-uu-decode-save): Typo.
4595
4596 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4597
4598         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4599
4600 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4603         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4604         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4605         (gnus-agent-flush-group, gnus-agent-flush-cache)
4606         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4607         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4608         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4609         (gnus-agent-regenerate-group)
4610         (gnus-agent-update-files-total-fetched-for)
4611         (gnus-agent-update-view-total-fetched-for): Bind
4612         file-name-coding-system to nnmail-pathname-coding-system.
4613         (gnus-agent-group-pathname): Don't encode file names by
4614         nnmail-pathname-coding-system.
4615         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4616         coding-system-for-write instead of buffer-file-coding-system to
4617         gnus-agent-file-coding-system.
4618
4619         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4620         Decode group name.
4621
4622         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4623
4624         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4625         (gnus-read-newsrc-el-file): Make group names unibyte.
4626
4627         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4628         nnmail-pathname-coding-system.
4629
4630         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4631         (nnrss-request-delete-group): Bind file-name-coding-system to
4632         nnmail-pathname-coding-system.
4633         (nnrss-read-server-data, nnrss-read-group-data): Bind
4634         file-name-coding-system correctly.
4635         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4636
4637         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4638         (nntp-server-to-method-cache): New variable.
4639         (nntp-group-pathname): New function that decodes non-ASCII group names.
4640         (nntp-possibly-create-directory, nntp-marks-changed-p)
4641         (nntp-save-marks, nntp-open-marks): Use it.
4642         (nntp-possibly-create-directory, nntp-open-marks):
4643         Bind file-name-coding-system to nnmail-pathname-coding-system.
4644         (nntp-open-marks): Decode group names when bootstrapping marks.
4645
4646         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4647         Newsgroups and Folowup-To headers.
4648
4649 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4652         (gnus-server-closed-face, gnus-server-denied-face)
4653         (gnus-server-offline-face): Remove variable.
4654         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4655
4656         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4657         of modifying message-stack directly for XEmacs.
4658
4659         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4660         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4661         if the coding-system argument is nil for XEmacs.
4662
4663         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4664         mm-charset-override-alist.
4665
4666         * rfc2047.el: Don't require base64; require rfc2045 for the function
4667         rfc2045-encode-string.
4668         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4669         to quote the parameter value.
4670
4671 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4672
4673         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4674         form in gnus-group-name-charset-method-alist.
4675
4676         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4677         overrides the default layout edit-form.
4678
4679         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4680
4681         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4682
4683 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4684
4685         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4686         as unfetched articles.
4687
4688 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4689
4690         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4691
4692 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4693
4694         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4695         original back end that keeps marks in the local system.
4696
4697 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4698
4699         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4700         arg of pop-to-buffer for XEmacs.
4701         (gnus-article-read-summary-keys): Ditto; don't restore window
4702         configuration if summary command ends up with neither article buffer
4703         nor summary buffer; describe bindings if summary keys end with C-h.
4704
4705 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * message.el (message-fix-before-sending): Skip raw message part to be
4708         forwarded while checking illegible text.
4709         (message-forward-make-body-mime, message-forward-make-body): Mark
4710         signed or encrypted raw message as having no illegible text.
4711
4712 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4715         (gnus-message-with-timestamp-1): New macro.
4716         (gnus-message-with-timestamp): New function.
4717         (gnus-message): Use them.
4718
4719         * nnheader.el (nnheader-message): Use them.
4720
4721 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4722
4723         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4724         .newsrc.eld file.
4725
4726 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4727
4728         * gnus-agent.el (gnus-agent-fetch-headers)
4729         (gnus-agent-retrieve-headers): Bind
4730         gnus-decode-encoded-address-function to identity.
4731
4732         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4733         available also when the server returns simply a dot.
4734
4735         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4736
4737 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4740
4741 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * gnus-ems.el (gnus-x-splash): Make it work.
4744
4745         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4746         from being used.
4747
4748         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4749
4750 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4753         4th and the 5th arguments.
4754
4755         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4756         the front stickiness.
4757         (gnus-article-summary-command-nosave): Correct the order of the
4758         arguments passed to pop-to-buffer.
4759         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4760         summary command ends up with the article buffer.
4761
4762         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4763         the same faces.
4764
4765 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4766
4767         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4768
4769 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4770
4771         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4772         * gnus-sum.el (gnus-summary-highlight):
4773         * pgg.el (pgg-sign-region, pgg-sign):
4774         * mail-source.el (mail-source-delete-old-incoming-confirm):
4775         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4776
4777 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-art.el (gnus-mime-view-part-externally)
4780         (gnus-mime-view-part-internally): Fix predicate function passed to
4781         completing-read.
4782
4783         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4784
4785         * gnus.el (gnus-update-message-archive-method): Add :version.
4786
4787 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * gnus.el (gnus-update-message-archive-method): New variable.
4790
4791         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4792         according to gnus-message-archive-method if
4793         gnus-update-message-archive-method is non-nil.
4794
4795 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4798         by Loic Dachary <loic@dachary.org>.
4799         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4800
4801 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * message.el (message-pop-to-buffer): Add switch-function argument.
4804         (message-mail): Pass switch-function argument to it.
4805
4806 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4807
4808         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4809         Improve doc string.
4810
4811 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4814         (gnus-header-content)
4815         * gnus-cite.el (gnus-cite-10)
4816         * gnus-srvr.el (gnus-server-closed)
4817         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4818         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4819         (gnus-group-mail-3-empty, gnus-group-mail-low)
4820         (gnus-group-mail-low-empty, gnus-splash)
4821         * message.el (message-header-to, message-header-cc)
4822         (message-header-subject, message-header-other, message-header-name)
4823         (message-header-xheader, message-separator, message-cited-text)
4824         (message-mml): Lighten colors of faces used for dark background.
4825
4826 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4827
4828         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4829         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4830
4831 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4832
4833         * message.el (message-narrow-to-headers-or-head):
4834         Ignore mail-header-separator in the body.
4835
4836 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4839         same as window size.
4840
4841 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4842
4843         * message.el (message-font-lock-keywords): Use message-header-xheader
4844         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4845         ahead of the anything pattern, to get it recognised.
4846
4847 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4848
4849         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4850         spam.el loads uses it in the compiled defadvice form.
4851
4852 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4853
4854         * gnus-sum.el (gnus-articles-to-read)
4855         (gnus-summary-insert-old-articles): Don't truncate group name for
4856         `read-string'.
4857
4858         * gnus-util.el (gnus-limit-string): Delete this function.
4859
4860         * gnus-sum.el (gnus-simplify-subject-fully): Use
4861         `truncate-string-to-width' instead.
4862
4863 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4864
4865         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4866         if, on summary exit, the next group has to be selected.
4867         (gnus-summary-exit): Use it.
4868
4869 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4870
4871         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4872         non-break space.
4873
4874 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4875
4876         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4877         Check if group is not a directory.
4878         (nnfolder-request-expire-articles): Don't delete articles if the target
4879         group is not available.
4880
4881         * nnml.el (nnml-request-create-group): Properly check if group is not a
4882         file.
4883         (nnml-request-expire-articles): Don't delete articles if the target
4884         group is not available.
4885
4886         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4887         Don't quote characters that are within parentheses.
4888
4889 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4892         (gnus-handle-ephemeral-exit): Select article according to it.
4893
4894 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4895
4896         * message.el (message-insert-formated-citation-line): Remove newline.
4897         (message-citation-line-format): Add final \n here so that the user can
4898         avoid a blank line.
4899
4900 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4901
4902         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4903         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4904         Update lanl/arXiv support.
4905
4906 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4907
4908         * gnus.el: Bump version number.
4909
4910 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4911
4912         * gnus.el (gnus-version-number): Bump version.
4913
4914 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4915
4916         * gnus.el: No Gnus v0.6 is released.
4917
4918 2007-04-27  Didier Verna  <didier@xemacs.org>
4919
4920         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4921         * gmm-utils.el (gmm-regexp-concat): here.
4922         * message.el: Don't require 'gnus-util.
4923         (message-dont-reply-to-names): Handle name change above.
4924         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4925
4926 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4927
4928         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4929         since the initial value varies according to the system.
4930
4931 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4934
4935 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4936
4937         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4938
4939 2007-04-24  Didier Verna  <didier@xemacs.org>
4940
4941         Improve the type of gnus-ignored-from-addresses.
4942         * gnus-util.el (gnus-orify-regexp): New function.
4943         * message.el (gnus-util): Require it.
4944         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4945         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4946         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4947
4948 2007-04-24  Didier Verna  <didier@xemacs.org>
4949
4950         * gnus-sum.el:
4951         * gnus-utils.el: Fix some trailing whitespaces.
4952
4953 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4956         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4957         article's Message-ID; refer parent article in summary buffer.
4958
4959         * message.el (message-bounce): Call mime-to-mml.
4960
4961         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4962         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4963         optimize and/or forms properly.
4964
4965 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4966
4967         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4968         URL.
4969
4970 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4971
4972         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4973
4974 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4975
4976         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4977         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4978         displayed of multipart/alternative part if it is invoked from summary
4979         buffer.
4980
4981         * mm-view.el (mm-inline-text-html-render-with-w3m)
4982         (mm-inline-text-html-render-with-w3m-standalone)
4983         (mm-inline-render-with-function): Use mail-parse-charset by default.
4984
4985 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4986
4987         * parse-time.el (parse-time-string-chars): Check if CHAR
4988         is less than the length of parse-time-syntax.
4989
4990 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4991
4992         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4993         from gnus-newsgroup-processable.
4994
4995 2007-04-16  Didier Verna  <didier@xemacs.org>
4996
4997         * gnus-msg.el (gnus-configure-posting-styles): Handle
4998         message-signature-directory properly with :file syntax.  Reported by
4999         "Leo".
5000
5001 2007-04-11  Didier Verna  <didier@xemacs.org>
5002
5003         New user option: message-signature-directory.
5004         * gnus-msg.el (gnus-configure-posting-styles): Support it.
5005         * message.el (message-insert-signature): Ditto.
5006         * message.el (message-signature-file): Doc update.
5007         * message.el (message-signature-directory): New.
5008
5009 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5010
5011         * gnus-msg.el (gnus-inews-yank-articles): Use
5012         message-exchange-point-and-mark instead of exchange-point-and-mark.
5013
5014 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * message.el (message-yank-original): Make sure cited text ends with
5017         newline; don't exchange point and mark.
5018
5019 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
5020
5021         * tls.el (open-tls-stream): Properly handle case where there
5022         is no associated buffer.
5023
5024 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
5025
5026         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
5027         message-yank-original, make sure (< mark TEXT point).
5028
5029 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
5030
5031         * message.el (message-fill-column): New variable.
5032         (message-mode): Use it.  Add comment on a possible new hook.
5033
5034         * nnmail.el (nnmail-spool-file): Mark as obsolete.
5035         (nnmail-get-new-mail): Reformat.
5036
5037         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
5038
5039         * gmm-utils.el: Fix Commentary.
5040         (gmm-tool-bar-from-list): Fix typo in doc string.
5041
5042 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
5043
5044         * message.el (message-yank-original): Don't switch point and mark
5045         unnecessarily to put point and mark as documented.
5046
5047 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048
5049         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
5050         from the message heads.
5051
5052 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
5053
5054         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
5055         article buffer does not have a window.  This may not be the best
5056         solution but is certainly better than setting the start of the null,
5057         that is the current, window.
5058
5059 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
5060
5061         * gnus-draft.el (gnus-draft-setup-hook): New hook.
5062         (gnus-draft-setup): Run it.
5063
5064         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
5065         gnus-score-fast-scoring.  Allow regexp.
5066         (gnus-score-headers): Use it.
5067
5068         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
5069         XEmacs.
5070
5071         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
5072         string.
5073         (gnus-button-alist): Also catch `<f1> k ...'.
5074         (gnus-treat-display-x-face): Fix doc string.
5075
5076 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5077
5078         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
5079         evaluation of gnus-extended-version to ensure correct generation of the
5080         User-Agent header when message-generate-headers-first is used.
5081
5082 2007-03-24  Simon Josefsson  <simon@josefsson.org>
5083
5084         * hashcash.el (hashcash-generate-payment-async): Don't crash if
5085         hashcash-path is nil.  Don't call callback with incorrect number of
5086         parameters if val is 0.
5087
5088 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5089
5090         * message.el (message-required-news-headers):
5091         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
5092
5093 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
5094
5095         * tls.el (open-tls-stream): In handshake-waiting loop,
5096         don't wait more if there is output available to process.
5097
5098 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
5099
5100         * tls.el (tls-program): Doc fix.
5101
5102 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * message.el (message-generate-new-buffers): Change the meaning of the
5105         nil value; add `standard' to the choices; treat t as `unique'; improve
5106         doc string.
5107         (gnus-select-frame-set-input-focus): Autoload.
5108         (message-buffer-name): Search for the existing message buffer if
5109         message-generate-new-buffers is nil or `standard'; treat the value t of
5110         message-generate-new-buffers as `unique'.
5111         (message-pop-to-buffer): Raise the frame already displaying the message
5112         buffer; clear the echo area after querying.
5113         (message-setup): Pass the `continue' argument to compose-mail.
5114         (message-mail): Prefer `switch-function' if it is given; search for the
5115         existing message buffer if the `continue' argument is non-nil; pass
5116         continue and switch-function arguments to compose-mail by way of
5117         message-setup.
5118         (message-mail-other-window): Adjust argument of message-setup.
5119         (message-mail-other-frame): Ditto.
5120
5121 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
5124         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
5125         to turn font-lock on when turning gnus-message-citation-mode on.
5126
5127 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
5128
5129         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
5130         (mml-smime-function-alist): New variable; add epg as the backend.
5131         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
5132         mml-smime- functions instead.
5133         * mm-view.el: Require smime.
5134
5135 2007-03-05  Didier Verna  <didier@xemacs.org>
5136
5137         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
5138         instead of just inheritance for posting styles.
5139         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
5140
5141 2007-02-24  Chris Moore  <dooglus@gmail.com>
5142
5143         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
5144         * pgg-pgp.el (pgg-pgp-encrypt-region):
5145         * pgg-gpg.el (pgg-gpg-encrypt-region):
5146         Check pgg-encrypt-for-me if no other recipients.
5147
5148 2007-02-24  John Paul Wallington  <jpw@pobox.com>
5149
5150         * tls.el (tls-certtool-program): Fix custom type.
5151
5152 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5153
5154         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
5155         and point-at-eol instead of line-(beginning|end)-position.
5156
5157         * assistant.el (assistant-parse-buffer): Ditto.
5158
5159         * netrc.el (netrc-parse-services): Ditto.
5160
5161 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
5162
5163         * mml2015.el (mml2015-epg-find-usable-key): New function.
5164         (mml2015-epg-sign): Use it.
5165         (mml2015-epg-encrypt): Use it.
5166
5167 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5168
5169         * message.el (message-make-in-reply-to): Quote name containing
5170         non-ASCII characters.  It will make the RFC2047 encoder cause an error
5171         if there are special characters.  Reported by NAKAJI Hiroyuki
5172         <nakaji@jp.freebsd.org>.
5173
5174 2007-02-27  Didier Verna  <didier@xemacs.org>
5175
5176         Include the group parameters as well as the topic ones in the
5177         inheritance filter process.
5178         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
5179         argument GROUP-PARAMS-LIST.
5180         * gnus-topic.el (gnus-group-topic-parameters): Use it.
5181
5182 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * nntp.el (nntp-never-echoes-commands)
5185         (nntp-open-connection-functions-never-echo-commands): New variables.
5186         (nntp-send-command): Use them.
5187
5188 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
5189
5190         * mml2015.el (mml2015-epg-verify): Simplified.
5191
5192 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * mml.el (mml-content-disposition-alist): New user option.
5195         (mml-content-disposition): New function.
5196         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
5197         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
5198
5199 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
5200
5201         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
5202         verification.
5203
5204 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5205
5206         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
5207         articles posted in the last 24 hours.
5208
5209 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
5210
5211         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
5212
5213 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
5214
5215         * nntp.el (nntp-send-command): Don't wait for echoes when
5216         nntp-open-ssl-stream is used.
5217
5218 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-cite.el (gnus-test-font-lock-add-keywords)
5221         (gnus-message-add-citation-keywords)
5222         (gnus-message-remove-citation-keywords): Remove.
5223         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
5224         directly, make the variables in font-lock-defaults buffer-local, add
5225         gnus-message-citation-keywords to them and then update the value of
5226         font-lock-keywords.
5227
5228 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * message.el (message-cite-original-1): Don't call
5231         gnus-article-highlight-citation.
5232
5233         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
5234         citations; fix line count.
5235
5236 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
5239         (gnus-message-add-citation-keywords)
5240         (gnus-message-remove-citation-keywords): Use it; fix the emulating
5241         versions of font-lock-add-keywords and font-lock-remove-keywords to
5242         work with XEmacs correctly.
5243
5244 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-cite.el (gnus-cite-face-list): Set the values of
5247         gnus-message-max-citation-depth and gnus-message-citation-keywords.
5248         (gnus-message-max-citation-depth): Use defvar rather than defconst.
5249         (gnus-message-cite-prefix-regexp): New variable.
5250         (gnus-message-search-citation-line): Use it; protect against long
5251         citation prefix; fill match data with nil rather than 0 for XEmacs; set
5252         the 0th match data for Emacs.
5253         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
5254         (gnus-message-add-citation-keywords): Append keywords rather than
5255         prepending; emulate font-lock-add-keywords if it is not available.
5256         (gnus-message-remove-citation-keywords): Emulate
5257         font-lock-remove-keywords if it is not available.
5258
5259         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
5260
5261         * message.el (message-cite-prefix-regexp): Set the value of
5262         gnus-message-cite-prefix-regexp.
5263
5264 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5265
5266         * nnweb.el (nnweb-google-parse-1): Update parser.
5267
5268 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
5269
5270         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
5271
5272 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5273
5274         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5275         regexp.
5276
5277 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5278
5279         * uudecode.el (uudecode-string-to-multibyte): New function emulating
5280         string-to-multibyte.
5281         (uudecode-decode-region-internal): Use it.
5282
5283         * lpath.el: Fbind string-as-multibyte for XEmacs.
5284
5285 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5288         custom choice.
5289
5290         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5291
5292 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5293
5294         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5295
5296         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5297         `write-region' to respect `mm-inhibit-file-name-handlers'.
5298
5299 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5300
5301         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5302         Use gnus-home-directory instead of "~/" or "$HOME".
5303
5304 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5305
5306         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5307         to mention filename.
5308         Add comments at beginning regarding usage.
5309         (encrypt-write-file-contents): Change interactive so a string is
5310         acceptable.  If the file has no associated model, show an error instead
5311         of a nonsense prompt.
5312
5313 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5314
5315         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5316         Thanks to Yoshihiko Yamada for kind notification of this typo.
5317
5318 2007-01-12  Kenichi Handa  <handa@m17n.org>
5319
5320         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5321         multibyte buffer.
5322
5323 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5324
5325         * gnus-score.el (gnus-score-fast-scoring): New variable.
5326         (gnus-score-headers): Use it.
5327
5328         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5329
5330         * message.el (message-cite-original-1): Call
5331         gnus-article-highlight-citation if requested.
5332         (message-make-from): Allow name and address as optional arguments.
5333
5334         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5335
5336         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5337         bugs to doc string.
5338         (gnus-button-alist): Add mid\\|message-id.
5339         (gnus-button-fetch-group): Extend for use in
5340         `browse-url-browser-function'.
5341         (gnus-button-url-regexp): Try to catch paired parentheses like in
5342         Wikipedia URLs.
5343
5344         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5345         Suggested by Simon Krahnke <overlord@gmx.li>.
5346
5347 2007-01-13  Romain Francoise  <romain@orebokech.com>
5348
5349         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5350         Update copyright.
5351
5352 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5353
5354         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5355
5356 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5357
5358         * gnus-registry.el (gnus-registry-unfollowed-groups)
5359         (gnus-registry-split-fancy-with-parent): Fix documentation.
5360
5361 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5362
5363         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5364         from nnweb groups.
5365
5366 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5369         Xref urls.  Erase buffer before requesting head.
5370
5371 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5372
5373         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5374         customizable.
5375
5376 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5377
5378         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5379         no signing key is found.
5380         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5381         no encrypting and/or signing key is found.
5382
5383 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5384
5385         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5386
5387 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5388
5389         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5390         headers read from disk with the ones newly found in the current search.
5391         This should no longer cause problems, because the article numbers in
5392         Gmane's `nov.php' output are ignored since the previous change.
5393
5394 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5395
5396         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5397
5398 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5401         replace-regexp-in-string; bind url-version; fbind display-images-p and
5402         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5403         find-face and set-itimer-function for Emacs; bind itimer-list for
5404         Emacs.
5405
5406         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5407
5408 2007-01-01  Romain Francoise  <romain@orebokech.com>
5409
5410         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5411
5412 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5413
5414         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5415         `define-minor-mode' macro definition expanded properly.
5416         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5417         exclude it there.
5418
5419         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5420         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5421         `fboundp' test.
5422         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5423         This is OK to autoload in (S)XEmacs now.
5424
5425 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5428         keystroke.
5429         (gnus-summary-limit-to-singletons): Fix typo.
5430
5431         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5432         else fails.
5433
5434 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5435
5436         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5437         docstring.
5438
5439         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5440         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5441         (gnus-summary-insert-dormant-articles): Fix typo in message.
5442
5443 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5444
5445         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5446         nil for XEmacs.
5447         (gnus-message-citation-mode): Don't autoload in XEmacs.
5448
5449         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5450
5451 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5452
5453         * nnimap.el (nnimap-expunge-search-string): Mention
5454         nnimap-search-uids-not-since-is-evil in docstring.
5455
5456 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5457
5458         * spam.el: Revert to make-obsolete-variable because
5459         define-obsolete-variable-alias is not supported in Emacs 21.
5460
5461         * spam.el (spam-ifile-path, spam-ifile-database-path)
5462         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5463         make-obsolete-variable.
5464         (spam-bsfilter-path, spam-bsfilter-program)
5465         (spam-spamassassin-path, spam-spamassassin-program)
5466         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5467         use "path" inappropriately.
5468         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5469         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5470         variable names.
5471
5472 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5473
5474         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5475         summary buffer.
5476
5477         * password.el (password-cache-remove): Use clear-string to burn
5478         password, if available.
5479
5480 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5483
5484         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5485
5486         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5487         (gnus-message-highlight-citation): Move defcustom here from
5488         gnus-cite.el.
5489         (gnus-message-citation-mode): Autoload.
5490
5491         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5492         checks to make it compile with XEmacs.
5493         (gnus-message-citation-mode): New minor mode.
5494         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5495         (gnus-message-highlight-citation): New variables.
5496         (gnus-message-search-citation-line)
5497         (gnus-message-add-citation-keywords)
5498         (gnus-message-remove-citation-keywords)
5499         (turn-on-gnus-message-citation-mode)
5500         (turn-off-gnus-message-citation-mode): New functions.
5501
5502 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5503
5504         * gnus-cite.el: Enable highlighting of different citation levels in
5505         message-mode.
5506
5507 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5508
5509         * message.el (message-make-fqdn): Fix comment.
5510         (message-bogus-system-names): Add ".local".
5511
5512         * spam.el (spam-ifile-path, spam-ifile-program)
5513         (spam-ifile-database-path, spam-ifile-database)
5514         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5515         Don't use "path" inappropriately.
5516         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5517         strings.
5518         (spam-check-ifile, spam-ifile-register-with-ifile)
5519         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5520         new variable names.
5521
5522         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5523         (gnus-treat-display-smileys): Simplify using
5524         gnus-image-type-available-p.
5525
5526         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5527         available.
5528
5529         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5530         `display-images-p' if available.
5531
5532 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5535         one after turning on the buffer's multibyteness instead of decoding
5536         them directly in the unibyte buffer that causes unexpected conversion
5537         in Emacs 23 (unicode).
5538
5539 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5540
5541         * message.el (message-generate-hashcash): Fix custom type.
5542
5543 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5546
5547 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5548
5549         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5550         disconnect icons.  Add help text.
5551
5552 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5553
5554         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5555         negated to be consistent with the others we handle.
5556
5557 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5558
5559         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5560         version of gnus-summary-buffer to something, so that we can use two
5561         article buffers at the same time.
5562
5563 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5564
5565         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5566         trigger all the extra headers.
5567         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5568         sorting.
5569
5570 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5571
5572         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5573         solid groups.
5574
5575 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5576
5577         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5578
5579 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5580
5581         * legacy-gnus-agent.el: Add Copyright notice.
5582
5583 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5584
5585         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5586
5587 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5588
5589         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5590
5591         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5592         to make it work reliably in CVS Emacs.
5593         (gnus-summary-limit-strange-charsets-predicate)
5594         (gnus-summary-limit-to-predicate): New functions.
5595
5596 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5597
5598         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5599         specifying array size.
5600         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5601         array if it is too small.
5602         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5603         (gnus-sort-threads-loop): New function.
5604
5605 2006-12-06  Chris Moore  <dooglus@gmail.com>
5606
5607         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5608         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5609
5610 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5611
5612         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5613         options.
5614
5615 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5616
5617         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5618         DOS-ing the recipient.
5619
5620         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5621         the headers when creating the mapping to avoid mismappings.
5622         (nnweb-gmane-create-mapping): Always nix out old mapping.
5623
5624 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5627         and mm-verify-option to never.
5628
5629 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5630
5631         * message.el (message-signed-or-encrypted-p): New function.
5632         (message-forward-make-body): Use it.
5633
5634         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5635         Replace encode-coding-string with mm-encode-coding-string.
5636
5637 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5638
5639         * nneething.el (nneething-decode-file-name): Replace
5640         decode-coding-string with mm-decode-coding-string.
5641
5642         * gnus-int.el (gnus-open-server): Say failed server's name.
5643
5644 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5645
5646         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5647         strings to a single string.  Quote `errors-file-name'.
5648         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5649         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5650         Adjust calls.  Use `shell-quote-argument'.
5651
5652 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5653
5654         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5655         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5656
5657         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5658         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5659         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5660         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5661         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5662         (gnus-subscribe-newsgroup, gnus-1):
5663         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5664         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5665         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5666         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5667
5668 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669
5670         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5671         keystroke.
5672         (gnus-summary-limit-to-bodies): Implement headersp.
5673
5674 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5675
5676         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5677
5678 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5679
5680         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5681
5682 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5683
5684         * message.el (message-generate-hashcash): Expand range of values to
5685         include `opportunistic'.
5686         (message-send-mail): Use it.
5687
5688 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5689
5690         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5691         and comment it.
5692
5693         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5694
5695 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5696
5697         * gnus-util.el (gnus-extract-address-components): Improve comment.
5698
5699 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * gnus-util.el (gnus-extract-address-components): Work with address in
5702         which the name portion contains @.
5703
5704         * lpath.el: Fbind custom-autoload.
5705
5706 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5707
5708         * gnus.el (gnus-start): Move custom group up.
5709         (gnus-select-method): Don't autoload, but make it available for
5710         `customize-variable'.
5711         (gnus-getenv-nntpserver): Don't autoload.
5712
5713 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5714
5715         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5716
5717 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5718
5719         * message.el (message-sendmail-extra-arguments): New variable.
5720         (message-send-mail-with-sendmail): Use it.
5721
5722 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5725         mm-with-unibyte-current-buffer to make string unibyte.
5726
5727         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5728         mm-string-as-multibyte.
5729
5730 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5731
5732         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5733         Reported by Werner Koch <wk@gnupg.org>.
5734
5735 2006-11-14  Daiki Ueno  <ueno@p360>
5736
5737         * mml2015.el: Autoload epa-select-keys when compiling.
5738
5739 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5740
5741         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5742         message-options.
5743         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5744
5745 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5746
5747         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5748         EasyPG (< 0.0.6).
5749         (mml2015-always-trust): New user option.
5750         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5751         prompt.
5752
5753 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * nntp.el (nntp-authinfo-force): New variable.
5756         (nntp-send-authinfo): Use it.
5757
5758 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5759
5760         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5761         decode encoded words.  Improve prompt.  Add comment about forwarding.
5762         (message-replacement-char): Move up.
5763
5764 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5765
5766         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5767         instead of gnus-intersection because arguments of gnus-sorted-nunion
5768         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5769
5770 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5771
5772         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5773         (message-simplify-subject-functions): Enable
5774         message-strip-subject-encoded-words by default.
5775
5776 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5777
5778         * message.el (message-strip-subject-encoded-words): New function.
5779         (message-simplify-subject-functions): New variable.
5780         (message-simplify-subject): Use it.  Fix typo in doc string.
5781         Support message-strip-subject-encoded-words.
5782
5783 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5784
5785         * gnus-diary.el (gnus-diary-delay-format-function):
5786         * nndiary.el (nndiary-reminders):
5787         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5788
5789 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * gnus-art.el (article-hide-boring-headers): Fetch date from
5792         gnus-original-article-buffer to avoid problems with localized date
5793         strings.
5794
5795 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5796
5797         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5798
5799 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5800
5801         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5802         New variables.
5803         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5804         (mm-charset-synonym-alist): Move some entries to
5805         mm-codepage-iso-8859-list.
5806         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5807         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5808
5809 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5810
5811         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5812
5813 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5814
5815         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5816         with Emacs 21 and XEmacs.
5817
5818 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5819
5820         * spam.el (spam-parse-address): New function for better parsing,
5821         catching errors, etc.
5822         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5823
5824 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * mm-view.el: Add interactive arg to html2text autoload.
5827
5828 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5831
5832 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5833
5834         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5835         variables.
5836         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5837         (mm-charset-synonym-alist): Move some entries to
5838         mm-codepage-iso-8859-list.
5839
5840         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5841
5842 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * message.el (message-citation-line-format)
5845         (message-insert-formated-citation-line): Fix implementation of %E, %N
5846         and %n according to the doc string.
5847
5848 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5849
5850         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5851         car-safe to avoid bad parses.
5852
5853 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5854
5855         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5856         names.
5857
5858         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5859
5860 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5863         header.
5864
5865         * message.el (message-draft-headers): Add Date.
5866         (message-headers-to-generate): Fix typo in docstring.
5867
5868         * nndraft.el (nndraft-required-headers): New variable.
5869         (nndraft-generate-headers): Use it.
5870
5871         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5872
5873 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5874
5875         * gnus-registry.el (gnus-registry-wash-for-keywords)
5876         (gnus-registry-find-keywords): New functions to allow easy searching of
5877         articles that are in the registry.
5878
5879 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5880
5881         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5882         ietf-drums-parse-address instead of gnus-extract-address-components.
5883         Reported by Damien Elmes <damien@repose.cx>.
5884
5885 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5886
5887         * gnus.el (gnus-mime): Remove unused custom group.
5888
5889 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5890
5891         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5892         "blank line" when searching for end of armor headers.
5893
5894 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gmm-utils.el (gmm-write-region): Fix variable name.
5897
5898 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * gmm-utils.el (gmm-write-region): New function based on compatibility
5901         code from `mm-make-temp-file'.
5902
5903         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5904
5905         * nnmaildir.el (nnmaildir--update-nov)
5906         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5907         Use `gmm-write-region'.
5908
5909 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5910
5911         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5912         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5913
5914         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5915
5916         * message.el (message-replacement-char): New variable.
5917         (message-fix-before-sending): Use it.
5918         (message-simplify-subject): New function to remove duplicate code.
5919         (message-reply, message-followup): Use it.
5920
5921         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5922         gnus-summary-limit-to-articles.
5923
5924 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-util.el (gnus-with-local-quit): New macro.
5927
5928         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5929
5930 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5931
5932         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5933         ignore non-string data.
5934
5935 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5936
5937         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5938         non-string data (needs to be done in the registry too).
5939
5940 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5941
5942         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5943         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5944         (gnus-registry-split-fancy-with-parent)
5945         (gnus-registry-fetch-simplified-message-subject-fast)
5946         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5947         Remove text properties on ingress into the registry and when it's saved.
5948         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5949         registry from entries with no groups.
5950
5951 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5954         function to remove string properties.
5955
5956 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5957
5958         * gmm-utils.el (gmm): Adjust custom version.
5959
5960         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5961         custom version.
5962
5963         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5964
5965 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5966
5967         * gnus-art.el (gnus-insert-prev-page-button)
5968         (gnus-insert-next-page-button): Simplify.  Reformat.
5969
5970 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5971
5972         * gnus-art.el (gnus-insert-prev-page-button)
5973         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5974
5975 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5976
5977         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5978
5979 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5980
5981         * gnus-art.el (gnus-insert-mime-button)
5982         (gnus-insert-mime-security-button):
5983         Apply gnus-article-button-face to MIME and security buttons.
5984
5985 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5986
5987         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5988         readable.
5989
5990 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5991
5992         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5993
5994 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5995
5996         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5997         `browse-url-of-file' instead of `browse-url'.
5998
5999 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6000
6001         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
6002         regexp.  Articles containing quotation were cut prematurely.
6003
6004 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * message.el (message-cite-original-1): Use nobody by default for the
6007         value of From header.
6008         (message-reply): Ditto.
6009
6010 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
6011
6012         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
6013         to the gnus-info.  This fixes a bug of inline-PGP message verification.
6014         Reported by Michael Piotrowski <mxp@dynalabs.de>.
6015
6016 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
6017
6018         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
6019         mails in the doc string.  Add some URLs in comment.
6020         (pop3-movemail): Warn about pop3-leave-mail-on-server.
6021
6022 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
6025         backslashes handling and the way to find boundaries of quoted strings.
6026
6027 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
6028
6029         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
6030         mml1991-encrypt-to-self is set and mml1991-signers is not set.
6031         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
6032         mml2015-encrypt-to-self is set and mml2015-signers is not set.
6033
6034 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
6035
6036         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
6037         doc string.
6038         (gnus-button-regexp, gnus-button-last): Remove unused variables.
6039
6040 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6041
6042         * lpath.el: Fbind epg-check-configuration.
6043
6044 2006-09-06  Simon Josefsson  <jas@extundo.com>
6045
6046         * mml2015.el (mml2015-use): Doc fix, mention epg.
6047
6048 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6049
6050         * mml2015.el (mml2015-use): Default to epg, if available.
6051
6052 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
6053
6054         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
6055         message-sender.
6056         (mml1991-epg-encrypt): Ditto.
6057         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
6058         message-sender.
6059         (mml2015-epg-encrypt): Ditto.
6060
6061 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
6062
6063         * message.el (message-send-mail-with-sendmail): Look for sendmail in
6064         several common directories.
6065
6066 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
6067
6068         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
6069         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
6070
6071 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-art.el (article-decode-encoded-words): Make it fast.
6074
6075 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
6078
6079         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
6080         in quoted string into `\'.
6081
6082 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6083
6084         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6085         Use standard-syntax-table.
6086
6087 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6088
6089         * gnus-art.el (gnus-decode-address-function): New variable.
6090         (article-decode-encoded-words): Use it to decode headers which are
6091         assumed to contain addresses.
6092         (gnus-mime-delete-part): Remove useless `or'.
6093
6094         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
6095         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
6096         (gnus-nov-parse-line): Use it to decode From header.
6097         (gnus-get-newsgroup-headers): Ditto.
6098         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
6099
6100         * mail-parse.el (mail-decode-encoded-address-region): New alias.
6101         (mail-decode-encoded-address-string): New alias.
6102
6103         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
6104         New function.
6105         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
6106         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
6107         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
6108         (rfc2047-decode-string): Ditto.
6109         (rfc2047-decode-address-region): New function.
6110         (rfc2047-decode-address-string): New function.
6111
6112 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
6113
6114         * message.el (message-caesar-buffer-body): Allow rotating headers.
6115
6116         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
6117
6118         * message.el (message-insert-formated-citation-line): Fix %f.
6119         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
6120
6121 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6122
6123         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
6124         (gnus-bookmark-mouse-available-p): New macro.
6125         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
6126         (gnus-bookmark-bmenu-show-infos): Use it.
6127         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
6128         (gnus-bookmark-bmenu-hide-infos): Ditto.
6129         (gnus-bookmark-remove-properties): New function.
6130         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
6131         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
6132         (gnus-bookmark-write-file): Bind coding-system-for-write.
6133         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
6134         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
6135         group before selecting it.
6136         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
6137         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
6138         quit-window if it is not available; use gnus-mouse-2 and bind it to
6139         gnus-bookmark-bmenu-select-by-mouse.
6140         (gnus-bookmark-show-details): Remove unused variable `details-list'.
6141         (gnus-bookmark-bmenu-select-by-mouse): New function.
6142
6143 2006-08-13  Romain Francoise  <romain@orebokech.com>
6144
6145         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
6146         space.
6147
6148 2006-08-10  Romain Francoise  <romain@orebokech.com>
6149
6150         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
6151         (dns-mode-soa-auto-increment-serial): New user option.
6152         (dns-mode-soa-maybe-increment-serial): New function.
6153         (dns-mode): Add the latter to `write-contents-functions'.
6154
6155 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6156
6157         * compface.el (uncompface): Use binary rather than raw-text-unix.
6158
6159 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6160
6161         * compface.el (uncompface): Make sure the eol conversion doesn't take
6162         place when communicating with the external programs.  Reported by
6163         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6164
6165 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6166
6167         * nnheader.el (nnheader-insert-head): Fix typo in comment.
6168
6169 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6170
6171         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6172         Make it more robust by parsing author and date independently.
6173
6174 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6175
6176         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
6177
6178 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
6179
6180         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
6181         first matching secret key.
6182         (mml2015-epg-encrypt): Ditto.
6183
6184         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
6185         first matching secret key.
6186         (mml1991-epg-encrypt): Ditto.
6187
6188         * mml2015.el (mml2015-encrypt-to-self): New user option.
6189         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
6190         mml2015-epg-encrypt-to-self is set.
6191
6192         * mml1991.el (mml1991-encrypt-to-self): New variable.
6193         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
6194         mml1991-epg-encrypt-to-self is set.
6195
6196         * mml2015.el (mml2015-signers): New user option.
6197         (mml2015-epg-sign): Reflect the value of mml2015-signers.
6198         (mml2015-epg-encrypt): Allow to select signing keys.
6199
6200         * mml1991.el (mml1991-signers): New variable.
6201         (mml1991-epg-sign): Reflect the value of mml1991-signers.
6202         (mml1991-epg-encrypt): Allow to select signing keys.
6203
6204 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6205
6206         * nnheader.el (nnheader-insert-head): Make it work even if the file
6207         uses CRLF for the line-break code.
6208
6209 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
6210
6211         * mml2015.el: Require mml-sec instead of password.
6212         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
6213         (mml2015-cache-passphrase): Inherit the default value from
6214         mml-secure-cache-passphrase.
6215         (mml2015-passphrase-cache-expiry): Inherit the default value from
6216         mml-secure-passphrase-cache-expiry.
6217
6218         * mml1991.el: Require mml-sec instead of password.
6219         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
6220         (mml1991-cache-passphrase): Inherit the default value from
6221         mml-secure-cache-passphrase.
6222         (mml1991-passphrase-cache-expiry): Inherit the default value from
6223         mml-secure-passphrase-cache-expiry.
6224
6225         * mml-sec.el: Require password.
6226         (mml-secure-verbose): New user option.
6227         (mml-secure-cache-passphrase): New user option.
6228         (mml-secure-passphrase-cache-expiry): New user option.
6229
6230 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
6231
6232         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6233         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
6234         andreas@altroot.de (Andreas Vögele).
6235
6236         FIXME: Use `tiny change'?
6237
6238 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6239
6240         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
6241         workaround for the url package included with Emacs.
6242
6243         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6244
6245 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6246
6247         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
6248         correctly.  This fixes a bug caused by the 2006-05-12 change.
6249
6250 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
6251
6252         * nnmail.el (nnmail-article-group): If splitting raises an error, give
6253         some information about the error when saying that the `bogus' mail
6254         group will be used.
6255
6256 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
6259         string.
6260
6261 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
6262
6263         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
6264
6265 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6266
6267         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
6268
6269 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6270
6271         * mml1991.el (mml1991-function-alist): Add epg.
6272         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
6273         (mml1991-epg-encrypt): New functions.
6274
6275 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
6276
6277         * mml2015.el (mml2015-verbose): New variable.
6278         (mml2015-cache-passphrase): Ditto.
6279         (mml2015-passphrase-cache-expiry): Ditto.
6280         (mml2015-function-alist): Add epg.
6281         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
6282         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
6283         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
6284         functions.
6285
6286 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6287
6288         * message.el (message-cite-original-1): Preserve region when removing
6289         quoted text due to X-No-Archive in order to avoid bogus attribution
6290         when citing multiple messages.
6291
6292 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6293
6294         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6295         Kenneth Jacker <khj@be.cs.appstate.edu>.
6296
6297 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * gnus-diary.el (gnus-user-format-function-d)
6300         (gnus-user-format-function-D): Autoload.
6301
6302         * imap.el (Commentary): Fix typo.
6303
6304         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6305         2006-04-22 contribution.
6306
6307 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6308
6309         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6310         It didn't really fix the bogosity I'm seeing with solid web groups.
6311
6312 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6313
6314         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6315         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6316         created using server names.  If we use the feature without declaring
6317         it, Gnus does not properly manage server and group state.
6318
6319         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6320         bound.
6321
6322 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6323
6324         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6325         looking up the method using GROUP's prefix before inventing a new one.
6326         It is used on killed/unknown groups in various places where returning
6327         an all-new method isn't expected by the caller.
6328
6329         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6330         and match semantics of gnus-group-real-prefix.
6331
6332 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * nnmail.el (nnmail-broken-references-mailers): New variable.
6335         (nnmail-ignore-broken-references): New function generalizing
6336         nnmail-fix-eudora-headers.
6337         (nnmail-fix-eudora-headers): Now obsolete.
6338
6339         * gnus-art.el (gnus-button-handle-custom): Support
6340         `customize-apropos*'.
6341
6342 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6343
6344         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6345
6346         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6347         articles.
6348
6349 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6350
6351         * message.el (message-cite-reply-above): New variable.
6352         (message-yank-original): Use it.
6353
6354 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6355
6356         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6357
6358 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6359
6360         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6361         as read.
6362
6363         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6364
6365 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6366
6367         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6368         (gnus-bookmark-default-file): Use gnus-directory.
6369         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6370         Remove "*" in doc string.
6371         (gnus-bookmark-write-file): Simplify.
6372         (gnus-bookmark-maybe-sort-alist): Use `when'.
6373         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6374         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6375         FIXME about Emacs 21 and XEmacs compatibility.
6376         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6377         compatibility.
6378         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6379         compatibility.
6380         (gnus-bookmark-menu-heading): Fix version.
6381
6382 2006-06-19  Bastien Guerry  <bzg@altern.org>
6383
6384         * gnus-bookmark.el: New file.
6385
6386 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * message.el (message-syntax-checks): Doc fix.
6389
6390 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6391
6392         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6393         unsubscribed groups as if they were killed ones.  It causes duplicate
6394         entries in gnus-newsrc-alist.
6395
6396 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6397
6398         * message.el (message-syntax-checks): Doc fix.
6399         (message-send-mail): Add check for continuation headers.
6400         (message-check-news-header-syntax): Fix regexp used to check for
6401         continuation headers.
6402
6403 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6406
6407 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6408
6409         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6410
6411 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6414         default-truncate-lines.
6415
6416 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6419         to fill the utf-8 entry.
6420
6421         * lpath.el: Fbind unicode-precedence-list.
6422
6423 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6424
6425         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6426
6427 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6428
6429         * gnus-agent.el (directory-files-and-attributes): Move all the way
6430         forward (the third and final move).
6431         (gnus-agent-read-agentview): Trap reconstruction errors due to
6432         nonexistant directory.  Handle by returning nil.
6433
6434 2006-05-30  Didier Verna  <didier@xemacs.org>
6435
6436         * message.el (message-dont-reply-to-names): Update the custom type.
6437         * message.el (message-dont-reply-to-names): New defsubst: potentially
6438         convert a list of regexps into a single one.
6439         * message.el (message-get-reply-headers): Use it.
6440         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6441
6442 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6443
6444         * gnus-agent.el (directory-files-and-attributes): Move forward.
6445
6446 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6447
6448         * gnus-ml.el (gnus-mailing-list-subscribe)
6449         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6450         (gnus-mailing-list-message): Fix doc strings.
6451
6452 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6453
6454         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6455         of doing it manually.
6456
6457 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6458
6459         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6460         comment.
6461
6462 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6463
6464         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6465         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6466         (gnus-agent-read-local): All symbols allocated in my-obarray.
6467         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6468         (gnus-agent-regenerate-group): Check numeric names to see if they are
6469         messages or groups.
6470         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6471         better way of do this...)
6472
6473         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6474         'dummy.group' (there should be a better way of do this...)
6475
6476 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6477
6478         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6479         (gnus-saved-headers): Ditto.
6480         (gnus-default-article-saver): Mention functions may have properties.
6481         (gnus-article-save): Override gnus-save-all-headers and
6482         gnus-saved-headers by :headers property which saver function may have.
6483         (gnus-summary-save-in-file): Add :headers property.
6484         (gnus-summary-write-to-file): Ditto.
6485
6486         * gnus-sum.el (gnus-summary-save-article): Bind
6487         gnus-prompt-before-saving to t when saving many articles in a file;
6488         always show all headers.
6489
6490         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6491
6492 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6493
6494         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6495         marks.
6496
6497         * message.el (message-indent-citation): Add optional arguments to allow
6498         using it outside of message buffers.
6499
6500         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6501         (gnus-article-treat-unfold-headers): Use it.
6502         (gnus-article-truncate-lines): New variable.
6503         (gnus-article-mode): Use it.
6504         (gnus-article-toggle-truncate-lines): New function.
6505
6506         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6507         gnus-article-toggle-truncate-lines.
6508
6509         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6510         coding system in XEmacs, use binary.
6511
6512 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6513
6514         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6515         after-load-alist.
6516
6517         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6518         this function should save decoded articles.
6519         (gnus-summary-write-to-file): Use property to specify this function
6520         should save decoded articles and specify gnus-summary-save-in-file
6521         should be used to save articles other than the first one when saving
6522         many articles.
6523         (gnus-summary-save-body-in-file): Use property to specify this
6524         function should save decoded articles.
6525         (gnus-summary-write-body-to-file): Use property to specify this
6526         function should save decoded articles and specify
6527         gnus-summary-save-body-in-file should be used to save articles other
6528         than the first one when saving many articles.
6529
6530         * gnus-sum.el (gnus-summary-save-article): Simplify.
6531
6532 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-art.el (gnus-default-article-saver): Add
6535         gnus-summary-write-body-to-file.
6536         (gnus-article-save-coding-system): Don't use coding system object
6537         in XEmacs.
6538         (gnus-read-save-file-name): Add optional `dir-var' argument which
6539         specifies directory in which files are saved; work even if optional
6540         `variable' argument is not specified.
6541         (gnus-summary-write-to-file): Read file name.
6542         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6543         (gnus-summary-write-body-to-file): New function.
6544
6545         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6546         (gnus-summary-local-variables): Add it.
6547         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6548         (gnus-summary-save-article): Remove optional `decode' argument;
6549         determine whether to decode articles by the value of
6550         gnus-default-article-saver; when saving many files using
6551         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6552         it first and use gnus-summary-save-in-file or
6553         gnus-summary-save-body-in-file thereafter unless
6554         gnus-prompt-before-saving is always; move point to article which
6555         will be saved.
6556         (gnus-summary-save-article-file): Revert.
6557         (gnus-summary-write-article-file): Revert.
6558         (gnus-summary-save-article-body-file): Revert.
6559         (gnus-summary-write-article-body-file): New function.
6560
6561 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6562
6563         * gnus-art.el (gnus-default-article-saver): Doc fix.
6564         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6565         from gnus-summary-save-article-coding-system, and default to a
6566         certain coding system.
6567         (gnus-output-to-file): Add coding cookie and encode text according
6568         to gnus-article-save-coding-system; don't use mm-append-to-file.
6569
6570         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6571         gnus-art.el and rename to gnus-article-save-coding-system.
6572         (gnus-summary-save-article): Require gnus-art; don't show all
6573         headers if it decodes articles; don't add coding cookie here;
6574         don't bind mm-text-coding-system-for-write.
6575         (gnus-summary-save-article-file): Save decoded articles.
6576         (gnus-summary-write-article-file): When saving many files, use
6577         gnus-summary-write-to-file first and gnus-summary-save-in-file
6578         thereafter unless gnus-prompt-before-saving is always.
6579         (gnus-summary-save-article-body-file): Save decoded articles.
6580
6581         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6582
6583 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * nnrss.el (nnrss-check-group): Bind hash-index.
6586
6587 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6588
6589         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6590         its hash index.  Store this hash in `nnrss-group-data'.
6591         (nnrss-read-group-data): Update accordingly.
6592
6593 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6594
6595         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6596         entry.
6597
6598         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6599         gnus-article-browse-html-article.
6600
6601 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6602
6603         * gnus-sum.el (gnus-summary-mime-map): Add
6604         gnus-article-browse-html-article.
6605
6606         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6607
6608 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6611         suitable coding systems in customize.
6612
6613 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6614
6615         * mail-source.el (mail-sources): Fix custom type.
6616
6617 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6618
6619         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6620         (gnus-summary-expire-articles-now): Shorten prompt.
6621
6622         * gmm-utils.el (wid-edit): Require.
6623         (defun-gmm): Renamed from `gmm-defun-compat'.
6624         (gmm-image-search-load-path): Use it.
6625         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6626
6627 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6628
6629         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6630         variable.
6631         (gnus-summary-save-article): Add optional `decode' argument.  If
6632         it is set and gnus-summary-save-article-coding-system is non-nil,
6633         save decoded article.
6634         (gnus-summary-write-article-file): Save decoded article if
6635         gnus-summary-save-article-coding-system is non-nil.
6636
6637         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6638         type.
6639
6640 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6641
6642         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6643
6644 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6647         first to test gnus-single-article-buffer which may be buffer-local.
6648
6649         * gnus-sum.el (gnus-summary-setup-buffer): Make
6650         gnus-single-article-buffer buffer-local and nil in ephemeral
6651         group; make gnus-article-buffer, gnus-article-current, and
6652         gnus-original-article-buffer always buffer-local.
6653         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6654         group.
6655         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6656
6657 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         * nnml.el (nnml-request-compact-group): Compressed files might not
6660         have .gz extension.
6661
6662 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6663
6664         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6665         (mm-copy-to-buffer): Use with-current-buffer.
6666         (mm-display-part): Simplify.
6667         (mm-inlinable-p): Add optional arg `type'.
6668
6669 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6670
6671         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6672         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6673         Try harder to show the attachment internally or externally using
6674         gnus-mime-view-part-as-type.
6675
6676 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6677
6678         * message.el (message-from-style, message-signature-separator)
6679         (message-user-organization-file, message-send-mail-function)
6680         (message-citation-line-function, message-yank-prefix)
6681         (message-indent-citation-function, message-signature)
6682         (message-signature-file, message-signature-insert-empty-line):
6683         Remove autoloads.
6684
6685         * gnus-art.el (gnus-buttonized-mime-types): Remove
6686         "multipart/signed".  Revert 2006-04-26 change.
6687
6688 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6689
6690         * gnus.el (gnus-version-number): Bump version.
6691
6692 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6693
6694         * gnus.el: No Gnus v0.5 is released.
6695
6696 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6697
6698         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6699         fetching articles by message-id.
6700
6701 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6702
6703         * message.el (hashcash): Require hashcash as normal.
6704
6705         * ecomplete.el (ecomplete-highlight-match-line): Use
6706         point-at-eol.
6707         (ecomplete-highlight-match-line): Use `highlight', because that
6708         face exists in both Emacs and XEmacs.
6709
6710         * message.el (message-display-abbrev): Use point-at-bol.
6711
6712         * mail-source.el: Don't require timer/timer-funcs.
6713
6714         * gnus-async.el: Ditto.
6715
6716         * password.el: Ditto.
6717
6718         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6719
6720         * mm-url.el: Ditto.
6721
6722         * gnus-xmas.el: Don't require timer-funcs.
6723
6724         * mm-util.el: Require timer/timer-funcs.
6725
6726 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6727
6728         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6729         Close.
6730
6731 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6732
6733         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6734         unibyte after clear-decrypt function runs.
6735
6736         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6737         returns as a unibyte string.
6738
6739 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6740
6741         * lpath.el: Revert.
6742
6743         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6744         (pgg-gpg-process-sentinel): Revert.
6745
6746         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6747         (pgg-pgp-lookup-key): Revert.
6748
6749         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6750         (pgg-pgp5-lookup-key): Revert.
6751
6752         * pgg.el (pgg-fetch-key): Revert.
6753
6754 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6755
6756         * lpath.el: Fbind string-as-multibyte for XEmacs.
6757
6758         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6759         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6760         (mml1991-pgg-encrypt): Ditto.
6761
6762         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6763         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6764         a multibyte buffer.
6765
6766         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6767         (pgg-pgp-lookup-key): Ditto.
6768
6769         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6770         (pgg-pgp5-lookup-key): Ditto.
6771
6772         * pgg.el (pgg-fetch-key): Ditto.
6773
6774 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6775
6776         * message.el (message-user-organization-file): Check several
6777         locations of the organization file.
6778
6779         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6780         Add gnus-article-view-part-as-type.
6781
6782         * gnus-art.el (gnus-article-view-part-as-type): New function.
6783
6784         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6785         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6786
6787         * mml.el: Simplify autoload.
6788         (mml-mode): defvar dnd-protocol-alist instead of using
6789         symbol-value.
6790         (mml-default-directory): New variable.
6791         (mml-minibuffer-read-file): Use it.
6792         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6793
6794         * message.el (message-citation-line-format): New variable.
6795         (message-insert-formated-citation-line): New function.
6796         (message-citation-line-function): Add
6797         `message-insert-formated-citation-line' to custom type.
6798
6799         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6800         to doc string.
6801
6802         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6803         depending on mm-verify-option.
6804
6805 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6808         binding pgg-* variables; reimplement the section which prevents
6809         MIME header from being signed.
6810         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6811         pgg-text-mode; remove a blank line at the top of body.
6812
6813         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6814         lines at the top of body; use gnus-newsgroup-charset if there's no
6815         Charset header.
6816
6817 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * message.el (message-self-insert-commands): Doc fix.
6820
6821         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6822         (mm-uu-pgp-encrypted-test): Ditto.
6823         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6824         between header and body; return application/pgp-encrypted handle
6825         if decryption failed; decode decrypted body by charset.
6826
6827         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6828         element match to application/pgp-*.
6829
6830 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6831
6832         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6833         HTML.
6834
6835 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6836
6837         * mail-source.el (mail-source-call-script): Message the error
6838         string.
6839
6840 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6841
6842         * gnus-util.el (gnus-byte-compile): Use it.
6843
6844 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6845
6846         * gnus-util.el (kill-empty-logs): New function.
6847
6848 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6849
6850         * message.el (message-mail-alias-type): Doc fix.
6851         (message-mail-alias-type-p): New function.
6852         (message-send): Use it.
6853         (message-mode): Ditto.
6854         (message-strip-forbidden-properties): Ditto.
6855
6856         * ecomplete.el (ecomplete-database-file-coding-system): New
6857         variable.
6858         (ecomplete-save): Use it.
6859         (ecomplete-setup): Use it.
6860
6861 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6862
6863         * message.el (message-self-insert-commands): New variable.
6864         (message-strip-forbidden-properties): Use it.
6865
6866 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6867
6868         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6869         that doesn't make XEmacs choke.
6870
6871 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6872
6873         * gnus-util.el (gnus-replace-in-string):
6874         Prefer replace-regexp-in-string over of replace-in-string.
6875
6876 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * gnus-util.el (gnus-select-frame-set-input-focus):
6879         Use select-frame-set-input-focus if it is available in XEmacs; use
6880         definition defined in Emacs 22 for old Emacsen.
6881
6882         * dgnushack.el: Autoload unmorse-region for XEmacs.
6883
6884         * lpath.el: Bind cursor-in-non-selected-windows and
6885         select-frame-set-input-focus for XEmacs.
6886
6887 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6890
6891 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6892
6893         * gnus-registry.el (gnus-registry-cache-save): Remove text
6894         properties when saving via the temp buffer.
6895
6896 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6897
6898         * message.el (message-generate-hashcash): Honor custom type.
6899
6900 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6901
6902         * message.el (message-generate-hashcash): Default to non-nil when
6903         hashcash is found.
6904
6905         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6906         (gnus-refer-thread-limit): Increase default to 500.
6907
6908         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6909
6910         * flow-fill.el (fill-flowed): Allow delete-space.
6911
6912 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6913
6914         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6915         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6916         Remove autoloads.
6917
6918 2006-04-18  Simon Josefsson  <jas@extundo.com>
6919
6920         * message.el (message-generate-hashcash): Default to.
6921
6922 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6925         concatenating segments rather than before concatenating them.
6926
6927 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6928
6929         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6930
6931 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6932
6933         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6934
6935         * message.el (message-forward-make-body-plain): Allow
6936         message-forward-ignored-headers to be a list.
6937         (message-remove-ignored-headers): Factor out into function.
6938         (message-forward-make-body-mml): Use it.
6939
6940         * imap.el (imap-quote-specials): New function.
6941         (imap-login-auth): Quote specials.
6942
6943         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6944         (rfc2231-parse-string): Allow concatanation of parameters that
6945         aren't contiguous.  The test case is
6946           (mail-header-parse-content-type "message/external-body;
6947             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6948             access-type=LOCAL-FILE;
6949             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6950
6951 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6952
6953         * nntp.el (nntp-accept-process-output): Return the value of
6954         `nnheader-accept-process-output'.
6955
6956 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6957
6958         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6959         (gnus-button-alist): Recognize more diff formats.
6960         (gnus-button-patch): Strip directory.
6961
6962 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6963
6964         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6965         Emacs 22 when setting focus.
6966
6967 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968
6969         * gnus-art.el (gnus-article-treat-types): Do treatment of
6970         text/x-verbatim parts.
6971         (gnus-button-patch): New command.
6972
6973         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6974         addresses that contain invalid characters.
6975
6976 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * message.el (message-put-addresses-in-ecomplete): Use
6979         gnus-replace-in-string.
6980         (message-is-yours-p): Use the more correct
6981         mail-header-parse-address instead of
6982         mail-extract-address-components.
6983         (message-put-addresses-in-ecomplete): Fix typo.
6984
6985         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6986         keystroke.
6987
6988         * gnus-art.el (gnus-treatment-function-alist): Change order of
6989         newsgroups/generic header folding to avoid double-folding.
6990
6991         * message.el (message-hidden-headers): Add X-Draft-From.
6992
6993         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6994         command.
6995         (gnus-summary-repeat-search-article-backward): New command.
6996
6997         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6998         groups in the parent topic.
6999
7000 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
7001
7002         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
7003         (spam-extra-header-to-number): Return the CRM114 number as a
7004         number instead of a string.
7005
7006 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7007
7008         * gnus-art.el (gnus-face-properties-alist): Moved here from
7009         gnus-fun.
7010
7011         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
7012
7013 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7014
7015         * message.el (message-strip-forbidden-properties): Only display on
7016         self-insert-command.
7017
7018         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
7019         reindent.
7020         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
7021
7022 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
7023
7024         * smiley.el (smiley-style): Fix typo.
7025
7026 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * hashcash.el (hashcash-insert-payment-async-2): Use
7029         message-goto-eoh instead of doing it manually.
7030         (mail-add-payment): Use message-narrow-to-header instead of trying
7031         to do the same itself.
7032
7033         * message.el (message-hidden-headers): Add Face.
7034
7035         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
7036         reparenting code.
7037         (gnus-summary-reparent-children): Refactored out code.
7038         (gnus-summary-thread-map): New keystroke.
7039         (gnus-summary-reparent-children): Make into command.
7040
7041         * smiley.el (smiley-style): Default to `medium' if using a large
7042         font.
7043
7044         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
7045         does it itself.
7046
7047         * message.el (message-point-in-header-p): Simplify definition.
7048
7049 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7050
7051         * nnagent.el (nnagent-request-set-mark): Silence log file
7052         writing.
7053         (nnagent-request-set-mark): Use write-region instead of
7054         append-to-file.
7055
7056         * gnus-sum.el (gnus-read-header): Fudge article number if using a
7057         strange select method.
7058
7059         * ecomplete.el (ecomplete-display-matches): Get highlightling
7060         right.
7061         (ecomplete-display-matches): Use literals.
7062         (ecomplete-display-matches): Disable message logging.
7063
7064         * message.el (message-display-abbrev): Small optimization.
7065
7066         * ecomplete.el (ecomplete-display-matches): Allow automatic
7067         display.
7068
7069         * message.el (message-strip-forbidden-properties): Display
7070         abbrevs.
7071         (message-display-abbrev): Get automatic display right.
7072
7073         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
7074         keystrokes.
7075
7076 2006-04-13  Romain Francoise  <romain@orebokech.com>
7077
7078         TODO: Backport to v5-10!
7079
7080         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
7081         Moved here (and renamed) from gnus-registry.el.
7082
7083         * gnus-registry.el: Require gnus-util.
7084         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
7085
7086 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * gnus-group.el (gnus-group-catchup-current): Change
7089         if-then-else-if-then-else into cond.
7090         (gnus-group-catchup): Indent.
7091         (group-name-at-point): New function.
7092         (gnus-fetch-group): Provide default from thing at point.
7093
7094 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7095
7096         * message.el (message-display-abbrev): Fix regexp.
7097
7098         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
7099         choosing.
7100         (ecomplete-highlight-match-line): Fix up code rewrite, remove
7101         dead variables.
7102
7103         * message.el (message-newline-and-indent): Remove debugging.
7104         (message-display-abbrev): Use new implementation.
7105
7106 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7107
7108         * gnus-art.el (gnus-article-mode): Set
7109         cursor-in-non-selected-windows to nil.
7110
7111         * smiley.el: Revert previous change.
7112         (smiley-data-directory): defvar it before using it in the
7113         defcustom of `smiley-style'.
7114
7115 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * message.el (message-newline-and-indent): New function.
7118
7119         * ecomplete.el: Implement more bits.
7120
7121         * message.el (message-put-addresses-in-ecomplete): Clean up the
7122         string.
7123
7124         * ecomplete.el (ecomplete-add-item): Chop off decimals.
7125
7126         * gnus-sum.el (gnus-summary-save-parts): Bind
7127         gnus-summary-save-parts-counter and use it to make unique file
7128         names.
7129
7130         * gnus-art.el (gnus-ignored-headers): Add some more headers.
7131
7132         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
7133         parameter to say whether to actually parse the individual
7134         addresses.
7135
7136         * message.el (message-put-addresses-in-ecomplete): New function.
7137         (ecomplete): Require.
7138         (message-mail-alias-type): Add ecomplete as an option.
7139
7140 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
7141
7142         * flow-fill.el (fill-flowed): Remove trailing space from blank
7143         quoted lines.
7144
7145 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7146
7147         * smiley.el (smiley-style): Move definition later to avoid a
7148         compilation warning.
7149
7150 2006-04-12  Kenichi Handa  <handa@m17n.org>
7151
7152         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
7153         buffer and then decode the buffer text if necessary.
7154         (rfc2231-encode-string): Be sure to work on multibyte buffer at
7155         first, and after mm-encode-body, change the buffer to unibyte.
7156         Use mm-disable-multibyte instead of set-buffer-multibyte.
7157
7158 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
7161         Content-Type header instead of Content-Disposition header.
7162         (gnus-mime-inline-part): Ditto.
7163         (gnus-mime-view-part-as-charset): Ignore charset that the part
7164         specifies.
7165
7166         * mm-decode.el (mm-display-part): Work with external parts and
7167         usual parts similarly.
7168
7169         * mm-extern.el (mm-inline-external-body): Use mm-display-part
7170         instead of gnus-display-mime.
7171
7172         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
7173         instead of with-temp-buffer.
7174
7175         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
7176         tag to summarized topics part in order to encode non-ASCII text.
7177
7178 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7179
7180         * smiley.el (smiley-style): New variable.
7181         (smiley-directory): New function.
7182         (smiley-data-directory): Derive from `smiley-style' using
7183         `smiley-directory'.
7184         (smiley-regexp-alist): Add new entries.
7185
7186         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
7187         (gnus-article-browse-delete-temp): Add :version.
7188
7189 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
7190
7191         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
7192         the sieve region.
7193
7194 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7195
7196         * gnus.el (gnus-version-number): Bump version.
7197
7198 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7199
7200         * gnus.el: No Gnus v0.4 is released.
7201
7202 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
7205         layout.
7206
7207         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
7208         unknown charset.
7209
7210         * message.el (message-header-synonyms): Add Original-To to the
7211         default.
7212
7213         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
7214         optional parameter.
7215
7216 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * gnus-fun.el (gnus): Require it for gnus-directory.
7219
7220 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7221
7222         * gnus-fun.el (gnus-face-properties-alist): Add :version.
7223
7224 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7225
7226         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
7227
7228 2006-04-05  Simon Josefsson  <jas@extundo.com>
7229
7230         * password.el (password-reset): New function.
7231
7232 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
7233
7234         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
7235         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
7236
7237 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7238
7239         * nnweb.el (nnweb-google-create-mapping): Update regexp.
7240         Some whitespace was matched into the url, which broke browsing hits
7241         > 100 when mm-url-use-external was nil.
7242
7243 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
7244
7245         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
7246         gnus-extra-headers for 'Newsgroups.
7247
7248         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
7249         bound.
7250
7251 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
7252
7253         * pgg-gpg.el: Clean up process buffers every time gpg processes
7254         complete.
7255
7256 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
7257
7258         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7259         doc string.
7260
7261 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
7262
7263         * pgg-gpg.el (pgg-gpg-process-filter)
7264         (pgg-gpg-wait-for-completion): Check if buffer is alive.
7265
7266         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
7267         lines, temporary fix.
7268
7269 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
7272
7273 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
7274
7275         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
7276         default-enable-multibyte-characters.  This reverts the change from
7277         revision 6.17 which is no longer necessary because the passphrase
7278         is sent separately now.  GnuPG messages are unreadable under
7279         multibyte locales with default-enable-multibyte-characters set to
7280         nil.
7281
7282 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
7283
7284         * message.el (message-tool-bar-gnome): Move "spell".
7285
7286 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7287
7288         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7289         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7290         instead.
7291
7292 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7293
7294         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7295         newsgroups handling for NNTP overviews which don't include
7296         Newsgroups.
7297
7298 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7299
7300         * message.el (message-resend): Bind message-generate-hashcash to nil.
7301
7302 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7303
7304         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7305         when searching for already-paid recipients.
7306
7307 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7308
7309         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7310         passphrases when it is not needed.
7311         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7312         passphrase stuff from gpg, should only be necessary when you use
7313         gpg with a smartcard.
7314
7315 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7316
7317         * mml.el (mml-insert-mime): Ignore cached contents of
7318         message/external-body part.
7319
7320         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7321         (mm-insert-part): Ditto.
7322
7323 2006-03-23  Simon Josefsson  <jas@extundo.com>
7324
7325         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7326         Reiner.
7327         (pgg-gpg-use-agent-p): Use it again.
7328
7329 2006-03-23  Simon Josefsson  <jas@extundo.com>
7330
7331         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7332         older emacsen.
7333         (pgg-gpg-use-agent-p): Don't use it.
7334
7335 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7336
7337         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7338         if we can.
7339
7340 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7341
7342         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7343         (pgg-gpg-update-agent): New function.
7344         (pgg-gpg-use-agent-p): New function.
7345         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7346         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7347         (pgg-gpg-sign-region): Use it.
7348
7349 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7352         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7353
7354 2006-03-21  Simon Josefsson  <jas@extundo.com>
7355
7356         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7357         <wilde@sha-bang.de>.
7358         (pgg-gpg-use-agent): New variable.
7359         (pgg-gpg-process-region): Use it.
7360         (pgg-gpg-encrypt-region): Likewise.
7361         (pgg-gpg-encrypt-symmetric-region): Likewise.
7362         (pgg-gpg-decrypt-region): Likewise.
7363         (pgg-gpg-sign-region): Likewise.
7364         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7365
7366 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7367
7368         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7369
7370         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7371         Add comment on version.
7372
7373 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7374
7375         * smiley.el: Add missing test smiley.
7376
7377 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7378
7379         * mm-decode.el (mm-with-part): New macro.
7380         (mm-get-part): Use it; work with message/external-body as well.
7381         (mm-save-part): Treat name and filename equally.
7382
7383         * mm-extern.el (mm-extern-cache-contents): New function.
7384         (mm-inline-external-body): Use it; force the part to be displayed;
7385         move undisplayer added to the cached handle to the parent.
7386
7387         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7388         (gnus-mime-view-part-as-type): Work with message/external-body.
7389
7390         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7391
7392 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7393
7394         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7395         images in image-load-path.  [Sync with image.el, revision 1.60, in
7396         Emacs.]
7397
7398 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7399
7400         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7401         path rather than symbol.  Always return list of directories.
7402         Guarantee that image directory comes first.  [Sync with image.el,
7403         revision 1.59, in Emacs.]
7404
7405         * message.el (message-make-tool-bar): Adjust to new API of
7406         `gmm-image-load-path-for-library'.
7407
7408         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7409
7410         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7411
7412 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7413
7414         * gnus-art.el (gnus-article-only-boring-p):
7415         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7416         intangible text.
7417         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7418
7419 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7420
7421         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7422         `defun' instead of `gmm-defun-compat'.
7423
7424 2006-03-14  Simon Josefsson  <jas@extundo.com>
7425
7426         * message.el (message-unique-id): Don't use message-number-base36
7427         if (user-uid) is a float.
7428         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7429
7430 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7431
7432         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7433
7434         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7435         empty line between a part and a message part.
7436
7437 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7438
7439         * smiley.el: Add more test smileys.
7440         (smiley-data-directory, smiley-regexp-alist)
7441         (gnus-smiley-file-types): Fix doc strings.
7442         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7443         adding new elements.
7444         (smiley-mouse-map): Unused code.  Make it a comment.
7445
7446 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7449         scan latest NoCeM messages instead of old ones.
7450         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7451         delimiters that are recently used.
7452         (gnus-nocem-load-cache): Add autoload cookie.
7453
7454         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7455
7456         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7457         level which is larger than gnus-use-nocem is specified.
7458
7459         * gnus-group.el (gnus-group-get-new-news): Ditto.
7460
7461 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * gnus-util.el (gnus-tool-bar-update): New function.
7464
7465         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7466         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7467
7468         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7469
7470         * gnus-group.el (gnus-group-redraw-when-idle)
7471         (gnus-group-redraw-check): Remove.
7472         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7473
7474 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7477         if optional last element is specified in splits (FIELD VALUE...).
7478
7479 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7480
7481         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7482         to gmm-image-load-path-for-library.  Call with no-error argument.
7483         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7484
7485         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7486
7487         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7488
7489         * gmm-utils.el (gmm-image-load-path): Remove alias.
7490
7491 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7492
7493         * gmm-utils.el (gmm-image-load-path): Add alias.
7494
7495         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7496         nnml-generate-nov-databases-1.
7497         (nnml-generate-nov-databases): Use it.
7498         (nnml-generate-nov-databases-directory): Document no-active
7499         argument.
7500
7501         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7502         directory if path is t.  Add no-error.
7503
7504         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7505         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7506
7507         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7508         resetting gnus-article-browse-html-temp-list.
7509
7510         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7511         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7512         Add example to docstring.  Rename local variables.  Move error
7513         checks to default case in cond and simplify.
7514
7515 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7516
7517         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7518         handle is multipart when calling it recursively.
7519         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7520
7521 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7522
7523         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7524         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7525
7526 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7529         is loaded.
7530
7531         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7532         loaded.
7533
7534 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7537         to "Emacs 23 (unicode)" in doc string.
7538
7539         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7540         "Emacs 23 (unicode)" in comment.
7541
7542 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7545
7546         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7547         characters 160 through 255 in Emacs 23.
7548
7549 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7552         gnus-article-browse-html-temp.
7553         (gnus-article-browse-delete-temp): Make it customizable.  Add
7554         `file'.  Adjust doc string.
7555         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7556         query for each file.  Adjust doc string.
7557         (gnus-article-browse-html-parts): Add
7558         `gnus-article-browse-delete-temp-files' to
7559         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7560
7561 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7562
7563         * gnus-art.el (gnus-article-browse-html-temp)
7564         (gnus-article-browse-delete-temp): New variables.
7565         (gnus-article-browse-delete-temp-files): New function.
7566         (gnus-article-browse-html-parts): Use it.
7567
7568 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7571
7572         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7573         string.
7574
7575         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7576         gnus-summary-insert-new-articles when unplugged.  Remove
7577         gnus-summary-search-article-forward.
7578
7579         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7580         display-visual-class instead of display-color-cells.
7581
7582 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7583
7584         * dgnushack.el: Autoload customize-group for XEmacs.
7585
7586         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7587         message/* containing non-ASCII text properly.
7588
7589 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7590
7591         * message.el: Require gmm-utils, remove autoloads.
7592         (message-tool-bar): Set default based on
7593         gmm-tool-bar-style.
7594         (message-tool-bar-gnome): Add gmm-customize-mode.
7595
7596         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7597         gmm-tool-bar-style.
7598         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7599
7600         * gnus-group.el (gnus-group-tool-bar): Set default based on
7601         gmm-tool-bar-style.
7602         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7603
7604         * gmm-utils.el (gmm-image-directory): Rename variable from
7605         gmm-image-load-path.
7606         (gmm-image-load-path): Use gmm-image-directory.
7607         (gmm-customize-mode): New function.
7608         (gmm-tool-bar-style): New variable.
7609
7610         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7611         gnus-group-redraw-line-number.
7612         (gnus-group-redraw-check): Simplify.
7613         (gnus-group-tool-bar-update): Remove redraw check.
7614         (gnus-group-make-tool-bar): Add redraw check.
7615
7616 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7617
7618         * gnus-art.el (gnus-button): Add missing parentheses.
7619
7620 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * lpath.el: Fbind line-number-at-pos.
7623
7624 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7625
7626         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7627
7628 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7629
7630         * gnus-art.el (gnus-button): New face.
7631         (gnus-article-button-face): Use it.
7632
7633         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7634         gnus-summary-next-page.  Re-order.
7635
7636         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7637         next-node are now included.
7638         (gnus-group-redraw-line-number): New internal variable.
7639         (gnus-group-redraw-check): Helper function for updating the tool
7640         bar.
7641         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7642
7643         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7644
7645         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7646         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7647         Use it to match format of Spamassassin 3.0 and later.  Reported by
7648         IRIE Tetsuya <irie@t.email.ne.jp>.
7649         (spam-check-bogofilter)
7650         (spam-bogofilter-register-with-bogofilter): Fix args of
7651         `gnus-error' calls.
7652
7653 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7654
7655         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7656         unnecessary interaction when sending queued mails.  Reported by
7657         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7658
7659 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7660
7661         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7662         first or last are nil.
7663
7664 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7665
7666         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7667
7668 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7669
7670         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7671
7672 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673
7674         * dns.el (query-dns): Protect more against buggy tcp output.
7675
7676 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7679         nov.php.
7680
7681 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7682
7683         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7684         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7685         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7686         output on the server side.
7687         (nnweb-google-create-mapping): Update regexps and add some
7688         progress indication.
7689
7690 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7691
7692         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7693         gnus-agent-toggle-plugged.  Re-order icons.
7694         (gnus-group-tool-bar-gnome): Add
7695         gnus-group-{prev,next}-unread-group.
7696         (gnus-group-tool-bar-gnome): Re-order icons.
7697
7698         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7699         gnus-summary-insert-new-articles.
7700
7701         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7702         comments.
7703
7704         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7705         also available in Emacs 21.3.
7706
7707         * message.el (message-fix-before-sending): Change "Emacs 22" to
7708         "Emacs 23 (unicode)" in comment.
7709
7710         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7711         "Emacs 23 (unicode)" in comment.
7712
7713         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7714         comment.
7715         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7716
7717         * mm-view.el (mm-fill-flowed): Add :version.
7718
7719 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7720
7721         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7722         and load-path.
7723
7724 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7725
7726         * message.el: Autoload gmm-image-load-path.
7727         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7728         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7729         consitency.
7730
7731         * gmm-utils.el (gmm-image-load-path): Also search in
7732         "../etc/images".  Don't set gmm-image-load-path if we don't find
7733         the image.
7734
7735 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7736
7737         * gmm-utils.el (gmm-image-load-path): Don't make
7738         `gmm-image-load-path' include subdirectories which the second arg
7739         `image' might specify.
7740
7741         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7742         subdirectory to icon file names.
7743
7744         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7745
7746 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7749         gmm-image-load-path calls.
7750
7751         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7752
7753         * message.el (message-make-tool-bar): Ditto.
7754
7755         * mml.el (mml-preview): Added comment concerning tool bar icons.
7756
7757         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7758         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7759
7760         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7761         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7762
7763         * message.el (message-tool-bar-gnome): Use new icon names.
7764         (message-make-tool-bar): Use `gmm-image-load-path'.
7765
7766         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7767         functions from MH-E.
7768         (gmm-image-load-path): New variable from MH-E.
7769         (gmm-image-load-path): New function from MH-E.  Added arguments
7770         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7771         *-image-load-path-called-flag.
7772
7773 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7774
7775         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7776
7777 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7778
7779         * nnimap.el (nnimap-request-move-article): Change folder back to
7780         source group before deleting.
7781
7782 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7783
7784         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7785
7786         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7787         mm-url.
7788
7789         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7790
7791 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7794         coding system which mm-charset-to-coding-system returns for a
7795         given charset is valid.
7796
7797 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7798
7799         * html2text.el (html2text-remove-tag-list):
7800         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7801
7802 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7803
7804         * gnus-cus.el: Revert 2005-10-17 change.
7805
7806 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7807
7808         * gnus-art.el (article-strip-banner): Call
7809         article-really-strip-banner only when the regexp match is made.
7810
7811 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7812
7813         * gnus-art.el (article-strip-banner): Use
7814         gnus-extract-address-components instead of
7815         mail-header-parse-addresses to make it work with non-ASCII text;
7816         remove mail-encode-encoded-word-string.
7817
7818         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7819         values which are surrounded with \"...\"; make it never cause a
7820         Lisp error; give up parsing of parameters if it failed in
7821         extracting type.
7822
7823 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7824
7825         * smime.el (smime-cert-by-ldap-1): Fix bug where
7826         `smime-ldap-search' returns results without userCertificates.
7827
7828 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7829
7830         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7831
7832 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * spam.el (spam-check-spamassassin-headers): Adapt format for
7835         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7836         <ari@mbf.ocn.ne.jp>.
7837         (spam-list-of-processors): Add spam-use-gmane.
7838
7839 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7840
7841         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7842         make-temp-file; make it work with XEmacs as well.
7843
7844         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7845         mm-make-temp-file.
7846
7847         * mm-decode.el (mm-display-external): Use the 3rd arg of
7848         mm-make-temp-file.
7849         (mm-create-image-xemacs): Ditto.
7850
7851 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7854         with message-narrow-to-headers.
7855         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7856         (gnus-draft-check-draft-articles): New function.
7857         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7858
7859 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7860
7861         * gnus-art.el (gnus-article-browse-html-parts):
7862         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7863         Don't use suffix argument for mm-make-temp-file for Emacs 21
7864         compatibility.  Remove useless `format'.
7865
7866 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7867
7868         * nnweb.el (nnweb-google-wash-article): Update regexps.
7869         (nnweb-group-alist): Use defvoo instead of defvar.
7870
7871 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7874         re-loading nn* modules.
7875
7876 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7879         for `tool-bar-mode' and don't check it's default-value.
7880
7881         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7882
7883         * message.el (message-make-tool-bar): Ditto.
7884
7885         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7886         `substring'.  Shorten tmp-file name.
7887
7888         * gnus.el: Remove bogus comment.
7889
7890 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7891
7892         * gnus-art.el (gnus-article-browse-html-parts): New function.
7893         (gnus-article-browse-html-article): New function for viewing html
7894         articles with a browser.
7895
7896 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7897
7898         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7899         in elisp.
7900         (pgg-gpg-encrypt-symmetric-region): Ditto.
7901         (pgg-gpg-sign-region): Ditto.
7902
7903         * pgg-def.el (pgg-text-mode): New variable.
7904
7905         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7906         (mml2015-pgg-encrypt): Ditto.
7907
7908         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7909         (mml1991-pgg-encrypt): Ditto.
7910
7911 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7914         message-make-date instead of current-time-string.
7915
7916         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7917         to gnus-decoded which mm-uu might set.
7918
7919 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7920
7921         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7922         don't decode quoted parameters; remove misimported Emacs code.
7923         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7924         (rfc2231-decode-encoded-string): Don't use split-string which
7925         behaves differently according to Emacs version; use
7926         mm-decode-coding-region to convert charset to coding-system.
7927         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7928         (rfc2231-encode-string): Remove misimported Emacs code.
7929
7930 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7931
7932         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7933         when calling mail-header-parse-content-type.
7934         (article-de-quoted-unreadable): Ditto.
7935         (article-de-base64-unreadable): Ditto.
7936         (article-wash-html): Ditto.
7937
7938         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7939         calling mail-header-parse-content-type and
7940         mail-header-parse-content-disposition.
7941         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7942         mail-header-parse-content-type.
7943
7944         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7945         insert charset and format parameters; encode description after
7946         inserting it to buffer.
7947         (mml-insert-parameter): Fold lines properly even if a parameter is
7948         segmented into two or more lines; change the max column to 76.
7949
7950         * rfc1843.el (rfc1843-decode-article-body): Don't use
7951         ignore-errors when calling mail-header-parse-content-type.
7952
7953         * rfc2231.el (rfc2231-parse-string): Return at least type if
7954         possible; don't cause an error even if it fails in parsing of
7955         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7956         (rfc2231-encode-string): Don't break lines at the beginning, leave
7957         it to mml-insert-parameter.
7958
7959         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7960         calling mail-header-parse-content-type.
7961
7962 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * spam-report.el (spam-report-gmane-use-article-number):
7965         Improve doc string.
7966         (spam-report-gmane-internal): Check if a suitable header was found
7967         in the article.
7968
7969 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7970
7971         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7972         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7973
7974 2006-02-05  Romain Francoise  <romain@orebokech.com>
7975
7976         Update copyright notices of all files in the gnus directory.
7977
7978 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7979
7980         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7981
7982 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7985         segmented lines of parameter value to cope with Thunderbird 1.5
7986         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7987         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7988         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7989
7990 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7991
7992         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7993         parts.
7994
7995 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7996
7997         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7998         there's only one active file for all servers.
7999         (nnweb-request-scan): Make sure nnweb-articles is initialized on
8000         solid groups.  Gnus might have used a FAST request to select the group.
8001         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
8002         and nnweb-search redundantly in the active file.
8003         (nnweb-request-list): Don't list bogus groups.  There can only be one.
8004         (nnweb-request-create-group): Don't use ARGS.
8005         (nnweb-possibly-change-server, nnweb-request-group): Remove some
8006         initialisations.  Let nnoo do the work.
8007
8008 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8009
8010         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
8011         Say the part has been decoded.
8012
8013         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
8014
8015 2006-01-31  Kevin Ryde  <user42@zip.com.au>
8016
8017         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
8018         mailcap-viewer-test-cache when there's no 'test clause, since that
8019         will invert the meaning of a "nil" test previously determined by
8020         mailcap-mailcap-entry-passes-test.
8021
8022 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
8025         compiling.
8026
8027         * gnus-sum.el: Ditto.
8028
8029         * message.el: Don't bind tool-bar-map when compiling.
8030
8031 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
8032
8033         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
8034
8035 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
8036
8037         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
8038         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
8039         current Google Groups.
8040
8041 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
8042
8043         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
8044         and tool-bar-mode.
8045
8046         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
8047         and tool-bar-mode.
8048
8049         * message.el (message-tool-bar-update): Simplify.
8050         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
8051
8052         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
8053         gnus-summary-buffer.
8054         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
8055         gnus-summary-reply.
8056
8057         * gmm-utils.el (gmm): Add :version.
8058
8059 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * Makefile.in (clean): New rule.
8062         (distclean): Use it.
8063
8064 2006-01-26  Steve Youngs  <steve@sxemacs.org>
8065
8066         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
8067         autoload.
8068
8069 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gmm-utils.el (gmm-verbose): Add :group.
8072
8073 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
8074
8075         * message.el: Change some comments WRT tool-bars.
8076
8077         * gnus-sum.el (gnus-summary-tool-bar)
8078         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
8079         (gnus-summary-tool-bar-zap-list): New variables.
8080         (gnus-summary-make-tool-bar): Complete rewrite using
8081         `gmm-tool-bar-from-list'.
8082
8083         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
8084         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
8085         variables.
8086         (gnus-group-make-tool-bar): Complete rewrite using
8087         `gmm-tool-bar-from-list'.
8088         (gnus-group-tool-bar-update): New function.
8089
8090         * message.el (message-mode-field-menu): Add "Show hidden Headers".
8091
8092 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
8095         is dissected into a single part of which the type is the same as
8096         the given one; decode charset.
8097
8098 2006-01-21  Kevin Ryde  <user42@zip.com.au>
8099
8100         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
8101         into alists as symbol not string, since that's what
8102         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
8103         look for.
8104
8105 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
8108         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
8109
8110         * message.el (message-tool-bar-gnome): Use gmm-ignore.
8111
8112 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8113
8114         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
8115         (gnus-xmas-mime-security-button-menu): New function.
8116
8117         * gnus-art.el (gnus-mime-security-button-commands): New variable.
8118         (gnus-mime-security-button-menu): New definition.
8119         (gnus-mime-security-button-map): Use them.
8120         (gnus-mime-security-button-menu): New function.
8121         (gnus-insert-mime-security-button): Addition to help echo.
8122         (gnus-mime-security-run-function, gnus-mime-security-save-part)
8123         (gnus-mime-security-pipe-part): New functions.
8124
8125         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
8126         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
8127
8128         * mm-decode.el (mm-handle-set-disposition): Remove.
8129         (mm-handle-set-description): Remove.
8130
8131 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
8134         (mm-w3m-standalone-supports-m17n-p): New function.
8135         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
8136         w3m usage.
8137
8138         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
8139         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
8140
8141 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8142
8143         * message.el (message-tool-bar-zap-list): Use
8144         gmm-tool-bar-zap-list as custom type.
8145         (message-tool-bar-update): New function.
8146         (message-tool-bar, message-tool-bar-gnome)
8147         (message-tool-bar-retro): Add message-tool-bar-update.
8148         (message-tool-bar-gnome): Add flyspell-buffer.
8149
8150         * gnus-util.el (gnus-error): Describe `args'.
8151
8152         * gmm-utils.el (gmm-error): Describe `args'.
8153         (gmm-tool-bar-zap-list): New widget.
8154         (gmm-tool-bar-from-list): Improve description of `zap-list'.
8155
8156 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
8159         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
8160         the number of recursive calls.
8161
8162         * mm-decode.el (mm-handle-set-disposition): New macro.
8163         (mm-handle-set-description): New macro.
8164
8165 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8166
8167         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
8168         encoding.
8169
8170 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * message.el (message-tool-bar-zap-list, message-tool-bar)
8173         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
8174         (message-tool-bar-local-item-from-menu): Remove.
8175         (message-tool-bar-map): Replace by `message-make-tool-bar'.
8176         (message-make-tool-bar): New function.
8177         (message-mode): Use `message-make-tool-bar'.
8178
8179         * gmm-utils.el: New file.
8180         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
8181         (gmm-lazy): New widget copied from `nnmail.el'.
8182         (gmm-tool-bar-from-list): New function for creating customizable
8183         tool bars.
8184         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
8185         output.
8186         (gmm): Add :prefix to defgroup.
8187
8188 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
8189
8190         * gmm-utils.el (gmm-widget-p): New function.
8191
8192 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * mml.el (mml-attach-file): Describe `description' in doc string.
8195         (mml-menu): Add Emacs MIME manual and PGG manual.
8196
8197 2006-01-20  Richard M. Stallman  <rms@gnu.org>
8198
8199         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
8200
8201 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
8202
8203         * nntp.el (nntp-end-of-line): Doc fix.
8204
8205 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
8206
8207         * imap.el (imap-open): Handle case where buffer is a buffer
8208         object.
8209
8210 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8211
8212         * gnus-delay.el (gnus-delay): Don't autoload.
8213         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8214         to be re-loaded when customizing the `gnus-delay' group.
8215
8216 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
8217
8218         * message.el (message-insert-citation-line): Use newlines.
8219
8220 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8221
8222         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8223         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
8224         these routines, so the passphrase can be managed externally and
8225         passed in to the system.
8226         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8227         pgg-add-passphrase-to-cache function.
8228
8229         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8230         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
8231         these routines, so the passphrase can be managed externally and
8232         passed in to the system.
8233         (pgg-pgp5-sign-region): Use new name of
8234         pgg-add-passphrase-to-cache function.
8235
8236 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
8237
8238         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
8239         part of the decoded armor to find the key-identifier.
8240         (pgg-gpg-lookup-key-owner): New function to return the
8241         human-readable identifier of a key owner.
8242         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
8243         itself.
8244         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
8245         the key value) if we have a key and can match it against a secret
8246         key.  Also, added a note pointing out fact that the prompt only
8247         indicates the first matching key.
8248
8249         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
8250         pgg-decrypt-region.
8251         (pgg-add-passphrase-to-cache): Rename from
8252         `pgg-add-passphrase-cache' to reduce confusion (all callers
8253         changed).
8254         (pgg-remove-passphrase-from-cache): Rename from
8255         `pgg-remove-passphrase-cache' to reduce confusion (all callers
8256         changed).
8257         (pgg-read-passphrase, pgg-add-passphrase-cache)
8258         (pgg-remove-passphrase-cache): Add informative docstrings.
8259         (pgg-decrypt): Convey provided passphrase in subordinate call to
8260         pgg-decrypt-region.
8261
8262 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
8263
8264         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
8265         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
8266         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
8267         'passphrase' argument, so the passphrase can be managed externally
8268         and then passed in to the system.
8269
8270         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
8271         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
8272         so the passphrase cache can be used reliably with identifiers
8273         besides a pgp packet's key id.
8274
8275         * pgg-gpg.el (pgg-gpg-encrypt-region)
8276         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
8277         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
8278         these routines, so the passphrase can be managed externally and
8279         passed in to the system.
8280
8281         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
8282         'notruncate' argument, so the passphrase cache can be used
8283         reliably with identifiers besides a pgp packet's key id.
8284
8285 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8286
8287         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8288         symmetric encryption.
8289         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8290         encrypted session key.
8291         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8292         message ask for the passphrase in a proper way.
8293
8294         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8295         New user commands for symmetric encryption.
8296
8297 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8300
8301         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8302
8303 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8304
8305         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8306
8307 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * mm-decode.el (mm-inlined-types): Add application/pgp.
8310         (mm-automatic-display): Ditto.
8311
8312         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8313         part as text.
8314
8315 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * nnrss.el: Update copyright.
8318         (nnrss-opml-import): Query whether to subscribe to each entry.
8319
8320         * gnus-art.el:
8321         * gnus-sum.el:
8322         * gnus-xmas.el:
8323         * messagexmas.el:
8324         * mm-uu.el:
8325         * mm-view.el: Update copyright.
8326
8327 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8328
8329         * message.el (message-info): New function.
8330         (message-mode-menu): Add it.
8331         Update copyright.
8332
8333         * ChangeLog: Fix and update copyright.
8334
8335 2006-01-13  Romain Francoise  <romain@orebokech.com>
8336
8337         * message.el (message-forward-subject-name-subject): Prefer the
8338         address to 'nowhere' if the sender has no name.
8339         Fix typo.  Update copyright year.
8340
8341 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-art.el (article-wash-html): Use
8344         gnus-summary-show-article-charset-alist if a numeric arg is given.
8345         (gnus-article-wash-html-with-w3m-standalone): New function.
8346
8347         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8348         mm-inline-text-html-render-with-w3m-standalone.
8349         (mm-text-html-washer-alist): Map w3m-standalone to
8350         gnus-article-wash-html-with-w3m-standalone.
8351         (mm-inline-text-html-render-with-w3m-standalone): New function.
8352
8353 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8354
8355         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8356         Improve LaTeX.
8357
8358 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8361         (nnrss-request-article): Render text/plain parts as HTML.
8362
8363         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8364         the buffer.
8365
8366 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8369         custom definition of `gnus-posting-styles'.
8370
8371         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8372         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8373
8374 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8375
8376         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8377         Use nntp for bug archive.
8378
8379 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8382         parts.
8383         (nnrss-normalize-date): New function converts ISO 8601 date into
8384         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8385         (nnrss-check-group): Use it.
8386
8387 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8388
8389         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8390
8391         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8392         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8393         (nnrss-insert-w3): Ditto.
8394
8395 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8398         the articles to be forwarded including the case where neither a
8399         number of articles nor a region is specified.
8400
8401 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * nnrss.el (nnrss-request-article): Fix last change; fill
8404         text/plain parts.
8405
8406 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8407
8408         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8409         in text/plain part.
8410         (nnrss-check-group): Don't add excessive newline to dc:subject.
8411
8412 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8413
8414         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8415         article.
8416
8417 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8418
8419         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8420         (nnml-use-compressed-files, nnml-save-mail): Support other
8421         comression programs such as bzip2.
8422
8423 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8424
8425         * dns.el (query-dns): Make sure we check the buffer size before
8426         removing tcp headers.
8427
8428 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8431         remove MIME buttons associated with multipart/alternative parts.
8432         (gnus-mime-display-alternative): Tag buttons using `article-type'
8433         text property.
8434
8435         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8436         associated with multipart/alternative parts.
8437
8438         * gnus-art.el (gnus-signature-separator): Fix custom type.
8439
8440         * mm-decode.el (mm-inlined-types): Fix custom type.
8441         (mm-keep-viewer-alive-types): Ditto.
8442         (mm-automatic-display): Ditto.
8443         (mm-attachment-override-types): Ditto.
8444         (mm-inline-override-types): Ditto.
8445         (mm-automatic-external-display): Ditto.
8446
8447 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8448
8449         * spam-report.el (spam-report-user-mail-address)
8450         (spam-report-user-agent): New variables.
8451         (spam-report-url-ping-plain): Use spam-report-user-agent.
8452
8453 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8454
8455         * gnus-art.el (gnus-button-handle-custom): Do not just use
8456         `customize-apropos' for any "M-x customize-*" button but the
8457         function called for.  Accept both the function name and its
8458         argument in order to achieve this.
8459         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8460         function name to `gnus-button-handle-custom' in case of "M-x
8461         customize-*" buttons.
8462
8463 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8466         multipart/alternative and add xref to mm-discouraged-alternatives
8467         in doc string.
8468
8469         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8470         gnus-buttonized-mime-types in doc string.
8471
8472 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8475         Suggest image/.* in the doc string.
8476
8477 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8478
8479         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8480         message-marks (Debian bug #342521).
8481
8482 2005-12-12  Simon Josefsson  <jas@extundo.com>
8483
8484         * password.el (password-read-from-cache): Add.
8485         (password-read): Use it.
8486
8487 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8488
8489         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8490         us-ascii as a MIME charset.
8491
8492         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8493         against the case where the 2nd arg TYPE is nil.
8494
8495 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8496
8497         * pop3.el (pop3-stream-type): Fix custom version.
8498
8499         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8500
8501 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8502
8503         * mm-decode.el (mm-display-external): Add missing cdr.
8504
8505 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8508         RFC1524) if it is in mailcap or add a suffix according to
8509         mailcap-mime-extensions when generating a temp filename; postpone
8510         deleting a temp file for 2 seconds for some wrappers, shell
8511         scripts, and so on, which might exit right after having started a
8512         viewer command as a background job.
8513
8514 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * nntp.el (nntp-marks-directory): Fix custom group.
8517
8518         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8519         steps when < 10.
8520
8521         * gnus-start.el (gnus-no-server-1): Mention
8522         `gnus-level-default-subscribed' in doc string.
8523
8524 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8525
8526         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8527         parens.
8528
8529 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-xmas.el (gnus-use-toolbar): Revert.
8532         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8533         gnus-use-toolbar is default.
8534
8535         * messagexmas.el (message-use-toolbar): Revert.
8536         (message-setup-toolbar): Use global default-toolbar if
8537         message-use-toolbar is default.
8538
8539 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8540
8541         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8542         according to default-toolbar-visible-p.
8543
8544         * messagexmas.el (message-use-toolbar): Ditto.
8545
8546 2005-11-26  Dave Love  <fx@gnu.org>
8547
8548         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8549         (tls-program, tls-success): Provide openssl alternative.
8550
8551         * starttls.el: Doc fixes.
8552         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8553         SERVICE to PORT.
8554
8555         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8556         port null or service name.
8557         (starttls-negotiate): Autoload.
8558
8559 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8560
8561         * message.el (message-kill-to-signature): Fix interactive spec.
8562
8563 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8564
8565         * pop3.el (pop3-open-server): Recognize a string as a service name.
8566
8567 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8568
8569         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8570
8571 2005-11-23  Dave Love  <fx@gnu.org>
8572
8573         Add pop3s, pop3/starttls.
8574
8575         * pop3.el (pop3-authentication-scheme): Clarify doc.
8576         (open-tls-stream, starttls-open-stream): Autoload.
8577         (pop3-stream-type): New.
8578         (pop3-open-server): Use it.
8579
8580         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8581         for POP.
8582         (mail-source-keyword-map): Add :stream for POP.
8583         (mail-source-fetch-pop): Use pop3-stream-type.
8584
8585 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8586
8587         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8588         of current-time-string.
8589
8590 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8591
8592         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8593         date header.
8594
8595 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8596
8597         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8598         it can seriously impact performance as it bypasses the agent's
8599         local caches.
8600
8601 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8602
8603         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8604         must be explicitly online rather than "not explicitly offline" for
8605         its flags to be synchronized.
8606
8607         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8608         that gnus-uu-unmark-thread will function correctly.
8609
8610         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8611         1024K is instead displayed as 1M.
8612
8613 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614
8615         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8616
8617 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8618
8619         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8620
8621 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8622
8623         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8624         error message to display actual error condition.
8625         (gnus-agent-save-local): Avoid saving symbols that are bound to
8626         nil as they simply result in a warning message in
8627         gnus-agent-read-local.
8628
8629 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8632         rather than make-variable-buffer-local for file-precious-flag.
8633
8634 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8635
8636         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8637         for duplicates which are removed.  The invalid sort check then
8638         triggers a rescan after the sort as sorting may have moved
8639         duplicate entries such that they can be cheaply detected.
8640
8641 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8644
8645 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8646
8647         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8648         internal variable to a custom variable.  Changed default value
8649         from compressed(2) to uncompressed(1).
8650         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8651         support for uncompressed agentview files.  Taken together, reading
8652         the agentview file should now be 6-7 times faster.
8653
8654 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8655
8656         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8657         as a buffer-local variable.  This avoids creating truncated
8658         dribble files as a result of a hang up, eg.
8659
8660 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8661
8662         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8663         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8664         XEmacs.
8665
8666 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8667
8668         * gnus-start.el (gnus-start-draft-setup): Enforce
8669         `gnus-draft-mode' for nndraft:drafts at startup.
8670
8671         * gnus.el (gnus-splash): Change custom group.
8672         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8673         allow-list argument.
8674
8675         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8676         string.
8677
8678 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8679
8680         * gnus-art.el (gnus-default-article-saver): Add user-defined
8681         `function' to custom type.
8682
8683 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8684
8685         * imap.el (imap-open): Handle case where buffer is a buffer
8686         object.
8687
8688 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8689
8690         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8691         long lines.
8692         (gnus-cache-delete-group): Wrap doc strings.
8693
8694         * gnus-agent.el (gnus-agent-rename-group)
8695         (gnus-agent-delete-group): Wrap doc strings.
8696
8697 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8698
8699         * messagexmas.el (message-use-toolbar): Change the valid values
8700         into default, top, bottom, left, and right.
8701         (message-toolbar-thickness): New variable.
8702         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8703         well.
8704         (message-setup-toolbar): Make it work.
8705
8706         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8707         (gnus-use-toolbar): Change the valid values into default, top,
8708         bottom, left, and right.
8709         (gnus-toolbar-thickness): New variable.
8710         (gnus-xmas-setup-toolbar): New function.
8711         (gnus-xmas-setup-group-toolbar): Use it.
8712         (gnus-xmas-setup-summary-toolbar): Use it.
8713
8714 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8715
8716         * gnus-start.el (gnus-1): Add "native" to
8717         gnus-predefined-server-alist.
8718
8719         * gnus.el (gnus-method-to-server): Don't add "native" to the
8720         lists here, because that leads to problems when
8721         gnus-select-method is bound.
8722
8723 2005-11-09  Simon Josefsson  <jas@extundo.com>
8724
8725         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8726         use (not sort-by-date) instead.
8727
8728 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8729
8730         * gnus-delay.el (gnus-delay-group): Don't autoload.
8731         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8732         to be re-loaded when customizing the `gnus-delay' group.
8733
8734 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8735
8736         * message.el: Revert last changes.
8737         (message-insert-citation-line): Use newlines.
8738
8739 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8740
8741         * message.el (message-courtesy-message)
8742         (message-mark-insert-begin, message-mark-insert-end)
8743         (message-elide-ellipsis, message-cancel-message)
8744         (message-add-header, message-change-subject)
8745         (message-cross-post-followup-to-header)
8746         (message-cross-post-insert-note, message-reduce-to-to-cc)
8747         (message-widen-reply, message-delete-not-region)
8748         (message-kill-to-signature, message-insert-signature)
8749         (message-insert-importance-high, message-insert-importance-low)
8750         (message-insert-or-toggle-importance)
8751         (message-insert-disposition-notification-to)
8752         (message-indent-citation, message-yank-original)
8753         (message-cite-original-without-signature, message-cite-original)
8754         (message-insert-citation-line, message-position-on-field)
8755         (message-fix-before-sending, message-send-mail-partially)
8756         (message-send-mail, message-send-mail-with-sendmail)
8757         (message-send-mail-with-qmail, message-send-news)
8758         (message-check-news-header-syntax, message-generate-headers)
8759         (message-insert-courtesy-copy, message-fill-address)
8760         (message-fill-header, message-shorten-references)
8761         (message-setup-1, message-cancel-news)
8762         (message-forward-make-body-plain, message-forward-make-body-mime)
8763         (message-forward-make-body-mml, message-encode-message-body)
8764         (message-forward-make-body-digest-plain)
8765         (message-forward-make-body-digest-mime)
8766         (message-use-alternative-email-as-from): Insert `hard-newline'
8767         instead of ordinary newlines.
8768
8769 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * message.el (message-generate-headers): Downcase the argument
8772         given to message-check-element.
8773
8774 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8775
8776         * nntp.el (nntp-authinfo-rejected): New error condition.
8777         (nntp-wait-for): Use new error condition to signal authentication
8778         error.
8779         (nntp-retrieve-data): Rethrow new error condition to break out of
8780         recursive call to nntp-send-authinfo.
8781
8782 2005-11-08  Romain Francoise  <romain@orebokech.com>
8783
8784         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8785         (gnus-summary-exit-map): Bind to `Z p'.
8786         (gnus-summary-make-menu-bar): Add menu item.
8787
8788 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8789
8790         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8791         (gnus-treat-*): Add `first' in all doc strings.
8792
8793         * gnus-group.el (gnus-group-compact-group): Fix typo.
8794
8795 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus.el (gnus-parameters-case-fold-search): New variable.
8798         (gnus-parameters-get-parameter): Use it.
8799
8800         * gnus-score.el (gnus-home-score-file): Doc fix.
8801
8802 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8803
8804         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8805
8806 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * mm-util.el (mm-special-display-p): New function.
8809
8810         * mml.el (mml-preview): Use it; doc fix.
8811
8812 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8813
8814         * imap.el (imap-open): Handle case where buffer is a buffer object.
8815
8816 2005-10-29  Romain Francoise  <romain@orebokech.com>
8817
8818         * message.el (message-fix-before-sending): Fix comment.
8819
8820 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8821
8822         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8823
8824 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8825
8826         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8827         Used in gnus-score.el.
8828
8829 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8830
8831         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8832
8833 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8834
8835         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8836         whitespace removed in revision 7.8.  Use concatenated string to
8837         protect trailing whitespace.
8838
8839 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8840
8841         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8842         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8843         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8844         Courier IMAP ("some version from 2004").  Mostly based on similar
8845         code in the same function.
8846
8847 2005-10-26  Didier Verna  <didier@xemacs.org>
8848
8849         * gnus-group.el (gnus-group-compact-group): Invalidate original
8850         article buffer.
8851         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8852         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8853         NOV database and in article itself.
8854         Invalidate article backlog.
8855
8856 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8857
8858         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8859
8860 2005-10-26  Simon Josefsson  <jas@extundo.com>
8861
8862         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8863         part of 2004-07-25 change.
8864
8865 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * message.el (message-display-completion-list): New function.
8868         (message-expand-group): Use it; make sure the Completions buffer
8869         is modifiable.
8870 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8871
8872         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8873         user-mail-name is an empty string.
8874
8875 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8876
8877         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8878         depending on gnus-score-decay-constant.
8879
8880         * encrypt.el (encrypt-insert-file-contents)
8881         (encrypt-write-file-contents): Don't use `gnus-message'.
8882
8883         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8884         arguments.
8885         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8886         arguments to mm-uu-verbatim-marks-extract.
8887         (mm-uu-hide-markers): New variable.
8888         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8889
8890         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8891         (gnus-convert-image-to-face-command): Use "convert" by default to
8892         allow other input image formats.
8893         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8894         accordingly.
8895
8896 2005-10-23  Simon Josefsson  <jas@extundo.com>
8897
8898         * imap.el (imap-gssapi-program): Align command line parameters
8899         with latest GNU SASL.
8900         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8901
8902 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903
8904         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8905         HTML.
8906         (nnslashdot-request-article): Ditto.
8907
8908         * lpath.el (featurep): Add nobreak-char-display.
8909
8910 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8911
8912         * mail-source.el (mail-source-fetch-pop): Require pop3.
8913         (mail-source-check-pop): Ditto.
8914
8915 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8918         errors.
8919
8920 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8921
8922         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8923         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8924
8925         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8926
8927         * mm-bodies.el (mm-decode-string): Call
8928         `mm-charset-to-coding-system' with allow-override argument.
8929
8930 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8931
8932         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8933         (rfc2047-charset-to-coding-system): New function.
8934         (rfc2047-decode-encoded-words): New function.
8935         (rfc2047-decode-region): Use them.
8936         (rfc2047-decode-cte): Remove.
8937         (rfc2047-parse-and-decode): Remove.
8938         (rfc2047-decode): Remove.
8939
8940 2005-10-15  Kenichi Handa  <handa@m17n.org>
8941
8942         * rfc2047.el (rfc2047-decode-cte): New function.
8943         (rfc2047-decode-region): Change the way to decode successive
8944         encoded-words: decode B- or Q-encoding in each encoded-word,
8945         concatenate them, and decode it as charset.
8946
8947 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * lpath.el: Fbind codepage-setup for XEmacs.
8950
8951 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8952
8953         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8954         widget-move-and-invoke.
8955         (gnus-custom-mode): Use gnus-custom-map.
8956
8957 2005-10-15  Bill Wohler  <wohler@newt.com>
8958
8959         * message.el (message-tool-bar-map): Renamed image file from
8960         mail_send to mail/send.
8961
8962 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8963
8964         * message.el (message-expand-group): Pass the common
8965         prefix substring of completion to `display-completion-list'.
8966
8967 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * mml-sec.el (mml-secure-method): New internal variable.
8970         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8971         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8972         functions using mml-secure-method.
8973
8974         * mml.el (mml-mode-map): Add key bindings for those functions.
8975         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8976         Harder <harder@myrealbox.com>.
8977         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8978         end of message if point is the headers of the message.
8979
8980         * message.el (message-in-body-p): New function.
8981
8982         * assistant.el: Autoload gnus-util and netrc.
8983
8984         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8985         Use `mm-charset-override-alist' only when decoding.
8986
8987         * mm-bodies.el (mm-decode-body): Call
8988         `mm-charset-to-coding-system' with allow-override argument.
8989
8990         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8991         `filename' from Content-Disposition if Content-Type doesn't
8992         provide `name'.
8993         (gnus-mime-view-part-as-type): Set default instead of
8994         initial-input.
8995
8996 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8997
8998         * format-spec.el (format-spec): Propagate text properties of % spec.
8999
9000 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * gnus-art.el (gnus-treat-predicate): Add `first'.
9003
9004 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
9005
9006         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
9007         (mm-charset-override-alist): New variable.
9008         (mm-charset-to-coding-system): Use it.
9009         (mm-codepage-setup): New helper function.
9010         (mm-charset-eval-alist): New variable.
9011         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
9012         about unknown charsets.
9013
9014         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
9015
9016 2005-10-04  David Hansen  <david.hansen@gmx.net>
9017
9018         * nnrss.el (nnrss-request-article): Add support for the comments tag.
9019         (nnrss-check-group): Ditto.
9020
9021 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
9024         Rename x-gnus-verbatim to x-verbatim.
9025         (mm-uu-type-alist): Fix regexp for verbatim-marks.
9026
9027         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
9028         x-verbatim.
9029
9030         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
9031
9032         * gnus-util.el (gnus-remove-duplicates): Remove.
9033
9034         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
9035         instead of gnus-remove-duplicates.
9036
9037         * message.el (message-remove-duplicates): Remove.
9038         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
9039         message-remove-duplicates.
9040
9041         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
9042         available, else use implementation from `delete-dups'.
9043
9044         * message.el (message-insert-expires): New function.
9045         (message-mode-map): Add key binding.
9046         (message-mode-field-menu): Add menu entry.
9047         (message-mode): Document it.
9048         (message-make-expires-date): Use `message-make-date'.
9049
9050 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
9051
9052         * message.el (message-make-expires-date): New function.
9053
9054 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9055
9056         * Makefile.in (list-installed-shadows): New entry.
9057         (install): Use it.
9058         (remove-installed-shadows): New entry.
9059
9060         * dgnushack.el (dgnushack-default-load-path): New variable.
9061         (dgnushack-find-lisp-shadows): New function.
9062         (dgnushack-remove-lisp-shadows): New function.
9063
9064 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9065
9066         * Makefile.in (install-el-elc): New entry.
9067         (install): Use it so that .el files are necessarily installed.
9068
9069 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9070
9071         * time-date.el: Autoload parse-time-string, XEmacs needs it.
9072
9073 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9074
9075         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
9076         function rather than the diff-mode.el package.
9077         (mm-display-external): Use with-current-buffer.
9078         (mm-viewer-completion-map, mm-viewer-completion-map):
9079         Move initialization inside declaration.
9080
9081 2005-09-29  Simon Josefsson  <jas@extundo.com>
9082
9083         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
9084         autoload mail-check-payment.
9085         (spam-check-hashcash): Define unconditionally, since hashcash.el
9086         is part of Gnus now.  Ignore errors from payment checking.
9087
9088 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9089
9090         * message.el (message-bold-region, message-unbold-region): Rename
9091         from `bold-region' and `unbold-region'.
9092
9093         * message.el: Remove useless autoloads.
9094
9095 2005-09-28  Simon Josefsson  <jas@extundo.com>
9096
9097         * message.el (message-use-idna): Default to t.
9098         (message-use-idna): Test whether encoding works too.  Doc fix.
9099
9100 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * nntp.el (nntp-warn-about-losing-connection): Remove.
9103
9104 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9105
9106         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
9107         customizable.  Change default value.
9108         (mm-uu-diff-groups-regexp): Change default value.
9109         (mm-uu-type-alist): Add doc string.
9110         (mm-uu-configure): Add doc string.  Make it interactive.
9111         (mm-uu-tex-groups-regexp): New variable.
9112         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
9113         (mm-uu-type-alist): Add LaTeX documents.
9114         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
9115         of "text/verbatim".
9116         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
9117
9118         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
9119         instead of "text/verbatim".
9120
9121         * message.el (message-mark-inserted-region)
9122         (message-mark-insert-file): Use slrn style marks when called with
9123         prefix argument.
9124
9125 2005-09-27  Simon Josefsson  <jas@extundo.com>
9126
9127         * message.el (message-idna-to-ascii-rhs-1): Reformat.
9128
9129 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
9130
9131         * message.el (message-remove-duplicates): New function.
9132         Implementation borrowed from `gnus-remove-duplicates'.
9133         (message-idna-to-ascii-rhs): Also encode idna addresses in
9134         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9135         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
9136         only ask about the same idna domain once per header and also tell
9137         in what header to replace the idna domain.
9138
9139         * gnus-art.el (article-decode-idna-rhs): Also decode idna
9140         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
9141         (article-decode-idna-rhs): Fix regexp so that all idna-address in
9142         a header is decoded and not just the last one.
9143
9144 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
9147         has been decoded.
9148
9149         * mm-decode.el (mm-automatic-display): Add text/verbatim.
9150         (mm-insert-part): Don't modify text if it has been decoded.
9151
9152         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
9153         decoded.
9154
9155         * mm-view.el (mm-inline-text): Don't strip text props unless
9156         decoding enriched or richtext parts.
9157
9158 2005-09-25  Romain Francoise  <romain@orebokech.com>
9159
9160         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
9161         * gnus-start.el (gnus-subscribe-interactively):
9162         * gnus-uu.el (gnus-uu-grab-articles):
9163         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
9164         space.
9165
9166 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
9167
9168         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
9169         * mm-view.el (mm-view-pkcs7-decrypt):
9170         * gnus-sum.el (gnus-summary-limit-to-extra)
9171         (gnus-summary-respool-article, gnus-read-move-group-name):
9172         * gnus-score.el (gnus-summary-increase-score):
9173         * gnus-util.el (gnus-completing-read-with-default):
9174         * gnus-art.el (gnus-read-save-file-name)
9175         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
9176         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
9177         * message.el (message-check-news-header-syntax):
9178         Follow convention for reading with the minibuffer.
9179
9180 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
9181
9182         * spam-report.el (spam-report-url-ping-plain):
9183         Use gnus-extended-version as User-Agent.
9184
9185         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
9186         default value is nil.
9187
9188         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
9189         (mm-uu-verbatim-marks-extract): New function.
9190         (mm-uu-extract): New face.
9191         (mm-uu-copy-to-buffer): Use it.
9192
9193         * spam-report.el (spam-report-gmane-ham): Renamed from
9194         `spam-report-gmane-unspam'.
9195         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
9196         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
9197
9198         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
9199         Autoload.
9200         (spam-report-gmane-unregister-routine): Renamed
9201         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
9202
9203 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
9204
9205         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
9206         (spam-report-gmane-unregister-routine): Add support for gmane
9207         unregistration.
9208
9209         * spam-report.el (spam-report-gmane-unspam)
9210         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
9211         (spam-report-gmane): Change to take a single article and do unspam
9212         registration.
9213
9214 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9215
9216         * mm-url.el (mm-url-decode-entities): Fix regexp.
9217
9218 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219
9220         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
9221         default to nil, to be able to use Gnus at all.  If the default
9222         switches to something else, then the function should be fixed not
9223         be exceedingly slow.
9224
9225 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
9226
9227         * gnus-start.el (gnus-activate-group): If the server is nil, don't
9228         fail hard.
9229
9230         * spam-report.el: Add better Keywords line.
9231
9232         * spam.el: Add Maintainer and better Keywords line.
9233
9234 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
9235
9236         * gnus-art.el (gnus-article-replace-part)
9237         (gnus-mime-replace-part): New functions.
9238         (gnus-mime-action-alist, gnus-mime-button-commands)
9239         (gnus-mime-save-part-and-strip): Added file argument.
9240         (gnus-article-part-wrapper): Added interactive argument.
9241
9242         * gnus-sum.el (gnus-summary-mime-map): Add
9243         `gnus-article-replace-part'.
9244
9245 2005-09-19  Didier Verna  <didier@xemacs.org>
9246
9247         The nnml compaction feature:
9248         * nnml.el (nnml-request-compact-group): New function.
9249         * nnml.el (nnml-request-compact): New function.
9250         * gnus-int.el (gnus-request-compact-group): New function.
9251         * gnus-int.el (gnus-request-compact): New function.
9252         * gnus-group.el (gnus-group-compact-group): New function.
9253         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
9254         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
9255         * gnus-srvr.el (gnus-server-compact-server): New function.
9256         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
9257         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
9258
9259 2005-09-18  Deepak Goel  <deego@gnufans.org>
9260
9261         * sieve.el (sieve-help): Fix `message' call: first arg should be a
9262         format spec.
9263
9264 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9265
9266         * gnus.el (gnus-group-startup-message): Bind image-load-path.
9267
9268 2005-09-15  Romain Francoise  <romain@orebokech.com>
9269
9270         * message.el (message-fill-paragraph): Clarify docstring.
9271
9272 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * gnus-art.el (gnus-mime-display-part): Protect against broken
9275         MIME messages.
9276
9277 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9278
9279         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
9280         before parsing header.
9281
9282 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
9283
9284         * html2text.el (html2text-replace-list): Add new entities.
9285
9286 2005-09-11  Romain Francoise  <romain@orebokech.com>
9287
9288         * message.el (message-alternative-emails): Improve docstring.
9289         (message-setup-1): Call `message-use-alternative-email-as-from'
9290         after `message-setup-hook' to give it precedence over posting
9291         styles, etc.
9292         (message-use-alternative-email-as-from): Add docstring.  Remove
9293         the original From header if present.
9294
9295         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9296         (nnml-save-mail): Use it.
9297
9298         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9299         articles.  Add new argument `silent'.
9300         (gnus-uu-mark-all): Report the total number of marked articles.
9301
9302 2005-09-10  Romain Francoise  <romain@orebokech.com>
9303
9304         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9305         (gnus-uu-mark-series): Likewise.
9306
9307 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9308
9309         * spam-report.el (spam-report-gmane): Fix generation of spam
9310         report URL.
9311
9312 2005-09-10  Simon Josefsson  <jas@extundo.com>
9313
9314         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9315         t, based on discussion on the ding list with Robert Epprecht
9316         <epprecht@solnet.ch>.
9317
9318 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9319
9320         * spam-report.el (spam-report-gmane): Make it work without
9321         X-Report-Spam header.  Gmane now only provides Archived-At.
9322         This is only used if `spam-report-gmane-use-article-number' is nil.
9323         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9324
9325         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9326         make `gnus-summary-sort-by-recipient' work with threading.
9327
9328         * nnweb.el (nnweb-google-wash-article): Print a message if article
9329         is not available.
9330
9331 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9332
9333         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9334         change.  Decode text/* parts content before displaying.
9335
9336 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9337
9338         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9339
9340 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9341
9342         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9343
9344         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9345         url-package-name, url-package-version,
9346         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9347         w3m-display-inline-images, and w3m-minor-mode-map.
9348
9349 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9350
9351         * message.el (message-tab-body-function): Fix mismatched custom type.
9352
9353         * gnus.el (gnus-group-change-level-function): Ditto.
9354
9355         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9356
9357         * gnus-art.el (gnus-signature-limit)
9358         (gnus-article-mime-part-function): Ditto.
9359
9360 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9361
9362         * mml.el (mml-mode): Silence the byte compiler.
9363
9364         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9365         using `(sit-for 0)' before moving the point to the specified part;
9366         skip unbuttonized parts.
9367         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9368         return to the summary window if gnus-auto-select-part is non-nil.
9369
9370 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9371
9372         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9373         variables.
9374         (mml-dnd-attach-file, mml-mode): Use them.
9375
9376         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9377         Make fetching article by MID work again for Google Groups.  Added
9378         FIXME concerning gnus-group-make-web-group.
9379
9380         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9381         Don't depend on Gnus by using mail-extract-address-components if
9382         gnus-extract-address-components is not bound.
9383
9384 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * gnus-art.el (gnus-mime-display-security): Don't display the
9387         signature, but only the signed part.
9388
9389 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9390
9391         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9392
9393         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9394         list, not listp.
9395
9396 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9397
9398         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9399         when encoding.
9400
9401         * mm-bodies.el (mm-decode-content-transfer-encoding):
9402         De-canonicalize CRLF for all text content types, not just
9403         text/plain.
9404
9405 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9408         valid article; point arrow and cursor at the MIME button.
9409
9410 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9413         Suggested by Dan Christensen <jdc@uwo.ca>.
9414
9415         * mm-decode.el (mm-save-part): Enable change of prompt.
9416
9417 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9418
9419         * gnus-msg.el (gnus-inews-add-send-actions): Made
9420         `message-post-method' lambda parameter ARG `&optional'.
9421
9422 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9423
9424         * gnus-sum.el (gnus-summary-mime-map): Added
9425         gnus-article-save-part-and-strip, gnus-article-delete-part and
9426         gnus-article-jump-to-part.
9427
9428         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9429         (gnus-article-edit-part): Use it.
9430         (gnus-article-part-wrapper): Added no-handle argument.
9431         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9432         functions.
9433
9434 2005-08-29  Romain Francoise  <romain@orebokech.com>
9435
9436         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9437         docstring.
9438         (gnus-face-from-file): Likewise.
9439
9440 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9441
9442         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9443         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9444         non-nil.
9445         (gnus-auto-select-part): New variable.
9446         (gnus-article-jump-to-part): New function.
9447         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9448         (gnus-mime-delete-part): Allow selecting specified part after
9449         deleting or stripping parts.
9450         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9451         part if argument is bogus.
9452
9453 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9454
9455         * gnus-art.el (w3m-minor-mode-map):
9456         * gnus-spec.el (gnus-newsrc-file-version):
9457         * gnus-util.el (nnmail-active-file-coding-system)
9458         (gnus-original-article-buffer, gnus-user-agent):
9459         * gnus.el (gnus-ham-process-destinations)
9460         (gnus-parameter-ham-marks-alist)
9461         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9462         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9463         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9464         * mm-decode.el (gnus-current-window-configuration):
9465         * mm-extern.el (gnus-article-mime-handles):
9466         * mm-url.el (url-current-object, url-package-name)
9467         (url-package-version):
9468         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9469         (smime-keys, w3m-cid-retrieve-function-alist)
9470         (w3m-current-buffer, w3m-display-inline-images)
9471         (w3m-minor-mode-map):
9472         * mml-smime.el (gnus-extract-address-components):
9473         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9474         (gnus-newsrc-hashtb, message-default-charset)
9475         (message-deletable-headers, message-options)
9476         (message-posting-charset, message-required-mail-headers)
9477         (message-required-news-headers):
9478         * mml1991.el (mc-pgp-always-sign):
9479         * mml2015.el (mc-pgp-always-sign):
9480         * nnheader.el (nnmail-extra-headers):
9481         * rfc1843.el (gnus-decode-encoded-word-function)
9482         (gnus-decode-header-function, gnus-newsgroup-name):
9483         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9484
9485 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9486
9487         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9488         the end of the date treatments.
9489
9490 2005-08-15  Simon Josefsson  <jas@extundo.com>
9491
9492         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9493         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9494         Capello and Romain Francoise.
9495         (pgg-fetch-key-function): Removed, not used?
9496         (pgg-insert-url-with-w3): Require url, to get
9497         url-insert-file-contents regardless of where it is defined.
9498
9499 2005-08-13  Romain Francoise  <romain@orebokech.com>
9500
9501         * message.el (message-cite-original-1): New function.
9502         (message-cite-original): Use it.
9503         (message-cite-original-without-signature): Ditto.
9504
9505 2005-08-08  Romain Francoise  <romain@orebokech.com>
9506
9507         * message.el (message-yank-empty-prefix): New variable.
9508         (message-indent-citation): Use it.
9509         (message-cite-original-without-signature): Respect X-No-Archive.
9510
9511 2005-08-08  Simon Josefsson  <jas@extundo.com>
9512
9513         * pgg.el: Autoload url-insert-file-contents instead of loading
9514         w3/url.
9515         (pgg-insert-url-with-w3): Don't load url here.
9516
9517 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9518
9519         * message.el (message-kill-to-signature): Don't insert newline at
9520         bol.
9521         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9522
9523 2005-08-06  Romain Francoise  <romain@orebokech.com>
9524
9525         * message.el (message-user-fqdn): Fix typo in docstring.
9526
9527 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9528
9529         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9530
9531         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9532
9533 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9534
9535         * mm-bodies.el (mm-encode-body): Use coding system rather than
9536         charset to encode text.
9537
9538         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9539         number of charsets if utf-8 is available (XEmacs).
9540
9541 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9542
9543         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9544         taken from `gnus-button-mid-or-mail-regexp'.
9545         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9546         (gnus-button-alist): Improve regexp for domain part of the MIDs
9547         for news:localpart@domain buttons.
9548         (gnus-button-ctan-directory-regexp): Update.
9549
9550 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * sieve-manage.el (sieve-manage-interactive-login): Use
9553         make-local-variable rather than make-variable-buffer-local.
9554         (sieve-manage-open): Ditto.
9555         (sieve-manage-authenticate): Ditto.
9556
9557         * mml.el (mml-generate-mime-1): Make the content type default to
9558         text/plain if the filename is not specified.
9559
9560 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9563         instead of insert-buffer.
9564
9565         * message.el (message-yank-original): Ditto; set the mark at the
9566         end of the yanked message.
9567
9568 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9571         lines to scroll rather than to stop it.
9572
9573         * mml.el (mml-generate-default-type): Add doc string.
9574         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9575         default to application/octet-stream when determining the content
9576         type if it is not specified for the part or the mml contents; add
9577         a comment about mml-generate-default-type.
9578
9579 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9582         make it default to application/octet-stream when determining the
9583         content type if it is not specified for the external contents.
9584
9585 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9588         segmented parameter but also other parameters might be there.
9589
9590 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * mm-decode.el (mm-display-external): Delete temp file, directory
9593         and buffer immediately if the external process is exited.
9594
9595 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9596
9597         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9598         fewer lines than that of scroll-margin.
9599         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9600
9601 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * gnus-art.el (gnus-article-next-page): Revert.
9604         (gnus-article-beginning-of-window): New macro.
9605         (gnus-article-next-page-1): Use it.
9606         (gnus-article-prev-page): Ditto.
9607         (gnus-article-edit-part): Use insert-buffer-substring instead of
9608         insert-buffer.
9609         (gnus-article-edit-exit): Ditto.
9610
9611         * gnus-util.el (gnus-beginning-of-window): Remove.
9612         (gnus-end-of-window): Remove.
9613
9614         * lpath.el: Don't bind header-line-format and scroll-margin.
9615
9616 2005-07-25  Simon Josefsson  <jas@extundo.com>
9617
9618         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9619         to have the url package without w3.  Reported by Daiki Ueno
9620         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9621
9622 2005-07-20  Didier Verna  <didier@xemacs.org>
9623
9624         * gnus-diary.el: Remove the description comment (nndiary is now
9625         properly documented in the Gnus manual).
9626         Fix the spelling of "Back End".
9627         * nndiary.el: Ditto.
9628         Fix the copyright notice.
9629
9630 2005-07-18  Romain Francoise  <romain@orebokech.com>
9631
9632         * gnus-sum.el (gnus-summary-to-prefix)
9633         (gnus-summary-newsgroup-prefix): New variables.
9634         (gnus-summary-from-or-to-or-newsgroups): Use them.
9635
9636 2005-07-17  Romain Francoise  <romain@orebokech.com>
9637
9638         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9639         space as it's generally not especially interesting to the user.
9640
9641 2005-07-16  Romain Francoise  <romain@orebokech.com>
9642
9643         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9644         nil to avoid prompting and file modification if one of the
9645         messages at the top of the nnfolder file contains a copyright
9646         notice.
9647         Update copyright notice.
9648
9649         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9650         instead of `current-time-string' as the latter creates a time
9651         string that is not RFC 2822 compliant (it lacks the zone).
9652         Update copyright notice.
9653
9654 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9655
9656         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9657         for text/rtf.  Display default in prompt.  Pass default for M-n.
9658
9659         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9660
9661 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9662
9663         * gnus-msg.el (gnus-button-mailto): Remove
9664         save-selected-window-window hackery because it relies on
9665         save-selected-window internals.
9666
9667 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9670         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9671         (gnus-article-prev-page): Ditto.
9672
9673         * gnus-util.el (gnus-beginning-of-window): New function.
9674         (gnus-end-of-window): New function.
9675
9676         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9677
9678 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9679
9680         * gnus-score.el (gnus-score-edit-all-score): Set
9681         gnus-score-edit-exit-function to gnus-score-edit-done and call
9682         gnus-message.
9683
9684 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685
9686         * gnus-msg.el (gnus-button-mailto): Remove
9687         save-selected-window-window hackery because it relies on
9688         save-selected-window internals.
9689
9690 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9691
9692         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9693         add-minor-mode.
9694         (gnus-binary-mode): Ditto.
9695
9696         * gnus-topic.el (gnus-topic-mode): Ditto.
9697
9698 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9699
9700         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9701         (gnus-article-prev-page): Take scroll-margin into consideration.
9702
9703 2005-07-04  Lute Kamstra  <lute@gnu.org>
9704
9705         Update FSF's address in GPL notices.
9706
9707 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9708
9709         * gnus.el (gnus-exit):
9710         * gnus-group.el (gnus-group-icons):
9711         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9712
9713         * gnus-nocem.el (gnus-nocem):
9714         * message.el (message-various, message-buffers, message-sending)
9715         (message-interface, message-forwarding, message-insertion)
9716         (message-headers, message-news, message-mail):
9717         * pgg-gpg.el (pgg-gpg):
9718         * pgg-parse.el (pgg-parse):
9719         * pgg-pgp.el (pgg-pgp):
9720         * pgg-pgp5.el (pgg-pgp5):
9721         * pop3.el (pop3): Finish `defgroup' description with period.
9722
9723 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * gnus-art.el (article-display-face): Improve the efficiency.
9726         (article-display-x-face): Ditto; remove grey x-face stuff.
9727
9728 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9729
9730         * gnus-art.el (article-display-face): Correct the position in
9731         which Faces are inserted.
9732
9733 2005-06-29  Didier Verna  <didier@xemacs.org>
9734
9735         * gnus-art.el (article-display-face): Display faces in correct
9736         order.
9737
9738 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9739
9740         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9741         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9742         (gnus-nocem-check-article): Fetch the Type header.
9743         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9744         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9745         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9746         make sure gnus-nocem-hashtb is initialized.
9747         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9748         (gnus-nocem-unwanted-article-p): Ditto.
9749
9750         * pgg.el (pgg-verify): Return the verification result.
9751
9752 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9753
9754         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9755         is ascii.
9756
9757 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9758
9759         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9760         `show-nonbreak-escape'.
9761
9762 2005-06-23  Lute Kamstra  <lute@gnu.org>
9763
9764         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9765
9766         * dig.el (dig-mode):
9767         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9768
9769 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9770
9771         * nnimap.el (nnimap-split-download-body): Fix spellings.
9772
9773 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9774
9775         * gnus-art.el (gnus-article-encrypt-body):
9776         * gnus-cus.el (gnus-score-customize):
9777         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9778         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9779
9780 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9781
9782         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9783         header by looking for magic "MII" at the beginnig.
9784
9785 2005-06-16  Miles Bader  <miles@gnu.org>
9786
9787         * gnus-xmas.el (gnus-xmas-group-startup-message):
9788         Use renamed gnus-splash face.
9789
9790         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9791         (assistant-field-face): New backward-compatibility alias for renamed
9792         face.
9793         (assistant-render-text): Use renamed assistant-field face.
9794
9795         * spam.el (spam): Remove "-face" suffix from face name.
9796         (spam-face): New backward-compatibility alias for renamed face.
9797         (spam-face, spam-initialize): Use renamed spam face.
9798
9799         * message.el (message-header-to, message-header-cc)
9800         (message-header-subject, message-header-newsgroups)
9801         (message-header-other, message-header-name)
9802         (message-header-xheader, message-separator, message-cited-text)
9803         (message-mml): Remove "-face" suffix from face names.
9804         (message-header-to-face, message-header-cc-face)
9805         (message-header-subject-face, message-header-newsgroups-face)
9806         (message-header-other-face, message-header-name-face)
9807         (message-header-xheader-face, message-separator-face)
9808         (message-cited-text-face, message-mml-face):
9809         New backward-compatibility aliases for renamed faces.
9810         (message-font-lock-keywords): Use renamed message faces.
9811
9812         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9813         (sieve-test-commands, sieve-tagged-arguments):
9814         Remove "-face" suffix from face names.
9815         (sieve-control-commands-face, sieve-action-commands-face)
9816         (sieve-test-commands-face, sieve-tagged-arguments-face):
9817         New backward-compatibility aliases for renamed faces.
9818         (sieve-control-commands-face, sieve-action-commands-face)
9819         (sieve-test-commands-face, sieve-tagged-arguments-face):
9820         Use renamed sieve faces.
9821
9822         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9823         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9824         (gnus-group-news-3-empty, gnus-group-news-4)
9825         (gnus-group-news-4-empty, gnus-group-news-5)
9826         (gnus-group-news-5-empty, gnus-group-news-6)
9827         (gnus-group-news-6-empty, gnus-group-news-low)
9828         (gnus-group-news-low-empty, gnus-group-mail-1)
9829         (gnus-group-mail-1-empty, gnus-group-mail-2)
9830         (gnus-group-mail-2-empty, gnus-group-mail-3)
9831         (gnus-group-mail-3-empty, gnus-group-mail-low)
9832         (gnus-group-mail-low-empty, gnus-summary-selected)
9833         (gnus-summary-cancelled, gnus-summary-high-ticked)
9834         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9835         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9836         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9837         (gnus-summary-low-undownloaded)
9838         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9839         (gnus-summary-low-unread, gnus-summary-normal-unread)
9840         (gnus-summary-high-read, gnus-summary-low-read)
9841         (gnus-summary-normal-read, gnus-splash):
9842         Remove "-face" suffix from face names.
9843         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9844         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9845         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9846         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9847         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9848         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9849         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9850         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9851         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9852         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9853         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9854         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9855         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9856         (gnus-summary-normal-ticked-face)
9857         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9858         (gnus-summary-normal-ancient-face)
9859         (gnus-summary-high-undownloaded-face)
9860         (gnus-summary-low-undownloaded-face)
9861         (gnus-summary-normal-undownloaded-face)
9862         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9863         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9864         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9865         (gnus-splash-face):
9866         New backward-compatibility aliases for renamed faces.
9867         (gnus-group-startup-message): Use renamed gnus faces.
9868
9869         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9870         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9871         (gnus-server-agent): Remove "-face" suffix from face names.
9872         (gnus-server-agent-face, gnus-server-opened-face)
9873         (gnus-server-closed-face, gnus-server-denied-face)
9874         (gnus-server-offline-face):
9875         New backward-compatibility aliases for renamed faces.
9876         (gnus-server-agent-face, gnus-server-opened-face)
9877         (gnus-server-closed-face, gnus-server-denied-face)
9878         (gnus-server-offline-face): Use renamed gnus faces.
9879
9880         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9881         Remove "-face" suffix from face names.
9882         (gnus-picon-xbm-face, gnus-picon-face):
9883         New backward-compatibility aliases for renamed faces.
9884
9885         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9886         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9887         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9888         (gnus-cite-11): Remove "-face" suffix from face names.
9889         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9890         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9891         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9892         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9893         New backward-compatibility aliases for renamed faces.
9894         (gnus-cite-attribution-face, gnus-cite-face-list)
9895         (gnus-article-boring-faces): Use renamed gnus faces.
9896
9897         * gnus-art.el (gnus-signature, gnus-header-from)
9898         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9899         (gnus-header-content): Remove "-face" suffix from face names.
9900         (gnus-signature-face, gnus-header-from-face)
9901         (gnus-header-subject-face, gnus-header-newsgroups-face)
9902         (gnus-header-name-face, gnus-header-content-face):
9903         New backward-compatibility aliases for renamed faces.
9904         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9905
9906         * gnus-sum.el (gnus-summary-selected-face)
9907         (gnus-summary-highlight): Use renamed gnus faces.
9908         * gnus-group.el (gnus-group-highlight): Likewise.
9909
9910 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9911
9912         * gnus-sieve.el (gnus-sieve-article-add-rule):
9913         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9914         * spam-stat.el (spam-stat-buffer-change-to-spam)
9915         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9916
9917         * message.el (message-is-yours-p):
9918         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9919
9920 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9921
9922         * mm-view.el (mm-inline-text): Withdraw the last change.
9923
9924 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9927         executing enriched-decode.
9928
9929 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9930
9931         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9932         charset of tar files.
9933
9934 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9935
9936         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9937
9938 2005-06-04  Lute Kamstra  <lute@gnu.org>
9939
9940         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9941         information is never recorded.
9942
9943 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9944
9945         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9946
9947 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9948
9949         * pop3.el (pop3-apop): Run md5 in the binary mode.
9950
9951         * starttls.el (starttls-set-process-query-on-exit-flag):
9952         Use eval-and-compile.
9953
9954 2005-05-31  Simon Josefsson  <jas@extundo.com>
9955
9956         * smime.el (smime-replace-in-string): Define.
9957         (smime-cert-by-ldap-1): Use it.
9958
9959 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-art.el (article-display-x-face): Replace
9962         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9963
9964         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9965         set-process-query-on-exit-flag or process-kill-without-query.
9966
9967         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9968         loop instead of replace-regexp.
9969
9970         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9971         instead of process-kill-without-query if it is available.
9972
9973         * lpath.el: Fbind ldap-search-entries.
9974
9975         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9976         instead of find-file-hooks if it is available.
9977
9978         * mml1991.el: Bind pgg-default-user-id when compiling.
9979
9980         * mml2015.el: Bind pgg-default-user-id when compiling.
9981
9982         * nndraft.el (nndraft-request-associate-buffer):
9983         Use write-contents-functions instead of write-contents-hooks if it is
9984         available.
9985
9986         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9987         instead of find-file-hooks if it is available.
9988
9989         * nntp.el (nntp-open-connection): Replace
9990         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9991         (nntp-open-ssl-stream): Ditto.
9992         (nntp-open-tls-stream): Ditto.
9993
9994         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9995         set-process-query-on-exit-flag or process-kill-without-query.
9996         (starttls-open-stream-gnutls): Use it instead of
9997         process-kill-without-query.
9998         (starttls-open-stream): Ditto.
9999
10000 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
10001
10002         * smime.el (smime-cert-by-ldap-1): Don't use
10003         replace-regexp-in-string.
10004
10005 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
10006
10007         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
10008
10009         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
10010         in PEM format.  Adjust to the XEmacs compability.
10011
10012 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
10013
10014         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
10015         by `string-to-number'.
10016         * gnus-agent.el (gnus-agent-regenerate-group)
10017         (gnus-agent-fetch-articles): Ditto.
10018         * gnus-art.el (gnus-button-fetch-group): Ditto.
10019         * gnus-cache.el (gnus-cache-generate-active)
10020         (gnus-cache-articles-in-group): Ditto.
10021         * gnus-group.el (gnus-group-set-current-level)
10022         (gnus-group-insert-group-line): Ditto.
10023         * gnus-score.el (gnus-score-set-expunge-below)
10024         (gnus-score-set-mark-below, gnus-summary-score-effect)
10025         (gnus-summary-score-entry): Ditto.
10026         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
10027         (gnus-soup-pack): Ditto.
10028         * gnus-spec.el (gnus-xmas-format): Ditto.
10029         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
10030         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
10031         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
10032         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
10033         * nndb.el (nndb-get-remote-expire-response): Ditto.
10034         * nndiary.el (nndiary-parse-schedule-value)
10035         (nndiary-string-to-number, nndiary-request-replace-article)
10036         (nndiary-request-article): Ditto.
10037         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
10038         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
10039         * nneething.el (nneething-make-head): Ditto.
10040         * nnfolder.el (nnfolder-request-article)
10041         (nnfolder-retrieve-headers): Ditto.
10042         * nnheader.el (nnheader-file-to-number): Ditto.
10043         * nnkiboze.el (nnkiboze-request-article): Ditto.
10044         * nnmail.el (nnmail-process-unix-mail-format)
10045         (nnmail-process-babyl-mail-format): Ditto.
10046         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
10047         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
10048         (nnmh-request-create-group, nnmh-request-list-1)
10049         (nnmh-request-group, nnmh-request-article): Ditto.
10050         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
10051         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
10052         * nnsoup.el (nnsoup-make-active): Ditto.
10053         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
10054         * nntp.el (nntp-find-group-and-number)
10055         (nntp-retrieve-headers-with-xover): Ditto.
10056         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
10057         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
10058         (pgg-format-key-identifier): Ditto.
10059         * pop3.el (pop3-last, pop3-stat): Ditto.
10060         * qp.el (quoted-printable-decode-region): Ditto.
10061
10062         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
10063         of concat.
10064
10065 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
10068
10069         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
10070
10071         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
10072
10073         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
10074
10075         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
10076
10077         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
10078
10079         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
10080         (gnus-carpal-mode): Ditto.
10081
10082         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
10083         (gnus-browse-mode): Ditto.
10084
10085         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
10086
10087         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
10088
10089 2005-05-29  Richard M. Stallman  <rms@gnu.org>
10090
10091         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
10092
10093 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-util.el (gnus-run-mode-hooks): New function.
10096
10097         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
10098
10099         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
10100         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
10101
10102 2005-05-27  Lute Kamstra  <lute@gnu.org>
10103
10104         * dns-mode.el (dns-mode): Specify customization group.
10105
10106 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
10107
10108         * gnus-agent.el (gnus-agent-make-mode-line-string):
10109         Use mode-line-highlight as mouse-face.
10110
10111 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10112
10113         * canlock.el (canlock): Change the parent group to news.
10114
10115         * deuglify.el (gnus-outlook-deuglify): Add :group.
10116
10117         * dig.el (dig): Add :group.
10118
10119         * dns-mode.el (dns-mode): Add :group.
10120
10121         * encrypt.el (encrypt): Add :group.
10122
10123         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
10124         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
10125         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
10126         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
10127         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
10128
10129         * gnus-diary.el (gnus-diary): Add :group.
10130
10131         * gnus.el (gnus-group-news-1-face): Add :group.
10132         (gnus-group-news-1-empty-face): Ditto.
10133         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
10134         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
10135         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
10136         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
10137         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
10138         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
10139         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
10140         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
10141         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
10142         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
10143         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
10144         (gnus-summary-high-ticked-face): Ditto.
10145         (gnus-summary-low-ticked-face): Ditto.
10146         (gnus-summary-normal-ticked-face): Ditto.
10147         (gnus-summary-high-ancient-face): Ditto.
10148         (gnus-summary-low-ancient-face): Ditto.
10149         (gnus-summary-normal-ancient-face): Ditto.
10150         (gnus-summary-high-undownloaded-face): Ditto.
10151         (gnus-summary-low-undownloaded-face): Ditto.
10152         (gnus-summary-normal-undownloaded-face): Ditto.
10153         (gnus-summary-high-unread-face): Ditto.
10154         (gnus-summary-low-unread-face): Ditto.
10155         (gnus-summary-normal-unread-face): Ditto.
10156         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
10157         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
10158
10159         * hashcash.el (hashcash): New custom group.
10160         (hashcash-default-payment): Add :group.
10161         (hashcash-payment-alist): Ditto.
10162         (hashcash-default-accept-payment): Ditto.
10163         (hashcash-accept-resources): Ditto.
10164         (hashcash-path): Ditto.
10165         (hashcash-extra-generate-parameters): Ditto.
10166         (hashcash-double-spend-database): Ditto.
10167         (hashcash-in-news): Ditto.
10168
10169         * message.el (message-minibuffer-local-map): Add :group.
10170
10171         * netrc.el (netrc): Add :group.
10172
10173         * sieve-manage.el (sieve-manage-log): Add :group.
10174         (sieve-manage-default-user): Diito.
10175         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
10176         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
10177         (sieve-manage-authenticators): Ditto.
10178         (sieve-manage-authenticator-alist): Ditto.
10179         (sieve-manage-default-port): Ditto.
10180
10181         * sieve-mode.el (sieve-control-commands-face): Add :group.
10182         (sieve-action-commands-face): Ditto.
10183         (sieve-test-commands-face): Ditto.
10184         (sieve-tagged-arguments-face): Ditto.
10185
10186         * smime.el (smime): Add :group.
10187
10188         * spam-report.el (spam-report): Add :group.
10189
10190         * spam.el (spam, spam-face): Add :group.
10191
10192 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10193
10194         * nntp.el (nntp-next-result-arrived-p): Some news servers may
10195         return \n.\n.\n at the end of articles.  Protect against that.
10196         (nntp-with-open-group): Allow debugging.
10197
10198         * nnheader.el (mail-header-set-extra): Make into a function
10199         because I just could't understand how to quote the list properly.
10200
10201         * dns.el (query-dns-cached): New function.
10202
10203 2005-05-26  Lute Kamstra  <lute@gnu.org>
10204
10205         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
10206
10207 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10208
10209         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
10210
10211         * gnus-art.el: Don't autoload mail-extract-address-components.
10212
10213         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
10214         eval-and-compile to evaluate it.
10215
10216         * hashcash.el: Don't autoload executable-find.
10217
10218         * nndb.el: Don't declare the nndb back end two or more times; don't
10219         autoload news-reply-mode, news-setup, cancel-timer and telnet.
10220
10221         * nntp.el: Autoload format-spec instead of format; use
10222         eval-and-compile to evaluate autoload forms.
10223
10224 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
10225
10226         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
10227
10228 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10229
10230         * gnus.el (gnus-version-number): Bump version.
10231
10232 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10233
10234         * gnus.el: No Gnus v0.3 is released.
10235
10236 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10237
10238         * lpath.el (featurep): Bind show-nonbreak-escape.
10239
10240 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10241
10242         * gnus-art.el (gnus-article-edit-part): Disable undo.
10243
10244 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10245
10246         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
10247         gnus-article-date-lapsed-new-header is t if date timer is active;
10248         skip headers in which the original date value is empty.
10249         (gnus-article-save-original-date): Redefine it as a macro.
10250         (gnus-display-mime): Use it.
10251
10252 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10253
10254         * gnus-art.el (article-date-ut): Support converting date in
10255         forwarded parts as well.
10256         (gnus-article-save-original-date): New function.
10257         (gnus-display-mime): Use it.
10258
10259 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
10260
10261         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
10262         enclosure element of <item>.
10263
10264 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
10265
10266         * message.el (message-kill-buffer-query): Renamed from
10267         `message-kill-buffer-query-if-modified'.  Added :version.
10268
10269 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10270
10271         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
10272         window layout.
10273
10274 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * mml.el: Autoload dnd when compiling.
10277
10278 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10279
10280         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
10281         x-dnd-*.
10282
10283 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * qp.el (quoted-printable-encode-region): Save excursion.
10286
10287 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10288
10289         * message.el (message-kill-buffer-query-if-modified): Add new variable
10290         so the user can kill a modified message buffer quickly.
10291         (message-kill-buffer): Use it.
10292
10293 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * lpath.el: Fbind display-time-event-handler; don't fbind
10296         string-to-multibyte.
10297
10298         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10299
10300 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10301
10302         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10303         contained in text because xml.el decodes entities) with LFs.
10304
10305 2005-04-11  Lute Kamstra  <lute@gnu.org>
10306
10307         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10308         differently.
10309
10310 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10311
10312         * mm-util.el (mm-detect-coding-region): Typo.
10313
10314 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10317
10318 2005-04-06  Deepak Goel  <deego@gnufans.org>
10319
10320         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10321         user-function allow user modifications of the scores.
10322         (spam-stat-score-buffer-user): New function, to allow
10323         user-computed modifications to the score.
10324         (spam-stat-score-buffer-user-functions): List of additional
10325         scoring functions.
10326         (spam-stat-error-holder): Global temporary error holder.
10327         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10328         variable.
10329
10330 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10331
10332         * gnus-registry.el (gnus-registry-clean-empty-function)
10333         (gnus-registry-trim, gnus-registry-fetch-groups)
10334         (gnus-registry-delete-group): Groups that match
10335         `gnus-registry-ignored-groups' are removed from the registry
10336         entries, not just ignored for splitting.  This helps clean up the
10337         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10338         to get all the groups a message ID is in.
10339
10340         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10341         (spam-stat-split-fancy): Change "threshhold" to "threshold".
10342         (spam-stat-score-buffer-user-functions): Add :number custom type.
10343
10344 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10347         argument in XEmacs.
10348
10349         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10350         (nnrss-request-group): Decode group name first.
10351         (nnrss-request-article): Make a text/plain article if mml-to-mime
10352         failed.
10353         (nnrss-get-encoding): Return a compatible encoding according to
10354         nnrss-compatible-encoding-alist.
10355         (nnrss-find-el): Use consp instead of listp.
10356         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10357
10358 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10361         which Emacs 20 doesn't support.
10362         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10363
10364 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10367         silence the byte compiler inside the defun.
10368
10369         * gnus-demon.el (parse-time-string): Add autoload.
10370
10371         * gnus-delay.el (parse-time-string): Add autoload.
10372
10373         * gnus-art.el (parse-time-string): Add autoload.
10374
10375         * nnultimate.el (parse-time): Require for `parse-time-string'.
10376
10377 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10378
10379         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10380
10381         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10382
10383         * smime.el (smime-ldap-host-list): Add :version.
10384
10385 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10388         pass it to `gnus-browse-read-group'.
10389         (gnus-browse-read-group): Add NUMBER argument and pass it to
10390         `gnus-group-read-ephemeral-group'.
10391
10392         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10393         argument and pass it to `gnus-group-read-group'.
10394
10395 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10396
10397         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10398         mm-xemacs-find-mime-charset-1 if we have the mule feature
10399         available at runtime.
10400
10401 2005-03-25  Werner Lemberg  <wl@gnu.org>
10402
10403         * nnmaildir.el: Replace `illegal' with `invalid'.
10404
10405 2005-03-23  Lute Kamstra  <lute@gnu.org>
10406
10407         * time-date.el: Add comment on time value formats.
10408         Don't require parse-time.
10409         (with-decoded-time-value): New macro.
10410         (encode-time-value): New function.
10411         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10412         (days-to-time): Return a valid time value when arg is huge.
10413         (time-since): Use time-subtract.
10414         (time-to-number-of-days): Use time-to-seconds.
10415
10416 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10417
10418         * gnus-start.el (gnus-display-time-event-handler):
10419         Check display-time-timer at runtime rather than only at load time
10420         in case display-time-mode is turned off in the mean time.
10421
10422 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10423
10424         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10425         used.
10426
10427         * nneething.el (nneething-map-file-directory): Derive from
10428         `gnus-directory'.
10429
10430         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10431         the To/Cc button.
10432
10433 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10434
10435         * nnmaildir.el (nnmaildir-request-accept-article):
10436         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10437
10438 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10439
10440         * gnus-async.el: Require timer-funcs at compile time when in
10441         XEmacs for `run-with-idle-timer'.
10442
10443 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10444
10445         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10446         autoloaded function.
10447
10448 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10449
10450         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10451
10452 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10453
10454         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10455
10456 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10457
10458         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10459         gnus-expert-user to default.
10460
10461 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10462
10463         * nnimap.el (nnimap-open-server): Ditto.
10464
10465         * imap.el (imap-authenticate): Fix typo.
10466
10467 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10468
10469         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10470         buffer (since IMAP server might return FETCH response out of
10471         order, and the nntp buffer must be sorted).
10472
10473 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10474
10475         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10476         comparison on string.
10477
10478         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10479         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10480         (gnus-agent-summary-fetch-series): Modified to protect against
10481         gnus-agent-summary-fetch-group clearing processable flags.
10482         (gnus-agent-synchronize-group-flags): Update live group buffer as
10483         synchronization may occur due to the user toggle the plugged
10484         status.
10485         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10486         successfully downloaded.
10487         (gnus-agent-expire-group-1): Avoid using markers when the overview
10488         is in ascending order; greatly improves performance.
10489         (gnus-agent-regenerate-group): Use
10490         gnus-agent-synchronize-group-flags to reset read status in both
10491         gnus and server.
10492         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10493
10494 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10495
10496         * message.el: Don't autoload former message-utils variables.
10497         (message-strip-subject-trailing-was): Change doc string.
10498
10499         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10500         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10501         (nnweb-google-search): Add "hl=en" here.
10502         (nnweb-google-parse-1, nnweb-google-create-mapping):
10503         Don't hardcode URL.
10504
10505 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10506
10507         * message.el (message-get-reply-headers, message-followup):
10508         Mention related variables `message-use-followup-to' and
10509         `message-use-mail-followup-to', in the information buffer.
10510
10511         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10512         of broken groups(-beta).google.com.
10513
10514 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10515
10516         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10517         parameter to invoked gnus-request-move-article; remove the
10518         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10519         all at once instead of once per article.
10520         (gnus-summary-remove-process-mark): Accept a list of articles as
10521         well as a single article for processing.
10522
10523         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10524         parameter.
10525
10526         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10527
10528         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10529
10530         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10531         parameter.
10532
10533         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10534         parameter.
10535
10536         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10537         parameter and remove the gnus-sum-hint-move-is-internal variable.
10538
10539         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10540         parameter.
10541
10542         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10543         parameter.
10544
10545         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10546         parameter.
10547
10548         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10549
10550         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10551         parameter.
10552
10553         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10554         parameter.
10555
10556 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10557
10558         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10559         a more conservative way.
10560
10561 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10562
10563         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10564         buffer, so it moves the window's cursor.
10565
10566 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10567
10568         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10569         `mm-dissect-multipart' and receive the from field as an (optional)
10570         argument from `mm-dissect-multipart'.
10571         (mm-dissect-multipart): Receive the from field as an argument and
10572         pass it on when we call `mm-dissect-buffer' on MIME parts.
10573         Fixes verification/decryption of signed/encrypted MIME parts.
10574
10575 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10576
10577         * gnus-sum.el (gnus-summary-move-article): Set
10578         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10579         whatever it calls (right now, only nnimap-request-move article
10580         respects it).
10581
10582         * nnimap.el (nnimap-request-move-article): When
10583         gnus-sum-hint-move-is-internal is set, don't do the extra
10584         nnimap-request-article.
10585
10586 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10587
10588         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10589
10590         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10591         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10592
10593         * gnus-sum.el (gnus-summary-caesar-message):
10594         Apply `gnus-treat-article' after rotation.
10595
10596         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10597         doc string.
10598
10599 2005-02-22  Simon Josefsson  <jas@extundo.com>
10600
10601         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10602         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10603         <arne@arnested.dk>.
10604         (encrypt): Add password-cache and password-cache-expiry as group
10605         members.
10606
10607 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10608
10609         * smime.el (smime-ldap-host-list): Doc fix.
10610         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10611         cache) password.
10612         (smime-sign-region): Use it.
10613         (smime-decrypt-region): Use it.
10614         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10615         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10616         fails.
10617         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10618         certificate from DER to PEM format rather than calling openssl.
10619
10620         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10621
10622         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10623         for signing/encryption.
10624
10625         * mml.el (mml-parse-1): Use them.
10626
10627 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10628
10629         * nnrss.el (nnrss-verbose): Removed.
10630         (nnrss-request-group): Use `nnheader-message' instead.
10631
10632 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10633
10634         * nnrss.el (nnrss-verbose): New variable.
10635         (nnrss-request-group): Make it say nnrss is requesting a group.
10636
10637 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10640         Handle news URL with given port correctly.
10641
10642 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10645         containing special characters.
10646
10647         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10648
10649         * mml.el (mime-to-mml): Ditto.
10650
10651         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10652         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10653         (rfc2047-decode-region): Quote decoded words containing special
10654         characters when rfc2047-quote-decoded-words-containing-tspecials
10655         is non-nil.
10656
10657 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10658
10659         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10660
10661         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10662
10663 2005-02-15  Simon Josefsson  <jas@extundo.com>
10664
10665         * nnimap.el (nnimap-debug): Doc fix.
10666
10667         * imap.el (imap-debug): Doc fix.
10668
10669 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10672
10673 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10674
10675         * gnus.el (spam-contents): Improve docs for spam-contents
10676         parameter in its variable incarnation.
10677
10678 2005-02-14  Simon Josefsson  <jas@extundo.com>
10679
10680         * smime-ldap.el: Use require instead of load-library for ldap.
10681         (smime-ldap-search): Indent.
10682         (smime-ldap-search-internal): Shorten line.
10683
10684         * smime.el (smime-cert-by-dns): Add doc-string.
10685         (smime-cert-by-ldap-1): Indent.
10686
10687         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10688         mml-smime-get-dns-ldap.
10689         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10690
10691 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10692
10693         * smime.el: Require smime-ldap.
10694         (smime-ldap-host-list): New variable.
10695         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10696
10697         * mml-smime.el (mml-smime-encrypt-query): New function.
10698         (mml-smime-encrypt-query): Use it.
10699
10700         * smime-ldap.el: New file.
10701
10702 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10703
10704         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10705
10706 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10707
10708         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10709         argument in doc string.  Make query for type more clear.
10710
10711 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10712
10713         * gnus.el (gnus-group-startup-message): Search for gnus images in
10714         etc/images/gnus.
10715         * mm-util.el (mm-image-load-path): Likewise.
10716         * smiley.el (smiley-data-directory): Search for smilies in
10717         etc/images/smilies.
10718
10719 2005-02-09  Kim F. Storm  <storm@cua.dk>
10720
10721         Change Emacs release version from 21.4 to 22.1 throughout.
10722         Change Emacs development version from 21.3.50 to 22.0.50.
10723
10724 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10725
10726         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10727
10728         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10729         non-Mule XEmacs as well.
10730         (mm-decompress-buffer): Signal an error intentionally if it does
10731         not decompress compressed data because auto-compression-mode is
10732         disabled.
10733
10734 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10735
10736         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10737         an ID in the registry even if it has no groups.
10738
10739 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10742         merge it into mm-decompress-buffer.
10743         (gnus-mime-copy-part): Use the MIME part charset, the value which
10744         a user specified or gnus-newsgroup-charset for decoding, like
10745         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10746         save-buffer what was used.  Suggested by Kevin Ryde
10747         <user42@zip.com.au>.
10748         (gnus-mime-inline-part): Allow the name parameter as well as the
10749         filename parameter; force decompressing of compressed data; always
10750         display contents being not decoded as unibyte.
10751
10752         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10753         as well as the filename parameter.
10754
10755         * mm-util.el (mm-decompress-buffer): Merge
10756         gnus-mime-jka-compr-maybe-uncompress.
10757         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10758         of compressed data.
10759
10760 2005-02-08  Simon Josefsson  <jas@extundo.com>
10761
10762         * imap.el (imap-log): Doc fix.
10763
10764 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10765
10766         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10767         the coding cookies; decompress compressed parts.
10768
10769         * mml.el (mml-generate-mime-1): Add the charset parameter according
10770         to the value which a user specified manually or the coding cookie.
10771
10772         * mm-util.el (mm-string-to-multibyte): New function.
10773         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10774         (mm-coding-system-to-mime-charset): New function.
10775         (mm-decompress-buffer): New function.
10776         (mm-find-buffer-file-coding-system): New function.
10777
10778         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10779         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10780         parts.
10781
10782 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10783
10784         * mm-view.el (mm-display-inline-fontify): Decode a part according
10785         to the charset parameter.
10786
10787 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10790         prefix arg is neither nil nor a number, as info specifies.
10791
10792 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10795         timestamps.
10796
10797 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10798
10799         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10800         groups error checking and notify user.
10801
10802 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10803
10804         * message.el (message-send-mail-function): Check existence of
10805         sendmail-program first before using default value
10806         `message-send-mail-with-sendmail'.  Otherwise use more generic
10807         `smtpmail-send-it'.
10808
10809 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10810
10811         * nntp.el (nntp-request-update-info): Always return nil.
10812
10813 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10814
10815         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10816
10817 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10818
10819         * message.el (message-beginning-of-line): Change the behavior when
10820         invoked between BOL and : so that it first moves backward.
10821
10822 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10825         article buffer when editing of the article is discarded.
10826         (gnus-article-prepare): Revert.
10827
10828 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10829
10830         * gnus-art.el (gnus-article-prepare):
10831         Remove message-strip-forbidden-properties from the local hook.
10832
10833 2005-01-27  Simon Josefsson  <jas@extundo.com>
10834
10835         * password.el (password-cache-add): Only start one timer per key.
10836         Reported by Derek Atkins <warlord@MIT.EDU>.
10837
10838 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10839
10840         * run-at-time.el: Removed.  It is no longer needed as
10841         timer-funcs.el in the xemacs-base package has a working version of
10842         `run-at-time'.
10843
10844         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10845
10846         * password.el: Require timer-funcs instead of run-at-time in
10847         XEmacs.
10848         Remove `password-run-at-time' macro.
10849         (password-cache-add): Use `run-at-time' instead of
10850         `password-run-at-time'.
10851
10852         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10853         Remove `nnheader-cancel-function-timers' alias,
10854         `cancel-function-timers' exists in XEmacs in timer-funcs.
10855
10856         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10857         for `run-with-idle-timer'.
10858
10859         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10860         for `run-at-time'.
10861
10862         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10863         for `with-timeout'.
10864
10865         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10866         the same as for XEmacs 21.4.
10867         No need to ignore `run-with-idle-timer', this function exists in
10868         XEmacs now in timer-funcs.el in the xemacs-base package.
10869         (dgnushack-compile): No need to delete
10870         run-at-time.el from the list of files to compile because it
10871         doesn't exist anymore.
10872
10873 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10874
10875         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10876         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10877
10878 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10879
10880         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10881         sensitively.
10882
10883 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10884
10885         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10886
10887 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10888
10889         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10890         which will be inserted according to the multibyteness of a buffer
10891         rather than the type of contents.  Suggested by ARISAWA Akihiro
10892         <ari@mbf.ocn.ne.jp>.
10893
10894         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10895         of string which old xml.el may return rather than a string.
10896
10897 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10900
10901 2005-01-16  Simon Josefsson  <jas@extundo.com>
10902
10903         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10904         idn/idna.el isn't available.
10905         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10906         <michael@waxrat.com>.
10907
10908         * hashcash.el: Remove non-FSF copyright header.
10909
10910         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10911         (hashcash-generate-payment): Use it.
10912         (hashcash-generate-payment-async): Use it.
10913
10914 2005-01-15  Simon Josefsson  <jas@extundo.com>
10915
10916         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10917         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10918
10919         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10920         gnus-summary-idna-message.
10921         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10922         (gnus-summary-idna-message): New function.
10923
10924 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10925
10926         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10927         gnus-novice-user.
10928
10929 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10930
10931         * nnrss.el (nnrss-request-delete-group): Delete entries in
10932         nnrss-group-alist as well.
10933         (nnrss-save-server-data): Insert newline.
10934
10935 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * gnus.el (gnus-user-agent): Use list of symbols instead of
10938         symbols.  Display full version number for (S)XEmacs.  Optionally
10939         display (S)XEmacs codename.
10940
10941         * gnus-util.el (gnus-emacs-version): Update for new
10942         `gnus-user-agent'.
10943
10944         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10945         Gnus version.
10946
10947 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10948
10949         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10950         which is unreadable in some setups.
10951
10952 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10953
10954         * gnus-spec.el (gnus-update-format-specifications): Flush the
10955         group format spec cache if it doesn't support decoded group names.
10956
10957 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10960         Allow to apply decay on score files matching a regexp.
10961
10962 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10963
10964         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10965         compatibility in %g and %c.
10966
10967 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10970         name for only %g and %c.
10971         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10972         of gnus-tmp-group to decoded group name.
10973         (gnus-group-make-rss-group): Exclude `/'s from group names.
10974
10975 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * nnrss.el (nnrss-get-encoding): Fix regexp.
10978
10979 2004-12-27  Simon Josefsson  <jas@extundo.com>
10980
10981         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10982         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10983         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10984
10985 2004-12-17  Kim F. Storm  <storm@cua.dk>
10986
10987         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10988
10989         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10990
10991 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10992
10993         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10994
10995 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10996
10997         * nnrss.el: Require rfc2047 and mml.
10998         (nnrss-file-coding-system): New variable.
10999         (nnrss-format-string): Redefine it as an inline function.
11000         (nnrss-decode-group-name): New function.
11001         (nnrss-string-as-multibyte): Remove.
11002         (nnrss-retrieve-headers): Decode group name; don't use
11003         nnrss-format-string.
11004         (nnrss-request-group): Decode group name.
11005         (nnrss-request-article): Decode group name; allow a Message-ID as
11006         well as an article number; don't use nnrss-format-string; encode a
11007         Message-ID string which may contain non-ASCII characters; use
11008         mml-to-mime to compose a MIME article.
11009         (nnrss-request-expire-articles): Decode group name.
11010         (nnrss-request-delete-group): Decode group name.
11011         (nnrss-fetch): Clarify error message.
11012         (nnrss-read-server-data): Use insert-file-contents instead of load;
11013         bind file-name-coding-system; use multibyte buffer.
11014         (nnrss-save-server-data): Bind coding-system-for-write to the
11015         value of nnrss-file-coding-system; bind file-name-coding-system;
11016         add coding cookie.
11017         (nnrss-read-group-data): Use insert-file-contents instead of load;
11018         bind file-name-coding-system; use multibyte buffer.
11019         (nnrss-save-group-data): Bind coding-system-for-write to the
11020         value of nnrss-file-coding-system; bind file-name-coding-system.
11021         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
11022         make it work with non-ASCII text.
11023         (nnrss-find-el): Make it work with old xml.el as well.
11024
11025 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
11026
11027         * nnrss.el (nnrss-get-encoding): New function.
11028         (nnrss-fetch): Use unibyte buffer initially; bind
11029         coding-system-for-read while performing mm-url-insert; remove ^Ms;
11030         decode contents according to the encoding attribute.
11031         (nnrss-save-group-data): Add coding cookie.
11032         (nnrss-mime-encode-string): New function.
11033         (nnrss-check-group): Use it to encode subject and author.
11034
11035 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
11036
11037         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
11038         imaginary variable.
11039
11040 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11041
11042         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
11043         correctly even if there are wide characters.
11044
11045 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
11046
11047         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
11048         downcased symbol names; make a new cache instead of reusing
11049         bbdb-hashtable.
11050
11051 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11052
11053         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11054         concatenating segments rather than before concatenating them.
11055         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11056
11057         * message.el (message-get-reply-headers): Bind `extra'.
11058
11059 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * message.el (message-extra-wide-headers): New variable.
11062         (message-get-reply-headers): Use it.
11063
11064 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11065
11066         * gnus-agent.el (gnus-agent-group-path): Decode group name.
11067         (gnus-agent-group-pathname): Ditto.
11068
11069         * gnus-cache.el (gnus-cache-file-name): Decode group name.
11070
11071         * gnus-group.el (gnus-group-make-group): Decode group name.
11072         (gnus-group-make-rss-group): Register the group data after opening
11073         the nnrss group.
11074
11075 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
11076
11077         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
11078         by expiry now get marked as read.
11079
11080 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11081
11082         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
11083
11084 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
11085
11086         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
11087         unify Latin characters in XEmacs.
11088         (mm-find-mime-charset-region): Use it.
11089
11090 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-util.el (gnus-delete-directory): New function.
11093
11094         * gnus-agent.el (gnus-agent-delete-group): Use it.
11095
11096         * gnus-cache.el (gnus-cache-delete-group): Use it.
11097
11098 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
11101         names.
11102
11103 2004-12-16  Simon Josefsson  <jas@extundo.com>
11104
11105         * hashcash.el (hashcash-payment-alist): Fix custom :type.
11106
11107 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
11110
11111         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
11112         (gnus-group-set-current-level): Decode group name.
11113
11114 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
11115
11116         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
11117         failed.
11118
11119 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11120
11121         * gnus-group.el (gnus-group-delete-group): Decode group name.
11122         (gnus-group-make-rss-group): Encode group name.
11123         (gnus-group-catchup-current): Decode group name.
11124         (gnus-group-kill-group): Decode group name.
11125
11126 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11127
11128         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
11129
11130 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11131
11132         * gnus-group.el (gnus-group-make-rss-group):
11133         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
11134
11135         * gnus-start.el (gnus-setup-news): Honor user's setting to
11136         gnus-message-archive-method.  Suggested by Lute Kamstra
11137         <lute@gnu.org>.
11138
11139 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
11140
11141         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
11142         global counterparts of the buffer-local variables.
11143
11144 2004-11-16  Romain Francoise  <romain@orebokech.com>
11145
11146         * gnus-sum.el (gnus-summary-exit): Don't clear the global
11147         counterparts of the buffer-local variables.
11148
11149 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * message.el (message-forbidden-properties): Fixed typo in doc
11152         string.
11153
11154 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * gnus-util.el (gnus-replace-in-string): Added doc string.
11157
11158         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
11159         to avoid problems when splitting mails with many recipients.
11160
11161 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11162
11163         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
11164         pop-to-buffer, covered by the subsequent gnus-configure-windows.
11165
11166 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
11167
11168         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
11169         if there is no hashtable in memory or file modification time is
11170         newer than cached timestamp.
11171
11172 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
11175         not-matching option.
11176
11177 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
11178
11179         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
11180         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
11181         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
11182         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
11183         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
11184         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
11185
11186 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11187
11188         * message.el (message-forward-make-body-mml): Remove headers
11189         according to message-forward-ignored-headers if a message is decoded.
11190
11191 2004-12-02  Romain Francoise  <romain@orebokech.com>
11192
11193         * message.el (message-forward-make-body-plain): Always remove
11194         headers according to message-forward-ignored-headers.
11195
11196 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
11197
11198         * spam.el (spam-summary-prepare-exit): Remove the
11199         gnus-summary-limit pop for now, it has problems with ham marks for
11200         me.
11201
11202 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
11203
11204         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
11205         correctly.
11206
11207 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
11208
11209         * format-spec.el (format-spec): Message the char.
11210
11211 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
11212
11213         * gnus-art.el (gnus-split-methods): Reformat comments.
11214
11215         * spam.el (spam-summary-prepare-exit): Remove article limits
11216         before exiting the summary buffer.
11217
11218 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11219
11220         * lpath.el: Remove bbdb-create-internal, bbdb-records,
11221         spam-BBDB-register-routine and spam-enter-ham-BBDB.
11222
11223         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
11224         order to silence the byte compiler.
11225
11226         * spam.el: Fix the way to silence the byte compiler, which
11227         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
11228         bbdb-search-simple, spam-BBDB-register-routine,
11229         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
11230         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
11231         spam-stat-buffer-is-spam, spam-stat-load,
11232         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
11233         spam-stat-save and spam-stat-split-fancy.
11234
11235 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11236
11237         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
11238         which may confuse users.
11239         (canlock-password-for-verify): Ditto.
11240
11241         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
11242
11243         * gnus-art.el (gnus-emphasis-alist): Ditto.
11244
11245         * gnus-registry.el (gnus-registry-max-entries): Ditto.
11246
11247         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
11248
11249         * gnus-start.el (gnus-save-killed-list): Ditto.
11250
11251         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
11252         (gnus-sum-thread-tree-root): Ditto.
11253         (gnus-sum-thread-tree-false-root): Ditto.
11254         (gnus-sum-thread-tree-single-indent): Ditto.
11255
11256         * message.el (message-courtesy-message): Ditto.
11257         (message-archive-note): Ditto.
11258         (message-subscribed-address-file): Ditto.
11259         (message-user-fqdn): Ditto.
11260
11261         * spam-report.el (spam-report-gmane-regex): Ditto.
11262
11263         * spam.el (spam-blackhole-good-server-regex): Ditto.
11264
11265 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * mml.el (mml-preview): Widen the message buffer before copying
11268         the contents to the preview buffer; sort headers before previewing.
11269
11270         * message.el (message-hidden-headers): Fix the way to avoid a bug
11271         in the `repeat' widget in Emacs 21.3 or earlier.
11272
11273 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * message.el (message-hidden-headers): Default to "^References:".
11276         Improve customization type.  Suggested by Reiner Steib
11277         <Reiner.Steib@gmx.de>.
11278
11279 2004-11-25  Romain Francoise  <romain@orebokech.com>
11280
11281         * message.el (message-strip-forbidden-properties): Remove check for
11282         obsolete `message-hidden' text property, hidden headers are not
11283         accessible in the buffer anymore.
11284
11285 2004-11-22  Romain Francoise  <romain@orebokech.com>
11286
11287         * message.el (message-header-format-alist): Add `From' in list
11288         so that it can be sorted.
11289         (message-fix-before-sending): Widen and sort headers before
11290         sending.
11291         (message-hide-headers): Use narrowing to hide headers by moving
11292         them to the top of the buffer and narrowing to the region
11293         underneath.
11294
11295 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11296
11297         * message.el (message-strip-forbidden-properties): Bind
11298         buffer-read-only (etc) to nil.
11299
11300 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11301
11302         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11303         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11304
11305 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11306
11307         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11308
11309 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11310
11311         * dns.el (query-dns): Use sit-for to time instead of
11312         accept-process-output, since that doesn't seem to work on udp
11313         sockets.
11314
11315 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11318
11319 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11320
11321         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11322         doc string.  Improve doc string.
11323
11324 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11325
11326         * nntp.el (nntp-request-update-info): Return nil if
11327         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11328         may not call gnus-activate-group which uselessly issues the GROUP
11329         commands for all nntp groups and wastes time.  Reported by Romain
11330         Francoise <romain@orebokech.com>.
11331
11332         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11333
11334 2004-11-15  Simon Josefsson  <jas@extundo.com>
11335
11336         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11337         headers separately.
11338         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11339         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11340
11341 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11342
11343         * gnus-start.el (gnus-convert-old-newsrc):
11344         Assign legacy-gnus-agent to 5.10.7.
11345
11346 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11347
11348         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11349         start of the lines.
11350
11351 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11352
11353         * hashcash.el (hashcash-default-payment): Change default to 20.
11354         (hashcash-default-accept-payment): Change default to 20.
11355         (hashcash-process-alist): New variable.
11356         (hashcash-generate-payment-async): Add.
11357         (hashcash-already-paid-p): Add.
11358         (hashcash-insert-payment): Don't generate payments twice.
11359         (hashcash-insert-payment-async): Add.
11360         (hashcash-insert-payment-async-2): Add.
11361         (hashcash-cancel-async): Add.
11362         (hashcash-wait-async): Add.
11363         (hashcash-processes-running-p): Add.
11364         (hashcash-wait-or-cancel): Add.
11365         (mail-add-payment): New optional argument.  Conditionally start
11366         asynchronous calculation.
11367         (mail-add-payment-async): Add.
11368
11369         * message.el (message-send-mail): Wait for asynchronous hashcash
11370         results.  Don't clobber existing X-Hashcash headers.
11371         (message-setup-1): Call mail-add-payment-async when
11372         message-generate-hashcash is non-nil.
11373
11374 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11375
11376         * message.el (message-use-alternative-email-as-from): Examine the
11377         From header as well; use message-make-from in order to include a
11378         user's full name.
11379
11380 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11381
11382         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11383         default; improve customization type.
11384         (gnus-emphasis-custom-with-format): New macro.
11385         (gnus-emphasis-custom-value-to-external): New function.
11386         (gnus-emphasis-custom-value-to-internal): New function.
11387
11388 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11389
11390         * dns.el (query-dns): Resolve reverse addresses.
11391
11392 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11393
11394         * gnus-group.el (gnus-group-get-new-news): Use it.
11395
11396         * gnus-start.el (gnus-check-reasonable-setup): New function.
11397
11398 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11401         "Args out of range" error.  Reported by Arnaud Giersch
11402         <arnaud.giersch@free.fr>.
11403
11404 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11405
11406         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11407
11408 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11409
11410         * spam.el (spam group): Add :version.
11411
11412         * pgg-def.el (pgg group): Add :version.
11413
11414 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * gnus-art.el (gnus-article-edit-article): Don't associate the
11417         article buffer with a draft file.  This is a temporary measure
11418         against the 2004-08-22 change to gnus-article-edit-mode.
11419
11420 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11423         (html2text-format-tags): Remove unused variable `attr'.
11424
11425 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11428
11429         * tls.el (tls-process-connection-type, tls-success)
11430         (tls-certtool-program): Add :version.
11431
11432         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11433         (starttls-extra-arguments, starttls-process-connection-type)
11434         (starttls-connect, starttls-failure, starttls-success): Add :version.
11435
11436         * spam-stat.el (spam-stat): Add :version.
11437
11438         * sieve.el (sieve): Add :version.
11439
11440         * sha1.el (sha1): Add :version.
11441         (sha1-use-external): Remove redundant version.
11442
11443         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11444         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11445         (nnmail-split-fancy-match-partial-words)
11446         (nnmail-split-lowercase-expanded): Add :version.
11447
11448         * nndiary.el (nndiary): Add :version.
11449
11450         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11451
11452         * mml-sec.el (mml-default-sign-method)
11453         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11454         Add :version.
11455
11456         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11457
11458         * mm-url.el (mm-url-use-external, mm-url-program)
11459         (mm-url-arguments): Add :version.
11460
11461         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11462         (mm-attachment-file-modes, mm-decrypt-option)
11463         (mm-w3m-safe-url-regexp): Add :version.
11464
11465         * message.el (message-cite-prefix-regexp)
11466         (message-sendmail-envelope-from, message-minibuffer-local-map)
11467         (message-user-fqdn, message-completion-alist): Add :version.
11468
11469         * gnus-win.el (gnus-configure-windows-hook)
11470         (gnus-use-frames-on-any-display): Add :version.
11471
11472         * gnus-art.el (gnus-article-address-banner-alist)
11473         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11474         (gnus-treat-from-picon, gnus-treat-mail-picon)
11475         (gnus-treat-x-pgp-sig): Add :version.
11476
11477         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11478         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11479         (gnus-summary-article-delete-hook)
11480         (gnus-summary-display-while-building): Add :version.
11481
11482         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11483         (gnus-get-top-new-news-hook): Add :version.
11484
11485         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11486         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11487
11488         * gnus-registry.el (gnus-registry): Add :version.
11489
11490         * gnus-spec.el (gnus-use-correct-string-widths)
11491         (gnus-make-format-preserve-properties): Add :version.
11492
11493         * gnus.el (gnus-group-charter-alist)
11494         (gnus-group-fetch-control-use-browse-url)
11495         (gnus-install-group-spam-parameters): Add :version.
11496
11497         * gnus-diary.el (gnus-diary): Add :version.
11498
11499         * gnus-delay.el (gnus-delay): Add :version.
11500
11501         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11502         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11503         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11504         Add :version.
11505
11506         * gnus-agent.el (gnus-agent-max-fetch-size)
11507         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11508         (gnus-agent-prompt-send-queue): Add :version.
11509
11510         * deuglify.el (gnus-outlook-deuglify): Add :version.
11511
11512         * html2text.el: Beautify code.  Improve doc strings.  Some
11513         checkdoc cleanup.
11514         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11515
11516 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11517
11518         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11519
11520 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11521
11522         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11523         when package is loaded.
11524
11525         * spam.el (spam-summary-score-preferred-header): Add global preference
11526         for people who want to override the default SpamAssassin over
11527         Bogofilter preference (when both are set).
11528         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11529         (spam-user-format-function-S): Check
11530         spam-summary-score-preferred-header.
11531         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11532         (spam-user-format-function-S): Format the score correctly.
11533
11534 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11537         signature file.  Suggested by Manoj Srivastava
11538         <srivasta@golden-gryphon.com>.
11539
11540         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11541         iso-2022-jp even in the Japanese language environment.
11542         Suggested by Jason Rumney <jasonr@gnu.org>.
11543
11544 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11545
11546         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11547         use the same characters as the dummy marks; make it free from
11548         getting affected by the language environment.
11549         (gnus-summary-read-group-1): Update mark positions only when the
11550         format spec is updated.
11551
11552         * gnus-spec.el (gnus-update-format-specifications): Return a list
11553         of updated types.
11554
11555 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11556
11557         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11558         of boundp to check if display-warning is available.
11559
11560 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11561
11562         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11563
11564 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * nnspool.el (nnspool-spool-directory): Use news-path if the
11567         news-directory variable is not bound.
11568
11569         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11570         function instead of display-warning if it is not available.
11571
11572 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11573
11574         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11575         v5-10: Use `point-at-bol'.
11576
11577 2004-10-26  Simon Josefsson  <jas@extundo.com>
11578
11579         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11580         <chenggao@gmail.com>.
11581
11582 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11583
11584         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11585         instead.
11586
11587 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11588
11589         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11590         to remove a server from the nnimap-server-buffer-alist.
11591         (nnimap-open-connection, nnimap-close-server): Use it.
11592
11593         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11594
11595 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11596
11597         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11598         running the major-mode function.
11599
11600 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11601
11602         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11603         dummy marks in the right way.
11604
11605 2004-10-18  David Edmondson  <dme@dme.org>
11606
11607         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11608         excessively.
11609
11610 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11611
11612         * gnus-util.el (gnus-split-references): Accept a nil references
11613         string and go on blissfully.
11614
11615         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11616         cases where the references string is non-nil but has no references.
11617
11618         * encrypt.el: Add autoload tags.
11619
11620         * spam.el (spam-resolve-registrations-routine): Remove article
11621         from unregistration list too.  Reported by David Hanak
11622         <dhanak@isis.vanderbilt.edu>
11623
11624 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11625
11626         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11627         nil.  Changed custom type.
11628
11629 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11630
11631         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11632
11633         * gnus-sum.el (gnus-summary-move-article): Use it.
11634
11635 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11636
11637         * encrypt.el: Add autoload cookies.
11638
11639         * spam.el (spam-backend-article-list-property)
11640         (spam-backend-get-article-todo-list)
11641         (spam-backend-put-article-todo-list)
11642         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11643         Resolve registrations separately.
11644         (spam-register-routine): Format comments.
11645         (spam-unregister-routine, spam-register-routine): Always call with
11646         specific-articles, no default list.
11647         (spam-summary-prepare-exit): Use the spam-classifications function.
11648
11649         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11650         gnus-encrypt.el.
11651
11652         * encrypt.el: Copied from gnus-encrypt.el.
11653
11654         * gnus-encrypt.el: Commented that it's obsolete.
11655
11656 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11657
11658         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11659         (gnus-score-save): Use it.
11660
11661         * message.el (message-bury): Use `window-dedicated-p'.
11662
11663 2004-10-15  Simon Josefsson  <jas@extundo.com>
11664
11665         * pop3.el (top-level): Don't require nnheader.
11666         (pop3-read-timeout): Add.
11667         (pop3-accept-process-output): Add.
11668         (pop3-read-response, pop3-retr): Use it.
11669
11670 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11671
11672         * spam.el (spam-register-routine): Move comment.
11673         (spam-verify-bogofilter): Use 'unknown for the initial
11674         spam-bogofilter-valid state, not 'never.
11675
11676         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11677         for netrc-machine.
11678
11679         * nnimap.el (nnimap-open-connection): Use
11680         netrc-machine-user-or-password.
11681
11682 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11683
11684         * gnus-registry.el (gnus-registry-unload-hook):
11685         Set as a variable with add-hook.
11686
11687         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11688         of news-path.
11689
11690         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11691
11692         * spam.el: Delete duplicate `provide'.
11693         (spam-unload-hook): Set as a variable with add-hook.
11694
11695 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11696
11697         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11698         in the doc string.
11699
11700         * message.el (message-ignored-news-headers)
11701         (message-ignored-supersedes-headers)
11702         (message-ignored-resent-headers)
11703         (message-forward-ignored-headers): Improve custom type.
11704
11705 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11706
11707         * message.el (message-tokenize-header): Fix 2004-09-06 change
11708         which used point-min in the wrong place.
11709
11710 2004-10-12  Simon Josefsson  <jas@extundo.com>
11711
11712         * tls.el (tls-certtool-program): New variable.
11713         (tls-certificate-information): New function, based on
11714         ssl-certificate-information.
11715
11716 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * compface.el: Move the version of ELisp-based uncompface program
11719         to the contrib directory because of the copyright problem.
11720
11721 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11722
11723         * message.el (message-kill-buffer): Raise the current frame.
11724
11725 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11726
11727         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11728
11729         * gnus.el (message-y-or-n-p): Autoload.
11730
11731         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11732         (pop3-password-required, pop3-authentication-scheme)
11733         (pop3-leave-mail-on-server): Made customizable.
11734         (pop3): New custom group.
11735         (pop3-retr): Remove `sleep-for' statements.
11736         Suggested by Dave Love <fx@gnu.org>.
11737
11738         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11739         Windows/DOS.
11740
11741         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11742         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11743         Dave Love <fx@gnu.org>.
11744
11745         * mml.el (mml-minibuffer-read-disposition): Require match.
11746         Suggested by Dave Love <fx@gnu.org>.
11747
11748 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11749
11750         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11751         doc string.
11752
11753 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11754
11755         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11756
11757 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11758
11759         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11760         instead of calling `mm-insert-inline', to decode text/* parts
11761         before displaying them.
11762
11763 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * mm-uu.el (mm-uu-text-plain-type): New variable.
11766         (mm-uu-pgp-signed-extract-1): Use it.
11767         (mm-uu-pgp-encrypted-extract-1): Use it.
11768         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11769         bind mm-uu-text-plain-type with that value.
11770         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11771         mm-uu-dissect.
11772
11773 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * gnus-group.el (gnus-update-group-mark-positions):
11776         * gnus-sum.el (gnus-update-summary-mark-positions):
11777         * message.el (message-check-news-body-syntax):
11778         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11779         of string-as-multibyte.
11780
11781 2004-10-05  Juri Linkov  <juri@jurta.org>
11782
11783         * gnus-group.el (gnus-update-group-mark-positions):
11784         * gnus-sum.el (gnus-update-summary-mark-positions):
11785         * message.el (message-check-news-body-syntax):
11786         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11787         8-bit unibyte values to a multibyte string for search functions.
11788
11789 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11792         (mm-uu-dissect-text-parts): New function.
11793
11794         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11795         dissect text parts.
11796
11797         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11798         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11799
11800         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11801
11802         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11803         gnus-current-topics instead of gnus-current-topic.
11804
11805 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11806
11807         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11808
11809 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11810
11811         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11812         where approriate.
11813
11814         * nnml.el (nnml-generate-active-info): do.
11815
11816         * nndiary.el (nndiary-generate-active-info): do.
11817
11818         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11819         (gnus-topic-move): do.
11820
11821         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11822         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11823
11824         * gnus-srvr.el (gnus-server-prepare)
11825         (gnus-server-open-all-servers): do.
11826
11827         * gnus-msg.el (gnus-summary-cancel-article)
11828         (gnus-summary-resend-message)
11829         (gnus-summary-mail-crosspost-complaint): do.
11830
11831         * gnus-move.el (gnus-change-server): do.
11832
11833         * gnus-group.el (gnus-group-unmark-all-groups)
11834         (gnus-group-set-current-level): do.
11835
11836 2004-10-04  Simon Josefsson  <jas@extundo.com>
11837
11838         * message.el (message-generate-hashcash): Doc fix.
11839
11840 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11841
11842         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11843         avoid infinite recursion via gnus-get-function.
11844
11845 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11846
11847         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11848
11849         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11850
11851         * nnmail.el (nnmail-split-history): do.
11852
11853         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11854         (nnml-request-delete-group): do.
11855
11856         * nnslashdot.el (nnslashdot-read-groups): do.
11857
11858         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11859         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11860
11861         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11862         (nnspool-sift-nov-with-sed): Use last.
11863         (nnspool-retrieve-headers-with-nov): Use mapc.
11864         (nnspool-request-newgroups): Use dolist.
11865         (nnspool-request-group): Use last.
11866
11867         * nntp.el (nntp-read-server-type): Use dolist.
11868
11869         * nnvirtual.el (nnvirtual-create-mapping)
11870         (nnvirtual-update-read-and-marked): Use dolist.
11871         (nnvirtual-convert-headers): Simplify.
11872
11873 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11874
11875         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11876         support for sync'ing tick marks.
11877
11878 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11881         there's no visible header.
11882
11883 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11884
11885         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11886         necessary, pass full group name to gnus-request-set-marks.
11887
11888 2004-10-01  Simon Josefsson  <jas@extundo.com>
11889
11890         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11891         acroread.
11892
11893 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11894
11895         * spam-report.el (spam-report-gmane): Fix interactive.
11896
11897         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11898
11899         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11900         when writing file.
11901         (gnus-agent-synchronize-flags): Don't default to being
11902         interactive.
11903
11904 2004-09-30  Simon Josefsson  <jas@extundo.com>
11905
11906         * message.el (message-generate-hashcash): Add.
11907         (message-send-mail): Use it, call mail-add-payment.
11908
11909 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11910
11911         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11912
11913 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11914
11915         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11916         gnus-requst-update-info with explicit code to sync the in-memory
11917         info read flags with the marks being sync'd to the backend.
11918
11919         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11920
11921 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11922
11923         * spam.el (spam-verify-bogofilter): Add new function.
11924         (spam-check-bogofilter)
11925         (spam-bogofilter-register-with-bogofilter): Use it.
11926         (spam-verify-bogofilter): Add small fixes.
11927
11928 2004-09-28  Simon Josefsson  <jas@extundo.com>
11929
11930         * hashcash.el (hashcash-generate-payment): Revert.
11931
11932 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11933
11934         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11935         gnus-extract-references instead of gnus-split-references.
11936
11937         * gnus-util.el (gnus-extract-references): Add new function, analogous
11938         to gnus-split-references but extracts only the message-ID without
11939         anything extra.
11940
11941         * hashcash.el (hashcash-generate-payment)
11942         (hashcash-check-payment): Do the right thing if hashcash-path is
11943         nil (because the hashcash program could not be found).
11944
11945         * spam.el (spam-use-hashcash): Remove comment.
11946
11947 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11948
11949         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11950         (gnus-cache-enter-article, gnus-cache-remove-article)
11951         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11952
11953         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11954
11955         * gnus-art.el (article-hide-boring-headers)
11956         (article-translate-strings, article-display-face)
11957         (gnus-article-mime-match-handle-first)
11958         (gnus-article-highlight-headers)
11959         (gnus-article-add-buttons-to-head): do.
11960
11961 2004-09-27  Simon Josefsson  <jas@extundo.com>
11962
11963         * hashcash.el: New version, from
11964         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11965         ../contrib/.
11966
11967 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11968
11969         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11970
11971 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11972
11973         * gnus-dup.el (gnus-dup-open): Use mapc.
11974         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11975
11976         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11977         Reported by Stefan Wiens <s.wi@gmx.net>.
11978
11979         * gnus.el (gnus-shutdown): Use dolist.
11980
11981         * gnus-undo.el (gnus-undo): Use mapc.
11982
11983         * nnrss.el (nnrss-generate-active): do.
11984
11985         * message.el (message-cite-original-without-signature)
11986         (message-cite-original): Use mapc.
11987         (message-do-actions, message-make-forward-subject): Use dolist.
11988
11989 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11990
11991         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11992         deletion to remove entire duplicate line.  Fixes merged article
11993         number bug.
11994
11995 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11996
11997         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11998         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11999         first ask if you want to open a server and then, even when you
12000         responded with no, asking if you want to synchronize the server's
12001         flags.
12002         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
12003         multi-line expressions.
12004         (gnus-agent-synchronize-group-flags): New internal function.
12005         Updates marks in memory (in the info structure) AND in the
12006         backend.
12007
12008         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
12009
12010         * nnagent.el (nnagent-request-set-mark): Use
12011         gnus-agent-synchronize-group-flags, not backend's request-set-mark
12012         method, to ensure that synchronization updates marks in the
12013         backend and in the info (in memory) structure.
12014
12015 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
12018         convention fully; don't miss the root article of a thread; make
12019         the X-Draft-From header with correct article numbers.
12020
12021 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
12022
12023         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
12024         unless plugged.  Disable the agent so that an open failure causes
12025         an error.
12026
12027         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
12028         Reverted 2004-09-21 change.  The backend must be opened while
12029         synchronizing flags even when the backend stores the flags
12030         locally.
12031
12032 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
12033
12034         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
12035         in `header' match.  Reported by Svend Tollak Munkejord.
12036
12037         * message.el (message-cite-original): Fix use of
12038         `message-cite-articles-with-x-no-archive'.
12039
12040 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
12043         (gnus-window-to-buffer): Ditto.
12044
12045         * mml.el (mml-preview-buffer): New variable.
12046         (mml-preview): Manage window layout with gnus-buffer-configuration.
12047
12048         * gnus-msg.el (gnus-setup-message): Put article numbers into the
12049         X-Draft-From header even if those articles aren't quoted.
12050
12051 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
12052
12053         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
12054         (gnus-request-set-mark, gnus-request-update-mark): Use new
12055         g-s-t-u-l-m to decide to use backend even when unplugged.
12056
12057 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12058
12059         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
12060         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
12061
12062 2004-09-20  Simon Josefsson  <jas@extundo.com>
12063
12064         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
12065         "utf-16-le".
12066
12067 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12068
12069         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
12070
12071 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12072
12073         * uudecode.el (uudecode-use-external): Add :version.
12074
12075         * smime.el (smime-CA-file, smime-encrypt-cipher)
12076         (smime-dns-server): Add :version.
12077
12078         * smiley.el (gnus-smiley-file-types): Add :version.
12079
12080         * sha1.el (sha1-use-external): Add :version.
12081
12082         * pgg-def.el (pgg-query-keyserver): Add :version.
12083
12084         * nnmail.el (nnmail-fancy-expiry-targets)
12085         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
12086         Add :version.
12087
12088         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
12089         (nnimap-retrieve-groups-asynchronous): Add :version.
12090         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
12091
12092         * mml.el (mml-content-disposition-parameters)
12093         (mml-insert-mime-headers-always): Add :version.
12094
12095         * mm-util.el (mm-coding-system-priorities): Add :version.
12096
12097         * mm-decode.el (mm-inline-text-html-with-images)
12098         (mm-keep-viewer-alive-types, mm-external-terminal-program)
12099         (mm-verify-option): Add :version.
12100         (mm-text-html-renderer): Change :version.
12101
12102         * message.el (message-fcc-externalize-attachments)
12103         (message-required-headers, message-draft-headers)
12104         (message-subject-trailing-was-query)
12105         (message-subject-trailing-was-ask-regexp)
12106         (message-subject-trailing-was-regexp, message-mark-insert-begin)
12107         (message-mark-insert-end, message-archive-header)
12108         (message-archive-note, message-cross-post-default)
12109         (message-cross-post-note, message-followup-to-note)
12110         (message-cross-post-note-function, message-use-mail-followup-to)
12111         (message-subscribed-address-functions)
12112         (message-subscribed-address-file, message-subscribed-addresses)
12113         (message-subscribed-regexps, message-allow-no-recipients)
12114         (message-yank-cited-prefix, message-signature-insert-empty-line)
12115         (message-hidden-headers, message-hierarchical-addresses)
12116         (message-mail-user-agent, message-use-idna)
12117         (message-valid-fqdn-regexp)
12118         (message-strip-special-text-properties, message-header-synonyms)
12119         (message-beginning-of-line, message-tab-body-function): Add :version.
12120         (message-insert-canlock, message-wide-reply-confirm-recipients):
12121         Change :version.
12122
12123         * mail-source.el (mail-source-ignore-errors): Add :group, :type
12124         and :version.
12125         (mail-source-delete-old-incoming-confirm)
12126         (mail-source-movemail-program): Add :version.
12127
12128         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
12129         (gnus-agent-cache, gnus-agent): Change :version.
12130
12131         * gnus-util.el (gnus-use-byte-compile): Change :version.
12132
12133         * gnus-sum.el (gnus-summary-make-false-root-always)
12134         (gnus-summary-default-high-score)
12135         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
12136         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
12137         (gnus-read-all-available-headers, gnus-article-emulate-mime)
12138         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
12139         (gnus-sum-thread-tree-single-indent)
12140         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12141         (gnus-sum-thread-tree-leaf-with-other)
12142         (gnus-sum-thread-tree-single-leaf): Add :version.
12143         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
12144         (gnus-article-loose-mime): Change :version.
12145
12146         * gnus-start.el (gnus-backup-startup-file)
12147         (gnus-save-startup-file-via-temp-buffer): Add :version.
12148
12149         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
12150         (gnus-server-offline-face): Add :version.
12151
12152         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
12153
12154         * gnus-msg.el (gnus-gcc-externalize-attachments)
12155         (gnus-debug-files, gnus-debug-exclude-variables)
12156         (gnus-discouraged-post-methods): Change :version.
12157         (gnus-confirm-mail-reply-to-news)
12158         (gnus-confirm-treat-mail-like-news): Add :version.
12159
12160         * gnus-int.el (gnus-server-unopen-status): Add :version.
12161
12162         * gnus-group.el (gnus-group-jump-to-group-prompt)
12163         (gnus-large-ephemeral-newsgroup)
12164         (gnus-fetch-old-ephemeral-headers): Add :version.
12165
12166         * gnus-fun.el (gnus-x-face-directory)
12167         (gnus-convert-pbm-to-x-face-command)
12168         (gnus-convert-image-to-x-face-command)
12169         (gnus-convert-image-to-face-command): Add :version.
12170
12171         * gnus-delay.el (gnus-delay-default-hour): Add :version.
12172
12173         * gnus-cite.el (gnus-cite-blank-line-after-header)
12174         (gnus-article-boring-faces): Add :version.
12175
12176         * gnus-art.el (gnus-buttonized-mime-types)
12177         (gnus-inhibit-mime-unbuttonizing)
12178         (gnus-treat-display-face)
12179         (gnus-treat-body-boundary): Change :version.
12180         (gnus-body-boundary-delimiter, gnus-picon-databases)
12181         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
12182         (gnus-treat-date-english, gnus-treat-fold-headers)
12183         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
12184         (gnus-treat-mail-picon, gnus-treat-wash-html)
12185         (gnus-article-encrypt-protocol)
12186         (gnus-use-idna, gnus-article-over-scroll)
12187         (gnus-mime-display-multipart-alternative-as-mixed)
12188         (gnus-mime-display-multipart-related-as-mixed)
12189         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
12190         (gnus-ctan-url, gnus-button-ctan-handler)
12191         (gnus-button-handle-ctan-bogus-regexp)
12192         (gnus-button-ctan-directory-regexp)
12193         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
12194         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
12195         (gnus-button-man-level, gnus-button-emacs-level)
12196         (gnus-button-message-level, gnus-button-browse-level): Add :version.
12197
12198         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
12199         (gnus-agent-go-online): Change :version.
12200         (gnus-agent-expire-unagentized-dirs)
12201         (gnus-agent-auto-agentize-methods): Add :version.
12202
12203         * flow-fill.el (fill-flowed-display-column)
12204         (fill-flowed-encode-column): Add :version.
12205
12206         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12207         (gnus-outlook-deuglify-unwrap-max)
12208         (gnus-outlook-deuglify-cite-marks)
12209         (gnus-outlook-deuglify-unwrap-stop-chars)
12210         (gnus-outlook-deuglify-no-wrap-chars)
12211         (gnus-outlook-deuglify-attrib-cut-regexp)
12212         (gnus-outlook-deuglify-attrib-verb-regexp)
12213         (gnus-outlook-deuglify-attrib-end-regexp)
12214         (gnus-outlook-display-hook): Add :version.
12215
12216         * binhex.el (binhex-use-external): Add :version.
12217
12218 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
12221         and `invisible'.
12222
12223 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
12224
12225         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
12226         in gnus-registry-trim.
12227
12228 2004-09-13  Simon Josefsson  <jas@extundo.com>
12229
12230         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
12231
12232         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
12233
12234         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
12235         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12236         <yamaoka@jpl.org>.
12237         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
12238         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
12239         <yamaoka@jpl.org>.
12240
12241         * sieve.el (sieve-manage-mode): Ditto.
12242
12243 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
12244
12245         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
12246
12247 2004-09-11  Simon Josefsson  <jas@extundo.com>
12248
12249         * dns-mode.el: Add.
12250
12251         * mm-view.el (mm-display-dns-inline): Add.
12252
12253         * mm-decode.el (mm-inline-media-tests): Add text/dns.
12254         (mm-automatic-display): Ditto.
12255
12256         * mailcap.el (mailcap-mime-data): Add text/dns.
12257         (mailcap-mime-extensions): Map .soa to text/dns.
12258
12259 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
12260
12261         * gnus-art.el (article-decode-mime-words, article-babel)
12262         (gnus-article-highlight-signature, gnus-article-add-buttons)
12263         (gnus-signature-toggle): Remove unnecessary bindings of
12264         `inhibit-read-only' inherited from v5.10 merge.
12265
12266 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
12267
12268         * nntp.el (nntp): New customization group.
12269         (nntp-authinfo-file): Add customization group.
12270
12271         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
12272
12273         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
12274
12275         * gnus.el (to-address, to-list, subscribed)
12276         (large-newsgroup-initial): Ditto.
12277
12278         * flow-fill.el (fill-flowed-display-column)
12279         (fill-flowed-encode-column): Ditto.
12280
12281 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12282
12283         * message.el (message-tokenize-header, message-send-mail-with-qmail):
12284         Use point-min rather than 1.
12285         (message-send-mail): Use buffer-size rather than point-max.
12286
12287         * gnus-sum.el (gnus-summary-search-article-forward):
12288         Signal a specific `search-failed' rather than a generic `error'.
12289
12290         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12291         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12292         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12293
12294 2004-09-10  Simon Josefsson  <jas@extundo.com>
12295
12296         * nndb.el (require): Remove tcp and duplicate cl.
12297
12298 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * gnus-agent.el (directory-files-and-attributes): Move forward.
12301
12302 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12303
12304         * gnus-agent.el (directory-files-and-attributes): Optionally
12305         defined to support XEmacs.
12306
12307 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12308
12309         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12310         to avoid run-time CL dependencies.
12311         (gnus-agent-unfetch-articles): New function.
12312         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12313         article numbers even when local .overview file is missing.
12314         (gnus-agent-read-article-number): New function.  Only accepts
12315         27-bit article numbers.
12316         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12317         gnus-agent-read-article-number.
12318         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12319         from backend while recognizing that article numbers in .overview
12320         must be valid.
12321         (gnus-agent-update-files-total-fetched-for): Use
12322         directory-files-and-attributes to improve performance.
12323         * gnus-int.el (gnus-request-move-article): Use
12324         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12325         improve performance.
12326
12327         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12328         some users confused by references to .newsrc when they only have a
12329         .newsrc.eld file.
12330         (gnus-convert-mark-converter-prompt)
12331         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12332         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12333         New function.  Used internally to only display 'gnus converting
12334         files' message when actually necessary.
12335
12336         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12337         methods now autoloaded.
12338
12339 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12342         identifiers.
12343
12344 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12345
12346         * gnus-picon.el: Fix indentation and closing parenthesis.
12347
12348 2004-09-01  Simon Josefsson  <jas@extundo.com>
12349
12350         * message.el (message-canlock-generate): Require sha1, not
12351         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12352         to require within a function.  Sadly, if sha1.el isn't loaded, the
12353         let binding in m-c-g will hide the defcustom definition, which is
12354         bad.)
12355
12356         * canlock.el: Require sha1, not sha1-el.
12357
12358         * message.el: Don't autoload sha1 (there is a autoload cookie in
12359         sha1.el).
12360
12361         * sha1-el.el: Renamed to sha1.el.
12362
12363 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12364
12365         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12366
12367 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12368
12369         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12370
12371 2004-08-30  Kim F. Storm  <storm@cua.dk>
12372
12373         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12374
12375         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12376         Add :group 'nnimap.
12377
12378 2004-08-30  Andreas Schwab  <schwab@suse.de>
12379
12380         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12381         ?* and ?\;.
12382
12383         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12384         and ?\' to symbol instead of whitespace.
12385
12386 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12387
12388         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12389
12390         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12391         instead of re-search-forward.
12392
12393         * gnus-uu.el (gnus-uu-save-article): Ditto.
12394         (gnus-uu-post-encode-uuencode): Ditto.
12395
12396         * html2text.el (html2text-clean-list-items): Ditto.
12397         (html2text-clean-dtdd): Ditto.
12398         (html2text-format-tags): Ditto.
12399
12400         * message.el (message-send-mail-with-sendmail): Fix regexp.
12401         (message-fill-field-general): Use search-forward instead of
12402         re-search-forward.
12403         (unbold-region): Ditto.
12404
12405         * nnrss.el (nnrss-request-article): Ditto.
12406
12407         * nnslashdot.el (nnslashdot-request-article): Ditto.
12408
12409         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12410
12411         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12412         "Unrecognized menu descriptor" error in XEmacs.
12413
12414 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12415
12416         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12417         parent article of a sparse article in the thread hashtb.
12418
12419 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12420
12421         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12422         (nnmail-expand-newtext): Lowercase expanded entries if
12423         nnmail-split-lowercase-expanded is non-nil.
12424
12425 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12426
12427         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12428
12429         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12430         of gnus-tmp-news-method into string under XEmacs.  It will be
12431         passed to gnus-correct-length which takes only a string argument.
12432
12433 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * gnus-util.el (gnus-bind-print-variables): New macro.
12436         (gnus-prin1): Use it.
12437         (gnus-prin1-to-string): Use it.
12438         (gnus-pp): New function.
12439         (gnus-pp-to-string): New function.
12440
12441         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12442         Replace pp-to-string with gnus-pp-to-string.
12443         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12444         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12445         * gnus-msg.el (gnus-debug): Ditto.
12446         * gnus-score.el (gnus-score-save): Ditto.
12447         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12448         gnus-pp-to-string.
12449         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12450         with gnus-pp.
12451         * score-mode.el (gnus-score-pretty-print): Ditto.
12452         * webmail.el (webmail-debug): Ditto.
12453
12454 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-art.el (article-display-face, article-display-x-face):
12457         Use buffer-read-only.
12458
12459 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12460
12461         * gnus-art.el (article-hide-list-identifiers):
12462         Bind inhibit-read-only as t.
12463
12464 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12465
12466         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12467
12468 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12469
12470         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12471         (gnus-narrow-to-page): Don't assume point-min == 1.
12472         (gnus-article-edit-mode): Derive from message-mode.
12473
12474         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12475         point-min == 1.
12476
12477         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12478         Disable incorrect use of `assert'.
12479
12480         * message.el (message-mode): Set comment-start-skip.
12481
12482
12483 2004-08-22  Sam Steingold  <sds@gnu.org>
12484
12485         * pop3.el (pop3-leave-mail-on-server): New user variable.
12486         (pop3-movemail): Delete mail only when it is nil.
12487
12488 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12489
12490         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12491
12492         * mml.el (mml-preview): Use `pop-to-buffer'.
12493
12494         * message.el (message-goto-mail-followup-to): Insert after "To".
12495         (message-carefully-insert-headers): Add comment.
12496
12497         * gnus.el: Remove unused variable `gnus-article-check-size'.
12498
12499         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12500
12501         * gnus-art.el (gnus-button-alist): Improve
12502         `gnus-button-handle-library' entry.
12503
12504 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12505
12506         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12507         downcase, since XEmacs capitalizes error messages differently.
12508
12509 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12510
12511         * nntp.el: Add (require 'gnus) due to reference to
12512         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12513
12514 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12515
12516         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12517         `mm-fill-flowed'.
12518
12519         * mm-decode.el (mm-dissect-singlepart): Check it.
12520
12521 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12522
12523         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12524         'imap' for netrc parsing.
12525
12526 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12527
12528         * mailcap.el (mailcap-mime-data): Mark as risky.
12529
12530 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12533         may be included in the encoded word.
12534         (rfc2047-encode): Don't append a space if the encoded word
12535         includes close parenthesis.
12536
12537 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12540         of text within parentheses.
12541
12542 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12543
12544         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12545         (gnus-encrypt-write-file-contents): Make the password key the file
12546         name PLUS the cipher, not just the cipher.  Also remove failed
12547         passwords from the cache.
12548
12549 2004-08-06  Simon Josefsson  <jas@extundo.com>
12550
12551         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12552         fix.
12553
12554 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12555
12556         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12557         LWSP.
12558
12559 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12560
12561         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12562         to append in-reply-to: data to the references: header.
12563
12564         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
12565         (netrc-parse): Use gnus-encrypt.el functions.
12566
12567         * gnus-encrypt.el: Add new file for encryption support; currently
12568         does only a few GPG ciphers and an internal XOR cipher.
12569
12570         * password.el: Add comments on using password-read-and-add.
12571         (password-read-and-add): Add function to read and add the
12572         password to the cache at once.
12573
12574 2004-07-28  Simon Josefsson  <jas@extundo.com>
12575
12576         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12577         parameter (but don't use it, for now).
12578
12579         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12580         instead of hard coding to nil.
12581
12582 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12585         as mm-inline-image-xemacs does.
12586
12587 2004-07-26  Simon Josefsson  <jas@extundo.com>
12588
12589         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12590         Revert part of 2004-07-17 change below.
12591
12592 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12595         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12596
12597 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12600         quotes that actually start with ">" at the beginning of the
12601         lines.
12602
12603 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * rfc2047.el (rfc2047-encode-region): Fix last change.
12606         (rfc2047-encode-parameter): Remove useless concat.
12607
12608 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12611         encode special characters; fix some kind of misconfigured headers;
12612         signal a real error if debug-on-quit or debug-on-error is non-nil.
12613         (rfc2047-encode-max-chars): New variable.
12614         (rfc2047-encode-1): Use it.
12615         (rfc2047-encode-parameter): New function.
12616
12617         * mml.el (mml-insert-parameter): Remove an excessive space.
12618
12619 2004-07-17  Simon Josefsson  <jas@extundo.com>
12620
12621         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12622         Kai Grossjohann <kai@emptydomain.de>.
12623         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12624         (gnus-group-make-menu-bar): Ditto.
12625
12626         * gnus-util.el (gnus-group-server): Add.
12627
12628 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12629
12630         * message.el (message-clone-locals): Clone sendmail and smtp
12631         variables.
12632
12633 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12634
12635         * rfc2047.el (rfc2047-encode-region): Fix last change.
12636
12637 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12640         characters as non-special.
12641
12642 2004-07-09  Simon Josefsson  <jas@extundo.com>
12643
12644         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12645         Users will lose all flag changes made while unplugged with
12646         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12647         good default.  See numerous reports on ding mailing list.
12648
12649 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12652         add generate-head-function and generate-article-function to the
12653         rfc822-forward entry.
12654         (nndoc-rfc822-forward-generate-article): New function.
12655         (nndoc-rfc822-forward-generate-head): New function.
12656
12657         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12658
12659 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12660
12661         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12662         respect display group parameter and gnus-summary-expunge-below.
12663         (gnus-articles-to-read): Remove unused reference to display group
12664         parameter.
12665
12666 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667
12668         * nnheader.el (nnheader-uniquify-message-id): New experimental
12669         variable.
12670         (nnheader-nov-read-message-id): Use it.
12671
12672         * spam-report.el (spam-report-gmane): Add interactive.
12673
12674 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12675
12676         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12677         qp-or-base64 for the application/* types.
12678
12679 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12680
12681         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12682
12683 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12684
12685         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12686         trim value.
12687
12688 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12689
12690         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12691         New macro and function.
12692         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12693
12694 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12697         after-load-alist.
12698
12699 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12700
12701         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12702         update info that isn't there.
12703
12704 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
12705
12706         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12707         entry.
12708
12709 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * mm-view.el (mm-inline-render-with-function): Use multibyte
12712         buffer; decode html source by charset.
12713
12714         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12715
12716         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12717         Mule-UCS is loaded under XEmacs.
12718         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12719
12720 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12721
12722         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12723
12724 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * mm-util.el (mm-coding-system-p): Return a coding-system.
12727         (mm-mime-mule-charset-alist): Use shift_jis instead of
12728         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12729         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12730         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12731         instead of japanese-shift-jis and iso-latin-1 respectively in
12732         order to share the default value with both Emacs and XEmacs-mule.
12733         (mm-mule-charset-to-mime-charset): Make
12734         mm-coding-system-priorities effective.
12735         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12736         while predicating of candidates upon the priorities.
12737
12738 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12739
12740         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12741         gnus-uu-invert-processable.
12742
12743         * gnus.el: Autoload gnus-uu-invert-processable.
12744
12745 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12746
12747         * mm-util.el (mm-with-multibyte-buffer): New macro.
12748
12749         * rfc2047.el (rfc2047-encode-string): Use it.
12750         (rfc2047-encode-region): Move point to the end of the region after
12751         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12752
12753 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12756         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12757
12758 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12761         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12762         Karl Chen <quarl@nospam.quarl.org>.
12763
12764 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12765
12766         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12767         invalid addresses.
12768
12769 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12770
12771         * spam.el: Change section markers, revise TODO list.
12772         (spam-backends): Make new master list of all installed backends.
12773         (spam-summary-exit-behavior): Add new variable to determine how
12774         messages moves are done at summary exit.
12775         (spam-move-spam-nonspam-groups-only)
12776         (spam-process-ham-in-nonham-groups)
12777         (spam-process-ham-in-spam-groups): Remove variables, the
12778         spam-summary-exit-behavior variable should be used to manage this
12779         behavior.
12780         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12781         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12782         and spam-old-spam-articles.
12783         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12784         Add empty variables, placeholders for the backends they represent.
12785         (spam-set-difference): Move, unchanged.
12786         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12787         unless the user has a processor variable.
12788         (spam-classifications, spam-classification-valid-p)
12789         (spam-backend-properties, spam-backend-property-valid-p)
12790         (spam-backend-function-type-valid-p)
12791         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12792         (spam-report-articles-gmane, spam-report-articles-resend):
12793         Remove functions, they are not needed.
12794         (spam-install-backend-super, spam-backend-list)
12795         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12796         (spam-backend-function, spam-backend-ham-registration-function)
12797         (spam-backend-spam-registration-function)
12798         (spam-backend-ham-unregistration-function)
12799         (spam-backend-spam-unregistration-function)
12800         (spam-backend-statistical-p, spam-backend-mover-p)
12801         (spam-install-backend-alias, spam-install-checkonly-backend)
12802         (spam-install-mover-backend, spam-install-nocheck-backend)
12803         (spam-install-backend, spam-install-statistical-backend)
12804         (spam-install-statistical-checkonly-backend): Add backend installation
12805         support.
12806         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12807         (spam-group-processor-p): Use the new backend code and respect the
12808         summary exit behavior.
12809         (spam-mark-spam-as-expired-and-move-routine): Remove.
12810         (spam-summary-prepare): Change to use the new spam-old-articles
12811         variable.
12812         (spam-copy-or-move-routine, spam-copy-spam-routine)
12813         (spam-move-spam-routine, spam-copy-ham-routine)
12814         (spam-move-ham-routine): Add code to copy/move ham or spam.
12815         (spam-fetch-field-fast): Improve doc and code, plus allow the
12816         'number request.
12817         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12818         variables.
12819         (spam-split, spam-find-spam): Use the new backend code.
12820         (spam-registration-functions): Remove variable.
12821         (spam-unregister-routine): Add convenience wrapper.
12822         (spam-log-undo-registration, spam-register-routine)
12823         (spam-log-processing-to-registry)
12824         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12825         where possible.
12826         (spam-check-gmane-xref, spam-check-regex-headers)
12827         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12828         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12829         (spam-check-bogofilter-headers, spam-check-spamoracle)
12830         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12831         (spam-check-crm114-headers): Use the spam-split-group that
12832         spam-split prepares, no need to determine it every time.
12833
12834         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12835         to the nnheader-parse-naked-head call.
12836
12837         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12838
12839         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12840         the nnheader-nov-read-message-id call.
12841
12842 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12843
12844         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12845         gnus-activate-group twice.  Suggested by Markus Peter
12846         <warp@spin.de>.
12847
12848 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12849
12850         * gnus-art.el (gnus-article-time-format): Exchange the order of
12851         day and month in the default value; fix customization type.
12852         (article-date-ut): Use add-text-properties.
12853         (article-make-date-line): Use message-make-date instead of
12854         current-time-string.
12855
12856         * message.el (message-fetch-field): Don't use set-text-properties.
12857         (message-make-date): Simplify.
12858
12859         * messagexmas.el (message-xmas-make-date): New function.
12860         (message-xmas-redefine): Defalias message-make-date to it.
12861
12862 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12865         (rfc2047-encode-region): Treat text within parentheses as special;
12866         show the original text when error has occurred.
12867
12868         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12869         already-computed method to gnus-activate-group.
12870
12871         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12872         same select-methods identical Lisp objects.
12873
12874         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12875         object when modifying the info.
12876
12877 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12880         gnus-opened-servers since it has never been opened with the new
12881         configuration yet.
12882
12883 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12886         arg to nnheader-generate-fake-message-id.
12887
12888 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12889
12890         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12891         number and build a fake message ID localized to a group and
12892         article number (so it's repeatable from that point on).
12893         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12894         ID format.
12895
12896         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12897         nnheader-generate-fake-message-id with the article number.
12898
12899 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12900
12901         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12902         end-of-buffer.
12903
12904 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12905
12906         * message.el (message-ignored-supersedes-headers): Add Approved.
12907
12908 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12911         goto-char.
12912         (rfc2047-encode): Fold the line before encoding.
12913
12914 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12915
12916         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12917         folding -- not all headers can be folded, and this should be done
12918         by the message composition mode.  Probably.  I think.
12919
12920 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12923         fast.
12924
12925         * gnus-ems.el (gnus-remove-image): Don't use
12926         message-text-with-property; remove only the image found first.
12927
12928         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12929         found first.
12930
12931 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12932
12933         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12934
12935 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12936
12937         * message.el (message-text-with-property): Make it fast and accept
12938         optional arguments.
12939         (message-strip-forbidden-properties): Use it.
12940         (message-fix-before-sending): Follow the m-t-w-p change.
12941
12942         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12943
12944 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12945
12946         * gnus-art.el (article-hide-headers): Don't change the buffer
12947         mistakenly when performing mml-preview even if
12948         gnus-single-article-buffer is nil.
12949
12950 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12951
12952         * message.el (message-expand-name-databases): New user option.
12953         (message-expand-name): Use it.
12954
12955 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12956
12957         * spam.el (spam-report-articles-resend)
12958         (spam-report-resend-register-routine): Allow ham reporting.
12959         (spam-report-resend-register-ham-routine): Add wrapper.
12960         (spam-registration-functions): Add ham resending functions.
12961         (spam-list-of-processors): Add ham resend processor.
12962
12963         * gnus.el (ham-resend-to): Add new group parameter.
12964         (spam-process): Add ham resend option.
12965
12966         * spam-report.el (spam-report-resend): Allow reporting ham.
12967         (spam-report-resend-ham): Add wrapper.
12968
12969 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * message.el (message-cite-articles-with-x-no-archive): New
12972         variable.
12973         (message-cite-original): Use it.
12974
12975 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12976
12977         * message.el (message-cite-original): Respect X-No-Archive.
12978
12979 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * gnus-art.el (article-hide-headers): Refer to the values for
12982         gnus-ignored-headers and gnus-visible-headers in the summary
12983         buffer since a user may have set them as group parameters.
12984
12985 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12986
12987         * assistant.el (assistant-node-name): Add convenience function.
12988         (assistant-render-text, assistant-render-node): Add error handling,
12989         plus handle multiple next nodes.
12990         (assistant-find-next-node): Comment out for now.
12991         (assistant-find-next-nodes): Add function, returns list of next
12992         nodes.
12993
12994 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12995
12996         * mail-source.el (mail-source-directory): Fix doc-string.
12997
12998 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12999
13000         * assistant.el (assistant-render-text, assistant-eval): Add :set
13001         widget type, which is different because it takes and returns a
13002         list.  Much hilarity ensues.
13003
13004 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
13005
13006         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
13007
13008         * gnus-group.el (gnus-group-get-new-news-this-group): Added
13009         doc-string.
13010
13011         * gnus-start.el (gnus-activate-group): Added doc-string.
13012
13013 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
13016
13017 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
13018
13019         * assistant.el (assistant-render-text): Try to add a :set
13020         widget, more to come.
13021
13022         * spam.el (spam-group-spam-contents-p): Handle empty groupname
13023         strings.
13024         (spam-report-articles-resend)
13025         (spam-register-routine): Do registration iff any articles warrant
13026         it.
13027         (spam-summary-prepare-exit): Change log message for nil group
13028         destinations.
13029
13030 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
13031
13032         * spam.el (spam-report-resend-register-routine): Allow
13033         spam-report-resend-to to be a group parameter or a global value.
13034
13035 2004-05-26  Simon Josefsson  <jas@extundo.com>
13036
13037         * starttls.el: Merge with my GNUTLS based starttls.el.
13038         (starttls-gnutls-program, starttls-use-gnutls)
13039         (starttls-extra-arguments, starttls-process-connection-type)
13040         (starttls-connect, starttls-failure, starttls-success): New
13041         variables.
13042         (starttls-program, starttls-extra-args): Doc fix.
13043         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
13044         functions.
13045         (starttls-negotiate, starttls-open-stream): Check
13046         `starttls-use-gnutls' and pass on to corresponding *-gnutls
13047         function if it is set.
13048
13049 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13050
13051         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
13052         structured fields.
13053
13054 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13055
13056         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
13057
13058 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
13059
13060         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
13061         variable.
13062         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
13063         assigning the spam-mark to new messages.
13064
13065 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
13066
13067         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
13068
13069 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13070
13071         * dgnushack.el: Autoload customize-set-variable for XEmacs.
13072
13073         * rfc2047.el (rfc2047-encodable-p): Don't move point.
13074         (rfc2047-decode): Treat the ascii coding-system as raw-text by
13075         default.
13076
13077 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
13078
13079         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
13080         correct data.
13081
13082 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
13083
13084         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
13085         (spam-group-processor-p): Fix function.
13086         (spam-group-processor-multiple-p)
13087         (spam-group-spam-processor-report-gmane-p)
13088         (spam-group-spam-processor-report-resend-p)
13089         (spam-group-spam-processor-bogofilter-p)
13090         (spam-group-spam-processor-blacklist-p)
13091         (spam-group-spam-processor-ifile-p)
13092         (spam-group-ham-processor-ifile-p)
13093         (spam-group-spam-processor-spamoracle-p)
13094         (spam-group-spam-processor-crm114-p)
13095         (spam-group-ham-processor-bogofilter-p)
13096         (spam-group-spam-processor-stat-p)
13097         (spam-group-ham-processor-stat-p)
13098         (spam-group-ham-processor-whitelist-p)
13099         (spam-group-ham-processor-BBDB-p)
13100         (spam-group-ham-processor-spamoracle-p)
13101         (spam-group-ham-processor-copy-p): Remove functions with some
13102         prejudice against unneeded code.
13103         (spam-report-articles-resend)
13104         (spam-report-resend-register-routine): Allow the group/topic
13105         spam-resend-to value to override spam-report-resend-to.
13106         (spam-summary-prepare-exit): Invoke spam-group-processor-p
13107         properly now.
13108
13109         * gnus.el (spam-resend-to): Add group/topic parameter.
13110         (spam-process): Move the OBSOLETE processors to the end of the
13111         choices.
13112
13113 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
13114
13115         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
13116         with resend-to set to nil, and then ask the user if necessary.
13117         (spam-report-resend): spam-report-resend takes a list of articles, not
13118         separate article numbers.
13119
13120 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13121
13122         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
13123         addition to emacs-w3m.
13124
13125 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13126
13127         * assistant.el (assistant-authinfo-data): New function.
13128         (assistant-eval): Eval for entire assistant.
13129
13130         * netrc.el (netrc-services-file): New variable.
13131         (netrc-parse-services): New function.
13132         (netrc-find-service-name): New function.
13133         (netrc-find-service-number): New function.
13134         (netrc-port-equal): New function.
13135         (netrc-machine): Use it.
13136
13137         * nnimap.el (nnimap-open-connection): Use netrc.
13138
13139         * gnus-util.el (gnus-netrc-get): Remove aliases.
13140
13141         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
13142
13143         * assistant.el (wid-edit): Fix compilation.
13144
13145         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
13146
13147 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
13148
13149         * gnus-util.el (gnus-set-file-modes): New function.  (small
13150         patch).
13151
13152 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13153
13154         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
13155
13156         * assistant.el (assistant-render-node): Fix up rendering and
13157         read-only text.
13158         (assistant-render-node): Reset.
13159         (assistant-make-read-only): Not sticky.
13160
13161 2004-05-20  Danny Siu  <dsiu@adobe.com>
13162
13163         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
13164         centered even when gnus-auto-center-summary is t.
13165
13166 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13167
13168         * dns.el (dns-get-txt-answer): New function.
13169         (dns-read-txt): Ditto.
13170         (query-dns): Use it.
13171
13172 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13173
13174         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
13175         active for foreign groups even if the group level is higher than
13176         the specified value.
13177
13178 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13179
13180         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
13181         non-active groups.
13182
13183         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
13184
13185 2004-05-20  Magnus Henoch  <mange@freemail.hu>
13186
13187         * dns.el (dns-read-type): Add support for SVR.  (small patch)
13188
13189 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
13190
13191         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
13192         (spam-crm114-header, spam-crm114-spam-switch)
13193         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
13194         (spam-crm114-positive-spam-header)
13195         (spam-crm114-database-directory, spam-list-of-processors)
13196         (spam-group-spam-processor-crm114-p)
13197         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
13198         (spam-generic-score, spam-list-of-checks)
13199         (spam-list-of-statistical-checks, spam-registration-functions)
13200         (spam-check-crm114-headers, spam-crm114-score)
13201         (spam-check-crm114, spam-crm114-register-with-crm114)
13202         (spam-crm114-register-spam-routine)
13203         (spam-crm114-unregister-spam-routine)
13204         (spam-crm114-register-ham-routine)
13205         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
13206         asjo@koldfront.dk (Adam Sjøgren).
13207
13208         * gnus.el: Add spam-use-crm114.
13209
13210         * spam.el (spam-list-of-processors, spam-registration-functions):
13211         Add spam-use-resend.
13212         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
13213         (spam-report-articles-gmane): Add doc fix.
13214         (spam-report-articles-resend, spam-report-resend-register-routine):
13215         Add wrappers around spam-report-resend-to.
13216
13217         * spam-report.el (spam-report-resend-to, spam-report-resend):
13218         Add support for resending spam.
13219         (spam-report-gmane): Fix line length >80.
13220
13221         * gnus.el (spam-process): Add spam-use-resend.
13222
13223 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13224
13225         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
13226         number of processed spam messages.
13227         (spam-ham-copy-or-move-routine): Return the number of processed
13228         ham messages.
13229         (spam-summary-prepare-exit): Use the above values to decide
13230         whether status messages shouled be displayed.
13231
13232 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13233
13234         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
13235         `rfc2047-encoding-function-alist' in order to avoid conflicting
13236         with the old version.
13237         (rfc2047-encode-region): Concatenate words containing non-ASCII
13238         characters in structured fields; don't encode space-delimited
13239         ASCII words even in unstructured fields; don't break words at
13240         char-category boundaries.
13241         (rfc2047-encode-1): New function.
13242         (rfc2047-encode): Use it; encode text so that it occupies the
13243         maximum width within 76-column; work correctly on Q encoding for
13244         iso-2022-* charsets.
13245         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
13246         sure not to break a line just after the header name.
13247         (rfc2047-b-encode-region): Removed.
13248         (rfc2047-b-encode-string): New function.
13249         (rfc2047-q-encode-region): Removed.
13250         (rfc2047-q-encode-string): New function.
13251
13252         * mm-util.el (mm-replace-in-string): New function.
13253
13254 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13255
13256         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
13257         get it right.
13258         (gnus-inews-make-draft): Really.
13259
13260 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
13261
13262         * nnmh.el (nnmh-request-list-1): Don't check the link count
13263         before descending.  (small patch)
13264
13265 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13266
13267         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
13268         stuff.
13269
13270         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
13271         on real group name.
13272
13273         * gnus-art.el (gnus-signature-limit): Doc fix.
13274
13275         * gnus-msg.el (gnus-inews-make-draft): Quote list.
13276
13277         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
13278
13279 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
13280
13281         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
13282         isn't a string.
13283
13284 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13285
13286         * gnus-draft.el (gnus-draft-send): Bind
13287         rfc2047-encode-encoded-words.
13288
13289         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13290         (rfc2047-encodable-p): Say that =? needs encoding.
13291         (rfc2047-encode-encoded-words): New variable.
13292
13293         * gnus-group.el (gnus-group-select-group): Doc fix.
13294
13295         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13296
13297         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13298         to nil.
13299
13300         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13301
13302         * nnheader.el (nnheader-get-lines-and-char): New function.
13303
13304 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13305
13306         * gnus-msg.el (gnus-summary-followup-with-original): Document
13307         yanking of region when active.
13308
13309 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13312         groups if the group level is higher than the specified value.
13313
13314 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13315
13316         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13317         (gnus-group-jump-to-group): Added prefix argument using
13318         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13319         non-active group.
13320
13321         * compface.el (uncompface): Be verbose when changing
13322         `uncompface-use-external'.
13323
13324         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13325         handle manual section.
13326
13327 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13328
13329         * gnus-art.el (gnus-button-alist): Revert previous change.
13330
13331 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13332
13333         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13334
13335 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13336
13337         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13338         whether backend can accept message.
13339
13340         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13341
13342 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13343
13344         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13345         Avoid creating directory when nntp-marks-is-evil is true.
13346         Reported by Reiner Steib.
13347
13348 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13349
13350         * gnus-picon.el (gnus-picon-style): New variable.
13351         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13352         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13353         Jesper Harder <harder@ifa.au.dk>.
13354
13355 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13356
13357         * message.el (message-fill-field): Return point.
13358         (message-generate-headers): Go to end of field.
13359
13360         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13361         stuff for non-living groups.
13362
13363 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13364
13365         * gnus-art.el (gnus-article-followup-with-original)
13366         (gnus-article-reply-with-original): gnus-mark-active-p ->
13367         gnus-region-active-p.
13368
13369 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13370
13371         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13372         only when there is spam or ham to be processed.
13373
13374 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13375
13376         * mail-source.el (mail-source-delete-crash-box): Refactor.
13377         (mail-source-fetch): Use it.
13378         (mail-source-fetch-file): Ditto.
13379         (mail-source-fetch-directory): Run postscript in loop.
13380         (mail-source-fetch-pop): Delete.
13381         (mail-source-fetch-maildir): Ditto.
13382         (mail-source-fetch-imap): Ditto.
13383
13384         * imap.el (imap-authenticators): Comment out sasl.
13385
13386         * message.el (message-skip-to-next-address): New function.
13387         (message-fill-header-address): Refactor.
13388         (message-fill-address): Use it.
13389         (message-delete-address): Use it.
13390         (message-fill-header-general): Refactor.
13391         (message-fill-field-address): Rename.
13392         (message-narrow-to-field): Find the start of the header.
13393         (message-header-format-alist): Don't pre-fill.
13394         (message-fill-header): Removed.
13395         (message-insert-header): New function.
13396         (message-shorten-references): Use it.
13397
13398         * rfc2047.el (rfc2047-field-value): Strip props.
13399
13400         * mail-parse.el (mail-header-make-address): New alias.
13401
13402         * ietf-drums.el (ietf-drums-make-address): New function.
13403
13404         * imap.el: Add compiler directives.
13405
13406         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13407
13408         * gnus-art.el (article-decode-idna-rhs): Don't use
13409         message-idna-inside-rhs-p.
13410
13411 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13412
13413         * message.el (message-idna-inside-rhs-p): Removed.
13414         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13415
13416         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13417         false positives.
13418
13419 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13420
13421         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13422
13423 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13424
13425         * nneething.el (nneething-file-name): Don't create spurious
13426         files.
13427
13428         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13429         (gnus-inews-do-gcc): Remove sleep.
13430
13431         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13432         part under point.
13433
13434         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13435         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13436
13437 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13438
13439         * spam.el (spam-summary-prepare-exit): Fixed (length).
13440
13441 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13442
13443         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13444         as expired without moving it" message when there are spam
13445         messages left.
13446
13447 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13448
13449         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13450         header is not nil.
13451
13452 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13453
13454         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13455         nntp-possibly-create-directory, not nntp-possibly-change-group.
13456         (nntp-marks-changed-p): New arg SERVER.
13457         (nntp-request-update-info): Adjust caller.
13458
13459 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13460
13461         * nntp.el (nntp-save-marks): Pass missing arg.
13462
13463 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13464
13465         * nntp.el: Support marks.
13466         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13467         (nntp-marks-modtime, nntp-marks-directory): New variables.
13468         (nntp-request-set-mark, nntp-request-update-info)
13469         (nntp-possibly-create-directory, nntp-marks-changed-p)
13470         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13471         functions.
13472
13473 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13474
13475         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13476         (gnus-xmas-redefine): Rename.
13477
13478         * gnus-score.el (gnus-score-insert-help): Use
13479         gnus-select-lowest-window.
13480
13481         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13482         appt-select-lowest-window and rename to gnus-select-lowest-window.
13483
13484         * gnus.el: do.
13485
13486 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13487
13488         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13489         encodings of MIME-encoded words, in order to improve
13490         interoperability with several broken MUAs.
13491
13492 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13493
13494         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13495         tags, only when charsets are not specified in headers.
13496         (mm-inline-text-html-render-with-w3m): Ditto.
13497
13498         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13499         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13500
13501 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13502
13503         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13504         instead of MIME-decoded from fields when checking
13505         `gnus-article-address-banner-alist'.
13506
13507 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13508
13509         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13510         description rather than subject.
13511
13512 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13513
13514         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13515
13516 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13517
13518         * gnus.el (gnus-version-number): Bump.
13519
13520 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13521
13522         * gnus.el: No Gnus v0.2 is released.
13523
13524 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13525
13526         * gnus-agent.el (gnus-agent-read-agentview): Inline
13527         gnus-uncompress-range.
13528
13529 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13530
13531         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13532         `exec-installed-p'.
13533
13534 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13535
13536         * gnus.el (spam-process, spam-autodetect-methods): Add
13537         bsfilter and bsfilter-headers.
13538
13539         * spam.el (spam-bsfilter): New customize group.
13540         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13541         (spam-bsfilter-header, spam-bsfilter-probability-header)
13542         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13543         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13544         (spam-bsfilter-database-directory): New options.
13545         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13546         (spam-list-of-statistical-checks, spam-registration-functions):
13547         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13548         (spam-bsfilter-score): New command.
13549         (spam-check-bsfilter-headers, spam-check-bsfilter)
13550         (spam-bsfilter-register-with-bsfilter)
13551         (spam-bsfilter-register-spam-routine)
13552         (spam-bsfilter-unregister-spam-routine)
13553         (spam-bsfilter-register-ham-routine)
13554         (spam-bsfilter-unregister-ham-routine): New functions.
13555         (spam-generic-score): Support bsfilter; Accept an optional argument
13556         to recalcurate spam score even if scoring header has already been
13557         added.
13558         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13559         optional argument to recalcurate spam score even if scoring header
13560         has already been added.
13561
13562 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13563
13564         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13565         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13566         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13567         link is missing.
13568
13569 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13570
13571         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13572         (html2text-get-attr): Rewrite.
13573
13574         * message.el (message-setup-1): Remove redundant put-text-property
13575         on mail-header-separator.
13576
13577 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13578
13579         * gnus-registry.el (gnus-registry-cache-whitespace)
13580         (gnus-registry-action, gnus-registry-spool-action)
13581         (gnus-registry-split-fancy-with-parent): Change message levels
13582         from 5 to 3 or 7, as needed.
13583
13584         * spam.el (spam-summary-prepare-exit)
13585         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13586         (spam-split, spam-find-spam, spam-log-undo-registration)
13587         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13588         level from 5 to 6.
13589
13590 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13593         2004-03-04 change).
13594
13595 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13596
13597         * sieve-manage.el (sieve-manage-open):
13598         * nnweb.el (nnweb-insert-html):
13599         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13600         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13601         * nnspool.el (nnspool-request-group):
13602         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13603         * nnml.el (nnml-request-update-info):
13604         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13605         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13606         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13607         (nnimap-request-set-mark):
13608         * nnfolder.el (nnfolder-request-update-info):
13609         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13610         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13611         * gnus-uu.el (gnus-uu-find-articles-matching):
13612         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13613         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13614         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13615         * gnus-nocem.el (gnus-nocem-scan-groups):
13616         * gnus-int.el (gnus-start-news-server):
13617         * gnus-group.el (gnus-group-make-kiboze-group)
13618         (gnus-group-browse-foreign-server):
13619         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13620         Use mapc when appropriate.
13621
13622 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13623
13624         FIXME: Make separate entries for each person.
13625
13626         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13627         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13628         <shields@msrl.com>:
13629
13630         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13631         may need for spam sorting and scoring.
13632         (spam-user-format-function-S): Add user format function suitable for
13633         general use.
13634         (spam-article-sort-by-spam-status): Add sorting function for summary
13635         sorting.
13636         (spam-extra-header-to-number): Add function to get a score from a
13637         header.
13638         (spam-summary-score): Add function to get a numeric score from the
13639         headers.
13640         (spam-generic-score): Fix function doc, was in wrong place.
13641         (spam-initialize): Take symbols when it's run, and install the
13642         extra headers that spam-necessary-extra-headers thinks we need.
13643
13644 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13645
13646         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13647         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13648
13649 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13650
13651         * gnus-sum.el (gnus-set-global-variables)
13652         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13653         (gnus-article-get-xrefs, gnus-summary-best-group)
13654         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13655         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13656         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13657         Use with-current-buffer.
13658
13659 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13660
13661         * spam.el (spam-summary-prepare-exit): Simplify logic.
13662         (spam-fetch-article-header): Read the article header if it's not
13663         available.
13664         (spam-list-articles): Simplify logic.
13665         (spam-filelist-register-routine): Fix bug with unregister-list.
13666
13667         * gnus-registry.el: Fix comments at beginning.
13668
13669 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13670
13671         * message.el (message-cater-to-broken-inn): Remove.
13672         (message-shorten-references): Make sure the total folded length of
13673         References is shorter than 998 characters to cater to a bug in INN
13674         2.3.  Also, don't pretend that references aren't folded -- this
13675         hasn't worked for a while.
13676
13677 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13678
13679         * gnus-agent.el (gnus-agentize):
13680         gnus-agent-send-mail-real-function no longer set to current value
13681         of message-send-mail-function but rather a lambda that calls
13682         message-send-mail-function.  The change makes the agent real-time
13683         responsive to user changes to message-send-mail-function.
13684
13685 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13686
13687         * legacy-gnus-agent.el
13688         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13689         help from Florian Weimer <fw@deneb.enyo.de>
13690
13691 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13692
13693         * nnmail.el (nnmail-cache-insert): Revert last change.
13694
13695 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13696
13697         * nnmail.el (nnmail-cache-insert): Always check whether
13698         nnmail-cache-ignore-groups matches a group name.
13699
13700 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13701
13702         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13703         (spam-find-spam, spam-log-processing-to-registry)
13704         (spam-log-registered-p, spam-log-unregistration-needed-p)
13705         (spam-log-undo-registration): Use gnus-message instead of
13706         gnus-error, none of these errors are fatal.
13707
13708         * gnus-registry.el (gnus-registry-clean-empty-function)
13709         (gnus-registry-clean-empty): Remove only empty entries without
13710         extra data.
13711
13712 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13713
13714         * spam-stat.el (spam-stat-buffer-change-to-spam)
13715         (spam-stat-buffer-change-to-non-spam): Change (error) to
13716         (gnus-message 8) invocation.
13717
13718 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13719
13720         * nntp.el (nntp-via-netcat-command): New variable.
13721         (nntp-via-netcat-switches): New variable.
13722         (nntp-open-via-rlogin-and-netcat): New function.
13723         (nntp-open-connection-function): Doc fix.
13724         (nntp-telnet-command): Doc fix.
13725         (nntp-end-of-line): Doc fix.
13726         (nntp-via-rlogin-command): Doc fix.
13727         (nntp-via-user-name): Doc fix.
13728         (nntp-via-address): Doc fix.
13729
13730 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13731
13732         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13733         error in Emacs 21.1.
13734
13735 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13736
13737         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13738
13739 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13740
13741         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13742         (gnus-agent-with-refreshed-group): New macro.
13743         (gnus-agent-rename-group): New function.
13744         (gnus-agent-delete-group): New function.
13745         (gnus-agent-save-group-info): Use gnus-command-method when
13746         `method' parameter is nil.  Don't write nil entries into the
13747         active file.
13748         (gnus-agent-get-group-info): New function.
13749         (gnus-agent-fetch-articles): Use
13750         gnus-agent-update-files-total-fetched-for to increment disk space
13751         used.
13752         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13753         gnus-agent-update-view-total-fetched-for to increment disk space
13754         used.
13755         (gnus-agent-get-local): Added optional parameters to avoid calling
13756         gnus-group-real-name and gnus-find-method-for-group.
13757         (gnus-agent-set-local): Delete stored entry if either min, or max,
13758         are nil.
13759         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13760         quit, use gnus-agent-regenerate-group to record existance of any
13761         articles fetched to disk before the quit occurred.
13762         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13763         gnus-agent-update-view-total-fetched-for, and
13764         gnus-agent-update-files-total-fetched-for to decrement disk space
13765         used.
13766         (gnus-agent-retrieve-headers): Use
13767         gnus-agent-update-view-total-fetched-for to increment disk space
13768         used.
13769         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13770         with gnus-agent-update-files-total-fetched-for to decrement disk
13771         space and fresh group buffer.
13772         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13773         (gnus-agent-need-update-total-fetched-for): New variable.
13774         (gnus-agent-update-files-total-fetched-for): New function.
13775         (gnus-agent-update-view-total-fetched-for): New function.
13776         (gnus-agent-total-fetched-for): New function.
13777
13778         * gnus-cache.el (gnus-cache-save-buffers): Use
13779         gnus-cache-update-overview-total-fetched-for to change disk space
13780         used by this group.
13781         (gnus-cache-possibly-enter-article): Use
13782         gnus-cache-update-file-total-fetched-for to increment disk space
13783         used by this group.
13784         (gnus-cache-possibly-remove-article): Use
13785         gnus-cache-update-file-total-fetched-for to decrement disk space
13786         used by this group.
13787         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13788         (gnus-cache-rename-group): New function.
13789         (gnus-cache-delete-group): New function.
13790         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13791         (gnus-cache-need-update-total-fetched-for): New variable.
13792         (gnus-cache-with-refreshed-group): New macro.
13793         (gnus-cache-update-file-total-fetched-for): New function.
13794         (gnus-cache-update-overview-total-fetched-for): New function.
13795         (gnus-cache-rename-group-total-fetched-for): New function.
13796         (gnus-cache-delete-group-total-fetched-for): New function.
13797         (gnus-cache-total-fetched-for): New function.
13798
13799         * gnus-group.el: Require gnus-sum and autoload functions to
13800         resolve warnings when gnus-group.el compiled alone.
13801         (gnus-group-line-format): Documented new %F.
13802         (size of Fetched data) group line format; identifies disk space
13803         used by agent and cache.
13804         (gnus-group-line-format-alist): Defined new F format.
13805         (gnus-total-fetched-for): New function.
13806         (gnus-group-delete-group): No longer update
13807         gnus-cache-active-altered as gnus-request-delete-group now keeps
13808         the cache in sync.
13809         (gnus-group-list-active): Let the agent store a server's active
13810         list if currently plugged.
13811
13812         * gnus-int.el (gnus-request-delete-group):
13813         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13814         local disk in sync with the server.
13815         (gnus-request-rename-group):
13816         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13817         local disk in sync with the server.
13818
13819         * gnus-start.el (gnus-get-unread-articles):
13820         Cosmetic simplification to logic.
13821
13822         * gnus-util.el (gnus-rename-file): New function.
13823
13824 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13825
13826         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13827
13828 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13829
13830         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13831         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13832
13833 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13834
13835         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13836         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13837
13838 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13839
13840         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13841
13842 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13843
13844         * spam.el (spam-set-difference): Add function to replace
13845         gnus-set-difference in spam.el.
13846         (spam-summary-prepare-exit): Use spam-set-difference.
13847
13848 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13849
13850         * gnus-registry.el (gnus-registry-cache-file): Update to use
13851         gnus-dribble-directory OR gnus-home-directory OR ~.
13852         (gnus-registry-split-fancy-with-parent): Fix doc.
13853
13854 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * message.el (message-exchange-point-and-mark): Use
13857         message-mark-active-p.  Suggested by Jesper Harder
13858         <harder@ifa.au.dk>.
13859
13860 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * message.el (message-exchange-point-and-mark): Don't activate
13863         region if it was inactive.  Suggested by Hiroshi Fujishima
13864         <pooh@nature.tsukuba.ac.jp>.
13865
13866 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * gnus-art.el (article-display-face): Display Faces in the same
13869         order as X-Faces.
13870
13871 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13872
13873         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13874
13875 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13878         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13879         (gnus-article-mime-hierarchy): Remove.
13880         (gnus-article-mime-hierarchy-next): Remove.
13881         (gnus-article-mode): Revert 2004-03-19 change.
13882         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13883         (gnus-insert-mime-button): Revert 2004-03-19 change.
13884         (gnus-mime-accumulate-hierarchy): Remove.
13885         (gnus-mime-enter-multipart): Remove.
13886         (gnus-mime-leave-multipart): Remove.
13887         (gnus-mime-display-part): Revert 2004-03-19 change.
13888         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13889
13890         * mml.el (mml-preview): Revert 2004-03-19 change.
13891
13892 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13893
13894         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13895
13896 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13897
13898         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13899         t while entering a file name using the mm-with-multibyte macro.
13900         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13901
13902         * mm-util.el (mm-with-multibyte): New macro.
13903
13904 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13907         user option.
13908         (gnus-mime-multipart-functions): Doc and customization fix.
13909         (gnus-article-mime-hierarchy): New variable.
13910         (gnus-article-mime-hierarchy-next): New variable.
13911         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13912         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13913         gnus-article-mime-hierarchy-next to nil.
13914         (gnus-insert-mime-button): Show hierarchy numbers.
13915         (gnus-mime-accumulate-hierarchy): New function.
13916         (gnus-mime-enter-multipart): New function.
13917         (gnus-mime-leave-multipart): New function.
13918         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13919         (gnus-mime-display-alternative): Show hierarchy numbers.
13920
13921         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13922         gnus-article-mime-hierarchy-next to nil.
13923
13924 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13925
13926         * dns.el: Don't require gnus-xmas.
13927
13928 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13929
13930         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13931         inline PGP.
13932         (mml-menu): Disable mml-quote-region if mark is inactive.
13933
13934 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13935
13936         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13937         when the group's active is not available.
13938
13939 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13940
13941         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13942         error.
13943
13944 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13945
13946         * imap.el (imap-store-password): New variable.
13947         (imap-interactive-login): Use it.
13948         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13949
13950 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13951
13952         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13953         window-start and hscroll to summary window.
13954
13955 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13956
13957         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13958         conversion message to newsrc-dribble when an actual conversion is
13959         performed.
13960
13961 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13962
13963         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13964
13965 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13966
13967         * mm-decode.el (mm-complicated-handles): New function reviving
13968         former definition of mm-multiple-handles.
13969
13970         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13971         (gnus-mime-delete-part): Use it.
13972
13973 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13974
13975         * gnus-agent.el (gnus-agent-read-local): Bind
13976         nnheader-file-coding-system to gnus-agent-file-coding-system to
13977         avoid the implicit assumption that they will always be equal.
13978         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13979         coding-system-for-write, as the with-temp-file macro first prints
13980         to a buffer then saves the buffer.
13981
13982 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus-art.el (gnus-article-edit-part): New function.
13985         (gnus-mime-save-part-and-strip): Use it; do query instead of
13986         signaling an error; don't use mm-multiple-handles.
13987         (gnus-mime-delete-part): Ditto.
13988
13989 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13990
13991         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13992         old file versions.
13993         (gnus-group-prepare-hook): Removed function that converted list
13994         form of gnus-agent-expire-days to group properties.
13995
13996         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13997         (gnus-request-accept-article): Re-indented.
13998
13999         * gnus-start.el (gnus-convert-old-newsrc): Registered new
14000         converters to handle old agent file formats.  Added logic for a
14001         "backup before upgrading warning".
14002         (gnus-convert-mark-converter-prompt): Developers can mark
14003         functions as needing (default), or not needing,
14004         gnus-convert-old-newsrc's "backup before upgrading warning".
14005         (gnus-convert-converter-needs-prompt): Tests whether the user
14006         should be protected from potentially irreversable changes by the
14007         function.
14008
14009         * legacy-gnus-agent.el: New.  Provides converters that are only
14010         loaded when gnus-convert-old-newsrc needs to call them.
14011
14012 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14013
14014         * mail-source.el (mail-source-touch-pop): Doc fix.
14015
14016         * message.el (message-smtpmail-send-it): Doc fix.
14017
14018 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
14019
14020         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
14021
14022         * nnmail.el (nnmail-split-fancy): do.
14023
14024         * gnus-kill.el (gnus-kill, gnus-execute): do.
14025
14026 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14027
14028         * gnus-sum.el (gnus-widget-reversible-match)
14029         (gnus-widget-reversible-to-internal)
14030         (gnus-widget-reversible-to-external): New functions.
14031         (gnus-widget-reversible): New widget.
14032         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
14033
14034 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
14035
14036         * gnus-sum.el (gnus-thread-sort-functions)
14037         (gnus-article-sort-functions): Document `(not F)' items.
14038
14039 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
14040
14041         * spam.el (spam-use-gmane-xref): Add new backend.
14042         (spam-gmane-xref-spam-group): Add variable to control the name of the
14043         Gmane spam group.
14044         (spam-blackhole-servers, spam-blackhole-good-server-regex)
14045         (spam-regex-headers-spam, spam-regex-headers-ham)
14046         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
14047         (spam-list-of-checks): Add spam-use-gmane-xref to list of
14048         backends and checks.
14049         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
14050
14051         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
14052         an autodetect method.
14053
14054 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14055
14056         * gnus-int.el (gnus-request-accept-article): Inform the agent that
14057         articles are being added to a group.
14058         (gnus-request-replace-article): Inform the agent that articles
14059         need to be uncached as the cached contents are no longer valid.
14060
14061 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * binhex.el: Don't autoload executable-find.
14064
14065         * canlock.el: Don't autoload mail-fetch-field.
14066
14067         * dgnushack.el: Autoload c-mode for XEmacs.
14068
14069         * gnus-ems.el: Don't autoload appt-select-lowest-window.
14070
14071         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
14072         rmail-dont-reply-to and rmail-output.
14073
14074         * gnus-score.el: Don't autoload ffap-string-at-point.
14075
14076         * gnus-setup.el: Don't autoload sc-cite-original.
14077
14078         * imap.el: Don't autoload base64-decode-string,
14079         base64-encode-string and md5.
14080
14081         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
14082         and rmail-msg-restore-non-pruned-header.
14083
14084         * mm-decode.el: Don't autoload executable-find.
14085
14086         * mm-url.el: Don't autoload executable-find.
14087
14088         * mm-view.el: Don't autoload diff-mode.
14089
14090         * nndb.el: Don't autoload news-reply-mode, news-setup,
14091         cancel-timer and telnet.
14092
14093         * password.el: Don't autoload run-at-time for Emacs.
14094
14095         * sha1-el.el: Don't autoload executable-find.
14096
14097         * sieve-mode.el: Don't autoload c-mode.
14098
14099         * uudecode.el: Don't autoload executable-find.
14100
14101 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14102
14103         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
14104         (gnus-agent-possibly-alter-active): Avoid null in numeric
14105         comparison.
14106         (gnus-agent-set-local): Refuse to save null in local object table.
14107         (gnus-agent-regenerate-group): The REREAD parameter can now be a
14108         list of articles that will be marked as unread.
14109
14110 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14111
14112         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
14113
14114 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
14115
14116         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
14117         language tags.
14118
14119 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
14120
14121         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
14122         Don't bind "obarray".
14123
14124         * gnus-sum.el (gnus-thread-sort-functions): Added
14125         `gnus-thread-sort-by-most-recent-number' and
14126         `gnus-thread-sort-by-most-recent-date'.
14127         Reported by Kai Grossjohann <kai@emptydomain.de>.
14128
14129 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14130
14131         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
14132
14133 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14134
14135         * gnus-cus.el (gnus-agent-customize-category): Removed
14136         ignore-errors macro reference that required cl to be loaded at
14137         run-time.
14138
14139         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
14140         single-interval range of the form (min . max).  Previously the
14141         range had to look like ((min . max)).  Likewise, return
14142         (min . max) rather than ((min . max)).
14143         (gnus-range-map): Use gnus-range-normalize to accept
14144         single-interval range.
14145
14146         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
14147         the cache, but not the agent, now appear with their usual face.
14148
14149         * dgnushack.el (loaddir): New variable that is bound to the
14150         directory containing the dgnushack.el file. Use loaddir, rather
14151         than srcdir, to update load-path. Change lets dgnushack compile
14152         code in directories other than GNUS/lisp.
14153
14154 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14155
14156         * lpath.el: Don't bind w3m-safe-url-regexp.
14157
14158         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
14159         w3m-safe-url-regexp variable buffer-local.
14160
14161         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14162
14163 2004-02-27  Simon Josefsson  <jas@extundo.com>
14164
14165         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
14166         gnus-group-real-prefix.
14167         (gnus-summary-move-article): Use it, instead of
14168         gnus-group-real-prefix.
14169
14170 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * lpath.el: Bind w3m-safe-url-regexp.
14173
14174         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
14175         w3m-safe-url-regexp variable buffer-local and set it as the value
14176         of mm-w3m-safe-url-regexp.
14177
14178         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
14179
14180         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
14181         parsing gnus-posting-styles when the message is not for replying.
14182
14183         * dgnushack.el: Autoload sgml-mode for XEmacs.
14184
14185         * nnrss.el (nnrss-opml-export): Use
14186         mm-set-buffer-file-coding-system instead of
14187         set-buffer-file-coding-system.
14188
14189 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
14190
14191         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
14192         of checkdoc.el).
14193         * nnrss.el: do.
14194         * gnus-mlspl.el: do.
14195         * gnus-ml.el: do.
14196         * gnus-srvr.el: do.
14197
14198         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
14199
14200 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
14201
14202         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
14203         Corrections to custom-manual links.
14204
14205         * gnus-art.el (gnus-article): Ditto.
14206
14207         * mm-decode.el (mime-display, mime-security): Ditto.
14208
14209 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14210
14211         * flow-fill.el: Typo.
14212
14213 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
14214
14215         * spam-wash.el: New file.
14216
14217 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
14218
14219         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
14220
14221 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
14222
14223         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
14224         to be run with new-articles as LIST1, not LIST2.
14225         (spam-registration-functions): Add spam-use-ham-copy as a nil
14226         registration backend.
14227
14228 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
14229
14230         * spam-stat.el (spam-stat-washing-hook): New option.
14231         (spam-stat-buffer-words): Use it.
14232         (spam-stat-process-directory, spam-stat-test-directory): Use
14233         insert-file-contents-literally.
14234         (spam-stat-coding-system): New variable.
14235         (spam-stat-load, spam-stat-save): Use it.
14236
14237 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * spam-report.el (spam-report-plug-agent): Quote
14240         spam-report-url-to-file and spam-report-url-ping-plain.
14241
14242 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
14243
14244         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
14245         / in mailto URLs.
14246
14247 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14248
14249         * spam-report.el (spam-report-process-queue): Fix interactive use.
14250         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
14251         (spam-report-unplug-agent): Doc fixes.
14252         (spam-report-url-ping-mm-url, spam-report-url-to-file)
14253         (spam-report-agentize, spam-report-deagentize): Autoload.
14254
14255 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
14258
14259         * message.el (message-setup-fill-variables): Add mml tags to
14260         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
14261         <ajk@iu.edu>.
14262         (message-mode): Don't modify paragraph-separate there.
14263
14264 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14265
14266         * compface.el (uncompface-use-external): Default to undecided.
14267         (uncompface-use-external-threshold): New variable.
14268         (uncompface-float-time): New macro.
14269         (uncompface): Determine whether to use the external decoder if
14270         uncompface-use-external is undecided.
14271
14272 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14273
14274         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
14275         after images.
14276
14277         * gnus-art.el (gnus-mime-display-single): Remove dead code.
14278
14279 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
14280
14281         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
14282
14283         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
14284
14285         * gnus-sum.el (gnus-summary-limit-to-age)
14286         (gnus-summary-limit-children): do.
14287
14288         * gnus-int.el (gnus-request-scan): do.
14289
14290         * gnus-group.el (gnus-group-suspend): do.
14291
14292         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14293
14294         * gnus-cite.el (gnus-cite-parse-attributions): do.
14295
14296         * gnus-agent.el (gnus-summary-set-agent-mark)
14297         (gnus-agent-regenerate-group): do.
14298
14299         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14300
14301         * binhex.el (binhex-decode-region-internal): do.
14302
14303 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14304
14305         * gnus-fun.el (gnus-face-properties-alist): New user option.
14306         (gnus-display-x-face-in-from): Use it.
14307
14308         * gnus-art.el (article-display-face): Ditto.
14309
14310         * compface.el (uncompface-use-external): Default to nil.
14311
14312 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14313
14314         * nntp.el (nntp-erase-buffer): New function.
14315         (nntp-retrieve-data, nntp-send-command)
14316         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14317         (nntp-possibly-change-group): Use it.
14318
14319         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14320         with-current-buffer.
14321
14322 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14323
14324         * compface.el: Merge the ELisp-based uncompface program.
14325         (compface): New customization group.
14326         (uncompface-use-external): New user option.
14327         (uncompface): Call uncompface-internal if uncompface-use-external
14328         is nil.
14329         (uncompface-internal): New function.  Note that there are also
14330         some other functions and variables added for this function.
14331
14332 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14333
14334         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14335         if necessary.
14336
14337 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14338
14339         * spam-report.el (spam-report-unplug-agent)
14340         (spam-report-plug-agent, spam-report-deagentize)
14341         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14342         Add support for the Agent in spam-report: when unplugged, report to a
14343         file; when plugged, submit all the requests.
14344
14345         * spam.el (spam-register-routine): Fix message about
14346         registration.
14347
14348 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14349
14350         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14351         dependencies.
14352         (rfc2047-encode): Use it.
14353
14354         * gnus-art.el (gnus-button-marker-list): Move before first
14355         reference.
14356
14357         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14358         (imap-parse-body): Fix format string mismatch.
14359
14360         * gnus-score.el (gnus-summary-increase-score): do.
14361
14362         * nnrss.el (nnrss-close): New function.
14363
14364 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14365
14366         * nnrss.el (nnrss-make-filename): New function.
14367         (nnrss-request-delete-group, nnrss-read-server-data)
14368         (nnrss-save-server-data, nnrss-read-group-data)
14369         (nnrss-save-group-data): Use it.
14370         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14371         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14372         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14373
14374 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14375
14376         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14377
14378 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14379
14380         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14381         files.
14382
14383         * message.el (message-generate-headers-first): Don't quote nil
14384         and t in docstrings.
14385
14386         * imap.el (imap-id): do.
14387
14388         * gnus-agent.el (gnus-agent-consider-all-articles)
14389         (gnus-agent-queue-mail): do.
14390
14391 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14392
14393         * spam-report.el (spam-report-process-queue): New function.
14394         Process requests from `spam-report-requests-file'.
14395         (spam-report-process-queue): Doc fix.
14396
14397 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14398
14399         * spam.el (spam-register-routine)
14400         (spam-log-processing-to-registry, spam-log-registered-p)
14401         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14402         Change "check" to "spam-check" for semi-clarity.
14403
14404 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14405
14406         * pop3.el: Require nnheader.
14407
14408         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14409
14410         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14411
14412         * gnus-picon.el: Require cl.
14413
14414         * gnus-fun.el: Require gnus-ems and gnus-util.
14415
14416         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14417
14418         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14419
14420         * gnus-art.el (gnus-article-edit-mode): Define before first
14421         reference.
14422
14423 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14424
14425         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14426         (gnus-uu-post-encoded): Use point-at-bol.
14427
14428         * gnus-topic.el (gnus-group-active-topic-p): do.
14429
14430         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14431
14432         * gnus-group.el (gnus-group-kill-region): do.
14433
14434         * gnus-art.el (article-date-ut): do.
14435
14436         * message.el (message-fetch-field): Remove redundant
14437         case-fold-search binding.
14438         (message-narrow-to-field): Simplify.
14439
14440 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * spam.el (spam-directory): Derive from `gnus-directory'.
14443
14444         * spam-report.el (spam-report-url-to-file)
14445         (spam-report-requests-file): New function and variable for offline
14446         reporting.
14447         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14448         and user defined function.
14449         (spam-report-url-ping-mm-url): Remove doubled slash.
14450
14451 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14452
14453         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14454
14455 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14456
14457         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14458         format string mismatch.
14459
14460         * sieve.el (sieve-deactivate-all): do.
14461
14462         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14463
14464         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14465
14466         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14467
14468         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14469
14470 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14471
14472         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14473         the list of checks.
14474
14475 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14476
14477         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14478         padding.
14479
14480 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14481
14482         * mm-view.el (mm-fill-flowed): New variable.
14483         (mm-inline-text): Use it.
14484
14485 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14486
14487         * spam.el (spam-spamassassin-register-ham-routine)
14488         (spam-spamassassin-register-spam-routine): Fix function names.
14489
14490 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus.el (gnus-tmp-grouplens): Remove.
14493         (gnus-summary-line-format): Remove grouplens.
14494
14495         * gnus-group.el (gnus-group-line-format): Ditto.
14496
14497         * gnus-spec.el (gnus-format-specs): Ditto.
14498         (gnus-update-format-specifications): Flush the group format spec
14499         cache if there's the grouplens stuff.
14500         (gnus-parse-simple-format): Replace %l with the empty string.
14501
14502 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14503
14504         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14505         omission.
14506
14507 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14508
14509         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14510         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14511
14512 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14513
14514         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14515         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14516         New macros and functions.
14517         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14518         Handle > NLINK_MAX messages.
14519         * nnmaildir.el (nnmaildir-request-set-mark): Use
14520         nnmaildir--emlink-p and nnmaildir--eexist-p.
14521
14522 2004-01-25  Alex Schroeder  <alex@gnu.org>
14523
14524         * spam-stat.el (spam-stat-process-directory-age): New option.
14525         (spam-stat-process-directory): Use it.
14526
14527 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14528
14529         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14530         (spam-stat-save): Accept prefix argument.
14531
14532 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14533
14534         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14535         links" error.
14536
14537 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14540         the rest of the and/or forms.
14541
14542 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14543
14544         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14545         compatibility with old .newsrc.eld files.
14546
14547         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14548
14549         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14550
14551         * gnus-start.el (gnus-1): do.
14552
14553         * gnus-group.el (gnus-group-line-format-alist): do.
14554
14555         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14556
14557         * gnus-gl.el: Remove.
14558
14559 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14560
14561         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14562         marks consisting of a single range {for example, (3 . 5)} rather
14563         than a list of a single range { ((3 . 5)) }.
14564
14565 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14566
14567         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14568         with-current-buffer.
14569         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14570         avoid consing a string.
14571
14572         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14573         Remove obsolete entries for big5 and gb2312.
14574
14575 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14576
14577         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14578         uncompressed list.
14579
14580 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14581
14582         * spam-stat.el (spam-stat-strip-xref): New function.
14583         (spam-stat-process-directory): Use it.
14584
14585         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14586         here -- it's done in message-fetch-field.
14587
14588 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14589
14590         * gnus-agent.el (gnus-agent-queue-mail)
14591         (gnus-agent-prompt-send-queue): New variables.
14592         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14593         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14594         "nndraft:queue" along to gnus-draft-send.  Use
14595         gnus-agent-prompt-send-queue.
14596         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14597         is "nndraft:queue".  Suggested by Gaute Strokkenes
14598         <gs234@srcf.ucam.org>
14599
14600         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
14601         (agent-enable-undownloaded-faces): Added.
14602         (gnus-agent-cat-groups): Use eval-and-compile, not
14603         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14604         method of gnus-agent-cat-groups even when the buffer has been
14605         evaled.
14606         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14607         delete gnus-agent-save-active-1.
14608         (gnus-agent-save-groups): Deleted.  Identical to
14609         gnus-agent-save-active.
14610         (gnus-agent-write-active): No longer adjust agent's copy of active
14611         file as agent's adjustments are now stored in their own
14612         file.  Removed optional parameter.
14613         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14614         servers.  Add use of min/max range limits from server's local
14615         file.
14616         (gnus-agent-save-alist): Removed unused optional argument.
14617         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14618         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14619         (gnus-agent-set-local): A per-server file that keeps min/max range
14620         limits for articles known to the agent.  Provides a fast mechanism
14621         for altering many active ranges.
14622         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14623         active file (local makes it unnecessary).
14624         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14625
14626         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
14627         (agent-enable-undownloaded-faces): Added.
14628
14629         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14630         disable it when sending to "nndraft:queue".
14631         (gnus-group-send-queue): Add safety check to avoid sending queue
14632         when unplugged.
14633
14634         * gnus-group.el (gnus-group-catchup): Use new
14635         gnus-sequence-of-unread-articles, not
14636         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14637         numbers of articles.  Use gnus-range-map to avoid having to
14638         uncompress the unread list.
14639         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14640         Fixed invalid ange-ftp reference.
14641
14642         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14643         (gnus-sorted-range-intersection): Intersection of two ranges
14644         without requiring that they first be uncompressed.
14645
14646         * gnus-start.el (gnus-activate-group): Unless blocked by the
14647         caller, possibly expand the active range to include both cached
14648         and agentized articles.
14649         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14650         multiple version-dependent converters.
14651         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14652         gnus-agent-save-active.
14653         (gnus-save-newsrc-file): Save dirty agent range limits.
14654
14655         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14656         gnus-agent-possibly-alter-active.
14657         (gnus-adjust-marked-articles): Faster handling of simple lists.
14658
14659 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14660
14661         * spam-stat.el (spam-stat-test-directory): New optional argument
14662         displays a list of files detected.  Suggested by Andrew Cohen
14663         <cohen@andy.bu.edu>.
14664         (spam-stat-buffer-words-with-scores): Don't narrow and change
14665         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14666
14667 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14668
14669         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14670         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14671         (spam-spamassassin-arguments)
14672         (spam-spamassassin-spam-flag-header)
14673         (spam-spamassassin-positive-spam-flag-header)
14674         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14675         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14676         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14677         (spam-list-of-processors, spam-list-of-checks)
14678         (spam-list-of-statistical-checks, spam-registration-functions)
14679         (spam-check-spamassassin-headers, spam-check-spamassassin)
14680         (spam-spamassassin-score)
14681         (spam-spamassassin-register-with-sa-learn)
14682         (spam-spamassassin-register-spam-routine)
14683         (spam-spamassassin-register-ham-routine)
14684         (spam-assassin-register-spam-routine)
14685         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14686         (spam-bogofilter-score): Fix to show article before scoring.
14687
14688 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14689
14690         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14691         default scoring function.
14692         (spam-generic-score): Call spam-spamassassin-score if
14693         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14694         spam-bogofilter-score otherwise.
14695
14696         * gnus.el (spam-process, spam-autodetect-methods): Add
14697         spamassassin and spamassassin-headers.
14698
14699 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14700
14701         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14702         Suppress unnecessary messages.
14703
14704 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14705
14706         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14707         make-hash-table.
14708
14709 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * canlock.el (base64-encode-string): Don't autoload it.
14712
14713 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * run-at-time.el: Remove useless (require 'itimer),
14716         eval-and-compile and (featurep 'xemacs).
14717
14718 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14719
14720         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14721         GROUP is a virtual group.
14722
14723 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14724
14725         * gnus.el: Autoload `message-y-or-n-p'.
14726
14727 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14728
14729         * pgg-parse.el: Remove unnecessary (require 'custom).
14730
14731         * pgg-def.el: do.
14732
14733         * nnmail.el: do.
14734
14735         * gnus-undo.el: do.
14736
14737         * gnus-picon.el: do.
14738
14739         * gnus-util.el: do.
14740
14741 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14742
14743         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14744
14745 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14748         handle, as well as a list.
14749
14750         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14751         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14752         (mm-w3m-cid-retrieve): Simplify.
14753
14754 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14755
14756         * message.el (message-kill-to-signature): Allow prefix arg to
14757         specify number of lines to keep before signature.
14758
14759 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14760
14761         * message.el (message-kill-to-signature): Change docstring.
14762
14763 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14764
14765         * canlock.el: Always require sha1-el.
14766         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14767
14768         * message.el: Autoload sha1 only when compiling.
14769
14770         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14771         eudc-expand-inline for XEmacs.
14772
14773 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14774
14775         * message.el (message-canlock-generate): Require sha1-el.
14776
14777 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14778
14779         * message.el (message-expand-name): Silence the byte compiler.
14780
14781         * lpath.el: Add detect-coding-system.
14782
14783         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14784         cus-edit.
14785
14786 2004-01-13  Simon Josefsson  <jas@extundo.com>
14787
14788         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14789         Invoke gnus-score-mode.  Reported by
14790         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14791
14792         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14793         Jim Blandy <jimb@redhat.com> (tiny change).
14794
14795 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14796
14797         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14798
14799 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14800
14801         * spam.el (spam-get-article-as-string): Update to use
14802         gnus-request-article-this-buffer, much simpler.
14803         (spam-get-article-as-buffer): Remove.
14804
14805 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14806
14807         * message.el (message-expand-name): Use EUDC if the user uses that.
14808
14809 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14810
14811         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14812         character for the encoding to avoid consing a string.
14813
14814         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14815         unnecessarily.
14816
14817         * mm-util.el (mm-replace-chars-in-string): Remove.
14818
14819         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14820         of mm-replace-chars-in-string.
14821
14822 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14823
14824         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14825
14826         * mm-util.el (mm-subst-char-in-string): Support inplace.
14827
14828         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14829         a new string in every iteration.  Use shy groups.
14830
14831 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14832
14833         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14834         * gnus-soup.el (gnus-soup-group-brew):
14835         * gnus-msg.el (gnus-put-message):
14836         * gnus-move.el (gnus-group-move-group-to-server):
14837         * gnus-kill.el (gnus-batch-score):
14838         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14839         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14840         (gnus-group-update-group, gnus-group-read-group)
14841         (gnus-group-make-group, gnus-group-make-help-group)
14842         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14843         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14844         (gnus-group-sort-by-unread, gnus-group-catchup)
14845         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14846         (gnus-group-yank-group, gnus-group-set-info)
14847         (gnus-group-list-groups):
14848         * gnus.el (gnus-generate-new-group-name):
14849         * gnus-delay.el (gnus-delay-send-queue):
14850         * nnvirtual.el (nnvirtual-catchup-group):
14851         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14852         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14853         (gnus-group-prepare-topics, gnus-topic-check-topology):
14854         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14855         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14856         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14857         (gnus-group-make-articles-read):
14858         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14859         (gnus-group-change-level, gnus-kill-newsgroup)
14860         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14861         (gnus-get-unread-articles, gnus-make-articles-unread)
14862         (gnus-make-ascending-articles-unread): Use accessor
14863         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14864         to get group information for improved readability.
14865
14866
14867 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14868
14869         * gnus-art.el (article-decode-mime-words, article-babel)
14870         (gnus-article-highlight-signature, gnus-article-add-buttons)
14871         (gnus-signature-toggle): Use gnus-with-article-buffer.
14872
14873         * gnus-art.el (gnus-article-highlight-headers)
14874         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14875
14876         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14877         (gnus-article-set-globals, gnus-request-article-this-buffer)
14878         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14879         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14880         (gnus-mime-display-alternative): Use with-current-buffer.
14881
14882 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14883
14884         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14885         also under 80 char limit, and call gnus-error if needed.
14886         (spam-fetch-article-header): Fix - it was a
14887         buffer-local variable (gnus-newsgroup-data).
14888         (spam-find-spam): Use spam-generate-fake-headers, forget about
14889         spam-insert-fake-headers.
14890         (spam-insert-fake-headers): Remove.
14891
14892 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14893
14894         * deuglify.el (gnus-article-outlook-unwrap-lines)
14895         (gnus-outlook-rearrange-article)
14896         (gnus-outlook-repair-attribution-outlook)
14897         (gnus-outlook-repair-attribution-block)
14898         (gnus-outlook-repair-attribution-other): Remove redundant
14899         save-excursion.
14900
14901 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14902
14903         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14904         (spam-fetch-field-subject-fast)
14905         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14906         (spam-fetch-article-header): Add functions to deal with Gnus
14907         internals for fast retrieval of article header data.
14908         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14909
14910 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14911
14912         * pop3.el (pop3-md5): Remove.
14913         (pop3-apop): Replace pop3-md5 with md5.
14914
14915         * mm-bodies.el: base64 is always built-in.
14916
14917         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14918         with-current-buffer.
14919
14920 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * canlock.el (canlock-insert-header): Remove excessive grouping in
14923         regexp.
14924
14925         * gnus-sum.el (gnus-summary-read-document): Ditto.
14926
14927         * gnus-uu.el (gnus-uu-part-number): Ditto.
14928
14929         * html2text.el (html2text-remove-tags): Ditto.
14930         (html2text-format-tags): Ditto.
14931         (html2text-format-single-elements): Ditto.
14932
14933         * mml.el (mml-parse-1): Ditto.
14934
14935 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14936
14937         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14938
14939         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14940
14941         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14942
14943         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14944
14945 2003-11-15  Simon Josefsson  <jas@extundo.com>
14946
14947         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14948         (pgg-gpg-lookup-key): Use regexp match instead of
14949         split-string (split-string is different between emacs 21.2 and
14950         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14951
14952 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14953
14954         * gnus-art.el (gnus-mime-view-all-parts)
14955         (gnus-article-part-wrapper, gnus-article-view-part): Use
14956         with-current-buffer.
14957
14958 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14959
14960         * spam.el (spam-disable-spam-split-during-ham-respool)
14961         (spam-spamoracle-database, spam-cache-lookups)
14962         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14963         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14964         (spam-group-ham-marks, spam-group-spam-marks)
14965         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14966         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14967         also add spam-use-blackholes to the statistical checks.
14968         (spam-fetch-field-fast): Add interface to fetching fields, may
14969         become a macro.
14970         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14971         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14972         (spam-insert-fake-headers): Fake an article when needed.
14973         (spam-find-spam): Fake article when possible.
14974         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14975         (spam-check-bogofilter-headers): Use message-fetch-field instead
14976         of nnmail-fetch-field.
14977
14978 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14979
14980         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14981
14982 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14983
14984         * spam.el (spam-split): Do not require spam-use-CHECK to be
14985         enabled if that check is passed to spam-split explicitly; also
14986         fix so 'spam doesn't get converted to spam-split-group when
14987         spam-split-symbolic-return is t.
14988         (spam-find-spam): Find registrations of the article and use those
14989         instead of re-running spam-split to find the spam/ham
14990         classification of the article.
14991         (spam-log-processing-to-registry, spam-log-registered-p)
14992         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14993         Use gnus-error instead of gnus-message.
14994         (spam-log-registration-type): Add function to determine the
14995         classification of a message based on registry entries; will
14996         return nil if both 'spam and 'ham are found.
14997         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14998         a reasonably fast local cache without the loading errors.
14999         (spam-cache-lookups): Set to t by default.
15000         (spam-find-spam): Don't try to guess spam-cache-lookups.
15001         (spam-enter-whitelist, spam-enter-blacklist): Clear the
15002         spam-caches entry.
15003         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
15004         caching of whitelist/blacklist entries.
15005         (spam-check-whitelist, spam-check-blacklist): Invoke
15006         spam-from-listed-p with a type, not a cache variable.
15007         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
15008
15009 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15010
15011         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
15012
15013         * nnmail.el (nnmail-split-fancy): do.
15014
15015         * mml.el (mml-parse): do.
15016
15017         * gnus-score.el (gnus-enter-score-words-into-hashtb)
15018         (gnus-score-adaptive): do.
15019
15020 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
15023         (gnus-mime-button-map): Don't set keymap parent.
15024         (gnus-button-ctan-directory-regexp): Use shy grouping.
15025         (gnus-prev-page-map): Don't set keymap parent.
15026         (gnus-prev-page-map): Remove duplicated one.
15027         (gnus-next-page-map): Don't set keymap parent.
15028         (gnus-mime-security-button-map): Ditto.
15029
15030         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
15031         version number.
15032
15033         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
15034
15035 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * canlock.el (canlock-sha1-function): Remove.
15038         (canlock-sha1-function-for-verify): Remove.
15039         (canlock-openssl-program): Remove.
15040         (canlock-openssl-args): Remove.
15041         (canlock-ignore-errors): Remove.
15042         (canlock-sha1-with-openssl): Remove.
15043         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
15044         (canlock-verify): Don't use canlock-ignore-errors.
15045
15046         * sha1-el.el (sha1-string-external): Make it can return a string
15047         in binary form.
15048         (sha1-region-external): Ditto.
15049         (sha1-string-internal): Ditto.
15050         (sha1-region-internal): Ditto.
15051         (sha1-region): Ditto.
15052         (sha1-string): Ditto.
15053         (sha1): Ditto.
15054
15055 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15056
15057         * spam.el (spam-report-articles-gmane): New command.
15058
15059 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus.el: Don't make unnecessary *Group* buffer when loading.
15062
15063         * run-at-time.el (run-at-time-saved): Remove.
15064         (run-at-time): Doc fix.
15065
15066 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
15067
15068         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
15069         (gnus-summary-limit-map): Add it.
15070         (gnus-summary-make-menu-bar): do.
15071
15072 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
15073
15074         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
15075         Make attempt at some caching support (done for BBDB only now).
15076         (spam-find-spam): Set spam-cache-lookups if there are more than 2
15077         addresses to be checked.
15078         (spam-clear-cache-BBDB): Add function, to be invoked by
15079         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
15080         (spam-check-BBDB): Check and use the caches, if
15081         spam-cache-lookups is on, remove superfluous (provide).
15082
15083 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
15084
15085         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
15086
15087 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
15088
15089         * run-at-time.el (run-at-time-saved): Move to after the definition
15090         of `run-at-time'.
15091
15092         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
15093
15094 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15095
15096         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
15097         mm-w3m-local-map-property.
15098
15099         * mm-view.el (mm-w3m-mode-map): Remove.
15100         (mm-w3m-local-map-property): Remove.
15101         (mm-inline-text-html-render-with-w3m): Don't use
15102         mm-w3m-local-map-property.
15103
15104 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15105
15106         * run-at-time.el: New file.
15107
15108         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
15109         under Emacs.
15110
15111         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
15112         of gnus-set-text-properties.
15113
15114         * gnus-uu.el (gnus-uu-save-article): Ditto.
15115
15116         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
15117
15118         * gnus-cite.el (gnus-cite-parse): Ditto.
15119
15120         * gnus-art.el (gnus-button-push): Use set-text-properties instead
15121         of gnus-.
15122
15123         * gnus-xmas.el (run-at-time): Require run-at-time.
15124
15125         * gnus.el: Changed calls to nnheader-run-at-time and
15126         password-run-at-time throughout to use run-at-time directly.
15127
15128         * password.el: Removed definition of run-at-time.
15129
15130         * nnheaderxm.el: Remove definition of run-at-time.
15131
15132 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
15133
15134         * mml.el (mml-minibuffer-read-disposition): Show attachment type
15135         in prompt.
15136
15137 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15138
15139         * messagexmas.el (message-xmas-redefine): Alias
15140         `message-make-caesar-translation-table' to
15141         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
15142         version.
15143
15144         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
15145         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
15146         `gnus-xmas-set-text-properties'.
15147         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
15148         `gnus-xmas-completing-read'.
15149         (gnus-xmas-completing-read): Removed.
15150         (gnus-xmas-open-network-stream): Removed.
15151
15152         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
15153         XEmacs version.
15154
15155         * dns.el (dns-make-network-process): Use `open-network-stream'
15156         instead of `gnus-xmas-open-network-stream'.
15157
15158         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
15159
15160         * .cvsignore: Add auto-autoloads.el, custom-load.el.
15161
15162 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15163
15164         * gnus-art.el (gnus-mime-display-alternative)
15165         (gnus-insert-mime-button, gnus-insert-mime-security-button)
15166         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
15167         Don't use gnus-local-map-property.
15168
15169         * gnus-util.el (gnus-local-map-property): Remove.
15170
15171         * mm-view.el (mm-view-pkcs7-decrypt): Replace
15172         gnus-completing-read-maybe-default with completing-read.
15173
15174         * gnus-util.el (gnus-completing-read): do.
15175         (gnus-completing-read-maybe-default): Remove.
15176
15177 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
15178
15179         * password.el: Only autoload `run-at-time' if not XEmacs.
15180         Only autoload the itimer functions if XEmacs.
15181
15182 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15183
15184         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
15185         XEmacsen.
15186
15187         * dgnushack.el: Autoload executable-find for XEmacs.
15188
15189 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
15190
15191         * gnus-art.el (gnus-read-string): Remove.
15192         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
15193         read-string.
15194
15195 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
15196
15197         * netrc.el: Autoload password-read.
15198         (netrc): Add configuration group.
15199         (netrc-encoding-method, netrc-openssl-path): Add
15200         variables for encoding and decoding of files with symmetric
15201         ciphers.
15202         (netrc-encode): Add assistant function to encode a file with
15203         netrc-encoding-method.
15204         (netrc-parse): Add interactive parameter, added optional
15205         decoding if netrc-encoding-method is non-nil but otherwise
15206         behavior is standard.
15207         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
15208         Do s/encode/encrypt/ everywhere.
15209
15210         * spam.el: Remove executable-find autoload.
15211
15212 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15213
15214         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
15215
15216         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
15217
15218 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * gnus-art.el (gnus-treat-ansi-sequences)
15221         (article-treat-ansi-sequences): New variable and function.
15222         Suggested by Dan Jacobson <jidanni@jidanni.org>.
15223
15224         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15225         Use it.
15226
15227 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
15228
15229         * mm-util.el (mm-quote-arg): Remove.
15230
15231         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
15232         shell-quote-argument.
15233
15234         * gnus-uu.el (gnus-uu-command): do.
15235
15236         * gnus-sum.el (gnus-summary-insert-pseudos): do.
15237
15238         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
15239         with make-char.
15240
15241         * mm-util.el (mm-make-char): Remove.
15242
15243         * mml.el (mml-mode): Replace gnus-add-minor-mode with
15244         add-minor-mode.
15245
15246         * gnus-undo.el (gnus-undo-mode): do.
15247
15248         * gnus-topic.el (gnus-topic-mode): do.
15249
15250         * gnus-sum.el (gnus-dead-summary-mode): do.
15251
15252         * gnus-start.el (gnus-slave-mode): do.
15253
15254         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
15255
15256         * gnus-ml.el (gnus-mailing-list-mode): do.
15257
15258         * gnus-gl.el (gnus-grouplens-mode): do.
15259
15260         * gnus-draft.el (gnus-draft-mode): do.
15261
15262         * gnus-dired.el (gnus-dired-mode): do.
15263
15264         * gnus-ems.el (gnus-add-minor-mode): Remove.
15265
15266         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15267         Replace gnus-char-width with char-width.
15268
15269         * gnus-ems.el (gnus-char-width): Remove.
15270
15271         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
15272         Replace gnus-char-width with char-width.
15273
15274         * gnus-ems.el (gnus-char-width): Remove.
15275
15276         * spam-stat.el (with-syntax-table): Remove with-syntax-table
15277         definition.
15278         Remove Emacs 20 hash table compatibility code.
15279
15280         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
15281         20 compatibility code.
15282
15283         * spam.el (spam-point-at-eol): Replace with point-at-eol.
15284
15285         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15286
15287         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15288         with point-at-{eol,bol}.
15289
15290         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15291
15292         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15293
15294         * flow-fill.el (fill-flowed-point-at-bol)
15295         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15296
15297         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15298         Replace with point-at-{eol,bol} throughout all files.
15299
15300 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15301
15302         * ntlm.el (ntlm-string-as-unibyte): New macro.
15303         (ntlm-build-auth-response): Use it.
15304
15305         Remove Emacs 20 stuff:
15306         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15307         (butlast, mapc, remove): Remove the compiler macros.
15308         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15309         of delq and copy-sequence.
15310         * gnus-art.el (popup-menu): Remove the compiler macro.
15311         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15312         Emacs 20.
15313
15314 2004-01-05  Simon Josefsson  <jas@extundo.com>
15315
15316         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15317         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15318         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15319         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15320         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15321         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15322         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15323         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15324         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15325         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15326         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15327         string-xor into ntlm-string-xor.  Suggested by
15328         Jesper Harder <harder@myrealbox.com>.
15329
15330         * ntlm.el: Don't include poem.
15331
15332         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15333         Jesper Harder <harder@myrealbox.com>.
15334
15335         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15336
15337         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15338         probably breaks emacs with DL patch, but do we care? Is anyone
15339         still using the DL stuff?)
15340
15341         * sieve-manage.el: Use the password package.
15342         (sieve-manage-read-passwd): Remove.
15343         (sieve-manage-interactive-login): Use password.  Re-add
15344         condition-case around loop.
15345
15346         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15347         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15348         the password package.
15349
15350 2003-02-19  Simon Josefsson  <jas@extundo.com>
15351
15352         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15353         token.
15354
15355 2002-08-07  Simon Josefsson  <jas@extundo.com>
15356
15357         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15358         (sieve-manage-authenticators):
15359         (sieve-manage-authenticator-alist): Add some SASL mechs.
15360         (sieve-sasl-auth): New function.
15361         (sieve-manage-cram-md5-auth):
15362         (sieve-manage-plain-auth): Rewrite using SASL library.
15363         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15364         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15365         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15366         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15367
15368 2004-01-05  Simon Josefsson  <jas@extundo.com>
15369
15370         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15371         New files.
15372
15373 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15374
15375         * gnus-group.el (gnus-no-groups-message): Update.
15376
15377         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15378
15379 2003-11-09  Simon Josefsson  <jas@extundo.com>
15380
15381         * imap.el: Support for ID IMAP extension (RFC 2971).
15382         (imap-local-variables): Add imap-id.
15383         (imap-id): New variable.
15384         (imap-id): New function.
15385         (imap-parse-response): Parse untagged ID response.
15386         * nnimap.el (nnimap-id): New variable.
15387         (nnimap-open-connection): Use it.
15388
15389 2003-12-28  Simon Josefsson  <jas@extundo.com>
15390
15391         * gnus-score.el (gnus-score-edit-all-score): New.
15392         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15393
15394 2004-01-04  Simon Josefsson  <jas@extundo.com>
15395
15396         * password.el: Add.
15397
15398 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15399
15400         * dns.el (dns-query-types): Fix typo.
15401         (dns-query-types): New function.
15402         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15403         PTR and SOA replies, see RFC 1035.
15404
15405 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15406
15407         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15408
15409         * Moved to Changelog.2.
15410
15411 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15412
15413         * gnus.el (gnus-version-number): Bump version.
15414
15415 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15416
15417         * gnus.el: No Gnus v0.1 is released.
15418
15419 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15420
15421         * gnus.el: No Gnus v0.0 is released.
15422
15423 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15424
15425         * gnus.el (gnus-version-number): Bump.
15426         (gnus-version): No.
15427
15428 See ChangeLog.2 for earlier changes.
15429
15430     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15431       Free Software Foundation, Inc.
15432
15433   This file is part of GNU Emacs.
15434
15435   GNU Emacs is free software: you can redistribute it and/or modify
15436   it under the terms of the GNU General Public License as published by
15437   the Free Software Foundation, either version 3 of the License, or
15438   (at your option) any later version.
15439
15440   GNU Emacs is distributed in the hope that it will be useful,
15441   but WITHOUT ANY WARRANTY; without even the implied warranty of
15442   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15443   GNU General Public License for more details.
15444
15445   You should have received a copy of the GNU General Public License
15446   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15447
15448 ;; Local Variables:
15449 ;; coding: utf-8
15450 ;; fill-column: 79
15451 ;; add-log-time-zone-rule: t
15452 ;; End:
15453
15454 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4