78c7023f278c23a0ffc76d4bcde5f74e0558578f
[gnus] / lisp / ChangeLog
1 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * message.el (message-forward-make-body-plain)
4         (message-forward-make-body-mml):
5         Don't use mm-with-unibyte-current-buffer.
6
7 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8
9         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
10
11 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
12
13         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
14         (Bug#5592).
15
16 2010-05-07  Julien Danjou  <julien@danjou.info>
17
18         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
19         it to mm-pipe-part.
20
21         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
22         it is given.
23
24 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
25
26         * binhex.el (binhex-decode-region-internal)
27         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
28         (dns-query)
29         * nnweb.el (nnweb-gmane-search)
30         * pgg-parse.el (pgg-parse-armor)
31         * pgg.el (pgg-verify-region)
32         * sha1.el (sha1-string-external)
33         * uudecode.el (uudecode-decode-region-internal)
34         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
35         XEmacs.
36
37         * gnus-art.el (gnus-article-browse-html-parts)
38         * gnus-group.el (gnus-read-ephemeral-gmane-group)
39         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
40         make-temp-file.
41
42         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
43         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
44         compiling.
45
46         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
47         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
48         XEmacs when compiling.
49
50         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
51         gnus-pick-mode-off-hook for XEmacs when compiling.
52         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
53         gnus-binary-mode-off-hook for XEmacs when compiling.
54
55         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
56         nil if char-charset is not available.
57
58         * imap.el (imap-disable-multibyte)
59         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
60         macros.
61
62         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
63         instead of encode-coding-string.
64
65         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
66         'xemacs) instead of mm-emacs-mule to switch function definitions.
67         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
68
69         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
70         bind temporary-file-directory for XEmacs;
71         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
72         timer-set-function for XEmacs 21.4 and SXEmacs;
73         bind timer-list for XEmacs 21.4 and SXEmacs;
74         fbind char-charset and find-charset-region for non-Mule XEmacs;
75         fbind decode-coding-region, decode-coding-string, detect-coding-region,
76         encode-coding-region and encode-coding-string for XEmacs having no
77         file-coding feature.
78
79 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
80
81         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
82
83 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
86         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
87
88 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
89
90         * mm-util.el (mm-decompress-buffer): Use `delete-file';
91         alias `jka-compr-delete-temp-file' no longer exists.
92
93 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
94
95         Use define-minor-mode in Gnus where applicable.
96         * mml.el (mml-mode): Use define-minor-mode.
97         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
98         (gnus-undo-mode): Use define-minor-mode.
99         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
100         (gnus-dead-summary-mode): Use define-minor-mode.
101         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
102         Initialize in declaration.
103         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
104         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
105         (gnus-mailing-list-mode): Use define-minor-mode.
106         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
107         (gnus-draft-mode): Use define-minor-mode.
108         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
109         (gnus-dired-mode): Use define-minor-mode.
110
111 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
112
113         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
114         handles on recursive mml-to-mime translation and check them for
115         boundary delimiter collisions.  Reported by: Greg Troxel.
116
117 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
120
121 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
122
123         * mm-util.el (mm-find-buffer-file-coding-system):
124         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
125
126 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
127
128         * message.el (message-generate-headers): Record insertion of optional
129         headers as well.  Otherwise the check to prevent repeated insertion of
130         optional headers is a no-op.
131
132 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
133
134         * smime.el: Don't mention CVS.
135
136         * nnrss.el (nnrss-fetch): Don't mention CVS.
137
138         * nnir.el: Don't mention CVS.
139
140 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
141
142         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
143
144 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
145
146         * lpath.el: Fbind bookmark-default-handler,
147         bookmark-get-bookmark-record, bookmark-make-record-default,
148         bookmark-prop-get for Emacs <23 and XEmacs.
149
150 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
151
152         * gnus-sum.el: Add bookmark declarations to silence the compiler.
153         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
154         Use with-current-buffer to silence the byte-compiler.
155         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
156         bother to require `gnus'.
157         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
158
159 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
160
161         * gnus-sum.el (gnus-summary-bookmark-make-record)
162         (gnus-summary-bookmark-jump): New functions.
163         (gnus-summary-mode): Setup bookmark support.
164
165 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
166
167         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
168         if set.
169
170 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
171
172         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
173         gnus-article-browse-html-save-cid-image; make it work recursively for
174         forwarded messages as well.
175         (gnus-article-browse-html-parts): Work when prefix arg is given.
176         (gnus-article-browse-html-article): Doc fix.
177
178 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
179
180         * message.el (message-default-mail-headers):
181         (message-default-headers): Carry the value mail-default-headers over
182         into message-default-mail-headers, rather than message-default-headers.
183
184 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
185
186         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
187         charset.
188
189         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
190         charset into the <meta> tag when the article is encoded to utf-8.
191
192 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
193
194         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
195         directories as well.
196         (gnus-article-browse-html-parts): Work for images that do not specify
197         file names; delete temp directory when quitting; insert header at the
198         right place; use file: scheme for image files.
199
200 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
201
202         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
203         (gnus-article-browse-html-parts): Use it to make temporary cid image
204         files in addition to html file so that browser may display them.
205
206 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
207
208         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
209
210 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
211
212         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
213
214 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
215
216         * auth-source.el (auth-sources): Change default to be simpler.  Explain
217         about Secret Service API sources.  Improve Customize options.
218         (auth-source-pick): Change to accept any number of search parameters.
219         Implement fallbacks iteratively, not recursively.  Add scoring on the
220         second pass and sort by score.  Call Secret Service API when needed.
221         (auth-source-user-or-password): Use it.  Call Secret Service API
222         directly when needed to get the user name and the password.
223
224 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
225
226         * message.el (message-interactive): Doc fix.
227         (message-qmail-inject-args): Reflow.
228         (message-kill-to-signature): Fix typo in docstring.
229
230         * smiley.el (smiley-buffer): Fix typo in docstring.
231
232 2010-03-24  Glenn Morris  <rgm@gnu.org>
233
234         * mail-source.el (gnus-message): Declare.
235         (mail-source-delete-old-incoming): Require gnus-util.
236
237 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
238
239         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
240
241         * message.el (ecomplete-setup): Autoload it for Emacs <23.
242
243         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
244         password-cache's default if it is not bound.
245         (mml-secure-passphrase-cache-expiry): Default to 16 that is
246         password-cache-expiry's default if it is not bound.
247
248         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
249         available in Emacs 21.
250
251         * lpath.el: Suppress compiler warnings for:
252         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
253         XEmacs;
254         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
255         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
256         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
257
258 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
259
260         * auth-source.el (auth-sources): Fix up definition so extra parameters
261         are always inline.
262
263 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
264
265         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
266         wasn't updated after mismatch.  Clear cached mailbox info correctly
267         when uidvalidity changes.
268         (nnimap-group-prefixed-name): New function to avoid some code
269         duplication.
270         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
271         (nnimap-request-group): Use it.
272         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
273         (nnimap-update-unseen): Significantly improved speed of Gnus startup
274         with many imap folders.  This is done by caching the group status from
275         the imap server persistently in a group parameter `imap-status'. (This
276         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
277         but not persistently, so every Gnus startup was still very slow.)
278
279 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
280
281         * assistant.el (assistant-render-text): Run `widget-setup' and don't
282         delete the extra newline.  Otherwise editing of :string and :number
283         types don't work.
284
285 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
286
287         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
288         secrets.el dependency.
289         (auth-sources): Add optional user name.  Add secrets.el configuration
290         choice (unused right now).
291
292 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
293
294         * gnus-sum.el (gnus-summary-make-menu-bar): Let
295         `gnus-registry-install-shortcuts' fill in the functions.
296
297         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
298         warnings.
299         (gnus-registry-misc-menus): Variable to hold registry mark menus.
300         (gnus-registry-install-shortcuts): Populate and use it in a
301         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
302
303 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
304
305         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
306         In-place substitutions for the group name encoding/decoding.
307         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
308         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
309         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
310         (nnimap-update-unseen, nnimap-request-list)
311         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
312         (nnimap-request-set-mark, nnimap-split-to-groups)
313         (nnimap-split-articles, nnimap-request-newgroups)
314         (nnimap-request-create-group, nnimap-request-accept-article)
315         (nnimap-request-delete-group, nnimap-request-rename-group)
316         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
317         `encoded-mbx' for consistency.
318         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
319         variable `imap-current-mailbox'.
320
321         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
322         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
323
324 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
325
326         * pop3.el (pop3-display-message-size-flag): Display message size byte
327         counts during POP3 download.
328         (pop3-movemail): Use it.
329         (pop3-list): Implement listing of available messages.
330
331 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
332
333         * nnir.el (nnir-get-article-nov-override-function): New function to
334         override the normal NOV retrieval.
335         (nnir-retrieve-headers): Use it.
336
337 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
338
339         * auth-source.el (netrc-machine-user-or-password): Autoload.
340
341 2010-03-19  Glenn Morris  <rgm@gnu.org>
342
343         Stop message.el from loading about 40 libraries it doesn't always need.
344         The general approach is to autoload rather than require, and to
345         require in the specific functions rather than the file.  (Bug#5642)
346
347         * gmm-utils.el: Don't require wid-edit.
348         (widget-create-child-value, widget-convert, widget-default-get):
349         Autoload.
350
351         * gnus-util.el: Don't require time-date, netrc.
352         (message-fetch-field, gnus-group-name-decode): Declare rather than
353         autoloading.
354         (gnus-fetch-field): Require message.
355         (gnus-decode-newsgroups): Require gnus-group.
356
357         * ietf-drums.el: Don't require time-date.
358
359         * message.el: Don't require hashcash, canlock, ecomplete.
360         Do require mail-utils.  Require nnheader only when compiling.
361         (smtpmail-default-smtp-server): Remove declaration.
362         (message-send-mail-function): Check smtpmail-default-smtp-server
363         is bound rather than requiring smtpmail.
364         (message-auto-save-directory, message-insert-signature): Use
365         expand-file-name rather than nnheader-concat.
366         (nnheader-insert-file-contents): Autoload.
367         (hashcash-wait-async): Declare.
368         (message-send-mail): Only call gnus-setup-posting-charset if
369         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
370         (message-send-mail-with-sendmail): Require sendmail.
371         (canlock-password, canlock-password-for-verify): Declare.
372         (message-canlock-password): Require canlock.
373         (nnheader-get-report): Autoload.
374         (gnus-setup-posting-charset): Declare.
375         (message-send-news): Require gnus-msg.
376         (message-make-references, message-make-in-reply-to): Use mail-header-id
377         rather than the alias mail-header-message-id.
378         (ecomplete-add-item, ecomplete-save): Declare.
379         (message-put-addresses-in-ecomplete): Require ecomplete.
380         (ecomplete-display-matches): Autoload.
381
382         * mm-decode.el: Don't require mailcap, gnus-util.
383         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
384         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
385         Autoload.
386         (mailcap-mime-extensions): Declare.
387
388         * mm-encode.el: Don't require mailcap.
389         (mailcap-extension-to-mime): Autoload.
390
391         * mml-sec.el: Don't require password-cache.
392
393         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
394         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
395         (mml-minibuffer-read-type): Require mailcap.
396         (mml-preview): Require gnus-msg.
397
398         * mml1991.el: Require password-cache.
399         (password-cache-expiry): Remove declaration.
400
401         * mml2015.el: Require password-cache.
402         (password-cache-expiry): Remove declaration.
403
404         * nneething.el (mailcap): Require mailcap.
405
406         * nnheader.el: (declare-function): Add compatibility stub.
407         (message-remove-header): Declare rather than autoload.
408         (nnheader-replace-header): Require message.
409
410         * nnimap.el (declare-function): Add compatibility stub.
411         (netrc-parse, netrc-machine-user-or-password): Declare.
412         (nnimap-open-connection): Require netrc.
413
414         * nntp.el (declare-function): Add compatibility stub.
415         (netrc-parse, netrc-machine, netrc-get): Declare.
416         (nntp-send-authinfo): Require netrc.
417
418         * rfc2047.el: Don't require qp.
419         (quoted-printable-encode-region, quoted-printable-decode-string):
420         Autoload.
421
422         * sieve-mode.el: Don't require easymenu.
423         (easy-menu-add-item): Autoload it.
424
425         * spam-stat.el (time-to-number-of-days): Autoload it.
426
427 2010-03-19  Glenn Morris  <rgm@gnu.org>
428
429         * password-cache.el (password-cache, password-cache-expiry): Autoload.
430
431 2010-03-18  Glenn Morris  <rgm@gnu.org>
432
433         * hashcash.el (declare-function): Remove duplicate definition.
434
435 2010-03-17  Kevin Ryde  <user42@zip.com.au>
436
437         * mml.el (mml-read-tag): Unquote values with `read' to reverse
438         prin1 in mml-insert-tag (just stripping the quotes gave wrong
439         value if any backslash escapes).
440
441 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
442
443         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
444         if it is available.  (bug#5647)
445
446         * lpath.el: Suppress compiler warning for coding-system-from-name for
447         Emacs 21 and XEmacs.
448
449 2010-03-14  Juri Linkov  <juri@jurta.org>
450
451         * hmac-def.el:
452         * hmac-md5.el:
453         * netrc.el: Fix keywords.
454
455 2010-02-26  Glenn Morris  <rgm@gnu.org>
456
457         * message.el (message-send-mail-function): Change the default, so that
458         it inherits from a customized send-mail-function.  (Bug#5643)
459
460 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
461
462         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
463         shell-command-to-string signals an error (bug#5299).
464
465 2010-02-24  Glenn Morris  <rgm@gnu.org>
466
467         * message.el (message-smtpmail-send-it)
468         (message-send-mail-with-mailclient): Doc fixes.
469
470 2010-02-16  Glenn Morris  <rgm@gnu.org>
471
472         * message.el (message-default-mail-headers): Change the default value
473         to ease the transition from mail-mode to message-mode.  (Bug#5555)
474
475 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
476
477         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
478         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
479
480 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
481
482         * time-date.el (date-to-time): Doc fix (Bug#5408).
483
484 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
485
486         * message.el (message-mail): Just pass yank-action on to message-setup.
487         (message-setup): Handle (FUN . ARGS) form of yank-action.
488         (message-with-reply-buffer, message-widen-reply)
489         (message-yank-original): Handle non-buffer values of
490         message-reply-buffer (Bug#4080).
491         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
492
493 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
494
495         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
496         Fix typo in docstring.
497
498 2010-01-08  Jason Rumney  <jasonr@gnu.org>
499
500         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
501         response.
502
503 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
504
505         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
506
507         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
508
509         * message.el (message-check-news-header-syntax): Protect against a
510         string that `rfc822-addresses' returns when parsing fails.
511
512 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
515         (gnus-previous-char-property-change): New functions.
516
517         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
518
519 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
520
521         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
522         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
523
524 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
525
526         * message.el (message-exchange-point-and-mark): Rework last change to
527         avoid using optional arg of exchange-point-and-mark, for backward
528         compatibility.
529
530 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
531
532         * message.el (message-exchange-point-and-mark): Call
533         exchange-point-and-mark with an argument rather than setting
534         mark-active by hand (Bug#5175).
535
536 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
537
538         * nntp.el (nntp-service-to-port): Work for service expressed with
539         numeric string; replace [:digit:] with [0-9] for XEmacs.
540
541 2009-12-17  Glenn Morris  <rgm@gnu.org>
542
543         * gnus-group.el (gnus-bug-group-download-format-alist):
544         Change emacs entry to debbugs.gnu.org.  Bump :version.
545
546 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
547
548         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
549
550 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
551
552         * message.el (message-info): Explain why we use `Info-goto-node'.
553
554 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
557
558 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
559
560         * message.el (message-completion-in-region): New compatibility function.
561         (message-expand-group): Use it.
562
563 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
566         with no unread article should be listed if the 2nd arg `predicate' is
567         given.
568
569 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
570
571         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
572
573 2009-11-29  Juri Linkov  <juri@jurta.org>
574
575         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
576         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
577         on `gnus-recenter'. (Bug#4698, Bug#4981)
578
579 2009-11-26  Kevin Ryde  <user42@zip.com.au>
580
581         * sha1.el (sha1-string-external): default-directory "/" in case
582         otherwise non-existent.  process-connection-type pipe for touch of
583         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
584
585 2009-11-25  Kevin Ryde  <user42@zip.com.au>
586
587         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
588         it's comms related and sgml-mode.el has "comm" on that basis too.
589
590 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
591
592         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
593         containing tspecial characters if they have been already quoted.
594
595 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
596
597         * dns-mode.el (auto-mode-alist): Purecopy string.
598
599 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
600
601         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
602
603 2009-10-24  Glenn Morris  <rgm@gnu.org>
604
605         * gnus-art.el (help-xref-stack-item): Define for compiler.
606
607 2009-10-21  Kevin Ryde  <user42@zip.com.au>
608
609         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
610
611 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
612
613         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
614
615 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
618         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
619
620 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
621
622         * gnus.el (gnus-overlay-get): New alias to overlay-get.
623         (gnus-overlays-in): New alias to overlays-in.
624
625         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
626         gnus-overlay-get, and gnus-delete-overlay.
627         (gnus-summary-show-thread): Make it work as well for systems in which
628         next-single-char-property-change is not available.
629         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
630
631         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
632         (gnus-overlay-get): New alias to extent-property.
633         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
634
635         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
636         SXEmacs.
637
638         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
639         SXEmacs.
640
641 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
642
643         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
644
645 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
646
647         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
648         and XEmacs that don't have `remove-overlays'.
649
650 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
651
652         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
653         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
654         selective display.  Use overlays instead.
655
656 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
657
658         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
659
660 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
661
662         * spam-stat.el (spam-stat-load): Fix typo in message.
663
664 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
665
666         * dig.el (dig-invoke): Fix typo in docstring.
667         (query-dig): Reflow docstring.
668
669 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
670
671         * gnus-art.el (gnus-article-encrypt-body):
672         * message.el (message-check-recipients):
673         * mm-util.el (mm-codepage-setup):
674         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
675         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
676
677 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
678
679         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
680         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
681         keys from the menu if mm-{sign,encrypt}-option is 'guided.
682         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
683         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
684
685 2009-09-21  Kevin Ryde  <user42@zip.com.au>
686
687         * dig.el: Add "Keywords: comm", as per net-utils.el.
688
689 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
690
691         * dig.el (dig-mode): Use define-derived-mode.
692
693 2009-09-19  Glenn Morris  <rgm@gnu.org>
694
695         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
696
697 2009-09-18  Glenn Morris  <rgm@gnu.org>
698
699         * gnus-diary.el (gnus-diary-check-message):
700         * message.el (message-insert-formatted-citation-line):
701         * nnbabyl.el (top-level):
702         * nndiary.el (nndiary-schedule):
703         Fix typos in condition-case handlers.
704
705 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
706
707         * gnus-art.el (gnus-article-edit-part): Work for the buffer
708         configuration that provides the sole article window in a frame;
709         position point correctly after deleting a part.
710
711 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
712
713         * spam.el (spam-unregister-on-reregister): Add boolean variable.
714         (spam-resolve-registrations-routine): Use it to unregister articles
715         that change status.
716
717 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
718
719         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
720         with XEmacs.
721         (parse-time-string-chars): Use it.
722
723 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
724
725         * imap.el (imap-interactive-login): Better messages.
726         (imap-open): Fix bug with renamed buffer on reconnect.
727         (imap-authenticate): Add buffer-local imap-last-authenticator variable
728         for easier debugging and cleaner code.  On successful (guessed based on
729         server capabilities) secondary authentication, set imap-state
730         correctly.
731         (imap-last-authenticator): Define imap-last-authenticator as a variable
732         to avoid warnings.
733
734 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * nnrss.el (nnrss-request-article): Remove binding of
737         default-enable-multibyte-characters that has gotten needless by
738         the 2007-07-13 change in rfc2047-encode-message-header.
739
740         * mml.el (mml-insert-multipart): Error on the message header.
741         (mml-insert-part): Error on the message header; position point at
742         the end of a MIME tag.
743
744 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * time-date.el (autoload): Expand define-obsolete-function-alias into
747         defalias and make-obsolete for old Emacsen that Gnus supports.
748         (with-no-warnings): Define it for old Emacsen.
749         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
750         is available.
751         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
752         float-time is available; suppress compile warning for time-to-seconds.
753
754         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
755         (gnus-float-time): Alias to float-time if it exists.
756
757         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
758         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
759         float-time is available; suppress compile warning for time-to-seconds.
760
761         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
762         XEmacs.
763
764 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
765
766         * imap.el (imap-message-map): Docstring fix.
767
768 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
769
770         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
771         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
772         Add the optional argument `encoding' that overrides the default.
773
774         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
775         mm-encode-buffer.
776
777 2009-09-04  Glenn Morris  <rgm@gnu.org>
778
779         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
780         mm-disable-multibyte, rather than default-enable-multibyte-characters.
781         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
782         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
783         * mm-util.el (mm-with-unibyte-current-buffer)
784         (mm-find-buffer-file-coding-system):
785         * yenc.el (yenc-decode-region): Use default-value rather than
786         default-enable-multibyte-characters.
787
788 2009-09-03  Glenn Morris  <rgm@gnu.org>
789
790         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
791         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
792         than default-enable-multibyte-characters.
793
794 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
795
796         * gnus-art.el (gnus-article-read-summary-keys):
797         Fix gnus-buffer-configuration's value temporarily used.
798
799 2009-09-02  Glenn Morris  <rgm@gnu.org>
800
801         * gnus-util.el (gnus-float-time): New function.
802         * gnus-delay.el (gnus-delay-article):
803         * gnus-sum.el (gnus-thread-latest-date):
804         * gnus-util.el (gnus-user-date): Use gnus-float-time.
805         * nnspool.el (nnspool-request-newgroups):
806         Use gnus-float-time rather than time-to-seconds.
807         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
808
809         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
810         (gnus-header-subject-face, gnus-header-newsgroups-face)
811         (gnus-header-name-face, gnus-header-content-face):
812         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
813         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
814         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
815         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
816         (gnus-cite-face-11):
817         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
818         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
819         (gnus-server-closed-face, gnus-server-denied-face)
820         (gnus-server-offline-face):
821         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
822         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
823         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
824         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
825         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
826         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
827         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
828         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
829         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
830         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
831         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
832         (gnus-summary-selected-face, gnus-summary-cancelled-face)
833         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
834         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
835         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
836         (gnus-summary-high-undownloaded-face)
837         (gnus-summary-low-undownloaded-face)
838         (gnus-summary-normal-undownloaded-face)
839         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
840         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
841         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
842         (gnus-splash-face):
843         * message.el (message-header-to-face, message-header-cc-face)
844         (message-header-subject-face, message-header-newsgroups-face)
845         (message-header-other-face, message-header-name-face)
846         (message-header-xheader-face, message-separator-face)
847         (message-cited-text-face, message-mml-face):
848         * sieve-mode.el (sieve-control-commands-face)
849         (sieve-action-commands-face, sieve-test-commands-face)
850         (sieve-tagged-arguments-face):
851         * spam.el (spam-face):
852         Mark face aliases with "-face" in the name as obsolete.
853
854 2009-09-01  Glenn Morris  <rgm@gnu.org>
855
856         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
857         than goto-line.
858
859 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
862         Don't move point if the command is invoked inside the message header.
863
864 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
865
866         * imap.el (imap-send-command): Simplify.
867         (imap-wait-for-tag): point-max -> buffer-size.
868
869 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
870
871         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
872         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
873         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
874         * nnir.el (nnir-swish-e-index-file):
875         * gnus-sum.el (gnus-summary-delete-marked-as-read)
876         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
877         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
878         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
879         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
880         (gnus-treat-display-xface): Add Emacs version of obsolescence.
881
882 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
883
884         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
885         Don't save excursion.
886
887 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
888
889         * nnheader.el (nnheader-find-file-noselect):
890         * mm-util.el (mm-insert-file-contents):
891         Use (default-value 'major-mode) instead of default-major-mode.
892
893 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
894
895         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
896
897 2009-08-26  Glenn Morris  <rgm@gnu.org>
898
899         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
900         than placing in files.el.
901
902 2009-08-25  Glenn Morris  <rgm@gnu.org>
903
904         * nnir.el (top-level): Don't require cl at run-time.
905         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
906         Replace cl-function substitute with gnus-replace-in-string.
907         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
908         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
909         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
910         simplified expansions.
911
912 2009-08-25  Kevin Ryde  <user42@zip.com.au>
913
914         * dig.el (dig): Add autoload cookie.
915
916 2009-08-22  Glenn Morris  <rgm@gnu.org>
917
918         * gnus-art.el (gnus-button-patch): Use forward-line rather than
919         goto-line.
920
921 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
922
923         * parse-time.el (parse-time-string-chars): Save match data.
924
925 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
926
927         * parse-time.el (parse-time-string-chars): Compute using character
928         classes, to handle non-ascii characters (Bug#3190).
929
930 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
931
932         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
933
934         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
935         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
936         (gnus-mm-display-part, gnus-mime-display-single)
937         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
938         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
939
940         * gnus-sum.el
941         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
942         (gnus-summary-move-article): Add expirable mark to articles copied or
943         moved to group that has auto-expire turned on if the option is non-nil.
944
945 2009-07-24  Glenn Morris  <rgm@gnu.org>
946
947         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
948         Fix typo.  (Bug#3903)
949
950 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
953         gnus-article-read-summary-keys rather than gnus-summary-edit-article
954         that should not be used for draft articles.
955         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
956         that has no concern in minor mode keys.
957         (gnus-article-summary-command, gnus-article-summary-command-nosave):
958         Abolish.
959
960 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
963         article without making inquiry to a user for unknown encoding.
964
965         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
966         (nnmaildir--scan): Assume i-node and device number that file-attributes
967         returns might be cons-cell.
968
969         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
970
971         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
972
973 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
974
975         * auth-source.el: Remove docs now in auth.texi.  Don't use
976         `gnus-message' for logging.  Add new variables `auth-source-debug' and
977         `auth-source-hide-passwords' and use them.
978
979 2009-07-15  Glenn Morris  <rgm@gnu.org>
980
981         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
982
983 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
986         excessive whitespace from the default values of title and description.
987
988 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
991         mail-fetch-field to fetch Content-Description header in order to
992         exclude newlines.
993
994 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
995
996         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
997         format used by GnuPG 2.0.11.
998
999 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1000
1001         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
1002         to deleted part.
1003
1004 2009-05-30  David Engster  <dengste@eml.cc>
1005
1006         * nnmairix.el: Remove old documentation in the commentary block.
1007         (nnmairix-request-group): Do not update active file for nnml back ends.
1008         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
1009         end so that overview files are ignored.
1010         (nnmairix-update-groups): Make updating the groups more robust by using
1011         marks.
1012         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
1013         with dollar characters in message-id.
1014
1015 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
1016
1017         * spam.el: Use dns-query instead of query-dns.  Was renamed on
1018         2008-12-25 in dns.el.
1019
1020 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1021
1022         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
1023         could happen if the text is only composed of spaces and/or tabs.
1024
1025 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
1026
1027         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
1028         when sending a queued message to avoid extra mml tags.
1029
1030 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1031
1032         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
1033
1034 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
1037         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
1038         rmail-toggle-header for XEmacs;
1039         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
1040
1041 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * gnus-dired.el: Remove autoload for gnus-setup-message.
1044         (gnus-dired-attach): Fake this-command value to prevent Gnus from
1045         displaying Gnus logo; always use compose-mail.
1046
1047 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1048
1049         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
1050
1051 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1052
1053         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
1054         (gnus-nocem-issuers): List currently active issuers; fix custom type.
1055         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
1056         available.
1057         (gnus-nocem-epg-verify): New function.
1058
1059 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
1060
1061         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
1062
1063 2009-02-15  Glenn Morris  <rgm@gnu.org>
1064
1065         * gnus-util.el (rmail-insert-rmail-file-header)
1066         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
1067         autoloads.
1068         (rmail-default-rmail-file): Remove unnecessary declaration.
1069         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
1070
1071 2009-02-14  Glenn Morris  <rgm@gnu.org>
1072
1073         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
1074         variable (only used in gnus-util, which declares it anyway).
1075         (rmail-output-to-rmail-file): Remove autoload of deleted function,
1076         which was only needed by gnus-art (changed to not use it any more).
1077         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
1078         only used in gnus-util, which autoloads it itself.
1079         (rmail-update-summary): Fix autoload.
1080
1081         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
1082         rather than rmail-output-to-rmail-file.
1083
1084 2009-02-07  Glenn Morris  <rgm@gnu.org>
1085
1086         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
1087         autoload of function that no longer exists.
1088         (rmail-toggle-header): Declare.
1089         (message-forward-rmail-make-body): Handle mbox Rmail.
1090
1091 2009-01-31  Glenn Morris  <rgm@gnu.org>
1092
1093         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
1094         2009-01-09 change.
1095
1096 2009-01-31  Dave Love  <fx@gnu.org>
1097
1098         * imap.el (imap-fetch-safe): Bind debug-on-error.
1099         (imap-debug): Add imap-fetch-safe.
1100
1101 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
1102
1103         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
1104         (auth-source-forget-all-cached): New convenience function.
1105         (auth-source-user-or-password): Accept list of modes or a single mode.
1106
1107         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
1108         auth-source modes.
1109
1110         * netrc.el (netrc-machine-user-or-password): Use list of
1111         auth-source modes.
1112
1113         * nnimap.el (nnimap-open-connection): Use list of
1114         auth-source modes.
1115
1116         * nntp.el (nntp-send-authinfo): Use list of
1117         auth-source modes.
1118
1119 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1120
1121         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1122         now.
1123
1124 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1125
1126         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1127         coding system in XEmacs; add a workaround for XEmacs.
1128
1129         * lpath.el: Fbind coding-system-aliasee.
1130
1131 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1132
1133         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1134         of current-language-environment.
1135
1136 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1137
1138         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1139         available at runtime.
1140
1141 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1144
1145 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1146
1147         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1148         the greatest positive fixnum value doesn't work under an XEmacs with
1149         bignum support; use the most-positive-fixnum constant instead,
1150         available since Emacs 21.1 with cl and XEmacs 21.1.
1151
1152 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1155         XEmacs gets not to work.
1156
1157 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1158
1159         * mm-util.el (mm-coding-system-priorities): Allow the value like
1160         "Japanese (UTF-8)" of current-language-environment.
1161
1162 2009-01-09  Glenn Morris  <rgm@gnu.org>
1163
1164         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1165         with last-command-event.
1166
1167 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1168
1169         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1170         in the doc string.
1171
1172         * message.el (message-fix-before-sending): Amend comment.
1173
1174 2009-01-08  Dave Love  <fx@gnu.org>
1175
1176         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1177
1178 2009-01-07  David Engster  <dengste@eml.cc>
1179
1180         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1181         simplified server definitions by converting it via
1182         gnus-server-to-method.
1183
1184 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1187         parameter's operands.
1188
1189 2009-01-06  David Engster  <dengste@eml.cc>
1190
1191         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1192         primary select method (for gnus-group-mark-article-as-read).
1193
1194 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1195
1196         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1197         `(gnus)Face', not `(gnus)X-Face'.
1198
1199 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1200
1201         * mm-util.el (mm-ucs-to-char): New function.
1202
1203         * mm-url.el (mm-url-decode-entities): Use it.
1204
1205         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1206         unicode-to-char.
1207
1208 2009-01-05  Dave Love  <fx@gnu.org>
1209
1210         * time-date.el: Require cl for `declare'.
1211
1212 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1213
1214         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1215         Dave Love.
1216
1217 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1218
1219         * message.el (message-fix-before-sending): Add `eight-bit' to
1220         illegible-text check.
1221
1222 2009-01-03  Michael Olson  <mwolson@gnu.org>
1223
1224         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1225         `headers' is nil.  This can occur if the IMAP server does not have
1226         permissions to read messages from a folder, but can write new messages
1227         to the folder.
1228         (nnimap-request-article-part): Do not insert `data' if it is nil.
1229
1230         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1231         characters which will confuse `read', so skip past them.
1232
1233 2009-01-01  Dave Love  <fx@gnu.org>
1234
1235         * imap.el (imap-string-to-integer): Fix typo.
1236         (imap-fetch-safe): New function.
1237         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1238
1239         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1240
1241         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1242         (imap-parse-greeting): Fix doc strings.
1243         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1244         (imap-parse-flag-list): Make messages unique.
1245         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1246
1247         * nnimap.el: Fix author email.
1248         (nnimap-split-rule): Add FIXME comment.
1249         (nnimap-debug): Fix doc string.
1250
1251 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1252
1253         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1254
1255 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1256
1257         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1258         nslookup if resolv.conf isn't available.
1259         (dns-query): Rename from query-dns.
1260         (dns-query-cached): Rename from query-dns-cached.
1261
1262 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1263
1264         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1265         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1266         to check if those variables exist (first appeared in Emacs 18.50).
1267
1268 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1269
1270         * mm-util.el (mm-line-number-at-pos): New function.
1271
1272         * spam-report.el (spam-report-process-queue): Use it.
1273
1274 2008-12-24  David Engster  <dengste@eml.cc>
1275
1276         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1277         parameters that haven't existed as variables as buffer-local variables.
1278
1279 2008-12-23  Dave Love  <fx@gnu.org>
1280
1281         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1282         cadar.
1283
1284         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1285         imap-starttls-p.
1286         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1287
1288 2008-12-22  Dave Love  <fx@gnu.org>
1289
1290         * imap.el: Fix author email.  Doc fixes.
1291         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1292         reply.
1293
1294 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1295
1296         * spam-report.el (spam-report-gmane-max-requests): New constant.
1297         (spam-report-gmane-wait): New variable.
1298         (spam-report-gmane-ham, spam-report-gmane-spam)
1299         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1300         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1301         the server.
1302
1303         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1304         Add explanations.
1305
1306         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1307         nnheader-accept-process-output and nnheader-read-timeout if available.
1308         (pop3-movemail): Use it.
1309
1310         * message.el (message-check-news-body-syntax): Fix signature check if
1311         there's an attachment.
1312
1313 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1314
1315         * mm-util.el: Add comments to the mm- emulating functions.
1316
1317 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1318
1319         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1320         by Stephen Berman <stephen.berman@gmx.net>.
1321
1322 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1323
1324         * mm-util.el (mm-substring-no-properties): New function.
1325         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1326         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1327         (mm-string-to-multibyte): Doc fix.
1328
1329         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1330
1331 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1332
1333         * mml.el (mml-attach-file): Strip text properties from file name.
1334         (Bug#1574)
1335
1336 2008-12-16  Glenn Morris  <rgm@gnu.org>
1337
1338         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1339
1340 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1341
1342         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1343         knows since the charset specified might be a bogus alias that
1344         mm-charset-synonym-alist provides.
1345
1346 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1347
1348         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1349         "ISO_8859-1".
1350
1351         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1352
1353 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * mm-util.el (mm-charset-eval-alist):
1356         Define it before mm-charset-to-coding-system.
1357         (mm-charset-to-coding-system): Add optional argument `silent';
1358         define it before mm-charset-override-alist.
1359         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1360         default value if it can be used in Emacs currently running;
1361         silence mm-charset-to-coding-system.
1362
1363 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1364
1365         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1366         `allow-override' which says whether to use `mm-charset-override-alist'.
1367         (rfc2047-decode-encoded-words): Use it.
1368
1369         * mm-util.el (mm-charset-override-alist): Fix custom type;
1370         add `(gb2312 . gbk)' to choices.
1371
1372 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1375         fast.
1376
1377         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1378
1379         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1380
1381 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1382
1383         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1384         on links.
1385
1386         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1387
1388 2008-12-03  Lute Kamstra  <lute@gnu.org>
1389
1390         * sha1.el: Remove leading * from docstrings of defcustoms,
1391         deffaces, defconsts and defuns.
1392
1393 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1396         users' addresses that don't have domain parts.
1397         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1398         rather than message-narrow-to-head since there will be the message
1399         header separator.
1400
1401 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1402
1403         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1404         since the result is inserted in a unibyte buffer anyway.
1405         (nnimap-demule-use-string-to-multibyte): Remove.
1406         (nnimap-demule): Alias it to mm-string-to-multibyte.
1407
1408 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1409
1410         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1411         variable for debugging bug#464 and bug#1174.
1412         (nnimap-demule): Use it.
1413
1414 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1415
1416         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1417         score calculation correctly.
1418
1419 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1420
1421         * message.el (message-send-mail): Just set the buffer to unibyte
1422         rather than use mm-with-unibyte-current-buffer which does a lot more.
1423         (message-send-mail-partially): Don't bother with
1424         mm-with-unibyte-current-buffer since it's already been made unibyte by
1425         message-send-mail.
1426
1427 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1428
1429         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1430
1431 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1432
1433         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1434
1435 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1438         require itself and to remove `with-no-warnings'.
1439
1440 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1441
1442         * starttls.el (starttls-any-program-available): Get the name of the
1443         available TLS layer program.
1444         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1445         well as the host name in the "opening" message.
1446
1447         * auth-source.el (auth-source-cache, auth-source-do-cache)
1448         (auth-source-user-or-password): Cache passwords and logins by default,
1449         allow override with `auth-source-do-cache'.
1450         (auth-source-forget-user-or-password): Allow users to remove cache
1451         entries if needed.
1452
1453 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1454
1455         * md4.el (md4-buffer): Fix typo in docstring.
1456         (md4, md4-64): Doc fixes.
1457         (md4-pack-int32): Reflow docstring.
1458
1459 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1460
1461         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1462         condition-case to only the forward-sexp call.
1463
1464 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1465
1466         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1467         quotes contained.  Make it more robust regardless by an extra
1468         condition-case wrapper.
1469
1470 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1471
1472         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1473
1474 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * nnml.el (nnml-request-expire-articles): Check if the function set to
1477         `nnmail-expiry-target' returns the symbol `delete'.
1478
1479         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1480
1481         * nnmail.el (nnmail-expiry-target): Fix custom type.
1482
1483 2008-10-02  Glenn Morris  <rgm@gnu.org>
1484
1485         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1486         Silence compiler warning.
1487
1488 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1489
1490         * tls.el (open-tls-stream): Show the actual command being
1491         executed, instead of the format string.
1492
1493 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1494
1495         * lpath.el: Fbind codepage-setup for Emacs 23.
1496
1497 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1498
1499         * mml.el (mml-menu): Don't assume mml2015 is bound.
1500
1501 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1504         exists.
1505
1506 2008-09-27  Glenn Morris  <rgm@gnu.org>
1507
1508         * gnus-util.el (mail-header-remove-comments): Autoload it.
1509
1510 2008-09-27  Andreas Schwab  <schwab@suse.de>
1511
1512         * gnus-util.el (gnus-split-references): Strip comments.
1513         (gnus-parent-id): Likewise.
1514
1515 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1516
1517         * message.el (message-confirm-send): Fix version.
1518
1519 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * message.el (message-idna-to-ascii-rhs-1): Use
1522         mail-extract-address-components rather than mail-header-parse-addresses
1523         that is an alias by default to ietf-drums-parse-addresses that does not
1524         support non-ASCII names in headers' contents.
1525
1526 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1527
1528         * message.el (message-confirm-send): Fixed variable documentation to
1529         avoid the "y/n" wording.
1530
1531 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1532
1533         * message.el (message-set-auto-save-file-name): Save to a different
1534         filename so multiple messages (especially drafts) can be recovered.
1535
1536 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1537
1538         * message.el (message-confirm-send): Add appropriate version.
1539
1540 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1541
1542         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1543         defvar.
1544
1545 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1546
1547         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1548         (mm-pkcs7-enveloped-magic): Ditto.
1549
1550 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1551
1552         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1553         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1554
1555 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1556
1557         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1558         default, it's better.
1559
1560 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1561
1562         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1563         summary line gnus-number property and ignore them (with a warning
1564         message).
1565
1566 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1569         macro caddr in the interactive form since it won't be expanded.
1570
1571 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1572
1573         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1574         `charset'; fix name of function called recursively.
1575         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1576
1577 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1578
1579         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1580         (gnus-mime-set-charset-parameters): New function.
1581         (gnus-mime-view-part-as-charset): Use it to correctly display part
1582         specifying wrong charset.
1583
1584 2008-09-08  David Engster  <dengste@eml.cc>
1585
1586         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1587         in completing-read for back end server.
1588
1589 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1590
1591         * message.el (message-confirm-send): New variable to confirm sending a
1592         message.
1593         (message-send): Use it.
1594
1595 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1596
1597         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1598
1599 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1600
1601         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1602
1603 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1604
1605         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1606         prevent tracking too many groups.
1607         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1608         Use it.
1609
1610 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1611
1612         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1613         moving point to the bottom of the window in order to avoid recentering.
1614
1615 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1618
1619         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1620         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1621         (gnus-article-beginning-of-window): Fix calculation.
1622
1623 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1624
1625         * gnus-msg.el (gnus-summary-supersede-article)
1626         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1627         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1628         message header.
1629
1630 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1631
1632         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1633         pending output coming after the status change.
1634
1635 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1636
1637         * message.el:
1638         * gnus-start.el:
1639         * gnus-registry.el: Remove VMS support.
1640
1641 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1644         macro.
1645         (rfc2104-hash): Use it.
1646
1647 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1648
1649         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1650         (gnus-summary-sort-by-most-recent-date): New commands.
1651         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1652         and menu entries.
1653
1654 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1655
1656         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1657         don't redisplay article for raw contents; remove plural articles stuff.
1658
1659         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1660         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1661         on gnus-summary-save-article; display results properly.
1662
1663 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1664
1665         * lpath.el: No need to fbind ns-focus-frame.
1666
1667 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1670
1671 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1674         gnus-save-all-headers.
1675
1676 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1677
1678         * gnus-util.el (ns-focus-frame): Remove declaration.
1679         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1680         like x.
1681
1682 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1683
1684         * rfc2104.el (rfc2104-zero): Delete defconst.
1685         (rfc2104-hex-alist): Likewise.
1686         (rfc2104-hex-to-int): Delete func.
1687         (rfc2104-hexstring-to-bitstring): Likewise.
1688         (rfc2104-nybbles): New defconst.
1689         (rfc2104-hash): Rewrite for speed.
1690
1691 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1692
1693         * tls.el (open-tls-stream): Make it work with the 2nd argument
1694         BUFFER that is a string but does not exist as a buffer object, as
1695         mentioned in the doc-string.
1696
1697 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1698
1699         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1700         SXEmacs.
1701
1702 2008-07-16  Glenn Morris  <rgm@gnu.org>
1703
1704         * gnus-util.el (ns-focus-frame): Declare for compiler.
1705
1706 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1709         set as a group parameter.
1710         (gnus-summary-save-in-pipe): Work when it is called independently.
1711         (gnus-summary-pipe-to-muttprint): Don't modify
1712         gnus-summary-pipe-output-default-command.
1713
1714 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1715
1716         * message.el (message-send-mail-with-sendmail):
1717         Display the error message.
1718
1719 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1720
1721         * gnus-art.el (gnus-default-article-saver):
1722         Add gnus-summary-save-in-pipe to choices.
1723         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1724         gnus-summary-pipe-output-default-command as the default command.
1725         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1726         instead of gnus-last-shell-command.
1727
1728         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1729         New user option.
1730         (gnus-summary-muttprint-program): Mention the value will be changed.
1731         (gnus-summary-save-article): Force showing of all headers.
1732         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1733
1734 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1735
1736         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1737
1738 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1739
1740         * nnimap.el (nnimap-id):
1741         * sieve-manage.el (sieve-manage-open): Doc fixes.
1742
1743 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1744
1745         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1746         if available.
1747
1748 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1749
1750         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1751
1752         * nnkiboze.el (nnkiboze-generate-group):
1753         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1754
1755         * nnmairix.el: Require CL.
1756
1757 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * dgnushack.el: Autoload get-display-table and put-display-table for
1760         XEmacs 21.5.
1761
1762         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1763         21.4 and SXEmacs.
1764
1765 2008-06-15  David Engster  <dengste@eml.cc>
1766
1767         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1768
1769 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1770
1771         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1772         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1773         runtime choice under XEmacs.
1774
1775         * gnus-sum.el (gnus-summary-set-display-table):
1776         Use `gnus-put-display-table', `gnus-get-display-table',
1777         `gnus-set-display-table' for the display table, instead of `aset'.
1778
1779         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1780         Use `gnus-put-display-table', `gnus-get-display-table',
1781         `gnus-set-display-table' for the display table.
1782
1783 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1784
1785         * nnmairix.el: Add autoloads.
1786
1787 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1788
1789         * nnmairix.el (nnmairix-delete-recreate-group)
1790         (nnmairix-update-and-clear-marks): Fix error messages.
1791
1792 2008-06-14  David Engster  <dengste@eml.cc>
1793
1794         * nnmairix.el: Upgrade to version 0.6.
1795         (nnmairix-group-toggle-propmarks-this-group)
1796         (nnmairix-group-toggle-readmarks-this-group)
1797         (nnmairix-group-delete-recreate-this-group)
1798         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1799         (nnmairix-remove-tick-mark-original-article): New commands.
1800         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1801         (nnmairix-propagate-marks-to-nnmairix-groups)
1802         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1803         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1804         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1805         functions needed for marks propagation and manipulation of read marks.
1806         (nnmairix-update-groups): New function.
1807         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1808         (nnmairix-determine-original-group-from-registry)
1809         (nnmairix-determine-original-group-from-path)
1810         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1811         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1812         New helper functions.
1813         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1814         keystrokes for new commands.
1815         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1816         (nnmairix-request-group): Check allow-fast group parameter.
1817         (nnmairix-request-create-group): Set allow-fast group parameter if
1818         nnmairix-allowfast-default is set.
1819         (nnmairix-close-group): Propagate marks upon closing if needed.
1820         (nnmairix-group-toggle-threads-this-group): Use new.
1821         nnmairix-group-toggle-parameter helper function.
1822         (nnmairix-search): Better check for empty search result.
1823         (nnmairix-goto-original-article): Use new helper functions for
1824         determining original article.
1825         (nnmairix-show-original-article): Make sure message-id is in brackets.
1826         (nnmairix-call-mairix-binary): Change variable name.
1827         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1828         helper function.
1829         (nnmairix-widget-toggle-activate): Fix doc string.
1830
1831 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1832
1833         * nnir.el: Require edmacro when compiling with XEmacs.
1834         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1835         available in Emacs 21.
1836
1837 2008-06-11  Glenn Morris  <rgm@gnu.org>
1838
1839         * gnus-util.el (x-focus-frame):
1840         * gnus.el (image-size):
1841         * mm-decode.el (image-size): Declare.
1842
1843         * gnus-picon.el (declare-function): Add compat definition.
1844         (image-size): Declare.
1845
1846         * gnus-group.el (tool-bar-map):
1847         * gnus-sum.el (tool-bar-map): Define for compiler.
1848
1849         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1850
1851         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1852
1853         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1854         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1855         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1856         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1857         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1858         * sieve-manage.el, spam-report.el, spam.el:
1859         Remove unnecessary eval-and-compile of autoloads.
1860
1861 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1862
1863         * auth-source.el: Precise Tramp doc.
1864
1865 2008-06-07  Glenn Morris  <rgm@gnu.org>
1866
1867         * nnmairix.el: Remove unnecessary eval-when-compile.
1868
1869 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1870
1871         * lpath.el: Fbind propertize for XEmacs 21.4.
1872
1873 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1874
1875         * nnir.el: Move here from ../contrib.
1876
1877 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1878
1879         * gnus-util.el (gnus-read-shell-command): New function.
1880         * mm-decode.el (mm-pipe-part):
1881         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1882
1883 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1884
1885         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1886
1887 2008-06-03  Glenn Morris  <rgm@gnu.org>
1888
1889        * pop3.el (nnheader-accept-process-output): Autoload it.
1890
1891 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1894         are not 2-digit hexadecimal characters that follow `%'s.
1895
1896 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1897
1898         * message.el (message-bogus-recipient-p): Fix type in doc string.
1899         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1900         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1901         Improve custom options.
1902         (message-bogus-recipient-p): Adjust accordingly.
1903
1904 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1905
1906         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1907         long-form month and day names.
1908
1909 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1910
1911         * dgnushack.el: Autoload debug, eudc-expand-inline and
1912         pgg-snarf-keys-region for XEmacs.
1913
1914         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1915
1916         * nnmairix.el: Require edmacro when compiling with XEmacs.
1917
1918 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1919
1920         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1921         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1922
1923 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1924
1925         * auth-source.el: Add more docs.
1926
1927         * netrc.el (netrc-machine): Always match if the port is not given.
1928
1929 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1932         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1933         retrieval faster in some cases, but might make CPU usage larger.  If
1934         this has any bad side effects, we might revert this change.
1935
1936         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1937         seems to make mail retrieval much, much faster.
1938         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1939         unconditionally.
1940
1941         * gnus-draft.el (gnus-group-send-queue): Bind
1942         message-send-mail-partially-limit to nil to avoid being prompted.
1943
1944 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1945
1946         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1947
1948         * message.el (message-bogus-address-regexp): Fix and improve custom
1949         type.
1950         (message-setup-hook): Add message-check-recipients as custom option.
1951
1952 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1953
1954         * message.el (message-cite-function): Remove bogus autoload which crept
1955         in during merge from v5-10.
1956
1957 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1958
1959         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1960
1961         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1962
1963         * auth-source.el: Preliminary Tramp docs.
1964         (auth-sources): Change the default auth-sources to use
1965         EPA .gpg files.
1966
1967 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1968
1969         * nntp.el: Autoload `auth-source-user-or-password'.
1970         (nntp-send-authinfo): Use it.
1971
1972         * nnimap.el: Autoload `auth-source-user-or-password'.
1973         (nnimap-open-connection): Use it.
1974
1975         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1976         for the gnus-message function.
1977         (auth-source-user-or-password): Use it.
1978
1979 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1980
1981         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1982         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1983         (rfc2104-hash): Use it.
1984
1985 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1986
1987         * gnus-art.el (gnus-article-toggle-truncate-lines):
1988         Don't use `iff' in docstring.
1989
1990 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1991
1992         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1993
1994         * gnus-util.el (gnus-extract-address-component-name)
1995         (gnus-extract-address-component-email): Convenience functions around
1996         `gnus-extract-address-components'.
1997
1998         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1999         Use `gnus-extract-address-component-email' to fix bug of comparing full
2000         sender name to `user-mail-address'.
2001
2002 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
2003
2004         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
2005         catch/throw to optimize.
2006         (gnus-registry-find-keywords): Just use member to find a keyword.
2007
2008 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2009
2010         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
2011         is current before calling gnus-server-prepare.
2012         (gnus-server-setup-buffer, gnus-server-update-server)
2013         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
2014
2015 2008-05-04  Juri Linkov  <juri@jurta.org>
2016
2017         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
2018         (mailcap-file-default-commands): Use mailcap-replace-in-string
2019         instead of replace-regexp-in-string, and mailcap-delete-duplicates
2020         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
2021
2022 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
2023
2024         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
2025
2026 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2027
2028         * gnus.el: Bump version to 0.11
2029
2030 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2031
2032         * gnus.el: No Gnus v0.10 is released.
2033
2034 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2035
2036         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
2037         hooks.
2038         (gnus-update-read-articles): Speed up non-marks-using users.
2039         (gnus-use-marks): Define gnus-use-marks.
2040         (gnus-propagate-marks): Rename variable to something more sensible.
2041
2042 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
2043
2044         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
2045         (gmm-image-load-path-for-library): Fix typos in docstrings.
2046         (gmm-message): Reflow docstring.
2047
2048 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
2049
2050         * mail-source.el (mail-source-set-1, mail-source-bind):
2051         Move auth-source code out of the macro to clean it up and fix bugs.
2052
2053 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
2054
2055         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
2056         by sender if it's equal to user-mail-address, it's likely to be
2057         useless.
2058
2059         * mail-source.el (mail-source-bind): Don't use user or password if they
2060         are not bound.  Unintern them if they are nil.  Don't use server unless
2061         it's bound, and default it to empty string otherwise.
2062
2063 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
2064
2065         * mail-source.el: Load auth-source.el.
2066         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
2067         get user name or password, if auth-sources is set up.
2068
2069         * gnus-registry.el (gnus-registry-split-strategy): New variable for
2070         strategy of splitting with parent.
2071         (gnus-registry-split-fancy-with-parent)
2072         (gnus-registry-post-process-groups): Use it and fix prior
2073         bug (returning a list as the split result).
2074
2075         * auth-source.el (auth-sources): Remove server parameter.
2076         (auth-source-pick, auth-source-user-or-password)
2077         (auth-source-user-or-password-imap)
2078         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2079         (auth-source-user-or-password-sftp)
2080         (auth-source-user-or-password-smtp): Remove server parameter.
2081
2082 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
2083
2084         * smime.el (smime-sign-region, smime-encrypt-region)
2085         (smime-decrypt-region):
2086         Remove redundant calls to `generate-new-buffer-name'.
2087
2088 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
2089
2090         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
2091         Don't use QP for message/rfc822.
2092         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
2093
2094 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2095
2096         * sieve-manage.el (sieve-string-bytes): Remove.
2097         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
2098         correct byte-length only if the process's coding-system is the same as
2099         the one used internally by Emacs to represent strings.
2100
2101 2008-04-22  Juri Linkov  <juri@jurta.org>
2102
2103         * mailcap.el (mailcap-file-default-commands): New function.
2104
2105 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2106
2107         * message.el (message-signature-separator, message-cite-function):
2108         Change custom version.
2109
2110 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2111
2112         * tls.el (tls-program): Add -ign_eof argument to call the openssl
2113         commands.
2114         (tls-checktrust): Ditto.
2115
2116 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2117
2118         * mm-decode.el (mm-display-external): Make temp file read-only.
2119
2120 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2121
2122         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2123         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2124         `C-c C-f d'.
2125
2126 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2127
2128         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2129
2130 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2131
2132         * gnus.el: Bump version to 0.9.
2133
2134 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2135
2136         * gnus.el: No Gnus v0.8 is released.
2137
2138 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2139
2140         * mail-source.el (mail-source-value):
2141         Prefer fboundp to functionp so it works with macros as well.
2142
2143 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2144
2145         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2146         Fix last change in case the element is not even a symbol.
2147
2148 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2149
2150         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2151         Prefer fboundp to functionp so it works with macros as well.
2152
2153 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2154
2155         * auth-source.el: Added docs.
2156         (auth-sources): Modify format to support server.
2157         (auth-source-pick, auth-source-user-or-password)
2158         (auth-source-user-or-password-imap)
2159         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2160         (auth-source-user-or-password-sftp)
2161         (auth-source-user-or-password-smtp): Add server parameter.
2162
2163 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2164
2165         * gnus-registry.el: Initialize the registry when gnus-registry-install
2166         is t.
2167
2168 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * compface.el (uncompface): Make buffer unibyte.
2171
2172 2008-04-05  Glenn Morris  <rgm@gnu.org>
2173
2174         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2175
2176 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2177
2178         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2179         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2180
2181         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2182         multibyteness after rather than before erasing it.
2183
2184         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2185         mm-with-multibyte.
2186         (gnus-request-article-this-buffer): Make sure the proper decoding is
2187         used if gnus-original-article-buffer happens to be unibyte.
2188
2189         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2190         default-enable-multibyte-characters.
2191
2192         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2193         default-enable-multibyte-characters.
2194
2195         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2196
2197         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2198
2199 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2200
2201         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2202         (imap-message-copyuid-1): Use it.
2203         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2204         J. Williams in
2205         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2206
2207         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2208         imap-enable-exchange-bug-workaround.
2209         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2210
2211 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2212
2213         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2214         a 100 byte status-checks into a 2-3MB transfer for each group.
2215         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2216         to enable bug workaround or not.
2217         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2218
2219 2008-03-31  Glenn Morris  <rgm@gnu.org>
2220
2221         * message.el (mml2015-use): Declare for compiler.
2222         (message-info): Require mml2015 when appropriate.
2223
2224 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2225
2226         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2227         whitespace.
2228
2229 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2230
2231         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2232         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2233         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2234         (nntp-service-to-port): New function.
2235         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2236         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2237         (nntp-open-netcat-stream): New function.
2238         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2239
2240 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2241
2242         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2243
2244 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2245
2246         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2247
2248 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2249
2250         * dns.el (dns-write): Use set-buffer-multibyte.
2251
2252 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2253
2254         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2255
2256 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2257
2258         * message.el (message-signature-separator): Change default.
2259         Improve custom type.
2260         (message-cite-function): Change default to
2261         message-cite-original-without-signature.
2262
2263         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2264         toggle.
2265
2266         * message.el (message-check-news-body-syntax): Fix signature check.
2267         (message-setup-1): Mark buffer as unmodified _after_ running
2268         message-setup-hook and handling message-alternative-emails.
2269         (message-shorten-references): Be more strict when building list of
2270         valid references to comply with GNKSA.
2271
2272         * gnus-group.el (gnus-read-ephemeral-bug-group)
2273         (gnus-read-ephemeral-debian-bug-group)
2274         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2275
2276         * message.el (message-info): Don't use booleanp which isn't supported
2277         in Emacs 21 and XEmacs.
2278
2279 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2280
2281         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2282         gnus-group-gmane-group-download-format.
2283         (gnus-group-read-ephemeral-gmane-group): Rename from
2284         gnus-group-read-ephemeral-gmane-group.
2285         (gnus-read-ephemeral-gmane-group-url): Rename from
2286         gnus-group-read-ephemeral-gmane-group-url.
2287         (gnus-bug-group-download-format-alist): New variable.
2288         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2289         (gnus-read-ephemeral-emacs-bug-group): New commands.
2290
2291 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2292
2293         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2294         (gnus-visible-headers): Improve custom type.
2295
2296 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2297
2298         * mml.el (mml-menu): Add workarounds for XEmacs.
2299
2300         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2301         X-Boundary header.
2302
2303         * message.el (message-simplify-recipients): Fix previous commit.
2304
2305 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2306
2307         * mm-util.el (mm-set-buffer-multibyte): New function.
2308         * mm-decode.el (mm-copy-to-buffer): Use it.
2309
2310 2008-03-19  Glenn Morris  <rgm@gnu.org>
2311
2312         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2313         Accidentally removed in the sync process with Emacs.
2314
2315 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2316
2317         * message.el (message-alter-recipients-discard-bogus-full-name):
2318         New function.
2319         (message-alter-recipients-function): New variable.
2320         (message-get-reply-headers): Use it.
2321         (message-replace-header): New helper function.
2322         (message-recipients-without-full-name): New variable.
2323         (message-simplify-recipients): New command.
2324
2325         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2326
2327         * message.el (message-info): Handle EasyPG manual.
2328
2329         * mml.el (mml-menu): Add entry for EasyPG.
2330
2331 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2332
2333         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2334         parameter.
2335
2336         * message.el (message-disassociate-draft): Specify drafts group name
2337         fully.
2338
2339 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2340
2341         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2342         unnecessary duplicates from the match list.
2343
2344 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2345
2346         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2347
2348         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2349
2350         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2351         args of `how-many' of which the XEmacs version doesn't take; declare
2352         Info-index-next as function.
2353
2354 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2355
2356         * gnus-score.el (gnus-score-headers): Fix handling of
2357         gnus-inhibit-slow-scoring.
2358
2359         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2360         string.
2361         (gnus-button-url-regexp): Improve handling of parenthesis.
2362         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2363         (gnus-button-handle-info-keystrokes): Handle index entries.
2364
2365 2008-03-15  Glenn Morris  <rgm@gnu.org>
2366
2367         * parse-time.el (parse-time-string): Simplify.
2368
2369 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2372         Incoming* files.
2373
2374 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2375
2376         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2377         (auth-source-pick): Use it.
2378
2379 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2380
2381         * binhex.el (binhex-decode-region-internal):
2382         * uudecode.el (uudecode-decode-region-internal):
2383         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2384         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2385         setting default-enable-multibyte-characters.
2386
2387 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2388
2389         * auth-source.el (auth-source-protocols)
2390         (auth-source-protocols-customize, auth-source-choices): Added and
2391         modified variable customizations and defaults.
2392         (auth-source-pick, auth-source-user-or-password)
2393         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2394         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2395         (auth-source-user-or-password-sftp)
2396         (auth-source-user-or-password-smtp): Use new variables and provide an
2397         interface to netrc.el.
2398
2399 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2402         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2403         Make sure the nntp port to specify is a string.
2404
2405 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2406
2407         * nntp.el: Use with-current-buffer.
2408         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2409         dubious mm-with-unibyte-current-buffer.
2410         (nntp-with-open-group-function): New function extracted from
2411         nntp-with-open-group macro.
2412         (nntp-with-open-group): Use the function, so it's easier to debug.
2413         Add indentation and debugging info.
2414         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2415         the use of the netcat alternatives.
2416
2417         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2418         Avoid mm-string-as-multibyte as well.
2419
2420         * nnweb.el (nnweb-insert-html):
2421         Remove use of nnheader-string-as-multibyte.
2422
2423         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2424         (nnheader-string-as-multibyte): Remove.
2425
2426         * mm-view.el: Use inhibit-read-only.
2427         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2428         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2429         or unibyte-string.
2430
2431         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2432         (mm-uu-yenc-extract): Use with-current-buffer.
2433
2434         * gnus-soup.el (gnus-soup-send-packet): Don't use
2435         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2436
2437         * nnmh.el: Use with-current-buffer.
2438         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2439         mm-string-as-multibyte on the output of mm-encode-coding-string.
2440
2441         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2442         (nnimap-request-move-article): Use with-current-buffer.
2443
2444         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2445         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2446         conversion uses string-make-unibyte rather than string-as-unibyte.
2447
2448         * gnus-msg.el: Use with-current-buffer.
2449
2450         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2451
2452 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2453
2454         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2455         string for caching if it is 'PIN.
2456
2457 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * lpath.el: Consider the case without Emacs/W3.
2460
2461 2008-03-08  Glenn Morris  <rgm@gnu.org>
2462
2463         * time-date.el (date-to-time, time-subtract, time-add)
2464         (safe-date-to-time): Doc fixes.
2465
2466 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2467
2468         * mail-source.el (mail-source-delete-old-incoming-confirm):
2469         Change default to nil.
2470         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2471
2472 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2473
2474         * lpath.el: Rearrange.
2475
2476         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2477         (gnus-article-goto-prev-page): Work for articles having ^L's.
2478
2479         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2480
2481         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2482
2483 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2484
2485         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2486         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2487         (gnus-bookmark-jump): Adjust some variable names.
2488
2489 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2490
2491         * auth-source.el: New package.
2492         (auth-source-choices): Add customization entry point variable.
2493
2494         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2495         bug.
2496
2497 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2498
2499         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2500         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2501         (gnus-registry-install-shortcuts): Rename from
2502         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2503         the `gnus-registry-mark-map' keymap dynamically from
2504         `gnus-registry-marks'.  The generated functions update the summary line
2505         when a registry mark is added or deleted, and will call
2506         `gnus-registry-install-p' (see the comments in the code).
2507         (gnus-registry-user-format-function-M): Use concat intelligently.
2508
2509         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2510         the registry mark functions.
2511
2512 2008-03-05  Glenn Morris  <rgm@gnu.org>
2513
2514         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2515         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2516         gnus-art.
2517         (top-level): No need to load own source when compiling.
2518
2519 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2520
2521         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2522         Suggested by <chris.anderton@zetnet.co.uk>.
2523
2524 2008-03-04  Glenn Morris  <rgm@gnu.org>
2525
2526         * gnus-sum.el (top-level): No need to require gnus when compiling,
2527         since unconditionally required near start of file.
2528         (gnus-summary-display-while-building): Move definition before use.
2529
2530 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2531
2532         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2533         formatting function.
2534
2535 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2536
2537         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2538         with plists.
2539         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2540         Use new format.
2541
2542 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2545         `where-is-internal' that returns a range of key sequences.
2546
2547 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2548
2549         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2550
2551         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2552         (gnus-summary-jump-to-group): Consider windows on other displayed
2553         frames as well.  Similar changes might be needed elsewhere, but that's
2554         the one I've bumped into during my use.
2555
2556         * nndoc.el (nndoc-oe-dbx-type-p):
2557         * gnus-msg.el (gnus-debug):
2558         * gnus-group.el (gnus-update-group-mark-positions):
2559         Use mm-string-to-multibyte.
2560
2561 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2562
2563         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2564         doesn't handle NotDashEscaped.
2565
2566         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2567         (mml-dnd-attach-options): Fix typo in custom choice.
2568
2569         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2570         nndoc-article-type to mbox.
2571         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2572
2573         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2574         to nil, instead of html2text.
2575
2576         * imap.el (imap-debug): Add `imap-ping-server'.
2577
2578         * gnus-bookmark.el: Add FIXMEs.
2579
2580         * message.el (message-form-letter-separator)
2581         (message-send-form-letter-delay): New variables.
2582         (message-send-form-letter): Use them.  New command to send form
2583         letters.  Requested by Uwe Siart.
2584         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2585
2586 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2587
2588         * Update copyright years.
2589
2590 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2591
2592         Sync from EMACS_22_BASE.
2593
2594         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2595
2596 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2597
2598         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2599         empty author.
2600
2601 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2602
2603         * gnus-registry.el (gnus-registry-marks): Add variable for
2604         customization of marks and their appearance.
2605         (gnus-registry-read-mark): Use it.
2606         (gnus-registry-do-marks): Add utility function to loop through
2607         `gnus-registry-marks'.
2608         (gnus-registry-install-shortcuts-and-menus): Add function to install
2609         shortcuts and menus.
2610         (gnus-registry-initialize): Use it.
2611         (gnus-registry-default-mark): Clarify documentation.
2612
2613 2008-02-29  Glenn Morris  <rgm@gnu.org>
2614
2615         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2616         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2617         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2618         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2619         Change defcustom :version from 23.0 to 23.1.
2620
2621 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2622
2623         * gnus-registry.el (gnus-registry-follow-group-p)
2624         (gnus-registry-post-process-groups): Add functions to aid registry
2625         splitting and improve logging.  Clarify behavior in function
2626         documentation.
2627         (gnus-registry-split-fancy-with-parent): Use them.
2628
2629 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2630
2631         * gnus-art.el: Use with-current-buffer.
2632
2633 2008-02-27  David Engster  <dengste@eml.cc>
2634
2635         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2636         Express real group name in the response.
2637
2638 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2641         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2642         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2643         autoload gnus-registry-fetch-group when compiling.
2644         (nnmairix-request-group-with-article-number-correction): Remove
2645         unreferenced argument passed to nnmairix-call-backend.
2646
2647 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2650         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2651         Wilde.
2652
2653 2008-02-27  Glenn Morris  <rgm@gnu.org>
2654
2655         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2656         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2657         variables to defconsts.  Convert comments to doc-strings.
2658         (nnmairix-last-server, nnmairix-current-server): Convert from free
2659         variables to defvars.  Convert comments to doc-strings.
2660         (gnus-registry-fetch-group): Autoload.
2661         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2662         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2663         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2664         caddr.
2665         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2666         nnmairix-request-group-with-article-number-correction call.
2667         (nnmairix-fast, nnmairix-group): New, less general names, for free
2668         variables passed from nnmairix-request-group to
2669         nnmairix-request-group-with-article-number-correction.  Declare.
2670         (nnmairix-request-group-with-article-number-correction):
2671         Use nnmairix-fast, nnmairix-group rather than fast, group.
2672
2673 2008-02-26  David Engster  <dengste@eml.cc>
2674
2675         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2676         version 0.5.
2677
2678 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2679
2680         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2681         instead of making an extra function call.  Don't add the current group
2682         to articles only when they have the group.  Use
2683         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2684         Reported by David <de_bb@arcor.de>.
2685
2686 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2689         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2690
2691 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2692
2693         * mail-source.el (mail-source-delete-incoming): Change default.
2694         Supplement doc string.
2695
2696         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2697
2698 2008-02-14  Glenn Morris  <rgm@gnu.org>
2699
2700         * time-date.el (format-seconds): New function.
2701
2702 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2703
2704         * nnmail.el (nnmail-message-id-cache-file): Derive from
2705         `gnus-home-directory'.
2706
2707 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2708
2709         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2710         Document negative prefix.
2711
2712         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2713
2714 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2715
2716         * message.el (message-unsent-separator): Add the Exim bounce
2717         separator.
2718
2719 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2720
2721         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2722         list.
2723         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2724         recipient/signer list.
2725
2726 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2727
2728         * Makefile.in (datarootdir): Define.
2729         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2730         name that might contain whitespace.
2731
2732 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2733
2734         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2735         fbound (Emacs 23 unicode), signal an error.
2736
2737 2008-02-08  Glenn Morris  <rgm@gnu.org>
2738
2739         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2740
2741 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2742
2743         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2744         ports to the calls to `netrc-machine-user-or-password' in addition to
2745         "imap" and "imaps".
2746
2747 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2748
2749         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2750
2751         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2752
2753 2008-02-01  Kenichi Handa  <handa@m17n.org>
2754
2755         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2756         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2757         (rfc2104-hash): Convert the result of concat to unibyte string.
2758
2759 2008-02-01  Dave Love  <fx@gnu.org>
2760
2761         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2762         coding-system-for-read.
2763         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2764
2765 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2766
2767         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2768         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2769         <hanche@math.ntnu.no>.
2770
2771 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2772
2773         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2774
2775         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2776
2777 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2778
2779         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2780         * message.el (message-beginning-of-line): Use featurep instead of bound
2781         tests in order to resolve conditionals at compile time.
2782
2783 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2784
2785         * mail-source.el (mail-sources): Add `group' choice.
2786
2787         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2788         parameter `in-group' to control into which group the articles go.
2789         Add treatment of `group' mail-source.
2790
2791 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2794
2795         * mm-decode.el (mm-dissect-buffer): Decode description.
2796
2797         * mml.el (mml-to-mime): Encode message header first.
2798
2799 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2802         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2803
2804         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2805         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2806
2807 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2808
2809         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2810
2811 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2812
2813         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2814         prefix keys.
2815         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2816         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2817         gnus-xmas.el.
2818
2819         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2820         (gnus-xmas-article-describe-bindings): New function.
2821         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2822         gnus-xmas-article-describe-bindings.
2823
2824         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2825
2826 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2827
2828         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2829         Add new variables for article mark management.
2830         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2831         list of extra data entries which, when present, will indicate that the
2832         article ID should not be trimmed from the registry.
2833         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2834         functions.
2835         (gnus-registry-read-mark): New function to read a mark name from the
2836         user.
2837         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2838         (gnus-registry-set-article-mark-internal): New functions to add and
2839         remove marks.
2840         (gnus-registry-get-article-marks): New function to show the marks for
2841         an article, or retrieve them for further use.
2842
2843 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2844
2845         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2846         keys when no argument is given.
2847
2848 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2849
2850         * imap.el (imap-ping-server): New variable.
2851         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2852         (imap-ping-server): Minor doc string fixes.
2853
2854 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2855
2856         * imap.el (imap-ping-server): New function.
2857         (imap-opened): Call imap-ping-server.
2858
2859 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2860
2861         * gnus-sum.el (gnus-article-sort-by-random)
2862         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2863         jidanni@jidanni.org.
2864
2865 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2866
2867         * gnus-art.el (gnus-article-describe-bindings): New function.
2868         (gnus-article-read-summary-keys): Use it.
2869         (gnus-article-mode-map): Bind `C-h b' to it.
2870
2871 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2872
2873         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2874         XEmacs.
2875         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2876         against non-character events.
2877
2878         * lpath.el: Fbind map-keymap for Emacs 21.
2879
2880 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2881
2882         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2883         command.
2884         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2885         instead of END.  Change name of the temp file.
2886         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2887         customizable.
2888
2889 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2892         bind `S W' to gnus-article-wide-reply-with-original; set default
2893         binding to gnus-article-read-summary-send-keys.
2894         (gnus-article-read-summary-keys): Fix the order of keys; display
2895         continuation keys correctly in the echo area; describe bindings
2896         correctly when keys end with `C-h'.
2897         (gnus-article-read-summary-send-keys): New function.
2898         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2899         for gnus-article-read-summary-send-keys; display continuation keys
2900         correctly in the echo area.
2901         (gnus-article-reply-with-original): Ignore prefix argument.
2902         (gnus-article-wide-reply-with-original): New function.
2903
2904         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2905         Emacs 21.
2906
2907 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2908
2909         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2910         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2911
2912 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2913
2914         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2915         (gnus-group-read-ephemeral-gmane-group): New command.
2916
2917 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2918
2919         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2920
2921 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2922
2923         * message.el (message-send-mail-function): Increase custom version.
2924
2925         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2926         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2927
2928 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2929
2930         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2931         for the cases where imap-authenticate is called with a nil buffer
2932         parameter.
2933
2934 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2935
2936         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2937         html parts correctly; support forwarded messages.
2938         (gnus-article-browse-html-article): Remove work buffers.
2939
2940         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2941         compiling.
2942         (netrc-bound-and-true-p): New macro.
2943         (netrc-parse): Use it instead of bound-and-true-p that is not available
2944         in XEmacs 21.4.
2945
2946 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2947
2948         * gnus-registry.el (gnus-registry-mark-article)
2949         (gnus-registry-article-marks): Add functionality to mark articles
2950         through the Gnus registry.
2951
2952         * encrypt.el: Clarify documentation for the new pgg method.
2953         (encrypt-file-alist): Add PGG option.
2954         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2955         functionality.  Abstract password key and messaging to external
2956         functions.
2957         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2958         (encrypt-message-method-and-cipher): Add new convenience external
2959         functions.
2960         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2961         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2962
2963         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2964         (netrc-parse): Use encrypt-file-alist to determine if
2965         encrypt-find-model or encrypt-insert-file-contents should be used.
2966
2967         * encrypt.el: Clarify documentation.  Load password-cache or
2968         password, whichever one is found first, instead of autoloading.
2969
2970 2007-12-19  Glenn Morris  <rgm@gnu.org>
2971
2972         * mml.el (message-options-set, message-narrow-to-head)
2973         (message-in-body-p, message-mail-p, message-encode-message-body):
2974         Autoload.
2975         (message-remove-header, message-narrow-to-headers-or-head)
2976         (message-subscribed-p, message-make-mail-followup-to)
2977         (message-position-on-field, message-news-p)
2978         (message-options-set-recipient, message-generate-headers)
2979         (message-sort-headers): Declare as functions.
2980
2981 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2982
2983         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2984         convention in doc string.
2985
2986 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2989         title to html parts.
2990         (gnus-article-browse-html-article): Pass message header to it.
2991
2992         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2993
2994 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2995
2996         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2997         or password compatible with XEmacs.
2998
2999 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
3000
3001         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
3002         format document.
3003         (gnus-mime-delete-part): Don't write description line if empty.
3004         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
3005
3006 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
3007
3008         * gnus-sum.el (gnus-summary-mark-unread-as-read)
3009         (gnus-summary-mark-read-and-unread-as-read)
3010         (gnus-summary-mark-current-read-and-unread-as-read)
3011         (gnus-summary-mark-unread-as-ticked): Doc fix.
3012         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
3013
3014 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3015
3016         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
3017         Christoph Conrad <christoph.conrad@gmx.de>.
3018
3019 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
3020
3021         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
3022         yes-or-no-p.
3023
3024 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3025
3026         * mm-decode.el (mm-add-meta-html-tag): New function.
3027         (mm-save-part-to-file, mm-pipe-part): Use it.
3028
3029         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
3030         gnus-y-or-n-p instead of y-or-n-p.
3031         (gnus-article-browse-html-parts): Work with message/external-body; use
3032         mm-add-meta-html-tag.
3033
3034 2007-12-11  Glenn Morris  <rgm@gnu.org>
3035
3036         * gnus-cache.el: Require gnus-sum not just when compiling.
3037
3038         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
3039
3040         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
3041         definitions before use.
3042
3043         * mm-decode.el: Require gnus-util.
3044         (mm-remove-part): Only call delete-annotation on XEmacs.
3045
3046         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
3047
3048         * nnmail.el: Require gnus-int.
3049
3050         * spam.el: Move `require's before `eval-when-compile's.
3051
3052         * gnus-ems.el (gnus-alive-p):
3053         * gnus-fun.el (message-goto-eoh):
3054         * gnus-util.el (gnus-group-name-decode):
3055         * mail-source.el (gnus-compress-sequence):
3056         * message.el (Info-goto-node, format-spec):
3057         * mm-bodies.el (message-options-get):
3058         * mm-decode.el (mm-view-pkcs7):
3059         * mm-util.el (gmm-write-region):
3060         * mml-smime.el (mml-compute-boundary)
3061         (gnus-completing-read-with-default):
3062         * mml.el (widget-button-press, gnus-make-hashtable):
3063         * mml1991.el (mm-decode-content-transfer-encoding)
3064         (mm-encode-content-transfer-encoding)
3065         (message-options-get, message-options-set):
3066         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
3067         * nnfolder.el (gnus-request-group):
3068         * nnheader.el (ietf-drums-unfold-fws):
3069         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
3070         * smime.el (gnus-run-mode-hooks):
3071         * spam-stat.el (gnus-message): Autoload.
3072
3073         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
3074         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
3075         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
3076         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
3077         Add declare-function compatibility definition.
3078
3079         * gnus-cache.el (nnvirtual-find-group-art):
3080         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
3081         (gnus-add-image, gnus-add-wash-type):
3082         * gnus-group.el (nnkiboze-score-file):
3083         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
3084         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
3085         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
3086         (message-tokenize-header, gnus-get-buffer-create)
3087         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
3088         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
3089         * gnus.el (gnus-group-decoded-name):
3090         * mail-source.el (imap-capability):
3091         * mm-bodies.el (message-options-set):
3092         * mm-decode.el (gnus-configure-windows):
3093         * mm-extern.el (message-goto-body):
3094         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
3095         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
3096         (epg-sub-key-validity, message-options-set):
3097         * mml.el (widget-event-point, gnus-configure-windows):
3098         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
3099         * mml2015.el (epg-check-configuration, epg-configuration)
3100         (message-options-set):
3101         * nndb.el (nndb-request-article):
3102         * nnfolder.el (gnus-request-create-group):
3103         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
3104         * nnmaildir.el (gnus-group-mark-article-read):
3105         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
3106         * rfc1843.el (message-fetch-field):
3107         * spam.el (gnus-extract-address-components):
3108         Declare as functions.
3109
3110 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3111
3112         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
3113
3114         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
3115
3116         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3117         bind show-trailing-whitespace for XEmacs.
3118
3119 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3120
3121         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3122         new no-op macro for backward compatibility.
3123
3124         * imap.el (imap-string-to-integer): New function.
3125
3126 2007-12-09  Glenn Morris  <rgm@gnu.org>
3127
3128         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3129
3130         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3131         * message.el, mm-view.el, sieve-manage.el, smime.el:
3132         Add declare-function compatibility definition.
3133
3134         * gnus-art.el (w3-region, w3m-region, Info-menu):
3135         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3136         * gnus-sum.el (gnus-get-predicate):
3137         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3138         * message.el (mail-abbrev-in-expansion-header-p):
3139         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3140         (w3m-detect-meta-charset, w3m-region):
3141         * sieve-manage.el (password-read, password-cache-add)
3142         (password-cache-remove):
3143         * smime.el (password-read-and-add): Declare as functions.
3144
3145 2007-12-08  David Kastrup  <dak@gnu.org>
3146
3147         * gnus-sum.el (gnus-summary-simplify-subject-query):
3148         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3149         `message'.
3150
3151 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3152
3153         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3154         it to bind idna-program, installation-directory, defined-colors, and
3155         face-attribute for XEmacs of the version that compiles defcustom forms.
3156
3157 2007-12-07  Glenn Morris  <rgm@gnu.org>
3158
3159         * gnus-art.el (article-make-date-line): Revert previous change.
3160
3161 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3162
3163         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3164
3165 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3166
3167         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3168         Call gnus-add-to-range ranges only once with a prepared article-list.
3169
3170 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3171
3172         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3173         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3174         group names with backslashes.  Reported by Tassilo Horn
3175         <tassilo@member.fsf.org>.
3176
3177 2007-12-06  Deepak Goel  <deego3@gmail.com>
3178
3179         * gnus-art.el (article-make-date-line):
3180         * gnus-start.el (gnus-load):
3181         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3182
3183 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3184
3185         * gnus-art.el (gnus-use-idna)
3186         * gnus-start.el (gnus-site-init-file)
3187         * message.el (message-use-idna)
3188         * mm-uu.el (mm-uu-hide-markers)
3189         * smiley.el (smiley-style): Revert changes that suppress warnings.
3190
3191 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3192
3193         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3194         specify charset to html source.  Reported by Christoph Conrad
3195         <christoph.conrad@gmx.de>.
3196
3197 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3198
3199         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3200         idna-program in order to suppress byte compile warning issued by XEmacs
3201         that came to byte compile the default value section of defcustom forms
3202         recently.
3203
3204         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3205         value of installation-directory.
3206
3207         * message.el (message-use-idna): Don't directly refer to the value of
3208         idna-program.
3209
3210         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3211
3212         * smiley.el (smiley-style): Don't directly call face-attribute.
3213
3214 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3215
3216         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3217
3218         * gnus-dired.el: Reduce Gnus dependencies.
3219         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3220         require.  Use autoloads instead.
3221         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3222         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3223         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3224         (gnus-dired-mode): Adjust doc string.
3225         (gnus-dired-mail-mode): New variable.
3226         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3227         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3228         (gnus-dired-mail-buffers): New function.  Return mail or message
3229         composition buffers.
3230         (gnus-dired-attach): Use it.
3231         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3232         NO-DECODE.
3233         (gnus-dired-print): Use `gnus-print-buffer' depending on
3234         `gnus-dired-mail-mode'.
3235
3236 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * rfc2047.el (rfc2047-encoded-word-regexp)
3239         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3240         explaining what regexp patterns are for.
3241
3242 2007-12-04  Glenn Morris  <rgm@gnu.org>
3243
3244         * password.el: Move to password-cache.el.
3245
3246         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3247         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3248         * mml-smime.el (password-read, password-cache-add)
3249         (password-cache-remove):
3250         No need to autoload, since mml-sec requires password.
3251
3252         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3253         * message.el (gnus-extract-address-components):
3254         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3255
3256         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3257         password.
3258
3259 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3260
3261         * mailcap.el: Reduce dependencies.
3262         (mail-header-parse-content-type): Autoload.
3263         (mailcap-delete-duplicates): New alias.
3264         (mailcap-mime-info): Add optional argument NO-DECODE.
3265         (mailcap-mime-types): Use mailcap-delete-duplicates.
3266
3267         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3268
3269 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3270
3271         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3272         (imap-parse-status): Upcase status-att for servers that sends them
3273         lower-case (e.g., MS Exchange 2007).
3274
3275 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276
3277         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3278         function.
3279
3280         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3281         (gnus-uu-yenc-article): New function.
3282
3283         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3284
3285         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3286         buffer.
3287
3288 2007-12-02  Glenn Morris  <rgm@gnu.org>
3289
3290         * binhex.el (binhex): New custom group.
3291         (binhex-decoder-program, binhex-decoder-switches)
3292         (binhex-use-external): Move to the binhex custom group.
3293
3294         * uudecode.el (uudecode): New custom group.
3295         (uudecode-decoder-program, uudecode-decoder-switches)
3296         (uudecode-use-external): Move to the uudecode custom group.
3297
3298         * netrc.el (top-level): Don't load `encrypt' features.
3299         (netrc-parse): Don't use encrypt.
3300         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3301
3302         * encrypt.el: Remove file.
3303
3304 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3305
3306         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3307         matches on patches.
3308
3309         * gnus-art.el (gnus-article-browse-html-article): Mention
3310         `mm-text-html-renderer' in the doc string.
3311
3312         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3313         string.  Add comments.
3314
3315         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3316         if rhs is ASCII.
3317
3318 2007-12-01  Glenn Morris  <rgm@gnu.org>
3319
3320         * mail-source.el (top-level): Require format-spec before
3321         eval-when-compile.
3322
3323 2007-11-30  Glenn Morris  <rgm@gnu.org>
3324
3325         * encrypt.el: Require password, rather than autoloading password-read.
3326
3327 2007-11-29  Glenn Morris  <rgm@gnu.org>
3328
3329         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3330         (sasl-make-client, sasl-next-step, sasl-step-data)
3331         (sasl-step-set-data): Declare as functions.
3332
3333 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3334
3335         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3336
3337 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3338
3339         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3340         certs should be verified and what is to be done in the event of a
3341         verification failure.
3342
3343         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3344         caller can indicate whether the cache should be disregarded for this
3345         call.  This way the result of the call is reproducible at all times and
3346         can be considered a canonical server name for the supplied method.
3347         (gnus-agent-method-p): Canonicalize server names by pushing their
3348         method through `gnus-method-to-server' using the no-cache argument.
3349
3350         * gnus-srvr.el (gnus-server-insert-server-line): Call
3351         `gnus-method-to-server' with `no-cache' argument.
3352
3353         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3354         gnus-agent-possibly-synchronize-flags as this should be called when the
3355         server is actually being opened.
3356         (gnus-agent-possibly-synchronize-flags)
3357         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3358         flags file of an agentized server to the latter function.
3359
3360         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3361         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3362         after a connection has been established successfully.
3363
3364 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3365
3366         * gnus-art.el (article-display-face): Force to display face if called
3367         interactively; check if gnus-article-x-face-too-ugly matches author.
3368         (article-display-x-face): Display face even if From header is missing
3369         as article-display-face does.
3370
3371 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3372
3373         * hashcash.el (message-narrow-to-headers-or-head)
3374         (message-fetch-field, message-goto-eoh)
3375         (message-narrow-to-headers): Declare as functions.
3376
3377 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3378
3379         * mail-source.el (mail-sources): Default to fetch from file for
3380         compatibility with default of nnmail-spool-file.
3381
3382 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3383
3384         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3385         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3386         to look for encoded word that should be encoded again.
3387         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3388         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3389         encoding pattern.
3390         (rfc2047-decode-region): Switch strict regexp and loose one according
3391         to rfc2047-allow-irregular-q-encoded-words.
3392
3393 2007-11-25  Romain Francoise  <romain@orebokech.com>
3394
3395         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3396
3397 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3398
3399         * tls.el (tls-program): Provide more custom choices from
3400         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3401         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3402
3403 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3404
3405         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3406         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3407
3408         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3409         `nnmail-spool-file'.
3410
3411         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3412         `nnmail-spool-file'.
3413
3414         * gnus-move.el (gnus-change-server): Ditto.
3415
3416         * gnus-kill.el (gnus-batch-score): Ditto.
3417
3418         * gnus-cache.el (gnus-jog-cache): Ditto.
3419
3420         * gnus-msg.el (gnus-summary-reply):
3421         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3422
3423 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3424
3425         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3426         version.  Minor improvement to doc strings.
3427         (tls-program): Add comment.
3428
3429 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3430
3431         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3432         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3433         mismatch between the hostname provided in the certificate and the name
3434         of the host connnecting to.
3435         (open-tls-stream): Use them.  Check certificates against trusted root
3436         certificates.
3437
3438 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3439
3440         * gnus-cache.el (gnus-cache-generate-nov-databases):
3441         Use nnml-generate-nov-databases-directory instead of
3442         nnml-generate-nov-databases-1.
3443
3444 2007-11-24  Glenn Morris  <rgm@gnu.org>
3445
3446         * message.el (message-tool-bar-retro): Update for rename
3447         mail_send.xpm->mail-send.xpm.
3448
3449 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3450
3451         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3452         `smime-ldap-search' for Emacs 22 and up.
3453
3454 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3455
3456         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3457
3458         * message.el (message-send-mail-function): Fix error convention.
3459         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3460         (message-widen-reply, message-send-mail, message-talkative-question)
3461         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3462         (message-clone-locals, message-send-news): Use with-current-buffer.
3463         (message-insert-or-toggle-importance): Remove unused var `valid'.
3464         (message-make-references): Remove unused var `new-references'.
3465         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3466
3467 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3468
3469         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3470         (spam-split-symbolic-return-positive): Reflow docstring.
3471         (spam-backends, spam-summary-exit-behavior)
3472         (spam-mark-ham-unread-before-move-from-spam-group)
3473         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3474         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3475         (spam-clear-cache, spam-backend-check, spam-install-backend)
3476         (spam-install-statistical-backend, spam-list-of-processors)
3477         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3478         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3479         (spam-check-crm114, spam-initialize, spam-unload-hook):
3480         Fix typos in docstrings.
3481
3482 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3485         been checked if they have never been read and those group levels are
3486         higher than the one that a user specified.
3487
3488 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3489
3490         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3491         foreign groups unless a group level is specified by a user.
3492         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3493
3494 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3495
3496         * message.el (message-send-mail-function): Require sendmail.
3497
3498 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3499
3500         * message.el (message-send-mail-function): Check for smtpmail too.
3501
3502         * utf7.el (utf7-encode, utf7-decode): Use coding system
3503         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3504
3505         * message.el (message-send-mail-function): New function.
3506         (message-send-mail-function): Set default using
3507         message-send-mail-function.  Adjust doc string.
3508         (message-send-mail-with-mailclient): New function.
3509
3510 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3511
3512         * smime.el (from):
3513         * rfc2047.el (message-posting-charset):
3514         * qp.el (mm-use-ultra-safe-encoding):
3515         * pop3.el (parse-time-months):
3516         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3517         * nnml.el (files):
3518         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3519         (jka-compr-compression-info-list, ange-ftp-path-format)
3520         (efs-path-regexp):
3521         * nndiary.el (files):
3522         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3523         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3524         (epg-digest-algorithm-alist, inhibit-redisplay)
3525         (password-cache-expiry):
3526         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3527         (pgg-output-buffer, password-cache-expiry):
3528         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3529         (efs-path-regexp):
3530         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3531         (inhibit-redisplay):
3532         * mm-uu.el (file-name, start-point, end-point, entry)
3533         (gnus-newsgroup-name, gnus-newsgroup-charset):
3534         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3535         (latin-unity-ucs-list):
3536         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3537         (mm-uu-binhex-decode-function):
3538         * message.el (gnus-message-group-art, gnus-list-identifiers)
3539         (rmail-enable-mime-composing, gnus-local-organization)
3540         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3541         (gnus-read-active-file, facemenu-add-face-function)
3542         (facemenu-remove-face-function, gnus-article-decoded-p)
3543         (tool-bar-mode):
3544         * mail-source.el (display-time-mail-function):
3545         * gnus-util.el (nnmail-pathname-coding-system)
3546         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3547         (gnus-original-article-buffer, gnus-user-agent)
3548         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3549         (xemacs-codename, sxemacs-codename, emacs-program-version):
3550         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3551         * gnus-start.el (gnus-agent-covered-methods)
3552         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3553         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3554         (gnus-newsgroup-headers, gnus-group-list-mode)
3555         (gnus-group-mark-positions, gnus-newsgroup-data)
3556         (gnus-newsgroup-unreads, nnoo-state-alist)
3557         (gnus-current-select-method, mail-sources)
3558         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3559         (nnmail-spool-file, gnus-cache-active-hashtb):
3560         * gnus-mh.el (mh-lib-progs):
3561         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3562         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3563         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3564         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3565         (gnus-group-buffer):
3566         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3567         (font-lock-set-defaults):
3568         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3569         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3570         (gnus-summary-post-menu, total-parts, type, condition, length):
3571         * gnus-agent.el (gnus-agent-read-agentview):
3572         * flow-fill.el (show-trailing-whitespace):
3573         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3574         eval-and-compile wrappers for byte compiler pacifiers.
3575
3576         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3577         (mm-display-inline-fontify): Check for featurep 'xemacs not
3578         extent-list.
3579
3580         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3581         itimer-list.
3582         (mm-create-image-xemacs): Only do something for XEmacs.
3583         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3584
3585         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3586
3587         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3588         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3589
3590 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3591
3592         * nnimap.el (nnimap-split-download-body):
3593         * gnus-demon.el (gnus-demon):
3594         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3595
3596 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3597
3598         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3599         macros.
3600         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3601         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3602         copy data from unibyte buffer to multibyte current buffer.
3603         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3604         to copy data from unibyte current buffer to multibyte buffer.
3605         (nntp-make-process-buffer): Make process buffer unibyte.
3606
3607         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3608
3609 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3610
3611         * pop3.el (pop3-open-server): Accept and process data more robustly at
3612         connexion start to avoid spurious "POP SSL connexion failed" errors.
3613
3614 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3615
3616         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3617         read group names.
3618
3619 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3620
3621         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3622
3623 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3626         (nnmail-save-active): Use a unibyte buffer when saving active file,
3627         which may contain non-ASCII group names.
3628
3629         * nnml.el (nnml-request-group): Decode group names in messages.
3630
3631 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3632
3633         * message.el (message-citation-line-function)
3634         (message-insert-formatted-citation-line): Fix spelling of
3635         `message-insert-formated-citation-line'.
3636
3637 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3638
3639         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3640
3641 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3642
3643         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3644         nnmail-pathname-coding-system.
3645
3646         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3647         that a user enters; decode group names in messages.
3648
3649         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3650
3651 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3652
3653         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3654
3655         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3656
3657         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3658         risky local variable.
3659
3660         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3661
3662 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3663
3664         * encrypt.el: Improve documentation to fix function name typo.
3665         Reported by Daiki Ueno <ueno@unixuser.org>.
3666
3667 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3668
3669         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3670         even if the point is not in the last page of an article.
3671         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3672         back to the previous page.
3673
3674 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3675
3676         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3677
3678 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3681
3682 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3683
3684         * message.el (message-check-news-body-syntax): Avoid
3685         mm-string-as-multibyte.
3686         (message-hide-headers): Don't assume (point-min)==1.
3687
3688 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3689
3690         * message.el (message-remove-blank-cited-lines): Fix if remove is
3691         given.
3692         (message-bogus-address-regexp): New variable.
3693         (message-bogus-recipient-p): New function.
3694         (message-check-recipients): New command.
3695         (message-syntax-checks): Add `bogus-recipient'.
3696         (message-fix-before-sending): Add `bogus-recipient'.
3697
3698         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3699         (gnus-treat-body-boundary): Don't test window-system.
3700
3701 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3702
3703         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3704
3705 2007-10-28  Miles Bader  <miles@gnu.org>
3706
3707         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3708         at compile-time too.
3709
3710 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3711
3712         * gnus-msg.el (gnus-message-setup-hook): Add
3713         `message-remove-blank-cited-lines' to options.
3714
3715 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3716
3717         * message.el (message-remove-blank-cited-lines): New function.
3718         Suggested by Karl Plästerer.
3719
3720 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3723         mapc.
3724
3725         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3726         (top-level): Use mapc to set functions to be traced for debugging.
3727
3728         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3729         called for effect with while loop.
3730
3731         * message.el (message-talkative-question): Replace mapcar called for
3732         effect with mapc.
3733
3734         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3735         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3736         called for effect with dolist.
3737
3738         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3739
3740         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3741         gnus-extra-headers and nnmail-extra-headers.
3742
3743         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3744         called for effect with dolist.
3745         (top-level): Use mapc to set functions to be traced for debugging.
3746
3747         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3748         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3749         dolist.
3750
3751         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3752         Replace mapcar called for effect with mapc.
3753         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3754         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3755         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3756         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3757
3758         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3759         remove-if that's a cl function.
3760
3761         * webmail.el (webmail-debug): Replace mapcar called for effect with
3762         dolist.
3763
3764         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3765         with mapc.
3766
3767 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3770         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3771         with while loop.
3772
3773         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3774         functions from article-* functions.
3775         (gnus-multi-decode-header): Replace mapcar called for effect with
3776         dolist.
3777
3778         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3779         (gnus-bookmark-show-details): Replace mapcar called for effect with
3780         while loop.
3781
3782         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3783         called for effect with while loop.
3784
3785         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3786         with dolist.
3787
3788         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3789         mapcar called for effect with dolist.
3790
3791         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3792
3793         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3794         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3795         Replace mapcar called for effect with dolist.
3796         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3797         mapc.
3798
3799         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3800         Replace mapcar called for effect with dolist.
3801         (gnus-topic-list): Replace mapcar called for effect with mapc.
3802
3803         * gnus.el: Use mapc instead of mapcar to add autoloads.
3804
3805 2007-10-23  Richard Stallman  <rms@gnu.org>
3806
3807         * gnus-group.el (gnus-group-highlight): Mark as risky.
3808
3809 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3810
3811         * gnus.el (gnus-server-to-method): Return method found first in
3812         gnus-newsrc-alist.
3813
3814         * gnus-art.el (gnus-article-highlight-signature)
3815         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3816         button overlay without the front stickiness.
3817
3818 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3819
3820         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3821         overview buffer needed a catch to receive its throw.
3822         (gnus-agent-flush-cache): Declared as interactive to make this function
3823         easier to use.
3824
3825 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3826
3827         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3828         `next-line'.
3829
3830 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3833         exclude address matching message-dont-reply-to-names.
3834
3835 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * gnus-util.el (gnus-string<): New function.
3838
3839         * gnus-sum.el (gnus-article-sort-by-author)
3840         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3841
3842 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3845         the frame-focus tag is set in gnus-buffer-configuration.
3846
3847 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3848
3849         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3850         the front stickiness.
3851
3852 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3853
3854         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3855         url pattern; remove duplicate one.
3856         (gnus-article-extend-url-button): New function.
3857         (gnus-article-add-buttons): Use it.
3858         (gnus-button-push): Use concatenated url that it makes.
3859
3860 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3861
3862         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3863
3864 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3865
3866         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3867         Don't hardcode point-min==1.
3868
3869 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3870
3871         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3872         Fix comment about "iso8859-1".
3873
3874 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3875
3876         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3877         ones returned from the verify-function.
3878
3879         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3880         mml2015-extract-cleartext-signature if extraction failed.
3881
3882 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3883
3884         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3885         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3886         failed.
3887
3888 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3889
3890         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3891
3892 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3893
3894         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3895         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3896         recommends to use EasyPG instead of PGG.
3897
3898         * pgg.el: Revert to revision 6.23.2.16
3899
3900         * pgg-def.el: Revert to revision 6.6.2.14.
3901
3902         * pgg-gpg.el: Revert to revision 6.23.2.34.
3903
3904 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3905
3906         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3907         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3908         thread for both the null and zero (kill/expire thread) universal prefix
3909         cases.
3910         (gnus-summary-expire-thread): Add new function to expire a thread,
3911         using gnus-summary-kill-thread.
3912         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3913         shortcuts for gnus-summary-expire-thread.
3914         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3915         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3916
3917 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3918
3919         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3920         extras value, so an extras entry can be deleted.
3921         (gnus-registry-delete-extra-entry): Use it.
3922         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3923         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3924         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3925         storage through the gnus-registry, and provide an appropriate API for
3926         it.
3927
3928 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3929
3930         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3931         Suggested by Leo <sdl.web@gmail.com>.
3932
3933         * gnus.el: Do.
3934
3935 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3936
3937         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3938         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3939
3940         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3941
3942         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3943         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3944
3945 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3948         newline.
3949         (nnmbox-request-accept-article): Don't change article in source buffer;
3950         narrow to header to use message-fetch-field rather than
3951         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3952         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3953         as delimiters; make sure article ends with newline.
3954         (nnmbox-delete-mail): Correct last position of article to be deleted;
3955         ignore X-Gnus-Newsgroup header in article body.
3956         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3957         positions; make sure article ends with newline.
3958
3959         * message.el (message-display-abbrev): Don't infloop when a user
3960         inserts SPC in the beginning of header.
3961
3962         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3963         coding-system-for-read and coding-system-for-write for XEmacs having no
3964         file-coding feature.
3965
3966         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3967
3968 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3969
3970         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3971         list of groups not followed by default.  Fix type to be regexp.
3972         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3973
3974 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3975
3976         * hmac-def.el (define-hmac-function): Switch from old-style to
3977         new-style backquotes.
3978
3979         * md4.el (md4-make-step): Likewise.
3980
3981 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3982
3983         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3984         raw-text coding system when saving .newsrc file, which may contain
3985         non-ASCII group names.
3986
3987 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3988
3989         * gnus-cus.el (gnus-score-extra): New widget.
3990         (gnus-score-extra-convert): New function.
3991         (gnus-score-customize): Use it for Extra.
3992
3993 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3994
3995         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3996         (mml2015-mailcrypt-clear-verify): Use it.
3997         (mml2015-gpg-clear-verify): Use it.
3998         (mml2015-pgg-clear-verify): Use it.
3999         (mml2015-epg-clear-verify): Replace the current part with the output
4000         from GnuPG; don't extract the plaintext by itself.
4001
4002         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
4003         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
4004         mml2015-clear-verify-function; don't touch the armor headers or
4005         dash-escaped text here.
4006
4007 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
4010         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
4011         parts, or application/octet-stream as a last resort.
4012         (gnus-mime-view-part-as-type): Don't toggle display.
4013         (gnus-mime-view-part-as-charset): Don't turn off display before
4014         querying charset.
4015
4016         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
4017         stuff to undisplayer function in Emacs.
4018         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
4019
4020         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
4021         text/calendar parts.
4022
4023 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
4026         decoding text/calendar parts.
4027
4028         * message.el (message-forward-make-body-mime): Always mark body as
4029         having no illegible text; remove signed-or-encrypted argument.
4030         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
4031
4032         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
4033         (mml-generate-mime-1): Don't encode body if it is specified to be in
4034         raw form; don't make buffer be unibyte when inserting multibyte string.
4035
4036 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4037
4038         * sha1.el: Fix up comment style.
4039         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
4040         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
4041
4042         * hex-util.el: Fix up comment style.
4043         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
4044
4045         * gnus-salt.el: Use with-current-buffer.
4046         (gnus-pick-setup-message): Fix long-standing typo.
4047
4048 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * imap.el (imap-logout-timeout): New variable.
4051         (imap-logout, imap-logout-wait): New functions.
4052         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
4053
4054         * nnimap.el (nnimap-logout-timeout): New server variable.
4055         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
4056         nnimap-logout-timeout.
4057
4058         * gnus-art.el (gnus-article-summary-command-nosave)
4059         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
4060
4061 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * gnus.el (gnus-maximum-newsgroup): New variable.
4064
4065         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
4066         according to gnus-maximum-newsgroup.
4067
4068         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
4069         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
4070         Limit the range of articles according to gnus-maximum-newsgroup.
4071
4072 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
4073
4074         * gnus-art.el (gnus-sticky-article): Fixed problems described in
4075         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
4076         Don't perform gnus-configure-windows here; reuse existing sticky
4077         article buffer.
4078
4079         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
4080         it doesn't exist in gnus-article-mode.
4081
4082 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4083
4084         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
4085         (gnus-agent-decoded-group-name): New function.
4086         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
4087         (gnus-agent-expire-group-1): Use it; decode group name in messages.
4088
4089 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
4090
4091         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
4092         Add binding for gnus-sticky-article.
4093         (gnus-summary-exit): Don't kill sticky article buffers.
4094
4095         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
4096         article buffer.
4097         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
4098         (gnus-kill-sticky-article-buffers): New commands.
4099
4100 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4101
4102         * nntp.el (nntp-xref-number-is-evil): New server variable.
4103         (nntp-find-group-and-number): If it is non-nil, don't trust article
4104         numbers in the Xref header.
4105
4106 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4107
4108         * gnus-agent.el (gnus-agent-read-group): New function.
4109         (gnus-agent-flush-group, gnus-agent-expire-group)
4110         (gnus-agent-regenerate-group): Use it.
4111         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
4112         nnmail-pathname-coding-system.
4113
4114 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4117
4118         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4119         that are unread as unread, and also as selected so that information of
4120         marks having been changed by a user may be updated when exiting group.
4121
4122 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4125         calculated ignoring signature parts to gnus-treat-article.
4126
4127 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4130         a point here in order to keep the window start.
4131         (gnus-insert-mime-security-button): Make a button overlay without the
4132         front stickiness.
4133         (gnus-mime-display-security): Goto the end of a button.
4134
4135         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4136
4137 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4140         group-name-at-point.
4141         (gnus-group-completing-read): New function that offers decoded
4142         non-ASCII group names for completion.
4143         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4144         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4145         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4146         (gnus-group-fetch-control): Use it.
4147         (gnus-fetch-group): Use group-name-at-point for the initial value
4148         rather than the default value; use gnus-alive-p.
4149
4150         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4151         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4152         (gnus-summary-post-news): Use gnus-group-completing-read.
4153
4154         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4155         (gnus-read-move-group-name): Decode group name for completion.
4156
4157 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4158
4159         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4160         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4161         Yamaoka slightly modified the code).
4162
4163 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4164
4165         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4166         (nnmail-split-incoming): Bind it.
4167
4168         * nnml.el (nnml-group-name-charset): New function.
4169         (nnml-decoded-group-name): Use it; don't decode group name if
4170         nnmail-group-names-not-encoded-p is non-nil.
4171         (nnml-encoded-group-name): New function.
4172         (nnml-group-pathname): Inline nnml-decoded-group-name.
4173         (nnml-request-expire-articles): Decode group name in message.
4174         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4175         nnmail-pathname-coding-system.
4176         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4177         not decoded ones according to nnmail-group-names-not-encoded-p.
4178         (nnml-generate-active-info): Use nnml-encoded-group-name.
4179
4180 2007-08-08  Glenn Morris  <rgm@gnu.org>
4181
4182         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4183         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4184         doc-strings and comments.
4185
4186 2007-07-25  Glenn Morris  <rgm@gnu.org>
4187
4188         * Relicense all FSF files to GPLv3 or later.
4189
4190 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-sum.el (gnus-summary-move-article): Make
4193         gnus-summary-respool-article work.
4194
4195 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4196
4197         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4198         string.
4199
4200 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4201
4202         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4203         that should be ignored when comparing distant RSS articles with local
4204         ones.
4205         (nnrss-make-hash-index): New function.  Create a hash index according
4206         to the ignored fields.
4207         (nnrss-check-group): Use it.
4208
4209 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4210
4211         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4212
4213         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4214
4215         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4216         the new optional argument ENCODED is non-nil.
4217         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4218         coding system for encoding group name.
4219         (gnus-group-make-rss-group): Pass un-encoded group name to
4220         gnus-group-make-group.
4221         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4222         encoded.
4223
4224         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4225         Encode group name to which articles are moved or copied.
4226         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4227         coding system for encoding Newsgroup, Followup-To and Xref headers.
4228
4229         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4230         marks; use nnheader-file-coding-system to write a file.
4231         (nnagent-retrieve-headers): Bind file-name-coding-system to
4232         nnmail-pathname-coding-system.
4233
4234         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4235
4236         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4237         (nnml-request-article, nnml-request-create-group)
4238         (nnml-request-rename-group, nnml-find-id)
4239         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4240         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4241         (nnml-save-marks): Use nnml-group-pathname instead of
4242         nnmail-group-pathname.
4243
4244         (nnml-request-create-group, nnml-request-expire-articles)
4245         (nnml-request-move-article, nnml-request-delete-group)
4246         (nnml-deletable-article-p, nnml-possibly-create-directory)
4247         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4248         (nnml-open-marks): Bind file-name-coding-system to
4249         nnmail-pathname-coding-system.
4250
4251         (nnml-request-article): Pass server argument to nnml-find-group-number.
4252         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4253         server argument to nnml-possibly-create-directory.
4254         (nnml-request-accept-article): Pass server argument to
4255         nnml-active-number and nnml-save-mail.
4256         (nnml-find-group-number): Pass server argument to nnml-find-id.
4257         (nnml-request-update-info): Pass server argument to
4258         nnml-marks-changed-p.
4259
4260         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4261         (nnml-save-mail, nnml-active-number): Add server argument.
4262
4263         (nnml-request-delete-group): Warn if group is missing.
4264         (nnml-get-nov-buffer): Decode group name.
4265         (nnml-generate-active-info): Encode group name.
4266         (nnml-open-marks): Decode group name in messages.
4267
4268 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4271         if it is not specified.
4272         (gnus-article-pipe-part, gnus-article-save-part)
4273         (gnus-article-interactively-view-part, gnus-article-copy-part)
4274         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4275         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4276         (gnus-article-replace-part, gnus-article-delete-part)
4277         (gnus-article-view-part-as-type): Pass raw prefix argument to
4278         gnus-article-part-wrapper.
4279
4280 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus-agent.el (gnus-agent-save-active): Bind
4283         nnheader-file-coding-system to gnus-agent-file-coding-system.
4284
4285         * gnus-cache.el (gnus-cache-save-buffers)
4286         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4287         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4288         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4289         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4290         (gnus-cache-generate-active, gnus-cache-rename-group)
4291         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4292         (gnus-cache-update-overview-total-fetched-for): Bind
4293         file-name-coding-system to nnmail-pathname-coding-system.
4294         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4295         variables.
4296         (gnus-cache-decoded-group-name): New function.
4297         (gnus-cache-file-name): Use it.
4298         (gnus-cache-generate-active): Use non-decoded group name for active.
4299
4300         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4301         right place.
4302         (gnus-write-active-file): Don't break non-ASCII group names.
4303
4304         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4305         nnmail-pathname-coding-system.
4306
4307         * lpath.el: Bind default-file-name-coding-system,
4308         file-name-coding-system and language-info-alist for XEmacs.
4309
4310         * gnus-uu.el (gnus-uu-decode-save): Typo.
4311
4312 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4315
4316 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4317
4318         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4319         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4320         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4321         (gnus-agent-flush-group, gnus-agent-flush-cache)
4322         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4323         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4324         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4325         (gnus-agent-regenerate-group)
4326         (gnus-agent-update-files-total-fetched-for)
4327         (gnus-agent-update-view-total-fetched-for): Bind
4328         file-name-coding-system to nnmail-pathname-coding-system.
4329         (gnus-agent-group-pathname): Don't encode file names by
4330         nnmail-pathname-coding-system.
4331         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4332         coding-system-for-write instead of buffer-file-coding-system to
4333         gnus-agent-file-coding-system.
4334
4335         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4336         Decode group name.
4337
4338         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4339
4340         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4341         (gnus-read-newsrc-el-file): Make group names unibyte.
4342
4343         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4344         nnmail-pathname-coding-system.
4345
4346         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4347         (nnrss-request-delete-group): Bind file-name-coding-system to
4348         nnmail-pathname-coding-system.
4349         (nnrss-read-server-data, nnrss-read-group-data): Bind
4350         file-name-coding-system correctly.
4351         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4352
4353         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4354         (nntp-server-to-method-cache): New variable.
4355         (nntp-group-pathname): New function that decodes non-ASCII group names.
4356         (nntp-possibly-create-directory, nntp-marks-changed-p)
4357         (nntp-save-marks, nntp-open-marks): Use it.
4358         (nntp-possibly-create-directory, nntp-open-marks):
4359         Bind file-name-coding-system to nnmail-pathname-coding-system.
4360         (nntp-open-marks): Decode group names when bootstrapping marks.
4361
4362         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4363         Newsgroups and Folowup-To headers.
4364
4365 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4366
4367         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4368         (gnus-server-closed-face, gnus-server-denied-face)
4369         (gnus-server-offline-face): Remove variable.
4370         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4371
4372         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4373         of modifying message-stack directly for XEmacs.
4374
4375         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4376         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4377         if the coding-system argument is nil for XEmacs.
4378
4379         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4380         mm-charset-override-alist.
4381
4382         * rfc2047.el: Don't require base64; require rfc2045 for the function
4383         rfc2045-encode-string.
4384         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4385         to quote the parameter value.
4386
4387 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4390         form in gnus-group-name-charset-method-alist.
4391
4392         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4393         overrides the default layout edit-form.
4394
4395         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4396
4397         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4398
4399 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4402         as unfetched articles.
4403
4404 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4405
4406         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4407
4408 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4409
4410         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4411         original back end that keeps marks in the local system.
4412
4413 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4414
4415         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4416         arg of pop-to-buffer for XEmacs.
4417         (gnus-article-read-summary-keys): Ditto; don't restore window
4418         configuration if summary command ends up with neither article buffer
4419         nor summary buffer; describe bindings if summary keys end with C-h.
4420
4421 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4422
4423         * message.el (message-fix-before-sending): Skip raw message part to be
4424         forwarded while checking illegible text.
4425         (message-forward-make-body-mime, message-forward-make-body): Mark
4426         signed or encrypted raw message as having no illegible text.
4427
4428 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4429
4430         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4431         (gnus-message-with-timestamp-1): New macro.
4432         (gnus-message-with-timestamp): New function.
4433         (gnus-message): Use them.
4434
4435         * nnheader.el (nnheader-message): Use them.
4436
4437 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4438
4439         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4440         .newsrc.eld file.
4441
4442 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * gnus-agent.el (gnus-agent-fetch-headers)
4445         (gnus-agent-retrieve-headers): Bind
4446         gnus-decode-encoded-address-function to identity.
4447
4448         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4449         available also when the server returns simply a dot.
4450
4451         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4452
4453 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4454
4455         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4456
4457 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4458
4459         * gnus-ems.el (gnus-x-splash): Make it work.
4460
4461         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4462         from being used.
4463
4464         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4465
4466 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4469         4th and the 5th arguments.
4470
4471         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4472         the front stickiness.
4473         (gnus-article-summary-command-nosave): Correct the order of the
4474         arguments passed to pop-to-buffer.
4475         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4476         summary command ends up with the article buffer.
4477
4478         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4479         the same faces.
4480
4481 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4482
4483         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4484
4485 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4486
4487         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4488         * gnus-sum.el (gnus-summary-highlight):
4489         * pgg.el (pgg-sign-region, pgg-sign):
4490         * mail-source.el (mail-source-delete-old-incoming-confirm):
4491         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4492
4493 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4494
4495         * gnus-art.el (gnus-mime-view-part-externally)
4496         (gnus-mime-view-part-internally): Fix predicate function passed to
4497         completing-read.
4498
4499         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4500
4501         * gnus.el (gnus-update-message-archive-method): Add :version.
4502
4503 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * gnus.el (gnus-update-message-archive-method): New variable.
4506
4507         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4508         according to gnus-message-archive-method if
4509         gnus-update-message-archive-method is non-nil.
4510
4511 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4514         by Loic Dachary <loic@dachary.org>.
4515         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4516
4517 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4518
4519         * message.el (message-pop-to-buffer): Add switch-function argument.
4520         (message-mail): Pass switch-function argument to it.
4521
4522 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4525         Improve doc string.
4526
4527 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4530         (gnus-header-content)
4531         * gnus-cite.el (gnus-cite-10)
4532         * gnus-srvr.el (gnus-server-closed)
4533         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4534         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4535         (gnus-group-mail-3-empty, gnus-group-mail-low)
4536         (gnus-group-mail-low-empty, gnus-splash)
4537         * message.el (message-header-to, message-header-cc)
4538         (message-header-subject, message-header-other, message-header-name)
4539         (message-header-xheader, message-separator, message-cited-text)
4540         (message-mml): Lighten colors of faces used for dark background.
4541
4542 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4543
4544         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4545         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4546
4547 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * message.el (message-narrow-to-headers-or-head):
4550         Ignore mail-header-separator in the body.
4551
4552 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4553
4554         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4555         same as window size.
4556
4557 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4558
4559         * message.el (message-font-lock-keywords): Use message-header-xheader
4560         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4561         ahead of the anything pattern, to get it recognised.
4562
4563 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4566         spam.el loads uses it in the compiled defadvice form.
4567
4568 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4569
4570         * gnus-sum.el (gnus-articles-to-read)
4571         (gnus-summary-insert-old-articles): Don't truncate group name for
4572         `read-string'.
4573
4574         * gnus-util.el (gnus-limit-string): Delete this function.
4575
4576         * gnus-sum.el (gnus-simplify-subject-fully): Use
4577         `truncate-string-to-width' instead.
4578
4579 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4580
4581         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4582         if, on summary exit, the next group has to be selected.
4583         (gnus-summary-exit): Use it.
4584
4585 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4588         non-break space.
4589
4590 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4593         Check if group is not a directory.
4594         (nnfolder-request-expire-articles): Don't delete articles if the target
4595         group is not available.
4596
4597         * nnml.el (nnml-request-create-group): Properly check if group is not a
4598         file.
4599         (nnml-request-expire-articles): Don't delete articles if the target
4600         group is not available.
4601
4602         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4603         Don't quote characters that are within parentheses.
4604
4605 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4606
4607         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4608         (gnus-handle-ephemeral-exit): Select article according to it.
4609
4610 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4611
4612         * message.el (message-insert-formated-citation-line): Remove newline.
4613         (message-citation-line-format): Add final \n here so that the user can
4614         avoid a blank line.
4615
4616 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4617
4618         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4619         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4620         Update lanl/arXiv support.
4621
4622 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4623
4624         * gnus.el: Bump version number.
4625
4626 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627
4628         * gnus.el (gnus-version-number): Bump version.
4629
4630 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4631
4632         * gnus.el: No Gnus v0.6 is released.
4633
4634 2007-04-27  Didier Verna  <didier@xemacs.org>
4635
4636         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4637         * gmm-utils.el (gmm-regexp-concat): here.
4638         * message.el: Don't require 'gnus-util.
4639         (message-dont-reply-to-names): Handle name change above.
4640         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4641
4642 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4645         since the initial value varies according to the system.
4646
4647 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4650
4651 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4652
4653         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4654
4655 2007-04-24  Didier Verna  <didier@xemacs.org>
4656
4657         Improve the type of gnus-ignored-from-addresses.
4658         * gnus-util.el (gnus-orify-regexp): New function.
4659         * message.el (gnus-util): Require it.
4660         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4661         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4662         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4663
4664 2007-04-24  Didier Verna  <didier@xemacs.org>
4665
4666         * gnus-sum.el:
4667         * gnus-utils.el: Fix some trailing whitespaces.
4668
4669 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4672         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4673         article's Message-ID; refer parent article in summary buffer.
4674
4675         * message.el (message-bounce): Call mime-to-mml.
4676
4677         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4678         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4679         optimize and/or forms properly.
4680
4681 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4682
4683         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4684         URL.
4685
4686 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4689
4690 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4693         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4694         displayed of multipart/alternative part if it is invoked from summary
4695         buffer.
4696
4697         * mm-view.el (mm-inline-text-html-render-with-w3m)
4698         (mm-inline-text-html-render-with-w3m-standalone)
4699         (mm-inline-render-with-function): Use mail-parse-charset by default.
4700
4701 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4702
4703         * parse-time.el (parse-time-string-chars): Check if CHAR
4704         is less than the length of parse-time-syntax.
4705
4706 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4707
4708         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4709         from gnus-newsgroup-processable.
4710
4711 2007-04-16  Didier Verna  <didier@xemacs.org>
4712
4713         * gnus-msg.el (gnus-configure-posting-styles): Handle
4714         message-signature-directory properly with :file syntax.  Reported by
4715         "Leo".
4716
4717 2007-04-11  Didier Verna  <didier@xemacs.org>
4718
4719         New user option: message-signature-directory.
4720         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4721         * message.el (message-insert-signature): Ditto.
4722         * message.el (message-signature-file): Doc update.
4723         * message.el (message-signature-directory): New.
4724
4725 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * gnus-msg.el (gnus-inews-yank-articles): Use
4728         message-exchange-point-and-mark instead of exchange-point-and-mark.
4729
4730 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * message.el (message-yank-original): Make sure cited text ends with
4733         newline; don't exchange point and mark.
4734
4735 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4736
4737         * tls.el (open-tls-stream): Properly handle case where there
4738         is no associated buffer.
4739
4740 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4741
4742         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4743         message-yank-original, make sure (< mark TEXT point).
4744
4745 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4746
4747         * message.el (message-fill-column): New variable.
4748         (message-mode): Use it.  Add comment on a possible new hook.
4749
4750         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4751         (nnmail-get-new-mail): Reformat.
4752
4753         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4754
4755         * gmm-utils.el: Fix Commentary.
4756         (gmm-tool-bar-from-list): Fix typo in doc string.
4757
4758 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4759
4760         * message.el (message-yank-original): Don't switch point and mark
4761         unnecessarily to put point and mark as documented.
4762
4763 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4764
4765         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4766         from the message heads.
4767
4768 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4769
4770         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4771         article buffer does not have a window.  This may not be the best
4772         solution but is certainly better than setting the start of the null,
4773         that is the current, window.
4774
4775 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4776
4777         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4778         (gnus-draft-setup): Run it.
4779
4780         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4781         gnus-score-fast-scoring.  Allow regexp.
4782         (gnus-score-headers): Use it.
4783
4784         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4785         XEmacs.
4786
4787         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4788         string.
4789         (gnus-button-alist): Also catch `<f1> k ...'.
4790         (gnus-treat-display-x-face): Fix doc string.
4791
4792 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4793
4794         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4795         evaluation of gnus-extended-version to ensure correct generation of the
4796         User-Agent header when message-generate-headers-first is used.
4797
4798 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4799
4800         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4801         hashcash-path is nil.  Don't call callback with incorrect number of
4802         parameters if val is 0.
4803
4804 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4805
4806         * message.el (message-required-news-headers):
4807         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4808
4809 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4810
4811         * tls.el (open-tls-stream): In handshake-waiting loop,
4812         don't wait more if there is output available to process.
4813
4814 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4815
4816         * tls.el (tls-program): Doc fix.
4817
4818 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * message.el (message-generate-new-buffers): Change the meaning of the
4821         nil value; add `standard' to the choices; treat t as `unique'; improve
4822         doc string.
4823         (gnus-select-frame-set-input-focus): Autoload.
4824         (message-buffer-name): Search for the existing message buffer if
4825         message-generate-new-buffers is nil or `standard'; treat the value t of
4826         message-generate-new-buffers as `unique'.
4827         (message-pop-to-buffer): Raise the frame already displaying the message
4828         buffer; clear the echo area after querying.
4829         (message-setup): Pass the `continue' argument to compose-mail.
4830         (message-mail): Prefer `switch-function' if it is given; search for the
4831         existing message buffer if the `continue' argument is non-nil; pass
4832         continue and switch-function arguments to compose-mail by way of
4833         message-setup.
4834         (message-mail-other-window): Adjust argument of message-setup.
4835         (message-mail-other-frame): Ditto.
4836
4837 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4838
4839         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4840         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4841         to turn font-lock on when turning gnus-message-citation-mode on.
4842
4843 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4844
4845         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4846         (mml-smime-function-alist): New variable; add epg as the backend.
4847         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4848         mml-smime- functions instead.
4849         * mm-view.el: Require smime.
4850
4851 2007-03-05  Didier Verna  <didier@xemacs.org>
4852
4853         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4854         instead of just inheritance for posting styles.
4855         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4856
4857 2007-02-24  Chris Moore  <dooglus@gmail.com>
4858
4859         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4860         * pgg-pgp.el (pgg-pgp-encrypt-region):
4861         * pgg-gpg.el (pgg-gpg-encrypt-region):
4862         Check pgg-encrypt-for-me if no other recipients.
4863
4864 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4865
4866         * tls.el (tls-certtool-program): Fix custom type.
4867
4868 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4869
4870         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4871         and point-at-eol instead of line-(beginning|end)-position.
4872
4873         * assistant.el (assistant-parse-buffer): Ditto.
4874
4875         * netrc.el (netrc-parse-services): Ditto.
4876
4877 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4878
4879         * mml2015.el (mml2015-epg-find-usable-key): New function.
4880         (mml2015-epg-sign): Use it.
4881         (mml2015-epg-encrypt): Use it.
4882
4883 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4884
4885         * message.el (message-make-in-reply-to): Quote name containing
4886         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4887         if there are special characters.  Reported by NAKAJI Hiroyuki
4888         <nakaji@jp.freebsd.org>.
4889
4890 2007-02-27  Didier Verna  <didier@xemacs.org>
4891
4892         Include the group parameters as well as the topic ones in the
4893         inheritance filter process.
4894         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4895         argument GROUP-PARAMS-LIST.
4896         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4897
4898 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * nntp.el (nntp-never-echoes-commands)
4901         (nntp-open-connection-functions-never-echo-commands): New variables.
4902         (nntp-send-command): Use them.
4903
4904 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4905
4906         * mml2015.el (mml2015-epg-verify): Simplified.
4907
4908 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4909
4910         * mml.el (mml-content-disposition-alist): New user option.
4911         (mml-content-disposition): New function.
4912         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4913         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4914
4915 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4916
4917         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4918         verification.
4919
4920 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4921
4922         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4923         articles posted in the last 24 hours.
4924
4925 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4926
4927         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4928
4929 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4930
4931         * nntp.el (nntp-send-command): Don't wait for echoes when
4932         nntp-open-ssl-stream is used.
4933
4934 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4935
4936         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4937         (gnus-message-add-citation-keywords)
4938         (gnus-message-remove-citation-keywords): Remove.
4939         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4940         directly, make the variables in font-lock-defaults buffer-local, add
4941         gnus-message-citation-keywords to them and then update the value of
4942         font-lock-keywords.
4943
4944 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * message.el (message-cite-original-1): Don't call
4947         gnus-article-highlight-citation.
4948
4949         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4950         citations; fix line count.
4951
4952 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4953
4954         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4955         (gnus-message-add-citation-keywords)
4956         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4957         versions of font-lock-add-keywords and font-lock-remove-keywords to
4958         work with XEmacs correctly.
4959
4960 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-cite.el (gnus-cite-face-list): Set the values of
4963         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4964         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4965         (gnus-message-cite-prefix-regexp): New variable.
4966         (gnus-message-search-citation-line): Use it; protect against long
4967         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4968         the 0th match data for Emacs.
4969         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4970         (gnus-message-add-citation-keywords): Append keywords rather than
4971         prepending; emulate font-lock-add-keywords if it is not available.
4972         (gnus-message-remove-citation-keywords): Emulate
4973         font-lock-remove-keywords if it is not available.
4974
4975         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4976
4977         * message.el (message-cite-prefix-regexp): Set the value of
4978         gnus-message-cite-prefix-regexp.
4979
4980 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4981
4982         * nnweb.el (nnweb-google-parse-1): Update parser.
4983
4984 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4985
4986         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4987
4988 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4989
4990         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4991         regexp.
4992
4993 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4996         string-to-multibyte.
4997         (uudecode-decode-region-internal): Use it.
4998
4999         * lpath.el: Fbind string-as-multibyte for XEmacs.
5000
5001 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
5002
5003         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
5004         custom choice.
5005
5006         * gnus-art.el (gnus-signature-limit): Fix custom choice.
5007
5008 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
5009
5010         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
5011
5012         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
5013         `write-region' to respect `mm-inhibit-file-name-handlers'.
5014
5015 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
5016
5017         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
5018         Use gnus-home-directory instead of "~/" or "$HOME".
5019
5020 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
5021
5022         * encrypt.el (encrypt-insert-file-contents): Add better prompt
5023         to mention filename.
5024         Add comments at beginning regarding usage.
5025         (encrypt-write-file-contents): Change interactive so a string is
5026         acceptable.  If the file has no associated model, show an error instead
5027         of a nonsense prompt.
5028
5029 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5030
5031         * spam.el (spam-bsfilter-ham-switch): Fix typo.
5032         Thanks to Yoshihiko Yamada for kind notification of this typo.
5033
5034 2007-01-12  Kenichi Handa  <handa@m17n.org>
5035
5036         * uudecode.el (uudecode-decode-region-internal): Make it work in a
5037         multibyte buffer.
5038
5039 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
5040
5041         * gnus-score.el (gnus-score-fast-scoring): New variable.
5042         (gnus-score-headers): Use it.
5043
5044         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
5045
5046         * message.el (message-cite-original-1): Call
5047         gnus-article-highlight-citation if requested.
5048         (message-make-from): Allow name and address as optional arguments.
5049
5050         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
5051
5052         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
5053         bugs to doc string.
5054         (gnus-button-alist): Add mid\\|message-id.
5055         (gnus-button-fetch-group): Extend for use in
5056         `browse-url-browser-function'.
5057         (gnus-button-url-regexp): Try to catch paired parentheses like in
5058         Wikipedia URLs.
5059
5060         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
5061         Suggested by Simon Krahnke <overlord@gmx.li>.
5062
5063 2007-01-13  Romain Francoise  <romain@orebokech.com>
5064
5065         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
5066         Update copyright.
5067
5068 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
5069
5070         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
5071
5072 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
5073
5074         * gnus-registry.el (gnus-registry-unfollowed-groups)
5075         (gnus-registry-split-fancy-with-parent): Fix documentation.
5076
5077 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5078
5079         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
5080         from nnweb groups.
5081
5082 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5083
5084         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
5085         Xref urls.  Erase buffer before requesting head.
5086
5087 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
5088
5089         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
5090         customizable.
5091
5092 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
5093
5094         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
5095         no signing key is found.
5096         (mml2015-epg-encrypt): Ask user whether to skip or abort if
5097         no encrypting and/or signing key is found.
5098
5099 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5100
5101         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
5102
5103 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5104
5105         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
5106         headers read from disk with the ones newly found in the current search.
5107         This should no longer cause problems, because the article numbers in
5108         Gmane's `nov.php' output are ignored since the previous change.
5109
5110 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5111
5112         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
5113
5114 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5117         replace-regexp-in-string; bind url-version; fbind display-images-p and
5118         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5119         find-face and set-itimer-function for Emacs; bind itimer-list for
5120         Emacs.
5121
5122         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5123
5124 2007-01-01  Romain Francoise  <romain@orebokech.com>
5125
5126         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5127
5128 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5129
5130         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5131         `define-minor-mode' macro definition expanded properly.
5132         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5133         exclude it there.
5134
5135         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5136         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5137         `fboundp' test.
5138         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5139         This is OK to autoload in (S)XEmacs now.
5140
5141 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142
5143         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5144         keystroke.
5145         (gnus-summary-limit-to-singletons): Fix typo.
5146
5147         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5148         else fails.
5149
5150 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5151
5152         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5153         docstring.
5154
5155         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5156         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5157         (gnus-summary-insert-dormant-articles): Fix typo in message.
5158
5159 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5160
5161         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5162         nil for XEmacs.
5163         (gnus-message-citation-mode): Don't autoload in XEmacs.
5164
5165         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5166
5167 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5168
5169         * nnimap.el (nnimap-expunge-search-string): Mention
5170         nnimap-search-uids-not-since-is-evil in docstring.
5171
5172 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5173
5174         * spam.el: Revert to make-obsolete-variable because
5175         define-obsolete-variable-alias is not supported in Emacs 21.
5176
5177         * spam.el (spam-ifile-path, spam-ifile-database-path)
5178         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5179         make-obsolete-variable.
5180         (spam-bsfilter-path, spam-bsfilter-program)
5181         (spam-spamassassin-path, spam-spamassassin-program)
5182         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5183         use "path" inappropriately.
5184         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5185         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5186         variable names.
5187
5188 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5189
5190         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5191         summary buffer.
5192
5193         * password.el (password-cache-remove): Use clear-string to burn
5194         password, if available.
5195
5196 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5199
5200         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5201
5202         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5203         (gnus-message-highlight-citation): Move defcustom here from
5204         gnus-cite.el.
5205         (gnus-message-citation-mode): Autoload.
5206
5207         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5208         checks to make it compile with XEmacs.
5209         (gnus-message-citation-mode): New minor mode.
5210         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5211         (gnus-message-highlight-citation): New variables.
5212         (gnus-message-search-citation-line)
5213         (gnus-message-add-citation-keywords)
5214         (gnus-message-remove-citation-keywords)
5215         (turn-on-gnus-message-citation-mode)
5216         (turn-off-gnus-message-citation-mode): New functions.
5217
5218 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5219
5220         * gnus-cite.el: Enable highlighting of different citation levels in
5221         message-mode.
5222
5223 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5224
5225         * message.el (message-make-fqdn): Fix comment.
5226         (message-bogus-system-names): Add ".local".
5227
5228         * spam.el (spam-ifile-path, spam-ifile-program)
5229         (spam-ifile-database-path, spam-ifile-database)
5230         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5231         Don't use "path" inappropriately.
5232         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5233         strings.
5234         (spam-check-ifile, spam-ifile-register-with-ifile)
5235         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5236         new variable names.
5237
5238         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5239         (gnus-treat-display-smileys): Simplify using
5240         gnus-image-type-available-p.
5241
5242         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5243         available.
5244
5245         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5246         `display-images-p' if available.
5247
5248 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5251         one after turning on the buffer's multibyteness instead of decoding
5252         them directly in the unibyte buffer that causes unexpected conversion
5253         in Emacs 23 (unicode).
5254
5255 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5256
5257         * message.el (message-generate-hashcash): Fix custom type.
5258
5259 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5260
5261         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5262
5263 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5266         disconnect icons.  Add help text.
5267
5268 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5269
5270         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5271         negated to be consistent with the others we handle.
5272
5273 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5274
5275         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5276         version of gnus-summary-buffer to something, so that we can use two
5277         article buffers at the same time.
5278
5279 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5280
5281         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5282         trigger all the extra headers.
5283         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5284         sorting.
5285
5286 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5287
5288         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5289         solid groups.
5290
5291 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5292
5293         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5294
5295 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * legacy-gnus-agent.el: Add Copyright notice.
5298
5299 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5300
5301         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5302
5303 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5304
5305         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5306
5307         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5308         to make it work reliably in CVS Emacs.
5309         (gnus-summary-limit-strange-charsets-predicate)
5310         (gnus-summary-limit-to-predicate): New functions.
5311
5312 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5313
5314         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5315         specifying array size.
5316         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5317         array if it is too small.
5318         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5319         (gnus-sort-threads-loop): New function.
5320
5321 2006-12-06  Chris Moore  <dooglus@gmail.com>
5322
5323         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5324         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5325
5326 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5327
5328         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5329         options.
5330
5331 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332
5333         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5334         DOS-ing the recipient.
5335
5336         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5337         the headers when creating the mapping to avoid mismappings.
5338         (nnweb-gmane-create-mapping): Always nix out old mapping.
5339
5340 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5343         and mm-verify-option to never.
5344
5345 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * message.el (message-signed-or-encrypted-p): New function.
5348         (message-forward-make-body): Use it.
5349
5350         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5351         Replace encode-coding-string with mm-encode-coding-string.
5352
5353 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * nneething.el (nneething-decode-file-name): Replace
5356         decode-coding-string with mm-decode-coding-string.
5357
5358         * gnus-int.el (gnus-open-server): Say failed server's name.
5359
5360 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5361
5362         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5363         strings to a single string.  Quote `errors-file-name'.
5364         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5365         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5366         Adjust calls.  Use `shell-quote-argument'.
5367
5368 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5369
5370         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5371         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5372
5373         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5374         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5375         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5376         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5377         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5378         (gnus-subscribe-newsgroup, gnus-1):
5379         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5380         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5381         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5382         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5383
5384 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385
5386         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5387         keystroke.
5388         (gnus-summary-limit-to-bodies): Implement headersp.
5389
5390 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5391
5392         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5393
5394 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5397
5398 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5399
5400         * message.el (message-generate-hashcash): Expand range of values to
5401         include `opportunistic'.
5402         (message-send-mail): Use it.
5403
5404 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5405
5406         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5407         and comment it.
5408
5409         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5410
5411 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5412
5413         * gnus-util.el (gnus-extract-address-components): Improve comment.
5414
5415 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5416
5417         * gnus-util.el (gnus-extract-address-components): Work with address in
5418         which the name portion contains @.
5419
5420         * lpath.el: Fbind custom-autoload.
5421
5422 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5423
5424         * gnus.el (gnus-start): Move custom group up.
5425         (gnus-select-method): Don't autoload, but make it available for
5426         `customize-variable'.
5427         (gnus-getenv-nntpserver): Don't autoload.
5428
5429 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5430
5431         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5432
5433 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * message.el (message-sendmail-extra-arguments): New variable.
5436         (message-send-mail-with-sendmail): Use it.
5437
5438 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5441         mm-with-unibyte-current-buffer to make string unibyte.
5442
5443         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5444         mm-string-as-multibyte.
5445
5446 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5447
5448         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5449         Reported by Werner Koch <wk@gnupg.org>.
5450
5451 2006-11-14  Daiki Ueno  <ueno@p360>
5452
5453         * mml2015.el: Autoload epa-select-keys when compiling.
5454
5455 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5456
5457         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5458         message-options.
5459         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5460
5461 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5462
5463         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5464         EasyPG (< 0.0.6).
5465         (mml2015-always-trust): New user option.
5466         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5467         prompt.
5468
5469 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * nntp.el (nntp-authinfo-force): New variable.
5472         (nntp-send-authinfo): Use it.
5473
5474 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5475
5476         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5477         decode encoded words.  Improve prompt.  Add comment about forwarding.
5478         (message-replacement-char): Move up.
5479
5480 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5481
5482         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5483         instead of gnus-intersection because arguments of gnus-sorted-nunion
5484         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5485
5486 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5487
5488         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5489         (message-simplify-subject-functions): Enable
5490         message-strip-subject-encoded-words by default.
5491
5492 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5493
5494         * message.el (message-strip-subject-encoded-words): New function
5495         (message-simplify-subject-functions): New variable.
5496         (message-simplify-subject): Use it.  Fix typo in doc string.
5497         Support message-strip-subject-encoded-words.
5498
5499 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5500
5501         * gnus-diary.el (gnus-diary-delay-format-function):
5502         * nndiary.el (nndiary-reminders):
5503         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5504
5505 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5506
5507         * gnus-art.el (article-hide-boring-headers): Fetch date from
5508         gnus-original-article-buffer to avoid problems with localized date
5509         strings.
5510
5511 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5512
5513         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5514
5515 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5516
5517         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5518         New variables.
5519         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5520         (mm-charset-synonym-alist): Move some entries to
5521         mm-codepage-iso-8859-list.
5522         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5523         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5524
5525 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5526
5527         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5528
5529 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5530
5531         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5532         with Emacs 21 and XEmacs.
5533
5534 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5535
5536         * spam.el (spam-parse-address): New function for better parsing,
5537         catching errors, etc.
5538         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5539
5540 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * mm-view.el: Add interactive arg to html2text autoload.
5543
5544 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5547
5548 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5549
5550         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5551         variables.
5552         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5553         (mm-charset-synonym-alist): Move some entries to
5554         mm-codepage-iso-8859-list.
5555
5556         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5557
5558 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5559
5560         * message.el (message-citation-line-format)
5561         (message-insert-formated-citation-line): Fix implementation of %E, %N
5562         and %n according to the doc string.
5563
5564 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5565
5566         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5567         car-safe to avoid bad parses.
5568
5569 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5572         names.
5573
5574         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5575
5576 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5579         header.
5580
5581         * message.el (message-draft-headers): Add Date.
5582         (message-headers-to-generate): Fix typo in docstring.
5583
5584         * nndraft.el (nndraft-required-headers): New variable.
5585         (nndraft-generate-headers): Use it.
5586
5587         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5588
5589 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * gnus-registry.el (gnus-registry-wash-for-keywords)
5592         (gnus-registry-find-keywords): New functions to allow easy searching of
5593         articles that are in the registry.
5594
5595 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5598         ietf-drums-parse-address instead of gnus-extract-address-components.
5599         Reported by Damien Elmes <damien@repose.cx>.
5600
5601 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5602
5603         * gnus.el (gnus-mime): Remove unused custom group.
5604
5605 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5606
5607         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5608         "blank line" when searching for end of armor headers.
5609
5610 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5611
5612         * gmm-utils.el (gmm-write-region): Fix variable name.
5613
5614 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5615
5616         * gmm-utils.el (gmm-write-region): New function based on compatibility
5617         code from `mm-make-temp-file'.
5618
5619         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5620
5621         * nnmaildir.el (nnmaildir--update-nov)
5622         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5623         Use `gmm-write-region'.
5624
5625 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5626
5627         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5628         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5629
5630         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5631
5632         * message.el (message-replacement-char): New variable.
5633         (message-fix-before-sending): Use it.
5634         (message-simplify-subject): New function to remove duplicate code.
5635         (message-reply, message-followup): Use it.
5636
5637         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5638         gnus-summary-limit-to-articles.
5639
5640 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * gnus-util.el (gnus-with-local-quit): New macro.
5643
5644         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5645
5646 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5647
5648         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5649         ignore non-string data.
5650
5651 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5652
5653         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5654         non-string data (needs to be done in the registry too).
5655
5656 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5659         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5660         (gnus-registry-split-fancy-with-parent)
5661         (gnus-registry-fetch-simplified-message-subject-fast)
5662         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5663         Remove text properties on ingress into the registry and when it's saved.
5664         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5665         registry from entries with no groups.
5666
5667 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5668
5669         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5670         function to remove string properties.
5671
5672 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * gmm-utils.el (gmm): Adjust custom version.
5675
5676         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5677         custom version.
5678
5679         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5680
5681 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * gnus-art.el (gnus-insert-prev-page-button)
5684         (gnus-insert-next-page-button): Simplify.  Reformat.
5685
5686 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5687
5688         * gnus-art.el (gnus-insert-prev-page-button)
5689         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5690
5691 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5692
5693         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5694
5695 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5696
5697         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5698         gnus-article-button-face to MIME and security buttons.
5699
5700 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5701
5702         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5703         readable.
5704
5705 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5708
5709 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5710
5711         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5712         `browse-url-of-file' instead of `browse-url'.
5713
5714 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5715
5716         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5717         regexp.  Articles containing quotation were cut prematurely.
5718
5719 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5720
5721         * message.el (message-cite-original-1): Use nobody by default for the
5722         value of From header.
5723         (message-reply): Ditto.
5724
5725 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5726
5727         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5728         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5729         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5730
5731 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5732
5733         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5734         mails in the doc string.  Add some URLs in comment.
5735         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5736
5737 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5740         backslashes handling and the way to find boundaries of quoted strings.
5741
5742 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5743
5744         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5745         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5746         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5747         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5748
5749 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5750
5751         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5752         doc string.
5753         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5754
5755 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * lpath.el: Fbind epg-check-configuration.
5758
5759 2006-09-06  Simon Josefsson  <jas@extundo.com>
5760
5761         * mml2015.el (mml2015-use): Doc fix, mention epg.
5762
5763 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5764
5765         * mml2015.el (mml2015-use): Default to epg, if available.
5766
5767 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5768
5769         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5770         message-sender.
5771         (mml1991-epg-encrypt): Ditto.
5772         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5773         message-sender.
5774         (mml2015-epg-encrypt): Ditto.
5775
5776 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5777
5778         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5779         several common directories.
5780
5781 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5782
5783         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5784         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5785
5786 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * gnus-art.el (article-decode-encoded-words): Make it fast.
5789
5790 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5791
5792         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5793
5794         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5795         in quoted string into `\'.
5796
5797 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5798
5799         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5800         Use standard-syntax-table.
5801
5802 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-art.el (gnus-decode-address-function): New variable.
5805         (article-decode-encoded-words): Use it to decode headers which are
5806         assumed to contain addresses.
5807         (gnus-mime-delete-part): Remove useless `or'.
5808
5809         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5810         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5811         (gnus-nov-parse-line): Use it to decode From header.
5812         (gnus-get-newsgroup-headers): Ditto.
5813         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5814
5815         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5816         (mail-decode-encoded-address-string): New alias.
5817
5818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5819         New function.
5820         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5821         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5822         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5823         (rfc2047-decode-string): Ditto.
5824         (rfc2047-decode-address-region): New function.
5825         (rfc2047-decode-address-string): New function.
5826
5827 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5828
5829         * message.el (message-caesar-buffer-body): Allow rotating headers.
5830
5831         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5832
5833         * message.el (message-insert-formated-citation-line): Fix %f.
5834         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5835
5836 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5837
5838         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5839         (gnus-bookmark-mouse-available-p): New macro.
5840         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5841         (gnus-bookmark-bmenu-show-infos): Use it.
5842         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5843         (gnus-bookmark-bmenu-hide-infos): Ditto.
5844         (gnus-bookmark-remove-properties): New function.
5845         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5846         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5847         (gnus-bookmark-write-file): Bind coding-system-for-write.
5848         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5849         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5850         group before selecting it.
5851         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5852         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5853         quit-window if it is not available; use gnus-mouse-2 and bind it to
5854         gnus-bookmark-bmenu-select-by-mouse.
5855         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5856         (gnus-bookmark-bmenu-select-by-mouse): New function.
5857
5858 2006-08-13  Romain Francoise  <romain@orebokech.com>
5859
5860         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5861         space.
5862
5863 2006-08-10  Romain Francoise  <romain@orebokech.com>
5864
5865         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5866         (dns-mode-soa-auto-increment-serial): New user option.
5867         (dns-mode-soa-maybe-increment-serial): New function.
5868         (dns-mode): Add the latter to `write-contents-functions'.
5869
5870 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * compface.el (uncompface): Use binary rather than raw-text-unix.
5873
5874 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5875
5876         * compface.el (uncompface): Make sure the eol conversion doesn't take
5877         place when communicating with the external programs.  Reported by
5878         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5879
5880 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5881
5882         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5883
5884 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5885
5886         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5887         Make it more robust by parsing author and date independently.
5888
5889 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5890
5891         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5892
5893 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5894
5895         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5896         first matching secret key.
5897         (mml2015-epg-encrypt): Ditto.
5898
5899         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5900         first matching secret key.
5901         (mml1991-epg-encrypt): Ditto.
5902
5903         * mml2015.el (mml2015-encrypt-to-self): New user option.
5904         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5905         mml2015-epg-encrypt-to-self is set.
5906
5907         * mml1991.el (mml1991-encrypt-to-self): New variable.
5908         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5909         mml1991-epg-encrypt-to-self is set.
5910
5911         * mml2015.el (mml2015-signers): New user option.
5912         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5913         (mml2015-epg-encrypt): Allow to select signing keys.
5914
5915         * mml1991.el (mml1991-signers): New variable.
5916         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5917         (mml1991-epg-encrypt): Allow to select signing keys.
5918
5919 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * nnheader.el (nnheader-insert-head): Make it work even if the file
5922         uses CRLF for the line-break code.
5923
5924 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5925
5926         * mml2015.el: Require mml-sec instead of password.
5927         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5928         (mml2015-cache-passphrase): Inherit the default value from
5929         mml-secure-cache-passphrase.
5930         (mml2015-passphrase-cache-expiry): Inherit the default value from
5931         mml-secure-passphrase-cache-expiry.
5932
5933         * mml1991.el: Require mml-sec instead of password.
5934         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5935         (mml1991-cache-passphrase): Inherit the default value from
5936         mml-secure-cache-passphrase.
5937         (mml1991-passphrase-cache-expiry): Inherit the default value from
5938         mml-secure-passphrase-cache-expiry.
5939
5940         * mml-sec.el: Require password.
5941         (mml-secure-verbose): New user option.
5942         (mml-secure-cache-passphrase): New user option.
5943         (mml-secure-passphrase-cache-expiry): New user option.
5944
5945 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5946
5947         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5948         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5949         andreas@altroot.de (Andreas Vögele).
5950
5951         FIXME: Use `tiny change'?
5952
5953 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5954
5955         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5956         workaround for the url package included with Emacs.
5957
5958         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5959
5960 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5961
5962         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5963         correctly.  This fixes a bug caused by the 2006-05-12 change.
5964
5965 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5966
5967         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5968         some information about the error when saying that the `bogus' mail
5969         group will be used.
5970
5971 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5972
5973         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5974         string.
5975
5976 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5977
5978         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5979
5980 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5981
5982         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5983
5984 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5985
5986         * mml1991.el (mml1991-function-alist): Add epg.
5987         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5988         (mml1991-epg-encrypt): New functions.
5989
5990 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5991
5992         * mml2015.el (mml2015-verbose): New variable.
5993         (mml2015-cache-passphrase): Ditto.
5994         (mml2015-passphrase-cache-expiry): Ditto.
5995         (mml2015-function-alist): Add epg.
5996         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5997         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5998         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5999         functions.
6000
6001 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6002
6003         * message.el (message-cite-original-1): Preserve region when removing
6004         quoted text due to X-No-Archive in order to avoid bogus attribution
6005         when citing multiple messages.
6006
6007 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6008
6009         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
6010         Kenneth Jacker <khj@be.cs.appstate.edu>.
6011
6012 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * gnus-diary.el (gnus-user-format-function-d)
6015         (gnus-user-format-function-D): Autoload.
6016
6017         * imap.el (Commentary): Fix typo.
6018
6019         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
6020         2006-04-22 contribution.
6021
6022 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6023
6024         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
6025         It didn't really fix the bogosity I'm seeing with solid web groups.
6026
6027 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6028
6029         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
6030         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
6031         created using server names.  If we use the feature without declaring
6032         it, Gnus does not properly manage server and group state.
6033
6034         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
6035         bound.
6036
6037 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6038
6039         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
6040         looking up the method using GROUP's prefix before inventing a new one.
6041         It is used on killed/unknown groups in various places where returning
6042         an all-new method isn't expected by the caller.
6043
6044         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
6045         and match semantics of gnus-group-real-prefix.
6046
6047 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
6048
6049         * nnmail.el (nnmail-broken-references-mailers): New variable.
6050         (nnmail-ignore-broken-references): New function generalizing
6051         nnmail-fix-eudora-headers.
6052         (nnmail-fix-eudora-headers): Now obsolete.
6053
6054         * gnus-art.el (gnus-button-handle-custom): Support
6055         `customize-apropos*'.
6056
6057 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6058
6059         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
6060
6061         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
6062         articles.
6063
6064 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
6065
6066         * message.el (message-cite-reply-above): New variable.
6067         (message-yank-original): Use it.
6068
6069 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6070
6071         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
6072
6073 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
6074
6075         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
6076         as read.
6077
6078         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
6079
6080 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
6081
6082         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
6083         (gnus-bookmark-default-file): Use gnus-directory.
6084         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
6085         Remove "*" in doc string.
6086         (gnus-bookmark-write-file): Simplify.
6087         (gnus-bookmark-maybe-sort-alist): Use `when'.
6088         (gnus-bookmark-get-bookmark): Fix typo in doc string.
6089         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
6090         FIXME about Emacs 21 and XEmacs compatibility.
6091         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
6092         compatibility.
6093         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
6094         compatibility.
6095         (gnus-bookmark-menu-heading): Fix version.
6096
6097 2006-06-19  Bastien Guerry  <bzg@altern.org>
6098
6099         * gnus-bookmark.el: New file.
6100
6101 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6102
6103         * message.el (message-syntax-checks): Doc fix.
6104
6105 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6106
6107         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
6108         unsubscribed groups as if they were killed ones.  It causes duplicate
6109         entries in gnus-newsrc-alist.
6110
6111 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * message.el (message-syntax-checks): Doc fix.
6114         (message-send-mail): Add check for continuation headers.
6115         (message-check-news-header-syntax): Fix regexp used to check for
6116         continuation headers.
6117
6118 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6119
6120         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6121
6122 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6123
6124         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6125
6126 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6127
6128         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6129         default-truncate-lines.
6130
6131 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6134         to fill the utf-8 entry.
6135
6136         * lpath.el: Fbind unicode-precedence-list.
6137
6138 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6139
6140         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6141
6142 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6143
6144         * gnus-agent.el (directory-files-and-attributes): Move all the way
6145         forward (the third and final move).
6146         (gnus-agent-read-agentview): Trap reconstruction errors due to
6147         nonexistant directory.  Handle by returning nil.
6148
6149 2006-05-30  Didier Verna  <didier@xemacs.org>
6150
6151         * message.el (message-dont-reply-to-names): Update the custom type.
6152         * message.el (message-dont-reply-to-names): New defsubst: potentially
6153         convert a list of regexps into a single one.
6154         * message.el (message-get-reply-headers): Use it.
6155         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6156
6157 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * gnus-agent.el (directory-files-and-attributes): Move forward.
6160
6161 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * gnus-ml.el (gnus-mailing-list-subscribe)
6164         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6165         (gnus-mailing-list-message): Fix doc strings.
6166
6167 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6168
6169         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6170         of doing it manually.
6171
6172 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6173
6174         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6175         comment.
6176
6177 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6178
6179         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6180         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6181         (gnus-agent-read-local): All symbols allocated in my-obarray
6182         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6183         (gnus-agent-regenerate-group): Check numeric names to see if they are
6184         messages or groups.
6185         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6186         better way of do this...)
6187
6188         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6189         'dummy.group' (there should be a better way of do this...)
6190
6191 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6192
6193         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6194         (gnus-saved-headers): Ditto.
6195         (gnus-default-article-saver): Mention functions may have properties.
6196         (gnus-article-save): Override gnus-save-all-headers and
6197         gnus-saved-headers by :headers property which saver function may have.
6198         (gnus-summary-save-in-file): Add :headers property.
6199         (gnus-summary-write-to-file): Ditto.
6200
6201         * gnus-sum.el (gnus-summary-save-article): Bind
6202         gnus-prompt-before-saving to t when saving many articles in a file;
6203         always show all headers.
6204
6205         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6206
6207 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6210         marks.
6211
6212         * message.el (message-indent-citation): Add optional arguments to allow
6213         using it outside of message buffers.
6214
6215         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6216         (gnus-article-treat-unfold-headers): Use it.
6217         (gnus-article-truncate-lines): New variable.
6218         (gnus-article-mode): Use it.
6219         (gnus-article-toggle-truncate-lines): New function.
6220
6221         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6222         gnus-article-toggle-truncate-lines.
6223
6224         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6225         coding system in XEmacs, use binary.
6226
6227 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6228
6229         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6230         after-load-alist.
6231
6232         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6233         this function should save decoded articles.
6234         (gnus-summary-write-to-file): Use property to specify this function
6235         should save decoded articles and specify gnus-summary-save-in-file
6236         should be used to save articles other than the first one when saving
6237         many articles.
6238         (gnus-summary-save-body-in-file): Use property to specify this
6239         function should save decoded articles.
6240         (gnus-summary-write-body-to-file): Use property to specify this
6241         function should save decoded articles and specify
6242         gnus-summary-save-body-in-file should be used to save articles other
6243         than the first one when saving many articles.
6244
6245         * gnus-sum.el (gnus-summary-save-article): Simplify.
6246
6247 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6248
6249         * gnus-art.el (gnus-default-article-saver): Add
6250         gnus-summary-write-body-to-file.
6251         (gnus-article-save-coding-system): Don't use coding system object
6252         in XEmacs.
6253         (gnus-read-save-file-name): Add optional `dir-var' argument which
6254         specifies directory in which files are saved; work even if optional
6255         `variable' argument is not specified.
6256         (gnus-summary-write-to-file): Read file name.
6257         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6258         (gnus-summary-write-body-to-file): New function.
6259
6260         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6261         (gnus-summary-local-variables): Add it.
6262         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6263         (gnus-summary-save-article): Remove optional `decode' argument;
6264         determine whether to decode articles by the value of
6265         gnus-default-article-saver; when saving many files using
6266         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6267         it first and use gnus-summary-save-in-file or
6268         gnus-summary-save-body-in-file thereafter unless
6269         gnus-prompt-before-saving is always; move point to article which
6270         will be saved.
6271         (gnus-summary-save-article-file): Revert.
6272         (gnus-summary-write-article-file): Revert.
6273         (gnus-summary-save-article-body-file): Revert.
6274         (gnus-summary-write-article-body-file): New function.
6275
6276 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6277
6278         * gnus-art.el (gnus-default-article-saver): Doc fix.
6279         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6280         from gnus-summary-save-article-coding-system, and default to a
6281         certain coding system.
6282         (gnus-output-to-file): Add coding cookie and encode text according
6283         to gnus-article-save-coding-system; don't use mm-append-to-file.
6284
6285         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6286         gnus-art.el and rename to gnus-article-save-coding-system.
6287         (gnus-summary-save-article): Require gnus-art; don't show all
6288         headers if it decodes articles; don't add coding cookie here;
6289         don't bind mm-text-coding-system-for-write.
6290         (gnus-summary-save-article-file): Save decoded articles.
6291         (gnus-summary-write-article-file): When saving many files, use
6292         gnus-summary-write-to-file first and gnus-summary-save-in-file
6293         thereafter unless gnus-prompt-before-saving is always.
6294         (gnus-summary-save-article-body-file): Save decoded articles.
6295
6296         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6297
6298 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * nnrss.el (nnrss-check-group): Bind hash-index.
6301
6302 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6303
6304         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6305         its hash index.  Store this hash in `nnrss-group-data'.
6306         (nnrss-read-group-data): Update accordingly.
6307
6308 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6309
6310         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6311         entry.
6312
6313         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6314         gnus-article-browse-html-article.
6315
6316 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6317
6318         * gnus-sum.el (gnus-summary-mime-map): Add
6319         gnus-article-browse-html-article.
6320
6321         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6322
6323 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6324
6325         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6326         suitable coding systems in customize.
6327
6328 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6329
6330         * mail-source.el (mail-sources): Fix custom type.
6331
6332 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6333
6334         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6335         (gnus-summary-expire-articles-now): Shorten prompt.
6336
6337         * gmm-utils.el (wid-edit): Require.
6338         (defun-gmm): Renamed from `gmm-defun-compat'.
6339         (gmm-image-search-load-path): Use it.
6340         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6341
6342 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6345         variable.
6346         (gnus-summary-save-article): Add optional `decode' argument.  If
6347         it is set and gnus-summary-save-article-coding-system is non-nil,
6348         save decoded article.
6349         (gnus-summary-write-article-file): Save decoded article if
6350         gnus-summary-save-article-coding-system is non-nil.
6351
6352         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6353         type.
6354
6355 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6358
6359 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6360
6361         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6362         first to test gnus-single-article-buffer which may be buffer-local.
6363
6364         * gnus-sum.el (gnus-summary-setup-buffer): Make
6365         gnus-single-article-buffer buffer-local and nil in ephemeral
6366         group; make gnus-article-buffer, gnus-article-current, and
6367         gnus-original-article-buffer always buffer-local.
6368         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6369         group.
6370         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6371
6372 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6373
6374         * nnml.el (nnml-request-compact-group): Compressed files might not
6375         have .gz extension.
6376
6377 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6378
6379         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6380         (mm-copy-to-buffer): Use with-current-buffer.
6381         (mm-display-part): Simplify.
6382         (mm-inlinable-p): Add optional arg `type'.
6383
6384 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6385
6386         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6387         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6388         Try harder to show the attachment internally or externally using
6389         gnus-mime-view-part-as-type.
6390
6391 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6392
6393         * message.el (message-from-style, message-signature-separator)
6394         (message-user-organization-file, message-send-mail-function)
6395         (message-citation-line-function, message-yank-prefix)
6396         (message-indent-citation-function, message-signature)
6397         (message-signature-file, message-signature-insert-empty-line):
6398         Remove autoloads.
6399
6400         * gnus-art.el (gnus-buttonized-mime-types): Remove
6401         "multipart/signed".  Revert 2006-04-26 change.
6402
6403 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6404
6405         * gnus.el (gnus-version-number): Bump version.
6406
6407 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6408
6409         * gnus.el: No Gnus v0.5 is released.
6410
6411 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6412
6413         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6414         fetching articles by message-id.
6415
6416 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6417
6418         * message.el (hashcash): Require hashcash as normal.
6419
6420         * ecomplete.el (ecomplete-highlight-match-line): Use
6421         point-at-eol.
6422         (ecomplete-highlight-match-line): Use `highlight', because that
6423         face exists in both Emacs and XEmacs.
6424
6425         * message.el (message-display-abbrev): Use point-at-bol.
6426
6427         * mail-source.el: Don't require timer/timer-funcs.
6428
6429         * gnus-async.el: Ditto.
6430
6431         * password.el: Ditto.
6432
6433         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6434
6435         * mm-url.el: Ditto.
6436
6437         * gnus-xmas.el: Don't require timer-funcs.
6438
6439         * mm-util.el: Require timer/timer-funcs.
6440
6441 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6442
6443         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6444         Close.
6445
6446 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6449         unibyte after clear-decrypt function runs.
6450
6451         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6452         returns as a unibyte string.
6453
6454 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * lpath.el: Revert.
6457
6458         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6459         (pgg-gpg-process-sentinel): Revert.
6460
6461         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6462         (pgg-pgp-lookup-key): Revert.
6463
6464         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6465         (pgg-pgp5-lookup-key): Revert.
6466
6467         * pgg.el (pgg-fetch-key): Revert.
6468
6469 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6470
6471         * lpath.el: Fbind string-as-multibyte for XEmacs.
6472
6473         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6474         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6475         (mml1991-pgg-encrypt): Ditto.
6476
6477         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6478         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6479         a multibyte buffer.
6480
6481         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6482         (pgg-pgp-lookup-key): Ditto.
6483
6484         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6485         (pgg-pgp5-lookup-key): Ditto.
6486
6487         * pgg.el (pgg-fetch-key): Ditto.
6488
6489 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6490
6491         * message.el (message-user-organization-file): Check several
6492         locations of the organization file.
6493
6494         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6495         Add gnus-article-view-part-as-type.
6496
6497         * gnus-art.el (gnus-article-view-part-as-type): New function.
6498
6499         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6500         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6501
6502         * mml.el: Simplify autoload.
6503         (mml-mode): defvar dnd-protocol-alist instead of using
6504         symbol-value.
6505         (mml-default-directory): New variable.
6506         (mml-minibuffer-read-file): Use it.
6507         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6508
6509         * message.el (message-citation-line-format): New variable.
6510         (message-insert-formated-citation-line): New function.
6511         (message-citation-line-function): Add
6512         `message-insert-formated-citation-line' to custom type.
6513
6514         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6515         to doc string.
6516
6517         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6518         depending on mm-verify-option.
6519
6520 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6521
6522         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6523         binding pgg-* variables; reimplement the section which prevents
6524         MIME header from being signed.
6525         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6526         pgg-text-mode; remove a blank line at the top of body.
6527
6528         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6529         lines at the top of body; use gnus-newsgroup-charset if there's no
6530         Charset header.
6531
6532 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * message.el (message-self-insert-commands): Doc fix.
6535
6536         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6537         (mm-uu-pgp-encrypted-test): Ditto.
6538         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6539         between header and body; return application/pgp-encrypted handle
6540         if decryption failed; decode decrypted body by charset.
6541
6542         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6543         element match to application/pgp-*.
6544
6545 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6546
6547         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6548         HTML.
6549
6550 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * mail-source.el (mail-source-call-script): Message the error
6553         string.
6554
6555 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus-util.el (gnus-byte-compile): Use it.
6558
6559 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6560
6561         * gnus-util.el (kill-empty-logs): New function.
6562
6563 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6564
6565         * message.el (message-mail-alias-type): Doc fix.
6566         (message-mail-alias-type-p): New function.
6567         (message-send): Use it.
6568         (message-mode): Ditto.
6569         (message-strip-forbidden-properties): Ditto.
6570
6571         * ecomplete.el (ecomplete-database-file-coding-system): New
6572         variable.
6573         (ecomplete-save): Use it.
6574         (ecomplete-setup): Use it.
6575
6576 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6577
6578         * message.el (message-self-insert-commands): New variable.
6579         (message-strip-forbidden-properties): Use it.
6580
6581 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6582
6583         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6584         that doesn't make XEmacs choke.
6585
6586 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gnus-util.el (gnus-replace-in-string):
6589         Prefer replace-regexp-in-string over of replace-in-string.
6590
6591 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6592
6593         * gnus-util.el (gnus-select-frame-set-input-focus):
6594         Use select-frame-set-input-focus if it is available in XEmacs; use
6595         definition defined in Emacs 22 for old Emacsen.
6596
6597         * dgnushack.el: Autoload unmorse-region for XEmacs.
6598
6599         * lpath.el: Bind cursor-in-non-selected-windows and
6600         select-frame-set-input-focus for XEmacs.
6601
6602 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6605
6606 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6607
6608         * gnus-registry.el (gnus-registry-cache-save): Remove text
6609         properties when saving via the temp buffer.
6610
6611 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * message.el (message-generate-hashcash): Honor custom type.
6614
6615 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6616
6617         * message.el (message-generate-hashcash): Default to non-nil when
6618         hashcash is found.
6619
6620         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6621         (gnus-refer-thread-limit): Increase default to 500.
6622
6623         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6624
6625         * flow-fill.el (fill-flowed): Allow delete-space.
6626
6627 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6628
6629         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6630         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6631         Remove autoloads.
6632
6633 2006-04-18  Simon Josefsson  <jas@extundo.com>
6634
6635         * message.el (message-generate-hashcash): Default to.
6636
6637 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6640         concatenating segments rather than before concatenating them.
6641
6642 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6643
6644         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6645
6646 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6647
6648         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6649
6650         * message.el (message-forward-make-body-plain): Allow
6651         message-forward-ignored-headers to be a list.
6652         (message-remove-ignored-headers): Factor out into function.
6653         (message-forward-make-body-mml): Use it.
6654
6655         * imap.el (imap-quote-specials): New function.
6656         (imap-login-auth): Quote specials.
6657
6658         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6659         (rfc2231-parse-string): Allow concatanation of parameters that
6660         aren't contiguous.  The test case is
6661           (mail-header-parse-content-type "message/external-body;
6662             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6663             access-type=LOCAL-FILE;
6664             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6665
6666 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6667
6668         * nntp.el (nntp-accept-process-output): Return the value of
6669         `nnheader-accept-process-output'.
6670
6671 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6674         (gnus-button-alist): Recognize more diff formats.
6675         (gnus-button-patch): Strip directory.
6676
6677 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6678
6679         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6680         Emacs 22 when setting focus.
6681
6682 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683
6684         * gnus-art.el (gnus-article-treat-types): Do treatment of
6685         text/x-verbatim parts.
6686         (gnus-button-patch): New command.
6687
6688         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6689         addresses that contain invalid characters.
6690
6691 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6692
6693         * message.el (message-put-addresses-in-ecomplete): Use
6694         gnus-replace-in-string.
6695         (message-is-yours-p): Use the more correct
6696         mail-header-parse-address instead of
6697         mail-extract-address-components.
6698         (message-put-addresses-in-ecomplete): Fix typo.
6699
6700         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6701         keystroke.
6702
6703         * gnus-art.el (gnus-treatment-function-alist): Change order of
6704         newsgroups/generic header folding to avoid double-folding.
6705
6706         * message.el (message-hidden-headers): Add X-Draft-From.
6707
6708         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6709         command.
6710         (gnus-summary-repeat-search-article-backward): New command.
6711
6712         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6713         groups in the parent topic.
6714
6715 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6716
6717         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6718         (spam-extra-header-to-number): Return the CRM114 number as a
6719         number instead of a string.
6720
6721 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6722
6723         * gnus-art.el (gnus-face-properties-alist): Moved here from
6724         gnus-fun.
6725
6726         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6727
6728 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6729
6730         * message.el (message-strip-forbidden-properties): Only display on
6731         self-insert-command.
6732
6733         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6734         reindent.
6735         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6736
6737 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6738
6739         * smiley.el (smiley-style): Fix typo.
6740
6741 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6742
6743         * hashcash.el (hashcash-insert-payment-async-2): Use
6744         message-goto-eoh instead of doing it manually.
6745         (mail-add-payment): Use message-narrow-to-header instead of trying
6746         to do the same itself.
6747
6748         * message.el (message-hidden-headers): Add Face.
6749
6750         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6751         reparenting code.
6752         (gnus-summary-reparent-children): Refactored out code.
6753         (gnus-summary-thread-map): New keystroke.
6754         (gnus-summary-reparent-children): Make into command.
6755
6756         * smiley.el (smiley-style): Default to `medium' if using a large
6757         font.
6758
6759         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6760         does it itself.
6761
6762         * message.el (message-point-in-header-p): Simplify definition.
6763
6764 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6765
6766         * nnagent.el (nnagent-request-set-mark): Silence log file
6767         writing.
6768         (nnagent-request-set-mark): Use write-region instead of
6769         append-to-file.
6770
6771         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6772         strange select method.
6773
6774         * ecomplete.el (ecomplete-display-matches): Get highlightling
6775         right.
6776         (ecomplete-display-matches): Use literals.
6777         (ecomplete-display-matches): Disable message logging.
6778
6779         * message.el (message-display-abbrev): Small optimization.
6780
6781         * ecomplete.el (ecomplete-display-matches): Allow automatic
6782         display.
6783
6784         * message.el (message-strip-forbidden-properties): Display
6785         abbrevs.
6786         (message-display-abbrev): Get automatic display right.
6787
6788         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6789         keystrokes.
6790
6791 2006-04-13  Romain Francoise  <romain@orebokech.com>
6792
6793         TODO: Backport to v5-10!
6794
6795         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6796         Moved here (and renamed) from gnus-registry.el.
6797
6798         * gnus-registry.el: Require gnus-util.
6799         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6800
6801 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6802
6803         * gnus-group.el (gnus-group-catchup-current): Change
6804         if-then-else-if-then-else into cond.
6805         (gnus-group-catchup): Indent.
6806         (group-name-at-point): New function.
6807         (gnus-fetch-group): Provide default from thing at point.
6808
6809 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6810
6811         * message.el (message-display-abbrev): Fix regexp.
6812
6813         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6814         choosing.
6815         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6816         dead variables.
6817
6818         * message.el (message-newline-and-indent): Remove debugging.
6819         (message-display-abbrev): Use new implementation.
6820
6821 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6822
6823         * gnus-art.el (gnus-article-mode): Set
6824         cursor-in-non-selected-windows to nil.
6825
6826         * smiley.el: Revert previous change.
6827         (smiley-data-directory): defvar it before using it in the
6828         defcustom of `smiley-style'.
6829
6830 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6831
6832         * message.el (message-newline-and-indent): New function.
6833
6834         * ecomplete.el: Implement more bits.
6835
6836         * message.el (message-put-addresses-in-ecomplete): Clean up the
6837         string.
6838
6839         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6840
6841         * gnus-sum.el (gnus-summary-save-parts): Bind
6842         gnus-summary-save-parts-counter and use it to make unique file
6843         names.
6844
6845         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6846
6847         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6848         parameter to say whether to actually parse the individual
6849         addresses.
6850
6851         * message.el (message-put-addresses-in-ecomplete): New function.
6852         (ecomplete): Require.
6853         (message-mail-alias-type): Add ecomplete as an option.
6854
6855 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6856
6857         * flow-fill.el (fill-flowed): Remove trailing space from blank
6858         quoted lines.
6859
6860 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861
6862         * smiley.el (smiley-style): Move definition later to avoid a
6863         compilation warning.
6864
6865 2006-04-12  Kenichi Handa  <handa@m17n.org>
6866
6867         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6868         buffer and then decode the buffer text if necessary.
6869         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6870         first, and after mm-encode-body, change the buffer to unibyte.
6871         Use mm-disable-multibyte instead of set-buffer-multibyte.
6872
6873 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6876         Content-Type header instead of Content-Disposition header.
6877         (gnus-mime-inline-part): Ditto.
6878         (gnus-mime-view-part-as-charset): Ignore charset that the part
6879         specifies.
6880
6881         * mm-decode.el (mm-display-part): Work with external parts and
6882         usual parts similarly.
6883
6884         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6885         instead of gnus-display-mime.
6886
6887         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6888         instead of with-temp-buffer.
6889
6890         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6891         tag to summarized topics part in order to encode non-ASCII text.
6892
6893 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * smiley.el (smiley-style): New variable.
6896         (smiley-directory): New function.
6897         (smiley-data-directory): Derive from `smiley-style' using
6898         `smiley-directory'.
6899         (smiley-regexp-alist): Add new entries.
6900
6901         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6902         (gnus-article-browse-delete-temp): Add :version.
6903
6904 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6905
6906         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6907         the sieve region.
6908
6909 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6910
6911         * gnus.el (gnus-version-number): Bump version.
6912
6913 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6914
6915         * gnus.el: No Gnus v0.4 is released.
6916
6917 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6920         layout.
6921
6922         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6923         unknown charset.
6924
6925         * message.el (message-header-synonyms): Add Original-To to the
6926         default.
6927
6928         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6929         optional parameter.
6930
6931 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6932
6933         * gnus-fun.el (gnus): Require it for gnus-directory.
6934
6935 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6936
6937         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6938
6939 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6940
6941         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6942
6943 2006-04-05  Simon Josefsson  <jas@extundo.com>
6944
6945         * password.el (password-reset): New function.
6946
6947 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6948
6949         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6950         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6951
6952 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6953
6954         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6955         Some whitespace was matched into the url, which broke browsing hits
6956         > 100 when mm-url-use-external was nil.
6957
6958 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6959
6960         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6961         gnus-extra-headers for 'Newsgroups.
6962
6963         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6964         bound.
6965
6966 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6967
6968         * pgg-gpg.el: Clean up process buffers every time gpg processes
6969         complete.
6970
6971 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6974         doc string.
6975
6976 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6977
6978         * pgg-gpg.el (pgg-gpg-process-filter)
6979         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6980
6981         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6982         lines, temporary fix.
6983
6984 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6985
6986         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6987
6988 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6989
6990         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6991         default-enable-multibyte-characters.  This reverts the change from
6992         revision 6.17 which is no longer necessary because the passphrase
6993         is sent separately now.  GnuPG messages are unreadable under
6994         multibyte locales with default-enable-multibyte-characters set to
6995         nil.
6996
6997 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * message.el (message-tool-bar-gnome): Move "spell".
7000
7001 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
7004         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
7005         instead.
7006
7007 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
7008
7009         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
7010         newsgroups handling for NNTP overviews which don't include
7011         Newsgroups.
7012
7013 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7014
7015         * message.el (message-resend): Bind message-generate-hashcash to nil.
7016
7017 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7018
7019         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
7020         when searching for already-paid recipients.
7021
7022 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
7023
7024         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
7025         passphrases when it is not needed.
7026         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
7027         passphrase stuff from gpg, should only be necessary when you use
7028         gpg with a smartcard.
7029
7030 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7031
7032         * mml.el (mml-insert-mime): Ignore cached contents of
7033         message/external-body part.
7034
7035         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
7036         (mm-insert-part): Ditto.
7037
7038 2006-03-23  Simon Josefsson  <jas@extundo.com>
7039
7040         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
7041         Reiner.
7042         (pgg-gpg-use-agent-p): Use it again.
7043
7044 2006-03-23  Simon Josefsson  <jas@extundo.com>
7045
7046         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
7047         older emacsen.
7048         (pgg-gpg-use-agent-p): Don't use it.
7049
7050 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
7053         if we can.
7054
7055 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
7056
7057         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
7058         (pgg-gpg-update-agent): New function.
7059         (pgg-gpg-use-agent-p): New function.
7060         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
7061         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7062         (pgg-gpg-sign-region): Use it.
7063
7064 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7065
7066         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
7067         Reported by Ralf Wachinger <rwachinger@gmx.de>.
7068
7069 2006-03-21  Simon Josefsson  <jas@extundo.com>
7070
7071         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
7072         <wilde@sha-bang.de>.
7073         (pgg-gpg-use-agent): New variable.
7074         (pgg-gpg-process-region): Use it.
7075         (pgg-gpg-encrypt-region): Likewise.
7076         (pgg-gpg-encrypt-symmetric-region): Likewise.
7077         (pgg-gpg-decrypt-region): Likewise.
7078         (pgg-gpg-sign-region): Likewise.
7079         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
7080
7081 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
7084
7085         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
7086         Add comment on version.
7087
7088 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * smiley.el: Add missing test smiley.
7091
7092 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * mm-decode.el (mm-with-part): New macro.
7095         (mm-get-part): Use it; work with message/external-body as well.
7096         (mm-save-part): Treat name and filename equally.
7097
7098         * mm-extern.el (mm-extern-cache-contents): New function.
7099         (mm-inline-external-body): Use it; force the part to be displayed;
7100         move undisplayer added to the cached handle to the parent.
7101
7102         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
7103         (gnus-mime-view-part-as-type): Work with message/external-body.
7104
7105         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
7106
7107 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7108
7109         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
7110         images in image-load-path.  [Sync with image.el, revision 1.60, in
7111         Emacs.]
7112
7113 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
7114
7115         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7116         path rather than symbol.  Always return list of directories.
7117         Guarantee that image directory comes first.  [Sync with image.el,
7118         revision 1.59, in Emacs.]
7119
7120         * message.el (message-make-tool-bar): Adjust to new API of
7121         `gmm-image-load-path-for-library'.
7122
7123         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7124
7125         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7126
7127 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7128
7129         * gnus-art.el (gnus-article-only-boring-p):
7130         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7131         intangible text.
7132         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7133
7134 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7135
7136         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7137         `defun' instead of `gmm-defun-compat'.
7138
7139 2006-03-14  Simon Josefsson  <jas@extundo.com>
7140
7141         * message.el (message-unique-id): Don't use message-number-base36
7142         if (user-uid) is a float.
7143         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7144
7145 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7148
7149         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7150         empty line between a part and a message part.
7151
7152 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7153
7154         * smiley.el: Add more test smileys.
7155         (smiley-data-directory, smiley-regexp-alist)
7156         (gnus-smiley-file-types): Fix doc strings.
7157         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7158         adding new elements.
7159         (smiley-mouse-map): Unused code.  Make it a comment.
7160
7161 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7162
7163         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7164         scan latest NoCeM messages instead of old ones.
7165         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7166         delimiters that are recently used.
7167         (gnus-nocem-load-cache): Add autoload cookie.
7168
7169         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7170
7171         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7172         level which is larger than gnus-use-nocem is specified.
7173
7174         * gnus-group.el (gnus-group-get-new-news): Ditto.
7175
7176 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7177
7178         * gnus-util.el (gnus-tool-bar-update): New function.
7179
7180         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7181         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7182
7183         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7184
7185         * gnus-group.el (gnus-group-redraw-when-idle)
7186         (gnus-group-redraw-check): Remove.
7187         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7188
7189 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7190
7191         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7192         if optional last element is specified in splits (FIELD VALUE...).
7193
7194 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7197         to gmm-image-load-path-for-library.  Call with no-error argument.
7198         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7199
7200         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7201
7202         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7203
7204         * gmm-utils.el (gmm-image-load-path): Remove alias.
7205
7206 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7207
7208         * gmm-utils.el (gmm-image-load-path): Add alias.
7209
7210         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7211         nnml-generate-nov-databases-1.
7212         (nnml-generate-nov-databases): Use it.
7213         (nnml-generate-nov-databases-directory): Document no-active
7214         argument.
7215
7216         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7217         directory if path is t.  Add no-error.
7218
7219         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7220         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7221
7222         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7223         resetting gnus-article-browse-html-temp-list.
7224
7225         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7226         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7227         Add example to docstring.  Rename local variables.  Move error
7228         checks to default case in cond and simplify.
7229
7230 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7231
7232         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7233         handle is multipart when calling it recursively.
7234         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7235
7236 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7237
7238         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7239         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7240
7241 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7242
7243         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7244         is loaded.
7245
7246         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7247         loaded.
7248
7249 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7250
7251         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7252         to "Emacs 23 (unicode)" in doc string.
7253
7254         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7255         "Emacs 23 (unicode)" in comment.
7256
7257 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7258
7259         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7260
7261         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7262         characters 160 through 255 in Emacs 23.
7263
7264 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7265
7266         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7267         gnus-article-browse-html-temp.
7268         (gnus-article-browse-delete-temp): Make it customizable.  Add
7269         `file'.  Adjust doc string.
7270         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7271         query for each file.  Adjust doc string.
7272         (gnus-article-browse-html-parts): Add
7273         `gnus-article-browse-delete-temp-files' to
7274         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7275
7276 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7277
7278         * gnus-art.el (gnus-article-browse-html-temp)
7279         (gnus-article-browse-delete-temp): New variables.
7280         (gnus-article-browse-delete-temp-files): New function.
7281         (gnus-article-browse-html-parts): Use it.
7282
7283 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7284
7285         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7286
7287         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7288         string.
7289
7290         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7291         gnus-summary-insert-new-articles when unplugged.  Remove
7292         gnus-summary-search-article-forward.
7293
7294         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7295         display-visual-class instead of display-color-cells.
7296
7297 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7298
7299         * dgnushack.el: Autoload customize-group for XEmacs.
7300
7301         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7302         message/* containing non-ASCII text properly.
7303
7304 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7305
7306         * message.el: Require gmm-utils, remove autoloads.
7307         (message-tool-bar): Set default based on
7308         gmm-tool-bar-style.
7309         (message-tool-bar-gnome): Add gmm-customize-mode.
7310
7311         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7312         gmm-tool-bar-style.
7313         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7314
7315         * gnus-group.el (gnus-group-tool-bar): Set default based on
7316         gmm-tool-bar-style.
7317         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7318
7319         * gmm-utils.el (gmm-image-directory): Rename variable from
7320         gmm-image-load-path.
7321         (gmm-image-load-path): Use gmm-image-directory.
7322         (gmm-customize-mode): New function.
7323         (gmm-tool-bar-style): New variable.
7324
7325         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7326         gnus-group-redraw-line-number.
7327         (gnus-group-redraw-check): Simplify.
7328         (gnus-group-tool-bar-update): Remove redraw check.
7329         (gnus-group-make-tool-bar): Add redraw check.
7330
7331 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7332
7333         * gnus-art.el (gnus-button): Add missing parentheses.
7334
7335 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * lpath.el: Fbind line-number-at-pos.
7338
7339 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7340
7341         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7342
7343 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7344
7345         * gnus-art.el (gnus-button): New face.
7346         (gnus-article-button-face): Use it.
7347
7348         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7349         gnus-summary-next-page.  Re-order.
7350
7351         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7352         next-node are now included.
7353         (gnus-group-redraw-line-number): New internal variable.
7354         (gnus-group-redraw-check): Helper function for updating the tool
7355         bar.
7356         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7357
7358         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7359
7360         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7361         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7362         Use it to match format of Spamassassin 3.0 and later.  Reported by
7363         IRIE Tetsuya <irie@t.email.ne.jp>.
7364         (spam-check-bogofilter)
7365         (spam-bogofilter-register-with-bogofilter): Fix args of
7366         `gnus-error' calls.
7367
7368 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7371         unnecessary interaction when sending queued mails.  Reported by
7372         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7373
7374 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7375
7376         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7377         first or last are nil.
7378
7379 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7380
7381         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7382
7383 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7384
7385         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7386
7387 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7388
7389         * dns.el (query-dns): Protect more against buggy tcp output.
7390
7391 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7392
7393         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7394         nov.php.
7395
7396 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7397
7398         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7399         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7400         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7401         output on the server side.
7402         (nnweb-google-create-mapping): Update regexps and add some
7403         progress indication.
7404
7405 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7406
7407         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7408         gnus-agent-toggle-plugged.  Re-order icons.
7409         (gnus-group-tool-bar-gnome): Add
7410         gnus-group-{prev,next}-unread-group.
7411         (gnus-group-tool-bar-gnome): Re-order icons.
7412
7413         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7414         gnus-summary-insert-new-articles.
7415
7416         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7417         comments.
7418
7419         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7420         also available in Emacs 21.3.
7421
7422         * message.el (message-fix-before-sending): Change "Emacs 22" to
7423         "Emacs 23 (unicode)" in comment.
7424
7425         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7426         "Emacs 23 (unicode)" in comment.
7427
7428         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7429         comment.
7430         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7431
7432         * mm-view.el (mm-fill-flowed): Add :version.
7433
7434 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7437         and load-path.
7438
7439 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7440
7441         * message.el: Autoload gmm-image-load-path.
7442         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7443         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7444         consitency.
7445
7446         * gmm-utils.el (gmm-image-load-path): Also search in
7447         "../etc/images".  Don't set gmm-image-load-path if we don't find
7448         the image.
7449
7450 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gmm-utils.el (gmm-image-load-path): Don't make
7453         `gmm-image-load-path' include subdirectories which the second arg
7454         `image' might specify.
7455
7456         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7457         subdirectory to icon file names.
7458
7459         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7460
7461 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7464         gmm-image-load-path calls.
7465
7466         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7467
7468         * message.el (message-make-tool-bar): Ditto.
7469
7470         * mml.el (mml-preview): Added comment concerning tool bar icons.
7471
7472         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7473         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7474
7475         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7476         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7477
7478         * message.el (message-tool-bar-gnome): Use new icon names.
7479         (message-make-tool-bar): Use `gmm-image-load-path'.
7480
7481         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7482         functions from MH-E.
7483         (gmm-image-load-path): New variable from MH-E.
7484         (gmm-image-load-path): New function from MH-E.  Added arguments
7485         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7486         *-image-load-path-called-flag.
7487
7488 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7489
7490         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7491
7492 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7493
7494         * nnimap.el (nnimap-request-move-article): Change folder back to
7495         source group before deleting.
7496
7497 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7500
7501         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7502         mm-url.
7503
7504         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7505
7506 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7507
7508         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7509         coding system which mm-charset-to-coding-system returns for a
7510         given charset is valid.
7511
7512 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7513
7514         * html2text.el (html2text-remove-tag-list):
7515         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7516
7517 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7518
7519         * gnus-cus.el: Revert 2005-10-17 change.
7520
7521 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7522
7523         * gnus-art.el (article-strip-banner): Call
7524         article-really-strip-banner only when the regexp match is made.
7525
7526 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * gnus-art.el (article-strip-banner): Use
7529         gnus-extract-address-components instead of
7530         mail-header-parse-addresses to make it work with non-ASCII text;
7531         remove mail-encode-encoded-word-string.
7532
7533         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7534         values which are surrounded with \"...\"; make it never cause a
7535         Lisp error; give up parsing of parameters if it failed in
7536         extracting type.
7537
7538 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7539
7540         * smime.el (smime-cert-by-ldap-1): Fix bug where
7541         `smime-ldap-search' returns results without userCertificates.
7542
7543 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7544
7545         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7546
7547 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7548
7549         * spam.el (spam-check-spamassassin-headers): Adapt format for
7550         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7551         <ari@mbf.ocn.ne.jp>.
7552         (spam-list-of-processors): Add spam-use-gmane.
7553
7554 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7557         make-temp-file; make it work with XEmacs as well.
7558
7559         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7560         mm-make-temp-file.
7561
7562         * mm-decode.el (mm-display-external): Use the 3rd arg of
7563         mm-make-temp-file.
7564         (mm-create-image-xemacs): Ditto.
7565
7566 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7567
7568         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7569         with message-narrow-to-headers.
7570         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7571         (gnus-draft-check-draft-articles): New function.
7572         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7573
7574 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7575
7576         * gnus-art.el (gnus-article-browse-html-parts):
7577         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7578         Don't use suffix argument for mm-make-temp-file for Emacs 21
7579         compatibility.  Remove useless `format'.
7580
7581 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7582
7583         * nnweb.el (nnweb-google-wash-article): Update regexps.
7584         (nnweb-group-alist): Use defvoo instead of defvar.
7585
7586 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7587
7588         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7589         re-loading nn* modules.
7590
7591 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7592
7593         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7594         for `tool-bar-mode' and don't check it's default-value.
7595
7596         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7597
7598         * message.el (message-make-tool-bar): Ditto.
7599
7600         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7601         `substring'.  Shorten tmp-file name.
7602
7603         * gnus.el: Remove bogus comment.
7604
7605 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7606
7607         * gnus-art.el (gnus-article-browse-html-parts): New function.
7608         (gnus-article-browse-html-article): New function for viewing html
7609         articles with a browser.
7610
7611 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7612
7613         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7614         in elisp.
7615         (pgg-gpg-encrypt-symmetric-region): Ditto.
7616         (pgg-gpg-sign-region): Ditto.
7617
7618         * pgg-def.el (pgg-text-mode): New variable.
7619
7620         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7621         (mml2015-pgg-encrypt): Ditto.
7622
7623         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7624         (mml1991-pgg-encrypt): Ditto.
7625
7626 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7627
7628         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7629         message-make-date instead of current-time-string.
7630
7631         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7632         to gnus-decoded which mm-uu might set.
7633
7634 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7635
7636         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7637         don't decode quoted parameters; remove misimported Emacs code.
7638         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7639         (rfc2231-decode-encoded-string): Don't use split-string which
7640         behaves differently according to Emacs version; use
7641         mm-decode-coding-region to convert charset to coding-system.
7642         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7643         (rfc2231-encode-string): Remove misimported Emacs code.
7644
7645 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7648         when calling mail-header-parse-content-type.
7649         (article-de-quoted-unreadable): Ditto.
7650         (article-de-base64-unreadable): Ditto.
7651         (article-wash-html): Ditto.
7652
7653         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7654         calling mail-header-parse-content-type and
7655         mail-header-parse-content-disposition.
7656         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7657         mail-header-parse-content-type.
7658
7659         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7660         insert charset and format parameters; encode description after
7661         inserting it to buffer.
7662         (mml-insert-parameter): Fold lines properly even if a parameter is
7663         segmented into two or more lines; change the max column to 76.
7664
7665         * rfc1843.el (rfc1843-decode-article-body): Don't use
7666         ignore-errors when calling mail-header-parse-content-type.
7667
7668         * rfc2231.el (rfc2231-parse-string): Return at least type if
7669         possible; don't cause an error even if it fails in parsing of
7670         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7671         (rfc2231-encode-string): Don't break lines at the beginning, leave
7672         it to mml-insert-parameter.
7673
7674         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7675         calling mail-header-parse-content-type.
7676
7677 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7678
7679         * spam-report.el (spam-report-gmane-use-article-number):
7680         Improve doc string.
7681         (spam-report-gmane-internal): Check if a suitable header was found
7682         in the article.
7683
7684 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7685
7686         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7687         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7688
7689 2006-02-05  Romain Francoise  <romain@orebokech.com>
7690
7691         Update copyright notices of all files in the gnus directory.
7692
7693 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7694
7695         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7696
7697 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7700         segmented lines of parameter value to cope with Thunderbird 1.5
7701         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7702         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7703         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7704
7705 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7706
7707         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7708         parts.
7709
7710 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7711
7712         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7713         there's only one active file for all servers.
7714         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7715         solid groups.  Gnus might have used a FAST request to select the group.
7716         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7717         and nnweb-search redundantly in the active file.
7718         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7719         (nnweb-request-create-group): Don't use ARGS.
7720         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7721         initialisations.  Let nnoo do the work.
7722
7723 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7724
7725         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7726         Say the part has been decoded.
7727
7728         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7729
7730 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7731
7732         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7733         mailcap-viewer-test-cache when there's no 'test clause, since that
7734         will invert the meaning of a "nil" test previously determined by
7735         mailcap-mailcap-entry-passes-test.
7736
7737 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7738
7739         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7740         compiling.
7741
7742         * gnus-sum.el: Ditto.
7743
7744         * message.el: Don't bind tool-bar-map when compiling.
7745
7746 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7749
7750 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7751
7752         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7753         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7754         current Google Groups.
7755
7756 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7757
7758         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7759         and tool-bar-mode.
7760
7761         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7762         and tool-bar-mode.
7763
7764         * message.el (message-tool-bar-update): Simplify.
7765         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7766
7767         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7768         gnus-summary-buffer.
7769         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7770         gnus-summary-reply.
7771
7772         * gmm-utils.el (gmm): Add :version.
7773
7774 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * Makefile.in (clean): New rule.
7777         (distclean): Use it.
7778
7779 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7780
7781         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7782         autoload.
7783
7784 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * gmm-utils.el (gmm-verbose): Add :group.
7787
7788 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7789
7790         * message.el: Change some comments WRT tool-bars.
7791
7792         * gnus-sum.el (gnus-summary-tool-bar)
7793         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7794         (gnus-summary-tool-bar-zap-list): New variables.
7795         (gnus-summary-make-tool-bar): Complete rewrite using
7796         `gmm-tool-bar-from-list'.
7797
7798         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7799         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7800         variables.
7801         (gnus-group-make-tool-bar): Complete rewrite using
7802         `gmm-tool-bar-from-list'.
7803         (gnus-group-tool-bar-update): New function.
7804
7805         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7806
7807 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7810         is dissected into a single part of which the type is the same as
7811         the given one; decode charset.
7812
7813 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7814
7815         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7816         into alists as symbol not string, since that's what
7817         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7818         look for.
7819
7820 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7823         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7824
7825         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7826
7827 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7830         (gnus-xmas-mime-security-button-menu): New function.
7831
7832         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7833         (gnus-mime-security-button-menu): New definition.
7834         (gnus-mime-security-button-map): Use them.
7835         (gnus-mime-security-button-menu): New function.
7836         (gnus-insert-mime-security-button): Addition to help echo.
7837         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7838         (gnus-mime-security-pipe-part): New functions.
7839
7840         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7841         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7842
7843         * mm-decode.el (mm-handle-set-disposition): Remove.
7844         (mm-handle-set-description): Remove.
7845
7846 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7847
7848         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7849         (mm-w3m-standalone-supports-m17n-p): New function.
7850         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7851         w3m usage.
7852
7853         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7854         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7855
7856 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * message.el (message-tool-bar-zap-list): Use
7859         gmm-tool-bar-zap-list as custom type.
7860         (message-tool-bar-update): New function.
7861         (message-tool-bar, message-tool-bar-gnome)
7862         (message-tool-bar-retro): Add message-tool-bar-update.
7863         (message-tool-bar-gnome): Add flyspell-buffer.
7864
7865         * gnus-util.el (gnus-error): Describe `args'.
7866
7867         * gmm-utils.el (gmm-error): Describe `args'.
7868         (gmm-tool-bar-zap-list): New widget.
7869         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7870
7871 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7874         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7875         the number of recursive calls.
7876
7877         * mm-decode.el (mm-handle-set-disposition): New macro.
7878         (mm-handle-set-description): New macro.
7879
7880 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7883         encoding.
7884
7885 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7886
7887         * message.el (message-tool-bar-zap-list, message-tool-bar)
7888         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7889         (message-tool-bar-local-item-from-menu): Remove.
7890         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7891         (message-make-tool-bar): New function.
7892         (message-mode): Use `message-make-tool-bar'.
7893
7894         * gmm-utils.el: New file.
7895         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7896         (gmm-lazy): New widget copied from `nnmail.el'.
7897         (gmm-tool-bar-from-list): New function for creating customizable
7898         tool bars.
7899         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7900         output.
7901         (gmm): Add :prefix to defgroup.
7902
7903 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7904
7905         * gmm-utils.el (gmm-widget-p): New function.
7906
7907 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7908
7909         * mml.el (mml-attach-file): Describe `description' in doc string.
7910         (mml-menu): Add Emacs MIME manual and PGG manual.
7911
7912 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7913
7914         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7915
7916 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7917
7918         * nntp.el (nntp-end-of-line): Doc fix.
7919
7920 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7921
7922         * imap.el (imap-open): Handle case where buffer is a buffer
7923         object.
7924
7925 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7926
7927         * gnus-delay.el (gnus-delay): Don't autoload.
7928         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7929         to be re-loaded when customizing the `gnus-delay' group.
7930
7931 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7932
7933         * message.el (message-insert-citation-line): Use newlines.
7934
7935 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7936
7937         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7938         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7939         these routines, so the passphrase can be managed externally and
7940         passed in to the system.
7941         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7942         pgg-add-passphrase-to-cache function.
7943
7944         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7945         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7946         these routines, so the passphrase can be managed externally and
7947         passed in to the system.
7948         (pgg-pgp5-sign-region): Use new name of
7949         pgg-add-passphrase-to-cache function.
7950
7951 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7952
7953         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7954         part of the decoded armor to find the key-identifier.
7955         (pgg-gpg-lookup-key-owner): New function to return the
7956         human-readable identifier of a key owner.
7957         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7958         itself.
7959         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7960         the key value) if we have a key and can match it against a secret
7961         key.  Also, added a note pointing out fact that the prompt only
7962         indicates the first matching key.
7963
7964         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7965         pgg-decrypt-region.
7966         (pgg-add-passphrase-to-cache): Rename from
7967         `pgg-add-passphrase-cache' to reduce confusion (all callers
7968         changed).
7969         (pgg-remove-passphrase-from-cache): Rename from
7970         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7971         changed).
7972         (pgg-read-passphrase, pgg-add-passphrase-cache)
7973         (pgg-remove-passphrase-cache): Add informative docstrings.
7974         (pgg-decrypt): Convey provided passphrase in subordinate call to
7975         pgg-decrypt-region.
7976
7977 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7978
7979         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7980         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7981         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7982         'passphrase' argument, so the passphrase can be managed externally
7983         and then passed in to the system.
7984
7985         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7986         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7987         so the passphrase cache can be used reliably with identifiers
7988         besides a pgp packet's key id.
7989
7990         * pgg-gpg.el (pgg-gpg-encrypt-region)
7991         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7992         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7993         these routines, so the passphrase can be managed externally and
7994         passed in to the system.
7995
7996         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7997         'notruncate' argument, so the passphrase cache can be used
7998         reliably with identifiers besides a pgp packet's key id.
7999
8000 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
8001
8002         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
8003         symmetric encryption.
8004         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
8005         encrypted session key.
8006         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
8007         message ask for the passphrase in a proper way.
8008
8009         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
8010         New user commands for symmetric encryption.
8011
8012 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
8015
8016         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
8017
8018 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
8019
8020         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
8021
8022 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * mm-decode.el (mm-inlined-types): Add application/pgp.
8025         (mm-automatic-display): Ditto.
8026
8027         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
8028         part as text.
8029
8030 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8031
8032         * nnrss.el: Update copyright.
8033         (nnrss-opml-import): Query whether to subscribe to each entry.
8034
8035         * gnus-art.el:
8036         * gnus-sum.el:
8037         * gnus-xmas.el:
8038         * messagexmas.el:
8039         * mm-uu.el:
8040         * mm-view.el: Update copyright.
8041
8042 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * message.el (message-info): New function.
8045         (message-mode-menu): Add it.
8046         Update copyright.
8047
8048         * ChangeLog: Fix and update copyright.
8049
8050 2006-01-13  Romain Francoise  <romain@orebokech.com>
8051
8052         * message.el (message-forward-subject-name-subject): Prefer the
8053         address to 'nowhere' if the sender has no name.
8054         Fix typo.  Update copyright year.
8055
8056 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8057
8058         * gnus-art.el (article-wash-html): Use
8059         gnus-summary-show-article-charset-alist if a numeric arg is given.
8060         (gnus-article-wash-html-with-w3m-standalone): New function.
8061
8062         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
8063         mm-inline-text-html-render-with-w3m-standalone.
8064         (mm-text-html-washer-alist): Map w3m-standalone to
8065         gnus-article-wash-html-with-w3m-standalone.
8066         (mm-inline-text-html-render-with-w3m-standalone): New function.
8067
8068 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8069
8070         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
8071         Improve LaTeX.
8072
8073 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
8076         (nnrss-request-article): Render text/plain parts as HTML.
8077
8078         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
8079         the buffer.
8080
8081 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
8082
8083         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
8084         custom definition of `gnus-posting-styles'.
8085
8086         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
8087         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
8088
8089 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
8092         Use nntp for bug archive.
8093
8094 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8095
8096         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
8097         parts.
8098         (nnrss-normalize-date): New function converts ISO 8601 date into
8099         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8100         (nnrss-check-group): Use it.
8101
8102 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
8105
8106         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
8107         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
8108         (nnrss-insert-w3): Ditto.
8109
8110 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8111
8112         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
8113         the articles to be forwarded including the case where neither a
8114         number of articles nor a region is specified.
8115
8116 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8117
8118         * nnrss.el (nnrss-request-article): Fix last change; fill
8119         text/plain parts.
8120
8121 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8124         in text/plain part.
8125         (nnrss-check-group): Don't add excessive newline to dc:subject.
8126
8127 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8128
8129         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8130         article.
8131
8132 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8133
8134         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8135         (nnml-use-compressed-files, nnml-save-mail): Support other
8136         comression programs such as bzip2.
8137
8138 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8139
8140         * dns.el (query-dns): Make sure we check the buffer size before
8141         removing tcp headers.
8142
8143 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8144
8145         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8146         remove MIME buttons associated with multipart/alternative parts.
8147         (gnus-mime-display-alternative): Tag buttons using `article-type'
8148         text property.
8149
8150         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8151         associated with multipart/alternative parts.
8152
8153         * gnus-art.el (gnus-signature-separator): Fix custom type.
8154
8155         * mm-decode.el (mm-inlined-types): Fix custom type.
8156         (mm-keep-viewer-alive-types): Ditto.
8157         (mm-automatic-display): Ditto.
8158         (mm-attachment-override-types): Ditto.
8159         (mm-inline-override-types): Ditto.
8160         (mm-automatic-external-display): Ditto.
8161
8162 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8163
8164         * spam-report.el (spam-report-user-mail-address)
8165         (spam-report-user-agent): New variables.
8166         (spam-report-url-ping-plain): Use spam-report-user-agent.
8167
8168 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8169
8170         * gnus-art.el (gnus-button-handle-custom): Do not just use
8171         `customize-apropos' for any "M-x customize-*" button but the
8172         function called for.  Accept both the function name and its
8173         argument in order to achieve this.
8174         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8175         function name to `gnus-button-handle-custom' in case of "M-x
8176         customize-*" buttons.
8177
8178 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8179
8180         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8181         multipart/alternative and add xref to mm-discouraged-alternatives
8182         in doc string.
8183
8184         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8185         gnus-buttonized-mime-types in doc string.
8186
8187 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8188
8189         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8190         Suggest image/.* in the doc string.
8191
8192 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8193
8194         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8195         message-marks (Debian bug #342521).
8196
8197 2005-12-12  Simon Josefsson  <jas@extundo.com>
8198
8199         * password.el (password-read-from-cache): Add.
8200         (password-read): Use it.
8201
8202 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8203
8204         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8205         us-ascii as a MIME charset.
8206
8207         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8208         against the case where the 2nd arg TYPE is nil.
8209
8210 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8211
8212         * pop3.el (pop3-stream-type): Fix custom version.
8213
8214         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8215
8216 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8217
8218         * mm-decode.el (mm-display-external): Add missing cdr.
8219
8220 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8223         RFC1524) if it is in mailcap or add a suffix according to
8224         mailcap-mime-extensions when generating a temp filename; postpone
8225         deleting a temp file for 2 seconds for some wrappers, shell
8226         scripts, and so on, which might exit right after having started a
8227         viewer command as a background job.
8228
8229 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8230
8231         * nntp.el (nntp-marks-directory): Fix custom group.
8232
8233         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8234         steps when < 10.
8235
8236         * gnus-start.el (gnus-no-server-1): Mention
8237         `gnus-level-default-subscribed' in doc string.
8238
8239 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8240
8241         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8242         parens.
8243
8244 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-xmas.el (gnus-use-toolbar): Revert.
8247         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8248         gnus-use-toolbar is default.
8249
8250         * messagexmas.el (message-use-toolbar): Revert.
8251         (message-setup-toolbar): Use global default-toolbar if
8252         message-use-toolbar is default.
8253
8254 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8255
8256         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8257         according to default-toolbar-visible-p.
8258
8259         * messagexmas.el (message-use-toolbar): Ditto.
8260
8261 2005-11-26  Dave Love  <fx@gnu.org>
8262
8263         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8264         (tls-program, tls-success): Provide openssl alternative.
8265
8266         * starttls.el: Doc fixes.
8267         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8268         SERVICE to PORT.
8269
8270         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8271         port null or service name.
8272         (starttls-negotiate): Autoload.
8273
8274 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * message.el (message-kill-to-signature): Fix interactive spec.
8277
8278 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * pop3.el (pop3-open-server): Recognize a string as a service name.
8281
8282 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8283
8284         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8285
8286 2005-11-23  Dave Love  <fx@gnu.org>
8287
8288         Add pop3s, pop3/starttls.
8289
8290         * pop3.el (pop3-authentication-scheme): Clarify doc.
8291         (open-tls-stream, starttls-open-stream): Autoload.
8292         (pop3-stream-type): New.
8293         (pop3-open-server): Use it.
8294
8295         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8296         for POP.
8297         (mail-source-keyword-map): Add :stream for POP.
8298         (mail-source-fetch-pop): Use pop3-stream-type.
8299
8300 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8301
8302         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8303         of current-time-string.
8304
8305 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8306
8307         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8308         date header.
8309
8310 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8311
8312         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8313         it can seriously impact performance as it bypasses the agent's
8314         local caches.
8315
8316 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8317
8318         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8319         must be explicitly online rather than "not explicitly offline" for
8320         its flags to be synchronized.
8321
8322         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8323         that gnus-uu-unmark-thread will function correctly.
8324
8325         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8326         1024K is instead displayed as 1M.
8327
8328 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8329
8330         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8331
8332 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8333
8334         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8335
8336 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8337
8338         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8339         error message to display actual error condition.
8340         (gnus-agent-save-local): Avoid saving symbols that are bound to
8341         nil as they simply result in a warning message in
8342         gnus-agent-read-local.
8343
8344 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8347         rather than make-variable-buffer-local for file-precious-flag.
8348
8349 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8350
8351         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8352         for duplicates which are removed.  The invalid sort check then
8353         triggers a rescan after the sort as sorting may have moved
8354         duplicate entries such that they can be cheaply detected.
8355
8356 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8357
8358         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8359
8360 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8361
8362         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8363         internal variable to a custom variable.  Changed default value
8364         from compressed(2) to uncompressed(1).
8365         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8366         support for uncompressed agentview files.  Taken together, reading
8367         the agentview file should now be 6-7 times faster.
8368
8369 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8370
8371         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8372         as a buffer-local variable.  This avoids creating truncated
8373         dribble files as a result of a hang up, eg.
8374
8375 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8376
8377         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8378         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8379         XEmacs.
8380
8381 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8382
8383         * gnus-start.el (gnus-start-draft-setup): Enforce
8384         `gnus-draft-mode' for nndraft:drafts at startup.
8385
8386         * gnus.el (gnus-splash): Change custom group.
8387         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8388         allow-list argument.
8389
8390         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8391         string.
8392
8393 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8394
8395         * gnus-art.el (gnus-default-article-saver): Add user-defined
8396         `function' to custom type.
8397
8398 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8399
8400         * imap.el (imap-open): Handle case where buffer is a buffer
8401         object.
8402
8403 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8404
8405         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8406         long lines.
8407         (gnus-cache-delete-group): Wrap doc strings.
8408
8409         * gnus-agent.el (gnus-agent-rename-group)
8410         (gnus-agent-delete-group): Wrap doc strings.
8411
8412 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * messagexmas.el (message-use-toolbar): Change the valid values
8415         into default, top, bottom, left, and right.
8416         (message-toolbar-thickness): New variable.
8417         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8418         well.
8419         (message-setup-toolbar): Make it work.
8420
8421         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8422         (gnus-use-toolbar): Change the valid values into default, top,
8423         bottom, left, and right.
8424         (gnus-toolbar-thickness): New variable.
8425         (gnus-xmas-setup-toolbar): New function.
8426         (gnus-xmas-setup-group-toolbar): Use it.
8427         (gnus-xmas-setup-summary-toolbar): Use it.
8428
8429 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * gnus-start.el (gnus-1): Add "native" to
8432         gnus-predefined-server-alist.
8433
8434         * gnus.el (gnus-method-to-server): Don't add "native" to the
8435         lists here, because that leads to problems when
8436         gnus-select-method is bound.
8437
8438 2005-11-09  Simon Josefsson  <jas@extundo.com>
8439
8440         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8441         use (not sort-by-date) instead.
8442
8443 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8444
8445         * gnus-delay.el (gnus-delay-group): Don't autoload.
8446         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8447         to be re-loaded when customizing the `gnus-delay' group.
8448
8449 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8450
8451         * message.el: Revert last changes.
8452         (message-insert-citation-line): Use newlines.
8453
8454 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8455
8456         * message.el (message-courtesy-message)
8457         (message-mark-insert-begin, message-mark-insert-end)
8458         (message-elide-ellipsis, message-cancel-message)
8459         (message-add-header, message-change-subject)
8460         (message-cross-post-followup-to-header)
8461         (message-cross-post-insert-note, message-reduce-to-to-cc)
8462         (message-widen-reply, message-delete-not-region)
8463         (message-kill-to-signature, message-insert-signature)
8464         (message-insert-importance-high, message-insert-importance-low)
8465         (message-insert-or-toggle-importance)
8466         (message-insert-disposition-notification-to)
8467         (message-indent-citation, message-yank-original)
8468         (message-cite-original-without-signature, message-cite-original)
8469         (message-insert-citation-line, message-position-on-field)
8470         (message-fix-before-sending, message-send-mail-partially)
8471         (message-send-mail, message-send-mail-with-sendmail)
8472         (message-send-mail-with-qmail, message-send-news)
8473         (message-check-news-header-syntax, message-generate-headers)
8474         (message-insert-courtesy-copy, message-fill-address)
8475         (message-fill-header, message-shorten-references)
8476         (message-setup-1, message-cancel-news)
8477         (message-forward-make-body-plain, message-forward-make-body-mime)
8478         (message-forward-make-body-mml, message-encode-message-body)
8479         (message-forward-make-body-digest-plain)
8480         (message-forward-make-body-digest-mime)
8481         (message-use-alternative-email-as-from): Insert `hard-newline'
8482         instead of ordinary newlines.
8483
8484 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * message.el (message-generate-headers): Downcase the argument
8487         given to message-check-element.
8488
8489 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8490
8491         * nntp.el (nntp-authinfo-rejected): New error condition.
8492         (nntp-wait-for): Use new error condition to signal authentication
8493         error.
8494         (nntp-retrieve-data): Rethrow new error condition to break out of
8495         recursive call to nntp-send-authinfo.
8496
8497 2005-11-08  Romain Francoise  <romain@orebokech.com>
8498
8499         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8500         (gnus-summary-exit-map): Bind to `Z p'.
8501         (gnus-summary-make-menu-bar): Add menu item.
8502
8503 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8504
8505         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8506         (gnus-treat-*): Add `first' in all doc strings.
8507
8508         * gnus-group.el (gnus-group-compact-group): Fix typo.
8509
8510 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8511
8512         * gnus.el (gnus-parameters-case-fold-search): New variable.
8513         (gnus-parameters-get-parameter): Use it.
8514
8515         * gnus-score.el (gnus-home-score-file): Doc fix.
8516
8517 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8518
8519         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8520
8521 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8522
8523         * mm-util.el (mm-special-display-p): New function.
8524
8525         * mml.el (mml-preview): Use it; doc fix.
8526
8527 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8528
8529         * imap.el (imap-open): Handle case where buffer is a buffer object.
8530
8531 2005-10-29  Romain Francoise  <romain@orebokech.com>
8532
8533         * message.el (message-fix-before-sending): Fix comment.
8534
8535 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8536
8537         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8538
8539 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8540
8541         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8542         Used in gnus-score.el.
8543
8544 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8545
8546         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8547
8548 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8549
8550         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8551         whitespace removed in revision 7.8.  Use concatenated string to
8552         protect trailing whitespace.
8553
8554 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8555
8556         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8557         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8558         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8559         Courier IMAP ("some version from 2004").  Mostly based on similar
8560         code in the same function.
8561
8562 2005-10-26  Didier Verna  <didier@xemacs.org>
8563
8564         * gnus-group.el (gnus-group-compact-group): Invalidate original
8565         article buffer.
8566         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8567         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8568         NOV database and in article itself.
8569         Invalidate article backlog.
8570
8571 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8574
8575 2005-10-26  Simon Josefsson  <jas@extundo.com>
8576
8577         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8578         part of 2004-07-25 change.
8579
8580 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * message.el (message-display-completion-list): New function.
8583         (message-expand-group): Use it; make sure the Completions buffer
8584         is modifiable.
8585 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8586
8587         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8588         user-mail-name is an empty string.
8589
8590 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8591
8592         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8593         depending on gnus-score-decay-constant.
8594
8595         * encrypt.el (encrypt-insert-file-contents)
8596         (encrypt-write-file-contents): Don't use `gnus-message'.
8597
8598         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8599         arguments.
8600         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8601         arguments to mm-uu-verbatim-marks-extract.
8602         (mm-uu-hide-markers): New variable.
8603         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8604
8605         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8606         (gnus-convert-image-to-face-command): Use "convert" by default to
8607         allow other input image formats.
8608         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8609         accordingly.
8610
8611 2005-10-23  Simon Josefsson  <jas@extundo.com>
8612
8613         * imap.el (imap-gssapi-program): Align command line parameters
8614         with latest GNU SASL.
8615         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8616
8617 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8618
8619         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8620         HTML.
8621         (nnslashdot-request-article): Ditto.
8622
8623         * lpath.el (featurep): Add nobreak-char-display.
8624
8625 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8626
8627         * mail-source.el (mail-source-fetch-pop): Require pop3.
8628         (mail-source-check-pop): Ditto.
8629
8630 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8633         errors.
8634
8635 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8638         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8639
8640         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8641
8642         * mm-bodies.el (mm-decode-string): Call
8643         `mm-charset-to-coding-system' with allow-override argument.
8644
8645 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8646
8647         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8648         (rfc2047-charset-to-coding-system): New function.
8649         (rfc2047-decode-encoded-words): New function.
8650         (rfc2047-decode-region): Use them.
8651         (rfc2047-decode-cte): Remove.
8652         (rfc2047-parse-and-decode): Remove.
8653         (rfc2047-decode): Remove.
8654
8655 2005-10-15  Kenichi Handa  <handa@m17n.org>
8656
8657         * rfc2047.el (rfc2047-decode-cte): New function.
8658         (rfc2047-decode-region): Change the way to decode successive
8659         encoded-words: decode B- or Q-encoding in each encoded-word,
8660         concatenate them, and decode it as charset.
8661
8662 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * lpath.el: Fbind codepage-setup for XEmacs.
8665
8666 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8667
8668         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8669         widget-move-and-invoke.
8670         (gnus-custom-mode): Use gnus-custom-map.
8671
8672 2005-10-15  Bill Wohler  <wohler@newt.com>
8673
8674         * message.el (message-tool-bar-map): Renamed image file from
8675         mail_send to mail/send.
8676
8677 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8678
8679         * message.el (message-expand-group): Pass the common
8680         prefix substring of completion to `display-completion-list'.
8681
8682 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8683
8684         * mml-sec.el (mml-secure-method): New internal variable.
8685         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8686         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8687         functions using mml-secure-method.
8688
8689         * mml.el (mml-mode-map): Add key bindings for those functions.
8690         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8691         Harder <harder@myrealbox.com>.
8692         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8693         end of message if point is the headers of the message.
8694
8695         * message.el (message-in-body-p): New function.
8696
8697         * assistant.el: Autoload gnus-util and netrc.
8698
8699         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8700         Use `mm-charset-override-alist' only when decoding.
8701
8702         * mm-bodies.el (mm-decode-body): Call
8703         `mm-charset-to-coding-system' with allow-override argument.
8704
8705         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8706         `filename' from Content-Disposition if Content-Type doesn't
8707         provide `name'.
8708         (gnus-mime-view-part-as-type): Set default instead of
8709         initial-input.
8710
8711 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8712
8713         * format-spec.el (format-spec): Propagate text properties of % spec.
8714
8715 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8716
8717         * gnus-art.el (gnus-treat-predicate): Add `first'.
8718
8719 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8720
8721         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8722         (mm-charset-override-alist): New variable.
8723         (mm-charset-to-coding-system): Use it.
8724         (mm-codepage-setup): New helper function.
8725         (mm-charset-eval-alist): New variable.
8726         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8727         about unknown charsets.
8728
8729         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8730
8731 2005-10-04  David Hansen  <david.hansen@gmx.net>
8732
8733         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8734         (nnrss-check-group): Ditto.
8735
8736 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8739         Rename x-gnus-verbatim to x-verbatim.
8740         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8741
8742         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8743         x-verbatim.
8744
8745         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8746
8747         * gnus-util.el (gnus-remove-duplicates): Remove.
8748
8749         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8750         instead of gnus-remove-duplicates.
8751
8752         * message.el (message-remove-duplicates): Remove.
8753         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8754         message-remove-duplicates.
8755
8756         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8757         available, else use implementation from `delete-dups'.
8758
8759         * message.el (message-insert-expires): New function.
8760         (message-mode-map): Add key binding.
8761         (message-mode-field-menu): Add menu entry.
8762         (message-mode): Document it.
8763         (message-make-expires-date): Use `message-make-date'.
8764
8765 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8766
8767         * message.el (message-make-expires-date): New function.
8768
8769 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * Makefile.in (list-installed-shadows): New entry.
8772         (install): Use it.
8773         (remove-installed-shadows): New entry.
8774
8775         * dgnushack.el (dgnushack-default-load-path): New variable.
8776         (dgnushack-find-lisp-shadows): New function.
8777         (dgnushack-remove-lisp-shadows): New function.
8778
8779 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * Makefile.in (install-el-elc): New entry.
8782         (install): Use it so that .el files are necessarily installed.
8783
8784 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8785
8786         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8787
8788 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8789
8790         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8791         function rather than the diff-mode.el package.
8792         (mm-display-external): Use with-current-buffer.
8793         (mm-viewer-completion-map, mm-viewer-completion-map):
8794         Move initialization inside declaration.
8795
8796 2005-09-29  Simon Josefsson  <jas@extundo.com>
8797
8798         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8799         autoload mail-check-payment.
8800         (spam-check-hashcash): Define unconditionally, since hashcash.el
8801         is part of Gnus now.  Ignore errors from payment checking.
8802
8803 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8804
8805         * message.el (message-bold-region, message-unbold-region): Rename
8806         from `bold-region' and `unbold-region'.
8807
8808         * message.el: Remove useless autoloads.
8809
8810 2005-09-28  Simon Josefsson  <jas@extundo.com>
8811
8812         * message.el (message-use-idna): Default to t.
8813         (message-use-idna): Test whether encoding works too.  Doc fix.
8814
8815 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * nntp.el (nntp-warn-about-losing-connection): Remove.
8818
8819 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8822         customizable.  Change default value.
8823         (mm-uu-diff-groups-regexp): Change default value.
8824         (mm-uu-type-alist): Add doc string.
8825         (mm-uu-configure): Add doc string.  Make it interactive.
8826         (mm-uu-tex-groups-regexp): New variable.
8827         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8828         (mm-uu-type-alist): Add LaTeX documents.
8829         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8830         of "text/verbatim".
8831         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8832
8833         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8834         instead of "text/verbatim".
8835
8836         * message.el (message-mark-inserted-region)
8837         (message-mark-insert-file): Use slrn style marks when called with
8838         prefix argument.
8839
8840 2005-09-27  Simon Josefsson  <jas@extundo.com>
8841
8842         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8843
8844 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8845
8846         * message.el (message-remove-duplicates): New function.
8847         Implementation borrowed from `gnus-remove-duplicates'.
8848         (message-idna-to-ascii-rhs): Also encode idna addresses in
8849         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8850         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8851         only ask about the same idna domain once per header and also tell
8852         in what header to replace the idna domain.
8853
8854         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8855         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8856         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8857         a header is decoded and not just the last one.
8858
8859 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8862         has been decoded.
8863
8864         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8865         (mm-insert-part): Don't modify text if it has been decoded.
8866
8867         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8868         decoded.
8869
8870         * mm-view.el (mm-inline-text): Don't strip text props unless
8871         decoding enriched or richtext parts.
8872
8873 2005-09-25  Romain Francoise  <romain@orebokech.com>
8874
8875         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8876         * gnus-start.el (gnus-subscribe-interactively):
8877         * gnus-uu.el (gnus-uu-grab-articles):
8878         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8879         space.
8880
8881 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8882
8883         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8884         * mm-view.el (mm-view-pkcs7-decrypt):
8885         * gnus-sum.el (gnus-summary-limit-to-extra)
8886         (gnus-summary-respool-article, gnus-read-move-group-name):
8887         * gnus-score.el (gnus-summary-increase-score):
8888         * gnus-util.el (gnus-completing-read-with-default):
8889         * gnus-art.el (gnus-read-save-file-name)
8890         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8891         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8892         * message.el (message-check-news-header-syntax):
8893         Follow convention for reading with the minibuffer.
8894
8895 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8896
8897         * spam-report.el (spam-report-url-ping-plain):
8898         Use gnus-extended-version as User-Agent.
8899
8900         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8901         default value is nil.
8902
8903         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8904         (mm-uu-verbatim-marks-extract): New function.
8905         (mm-uu-extract): New face.
8906         (mm-uu-copy-to-buffer): Use it.
8907
8908         * spam-report.el (spam-report-gmane-ham): Renamed from
8909         `spam-report-gmane-unspam'.
8910         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8911         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8912
8913         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8914         Autoload.
8915         (spam-report-gmane-unregister-routine): Renamed
8916         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8917
8918 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8919
8920         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8921         (spam-report-gmane-unregister-routine): Add support for gmane
8922         unregistration.
8923
8924         * spam-report.el (spam-report-gmane-unspam)
8925         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8926         (spam-report-gmane): Change to take a single article and do unspam
8927         registration.
8928
8929 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8930
8931         * mm-url.el (mm-url-decode-entities): Fix regexp.
8932
8933 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8934
8935         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8936         default to nil, to be able to use Gnus at all.  If the default
8937         switches to something else, then the function should be fixed not
8938         be exceedingly slow.
8939
8940 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8941
8942         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8943         fail hard.
8944
8945         * spam-report.el: Add better Keywords line.
8946
8947         * spam.el: Add Maintainer and better Keywords line.
8948
8949 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8950
8951         * gnus-art.el (gnus-article-replace-part)
8952         (gnus-mime-replace-part): New functions.
8953         (gnus-mime-action-alist, gnus-mime-button-commands)
8954         (gnus-mime-save-part-and-strip): Added file argument.
8955         (gnus-article-part-wrapper): Added interactive argument.
8956
8957         * gnus-sum.el (gnus-summary-mime-map): Add
8958         `gnus-article-replace-part'.
8959
8960 2005-09-19  Didier Verna  <didier@xemacs.org>
8961
8962         The nnml compaction feature:
8963         * nnml.el (nnml-request-compact-group): New function.
8964         * nnml.el (nnml-request-compact): New function.
8965         * gnus-int.el (gnus-request-compact-group): New function.
8966         * gnus-int.el (gnus-request-compact): New function.
8967         * gnus-group.el (gnus-group-compact-group): New function.
8968         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8969         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8970         * gnus-srvr.el (gnus-server-compact-server): New function.
8971         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8972         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8973
8974 2005-09-18  Deepak Goel  <deego@gnufans.org>
8975
8976         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8977         format spec.
8978
8979 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8982
8983 2005-09-15  Romain Francoise  <romain@orebokech.com>
8984
8985         * message.el (message-fill-paragraph): Clarify docstring.
8986
8987 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-art.el (gnus-mime-display-part): Protect against broken
8990         MIME messages.
8991
8992 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8993
8994         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8995         before parsing header.
8996
8997 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8998
8999         * html2text.el (html2text-replace-list): Add new entities.
9000
9001 2005-09-11  Romain Francoise  <romain@orebokech.com>
9002
9003         * message.el (message-alternative-emails): Improve docstring.
9004         (message-setup-1): Call `message-use-alternative-email-as-from'
9005         after `message-setup-hook' to give it precedence over posting
9006         styles, etc.
9007         (message-use-alternative-email-as-from): Add docstring.  Remove
9008         the original From header if present.
9009
9010         * nnml.el (nnml-compressed-files-size-threshold): New variable.
9011         (nnml-save-mail): Use it.
9012
9013         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
9014         articles.  Add new argument `silent'.
9015         (gnus-uu-mark-all): Report the total number of marked articles.
9016
9017 2005-09-10  Romain Francoise  <romain@orebokech.com>
9018
9019         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
9020         (gnus-uu-mark-series): Likewise.
9021
9022 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
9023
9024         * spam-report.el (spam-report-gmane): Fix generation of spam
9025         report URL.
9026
9027 2005-09-10  Simon Josefsson  <jas@extundo.com>
9028
9029         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
9030         t, based on discussion on the ding list with Robert Epprecht
9031         <epprecht@solnet.ch>.
9032
9033 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * spam-report.el (spam-report-gmane): Make it work without
9036         X-Report-Spam header.  Gmane now only provides Archived-At.
9037         This is only used if `spam-report-gmane-use-article-number' is nil.
9038         (spam-report-gmane-spam-header): Remove.  Not used anymore.
9039
9040         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
9041         make `gnus-summary-sort-by-recipient' work with threading.
9042
9043         * nnweb.el (nnweb-google-wash-article): Print a message if article
9044         is not available.
9045
9046 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9047
9048         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
9049         change.  Decode text/* parts content before displaying.
9050
9051 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * mml-smime.el: Remove defvar of gnus-extract-address-components.
9054
9055 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9056
9057         * mm-view.el (mm-display-inline-fontify): Disable support modes.
9058
9059         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
9060         url-package-name, url-package-version,
9061         w3m-cid-retrieve-function-alist, w3m-current-buffer,
9062         w3m-display-inline-images, and w3m-minor-mode-map.
9063
9064 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * message.el (message-tab-body-function): Fix mismatched custom type.
9067
9068         * gnus.el (gnus-group-change-level-function): Ditto.
9069
9070         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
9071
9072         * gnus-art.el (gnus-signature-limit)
9073         (gnus-article-mime-part-function): Ditto.
9074
9075 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * mml.el (mml-mode): Silence the byte compiler.
9078
9079         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
9080         using `(sit-for 0)' before moving the point to the specified part;
9081         skip unbuttonized parts.
9082         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
9083         return to the summary window if gnus-auto-select-part is non-nil.
9084
9085 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
9086
9087         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
9088         variables.
9089         (mml-dnd-attach-file, mml-mode): Use them.
9090
9091         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
9092         Make fetching article by MID work again for Google Groups.  Added
9093         FIXME concerning gnus-group-make-web-group.
9094
9095         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
9096         Don't depend on Gnus by using mail-extract-address-components if
9097         gnus-extract-address-components is not bound.
9098
9099 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9100
9101         * gnus-art.el (gnus-mime-display-security): Don't display the
9102         signature, but only the signed part.
9103
9104 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
9107
9108         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
9109         list, not listp.
9110
9111 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
9112
9113         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
9114         when encoding.
9115
9116         * mm-bodies.el (mm-decode-content-transfer-encoding):
9117         De-canonicalize CRLF for all text content types, not just
9118         text/plain.
9119
9120 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9123         valid article; point arrow and cursor at the MIME button.
9124
9125 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9126
9127         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9128         Suggested by Dan Christensen <jdc@uwo.ca>.
9129
9130         * mm-decode.el (mm-save-part): Enable change of prompt.
9131
9132 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9133
9134         * gnus-msg.el (gnus-inews-add-send-actions): Made
9135         `message-post-method' lambda parameter ARG `&optional'.
9136
9137 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9138
9139         * gnus-sum.el (gnus-summary-mime-map): Added
9140         gnus-article-save-part-and-strip, gnus-article-delete-part and
9141         gnus-article-jump-to-part.
9142
9143         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9144         (gnus-article-edit-part): Use it.
9145         (gnus-article-part-wrapper): Added no-handle argument.
9146         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9147         functions.
9148
9149 2005-08-29  Romain Francoise  <romain@orebokech.com>
9150
9151         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9152         docstring.
9153         (gnus-face-from-file): Likewise.
9154
9155 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9156
9157         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9158         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9159         non-nil.
9160         (gnus-auto-select-part): New variable.
9161         (gnus-article-jump-to-part): New function.
9162         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9163         (gnus-mime-delete-part): Allow selecting specified part after
9164         deleting or stripping parts.
9165         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9166         part if argument is bogus.
9167
9168 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9169
9170         * gnus-art.el (w3m-minor-mode-map):
9171         * gnus-spec.el (gnus-newsrc-file-version):
9172         * gnus-util.el (nnmail-active-file-coding-system)
9173         (gnus-original-article-buffer, gnus-user-agent):
9174         * gnus.el (gnus-ham-process-destinations)
9175         (gnus-parameter-ham-marks-alist)
9176         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9177         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9178         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9179         * mm-decode.el (gnus-current-window-configuration):
9180         * mm-extern.el (gnus-article-mime-handles):
9181         * mm-url.el (url-current-object, url-package-name)
9182         (url-package-version):
9183         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9184         (smime-keys, w3m-cid-retrieve-function-alist)
9185         (w3m-current-buffer, w3m-display-inline-images)
9186         (w3m-minor-mode-map):
9187         * mml-smime.el (gnus-extract-address-components):
9188         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9189         (gnus-newsrc-hashtb, message-default-charset)
9190         (message-deletable-headers, message-options)
9191         (message-posting-charset, message-required-mail-headers)
9192         (message-required-news-headers):
9193         * mml1991.el (mc-pgp-always-sign):
9194         * mml2015.el (mc-pgp-always-sign):
9195         * nnheader.el (nnmail-extra-headers):
9196         * rfc1843.el (gnus-decode-encoded-word-function)
9197         (gnus-decode-header-function, gnus-newsgroup-name):
9198         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9199
9200 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9201
9202         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9203         the end of the date treatments.
9204
9205 2005-08-15  Simon Josefsson  <jas@extundo.com>
9206
9207         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9208         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9209         Capello and Romain Francoise.
9210         (pgg-fetch-key-function): Removed, not used?
9211         (pgg-insert-url-with-w3): Require url, to get
9212         url-insert-file-contents regardless of where it is defined.
9213
9214 2005-08-13  Romain Francoise  <romain@orebokech.com>
9215
9216         * message.el (message-cite-original-1): New function.
9217         (message-cite-original): Use it.
9218         (message-cite-original-without-signature): Ditto.
9219
9220 2005-08-08  Romain Francoise  <romain@orebokech.com>
9221
9222         * message.el (message-yank-empty-prefix): New variable.
9223         (message-indent-citation): Use it.
9224         (message-cite-original-without-signature): Respect X-No-Archive.
9225
9226 2005-08-08  Simon Josefsson  <jas@extundo.com>
9227
9228         * pgg.el: Autoload url-insert-file-contents instead of loading
9229         w3/url.
9230         (pgg-insert-url-with-w3): Don't load url here.
9231
9232 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9233
9234         * message.el (message-kill-to-signature): Don't insert newline at
9235         bol.
9236         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9237
9238 2005-08-06  Romain Francoise  <romain@orebokech.com>
9239
9240         * message.el (message-user-fqdn): Fix typo in docstring.
9241
9242 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9243
9244         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9245
9246         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9247
9248 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * mm-bodies.el (mm-encode-body): Use coding system rather than
9251         charset to encode text.
9252
9253         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9254         number of charsets if utf-8 is available (XEmacs).
9255
9256 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9259         taken from `gnus-button-mid-or-mail-regexp'.
9260         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9261         (gnus-button-alist): Improve regexp for domain part of the MIDs
9262         for news:localpart@domain buttons.
9263         (gnus-button-ctan-directory-regexp): Update.
9264
9265 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9266
9267         * sieve-manage.el (sieve-manage-interactive-login): Use
9268         make-local-variable rather than make-variable-buffer-local.
9269         (sieve-manage-open): Ditto.
9270         (sieve-manage-authenticate): Ditto.
9271
9272         * mml.el (mml-generate-mime-1): Make the content type default to
9273         text/plain if the filename is not specified.
9274
9275 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9276
9277         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9278         instead of insert-buffer.
9279
9280         * message.el (message-yank-original): Ditto; set the mark at the
9281         end of the yanked message.
9282
9283 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9286         lines to scroll rather than to stop it.
9287
9288         * mml.el (mml-generate-default-type): Add doc string.
9289         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9290         default to application/octet-stream when determining the content
9291         type if it is not specified for the part or the mml contents; add
9292         a comment about mml-generate-default-type.
9293
9294 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9297         make it default to application/octet-stream when determining the
9298         content type if it is not specified for the external contents.
9299
9300 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9301
9302         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9303         segmented parameter but also other parameters might be there.
9304
9305 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9306
9307         * mm-decode.el (mm-display-external): Delete temp file, directory
9308         and buffer immediately if the external process is exited.
9309
9310 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9311
9312         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9313         fewer lines than that of scroll-margin.
9314         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9315
9316 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus-art.el (gnus-article-next-page): Revert.
9319         (gnus-article-beginning-of-window): New macro.
9320         (gnus-article-next-page-1): Use it.
9321         (gnus-article-prev-page): Ditto.
9322         (gnus-article-edit-part): Use insert-buffer-substring instead of
9323         insert-buffer.
9324         (gnus-article-edit-exit): Ditto.
9325
9326         * gnus-util.el (gnus-beginning-of-window): Remove.
9327         (gnus-end-of-window): Remove.
9328
9329         * lpath.el: Don't bind header-line-format and scroll-margin.
9330
9331 2005-07-25  Simon Josefsson  <jas@extundo.com>
9332
9333         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9334         to have the url package without w3.  Reported by Daiki Ueno
9335         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9336
9337 2005-07-20  Didier Verna  <didier@xemacs.org>
9338
9339         * gnus-diary.el: Remove the description comment (nndiary is now
9340         properly documented in the Gnus manual).
9341         Fix the spelling of "Back End".
9342         * nndiary.el: Ditto.
9343         Fix the copyright notice.
9344
9345 2005-07-18  Romain Francoise  <romain@orebokech.com>
9346
9347         * gnus-sum.el (gnus-summary-to-prefix)
9348         (gnus-summary-newsgroup-prefix): New variables.
9349         (gnus-summary-from-or-to-or-newsgroups): Use them.
9350
9351 2005-07-17  Romain Francoise  <romain@orebokech.com>
9352
9353         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9354         space as it's generally not especially interesting to the user.
9355
9356 2005-07-16  Romain Francoise  <romain@orebokech.com>
9357
9358         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9359         nil to avoid prompting and file modification if one of the
9360         messages at the top of the nnfolder file contains a copyright
9361         notice.
9362         Update copyright notice.
9363
9364         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9365         instead of `current-time-string' as the latter creates a time
9366         string that is not RFC 2822 compliant (it lacks the zone).
9367         Update copyright notice.
9368
9369 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9370
9371         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9372         for text/rtf.  Display default in prompt.  Pass default for M-n.
9373
9374         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9375
9376 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9377
9378         * gnus-msg.el (gnus-button-mailto): Remove
9379         save-selected-window-window hackery because it relies on
9380         save-selected-window internals.
9381
9382 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9383
9384         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9385         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9386         (gnus-article-prev-page): Ditto.
9387
9388         * gnus-util.el (gnus-beginning-of-window): New function.
9389         (gnus-end-of-window): New function.
9390
9391         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9392
9393 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9394
9395         * gnus-score.el (gnus-score-edit-all-score): Set
9396         gnus-score-edit-exit-function to gnus-score-edit-done and call
9397         gnus-message.
9398
9399 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9400
9401         * gnus-msg.el (gnus-button-mailto): Remove
9402         save-selected-window-window hackery because it relies on
9403         save-selected-window internals.
9404
9405 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9408         add-minor-mode.
9409         (gnus-binary-mode): Ditto.
9410
9411         * gnus-topic.el (gnus-topic-mode): Ditto.
9412
9413 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9414
9415         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9416         (gnus-article-prev-page): Take scroll-margin into consideration.
9417
9418 2005-07-04  Lute Kamstra  <lute@gnu.org>
9419
9420         Update FSF's address in GPL notices.
9421
9422 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9423
9424         * gnus.el (gnus-exit):
9425         * gnus-group.el (gnus-group-icons):
9426         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9427
9428         * gnus-nocem.el (gnus-nocem):
9429         * message.el (message-various, message-buffers, message-sending)
9430         (message-interface, message-forwarding, message-insertion)
9431         (message-headers, message-news, message-mail):
9432         * pgg-gpg.el (pgg-gpg):
9433         * pgg-parse.el (pgg-parse):
9434         * pgg-pgp.el (pgg-pgp):
9435         * pgg-pgp5.el (pgg-pgp5):
9436         * pop3.el (pop3): Finish `defgroup' description with period.
9437
9438 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * gnus-art.el (article-display-face): Improve the efficiency.
9441         (article-display-x-face): Ditto; remove grey x-face stuff.
9442
9443 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9444
9445         * gnus-art.el (article-display-face): Correct the position in
9446         which Faces are inserted.
9447
9448 2005-06-29  Didier Verna  <didier@xemacs.org>
9449
9450         * gnus-art.el (article-display-face): Display faces in correct
9451         order.
9452
9453 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9454
9455         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9456         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9457         (gnus-nocem-check-article): Fetch the Type header.
9458         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9459         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9460         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9461         make sure gnus-nocem-hashtb is initialized.
9462         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9463         (gnus-nocem-unwanted-article-p): Ditto.
9464
9465         * pgg.el (pgg-verify): Return the verification result.
9466
9467 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468
9469         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9470         is ascii.
9471
9472 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9473
9474         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9475         `show-nonbreak-escape'.
9476
9477 2005-06-23  Lute Kamstra  <lute@gnu.org>
9478
9479         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9480
9481         * dig.el (dig-mode):
9482         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9483
9484 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9485
9486         * nnimap.el (nnimap-split-download-body): Fix spellings.
9487
9488 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9489
9490         * gnus-art.el (gnus-article-encrypt-body):
9491         * gnus-cus.el (gnus-score-customize):
9492         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9493         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9494
9495 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9496
9497         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9498         header by looking for magic "MII" at the beginnig.
9499
9500 2005-06-16  Miles Bader  <miles@gnu.org>
9501
9502         * gnus-xmas.el (gnus-xmas-group-startup-message):
9503         Use renamed gnus-splash face.
9504
9505         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9506         (assistant-field-face): New backward-compatibility alias for renamed
9507         face.
9508         (assistant-render-text): Use renamed assistant-field face.
9509
9510         * spam.el (spam): Remove "-face" suffix from face name.
9511         (spam-face): New backward-compatibility alias for renamed face.
9512         (spam-face, spam-initialize): Use renamed spam face.
9513
9514         * message.el (message-header-to, message-header-cc)
9515         (message-header-subject, message-header-newsgroups)
9516         (message-header-other, message-header-name)
9517         (message-header-xheader, message-separator, message-cited-text)
9518         (message-mml): Remove "-face" suffix from face names.
9519         (message-header-to-face, message-header-cc-face)
9520         (message-header-subject-face, message-header-newsgroups-face)
9521         (message-header-other-face, message-header-name-face)
9522         (message-header-xheader-face, message-separator-face)
9523         (message-cited-text-face, message-mml-face):
9524         New backward-compatibility aliases for renamed faces.
9525         (message-font-lock-keywords): Use renamed message faces.
9526
9527         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9528         (sieve-test-commands, sieve-tagged-arguments):
9529         Remove "-face" suffix from face names.
9530         (sieve-control-commands-face, sieve-action-commands-face)
9531         (sieve-test-commands-face, sieve-tagged-arguments-face):
9532         New backward-compatibility aliases for renamed faces.
9533         (sieve-control-commands-face, sieve-action-commands-face)
9534         (sieve-test-commands-face, sieve-tagged-arguments-face):
9535         Use renamed sieve faces.
9536
9537         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9538         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9539         (gnus-group-news-3-empty, gnus-group-news-4)
9540         (gnus-group-news-4-empty, gnus-group-news-5)
9541         (gnus-group-news-5-empty, gnus-group-news-6)
9542         (gnus-group-news-6-empty, gnus-group-news-low)
9543         (gnus-group-news-low-empty, gnus-group-mail-1)
9544         (gnus-group-mail-1-empty, gnus-group-mail-2)
9545         (gnus-group-mail-2-empty, gnus-group-mail-3)
9546         (gnus-group-mail-3-empty, gnus-group-mail-low)
9547         (gnus-group-mail-low-empty, gnus-summary-selected)
9548         (gnus-summary-cancelled, gnus-summary-high-ticked)
9549         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9550         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9551         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9552         (gnus-summary-low-undownloaded)
9553         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9554         (gnus-summary-low-unread, gnus-summary-normal-unread)
9555         (gnus-summary-high-read, gnus-summary-low-read)
9556         (gnus-summary-normal-read, gnus-splash):
9557         Remove "-face" suffix from face names.
9558         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9559         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9560         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9561         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9562         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9563         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9564         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9565         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9566         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9567         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9568         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9569         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9570         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9571         (gnus-summary-normal-ticked-face)
9572         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9573         (gnus-summary-normal-ancient-face)
9574         (gnus-summary-high-undownloaded-face)
9575         (gnus-summary-low-undownloaded-face)
9576         (gnus-summary-normal-undownloaded-face)
9577         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9578         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9579         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9580         (gnus-splash-face):
9581         New backward-compatibility aliases for renamed faces.
9582         (gnus-group-startup-message): Use renamed gnus faces.
9583
9584         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9585         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9586         (gnus-server-agent): Remove "-face" suffix from face names.
9587         (gnus-server-agent-face, gnus-server-opened-face)
9588         (gnus-server-closed-face, gnus-server-denied-face)
9589         (gnus-server-offline-face):
9590         New backward-compatibility aliases for renamed faces.
9591         (gnus-server-agent-face, gnus-server-opened-face)
9592         (gnus-server-closed-face, gnus-server-denied-face)
9593         (gnus-server-offline-face): Use renamed gnus faces.
9594
9595         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9596         Remove "-face" suffix from face names.
9597         (gnus-picon-xbm-face, gnus-picon-face):
9598         New backward-compatibility aliases for renamed faces.
9599
9600         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9601         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9602         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9603         (gnus-cite-11): Remove "-face" suffix from face names.
9604         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9605         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9606         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9607         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9608         New backward-compatibility aliases for renamed faces.
9609         (gnus-cite-attribution-face, gnus-cite-face-list)
9610         (gnus-article-boring-faces): Use renamed gnus faces.
9611
9612         * gnus-art.el (gnus-signature, gnus-header-from)
9613         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9614         (gnus-header-content): Remove "-face" suffix from face names.
9615         (gnus-signature-face, gnus-header-from-face)
9616         (gnus-header-subject-face, gnus-header-newsgroups-face)
9617         (gnus-header-name-face, gnus-header-content-face):
9618         New backward-compatibility aliases for renamed faces.
9619         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9620
9621         * gnus-sum.el (gnus-summary-selected-face)
9622         (gnus-summary-highlight): Use renamed gnus faces.
9623         * gnus-group.el (gnus-group-highlight): Likewise.
9624
9625 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9626
9627         * gnus-sieve.el (gnus-sieve-article-add-rule):
9628         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9629         * spam-stat.el (spam-stat-buffer-change-to-spam)
9630         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9631
9632         * message.el (message-is-yours-p):
9633         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9634
9635 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * mm-view.el (mm-inline-text): Withdraw the last change.
9638
9639 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9642         executing enriched-decode.
9643
9644 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9645
9646         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9647         charset of tar files.
9648
9649 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9650
9651         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9652
9653 2005-06-04  Lute Kamstra  <lute@gnu.org>
9654
9655         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9656         information is never recorded.
9657
9658 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9659
9660         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9661
9662 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * pop3.el (pop3-apop): Run md5 in the binary mode.
9665
9666         * starttls.el (starttls-set-process-query-on-exit-flag):
9667         Use eval-and-compile.
9668
9669 2005-05-31  Simon Josefsson  <jas@extundo.com>
9670
9671         * smime.el (smime-replace-in-string): Define.
9672         (smime-cert-by-ldap-1): Use it.
9673
9674 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9675
9676         * gnus-art.el (article-display-x-face): Replace
9677         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9678
9679         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9680         set-process-query-on-exit-flag or process-kill-without-query.
9681
9682         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9683         loop instead of replace-regexp.
9684
9685         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9686         instead of process-kill-without-query if it is available.
9687
9688         * lpath.el: Fbind ldap-search-entries.
9689
9690         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9691         instead of find-file-hooks if it is available.
9692
9693         * mml1991.el: Bind pgg-default-user-id when compiling.
9694
9695         * mml2015.el: Bind pgg-default-user-id when compiling.
9696
9697         * nndraft.el (nndraft-request-associate-buffer):
9698         Use write-contents-functions instead of write-contents-hooks if it is
9699         available.
9700
9701         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9702         instead of find-file-hooks if it is available.
9703
9704         * nntp.el (nntp-open-connection): Replace
9705         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9706         (nntp-open-ssl-stream): Ditto.
9707         (nntp-open-tls-stream): Ditto.
9708
9709         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9710         set-process-query-on-exit-flag or process-kill-without-query.
9711         (starttls-open-stream-gnutls): Use it instead of
9712         process-kill-without-query.
9713         (starttls-open-stream): Ditto.
9714
9715 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9716
9717         * smime.el (smime-cert-by-ldap-1): Don't use
9718         replace-regexp-in-string.
9719
9720 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9721
9722         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9723
9724         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9725         in PEM format.  Adjust to the XEmacs compability.
9726
9727 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9730         by `string-to-number'.
9731         * gnus-agent.el (gnus-agent-regenerate-group)
9732         (gnus-agent-fetch-articles): Ditto.
9733         * gnus-art.el (gnus-button-fetch-group): Ditto.
9734         * gnus-cache.el (gnus-cache-generate-active)
9735         (gnus-cache-articles-in-group): Ditto.
9736         * gnus-group.el (gnus-group-set-current-level)
9737         (gnus-group-insert-group-line): Ditto.
9738         * gnus-score.el (gnus-score-set-expunge-below)
9739         (gnus-score-set-mark-below, gnus-summary-score-effect)
9740         (gnus-summary-score-entry): Ditto.
9741         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9742         (gnus-soup-pack): Ditto.
9743         * gnus-spec.el (gnus-xmas-format): Ditto.
9744         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9745         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9746         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9747         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9748         * nndb.el (nndb-get-remote-expire-response): Ditto.
9749         * nndiary.el (nndiary-parse-schedule-value)
9750         (nndiary-string-to-number, nndiary-request-replace-article)
9751         (nndiary-request-article): Ditto.
9752         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9753         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9754         * nneething.el (nneething-make-head): Ditto.
9755         * nnfolder.el (nnfolder-request-article)
9756         (nnfolder-retrieve-headers): Ditto.
9757         * nnheader.el (nnheader-file-to-number): Ditto.
9758         * nnkiboze.el (nnkiboze-request-article): Ditto.
9759         * nnmail.el (nnmail-process-unix-mail-format)
9760         (nnmail-process-babyl-mail-format): Ditto.
9761         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9762         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9763         (nnmh-request-create-group, nnmh-request-list-1)
9764         (nnmh-request-group, nnmh-request-article): Ditto.
9765         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9766         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9767         * nnsoup.el (nnsoup-make-active): Ditto.
9768         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9769         * nntp.el (nntp-find-group-and-number)
9770         (nntp-retrieve-headers-with-xover): Ditto.
9771         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9772         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9773         (pgg-format-key-identifier): Ditto.
9774         * pop3.el (pop3-last, pop3-stat): Ditto.
9775         * qp.el (quoted-printable-decode-region): Ditto.
9776
9777         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9778         of concat.
9779
9780 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9781
9782         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9783
9784         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9785
9786         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9787
9788         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9789
9790         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9791
9792         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9793
9794         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9795         (gnus-carpal-mode): Ditto.
9796
9797         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9798         (gnus-browse-mode): Ditto.
9799
9800         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9801
9802         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9803
9804 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9805
9806         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9807
9808 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9809
9810         * gnus-util.el (gnus-run-mode-hooks): New function.
9811
9812         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9813
9814         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9815         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9816
9817 2005-05-27  Lute Kamstra  <lute@gnu.org>
9818
9819         * dns-mode.el (dns-mode): Specify customization group.
9820
9821 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9822
9823         * gnus-agent.el (gnus-agent-make-mode-line-string):
9824         Use mode-line-highlight as mouse-face.
9825
9826 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * canlock.el (canlock): Change the parent group to news.
9829
9830         * deuglify.el (gnus-outlook-deuglify): Add :group.
9831
9832         * dig.el (dig): Add :group.
9833
9834         * dns-mode.el (dns-mode): Add :group.
9835
9836         * encrypt.el (encrypt): Add :group.
9837
9838         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9839         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9840         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9841         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9842         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9843
9844         * gnus-diary.el (gnus-diary): Add :group.
9845
9846         * gnus.el (gnus-group-news-1-face): Add :group.
9847         (gnus-group-news-1-empty-face): Ditto.
9848         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9849         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9850         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9851         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9852         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9853         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9854         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9855         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9856         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9857         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9858         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9859         (gnus-summary-high-ticked-face): Ditto.
9860         (gnus-summary-low-ticked-face): Ditto.
9861         (gnus-summary-normal-ticked-face): Ditto.
9862         (gnus-summary-high-ancient-face): Ditto.
9863         (gnus-summary-low-ancient-face): Ditto.
9864         (gnus-summary-normal-ancient-face): Ditto.
9865         (gnus-summary-high-undownloaded-face): Ditto.
9866         (gnus-summary-low-undownloaded-face): Ditto.
9867         (gnus-summary-normal-undownloaded-face): Ditto.
9868         (gnus-summary-high-unread-face): Ditto.
9869         (gnus-summary-low-unread-face): Ditto.
9870         (gnus-summary-normal-unread-face): Ditto.
9871         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9872         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9873
9874         * hashcash.el (hashcash): New custom group.
9875         (hashcash-default-payment): Add :group.
9876         (hashcash-payment-alist): Ditto.
9877         (hashcash-default-accept-payment): Ditto.
9878         (hashcash-accept-resources): Ditto.
9879         (hashcash-path): Ditto.
9880         (hashcash-extra-generate-parameters): Ditto.
9881         (hashcash-double-spend-database): Ditto.
9882         (hashcash-in-news): Ditto.
9883
9884         * message.el (message-minibuffer-local-map): Add :group.
9885
9886         * netrc.el (netrc): Add :group.
9887
9888         * sieve-manage.el (sieve-manage-log): Add :group.
9889         (sieve-manage-default-user): Diito.
9890         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9891         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9892         (sieve-manage-authenticators): Ditto.
9893         (sieve-manage-authenticator-alist): Ditto.
9894         (sieve-manage-default-port): Ditto.
9895
9896         * sieve-mode.el (sieve-control-commands-face): Add :group.
9897         (sieve-action-commands-face): Ditto.
9898         (sieve-test-commands-face): Ditto.
9899         (sieve-tagged-arguments-face): Ditto.
9900
9901         * smime.el (smime): Add :group.
9902
9903         * spam-report.el (spam-report): Add :group.
9904
9905         * spam.el (spam, spam-face): Add :group.
9906
9907 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9908
9909         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9910         return \n.\n.\n at the end of articles.  Protect against that.
9911         (nntp-with-open-group): Allow debugging.
9912
9913         * nnheader.el (mail-header-set-extra): Make into a function
9914         because I just could't understand how to quote the list properly.
9915
9916         * dns.el (query-dns-cached): New function.
9917
9918 2005-05-26  Lute Kamstra  <lute@gnu.org>
9919
9920         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9921
9922 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9925
9926         * gnus-art.el: Don't autoload mail-extract-address-components.
9927
9928         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9929         eval-and-compile to evaluate it.
9930
9931         * hashcash.el: Don't autoload executable-find.
9932
9933         * nndb.el: Don't declare the nndb back end two or more times; don't
9934         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9935
9936         * nntp.el: Autoload format-spec instead of format; use
9937         eval-and-compile to evaluate autoload forms.
9938
9939 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9940
9941         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9942
9943 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9944
9945         * gnus.el (gnus-version-number): Bump version.
9946
9947 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9948
9949         * gnus.el: No Gnus v0.3 is released.
9950
9951 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * lpath.el (featurep): Bind show-nonbreak-escape.
9954
9955 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * gnus-art.el (gnus-article-edit-part): Disable undo.
9958
9959 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9960
9961         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9962         gnus-article-date-lapsed-new-header is t if date timer is active;
9963         skip headers in which the original date value is empty.
9964         (gnus-article-save-original-date): Redefine it as a macro.
9965         (gnus-display-mime): Use it.
9966
9967 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9968
9969         * gnus-art.el (article-date-ut): Support converting date in
9970         forwarded parts as well.
9971         (gnus-article-save-original-date): New function.
9972         (gnus-display-mime): Use it.
9973
9974 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9975
9976         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9977         enclosure element of <item>.
9978
9979 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9980
9981         * message.el (message-kill-buffer-query): Renamed from
9982         `message-kill-buffer-query-if-modified'.  Added :version.
9983
9984 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9987         window layout.
9988
9989 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9990
9991         * mml.el: Autoload dnd when compiling.
9992
9993 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9994
9995         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9996         x-dnd-*.
9997
9998 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * qp.el (quoted-printable-encode-region): Save excursion.
10001
10002 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
10003
10004         * message.el (message-kill-buffer-query-if-modified): Add new variable
10005         so the user can kill a modified message buffer quickly.
10006         (message-kill-buffer): Use it.
10007
10008 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10009
10010         * lpath.el: Fbind display-time-event-handler; don't fbind
10011         string-to-multibyte.
10012
10013         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
10014
10015 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
10018         contained in text because xml.el decodes entities) with LFs.
10019
10020 2005-04-11  Lute Kamstra  <lute@gnu.org>
10021
10022         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
10023         differently.
10024
10025 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10026
10027         * mm-util.el (mm-detect-coding-region): Typo.
10028
10029 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10030
10031         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
10032
10033 2005-04-06  Deepak Goel  <deego@gnufans.org>
10034
10035         * spam-stat.el (spam-stat-score-buffer): Add a call to a
10036         user-function allow user modifications of the scores.
10037         (spam-stat-score-buffer-user): New function, to allow
10038         user-computed modifications to the score.
10039         (spam-stat-score-buffer-user-functions): List of additional
10040         scoring functions.
10041         (spam-stat-error-holder): Global temporary error holder.
10042         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
10043         variable.
10044
10045 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
10046
10047         * gnus-registry.el (gnus-registry-clean-empty-function)
10048         (gnus-registry-trim, gnus-registry-fetch-groups)
10049         (gnus-registry-delete-group): Groups that match
10050         `gnus-registry-ignored-groups' are removed from the registry
10051         entries, not just ignored for splitting.  This helps clean up the
10052         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
10053         to get all the groups a message ID is in.
10054
10055         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
10056         (spam-stat-split-fancy): Change "threshhold" to "threshold"
10057         (spam-stat-score-buffer-user-functions): Add :number custom type.
10058
10059 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
10062         argument in XEmacs.
10063
10064         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
10065         (nnrss-request-group): Decode group name first.
10066         (nnrss-request-article): Make a text/plain article if mml-to-mime
10067         failed.
10068         (nnrss-get-encoding): Return a compatible encoding according to
10069         nnrss-compatible-encoding-alist.
10070         (nnrss-find-el): Use consp instead of listp.
10071         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
10072
10073 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
10076         which Emacs 20 doesn't support.
10077         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
10078
10079 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
10082         silence the byte compiler inside the defun.
10083
10084         * gnus-demon.el (parse-time-string): Add autoload.
10085
10086         * gnus-delay.el (parse-time-string): Add autoload.
10087
10088         * gnus-art.el (parse-time-string): Add autoload.
10089
10090         * nnultimate.el (parse-time): Require for `parse-time-string'.
10091
10092 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10093
10094         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
10095
10096         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
10097
10098         * smime.el (smime-ldap-host-list): Add :version.
10099
10100 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
10103         pass it to `gnus-browse-read-group'.
10104         (gnus-browse-read-group): Add NUMBER argument and pass it to
10105         `gnus-group-read-ephemeral-group'.
10106
10107         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
10108         argument and pass it to `gnus-group-read-group'.
10109
10110 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
10111
10112         * mm-util.el (mm-xemacs-find-mime-charset): Only call
10113         mm-xemacs-find-mime-charset-1 if we have the mule feature
10114         available at runtime.
10115
10116 2005-03-25  Werner Lemberg  <wl@gnu.org>
10117
10118         * nnmaildir.el: Replace `illegal' with `invalid'.
10119
10120 2005-03-23  Lute Kamstra  <lute@gnu.org>
10121
10122         * time-date.el: Add comment on time value formats.
10123         Don't require parse-time.
10124         (with-decoded-time-value): New macro.
10125         (encode-time-value): New function.
10126         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10127         (days-to-time): Return a valid time value when arg is huge.
10128         (time-since): Use time-subtract.
10129         (time-to-number-of-days): Use time-to-seconds.
10130
10131 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10132
10133         * gnus-start.el (gnus-display-time-event-handler):
10134         Check display-time-timer at runtime rather than only at load time
10135         in case display-time-mode is turned off in the mean time.
10136
10137 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10138
10139         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10140         used.
10141
10142         * nneething.el (nneething-map-file-directory): Derive from
10143         `gnus-directory'.
10144
10145         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10146         the To/Cc button.
10147
10148 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * nnmaildir.el (nnmaildir-request-accept-article):
10151         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10152
10153 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10154
10155         * gnus-async.el: Require timer-funcs at compile time when in
10156         XEmacs for `run-with-idle-timer'.
10157
10158 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10159
10160         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10161         autoloaded function.
10162
10163 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10164
10165         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10166
10167 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10168
10169         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10170
10171 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10172
10173         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10174         gnus-expert-user to default.
10175
10176 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10177
10178         * nnimap.el (nnimap-open-server): Ditto.
10179
10180         * imap.el (imap-authenticate): Fix typo.
10181
10182 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10183
10184         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10185         buffer (since IMAP server might return FETCH response out of
10186         order, and the nntp buffer must be sorted).
10187
10188 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10189
10190         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10191         comparison on string.
10192
10193         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10194         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10195         (gnus-agent-summary-fetch-series): Modified to protect against
10196         gnus-agent-summary-fetch-group clearing processable flags.
10197         (gnus-agent-synchronize-group-flags): Update live group buffer as
10198         synchronization may occur due to the user toggle the plugged
10199         status.
10200         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10201         successfully downloaded.
10202         (gnus-agent-expire-group-1): Avoid using markers when the overview
10203         is in ascending order; greatly improves performance.
10204         (gnus-agent-regenerate-group): Use
10205         gnus-agent-synchronize-group-flags to reset read status in both
10206         gnus and server.
10207         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10208
10209 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10210
10211         * message.el: Don't autoload former message-utils variables.
10212         (message-strip-subject-trailing-was): Change doc string.
10213
10214         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10215         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10216         (nnweb-google-search): Add "hl=en" here.
10217         (nnweb-google-parse-1, nnweb-google-create-mapping):
10218         Don't hardcode URL.
10219
10220 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10221
10222         * message.el (message-get-reply-headers, message-followup):
10223         Mention related variables `message-use-followup-to' and
10224         `message-use-mail-followup-to', in the information buffer.
10225
10226         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10227         of broken groups(-beta).google.com.
10228
10229 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10230
10231         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10232         parameter to invoked gnus-request-move-article; remove the
10233         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10234         all at once instead of once per article.
10235         (gnus-summary-remove-process-mark): Accept a list of articles as
10236         well as a single article for processing.
10237
10238         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10239         parameter.
10240
10241         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10242
10243         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10244
10245         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10246         parameter.
10247
10248         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10249         parameter.
10250
10251         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10252         parameter and remove the gnus-sum-hint-move-is-internal variable.
10253
10254         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10255         parameter.
10256
10257         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10258         parameter.
10259
10260         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10261         parameter.
10262
10263         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10264
10265         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10266         parameter.
10267
10268         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10269         parameter.
10270
10271 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10272
10273         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10274         a more conservative way.
10275
10276 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10277
10278         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10279         buffer, so it moves the window's cursor.
10280
10281 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10282
10283         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10284         `mm-dissect-multipart' and receive the from field as an (optional)
10285         argument from `mm-dissect-multipart'.
10286         (mm-dissect-multipart): Receive the from field as an argument and
10287         pass it on when we call `mm-dissect-buffer' on MIME parts.
10288         Fixes verification/decryption of signed/encrypted MIME parts.
10289
10290 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10291
10292         * gnus-sum.el (gnus-summary-move-article): Set
10293         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10294         whatever it calls (right now, only nnimap-request-move article
10295         respects it).
10296
10297         * nnimap.el (nnimap-request-move-article): When
10298         gnus-sum-hint-move-is-internal is set, don't do the extra
10299         nnimap-request-article.
10300
10301 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10302
10303         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10304
10305         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10306         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10307
10308         * gnus-sum.el (gnus-summary-caesar-message):
10309         Apply `gnus-treat-article' after rotation.
10310
10311         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10312         doc string.
10313
10314 2005-02-22  Simon Josefsson  <jas@extundo.com>
10315
10316         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10317         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10318         <arne@arnested.dk>.
10319         (encrypt): Add password-cache and password-cache-expiry as group
10320         members.
10321
10322 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10323
10324         * smime.el (smime-ldap-host-list): Doc fix.
10325         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10326         cache) password.
10327         (smime-sign-region): Use it.
10328         (smime-decrypt-region): Use it.
10329         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10330         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10331         fails.
10332         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10333         certificate from DER to PEM format rather than calling openssl.
10334
10335         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10336
10337         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10338         for signing/encryption.
10339
10340         * mml.el (mml-parse-1): Use them.
10341
10342 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10343
10344         * nnrss.el (nnrss-verbose): Removed.
10345         (nnrss-request-group): Use `nnheader-message' instead.
10346
10347 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10348
10349         * nnrss.el (nnrss-verbose): New variable.
10350         (nnrss-request-group): Make it say nnrss is requesting a group.
10351
10352 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10353
10354         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10355         Handle news URL with given port correctly.
10356
10357 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10360         containing special characters.
10361
10362         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10363
10364         * mml.el (mime-to-mml): Ditto.
10365
10366         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10367         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10368         (rfc2047-decode-region): Quote decoded words containing special
10369         characters when rfc2047-quote-decoded-words-containing-tspecials
10370         is non-nil.
10371
10372 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10373
10374         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10375
10376         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10377
10378 2005-02-15  Simon Josefsson  <jas@extundo.com>
10379
10380         * nnimap.el (nnimap-debug): Doc fix.
10381
10382         * imap.el (imap-debug): Doc fix.
10383
10384 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10385
10386         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10387
10388 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10389
10390         * gnus.el (spam-contents): Improve docs for spam-contents
10391         parameter in its variable incarnation.
10392
10393 2005-02-14  Simon Josefsson  <jas@extundo.com>
10394
10395         * smime-ldap.el: Use require instead of load-library for ldap.
10396         (smime-ldap-search): Indent.
10397         (smime-ldap-search-internal): Shorten line.
10398
10399         * smime.el (smime-cert-by-dns): Add doc-string.
10400         (smime-cert-by-ldap-1): Indent.
10401
10402         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10403         mml-smime-get-dns-ldap.
10404         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10405
10406 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10407
10408         * smime.el: Require smime-ldap.
10409         (smime-ldap-host-list): New variable.
10410         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10411
10412         * mml-smime.el (mml-smime-encrypt-query): New function.
10413         (mml-smime-encrypt-query): Use it.
10414
10415         * smime-ldap.el: New file.
10416
10417 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10418
10419         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10420
10421 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10422
10423         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10424         argument in doc string.  Make query for type more clear.
10425
10426 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * gnus.el (gnus-group-startup-message): Search for gnus images in
10429         etc/images/gnus.
10430         * mm-util.el (mm-image-load-path): Likewise.
10431         * smiley.el (smiley-data-directory): Search for smilies in
10432         etc/images/smilies.
10433
10434 2005-02-09  Kim F. Storm  <storm@cua.dk>
10435
10436         Change Emacs release version from 21.4 to 22.1 throughout.
10437         Change Emacs development version from 21.3.50 to 22.0.50.
10438
10439 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10442
10443         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10444         non-Mule XEmacs as well.
10445         (mm-decompress-buffer): Signal an error intentionally if it does
10446         not decompress compressed data because auto-compression-mode is
10447         disabled.
10448
10449 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10450
10451         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10452         an ID in the registry even if it has no groups.
10453
10454 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10457         merge it into mm-decompress-buffer.
10458         (gnus-mime-copy-part): Use the MIME part charset, the value which
10459         a user specified or gnus-newsgroup-charset for decoding, like
10460         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10461         save-buffer what was used.  Suggested by Kevin Ryde
10462         <user42@zip.com.au>.
10463         (gnus-mime-inline-part): Allow the name parameter as well as the
10464         filename parameter; force decompressing of compressed data; always
10465         display contents being not decoded as unibyte.
10466
10467         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10468         as well as the filename parameter.
10469
10470         * mm-util.el (mm-decompress-buffer): Merge
10471         gnus-mime-jka-compr-maybe-uncompress.
10472         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10473         of compressed data.
10474
10475 2005-02-08  Simon Josefsson  <jas@extundo.com>
10476
10477         * imap.el (imap-log): Doc fix.
10478
10479 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10480
10481         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10482         the coding cookies; decompress compressed parts.
10483
10484         * mml.el (mml-generate-mime-1): Add the charset parameter according
10485         to the value which a user specified manually or the coding cookie.
10486
10487         * mm-util.el (mm-string-to-multibyte): New function.
10488         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10489         (mm-coding-system-to-mime-charset): New function.
10490         (mm-decompress-buffer): New function.
10491         (mm-find-buffer-file-coding-system): New function.
10492
10493         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10494         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10495         parts.
10496
10497 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10498
10499         * mm-view.el (mm-display-inline-fontify): Decode a part according
10500         to the charset parameter.
10501
10502 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10503
10504         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10505         prefix arg is neither nil nor a number, as info specifies.
10506
10507 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10508
10509         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10510         timestamps.
10511
10512 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10513
10514         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10515         groups error checking and notify user.
10516
10517 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10518
10519         * message.el (message-send-mail-function): Check existence of
10520         sendmail-program first before using default value
10521         `message-send-mail-with-sendmail'.  Otherwise use more generic
10522         `smtpmail-send-it'.
10523
10524 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10525
10526         * nntp.el (nntp-request-update-info): Always return nil.
10527
10528 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10529
10530         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10531
10532 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10533
10534         * message.el (message-beginning-of-line): Change the behavior when
10535         invoked between BOL and : so that it first moves backward.
10536
10537 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10538
10539         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10540         article buffer when editing of the article is discarded.
10541         (gnus-article-prepare): Revert.
10542
10543 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * gnus-art.el (gnus-article-prepare):
10546         Remove message-strip-forbidden-properties from the local hook.
10547
10548 2005-01-27  Simon Josefsson  <jas@extundo.com>
10549
10550         * password.el (password-cache-add): Only start one timer per key.
10551         Reported by Derek Atkins <warlord@MIT.EDU>.
10552
10553 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10554
10555         * run-at-time.el: Removed.  It is no longer needed as
10556         timer-funcs.el in the xemacs-base package has a working version of
10557         `run-at-time'.
10558
10559         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10560
10561         * password.el: Require timer-funcs instead of run-at-time in
10562         XEmacs.
10563         Remove `password-run-at-time' macro.
10564         (password-cache-add): Use `run-at-time' instead of
10565         `password-run-at-time'.
10566
10567         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10568         Remove `nnheader-cancel-function-timers' alias,
10569         `cancel-function-timers' exists in XEmacs in timer-funcs.
10570
10571         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10572         for `run-with-idle-timer'.
10573
10574         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10575         for `run-at-time'.
10576
10577         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10578         for `with-timeout'.
10579
10580         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10581         the same as for XEmacs 21.4.
10582         No need to ignore `run-with-idle-timer', this function exists in
10583         XEmacs now in timer-funcs.el in the xemacs-base package.
10584         (dgnushack-compile): No need to delete
10585         run-at-time.el from the list of files to compile because it
10586         doesn't exist anymore.
10587
10588 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10591         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10592
10593 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10594
10595         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10596         sensitively.
10597
10598 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10599
10600         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10601
10602 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10605         which will be inserted according to the multibyteness of a buffer
10606         rather than the type of contents.  Suggested by ARISAWA Akihiro
10607         <ari@mbf.ocn.ne.jp>.
10608
10609         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10610         of string which old xml.el may return rather than a string.
10611
10612 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10615
10616 2005-01-16  Simon Josefsson  <jas@extundo.com>
10617
10618         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10619         idn/idna.el isn't available.
10620         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10621         <michael@waxrat.com>.
10622
10623         * hashcash.el: Remove non-FSF copyright header.
10624
10625         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10626         (hashcash-generate-payment): Use it.
10627         (hashcash-generate-payment-async): Use it.
10628
10629 2005-01-15  Simon Josefsson  <jas@extundo.com>
10630
10631         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10632         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10633
10634         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10635         gnus-summary-idna-message.
10636         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10637         (gnus-summary-idna-message): New function.
10638
10639 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10640
10641         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10642         gnus-novice-user.
10643
10644 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10645
10646         * nnrss.el (nnrss-request-delete-group): Delete entries in
10647         nnrss-group-alist as well.
10648         (nnrss-save-server-data): Insert newline.
10649
10650 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10651
10652         * gnus.el (gnus-user-agent): Use list of symbols instead of
10653         symbols.  Display full version number for (S)XEmacs.  Optionally
10654         display (S)XEmacs codename.
10655
10656         * gnus-util.el (gnus-emacs-version): Update for new
10657         `gnus-user-agent'.
10658
10659         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10660         Gnus version.
10661
10662 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10663
10664         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10665         which is unreadable in some setups.
10666
10667 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-spec.el (gnus-update-format-specifications): Flush the
10670         group format spec cache if it doesn't support decoded group names.
10671
10672 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10673
10674         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10675         Allow to apply decay on score files matching a regexp.
10676
10677 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10680         compatibility in %g and %c.
10681
10682 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10685         name for only %g and %c.
10686         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10687         of gnus-tmp-group to decoded group name.
10688         (gnus-group-make-rss-group): Exclude `/'s from group names.
10689
10690 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10691
10692         * nnrss.el (nnrss-get-encoding): Fix regexp.
10693
10694 2004-12-27  Simon Josefsson  <jas@extundo.com>
10695
10696         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10697         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10698         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10699
10700 2004-12-17  Kim F. Storm  <storm@cua.dk>
10701
10702         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10703
10704         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10705
10706 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10707
10708         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10709
10710 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * nnrss.el: Require rfc2047 and mml.
10713         (nnrss-file-coding-system): New variable.
10714         (nnrss-format-string): Redefine it as an inline function.
10715         (nnrss-decode-group-name): New function.
10716         (nnrss-string-as-multibyte): Remove.
10717         (nnrss-retrieve-headers): Decode group name; don't use
10718         nnrss-format-string.
10719         (nnrss-request-group): Decode group name.
10720         (nnrss-request-article): Decode group name; allow a Message-ID as
10721         well as an article number; don't use nnrss-format-string; encode a
10722         Message-ID string which may contain non-ASCII characters; use
10723         mml-to-mime to compose a MIME article.
10724         (nnrss-request-expire-articles): Decode group name.
10725         (nnrss-request-delete-group): Decode group name.
10726         (nnrss-fetch): Clarify error message.
10727         (nnrss-read-server-data): Use insert-file-contents instead of load;
10728         bind file-name-coding-system; use multibyte buffer.
10729         (nnrss-save-server-data): Bind coding-system-for-write to the
10730         value of nnrss-file-coding-system; bind file-name-coding-system;
10731         add coding cookie.
10732         (nnrss-read-group-data): Use insert-file-contents instead of load;
10733         bind file-name-coding-system; use multibyte buffer.
10734         (nnrss-save-group-data): Bind coding-system-for-write to the
10735         value of nnrss-file-coding-system; bind file-name-coding-system.
10736         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10737         make it work with non-ASCII text.
10738         (nnrss-find-el): Make it work with old xml.el as well.
10739
10740 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10741
10742         * nnrss.el (nnrss-get-encoding): New function.
10743         (nnrss-fetch): Use unibyte buffer initially; bind
10744         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10745         decode contents according to the encoding attribute.
10746         (nnrss-save-group-data): Add coding cookie.
10747         (nnrss-mime-encode-string): New function.
10748         (nnrss-check-group): Use it to encode subject and author.
10749
10750 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10751
10752         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10753         imaginary variable.
10754
10755 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10756
10757         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10758         correctly even if there are wide characters.
10759
10760 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10761
10762         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10763         downcased symbol names; make a new cache instead of reusing
10764         bbdb-hashtable.
10765
10766 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10767
10768         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10769         concatenating segments rather than before concatenating them.
10770         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10771
10772         * message.el (message-get-reply-headers): Bind `extra'.
10773
10774 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775
10776         * message.el (message-extra-wide-headers): New variable.
10777         (message-get-reply-headers): Use it.
10778
10779 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10780
10781         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10782         (gnus-agent-group-pathname): Ditto.
10783
10784         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10785
10786         * gnus-group.el (gnus-group-make-group): Decode group name.
10787         (gnus-group-make-rss-group): Register the group data after opening
10788         the nnrss group.
10789
10790 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10791
10792         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10793         by expiry now get marked as read.
10794
10795 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10798
10799 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10800
10801         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10802         unify Latin characters in XEmacs.
10803         (mm-find-mime-charset-region): Use it.
10804
10805 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * gnus-util.el (gnus-delete-directory): New function.
10808
10809         * gnus-agent.el (gnus-agent-delete-group): Use it.
10810
10811         * gnus-cache.el (gnus-cache-delete-group): Use it.
10812
10813 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10814
10815         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10816         names.
10817
10818 2004-12-16  Simon Josefsson  <jas@extundo.com>
10819
10820         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10821
10822 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10823
10824         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10825
10826         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10827         (gnus-group-set-current-level): Decode group name.
10828
10829 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10830
10831         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10832         failed.
10833
10834 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * gnus-group.el (gnus-group-delete-group): Decode group name.
10837         (gnus-group-make-rss-group): Encode group name.
10838         (gnus-group-catchup-current): Decode group name.
10839         (gnus-group-kill-group): Decode group name.
10840
10841 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10842
10843         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10844
10845 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10846
10847         * gnus-group.el (gnus-group-make-rss-group):
10848         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10849
10850         * gnus-start.el (gnus-setup-news): Honor user's setting to
10851         gnus-message-archive-method.  Suggested by Lute Kamstra
10852         <lute@gnu.org>.
10853
10854 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10855
10856         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10857         global counterparts of the buffer-local variables.
10858
10859 2004-11-16  Romain Francoise  <romain@orebokech.com>
10860
10861         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10862         counterparts of the buffer-local variables.
10863
10864 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10865
10866         * message.el (message-forbidden-properties): Fixed typo in doc
10867         string.
10868
10869 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10870
10871         * gnus-util.el (gnus-replace-in-string): Added doc string.
10872
10873         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10874         to avoid problems when splitting mails with many recipients.
10875
10876 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10877
10878         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10879         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10880
10881 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10882
10883         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10884         if there is no hashtable in memory or file modification time is
10885         newer than cached timestamp.
10886
10887 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10888
10889         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10890         not-matching option.
10891
10892 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10893
10894         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10895         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10896         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10897         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10898         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10899         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10900
10901 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10902
10903         * message.el (message-forward-make-body-mml): Remove headers
10904         according to message-forward-ignored-headers if a message is decoded.
10905
10906 2004-12-02  Romain Francoise  <romain@orebokech.com>
10907
10908         * message.el (message-forward-make-body-plain): Always remove
10909         headers according to message-forward-ignored-headers.
10910
10911 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10912
10913         * spam.el (spam-summary-prepare-exit): Remove the
10914         gnus-summary-limit pop for now, it has problems with ham marks for
10915         me.
10916
10917 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10918
10919         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10920         correctly.
10921
10922 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10923
10924         * format-spec.el (format-spec): Message the char.
10925
10926 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10927
10928         * gnus-art.el (gnus-split-methods): Reformat comments.
10929
10930         * spam.el (spam-summary-prepare-exit): Remove article limits
10931         before exiting the summary buffer.
10932
10933 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10934
10935         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10936         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10937
10938         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10939         order to silence the byte compiler.
10940
10941         * spam.el: Fix the way to silence the byte compiler, which
10942         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10943         bbdb-search-simple, spam-BBDB-register-routine,
10944         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10945         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10946         spam-stat-buffer-is-spam, spam-stat-load,
10947         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10948         spam-stat-save and spam-stat-split-fancy.
10949
10950 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10951
10952         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10953         which may confuse users.
10954         (canlock-password-for-verify): Ditto.
10955
10956         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10957
10958         * gnus-art.el (gnus-emphasis-alist): Ditto.
10959
10960         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10961
10962         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10963
10964         * gnus-start.el (gnus-save-killed-list): Ditto.
10965
10966         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10967         (gnus-sum-thread-tree-root): Ditto.
10968         (gnus-sum-thread-tree-false-root): Ditto.
10969         (gnus-sum-thread-tree-single-indent): Ditto.
10970
10971         * message.el (message-courtesy-message): Ditto.
10972         (message-archive-note): Ditto.
10973         (message-subscribed-address-file): Ditto.
10974         (message-user-fqdn): Ditto.
10975
10976         * spam-report.el (spam-report-gmane-regex): Ditto.
10977
10978         * spam.el (spam-blackhole-good-server-regex): Ditto.
10979
10980 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10981
10982         * mml.el (mml-preview): Widen the message buffer before copying
10983         the contents to the preview buffer; sort headers before previewing.
10984
10985         * message.el (message-hidden-headers): Fix the way to avoid a bug
10986         in the `repeat' widget in Emacs 21.3 or earlier.
10987
10988 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10989
10990         * message.el (message-hidden-headers): Default to "^References:".
10991         Improve customization type.  Suggested by Reiner Steib
10992         <Reiner.Steib@gmx.de>.
10993
10994 2004-11-25  Romain Francoise  <romain@orebokech.com>
10995
10996         * message.el (message-strip-forbidden-properties): Remove check for
10997         obsolete `message-hidden' text property, hidden headers are not
10998         accessible in the buffer anymore.
10999
11000 2004-11-22  Romain Francoise  <romain@orebokech.com>
11001
11002         * message.el (message-header-format-alist): Add `From' in list
11003         so that it can be sorted.
11004         (message-fix-before-sending): Widen and sort headers before
11005         sending.
11006         (message-hide-headers): Use narrowing to hide headers by moving
11007         them to the top of the buffer and narrowing to the region
11008         underneath.
11009
11010 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * message.el (message-strip-forbidden-properties): Bind
11013         buffer-read-only (etc) to nil.
11014
11015 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11016
11017         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
11018         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11019
11020 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
11021
11022         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
11023
11024 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11025
11026         * dns.el (query-dns): Use sit-for to time instead of
11027         accept-process-output, since that doesn't seem to work on udp
11028         sockets.
11029
11030 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11031
11032         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
11033
11034 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
11035
11036         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
11037         doc string.  Improve doc string.
11038
11039 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11040
11041         * nntp.el (nntp-request-update-info): Return nil if
11042         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
11043         may not call gnus-activate-group which uselessly issues the GROUP
11044         commands for all nntp groups and wastes time.  Reported by Romain
11045         Francoise <romain@orebokech.com>.
11046
11047         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
11048
11049 2004-11-15  Simon Josefsson  <jas@extundo.com>
11050
11051         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
11052         headers separately.
11053         (gnus-button-openpgp): New function, inspired by Jochen Küpper
11054         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
11055
11056 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gnus-start.el (gnus-convert-old-newsrc):
11059         Assign legacy-gnus-agent to 5.10.7.
11060
11061 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062
11063         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
11064         start of the lines.
11065
11066 2004-11-14  Magnus Henoch  <mange@freemail.hu>
11067
11068         * hashcash.el (hashcash-default-payment): Change default to 20
11069         (hashcash-default-accept-payment): Change default to 20
11070         (hashcash-process-alist): New variable
11071         (hashcash-generate-payment-async): Add
11072         (hashcash-already-paid-p): Add
11073         (hashcash-insert-payment): Don't generate payments twice
11074         (hashcash-insert-payment-async): Add
11075         (hashcash-insert-payment-async-2): Add
11076         (hashcash-cancel-async): Add
11077         (hashcash-wait-async): Add
11078         (hashcash-processes-running-p): Add
11079         (hashcash-wait-or-cancel): Add
11080         (mail-add-payment): New optional argument.  Conditionally start
11081         asynchronous calculation.
11082         (mail-add-payment-async): Add
11083
11084         * message.el (message-send-mail): Wait for asynchronous hashcash
11085         results.  Don't clobber existing X-Hashcash headers.
11086         (message-setup-1): Call mail-add-payment-async when
11087         message-generate-hashcash is non-nil.
11088
11089 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11090
11091         * message.el (message-use-alternative-email-as-from): Examine the
11092         From header as well; use message-make-from in order to include a
11093         user's full name.
11094
11095 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
11098         default; improve customization type.
11099         (gnus-emphasis-custom-with-format): New macro.
11100         (gnus-emphasis-custom-value-to-external): New function.
11101         (gnus-emphasis-custom-value-to-internal): New function.
11102
11103 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11104
11105         * dns.el (query-dns): Resolve reverse addresses.
11106
11107 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11108
11109         * gnus-group.el (gnus-group-get-new-news): Use it.
11110
11111         * gnus-start.el (gnus-check-reasonable-setup): New function.
11112
11113 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11114
11115         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11116         "Args out of range" error.  Reported by Arnaud Giersch
11117         <arnaud.giersch@free.fr>.
11118
11119 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11120
11121         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11122
11123 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11124
11125         * spam.el (spam group): Add :version.
11126
11127         * pgg-def.el (pgg group): Add :version.
11128
11129 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11130
11131         * gnus-art.el (gnus-article-edit-article): Don't associate the
11132         article buffer with a draft file.  This is a temporary measure
11133         against the 2004-08-22 change to gnus-article-edit-mode.
11134
11135 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11136
11137         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11138         (html2text-format-tags): Remove unused variable `attr'.
11139
11140 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11141
11142         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11143
11144         * tls.el (tls-process-connection-type, tls-success)
11145         (tls-certtool-program): Add :version.
11146
11147         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11148         (starttls-extra-arguments, starttls-process-connection-type)
11149         (starttls-connect, starttls-failure, starttls-success): Add :version.
11150
11151         * spam-stat.el (spam-stat): Add :version.
11152
11153         * sieve.el (sieve): Add :version.
11154
11155         * sha1.el (sha1): Add :version.
11156         (sha1-use-external): Remove redundant version.
11157
11158         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11159         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11160         (nnmail-split-fancy-match-partial-words)
11161         (nnmail-split-lowercase-expanded): Add :version.
11162
11163         * nndiary.el (nndiary): Add :version.
11164
11165         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11166
11167         * mml-sec.el (mml-default-sign-method)
11168         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11169         Add :version.
11170
11171         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11172
11173         * mm-url.el (mm-url-use-external, mm-url-program)
11174         (mm-url-arguments): Add :version.
11175
11176         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11177         (mm-attachment-file-modes, mm-decrypt-option)
11178         (mm-w3m-safe-url-regexp): Add :version.
11179
11180         * message.el (message-cite-prefix-regexp)
11181         (message-sendmail-envelope-from, message-minibuffer-local-map)
11182         (message-user-fqdn, message-completion-alist): Add :version.
11183
11184         * gnus-win.el (gnus-configure-windows-hook)
11185         (gnus-use-frames-on-any-display): Add :version.
11186
11187         * gnus-art.el (gnus-article-address-banner-alist)
11188         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11189         (gnus-treat-from-picon, gnus-treat-mail-picon)
11190         (gnus-treat-x-pgp-sig): Add :version.
11191
11192         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11193         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11194         (gnus-summary-article-delete-hook)
11195         (gnus-summary-display-while-building): Add :version.
11196
11197         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11198         (gnus-get-top-new-news-hook): Add :version.
11199
11200         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11201         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11202
11203         * gnus-registry.el (gnus-registry): Add :version.
11204
11205         * gnus-spec.el (gnus-use-correct-string-widths)
11206         (gnus-make-format-preserve-properties): Add :version.
11207
11208         * gnus.el (gnus-group-charter-alist)
11209         (gnus-group-fetch-control-use-browse-url)
11210         (gnus-install-group-spam-parameters): Add :version.
11211
11212         * gnus-diary.el (gnus-diary): Add :version.
11213
11214         * gnus-delay.el (gnus-delay): Add :version.
11215
11216         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11217         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11218         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11219         Add :version.
11220
11221         * gnus-agent.el (gnus-agent-max-fetch-size)
11222         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11223         (gnus-agent-prompt-send-queue): Add :version.
11224
11225         * deuglify.el (gnus-outlook-deuglify): Add :version.
11226
11227         * html2text.el: Beautify code.  Improve doc strings.  Some
11228         checkdoc cleanup.
11229         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11230
11231 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11232
11233         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11234
11235 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11236
11237         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11238         when package is loaded.
11239
11240         * spam.el (spam-summary-score-preferred-header): Add global preference
11241         for people who want to override the default SpamAssassin over
11242         Bogofilter preference (when both are set).
11243         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11244         (spam-user-format-function-S): Check
11245         spam-summary-score-preferred-header.
11246         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11247         (spam-user-format-function-S): Format the score correctly.
11248
11249 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11250
11251         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11252         signature file.  Suggested by Manoj Srivastava
11253         <srivasta@golden-gryphon.com>.
11254
11255         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11256         iso-2022-jp even in the Japanese language environment.
11257         Suggested by Jason Rumney <jasonr@gnu.org>.
11258
11259 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11262         use the same characters as the dummy marks; make it free from
11263         getting affected by the language environment.
11264         (gnus-summary-read-group-1): Update mark positions only when the
11265         format spec is updated.
11266
11267         * gnus-spec.el (gnus-update-format-specifications): Return a list
11268         of updated types.
11269
11270 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11271
11272         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11273         of boundp to check if display-warning is available.
11274
11275 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11276
11277         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11278
11279 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11280
11281         * nnspool.el (nnspool-spool-directory): Use news-path if the
11282         news-directory variable is not bound.
11283
11284         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11285         function instead of display-warning if it is not available.
11286
11287 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11290         v5-10: Use `point-at-bol'.
11291
11292 2004-10-26  Simon Josefsson  <jas@extundo.com>
11293
11294         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11295         <chenggao@gmail.com>.
11296
11297 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11298
11299         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11300         instead.
11301
11302 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11303
11304         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11305         to remove a server from the nnimap-server-buffer-alist.
11306         (nnimap-open-connection, nnimap-close-server): Use it.
11307
11308         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11309
11310 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11311
11312         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11313         running the major-mode function.
11314
11315 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11318         dummy marks in the right way.
11319
11320 2004-10-18  David Edmondson  <dme@dme.org>
11321
11322         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11323         excessively.
11324
11325 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11326
11327         * gnus-util.el (gnus-split-references): Accept a nil references
11328         string and go on blissfully.
11329
11330         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11331         cases where the references string is non-nil but has no references.
11332
11333         * encrypt.el: Add autoload tags.
11334
11335         * spam.el (spam-resolve-registrations-routine): Remove article
11336         from unregistration list too.  Reported by David Hanak
11337         <dhanak@isis.vanderbilt.edu>
11338
11339 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11340
11341         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11342         nil.  Changed custom type.
11343
11344 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11347
11348         * gnus-sum.el (gnus-summary-move-article): Use it.
11349
11350 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11351
11352         * encrypt.el: Add autoload cookies.
11353
11354         * spam.el (spam-backend-article-list-property)
11355         (spam-backend-get-article-todo-list)
11356         (spam-backend-put-article-todo-list)
11357         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11358         Resolve registrations separately.
11359         (spam-register-routine): Format comments.
11360         (spam-unregister-routine, spam-register-routine): Always call with
11361         specific-articles, no default list.
11362         (spam-summary-prepare-exit): Use the spam-classifications function.
11363
11364         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11365         gnus-encrypt.el.
11366
11367         * encrypt.el: Copied from gnus-encrypt.el.
11368
11369         * gnus-encrypt.el: Commented that it's obsolete.
11370
11371 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11374         (gnus-score-save): Use it.
11375
11376         * message.el (message-bury): Use `window-dedicated-p'.
11377
11378 2004-10-15  Simon Josefsson  <jas@extundo.com>
11379
11380         * pop3.el (top-level): Don't require nnheader.
11381         (pop3-read-timeout): Add.
11382         (pop3-accept-process-output): Add.
11383         (pop3-read-response, pop3-retr): Use it.
11384
11385 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11386
11387         * spam.el (spam-register-routine): Move comment.
11388         (spam-verify-bogofilter): Use 'unknown for the initial
11389         spam-bogofilter-valid state, not 'never.
11390
11391         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11392         for netrc-machine.
11393
11394         * nnimap.el (nnimap-open-connection): Use
11395         netrc-machine-user-or-password.
11396
11397 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11398
11399         * gnus-registry.el (gnus-registry-unload-hook):
11400         Set as a variable with add-hook.
11401
11402         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11403         of news-path.
11404
11405         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11406
11407         * spam.el: Delete duplicate `provide'.
11408         (spam-unload-hook): Set as a variable with add-hook.
11409
11410 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11413         in the doc string.
11414
11415         * message.el (message-ignored-news-headers)
11416         (message-ignored-supersedes-headers)
11417         (message-ignored-resent-headers)
11418         (message-forward-ignored-headers): Improve custom type.
11419
11420 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * message.el (message-tokenize-header): Fix 2004-09-06 change
11423         which used point-min in the wrong place.
11424
11425 2004-10-12  Simon Josefsson  <jas@extundo.com>
11426
11427         * tls.el (tls-certtool-program): New variable.
11428         (tls-certificate-information): New function, based on
11429         ssl-certificate-information.
11430
11431 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11432
11433         * compface.el: Move the version of ELisp-based uncompface program
11434         to the contrib directory because of the copyright problem.
11435
11436 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11437
11438         * message.el (message-kill-buffer): Raise the current frame.
11439
11440 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11441
11442         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11443
11444         * gnus.el (message-y-or-n-p): Autoload.
11445
11446         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11447         (pop3-password-required, pop3-authentication-scheme)
11448         (pop3-leave-mail-on-server): Made customizable.
11449         (pop3): New custom group.
11450         (pop3-retr): Remove `sleep-for' statements.
11451         Suggested by Dave Love <fx@gnu.org>.
11452
11453         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11454         Windows/DOS.
11455
11456         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11457         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11458         Dave Love <fx@gnu.org>.
11459
11460         * mml.el (mml-minibuffer-read-disposition): Require match.
11461         Suggested by Dave Love <fx@gnu.org>.
11462
11463 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11466         doc string.
11467
11468 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11471
11472 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11473
11474         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11475         instead of calling `mm-insert-inline', to decode text/* parts
11476         before displaying them.
11477
11478 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * mm-uu.el (mm-uu-text-plain-type): New variable.
11481         (mm-uu-pgp-signed-extract-1): Use it.
11482         (mm-uu-pgp-encrypted-extract-1): Use it.
11483         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11484         bind mm-uu-text-plain-type with that value.
11485         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11486         mm-uu-dissect.
11487
11488 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-group.el (gnus-update-group-mark-positions):
11491         * gnus-sum.el (gnus-update-summary-mark-positions):
11492         * message.el (message-check-news-body-syntax):
11493         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11494         of string-as-multibyte.
11495
11496 2004-10-05  Juri Linkov  <juri@jurta.org>
11497
11498         * gnus-group.el (gnus-update-group-mark-positions):
11499         * gnus-sum.el (gnus-update-summary-mark-positions):
11500         * message.el (message-check-news-body-syntax):
11501         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11502         8-bit unibyte values to a multibyte string for search functions.
11503
11504 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11505
11506         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11507         (mm-uu-dissect-text-parts): New function.
11508
11509         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11510         dissect text parts.
11511
11512         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11513         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11514
11515         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11516
11517         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11518         gnus-current-topics instead of gnus-current-topic.
11519
11520 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11521
11522         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11523
11524 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11525
11526         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11527         where approriate.
11528
11529         * nnml.el (nnml-generate-active-info): do.
11530
11531         * nndiary.el (nndiary-generate-active-info): do.
11532
11533         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11534         (gnus-topic-move): do.
11535
11536         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11537         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11538
11539         * gnus-srvr.el (gnus-server-prepare)
11540         (gnus-server-open-all-servers): do.
11541
11542         * gnus-msg.el (gnus-summary-cancel-article)
11543         (gnus-summary-resend-message)
11544         (gnus-summary-mail-crosspost-complaint): do.
11545
11546         * gnus-move.el (gnus-change-server): do.
11547
11548         * gnus-group.el (gnus-group-unmark-all-groups)
11549         (gnus-group-set-current-level): do.
11550
11551 2004-10-04  Simon Josefsson  <jas@extundo.com>
11552
11553         * message.el (message-generate-hashcash): Doc fix.
11554
11555 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11556
11557         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11558         avoid infinite recursion via gnus-get-function.
11559
11560 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11561
11562         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11563
11564         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11565
11566         * nnmail.el (nnmail-split-history): do.
11567
11568         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11569         (nnml-request-delete-group): do.
11570
11571         * nnslashdot.el (nnslashdot-read-groups): do.
11572
11573         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11574         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11575
11576         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11577         (nnspool-sift-nov-with-sed): Use last
11578         (nnspool-retrieve-headers-with-nov): Use mapc.
11579         (nnspool-request-newgroups): Use dolist.
11580         (nnspool-request-group): Use last.
11581
11582         * nntp.el (nntp-read-server-type): Use dolist.
11583
11584         * nnvirtual.el (nnvirtual-create-mapping)
11585         (nnvirtual-update-read-and-marked): Use dolist.
11586         (nnvirtual-convert-headers): Simplify.
11587
11588 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11589
11590         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11591         support for sync'ing tick marks.
11592
11593 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11594
11595         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11596         there's no visible header.
11597
11598 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11599
11600         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11601         necessary, pass full group name to gnus-request-set-marks.
11602
11603 2004-10-01  Simon Josefsson  <jas@extundo.com>
11604
11605         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11606         acroread.
11607
11608 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * spam-report.el (spam-report-gmane): Fix interactive.
11611
11612         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11613
11614         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11615         when writing file.
11616         (gnus-agent-synchronize-flags): Don't default to being
11617         interactive.
11618
11619 2004-09-30  Simon Josefsson  <jas@extundo.com>
11620
11621         * message.el (message-generate-hashcash): Add.
11622         (message-send-mail): Use it, call mail-add-payment.
11623
11624 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11625
11626         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11627
11628 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11629
11630         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11631         gnus-requst-update-info with explicit code to sync the in-memory
11632         info read flags with the marks being sync'd to the backend.
11633
11634         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11635
11636 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11637
11638         * spam.el (spam-verify-bogofilter): Add new function.
11639         (spam-check-bogofilter)
11640         (spam-bogofilter-register-with-bogofilter): Use it.
11641         (spam-verify-bogofilter): Add small fixes.
11642
11643 2004-09-28  Simon Josefsson  <jas@extundo.com>
11644
11645         * hashcash.el (hashcash-generate-payment): Revert.
11646
11647 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11648
11649         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11650         gnus-extract-references instead of gnus-split-references.
11651
11652         * gnus-util.el (gnus-extract-references): Add new function, analogous
11653         to gnus-split-references but extracts only the message-ID without
11654         anything extra.
11655
11656         * hashcash.el (hashcash-generate-payment)
11657         (hashcash-check-payment): Do the right thing if hashcash-path is
11658         nil (because the hashcash program could not be found).
11659
11660         * spam.el (spam-use-hashcash): Remove comment.
11661
11662 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11663
11664         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11665         (gnus-cache-enter-article, gnus-cache-remove-article)
11666         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11667
11668         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11669
11670         * gnus-art.el (article-hide-boring-headers)
11671         (article-translate-strings, article-display-face)
11672         (gnus-article-mime-match-handle-first)
11673         (gnus-article-highlight-headers)
11674         (gnus-article-add-buttons-to-head): do.
11675
11676 2004-09-27  Simon Josefsson  <jas@extundo.com>
11677
11678         * hashcash.el: New version, from
11679         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11680         ../contrib/.
11681
11682 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11683
11684         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11685
11686 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11687
11688         * gnus-dup.el (gnus-dup-open): Use mapc.
11689         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11690
11691         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11692         Reported by Stefan Wiens <s.wi@gmx.net>.
11693
11694         * gnus.el (gnus-shutdown): Use dolist.
11695
11696         * gnus-undo.el (gnus-undo): Use mapc.
11697
11698         * nnrss.el (nnrss-generate-active): do.
11699
11700         * message.el (message-cite-original-without-signature)
11701         (message-cite-original): Use mapc.
11702         (message-do-actions, message-make-forward-subject): Use dolist.
11703
11704 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11705
11706         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11707         deletion to remove entire duplicate line.  Fixes merged article
11708         number bug.
11709
11710 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11711
11712         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11713         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11714         first ask if you want to open a server and then, even when you
11715         responded with no, asking if you want to synchronize the server's
11716         flags.
11717         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11718         multi-line expressions.
11719         (gnus-agent-synchronize-group-flags): New internal function.
11720         Updates marks in memory (in the info structure) AND in the
11721         backend.
11722
11723         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11724
11725         * nnagent.el (nnagent-request-set-mark): Use
11726         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11727         method, to ensure that synchronization updates marks in the
11728         backend and in the info (in memory) structure.
11729
11730 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11731
11732         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11733         convention fully; don't miss the root article of a thread; make
11734         the X-Draft-From header with correct article numbers.
11735
11736 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11737
11738         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11739         unless plugged.  Disable the agent so that an open failure causes
11740         an error.
11741
11742         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11743         Reverted 2004-09-21 change.  The backend must be opened while
11744         synchronizing flags even when the backend stores the flags
11745         locally.
11746
11747 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11748
11749         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11750         in `header' match.  Reported by Svend Tollak Munkejord.
11751
11752         * message.el (message-cite-original): Fix use of
11753         `message-cite-articles-with-x-no-archive'.
11754
11755 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11758         (gnus-window-to-buffer): Ditto.
11759
11760         * mml.el (mml-preview-buffer): New variable.
11761         (mml-preview): Manage window layout with gnus-buffer-configuration.
11762
11763         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11764         X-Draft-From header even if those articles aren't quoted.
11765
11766 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11767
11768         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11769         (gnus-request-set-mark, gnus-request-update-mark): Use new
11770         g-s-t-u-l-m to decide to use backend even when unplugged.
11771
11772 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11773
11774         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11775         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11776
11777 2004-09-20  Simon Josefsson  <jas@extundo.com>
11778
11779         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11780         "utf-16-le".
11781
11782 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11783
11784         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11785
11786 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11787
11788         * uudecode.el (uudecode-use-external): Add :version.
11789
11790         * smime.el (smime-CA-file, smime-encrypt-cipher)
11791         (smime-dns-server): Add :version.
11792
11793         * smiley.el (gnus-smiley-file-types): Add :version.
11794
11795         * sha1.el (sha1-use-external): Add :version.
11796
11797         * pgg-def.el (pgg-query-keyserver): Add :version.
11798
11799         * nnmail.el (nnmail-fancy-expiry-targets)
11800         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11801         Add :version.
11802
11803         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11804         (nnimap-retrieve-groups-asynchronous): Add :version.
11805         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11806
11807         * mml.el (mml-content-disposition-parameters)
11808         (mml-insert-mime-headers-always): Add :version.
11809
11810         * mm-util.el (mm-coding-system-priorities): Add :version.
11811
11812         * mm-decode.el (mm-inline-text-html-with-images)
11813         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11814         (mm-verify-option): Add :version.
11815         (mm-text-html-renderer): Change :version.
11816
11817         * message.el (message-fcc-externalize-attachments)
11818         (message-required-headers, message-draft-headers)
11819         (message-subject-trailing-was-query)
11820         (message-subject-trailing-was-ask-regexp)
11821         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11822         (message-mark-insert-end, message-archive-header)
11823         (message-archive-note, message-cross-post-default)
11824         (message-cross-post-note, message-followup-to-note)
11825         (message-cross-post-note-function, message-use-mail-followup-to)
11826         (message-subscribed-address-functions)
11827         (message-subscribed-address-file, message-subscribed-addresses)
11828         (message-subscribed-regexps, message-allow-no-recipients)
11829         (message-yank-cited-prefix, message-signature-insert-empty-line)
11830         (message-hidden-headers, message-hierarchical-addresses)
11831         (message-mail-user-agent, message-use-idna)
11832         (message-valid-fqdn-regexp)
11833         (message-strip-special-text-properties, message-header-synonyms)
11834         (message-beginning-of-line, message-tab-body-function): Add :version.
11835         (message-insert-canlock, message-wide-reply-confirm-recipients):
11836         Change :version.
11837
11838         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11839         and :version.
11840         (mail-source-delete-old-incoming-confirm)
11841         (mail-source-movemail-program): Add :version.
11842
11843         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11844         (gnus-agent-cache, gnus-agent): Change :version.
11845
11846         * gnus-util.el (gnus-use-byte-compile): Change :version.
11847
11848         * gnus-sum.el (gnus-summary-make-false-root-always)
11849         (gnus-summary-default-high-score)
11850         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11851         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11852         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11853         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11854         (gnus-sum-thread-tree-single-indent)
11855         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11856         (gnus-sum-thread-tree-leaf-with-other)
11857         (gnus-sum-thread-tree-single-leaf): Add :version.
11858         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11859         (gnus-article-loose-mime): Change :version.
11860
11861         * gnus-start.el (gnus-backup-startup-file)
11862         (gnus-save-startup-file-via-temp-buffer): Add :version.
11863
11864         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11865         (gnus-server-offline-face): Add :version.
11866
11867         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11868
11869         * gnus-msg.el (gnus-gcc-externalize-attachments)
11870         (gnus-debug-files, gnus-debug-exclude-variables)
11871         (gnus-discouraged-post-methods): Change :version.
11872         (gnus-confirm-mail-reply-to-news)
11873         (gnus-confirm-treat-mail-like-news): Add :version.
11874
11875         * gnus-int.el (gnus-server-unopen-status): Add :version.
11876
11877         * gnus-group.el (gnus-group-jump-to-group-prompt)
11878         (gnus-large-ephemeral-newsgroup)
11879         (gnus-fetch-old-ephemeral-headers): Add :version.
11880
11881         * gnus-fun.el (gnus-x-face-directory)
11882         (gnus-convert-pbm-to-x-face-command)
11883         (gnus-convert-image-to-x-face-command)
11884         (gnus-convert-image-to-face-command): Add :version.
11885
11886         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11887
11888         * gnus-cite.el (gnus-cite-blank-line-after-header)
11889         (gnus-article-boring-faces): Add :version.
11890
11891         * gnus-art.el (gnus-buttonized-mime-types)
11892         (gnus-inhibit-mime-unbuttonizing)
11893         (gnus-treat-display-face)
11894         (gnus-treat-body-boundary): Change :version.
11895         (gnus-body-boundary-delimiter, gnus-picon-databases)
11896         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11897         (gnus-treat-date-english, gnus-treat-fold-headers)
11898         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11899         (gnus-treat-mail-picon, gnus-treat-wash-html)
11900         (gnus-article-encrypt-protocol)
11901         (gnus-use-idna, gnus-article-over-scroll)
11902         (gnus-mime-display-multipart-alternative-as-mixed)
11903         (gnus-mime-display-multipart-related-as-mixed)
11904         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11905         (gnus-ctan-url, gnus-button-ctan-handler)
11906         (gnus-button-handle-ctan-bogus-regexp)
11907         (gnus-button-ctan-directory-regexp)
11908         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11909         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11910         (gnus-button-man-level, gnus-button-emacs-level)
11911         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11912
11913         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11914         (gnus-agent-go-online): Change :version.
11915         (gnus-agent-expire-unagentized-dirs)
11916         (gnus-agent-auto-agentize-methods): Add :version.
11917
11918         * flow-fill.el (fill-flowed-display-column)
11919         (fill-flowed-encode-column): Add :version.
11920
11921         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11922         (gnus-outlook-deuglify-unwrap-max)
11923         (gnus-outlook-deuglify-cite-marks)
11924         (gnus-outlook-deuglify-unwrap-stop-chars)
11925         (gnus-outlook-deuglify-no-wrap-chars)
11926         (gnus-outlook-deuglify-attrib-cut-regexp)
11927         (gnus-outlook-deuglify-attrib-verb-regexp)
11928         (gnus-outlook-deuglify-attrib-end-regexp)
11929         (gnus-outlook-display-hook): Add :version.
11930
11931         * binhex.el (binhex-use-external): Add :version.
11932
11933 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11936         and `invisible'.
11937
11938 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11939
11940         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11941         in gnus-registry-trim.
11942
11943 2004-09-13  Simon Josefsson  <jas@extundo.com>
11944
11945         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11946
11947         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11948
11949         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11950         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11951         <yamaoka@jpl.org>.
11952         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11953         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11954         <yamaoka@jpl.org>.
11955
11956         * sieve.el (sieve-manage-mode): Ditto.
11957
11958 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11959
11960         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11961
11962 2004-09-11  Simon Josefsson  <jas@extundo.com>
11963
11964         * dns-mode.el: Add.
11965
11966         * mm-view.el (mm-display-dns-inline): Add.
11967
11968         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11969         (mm-automatic-display): Ditto.
11970
11971         * mailcap.el (mailcap-mime-data): Add text/dns.
11972         (mailcap-mime-extensions): Map .soa to text/dns.
11973
11974 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11975
11976         * gnus-art.el (article-decode-mime-words, article-babel)
11977         (gnus-article-highlight-signature, gnus-article-add-buttons)
11978         (gnus-signature-toggle): Remove unnecessary bindings of
11979         `inhibit-read-only' inherited from v5.10 merge.
11980
11981 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * nntp.el (nntp): New customization group.
11984         (nntp-authinfo-file): Add customization group.
11985
11986         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11987
11988         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11989
11990         * gnus.el (to-address, to-list, subscribed)
11991         (large-newsgroup-initial): Ditto.
11992
11993         * flow-fill.el (fill-flowed-display-column)
11994         (fill-flowed-encode-column): Ditto.
11995
11996 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11997
11998         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11999         Use point-min rather than 1.
12000         (message-send-mail): Use buffer-size rather than point-max.
12001
12002         * gnus-sum.el (gnus-summary-search-article-forward):
12003         Signal a specific `search-failed' rather than a generic `error'.
12004
12005         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
12006         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
12007         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
12008
12009 2004-09-10  Simon Josefsson  <jas@extundo.com>
12010
12011         * nndb.el (require): Remove tcp and duplicate cl.
12012
12013 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12014
12015         * gnus-agent.el (directory-files-and-attributes): Move forward.
12016
12017 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12018
12019         * gnus-agent.el (directory-files-and-attributes): Optionally
12020         defined to support XEmacs.
12021
12022 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
12023
12024         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
12025         to avoid run-time CL dependencies.
12026         (gnus-agent-unfetch-articles): New function.
12027         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
12028         article numbers even when local .overview file is missing.
12029         (gnus-agent-read-article-number): New function.  Only accepts
12030         27-bit article numbers.
12031         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
12032         gnus-agent-read-article-number.
12033         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
12034         from backend while recognizing that article numbers in .overview
12035         must be valid.
12036         (gnus-agent-update-files-total-fetched-for): Use
12037         directory-files-and-attributes to improve performance.
12038         * gnus-int.el (gnus-request-move-article): Use
12039         gnus-agent-unfetch-articles in place of gnus-agent-expire to
12040         improve performance.
12041
12042         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
12043         some users confused by references to .newsrc when they only have a
12044         .newsrc.eld file.
12045         (gnus-convert-mark-converter-prompt)
12046         (gnus-convert-converter-needs-prompt): Fixed use of property list.
12047         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
12048         New function.  Used internally to only display 'gnus converting
12049         files' message when actually necessary.
12050
12051         * gnus-sum.el (): Removed (require 'gnus-agent) as required
12052         methods now autoloaded.
12053
12054 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * gnus-sum.el (gnus-summary-insert-subject): Remove list
12057         identifiers.
12058
12059 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
12060
12061         * gnus-picon.el: Fix indentation and closing parenthesis.
12062
12063 2004-09-01  Simon Josefsson  <jas@extundo.com>
12064
12065         * message.el (message-canlock-generate): Require sha1, not
12066         sha1-el.  (Can we get rid of this require altogether?  It is ugly
12067         to require within a function.  Sadly, if sha1.el isn't loaded, the
12068         let binding in m-c-g will hide the defcustom definition, which is
12069         bad.)
12070
12071         * canlock.el: Require sha1, not sha1-el.
12072
12073         * message.el: Don't autoload sha1 (there is a autoload cookie in
12074         sha1.el).
12075
12076         * sha1-el.el: Renamed to sha1.el.
12077
12078 2004-08-30  Juanma Barranquero  <lektu@terra.es>
12079
12080         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
12081
12082 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12083
12084         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
12085
12086 2004-08-30  Kim F. Storm  <storm@cua.dk>
12087
12088         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
12089
12090         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
12091         Add :group 'nnimap.
12092
12093 2004-08-30  Andreas Schwab  <schwab@suse.de>
12094
12095         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
12096         ?* and ?\;.
12097
12098         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
12099         and ?\' to symbol instead of whitespace.
12100
12101 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12102
12103         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
12104
12105         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
12106         instead of re-search-forward.
12107
12108         * gnus-uu.el (gnus-uu-save-article): Ditto.
12109         (gnus-uu-post-encode-uuencode): Ditto.
12110
12111         * html2text.el (html2text-clean-list-items): Ditto.
12112         (html2text-clean-dtdd): Ditto.
12113         (html2text-format-tags): Ditto.
12114
12115         * message.el (message-send-mail-with-sendmail): Fix regexp.
12116         (message-fill-field-general): Use search-forward instead of
12117         re-search-forward.
12118         (unbold-region): Ditto.
12119
12120         * nnrss.el (nnrss-request-article): Ditto.
12121
12122         * nnslashdot.el (nnslashdot-request-article): Ditto.
12123
12124         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12125
12126         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12127         "Unrecognized menu descriptor" error in XEmacs.
12128
12129 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12130
12131         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12132         parent article of a sparse article in the thread hashtb.
12133
12134 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12135
12136         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12137         (nnmail-expand-newtext): Lowercase expanded entries if
12138         nnmail-split-lowercase-expanded is non-nil.
12139
12140 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12143
12144         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12145         of gnus-tmp-news-method into string under XEmacs.  It will be
12146         passed to gnus-correct-length which takes only a string argument.
12147
12148 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * gnus-util.el (gnus-bind-print-variables): New macro.
12151         (gnus-prin1): Use it.
12152         (gnus-prin1-to-string): Use it.
12153         (gnus-pp): New function.
12154         (gnus-pp-to-string): New function.
12155
12156         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12157         Replace pp-to-string with gnus-pp-to-string.
12158         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12159         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12160         * gnus-msg.el (gnus-debug): Ditto.
12161         * gnus-score.el (gnus-score-save): Ditto.
12162         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12163         gnus-pp-to-string.
12164         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12165         with gnus-pp.
12166         * score-mode.el (gnus-score-pretty-print): Ditto.
12167         * webmail.el (webmail-debug): Ditto.
12168
12169 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-art.el (article-display-face, article-display-x-face):
12172         Use buffer-read-only.
12173
12174 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12175
12176         * gnus-art.el (article-hide-list-identifiers):
12177         Bind inhibit-read-only as t.
12178
12179 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12182
12183 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12184
12185         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12186         (gnus-narrow-to-page): Don't assume point-min == 1.
12187         (gnus-article-edit-mode): Derive from message-mode.
12188
12189         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12190         point-min == 1.
12191
12192         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12193         Disable incorrect use of `assert'.
12194
12195         * message.el (message-mode): Set comment-start-skip.
12196
12197
12198 2004-08-22  Sam Steingold  <sds@gnu.org>
12199
12200         * pop3.el (pop3-leave-mail-on-server): New user variable.
12201         (pop3-movemail): Delete mail only when it is nil.
12202
12203 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12204
12205         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12206
12207         * mml.el (mml-preview): Use `pop-to-buffer'.
12208
12209         * message.el (message-goto-mail-followup-to): Insert after "To".
12210         (message-carefully-insert-headers): Add comment.
12211
12212         * gnus.el: Remove unused variable `gnus-article-check-size'.
12213
12214         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12215
12216         * gnus-art.el (gnus-button-alist): Improve
12217         `gnus-button-handle-library' entry.
12218
12219 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12220
12221         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12222         downcase, since XEmacs capitalizes error messages differently.
12223
12224 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12225
12226         * nntp.el: Add (require 'gnus) due to reference to
12227         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12228
12229 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12230
12231         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12232         `mm-fill-flowed'.
12233
12234         * mm-decode.el (mm-dissect-singlepart): Check it.
12235
12236 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12237
12238         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12239         'imap' for netrc parsing.
12240
12241 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12242
12243         * mailcap.el (mailcap-mime-data): Mark as risky.
12244
12245 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12248         may be included in the encoded word.
12249         (rfc2047-encode): Don't append a space if the encoded word
12250         includes close parenthesis.
12251
12252 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12255         of text within parentheses.
12256
12257 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12258
12259         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12260         (gnus-encrypt-write-file-contents): Make the password key the file
12261         name PLUS the cipher, not just the cipher.  Also remove failed
12262         passwords from the cache.
12263
12264 2004-08-06  Simon Josefsson  <jas@extundo.com>
12265
12266         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12267         fix.
12268
12269 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12270
12271         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12272         LWSP.
12273
12274 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12275
12276         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12277         to append in-reply-to: data to the references: header.
12278
12279         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
12280         (netrc-parse): Use gnus-encrypt.el functions.
12281
12282         * gnus-encrypt.el: Add new file for encryption support; currently
12283         does only a few GPG ciphers and an internal XOR cipher.
12284
12285         * password.el: Add comments on using password-read-and-add.
12286         (password-read-and-add): Add function to read and add the
12287         password to the cache at once.
12288
12289 2004-07-28  Simon Josefsson  <jas@extundo.com>
12290
12291         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12292         parameter (but don't use it, for now).
12293
12294         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12295         instead of hard coding to nil.
12296
12297 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12300         as mm-inline-image-xemacs does.
12301
12302 2004-07-26  Simon Josefsson  <jas@extundo.com>
12303
12304         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12305         Revert part of 2004-07-17 change below.
12306
12307 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12308
12309         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12310         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12311
12312 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12313
12314         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12315         quotes that actually start with ">" at the beginning of the
12316         lines.
12317
12318 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * rfc2047.el (rfc2047-encode-region): Fix last change.
12321         (rfc2047-encode-parameter): Remove useless concat.
12322
12323 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12326         encode special characters; fix some kind of misconfigured headers;
12327         signal a real error if debug-on-quit or debug-on-error is non-nil.
12328         (rfc2047-encode-max-chars): New variable.
12329         (rfc2047-encode-1): Use it.
12330         (rfc2047-encode-parameter): New function.
12331
12332         * mml.el (mml-insert-parameter): Remove an excessive space.
12333
12334 2004-07-17  Simon Josefsson  <jas@extundo.com>
12335
12336         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12337         Kai Grossjohann <kai@emptydomain.de>.
12338         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12339         (gnus-group-make-menu-bar): Ditto.
12340
12341         * gnus-util.el (gnus-group-server): Add.
12342
12343 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12344
12345         * message.el (message-clone-locals): Clone sendmail and smtp
12346         variables.
12347
12348 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12349
12350         * rfc2047.el (rfc2047-encode-region): Fix last change.
12351
12352 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12355         characters as non-special.
12356
12357 2004-07-09  Simon Josefsson  <jas@extundo.com>
12358
12359         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12360         Users will lose all flag changes made while unplugged with
12361         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12362         good default.  See numerous reports on ding mailing list.
12363
12364 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12365
12366         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12367         add generate-head-function and generate-article-function to the
12368         rfc822-forward entry.
12369         (nndoc-rfc822-forward-generate-article): New function.
12370         (nndoc-rfc822-forward-generate-head): New function.
12371
12372         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12373
12374 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12375
12376         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12377         respect display group parameter and gnus-summary-expunge-below.
12378         (gnus-articles-to-read): Remove unused reference to display group
12379         parameter.
12380
12381 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12382
12383         * nnheader.el (nnheader-uniquify-message-id): New experimental
12384         variable.
12385         (nnheader-nov-read-message-id): Use it.
12386
12387         * spam-report.el (spam-report-gmane): Add interactive.
12388
12389 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12390
12391         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12392         qp-or-base64 for the application/* types.
12393
12394 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12395
12396         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12397
12398 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12399
12400         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12401         trim value.
12402
12403 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12404
12405         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12406         New macro and function.
12407         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12408
12409 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12412         after-load-alist.
12413
12414 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12417         update info that isn't there.
12418
12419 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12420
12421         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12422         entry.
12423
12424 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * mm-view.el (mm-inline-render-with-function): Use multibyte
12427         buffer; decode html source by charset.
12428
12429         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12430
12431         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12432         Mule-UCS is loaded under XEmacs.
12433         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12434
12435 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12436
12437         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12438
12439 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * mm-util.el (mm-coding-system-p): Return a coding-system.
12442         (mm-mime-mule-charset-alist): Use shift_jis instead of
12443         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12444         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12445         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12446         instead of japanese-shift-jis and iso-latin-1 respectively in
12447         order to share the default value with both Emacs and XEmacs-mule.
12448         (mm-mule-charset-to-mime-charset): Make
12449         mm-coding-system-priorities effective.
12450         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12451         while predicating of candidates upon the priorities.
12452
12453 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12454
12455         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12456         gnus-uu-invert-processable.
12457
12458         * gnus.el: Autoload gnus-uu-invert-processable.
12459
12460 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12461
12462         * mm-util.el (mm-with-multibyte-buffer): New macro.
12463
12464         * rfc2047.el (rfc2047-encode-string): Use it.
12465         (rfc2047-encode-region): Move point to the end of the region after
12466         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12467
12468 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12469
12470         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12471         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12472
12473 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12474
12475         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12476         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12477         Karl Chen <quarl@nospam.quarl.org>.
12478
12479 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12480
12481         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12482         invalid addresses.
12483
12484 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12485
12486         * spam.el: Change section markers, revise TODO list.
12487         (spam-backends): Make new master list of all installed backends.
12488         (spam-summary-exit-behavior): Add new variable to determine how
12489         messages moves are done at summary exit.
12490         (spam-move-spam-nonspam-groups-only)
12491         (spam-process-ham-in-nonham-groups)
12492         (spam-process-ham-in-spam-groups): Remove variables, the
12493         spam-summary-exit-behavior variable should be used to manage this
12494         behavior.
12495         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12496         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12497         and spam-old-spam-articles.
12498         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12499         Add empty variables, placeholders for the backends they represent.
12500         (spam-set-difference): Move, unchanged.
12501         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12502         unless the user has a processor variable.
12503         (spam-classifications, spam-classification-valid-p)
12504         (spam-backend-properties, spam-backend-property-valid-p)
12505         (spam-backend-function-type-valid-p)
12506         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12507         (spam-report-articles-gmane, spam-report-articles-resend):
12508         Remove functions, they are not needed.
12509         (spam-install-backend-super, spam-backend-list)
12510         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12511         (spam-backend-function, spam-backend-ham-registration-function)
12512         (spam-backend-spam-registration-function)
12513         (spam-backend-ham-unregistration-function)
12514         (spam-backend-spam-unregistration-function)
12515         (spam-backend-statistical-p, spam-backend-mover-p)
12516         (spam-install-backend-alias, spam-install-checkonly-backend)
12517         (spam-install-mover-backend, spam-install-nocheck-backend)
12518         (spam-install-backend, spam-install-statistical-backend)
12519         (spam-install-statistical-checkonly-backend): Add backend installation
12520         support.
12521         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12522         (spam-group-processor-p): Use the new backend code and respect the
12523         summary exit behavior.
12524         (spam-mark-spam-as-expired-and-move-routine): Remove.
12525         (spam-summary-prepare): Change to use the new spam-old-articles
12526         variable.
12527         (spam-copy-or-move-routine, spam-copy-spam-routine)
12528         (spam-move-spam-routine, spam-copy-ham-routine)
12529         (spam-move-ham-routine): Add code to copy/move ham or spam.
12530         (spam-fetch-field-fast): Improve doc and code, plus allow the
12531         'number request.
12532         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12533         variables.
12534         (spam-split, spam-find-spam): Use the new backend code.
12535         (spam-registration-functions): Remove variable.
12536         (spam-unregister-routine): Add convenience wrapper.
12537         (spam-log-undo-registration, spam-register-routine)
12538         (spam-log-processing-to-registry)
12539         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12540         where possible.
12541         (spam-check-gmane-xref, spam-check-regex-headers)
12542         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12543         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12544         (spam-check-bogofilter-headers, spam-check-spamoracle)
12545         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12546         (spam-check-crm114-headers): Use the spam-split-group that
12547         spam-split prepares, no need to determine it every time.
12548
12549         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12550         to the nnheader-parse-naked-head call.
12551
12552         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12553
12554         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12555         the nnheader-nov-read-message-id call.
12556
12557 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12560         gnus-activate-group twice.  Suggested by Markus Peter
12561         <warp@spin.de>.
12562
12563 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12564
12565         * gnus-art.el (gnus-article-time-format): Exchange the order of
12566         day and month in the default value; fix customization type.
12567         (article-date-ut): Use add-text-properties.
12568         (article-make-date-line): Use message-make-date instead of
12569         current-time-string.
12570
12571         * message.el (message-fetch-field): Don't use set-text-properties.
12572         (message-make-date): Simplify.
12573
12574         * messagexmas.el (message-xmas-make-date): New function.
12575         (message-xmas-redefine): Defalias message-make-date to it.
12576
12577 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12578
12579         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12580         (rfc2047-encode-region): Treat text within parentheses as special;
12581         show the original text when error has occurred.
12582
12583         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12584         already-computed method to gnus-activate-group.
12585
12586         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12587         same select-methods identical Lisp objects.
12588
12589         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12590         object when modifying the info.
12591
12592 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12595         gnus-opened-servers since it has never been opened with the new
12596         configuration yet.
12597
12598 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12599
12600         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12601         arg to nnheader-generate-fake-message-id.
12602
12603 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12604
12605         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12606         number and build a fake message ID localized to a group and
12607         article number (so it's repeatable from that point on).
12608         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12609         ID format.
12610
12611         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12612         nnheader-generate-fake-message-id with the article number.
12613
12614 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12615
12616         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12617         end-of-buffer.
12618
12619 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12620
12621         * message.el (message-ignored-supersedes-headers): Add Approved.
12622
12623 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12624
12625         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12626         goto-char.
12627         (rfc2047-encode): Fold the line before encoding.
12628
12629 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12630
12631         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12632         folding -- not all headers can be folded, and this should be done
12633         by the message composition mode.  Probably.  I think.
12634
12635 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12636
12637         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12638         fast.
12639
12640         * gnus-ems.el (gnus-remove-image): Don't use
12641         message-text-with-property; remove only the image found first.
12642
12643         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12644         found first.
12645
12646 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12647
12648         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12649
12650 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12651
12652         * message.el (message-text-with-property): Make it fast and accept
12653         optional arguments.
12654         (message-strip-forbidden-properties): Use it.
12655         (message-fix-before-sending): Follow the m-t-w-p change.
12656
12657         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12658
12659 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12660
12661         * gnus-art.el (article-hide-headers): Don't change the buffer
12662         mistakenly when performing mml-preview even if
12663         gnus-single-article-buffer is nil.
12664
12665 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12666
12667         * message.el (message-expand-name-databases): New user option.
12668         (message-expand-name): Use it.
12669
12670 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12671
12672         * spam.el (spam-report-articles-resend)
12673         (spam-report-resend-register-routine): Allow ham reporting.
12674         (spam-report-resend-register-ham-routine): Add wrapper.
12675         (spam-registration-functions): Add ham resending functions.
12676         (spam-list-of-processors): Add ham resend processor.
12677
12678         * gnus.el (ham-resend-to): Add new group parameter.
12679         (spam-process): Add ham resend option.
12680
12681         * spam-report.el (spam-report-resend): Allow reporting ham.
12682         (spam-report-resend-ham): Add wrapper.
12683
12684 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12685
12686         * message.el (message-cite-articles-with-x-no-archive): New
12687         variable.
12688         (message-cite-original): Use it.
12689
12690 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12691
12692         * message.el (message-cite-original): Respect X-No-Archive.
12693
12694 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * gnus-art.el (article-hide-headers): Refer to the values for
12697         gnus-ignored-headers and gnus-visible-headers in the summary
12698         buffer since a user may have set them as group parameters.
12699
12700 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12701
12702         * assistant.el (assistant-node-name): Add convenience function.
12703         (assistant-render-text, assistant-render-node): Add error handling,
12704         plus handle multiple next nodes.
12705         (assistant-find-next-node): Comment out for now.
12706         (assistant-find-next-nodes): Add function, returns list of next
12707         nodes.
12708
12709 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12710
12711         * mail-source.el (mail-source-directory): Fix doc-string.
12712
12713 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12714
12715         * assistant.el (assistant-render-text, assistant-eval): Add :set
12716         widget type, which is different because it takes and returns a
12717         list.  Much hilarity ensues.
12718
12719 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12720
12721         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12722
12723         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12724         doc-string.
12725
12726         * gnus-start.el (gnus-activate-group): Added doc-string.
12727
12728 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12731
12732 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12733
12734         * assistant.el (assistant-render-text): Try to add a :set
12735         widget, more to come.
12736
12737         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12738         strings.
12739         (spam-report-articles-resend)
12740         (spam-register-routine): Do registration iff any articles warrant
12741         it.
12742         (spam-summary-prepare-exit): Change log message for nil group
12743         destinations.
12744
12745 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12746
12747         * spam.el (spam-report-resend-register-routine): Allow
12748         spam-report-resend-to to be a group parameter or a global value.
12749
12750 2004-05-26  Simon Josefsson  <jas@extundo.com>
12751
12752         * starttls.el: Merge with my GNUTLS based starttls.el.
12753         (starttls-gnutls-program, starttls-use-gnutls)
12754         (starttls-extra-arguments, starttls-process-connection-type)
12755         (starttls-connect, starttls-failure, starttls-success): New
12756         variables.
12757         (starttls-program, starttls-extra-args): Doc fix.
12758         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12759         functions.
12760         (starttls-negotiate, starttls-open-stream): Check
12761         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12762         function if it is set.
12763
12764 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12765
12766         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12767         structured fields.
12768
12769 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12770
12771         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12772
12773 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12774
12775         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12776         variable.
12777         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12778         assigning the spam-mark to new messages.
12779
12780 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12781
12782         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12783
12784 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12785
12786         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12787
12788         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12789         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12790         default.
12791
12792 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12793
12794         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12795         correct data.
12796
12797 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12798
12799         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12800         (spam-group-processor-p): Fix function.
12801         (spam-group-processor-multiple-p)
12802         (spam-group-spam-processor-report-gmane-p)
12803         (spam-group-spam-processor-report-resend-p)
12804         (spam-group-spam-processor-bogofilter-p)
12805         (spam-group-spam-processor-blacklist-p)
12806         (spam-group-spam-processor-ifile-p)
12807         (spam-group-ham-processor-ifile-p)
12808         (spam-group-spam-processor-spamoracle-p)
12809         (spam-group-spam-processor-crm114-p)
12810         (spam-group-ham-processor-bogofilter-p)
12811         (spam-group-spam-processor-stat-p)
12812         (spam-group-ham-processor-stat-p)
12813         (spam-group-ham-processor-whitelist-p)
12814         (spam-group-ham-processor-BBDB-p)
12815         (spam-group-ham-processor-spamoracle-p)
12816         (spam-group-ham-processor-copy-p): Remove functions with some
12817         prejudice against unneeded code.
12818         (spam-report-articles-resend)
12819         (spam-report-resend-register-routine): Allow the group/topic
12820         spam-resend-to value to override spam-report-resend-to.
12821         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12822         properly now.
12823
12824         * gnus.el (spam-resend-to): Add group/topic parameter.
12825         (spam-process): Move the OBSOLETE processors to the end of the
12826         choices.
12827
12828 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12829
12830         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12831         with resend-to set to nil, and then ask the user if necessary.
12832         (spam-report-resend): spam-report-resend takes a list of articles, not
12833         separate article numbers.
12834
12835 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12836
12837         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12838         addition to emacs-w3m.
12839
12840 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12841
12842         * assistant.el (assistant-authinfo-data): New function.
12843         (assistant-eval): Eval for entire assistant.
12844
12845         * netrc.el (netrc-services-file): New variable.
12846         (netrc-parse-services): New function.
12847         (netrc-find-service-name): New function.
12848         (netrc-find-service-number): New function.
12849         (netrc-port-equal): New function.
12850         (netrc-machine): Use it.
12851
12852         * nnimap.el (nnimap-open-connection): Use netrc.
12853
12854         * gnus-util.el (gnus-netrc-get): Remove aliases.
12855
12856         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12857
12858         * assistant.el (wid-edit): Fix compilation.
12859
12860         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12861
12862 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12863
12864         * gnus-util.el (gnus-set-file-modes): New function.  (small
12865         patch).
12866
12867 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12868
12869         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12870
12871         * assistant.el (assistant-render-node): Fix up rendering and
12872         read-only text.
12873         (assistant-render-node): Reset.
12874         (assistant-make-read-only): Not sticky.
12875
12876 2004-05-20  Danny Siu  <dsiu@adobe.com>
12877
12878         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12879         centered even when gnus-auto-center-summary is t
12880
12881 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12882
12883         * dns.el (dns-get-txt-answer): New function.
12884         (dns-read-txt): Ditto.
12885         (query-dns): Use it.
12886
12887 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12890         active for foreign groups even if the group level is higher than
12891         the specified value.
12892
12893 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12894
12895         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12896         non-active groups.
12897
12898         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12899
12900 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12901
12902         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12903
12904 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12905
12906         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12907         (spam-crm114-header, spam-crm114-spam-switch)
12908         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12909         (spam-crm114-positive-spam-header)
12910         (spam-crm114-database-directory, spam-list-of-processors)
12911         (spam-group-spam-processor-crm114-p)
12912         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12913         (spam-generic-score, spam-list-of-checks)
12914         (spam-list-of-statistical-checks, spam-registration-functions)
12915         (spam-check-crm114-headers, spam-crm114-score)
12916         (spam-check-crm114, spam-crm114-register-with-crm114)
12917         (spam-crm114-register-spam-routine)
12918         (spam-crm114-unregister-spam-routine)
12919         (spam-crm114-register-ham-routine)
12920         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12921         asjo@koldfront.dk (Adam Sjøgren).
12922
12923         * gnus.el: Add spam-use-crm114.
12924
12925         * spam.el (spam-list-of-processors, spam-registration-functions):
12926         Add spam-use-resend.
12927         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12928         (spam-report-articles-gmane): Add doc fix.
12929         (spam-report-articles-resend, spam-report-resend-register-routine):
12930         Add wrappers around spam-report-resend-to.
12931
12932         * spam-report.el (spam-report-resend-to, spam-report-resend):
12933         Add support for resending spam.
12934         (spam-report-gmane): Fix line length >80.
12935
12936         * gnus.el (spam-process): Add spam-use-resend.
12937
12938 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12939
12940         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12941         number of processed spam messages.
12942         (spam-ham-copy-or-move-routine): Return the number of processed
12943         ham messages.
12944         (spam-summary-prepare-exit): Use the above values to decide
12945         whether status messages shouled be displayed.
12946
12947 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12948
12949         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12950         `rfc2047-encoding-function-alist' in order to avoid conflicting
12951         with the old version.
12952         (rfc2047-encode-region): Concatenate words containing non-ASCII
12953         characters in structured fields; don't encode space-delimited
12954         ASCII words even in unstructured fields; don't break words at
12955         char-category boundaries.
12956         (rfc2047-encode-1): New function.
12957         (rfc2047-encode): Use it; encode text so that it occupies the
12958         maximum width within 76-column; work correctly on Q encoding for
12959         iso-2022-* charsets.
12960         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12961         sure not to break a line just after the header name.
12962         (rfc2047-b-encode-region): Removed.
12963         (rfc2047-b-encode-string): New function.
12964         (rfc2047-q-encode-region): Removed.
12965         (rfc2047-q-encode-string): New function.
12966
12967         * mm-util.el (mm-replace-in-string): New function.
12968
12969 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12972         get it right.
12973         (gnus-inews-make-draft): Really.
12974
12975 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12976
12977         * nnmh.el (nnmh-request-list-1): Don't check the link count
12978         before descending.  (small patch)
12979
12980 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12981
12982         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12983         stuff.
12984
12985         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12986         on real group name.
12987
12988         * gnus-art.el (gnus-signature-limit): Doc fix.
12989
12990         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12991
12992         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12993
12994 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12995
12996         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12997         isn't a string.
12998
12999 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13000
13001         * gnus-draft.el (gnus-draft-send): Bind
13002         rfc2047-encode-encoded-words.
13003
13004         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
13005         (rfc2047-encodable-p): Say that =? needs encoding.
13006         (rfc2047-encode-encoded-words): New variable.
13007
13008         * gnus-group.el (gnus-group-select-group): Doc fix.
13009
13010         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
13011
13012         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
13013         to nil.
13014
13015         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
13016
13017         * nnheader.el (nnheader-get-lines-and-char): New function.
13018
13019 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
13020
13021         * gnus-msg.el (gnus-summary-followup-with-original): Document
13022         yanking of region when active.
13023
13024 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
13027         groups if the group level is higher than the specified value.
13028
13029 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13030
13031         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
13032         (gnus-group-jump-to-group): Added prefix argument using
13033         `gnus-group-jump-to-group-prompt'.  Query before jumping to
13034         non-active group.
13035
13036         * compface.el (uncompface): Be verbose when changing
13037         `uncompface-use-external'.
13038
13039         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
13040         handle manual section.
13041
13042 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13043
13044         * gnus-art.el (gnus-button-alist): Revert previous change.
13045
13046 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13047
13048         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
13049
13050 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13051
13052         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
13053         whether backend can accept message.
13054
13055         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
13056
13057 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
13058
13059         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
13060         Avoid creating directory when nntp-marks-is-evil is true.
13061         Reported by Reiner Steib.
13062
13063 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
13064
13065         * gnus-picon.el (gnus-picon-style): New variable.
13066         (gnus-picon-insert-glyph): Added optional `nostring' argument.
13067         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
13068         Jesper Harder <harder@ifa.au.dk>.
13069
13070 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071
13072         * message.el (message-fill-field): Return point.
13073         (message-generate-headers): Go to end of field.
13074
13075         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
13076         stuff for non-living groups.
13077
13078 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
13079
13080         * gnus-art.el (gnus-article-followup-with-original)
13081         (gnus-article-reply-with-original): gnus-mark-active-p ->
13082         gnus-region-active-p.
13083
13084 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
13085
13086         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
13087         only when there is spam or ham to be processed.
13088
13089 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13090
13091         * mail-source.el (mail-source-delete-crash-box): Refactor.
13092         (mail-source-fetch): Use it.
13093         (mail-source-fetch-file): Ditto.
13094         (mail-source-fetch-directory): Run postscript in loop.
13095         (mail-source-fetch-pop): Delete.
13096         (mail-source-fetch-maildir): Ditto.
13097         (mail-source-fetch-imap): Ditto.
13098
13099         * imap.el (imap-authenticators): Comment out sasl.
13100
13101         * message.el (message-skip-to-next-address): New function.
13102         (message-fill-header-address): Refactor.
13103         (message-fill-address): Use it.
13104         (message-delete-address): Use it.
13105         (message-fill-header-general): Refactor.
13106         (message-fill-field-address): Rename.
13107         (message-narrow-to-field): Find the start of the header.
13108         (message-header-format-alist): Don't pre-fill.
13109         (message-fill-header): Removed.
13110         (message-insert-header): New function.
13111         (message-shorten-references): Use it.
13112
13113         * rfc2047.el (rfc2047-field-value): Strip props.
13114
13115         * mail-parse.el (mail-header-make-address): New alias.
13116
13117         * ietf-drums.el (ietf-drums-make-address): New function.
13118
13119         * imap.el: Add compiler directives.
13120
13121         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13122
13123         * gnus-art.el (article-decode-idna-rhs): Don't use
13124         message-idna-inside-rhs-p.
13125
13126 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13127
13128         * message.el (message-idna-inside-rhs-p): Removed.
13129         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13130
13131         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13132         false positives.
13133
13134 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13135
13136         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13137
13138 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139
13140         * nneething.el (nneething-file-name): Don't create spurious
13141         files.
13142
13143         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13144         (gnus-inews-do-gcc): Remove sleep.
13145
13146         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13147         part under point.
13148
13149         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13150         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13151
13152 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13153
13154         * spam.el (spam-summary-prepare-exit): Fixed (length).
13155
13156 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13157
13158         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13159         as expired without moving it" message when there are spam
13160         messages left.
13161
13162 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13163
13164         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13165         header is not nil.
13166
13167 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13168
13169         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13170         nntp-possibly-create-directory, not nntp-possibly-change-group.
13171         (nntp-marks-changed-p): New arg SERVER.
13172         (nntp-request-update-info): Adjust caller.
13173
13174 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13175
13176         * nntp.el (nntp-save-marks): Pass missing arg.
13177
13178 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13179
13180         * nntp.el: Support marks.
13181         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13182         (nntp-marks-modtime, nntp-marks-directory): New variables.
13183         (nntp-request-set-mark, nntp-request-update-info)
13184         (nntp-possibly-create-directory, nntp-marks-changed-p)
13185         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13186         functions.
13187
13188 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13189
13190         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13191         (gnus-xmas-redefine): Rename.
13192
13193         * gnus-score.el (gnus-score-insert-help): Use
13194         gnus-select-lowest-window.
13195
13196         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13197         appt-select-lowest-window and rename to gnus-select-lowest-window.
13198
13199         * gnus.el: do.
13200
13201 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13202
13203         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13204         encodings of MIME-encoded words, in order to improve
13205         interoperability with several broken MUAs.
13206
13207 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13208
13209         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13210         tags, only when charsets are not specified in headers.
13211         (mm-inline-text-html-render-with-w3m): Ditto.
13212
13213         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13214         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13215
13216 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13217
13218         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13219         instead of MIME-decoded from fields when checking
13220         `gnus-article-address-banner-alist'.
13221
13222 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13223
13224         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13225         description rather than subject.
13226
13227 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13228
13229         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13230
13231 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13232
13233         * gnus.el (gnus-version-number): Bump.
13234
13235 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13236
13237         * gnus.el: No Gnus v0.2 is released.
13238
13239 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13240
13241         * gnus-agent.el (gnus-agent-read-agentview): Inline
13242         gnus-uncompress-range.
13243
13244 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13245
13246         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13247         `exec-installed-p'.
13248
13249 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13250
13251         * gnus.el (spam-process, spam-autodetect-methods): Add
13252         bsfilter and bsfilter-headers.
13253
13254         * spam.el (spam-bsfilter): New customize group.
13255         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13256         (spam-bsfilter-header, spam-bsfilter-probability-header)
13257         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13258         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13259         (spam-bsfilter-database-directory): New options.
13260         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13261         (spam-list-of-statistical-checks, spam-registration-functions):
13262         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13263         (spam-bsfilter-score): New command.
13264         (spam-check-bsfilter-headers, spam-check-bsfilter)
13265         (spam-bsfilter-register-with-bsfilter)
13266         (spam-bsfilter-register-spam-routine)
13267         (spam-bsfilter-unregister-spam-routine)
13268         (spam-bsfilter-register-ham-routine)
13269         (spam-bsfilter-unregister-ham-routine): New functions.
13270         (spam-generic-score): Support bsfilter; Accept an optional argument
13271         to recalcurate spam score even if scoring header has already been
13272         added.
13273         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13274         optional argument to recalcurate spam score even if scoring header
13275         has already been added.
13276
13277 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13278
13279         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13280         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13281         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13282         link is missing.
13283
13284 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13285
13286         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13287         (html2text-get-attr): Rewrite.
13288
13289         * message.el (message-setup-1): Remove redundant put-text-property
13290         on mail-header-separator.
13291
13292 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13293
13294         * gnus-registry.el (gnus-registry-cache-whitespace)
13295         (gnus-registry-action, gnus-registry-spool-action)
13296         (gnus-registry-split-fancy-with-parent): Change message levels
13297         from 5 to 3 or 7, as needed.
13298
13299         * spam.el (spam-summary-prepare-exit)
13300         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13301         (spam-split, spam-find-spam, spam-log-undo-registration)
13302         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13303         level from 5 to 6.
13304
13305 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13306
13307         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13308         2004-03-04 change).
13309
13310 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13311
13312         * sieve-manage.el (sieve-manage-open):
13313         * nnweb.el (nnweb-insert-html):
13314         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13315         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13316         * nnspool.el (nnspool-request-group):
13317         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13318         * nnml.el (nnml-request-update-info):
13319         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13320         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13321         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13322         (nnimap-request-set-mark):
13323         * nnfolder.el (nnfolder-request-update-info):
13324         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13325         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13326         * gnus-uu.el (gnus-uu-find-articles-matching):
13327         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13328         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13329         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13330         * gnus-nocem.el (gnus-nocem-scan-groups):
13331         * gnus-int.el (gnus-start-news-server):
13332         * gnus-group.el (gnus-group-make-kiboze-group)
13333         (gnus-group-browse-foreign-server):
13334         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13335         Use mapc when appropriate.
13336
13337 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13338
13339         FIXME: Make separate entries for each person.
13340
13341         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13342         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13343         <shields@msrl.com>:
13344
13345         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13346         may need for spam sorting and scoring.
13347         (spam-user-format-function-S): Add user format function suitable for
13348         general use.
13349         (spam-article-sort-by-spam-status): Add sorting function for summary
13350         sorting.
13351         (spam-extra-header-to-number): Add function to get a score from a
13352         header.
13353         (spam-summary-score): Add function to  get a numeric score from the
13354         headers.
13355         (spam-generic-score): Fix function doc, was in wrong place.
13356         (spam-initialize): Take symbols when it's run, and install the
13357         extra headers that spam-necessary-extra-headers thinks we need.
13358
13359 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13360
13361         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13362         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13363
13364 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13365
13366         * gnus-sum.el (gnus-set-global-variables)
13367         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13368         (gnus-article-get-xrefs, gnus-summary-best-group)
13369         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13370         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13371         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13372         Use with-current-buffer.
13373
13374 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13375
13376         * spam.el (spam-summary-prepare-exit): Simplify logic.
13377         (spam-fetch-article-header): Read the article header if it's not
13378         available.
13379         (spam-list-articles): Simplify logic.
13380         (spam-filelist-register-routine): Fix bug with unregister-list.
13381
13382         * gnus-registry.el: Fix comments at beginning.
13383
13384 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13385
13386         * message.el (message-cater-to-broken-inn): Remove.
13387         (message-shorten-references): Make sure the total folded length of
13388         References is shorter than 998 characters to cater to a bug in INN
13389         2.3.  Also, don't pretend that references aren't folded -- this
13390         hasn't worked for a while.
13391
13392 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13393
13394         * gnus-agent.el (gnus-agentize):
13395         gnus-agent-send-mail-real-function no longer set to current value
13396         of message-send-mail-function but rather a lambda that calls
13397         message-send-mail-function.  The change makes the agent real-time
13398         responsive to user changes to message-send-mail-function.
13399
13400 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13401
13402         * legacy-gnus-agent.el
13403         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13404         help from Florian Weimer <fw@deneb.enyo.de>
13405
13406 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * nnmail.el (nnmail-cache-insert): Revert last change.
13409
13410 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13411
13412         * nnmail.el (nnmail-cache-insert): Always check whether
13413         nnmail-cache-ignore-groups matches a group name.
13414
13415 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13416
13417         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13418         (spam-find-spam, spam-log-processing-to-registry)
13419         (spam-log-registered-p, spam-log-unregistration-needed-p)
13420         (spam-log-undo-registration): Use gnus-message instead of
13421         gnus-error, none of these errors are fatal.
13422
13423         * gnus-registry.el (gnus-registry-clean-empty-function)
13424         (gnus-registry-clean-empty): Remove only empty entries without
13425         extra data.
13426
13427 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13428
13429         * spam-stat.el (spam-stat-buffer-change-to-spam)
13430         (spam-stat-buffer-change-to-non-spam): Change (error) to
13431         (gnus-message 8) invocation.
13432
13433 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13434
13435         * nntp.el (nntp-via-netcat-command): New variable.
13436         (nntp-via-netcat-switches): New variable.
13437         (nntp-open-via-rlogin-and-netcat): New function.
13438         (nntp-open-connection-function): Doc fix.
13439         (nntp-telnet-command): Doc fix.
13440         (nntp-end-of-line): Doc fix.
13441         (nntp-via-rlogin-command): Doc fix.
13442         (nntp-via-user-name): Doc fix.
13443         (nntp-via-address): Doc fix.
13444
13445 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13446
13447         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13448         error in Emacs 21.1.
13449
13450 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13451
13452         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13453
13454 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13455
13456         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13457         (gnus-agent-with-refreshed-group): New macro.
13458         (gnus-agent-rename-group): New function.
13459         (gnus-agent-delete-group): New function.
13460         (gnus-agent-save-group-info): Use gnus-command-method when
13461         `method' parameter is nil.  Don't write nil entries into the
13462         active file.
13463         (gnus-agent-get-group-info): New function.
13464         (gnus-agent-fetch-articles): Use
13465         gnus-agent-update-files-total-fetched-for to increment disk space
13466         used.
13467         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13468         gnus-agent-update-view-total-fetched-for to increment disk space
13469         used.
13470         (gnus-agent-get-local): Added optional parameters to avoid calling
13471         gnus-group-real-name and gnus-find-method-for-group.
13472         (gnus-agent-set-local): Delete stored entry if either min, or max,
13473         are nil.
13474         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13475         quit, use gnus-agent-regenerate-group to record existance of any
13476         articles fetched to disk before the quit occurred.
13477         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13478         gnus-agent-update-view-total-fetched-for, and
13479         gnus-agent-update-files-total-fetched-for to decrement disk space
13480         used.
13481         (gnus-agent-retrieve-headers): Use
13482         gnus-agent-update-view-total-fetched-for to increment disk space
13483         used.
13484         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13485         with gnus-agent-update-files-total-fetched-for to decrement disk
13486         space and fresh group buffer.
13487         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13488         (gnus-agent-need-update-total-fetched-for): New variable.
13489         (gnus-agent-update-files-total-fetched-for): New function.
13490         (gnus-agent-update-view-total-fetched-for): New function.
13491         (gnus-agent-total-fetched-for): New function.
13492
13493         * gnus-cache.el (gnus-cache-save-buffers): Use
13494         gnus-cache-update-overview-total-fetched-for to change disk space
13495         used by this group.
13496         (gnus-cache-possibly-enter-article): Use
13497         gnus-cache-update-file-total-fetched-for to increment disk space
13498         used by this group.
13499         (gnus-cache-possibly-remove-article): Use
13500         gnus-cache-update-file-total-fetched-for to decrement disk space
13501         used by this group.
13502         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13503         (gnus-cache-rename-group): New function.
13504         (gnus-cache-delete-group): New function.
13505         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13506         (gnus-cache-need-update-total-fetched-for): New variable.
13507         (gnus-cache-with-refreshed-group): New macro.
13508         (gnus-cache-update-file-total-fetched-for): New function.
13509         (gnus-cache-update-overview-total-fetched-for): New function.
13510         (gnus-cache-rename-group-total-fetched-for): New function.
13511         (gnus-cache-delete-group-total-fetched-for): New function.
13512         (gnus-cache-total-fetched-for): New function.
13513
13514         * gnus-group.el: Require gnus-sum and autoload functions to
13515         resolve warnings when gnus-group.el compiled alone.
13516         (gnus-group-line-format): Documented new %F
13517         (size of Fetched data) group line format; identifies disk space
13518         used by agent and cache.
13519         (gnus-group-line-format-alist): Defined new F format.
13520         (gnus-total-fetched-for): New function.
13521         (gnus-group-delete-group): No longer update
13522         gnus-cache-active-altered as gnus-request-delete-group now keeps
13523         the cache in sync.
13524         (gnus-group-list-active): Let the agent store a server's active
13525         list if currently plugged.
13526
13527         * gnus-int.el (gnus-request-delete-group):
13528         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13529         local disk in sync with the server.
13530         (gnus-request-rename-group):
13531         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13532         local disk in sync with the server.
13533
13534         * gnus-start.el (gnus-get-unread-articles):
13535         Cosmetic simplification to logic.
13536
13537         * gnus-util.el (gnus-rename-file): New function.
13538
13539 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13540
13541         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13542
13543 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13544
13545         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13546         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13547
13548 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13549
13550         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13551         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13552
13553 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13554
13555         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13556
13557 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13558
13559         * spam.el (spam-set-difference): Add function to replace
13560         gnus-set-difference in spam.el.
13561         (spam-summary-prepare-exit): Use spam-set-difference.
13562
13563 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13564
13565         * gnus-registry.el (gnus-registry-cache-file): Update to use
13566         gnus-dribble-directory OR gnus-home-directory OR ~.
13567         (gnus-registry-split-fancy-with-parent): Fix doc.
13568
13569 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * message.el (message-exchange-point-and-mark): Use
13572         message-mark-active-p.  Suggested by Jesper Harder
13573         <harder@ifa.au.dk>.
13574
13575 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13576
13577         * message.el (message-exchange-point-and-mark): Don't activate
13578         region if it was inactive.  Suggested by Hiroshi Fujishima
13579         <pooh@nature.tsukuba.ac.jp>.
13580
13581 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-art.el (article-display-face): Display Faces in the same
13584         order as X-Faces.
13585
13586 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13587
13588         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13589
13590 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13591
13592         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13593         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13594         (gnus-article-mime-hierarchy): Remove.
13595         (gnus-article-mime-hierarchy-next): Remove.
13596         (gnus-article-mode): Revert 2004-03-19 change.
13597         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13598         (gnus-insert-mime-button): Revert 2004-03-19 change.
13599         (gnus-mime-accumulate-hierarchy): Remove.
13600         (gnus-mime-enter-multipart): Remove.
13601         (gnus-mime-leave-multipart): Remove.
13602         (gnus-mime-display-part): Revert 2004-03-19 change.
13603         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13604
13605         * mml.el (mml-preview): Revert 2004-03-19 change.
13606
13607 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13608
13609         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13610
13611 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13614         t while entering a file name using the mm-with-multibyte macro.
13615         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13616
13617         * mm-util.el (mm-with-multibyte): New macro.
13618
13619 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13622         user option.
13623         (gnus-mime-multipart-functions): Doc and customization fix.
13624         (gnus-article-mime-hierarchy): New variable.
13625         (gnus-article-mime-hierarchy-next): New variable.
13626         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13627         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13628         gnus-article-mime-hierarchy-next to nil.
13629         (gnus-insert-mime-button): Show hierarchy numbers.
13630         (gnus-mime-accumulate-hierarchy): New function.
13631         (gnus-mime-enter-multipart): New function.
13632         (gnus-mime-leave-multipart): New function.
13633         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13634         (gnus-mime-display-alternative): Show hierarchy numbers.
13635
13636         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13637         gnus-article-mime-hierarchy-next to nil.
13638
13639 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13640
13641         * dns.el: Don't require gnus-xmas.
13642
13643 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13644
13645         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13646         inline PGP.
13647         (mml-menu): Disable mml-quote-region if mark is inactive.
13648
13649 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13650
13651         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13652         when the group's active is not available.
13653
13654 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13655
13656         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13657         error.
13658
13659 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13660
13661         * imap.el (imap-store-password): New variable.
13662         (imap-interactive-login): Use it.
13663         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13664
13665 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13668         window-start and hscroll to summary window.
13669
13670 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13671
13672         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13673         conversion message to newsrc-dribble when an actual conversion is
13674         performed.
13675
13676 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13677
13678         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13679
13680 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * mm-decode.el (mm-complicated-handles): New function reviving
13683         former definition of mm-multiple-handles.
13684
13685         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13686         (gnus-mime-delete-part): Use it.
13687
13688 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13689
13690         * gnus-agent.el (gnus-agent-read-local): Bind
13691         nnheader-file-coding-system to gnus-agent-file-coding-system to
13692         avoid the implicit assumption that they will always be equal.
13693         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13694         coding-system-for-write, as the with-temp-file macro first prints
13695         to a buffer then saves the buffer.
13696
13697 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13698
13699         * gnus-art.el (gnus-article-edit-part): New function.
13700         (gnus-mime-save-part-and-strip): Use it; do query instead of
13701         signaling an error; don't use mm-multiple-handles.
13702         (gnus-mime-delete-part): Ditto.
13703
13704 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13705
13706         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13707         old file versions.
13708         (gnus-group-prepare-hook): Removed function that converted list
13709         form of gnus-agent-expire-days to group properties.
13710
13711         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13712         (gnus-request-accept-article): Re-indented.
13713
13714         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13715         converters to handle old agent file formats.  Added logic for a
13716         "backup before upgrading warning".
13717         (gnus-convert-mark-converter-prompt): Developers can mark
13718         functions as needing (default), or not needing,
13719         gnus-convert-old-newsrc's "backup before upgrading warning".
13720         (gnus-convert-converter-needs-prompt): Tests whether the user
13721         should be protected from potentially irreversable changes by the
13722         function.
13723
13724         * legacy-gnus-agent.el: New.  Provides converters that are only
13725         loaded when gnus-convert-old-newsrc needs to call them.
13726
13727 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13728
13729         * mail-source.el (mail-source-touch-pop): Doc fix.
13730
13731         * message.el (message-smtpmail-send-it): Doc fix.
13732
13733 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13734
13735         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13736
13737         * nnmail.el (nnmail-split-fancy): do.
13738
13739         * gnus-kill.el (gnus-kill, gnus-execute): do.
13740
13741 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13742
13743         * gnus-sum.el (gnus-widget-reversible-match)
13744         (gnus-widget-reversible-to-internal)
13745         (gnus-widget-reversible-to-external): New functions.
13746         (gnus-widget-reversible): New widget.
13747         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13748
13749 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13750
13751         * gnus-sum.el (gnus-thread-sort-functions)
13752         (gnus-article-sort-functions): Document `(not F)' items.
13753
13754 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13755
13756         * spam.el (spam-use-gmane-xref): Add new backend.
13757         (spam-gmane-xref-spam-group): Add variable to control the name of the
13758         Gmane spam group.
13759         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13760         (spam-regex-headers-spam, spam-regex-headers-ham)
13761         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13762         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13763         backends and checks.
13764         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13765
13766         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13767         an autodetect method.
13768
13769 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13770
13771         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13772         articles are being added to a group.
13773         (gnus-request-replace-article): Inform the agent that articles
13774         need to be uncached as the cached contents are no longer valid.
13775
13776 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13777
13778         * binhex.el: Don't autoload executable-find.
13779
13780         * canlock.el: Don't autoload mail-fetch-field.
13781
13782         * dgnushack.el: Autoload c-mode for XEmacs.
13783
13784         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13785
13786         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13787         rmail-dont-reply-to and rmail-output.
13788
13789         * gnus-score.el: Don't autoload ffap-string-at-point.
13790
13791         * gnus-setup.el: Don't autoload sc-cite-original.
13792
13793         * imap.el: Don't autoload base64-decode-string,
13794         base64-encode-string and md5.
13795
13796         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13797         and rmail-msg-restore-non-pruned-header.
13798
13799         * mm-decode.el: Don't autoload executable-find.
13800
13801         * mm-url.el: Don't autoload executable-find.
13802
13803         * mm-view.el: Don't autoload diff-mode.
13804
13805         * nndb.el: Don't autoload news-reply-mode, news-setup,
13806         cancel-timer and telnet.
13807
13808         * password.el: Don't autoload run-at-time for Emacs.
13809
13810         * sha1-el.el: Don't autoload executable-find.
13811
13812         * sieve-mode.el: Don't autoload c-mode.
13813
13814         * uudecode.el: Don't autoload executable-find.
13815
13816 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13817
13818         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13819         (gnus-agent-possibly-alter-active): Avoid null in numeric
13820         comparison.
13821         (gnus-agent-set-local): Refuse to save null in local object table.
13822         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13823         list of articles that will be marked as unread.
13824
13825 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13826
13827         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13828
13829 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13830
13831         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13832         language tags.
13833
13834 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13835
13836         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13837         Don't bind "obarray".
13838
13839         * gnus-sum.el (gnus-thread-sort-functions): Added
13840         `gnus-thread-sort-by-most-recent-number' and
13841         `gnus-thread-sort-by-most-recent-date'.
13842         Reported by Kai Grossjohann <kai@emptydomain.de>.
13843
13844 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13847
13848 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13849
13850         * gnus-cus.el (gnus-agent-customize-category): Removed
13851         ignore-errors macro reference that required cl to be loaded at
13852         run-time.
13853
13854         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13855         single-interval range of the form (min . max).  Previously the
13856         range had to look like ((min . max)).  Likewise, return
13857         (min . max) rather than ((min . max)).
13858         (gnus-range-map): Use gnus-range-normalize to accept
13859         single-interval range.
13860
13861         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13862         the cache, but not the agent, now appear with their usual face.
13863
13864         * dgnushack.el (loaddir): New variable that is bound to the
13865         directory containing the dgnushack.el file. Use loaddir, rather
13866         than srcdir, to update load-path. Change lets dgnushack compile
13867         code in directories other than GNUS/lisp.
13868
13869 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * lpath.el: Don't bind w3m-safe-url-regexp.
13872
13873         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13874         w3m-safe-url-regexp variable buffer-local.
13875
13876         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13877
13878 2004-02-27  Simon Josefsson  <jas@extundo.com>
13879
13880         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13881         gnus-group-real-prefix.
13882         (gnus-summary-move-article): Use it, instead of
13883         gnus-group-real-prefix.
13884
13885 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * lpath.el: Bind w3m-safe-url-regexp.
13888
13889         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13890         w3m-safe-url-regexp variable buffer-local and set it as the value
13891         of mm-w3m-safe-url-regexp.
13892
13893         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13894
13895         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13896         parsing gnus-posting-styles when the message is not for replying.
13897
13898         * dgnushack.el: Autoload sgml-mode for XEmacs.
13899
13900         * nnrss.el (nnrss-opml-export): Use
13901         mm-set-buffer-file-coding-system instead of
13902         set-buffer-file-coding-system.
13903
13904 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13905
13906         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13907         of checkdoc.el).
13908         * nnrss.el: do.
13909         * gnus-mlspl.el: do.
13910         * gnus-ml.el: do.
13911         * gnus-srvr.el: do.
13912
13913         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13914
13915 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13916
13917         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13918         Corrections to custom-manual links.
13919
13920         * gnus-art.el (gnus-article): Ditto.
13921
13922         * mm-decode.el (mime-display, mime-security): Ditto.
13923
13924 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13925
13926         * flow-fill.el: Typo.
13927
13928 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13929
13930         * spam-wash.el: New file.
13931
13932 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13933
13934         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13935
13936 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13939         to be run with new-articles as LIST1, not LIST2.
13940         (spam-registration-functions): Add spam-use-ham-copy as a nil
13941         registration backend.
13942
13943 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13944
13945         * spam-stat.el (spam-stat-washing-hook): New option.
13946         (spam-stat-buffer-words): Use it.
13947         (spam-stat-process-directory, spam-stat-test-directory): Use
13948         insert-file-contents-literally.
13949         (spam-stat-coding-system): New variable.
13950         (spam-stat-load, spam-stat-save): Use it.
13951
13952 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13953
13954         * spam-report.el (spam-report-plug-agent): Quote
13955         spam-report-url-to-file and spam-report-url-ping-plain.
13956
13957 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13958
13959         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13960         / in mailto URLs.
13961
13962 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13963
13964         * spam-report.el (spam-report-process-queue): Fix interactive use.
13965         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13966         (spam-report-unplug-agent): Doc fixes.
13967         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13968         (spam-report-agentize, spam-report-deagentize): Autoload
13969
13970 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13973
13974         * message.el (message-setup-fill-variables): Add mml tags to
13975         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13976         <ajk@iu.edu>.
13977         (message-mode): Don't modify paragraph-separate there.
13978
13979 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13980
13981         * compface.el (uncompface-use-external): Default to undecided.
13982         (uncompface-use-external-threshold): New variable.
13983         (uncompface-float-time): New macro.
13984         (uncompface): Determine whether to use the external decoder if
13985         uncompface-use-external is undecided.
13986
13987 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13988
13989         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13990         after images.
13991
13992         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13993
13994 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13995
13996         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13997
13998         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13999
14000         * gnus-sum.el (gnus-summary-limit-to-age)
14001         (gnus-summary-limit-children): do.
14002
14003         * gnus-int.el (gnus-request-scan): do.
14004
14005         * gnus-group.el (gnus-group-suspend): do.
14006
14007         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
14008
14009         * gnus-cite.el (gnus-cite-parse-attributions): do.
14010
14011         * gnus-agent.el (gnus-summary-set-agent-mark)
14012         (gnus-agent-regenerate-group): do.
14013
14014         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
14015
14016         * binhex.el (binhex-decode-region-internal): do.
14017
14018 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14019
14020         * gnus-fun.el (gnus-face-properties-alist): New user option.
14021         (gnus-display-x-face-in-from): Use it.
14022
14023         * gnus-art.el (article-display-face): Ditto.
14024
14025         * compface.el (uncompface-use-external): Default to nil.
14026
14027 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
14028
14029         * nntp.el (nntp-erase-buffer): New function.
14030         (nntp-retrieve-data, nntp-send-command)
14031         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
14032         (nntp-possibly-change-group): Use it.
14033
14034         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
14035         with-current-buffer.
14036
14037 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
14038
14039         * compface.el: Merge the ELisp-based uncompface program.
14040         (compface): New customization group.
14041         (uncompface-use-external): New user option.
14042         (uncompface): Call uncompface-internal if uncompface-use-external
14043         is nil.
14044         (uncompface-internal): New function.  Note that there are also
14045         some other functions and variables added for this function.
14046
14047 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
14048
14049         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
14050         if necessary.
14051
14052 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
14053
14054         * spam-report.el (spam-report-unplug-agent)
14055         (spam-report-plug-agent, spam-report-deagentize)
14056         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
14057         Add support for the Agent in spam-report: when unplugged, report to a
14058         file; when plugged, submit all the requests.
14059
14060         * spam.el (spam-register-routine): Fix message about
14061         registration.
14062
14063 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
14064
14065         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
14066         dependencies.
14067         (rfc2047-encode): Use it.
14068
14069         * gnus-art.el (gnus-button-marker-list): Move before first
14070         reference.
14071
14072         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
14073         (imap-parse-body): Fix format string mismatch.
14074
14075         * gnus-score.el (gnus-summary-increase-score): do.
14076
14077         * nnrss.el (nnrss-close): New function.
14078
14079 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
14080
14081         * nnrss.el (nnrss-make-filename): New function.
14082         (nnrss-request-delete-group, nnrss-read-server-data)
14083         (nnrss-save-server-data, nnrss-read-group-data)
14084         (nnrss-save-group-data): Use it.
14085         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
14086         (nnrss-read-server-data, nnrss-read-group-data): Use load.
14087         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
14088
14089 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
14090
14091         * mml.el (mml-compute-boundary-1): Don't uncompress files.
14092
14093 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
14094
14095         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
14096         files.
14097
14098         * message.el (message-generate-headers-first): Don't quote nil
14099         and t in docstrings.
14100
14101         * imap.el (imap-id): do.
14102
14103         * gnus-agent.el (gnus-agent-consider-all-articles)
14104         (gnus-agent-queue-mail): do.
14105
14106 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
14107
14108         * spam-report.el (spam-report-process-queue): New function.
14109         Process requests from `spam-report-requests-file'.
14110         (spam-report-process-queue): Doc fix.
14111
14112 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
14113
14114         * spam.el (spam-register-routine)
14115         (spam-log-processing-to-registry, spam-log-registered-p)
14116         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14117         Change "check" to "spam-check" for semi-clarity.
14118
14119 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14120
14121         * pop3.el: Require nnheader.
14122
14123         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14124
14125         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14126
14127         * gnus-picon.el: Require cl.
14128
14129         * gnus-fun.el: Require gnus-ems and gnus-util.
14130
14131         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14132
14133         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14134
14135         * gnus-art.el (gnus-article-edit-mode): Define before first
14136         reference.
14137
14138 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14139
14140         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14141         (gnus-uu-post-encoded): Use point-at-bol.
14142
14143         * gnus-topic.el (gnus-group-active-topic-p): do.
14144
14145         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14146
14147         * gnus-group.el (gnus-group-kill-region): do.
14148
14149         * gnus-art.el (article-date-ut): do.
14150
14151         * message.el (message-fetch-field): Remove redundant
14152         case-fold-search binding.
14153         (message-narrow-to-field): Simplify.
14154
14155 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14156
14157         * spam.el (spam-directory): Derive from `gnus-directory'.
14158
14159         * spam-report.el (spam-report-url-to-file)
14160         (spam-report-requests-file): New function and variable for offline
14161         reporting.
14162         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14163         and user defined function.
14164         (spam-report-url-ping-mm-url): Remove doubled slash.
14165
14166 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14167
14168         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14169
14170 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14171
14172         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14173         format string mismatch.
14174
14175         * sieve.el (sieve-deactivate-all): do.
14176
14177         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14178
14179         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14180
14181         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14182
14183         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14184
14185 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14186
14187         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14188         the list of checks.
14189
14190 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14191
14192         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14193         padding.
14194
14195 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14196
14197         * mm-view.el (mm-fill-flowed): New variable.
14198         (mm-inline-text): Use it.
14199
14200 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14201
14202         * spam.el (spam-spamassassin-register-ham-routine)
14203         (spam-spamassassin-register-spam-routine): Fix function names.
14204
14205 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * gnus.el (gnus-tmp-grouplens): Remove.
14208         (gnus-summary-line-format): Remove grouplens.
14209
14210         * gnus-group.el (gnus-group-line-format): Ditto.
14211
14212         * gnus-spec.el (gnus-format-specs): Ditto.
14213         (gnus-update-format-specifications): Flush the group format spec
14214         cache if there's the grouplens stuff.
14215         (gnus-parse-simple-format): Replace %l with the empty string.
14216
14217 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14218
14219         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14220         omission.
14221
14222 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14223
14224         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14225         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14226
14227 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14228
14229         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14230         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14231         New macros and functions.
14232         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14233         Handle > NLINK_MAX messages.
14234         * nnmaildir.el (nnmaildir-request-set-mark): Use
14235         nnmaildir--emlink-p and nnmaildir--eexist-p.
14236
14237 2004-01-25  Alex Schroeder  <alex@gnu.org>
14238
14239         * spam-stat.el (spam-stat-process-directory-age): New option.
14240         (spam-stat-process-directory): Use it.
14241
14242 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14243
14244         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14245         (spam-stat-save): Accept prefix argument.
14246
14247 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14248
14249         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14250         links" error.
14251
14252 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14255         the rest of the and/or forms.
14256
14257 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14258
14259         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14260         compatibility with old .newsrc.eld files.
14261
14262         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14263
14264         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14265
14266         * gnus-start.el (gnus-1): do.
14267
14268         * gnus-group.el (gnus-group-line-format-alist): do.
14269
14270         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14271
14272         * gnus-gl.el: Remove.
14273
14274 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14275
14276         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14277         marks consisting of a single range {for example, (3 . 5)} rather
14278         than a list of a single range { ((3 . 5)) }.
14279
14280 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14281
14282         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14283         with-current-buffer.
14284         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14285         avoid consing a string.
14286
14287         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14288         Remove obsolete entries for big5 and gb2312.
14289
14290 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14291
14292         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14293         uncompressed list.
14294
14295 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14296
14297         * spam-stat.el (spam-stat-strip-xref): New function.
14298         (spam-stat-process-directory): Use it.
14299
14300         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14301         here -- it's done in message-fetch-field.
14302
14303 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14304
14305         * gnus-agent.el (gnus-agent-queue-mail)
14306         (gnus-agent-prompt-send-queue): New variables.
14307         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14308         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14309         "nndraft:queue" along to gnus-draft-send.  Use
14310         gnus-agent-prompt-send-queue.
14311         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14312         is "nndraft:queue".  Suggested by Gaute Strokkenes
14313         <gs234@srcf.ucam.org>
14314
14315         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
14316         (agent-enable-undownloaded-faces): Added
14317         (gnus-agent-cat-groups): Use eval-and-compile, not
14318         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14319         method of gnus-agent-cat-groups even when the buffer has been
14320         evaled.
14321         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14322         delete gnus-agent-save-active-1.
14323         (gnus-agent-save-groups): Deleted.  Identical to
14324         gnus-agent-save-active.
14325         (gnus-agent-write-active): No longer adjust agent's copy of active
14326         file as agent's adjustments are now stored in their own
14327         file.  Removed optional parameter.
14328         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14329         servers.  Add use of min/max range limits from server's local
14330         file.
14331         (gnus-agent-save-alist): Removed unused optional argument.
14332         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14333         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14334         (gnus-agent-set-local): A per-server file that keeps min/max range
14335         limits for articles known to the agent.  Provides a fast mechanism
14336         for altering many active ranges.
14337         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14338         active file (local makes it unnecessary).
14339         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14340
14341         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
14342         (agent-enable-undownloaded-faces): Added
14343
14344         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14345         disable it when sending to "nndraft:queue".
14346         (gnus-group-send-queue): Add safety check to avoid sending queue
14347         when unplugged.
14348
14349         * gnus-group.el (gnus-group-catchup): Use new
14350         gnus-sequence-of-unread-articles, not
14351         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14352         numbers of articles.  Use gnus-range-map to avoid having to
14353         uncompress the unread list.
14354         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14355         Fixed invalid ange-ftp reference.
14356
14357         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14358         (gnus-sorted-range-intersection): Intersection of two ranges
14359         without requiring that they first be uncompressed.
14360
14361         * gnus-start.el (gnus-activate-group): Unless blocked by the
14362         caller, possibly expand the active range to include both cached
14363         and agentized articles.
14364         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14365         multiple version-dependent converters.
14366         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14367         gnus-agent-save-active.
14368         (gnus-save-newsrc-file): Save dirty agent range limits.
14369
14370         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14371         gnus-agent-possibly-alter-active.
14372         (gnus-adjust-marked-articles): Faster handling of simple lists
14373
14374 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14375
14376         * spam-stat.el (spam-stat-test-directory): New optional argument
14377         displays a list of files detected.  Suggested by Andrew Cohen
14378         <cohen@andy.bu.edu>.
14379         (spam-stat-buffer-words-with-scores): Don't narrow and change
14380         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14381
14382 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14383
14384         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14385         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14386         (spam-spamassassin-arguments)
14387         (spam-spamassassin-spam-flag-header)
14388         (spam-spamassassin-positive-spam-flag-header)
14389         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14390         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14391         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14392         (spam-list-of-processors, spam-list-of-checks)
14393         (spam-list-of-statistical-checks, spam-registration-functions)
14394         (spam-check-spamassassin-headers, spam-check-spamassassin)
14395         (spam-spamassassin-score)
14396         (spam-spamassassin-register-with-sa-learn)
14397         (spam-spamassassin-register-spam-routine)
14398         (spam-spamassassin-register-ham-routine)
14399         (spam-assassin-register-spam-routine)
14400         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14401         (spam-bogofilter-score): Fix to show article before scoring.
14402
14403 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14404
14405         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14406         default scoring function.
14407         (spam-generic-score): Call spam-spamassassin-score if
14408         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14409         spam-bogofilter-score otherwise.
14410
14411         * gnus.el (spam-process, spam-autodetect-methods): Add
14412         spamassassin and spamassassin-headers.
14413
14414 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14415
14416         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14417         Suppress unnecessary messages.
14418
14419 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14420
14421         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14422         make-hash-table.
14423
14424 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14425
14426         * canlock.el (base64-encode-string): Don't autoload it.
14427
14428 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14429
14430         * run-at-time.el: Remove useless (require 'itimer),
14431         eval-and-compile and (featurep 'xemacs).
14432
14433 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14434
14435         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14436         GROUP is a virtual group.
14437
14438 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14439
14440         * gnus.el: Autoload `message-y-or-n-p'.
14441
14442 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14443
14444         * pgg-parse.el: Remove unnecessary (require 'custom).
14445
14446         * pgg-def.el: do.
14447
14448         * nnmail.el: do.
14449
14450         * gnus-undo.el: do.
14451
14452         * gnus-picon.el: do.
14453
14454         * gnus-util.el: do.
14455
14456 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14457
14458         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14459
14460 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14461
14462         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14463         handle, as well as a list.
14464
14465         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14466         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14467         (mm-w3m-cid-retrieve): Simplify.
14468
14469 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14470
14471         * message.el (message-kill-to-signature): Allow prefix arg to
14472         specify number of lines to keep before signature.
14473
14474 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14475
14476         (message-kill-to-signature): Change docstring.
14477
14478 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14479
14480         * canlock.el: Always require sha1-el.
14481         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14482
14483         * message.el: Autoload sha1 only when compiling.
14484
14485         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14486         eudc-expand-inline for XEmacs.
14487
14488 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14489
14490         * message.el (message-canlock-generate): Require sha1-el.
14491
14492 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14493
14494         * message.el (message-expand-name): Silence the byte compiler.
14495
14496         * lpath.el: Add detect-coding-system.
14497
14498         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14499         cus-edit.
14500
14501 2004-01-13  Simon Josefsson  <jas@extundo.com>
14502
14503         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14504         Invoke gnus-score-mode.  Reported by
14505         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14506
14507         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14508         Jim Blandy <jimb@redhat.com> (tiny change).
14509
14510 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14511
14512         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14513
14514 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14515
14516         * spam.el (spam-get-article-as-string): Update to use
14517         gnus-request-article-this-buffer, much simpler.
14518         (spam-get-article-as-buffer): Remove.
14519
14520 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14521
14522         * message.el (message-expand-name): Use EUDC if the user uses that.
14523
14524 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14525
14526         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14527         character for the encoding to avoid consing a string.
14528
14529         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14530         unnecessarily.
14531
14532         * mm-util.el (mm-replace-chars-in-string): Remove.
14533
14534         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14535         of mm-replace-chars-in-string.
14536
14537 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14538
14539         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14540
14541         * mm-util.el (mm-subst-char-in-string): Support inplace.
14542
14543         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14544         a new string in every iteration.  Use shy groups.
14545
14546 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14547
14548         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14549         * gnus-soup.el (gnus-soup-group-brew):
14550         * gnus-msg.el (gnus-put-message):
14551         * gnus-move.el (gnus-group-move-group-to-server):
14552         * gnus-kill.el (gnus-batch-score):
14553         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14554         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14555         (gnus-group-update-group, gnus-group-read-group)
14556         (gnus-group-make-group, gnus-group-make-help-group)
14557         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14558         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14559         (gnus-group-sort-by-unread, gnus-group-catchup)
14560         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14561         (gnus-group-yank-group, gnus-group-set-info)
14562         (gnus-group-list-groups):
14563         * gnus.el (gnus-generate-new-group-name):
14564         * gnus-delay.el (gnus-delay-send-queue):
14565         * nnvirtual.el (nnvirtual-catchup-group):
14566         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14567         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14568         (gnus-group-prepare-topics, gnus-topic-check-topology):
14569         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14570         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14571         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14572         (gnus-group-make-articles-read):
14573         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14574         (gnus-group-change-level, gnus-kill-newsgroup)
14575         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14576         (gnus-get-unread-articles, gnus-make-articles-unread)
14577         (gnus-make-ascending-articles-unread): Use accessor
14578         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14579         to get group information for improved readability.
14580
14581
14582 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14583
14584         * gnus-art.el (article-decode-mime-words, article-babel)
14585         (gnus-article-highlight-signature, gnus-article-add-buttons)
14586         (gnus-signature-toggle): Use gnus-with-article-buffer.
14587
14588         * gnus-art.el (gnus-article-highlight-headers)
14589         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14590
14591         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14592         (gnus-article-set-globals, gnus-request-article-this-buffer)
14593         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14594         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14595         (gnus-mime-display-alternative): Use with-current-buffer.
14596
14597 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14598
14599         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14600         also under 80 char limit, and call gnus-error if needed.
14601         (spam-fetch-article-header): Fix - it was a
14602         buffer-local variable (gnus-newsgroup-data).
14603         (spam-find-spam): Use spam-generate-fake-headers, forget about
14604         spam-insert-fake-headers.
14605         (spam-insert-fake-headers): Remove.
14606
14607 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14608
14609         * deuglify.el (gnus-article-outlook-unwrap-lines)
14610         (gnus-outlook-rearrange-article)
14611         (gnus-outlook-repair-attribution-outlook)
14612         (gnus-outlook-repair-attribution-block)
14613         (gnus-outlook-repair-attribution-other): Remove redundant
14614         save-excursion.
14615
14616 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14617
14618         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14619         (spam-fetch-field-subject-fast)
14620         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14621         (spam-fetch-article-header): Add functions to deal with Gnus
14622         internals for fast retrieval of article header data.
14623         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14624
14625 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14626
14627         * pop3.el (pop3-md5): Remove.
14628         (pop3-apop): Replace pop3-md5 with md5.
14629
14630         * mm-bodies.el: base64 is always built-in.
14631
14632         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14633         with-current-buffer.
14634
14635 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * canlock.el (canlock-insert-header): Remove excessive grouping in
14638         regexp.
14639
14640         * gnus-sum.el (gnus-summary-read-document): Ditto.
14641
14642         * gnus-uu.el (gnus-uu-part-number): Ditto.
14643
14644         * html2text.el (html2text-remove-tags): Ditto.
14645         (html2text-format-tags): Ditto.
14646         (html2text-format-single-elements): Ditto.
14647
14648         * mml.el (mml-parse-1): Ditto.
14649
14650 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14651
14652         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14653
14654         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14655
14656         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14657
14658         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14659
14660 2003-11-15  Simon Josefsson  <jas@extundo.com>
14661
14662         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14663         (pgg-gpg-lookup-key): Use regexp match instead of
14664         split-string (split-string is different between emacs 21.2 and
14665         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14666
14667 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14668
14669         * gnus-art.el (gnus-mime-view-all-parts)
14670         (gnus-article-part-wrapper, gnus-article-view-part): Use
14671         with-current-buffer.
14672
14673 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14674
14675         * spam.el (spam-disable-spam-split-during-ham-respool)
14676         (spam-spamoracle-database, spam-cache-lookups)
14677         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14678         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14679         (spam-group-ham-marks, spam-group-spam-marks)
14680         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14681         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14682         also add spam-use-blackholes to the statistical checks.
14683         (spam-fetch-field-fast): Add interface to fetching fields, may
14684         become a macro.
14685         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14686         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14687         (spam-insert-fake-headers): Fake an article when needed.
14688         (spam-find-spam): Fake article when possible.
14689         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14690         (spam-check-bogofilter-headers): Use message-fetch-field instead
14691         of nnmail-fetch-field.
14692
14693 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14694
14695         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14696
14697 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14698
14699         * spam.el (spam-split): Do not require spam-use-CHECK to be
14700         enabled if that check is passed to spam-split explicitly; also
14701         fix so 'spam doesn't get converted to spam-split-group when
14702         spam-split-symbolic-return is t.
14703         (spam-find-spam): Find registrations of the article and use those
14704         instead of re-running spam-split to find the spam/ham
14705         classification of the article.
14706         (spam-log-processing-to-registry, spam-log-registered-p)
14707         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14708         Use gnus-error instead of gnus-message.
14709         (spam-log-registration-type): Add function to determine the
14710         classification of a message based on registry entries; will
14711         return nil if both 'spam and 'ham are found.
14712         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14713         a reasonably fast local cache without the loading errors.
14714         (spam-cache-lookups): Set to t by default.
14715         (spam-find-spam): Don't try to guess spam-cache-lookups.
14716         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14717         spam-caches entry.
14718         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14719         caching of whitelist/blacklist entries.
14720         (spam-check-whitelist, spam-check-blacklist): Invoke
14721         spam-from-listed-p with a type, not a cache variable.
14722         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14723
14724 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14725
14726         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14727
14728         * nnmail.el (nnmail-split-fancy): do.
14729
14730         * mml.el (mml-parse): do.
14731
14732         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14733         (gnus-score-adaptive): do.
14734
14735 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14736
14737         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14738         (gnus-mime-button-map): Don't set keymap parent.
14739         (gnus-button-ctan-directory-regexp): Use shy grouping.
14740         (gnus-prev-page-map): Don't set keymap parent.
14741         (gnus-prev-page-map): Remove duplicated one.
14742         (gnus-next-page-map): Don't set keymap parent.
14743         (gnus-mime-security-button-map): Ditto.
14744
14745         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14746         version number.
14747
14748         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14749
14750 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * canlock.el (canlock-sha1-function): Remove.
14753         (canlock-sha1-function-for-verify): Remove.
14754         (canlock-openssl-program): Remove.
14755         (canlock-openssl-args): Remove.
14756         (canlock-ignore-errors): Remove.
14757         (canlock-sha1-with-openssl): Remove.
14758         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14759         (canlock-verify): Don't use canlock-ignore-errors.
14760
14761         * sha1-el.el (sha1-string-external): Make it can return a string
14762         in binary form.
14763         (sha1-region-external): Ditto.
14764         (sha1-string-internal): Ditto.
14765         (sha1-region-internal): Ditto.
14766         (sha1-region): Ditto.
14767         (sha1-string): Ditto.
14768         (sha1): Ditto.
14769
14770 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14771
14772         * spam.el (spam-report-articles-gmane): New command.
14773
14774 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14777
14778         * run-at-time.el (run-at-time-saved): Remove.
14779         (run-at-time): Doc fix.
14780
14781 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14782
14783         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14784         (gnus-summary-limit-map): Add it.
14785         (gnus-summary-make-menu-bar): do.
14786
14787 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14788
14789         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14790         Make attempt at some caching support (done for BBDB only now).
14791         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14792         addresses to be checked.
14793         (spam-clear-cache-BBDB): Add function, to be invoked by
14794         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14795         (spam-check-BBDB): Check and use the caches, if
14796         spam-cache-lookups is on, remove superfluous (provide).
14797
14798 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14799
14800         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14801
14802 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14803
14804         * run-at-time.el (run-at-time-saved): Move to after the definition
14805         of `run-at-time'.
14806
14807         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14808
14809 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14810
14811         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14812         mm-w3m-local-map-property.
14813
14814         * mm-view.el (mm-w3m-mode-map): Remove.
14815         (mm-w3m-local-map-property): Remove.
14816         (mm-inline-text-html-render-with-w3m): Don't use
14817         mm-w3m-local-map-property.
14818
14819 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14820
14821         * run-at-time.el: New file.
14822
14823         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14824         under Emacs.
14825
14826         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14827         of gnus-set-text-properties.
14828
14829         * gnus-uu.el (gnus-uu-save-article): Ditto.
14830
14831         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14832
14833         * gnus-cite.el (gnus-cite-parse): Ditto.
14834
14835         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14836         of gnus-.
14837
14838         * gnus-xmas.el (run-at-time): Require run-at-time.
14839
14840         * gnus.el: Changed calls to nnheader-run-at-time and
14841         password-run-at-time throughout to use run-at-time directly.
14842
14843         * password.el: Removed definition of run-at-time.
14844
14845         * nnheaderxm.el: Remove definition of run-at-time.
14846
14847 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14848
14849         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14850         in prompt.
14851
14852 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14853
14854         * messagexmas.el (message-xmas-redefine): Alias
14855         `message-make-caesar-translation-table' to
14856         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14857         version.
14858
14859         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14860         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14861         `gnus-xmas-set-text-properties'.
14862         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14863         `gnus-xmas-completing-read'.
14864         (gnus-xmas-completing-read): Removed.
14865         (gnus-xmas-open-network-stream): Removed.
14866
14867         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14868         XEmacs version.
14869
14870         * dns.el (dns-make-network-process): Use `open-network-stream'
14871         instead of `gnus-xmas-open-network-stream'.
14872
14873         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14874
14875         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14876
14877 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14878
14879         * gnus-art.el (gnus-mime-display-alternative)
14880         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14881         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14882         Don't use gnus-local-map-property.
14883
14884         * gnus-util.el (gnus-local-map-property): Remove.
14885
14886         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14887         gnus-completing-read-maybe-default with completing-read.
14888
14889         * gnus-util.el (gnus-completing-read): do.
14890         (gnus-completing-read-maybe-default): Remove.
14891
14892 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14893
14894         * password.el: Only autoload `run-at-time' if not XEmacs.
14895         Only autoload the itimer functions if XEmacs.
14896
14897 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14898
14899         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14900         XEmacsen.
14901
14902         * dgnushack.el: Autoload executable-find for XEmacs.
14903
14904 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14905
14906         * gnus-art.el (gnus-read-string): Remove.
14907         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14908         read-string.
14909
14910 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14911
14912         * netrc.el: Autoload password-read.
14913         (netrc): Add configuration group.
14914         (netrc-encoding-method, netrc-openssl-path): Add
14915         variables for encoding and decoding of files with symmetric
14916         ciphers.
14917         (netrc-encode): Add assistant function to encode a file with
14918         netrc-encoding-method.
14919         (netrc-parse): Add interactive parameter, added optional
14920         decoding if netrc-encoding-method is non-nil but otherwise
14921         behavior is standard.
14922         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14923         Do s/encode/encrypt/ everywhere.
14924
14925         * spam.el: Remove executable-find autoload.
14926
14927 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14928
14929         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14930
14931         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14932
14933 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14934
14935         * gnus-art.el (gnus-treat-ansi-sequences,
14936         (article-treat-ansi-sequences): New variable and function.
14937         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14938
14939         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14940         Use it.
14941
14942 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14943
14944         * mm-util.el (mm-quote-arg): Remove.
14945
14946         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14947         shell-quote-argument.
14948
14949         * gnus-uu.el (gnus-uu-command): do.
14950
14951         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14952
14953         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14954         with make-char.
14955
14956         * mm-util.el (mm-make-char): Remove.
14957
14958         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14959         add-minor-mode.
14960
14961         * gnus-undo.el (gnus-undo-mode): do.
14962
14963         * gnus-topic.el (gnus-topic-mode): do.
14964
14965         * gnus-sum.el (gnus-dead-summary-mode): do.
14966
14967         * gnus-start.el (gnus-slave-mode): do.
14968
14969         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14970
14971         * gnus-ml.el (gnus-mailing-list-mode): do.
14972
14973         * gnus-gl.el (gnus-grouplens-mode): do.
14974
14975         * gnus-draft.el (gnus-draft-mode): do.
14976
14977         * gnus-dired.el (gnus-dired-mode): do.
14978
14979         * gnus-ems.el (gnus-add-minor-mode): Remove.
14980
14981         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14982         Replace gnus-char-width with char-width.
14983
14984         * gnus-ems.el (gnus-char-width): Remove.
14985
14986         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14987         Replace gnus-char-width with char-width.
14988
14989         * gnus-ems.el (gnus-char-width): Remove.
14990
14991         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14992         definition.
14993         Remove Emacs 20 hash table compatibility code.
14994
14995         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14996         20 compatibility code.
14997
14998         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14999
15000         * smime.el (smime-point-at-eol): Replace with point-at-eol.
15001
15002         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
15003         with point-at-{eol,bol}.
15004
15005         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
15006
15007         * imap.el (imap-point-at-eol): Replace with point-at-eol.
15008
15009         * flow-fill.el (fill-flowed-point-at-bol)
15010         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
15011
15012         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
15013         Replace with point-at-{eol,bol} throughout all files.
15014
15015 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15016
15017         * ntlm.el (ntlm-string-as-unibyte): New macro.
15018         (ntlm-build-auth-response): Use it.
15019
15020         Remove Emacs 20 stuff:
15021         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
15022         (butlast, mapc, remove): Remove the compiler macros.
15023         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
15024         of delq and copy-sequence.
15025         * gnus-art.el (popup-menu): Remove the compiler macro.
15026         * nnmail.el (nnmail-split-fancy): Don't support customizing with
15027         Emacs 20.
15028
15029 2004-01-05  Simon Josefsson  <jas@extundo.com>
15030
15031         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
15032         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
15033         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
15034         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
15035         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
15036         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
15037         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
15038         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
15039         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
15040         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
15041         ntlm-string-permute, string-lshift into ntlm-string-lshift,
15042         string-xor into ntlm-string-xor.  Suggested by
15043         Jesper Harder <harder@myrealbox.com>.
15044
15045         * ntlm.el: Don't include poem.
15046
15047         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
15048         Jesper Harder <harder@myrealbox.com>.
15049
15050         * sasl-ntlm.el, ntlm.el, md4.el: New files.
15051
15052         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
15053         probably breaks emacs with DL patch, but do we care? Is anyone
15054         still using the DL stuff?)
15055
15056         * sieve-manage.el: Use the password package.
15057         (sieve-manage-read-passwd): Remove.
15058         (sieve-manage-interactive-login): Use password.  Re-add
15059         condition-case around loop.
15060
15061         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
15062         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
15063         the password package.
15064
15065 2003-02-19  Simon Josefsson  <jas@extundo.com>
15066
15067         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
15068         token.
15069
15070 2002-08-07  Simon Josefsson  <jas@extundo.com>
15071
15072         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
15073         (sieve-manage-authenticators):
15074         (sieve-manage-authenticator-alist): Add some SASL mechs.
15075         (sieve-sasl-auth): New function.
15076         (sieve-manage-cram-md5-auth):
15077         (sieve-manage-plain-auth): Rewrite using SASL library.
15078         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
15079         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
15080         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
15081         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
15082
15083 2004-01-05  Simon Josefsson  <jas@extundo.com>
15084
15085         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
15086         New files.
15087
15088 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15089
15090         * gnus-group.el (gnus-no-groups-message): Update.
15091
15092         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
15093
15094 2003-11-09  Simon Josefsson  <jas@extundo.com>
15095
15096         * imap.el: Support for ID IMAP extension (RFC 2971).
15097         (imap-local-variables): Add imap-id.
15098         (imap-id): New variable.
15099         (imap-id): New function.
15100         (imap-parse-response): Parse untagged ID response.
15101         * nnimap.el (nnimap-id): New variable.
15102         (nnimap-open-connection): Use it.
15103
15104 2003-12-28  Simon Josefsson  <jas@extundo.com>
15105
15106         * gnus-score.el (gnus-score-edit-all-score): New.
15107         * gnus-group.el (gnus-group-score-map): Bind it to W e.
15108
15109 2004-01-04  Simon Josefsson  <jas@extundo.com>
15110
15111         * password.el: Add.
15112
15113 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
15114
15115         * dns.el (dns-query-types): Fix typo.
15116         (dns-query-types): New function
15117         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15118         PTR and SOA replies, see RFC 1035.
15119
15120 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15121
15122         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15123
15124         * Moved to Changelog.2.
15125
15126 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15127
15128         * gnus.el (gnus-version-number): Bump version.
15129
15130 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15131
15132         * gnus.el: No Gnus v0.1 is released.
15133
15134 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15135
15136         * gnus.el: No Gnus v0.0 is released.
15137
15138 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15139
15140         * gnus.el (gnus-version-number): Bump.
15141         (gnus-version): No.
15142
15143 See ChangeLog.2 for earlier changes.
15144
15145     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15146       Free Software Foundation, Inc.
15147
15148   This file is part of GNU Emacs.
15149
15150   GNU Emacs is free software: you can redistribute it and/or modify
15151   it under the terms of the GNU General Public License as published by
15152   the Free Software Foundation, either version 3 of the License, or
15153   (at your option) any later version.
15154
15155   GNU Emacs is distributed in the hope that it will be useful,
15156   but WITHOUT ANY WARRANTY; without even the implied warranty of
15157   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15158   GNU General Public License for more details.
15159
15160   You should have received a copy of the GNU General Public License
15161   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15162
15163 ;; Local Variables:
15164 ;; coding: utf-8
15165 ;; fill-column: 79
15166 ;; add-log-time-zone-rule: t
15167 ;; End:
15168
15169 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4