2010-03-24 Juanma Barranquero <lekktu@gmail.com>
[gnus] / lisp / ChangeLog
1 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2
3         * message.el (message-interactive): Doc fix.
4         (message-qmail-inject-args): Reflow.
5         (message-kill-to-signature): Fix typo in docstring.
6
7         * smiley.el (smiley-buffer): Fix typo in docstring.
8
9 2010-03-24  Glenn Morris  <rgm@gnu.org>
10
11         * mail-source.el (gnus-message): Declare.
12         (mail-source-delete-old-incoming): Require gnus-util.
13
14 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15
16         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
17
18         * message.el (ecomplete-setup): Autoload it for Emacs <23.
19
20         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
21         password-cache's default if it is not bound.
22         (mml-secure-passphrase-cache-expiry): Default to 16 that is
23         password-cache-expiry's default if it is not bound.
24
25         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
26         available in Emacs 21.
27
28         * lpath.el: Suppress compiler warnings for:
29         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
30         XEmacs;
31         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
32         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
33         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
34
35 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
36
37         * auth-source.el (auth-sources): Fix up definition so extra parameters
38         are always inline.
39
40 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
41
42         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
43         wasn't updated after mismatch.  Clear cached mailbox info correctly
44         when uidvalidity changes.
45         (nnimap-group-prefixed-name): New function to avoid some code
46         duplication.
47         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
48         (nnimap-request-group): Use it.
49         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
50         (nnimap-update-unseen): Significantly improved speed of Gnus startup
51         with many imap folders.  This is done by caching the group status from
52         the imap server persistently in a group parameter `imap-status'. (This
53         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
54         but not persistently, so every Gnus startup was still very slow.)
55
56 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
57
58         * assistant.el (assistant-render-text): Run `widget-setup' and don't
59         delete the extra newline.  Otherwise editing of :string and :number
60         types don't work.
61
62 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
63
64         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
65         secrets.el dependency.
66         (auth-sources): Add optional user name.  Add secrets.el configuration
67         choice (unused right now).
68
69 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
70
71         * gnus-sum.el (gnus-summary-make-menu-bar): Let
72         `gnus-registry-install-shortcuts' fill in the functions.
73
74         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
75         warnings.
76         (gnus-registry-misc-menus): Variable to hold registry mark menus.
77         (gnus-registry-install-shortcuts): Populate and use it in a
78         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
79
80 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
81
82         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
83         In-place substitutions for the group name encoding/decoding.
84         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
85         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
86         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
87         (nnimap-update-unseen, nnimap-request-list)
88         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
89         (nnimap-request-set-mark, nnimap-split-to-groups)
90         (nnimap-split-articles, nnimap-request-newgroups)
91         (nnimap-request-create-group, nnimap-request-accept-article)
92         (nnimap-request-delete-group, nnimap-request-rename-group)
93         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
94         `encoded-mbx' for consistency.
95         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
96         variable `imap-current-mailbox'.
97
98         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
99         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
100
101 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
102
103         * pop3.el (pop3-display-message-size-flag): Display message size byte
104         counts during POP3 download.
105         (pop3-movemail): Use it.
106         (pop3-list): Implement listing of available messages.
107
108 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
109
110         * nnir.el (nnir-get-article-nov-override-function): New function to
111         override the normal NOV retrieval.
112         (nnir-retrieve-headers): Use it.
113
114 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
115
116         * auth-source.el (netrc-machine-user-or-password): Autoload.
117
118 2010-03-19  Glenn Morris  <rgm@gnu.org>
119
120         Stop message.el from loading about 40 libraries it doesn't always need.
121         The general approach is to autoload rather than require, and to
122         require in the specific functions rather than the file.  (Bug#5642)
123
124         * gmm-utils.el: Don't require wid-edit.
125         (widget-create-child-value, widget-convert, widget-default-get):
126         Autoload.
127
128         * gnus-util.el: Don't require time-date, netrc.
129         (message-fetch-field, gnus-group-name-decode): Declare rather than
130         autoloading.
131         (gnus-fetch-field): Require message.
132         (gnus-decode-newsgroups): Require gnus-group.
133
134         * ietf-drums.el: Don't require time-date.
135
136         * message.el: Don't require hashcash, canlock, ecomplete.
137         Do require mail-utils.  Require nnheader only when compiling.
138         (smtpmail-default-smtp-server): Remove declaration.
139         (message-send-mail-function): Check smtpmail-default-smtp-server
140         is bound rather than requiring smtpmail.
141         (message-auto-save-directory, message-insert-signature): Use
142         expand-file-name rather than nnheader-concat.
143         (nnheader-insert-file-contents): Autoload.
144         (hashcash-wait-async): Declare.
145         (message-send-mail): Only call gnus-setup-posting-charset if
146         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
147         (message-send-mail-with-sendmail): Require sendmail.
148         (canlock-password, canlock-password-for-verify): Declare.
149         (message-canlock-password): Require canlock.
150         (nnheader-get-report): Autoload.
151         (gnus-setup-posting-charset): Declare.
152         (message-send-news): Require gnus-msg.
153         (message-make-references, message-make-in-reply-to): Use mail-header-id
154         rather than the alias mail-header-message-id.
155         (ecomplete-add-item, ecomplete-save): Declare.
156         (message-put-addresses-in-ecomplete): Require ecomplete.
157         (ecomplete-display-matches): Autoload.
158
159         * mm-decode.el: Don't require mailcap, gnus-util.
160         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
161         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
162         Autoload.
163         (mailcap-mime-extensions): Declare.
164
165         * mm-encode.el: Don't require mailcap.
166         (mailcap-extension-to-mime): Autoload.
167
168         * mml-sec.el: Don't require password-cache.
169
170         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
171         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
172         (mml-minibuffer-read-type): Require mailcap.
173         (mml-preview): Require gnus-msg.
174
175         * mml1991.el: Require password-cache.
176         (password-cache-expiry): Remove declaration.
177
178         * mml2015.el: Require password-cache.
179         (password-cache-expiry): Remove declaration.
180
181         * nneething.el (mailcap): Require mailcap.
182
183         * nnheader.el: (declare-function): Add compatibility stub.
184         (message-remove-header): Declare rather than autoload.
185         (nnheader-replace-header): Require message.
186
187         * nnimap.el (declare-function): Add compatibility stub.
188         (netrc-parse, netrc-machine-user-or-password): Declare.
189         (nnimap-open-connection): Require netrc.
190
191         * nntp.el (declare-function): Add compatibility stub.
192         (netrc-parse, netrc-machine, netrc-get): Declare.
193         (nntp-send-authinfo): Require netrc.
194
195         * rfc2047.el: Don't require qp.
196         (quoted-printable-encode-region, quoted-printable-decode-string):
197         Autoload.
198
199         * sieve-mode.el: Don't require easymenu.
200         (easy-menu-add-item): Autoload it.
201
202         * spam-stat.el (time-to-number-of-days): Autoload it.
203
204 2010-03-19  Glenn Morris  <rgm@gnu.org>
205
206         * password-cache.el (password-cache, password-cache-expiry): Autoload.
207
208 2010-03-18  Glenn Morris  <rgm@gnu.org>
209
210         * hashcash.el (declare-function): Remove duplicate definition.
211
212 2010-03-17  Kevin Ryde  <user42@zip.com.au>
213
214         * mml.el (mml-read-tag): Unquote values with `read' to reverse
215         prin1 in mml-insert-tag (just stripping the quotes gave wrong
216         value if any backslash escapes).
217
218 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
221         if it is available.  (bug#5647)
222
223         * lpath.el: Suppress compiler warning for coding-system-from-name for
224         Emacs 21 and XEmacs.
225
226 2010-03-14  Juri Linkov  <juri@jurta.org>
227
228         * hmac-def.el:
229         * hmac-md5.el:
230         * netrc.el: Fix keywords.
231
232 2010-02-26  Glenn Morris  <rgm@gnu.org>
233
234         * message.el (message-send-mail-function): Change the default, so that
235         it inherits from a customized send-mail-function.  (Bug#5643)
236
237 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
238
239         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
240         shell-command-to-string signals an error (bug#5299).
241
242 2010-02-24  Glenn Morris  <rgm@gnu.org>
243
244         * message.el (message-smtpmail-send-it)
245         (message-send-mail-with-mailclient): Doc fixes.
246
247 2010-02-16  Glenn Morris  <rgm@gnu.org>
248
249         * message.el (message-default-mail-headers): Change the default value
250         to ease the transition from mail-mode to message-mode.  (Bug#5555)
251
252 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
253
254         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
255         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
256
257 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
258
259         * time-date.el (date-to-time): Doc fix (Bug#5408).
260
261 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
262
263         * message.el (message-mail): Just pass yank-action on to message-setup.
264         (message-setup): Handle (FUN . ARGS) form of yank-action.
265         (message-with-reply-buffer, message-widen-reply)
266         (message-yank-original): Handle non-buffer values of
267         message-reply-buffer (Bug#4080).
268         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
269
270 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
271
272         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
273         Fix typo in docstring.
274
275 2010-01-08  Jason Rumney  <jasonr@gnu.org>
276
277         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
278         response.
279
280 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
281
282         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
283
284         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
285
286         * message.el (message-check-news-header-syntax): Protect against a
287         string that `rfc822-addresses' returns when parsing fails.
288
289 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
290
291         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
292         (gnus-previous-char-property-change): New functions.
293
294         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
295
296 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
297
298         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
299         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
300
301 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
302
303         * message.el (message-exchange-point-and-mark): Rework last change to
304         avoid using optional arg of exchange-point-and-mark, for backward
305         compatibility.
306
307 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
308
309         * message.el (message-exchange-point-and-mark): Call
310         exchange-point-and-mark with an argument rather than setting
311         mark-active by hand (Bug#5175).
312
313 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * nntp.el (nntp-service-to-port): Work for service expressed with
316         numeric string; replace [:digit:] with [0-9] for XEmacs.
317
318 2009-12-17  Glenn Morris  <rgm@gnu.org>
319
320         * gnus-group.el (gnus-bug-group-download-format-alist):
321         Change emacs entry to debbugs.gnu.org.  Bump :version.
322
323 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
324
325         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
326
327 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
328
329         * message.el (message-info): Explain why we use `Info-goto-node'.
330
331 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
334
335 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
336
337         * message.el (message-completion-in-region): New compatibility function.
338         (message-expand-group): Use it.
339
340 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
341
342         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
343         with no unread article should be listed if the 2nd arg `predicate' is
344         given.
345
346 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
349
350 2009-11-29  Juri Linkov  <juri@jurta.org>
351
352         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
353         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
354         on `gnus-recenter'. (Bug#4698, Bug#4981)
355
356 2009-11-26  Kevin Ryde  <user42@zip.com.au>
357
358         * sha1.el (sha1-string-external): default-directory "/" in case
359         otherwise non-existent.  process-connection-type pipe for touch of
360         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
361
362 2009-11-25  Kevin Ryde  <user42@zip.com.au>
363
364         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
365         it's comms related and sgml-mode.el has "comm" on that basis too.
366
367 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
368
369         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
370         containing tspecial characters if they have been already quoted.
371
372 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
373
374         * dns-mode.el (auto-mode-alist): Purecopy string.
375
376 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
377
378         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
379
380 2009-10-24  Glenn Morris  <rgm@gnu.org>
381
382         * gnus-art.el (help-xref-stack-item): Define for compiler.
383
384 2009-10-21  Kevin Ryde  <user42@zip.com.au>
385
386         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
387
388 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
389
390         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
391
392 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
393
394         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
395         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
396
397 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
398
399         * gnus.el (gnus-overlay-get): New alias to overlay-get.
400         (gnus-overlays-in): New alias to overlays-in.
401
402         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
403         gnus-overlay-get, and gnus-delete-overlay.
404         (gnus-summary-show-thread): Make it work as well for systems in which
405         next-single-char-property-change is not available.
406         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
407
408         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
409         (gnus-overlay-get): New alias to extent-property.
410         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
411
412         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
413         SXEmacs.
414
415         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
416         SXEmacs.
417
418 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
419
420         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
421
422 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
423
424         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
425         and XEmacs that don't have `remove-overlays'.
426
427 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
428
429         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
430         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
431         selective display.  Use overlays instead.
432
433 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
434
435         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
436
437 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
438
439         * spam-stat.el (spam-stat-load): Fix typo in message.
440
441 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
442
443         * dig.el (dig-invoke): Fix typo in docstring.
444         (query-dig): Reflow docstring.
445
446 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
447
448         * gnus-art.el (gnus-article-encrypt-body):
449         * message.el (message-check-recipients):
450         * mm-util.el (mm-codepage-setup):
451         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
452         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
453
454 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
455
456         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
457         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
458         keys from the menu if mm-{sign,encrypt}-option is 'guided.
459         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
460         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
461
462 2009-09-21  Kevin Ryde  <user42@zip.com.au>
463
464         * dig.el: Add "Keywords: comm", as per net-utils.el.
465
466 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
467
468         * dig.el (dig-mode): Use define-derived-mode.
469
470 2009-09-19  Glenn Morris  <rgm@gnu.org>
471
472         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
473
474 2009-09-18  Glenn Morris  <rgm@gnu.org>
475
476         * gnus-diary.el (gnus-diary-check-message):
477         * message.el (message-insert-formatted-citation-line):
478         * nnbabyl.el (top-level):
479         * nndiary.el (nndiary-schedule):
480         Fix typos in condition-case handlers.
481
482 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
483
484         * gnus-art.el (gnus-article-edit-part): Work for the buffer
485         configuration that provides the sole article window in a frame;
486         position point correctly after deleting a part.
487
488 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
489
490         * spam.el (spam-unregister-on-reregister): Add boolean variable.
491         (spam-resolve-registrations-routine): Use it to unregister articles
492         that change status.
493
494 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
495
496         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
497         with XEmacs.
498         (parse-time-string-chars): Use it.
499
500 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
501
502         * imap.el (imap-interactive-login): Better messages.
503         (imap-open): Fix bug with renamed buffer on reconnect.
504         (imap-authenticate): Add buffer-local imap-last-authenticator variable
505         for easier debugging and cleaner code.  On successful (guessed based on
506         server capabilities) secondary authentication, set imap-state
507         correctly.
508         (imap-last-authenticator): Define imap-last-authenticator as a variable
509         to avoid warnings.
510
511 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * nnrss.el (nnrss-request-article): Remove binding of
514         default-enable-multibyte-characters that has gotten needless by
515         the 2007-07-13 change in rfc2047-encode-message-header.
516
517         * mml.el (mml-insert-multipart): Error on the message header.
518         (mml-insert-part): Error on the message header; position point at
519         the end of a MIME tag.
520
521 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
522
523         * time-date.el (autoload): Expand define-obsolete-function-alias into
524         defalias and make-obsolete for old Emacsen that Gnus supports.
525         (with-no-warnings): Define it for old Emacsen.
526         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
527         is available.
528         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
529         float-time is available; suppress compile warning for time-to-seconds.
530
531         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
532         (gnus-float-time): Alias to float-time if it exists.
533
534         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
535         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
536         float-time is available; suppress compile warning for time-to-seconds.
537
538         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
539         XEmacs.
540
541 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
542
543         * imap.el (imap-message-map): Docstring fix.
544
545 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
546
547         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
548         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
549         Add the optional argument `encoding' that overrides the default.
550
551         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
552         mm-encode-buffer.
553
554 2009-09-04  Glenn Morris  <rgm@gnu.org>
555
556         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
557         mm-disable-multibyte, rather than default-enable-multibyte-characters.
558         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
559         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
560         * mm-util.el (mm-with-unibyte-current-buffer)
561         (mm-find-buffer-file-coding-system):
562         * yenc.el (yenc-decode-region): Use default-value rather than
563         default-enable-multibyte-characters.
564
565 2009-09-03  Glenn Morris  <rgm@gnu.org>
566
567         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
568         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
569         than default-enable-multibyte-characters.
570
571 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
572
573         * gnus-art.el (gnus-article-read-summary-keys):
574         Fix gnus-buffer-configuration's value temporarily used.
575
576 2009-09-02  Glenn Morris  <rgm@gnu.org>
577
578         * gnus-util.el (gnus-float-time): New function.
579         * gnus-delay.el (gnus-delay-article):
580         * gnus-sum.el (gnus-thread-latest-date):
581         * gnus-util.el (gnus-user-date): Use gnus-float-time.
582         * nnspool.el (nnspool-request-newgroups):
583         Use gnus-float-time rather than time-to-seconds.
584         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
585
586         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
587         (gnus-header-subject-face, gnus-header-newsgroups-face)
588         (gnus-header-name-face, gnus-header-content-face):
589         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
590         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
591         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
592         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
593         (gnus-cite-face-11):
594         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
595         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
596         (gnus-server-closed-face, gnus-server-denied-face)
597         (gnus-server-offline-face):
598         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
599         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
600         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
601         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
602         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
603         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
604         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
605         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
606         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
607         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
608         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
609         (gnus-summary-selected-face, gnus-summary-cancelled-face)
610         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
611         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
612         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
613         (gnus-summary-high-undownloaded-face)
614         (gnus-summary-low-undownloaded-face)
615         (gnus-summary-normal-undownloaded-face)
616         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
617         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
618         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
619         (gnus-splash-face):
620         * message.el (message-header-to-face, message-header-cc-face)
621         (message-header-subject-face, message-header-newsgroups-face)
622         (message-header-other-face, message-header-name-face)
623         (message-header-xheader-face, message-separator-face)
624         (message-cited-text-face, message-mml-face):
625         * sieve-mode.el (sieve-control-commands-face)
626         (sieve-action-commands-face, sieve-test-commands-face)
627         (sieve-tagged-arguments-face):
628         * spam.el (spam-face):
629         Mark face aliases with "-face" in the name as obsolete.
630
631 2009-09-01  Glenn Morris  <rgm@gnu.org>
632
633         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
634         than goto-line.
635
636 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
637
638         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
639         Don't move point if the command is invoked inside the message header.
640
641 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
642
643         * imap.el (imap-send-command): Simplify.
644         (imap-wait-for-tag): point-max -> buffer-size.
645
646 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
647
648         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
649         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
650         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
651         * nnir.el (nnir-swish-e-index-file):
652         * gnus-sum.el (gnus-summary-delete-marked-as-read)
653         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
654         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
655         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
656         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
657         (gnus-treat-display-xface): Add Emacs version of obsolescence.
658
659 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
662         Don't save excursion.
663
664 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
665
666         * nnheader.el (nnheader-find-file-noselect):
667         * mm-util.el (mm-insert-file-contents):
668         Use (default-value 'major-mode) instead of default-major-mode.
669
670 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
671
672         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
673
674 2009-08-26  Glenn Morris  <rgm@gnu.org>
675
676         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
677         than placing in files.el.
678
679 2009-08-25  Glenn Morris  <rgm@gnu.org>
680
681         * nnir.el (top-level): Don't require cl at run-time.
682         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
683         Replace cl-function substitute with gnus-replace-in-string.
684         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
685         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
686         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
687         simplified expansions.
688
689 2009-08-25  Kevin Ryde  <user42@zip.com.au>
690
691         * dig.el (dig): Add autoload cookie.
692
693 2009-08-22  Glenn Morris  <rgm@gnu.org>
694
695         * gnus-art.el (gnus-button-patch): Use forward-line rather than
696         goto-line.
697
698 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
699
700         * parse-time.el (parse-time-string-chars): Save match data.
701
702 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
703
704         * parse-time.el (parse-time-string-chars): Compute using character
705         classes, to handle non-ascii characters (Bug#3190).
706
707 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
708
709         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
710
711         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
712         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
713         (gnus-mm-display-part, gnus-mime-display-single)
714         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
715         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
716
717         * gnus-sum.el
718         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
719         (gnus-summary-move-article): Add expirable mark to articles copied or
720         moved to group that has auto-expire turned on if the option is non-nil.
721
722 2009-07-24  Glenn Morris  <rgm@gnu.org>
723
724         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
725         Fix typo.  (Bug#3903)
726
727 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
728
729         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
730         gnus-article-read-summary-keys rather than gnus-summary-edit-article
731         that should not be used for draft articles.
732         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
733         that has no concern in minor mode keys.
734         (gnus-article-summary-command, gnus-article-summary-command-nosave):
735         Abolish.
736
737 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
738
739         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
740         article without making inquiry to a user for unknown encoding.
741
742         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
743         (nnmaildir--scan): Assume i-node and device number that file-attributes
744         returns might be cons-cell.
745
746         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
747
748         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
749
750 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
751
752         * auth-source.el: Remove docs now in auth.texi.  Don't use
753         `gnus-message' for logging.  Add new variables `auth-source-debug' and
754         `auth-source-hide-passwords' and use them.
755
756 2009-07-15  Glenn Morris  <rgm@gnu.org>
757
758         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
759
760 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
763         excessive whitespace from the default values of title and description.
764
765 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
766
767         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
768         mail-fetch-field to fetch Content-Description header in order to
769         exclude newlines.
770
771 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
772
773         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
774         format used by GnuPG 2.0.11.
775
776 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
777
778         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
779         to deleted part.
780
781 2009-05-30  David Engster  <dengste@eml.cc>
782
783         * nnmairix.el: Remove old documentation in the commentary block.
784         (nnmairix-request-group): Do not update active file for nnml back ends.
785         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
786         end so that overview files are ignored.
787         (nnmairix-update-groups): Make updating the groups more robust by using
788         marks.
789         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
790         with dollar characters in message-id.
791
792 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
793
794         * spam.el: Use dns-query instead of query-dns.  Was renamed on
795         2008-12-25 in dns.el.
796
797 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
798
799         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
800         could happen if the text is only composed of spaces and/or tabs.
801
802 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
803
804         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
805         when sending a queued message to avoid extra mml tags.
806
807 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
808
809         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
810
811 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
812
813         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
814         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
815         rmail-toggle-header for XEmacs;
816         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
817
818 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
819
820         * gnus-dired.el: Remove autoload for gnus-setup-message.
821         (gnus-dired-attach): Fake this-command value to prevent Gnus from
822         displaying Gnus logo; always use compose-mail.
823
824 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
825
826         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
827
828 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
831         (gnus-nocem-issuers): List currently active issuers; fix custom type.
832         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
833         available.
834         (gnus-nocem-epg-verify): New function.
835
836 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
837
838         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
839
840 2009-02-15  Glenn Morris  <rgm@gnu.org>
841
842         * gnus-util.el (rmail-insert-rmail-file-header)
843         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
844         autoloads.
845         (rmail-default-rmail-file): Remove unnecessary declaration.
846         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
847
848 2009-02-14  Glenn Morris  <rgm@gnu.org>
849
850         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
851         variable (only used in gnus-util, which declares it anyway).
852         (rmail-output-to-rmail-file): Remove autoload of deleted function,
853         which was only needed by gnus-art (changed to not use it any more).
854         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
855         only used in gnus-util, which autoloads it itself.
856         (rmail-update-summary): Fix autoload.
857
858         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
859         rather than rmail-output-to-rmail-file.
860
861 2009-02-07  Glenn Morris  <rgm@gnu.org>
862
863         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
864         autoload of function that no longer exists.
865         (rmail-toggle-header): Declare.
866         (message-forward-rmail-make-body): Handle mbox Rmail.
867
868 2009-01-31  Glenn Morris  <rgm@gnu.org>
869
870         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
871         2009-01-09 change.
872
873 2009-01-31  Dave Love  <fx@gnu.org>
874
875         * imap.el (imap-fetch-safe): Bind debug-on-error.
876         (imap-debug): Add imap-fetch-safe.
877
878 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
879
880         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
881         (auth-source-forget-all-cached): New convenience function.
882         (auth-source-user-or-password): Accept list of modes or a single mode.
883
884         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
885         auth-source modes.
886
887         * netrc.el (netrc-machine-user-or-password): Use list of
888         auth-source modes.
889
890         * nnimap.el (nnimap-open-connection): Use list of
891         auth-source modes.
892
893         * nntp.el (nntp-send-authinfo): Use list of
894         auth-source modes.
895
896 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * auth-source.el: Update docs to reflect epa-file-enable is to be used
899         now.
900
901 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
902
903         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
904         coding system in XEmacs; add a workaround for XEmacs.
905
906         * lpath.el: Fbind coding-system-aliasee.
907
908 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
909
910         * mm-util.el (mm-coding-system-priorities): Protect against nil value
911         of current-language-environment.
912
913 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
914
915         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
916         available at runtime.
917
918 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * gnus-art.el (article-date-ut): Fix end point of narrowing.
921
922 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
923
924         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
925         the greatest positive fixnum value doesn't work under an XEmacs with
926         bignum support; use the most-positive-fixnum constant instead,
927         available since Emacs 21.1 with cl and XEmacs 21.1.
928
929 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
930
931         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
932         XEmacs gets not to work.
933
934 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * mm-util.el (mm-coding-system-priorities): Allow the value like
937         "Japanese (UTF-8)" of current-language-environment.
938
939 2009-01-09  Glenn Morris  <rgm@gnu.org>
940
941         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
942         with last-command-event.
943
944 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
945
946         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
947         in the doc string.
948
949         * message.el (message-fix-before-sending): Amend comment.
950
951 2009-01-08  Dave Love  <fx@gnu.org>
952
953         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
954
955 2009-01-07  David Engster  <dengste@eml.cc>
956
957         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
958         simplified server definitions by converting it via
959         gnus-server-to-method.
960
961 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
962
963         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
964         parameter's operands.
965
966 2009-01-06  David Engster  <dengste@eml.cc>
967
968         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
969         primary select method (for gnus-group-mark-article-as-read).
970
971 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
972
973         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
974         `(gnus)Face', not `(gnus)X-Face'.
975
976 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
977
978         * mm-util.el (mm-ucs-to-char): New function.
979
980         * mm-url.el (mm-url-decode-entities): Use it.
981
982         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
983         unicode-to-char.
984
985 2009-01-05  Dave Love  <fx@gnu.org>
986
987         * time-date.el: Require cl for `declare'.
988
989 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
990
991         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
992         Dave Love.
993
994 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
995
996         * message.el (message-fix-before-sending): Add `eight-bit' to
997         illegible-text check.
998
999 2009-01-03  Michael Olson  <mwolson@gnu.org>
1000
1001         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1002         `headers' is nil.  This can occur if the IMAP server does not have
1003         permissions to read messages from a folder, but can write new messages
1004         to the folder.
1005         (nnimap-request-article-part): Do not insert `data' if it is nil.
1006
1007         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1008         characters which will confuse `read', so skip past them.
1009
1010 2009-01-01  Dave Love  <fx@gnu.org>
1011
1012         * imap.el (imap-string-to-integer): Fix typo.
1013         (imap-fetch-safe): New function.
1014         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1015
1016         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1017
1018         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1019         (imap-parse-greeting): Fix doc strings.
1020         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1021         (imap-parse-flag-list): Make messages unique.
1022         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1023
1024         * nnimap.el: Fix author email.
1025         (nnimap-split-rule): Add FIXME comment.
1026         (nnimap-debug): Fix doc string.
1027
1028 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1029
1030         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1031
1032 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1033
1034         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1035         nslookup if resolv.conf isn't available.
1036         (dns-query): Rename from query-dns.
1037         (dns-query-cached): Rename from query-dns-cached.
1038
1039 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1040
1041         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1042         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1043         to check if those variables exist (first appeared in Emacs 18.50).
1044
1045 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1046
1047         * mm-util.el (mm-line-number-at-pos): New function.
1048
1049         * spam-report.el (spam-report-process-queue): Use it.
1050
1051 2008-12-24  David Engster  <dengste@eml.cc>
1052
1053         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1054         parameters that haven't existed as variables as buffer-local variables.
1055
1056 2008-12-23  Dave Love  <fx@gnu.org>
1057
1058         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1059         cadar.
1060
1061         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1062         imap-starttls-p.
1063         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1064
1065 2008-12-22  Dave Love  <fx@gnu.org>
1066
1067         * imap.el: Fix author email.  Doc fixes.
1068         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1069         reply.
1070
1071 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1072
1073         * spam-report.el (spam-report-gmane-max-requests): New constant.
1074         (spam-report-gmane-wait): New variable.
1075         (spam-report-gmane-ham, spam-report-gmane-spam)
1076         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1077         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1078         the server.
1079
1080         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1081         Add explanations.
1082
1083         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1084         nnheader-accept-process-output and nnheader-read-timeout if available.
1085         (pop3-movemail): Use it.
1086
1087         * message.el (message-check-news-body-syntax): Fix signature check if
1088         there's an attachment.
1089
1090 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * mm-util.el: Add comments to the mm- emulating functions.
1093
1094 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1095
1096         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1097         by Stephen Berman <stephen.berman@gmx.net>.
1098
1099 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * mm-util.el (mm-substring-no-properties): New function.
1102         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1103         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1104         (mm-string-to-multibyte): Doc fix.
1105
1106         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1107
1108 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1109
1110         * mml.el (mml-attach-file): Strip text properties from file name.
1111         (Bug#1574)
1112
1113 2008-12-16  Glenn Morris  <rgm@gnu.org>
1114
1115         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1116
1117 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1120         knows since the charset specified might be a bogus alias that
1121         mm-charset-synonym-alist provides.
1122
1123 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1124
1125         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1126         "ISO_8859-1".
1127
1128         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1129
1130 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * mm-util.el (mm-charset-eval-alist):
1133         Define it before mm-charset-to-coding-system.
1134         (mm-charset-to-coding-system): Add optional argument `silent';
1135         define it before mm-charset-override-alist.
1136         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1137         default value if it can be used in Emacs currently running;
1138         silence mm-charset-to-coding-system.
1139
1140 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1141
1142         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1143         `allow-override' which says whether to use `mm-charset-override-alist'.
1144         (rfc2047-decode-encoded-words): Use it.
1145
1146         * mm-util.el (mm-charset-override-alist): Fix custom type;
1147         add `(gb2312 . gbk)' to choices.
1148
1149 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1150
1151         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1152         fast.
1153
1154         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1155
1156         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1157
1158 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1159
1160         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1161         on links.
1162
1163         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1164
1165 2008-12-03  Lute Kamstra  <lute@gnu.org>
1166
1167         * sha1.el: Remove leading * from docstrings of defcustoms,
1168         deffaces, defconsts and defuns.
1169
1170 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1171
1172         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1173         users' addresses that don't have domain parts.
1174         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1175         rather than message-narrow-to-head since there will be the message
1176         header separator.
1177
1178 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1179
1180         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1181         since the result is inserted in a unibyte buffer anyway.
1182         (nnimap-demule-use-string-to-multibyte): Remove.
1183         (nnimap-demule): Alias it to mm-string-to-multibyte.
1184
1185 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1186
1187         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1188         variable for debugging bug#464 and bug#1174.
1189         (nnimap-demule): Use it.
1190
1191 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1192
1193         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1194         score calculation correctly.
1195
1196 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * message.el (message-send-mail): Just set the buffer to unibyte
1199         rather than use mm-with-unibyte-current-buffer which does a lot more.
1200         (message-send-mail-partially): Don't bother with
1201         mm-with-unibyte-current-buffer since it's already been made unibyte by
1202         message-send-mail.
1203
1204 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1205
1206         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1207
1208 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1209
1210         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1211
1212 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1215         require itself and to remove `with-no-warnings'.
1216
1217 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1218
1219         * starttls.el (starttls-any-program-available): Get the name of the
1220         available TLS layer program.
1221         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1222         well as the host name in the "opening" message.
1223
1224         * auth-source.el (auth-source-cache, auth-source-do-cache)
1225         (auth-source-user-or-password): Cache passwords and logins by default,
1226         allow override with `auth-source-do-cache'.
1227         (auth-source-forget-user-or-password): Allow users to remove cache
1228         entries if needed.
1229
1230 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1231
1232         * md4.el (md4-buffer): Fix typo in docstring.
1233         (md4, md4-64): Doc fixes.
1234         (md4-pack-int32): Reflow docstring.
1235
1236 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1237
1238         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1239         condition-case to only the forward-sexp call.
1240
1241 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1242
1243         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1244         quotes contained.  Make it more robust regardless by an extra
1245         condition-case wrapper.
1246
1247 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1250
1251 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * nnml.el (nnml-request-expire-articles): Check if the function set to
1254         `nnmail-expiry-target' returns the symbol `delete'.
1255
1256         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1257
1258         * nnmail.el (nnmail-expiry-target): Fix custom type.
1259
1260 2008-10-02  Glenn Morris  <rgm@gnu.org>
1261
1262         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1263         Silence compiler warning.
1264
1265 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1266
1267         * tls.el (open-tls-stream): Show the actual command being
1268         executed, instead of the format string.
1269
1270 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * lpath.el: Fbind codepage-setup for Emacs 23.
1273
1274 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1275
1276         * mml.el (mml-menu): Don't assume mml2015 is bound.
1277
1278 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1279
1280         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1281         exists.
1282
1283 2008-09-27  Glenn Morris  <rgm@gnu.org>
1284
1285         * gnus-util.el (mail-header-remove-comments): Autoload it.
1286
1287 2008-09-27  Andreas Schwab  <schwab@suse.de>
1288
1289         * gnus-util.el (gnus-split-references): Strip comments.
1290         (gnus-parent-id): Likewise.
1291
1292 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1293
1294         * message.el (message-confirm-send): Fix version.
1295
1296 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * message.el (message-idna-to-ascii-rhs-1): Use
1299         mail-extract-address-components rather than mail-header-parse-addresses
1300         that is an alias by default to ietf-drums-parse-addresses that does not
1301         support non-ASCII names in headers' contents.
1302
1303 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1304
1305         * message.el (message-confirm-send): Fixed variable documentation to
1306         avoid the "y/n" wording.
1307
1308 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1309
1310         * message.el (message-set-auto-save-file-name): Save to a different
1311         filename so multiple messages (especially drafts) can be recovered.
1312
1313 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1314
1315         * message.el (message-confirm-send): Add appropriate version.
1316
1317 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1318
1319         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1320         defvar.
1321
1322 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1323
1324         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1325         (mm-pkcs7-enveloped-magic): Ditto.
1326
1327 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1328
1329         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1330         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1331
1332 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1333
1334         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1335         default, it's better.
1336
1337 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1338
1339         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1340         summary line gnus-number property and ignore them (with a warning
1341         message).
1342
1343 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1344
1345         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1346         macro caddr in the interactive form since it won't be expanded.
1347
1348 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1349
1350         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1351         `charset'; fix name of function called recursively.
1352         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1353
1354 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1357         (gnus-mime-set-charset-parameters): New function.
1358         (gnus-mime-view-part-as-charset): Use it to correctly display part
1359         specifying wrong charset.
1360
1361 2008-09-08  David Engster  <dengste@eml.cc>
1362
1363         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1364         in completing-read for back end server.
1365
1366 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1367
1368         * message.el (message-confirm-send): New variable to confirm sending a
1369         message.
1370         (message-send): Use it.
1371
1372 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1373
1374         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1375
1376 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1377
1378         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1379
1380 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1381
1382         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1383         prevent tracking too many groups.
1384         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1385         Use it.
1386
1387 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1388
1389         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1390         moving point to the bottom of the window in order to avoid recentering.
1391
1392 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1393
1394         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1395
1396         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1397         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1398         (gnus-article-beginning-of-window): Fix calculation.
1399
1400 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1401
1402         * gnus-msg.el (gnus-summary-supersede-article)
1403         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1404         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1405         message header.
1406
1407 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1408
1409         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1410         pending output coming after the status change.
1411
1412 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1413
1414         * message.el:
1415         * gnus-start.el:
1416         * gnus-registry.el: Remove VMS support.
1417
1418 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1421         macro.
1422         (rfc2104-hash): Use it.
1423
1424 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1425
1426         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1427         (gnus-summary-sort-by-most-recent-date): New commands.
1428         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1429         and menu entries.
1430
1431 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1432
1433         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1434         don't redisplay article for raw contents; remove plural articles stuff.
1435
1436         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1437         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1438         on gnus-summary-save-article; display results properly.
1439
1440 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * lpath.el: No need to fbind ns-focus-frame.
1443
1444 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1445
1446         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1447
1448 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1449
1450         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1451         gnus-save-all-headers.
1452
1453 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1454
1455         * gnus-util.el (ns-focus-frame): Remove declaration.
1456         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1457         like x.
1458
1459 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1460
1461         * rfc2104.el (rfc2104-zero): Delete defconst.
1462         (rfc2104-hex-alist): Likewise.
1463         (rfc2104-hex-to-int): Delete func.
1464         (rfc2104-hexstring-to-bitstring): Likewise.
1465         (rfc2104-nybbles): New defconst.
1466         (rfc2104-hash): Rewrite for speed.
1467
1468 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * tls.el (open-tls-stream): Make it work with the 2nd argument
1471         BUFFER that is a string but does not exist as a buffer object, as
1472         mentioned in the doc-string.
1473
1474 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1477         SXEmacs.
1478
1479 2008-07-16  Glenn Morris  <rgm@gnu.org>
1480
1481         * gnus-util.el (ns-focus-frame): Declare for compiler.
1482
1483 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1486         set as a group parameter.
1487         (gnus-summary-save-in-pipe): Work when it is called independently.
1488         (gnus-summary-pipe-to-muttprint): Don't modify
1489         gnus-summary-pipe-output-default-command.
1490
1491 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1492
1493         * message.el (message-send-mail-with-sendmail):
1494         Display the error message.
1495
1496 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-art.el (gnus-default-article-saver):
1499         Add gnus-summary-save-in-pipe to choices.
1500         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1501         gnus-summary-pipe-output-default-command as the default command.
1502         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1503         instead of gnus-last-shell-command.
1504
1505         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1506         New user option.
1507         (gnus-summary-muttprint-program): Mention the value will be changed.
1508         (gnus-summary-save-article): Force showing of all headers.
1509         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1510
1511 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1512
1513         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1514
1515 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1516
1517         * nnimap.el (nnimap-id):
1518         * sieve-manage.el (sieve-manage-open): Doc fixes.
1519
1520 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1521
1522         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1523         if available.
1524
1525 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1526
1527         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1528
1529         * nnkiboze.el (nnkiboze-generate-group):
1530         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1531
1532         * nnmairix.el: Require CL.
1533
1534 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * dgnushack.el: Autoload get-display-table and put-display-table for
1537         XEmacs 21.5.
1538
1539         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1540         21.4 and SXEmacs.
1541
1542 2008-06-15  David Engster  <dengste@eml.cc>
1543
1544         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1545
1546 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1547
1548         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1549         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1550         runtime choice under XEmacs.
1551
1552         * gnus-sum.el (gnus-summary-set-display-table):
1553         Use `gnus-put-display-table', `gnus-get-display-table',
1554         `gnus-set-display-table' for the display table, instead of `aset'.
1555
1556         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1557         Use `gnus-put-display-table', `gnus-get-display-table',
1558         `gnus-set-display-table' for the display table.
1559
1560 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1561
1562         * nnmairix.el: Add autoloads.
1563
1564 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1565
1566         * nnmairix.el (nnmairix-delete-recreate-group)
1567         (nnmairix-update-and-clear-marks): Fix error messages.
1568
1569 2008-06-14  David Engster  <dengste@eml.cc>
1570
1571         * nnmairix.el: Upgrade to version 0.6.
1572         (nnmairix-group-toggle-propmarks-this-group)
1573         (nnmairix-group-toggle-readmarks-this-group)
1574         (nnmairix-group-delete-recreate-this-group)
1575         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1576         (nnmairix-remove-tick-mark-original-article): New commands.
1577         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1578         (nnmairix-propagate-marks-to-nnmairix-groups)
1579         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1580         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1581         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1582         functions needed for marks propagation and manipulation of read marks.
1583         (nnmairix-update-groups): New function.
1584         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1585         (nnmairix-determine-original-group-from-registry)
1586         (nnmairix-determine-original-group-from-path)
1587         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1588         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1589         New helper functions.
1590         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1591         keystrokes for new commands.
1592         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1593         (nnmairix-request-group): Check allow-fast group parameter.
1594         (nnmairix-request-create-group): Set allow-fast group parameter if
1595         nnmairix-allowfast-default is set.
1596         (nnmairix-close-group): Propagate marks upon closing if needed.
1597         (nnmairix-group-toggle-threads-this-group): Use new.
1598         nnmairix-group-toggle-parameter helper function.
1599         (nnmairix-search): Better check for empty search result.
1600         (nnmairix-goto-original-article): Use new helper functions for
1601         determining original article.
1602         (nnmairix-show-original-article): Make sure message-id is in brackets.
1603         (nnmairix-call-mairix-binary): Change variable name.
1604         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1605         helper function.
1606         (nnmairix-widget-toggle-activate): Fix doc string.
1607
1608 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * nnir.el: Require edmacro when compiling with XEmacs.
1611         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1612         available in Emacs 21.
1613
1614 2008-06-11  Glenn Morris  <rgm@gnu.org>
1615
1616         * gnus-util.el (x-focus-frame):
1617         * gnus.el (image-size):
1618         * mm-decode.el (image-size): Declare.
1619
1620         * gnus-picon.el (declare-function): Add compat definition.
1621         (image-size): Declare.
1622
1623         * gnus-group.el (tool-bar-map):
1624         * gnus-sum.el (tool-bar-map): Define for compiler.
1625
1626         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1627
1628         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1629
1630         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1631         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1632         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1633         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1634         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1635         * sieve-manage.el, spam-report.el, spam.el:
1636         Remove unnecessary eval-and-compile of autoloads.
1637
1638 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1639
1640         * auth-source.el: Precise Tramp doc.
1641
1642 2008-06-07  Glenn Morris  <rgm@gnu.org>
1643
1644         * nnmairix.el: Remove unnecessary eval-when-compile.
1645
1646 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * lpath.el: Fbind propertize for XEmacs 21.4.
1649
1650 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1651
1652         * nnir.el: Move here from ../contrib.
1653
1654 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1655
1656         * gnus-util.el (gnus-read-shell-command): New function.
1657         * mm-decode.el (mm-pipe-part):
1658         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1659
1660 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1661
1662         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1663
1664 2008-06-03  Glenn Morris  <rgm@gnu.org>
1665
1666        * pop3.el (nnheader-accept-process-output): Autoload it.
1667
1668 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1669
1670         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1671         are not 2-digit hexadecimal characters that follow `%'s.
1672
1673 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1674
1675         * message.el (message-bogus-recipient-p): Fix type in doc string.
1676         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1677         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1678         Improve custom options.
1679         (message-bogus-recipient-p): Adjust accordingly.
1680
1681 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1682
1683         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1684         long-form month and day names.
1685
1686 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * dgnushack.el: Autoload debug, eudc-expand-inline and
1689         pgg-snarf-keys-region for XEmacs.
1690
1691         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1692
1693         * nnmairix.el: Require edmacro when compiling with XEmacs.
1694
1695 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1696
1697         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1698         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1699
1700 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1701
1702         * auth-source.el: Add more docs.
1703
1704         * netrc.el (netrc-machine): Always match if the port is not given.
1705
1706 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1709         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1710         retrieval faster in some cases, but might make CPU usage larger.  If
1711         this has any bad side effects, we might revert this change.
1712
1713         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1714         seems to make mail retrieval much, much faster.
1715         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1716         unconditionally.
1717
1718         * gnus-draft.el (gnus-group-send-queue): Bind
1719         message-send-mail-partially-limit to nil to avoid being prompted.
1720
1721 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1722
1723         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1724
1725         * message.el (message-bogus-address-regexp): Fix and improve custom
1726         type.
1727         (message-setup-hook): Add message-check-recipients as custom option.
1728
1729 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1730
1731         * message.el (message-cite-function): Remove bogus autoload which crept
1732         in during merge from v5-10.
1733
1734 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1735
1736         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1737
1738         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1739
1740         * auth-source.el: Preliminary Tramp docs.
1741         (auth-sources): Change the default auth-sources to use
1742         EPA .gpg files.
1743
1744 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1745
1746         * nntp.el: Autoload `auth-source-user-or-password'.
1747         (nntp-send-authinfo): Use it.
1748
1749         * nnimap.el: Autoload `auth-source-user-or-password'.
1750         (nnimap-open-connection): Use it.
1751
1752         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1753         for the gnus-message function.
1754         (auth-source-user-or-password): Use it.
1755
1756 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1757
1758         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1759         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1760         (rfc2104-hash): Use it.
1761
1762 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1763
1764         * gnus-art.el (gnus-article-toggle-truncate-lines):
1765         Don't use `iff' in docstring.
1766
1767 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1768
1769         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1770
1771         * gnus-util.el (gnus-extract-address-component-name)
1772         (gnus-extract-address-component-email): Convenience functions around
1773         `gnus-extract-address-components'.
1774
1775         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1776         Use `gnus-extract-address-component-email' to fix bug of comparing full
1777         sender name to `user-mail-address'.
1778
1779 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1780
1781         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1782         catch/throw to optimize.
1783         (gnus-registry-find-keywords): Just use member to find a keyword.
1784
1785 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1786
1787         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1788         is current before calling gnus-server-prepare.
1789         (gnus-server-setup-buffer, gnus-server-update-server)
1790         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1791
1792 2008-05-04  Juri Linkov  <juri@jurta.org>
1793
1794         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1795         (mailcap-file-default-commands): Use mailcap-replace-in-string
1796         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1797         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1798
1799 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1800
1801         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1802
1803 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1804
1805         * gnus.el: Bump version to 0.11
1806
1807 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1808
1809         * gnus.el: No Gnus v0.10 is released.
1810
1811 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1814         hooks.
1815         (gnus-update-read-articles): Speed up non-marks-using users.
1816         (gnus-use-marks): Define gnus-use-marks.
1817         (gnus-propagate-marks): Rename variable to something more sensible.
1818
1819 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1820
1821         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1822         (gmm-image-load-path-for-library): Fix typos in docstrings.
1823         (gmm-message): Reflow docstring.
1824
1825 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1826
1827         * mail-source.el (mail-source-set-1, mail-source-bind):
1828         Move auth-source code out of the macro to clean it up and fix bugs.
1829
1830 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1831
1832         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1833         by sender if it's equal to user-mail-address, it's likely to be
1834         useless.
1835
1836         * mail-source.el (mail-source-bind): Don't use user or password if they
1837         are not bound.  Unintern them if they are nil.  Don't use server unless
1838         it's bound, and default it to empty string otherwise.
1839
1840 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1841
1842         * mail-source.el: Load auth-source.el.
1843         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1844         get user name or password, if auth-sources is set up.
1845
1846         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1847         strategy of splitting with parent.
1848         (gnus-registry-split-fancy-with-parent)
1849         (gnus-registry-post-process-groups): Use it and fix prior
1850         bug (returning a list as the split result).
1851
1852         * auth-source.el (auth-sources): Remove server parameter.
1853         (auth-source-pick, auth-source-user-or-password)
1854         (auth-source-user-or-password-imap)
1855         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1856         (auth-source-user-or-password-sftp)
1857         (auth-source-user-or-password-smtp): Remove server parameter.
1858
1859 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1860
1861         * smime.el (smime-sign-region, smime-encrypt-region)
1862         (smime-decrypt-region):
1863         Remove redundant calls to `generate-new-buffer-name'.
1864
1865 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1866
1867         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1868         Don't use QP for message/rfc822.
1869         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1870
1871 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1872
1873         * sieve-manage.el (sieve-string-bytes): Remove.
1874         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1875         correct byte-length only if the process's coding-system is the same as
1876         the one used internally by Emacs to represent strings.
1877
1878 2008-04-22  Juri Linkov  <juri@jurta.org>
1879
1880         * mailcap.el (mailcap-file-default-commands): New function.
1881
1882 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1883
1884         * message.el (message-signature-separator, message-cite-function):
1885         Change custom version.
1886
1887 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1888
1889         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1890         commands.
1891         (tls-checktrust): Ditto.
1892
1893 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1894
1895         * mm-decode.el (mm-display-external): Make temp file read-only.
1896
1897 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1898
1899         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1900         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1901         `C-c C-f d'.
1902
1903 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1904
1905         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1906
1907 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1908
1909         * gnus.el: Bump version to 0.9.
1910
1911 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1912
1913         * gnus.el: No Gnus v0.8 is released.
1914
1915 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1916
1917         * mail-source.el (mail-source-value):
1918         Prefer fboundp to functionp so it works with macros as well.
1919
1920 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1921
1922         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1923         Fix last change in case the element is not even a symbol.
1924
1925 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1926
1927         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1928         Prefer fboundp to functionp so it works with macros as well.
1929
1930 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1931
1932         * auth-source.el: Added docs.
1933         (auth-sources): Modify format to support server.
1934         (auth-source-pick, auth-source-user-or-password)
1935         (auth-source-user-or-password-imap)
1936         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1937         (auth-source-user-or-password-sftp)
1938         (auth-source-user-or-password-smtp): Add server parameter.
1939
1940 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1941
1942         * gnus-registry.el: Initialize the registry when gnus-registry-install
1943         is t.
1944
1945 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1946
1947         * compface.el (uncompface): Make buffer unibyte.
1948
1949 2008-04-05  Glenn Morris  <rgm@gnu.org>
1950
1951         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1952
1953 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1954
1955         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1956         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1957
1958         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1959         multibyteness after rather than before erasing it.
1960
1961         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1962         mm-with-multibyte.
1963         (gnus-request-article-this-buffer): Make sure the proper decoding is
1964         used if gnus-original-article-buffer happens to be unibyte.
1965
1966         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1967         default-enable-multibyte-characters.
1968
1969         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1970         default-enable-multibyte-characters.
1971
1972         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1973
1974         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1975
1976 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1977
1978         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1979         (imap-message-copyuid-1): Use it.
1980         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1981         J. Williams in
1982         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
1983
1984         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1985         imap-enable-exchange-bug-workaround.
1986         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1987
1988 2008-04-01  Simon Josefsson  <simon@josefsson.org>
1989
1990         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1991         a 100 byte status-checks into a 2-3MB transfer for each group.
1992         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1993         to enable bug workaround or not.
1994         (nnimap-find-minmax-uid): Only enable workaround conditionally.
1995
1996 2008-03-31  Glenn Morris  <rgm@gnu.org>
1997
1998         * message.el (mml2015-use): Declare for compiler.
1999         (message-info): Require mml2015 when appropriate.
2000
2001 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2002
2003         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2004         whitespace.
2005
2006 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2007
2008         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2009         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2010         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2011         (nntp-service-to-port): New function.
2012         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2013         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2014         (nntp-open-netcat-stream): New function.
2015         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2016
2017 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2018
2019         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2020
2021 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2022
2023         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2024
2025 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2026
2027         * dns.el (dns-write): Use set-buffer-multibyte.
2028
2029 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2030
2031         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2032
2033 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2034
2035         * message.el (message-signature-separator): Change default.
2036         Improve custom type.
2037         (message-cite-function): Change default to
2038         message-cite-original-without-signature.
2039
2040         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2041         toggle.
2042
2043         * message.el (message-check-news-body-syntax): Fix signature check.
2044         (message-setup-1): Mark buffer as unmodified _after_ running
2045         message-setup-hook and handling message-alternative-emails.
2046         (message-shorten-references): Be more strict when building list of
2047         valid references to comply with GNKSA.
2048
2049         * gnus-group.el (gnus-read-ephemeral-bug-group)
2050         (gnus-read-ephemeral-debian-bug-group)
2051         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2052
2053         * message.el (message-info): Don't use booleanp which isn't supported
2054         in Emacs 21 and XEmacs.
2055
2056 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2057
2058         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2059         gnus-group-gmane-group-download-format.
2060         (gnus-group-read-ephemeral-gmane-group): Rename from
2061         gnus-group-read-ephemeral-gmane-group.
2062         (gnus-read-ephemeral-gmane-group-url): Rename from
2063         gnus-group-read-ephemeral-gmane-group-url.
2064         (gnus-bug-group-download-format-alist): New variable.
2065         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2066         (gnus-read-ephemeral-emacs-bug-group): New commands.
2067
2068 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2069
2070         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2071         (gnus-visible-headers): Improve custom type.
2072
2073 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2074
2075         * mml.el (mml-menu): Add workarounds for XEmacs.
2076
2077         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2078         X-Boundary header.
2079
2080         * message.el (message-simplify-recipients): Fix previous commit.
2081
2082 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2083
2084         * mm-util.el (mm-set-buffer-multibyte): New function.
2085         * mm-decode.el (mm-copy-to-buffer): Use it.
2086
2087 2008-03-19  Glenn Morris  <rgm@gnu.org>
2088
2089         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2090         Accidentally removed in the sync process with Emacs.
2091
2092 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2093
2094         * message.el (message-alter-recipients-discard-bogus-full-name):
2095         New function.
2096         (message-alter-recipients-function): New variable.
2097         (message-get-reply-headers): Use it.
2098         (message-replace-header): New helper function.
2099         (message-recipients-without-full-name): New variable.
2100         (message-simplify-recipients): New command.
2101
2102         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2103
2104         * message.el (message-info): Handle EasyPG manual.
2105
2106         * mml.el (mml-menu): Add entry for EasyPG.
2107
2108 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2109
2110         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2111         parameter.
2112
2113         * message.el (message-disassociate-draft): Specify drafts group name
2114         fully.
2115
2116 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2117
2118         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2119         unnecessary duplicates from the match list.
2120
2121 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2122
2123         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2124
2125         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2126
2127         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2128         args of `how-many' of which the XEmacs version doesn't take; declare
2129         Info-index-next as function.
2130
2131 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2132
2133         * gnus-score.el (gnus-score-headers): Fix handling of
2134         gnus-inhibit-slow-scoring.
2135
2136         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2137         string.
2138         (gnus-button-url-regexp): Improve handling of parenthesis.
2139         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2140         (gnus-button-handle-info-keystrokes): Handle index entries.
2141
2142 2008-03-15  Glenn Morris  <rgm@gnu.org>
2143
2144         * parse-time.el (parse-time-string): Simplify.
2145
2146 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2149         Incoming* files.
2150
2151 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2152
2153         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2154         (auth-source-pick): Use it.
2155
2156 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2157
2158         * binhex.el (binhex-decode-region-internal):
2159         * uudecode.el (uudecode-decode-region-internal):
2160         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2161         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2162         setting default-enable-multibyte-characters.
2163
2164 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2165
2166         * auth-source.el (auth-source-protocols)
2167         (auth-source-protocols-customize, auth-source-choices): Added and
2168         modified variable customizations and defaults.
2169         (auth-source-pick, auth-source-user-or-password)
2170         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2171         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2172         (auth-source-user-or-password-sftp)
2173         (auth-source-user-or-password-smtp): Use new variables and provide an
2174         interface to netrc.el.
2175
2176 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2179         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2180         Make sure the nntp port to specify is a string.
2181
2182 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2183
2184         * nntp.el: Use with-current-buffer.
2185         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2186         dubious mm-with-unibyte-current-buffer.
2187         (nntp-with-open-group-function): New function extracted from
2188         nntp-with-open-group macro.
2189         (nntp-with-open-group): Use the function, so it's easier to debug.
2190         Add indentation and debugging info.
2191         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2192         the use of the netcat alternatives.
2193
2194         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2195         Avoid mm-string-as-multibyte as well.
2196
2197         * nnweb.el (nnweb-insert-html):
2198         Remove use of nnheader-string-as-multibyte.
2199
2200         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2201         (nnheader-string-as-multibyte): Remove.
2202
2203         * mm-view.el: Use inhibit-read-only.
2204         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2205         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2206         or unibyte-string.
2207
2208         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2209         (mm-uu-yenc-extract): Use with-current-buffer.
2210
2211         * gnus-soup.el (gnus-soup-send-packet): Don't use
2212         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2213
2214         * nnmh.el: Use with-current-buffer.
2215         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2216         mm-string-as-multibyte on the output of mm-encode-coding-string.
2217
2218         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2219         (nnimap-request-move-article): Use with-current-buffer.
2220
2221         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2222         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2223         conversion uses string-make-unibyte rather than string-as-unibyte.
2224
2225         * gnus-msg.el: Use with-current-buffer.
2226
2227         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2228
2229 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2230
2231         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2232         string for caching if it is 'PIN.
2233
2234 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * lpath.el: Consider the case without Emacs/W3.
2237
2238 2008-03-08  Glenn Morris  <rgm@gnu.org>
2239
2240         * time-date.el (date-to-time, time-subtract, time-add)
2241         (safe-date-to-time): Doc fixes.
2242
2243 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2244
2245         * mail-source.el (mail-source-delete-old-incoming-confirm):
2246         Change default to nil.
2247         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2248
2249 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * lpath.el: Rearrange.
2252
2253         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2254         (gnus-article-goto-prev-page): Work for articles having ^L's.
2255
2256         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2257
2258         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2259
2260 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2261
2262         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2263         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2264         (gnus-bookmark-jump): Adjust some variable names.
2265
2266 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2267
2268         * auth-source.el: New package.
2269         (auth-source-choices): Add customization entry point variable.
2270
2271         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2272         bug.
2273
2274 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2275
2276         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2277         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2278         (gnus-registry-install-shortcuts): Rename from
2279         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2280         the `gnus-registry-mark-map' keymap dynamically from
2281         `gnus-registry-marks'.  The generated functions update the summary line
2282         when a registry mark is added or deleted, and will call
2283         `gnus-registry-install-p' (see the comments in the code).
2284         (gnus-registry-user-format-function-M): Use concat intelligently.
2285
2286         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2287         the registry mark functions.
2288
2289 2008-03-05  Glenn Morris  <rgm@gnu.org>
2290
2291         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2292         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2293         gnus-art.
2294         (top-level): No need to load own source when compiling.
2295
2296 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2297
2298         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2299         Suggested by <chris.anderton@zetnet.co.uk>.
2300
2301 2008-03-04  Glenn Morris  <rgm@gnu.org>
2302
2303         * gnus-sum.el (top-level): No need to require gnus when compiling,
2304         since unconditionally required near start of file.
2305         (gnus-summary-display-while-building): Move definition before use.
2306
2307 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2308
2309         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2310         formatting function.
2311
2312 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2313
2314         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2315         with plists.
2316         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2317         Use new format.
2318
2319 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2322         `where-is-internal' that returns a range of key sequences.
2323
2324 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2325
2326         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2327
2328         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2329         (gnus-summary-jump-to-group): Consider windows on other displayed
2330         frames as well.  Similar changes might be needed elsewhere, but that's
2331         the one I've bumped into during my use.
2332
2333         * nndoc.el (nndoc-oe-dbx-type-p):
2334         * gnus-msg.el (gnus-debug):
2335         * gnus-group.el (gnus-update-group-mark-positions):
2336         Use mm-string-to-multibyte.
2337
2338 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2339
2340         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2341         doesn't handle NotDashEscaped.
2342
2343         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2344         (mml-dnd-attach-options): Fix typo in custom choice.
2345
2346         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2347         nndoc-article-type to mbox.
2348         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2349
2350         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2351         to nil, instead of html2text.
2352
2353         * imap.el (imap-debug): Add `imap-ping-server'.
2354
2355         * gnus-bookmark.el: Add FIXMEs.
2356
2357         * message.el (message-form-letter-separator)
2358         (message-send-form-letter-delay): New variables.
2359         (message-send-form-letter): Use them.  New command to send form
2360         letters.  Requested by Uwe Siart.
2361         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2362
2363 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2364
2365         * Update copyright years.
2366
2367 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2368
2369         Sync from EMACS_22_BASE.
2370
2371         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2372
2373 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2374
2375         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2376         empty author.
2377
2378 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2379
2380         * gnus-registry.el (gnus-registry-marks): Add variable for
2381         customization of marks and their appearance.
2382         (gnus-registry-read-mark): Use it.
2383         (gnus-registry-do-marks): Add utility function to loop through
2384         `gnus-registry-marks'.
2385         (gnus-registry-install-shortcuts-and-menus): Add function to install
2386         shortcuts and menus.
2387         (gnus-registry-initialize): Use it.
2388         (gnus-registry-default-mark): Clarify documentation.
2389
2390 2008-02-29  Glenn Morris  <rgm@gnu.org>
2391
2392         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2393         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2394         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2395         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2396         Change defcustom :version from 23.0 to 23.1.
2397
2398 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2399
2400         * gnus-registry.el (gnus-registry-follow-group-p)
2401         (gnus-registry-post-process-groups): Add functions to aid registry
2402         splitting and improve logging.  Clarify behavior in function
2403         documentation.
2404         (gnus-registry-split-fancy-with-parent): Use them.
2405
2406 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2407
2408         * gnus-art.el: Use with-current-buffer.
2409
2410 2008-02-27  David Engster  <dengste@eml.cc>
2411
2412         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2413         Express real group name in the response.
2414
2415 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2416
2417         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2418         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2419         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2420         autoload gnus-registry-fetch-group when compiling.
2421         (nnmairix-request-group-with-article-number-correction): Remove
2422         unreferenced argument passed to nnmairix-call-backend.
2423
2424 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2425
2426         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2427         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2428         Wilde.
2429
2430 2008-02-27  Glenn Morris  <rgm@gnu.org>
2431
2432         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2433         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2434         variables to defconsts.  Convert comments to doc-strings.
2435         (nnmairix-last-server, nnmairix-current-server): Convert from free
2436         variables to defvars.  Convert comments to doc-strings.
2437         (gnus-registry-fetch-group): Autoload.
2438         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2439         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2440         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2441         caddr.
2442         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2443         nnmairix-request-group-with-article-number-correction call.
2444         (nnmairix-fast, nnmairix-group): New, less general names, for free
2445         variables passed from nnmairix-request-group to
2446         nnmairix-request-group-with-article-number-correction.  Declare.
2447         (nnmairix-request-group-with-article-number-correction):
2448         Use nnmairix-fast, nnmairix-group rather than fast, group.
2449
2450 2008-02-26  David Engster  <dengste@eml.cc>
2451
2452         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2453         version 0.5.
2454
2455 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2456
2457         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2458         instead of making an extra function call.  Don't add the current group
2459         to articles only when they have the group.  Use
2460         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2461         Reported by David <de_bb@arcor.de>.
2462
2463 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2464
2465         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2466         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2467
2468 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2469
2470         * mail-source.el (mail-source-delete-incoming): Change default.
2471         Supplement doc string.
2472
2473         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2474
2475 2008-02-14  Glenn Morris  <rgm@gnu.org>
2476
2477         * time-date.el (format-seconds): New function.
2478
2479 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2480
2481         * nnmail.el (nnmail-message-id-cache-file): Derive from
2482         `gnus-home-directory'.
2483
2484 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2485
2486         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2487         Document negative prefix.
2488
2489         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2490
2491 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2492
2493         * message.el (message-unsent-separator): Add the Exim bounce
2494         separator.
2495
2496 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2497
2498         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2499         list.
2500         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2501         recipient/signer list.
2502
2503 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * Makefile.in (datarootdir): Define.
2506         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2507         name that might contain whitespace.
2508
2509 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2510
2511         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2512         fbound (Emacs 23 unicode), signal an error.
2513
2514 2008-02-08  Glenn Morris  <rgm@gnu.org>
2515
2516         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2517
2518 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2519
2520         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2521         ports to the calls to `netrc-machine-user-or-password' in addition to
2522         "imap" and "imaps".
2523
2524 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2525
2526         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2527
2528         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2529
2530 2008-02-01  Kenichi Handa  <handa@m17n.org>
2531
2532         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2533         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2534         (rfc2104-hash): Convert the result of concat to unibyte string.
2535
2536 2008-02-01  Dave Love  <fx@gnu.org>
2537
2538         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2539         coding-system-for-read.
2540         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2541
2542 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2543
2544         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2545         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2546         <hanche@math.ntnu.no>.
2547
2548 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2551
2552         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2553
2554 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2555
2556         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2557         * message.el (message-beginning-of-line): Use featurep instead of bound
2558         tests in order to resolve conditionals at compile time.
2559
2560 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2561
2562         * mail-source.el (mail-sources): Add `group' choice.
2563
2564         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2565         parameter `in-group' to control into which group the articles go.
2566         Add treatment of `group' mail-source.
2567
2568 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2571
2572         * mm-decode.el (mm-dissect-buffer): Decode description.
2573
2574         * mml.el (mml-to-mime): Encode message header first.
2575
2576 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2577
2578         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2579         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2580
2581         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2582         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2583
2584 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2585
2586         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2587
2588 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2589
2590         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2591         prefix keys.
2592         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2593         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2594         gnus-xmas.el.
2595
2596         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2597         (gnus-xmas-article-describe-bindings): New function.
2598         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2599         gnus-xmas-article-describe-bindings.
2600
2601         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2602
2603 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2604
2605         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2606         Add new variables for article mark management.
2607         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2608         list of extra data entries which, when present, will indicate that the
2609         article ID should not be trimmed from the registry.
2610         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2611         functions.
2612         (gnus-registry-read-mark): New function to read a mark name from the
2613         user.
2614         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2615         (gnus-registry-set-article-mark-internal): New functions to add and
2616         remove marks.
2617         (gnus-registry-get-article-marks): New function to show the marks for
2618         an article, or retrieve them for further use.
2619
2620 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2623         keys when no argument is given.
2624
2625 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2626
2627         * imap.el (imap-ping-server): New variable.
2628         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2629         (imap-ping-server): Minor doc string fixes.
2630
2631 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2632
2633         * imap.el (imap-ping-server): New function.
2634         (imap-opened): Call imap-ping-server.
2635
2636 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2637
2638         * gnus-sum.el (gnus-article-sort-by-random)
2639         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2640         jidanni@jidanni.org.
2641
2642 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * gnus-art.el (gnus-article-describe-bindings): New function.
2645         (gnus-article-read-summary-keys): Use it.
2646         (gnus-article-mode-map): Bind `C-h b' to it.
2647
2648 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2651         XEmacs.
2652         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2653         against non-character events.
2654
2655         * lpath.el: Fbind map-keymap for Emacs 21.
2656
2657 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2658
2659         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2660         command.
2661         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2662         instead of END.  Change name of the temp file.
2663         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2664         customizable.
2665
2666 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2669         bind `S W' to gnus-article-wide-reply-with-original; set default
2670         binding to gnus-article-read-summary-send-keys.
2671         (gnus-article-read-summary-keys): Fix the order of keys; display
2672         continuation keys correctly in the echo area; describe bindings
2673         correctly when keys end with `C-h'.
2674         (gnus-article-read-summary-send-keys): New function.
2675         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2676         for gnus-article-read-summary-send-keys; display continuation keys
2677         correctly in the echo area.
2678         (gnus-article-reply-with-original): Ignore prefix argument.
2679         (gnus-article-wide-reply-with-original): New function.
2680
2681         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2682         Emacs 21.
2683
2684 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2687         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2688
2689 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2690
2691         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2692         (gnus-group-read-ephemeral-gmane-group): New command.
2693
2694 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2695
2696         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2697
2698 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2699
2700         * message.el (message-send-mail-function): Increase custom version.
2701
2702         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2703         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2704
2705 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2706
2707         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2708         for the cases where imap-authenticate is called with a nil buffer
2709         parameter.
2710
2711 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2712
2713         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2714         html parts correctly; support forwarded messages.
2715         (gnus-article-browse-html-article): Remove work buffers.
2716
2717         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2718         compiling.
2719         (netrc-bound-and-true-p): New macro.
2720         (netrc-parse): Use it instead of bound-and-true-p that is not available
2721         in XEmacs 21.4.
2722
2723 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2724
2725         * gnus-registry.el (gnus-registry-mark-article)
2726         (gnus-registry-article-marks): Add functionality to mark articles
2727         through the Gnus registry.
2728
2729         * encrypt.el: Clarify documentation for the new pgg method.
2730         (encrypt-file-alist): Add PGG option.
2731         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2732         functionality.  Abstract password key and messaging to external
2733         functions.
2734         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2735         (encrypt-message-method-and-cipher): Add new convenience external
2736         functions.
2737         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2738         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2739
2740         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2741         (netrc-parse): Use encrypt-file-alist to determine if
2742         encrypt-find-model or encrypt-insert-file-contents should be used.
2743
2744         * encrypt.el: Clarify documentation.  Load password-cache or
2745         password, whichever one is found first, instead of autoloading.
2746
2747 2007-12-19  Glenn Morris  <rgm@gnu.org>
2748
2749         * mml.el (message-options-set, message-narrow-to-head)
2750         (message-in-body-p, message-mail-p, message-encode-message-body):
2751         Autoload.
2752         (message-remove-header, message-narrow-to-headers-or-head)
2753         (message-subscribed-p, message-make-mail-followup-to)
2754         (message-position-on-field, message-news-p)
2755         (message-options-set-recipient, message-generate-headers)
2756         (message-sort-headers): Declare as functions.
2757
2758 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2759
2760         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2761         convention in doc string.
2762
2763 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2766         title to html parts.
2767         (gnus-article-browse-html-article): Pass message header to it.
2768
2769         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2770
2771 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2772
2773         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2774         or password compatible with XEmacs.
2775
2776 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2777
2778         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2779         format document.
2780         (gnus-mime-delete-part): Don't write description line if empty.
2781         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2782
2783 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
2784
2785         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2786         (gnus-summary-mark-read-and-unread-as-read)
2787         (gnus-summary-mark-current-read-and-unread-as-read)
2788         (gnus-summary-mark-unread-as-ticked): Doc fix.
2789         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2790
2791 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2792
2793         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2794         Christoph Conrad <christoph.conrad@gmx.de>.
2795
2796 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2797
2798         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2799         yes-or-no-p.
2800
2801 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2802
2803         * mm-decode.el (mm-add-meta-html-tag): New function.
2804         (mm-save-part-to-file, mm-pipe-part): Use it.
2805
2806         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2807         gnus-y-or-n-p instead of y-or-n-p.
2808         (gnus-article-browse-html-parts): Work with message/external-body; use
2809         mm-add-meta-html-tag.
2810
2811 2007-12-11  Glenn Morris  <rgm@gnu.org>
2812
2813         * gnus-cache.el: Require gnus-sum not just when compiling.
2814
2815         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2816
2817         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2818         definitions before use.
2819
2820         * mm-decode.el: Require gnus-util.
2821         (mm-remove-part): Only call delete-annotation on XEmacs.
2822
2823         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2824
2825         * nnmail.el: Require gnus-int.
2826
2827         * spam.el: Move `require's before `eval-when-compile's.
2828
2829         * gnus-ems.el (gnus-alive-p):
2830         * gnus-fun.el (message-goto-eoh):
2831         * gnus-util.el (gnus-group-name-decode):
2832         * mail-source.el (gnus-compress-sequence):
2833         * message.el (Info-goto-node, format-spec):
2834         * mm-bodies.el (message-options-get):
2835         * mm-decode.el (mm-view-pkcs7):
2836         * mm-util.el (gmm-write-region):
2837         * mml-smime.el (mml-compute-boundary)
2838         (gnus-completing-read-with-default):
2839         * mml.el (widget-button-press, gnus-make-hashtable):
2840         * mml1991.el (mm-decode-content-transfer-encoding)
2841         (mm-encode-content-transfer-encoding)
2842         (message-options-get, message-options-set):
2843         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2844         * nnfolder.el (gnus-request-group):
2845         * nnheader.el (ietf-drums-unfold-fws):
2846         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2847         * smime.el (gnus-run-mode-hooks):
2848         * spam-stat.el (gnus-message): Autoload.
2849
2850         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2851         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2852         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2853         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2854         Add declare-function compatibility definition.
2855
2856         * gnus-cache.el (nnvirtual-find-group-art):
2857         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2858         (gnus-add-image, gnus-add-wash-type):
2859         * gnus-group.el (nnkiboze-score-file):
2860         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2861         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2862         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2863         (message-tokenize-header, gnus-get-buffer-create)
2864         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2865         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2866         * gnus.el (gnus-group-decoded-name):
2867         * mail-source.el (imap-capability):
2868         * mm-bodies.el (message-options-set):
2869         * mm-decode.el (gnus-configure-windows):
2870         * mm-extern.el (message-goto-body):
2871         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2872         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2873         (epg-sub-key-validity, message-options-set):
2874         * mml.el (widget-event-point, gnus-configure-windows):
2875         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2876         * mml2015.el (epg-check-configuration, epg-configuration)
2877         (message-options-set):
2878         * nndb.el (nndb-request-article):
2879         * nnfolder.el (gnus-request-create-group):
2880         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2881         * nnmaildir.el (gnus-group-mark-article-read):
2882         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2883         * rfc1843.el (message-fetch-field):
2884         * spam.el (gnus-extract-address-components):
2885         Declare as functions.
2886
2887 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2888
2889         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2890
2891         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2892
2893         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2894         bind show-trailing-whitespace for XEmacs.
2895
2896 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2897
2898         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2899         new no-op macro for backward compatibility.
2900
2901         * imap.el (imap-string-to-integer): New function.
2902
2903 2007-12-09  Glenn Morris  <rgm@gnu.org>
2904
2905         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2906
2907         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2908         * message.el, mm-view.el, sieve-manage.el, smime.el:
2909         Add declare-function compatibility definition.
2910
2911         * gnus-art.el (w3-region, w3m-region, Info-menu):
2912         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2913         * gnus-sum.el (gnus-get-predicate):
2914         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2915         * message.el (mail-abbrev-in-expansion-header-p):
2916         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2917         (w3m-detect-meta-charset, w3m-region):
2918         * sieve-manage.el (password-read, password-cache-add)
2919         (password-cache-remove):
2920         * smime.el (password-read-and-add): Declare as functions.
2921
2922 2007-12-08  David Kastrup  <dak@gnu.org>
2923
2924         * gnus-sum.el (gnus-summary-simplify-subject-query):
2925         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2926         `message'.
2927
2928 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2929
2930         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2931         it to bind idna-program, installation-directory, defined-colors, and
2932         face-attribute for XEmacs of the version that compiles defcustom forms.
2933
2934 2007-12-07  Glenn Morris  <rgm@gnu.org>
2935
2936         * gnus-art.el (article-make-date-line): Revert previous change.
2937
2938 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2939
2940         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2941
2942 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2943
2944         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2945         Call gnus-add-to-range ranges only once with a prepared article-list.
2946
2947 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2948
2949         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2950         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2951         group names with backslashes.  Reported by Tassilo Horn
2952         <tassilo@member.fsf.org>.
2953
2954 2007-12-06  Deepak Goel  <deego3@gmail.com>
2955
2956         * gnus-art.el (article-make-date-line):
2957         * gnus-start.el (gnus-load):
2958         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2959
2960 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2961
2962         * gnus-art.el (gnus-use-idna)
2963         * gnus-start.el (gnus-site-init-file)
2964         * message.el (message-use-idna)
2965         * mm-uu.el (mm-uu-hide-markers)
2966         * smiley.el (smiley-style): Revert changes that suppress warnings.
2967
2968 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2969
2970         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2971         specify charset to html source.  Reported by Christoph Conrad
2972         <christoph.conrad@gmx.de>.
2973
2974 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2975
2976         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2977         idna-program in order to suppress byte compile warning issued by XEmacs
2978         that came to byte compile the default value section of defcustom forms
2979         recently.
2980
2981         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2982         value of installation-directory.
2983
2984         * message.el (message-use-idna): Don't directly refer to the value of
2985         idna-program.
2986
2987         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2988
2989         * smiley.el (smiley-style): Don't directly call face-attribute.
2990
2991 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
2992
2993         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2994
2995         * gnus-dired.el: Reduce Gnus dependencies.
2996         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2997         require.  Use autoloads instead.
2998         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2999         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3000         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3001         (gnus-dired-mode): Adjust doc string.
3002         (gnus-dired-mail-mode): New variable.
3003         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3004         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3005         (gnus-dired-mail-buffers): New function.  Return mail or message
3006         composition buffers.
3007         (gnus-dired-attach): Use it.
3008         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3009         NO-DECODE.
3010         (gnus-dired-print): Use `gnus-print-buffer' depending on
3011         `gnus-dired-mail-mode'.
3012
3013 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3014
3015         * rfc2047.el (rfc2047-encoded-word-regexp)
3016         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3017         explaining what regexp patterns are for.
3018
3019 2007-12-04  Glenn Morris  <rgm@gnu.org>
3020
3021         * password.el: Move to password-cache.el.
3022
3023         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3024         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3025         * mml-smime.el (password-read, password-cache-add)
3026         (password-cache-remove):
3027         No need to autoload, since mml-sec requires password.
3028
3029         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3030         * message.el (gnus-extract-address-components):
3031         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3032
3033         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3034         password.
3035
3036 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3037
3038         * mailcap.el: Reduce dependencies.
3039         (mail-header-parse-content-type): Autoload.
3040         (mailcap-delete-duplicates): New alias.
3041         (mailcap-mime-info): Add optional argument NO-DECODE.
3042         (mailcap-mime-types): Use mailcap-delete-duplicates.
3043
3044         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3045
3046 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3047
3048         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3049         (imap-parse-status): Upcase status-att for servers that sends them
3050         lower-case (e.g., MS Exchange 2007).
3051
3052 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3055         function.
3056
3057         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3058         (gnus-uu-yenc-article): New function.
3059
3060         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3061
3062         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3063         buffer.
3064
3065 2007-12-02  Glenn Morris  <rgm@gnu.org>
3066
3067         * binhex.el (binhex): New custom group.
3068         (binhex-decoder-program, binhex-decoder-switches)
3069         (binhex-use-external): Move to the binhex custom group.
3070
3071         * uudecode.el (uudecode): New custom group.
3072         (uudecode-decoder-program, uudecode-decoder-switches)
3073         (uudecode-use-external): Move to the uudecode custom group.
3074
3075         * netrc.el (top-level): Don't load `encrypt' features.
3076         (netrc-parse): Don't use encrypt.
3077         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3078
3079         * encrypt.el: Remove file.
3080
3081 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3082
3083         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3084         matches on patches.
3085
3086         * gnus-art.el (gnus-article-browse-html-article): Mention
3087         `mm-text-html-renderer' in the doc string.
3088
3089         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3090         string.  Add comments.
3091
3092         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3093         if rhs is ASCII.
3094
3095 2007-12-01  Glenn Morris  <rgm@gnu.org>
3096
3097         * mail-source.el (top-level): Require format-spec before
3098         eval-when-compile.
3099
3100 2007-11-30  Glenn Morris  <rgm@gnu.org>
3101
3102         * encrypt.el: Require password, rather than autoloading password-read.
3103
3104 2007-11-29  Glenn Morris  <rgm@gnu.org>
3105
3106         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3107         (sasl-make-client, sasl-next-step, sasl-step-data)
3108         (sasl-step-set-data): Declare as functions.
3109
3110 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3111
3112         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3113
3114 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3115
3116         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3117         certs should be verified and what is to be done in the event of a
3118         verification failure.
3119
3120         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3121         caller can indicate whether the cache should be disregarded for this
3122         call.  This way the result of the call is reproducible at all times and
3123         can be considered a canonical server name for the supplied method.
3124         (gnus-agent-method-p): Canonicalize server names by pushing their
3125         method through `gnus-method-to-server' using the no-cache argument.
3126
3127         * gnus-srvr.el (gnus-server-insert-server-line): Call
3128         `gnus-method-to-server' with `no-cache' argument.
3129
3130         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3131         gnus-agent-possibly-synchronize-flags as this should be called when the
3132         server is actually being opened.
3133         (gnus-agent-possibly-synchronize-flags)
3134         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3135         flags file of an agentized server to the latter function.
3136
3137         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3138         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3139         after a connection has been established successfully.
3140
3141 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3142
3143         * gnus-art.el (article-display-face): Force to display face if called
3144         interactively; check if gnus-article-x-face-too-ugly matches author.
3145         (article-display-x-face): Display face even if From header is missing
3146         as article-display-face does.
3147
3148 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3149
3150         * hashcash.el (message-narrow-to-headers-or-head)
3151         (message-fetch-field, message-goto-eoh)
3152         (message-narrow-to-headers): Declare as functions.
3153
3154 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3155
3156         * mail-source.el (mail-sources): Default to fetch from file for
3157         compatibility with default of nnmail-spool-file.
3158
3159 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3162         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3163         to look for encoded word that should be encoded again.
3164         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3165         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3166         encoding pattern.
3167         (rfc2047-decode-region): Switch strict regexp and loose one according
3168         to rfc2047-allow-irregular-q-encoded-words.
3169
3170 2007-11-25  Romain Francoise  <romain@orebokech.com>
3171
3172         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3173
3174 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3175
3176         * tls.el (tls-program): Provide more custom choices from
3177         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3178         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3179
3180 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3181
3182         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3183         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3184
3185         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3186         `nnmail-spool-file'.
3187
3188         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3189         `nnmail-spool-file'.
3190
3191         * gnus-move.el (gnus-change-server): Ditto.
3192
3193         * gnus-kill.el (gnus-batch-score): Ditto.
3194
3195         * gnus-cache.el (gnus-jog-cache): Ditto.
3196
3197         * gnus-msg.el (gnus-summary-reply):
3198         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3199
3200 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3201
3202         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3203         version.  Minor improvement to doc strings.
3204         (tls-program): Add comment.
3205
3206 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3207
3208         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3209         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3210         mismatch between the hostname provided in the certificate and the name
3211         of the host connnecting to.
3212         (open-tls-stream): Use them.  Check certificates against trusted root
3213         certificates.
3214
3215 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3216
3217         * gnus-cache.el (gnus-cache-generate-nov-databases):
3218         Use nnml-generate-nov-databases-directory instead of
3219         nnml-generate-nov-databases-1.
3220
3221 2007-11-24  Glenn Morris  <rgm@gnu.org>
3222
3223         * message.el (message-tool-bar-retro): Update for rename
3224         mail_send.xpm->mail-send.xpm.
3225
3226 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3227
3228         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3229         `smime-ldap-search' for Emacs 22 and up.
3230
3231 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3232
3233         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3234
3235         * message.el (message-send-mail-function): Fix error convention.
3236         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3237         (message-widen-reply, message-send-mail, message-talkative-question)
3238         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3239         (message-clone-locals, message-send-news): Use with-current-buffer.
3240         (message-insert-or-toggle-importance): Remove unused var `valid'.
3241         (message-make-references): Remove unused var `new-references'.
3242         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3243
3244 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3245
3246         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3247         (spam-split-symbolic-return-positive): Reflow docstring.
3248         (spam-backends, spam-summary-exit-behavior)
3249         (spam-mark-ham-unread-before-move-from-spam-group)
3250         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3251         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3252         (spam-clear-cache, spam-backend-check, spam-install-backend)
3253         (spam-install-statistical-backend, spam-list-of-processors)
3254         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3255         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3256         (spam-check-crm114, spam-initialize, spam-unload-hook):
3257         Fix typos in docstrings.
3258
3259 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3262         been checked if they have never been read and those group levels are
3263         higher than the one that a user specified.
3264
3265 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3266
3267         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3268         foreign groups unless a group level is specified by a user.
3269         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3270
3271 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3272
3273         * message.el (message-send-mail-function): Require sendmail.
3274
3275 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3276
3277         * message.el (message-send-mail-function): Check for smtpmail too.
3278
3279         * utf7.el (utf7-encode, utf7-decode): Use coding system
3280         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3281
3282         * message.el (message-send-mail-function): New function.
3283         (message-send-mail-function): Set default using
3284         message-send-mail-function.  Adjust doc string.
3285         (message-send-mail-with-mailclient): New function.
3286
3287 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3288
3289         * smime.el (from):
3290         * rfc2047.el (message-posting-charset):
3291         * qp.el (mm-use-ultra-safe-encoding):
3292         * pop3.el (parse-time-months):
3293         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3294         * nnml.el (files):
3295         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3296         (jka-compr-compression-info-list, ange-ftp-path-format)
3297         (efs-path-regexp):
3298         * nndiary.el (files):
3299         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3300         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3301         (epg-digest-algorithm-alist, inhibit-redisplay)
3302         (password-cache-expiry):
3303         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3304         (pgg-output-buffer, password-cache-expiry):
3305         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3306         (efs-path-regexp):
3307         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3308         (inhibit-redisplay):
3309         * mm-uu.el (file-name, start-point, end-point, entry)
3310         (gnus-newsgroup-name, gnus-newsgroup-charset):
3311         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3312         (latin-unity-ucs-list):
3313         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3314         (mm-uu-binhex-decode-function):
3315         * message.el (gnus-message-group-art, gnus-list-identifiers)
3316         (rmail-enable-mime-composing, gnus-local-organization)
3317         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3318         (gnus-read-active-file, facemenu-add-face-function)
3319         (facemenu-remove-face-function, gnus-article-decoded-p)
3320         (tool-bar-mode):
3321         * mail-source.el (display-time-mail-function):
3322         * gnus-util.el (nnmail-pathname-coding-system)
3323         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3324         (gnus-original-article-buffer, gnus-user-agent)
3325         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3326         (xemacs-codename, sxemacs-codename, emacs-program-version):
3327         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3328         * gnus-start.el (gnus-agent-covered-methods)
3329         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3330         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3331         (gnus-newsgroup-headers, gnus-group-list-mode)
3332         (gnus-group-mark-positions, gnus-newsgroup-data)
3333         (gnus-newsgroup-unreads, nnoo-state-alist)
3334         (gnus-current-select-method, mail-sources)
3335         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3336         (nnmail-spool-file, gnus-cache-active-hashtb):
3337         * gnus-mh.el (mh-lib-progs):
3338         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3339         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3340         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3341         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3342         (gnus-group-buffer):
3343         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3344         (font-lock-set-defaults):
3345         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3346         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3347         (gnus-summary-post-menu, total-parts, type, condition, length):
3348         * gnus-agent.el (gnus-agent-read-agentview):
3349         * flow-fill.el (show-trailing-whitespace):
3350         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3351         eval-and-compile wrappers for byte compiler pacifiers.
3352
3353         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3354         (mm-display-inline-fontify): Check for featurep 'xemacs not
3355         extent-list.
3356
3357         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3358         itimer-list.
3359         (mm-create-image-xemacs): Only do something for XEmacs.
3360         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3361
3362         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3363
3364         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3365         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3366
3367 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3368
3369         * nnimap.el (nnimap-split-download-body):
3370         * gnus-demon.el (gnus-demon):
3371         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3372
3373 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3374
3375         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3376         macros.
3377         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3378         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3379         copy data from unibyte buffer to multibyte current buffer.
3380         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3381         to copy data from unibyte current buffer to multibyte buffer.
3382         (nntp-make-process-buffer): Make process buffer unibyte.
3383
3384         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3385
3386 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3387
3388         * pop3.el (pop3-open-server): Accept and process data more robustly at
3389         connexion start to avoid spurious "POP SSL connexion failed" errors.
3390
3391 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3394         read group names.
3395
3396 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3397
3398         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3399
3400 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3401
3402         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3403         (nnmail-save-active): Use a unibyte buffer when saving active file,
3404         which may contain non-ASCII group names.
3405
3406         * nnml.el (nnml-request-group): Decode group names in messages.
3407
3408 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3409
3410         * message.el (message-citation-line-function)
3411         (message-insert-formatted-citation-line): Fix spelling of
3412         `message-insert-formated-citation-line'.
3413
3414 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3415
3416         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3417
3418 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3421         nnmail-pathname-coding-system.
3422
3423         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3424         that a user enters; decode group names in messages.
3425
3426         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3427
3428 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3429
3430         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3431
3432         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3433
3434         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3435         risky local variable.
3436
3437         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3438
3439 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3440
3441         * encrypt.el: Improve documentation to fix function name typo.
3442         Reported by Daiki Ueno <ueno@unixuser.org>.
3443
3444 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3445
3446         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3447         even if the point is not in the last page of an article.
3448         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3449         back to the previous page.
3450
3451 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3452
3453         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3454
3455 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3456
3457         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3458
3459 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3460
3461         * message.el (message-check-news-body-syntax): Avoid
3462         mm-string-as-multibyte.
3463         (message-hide-headers): Don't assume (point-min)==1.
3464
3465 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3466
3467         * message.el (message-remove-blank-cited-lines): Fix if remove is
3468         given.
3469         (message-bogus-address-regexp): New variable.
3470         (message-bogus-recipient-p): New function.
3471         (message-check-recipients): New command.
3472         (message-syntax-checks): Add `bogus-recipient'.
3473         (message-fix-before-sending): Add `bogus-recipient'.
3474
3475         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3476         (gnus-treat-body-boundary): Don't test window-system.
3477
3478 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3479
3480         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3481
3482 2007-10-28  Miles Bader  <miles@gnu.org>
3483
3484         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3485         at compile-time too.
3486
3487 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3488
3489         * gnus-msg.el (gnus-message-setup-hook): Add
3490         `message-remove-blank-cited-lines' to options.
3491
3492 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3493
3494         * message.el (message-remove-blank-cited-lines): New function.
3495         Suggested by Karl Plästerer.
3496
3497 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3498
3499         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3500         mapc.
3501
3502         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3503         (top-level): Use mapc to set functions to be traced for debugging.
3504
3505         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3506         called for effect with while loop.
3507
3508         * message.el (message-talkative-question): Replace mapcar called for
3509         effect with mapc.
3510
3511         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3512         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3513         called for effect with dolist.
3514
3515         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3516
3517         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3518         gnus-extra-headers and nnmail-extra-headers.
3519
3520         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3521         called for effect with dolist.
3522         (top-level): Use mapc to set functions to be traced for debugging.
3523
3524         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3525         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3526         dolist.
3527
3528         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3529         Replace mapcar called for effect with mapc.
3530         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3531         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3532         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3533         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3534
3535         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3536         remove-if that's a cl function.
3537
3538         * webmail.el (webmail-debug): Replace mapcar called for effect with
3539         dolist.
3540
3541         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3542         with mapc.
3543
3544 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3545
3546         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3547         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3548         with while loop.
3549
3550         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3551         functions from article-* functions.
3552         (gnus-multi-decode-header): Replace mapcar called for effect with
3553         dolist.
3554
3555         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3556         (gnus-bookmark-show-details): Replace mapcar called for effect with
3557         while loop.
3558
3559         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3560         called for effect with while loop.
3561
3562         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3563         with dolist.
3564
3565         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3566         mapcar called for effect with dolist.
3567
3568         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3569
3570         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3571         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3572         Replace mapcar called for effect with dolist.
3573         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3574         mapc.
3575
3576         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3577         Replace mapcar called for effect with dolist.
3578         (gnus-topic-list): Replace mapcar called for effect with mapc.
3579
3580         * gnus.el: Use mapc instead of mapcar to add autoloads.
3581
3582 2007-10-23  Richard Stallman  <rms@gnu.org>
3583
3584         * gnus-group.el (gnus-group-highlight): Mark as risky.
3585
3586 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * gnus.el (gnus-server-to-method): Return method found first in
3589         gnus-newsrc-alist.
3590
3591         * gnus-art.el (gnus-article-highlight-signature)
3592         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3593         button overlay without the front stickiness.
3594
3595 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3596
3597         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3598         overview buffer needed a catch to receive its throw.
3599         (gnus-agent-flush-cache): Declared as interactive to make this function
3600         easier to use.
3601
3602 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3603
3604         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3605         `next-line'.
3606
3607 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3610         exclude address matching message-dont-reply-to-names.
3611
3612 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3613
3614         * gnus-util.el (gnus-string<): New function.
3615
3616         * gnus-sum.el (gnus-article-sort-by-author)
3617         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3618
3619 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3620
3621         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3622         the frame-focus tag is set in gnus-buffer-configuration.
3623
3624 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3625
3626         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3627         the front stickiness.
3628
3629 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3630
3631         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3632         url pattern; remove duplicate one.
3633         (gnus-article-extend-url-button): New function.
3634         (gnus-article-add-buttons): Use it.
3635         (gnus-button-push): Use concatenated url that it makes.
3636
3637 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3638
3639         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3640
3641 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3642
3643         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3644         Don't hardcode point-min==1.
3645
3646 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3647
3648         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3649         Fix comment about "iso8859-1".
3650
3651 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3652
3653         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3654         ones returned from the verify-function.
3655
3656         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3657         mml2015-extract-cleartext-signature if extraction failed.
3658
3659 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3660
3661         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3662         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3663         failed.
3664
3665 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3666
3667         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3668
3669 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3670
3671         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3672         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3673         recommends to use EasyPG instead of PGG.
3674
3675         * pgg.el: Revert to revision 6.23.2.16
3676
3677         * pgg-def.el: Revert to revision 6.6.2.14.
3678
3679         * pgg-gpg.el: Revert to revision 6.23.2.34.
3680
3681 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3682
3683         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3684         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3685         thread for both the null and zero (kill/expire thread) universal prefix
3686         cases.
3687         (gnus-summary-expire-thread): Add new function to expire a thread,
3688         using gnus-summary-kill-thread.
3689         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3690         shortcuts for gnus-summary-expire-thread.
3691         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3692         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3693
3694 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3695
3696         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3697         extras value, so an extras entry can be deleted.
3698         (gnus-registry-delete-extra-entry): Use it.
3699         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3700         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3701         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3702         storage through the gnus-registry, and provide an appropriate API for
3703         it.
3704
3705 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3706
3707         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3708         Suggested by Leo <sdl.web@gmail.com>.
3709
3710         * gnus.el: Do.
3711
3712 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3713
3714         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3715         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3716
3717         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3718
3719         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3720         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3721
3722 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3723
3724         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3725         newline.
3726         (nnmbox-request-accept-article): Don't change article in source buffer;
3727         narrow to header to use message-fetch-field rather than
3728         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3729         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3730         as delimiters; make sure article ends with newline.
3731         (nnmbox-delete-mail): Correct last position of article to be deleted;
3732         ignore X-Gnus-Newsgroup header in article body.
3733         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3734         positions; make sure article ends with newline.
3735
3736         * message.el (message-display-abbrev): Don't infloop when a user
3737         inserts SPC in the beginning of header.
3738
3739         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3740         coding-system-for-read and coding-system-for-write for XEmacs having no
3741         file-coding feature.
3742
3743         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3744
3745 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3746
3747         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3748         list of groups not followed by default.  Fix type to be regexp.
3749         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3750
3751 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3752
3753         * hmac-def.el (define-hmac-function): Switch from old-style to
3754         new-style backquotes.
3755
3756         * md4.el (md4-make-step): Likewise.
3757
3758 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3761         raw-text coding system when saving .newsrc file, which may contain
3762         non-ASCII group names.
3763
3764 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3765
3766         * gnus-cus.el (gnus-score-extra): New widget.
3767         (gnus-score-extra-convert): New function.
3768         (gnus-score-customize): Use it for Extra.
3769
3770 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3771
3772         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3773         (mml2015-mailcrypt-clear-verify): Use it.
3774         (mml2015-gpg-clear-verify): Use it.
3775         (mml2015-pgg-clear-verify): Use it.
3776         (mml2015-epg-clear-verify): Replace the current part with the output
3777         from GnuPG; don't extract the plaintext by itself.
3778
3779         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3780         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3781         mml2015-clear-verify-function; don't touch the armor headers or
3782         dash-escaped text here.
3783
3784 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3785
3786         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3787         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3788         parts, or application/octet-stream as a last resort.
3789         (gnus-mime-view-part-as-type): Don't toggle display.
3790         (gnus-mime-view-part-as-charset): Don't turn off display before
3791         querying charset.
3792
3793         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3794         stuff to undisplayer function in Emacs.
3795         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3796
3797         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3798         text/calendar parts.
3799
3800 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3801
3802         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3803         decoding text/calendar parts.
3804
3805         * message.el (message-forward-make-body-mime): Always mark body as
3806         having no illegible text; remove signed-or-encrypted argument.
3807         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3808
3809         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3810         (mml-generate-mime-1): Don't encode body if it is specified to be in
3811         raw form; don't make buffer be unibyte when inserting multibyte string.
3812
3813 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3814
3815         * sha1.el: Fix up comment style.
3816         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3817         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3818
3819         * hex-util.el: Fix up comment style.
3820         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3821
3822         * gnus-salt.el: Use with-current-buffer.
3823         (gnus-pick-setup-message): Fix long-standing typo.
3824
3825 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3826
3827         * imap.el (imap-logout-timeout): New variable.
3828         (imap-logout, imap-logout-wait): New functions.
3829         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3830
3831         * nnimap.el (nnimap-logout-timeout): New server variable.
3832         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3833         nnimap-logout-timeout.
3834
3835         * gnus-art.el (gnus-article-summary-command-nosave)
3836         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3837
3838 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3839
3840         * gnus.el (gnus-maximum-newsgroup): New variable.
3841
3842         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3843         according to gnus-maximum-newsgroup.
3844
3845         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3846         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3847         Limit the range of articles according to gnus-maximum-newsgroup.
3848
3849 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3850
3851         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3852         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3853         Don't perform gnus-configure-windows here; reuse existing sticky
3854         article buffer.
3855
3856         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3857         it doesn't exist in gnus-article-mode.
3858
3859 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3862         (gnus-agent-decoded-group-name): New function.
3863         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3864         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3865
3866 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3867
3868         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3869         Add binding for gnus-sticky-article.
3870         (gnus-summary-exit): Don't kill sticky article buffers.
3871
3872         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3873         article buffer.
3874         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3875         (gnus-kill-sticky-article-buffers): New commands.
3876
3877 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * nntp.el (nntp-xref-number-is-evil): New server variable.
3880         (nntp-find-group-and-number): If it is non-nil, don't trust article
3881         numbers in the Xref header.
3882
3883 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3884
3885         * gnus-agent.el (gnus-agent-read-group): New function.
3886         (gnus-agent-flush-group, gnus-agent-expire-group)
3887         (gnus-agent-regenerate-group): Use it.
3888         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3889         nnmail-pathname-coding-system.
3890
3891 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3894
3895         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3896         that are unread as unread, and also as selected so that information of
3897         marks having been changed by a user may be updated when exiting group.
3898
3899 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3900
3901         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3902         calculated ignoring signature parts to gnus-treat-article.
3903
3904 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3905
3906         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3907         a point here in order to keep the window start.
3908         (gnus-insert-mime-security-button): Make a button overlay without the
3909         front stickiness.
3910         (gnus-mime-display-security): Goto the end of a button.
3911
3912         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3913
3914 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3917         group-name-at-point.
3918         (gnus-group-completing-read): New function that offers decoded
3919         non-ASCII group names for completion.
3920         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3921         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3922         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3923         (gnus-group-fetch-control): Use it.
3924         (gnus-fetch-group): Use group-name-at-point for the initial value
3925         rather than the default value; use gnus-alive-p.
3926
3927         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3928         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3929         (gnus-summary-post-news): Use gnus-group-completing-read.
3930
3931         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3932         (gnus-read-move-group-name): Decode group name for completion.
3933
3934 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3935
3936         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3937         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3938         Yamaoka slightly modified the code).
3939
3940 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3943         (nnmail-split-incoming): Bind it.
3944
3945         * nnml.el (nnml-group-name-charset): New function.
3946         (nnml-decoded-group-name): Use it; don't decode group name if
3947         nnmail-group-names-not-encoded-p is non-nil.
3948         (nnml-encoded-group-name): New function.
3949         (nnml-group-pathname): Inline nnml-decoded-group-name.
3950         (nnml-request-expire-articles): Decode group name in message.
3951         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3952         nnmail-pathname-coding-system.
3953         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3954         not decoded ones according to nnmail-group-names-not-encoded-p.
3955         (nnml-generate-active-info): Use nnml-encoded-group-name.
3956
3957 2007-08-08  Glenn Morris  <rgm@gnu.org>
3958
3959         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3960         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3961         doc-strings and comments.
3962
3963 2007-07-25  Glenn Morris  <rgm@gnu.org>
3964
3965         * Relicense all FSF files to GPLv3 or later.
3966
3967 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-sum.el (gnus-summary-move-article): Make
3970         gnus-summary-respool-article work.
3971
3972 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3973
3974         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3975         string.
3976
3977 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3978
3979         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3980         that should be ignored when comparing distant RSS articles with local
3981         ones.
3982         (nnrss-make-hash-index): New function.  Create a hash index according
3983         to the ignored fields.
3984         (nnrss-check-group): Use it.
3985
3986 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3987
3988         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3989
3990         * gnus-art.el (article-decode-group-name): Decode Xref header too.
3991
3992         * gnus-group.el (gnus-group-make-group): Encode group name here unless
3993         the new optional argument ENCODED is non-nil.
3994         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3995         coding system for encoding group name.
3996         (gnus-group-make-rss-group): Pass un-encoded group name to
3997         gnus-group-make-group.
3998         (gnus-group-set-info): Tell gnus-group-make-group that group name is
3999         encoded.
4000
4001         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4002         Encode group name to which articles are moved or copied.
4003         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4004         coding system for encoding Newsgroup, Followup-To and Xref headers.
4005
4006         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4007         marks; use nnheader-file-coding-system to write a file.
4008         (nnagent-retrieve-headers): Bind file-name-coding-system to
4009         nnmail-pathname-coding-system.
4010
4011         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4012
4013         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4014         (nnml-request-article, nnml-request-create-group)
4015         (nnml-request-rename-group, nnml-find-id)
4016         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4017         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4018         (nnml-save-marks): Use nnml-group-pathname instead of
4019         nnmail-group-pathname.
4020
4021         (nnml-request-create-group, nnml-request-expire-articles)
4022         (nnml-request-move-article, nnml-request-delete-group)
4023         (nnml-deletable-article-p, nnml-possibly-create-directory)
4024         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4025         (nnml-open-marks): Bind file-name-coding-system to
4026         nnmail-pathname-coding-system.
4027
4028         (nnml-request-article): Pass server argument to nnml-find-group-number.
4029         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4030         server argument to nnml-possibly-create-directory.
4031         (nnml-request-accept-article): Pass server argument to
4032         nnml-active-number and nnml-save-mail.
4033         (nnml-find-group-number): Pass server argument to nnml-find-id.
4034         (nnml-request-update-info): Pass server argument to
4035         nnml-marks-changed-p.
4036
4037         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4038         (nnml-save-mail, nnml-active-number): Add server argument.
4039
4040         (nnml-request-delete-group): Warn if group is missing.
4041         (nnml-get-nov-buffer): Decode group name.
4042         (nnml-generate-active-info): Encode group name.
4043         (nnml-open-marks): Decode group name in messages.
4044
4045 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4048         if it is not specified.
4049         (gnus-article-pipe-part, gnus-article-save-part)
4050         (gnus-article-interactively-view-part, gnus-article-copy-part)
4051         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4052         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4053         (gnus-article-replace-part, gnus-article-delete-part)
4054         (gnus-article-view-part-as-type): Pass raw prefix argument to
4055         gnus-article-part-wrapper.
4056
4057 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * gnus-agent.el (gnus-agent-save-active): Bind
4060         nnheader-file-coding-system to gnus-agent-file-coding-system.
4061
4062         * gnus-cache.el (gnus-cache-save-buffers)
4063         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4064         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4065         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4066         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4067         (gnus-cache-generate-active, gnus-cache-rename-group)
4068         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4069         (gnus-cache-update-overview-total-fetched-for): Bind
4070         file-name-coding-system to nnmail-pathname-coding-system.
4071         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4072         variables.
4073         (gnus-cache-decoded-group-name): New function.
4074         (gnus-cache-file-name): Use it.
4075         (gnus-cache-generate-active): Use non-decoded group name for active.
4076
4077         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4078         right place.
4079         (gnus-write-active-file): Don't break non-ASCII group names.
4080
4081         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4082         nnmail-pathname-coding-system.
4083
4084         * lpath.el: Bind default-file-name-coding-system,
4085         file-name-coding-system and language-info-alist for XEmacs.
4086
4087         * gnus-uu.el (gnus-uu-decode-save): Typo.
4088
4089 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4092
4093 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4096         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4097         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4098         (gnus-agent-flush-group, gnus-agent-flush-cache)
4099         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4100         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4101         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4102         (gnus-agent-regenerate-group)
4103         (gnus-agent-update-files-total-fetched-for)
4104         (gnus-agent-update-view-total-fetched-for): Bind
4105         file-name-coding-system to nnmail-pathname-coding-system.
4106         (gnus-agent-group-pathname): Don't encode file names by
4107         nnmail-pathname-coding-system.
4108         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4109         coding-system-for-write instead of buffer-file-coding-system to
4110         gnus-agent-file-coding-system.
4111
4112         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4113         Decode group name.
4114
4115         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4116
4117         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4118         (gnus-read-newsrc-el-file): Make group names unibyte.
4119
4120         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4121         nnmail-pathname-coding-system.
4122
4123         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4124         (nnrss-request-delete-group): Bind file-name-coding-system to
4125         nnmail-pathname-coding-system.
4126         (nnrss-read-server-data, nnrss-read-group-data): Bind
4127         file-name-coding-system correctly.
4128         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4129
4130         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4131         (nntp-server-to-method-cache): New variable.
4132         (nntp-group-pathname): New function that decodes non-ASCII group names.
4133         (nntp-possibly-create-directory, nntp-marks-changed-p)
4134         (nntp-save-marks, nntp-open-marks): Use it.
4135         (nntp-possibly-create-directory, nntp-open-marks):
4136         Bind file-name-coding-system to nnmail-pathname-coding-system.
4137         (nntp-open-marks): Decode group names when bootstrapping marks.
4138
4139         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4140         Newsgroups and Folowup-To headers.
4141
4142 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4145         (gnus-server-closed-face, gnus-server-denied-face)
4146         (gnus-server-offline-face): Remove variable.
4147         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4148
4149         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4150         of modifying message-stack directly for XEmacs.
4151
4152         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4153         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4154         if the coding-system argument is nil for XEmacs.
4155
4156         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4157         mm-charset-override-alist.
4158
4159         * rfc2047.el: Don't require base64; require rfc2045 for the function
4160         rfc2045-encode-string.
4161         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4162         to quote the parameter value.
4163
4164 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4167         form in gnus-group-name-charset-method-alist.
4168
4169         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4170         overrides the default layout edit-form.
4171
4172         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4173
4174         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4175
4176 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4179         as unfetched articles.
4180
4181 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4182
4183         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4184
4185 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4186
4187         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4188         original back end that keeps marks in the local system.
4189
4190 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4193         arg of pop-to-buffer for XEmacs.
4194         (gnus-article-read-summary-keys): Ditto; don't restore window
4195         configuration if summary command ends up with neither article buffer
4196         nor summary buffer; describe bindings if summary keys end with C-h.
4197
4198 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * message.el (message-fix-before-sending): Skip raw message part to be
4201         forwarded while checking illegible text.
4202         (message-forward-make-body-mime, message-forward-make-body): Mark
4203         signed or encrypted raw message as having no illegible text.
4204
4205 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4208         (gnus-message-with-timestamp-1): New macro.
4209         (gnus-message-with-timestamp): New function.
4210         (gnus-message): Use them.
4211
4212         * nnheader.el (nnheader-message): Use them.
4213
4214 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4215
4216         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4217         .newsrc.eld file.
4218
4219 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * gnus-agent.el (gnus-agent-fetch-headers)
4222         (gnus-agent-retrieve-headers): Bind
4223         gnus-decode-encoded-address-function to identity.
4224
4225         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4226         available also when the server returns simply a dot.
4227
4228         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4229
4230 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4231
4232         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4233
4234 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * gnus-ems.el (gnus-x-splash): Make it work.
4237
4238         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4239         from being used.
4240
4241         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4242
4243 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4244
4245         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4246         4th and the 5th arguments.
4247
4248         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4249         the front stickiness.
4250         (gnus-article-summary-command-nosave): Correct the order of the
4251         arguments passed to pop-to-buffer.
4252         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4253         summary command ends up with the article buffer.
4254
4255         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4256         the same faces.
4257
4258 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4259
4260         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4261
4262 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4263
4264         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4265         * gnus-sum.el (gnus-summary-highlight):
4266         * pgg.el (pgg-sign-region, pgg-sign):
4267         * mail-source.el (mail-source-delete-old-incoming-confirm):
4268         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4269
4270 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4271
4272         * gnus-art.el (gnus-mime-view-part-externally)
4273         (gnus-mime-view-part-internally): Fix predicate function passed to
4274         completing-read.
4275
4276         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4277
4278         * gnus.el (gnus-update-message-archive-method): Add :version.
4279
4280 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * gnus.el (gnus-update-message-archive-method): New variable.
4283
4284         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4285         according to gnus-message-archive-method if
4286         gnus-update-message-archive-method is non-nil.
4287
4288 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4291         by Loic Dachary <loic@dachary.org>.
4292         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4293
4294 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4295
4296         * message.el (message-pop-to-buffer): Add switch-function argument.
4297         (message-mail): Pass switch-function argument to it.
4298
4299 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4300
4301         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4302         Improve doc string.
4303
4304 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4305
4306         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4307         (gnus-header-content)
4308         * gnus-cite.el (gnus-cite-10)
4309         * gnus-srvr.el (gnus-server-closed)
4310         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4311         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4312         (gnus-group-mail-3-empty, gnus-group-mail-low)
4313         (gnus-group-mail-low-empty, gnus-splash)
4314         * message.el (message-header-to, message-header-cc)
4315         (message-header-subject, message-header-other, message-header-name)
4316         (message-header-xheader, message-separator, message-cited-text)
4317         (message-mml): Lighten colors of faces used for dark background.
4318
4319 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4320
4321         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4322         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4323
4324 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * message.el (message-narrow-to-headers-or-head):
4327         Ignore mail-header-separator in the body.
4328
4329 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4332         same as window size.
4333
4334 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4335
4336         * message.el (message-font-lock-keywords): Use message-header-xheader
4337         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4338         ahead of the anything pattern, to get it recognised.
4339
4340 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4341
4342         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4343         spam.el loads uses it in the compiled defadvice form.
4344
4345 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4346
4347         * gnus-sum.el (gnus-articles-to-read)
4348         (gnus-summary-insert-old-articles): Don't truncate group name for
4349         `read-string'.
4350
4351         * gnus-util.el (gnus-limit-string): Delete this function.
4352
4353         * gnus-sum.el (gnus-simplify-subject-fully): Use
4354         `truncate-string-to-width' instead.
4355
4356 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4357
4358         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4359         if, on summary exit, the next group has to be selected.
4360         (gnus-summary-exit): Use it.
4361
4362 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4363
4364         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4365         non-break space.
4366
4367 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4370         Check if group is not a directory.
4371         (nnfolder-request-expire-articles): Don't delete articles if the target
4372         group is not available.
4373
4374         * nnml.el (nnml-request-create-group): Properly check if group is not a
4375         file.
4376         (nnml-request-expire-articles): Don't delete articles if the target
4377         group is not available.
4378
4379         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4380         Don't quote characters that are within parentheses.
4381
4382 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4383
4384         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4385         (gnus-handle-ephemeral-exit): Select article according to it.
4386
4387 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4388
4389         * message.el (message-insert-formated-citation-line): Remove newline.
4390         (message-citation-line-format): Add final \n here so that the user can
4391         avoid a blank line.
4392
4393 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4394
4395         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4396         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4397         Update lanl/arXiv support.
4398
4399 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4400
4401         * gnus.el: Bump version number.
4402
4403 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404
4405         * gnus.el (gnus-version-number): Bump version.
4406
4407 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4408
4409         * gnus.el: No Gnus v0.6 is released.
4410
4411 2007-04-27  Didier Verna  <didier@xemacs.org>
4412
4413         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4414         * gmm-utils.el (gmm-regexp-concat): here.
4415         * message.el: Don't require 'gnus-util.
4416         (message-dont-reply-to-names): Handle name change above.
4417         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4418
4419 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4420
4421         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4422         since the initial value varies according to the system.
4423
4424 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4427
4428 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4429
4430         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4431
4432 2007-04-24  Didier Verna  <didier@xemacs.org>
4433
4434         Improve the type of gnus-ignored-from-addresses.
4435         * gnus-util.el (gnus-orify-regexp): New function.
4436         * message.el (gnus-util): Require it.
4437         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4438         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4439         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4440
4441 2007-04-24  Didier Verna  <didier@xemacs.org>
4442
4443         * gnus-sum.el:
4444         * gnus-utils.el: Fix some trailing whitespaces.
4445
4446 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4449         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4450         article's Message-ID; refer parent article in summary buffer.
4451
4452         * message.el (message-bounce): Call mime-to-mml.
4453
4454         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4455         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4456         optimize and/or forms properly.
4457
4458 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4459
4460         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4461         URL.
4462
4463 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4464
4465         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4466
4467 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4468
4469         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4470         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4471         displayed of multipart/alternative part if it is invoked from summary
4472         buffer.
4473
4474         * mm-view.el (mm-inline-text-html-render-with-w3m)
4475         (mm-inline-text-html-render-with-w3m-standalone)
4476         (mm-inline-render-with-function): Use mail-parse-charset by default.
4477
4478 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4479
4480         * parse-time.el (parse-time-string-chars): Check if CHAR
4481         is less than the length of parse-time-syntax.
4482
4483 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4484
4485         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4486         from gnus-newsgroup-processable.
4487
4488 2007-04-16  Didier Verna  <didier@xemacs.org>
4489
4490         * gnus-msg.el (gnus-configure-posting-styles): Handle
4491         message-signature-directory properly with :file syntax.  Reported by
4492         "Leo".
4493
4494 2007-04-11  Didier Verna  <didier@xemacs.org>
4495
4496         New user option: message-signature-directory.
4497         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4498         * message.el (message-insert-signature): Ditto.
4499         * message.el (message-signature-file): Doc update.
4500         * message.el (message-signature-directory): New.
4501
4502 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4503
4504         * gnus-msg.el (gnus-inews-yank-articles): Use
4505         message-exchange-point-and-mark instead of exchange-point-and-mark.
4506
4507 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4508
4509         * message.el (message-yank-original): Make sure cited text ends with
4510         newline; don't exchange point and mark.
4511
4512 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4513
4514         * tls.el (open-tls-stream): Properly handle case where there
4515         is no associated buffer.
4516
4517 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4518
4519         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4520         message-yank-original, make sure (< mark TEXT point).
4521
4522 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4523
4524         * message.el (message-fill-column): New variable.
4525         (message-mode): Use it.  Add comment on a possible new hook.
4526
4527         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4528         (nnmail-get-new-mail): Reformat.
4529
4530         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4531
4532         * gmm-utils.el: Fix Commentary.
4533         (gmm-tool-bar-from-list): Fix typo in doc string.
4534
4535 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4536
4537         * message.el (message-yank-original): Don't switch point and mark
4538         unnecessarily to put point and mark as documented.
4539
4540 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4541
4542         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4543         from the message heads.
4544
4545 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4546
4547         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4548         article buffer does not have a window.  This may not be the best
4549         solution but is certainly better than setting the start of the null,
4550         that is the current, window.
4551
4552 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4553
4554         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4555         (gnus-draft-setup): Run it.
4556
4557         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4558         gnus-score-fast-scoring.  Allow regexp.
4559         (gnus-score-headers): Use it.
4560
4561         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4562         XEmacs.
4563
4564         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4565         string.
4566         (gnus-button-alist): Also catch `<f1> k ...'.
4567         (gnus-treat-display-x-face): Fix doc string.
4568
4569 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4570
4571         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4572         evaluation of gnus-extended-version to ensure correct generation of the
4573         User-Agent header when message-generate-headers-first is used.
4574
4575 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4576
4577         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4578         hashcash-path is nil.  Don't call callback with incorrect number of
4579         parameters if val is 0.
4580
4581 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4582
4583         * message.el (message-required-news-headers):
4584         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4585
4586 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4587
4588         * tls.el (open-tls-stream): In handshake-waiting loop,
4589         don't wait more if there is output available to process.
4590
4591 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4592
4593         * tls.el (tls-program): Doc fix.
4594
4595 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4596
4597         * message.el (message-generate-new-buffers): Change the meaning of the
4598         nil value; add `standard' to the choices; treat t as `unique'; improve
4599         doc string.
4600         (gnus-select-frame-set-input-focus): Autoload.
4601         (message-buffer-name): Search for the existing message buffer if
4602         message-generate-new-buffers is nil or `standard'; treat the value t of
4603         message-generate-new-buffers as `unique'.
4604         (message-pop-to-buffer): Raise the frame already displaying the message
4605         buffer; clear the echo area after querying.
4606         (message-setup): Pass the `continue' argument to compose-mail.
4607         (message-mail): Prefer `switch-function' if it is given; search for the
4608         existing message buffer if the `continue' argument is non-nil; pass
4609         continue and switch-function arguments to compose-mail by way of
4610         message-setup.
4611         (message-mail-other-window): Adjust argument of message-setup.
4612         (message-mail-other-frame): Ditto.
4613
4614 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4617         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4618         to turn font-lock on when turning gnus-message-citation-mode on.
4619
4620 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4621
4622         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4623         (mml-smime-function-alist): New variable; add epg as the backend.
4624         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4625         mml-smime- functions instead.
4626         * mm-view.el: Require smime.
4627
4628 2007-03-05  Didier Verna  <didier@xemacs.org>
4629
4630         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4631         instead of just inheritance for posting styles.
4632         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4633
4634 2007-02-24  Chris Moore  <dooglus@gmail.com>
4635
4636         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4637         * pgg-pgp.el (pgg-pgp-encrypt-region):
4638         * pgg-gpg.el (pgg-gpg-encrypt-region):
4639         Check pgg-encrypt-for-me if no other recipients.
4640
4641 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4642
4643         * tls.el (tls-certtool-program): Fix custom type.
4644
4645 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4648         and point-at-eol instead of line-(beginning|end)-position.
4649
4650         * assistant.el (assistant-parse-buffer): Ditto.
4651
4652         * netrc.el (netrc-parse-services): Ditto.
4653
4654 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4655
4656         * mml2015.el (mml2015-epg-find-usable-key): New function.
4657         (mml2015-epg-sign): Use it.
4658         (mml2015-epg-encrypt): Use it.
4659
4660 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4661
4662         * message.el (message-make-in-reply-to): Quote name containing
4663         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4664         if there are special characters.  Reported by NAKAJI Hiroyuki
4665         <nakaji@jp.freebsd.org>.
4666
4667 2007-02-27  Didier Verna  <didier@xemacs.org>
4668
4669         Include the group parameters as well as the topic ones in the
4670         inheritance filter process.
4671         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4672         argument GROUP-PARAMS-LIST.
4673         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4674
4675 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * nntp.el (nntp-never-echoes-commands)
4678         (nntp-open-connection-functions-never-echo-commands): New variables.
4679         (nntp-send-command): Use them.
4680
4681 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4682
4683         * mml2015.el (mml2015-epg-verify): Simplified.
4684
4685 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * mml.el (mml-content-disposition-alist): New user option.
4688         (mml-content-disposition): New function.
4689         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4690         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4691
4692 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4693
4694         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4695         verification.
4696
4697 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4698
4699         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4700         articles posted in the last 24 hours.
4701
4702 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4703
4704         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4705
4706 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4707
4708         * nntp.el (nntp-send-command): Don't wait for echoes when
4709         nntp-open-ssl-stream is used.
4710
4711 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4712
4713         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4714         (gnus-message-add-citation-keywords)
4715         (gnus-message-remove-citation-keywords): Remove.
4716         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4717         directly, make the variables in font-lock-defaults buffer-local, add
4718         gnus-message-citation-keywords to them and then update the value of
4719         font-lock-keywords.
4720
4721 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * message.el (message-cite-original-1): Don't call
4724         gnus-article-highlight-citation.
4725
4726         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4727         citations; fix line count.
4728
4729 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4732         (gnus-message-add-citation-keywords)
4733         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4734         versions of font-lock-add-keywords and font-lock-remove-keywords to
4735         work with XEmacs correctly.
4736
4737 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-cite.el (gnus-cite-face-list): Set the values of
4740         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4741         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4742         (gnus-message-cite-prefix-regexp): New variable.
4743         (gnus-message-search-citation-line): Use it; protect against long
4744         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4745         the 0th match data for Emacs.
4746         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4747         (gnus-message-add-citation-keywords): Append keywords rather than
4748         prepending; emulate font-lock-add-keywords if it is not available.
4749         (gnus-message-remove-citation-keywords): Emulate
4750         font-lock-remove-keywords if it is not available.
4751
4752         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4753
4754         * message.el (message-cite-prefix-regexp): Set the value of
4755         gnus-message-cite-prefix-regexp.
4756
4757 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4758
4759         * nnweb.el (nnweb-google-parse-1): Update parser.
4760
4761 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4762
4763         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4764
4765 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4766
4767         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4768         regexp.
4769
4770 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4771
4772         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4773         string-to-multibyte.
4774         (uudecode-decode-region-internal): Use it.
4775
4776         * lpath.el: Fbind string-as-multibyte for XEmacs.
4777
4778 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4779
4780         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4781         custom choice.
4782
4783         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4784
4785 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4786
4787         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4788
4789         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4790         `write-region' to respect `mm-inhibit-file-name-handlers'.
4791
4792 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4793
4794         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4795         Use gnus-home-directory instead of "~/" or "$HOME".
4796
4797 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4798
4799         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4800         to mention filename.
4801         Add comments at beginning regarding usage.
4802         (encrypt-write-file-contents): Change interactive so a string is
4803         acceptable.  If the file has no associated model, show an error instead
4804         of a nonsense prompt.
4805
4806 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4807
4808         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4809         Thanks to Yoshihiko Yamada for kind notification of this typo.
4810
4811 2007-01-12  Kenichi Handa  <handa@m17n.org>
4812
4813         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4814         multibyte buffer.
4815
4816 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4817
4818         * gnus-score.el (gnus-score-fast-scoring): New variable.
4819         (gnus-score-headers): Use it.
4820
4821         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4822
4823         * message.el (message-cite-original-1): Call
4824         gnus-article-highlight-citation if requested.
4825         (message-make-from): Allow name and address as optional arguments.
4826
4827         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4828
4829         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4830         bugs to doc string.
4831         (gnus-button-alist): Add mid\\|message-id.
4832         (gnus-button-fetch-group): Extend for use in
4833         `browse-url-browser-function'.
4834         (gnus-button-url-regexp): Try to catch paired parentheses like in
4835         Wikipedia URLs.
4836
4837         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4838         Suggested by Simon Krahnke <overlord@gmx.li>.
4839
4840 2007-01-13  Romain Francoise  <romain@orebokech.com>
4841
4842         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4843         Update copyright.
4844
4845 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4846
4847         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4848
4849 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4850
4851         * gnus-registry.el (gnus-registry-unfollowed-groups)
4852         (gnus-registry-split-fancy-with-parent): Fix documentation.
4853
4854 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4857         from nnweb groups.
4858
4859 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4860
4861         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4862         Xref urls.  Erase buffer before requesting head.
4863
4864 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4865
4866         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4867         customizable.
4868
4869 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4870
4871         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4872         no signing key is found.
4873         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4874         no encrypting and/or signing key is found.
4875
4876 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4877
4878         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4879
4880 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4881
4882         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4883         headers read from disk with the ones newly found in the current search.
4884         This should no longer cause problems, because the article numbers in
4885         Gmane's `nov.php' output are ignored since the previous change.
4886
4887 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4888
4889         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4890
4891 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4894         replace-regexp-in-string; bind url-version; fbind display-images-p and
4895         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4896         find-face and set-itimer-function for Emacs; bind itimer-list for
4897         Emacs.
4898
4899         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4900
4901 2007-01-01  Romain Francoise  <romain@orebokech.com>
4902
4903         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4904
4905 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4906
4907         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4908         `define-minor-mode' macro definition expanded properly.
4909         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4910         exclude it there.
4911
4912         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4913         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4914         `fboundp' test.
4915         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4916         This is OK to autoload in (S)XEmacs now.
4917
4918 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4921         keystroke.
4922         (gnus-summary-limit-to-singletons): Fix typo.
4923
4924         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4925         else fails.
4926
4927 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4928
4929         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4930         docstring.
4931
4932         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4933         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4934         (gnus-summary-insert-dormant-articles): Fix typo in message.
4935
4936 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4937
4938         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4939         nil for XEmacs.
4940         (gnus-message-citation-mode): Don't autoload in XEmacs.
4941
4942         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4943
4944 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4945
4946         * nnimap.el (nnimap-expunge-search-string): Mention
4947         nnimap-search-uids-not-since-is-evil in docstring.
4948
4949 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4950
4951         * spam.el: Revert to make-obsolete-variable because
4952         define-obsolete-variable-alias is not supported in Emacs 21.
4953
4954         * spam.el (spam-ifile-path, spam-ifile-database-path)
4955         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4956         make-obsolete-variable.
4957         (spam-bsfilter-path, spam-bsfilter-program)
4958         (spam-spamassassin-path, spam-spamassassin-program)
4959         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4960         use "path" inappropriately.
4961         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4962         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4963         variable names.
4964
4965 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4966
4967         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4968         summary buffer.
4969
4970         * password.el (password-cache-remove): Use clear-string to burn
4971         password, if available.
4972
4973 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4974
4975         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4976
4977         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4978
4979         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4980         (gnus-message-highlight-citation): Move defcustom here from
4981         gnus-cite.el.
4982         (gnus-message-citation-mode): Autoload.
4983
4984         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
4985         checks to make it compile with XEmacs.
4986         (gnus-message-citation-mode): New minor mode.
4987         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4988         (gnus-message-highlight-citation): New variables.
4989         (gnus-message-search-citation-line)
4990         (gnus-message-add-citation-keywords)
4991         (gnus-message-remove-citation-keywords)
4992         (turn-on-gnus-message-citation-mode)
4993         (turn-off-gnus-message-citation-mode): New functions.
4994
4995 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
4996
4997         * gnus-cite.el: Enable highlighting of different citation levels in
4998         message-mode.
4999
5000 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5001
5002         * message.el (message-make-fqdn): Fix comment.
5003         (message-bogus-system-names): Add ".local".
5004
5005         * spam.el (spam-ifile-path, spam-ifile-program)
5006         (spam-ifile-database-path, spam-ifile-database)
5007         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5008         Don't use "path" inappropriately.
5009         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5010         strings.
5011         (spam-check-ifile, spam-ifile-register-with-ifile)
5012         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5013         new variable names.
5014
5015         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5016         (gnus-treat-display-smileys): Simplify using
5017         gnus-image-type-available-p.
5018
5019         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5020         available.
5021
5022         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5023         `display-images-p' if available.
5024
5025 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5026
5027         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5028         one after turning on the buffer's multibyteness instead of decoding
5029         them directly in the unibyte buffer that causes unexpected conversion
5030         in Emacs 23 (unicode).
5031
5032 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5033
5034         * message.el (message-generate-hashcash): Fix custom type.
5035
5036 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5037
5038         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5039
5040 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5041
5042         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5043         disconnect icons.  Add help text.
5044
5045 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5046
5047         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5048         negated to be consistent with the others we handle.
5049
5050 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5051
5052         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5053         version of gnus-summary-buffer to something, so that we can use two
5054         article buffers at the same time.
5055
5056 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5057
5058         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5059         trigger all the extra headers.
5060         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5061         sorting.
5062
5063 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5064
5065         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5066         solid groups.
5067
5068 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5069
5070         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5071
5072 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5073
5074         * legacy-gnus-agent.el: Add Copyright notice.
5075
5076 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5077
5078         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5079
5080 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081
5082         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5083
5084         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5085         to make it work reliably in CVS Emacs.
5086         (gnus-summary-limit-strange-charsets-predicate)
5087         (gnus-summary-limit-to-predicate): New functions.
5088
5089 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5090
5091         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5092         specifying array size.
5093         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5094         array if it is too small.
5095         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5096         (gnus-sort-threads-loop): New function.
5097
5098 2006-12-06  Chris Moore  <dooglus@gmail.com>
5099
5100         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5101         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5102
5103 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5104
5105         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5106         options.
5107
5108 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5109
5110         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5111         DOS-ing the recipient.
5112
5113         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5114         the headers when creating the mapping to avoid mismappings.
5115         (nnweb-gmane-create-mapping): Always nix out old mapping.
5116
5117 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5120         and mm-verify-option to never.
5121
5122 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5123
5124         * message.el (message-signed-or-encrypted-p): New function.
5125         (message-forward-make-body): Use it.
5126
5127         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5128         Replace encode-coding-string with mm-encode-coding-string.
5129
5130 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5131
5132         * nneething.el (nneething-decode-file-name): Replace
5133         decode-coding-string with mm-decode-coding-string.
5134
5135         * gnus-int.el (gnus-open-server): Say failed server's name.
5136
5137 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5138
5139         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5140         strings to a single string.  Quote `errors-file-name'.
5141         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5142         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5143         Adjust calls.  Use `shell-quote-argument'.
5144
5145 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5146
5147         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5148         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5149
5150         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5151         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5152         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5153         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5154         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5155         (gnus-subscribe-newsgroup, gnus-1):
5156         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5157         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5158         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5159         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5160
5161 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5162
5163         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5164         keystroke.
5165         (gnus-summary-limit-to-bodies): Implement headersp.
5166
5167 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5170
5171 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5172
5173         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5174
5175 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5176
5177         * message.el (message-generate-hashcash): Expand range of values to
5178         include `opportunistic'.
5179         (message-send-mail): Use it.
5180
5181 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5182
5183         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5184         and comment it.
5185
5186         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5187
5188 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5189
5190         * gnus-util.el (gnus-extract-address-components): Improve comment.
5191
5192 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-util.el (gnus-extract-address-components): Work with address in
5195         which the name portion contains @.
5196
5197         * lpath.el: Fbind custom-autoload.
5198
5199 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5200
5201         * gnus.el (gnus-start): Move custom group up.
5202         (gnus-select-method): Don't autoload, but make it available for
5203         `customize-variable'.
5204         (gnus-getenv-nntpserver): Don't autoload.
5205
5206 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5207
5208         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5209
5210 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5211
5212         * message.el (message-sendmail-extra-arguments): New variable.
5213         (message-send-mail-with-sendmail): Use it.
5214
5215 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5218         mm-with-unibyte-current-buffer to make string unibyte.
5219
5220         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5221         mm-string-as-multibyte.
5222
5223 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5224
5225         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5226         Reported by Werner Koch <wk@gnupg.org>.
5227
5228 2006-11-14  Daiki Ueno  <ueno@p360>
5229
5230         * mml2015.el: Autoload epa-select-keys when compiling.
5231
5232 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5233
5234         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5235         message-options.
5236         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5237
5238 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5239
5240         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5241         EasyPG (< 0.0.6).
5242         (mml2015-always-trust): New user option.
5243         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5244         prompt.
5245
5246 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5247
5248         * nntp.el (nntp-authinfo-force): New variable.
5249         (nntp-send-authinfo): Use it.
5250
5251 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5252
5253         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5254         decode encoded words.  Improve prompt.  Add comment about forwarding.
5255         (message-replacement-char): Move up.
5256
5257 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5258
5259         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5260         instead of gnus-intersection because arguments of gnus-sorted-nunion
5261         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5262
5263 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5264
5265         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5266         (message-simplify-subject-functions): Enable
5267         message-strip-subject-encoded-words by default.
5268
5269 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5270
5271         * message.el (message-strip-subject-encoded-words): New function
5272         (message-simplify-subject-functions): New variable.
5273         (message-simplify-subject): Use it.  Fix typo in doc string.
5274         Support message-strip-subject-encoded-words.
5275
5276 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5277
5278         * gnus-diary.el (gnus-diary-delay-format-function):
5279         * nndiary.el (nndiary-reminders):
5280         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5281
5282 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * gnus-art.el (article-hide-boring-headers): Fetch date from
5285         gnus-original-article-buffer to avoid problems with localized date
5286         strings.
5287
5288 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5289
5290         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5291
5292 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5295         New variables.
5296         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5297         (mm-charset-synonym-alist): Move some entries to
5298         mm-codepage-iso-8859-list.
5299         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5300         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5301
5302 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5305
5306 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5309         with Emacs 21 and XEmacs.
5310
5311 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5312
5313         * spam.el (spam-parse-address): New function for better parsing,
5314         catching errors, etc.
5315         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5316
5317 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * mm-view.el: Add interactive arg to html2text autoload.
5320
5321 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5324
5325 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5328         variables.
5329         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5330         (mm-charset-synonym-alist): Move some entries to
5331         mm-codepage-iso-8859-list.
5332
5333         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5334
5335 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         * message.el (message-citation-line-format)
5338         (message-insert-formated-citation-line): Fix implementation of %E, %N
5339         and %n according to the doc string.
5340
5341 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5342
5343         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5344         car-safe to avoid bad parses.
5345
5346 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5347
5348         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5349         names.
5350
5351         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5352
5353 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5356         header.
5357
5358         * message.el (message-draft-headers): Add Date.
5359         (message-headers-to-generate): Fix typo in docstring.
5360
5361         * nndraft.el (nndraft-required-headers): New variable.
5362         (nndraft-generate-headers): Use it.
5363
5364         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5365
5366 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5367
5368         * gnus-registry.el (gnus-registry-wash-for-keywords)
5369         (gnus-registry-find-keywords): New functions to allow easy searching of
5370         articles that are in the registry.
5371
5372 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5373
5374         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5375         ietf-drums-parse-address instead of gnus-extract-address-components.
5376         Reported by Damien Elmes <damien@repose.cx>.
5377
5378 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5379
5380         * gnus.el (gnus-mime): Remove unused custom group.
5381
5382 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5383
5384         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5385         "blank line" when searching for end of armor headers.
5386
5387 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * gmm-utils.el (gmm-write-region): Fix variable name.
5390
5391 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5392
5393         * gmm-utils.el (gmm-write-region): New function based on compatibility
5394         code from `mm-make-temp-file'.
5395
5396         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5397
5398         * nnmaildir.el (nnmaildir--update-nov)
5399         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5400         Use `gmm-write-region'.
5401
5402 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5403
5404         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5405         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5406
5407         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5408
5409         * message.el (message-replacement-char): New variable.
5410         (message-fix-before-sending): Use it.
5411         (message-simplify-subject): New function to remove duplicate code.
5412         (message-reply, message-followup): Use it.
5413
5414         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5415         gnus-summary-limit-to-articles.
5416
5417 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * gnus-util.el (gnus-with-local-quit): New macro.
5420
5421         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5422
5423 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5424
5425         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5426         ignore non-string data.
5427
5428 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5429
5430         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5431         non-string data (needs to be done in the registry too).
5432
5433 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5434
5435         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5436         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5437         (gnus-registry-split-fancy-with-parent)
5438         (gnus-registry-fetch-simplified-message-subject-fast)
5439         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5440         Remove text properties on ingress into the registry and when it's saved.
5441         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5442         registry from entries with no groups.
5443
5444 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5445
5446         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5447         function to remove string properties.
5448
5449 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5450
5451         * gmm-utils.el (gmm): Adjust custom version.
5452
5453         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5454         custom version.
5455
5456         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5457
5458 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5459
5460         * gnus-art.el (gnus-insert-prev-page-button)
5461         (gnus-insert-next-page-button): Simplify.  Reformat.
5462
5463 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5464
5465         * gnus-art.el (gnus-insert-prev-page-button)
5466         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5467
5468 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5469
5470         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5471
5472 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5473
5474         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5475         gnus-article-button-face to MIME and security buttons.
5476
5477 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5478
5479         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5480         readable.
5481
5482 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5483
5484         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5485
5486 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5487
5488         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5489         `browse-url-of-file' instead of `browse-url'.
5490
5491 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5492
5493         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5494         regexp.  Articles containing quotation were cut prematurely.
5495
5496 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5497
5498         * message.el (message-cite-original-1): Use nobody by default for the
5499         value of From header.
5500         (message-reply): Ditto.
5501
5502 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5503
5504         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5505         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5506         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5507
5508 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5509
5510         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5511         mails in the doc string.  Add some URLs in comment.
5512         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5513
5514 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5517         backslashes handling and the way to find boundaries of quoted strings.
5518
5519 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5520
5521         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5522         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5523         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5524         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5525
5526 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5529         doc string.
5530         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5531
5532 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * lpath.el: Fbind epg-check-configuration.
5535
5536 2006-09-06  Simon Josefsson  <jas@extundo.com>
5537
5538         * mml2015.el (mml2015-use): Doc fix, mention epg.
5539
5540 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5541
5542         * mml2015.el (mml2015-use): Default to epg, if available.
5543
5544 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5545
5546         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5547         message-sender.
5548         (mml1991-epg-encrypt): Ditto.
5549         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5550         message-sender.
5551         (mml2015-epg-encrypt): Ditto.
5552
5553 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5554
5555         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5556         several common directories.
5557
5558 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5559
5560         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5561         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5562
5563 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5564
5565         * gnus-art.el (article-decode-encoded-words): Make it fast.
5566
5567 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5568
5569         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5570
5571         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5572         in quoted string into `\'.
5573
5574 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5577         Use standard-syntax-table.
5578
5579 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5580
5581         * gnus-art.el (gnus-decode-address-function): New variable.
5582         (article-decode-encoded-words): Use it to decode headers which are
5583         assumed to contain addresses.
5584         (gnus-mime-delete-part): Remove useless `or'.
5585
5586         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5587         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5588         (gnus-nov-parse-line): Use it to decode From header.
5589         (gnus-get-newsgroup-headers): Ditto.
5590         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5591
5592         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5593         (mail-decode-encoded-address-string): New alias.
5594
5595         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5596         New function.
5597         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5598         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5599         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5600         (rfc2047-decode-string): Ditto.
5601         (rfc2047-decode-address-region): New function.
5602         (rfc2047-decode-address-string): New function.
5603
5604 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5605
5606         * message.el (message-caesar-buffer-body): Allow rotating headers.
5607
5608         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5609
5610         * message.el (message-insert-formated-citation-line): Fix %f.
5611         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5612
5613 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5614
5615         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5616         (gnus-bookmark-mouse-available-p): New macro.
5617         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5618         (gnus-bookmark-bmenu-show-infos): Use it.
5619         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5620         (gnus-bookmark-bmenu-hide-infos): Ditto.
5621         (gnus-bookmark-remove-properties): New function.
5622         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5623         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5624         (gnus-bookmark-write-file): Bind coding-system-for-write.
5625         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5626         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5627         group before selecting it.
5628         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5629         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5630         quit-window if it is not available; use gnus-mouse-2 and bind it to
5631         gnus-bookmark-bmenu-select-by-mouse.
5632         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5633         (gnus-bookmark-bmenu-select-by-mouse): New function.
5634
5635 2006-08-13  Romain Francoise  <romain@orebokech.com>
5636
5637         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5638         space.
5639
5640 2006-08-10  Romain Francoise  <romain@orebokech.com>
5641
5642         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5643         (dns-mode-soa-auto-increment-serial): New user option.
5644         (dns-mode-soa-maybe-increment-serial): New function.
5645         (dns-mode): Add the latter to `write-contents-functions'.
5646
5647 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * compface.el (uncompface): Use binary rather than raw-text-unix.
5650
5651 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * compface.el (uncompface): Make sure the eol conversion doesn't take
5654         place when communicating with the external programs.  Reported by
5655         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5656
5657 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5660
5661 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5662
5663         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5664         Make it more robust by parsing author and date independently.
5665
5666 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5669
5670 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5671
5672         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5673         first matching secret key.
5674         (mml2015-epg-encrypt): Ditto.
5675
5676         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5677         first matching secret key.
5678         (mml1991-epg-encrypt): Ditto.
5679
5680         * mml2015.el (mml2015-encrypt-to-self): New user option.
5681         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5682         mml2015-epg-encrypt-to-self is set.
5683
5684         * mml1991.el (mml1991-encrypt-to-self): New variable.
5685         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5686         mml1991-epg-encrypt-to-self is set.
5687
5688         * mml2015.el (mml2015-signers): New user option.
5689         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5690         (mml2015-epg-encrypt): Allow to select signing keys.
5691
5692         * mml1991.el (mml1991-signers): New variable.
5693         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5694         (mml1991-epg-encrypt): Allow to select signing keys.
5695
5696 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * nnheader.el (nnheader-insert-head): Make it work even if the file
5699         uses CRLF for the line-break code.
5700
5701 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5702
5703         * mml2015.el: Require mml-sec instead of password.
5704         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5705         (mml2015-cache-passphrase): Inherit the default value from
5706         mml-secure-cache-passphrase.
5707         (mml2015-passphrase-cache-expiry): Inherit the default value from
5708         mml-secure-passphrase-cache-expiry.
5709
5710         * mml1991.el: Require mml-sec instead of password.
5711         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5712         (mml1991-cache-passphrase): Inherit the default value from
5713         mml-secure-cache-passphrase.
5714         (mml1991-passphrase-cache-expiry): Inherit the default value from
5715         mml-secure-passphrase-cache-expiry.
5716
5717         * mml-sec.el: Require password.
5718         (mml-secure-verbose): New user option.
5719         (mml-secure-cache-passphrase): New user option.
5720         (mml-secure-passphrase-cache-expiry): New user option.
5721
5722 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5723
5724         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5725         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5726         andreas@altroot.de (Andreas Vögele).
5727
5728         FIXME: Use `tiny change'?
5729
5730 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5731
5732         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5733         workaround for the url package included with Emacs.
5734
5735         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5736
5737 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5740         correctly.  This fixes a bug caused by the 2006-05-12 change.
5741
5742 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5743
5744         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5745         some information about the error when saying that the `bogus' mail
5746         group will be used.
5747
5748 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5749
5750         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5751         string.
5752
5753 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5754
5755         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5756
5757 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5758
5759         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5760
5761 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5762
5763         * mml1991.el (mml1991-function-alist): Add epg.
5764         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5765         (mml1991-epg-encrypt): New functions.
5766
5767 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5768
5769         * mml2015.el (mml2015-verbose): New variable.
5770         (mml2015-cache-passphrase): Ditto.
5771         (mml2015-passphrase-cache-expiry): Ditto.
5772         (mml2015-function-alist): Add epg.
5773         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5774         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5775         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5776         functions.
5777
5778 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5779
5780         * message.el (message-cite-original-1): Preserve region when removing
5781         quoted text due to X-No-Archive in order to avoid bogus attribution
5782         when citing multiple messages.
5783
5784 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5785
5786         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5787         Kenneth Jacker <khj@be.cs.appstate.edu>.
5788
5789 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5790
5791         * gnus-diary.el (gnus-user-format-function-d)
5792         (gnus-user-format-function-D): Autoload.
5793
5794         * imap.el (Commentary): Fix typo.
5795
5796         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5797         2006-04-22 contribution.
5798
5799 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5800
5801         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5802         It didn't really fix the bogosity I'm seeing with solid web groups.
5803
5804 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5805
5806         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5807         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5808         created using server names.  If we use the feature without declaring
5809         it, Gnus does not properly manage server and group state.
5810
5811         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5812         bound.
5813
5814 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5815
5816         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5817         looking up the method using GROUP's prefix before inventing a new one.
5818         It is used on killed/unknown groups in various places where returning
5819         an all-new method isn't expected by the caller.
5820
5821         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5822         and match semantics of gnus-group-real-prefix.
5823
5824 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5825
5826         * nnmail.el (nnmail-broken-references-mailers): New variable.
5827         (nnmail-ignore-broken-references): New function generalizing
5828         nnmail-fix-eudora-headers.
5829         (nnmail-fix-eudora-headers): Now obsolete.
5830
5831         * gnus-art.el (gnus-button-handle-custom): Support
5832         `customize-apropos*'.
5833
5834 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5835
5836         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5837
5838         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5839         articles.
5840
5841 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5842
5843         * message.el (message-cite-reply-above): New variable.
5844         (message-yank-original): Use it.
5845
5846 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5847
5848         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5849
5850 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5851
5852         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5853         as read.
5854
5855         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5856
5857 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5860         (gnus-bookmark-default-file): Use gnus-directory.
5861         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5862         Remove "*" in doc string.
5863         (gnus-bookmark-write-file): Simplify.
5864         (gnus-bookmark-maybe-sort-alist): Use `when'.
5865         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5866         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5867         FIXME about Emacs 21 and XEmacs compatibility.
5868         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5869         compatibility.
5870         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5871         compatibility.
5872         (gnus-bookmark-menu-heading): Fix version.
5873
5874 2006-06-19  Bastien Guerry  <bzg@altern.org>
5875
5876         * gnus-bookmark.el: New file.
5877
5878 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * message.el (message-syntax-checks): Doc fix.
5881
5882 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5883
5884         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5885         unsubscribed groups as if they were killed ones.  It causes duplicate
5886         entries in gnus-newsrc-alist.
5887
5888 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * message.el (message-syntax-checks): Doc fix.
5891         (message-send-mail): Add check for continuation headers.
5892         (message-check-news-header-syntax): Fix regexp used to check for
5893         continuation headers.
5894
5895 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5898
5899 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5900
5901         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5902
5903 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5906         default-truncate-lines.
5907
5908 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5911         to fill the utf-8 entry.
5912
5913         * lpath.el: Fbind unicode-precedence-list.
5914
5915 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5916
5917         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5918
5919 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5920
5921         * gnus-agent.el (directory-files-and-attributes): Move all the way
5922         forward (the third and final move).
5923         (gnus-agent-read-agentview): Trap reconstruction errors due to
5924         nonexistant directory.  Handle by returning nil.
5925
5926 2006-05-30  Didier Verna  <didier@xemacs.org>
5927
5928         * message.el (message-dont-reply-to-names): Update the custom type.
5929         * message.el (message-dont-reply-to-names): New defsubst: potentially
5930         convert a list of regexps into a single one.
5931         * message.el (message-get-reply-headers): Use it.
5932         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5933
5934 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * gnus-agent.el (directory-files-and-attributes): Move forward.
5937
5938 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5939
5940         * gnus-ml.el (gnus-mailing-list-subscribe)
5941         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5942         (gnus-mailing-list-message): Fix doc strings.
5943
5944 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5945
5946         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5947         of doing it manually.
5948
5949 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5952         comment.
5953
5954 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5955
5956         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5957         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5958         (gnus-agent-read-local): All symbols allocated in my-obarray
5959         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5960         (gnus-agent-regenerate-group): Check numeric names to see if they are
5961         messages or groups.
5962         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5963         better way of do this...)
5964
5965         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5966         'dummy.group' (there should be a better way of do this...)
5967
5968 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5971         (gnus-saved-headers): Ditto.
5972         (gnus-default-article-saver): Mention functions may have properties.
5973         (gnus-article-save): Override gnus-save-all-headers and
5974         gnus-saved-headers by :headers property which saver function may have.
5975         (gnus-summary-save-in-file): Add :headers property.
5976         (gnus-summary-write-to-file): Ditto.
5977
5978         * gnus-sum.el (gnus-summary-save-article): Bind
5979         gnus-prompt-before-saving to t when saving many articles in a file;
5980         always show all headers.
5981
5982         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
5983
5984 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
5985
5986         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5987         marks.
5988
5989         * message.el (message-indent-citation): Add optional arguments to allow
5990         using it outside of message buffers.
5991
5992         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5993         (gnus-article-treat-unfold-headers): Use it.
5994         (gnus-article-truncate-lines): New variable.
5995         (gnus-article-mode): Use it.
5996         (gnus-article-toggle-truncate-lines): New function.
5997
5998         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5999         gnus-article-toggle-truncate-lines.
6000
6001         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6002         coding system in XEmacs, use binary.
6003
6004 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6005
6006         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6007         after-load-alist.
6008
6009         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6010         this function should save decoded articles.
6011         (gnus-summary-write-to-file): Use property to specify this function
6012         should save decoded articles and specify gnus-summary-save-in-file
6013         should be used to save articles other than the first one when saving
6014         many articles.
6015         (gnus-summary-save-body-in-file): Use property to specify this
6016         function should save decoded articles.
6017         (gnus-summary-write-body-to-file): Use property to specify this
6018         function should save decoded articles and specify
6019         gnus-summary-save-body-in-file should be used to save articles other
6020         than the first one when saving many articles.
6021
6022         * gnus-sum.el (gnus-summary-save-article): Simplify.
6023
6024 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-art.el (gnus-default-article-saver): Add
6027         gnus-summary-write-body-to-file.
6028         (gnus-article-save-coding-system): Don't use coding system object
6029         in XEmacs.
6030         (gnus-read-save-file-name): Add optional `dir-var' argument which
6031         specifies directory in which files are saved; work even if optional
6032         `variable' argument is not specified.
6033         (gnus-summary-write-to-file): Read file name.
6034         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6035         (gnus-summary-write-body-to-file): New function.
6036
6037         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6038         (gnus-summary-local-variables): Add it.
6039         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6040         (gnus-summary-save-article): Remove optional `decode' argument;
6041         determine whether to decode articles by the value of
6042         gnus-default-article-saver; when saving many files using
6043         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6044         it first and use gnus-summary-save-in-file or
6045         gnus-summary-save-body-in-file thereafter unless
6046         gnus-prompt-before-saving is always; move point to article which
6047         will be saved.
6048         (gnus-summary-save-article-file): Revert.
6049         (gnus-summary-write-article-file): Revert.
6050         (gnus-summary-save-article-body-file): Revert.
6051         (gnus-summary-write-article-body-file): New function.
6052
6053 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6054
6055         * gnus-art.el (gnus-default-article-saver): Doc fix.
6056         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6057         from gnus-summary-save-article-coding-system, and default to a
6058         certain coding system.
6059         (gnus-output-to-file): Add coding cookie and encode text according
6060         to gnus-article-save-coding-system; don't use mm-append-to-file.
6061
6062         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6063         gnus-art.el and rename to gnus-article-save-coding-system.
6064         (gnus-summary-save-article): Require gnus-art; don't show all
6065         headers if it decodes articles; don't add coding cookie here;
6066         don't bind mm-text-coding-system-for-write.
6067         (gnus-summary-save-article-file): Save decoded articles.
6068         (gnus-summary-write-article-file): When saving many files, use
6069         gnus-summary-write-to-file first and gnus-summary-save-in-file
6070         thereafter unless gnus-prompt-before-saving is always.
6071         (gnus-summary-save-article-body-file): Save decoded articles.
6072
6073         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6074
6075 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6076
6077         * nnrss.el (nnrss-check-group): Bind hash-index.
6078
6079 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6080
6081         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6082         its hash index.  Store this hash in `nnrss-group-data'.
6083         (nnrss-read-group-data): Update accordingly.
6084
6085 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6086
6087         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6088         entry.
6089
6090         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6091         gnus-article-browse-html-article.
6092
6093 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6094
6095         * gnus-sum.el (gnus-summary-mime-map): Add
6096         gnus-article-browse-html-article.
6097
6098         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6099
6100 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6101
6102         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6103         suitable coding systems in customize.
6104
6105 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * mail-source.el (mail-sources): Fix custom type.
6108
6109 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6110
6111         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6112         (gnus-summary-expire-articles-now): Shorten prompt.
6113
6114         * gmm-utils.el (wid-edit): Require.
6115         (defun-gmm): Renamed from `gmm-defun-compat'.
6116         (gmm-image-search-load-path): Use it.
6117         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6118
6119 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6120
6121         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6122         variable.
6123         (gnus-summary-save-article): Add optional `decode' argument.  If
6124         it is set and gnus-summary-save-article-coding-system is non-nil,
6125         save decoded article.
6126         (gnus-summary-write-article-file): Save decoded article if
6127         gnus-summary-save-article-coding-system is non-nil.
6128
6129         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6130         type.
6131
6132 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6133
6134         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6135
6136 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6137
6138         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6139         first to test gnus-single-article-buffer which may be buffer-local.
6140
6141         * gnus-sum.el (gnus-summary-setup-buffer): Make
6142         gnus-single-article-buffer buffer-local and nil in ephemeral
6143         group; make gnus-article-buffer, gnus-article-current, and
6144         gnus-original-article-buffer always buffer-local.
6145         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6146         group.
6147         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6148
6149 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6150
6151         * nnml.el (nnml-request-compact-group): Compressed files might not
6152         have .gz extension.
6153
6154 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6155
6156         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6157         (mm-copy-to-buffer): Use with-current-buffer.
6158         (mm-display-part): Simplify.
6159         (mm-inlinable-p): Add optional arg `type'.
6160
6161 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6162
6163         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6164         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6165         Try harder to show the attachment internally or externally using
6166         gnus-mime-view-part-as-type.
6167
6168 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * message.el (message-from-style, message-signature-separator)
6171         (message-user-organization-file, message-send-mail-function)
6172         (message-citation-line-function, message-yank-prefix)
6173         (message-indent-citation-function, message-signature)
6174         (message-signature-file, message-signature-insert-empty-line):
6175         Remove autoloads.
6176
6177         * gnus-art.el (gnus-buttonized-mime-types): Remove
6178         "multipart/signed".  Revert 2006-04-26 change.
6179
6180 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6181
6182         * gnus.el (gnus-version-number): Bump version.
6183
6184 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6185
6186         * gnus.el: No Gnus v0.5 is released.
6187
6188 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6189
6190         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6191         fetching articles by message-id.
6192
6193 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6194
6195         * message.el (hashcash): Require hashcash as normal.
6196
6197         * ecomplete.el (ecomplete-highlight-match-line): Use
6198         point-at-eol.
6199         (ecomplete-highlight-match-line): Use `highlight', because that
6200         face exists in both Emacs and XEmacs.
6201
6202         * message.el (message-display-abbrev): Use point-at-bol.
6203
6204         * mail-source.el: Don't require timer/timer-funcs.
6205
6206         * gnus-async.el: Ditto.
6207
6208         * password.el: Ditto.
6209
6210         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6211
6212         * mm-url.el: Ditto.
6213
6214         * gnus-xmas.el: Don't require timer-funcs.
6215
6216         * mm-util.el: Require timer/timer-funcs.
6217
6218 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6219
6220         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6221         Close.
6222
6223 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6224
6225         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6226         unibyte after clear-decrypt function runs.
6227
6228         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6229         returns as a unibyte string.
6230
6231 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6232
6233         * lpath.el: Revert.
6234
6235         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6236         (pgg-gpg-process-sentinel): Revert.
6237
6238         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6239         (pgg-pgp-lookup-key): Revert.
6240
6241         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6242         (pgg-pgp5-lookup-key): Revert.
6243
6244         * pgg.el (pgg-fetch-key): Revert.
6245
6246 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * lpath.el: Fbind string-as-multibyte for XEmacs.
6249
6250         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6251         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6252         (mml1991-pgg-encrypt): Ditto.
6253
6254         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6255         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6256         a multibyte buffer.
6257
6258         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6259         (pgg-pgp-lookup-key): Ditto.
6260
6261         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6262         (pgg-pgp5-lookup-key): Ditto.
6263
6264         * pgg.el (pgg-fetch-key): Ditto.
6265
6266 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6267
6268         * message.el (message-user-organization-file): Check several
6269         locations of the organization file.
6270
6271         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6272         Add gnus-article-view-part-as-type.
6273
6274         * gnus-art.el (gnus-article-view-part-as-type): New function.
6275
6276         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6277         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6278
6279         * mml.el: Simplify autoload.
6280         (mml-mode): defvar dnd-protocol-alist instead of using
6281         symbol-value.
6282         (mml-default-directory): New variable.
6283         (mml-minibuffer-read-file): Use it.
6284         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6285
6286         * message.el (message-citation-line-format): New variable.
6287         (message-insert-formated-citation-line): New function.
6288         (message-citation-line-function): Add
6289         `message-insert-formated-citation-line' to custom type.
6290
6291         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6292         to doc string.
6293
6294         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6295         depending on mm-verify-option.
6296
6297 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6298
6299         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6300         binding pgg-* variables; reimplement the section which prevents
6301         MIME header from being signed.
6302         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6303         pgg-text-mode; remove a blank line at the top of body.
6304
6305         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6306         lines at the top of body; use gnus-newsgroup-charset if there's no
6307         Charset header.
6308
6309 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6310
6311         * message.el (message-self-insert-commands): Doc fix.
6312
6313         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6314         (mm-uu-pgp-encrypted-test): Ditto.
6315         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6316         between header and body; return application/pgp-encrypted handle
6317         if decryption failed; decode decrypted body by charset.
6318
6319         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6320         element match to application/pgp-*.
6321
6322 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6323
6324         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6325         HTML.
6326
6327 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6328
6329         * mail-source.el (mail-source-call-script): Message the error
6330         string.
6331
6332 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6333
6334         * gnus-util.el (gnus-byte-compile): Use it.
6335
6336 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6337
6338         * gnus-util.el (kill-empty-logs): New function.
6339
6340 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6341
6342         * message.el (message-mail-alias-type): Doc fix.
6343         (message-mail-alias-type-p): New function.
6344         (message-send): Use it.
6345         (message-mode): Ditto.
6346         (message-strip-forbidden-properties): Ditto.
6347
6348         * ecomplete.el (ecomplete-database-file-coding-system): New
6349         variable.
6350         (ecomplete-save): Use it.
6351         (ecomplete-setup): Use it.
6352
6353 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * message.el (message-self-insert-commands): New variable.
6356         (message-strip-forbidden-properties): Use it.
6357
6358 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6361         that doesn't make XEmacs choke.
6362
6363 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6364
6365         * gnus-util.el (gnus-replace-in-string):
6366         Prefer replace-regexp-in-string over of replace-in-string.
6367
6368 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6369
6370         * gnus-util.el (gnus-select-frame-set-input-focus):
6371         Use select-frame-set-input-focus if it is available in XEmacs; use
6372         definition defined in Emacs 22 for old Emacsen.
6373
6374         * dgnushack.el: Autoload unmorse-region for XEmacs.
6375
6376         * lpath.el: Bind cursor-in-non-selected-windows and
6377         select-frame-set-input-focus for XEmacs.
6378
6379 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6382
6383 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6384
6385         * gnus-registry.el (gnus-registry-cache-save): Remove text
6386         properties when saving via the temp buffer.
6387
6388 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6389
6390         * message.el (message-generate-hashcash): Honor custom type.
6391
6392 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6393
6394         * message.el (message-generate-hashcash): Default to non-nil when
6395         hashcash is found.
6396
6397         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6398         (gnus-refer-thread-limit): Increase default to 500.
6399
6400         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6401
6402         * flow-fill.el (fill-flowed): Allow delete-space.
6403
6404 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6405
6406         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6407         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6408         Remove autoloads.
6409
6410 2006-04-18  Simon Josefsson  <jas@extundo.com>
6411
6412         * message.el (message-generate-hashcash): Default to.
6413
6414 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6415
6416         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6417         concatenating segments rather than before concatenating them.
6418
6419 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6420
6421         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6422
6423 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6424
6425         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6426
6427         * message.el (message-forward-make-body-plain): Allow
6428         message-forward-ignored-headers to be a list.
6429         (message-remove-ignored-headers): Factor out into function.
6430         (message-forward-make-body-mml): Use it.
6431
6432         * imap.el (imap-quote-specials): New function.
6433         (imap-login-auth): Quote specials.
6434
6435         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6436         (rfc2231-parse-string): Allow concatanation of parameters that
6437         aren't contiguous.  The test case is
6438           (mail-header-parse-content-type "message/external-body;
6439             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6440             access-type=LOCAL-FILE;
6441             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6442
6443 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6444
6445         * nntp.el (nntp-accept-process-output): Return the value of
6446         `nnheader-accept-process-output'.
6447
6448 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6449
6450         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6451         (gnus-button-alist): Recognize more diff formats.
6452         (gnus-button-patch): Strip directory.
6453
6454 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6455
6456         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6457         Emacs 22 when setting focus.
6458
6459 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6460
6461         * gnus-art.el (gnus-article-treat-types): Do treatment of
6462         text/x-verbatim parts.
6463         (gnus-button-patch): New command.
6464
6465         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6466         addresses that contain invalid characters.
6467
6468 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6469
6470         * message.el (message-put-addresses-in-ecomplete): Use
6471         gnus-replace-in-string.
6472         (message-is-yours-p): Use the more correct
6473         mail-header-parse-address instead of
6474         mail-extract-address-components.
6475         (message-put-addresses-in-ecomplete): Fix typo.
6476
6477         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6478         keystroke.
6479
6480         * gnus-art.el (gnus-treatment-function-alist): Change order of
6481         newsgroups/generic header folding to avoid double-folding.
6482
6483         * message.el (message-hidden-headers): Add X-Draft-From.
6484
6485         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6486         command.
6487         (gnus-summary-repeat-search-article-backward): New command.
6488
6489         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6490         groups in the parent topic.
6491
6492 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6493
6494         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6495         (spam-extra-header-to-number): Return the CRM114 number as a
6496         number instead of a string.
6497
6498 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499
6500         * gnus-art.el (gnus-face-properties-alist): Moved here from
6501         gnus-fun.
6502
6503         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6504
6505 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6506
6507         * message.el (message-strip-forbidden-properties): Only display on
6508         self-insert-command.
6509
6510         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6511         reindent.
6512         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6513
6514 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6515
6516         * smiley.el (smiley-style): Fix typo.
6517
6518 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6519
6520         * hashcash.el (hashcash-insert-payment-async-2): Use
6521         message-goto-eoh instead of doing it manually.
6522         (mail-add-payment): Use message-narrow-to-header instead of trying
6523         to do the same itself.
6524
6525         * message.el (message-hidden-headers): Add Face.
6526
6527         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6528         reparenting code.
6529         (gnus-summary-reparent-children): Refactored out code.
6530         (gnus-summary-thread-map): New keystroke.
6531         (gnus-summary-reparent-children): Make into command.
6532
6533         * smiley.el (smiley-style): Default to `medium' if using a large
6534         font.
6535
6536         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6537         does it itself.
6538
6539         * message.el (message-point-in-header-p): Simplify definition.
6540
6541 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6542
6543         * nnagent.el (nnagent-request-set-mark): Silence log file
6544         writing.
6545         (nnagent-request-set-mark): Use write-region instead of
6546         append-to-file.
6547
6548         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6549         strange select method.
6550
6551         * ecomplete.el (ecomplete-display-matches): Get highlightling
6552         right.
6553         (ecomplete-display-matches): Use literals.
6554         (ecomplete-display-matches): Disable message logging.
6555
6556         * message.el (message-display-abbrev): Small optimization.
6557
6558         * ecomplete.el (ecomplete-display-matches): Allow automatic
6559         display.
6560
6561         * message.el (message-strip-forbidden-properties): Display
6562         abbrevs.
6563         (message-display-abbrev): Get automatic display right.
6564
6565         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6566         keystrokes.
6567
6568 2006-04-13  Romain Francoise  <romain@orebokech.com>
6569
6570         TODO: Backport to v5-10!
6571
6572         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6573         Moved here (and renamed) from gnus-registry.el.
6574
6575         * gnus-registry.el: Require gnus-util.
6576         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6577
6578 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6579
6580         * gnus-group.el (gnus-group-catchup-current): Change
6581         if-then-else-if-then-else into cond.
6582         (gnus-group-catchup): Indent.
6583         (group-name-at-point): New function.
6584         (gnus-fetch-group): Provide default from thing at point.
6585
6586 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6587
6588         * message.el (message-display-abbrev): Fix regexp.
6589
6590         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6591         choosing.
6592         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6593         dead variables.
6594
6595         * message.el (message-newline-and-indent): Remove debugging.
6596         (message-display-abbrev): Use new implementation.
6597
6598 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6599
6600         * gnus-art.el (gnus-article-mode): Set
6601         cursor-in-non-selected-windows to nil.
6602
6603         * smiley.el: Revert previous change.
6604         (smiley-data-directory): defvar it before using it in the
6605         defcustom of `smiley-style'.
6606
6607 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6608
6609         * message.el (message-newline-and-indent): New function.
6610
6611         * ecomplete.el: Implement more bits.
6612
6613         * message.el (message-put-addresses-in-ecomplete): Clean up the
6614         string.
6615
6616         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6617
6618         * gnus-sum.el (gnus-summary-save-parts): Bind
6619         gnus-summary-save-parts-counter and use it to make unique file
6620         names.
6621
6622         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6623
6624         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6625         parameter to say whether to actually parse the individual
6626         addresses.
6627
6628         * message.el (message-put-addresses-in-ecomplete): New function.
6629         (ecomplete): Require.
6630         (message-mail-alias-type): Add ecomplete as an option.
6631
6632 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6633
6634         * flow-fill.el (fill-flowed): Remove trailing space from blank
6635         quoted lines.
6636
6637 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6638
6639         * smiley.el (smiley-style): Move definition later to avoid a
6640         compilation warning.
6641
6642 2006-04-12  Kenichi Handa  <handa@m17n.org>
6643
6644         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6645         buffer and then decode the buffer text if necessary.
6646         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6647         first, and after mm-encode-body, change the buffer to unibyte.
6648         Use mm-disable-multibyte instead of set-buffer-multibyte.
6649
6650 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6651
6652         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6653         Content-Type header instead of Content-Disposition header.
6654         (gnus-mime-inline-part): Ditto.
6655         (gnus-mime-view-part-as-charset): Ignore charset that the part
6656         specifies.
6657
6658         * mm-decode.el (mm-display-part): Work with external parts and
6659         usual parts similarly.
6660
6661         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6662         instead of gnus-display-mime.
6663
6664         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6665         instead of with-temp-buffer.
6666
6667         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6668         tag to summarized topics part in order to encode non-ASCII text.
6669
6670 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6671
6672         * smiley.el (smiley-style): New variable.
6673         (smiley-directory): New function.
6674         (smiley-data-directory): Derive from `smiley-style' using
6675         `smiley-directory'.
6676         (smiley-regexp-alist): Add new entries.
6677
6678         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6679         (gnus-article-browse-delete-temp): Add :version.
6680
6681 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6682
6683         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6684         the sieve region.
6685
6686 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6687
6688         * gnus.el (gnus-version-number): Bump version.
6689
6690 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6691
6692         * gnus.el: No Gnus v0.4 is released.
6693
6694 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6695
6696         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6697         layout.
6698
6699         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6700         unknown charset.
6701
6702         * message.el (message-header-synonyms): Add Original-To to the
6703         default.
6704
6705         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6706         optional parameter.
6707
6708 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * gnus-fun.el (gnus): Require it for gnus-directory.
6711
6712 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6713
6714         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6715
6716 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6717
6718         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6719
6720 2006-04-05  Simon Josefsson  <jas@extundo.com>
6721
6722         * password.el (password-reset): New function.
6723
6724 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6725
6726         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6727         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6728
6729 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6730
6731         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6732         Some whitespace was matched into the url, which broke browsing hits
6733         > 100 when mm-url-use-external was nil.
6734
6735 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6736
6737         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6738         gnus-extra-headers for 'Newsgroups.
6739
6740         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6741         bound.
6742
6743 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6744
6745         * pgg-gpg.el: Clean up process buffers every time gpg processes
6746         complete.
6747
6748 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6749
6750         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6751         doc string.
6752
6753 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6754
6755         * pgg-gpg.el (pgg-gpg-process-filter)
6756         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6757
6758         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6759         lines, temporary fix.
6760
6761 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6764
6765 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6766
6767         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6768         default-enable-multibyte-characters.  This reverts the change from
6769         revision 6.17 which is no longer necessary because the passphrase
6770         is sent separately now.  GnuPG messages are unreadable under
6771         multibyte locales with default-enable-multibyte-characters set to
6772         nil.
6773
6774 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6775
6776         * message.el (message-tool-bar-gnome): Move "spell".
6777
6778 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6779
6780         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6781         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6782         instead.
6783
6784 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6785
6786         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6787         newsgroups handling for NNTP overviews which don't include
6788         Newsgroups.
6789
6790 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6791
6792         * message.el (message-resend): Bind message-generate-hashcash to nil.
6793
6794 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6795
6796         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6797         when searching for already-paid recipients.
6798
6799 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6800
6801         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6802         passphrases when it is not needed.
6803         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6804         passphrase stuff from gpg, should only be necessary when you use
6805         gpg with a smartcard.
6806
6807 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6808
6809         * mml.el (mml-insert-mime): Ignore cached contents of
6810         message/external-body part.
6811
6812         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6813         (mm-insert-part): Ditto.
6814
6815 2006-03-23  Simon Josefsson  <jas@extundo.com>
6816
6817         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6818         Reiner.
6819         (pgg-gpg-use-agent-p): Use it again.
6820
6821 2006-03-23  Simon Josefsson  <jas@extundo.com>
6822
6823         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6824         older emacsen.
6825         (pgg-gpg-use-agent-p): Don't use it.
6826
6827 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6828
6829         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6830         if we can.
6831
6832 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6833
6834         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6835         (pgg-gpg-update-agent): New function.
6836         (pgg-gpg-use-agent-p): New function.
6837         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6838         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6839         (pgg-gpg-sign-region): Use it.
6840
6841 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6844         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6845
6846 2006-03-21  Simon Josefsson  <jas@extundo.com>
6847
6848         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6849         <wilde@sha-bang.de>.
6850         (pgg-gpg-use-agent): New variable.
6851         (pgg-gpg-process-region): Use it.
6852         (pgg-gpg-encrypt-region): Likewise.
6853         (pgg-gpg-encrypt-symmetric-region): Likewise.
6854         (pgg-gpg-decrypt-region): Likewise.
6855         (pgg-gpg-sign-region): Likewise.
6856         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6857
6858 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6859
6860         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6861
6862         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6863         Add comment on version.
6864
6865 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6866
6867         * smiley.el: Add missing test smiley.
6868
6869 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * mm-decode.el (mm-with-part): New macro.
6872         (mm-get-part): Use it; work with message/external-body as well.
6873         (mm-save-part): Treat name and filename equally.
6874
6875         * mm-extern.el (mm-extern-cache-contents): New function.
6876         (mm-inline-external-body): Use it; force the part to be displayed;
6877         move undisplayer added to the cached handle to the parent.
6878
6879         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6880         (gnus-mime-view-part-as-type): Work with message/external-body.
6881
6882         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6883
6884 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6887         images in image-load-path.  [Sync with image.el, revision 1.60, in
6888         Emacs.]
6889
6890 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6893         path rather than symbol.  Always return list of directories.
6894         Guarantee that image directory comes first.  [Sync with image.el,
6895         revision 1.59, in Emacs.]
6896
6897         * message.el (message-make-tool-bar): Adjust to new API of
6898         `gmm-image-load-path-for-library'.
6899
6900         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6901
6902         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6903
6904 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6905
6906         * gnus-art.el (gnus-article-only-boring-p):
6907         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6908         intangible text.
6909         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6910
6911 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6914         `defun' instead of `gmm-defun-compat'.
6915
6916 2006-03-14  Simon Josefsson  <jas@extundo.com>
6917
6918         * message.el (message-unique-id): Don't use message-number-base36
6919         if (user-uid) is a float.
6920         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6921
6922 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6925
6926         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6927         empty line between a part and a message part.
6928
6929 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * smiley.el: Add more test smileys.
6932         (smiley-data-directory, smiley-regexp-alist)
6933         (gnus-smiley-file-types): Fix doc strings.
6934         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6935         adding new elements.
6936         (smiley-mouse-map): Unused code.  Make it a comment.
6937
6938 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6941         scan latest NoCeM messages instead of old ones.
6942         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6943         delimiters that are recently used.
6944         (gnus-nocem-load-cache): Add autoload cookie.
6945
6946         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6947
6948         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6949         level which is larger than gnus-use-nocem is specified.
6950
6951         * gnus-group.el (gnus-group-get-new-news): Ditto.
6952
6953 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * gnus-util.el (gnus-tool-bar-update): New function.
6956
6957         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6958         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6959
6960         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6961
6962         * gnus-group.el (gnus-group-redraw-when-idle)
6963         (gnus-group-redraw-check): Remove.
6964         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6965
6966 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6967
6968         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6969         if optional last element is specified in splits (FIELD VALUE...).
6970
6971 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6974         to gmm-image-load-path-for-library.  Call with no-error argument.
6975         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6976
6977         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6978
6979         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6980
6981         * gmm-utils.el (gmm-image-load-path): Remove alias.
6982
6983 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * gmm-utils.el (gmm-image-load-path): Add alias.
6986
6987         * nnml.el (nnml-generate-nov-databases-directory): Rename from
6988         nnml-generate-nov-databases-1.
6989         (nnml-generate-nov-databases): Use it.
6990         (nnml-generate-nov-databases-directory): Document no-active
6991         argument.
6992
6993         * gmm-utils.el (gmm-image-load-path-for-library): Return single
6994         directory if path is t.  Add no-error.
6995
6996         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6997         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6998
6999         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7000         resetting gnus-article-browse-html-temp-list.
7001
7002         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7003         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7004         Add example to docstring.  Rename local variables.  Move error
7005         checks to default case in cond and simplify.
7006
7007 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7010         handle is multipart when calling it recursively.
7011         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7012
7013 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7014
7015         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7016         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7017
7018 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7021         is loaded.
7022
7023         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7024         loaded.
7025
7026 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7027
7028         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7029         to "Emacs 23 (unicode)" in doc string.
7030
7031         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7032         "Emacs 23 (unicode)" in comment.
7033
7034 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7035
7036         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7037
7038         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7039         characters 160 through 255 in Emacs 23.
7040
7041 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7042
7043         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7044         gnus-article-browse-html-temp.
7045         (gnus-article-browse-delete-temp): Make it customizable.  Add
7046         `file'.  Adjust doc string.
7047         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7048         query for each file.  Adjust doc string.
7049         (gnus-article-browse-html-parts): Add
7050         `gnus-article-browse-delete-temp-files' to
7051         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7052
7053 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7054
7055         * gnus-art.el (gnus-article-browse-html-temp)
7056         (gnus-article-browse-delete-temp): New variables.
7057         (gnus-article-browse-delete-temp-files): New function.
7058         (gnus-article-browse-html-parts): Use it.
7059
7060 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7063
7064         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7065         string.
7066
7067         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7068         gnus-summary-insert-new-articles when unplugged.  Remove
7069         gnus-summary-search-article-forward.
7070
7071         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7072         display-visual-class instead of display-color-cells.
7073
7074 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * dgnushack.el: Autoload customize-group for XEmacs.
7077
7078         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7079         message/* containing non-ASCII text properly.
7080
7081 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7082
7083         * message.el: Require gmm-utils, remove autoloads.
7084         (message-tool-bar): Set default based on
7085         gmm-tool-bar-style.
7086         (message-tool-bar-gnome): Add gmm-customize-mode.
7087
7088         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7089         gmm-tool-bar-style.
7090         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7091
7092         * gnus-group.el (gnus-group-tool-bar): Set default based on
7093         gmm-tool-bar-style.
7094         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7095
7096         * gmm-utils.el (gmm-image-directory): Rename variable from
7097         gmm-image-load-path.
7098         (gmm-image-load-path): Use gmm-image-directory.
7099         (gmm-customize-mode): New function.
7100         (gmm-tool-bar-style): New variable.
7101
7102         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7103         gnus-group-redraw-line-number.
7104         (gnus-group-redraw-check): Simplify.
7105         (gnus-group-tool-bar-update): Remove redraw check.
7106         (gnus-group-make-tool-bar): Add redraw check.
7107
7108 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7109
7110         * gnus-art.el (gnus-button): Add missing parentheses.
7111
7112 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * lpath.el: Fbind line-number-at-pos.
7115
7116 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7119
7120 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7121
7122         * gnus-art.el (gnus-button): New face.
7123         (gnus-article-button-face): Use it.
7124
7125         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7126         gnus-summary-next-page.  Re-order.
7127
7128         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7129         next-node are now included.
7130         (gnus-group-redraw-line-number): New internal variable.
7131         (gnus-group-redraw-check): Helper function for updating the tool
7132         bar.
7133         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7134
7135         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7136
7137         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7138         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7139         Use it to match format of Spamassassin 3.0 and later.  Reported by
7140         IRIE Tetsuya <irie@t.email.ne.jp>.
7141         (spam-check-bogofilter)
7142         (spam-bogofilter-register-with-bogofilter): Fix args of
7143         `gnus-error' calls.
7144
7145 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7146
7147         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7148         unnecessary interaction when sending queued mails.  Reported by
7149         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7150
7151 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7152
7153         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7154         first or last are nil.
7155
7156 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7157
7158         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7159
7160 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7161
7162         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7163
7164 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165
7166         * dns.el (query-dns): Protect more against buggy tcp output.
7167
7168 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7169
7170         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7171         nov.php.
7172
7173 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7174
7175         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7176         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7177         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7178         output on the server side.
7179         (nnweb-google-create-mapping): Update regexps and add some
7180         progress indication.
7181
7182 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7183
7184         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7185         gnus-agent-toggle-plugged.  Re-order icons.
7186         (gnus-group-tool-bar-gnome): Add
7187         gnus-group-{prev,next}-unread-group.
7188         (gnus-group-tool-bar-gnome): Re-order icons.
7189
7190         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7191         gnus-summary-insert-new-articles.
7192
7193         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7194         comments.
7195
7196         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7197         also available in Emacs 21.3.
7198
7199         * message.el (message-fix-before-sending): Change "Emacs 22" to
7200         "Emacs 23 (unicode)" in comment.
7201
7202         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7203         "Emacs 23 (unicode)" in comment.
7204
7205         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7206         comment.
7207         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7208
7209         * mm-view.el (mm-fill-flowed): Add :version.
7210
7211 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7212
7213         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7214         and load-path.
7215
7216 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * message.el: Autoload gmm-image-load-path.
7219         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7220         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7221         consitency.
7222
7223         * gmm-utils.el (gmm-image-load-path): Also search in
7224         "../etc/images".  Don't set gmm-image-load-path if we don't find
7225         the image.
7226
7227 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7228
7229         * gmm-utils.el (gmm-image-load-path): Don't make
7230         `gmm-image-load-path' include subdirectories which the second arg
7231         `image' might specify.
7232
7233         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7234         subdirectory to icon file names.
7235
7236         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7237
7238 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7239
7240         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7241         gmm-image-load-path calls.
7242
7243         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7244
7245         * message.el (message-make-tool-bar): Ditto.
7246
7247         * mml.el (mml-preview): Added comment concerning tool bar icons.
7248
7249         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7250         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7251
7252         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7253         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7254
7255         * message.el (message-tool-bar-gnome): Use new icon names.
7256         (message-make-tool-bar): Use `gmm-image-load-path'.
7257
7258         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7259         functions from MH-E.
7260         (gmm-image-load-path): New variable from MH-E.
7261         (gmm-image-load-path): New function from MH-E.  Added arguments
7262         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7263         *-image-load-path-called-flag.
7264
7265 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7266
7267         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7268
7269 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7270
7271         * nnimap.el (nnimap-request-move-article): Change folder back to
7272         source group before deleting.
7273
7274 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7275
7276         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7277
7278         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7279         mm-url.
7280
7281         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7282
7283 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7284
7285         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7286         coding system which mm-charset-to-coding-system returns for a
7287         given charset is valid.
7288
7289 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7290
7291         * html2text.el (html2text-remove-tag-list):
7292         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7293
7294 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7295
7296         * gnus-cus.el: Revert 2005-10-17 change.
7297
7298 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7299
7300         * gnus-art.el (article-strip-banner): Call
7301         article-really-strip-banner only when the regexp match is made.
7302
7303 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7304
7305         * gnus-art.el (article-strip-banner): Use
7306         gnus-extract-address-components instead of
7307         mail-header-parse-addresses to make it work with non-ASCII text;
7308         remove mail-encode-encoded-word-string.
7309
7310         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7311         values which are surrounded with \"...\"; make it never cause a
7312         Lisp error; give up parsing of parameters if it failed in
7313         extracting type.
7314
7315 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7316
7317         * smime.el (smime-cert-by-ldap-1): Fix bug where
7318         `smime-ldap-search' returns results without userCertificates.
7319
7320 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7323
7324 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7325
7326         * spam.el (spam-check-spamassassin-headers): Adapt format for
7327         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7328         <ari@mbf.ocn.ne.jp>.
7329         (spam-list-of-processors): Add spam-use-gmane.
7330
7331 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7332
7333         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7334         make-temp-file; make it work with XEmacs as well.
7335
7336         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7337         mm-make-temp-file.
7338
7339         * mm-decode.el (mm-display-external): Use the 3rd arg of
7340         mm-make-temp-file.
7341         (mm-create-image-xemacs): Ditto.
7342
7343 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7346         with message-narrow-to-headers.
7347         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7348         (gnus-draft-check-draft-articles): New function.
7349         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7350
7351 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7352
7353         * gnus-art.el (gnus-article-browse-html-parts):
7354         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7355         Don't use suffix argument for mm-make-temp-file for Emacs 21
7356         compatibility.  Remove useless `format'.
7357
7358 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7359
7360         * nnweb.el (nnweb-google-wash-article): Update regexps.
7361         (nnweb-group-alist): Use defvoo instead of defvar.
7362
7363 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7364
7365         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7366         re-loading nn* modules.
7367
7368 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7371         for `tool-bar-mode' and don't check it's default-value.
7372
7373         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7374
7375         * message.el (message-make-tool-bar): Ditto.
7376
7377         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7378         `substring'.  Shorten tmp-file name.
7379
7380         * gnus.el: Remove bogus comment.
7381
7382 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7383
7384         * gnus-art.el (gnus-article-browse-html-parts): New function.
7385         (gnus-article-browse-html-article): New function for viewing html
7386         articles with a browser.
7387
7388 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7389
7390         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7391         in elisp.
7392         (pgg-gpg-encrypt-symmetric-region): Ditto.
7393         (pgg-gpg-sign-region): Ditto.
7394
7395         * pgg-def.el (pgg-text-mode): New variable.
7396
7397         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7398         (mml2015-pgg-encrypt): Ditto.
7399
7400         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7401         (mml1991-pgg-encrypt): Ditto.
7402
7403 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7404
7405         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7406         message-make-date instead of current-time-string.
7407
7408         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7409         to gnus-decoded which mm-uu might set.
7410
7411 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7414         don't decode quoted parameters; remove misimported Emacs code.
7415         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7416         (rfc2231-decode-encoded-string): Don't use split-string which
7417         behaves differently according to Emacs version; use
7418         mm-decode-coding-region to convert charset to coding-system.
7419         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7420         (rfc2231-encode-string): Remove misimported Emacs code.
7421
7422 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7423
7424         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7425         when calling mail-header-parse-content-type.
7426         (article-de-quoted-unreadable): Ditto.
7427         (article-de-base64-unreadable): Ditto.
7428         (article-wash-html): Ditto.
7429
7430         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7431         calling mail-header-parse-content-type and
7432         mail-header-parse-content-disposition.
7433         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7434         mail-header-parse-content-type.
7435
7436         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7437         insert charset and format parameters; encode description after
7438         inserting it to buffer.
7439         (mml-insert-parameter): Fold lines properly even if a parameter is
7440         segmented into two or more lines; change the max column to 76.
7441
7442         * rfc1843.el (rfc1843-decode-article-body): Don't use
7443         ignore-errors when calling mail-header-parse-content-type.
7444
7445         * rfc2231.el (rfc2231-parse-string): Return at least type if
7446         possible; don't cause an error even if it fails in parsing of
7447         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7448         (rfc2231-encode-string): Don't break lines at the beginning, leave
7449         it to mml-insert-parameter.
7450
7451         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7452         calling mail-header-parse-content-type.
7453
7454 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * spam-report.el (spam-report-gmane-use-article-number):
7457         Improve doc string.
7458         (spam-report-gmane-internal): Check if a suitable header was found
7459         in the article.
7460
7461 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7462
7463         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7464         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7465
7466 2006-02-05  Romain Francoise  <romain@orebokech.com>
7467
7468         Update copyright notices of all files in the gnus directory.
7469
7470 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7471
7472         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7473
7474 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7477         segmented lines of parameter value to cope with Thunderbird 1.5
7478         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7479         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7480         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7481
7482 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7483
7484         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7485         parts.
7486
7487 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7488
7489         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7490         there's only one active file for all servers.
7491         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7492         solid groups.  Gnus might have used a FAST request to select the group.
7493         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7494         and nnweb-search redundantly in the active file.
7495         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7496         (nnweb-request-create-group): Don't use ARGS.
7497         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7498         initialisations.  Let nnoo do the work.
7499
7500 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7501
7502         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7503         Say the part has been decoded.
7504
7505         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7506
7507 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7508
7509         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7510         mailcap-viewer-test-cache when there's no 'test clause, since that
7511         will invert the meaning of a "nil" test previously determined by
7512         mailcap-mailcap-entry-passes-test.
7513
7514 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7515
7516         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7517         compiling.
7518
7519         * gnus-sum.el: Ditto.
7520
7521         * message.el: Don't bind tool-bar-map when compiling.
7522
7523 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7526
7527 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7528
7529         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7530         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7531         current Google Groups.
7532
7533 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7536         and tool-bar-mode.
7537
7538         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7539         and tool-bar-mode.
7540
7541         * message.el (message-tool-bar-update): Simplify.
7542         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7543
7544         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7545         gnus-summary-buffer.
7546         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7547         gnus-summary-reply.
7548
7549         * gmm-utils.el (gmm): Add :version.
7550
7551 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7552
7553         * Makefile.in (clean): New rule.
7554         (distclean): Use it.
7555
7556 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7557
7558         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7559         autoload.
7560
7561 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7562
7563         * gmm-utils.el (gmm-verbose): Add :group.
7564
7565 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7566
7567         * message.el: Change some comments WRT tool-bars.
7568
7569         * gnus-sum.el (gnus-summary-tool-bar)
7570         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7571         (gnus-summary-tool-bar-zap-list): New variables.
7572         (gnus-summary-make-tool-bar): Complete rewrite using
7573         `gmm-tool-bar-from-list'.
7574
7575         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7576         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7577         variables.
7578         (gnus-group-make-tool-bar): Complete rewrite using
7579         `gmm-tool-bar-from-list'.
7580         (gnus-group-tool-bar-update): New function.
7581
7582         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7583
7584 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7587         is dissected into a single part of which the type is the same as
7588         the given one; decode charset.
7589
7590 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7591
7592         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7593         into alists as symbol not string, since that's what
7594         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7595         look for.
7596
7597 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7598
7599         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7600         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7601
7602         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7603
7604 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7607         (gnus-xmas-mime-security-button-menu): New function.
7608
7609         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7610         (gnus-mime-security-button-menu): New definition.
7611         (gnus-mime-security-button-map): Use them.
7612         (gnus-mime-security-button-menu): New function.
7613         (gnus-insert-mime-security-button): Addition to help echo.
7614         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7615         (gnus-mime-security-pipe-part): New functions.
7616
7617         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7618         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7619
7620         * mm-decode.el (mm-handle-set-disposition): Remove.
7621         (mm-handle-set-description): Remove.
7622
7623 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7624
7625         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7626         (mm-w3m-standalone-supports-m17n-p): New function.
7627         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7628         w3m usage.
7629
7630         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7631         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7632
7633 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7634
7635         * message.el (message-tool-bar-zap-list): Use
7636         gmm-tool-bar-zap-list as custom type.
7637         (message-tool-bar-update): New function.
7638         (message-tool-bar, message-tool-bar-gnome)
7639         (message-tool-bar-retro): Add message-tool-bar-update.
7640         (message-tool-bar-gnome): Add flyspell-buffer.
7641
7642         * gnus-util.el (gnus-error): Describe `args'.
7643
7644         * gmm-utils.el (gmm-error): Describe `args'.
7645         (gmm-tool-bar-zap-list): New widget.
7646         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7647
7648 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7651         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7652         the number of recursive calls.
7653
7654         * mm-decode.el (mm-handle-set-disposition): New macro.
7655         (mm-handle-set-description): New macro.
7656
7657 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7660         encoding.
7661
7662 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * message.el (message-tool-bar-zap-list, message-tool-bar)
7665         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7666         (message-tool-bar-local-item-from-menu): Remove.
7667         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7668         (message-make-tool-bar): New function.
7669         (message-mode): Use `message-make-tool-bar'.
7670
7671         * gmm-utils.el: New file.
7672         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7673         (gmm-lazy): New widget copied from `nnmail.el'.
7674         (gmm-tool-bar-from-list): New function for creating customizable
7675         tool bars.
7676         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7677         output.
7678         (gmm): Add :prefix to defgroup.
7679
7680 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7681
7682         * gmm-utils.el (gmm-widget-p): New function.
7683
7684 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7685
7686         * mml.el (mml-attach-file): Describe `description' in doc string.
7687         (mml-menu): Add Emacs MIME manual and PGG manual.
7688
7689 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7690
7691         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7692
7693 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7694
7695         * nntp.el (nntp-end-of-line): Doc fix.
7696
7697 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7698
7699         * imap.el (imap-open): Handle case where buffer is a buffer
7700         object.
7701
7702 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7703
7704         * gnus-delay.el (gnus-delay): Don't autoload.
7705         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7706         to be re-loaded when customizing the `gnus-delay' group.
7707
7708 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7709
7710         * message.el (message-insert-citation-line): Use newlines.
7711
7712 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7713
7714         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7715         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7716         these routines, so the passphrase can be managed externally and
7717         passed in to the system.
7718         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7719         pgg-add-passphrase-to-cache function.
7720
7721         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7722         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7723         these routines, so the passphrase can be managed externally and
7724         passed in to the system.
7725         (pgg-pgp5-sign-region): Use new name of
7726         pgg-add-passphrase-to-cache function.
7727
7728 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7729
7730         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7731         part of the decoded armor to find the key-identifier.
7732         (pgg-gpg-lookup-key-owner): New function to return the
7733         human-readable identifier of a key owner.
7734         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7735         itself.
7736         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7737         the key value) if we have a key and can match it against a secret
7738         key.  Also, added a note pointing out fact that the prompt only
7739         indicates the first matching key.
7740
7741         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7742         pgg-decrypt-region.
7743         (pgg-add-passphrase-to-cache): Rename from
7744         `pgg-add-passphrase-cache' to reduce confusion (all callers
7745         changed).
7746         (pgg-remove-passphrase-from-cache): Rename from
7747         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7748         changed).
7749         (pgg-read-passphrase, pgg-add-passphrase-cache)
7750         (pgg-remove-passphrase-cache): Add informative docstrings.
7751         (pgg-decrypt): Convey provided passphrase in subordinate call to
7752         pgg-decrypt-region.
7753
7754 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7755
7756         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7757         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7758         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7759         'passphrase' argument, so the passphrase can be managed externally
7760         and then passed in to the system.
7761
7762         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7763         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7764         so the passphrase cache can be used reliably with identifiers
7765         besides a pgp packet's key id.
7766
7767         * pgg-gpg.el (pgg-gpg-encrypt-region)
7768         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7769         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7770         these routines, so the passphrase can be managed externally and
7771         passed in to the system.
7772
7773         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7774         'notruncate' argument, so the passphrase cache can be used
7775         reliably with identifiers besides a pgp packet's key id.
7776
7777 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7778
7779         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7780         symmetric encryption.
7781         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7782         encrypted session key.
7783         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7784         message ask for the passphrase in a proper way.
7785
7786         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7787         New user commands for symmetric encryption.
7788
7789 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7790
7791         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7792
7793         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7794
7795 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7796
7797         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7798
7799 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * mm-decode.el (mm-inlined-types): Add application/pgp.
7802         (mm-automatic-display): Ditto.
7803
7804         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7805         part as text.
7806
7807 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * nnrss.el: Update copyright.
7810         (nnrss-opml-import): Query whether to subscribe to each entry.
7811
7812         * gnus-art.el:
7813         * gnus-sum.el:
7814         * gnus-xmas.el:
7815         * messagexmas.el:
7816         * mm-uu.el:
7817         * mm-view.el: Update copyright.
7818
7819 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7820
7821         * message.el (message-info): New function.
7822         (message-mode-menu): Add it.
7823         Update copyright.
7824
7825         * ChangeLog: Fix and update copyright.
7826
7827 2006-01-13  Romain Francoise  <romain@orebokech.com>
7828
7829         * message.el (message-forward-subject-name-subject): Prefer the
7830         address to 'nowhere' if the sender has no name.
7831         Fix typo.  Update copyright year.
7832
7833 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7834
7835         * gnus-art.el (article-wash-html): Use
7836         gnus-summary-show-article-charset-alist if a numeric arg is given.
7837         (gnus-article-wash-html-with-w3m-standalone): New function.
7838
7839         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7840         mm-inline-text-html-render-with-w3m-standalone.
7841         (mm-text-html-washer-alist): Map w3m-standalone to
7842         gnus-article-wash-html-with-w3m-standalone.
7843         (mm-inline-text-html-render-with-w3m-standalone): New function.
7844
7845 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7846
7847         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7848         Improve LaTeX.
7849
7850 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7851
7852         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7853         (nnrss-request-article): Render text/plain parts as HTML.
7854
7855         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7856         the buffer.
7857
7858 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7861         custom definition of `gnus-posting-styles'.
7862
7863         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7864         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7865
7866 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7867
7868         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7869         Use nntp for bug archive.
7870
7871 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7872
7873         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7874         parts.
7875         (nnrss-normalize-date): New function converts ISO 8601 date into
7876         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7877         (nnrss-check-group): Use it.
7878
7879 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7882
7883         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7884         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7885         (nnrss-insert-w3): Ditto.
7886
7887 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7890         the articles to be forwarded including the case where neither a
7891         number of articles nor a region is specified.
7892
7893 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7894
7895         * nnrss.el (nnrss-request-article): Fix last change; fill
7896         text/plain parts.
7897
7898 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7899
7900         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7901         in text/plain part.
7902         (nnrss-check-group): Don't add excessive newline to dc:subject.
7903
7904 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7905
7906         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7907         article.
7908
7909 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7910
7911         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7912         (nnml-use-compressed-files, nnml-save-mail): Support other
7913         comression programs such as bzip2.
7914
7915 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7916
7917         * dns.el (query-dns): Make sure we check the buffer size before
7918         removing tcp headers.
7919
7920 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7921
7922         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7923         remove MIME buttons associated with multipart/alternative parts.
7924         (gnus-mime-display-alternative): Tag buttons using `article-type'
7925         text property.
7926
7927         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7928         associated with multipart/alternative parts.
7929
7930         * gnus-art.el (gnus-signature-separator): Fix custom type.
7931
7932         * mm-decode.el (mm-inlined-types): Fix custom type.
7933         (mm-keep-viewer-alive-types): Ditto.
7934         (mm-automatic-display): Ditto.
7935         (mm-attachment-override-types): Ditto.
7936         (mm-inline-override-types): Ditto.
7937         (mm-automatic-external-display): Ditto.
7938
7939 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7940
7941         * spam-report.el (spam-report-user-mail-address)
7942         (spam-report-user-agent): New variables.
7943         (spam-report-url-ping-plain): Use spam-report-user-agent.
7944
7945 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7946
7947         * gnus-art.el (gnus-button-handle-custom): Do not just use
7948         `customize-apropos' for any "M-x customize-*" button but the
7949         function called for.  Accept both the function name and its
7950         argument in order to achieve this.
7951         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7952         function name to `gnus-button-handle-custom' in case of "M-x
7953         customize-*" buttons.
7954
7955 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7956
7957         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7958         multipart/alternative and add xref to mm-discouraged-alternatives
7959         in doc string.
7960
7961         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7962         gnus-buttonized-mime-types in doc string.
7963
7964 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7965
7966         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7967         Suggest image/.* in the doc string.
7968
7969 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7970
7971         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7972         message-marks (Debian bug #342521).
7973
7974 2005-12-12  Simon Josefsson  <jas@extundo.com>
7975
7976         * password.el (password-read-from-cache): Add.
7977         (password-read): Use it.
7978
7979 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7980
7981         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7982         us-ascii as a MIME charset.
7983
7984         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7985         against the case where the 2nd arg TYPE is nil.
7986
7987 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * pop3.el (pop3-stream-type): Fix custom version.
7990
7991         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7992
7993 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7994
7995         * mm-decode.el (mm-display-external): Add missing cdr.
7996
7997 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8000         RFC1524) if it is in mailcap or add a suffix according to
8001         mailcap-mime-extensions when generating a temp filename; postpone
8002         deleting a temp file for 2 seconds for some wrappers, shell
8003         scripts, and so on, which might exit right after having started a
8004         viewer command as a background job.
8005
8006 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8007
8008         * nntp.el (nntp-marks-directory): Fix custom group.
8009
8010         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8011         steps when < 10.
8012
8013         * gnus-start.el (gnus-no-server-1): Mention
8014         `gnus-level-default-subscribed' in doc string.
8015
8016 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8017
8018         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8019         parens.
8020
8021 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8022
8023         * gnus-xmas.el (gnus-use-toolbar): Revert.
8024         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8025         gnus-use-toolbar is default.
8026
8027         * messagexmas.el (message-use-toolbar): Revert.
8028         (message-setup-toolbar): Use global default-toolbar if
8029         message-use-toolbar is default.
8030
8031 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8034         according to default-toolbar-visible-p.
8035
8036         * messagexmas.el (message-use-toolbar): Ditto.
8037
8038 2005-11-26  Dave Love  <fx@gnu.org>
8039
8040         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8041         (tls-program, tls-success): Provide openssl alternative.
8042
8043         * starttls.el: Doc fixes.
8044         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8045         SERVICE to PORT.
8046
8047         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8048         port null or service name.
8049         (starttls-negotiate): Autoload.
8050
8051 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8052
8053         * message.el (message-kill-to-signature): Fix interactive spec.
8054
8055 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * pop3.el (pop3-open-server): Recognize a string as a service name.
8058
8059 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8060
8061         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8062
8063 2005-11-23  Dave Love  <fx@gnu.org>
8064
8065         Add pop3s, pop3/starttls.
8066
8067         * pop3.el (pop3-authentication-scheme): Clarify doc.
8068         (open-tls-stream, starttls-open-stream): Autoload.
8069         (pop3-stream-type): New.
8070         (pop3-open-server): Use it.
8071
8072         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8073         for POP.
8074         (mail-source-keyword-map): Add :stream for POP.
8075         (mail-source-fetch-pop): Use pop3-stream-type.
8076
8077 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8080         of current-time-string.
8081
8082 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8083
8084         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8085         date header.
8086
8087 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8088
8089         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8090         it can seriously impact performance as it bypasses the agent's
8091         local caches.
8092
8093 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8094
8095         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8096         must be explicitly online rather than "not explicitly offline" for
8097         its flags to be synchronized.
8098
8099         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8100         that gnus-uu-unmark-thread will function correctly.
8101
8102         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8103         1024K is instead displayed as 1M.
8104
8105 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8106
8107         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8108
8109 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8110
8111         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8112
8113 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8114
8115         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8116         error message to display actual error condition.
8117         (gnus-agent-save-local): Avoid saving symbols that are bound to
8118         nil as they simply result in a warning message in
8119         gnus-agent-read-local.
8120
8121 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8122
8123         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8124         rather than make-variable-buffer-local for file-precious-flag.
8125
8126 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8127
8128         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8129         for duplicates which are removed.  The invalid sort check then
8130         triggers a rescan after the sort as sorting may have moved
8131         duplicate entries such that they can be cheaply detected.
8132
8133 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8134
8135         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8136
8137 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8138
8139         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8140         internal variable to a custom variable.  Changed default value
8141         from compressed(2) to uncompressed(1).
8142         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8143         support for uncompressed agentview files.  Taken together, reading
8144         the agentview file should now be 6-7 times faster.
8145
8146 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8147
8148         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8149         as a buffer-local variable.  This avoids creating truncated
8150         dribble files as a result of a hang up, eg.
8151
8152 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8153
8154         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8155         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8156         XEmacs.
8157
8158 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8159
8160         * gnus-start.el (gnus-start-draft-setup): Enforce
8161         `gnus-draft-mode' for nndraft:drafts at startup.
8162
8163         * gnus.el (gnus-splash): Change custom group.
8164         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8165         allow-list argument.
8166
8167         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8168         string.
8169
8170 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8171
8172         * gnus-art.el (gnus-default-article-saver): Add user-defined
8173         `function' to custom type.
8174
8175 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8176
8177         * imap.el (imap-open): Handle case where buffer is a buffer
8178         object.
8179
8180 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8181
8182         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8183         long lines.
8184         (gnus-cache-delete-group): Wrap doc strings.
8185
8186         * gnus-agent.el (gnus-agent-rename-group)
8187         (gnus-agent-delete-group): Wrap doc strings.
8188
8189 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8190
8191         * messagexmas.el (message-use-toolbar): Change the valid values
8192         into default, top, bottom, left, and right.
8193         (message-toolbar-thickness): New variable.
8194         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8195         well.
8196         (message-setup-toolbar): Make it work.
8197
8198         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8199         (gnus-use-toolbar): Change the valid values into default, top,
8200         bottom, left, and right.
8201         (gnus-toolbar-thickness): New variable.
8202         (gnus-xmas-setup-toolbar): New function.
8203         (gnus-xmas-setup-group-toolbar): Use it.
8204         (gnus-xmas-setup-summary-toolbar): Use it.
8205
8206 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8207
8208         * gnus-start.el (gnus-1): Add "native" to
8209         gnus-predefined-server-alist.
8210
8211         * gnus.el (gnus-method-to-server): Don't add "native" to the
8212         lists here, because that leads to problems when
8213         gnus-select-method is bound.
8214
8215 2005-11-09  Simon Josefsson  <jas@extundo.com>
8216
8217         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8218         use (not sort-by-date) instead.
8219
8220 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8221
8222         * gnus-delay.el (gnus-delay-group): Don't autoload.
8223         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8224         to be re-loaded when customizing the `gnus-delay' group.
8225
8226 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8227
8228         * message.el: Revert last changes.
8229         (message-insert-citation-line): Use newlines.
8230
8231 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8232
8233         * message.el (message-courtesy-message)
8234         (message-mark-insert-begin, message-mark-insert-end)
8235         (message-elide-ellipsis, message-cancel-message)
8236         (message-add-header, message-change-subject)
8237         (message-cross-post-followup-to-header)
8238         (message-cross-post-insert-note, message-reduce-to-to-cc)
8239         (message-widen-reply, message-delete-not-region)
8240         (message-kill-to-signature, message-insert-signature)
8241         (message-insert-importance-high, message-insert-importance-low)
8242         (message-insert-or-toggle-importance)
8243         (message-insert-disposition-notification-to)
8244         (message-indent-citation, message-yank-original)
8245         (message-cite-original-without-signature, message-cite-original)
8246         (message-insert-citation-line, message-position-on-field)
8247         (message-fix-before-sending, message-send-mail-partially)
8248         (message-send-mail, message-send-mail-with-sendmail)
8249         (message-send-mail-with-qmail, message-send-news)
8250         (message-check-news-header-syntax, message-generate-headers)
8251         (message-insert-courtesy-copy, message-fill-address)
8252         (message-fill-header, message-shorten-references)
8253         (message-setup-1, message-cancel-news)
8254         (message-forward-make-body-plain, message-forward-make-body-mime)
8255         (message-forward-make-body-mml, message-encode-message-body)
8256         (message-forward-make-body-digest-plain)
8257         (message-forward-make-body-digest-mime)
8258         (message-use-alternative-email-as-from): Insert `hard-newline'
8259         instead of ordinary newlines.
8260
8261 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * message.el (message-generate-headers): Downcase the argument
8264         given to message-check-element.
8265
8266 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8267
8268         * nntp.el (nntp-authinfo-rejected): New error condition.
8269         (nntp-wait-for): Use new error condition to signal authentication
8270         error.
8271         (nntp-retrieve-data): Rethrow new error condition to break out of
8272         recursive call to nntp-send-authinfo.
8273
8274 2005-11-08  Romain Francoise  <romain@orebokech.com>
8275
8276         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8277         (gnus-summary-exit-map): Bind to `Z p'.
8278         (gnus-summary-make-menu-bar): Add menu item.
8279
8280 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8281
8282         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8283         (gnus-treat-*): Add `first' in all doc strings.
8284
8285         * gnus-group.el (gnus-group-compact-group): Fix typo.
8286
8287 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * gnus.el (gnus-parameters-case-fold-search): New variable.
8290         (gnus-parameters-get-parameter): Use it.
8291
8292         * gnus-score.el (gnus-home-score-file): Doc fix.
8293
8294 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8295
8296         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8297
8298 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8299
8300         * mm-util.el (mm-special-display-p): New function.
8301
8302         * mml.el (mml-preview): Use it; doc fix.
8303
8304 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8305
8306         * imap.el (imap-open): Handle case where buffer is a buffer object.
8307
8308 2005-10-29  Romain Francoise  <romain@orebokech.com>
8309
8310         * message.el (message-fix-before-sending): Fix comment.
8311
8312 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8313
8314         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8315
8316 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8317
8318         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8319         Used in gnus-score.el.
8320
8321 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8322
8323         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8324
8325 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8326
8327         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8328         whitespace removed in revision 7.8.  Use concatenated string to
8329         protect trailing whitespace.
8330
8331 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8332
8333         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8334         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8335         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8336         Courier IMAP ("some version from 2004").  Mostly based on similar
8337         code in the same function.
8338
8339 2005-10-26  Didier Verna  <didier@xemacs.org>
8340
8341         * gnus-group.el (gnus-group-compact-group): Invalidate original
8342         article buffer.
8343         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8344         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8345         NOV database and in article itself.
8346         Invalidate article backlog.
8347
8348 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8349
8350         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8351
8352 2005-10-26  Simon Josefsson  <jas@extundo.com>
8353
8354         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8355         part of 2004-07-25 change.
8356
8357 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8358
8359         * message.el (message-display-completion-list): New function.
8360         (message-expand-group): Use it; make sure the Completions buffer
8361         is modifiable.
8362 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8363
8364         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8365         user-mail-name is an empty string.
8366
8367 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8370         depending on gnus-score-decay-constant.
8371
8372         * encrypt.el (encrypt-insert-file-contents)
8373         (encrypt-write-file-contents): Don't use `gnus-message'.
8374
8375         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8376         arguments.
8377         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8378         arguments to mm-uu-verbatim-marks-extract.
8379         (mm-uu-hide-markers): New variable.
8380         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8381
8382         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8383         (gnus-convert-image-to-face-command): Use "convert" by default to
8384         allow other input image formats.
8385         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8386         accordingly.
8387
8388 2005-10-23  Simon Josefsson  <jas@extundo.com>
8389
8390         * imap.el (imap-gssapi-program): Align command line parameters
8391         with latest GNU SASL.
8392         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8393
8394 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8395
8396         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8397         HTML.
8398         (nnslashdot-request-article): Ditto.
8399
8400         * lpath.el (featurep): Add nobreak-char-display.
8401
8402 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8403
8404         * mail-source.el (mail-source-fetch-pop): Require pop3.
8405         (mail-source-check-pop): Ditto.
8406
8407 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8410         errors.
8411
8412 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8415         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8416
8417         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8418
8419         * mm-bodies.el (mm-decode-string): Call
8420         `mm-charset-to-coding-system' with allow-override argument.
8421
8422 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8425         (rfc2047-charset-to-coding-system): New function.
8426         (rfc2047-decode-encoded-words): New function.
8427         (rfc2047-decode-region): Use them.
8428         (rfc2047-decode-cte): Remove.
8429         (rfc2047-parse-and-decode): Remove.
8430         (rfc2047-decode): Remove.
8431
8432 2005-10-15  Kenichi Handa  <handa@m17n.org>
8433
8434         * rfc2047.el (rfc2047-decode-cte): New function.
8435         (rfc2047-decode-region): Change the way to decode successive
8436         encoded-words: decode B- or Q-encoding in each encoded-word,
8437         concatenate them, and decode it as charset.
8438
8439 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * lpath.el: Fbind codepage-setup for XEmacs.
8442
8443 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8444
8445         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8446         widget-move-and-invoke.
8447         (gnus-custom-mode): Use gnus-custom-map.
8448
8449 2005-10-15  Bill Wohler  <wohler@newt.com>
8450
8451         * message.el (message-tool-bar-map): Renamed image file from
8452         mail_send to mail/send.
8453
8454 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8455
8456         * message.el (message-expand-group): Pass the common
8457         prefix substring of completion to `display-completion-list'.
8458
8459 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8460
8461         * mml-sec.el (mml-secure-method): New internal variable.
8462         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8463         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8464         functions using mml-secure-method.
8465
8466         * mml.el (mml-mode-map): Add key bindings for those functions.
8467         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8468         Harder <harder@myrealbox.com>.
8469         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8470         end of message if point is the headers of the message.
8471
8472         * message.el (message-in-body-p): New function.
8473
8474         * assistant.el: Autoload gnus-util and netrc.
8475
8476         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8477         Use `mm-charset-override-alist' only when decoding.
8478
8479         * mm-bodies.el (mm-decode-body): Call
8480         `mm-charset-to-coding-system' with allow-override argument.
8481
8482         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8483         `filename' from Content-Disposition if Content-Type doesn't
8484         provide `name'.
8485         (gnus-mime-view-part-as-type): Set default instead of
8486         initial-input.
8487
8488 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8489
8490         * format-spec.el (format-spec): Propagate text properties of % spec.
8491
8492 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8493
8494         * gnus-art.el (gnus-treat-predicate): Add `first'.
8495
8496 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8497
8498         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8499         (mm-charset-override-alist): New variable.
8500         (mm-charset-to-coding-system): Use it.
8501         (mm-codepage-setup): New helper function.
8502         (mm-charset-eval-alist): New variable.
8503         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8504         about unknown charsets.
8505
8506         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8507
8508 2005-10-04  David Hansen  <david.hansen@gmx.net>
8509
8510         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8511         (nnrss-check-group): Ditto.
8512
8513 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8514
8515         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8516         Rename x-gnus-verbatim to x-verbatim.
8517         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8518
8519         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8520         x-verbatim.
8521
8522         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8523
8524         * gnus-util.el (gnus-remove-duplicates): Remove.
8525
8526         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8527         instead of gnus-remove-duplicates.
8528
8529         * message.el (message-remove-duplicates): Remove.
8530         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8531         message-remove-duplicates.
8532
8533         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8534         available, else use implementation from `delete-dups'.
8535
8536         * message.el (message-insert-expires): New function.
8537         (message-mode-map): Add key binding.
8538         (message-mode-field-menu): Add menu entry.
8539         (message-mode): Document it.
8540         (message-make-expires-date): Use `message-make-date'.
8541
8542 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8543
8544         * message.el (message-make-expires-date): New function.
8545
8546 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * Makefile.in (list-installed-shadows): New entry.
8549         (install): Use it.
8550         (remove-installed-shadows): New entry.
8551
8552         * dgnushack.el (dgnushack-default-load-path): New variable.
8553         (dgnushack-find-lisp-shadows): New function.
8554         (dgnushack-remove-lisp-shadows): New function.
8555
8556 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * Makefile.in (install-el-elc): New entry.
8559         (install): Use it so that .el files are necessarily installed.
8560
8561 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8564
8565 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8566
8567         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8568         function rather than the diff-mode.el package.
8569         (mm-display-external): Use with-current-buffer.
8570         (mm-viewer-completion-map, mm-viewer-completion-map):
8571         Move initialization inside declaration.
8572
8573 2005-09-29  Simon Josefsson  <jas@extundo.com>
8574
8575         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8576         autoload mail-check-payment.
8577         (spam-check-hashcash): Define unconditionally, since hashcash.el
8578         is part of Gnus now.  Ignore errors from payment checking.
8579
8580 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8581
8582         * message.el (message-bold-region, message-unbold-region): Rename
8583         from `bold-region' and `unbold-region'.
8584
8585         * message.el: Remove useless autoloads.
8586
8587 2005-09-28  Simon Josefsson  <jas@extundo.com>
8588
8589         * message.el (message-use-idna): Default to t.
8590         (message-use-idna): Test whether encoding works too.  Doc fix.
8591
8592 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8593
8594         * nntp.el (nntp-warn-about-losing-connection): Remove.
8595
8596 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8597
8598         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8599         customizable.  Change default value.
8600         (mm-uu-diff-groups-regexp): Change default value.
8601         (mm-uu-type-alist): Add doc string.
8602         (mm-uu-configure): Add doc string.  Make it interactive.
8603         (mm-uu-tex-groups-regexp): New variable.
8604         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8605         (mm-uu-type-alist): Add LaTeX documents.
8606         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8607         of "text/verbatim".
8608         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8609
8610         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8611         instead of "text/verbatim".
8612
8613         * message.el (message-mark-inserted-region)
8614         (message-mark-insert-file): Use slrn style marks when called with
8615         prefix argument.
8616
8617 2005-09-27  Simon Josefsson  <jas@extundo.com>
8618
8619         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8620
8621 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8622
8623         * message.el (message-remove-duplicates): New function.
8624         Implementation borrowed from `gnus-remove-duplicates'.
8625         (message-idna-to-ascii-rhs): Also encode idna addresses in
8626         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8627         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8628         only ask about the same idna domain once per header and also tell
8629         in what header to replace the idna domain.
8630
8631         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8632         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8633         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8634         a header is decoded and not just the last one.
8635
8636 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8639         has been decoded.
8640
8641         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8642         (mm-insert-part): Don't modify text if it has been decoded.
8643
8644         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8645         decoded.
8646
8647         * mm-view.el (mm-inline-text): Don't strip text props unless
8648         decoding enriched or richtext parts.
8649
8650 2005-09-25  Romain Francoise  <romain@orebokech.com>
8651
8652         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8653         * gnus-start.el (gnus-subscribe-interactively):
8654         * gnus-uu.el (gnus-uu-grab-articles):
8655         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8656         space.
8657
8658 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8659
8660         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8661         * mm-view.el (mm-view-pkcs7-decrypt):
8662         * gnus-sum.el (gnus-summary-limit-to-extra)
8663         (gnus-summary-respool-article, gnus-read-move-group-name):
8664         * gnus-score.el (gnus-summary-increase-score):
8665         * gnus-util.el (gnus-completing-read-with-default):
8666         * gnus-art.el (gnus-read-save-file-name)
8667         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8668         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8669         * message.el (message-check-news-header-syntax):
8670         Follow convention for reading with the minibuffer.
8671
8672 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8673
8674         * spam-report.el (spam-report-url-ping-plain):
8675         Use gnus-extended-version as User-Agent.
8676
8677         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8678         default value is nil.
8679
8680         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8681         (mm-uu-verbatim-marks-extract): New function.
8682         (mm-uu-extract): New face.
8683         (mm-uu-copy-to-buffer): Use it.
8684
8685         * spam-report.el (spam-report-gmane-ham): Renamed from
8686         `spam-report-gmane-unspam'.
8687         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8688         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8689
8690         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8691         Autoload.
8692         (spam-report-gmane-unregister-routine): Renamed
8693         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8694
8695 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8696
8697         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8698         (spam-report-gmane-unregister-routine): Add support for gmane
8699         unregistration.
8700
8701         * spam-report.el (spam-report-gmane-unspam)
8702         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8703         (spam-report-gmane): Change to take a single article and do unspam
8704         registration.
8705
8706 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * mm-url.el (mm-url-decode-entities): Fix regexp.
8709
8710 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8711
8712         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8713         default to nil, to be able to use Gnus at all.  If the default
8714         switches to something else, then the function should be fixed not
8715         be exceedingly slow.
8716
8717 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8718
8719         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8720         fail hard.
8721
8722         * spam-report.el: Add better Keywords line.
8723
8724         * spam.el: Add Maintainer and better Keywords line.
8725
8726 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8727
8728         * gnus-art.el (gnus-article-replace-part)
8729         (gnus-mime-replace-part): New functions.
8730         (gnus-mime-action-alist, gnus-mime-button-commands)
8731         (gnus-mime-save-part-and-strip): Added file argument.
8732         (gnus-article-part-wrapper): Added interactive argument.
8733
8734         * gnus-sum.el (gnus-summary-mime-map): Add
8735         `gnus-article-replace-part'.
8736
8737 2005-09-19  Didier Verna  <didier@xemacs.org>
8738
8739         The nnml compaction feature:
8740         * nnml.el (nnml-request-compact-group): New function.
8741         * nnml.el (nnml-request-compact): New function.
8742         * gnus-int.el (gnus-request-compact-group): New function.
8743         * gnus-int.el (gnus-request-compact): New function.
8744         * gnus-group.el (gnus-group-compact-group): New function.
8745         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8746         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8747         * gnus-srvr.el (gnus-server-compact-server): New function.
8748         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8749         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8750
8751 2005-09-18  Deepak Goel  <deego@gnufans.org>
8752
8753         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8754         format spec.
8755
8756 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8759
8760 2005-09-15  Romain Francoise  <romain@orebokech.com>
8761
8762         * message.el (message-fill-paragraph): Clarify docstring.
8763
8764 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8765
8766         * gnus-art.el (gnus-mime-display-part): Protect against broken
8767         MIME messages.
8768
8769 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8772         before parsing header.
8773
8774 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8775
8776         * html2text.el (html2text-replace-list): Add new entities.
8777
8778 2005-09-11  Romain Francoise  <romain@orebokech.com>
8779
8780         * message.el (message-alternative-emails): Improve docstring.
8781         (message-setup-1): Call `message-use-alternative-email-as-from'
8782         after `message-setup-hook' to give it precedence over posting
8783         styles, etc.
8784         (message-use-alternative-email-as-from): Add docstring.  Remove
8785         the original From header if present.
8786
8787         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8788         (nnml-save-mail): Use it.
8789
8790         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8791         articles.  Add new argument `silent'.
8792         (gnus-uu-mark-all): Report the total number of marked articles.
8793
8794 2005-09-10  Romain Francoise  <romain@orebokech.com>
8795
8796         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8797         (gnus-uu-mark-series): Likewise.
8798
8799 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8800
8801         * spam-report.el (spam-report-gmane): Fix generation of spam
8802         report URL.
8803
8804 2005-09-10  Simon Josefsson  <jas@extundo.com>
8805
8806         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8807         t, based on discussion on the ding list with Robert Epprecht
8808         <epprecht@solnet.ch>.
8809
8810 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * spam-report.el (spam-report-gmane): Make it work without
8813         X-Report-Spam header.  Gmane now only provides Archived-At.
8814         This is only used if `spam-report-gmane-use-article-number' is nil.
8815         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8816
8817         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8818         make `gnus-summary-sort-by-recipient' work with threading.
8819
8820         * nnweb.el (nnweb-google-wash-article): Print a message if article
8821         is not available.
8822
8823 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8824
8825         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8826         change.  Decode text/* parts content before displaying.
8827
8828 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8829
8830         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8831
8832 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8833
8834         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8835
8836         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8837         url-package-name, url-package-version,
8838         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8839         w3m-display-inline-images, and w3m-minor-mode-map.
8840
8841 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8842
8843         * message.el (message-tab-body-function): Fix mismatched custom type.
8844
8845         * gnus.el (gnus-group-change-level-function): Ditto.
8846
8847         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8848
8849         * gnus-art.el (gnus-signature-limit)
8850         (gnus-article-mime-part-function): Ditto.
8851
8852 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * mml.el (mml-mode): Silence the byte compiler.
8855
8856         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8857         using `(sit-for 0)' before moving the point to the specified part;
8858         skip unbuttonized parts.
8859         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8860         return to the summary window if gnus-auto-select-part is non-nil.
8861
8862 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8863
8864         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8865         variables.
8866         (mml-dnd-attach-file, mml-mode): Use them.
8867
8868         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8869         Make fetching article by MID work again for Google Groups.  Added
8870         FIXME concerning gnus-group-make-web-group.
8871
8872         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8873         Don't depend on Gnus by using mail-extract-address-components if
8874         gnus-extract-address-components is not bound.
8875
8876 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8877
8878         * gnus-art.el (gnus-mime-display-security): Don't display the
8879         signature, but only the signed part.
8880
8881 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8884
8885         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8886         list, not listp.
8887
8888 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8889
8890         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8891         when encoding.
8892
8893         * mm-bodies.el (mm-decode-content-transfer-encoding):
8894         De-canonicalize CRLF for all text content types, not just
8895         text/plain.
8896
8897 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8900         valid article; point arrow and cursor at the MIME button.
8901
8902 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8905         Suggested by Dan Christensen <jdc@uwo.ca>.
8906
8907         * mm-decode.el (mm-save-part): Enable change of prompt.
8908
8909 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8910
8911         * gnus-msg.el (gnus-inews-add-send-actions): Made
8912         `message-post-method' lambda parameter ARG `&optional'.
8913
8914 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8915
8916         * gnus-sum.el (gnus-summary-mime-map): Added
8917         gnus-article-save-part-and-strip, gnus-article-delete-part and
8918         gnus-article-jump-to-part.
8919
8920         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8921         (gnus-article-edit-part): Use it.
8922         (gnus-article-part-wrapper): Added no-handle argument.
8923         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8924         functions.
8925
8926 2005-08-29  Romain Francoise  <romain@orebokech.com>
8927
8928         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8929         docstring.
8930         (gnus-face-from-file): Likewise.
8931
8932 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8935         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8936         non-nil.
8937         (gnus-auto-select-part): New variable.
8938         (gnus-article-jump-to-part): New function.
8939         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8940         (gnus-mime-delete-part): Allow selecting specified part after
8941         deleting or stripping parts.
8942         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8943         part if argument is bogus.
8944
8945 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8946
8947         * gnus-art.el (w3m-minor-mode-map):
8948         * gnus-spec.el (gnus-newsrc-file-version):
8949         * gnus-util.el (nnmail-active-file-coding-system)
8950         (gnus-original-article-buffer, gnus-user-agent):
8951         * gnus.el (gnus-ham-process-destinations)
8952         (gnus-parameter-ham-marks-alist)
8953         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8954         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8955         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8956         * mm-decode.el (gnus-current-window-configuration):
8957         * mm-extern.el (gnus-article-mime-handles):
8958         * mm-url.el (url-current-object, url-package-name)
8959         (url-package-version):
8960         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8961         (smime-keys, w3m-cid-retrieve-function-alist)
8962         (w3m-current-buffer, w3m-display-inline-images)
8963         (w3m-minor-mode-map):
8964         * mml-smime.el (gnus-extract-address-components):
8965         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8966         (gnus-newsrc-hashtb, message-default-charset)
8967         (message-deletable-headers, message-options)
8968         (message-posting-charset, message-required-mail-headers)
8969         (message-required-news-headers):
8970         * mml1991.el (mc-pgp-always-sign):
8971         * mml2015.el (mc-pgp-always-sign):
8972         * nnheader.el (nnmail-extra-headers):
8973         * rfc1843.el (gnus-decode-encoded-word-function)
8974         (gnus-decode-header-function, gnus-newsgroup-name):
8975         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8976
8977 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8978
8979         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8980         the end of the date treatments.
8981
8982 2005-08-15  Simon Josefsson  <jas@extundo.com>
8983
8984         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8985         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
8986         Capello and Romain Francoise.
8987         (pgg-fetch-key-function): Removed, not used?
8988         (pgg-insert-url-with-w3): Require url, to get
8989         url-insert-file-contents regardless of where it is defined.
8990
8991 2005-08-13  Romain Francoise  <romain@orebokech.com>
8992
8993         * message.el (message-cite-original-1): New function.
8994         (message-cite-original): Use it.
8995         (message-cite-original-without-signature): Ditto.
8996
8997 2005-08-08  Romain Francoise  <romain@orebokech.com>
8998
8999         * message.el (message-yank-empty-prefix): New variable.
9000         (message-indent-citation): Use it.
9001         (message-cite-original-without-signature): Respect X-No-Archive.
9002
9003 2005-08-08  Simon Josefsson  <jas@extundo.com>
9004
9005         * pgg.el: Autoload url-insert-file-contents instead of loading
9006         w3/url.
9007         (pgg-insert-url-with-w3): Don't load url here.
9008
9009 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9010
9011         * message.el (message-kill-to-signature): Don't insert newline at
9012         bol.
9013         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9014
9015 2005-08-06  Romain Francoise  <romain@orebokech.com>
9016
9017         * message.el (message-user-fqdn): Fix typo in docstring.
9018
9019 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9020
9021         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9022
9023         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9024
9025 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9026
9027         * mm-bodies.el (mm-encode-body): Use coding system rather than
9028         charset to encode text.
9029
9030         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9031         number of charsets if utf-8 is available (XEmacs).
9032
9033 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9034
9035         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9036         taken from `gnus-button-mid-or-mail-regexp'.
9037         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9038         (gnus-button-alist): Improve regexp for domain part of the MIDs
9039         for news:localpart@domain buttons.
9040         (gnus-button-ctan-directory-regexp): Update.
9041
9042 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9043
9044         * sieve-manage.el (sieve-manage-interactive-login): Use
9045         make-local-variable rather than make-variable-buffer-local.
9046         (sieve-manage-open): Ditto.
9047         (sieve-manage-authenticate): Ditto.
9048
9049         * mml.el (mml-generate-mime-1): Make the content type default to
9050         text/plain if the filename is not specified.
9051
9052 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9053
9054         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9055         instead of insert-buffer.
9056
9057         * message.el (message-yank-original): Ditto; set the mark at the
9058         end of the yanked message.
9059
9060 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9063         lines to scroll rather than to stop it.
9064
9065         * mml.el (mml-generate-default-type): Add doc string.
9066         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9067         default to application/octet-stream when determining the content
9068         type if it is not specified for the part or the mml contents; add
9069         a comment about mml-generate-default-type.
9070
9071 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9072
9073         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9074         make it default to application/octet-stream when determining the
9075         content type if it is not specified for the external contents.
9076
9077 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9078
9079         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9080         segmented parameter but also other parameters might be there.
9081
9082 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9083
9084         * mm-decode.el (mm-display-external): Delete temp file, directory
9085         and buffer immediately if the external process is exited.
9086
9087 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9088
9089         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9090         fewer lines than that of scroll-margin.
9091         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9092
9093 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * gnus-art.el (gnus-article-next-page): Revert.
9096         (gnus-article-beginning-of-window): New macro.
9097         (gnus-article-next-page-1): Use it.
9098         (gnus-article-prev-page): Ditto.
9099         (gnus-article-edit-part): Use insert-buffer-substring instead of
9100         insert-buffer.
9101         (gnus-article-edit-exit): Ditto.
9102
9103         * gnus-util.el (gnus-beginning-of-window): Remove.
9104         (gnus-end-of-window): Remove.
9105
9106         * lpath.el: Don't bind header-line-format and scroll-margin.
9107
9108 2005-07-25  Simon Josefsson  <jas@extundo.com>
9109
9110         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9111         to have the url package without w3.  Reported by Daiki Ueno
9112         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9113
9114 2005-07-20  Didier Verna  <didier@xemacs.org>
9115
9116         * gnus-diary.el: Remove the description comment (nndiary is now
9117         properly documented in the Gnus manual).
9118         Fix the spelling of "Back End".
9119         * nndiary.el: Ditto.
9120         Fix the copyright notice.
9121
9122 2005-07-18  Romain Francoise  <romain@orebokech.com>
9123
9124         * gnus-sum.el (gnus-summary-to-prefix)
9125         (gnus-summary-newsgroup-prefix): New variables.
9126         (gnus-summary-from-or-to-or-newsgroups): Use them.
9127
9128 2005-07-17  Romain Francoise  <romain@orebokech.com>
9129
9130         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9131         space as it's generally not especially interesting to the user.
9132
9133 2005-07-16  Romain Francoise  <romain@orebokech.com>
9134
9135         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9136         nil to avoid prompting and file modification if one of the
9137         messages at the top of the nnfolder file contains a copyright
9138         notice.
9139         Update copyright notice.
9140
9141         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9142         instead of `current-time-string' as the latter creates a time
9143         string that is not RFC 2822 compliant (it lacks the zone).
9144         Update copyright notice.
9145
9146 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9147
9148         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9149         for text/rtf.  Display default in prompt.  Pass default for M-n.
9150
9151         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9152
9153 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9154
9155         * gnus-msg.el (gnus-button-mailto): Remove
9156         save-selected-window-window hackery because it relies on
9157         save-selected-window internals.
9158
9159 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9162         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9163         (gnus-article-prev-page): Ditto.
9164
9165         * gnus-util.el (gnus-beginning-of-window): New function.
9166         (gnus-end-of-window): New function.
9167
9168         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9169
9170 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9171
9172         * gnus-score.el (gnus-score-edit-all-score): Set
9173         gnus-score-edit-exit-function to gnus-score-edit-done and call
9174         gnus-message.
9175
9176 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * gnus-msg.el (gnus-button-mailto): Remove
9179         save-selected-window-window hackery because it relies on
9180         save-selected-window internals.
9181
9182 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9185         add-minor-mode.
9186         (gnus-binary-mode): Ditto.
9187
9188         * gnus-topic.el (gnus-topic-mode): Ditto.
9189
9190 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9191
9192         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9193         (gnus-article-prev-page): Take scroll-margin into consideration.
9194
9195 2005-07-04  Lute Kamstra  <lute@gnu.org>
9196
9197         Update FSF's address in GPL notices.
9198
9199 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9200
9201         * gnus.el (gnus-exit):
9202         * gnus-group.el (gnus-group-icons):
9203         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9204
9205         * gnus-nocem.el (gnus-nocem):
9206         * message.el (message-various, message-buffers, message-sending)
9207         (message-interface, message-forwarding, message-insertion)
9208         (message-headers, message-news, message-mail):
9209         * pgg-gpg.el (pgg-gpg):
9210         * pgg-parse.el (pgg-parse):
9211         * pgg-pgp.el (pgg-pgp):
9212         * pgg-pgp5.el (pgg-pgp5):
9213         * pop3.el (pop3): Finish `defgroup' description with period.
9214
9215 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * gnus-art.el (article-display-face): Improve the efficiency.
9218         (article-display-x-face): Ditto; remove grey x-face stuff.
9219
9220 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9221
9222         * gnus-art.el (article-display-face): Correct the position in
9223         which Faces are inserted.
9224
9225 2005-06-29  Didier Verna  <didier@xemacs.org>
9226
9227         * gnus-art.el (article-display-face): Display faces in correct
9228         order.
9229
9230 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9231
9232         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9233         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9234         (gnus-nocem-check-article): Fetch the Type header.
9235         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9236         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9237         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9238         make sure gnus-nocem-hashtb is initialized.
9239         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9240         (gnus-nocem-unwanted-article-p): Ditto.
9241
9242         * pgg.el (pgg-verify): Return the verification result.
9243
9244 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9245
9246         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9247         is ascii.
9248
9249 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9250
9251         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9252         `show-nonbreak-escape'.
9253
9254 2005-06-23  Lute Kamstra  <lute@gnu.org>
9255
9256         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9257
9258         * dig.el (dig-mode):
9259         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9260
9261 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9262
9263         * nnimap.el (nnimap-split-download-body): Fix spellings.
9264
9265 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9266
9267         * gnus-art.el (gnus-article-encrypt-body):
9268         * gnus-cus.el (gnus-score-customize):
9269         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9270         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9271
9272 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9273
9274         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9275         header by looking for magic "MII" at the beginnig.
9276
9277 2005-06-16  Miles Bader  <miles@gnu.org>
9278
9279         * gnus-xmas.el (gnus-xmas-group-startup-message):
9280         Use renamed gnus-splash face.
9281
9282         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9283         (assistant-field-face): New backward-compatibility alias for renamed
9284         face.
9285         (assistant-render-text): Use renamed assistant-field face.
9286
9287         * spam.el (spam): Remove "-face" suffix from face name.
9288         (spam-face): New backward-compatibility alias for renamed face.
9289         (spam-face, spam-initialize): Use renamed spam face.
9290
9291         * message.el (message-header-to, message-header-cc)
9292         (message-header-subject, message-header-newsgroups)
9293         (message-header-other, message-header-name)
9294         (message-header-xheader, message-separator, message-cited-text)
9295         (message-mml): Remove "-face" suffix from face names.
9296         (message-header-to-face, message-header-cc-face)
9297         (message-header-subject-face, message-header-newsgroups-face)
9298         (message-header-other-face, message-header-name-face)
9299         (message-header-xheader-face, message-separator-face)
9300         (message-cited-text-face, message-mml-face):
9301         New backward-compatibility aliases for renamed faces.
9302         (message-font-lock-keywords): Use renamed message faces.
9303
9304         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9305         (sieve-test-commands, sieve-tagged-arguments):
9306         Remove "-face" suffix from face names.
9307         (sieve-control-commands-face, sieve-action-commands-face)
9308         (sieve-test-commands-face, sieve-tagged-arguments-face):
9309         New backward-compatibility aliases for renamed faces.
9310         (sieve-control-commands-face, sieve-action-commands-face)
9311         (sieve-test-commands-face, sieve-tagged-arguments-face):
9312         Use renamed sieve faces.
9313
9314         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9315         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9316         (gnus-group-news-3-empty, gnus-group-news-4)
9317         (gnus-group-news-4-empty, gnus-group-news-5)
9318         (gnus-group-news-5-empty, gnus-group-news-6)
9319         (gnus-group-news-6-empty, gnus-group-news-low)
9320         (gnus-group-news-low-empty, gnus-group-mail-1)
9321         (gnus-group-mail-1-empty, gnus-group-mail-2)
9322         (gnus-group-mail-2-empty, gnus-group-mail-3)
9323         (gnus-group-mail-3-empty, gnus-group-mail-low)
9324         (gnus-group-mail-low-empty, gnus-summary-selected)
9325         (gnus-summary-cancelled, gnus-summary-high-ticked)
9326         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9327         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9328         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9329         (gnus-summary-low-undownloaded)
9330         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9331         (gnus-summary-low-unread, gnus-summary-normal-unread)
9332         (gnus-summary-high-read, gnus-summary-low-read)
9333         (gnus-summary-normal-read, gnus-splash):
9334         Remove "-face" suffix from face names.
9335         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9336         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9337         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9338         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9339         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9340         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9341         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9342         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9343         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9344         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9345         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9346         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9347         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9348         (gnus-summary-normal-ticked-face)
9349         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9350         (gnus-summary-normal-ancient-face)
9351         (gnus-summary-high-undownloaded-face)
9352         (gnus-summary-low-undownloaded-face)
9353         (gnus-summary-normal-undownloaded-face)
9354         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9355         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9356         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9357         (gnus-splash-face):
9358         New backward-compatibility aliases for renamed faces.
9359         (gnus-group-startup-message): Use renamed gnus faces.
9360
9361         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9362         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9363         (gnus-server-agent): Remove "-face" suffix from face names.
9364         (gnus-server-agent-face, gnus-server-opened-face)
9365         (gnus-server-closed-face, gnus-server-denied-face)
9366         (gnus-server-offline-face):
9367         New backward-compatibility aliases for renamed faces.
9368         (gnus-server-agent-face, gnus-server-opened-face)
9369         (gnus-server-closed-face, gnus-server-denied-face)
9370         (gnus-server-offline-face): Use renamed gnus faces.
9371
9372         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9373         Remove "-face" suffix from face names.
9374         (gnus-picon-xbm-face, gnus-picon-face):
9375         New backward-compatibility aliases for renamed faces.
9376
9377         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9378         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9379         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9380         (gnus-cite-11): Remove "-face" suffix from face names.
9381         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9382         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9383         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9384         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9385         New backward-compatibility aliases for renamed faces.
9386         (gnus-cite-attribution-face, gnus-cite-face-list)
9387         (gnus-article-boring-faces): Use renamed gnus faces.
9388
9389         * gnus-art.el (gnus-signature, gnus-header-from)
9390         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9391         (gnus-header-content): Remove "-face" suffix from face names.
9392         (gnus-signature-face, gnus-header-from-face)
9393         (gnus-header-subject-face, gnus-header-newsgroups-face)
9394         (gnus-header-name-face, gnus-header-content-face):
9395         New backward-compatibility aliases for renamed faces.
9396         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9397
9398         * gnus-sum.el (gnus-summary-selected-face)
9399         (gnus-summary-highlight): Use renamed gnus faces.
9400         * gnus-group.el (gnus-group-highlight): Likewise.
9401
9402 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9403
9404         * gnus-sieve.el (gnus-sieve-article-add-rule):
9405         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9406         * spam-stat.el (spam-stat-buffer-change-to-spam)
9407         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9408
9409         * message.el (message-is-yours-p):
9410         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9411
9412 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9413
9414         * mm-view.el (mm-inline-text): Withdraw the last change.
9415
9416 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9417
9418         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9419         executing enriched-decode.
9420
9421 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9422
9423         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9424         charset of tar files.
9425
9426 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9427
9428         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9429
9430 2005-06-04  Lute Kamstra  <lute@gnu.org>
9431
9432         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9433         information is never recorded.
9434
9435 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9436
9437         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9438
9439 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * pop3.el (pop3-apop): Run md5 in the binary mode.
9442
9443         * starttls.el (starttls-set-process-query-on-exit-flag):
9444         Use eval-and-compile.
9445
9446 2005-05-31  Simon Josefsson  <jas@extundo.com>
9447
9448         * smime.el (smime-replace-in-string): Define.
9449         (smime-cert-by-ldap-1): Use it.
9450
9451 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * gnus-art.el (article-display-x-face): Replace
9454         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9455
9456         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9457         set-process-query-on-exit-flag or process-kill-without-query.
9458
9459         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9460         loop instead of replace-regexp.
9461
9462         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9463         instead of process-kill-without-query if it is available.
9464
9465         * lpath.el: Fbind ldap-search-entries.
9466
9467         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9468         instead of find-file-hooks if it is available.
9469
9470         * mml1991.el: Bind pgg-default-user-id when compiling.
9471
9472         * mml2015.el: Bind pgg-default-user-id when compiling.
9473
9474         * nndraft.el (nndraft-request-associate-buffer):
9475         Use write-contents-functions instead of write-contents-hooks if it is
9476         available.
9477
9478         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9479         instead of find-file-hooks if it is available.
9480
9481         * nntp.el (nntp-open-connection): Replace
9482         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9483         (nntp-open-ssl-stream): Ditto.
9484         (nntp-open-tls-stream): Ditto.
9485
9486         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9487         set-process-query-on-exit-flag or process-kill-without-query.
9488         (starttls-open-stream-gnutls): Use it instead of
9489         process-kill-without-query.
9490         (starttls-open-stream): Ditto.
9491
9492 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9493
9494         * smime.el (smime-cert-by-ldap-1): Don't use
9495         replace-regexp-in-string.
9496
9497 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9498
9499         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9500
9501         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9502         in PEM format.  Adjust to the XEmacs compability.
9503
9504 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9505
9506         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9507         by `string-to-number'.
9508         * gnus-agent.el (gnus-agent-regenerate-group)
9509         (gnus-agent-fetch-articles): Ditto.
9510         * gnus-art.el (gnus-button-fetch-group): Ditto.
9511         * gnus-cache.el (gnus-cache-generate-active)
9512         (gnus-cache-articles-in-group): Ditto.
9513         * gnus-group.el (gnus-group-set-current-level)
9514         (gnus-group-insert-group-line): Ditto.
9515         * gnus-score.el (gnus-score-set-expunge-below)
9516         (gnus-score-set-mark-below, gnus-summary-score-effect)
9517         (gnus-summary-score-entry): Ditto.
9518         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9519         (gnus-soup-pack): Ditto.
9520         * gnus-spec.el (gnus-xmas-format): Ditto.
9521         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9522         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9523         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9524         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9525         * nndb.el (nndb-get-remote-expire-response): Ditto.
9526         * nndiary.el (nndiary-parse-schedule-value)
9527         (nndiary-string-to-number, nndiary-request-replace-article)
9528         (nndiary-request-article): Ditto.
9529         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9530         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9531         * nneething.el (nneething-make-head): Ditto.
9532         * nnfolder.el (nnfolder-request-article)
9533         (nnfolder-retrieve-headers): Ditto.
9534         * nnheader.el (nnheader-file-to-number): Ditto.
9535         * nnkiboze.el (nnkiboze-request-article): Ditto.
9536         * nnmail.el (nnmail-process-unix-mail-format)
9537         (nnmail-process-babyl-mail-format): Ditto.
9538         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9539         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9540         (nnmh-request-create-group, nnmh-request-list-1)
9541         (nnmh-request-group, nnmh-request-article): Ditto.
9542         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9543         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9544         * nnsoup.el (nnsoup-make-active): Ditto.
9545         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9546         * nntp.el (nntp-find-group-and-number)
9547         (nntp-retrieve-headers-with-xover): Ditto.
9548         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9549         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9550         (pgg-format-key-identifier): Ditto.
9551         * pop3.el (pop3-last, pop3-stat): Ditto.
9552         * qp.el (quoted-printable-decode-region): Ditto.
9553
9554         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9555         of concat.
9556
9557 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9560
9561         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9562
9563         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9564
9565         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9566
9567         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9568
9569         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9570
9571         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9572         (gnus-carpal-mode): Ditto.
9573
9574         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9575         (gnus-browse-mode): Ditto.
9576
9577         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9578
9579         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9580
9581 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9582
9583         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9584
9585 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9586
9587         * gnus-util.el (gnus-run-mode-hooks): New function.
9588
9589         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9590
9591         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9592         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9593
9594 2005-05-27  Lute Kamstra  <lute@gnu.org>
9595
9596         * dns-mode.el (dns-mode): Specify customization group.
9597
9598 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9599
9600         * gnus-agent.el (gnus-agent-make-mode-line-string):
9601         Use mode-line-highlight as mouse-face.
9602
9603 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * canlock.el (canlock): Change the parent group to news.
9606
9607         * deuglify.el (gnus-outlook-deuglify): Add :group.
9608
9609         * dig.el (dig): Add :group.
9610
9611         * dns-mode.el (dns-mode): Add :group.
9612
9613         * encrypt.el (encrypt): Add :group.
9614
9615         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9616         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9617         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9618         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9619         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9620
9621         * gnus-diary.el (gnus-diary): Add :group.
9622
9623         * gnus.el (gnus-group-news-1-face): Add :group.
9624         (gnus-group-news-1-empty-face): Ditto.
9625         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9626         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9627         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9628         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9629         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9630         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9631         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9632         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9633         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9634         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9635         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9636         (gnus-summary-high-ticked-face): Ditto.
9637         (gnus-summary-low-ticked-face): Ditto.
9638         (gnus-summary-normal-ticked-face): Ditto.
9639         (gnus-summary-high-ancient-face): Ditto.
9640         (gnus-summary-low-ancient-face): Ditto.
9641         (gnus-summary-normal-ancient-face): Ditto.
9642         (gnus-summary-high-undownloaded-face): Ditto.
9643         (gnus-summary-low-undownloaded-face): Ditto.
9644         (gnus-summary-normal-undownloaded-face): Ditto.
9645         (gnus-summary-high-unread-face): Ditto.
9646         (gnus-summary-low-unread-face): Ditto.
9647         (gnus-summary-normal-unread-face): Ditto.
9648         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9649         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9650
9651         * hashcash.el (hashcash): New custom group.
9652         (hashcash-default-payment): Add :group.
9653         (hashcash-payment-alist): Ditto.
9654         (hashcash-default-accept-payment): Ditto.
9655         (hashcash-accept-resources): Ditto.
9656         (hashcash-path): Ditto.
9657         (hashcash-extra-generate-parameters): Ditto.
9658         (hashcash-double-spend-database): Ditto.
9659         (hashcash-in-news): Ditto.
9660
9661         * message.el (message-minibuffer-local-map): Add :group.
9662
9663         * netrc.el (netrc): Add :group.
9664
9665         * sieve-manage.el (sieve-manage-log): Add :group.
9666         (sieve-manage-default-user): Diito.
9667         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9668         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9669         (sieve-manage-authenticators): Ditto.
9670         (sieve-manage-authenticator-alist): Ditto.
9671         (sieve-manage-default-port): Ditto.
9672
9673         * sieve-mode.el (sieve-control-commands-face): Add :group.
9674         (sieve-action-commands-face): Ditto.
9675         (sieve-test-commands-face): Ditto.
9676         (sieve-tagged-arguments-face): Ditto.
9677
9678         * smime.el (smime): Add :group.
9679
9680         * spam-report.el (spam-report): Add :group.
9681
9682         * spam.el (spam, spam-face): Add :group.
9683
9684 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9685
9686         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9687         return \n.\n.\n at the end of articles.  Protect against that.
9688         (nntp-with-open-group): Allow debugging.
9689
9690         * nnheader.el (mail-header-set-extra): Make into a function
9691         because I just could't understand how to quote the list properly.
9692
9693         * dns.el (query-dns-cached): New function.
9694
9695 2005-05-26  Lute Kamstra  <lute@gnu.org>
9696
9697         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9698
9699 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9702
9703         * gnus-art.el: Don't autoload mail-extract-address-components.
9704
9705         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9706         eval-and-compile to evaluate it.
9707
9708         * hashcash.el: Don't autoload executable-find.
9709
9710         * nndb.el: Don't declare the nndb back end two or more times; don't
9711         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9712
9713         * nntp.el: Autoload format-spec instead of format; use
9714         eval-and-compile to evaluate autoload forms.
9715
9716 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9717
9718         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9719
9720 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9721
9722         * gnus.el (gnus-version-number): Bump version.
9723
9724 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9725
9726         * gnus.el: No Gnus v0.3 is released.
9727
9728 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9729
9730         * lpath.el (featurep): Bind show-nonbreak-escape.
9731
9732 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * gnus-art.el (gnus-article-edit-part): Disable undo.
9735
9736 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9737
9738         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9739         gnus-article-date-lapsed-new-header is t if date timer is active;
9740         skip headers in which the original date value is empty.
9741         (gnus-article-save-original-date): Redefine it as a macro.
9742         (gnus-display-mime): Use it.
9743
9744 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9745
9746         * gnus-art.el (article-date-ut): Support converting date in
9747         forwarded parts as well.
9748         (gnus-article-save-original-date): New function.
9749         (gnus-display-mime): Use it.
9750
9751 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9752
9753         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9754         enclosure element of <item>.
9755
9756 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9757
9758         * message.el (message-kill-buffer-query): Renamed from
9759         `message-kill-buffer-query-if-modified'.  Added :version.
9760
9761 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9762
9763         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9764         window layout.
9765
9766 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9767
9768         * mml.el: Autoload dnd when compiling.
9769
9770 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9773         x-dnd-*.
9774
9775 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9776
9777         * qp.el (quoted-printable-encode-region): Save excursion.
9778
9779 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9780
9781         * message.el (message-kill-buffer-query-if-modified): Add new variable
9782         so the user can kill a modified message buffer quickly.
9783         (message-kill-buffer): Use it.
9784
9785 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * lpath.el: Fbind display-time-event-handler; don't fbind
9788         string-to-multibyte.
9789
9790         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9791
9792 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9793
9794         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9795         contained in text because xml.el decodes entities) with LFs.
9796
9797 2005-04-11  Lute Kamstra  <lute@gnu.org>
9798
9799         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9800         differently.
9801
9802 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9803
9804         * mm-util.el (mm-detect-coding-region): Typo.
9805
9806 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9809
9810 2005-04-06  Deepak Goel  <deego@gnufans.org>
9811
9812         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9813         user-function allow user modifications of the scores.
9814         (spam-stat-score-buffer-user): New function, to allow
9815         user-computed modifications to the score.
9816         (spam-stat-score-buffer-user-functions): List of additional
9817         scoring functions.
9818         (spam-stat-error-holder): Global temporary error holder.
9819         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9820         variable.
9821
9822 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9823
9824         * gnus-registry.el (gnus-registry-clean-empty-function)
9825         (gnus-registry-trim, gnus-registry-fetch-groups)
9826         (gnus-registry-delete-group): Groups that match
9827         `gnus-registry-ignored-groups' are removed from the registry
9828         entries, not just ignored for splitting.  This helps clean up the
9829         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9830         to get all the groups a message ID is in.
9831
9832         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9833         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9834         (spam-stat-score-buffer-user-functions): Add :number custom type.
9835
9836 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9839         argument in XEmacs.
9840
9841         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9842         (nnrss-request-group): Decode group name first.
9843         (nnrss-request-article): Make a text/plain article if mml-to-mime
9844         failed.
9845         (nnrss-get-encoding): Return a compatible encoding according to
9846         nnrss-compatible-encoding-alist.
9847         (nnrss-find-el): Use consp instead of listp.
9848         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9849
9850 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9851
9852         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9853         which Emacs 20 doesn't support.
9854         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9855
9856 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9857
9858         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9859         silence the byte compiler inside the defun.
9860
9861         * gnus-demon.el (parse-time-string): Add autoload.
9862
9863         * gnus-delay.el (parse-time-string): Add autoload.
9864
9865         * gnus-art.el (parse-time-string): Add autoload.
9866
9867         * nnultimate.el (parse-time): Require for `parse-time-string'.
9868
9869 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9870
9871         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9872
9873         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9874
9875         * smime.el (smime-ldap-host-list): Add :version.
9876
9877 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9880         pass it to `gnus-browse-read-group'.
9881         (gnus-browse-read-group): Add NUMBER argument and pass it to
9882         `gnus-group-read-ephemeral-group'.
9883
9884         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9885         argument and pass it to `gnus-group-read-group'.
9886
9887 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9888
9889         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9890         mm-xemacs-find-mime-charset-1 if we have the mule feature
9891         available at runtime.
9892
9893 2005-03-25  Werner Lemberg  <wl@gnu.org>
9894
9895         * nnmaildir.el: Replace `illegal' with `invalid'.
9896
9897 2005-03-23  Lute Kamstra  <lute@gnu.org>
9898
9899         * time-date.el: Add comment on time value formats.
9900         Don't require parse-time.
9901         (with-decoded-time-value): New macro.
9902         (encode-time-value): New function.
9903         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9904         (days-to-time): Return a valid time value when arg is huge.
9905         (time-since): Use time-subtract.
9906         (time-to-number-of-days): Use time-to-seconds.
9907
9908 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9909
9910         * gnus-start.el (gnus-display-time-event-handler):
9911         Check display-time-timer at runtime rather than only at load time
9912         in case display-time-mode is turned off in the mean time.
9913
9914 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9915
9916         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9917         used.
9918
9919         * nneething.el (nneething-map-file-directory): Derive from
9920         `gnus-directory'.
9921
9922         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9923         the To/Cc button.
9924
9925 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * nnmaildir.el (nnmaildir-request-accept-article):
9928         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9929
9930 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9931
9932         * gnus-async.el: Require timer-funcs at compile time when in
9933         XEmacs for `run-with-idle-timer'.
9934
9935 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9936
9937         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9938         autoloaded function.
9939
9940 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9941
9942         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9943
9944 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9945
9946         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9947
9948 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9949
9950         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9951         gnus-expert-user to default.
9952
9953 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9954
9955         * nnimap.el (nnimap-open-server): Ditto.
9956
9957         * imap.el (imap-authenticate): Fix typo.
9958
9959 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9960
9961         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9962         buffer (since IMAP server might return FETCH response out of
9963         order, and the nntp buffer must be sorted).
9964
9965 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9966
9967         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9968         comparison on string.
9969
9970         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9971         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9972         (gnus-agent-summary-fetch-series): Modified to protect against
9973         gnus-agent-summary-fetch-group clearing processable flags.
9974         (gnus-agent-synchronize-group-flags): Update live group buffer as
9975         synchronization may occur due to the user toggle the plugged
9976         status.
9977         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9978         successfully downloaded.
9979         (gnus-agent-expire-group-1): Avoid using markers when the overview
9980         is in ascending order; greatly improves performance.
9981         (gnus-agent-regenerate-group): Use
9982         gnus-agent-synchronize-group-flags to reset read status in both
9983         gnus and server.
9984         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9985
9986 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
9987
9988         * message.el: Don't autoload former message-utils variables.
9989         (message-strip-subject-trailing-was): Change doc string.
9990
9991         * nnweb.el: Fixes for `gnus-group-make-web-group'.
9992         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
9993         (nnweb-google-search): Add "hl=en" here.
9994         (nnweb-google-parse-1, nnweb-google-create-mapping):
9995         Don't hardcode URL.
9996
9997 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * message.el (message-get-reply-headers, message-followup):
10000         Mention related variables `message-use-followup-to' and
10001         `message-use-mail-followup-to', in the information buffer.
10002
10003         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10004         of broken groups(-beta).google.com.
10005
10006 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10007
10008         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10009         parameter to invoked gnus-request-move-article; remove the
10010         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10011         all at once instead of once per article.
10012         (gnus-summary-remove-process-mark): Accept a list of articles as
10013         well as a single article for processing.
10014
10015         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10016         parameter.
10017
10018         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10019
10020         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10021
10022         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10023         parameter.
10024
10025         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10026         parameter.
10027
10028         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10029         parameter and remove the gnus-sum-hint-move-is-internal variable.
10030
10031         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10032         parameter.
10033
10034         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10035         parameter.
10036
10037         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10038         parameter.
10039
10040         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10041
10042         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10043         parameter.
10044
10045         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10046         parameter.
10047
10048 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10049
10050         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10051         a more conservative way.
10052
10053 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10054
10055         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10056         buffer, so it moves the window's cursor.
10057
10058 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10059
10060         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10061         `mm-dissect-multipart' and receive the from field as an (optional)
10062         argument from `mm-dissect-multipart'.
10063         (mm-dissect-multipart): Receive the from field as an argument and
10064         pass it on when we call `mm-dissect-buffer' on MIME parts.
10065         Fixes verification/decryption of signed/encrypted MIME parts.
10066
10067 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10068
10069         * gnus-sum.el (gnus-summary-move-article): Set
10070         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10071         whatever it calls (right now, only nnimap-request-move article
10072         respects it).
10073
10074         * nnimap.el (nnimap-request-move-article): When
10075         gnus-sum-hint-move-is-internal is set, don't do the extra
10076         nnimap-request-article.
10077
10078 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10079
10080         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10081
10082         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10083         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10084
10085         * gnus-sum.el (gnus-summary-caesar-message):
10086         Apply `gnus-treat-article' after rotation.
10087
10088         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10089         doc string.
10090
10091 2005-02-22  Simon Josefsson  <jas@extundo.com>
10092
10093         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10094         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10095         <arne@arnested.dk>.
10096         (encrypt): Add password-cache and password-cache-expiry as group
10097         members.
10098
10099 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10100
10101         * smime.el (smime-ldap-host-list): Doc fix.
10102         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10103         cache) password.
10104         (smime-sign-region): Use it.
10105         (smime-decrypt-region): Use it.
10106         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10107         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10108         fails.
10109         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10110         certificate from DER to PEM format rather than calling openssl.
10111
10112         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10113
10114         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10115         for signing/encryption.
10116
10117         * mml.el (mml-parse-1): Use them.
10118
10119 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10120
10121         * nnrss.el (nnrss-verbose): Removed.
10122         (nnrss-request-group): Use `nnheader-message' instead.
10123
10124 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10125
10126         * nnrss.el (nnrss-verbose): New variable.
10127         (nnrss-request-group): Make it say nnrss is requesting a group.
10128
10129 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10130
10131         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10132         Handle news URL with given port correctly.
10133
10134 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10135
10136         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10137         containing special characters.
10138
10139         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10140
10141         * mml.el (mime-to-mml): Ditto.
10142
10143         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10144         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10145         (rfc2047-decode-region): Quote decoded words containing special
10146         characters when rfc2047-quote-decoded-words-containing-tspecials
10147         is non-nil.
10148
10149 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10150
10151         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10152
10153         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10154
10155 2005-02-15  Simon Josefsson  <jas@extundo.com>
10156
10157         * nnimap.el (nnimap-debug): Doc fix.
10158
10159         * imap.el (imap-debug): Doc fix.
10160
10161 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10162
10163         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10164
10165 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10166
10167         * gnus.el (spam-contents): Improve docs for spam-contents
10168         parameter in its variable incarnation.
10169
10170 2005-02-14  Simon Josefsson  <jas@extundo.com>
10171
10172         * smime-ldap.el: Use require instead of load-library for ldap.
10173         (smime-ldap-search): Indent.
10174         (smime-ldap-search-internal): Shorten line.
10175
10176         * smime.el (smime-cert-by-dns): Add doc-string.
10177         (smime-cert-by-ldap-1): Indent.
10178
10179         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10180         mml-smime-get-dns-ldap.
10181         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10182
10183 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10184
10185         * smime.el: Require smime-ldap.
10186         (smime-ldap-host-list): New variable.
10187         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10188
10189         * mml-smime.el (mml-smime-encrypt-query): New function.
10190         (mml-smime-encrypt-query): Use it.
10191
10192         * smime-ldap.el: New file.
10193
10194 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10197
10198 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10201         argument in doc string.  Make query for type more clear.
10202
10203 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10204
10205         * gnus.el (gnus-group-startup-message): Search for gnus images in
10206         etc/images/gnus.
10207         * mm-util.el (mm-image-load-path): Likewise.
10208         * smiley.el (smiley-data-directory): Search for smilies in
10209         etc/images/smilies.
10210
10211 2005-02-09  Kim F. Storm  <storm@cua.dk>
10212
10213         Change Emacs release version from 21.4 to 22.1 throughout.
10214         Change Emacs development version from 21.3.50 to 22.0.50.
10215
10216 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10217
10218         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10219
10220         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10221         non-Mule XEmacs as well.
10222         (mm-decompress-buffer): Signal an error intentionally if it does
10223         not decompress compressed data because auto-compression-mode is
10224         disabled.
10225
10226 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10227
10228         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10229         an ID in the registry even if it has no groups.
10230
10231 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10232
10233         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10234         merge it into mm-decompress-buffer.
10235         (gnus-mime-copy-part): Use the MIME part charset, the value which
10236         a user specified or gnus-newsgroup-charset for decoding, like
10237         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10238         save-buffer what was used.  Suggested by Kevin Ryde
10239         <user42@zip.com.au>.
10240         (gnus-mime-inline-part): Allow the name parameter as well as the
10241         filename parameter; force decompressing of compressed data; always
10242         display contents being not decoded as unibyte.
10243
10244         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10245         as well as the filename parameter.
10246
10247         * mm-util.el (mm-decompress-buffer): Merge
10248         gnus-mime-jka-compr-maybe-uncompress.
10249         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10250         of compressed data.
10251
10252 2005-02-08  Simon Josefsson  <jas@extundo.com>
10253
10254         * imap.el (imap-log): Doc fix.
10255
10256 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10257
10258         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10259         the coding cookies; decompress compressed parts.
10260
10261         * mml.el (mml-generate-mime-1): Add the charset parameter according
10262         to the value which a user specified manually or the coding cookie.
10263
10264         * mm-util.el (mm-string-to-multibyte): New function.
10265         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10266         (mm-coding-system-to-mime-charset): New function.
10267         (mm-decompress-buffer): New function.
10268         (mm-find-buffer-file-coding-system): New function.
10269
10270         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10271         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10272         parts.
10273
10274 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10275
10276         * mm-view.el (mm-display-inline-fontify): Decode a part according
10277         to the charset parameter.
10278
10279 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10282         prefix arg is neither nil nor a number, as info specifies.
10283
10284 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10285
10286         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10287         timestamps.
10288
10289 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10290
10291         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10292         groups error checking and notify user.
10293
10294 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10295
10296         * message.el (message-send-mail-function): Check existence of
10297         sendmail-program first before using default value
10298         `message-send-mail-with-sendmail'.  Otherwise use more generic
10299         `smtpmail-send-it'.
10300
10301 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * nntp.el (nntp-request-update-info): Always return nil.
10304
10305 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10306
10307         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10308
10309 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10310
10311         * message.el (message-beginning-of-line): Change the behavior when
10312         invoked between BOL and : so that it first moves backward.
10313
10314 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10317         article buffer when editing of the article is discarded.
10318         (gnus-article-prepare): Revert.
10319
10320 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * gnus-art.el (gnus-article-prepare):
10323         Remove message-strip-forbidden-properties from the local hook.
10324
10325 2005-01-27  Simon Josefsson  <jas@extundo.com>
10326
10327         * password.el (password-cache-add): Only start one timer per key.
10328         Reported by Derek Atkins <warlord@MIT.EDU>.
10329
10330 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10331
10332         * run-at-time.el: Removed.  It is no longer needed as
10333         timer-funcs.el in the xemacs-base package has a working version of
10334         `run-at-time'.
10335
10336         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10337
10338         * password.el: Require timer-funcs instead of run-at-time in
10339         XEmacs.
10340         Remove `password-run-at-time' macro.
10341         (password-cache-add): Use `run-at-time' instead of
10342         `password-run-at-time'.
10343
10344         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10345         Remove `nnheader-cancel-function-timers' alias,
10346         `cancel-function-timers' exists in XEmacs in timer-funcs.
10347
10348         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10349         for `run-with-idle-timer'.
10350
10351         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10352         for `run-at-time'.
10353
10354         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10355         for `with-timeout'.
10356
10357         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10358         the same as for XEmacs 21.4.
10359         No need to ignore `run-with-idle-timer', this function exists in
10360         XEmacs now in timer-funcs.el in the xemacs-base package.
10361         (dgnushack-compile): No need to delete
10362         run-at-time.el from the list of files to compile because it
10363         doesn't exist anymore.
10364
10365 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10366
10367         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10368         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10369
10370 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10371
10372         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10373         sensitively.
10374
10375 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10376
10377         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10378
10379 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10380
10381         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10382         which will be inserted according to the multibyteness of a buffer
10383         rather than the type of contents.  Suggested by ARISAWA Akihiro
10384         <ari@mbf.ocn.ne.jp>.
10385
10386         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10387         of string which old xml.el may return rather than a string.
10388
10389 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10390
10391         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10392
10393 2005-01-16  Simon Josefsson  <jas@extundo.com>
10394
10395         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10396         idn/idna.el isn't available.
10397         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10398         <michael@waxrat.com>.
10399
10400         * hashcash.el: Remove non-FSF copyright header.
10401
10402         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10403         (hashcash-generate-payment): Use it.
10404         (hashcash-generate-payment-async): Use it.
10405
10406 2005-01-15  Simon Josefsson  <jas@extundo.com>
10407
10408         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10409         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10410
10411         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10412         gnus-summary-idna-message.
10413         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10414         (gnus-summary-idna-message): New function.
10415
10416 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10417
10418         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10419         gnus-novice-user.
10420
10421 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * nnrss.el (nnrss-request-delete-group): Delete entries in
10424         nnrss-group-alist as well.
10425         (nnrss-save-server-data): Insert newline.
10426
10427 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * gnus.el (gnus-user-agent): Use list of symbols instead of
10430         symbols.  Display full version number for (S)XEmacs.  Optionally
10431         display (S)XEmacs codename.
10432
10433         * gnus-util.el (gnus-emacs-version): Update for new
10434         `gnus-user-agent'.
10435
10436         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10437         Gnus version.
10438
10439 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10440
10441         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10442         which is unreadable in some setups.
10443
10444 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10445
10446         * gnus-spec.el (gnus-update-format-specifications): Flush the
10447         group format spec cache if it doesn't support decoded group names.
10448
10449 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10450
10451         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10452         Allow to apply decay on score files matching a regexp.
10453
10454 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10455
10456         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10457         compatibility in %g and %c.
10458
10459 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10462         name for only %g and %c.
10463         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10464         of gnus-tmp-group to decoded group name.
10465         (gnus-group-make-rss-group): Exclude `/'s from group names.
10466
10467 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10468
10469         * nnrss.el (nnrss-get-encoding): Fix regexp.
10470
10471 2004-12-27  Simon Josefsson  <jas@extundo.com>
10472
10473         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10474         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10475         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10476
10477 2004-12-17  Kim F. Storm  <storm@cua.dk>
10478
10479         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10480
10481         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10482
10483 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10484
10485         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10486
10487 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10488
10489         * nnrss.el: Require rfc2047 and mml.
10490         (nnrss-file-coding-system): New variable.
10491         (nnrss-format-string): Redefine it as an inline function.
10492         (nnrss-decode-group-name): New function.
10493         (nnrss-string-as-multibyte): Remove.
10494         (nnrss-retrieve-headers): Decode group name; don't use
10495         nnrss-format-string.
10496         (nnrss-request-group): Decode group name.
10497         (nnrss-request-article): Decode group name; allow a Message-ID as
10498         well as an article number; don't use nnrss-format-string; encode a
10499         Message-ID string which may contain non-ASCII characters; use
10500         mml-to-mime to compose a MIME article.
10501         (nnrss-request-expire-articles): Decode group name.
10502         (nnrss-request-delete-group): Decode group name.
10503         (nnrss-fetch): Clarify error message.
10504         (nnrss-read-server-data): Use insert-file-contents instead of load;
10505         bind file-name-coding-system; use multibyte buffer.
10506         (nnrss-save-server-data): Bind coding-system-for-write to the
10507         value of nnrss-file-coding-system; bind file-name-coding-system;
10508         add coding cookie.
10509         (nnrss-read-group-data): Use insert-file-contents instead of load;
10510         bind file-name-coding-system; use multibyte buffer.
10511         (nnrss-save-group-data): Bind coding-system-for-write to the
10512         value of nnrss-file-coding-system; bind file-name-coding-system.
10513         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10514         make it work with non-ASCII text.
10515         (nnrss-find-el): Make it work with old xml.el as well.
10516
10517 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10518
10519         * nnrss.el (nnrss-get-encoding): New function.
10520         (nnrss-fetch): Use unibyte buffer initially; bind
10521         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10522         decode contents according to the encoding attribute.
10523         (nnrss-save-group-data): Add coding cookie.
10524         (nnrss-mime-encode-string): New function.
10525         (nnrss-check-group): Use it to encode subject and author.
10526
10527 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10528
10529         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10530         imaginary variable.
10531
10532 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10535         correctly even if there are wide characters.
10536
10537 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10538
10539         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10540         downcased symbol names; make a new cache instead of reusing
10541         bbdb-hashtable.
10542
10543 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10544
10545         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10546         concatenating segments rather than before concatenating them.
10547         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10548
10549         * message.el (message-get-reply-headers): Bind `extra'.
10550
10551 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10552
10553         * message.el (message-extra-wide-headers): New variable.
10554         (message-get-reply-headers): Use it.
10555
10556 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10559         (gnus-agent-group-pathname): Ditto.
10560
10561         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10562
10563         * gnus-group.el (gnus-group-make-group): Decode group name.
10564         (gnus-group-make-rss-group): Register the group data after opening
10565         the nnrss group.
10566
10567 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10568
10569         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10570         by expiry now get marked as read.
10571
10572 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10575
10576 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10577
10578         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10579         unify Latin characters in XEmacs.
10580         (mm-find-mime-charset-region): Use it.
10581
10582 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10583
10584         * gnus-util.el (gnus-delete-directory): New function.
10585
10586         * gnus-agent.el (gnus-agent-delete-group): Use it.
10587
10588         * gnus-cache.el (gnus-cache-delete-group): Use it.
10589
10590 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10593         names.
10594
10595 2004-12-16  Simon Josefsson  <jas@extundo.com>
10596
10597         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10598
10599 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10602
10603         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10604         (gnus-group-set-current-level): Decode group name.
10605
10606 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10607
10608         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10609         failed.
10610
10611 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-group.el (gnus-group-delete-group): Decode group name.
10614         (gnus-group-make-rss-group): Encode group name.
10615         (gnus-group-catchup-current): Decode group name.
10616         (gnus-group-kill-group): Decode group name.
10617
10618 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10619
10620         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10621
10622 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10623
10624         * gnus-group.el (gnus-group-make-rss-group):
10625         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10626
10627         * gnus-start.el (gnus-setup-news): Honor user's setting to
10628         gnus-message-archive-method.  Suggested by Lute Kamstra
10629         <lute@gnu.org>.
10630
10631 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10632
10633         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10634         global counterparts of the buffer-local variables.
10635
10636 2004-11-16  Romain Francoise  <romain@orebokech.com>
10637
10638         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10639         counterparts of the buffer-local variables.
10640
10641 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10642
10643         * message.el (message-forbidden-properties): Fixed typo in doc
10644         string.
10645
10646 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10647
10648         * gnus-util.el (gnus-replace-in-string): Added doc string.
10649
10650         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10651         to avoid problems when splitting mails with many recipients.
10652
10653 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10654
10655         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10656         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10657
10658 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10659
10660         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10661         if there is no hashtable in memory or file modification time is
10662         newer than cached timestamp.
10663
10664 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10665
10666         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10667         not-matching option.
10668
10669 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10670
10671         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10672         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10673         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10674         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10675         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10676         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10677
10678 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10679
10680         * message.el (message-forward-make-body-mml): Remove headers
10681         according to message-forward-ignored-headers if a message is decoded.
10682
10683 2004-12-02  Romain Francoise  <romain@orebokech.com>
10684
10685         * message.el (message-forward-make-body-plain): Always remove
10686         headers according to message-forward-ignored-headers.
10687
10688 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10689
10690         * spam.el (spam-summary-prepare-exit): Remove the
10691         gnus-summary-limit pop for now, it has problems with ham marks for
10692         me.
10693
10694 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10695
10696         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10697         correctly.
10698
10699 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10700
10701         * format-spec.el (format-spec): Message the char.
10702
10703 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10704
10705         * gnus-art.el (gnus-split-methods): Reformat comments.
10706
10707         * spam.el (spam-summary-prepare-exit): Remove article limits
10708         before exiting the summary buffer.
10709
10710 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10711
10712         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10713         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10714
10715         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10716         order to silence the byte compiler.
10717
10718         * spam.el: Fix the way to silence the byte compiler, which
10719         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10720         bbdb-search-simple, spam-BBDB-register-routine,
10721         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10722         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10723         spam-stat-buffer-is-spam, spam-stat-load,
10724         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10725         spam-stat-save and spam-stat-split-fancy.
10726
10727 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10728
10729         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10730         which may confuse users.
10731         (canlock-password-for-verify): Ditto.
10732
10733         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10734
10735         * gnus-art.el (gnus-emphasis-alist): Ditto.
10736
10737         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10738
10739         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10740
10741         * gnus-start.el (gnus-save-killed-list): Ditto.
10742
10743         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10744         (gnus-sum-thread-tree-root): Ditto.
10745         (gnus-sum-thread-tree-false-root): Ditto.
10746         (gnus-sum-thread-tree-single-indent): Ditto.
10747
10748         * message.el (message-courtesy-message): Ditto.
10749         (message-archive-note): Ditto.
10750         (message-subscribed-address-file): Ditto.
10751         (message-user-fqdn): Ditto.
10752
10753         * spam-report.el (spam-report-gmane-regex): Ditto.
10754
10755         * spam.el (spam-blackhole-good-server-regex): Ditto.
10756
10757 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * mml.el (mml-preview): Widen the message buffer before copying
10760         the contents to the preview buffer; sort headers before previewing.
10761
10762         * message.el (message-hidden-headers): Fix the way to avoid a bug
10763         in the `repeat' widget in Emacs 21.3 or earlier.
10764
10765 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10766
10767         * message.el (message-hidden-headers): Default to "^References:".
10768         Improve customization type.  Suggested by Reiner Steib
10769         <Reiner.Steib@gmx.de>.
10770
10771 2004-11-25  Romain Francoise  <romain@orebokech.com>
10772
10773         * message.el (message-strip-forbidden-properties): Remove check for
10774         obsolete `message-hidden' text property, hidden headers are not
10775         accessible in the buffer anymore.
10776
10777 2004-11-22  Romain Francoise  <romain@orebokech.com>
10778
10779         * message.el (message-header-format-alist): Add `From' in list
10780         so that it can be sorted.
10781         (message-fix-before-sending): Widen and sort headers before
10782         sending.
10783         (message-hide-headers): Use narrowing to hide headers by moving
10784         them to the top of the buffer and narrowing to the region
10785         underneath.
10786
10787 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10788
10789         * message.el (message-strip-forbidden-properties): Bind
10790         buffer-read-only (etc) to nil.
10791
10792 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10795         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10796
10797 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10798
10799         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10800
10801 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10802
10803         * dns.el (query-dns): Use sit-for to time instead of
10804         accept-process-output, since that doesn't seem to work on udp
10805         sockets.
10806
10807 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10808
10809         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10810
10811 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10812
10813         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10814         doc string.  Improve doc string.
10815
10816 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * nntp.el (nntp-request-update-info): Return nil if
10819         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10820         may not call gnus-activate-group which uselessly issues the GROUP
10821         commands for all nntp groups and wastes time.  Reported by Romain
10822         Francoise <romain@orebokech.com>.
10823
10824         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10825
10826 2004-11-15  Simon Josefsson  <jas@extundo.com>
10827
10828         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10829         headers separately.
10830         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10831         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10832
10833 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10834
10835         * gnus-start.el (gnus-convert-old-newsrc):
10836         Assign legacy-gnus-agent to 5.10.7.
10837
10838 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10841         start of the lines.
10842
10843 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10844
10845         * hashcash.el (hashcash-default-payment): Change default to 20
10846         (hashcash-default-accept-payment): Change default to 20
10847         (hashcash-process-alist): New variable
10848         (hashcash-generate-payment-async): Add
10849         (hashcash-already-paid-p): Add
10850         (hashcash-insert-payment): Don't generate payments twice
10851         (hashcash-insert-payment-async): Add
10852         (hashcash-insert-payment-async-2): Add
10853         (hashcash-cancel-async): Add
10854         (hashcash-wait-async): Add
10855         (hashcash-processes-running-p): Add
10856         (hashcash-wait-or-cancel): Add
10857         (mail-add-payment): New optional argument.  Conditionally start
10858         asynchronous calculation.
10859         (mail-add-payment-async): Add
10860
10861         * message.el (message-send-mail): Wait for asynchronous hashcash
10862         results.  Don't clobber existing X-Hashcash headers.
10863         (message-setup-1): Call mail-add-payment-async when
10864         message-generate-hashcash is non-nil.
10865
10866 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10867
10868         * message.el (message-use-alternative-email-as-from): Examine the
10869         From header as well; use message-make-from in order to include a
10870         user's full name.
10871
10872 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10875         default; improve customization type.
10876         (gnus-emphasis-custom-with-format): New macro.
10877         (gnus-emphasis-custom-value-to-external): New function.
10878         (gnus-emphasis-custom-value-to-internal): New function.
10879
10880 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10881
10882         * dns.el (query-dns): Resolve reverse addresses.
10883
10884 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10885
10886         * gnus-group.el (gnus-group-get-new-news): Use it.
10887
10888         * gnus-start.el (gnus-check-reasonable-setup): New function.
10889
10890 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10893         "Args out of range" error.  Reported by Arnaud Giersch
10894         <arnaud.giersch@free.fr>.
10895
10896 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10897
10898         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10899
10900 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10901
10902         * spam.el (spam group): Add :version.
10903
10904         * pgg-def.el (pgg group): Add :version.
10905
10906 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10907
10908         * gnus-art.el (gnus-article-edit-article): Don't associate the
10909         article buffer with a draft file.  This is a temporary measure
10910         against the 2004-08-22 change to gnus-article-edit-mode.
10911
10912 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10913
10914         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10915         (html2text-format-tags): Remove unused variable `attr'.
10916
10917 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10918
10919         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10920
10921         * tls.el (tls-process-connection-type, tls-success)
10922         (tls-certtool-program): Add :version.
10923
10924         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10925         (starttls-extra-arguments, starttls-process-connection-type)
10926         (starttls-connect, starttls-failure, starttls-success): Add :version.
10927
10928         * spam-stat.el (spam-stat): Add :version.
10929
10930         * sieve.el (sieve): Add :version.
10931
10932         * sha1.el (sha1): Add :version.
10933         (sha1-use-external): Remove redundant version.
10934
10935         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10936         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10937         (nnmail-split-fancy-match-partial-words)
10938         (nnmail-split-lowercase-expanded): Add :version.
10939
10940         * nndiary.el (nndiary): Add :version.
10941
10942         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10943
10944         * mml-sec.el (mml-default-sign-method)
10945         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10946         Add :version.
10947
10948         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10949
10950         * mm-url.el (mm-url-use-external, mm-url-program)
10951         (mm-url-arguments): Add :version.
10952
10953         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10954         (mm-attachment-file-modes, mm-decrypt-option)
10955         (mm-w3m-safe-url-regexp): Add :version.
10956
10957         * message.el (message-cite-prefix-regexp)
10958         (message-sendmail-envelope-from, message-minibuffer-local-map)
10959         (message-user-fqdn, message-completion-alist): Add :version.
10960
10961         * gnus-win.el (gnus-configure-windows-hook)
10962         (gnus-use-frames-on-any-display): Add :version.
10963
10964         * gnus-art.el (gnus-article-address-banner-alist)
10965         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10966         (gnus-treat-from-picon, gnus-treat-mail-picon)
10967         (gnus-treat-x-pgp-sig): Add :version.
10968
10969         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10970         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10971         (gnus-summary-article-delete-hook)
10972         (gnus-summary-display-while-building): Add :version.
10973
10974         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10975         (gnus-get-top-new-news-hook): Add :version.
10976
10977         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10978         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10979
10980         * gnus-registry.el (gnus-registry): Add :version.
10981
10982         * gnus-spec.el (gnus-use-correct-string-widths)
10983         (gnus-make-format-preserve-properties): Add :version.
10984
10985         * gnus.el (gnus-group-charter-alist)
10986         (gnus-group-fetch-control-use-browse-url)
10987         (gnus-install-group-spam-parameters): Add :version.
10988
10989         * gnus-diary.el (gnus-diary): Add :version.
10990
10991         * gnus-delay.el (gnus-delay): Add :version.
10992
10993         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10994         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10995         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10996         Add :version.
10997
10998         * gnus-agent.el (gnus-agent-max-fetch-size)
10999         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11000         (gnus-agent-prompt-send-queue): Add :version.
11001
11002         * deuglify.el (gnus-outlook-deuglify): Add :version.
11003
11004         * html2text.el: Beautify code.  Improve doc strings.  Some
11005         checkdoc cleanup.
11006         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11007
11008 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11009
11010         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11011
11012 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11013
11014         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11015         when package is loaded.
11016
11017         * spam.el (spam-summary-score-preferred-header): Add global preference
11018         for people who want to override the default SpamAssassin over
11019         Bogofilter preference (when both are set).
11020         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11021         (spam-user-format-function-S): Check
11022         spam-summary-score-preferred-header.
11023         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11024         (spam-user-format-function-S): Format the score correctly.
11025
11026 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11029         signature file.  Suggested by Manoj Srivastava
11030         <srivasta@golden-gryphon.com>.
11031
11032         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11033         iso-2022-jp even in the Japanese language environment.
11034         Suggested by Jason Rumney <jasonr@gnu.org>.
11035
11036 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11037
11038         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11039         use the same characters as the dummy marks; make it free from
11040         getting affected by the language environment.
11041         (gnus-summary-read-group-1): Update mark positions only when the
11042         format spec is updated.
11043
11044         * gnus-spec.el (gnus-update-format-specifications): Return a list
11045         of updated types.
11046
11047 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11048
11049         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11050         of boundp to check if display-warning is available.
11051
11052 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11053
11054         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11055
11056 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * nnspool.el (nnspool-spool-directory): Use news-path if the
11059         news-directory variable is not bound.
11060
11061         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11062         function instead of display-warning if it is not available.
11063
11064 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11065
11066         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11067         v5-10: Use `point-at-bol'.
11068
11069 2004-10-26  Simon Josefsson  <jas@extundo.com>
11070
11071         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11072         <chenggao@gmail.com>.
11073
11074 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11075
11076         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11077         instead.
11078
11079 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11080
11081         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11082         to remove a server from the nnimap-server-buffer-alist.
11083         (nnimap-open-connection, nnimap-close-server): Use it.
11084
11085         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11086
11087 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11088
11089         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11090         running the major-mode function.
11091
11092 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11093
11094         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11095         dummy marks in the right way.
11096
11097 2004-10-18  David Edmondson  <dme@dme.org>
11098
11099         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11100         excessively.
11101
11102 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11103
11104         * gnus-util.el (gnus-split-references): Accept a nil references
11105         string and go on blissfully.
11106
11107         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11108         cases where the references string is non-nil but has no references.
11109
11110         * encrypt.el: Add autoload tags.
11111
11112         * spam.el (spam-resolve-registrations-routine): Remove article
11113         from unregistration list too.  Reported by David Hanak
11114         <dhanak@isis.vanderbilt.edu>
11115
11116 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11117
11118         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11119         nil.  Changed custom type.
11120
11121 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11122
11123         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11124
11125         * gnus-sum.el (gnus-summary-move-article): Use it.
11126
11127 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11128
11129         * encrypt.el: Add autoload cookies.
11130
11131         * spam.el (spam-backend-article-list-property)
11132         (spam-backend-get-article-todo-list)
11133         (spam-backend-put-article-todo-list)
11134         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11135         Resolve registrations separately.
11136         (spam-register-routine): Format comments.
11137         (spam-unregister-routine, spam-register-routine): Always call with
11138         specific-articles, no default list.
11139         (spam-summary-prepare-exit): Use the spam-classifications function.
11140
11141         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11142         gnus-encrypt.el.
11143
11144         * encrypt.el: Copied from gnus-encrypt.el.
11145
11146         * gnus-encrypt.el: Commented that it's obsolete.
11147
11148 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11151         (gnus-score-save): Use it.
11152
11153         * message.el (message-bury): Use `window-dedicated-p'.
11154
11155 2004-10-15  Simon Josefsson  <jas@extundo.com>
11156
11157         * pop3.el (top-level): Don't require nnheader.
11158         (pop3-read-timeout): Add.
11159         (pop3-accept-process-output): Add.
11160         (pop3-read-response, pop3-retr): Use it.
11161
11162 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11163
11164         * spam.el (spam-register-routine): Move comment.
11165         (spam-verify-bogofilter): Use 'unknown for the initial
11166         spam-bogofilter-valid state, not 'never.
11167
11168         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11169         for netrc-machine.
11170
11171         * nnimap.el (nnimap-open-connection): Use
11172         netrc-machine-user-or-password.
11173
11174 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11175
11176         * gnus-registry.el (gnus-registry-unload-hook):
11177         Set as a variable with add-hook.
11178
11179         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11180         of news-path.
11181
11182         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11183
11184         * spam.el: Delete duplicate `provide'.
11185         (spam-unload-hook): Set as a variable with add-hook.
11186
11187 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11188
11189         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11190         in the doc string.
11191
11192         * message.el (message-ignored-news-headers)
11193         (message-ignored-supersedes-headers)
11194         (message-ignored-resent-headers)
11195         (message-forward-ignored-headers): Improve custom type.
11196
11197 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * message.el (message-tokenize-header): Fix 2004-09-06 change
11200         which used point-min in the wrong place.
11201
11202 2004-10-12  Simon Josefsson  <jas@extundo.com>
11203
11204         * tls.el (tls-certtool-program): New variable.
11205         (tls-certificate-information): New function, based on
11206         ssl-certificate-information.
11207
11208 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11209
11210         * compface.el: Move the version of ELisp-based uncompface program
11211         to the contrib directory because of the copyright problem.
11212
11213 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11214
11215         * message.el (message-kill-buffer): Raise the current frame.
11216
11217 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11218
11219         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11220
11221         * gnus.el (message-y-or-n-p): Autoload.
11222
11223         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11224         (pop3-password-required, pop3-authentication-scheme)
11225         (pop3-leave-mail-on-server): Made customizable.
11226         (pop3): New custom group.
11227         (pop3-retr): Remove `sleep-for' statements.
11228         Suggested by Dave Love <fx@gnu.org>.
11229
11230         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11231         Windows/DOS.
11232
11233         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11234         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11235         Dave Love <fx@gnu.org>.
11236
11237         * mml.el (mml-minibuffer-read-disposition): Require match.
11238         Suggested by Dave Love <fx@gnu.org>.
11239
11240 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11243         doc string.
11244
11245 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11246
11247         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11248
11249 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11250
11251         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11252         instead of calling `mm-insert-inline', to decode text/* parts
11253         before displaying them.
11254
11255 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * mm-uu.el (mm-uu-text-plain-type): New variable.
11258         (mm-uu-pgp-signed-extract-1): Use it.
11259         (mm-uu-pgp-encrypted-extract-1): Use it.
11260         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11261         bind mm-uu-text-plain-type with that value.
11262         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11263         mm-uu-dissect.
11264
11265 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11266
11267         * gnus-group.el (gnus-update-group-mark-positions):
11268         * gnus-sum.el (gnus-update-summary-mark-positions):
11269         * message.el (message-check-news-body-syntax):
11270         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11271         of string-as-multibyte.
11272
11273 2004-10-05  Juri Linkov  <juri@jurta.org>
11274
11275         * gnus-group.el (gnus-update-group-mark-positions):
11276         * gnus-sum.el (gnus-update-summary-mark-positions):
11277         * message.el (message-check-news-body-syntax):
11278         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11279         8-bit unibyte values to a multibyte string for search functions.
11280
11281 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11282
11283         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11284         (mm-uu-dissect-text-parts): New function.
11285
11286         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11287         dissect text parts.
11288
11289         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11290         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11291
11292         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11293
11294         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11295         gnus-current-topics instead of gnus-current-topic.
11296
11297 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11298
11299         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11300
11301 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11302
11303         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11304         where approriate.
11305
11306         * nnml.el (nnml-generate-active-info): do.
11307
11308         * nndiary.el (nndiary-generate-active-info): do.
11309
11310         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11311         (gnus-topic-move): do.
11312
11313         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11314         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11315
11316         * gnus-srvr.el (gnus-server-prepare)
11317         (gnus-server-open-all-servers): do.
11318
11319         * gnus-msg.el (gnus-summary-cancel-article)
11320         (gnus-summary-resend-message)
11321         (gnus-summary-mail-crosspost-complaint): do.
11322
11323         * gnus-move.el (gnus-change-server): do.
11324
11325         * gnus-group.el (gnus-group-unmark-all-groups)
11326         (gnus-group-set-current-level): do.
11327
11328 2004-10-04  Simon Josefsson  <jas@extundo.com>
11329
11330         * message.el (message-generate-hashcash): Doc fix.
11331
11332 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11333
11334         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11335         avoid infinite recursion via gnus-get-function.
11336
11337 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11338
11339         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11340
11341         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11342
11343         * nnmail.el (nnmail-split-history): do.
11344
11345         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11346         (nnml-request-delete-group): do.
11347
11348         * nnslashdot.el (nnslashdot-read-groups): do.
11349
11350         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11351         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11352
11353         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11354         (nnspool-sift-nov-with-sed): Use last
11355         (nnspool-retrieve-headers-with-nov): Use mapc.
11356         (nnspool-request-newgroups): Use dolist.
11357         (nnspool-request-group): Use last.
11358
11359         * nntp.el (nntp-read-server-type): Use dolist.
11360
11361         * nnvirtual.el (nnvirtual-create-mapping)
11362         (nnvirtual-update-read-and-marked): Use dolist.
11363         (nnvirtual-convert-headers): Simplify.
11364
11365 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11366
11367         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11368         support for sync'ing tick marks.
11369
11370 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11373         there's no visible header.
11374
11375 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11376
11377         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11378         necessary, pass full group name to gnus-request-set-marks.
11379
11380 2004-10-01  Simon Josefsson  <jas@extundo.com>
11381
11382         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11383         acroread.
11384
11385 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * spam-report.el (spam-report-gmane): Fix interactive.
11388
11389         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11390
11391         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11392         when writing file.
11393         (gnus-agent-synchronize-flags): Don't default to being
11394         interactive.
11395
11396 2004-09-30  Simon Josefsson  <jas@extundo.com>
11397
11398         * message.el (message-generate-hashcash): Add.
11399         (message-send-mail): Use it, call mail-add-payment.
11400
11401 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11402
11403         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11404
11405 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11406
11407         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11408         gnus-requst-update-info with explicit code to sync the in-memory
11409         info read flags with the marks being sync'd to the backend.
11410
11411         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11412
11413 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11414
11415         * spam.el (spam-verify-bogofilter): Add new function.
11416         (spam-check-bogofilter)
11417         (spam-bogofilter-register-with-bogofilter): Use it.
11418         (spam-verify-bogofilter): Add small fixes.
11419
11420 2004-09-28  Simon Josefsson  <jas@extundo.com>
11421
11422         * hashcash.el (hashcash-generate-payment): Revert.
11423
11424 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11425
11426         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11427         gnus-extract-references instead of gnus-split-references.
11428
11429         * gnus-util.el (gnus-extract-references): Add new function, analogous
11430         to gnus-split-references but extracts only the message-ID without
11431         anything extra.
11432
11433         * hashcash.el (hashcash-generate-payment)
11434         (hashcash-check-payment): Do the right thing if hashcash-path is
11435         nil (because the hashcash program could not be found).
11436
11437         * spam.el (spam-use-hashcash): Remove comment.
11438
11439 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11440
11441         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11442         (gnus-cache-enter-article, gnus-cache-remove-article)
11443         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11444
11445         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11446
11447         * gnus-art.el (article-hide-boring-headers)
11448         (article-translate-strings, article-display-face)
11449         (gnus-article-mime-match-handle-first)
11450         (gnus-article-highlight-headers)
11451         (gnus-article-add-buttons-to-head): do.
11452
11453 2004-09-27  Simon Josefsson  <jas@extundo.com>
11454
11455         * hashcash.el: New version, from
11456         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11457         ../contrib/.
11458
11459 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11460
11461         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11462
11463 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11464
11465         * gnus-dup.el (gnus-dup-open): Use mapc.
11466         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11467
11468         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11469         Reported by Stefan Wiens <s.wi@gmx.net>.
11470
11471         * gnus.el (gnus-shutdown): Use dolist.
11472
11473         * gnus-undo.el (gnus-undo): Use mapc.
11474
11475         * nnrss.el (nnrss-generate-active): do.
11476
11477         * message.el (message-cite-original-without-signature)
11478         (message-cite-original): Use mapc.
11479         (message-do-actions, message-make-forward-subject): Use dolist.
11480
11481 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11482
11483         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11484         deletion to remove entire duplicate line.  Fixes merged article
11485         number bug.
11486
11487 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11488
11489         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11490         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11491         first ask if you want to open a server and then, even when you
11492         responded with no, asking if you want to synchronize the server's
11493         flags.
11494         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11495         multi-line expressions.
11496         (gnus-agent-synchronize-group-flags): New internal function.
11497         Updates marks in memory (in the info structure) AND in the
11498         backend.
11499
11500         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11501
11502         * nnagent.el (nnagent-request-set-mark): Use
11503         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11504         method, to ensure that synchronization updates marks in the
11505         backend and in the info (in memory) structure.
11506
11507 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11508
11509         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11510         convention fully; don't miss the root article of a thread; make
11511         the X-Draft-From header with correct article numbers.
11512
11513 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11514
11515         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11516         unless plugged.  Disable the agent so that an open failure causes
11517         an error.
11518
11519         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11520         Reverted 2004-09-21 change.  The backend must be opened while
11521         synchronizing flags even when the backend stores the flags
11522         locally.
11523
11524 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11527         in `header' match.  Reported by Svend Tollak Munkejord.
11528
11529         * message.el (message-cite-original): Fix use of
11530         `message-cite-articles-with-x-no-archive'.
11531
11532 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11535         (gnus-window-to-buffer): Ditto.
11536
11537         * mml.el (mml-preview-buffer): New variable.
11538         (mml-preview): Manage window layout with gnus-buffer-configuration.
11539
11540         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11541         X-Draft-From header even if those articles aren't quoted.
11542
11543 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11544
11545         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11546         (gnus-request-set-mark, gnus-request-update-mark): Use new
11547         g-s-t-u-l-m to decide to use backend even when unplugged.
11548
11549 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11550
11551         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11552         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11553
11554 2004-09-20  Simon Josefsson  <jas@extundo.com>
11555
11556         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11557         "utf-16-le".
11558
11559 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11560
11561         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11562
11563 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11564
11565         * uudecode.el (uudecode-use-external): Add :version.
11566
11567         * smime.el (smime-CA-file, smime-encrypt-cipher)
11568         (smime-dns-server): Add :version.
11569
11570         * smiley.el (gnus-smiley-file-types): Add :version.
11571
11572         * sha1.el (sha1-use-external): Add :version.
11573
11574         * pgg-def.el (pgg-query-keyserver): Add :version.
11575
11576         * nnmail.el (nnmail-fancy-expiry-targets)
11577         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11578         Add :version.
11579
11580         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11581         (nnimap-retrieve-groups-asynchronous): Add :version.
11582         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11583
11584         * mml.el (mml-content-disposition-parameters)
11585         (mml-insert-mime-headers-always): Add :version.
11586
11587         * mm-util.el (mm-coding-system-priorities): Add :version.
11588
11589         * mm-decode.el (mm-inline-text-html-with-images)
11590         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11591         (mm-verify-option): Add :version.
11592         (mm-text-html-renderer): Change :version.
11593
11594         * message.el (message-fcc-externalize-attachments)
11595         (message-required-headers, message-draft-headers)
11596         (message-subject-trailing-was-query)
11597         (message-subject-trailing-was-ask-regexp)
11598         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11599         (message-mark-insert-end, message-archive-header)
11600         (message-archive-note, message-cross-post-default)
11601         (message-cross-post-note, message-followup-to-note)
11602         (message-cross-post-note-function, message-use-mail-followup-to)
11603         (message-subscribed-address-functions)
11604         (message-subscribed-address-file, message-subscribed-addresses)
11605         (message-subscribed-regexps, message-allow-no-recipients)
11606         (message-yank-cited-prefix, message-signature-insert-empty-line)
11607         (message-hidden-headers, message-hierarchical-addresses)
11608         (message-mail-user-agent, message-use-idna)
11609         (message-valid-fqdn-regexp)
11610         (message-strip-special-text-properties, message-header-synonyms)
11611         (message-beginning-of-line, message-tab-body-function): Add :version.
11612         (message-insert-canlock, message-wide-reply-confirm-recipients):
11613         Change :version.
11614
11615         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11616         and :version.
11617         (mail-source-delete-old-incoming-confirm)
11618         (mail-source-movemail-program): Add :version.
11619
11620         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11621         (gnus-agent-cache, gnus-agent): Change :version.
11622
11623         * gnus-util.el (gnus-use-byte-compile): Change :version.
11624
11625         * gnus-sum.el (gnus-summary-make-false-root-always)
11626         (gnus-summary-default-high-score)
11627         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11628         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11629         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11630         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11631         (gnus-sum-thread-tree-single-indent)
11632         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11633         (gnus-sum-thread-tree-leaf-with-other)
11634         (gnus-sum-thread-tree-single-leaf): Add :version.
11635         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11636         (gnus-article-loose-mime): Change :version.
11637
11638         * gnus-start.el (gnus-backup-startup-file)
11639         (gnus-save-startup-file-via-temp-buffer): Add :version.
11640
11641         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11642         (gnus-server-offline-face): Add :version.
11643
11644         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11645
11646         * gnus-msg.el (gnus-gcc-externalize-attachments)
11647         (gnus-debug-files, gnus-debug-exclude-variables)
11648         (gnus-discouraged-post-methods): Change :version.
11649         (gnus-confirm-mail-reply-to-news)
11650         (gnus-confirm-treat-mail-like-news): Add :version.
11651
11652         * gnus-int.el (gnus-server-unopen-status): Add :version.
11653
11654         * gnus-group.el (gnus-group-jump-to-group-prompt)
11655         (gnus-large-ephemeral-newsgroup)
11656         (gnus-fetch-old-ephemeral-headers): Add :version.
11657
11658         * gnus-fun.el (gnus-x-face-directory)
11659         (gnus-convert-pbm-to-x-face-command)
11660         (gnus-convert-image-to-x-face-command)
11661         (gnus-convert-image-to-face-command): Add :version.
11662
11663         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11664
11665         * gnus-cite.el (gnus-cite-blank-line-after-header)
11666         (gnus-article-boring-faces): Add :version.
11667
11668         * gnus-art.el (gnus-buttonized-mime-types)
11669         (gnus-inhibit-mime-unbuttonizing)
11670         (gnus-treat-display-face)
11671         (gnus-treat-body-boundary): Change :version.
11672         (gnus-body-boundary-delimiter, gnus-picon-databases)
11673         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11674         (gnus-treat-date-english, gnus-treat-fold-headers)
11675         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11676         (gnus-treat-mail-picon, gnus-treat-wash-html)
11677         (gnus-article-encrypt-protocol)
11678         (gnus-use-idna, gnus-article-over-scroll)
11679         (gnus-mime-display-multipart-alternative-as-mixed)
11680         (gnus-mime-display-multipart-related-as-mixed)
11681         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11682         (gnus-ctan-url, gnus-button-ctan-handler)
11683         (gnus-button-handle-ctan-bogus-regexp)
11684         (gnus-button-ctan-directory-regexp)
11685         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11686         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11687         (gnus-button-man-level, gnus-button-emacs-level)
11688         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11689
11690         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11691         (gnus-agent-go-online): Change :version.
11692         (gnus-agent-expire-unagentized-dirs)
11693         (gnus-agent-auto-agentize-methods): Add :version.
11694
11695         * flow-fill.el (fill-flowed-display-column)
11696         (fill-flowed-encode-column): Add :version.
11697
11698         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11699         (gnus-outlook-deuglify-unwrap-max)
11700         (gnus-outlook-deuglify-cite-marks)
11701         (gnus-outlook-deuglify-unwrap-stop-chars)
11702         (gnus-outlook-deuglify-no-wrap-chars)
11703         (gnus-outlook-deuglify-attrib-cut-regexp)
11704         (gnus-outlook-deuglify-attrib-verb-regexp)
11705         (gnus-outlook-deuglify-attrib-end-regexp)
11706         (gnus-outlook-display-hook): Add :version.
11707
11708         * binhex.el (binhex-use-external): Add :version.
11709
11710 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11711
11712         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11713         and `invisible'.
11714
11715 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11716
11717         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11718         in gnus-registry-trim.
11719
11720 2004-09-13  Simon Josefsson  <jas@extundo.com>
11721
11722         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11723
11724         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11725
11726         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11727         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11728         <yamaoka@jpl.org>.
11729         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11730         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11731         <yamaoka@jpl.org>.
11732
11733         * sieve.el (sieve-manage-mode): Ditto.
11734
11735 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11736
11737         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11738
11739 2004-09-11  Simon Josefsson  <jas@extundo.com>
11740
11741         * dns-mode.el: Add.
11742
11743         * mm-view.el (mm-display-dns-inline): Add.
11744
11745         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11746         (mm-automatic-display): Ditto.
11747
11748         * mailcap.el (mailcap-mime-data): Add text/dns.
11749         (mailcap-mime-extensions): Map .soa to text/dns.
11750
11751 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11752
11753         * gnus-art.el (article-decode-mime-words, article-babel)
11754         (gnus-article-highlight-signature, gnus-article-add-buttons)
11755         (gnus-signature-toggle): Remove unnecessary bindings of
11756         `inhibit-read-only' inherited from v5.10 merge.
11757
11758 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11759
11760         * nntp.el (nntp): New customization group.
11761         (nntp-authinfo-file): Add customization group.
11762
11763         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11764
11765         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11766
11767         * gnus.el (to-address, to-list, subscribed)
11768         (large-newsgroup-initial): Ditto.
11769
11770         * flow-fill.el (fill-flowed-display-column)
11771         (fill-flowed-encode-column): Ditto.
11772
11773 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11774
11775         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11776         Use point-min rather than 1.
11777         (message-send-mail): Use buffer-size rather than point-max.
11778
11779         * gnus-sum.el (gnus-summary-search-article-forward):
11780         Signal a specific `search-failed' rather than a generic `error'.
11781
11782         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11783         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11784         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11785
11786 2004-09-10  Simon Josefsson  <jas@extundo.com>
11787
11788         * nndb.el (require): Remove tcp and duplicate cl.
11789
11790 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-agent.el (directory-files-and-attributes): Move forward.
11793
11794 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11795
11796         * gnus-agent.el (directory-files-and-attributes): Optionally
11797         defined to support XEmacs.
11798
11799 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11800
11801         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11802         to avoid run-time CL dependencies.
11803         (gnus-agent-unfetch-articles): New function.
11804         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11805         article numbers even when local .overview file is missing.
11806         (gnus-agent-read-article-number): New function.  Only accepts
11807         27-bit article numbers.
11808         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11809         gnus-agent-read-article-number.
11810         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11811         from backend while recognizing that article numbers in .overview
11812         must be valid.
11813         (gnus-agent-update-files-total-fetched-for): Use
11814         directory-files-and-attributes to improve performance.
11815         * gnus-int.el (gnus-request-move-article): Use
11816         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11817         improve performance.
11818
11819         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11820         some users confused by references to .newsrc when they only have a
11821         .newsrc.eld file.
11822         (gnus-convert-mark-converter-prompt)
11823         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11824         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11825         New function.  Used internally to only display 'gnus converting
11826         files' message when actually necessary.
11827
11828         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11829         methods now autoloaded.
11830
11831 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11832
11833         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11834         identifiers.
11835
11836 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11837
11838         * gnus-picon.el: Fix indentation and closing parenthesis.
11839
11840 2004-09-01  Simon Josefsson  <jas@extundo.com>
11841
11842         * message.el (message-canlock-generate): Require sha1, not
11843         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11844         to require within a function.  Sadly, if sha1.el isn't loaded, the
11845         let binding in m-c-g will hide the defcustom definition, which is
11846         bad.)
11847
11848         * canlock.el: Require sha1, not sha1-el.
11849
11850         * message.el: Don't autoload sha1 (there is a autoload cookie in
11851         sha1.el).
11852
11853         * sha1-el.el: Renamed to sha1.el.
11854
11855 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11856
11857         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11858
11859 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11860
11861         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11862
11863 2004-08-30  Kim F. Storm  <storm@cua.dk>
11864
11865         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11866
11867         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11868         Add :group 'nnimap.
11869
11870 2004-08-30  Andreas Schwab  <schwab@suse.de>
11871
11872         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11873         ?* and ?\;.
11874
11875         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11876         and ?\' to symbol instead of whitespace.
11877
11878 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11881
11882         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11883         instead of re-search-forward.
11884
11885         * gnus-uu.el (gnus-uu-save-article): Ditto.
11886         (gnus-uu-post-encode-uuencode): Ditto.
11887
11888         * html2text.el (html2text-clean-list-items): Ditto.
11889         (html2text-clean-dtdd): Ditto.
11890         (html2text-format-tags): Ditto.
11891
11892         * message.el (message-send-mail-with-sendmail): Fix regexp.
11893         (message-fill-field-general): Use search-forward instead of
11894         re-search-forward.
11895         (unbold-region): Ditto.
11896
11897         * nnrss.el (nnrss-request-article): Ditto.
11898
11899         * nnslashdot.el (nnslashdot-request-article): Ditto.
11900
11901         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11902
11903         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11904         "Unrecognized menu descriptor" error in XEmacs.
11905
11906 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11907
11908         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11909         parent article of a sparse article in the thread hashtb.
11910
11911 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11912
11913         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11914         (nnmail-expand-newtext): Lowercase expanded entries if
11915         nnmail-split-lowercase-expanded is non-nil.
11916
11917 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11918
11919         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11920
11921         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11922         of gnus-tmp-news-method into string under XEmacs.  It will be
11923         passed to gnus-correct-length which takes only a string argument.
11924
11925 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-util.el (gnus-bind-print-variables): New macro.
11928         (gnus-prin1): Use it.
11929         (gnus-prin1-to-string): Use it.
11930         (gnus-pp): New function.
11931         (gnus-pp-to-string): New function.
11932
11933         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11934         Replace pp-to-string with gnus-pp-to-string.
11935         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11936         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11937         * gnus-msg.el (gnus-debug): Ditto.
11938         * gnus-score.el (gnus-score-save): Ditto.
11939         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11940         gnus-pp-to-string.
11941         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11942         with gnus-pp.
11943         * score-mode.el (gnus-score-pretty-print): Ditto.
11944         * webmail.el (webmail-debug): Ditto.
11945
11946 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * gnus-art.el (article-display-face, article-display-x-face):
11949         Use buffer-read-only.
11950
11951 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11952
11953         * gnus-art.el (article-hide-list-identifiers):
11954         Bind inhibit-read-only as t.
11955
11956 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11957
11958         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11959
11960 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11961
11962         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11963         (gnus-narrow-to-page): Don't assume point-min == 1.
11964         (gnus-article-edit-mode): Derive from message-mode.
11965
11966         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11967         point-min == 1.
11968
11969         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11970         Disable incorrect use of `assert'.
11971
11972         * message.el (message-mode): Set comment-start-skip.
11973
11974
11975 2004-08-22  Sam Steingold  <sds@gnu.org>
11976
11977         * pop3.el (pop3-leave-mail-on-server): New user variable.
11978         (pop3-movemail): Delete mail only when it is nil.
11979
11980 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11981
11982         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11983
11984         * mml.el (mml-preview): Use `pop-to-buffer'.
11985
11986         * message.el (message-goto-mail-followup-to): Insert after "To".
11987         (message-carefully-insert-headers): Add comment.
11988
11989         * gnus.el: Remove unused variable `gnus-article-check-size'.
11990
11991         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11992
11993         * gnus-art.el (gnus-button-alist): Improve
11994         `gnus-button-handle-library' entry.
11995
11996 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
11997
11998         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11999         downcase, since XEmacs capitalizes error messages differently.
12000
12001 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12002
12003         * nntp.el: Add (require 'gnus) due to reference to
12004         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12005
12006 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12007
12008         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12009         `mm-fill-flowed'.
12010
12011         * mm-decode.el (mm-dissect-singlepart): Check it.
12012
12013 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12014
12015         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12016         'imap' for netrc parsing.
12017
12018 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12019
12020         * mailcap.el (mailcap-mime-data): Mark as risky.
12021
12022 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12023
12024         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12025         may be included in the encoded word.
12026         (rfc2047-encode): Don't append a space if the encoded word
12027         includes close parenthesis.
12028
12029 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12030
12031         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12032         of text within parentheses.
12033
12034 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12035
12036         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12037         (gnus-encrypt-write-file-contents): Make the password key the file
12038         name PLUS the cipher, not just the cipher.  Also remove failed
12039         passwords from the cache.
12040
12041 2004-08-06  Simon Josefsson  <jas@extundo.com>
12042
12043         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12044         fix.
12045
12046 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12047
12048         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12049         LWSP.
12050
12051 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12052
12053         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12054         to append in-reply-to: data to the references: header.
12055
12056         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
12057         (netrc-parse): Use gnus-encrypt.el functions.
12058
12059         * gnus-encrypt.el: Add new file for encryption support; currently
12060         does only a few GPG ciphers and an internal XOR cipher.
12061
12062         * password.el: Add comments on using password-read-and-add.
12063         (password-read-and-add): Add function to read and add the
12064         password to the cache at once.
12065
12066 2004-07-28  Simon Josefsson  <jas@extundo.com>
12067
12068         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12069         parameter (but don't use it, for now).
12070
12071         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12072         instead of hard coding to nil.
12073
12074 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12075
12076         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12077         as mm-inline-image-xemacs does.
12078
12079 2004-07-26  Simon Josefsson  <jas@extundo.com>
12080
12081         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12082         Revert part of 2004-07-17 change below.
12083
12084 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12085
12086         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12087         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12088
12089 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12090
12091         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12092         quotes that actually start with ">" at the beginning of the
12093         lines.
12094
12095 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12096
12097         * rfc2047.el (rfc2047-encode-region): Fix last change.
12098         (rfc2047-encode-parameter): Remove useless concat.
12099
12100 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12103         encode special characters; fix some kind of misconfigured headers;
12104         signal a real error if debug-on-quit or debug-on-error is non-nil.
12105         (rfc2047-encode-max-chars): New variable.
12106         (rfc2047-encode-1): Use it.
12107         (rfc2047-encode-parameter): New function.
12108
12109         * mml.el (mml-insert-parameter): Remove an excessive space.
12110
12111 2004-07-17  Simon Josefsson  <jas@extundo.com>
12112
12113         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12114         Kai Grossjohann <kai@emptydomain.de>.
12115         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12116         (gnus-group-make-menu-bar): Ditto.
12117
12118         * gnus-util.el (gnus-group-server): Add.
12119
12120 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12121
12122         * message.el (message-clone-locals): Clone sendmail and smtp
12123         variables.
12124
12125 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12126
12127         * rfc2047.el (rfc2047-encode-region): Fix last change.
12128
12129 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12132         characters as non-special.
12133
12134 2004-07-09  Simon Josefsson  <jas@extundo.com>
12135
12136         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12137         Users will lose all flag changes made while unplugged with
12138         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12139         good default.  See numerous reports on ding mailing list.
12140
12141 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12142
12143         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12144         add generate-head-function and generate-article-function to the
12145         rfc822-forward entry.
12146         (nndoc-rfc822-forward-generate-article): New function.
12147         (nndoc-rfc822-forward-generate-head): New function.
12148
12149         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12150
12151 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12152
12153         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12154         respect display group parameter and gnus-summary-expunge-below.
12155         (gnus-articles-to-read): Remove unused reference to display group
12156         parameter.
12157
12158 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12159
12160         * nnheader.el (nnheader-uniquify-message-id): New experimental
12161         variable.
12162         (nnheader-nov-read-message-id): Use it.
12163
12164         * spam-report.el (spam-report-gmane): Add interactive.
12165
12166 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12169         qp-or-base64 for the application/* types.
12170
12171 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12172
12173         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12174
12175 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12176
12177         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12178         trim value.
12179
12180 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12181
12182         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12183         New macro and function.
12184         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12185
12186 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12187
12188         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12189         after-load-alist.
12190
12191 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12192
12193         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12194         update info that isn't there.
12195
12196 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12197
12198         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12199         entry.
12200
12201 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12202
12203         * mm-view.el (mm-inline-render-with-function): Use multibyte
12204         buffer; decode html source by charset.
12205
12206         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12207
12208         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12209         Mule-UCS is loaded under XEmacs.
12210         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12211
12212 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12213
12214         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12215
12216 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * mm-util.el (mm-coding-system-p): Return a coding-system.
12219         (mm-mime-mule-charset-alist): Use shift_jis instead of
12220         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12221         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12222         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12223         instead of japanese-shift-jis and iso-latin-1 respectively in
12224         order to share the default value with both Emacs and XEmacs-mule.
12225         (mm-mule-charset-to-mime-charset): Make
12226         mm-coding-system-priorities effective.
12227         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12228         while predicating of candidates upon the priorities.
12229
12230 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12231
12232         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12233         gnus-uu-invert-processable.
12234
12235         * gnus.el: Autoload gnus-uu-invert-processable.
12236
12237 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * mm-util.el (mm-with-multibyte-buffer): New macro.
12240
12241         * rfc2047.el (rfc2047-encode-string): Use it.
12242         (rfc2047-encode-region): Move point to the end of the region after
12243         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12244
12245 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12246
12247         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12248         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12249
12250 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12251
12252         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12253         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12254         Karl Chen <quarl@nospam.quarl.org>.
12255
12256 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12257
12258         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12259         invalid addresses.
12260
12261 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12262
12263         * spam.el: Change section markers, revise TODO list.
12264         (spam-backends): Make new master list of all installed backends.
12265         (spam-summary-exit-behavior): Add new variable to determine how
12266         messages moves are done at summary exit.
12267         (spam-move-spam-nonspam-groups-only)
12268         (spam-process-ham-in-nonham-groups)
12269         (spam-process-ham-in-spam-groups): Remove variables, the
12270         spam-summary-exit-behavior variable should be used to manage this
12271         behavior.
12272         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12273         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12274         and spam-old-spam-articles.
12275         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12276         Add empty variables, placeholders for the backends they represent.
12277         (spam-set-difference): Move, unchanged.
12278         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12279         unless the user has a processor variable.
12280         (spam-classifications, spam-classification-valid-p)
12281         (spam-backend-properties, spam-backend-property-valid-p)
12282         (spam-backend-function-type-valid-p)
12283         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12284         (spam-report-articles-gmane, spam-report-articles-resend):
12285         Remove functions, they are not needed.
12286         (spam-install-backend-super, spam-backend-list)
12287         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12288         (spam-backend-function, spam-backend-ham-registration-function)
12289         (spam-backend-spam-registration-function)
12290         (spam-backend-ham-unregistration-function)
12291         (spam-backend-spam-unregistration-function)
12292         (spam-backend-statistical-p, spam-backend-mover-p)
12293         (spam-install-backend-alias, spam-install-checkonly-backend)
12294         (spam-install-mover-backend, spam-install-nocheck-backend)
12295         (spam-install-backend, spam-install-statistical-backend)
12296         (spam-install-statistical-checkonly-backend): Add backend installation
12297         support.
12298         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12299         (spam-group-processor-p): Use the new backend code and respect the
12300         summary exit behavior.
12301         (spam-mark-spam-as-expired-and-move-routine): Remove.
12302         (spam-summary-prepare): Change to use the new spam-old-articles
12303         variable.
12304         (spam-copy-or-move-routine, spam-copy-spam-routine)
12305         (spam-move-spam-routine, spam-copy-ham-routine)
12306         (spam-move-ham-routine): Add code to copy/move ham or spam.
12307         (spam-fetch-field-fast): Improve doc and code, plus allow the
12308         'number request.
12309         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12310         variables.
12311         (spam-split, spam-find-spam): Use the new backend code.
12312         (spam-registration-functions): Remove variable.
12313         (spam-unregister-routine): Add convenience wrapper.
12314         (spam-log-undo-registration, spam-register-routine)
12315         (spam-log-processing-to-registry)
12316         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12317         where possible.
12318         (spam-check-gmane-xref, spam-check-regex-headers)
12319         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12320         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12321         (spam-check-bogofilter-headers, spam-check-spamoracle)
12322         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12323         (spam-check-crm114-headers): Use the spam-split-group that
12324         spam-split prepares, no need to determine it every time.
12325
12326         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12327         to the nnheader-parse-naked-head call.
12328
12329         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12330
12331         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12332         the nnheader-nov-read-message-id call.
12333
12334 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12335
12336         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12337         gnus-activate-group twice.  Suggested by Markus Peter
12338         <warp@spin.de>.
12339
12340 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12341
12342         * gnus-art.el (gnus-article-time-format): Exchange the order of
12343         day and month in the default value; fix customization type.
12344         (article-date-ut): Use add-text-properties.
12345         (article-make-date-line): Use message-make-date instead of
12346         current-time-string.
12347
12348         * message.el (message-fetch-field): Don't use set-text-properties.
12349         (message-make-date): Simplify.
12350
12351         * messagexmas.el (message-xmas-make-date): New function.
12352         (message-xmas-redefine): Defalias message-make-date to it.
12353
12354 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12355
12356         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12357         (rfc2047-encode-region): Treat text within parentheses as special;
12358         show the original text when error has occurred.
12359
12360         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12361         already-computed method to gnus-activate-group.
12362
12363         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12364         same select-methods identical Lisp objects.
12365
12366         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12367         object when modifying the info.
12368
12369 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12370
12371         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12372         gnus-opened-servers since it has never been opened with the new
12373         configuration yet.
12374
12375 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12376
12377         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12378         arg to nnheader-generate-fake-message-id.
12379
12380 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12381
12382         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12383         number and build a fake message ID localized to a group and
12384         article number (so it's repeatable from that point on).
12385         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12386         ID format.
12387
12388         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12389         nnheader-generate-fake-message-id with the article number.
12390
12391 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12392
12393         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12394         end-of-buffer.
12395
12396 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12397
12398         * message.el (message-ignored-supersedes-headers): Add Approved.
12399
12400 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12401
12402         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12403         goto-char.
12404         (rfc2047-encode): Fold the line before encoding.
12405
12406 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12407
12408         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12409         folding -- not all headers can be folded, and this should be done
12410         by the message composition mode.  Probably.  I think.
12411
12412 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12415         fast.
12416
12417         * gnus-ems.el (gnus-remove-image): Don't use
12418         message-text-with-property; remove only the image found first.
12419
12420         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12421         found first.
12422
12423 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12424
12425         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12426
12427 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * message.el (message-text-with-property): Make it fast and accept
12430         optional arguments.
12431         (message-strip-forbidden-properties): Use it.
12432         (message-fix-before-sending): Follow the m-t-w-p change.
12433
12434         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12435
12436 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12437
12438         * gnus-art.el (article-hide-headers): Don't change the buffer
12439         mistakenly when performing mml-preview even if
12440         gnus-single-article-buffer is nil.
12441
12442 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12443
12444         * message.el (message-expand-name-databases): New user option.
12445         (message-expand-name): Use it.
12446
12447 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12448
12449         * spam.el (spam-report-articles-resend)
12450         (spam-report-resend-register-routine): Allow ham reporting.
12451         (spam-report-resend-register-ham-routine): Add wrapper.
12452         (spam-registration-functions): Add ham resending functions.
12453         (spam-list-of-processors): Add ham resend processor.
12454
12455         * gnus.el (ham-resend-to): Add new group parameter.
12456         (spam-process): Add ham resend option.
12457
12458         * spam-report.el (spam-report-resend): Allow reporting ham.
12459         (spam-report-resend-ham): Add wrapper.
12460
12461 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * message.el (message-cite-articles-with-x-no-archive): New
12464         variable.
12465         (message-cite-original): Use it.
12466
12467 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12468
12469         * message.el (message-cite-original): Respect X-No-Archive.
12470
12471 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * gnus-art.el (article-hide-headers): Refer to the values for
12474         gnus-ignored-headers and gnus-visible-headers in the summary
12475         buffer since a user may have set them as group parameters.
12476
12477 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12478
12479         * assistant.el (assistant-node-name): Add convenience function.
12480         (assistant-render-text, assistant-render-node): Add error handling,
12481         plus handle multiple next nodes.
12482         (assistant-find-next-node): Comment out for now.
12483         (assistant-find-next-nodes): Add function, returns list of next
12484         nodes.
12485
12486 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12487
12488         * mail-source.el (mail-source-directory): Fix doc-string.
12489
12490 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12491
12492         * assistant.el (assistant-render-text, assistant-eval): Add :set
12493         widget type, which is different because it takes and returns a
12494         list.  Much hilarity ensues.
12495
12496 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12497
12498         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12499
12500         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12501         doc-string.
12502
12503         * gnus-start.el (gnus-activate-group): Added doc-string.
12504
12505 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12508
12509 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12510
12511         * assistant.el (assistant-render-text): Try to add a :set
12512         widget, more to come.
12513
12514         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12515         strings.
12516         (spam-report-articles-resend)
12517         (spam-register-routine): Do registration iff any articles warrant
12518         it.
12519         (spam-summary-prepare-exit): Change log message for nil group
12520         destinations.
12521
12522 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12523
12524         * spam.el (spam-report-resend-register-routine): Allow
12525         spam-report-resend-to to be a group parameter or a global value.
12526
12527 2004-05-26  Simon Josefsson  <jas@extundo.com>
12528
12529         * starttls.el: Merge with my GNUTLS based starttls.el.
12530         (starttls-gnutls-program, starttls-use-gnutls)
12531         (starttls-extra-arguments, starttls-process-connection-type)
12532         (starttls-connect, starttls-failure, starttls-success): New
12533         variables.
12534         (starttls-program, starttls-extra-args): Doc fix.
12535         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12536         functions.
12537         (starttls-negotiate, starttls-open-stream): Check
12538         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12539         function if it is set.
12540
12541 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12544         structured fields.
12545
12546 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12549
12550 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12551
12552         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12553         variable.
12554         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12555         assigning the spam-mark to new messages.
12556
12557 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12558
12559         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12560
12561 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12562
12563         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12564
12565         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12566         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12567         default.
12568
12569 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12570
12571         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12572         correct data.
12573
12574 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12575
12576         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12577         (spam-group-processor-p): Fix function.
12578         (spam-group-processor-multiple-p)
12579         (spam-group-spam-processor-report-gmane-p)
12580         (spam-group-spam-processor-report-resend-p)
12581         (spam-group-spam-processor-bogofilter-p)
12582         (spam-group-spam-processor-blacklist-p)
12583         (spam-group-spam-processor-ifile-p)
12584         (spam-group-ham-processor-ifile-p)
12585         (spam-group-spam-processor-spamoracle-p)
12586         (spam-group-spam-processor-crm114-p)
12587         (spam-group-ham-processor-bogofilter-p)
12588         (spam-group-spam-processor-stat-p)
12589         (spam-group-ham-processor-stat-p)
12590         (spam-group-ham-processor-whitelist-p)
12591         (spam-group-ham-processor-BBDB-p)
12592         (spam-group-ham-processor-spamoracle-p)
12593         (spam-group-ham-processor-copy-p): Remove functions with some
12594         prejudice against unneeded code.
12595         (spam-report-articles-resend)
12596         (spam-report-resend-register-routine): Allow the group/topic
12597         spam-resend-to value to override spam-report-resend-to.
12598         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12599         properly now.
12600
12601         * gnus.el (spam-resend-to): Add group/topic parameter.
12602         (spam-process): Move the OBSOLETE processors to the end of the
12603         choices.
12604
12605 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12606
12607         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12608         with resend-to set to nil, and then ask the user if necessary.
12609         (spam-report-resend): spam-report-resend takes a list of articles, not
12610         separate article numbers.
12611
12612 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12615         addition to emacs-w3m.
12616
12617 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12618
12619         * assistant.el (assistant-authinfo-data): New function.
12620         (assistant-eval): Eval for entire assistant.
12621
12622         * netrc.el (netrc-services-file): New variable.
12623         (netrc-parse-services): New function.
12624         (netrc-find-service-name): New function.
12625         (netrc-find-service-number): New function.
12626         (netrc-port-equal): New function.
12627         (netrc-machine): Use it.
12628
12629         * nnimap.el (nnimap-open-connection): Use netrc.
12630
12631         * gnus-util.el (gnus-netrc-get): Remove aliases.
12632
12633         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12634
12635         * assistant.el (wid-edit): Fix compilation.
12636
12637         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12638
12639 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12640
12641         * gnus-util.el (gnus-set-file-modes): New function.  (small
12642         patch).
12643
12644 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12645
12646         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12647
12648         * assistant.el (assistant-render-node): Fix up rendering and
12649         read-only text.
12650         (assistant-render-node): Reset.
12651         (assistant-make-read-only): Not sticky.
12652
12653 2004-05-20  Danny Siu  <dsiu@adobe.com>
12654
12655         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12656         centered even when gnus-auto-center-summary is t
12657
12658 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12659
12660         * dns.el (dns-get-txt-answer): New function.
12661         (dns-read-txt): Ditto.
12662         (query-dns): Use it.
12663
12664 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12665
12666         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12667         active for foreign groups even if the group level is higher than
12668         the specified value.
12669
12670 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12673         non-active groups.
12674
12675         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12676
12677 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12678
12679         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12680
12681 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12682
12683         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12684         (spam-crm114-header, spam-crm114-spam-switch)
12685         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12686         (spam-crm114-positive-spam-header)
12687         (spam-crm114-database-directory, spam-list-of-processors)
12688         (spam-group-spam-processor-crm114-p)
12689         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12690         (spam-generic-score, spam-list-of-checks)
12691         (spam-list-of-statistical-checks, spam-registration-functions)
12692         (spam-check-crm114-headers, spam-crm114-score)
12693         (spam-check-crm114, spam-crm114-register-with-crm114)
12694         (spam-crm114-register-spam-routine)
12695         (spam-crm114-unregister-spam-routine)
12696         (spam-crm114-register-ham-routine)
12697         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12698         asjo@koldfront.dk (Adam Sjøgren).
12699
12700         * gnus.el: Add spam-use-crm114.
12701
12702         * spam.el (spam-list-of-processors, spam-registration-functions):
12703         Add spam-use-resend.
12704         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12705         (spam-report-articles-gmane): Add doc fix.
12706         (spam-report-articles-resend, spam-report-resend-register-routine):
12707         Add wrappers around spam-report-resend-to.
12708
12709         * spam-report.el (spam-report-resend-to, spam-report-resend):
12710         Add support for resending spam.
12711         (spam-report-gmane): Fix line length >80.
12712
12713         * gnus.el (spam-process): Add spam-use-resend.
12714
12715 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12716
12717         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12718         number of processed spam messages.
12719         (spam-ham-copy-or-move-routine): Return the number of processed
12720         ham messages.
12721         (spam-summary-prepare-exit): Use the above values to decide
12722         whether status messages shouled be displayed.
12723
12724 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12725
12726         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12727         `rfc2047-encoding-function-alist' in order to avoid conflicting
12728         with the old version.
12729         (rfc2047-encode-region): Concatenate words containing non-ASCII
12730         characters in structured fields; don't encode space-delimited
12731         ASCII words even in unstructured fields; don't break words at
12732         char-category boundaries.
12733         (rfc2047-encode-1): New function.
12734         (rfc2047-encode): Use it; encode text so that it occupies the
12735         maximum width within 76-column; work correctly on Q encoding for
12736         iso-2022-* charsets.
12737         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12738         sure not to break a line just after the header name.
12739         (rfc2047-b-encode-region): Removed.
12740         (rfc2047-b-encode-string): New function.
12741         (rfc2047-q-encode-region): Removed.
12742         (rfc2047-q-encode-string): New function.
12743
12744         * mm-util.el (mm-replace-in-string): New function.
12745
12746 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12747
12748         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12749         get it right.
12750         (gnus-inews-make-draft): Really.
12751
12752 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12753
12754         * nnmh.el (nnmh-request-list-1): Don't check the link count
12755         before descending.  (small patch)
12756
12757 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12758
12759         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12760         stuff.
12761
12762         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12763         on real group name.
12764
12765         * gnus-art.el (gnus-signature-limit): Doc fix.
12766
12767         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12768
12769         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12770
12771 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12772
12773         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12774         isn't a string.
12775
12776 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12777
12778         * gnus-draft.el (gnus-draft-send): Bind
12779         rfc2047-encode-encoded-words.
12780
12781         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12782         (rfc2047-encodable-p): Say that =? needs encoding.
12783         (rfc2047-encode-encoded-words): New variable.
12784
12785         * gnus-group.el (gnus-group-select-group): Doc fix.
12786
12787         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12788
12789         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12790         to nil.
12791
12792         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12793
12794         * nnheader.el (nnheader-get-lines-and-char): New function.
12795
12796 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * gnus-msg.el (gnus-summary-followup-with-original): Document
12799         yanking of region when active.
12800
12801 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12804         groups if the group level is higher than the specified value.
12805
12806 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12807
12808         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12809         (gnus-group-jump-to-group): Added prefix argument using
12810         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12811         non-active group.
12812
12813         * compface.el (uncompface): Be verbose when changing
12814         `uncompface-use-external'.
12815
12816         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12817         handle manual section.
12818
12819 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12820
12821         * gnus-art.el (gnus-button-alist): Revert previous change.
12822
12823 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12824
12825         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12826
12827 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12828
12829         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12830         whether backend can accept message.
12831
12832         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12833
12834 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12835
12836         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12837         Avoid creating directory when nntp-marks-is-evil is true.
12838         Reported by Reiner Steib.
12839
12840 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12841
12842         * gnus-picon.el (gnus-picon-style): New variable.
12843         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12844         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12845         Jesper Harder <harder@ifa.au.dk>.
12846
12847 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12848
12849         * message.el (message-fill-field): Return point.
12850         (message-generate-headers): Go to end of field.
12851
12852         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12853         stuff for non-living groups.
12854
12855 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12856
12857         * gnus-art.el (gnus-article-followup-with-original)
12858         (gnus-article-reply-with-original): gnus-mark-active-p ->
12859         gnus-region-active-p.
12860
12861 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12862
12863         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12864         only when there is spam or ham to be processed.
12865
12866 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12867
12868         * mail-source.el (mail-source-delete-crash-box): Refactor.
12869         (mail-source-fetch): Use it.
12870         (mail-source-fetch-file): Ditto.
12871         (mail-source-fetch-directory): Run postscript in loop.
12872         (mail-source-fetch-pop): Delete.
12873         (mail-source-fetch-maildir): Ditto.
12874         (mail-source-fetch-imap): Ditto.
12875
12876         * imap.el (imap-authenticators): Comment out sasl.
12877
12878         * message.el (message-skip-to-next-address): New function.
12879         (message-fill-header-address): Refactor.
12880         (message-fill-address): Use it.
12881         (message-delete-address): Use it.
12882         (message-fill-header-general): Refactor.
12883         (message-fill-field-address): Rename.
12884         (message-narrow-to-field): Find the start of the header.
12885         (message-header-format-alist): Don't pre-fill.
12886         (message-fill-header): Removed.
12887         (message-insert-header): New function.
12888         (message-shorten-references): Use it.
12889
12890         * rfc2047.el (rfc2047-field-value): Strip props.
12891
12892         * mail-parse.el (mail-header-make-address): New alias.
12893
12894         * ietf-drums.el (ietf-drums-make-address): New function.
12895
12896         * imap.el: Add compiler directives.
12897
12898         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12899
12900         * gnus-art.el (article-decode-idna-rhs): Don't use
12901         message-idna-inside-rhs-p.
12902
12903 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12904
12905         * message.el (message-idna-inside-rhs-p): Removed.
12906         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12907
12908         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12909         false positives.
12910
12911 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12912
12913         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12914
12915 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12916
12917         * nneething.el (nneething-file-name): Don't create spurious
12918         files.
12919
12920         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12921         (gnus-inews-do-gcc): Remove sleep.
12922
12923         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12924         part under point.
12925
12926         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12927         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12928
12929 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12930
12931         * spam.el (spam-summary-prepare-exit): Fixed (length).
12932
12933 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12934
12935         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12936         as expired without moving it" message when there are spam
12937         messages left.
12938
12939 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12940
12941         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12942         header is not nil.
12943
12944 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12945
12946         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12947         nntp-possibly-create-directory, not nntp-possibly-change-group.
12948         (nntp-marks-changed-p): New arg SERVER.
12949         (nntp-request-update-info): Adjust caller.
12950
12951 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12952
12953         * nntp.el (nntp-save-marks): Pass missing arg.
12954
12955 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12956
12957         * nntp.el: Support marks.
12958         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12959         (nntp-marks-modtime, nntp-marks-directory): New variables.
12960         (nntp-request-set-mark, nntp-request-update-info)
12961         (nntp-possibly-create-directory, nntp-marks-changed-p)
12962         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12963         functions.
12964
12965 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12966
12967         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12968         (gnus-xmas-redefine): Rename.
12969
12970         * gnus-score.el (gnus-score-insert-help): Use
12971         gnus-select-lowest-window.
12972
12973         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12974         appt-select-lowest-window and rename to gnus-select-lowest-window.
12975
12976         * gnus.el: do.
12977
12978 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12979
12980         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12981         encodings of MIME-encoded words, in order to improve
12982         interoperability with several broken MUAs.
12983
12984 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12985
12986         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12987         tags, only when charsets are not specified in headers.
12988         (mm-inline-text-html-render-with-w3m): Ditto.
12989
12990         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
12991         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
12992
12993 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12994
12995         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12996         instead of MIME-decoded from fields when checking
12997         `gnus-article-address-banner-alist'.
12998
12999 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13000
13001         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13002         description rather than subject.
13003
13004 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13005
13006         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13007
13008 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13009
13010         * gnus.el (gnus-version-number): Bump.
13011
13012 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13013
13014         * gnus.el: No Gnus v0.2 is released.
13015
13016 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13017
13018         * gnus-agent.el (gnus-agent-read-agentview): Inline
13019         gnus-uncompress-range.
13020
13021 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13022
13023         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13024         `exec-installed-p'.
13025
13026 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13027
13028         * gnus.el (spam-process, spam-autodetect-methods): Add
13029         bsfilter and bsfilter-headers.
13030
13031         * spam.el (spam-bsfilter): New customize group.
13032         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13033         (spam-bsfilter-header, spam-bsfilter-probability-header)
13034         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13035         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13036         (spam-bsfilter-database-directory): New options.
13037         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13038         (spam-list-of-statistical-checks, spam-registration-functions):
13039         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13040         (spam-bsfilter-score): New command.
13041         (spam-check-bsfilter-headers, spam-check-bsfilter)
13042         (spam-bsfilter-register-with-bsfilter)
13043         (spam-bsfilter-register-spam-routine)
13044         (spam-bsfilter-unregister-spam-routine)
13045         (spam-bsfilter-register-ham-routine)
13046         (spam-bsfilter-unregister-ham-routine): New functions.
13047         (spam-generic-score): Support bsfilter; Accept an optional argument
13048         to recalcurate spam score even if scoring header has already been
13049         added.
13050         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13051         optional argument to recalcurate spam score even if scoring header
13052         has already been added.
13053
13054 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13055
13056         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13057         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13058         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13059         link is missing.
13060
13061 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13062
13063         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13064         (html2text-get-attr): Rewrite.
13065
13066         * message.el (message-setup-1): Remove redundant put-text-property
13067         on mail-header-separator.
13068
13069 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13070
13071         * gnus-registry.el (gnus-registry-cache-whitespace)
13072         (gnus-registry-action, gnus-registry-spool-action)
13073         (gnus-registry-split-fancy-with-parent): Change message levels
13074         from 5 to 3 or 7, as needed.
13075
13076         * spam.el (spam-summary-prepare-exit)
13077         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13078         (spam-split, spam-find-spam, spam-log-undo-registration)
13079         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13080         level from 5 to 6.
13081
13082 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13085         2004-03-04 change).
13086
13087 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13088
13089         * sieve-manage.el (sieve-manage-open):
13090         * nnweb.el (nnweb-insert-html):
13091         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13092         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13093         * nnspool.el (nnspool-request-group):
13094         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13095         * nnml.el (nnml-request-update-info):
13096         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13097         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13098         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13099         (nnimap-request-set-mark):
13100         * nnfolder.el (nnfolder-request-update-info):
13101         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13102         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13103         * gnus-uu.el (gnus-uu-find-articles-matching):
13104         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13105         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13106         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13107         * gnus-nocem.el (gnus-nocem-scan-groups):
13108         * gnus-int.el (gnus-start-news-server):
13109         * gnus-group.el (gnus-group-make-kiboze-group)
13110         (gnus-group-browse-foreign-server):
13111         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13112         Use mapc when appropriate.
13113
13114 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13115
13116         FIXME: Make separate entries for each person.
13117
13118         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13119         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13120         <shields@msrl.com>:
13121
13122         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13123         may need for spam sorting and scoring.
13124         (spam-user-format-function-S): Add user format function suitable for
13125         general use.
13126         (spam-article-sort-by-spam-status): Add sorting function for summary
13127         sorting.
13128         (spam-extra-header-to-number): Add function to get a score from a
13129         header.
13130         (spam-summary-score): Add function to  get a numeric score from the
13131         headers.
13132         (spam-generic-score): Fix function doc, was in wrong place.
13133         (spam-initialize): Take symbols when it's run, and install the
13134         extra headers that spam-necessary-extra-headers thinks we need.
13135
13136 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13137
13138         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13139         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13140
13141 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13142
13143         * gnus-sum.el (gnus-set-global-variables)
13144         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13145         (gnus-article-get-xrefs, gnus-summary-best-group)
13146         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13147         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13148         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13149         Use with-current-buffer.
13150
13151 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13152
13153         * spam.el (spam-summary-prepare-exit): Simplify logic.
13154         (spam-fetch-article-header): Read the article header if it's not
13155         available.
13156         (spam-list-articles): Simplify logic.
13157         (spam-filelist-register-routine): Fix bug with unregister-list.
13158
13159         * gnus-registry.el: Fix comments at beginning.
13160
13161 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13162
13163         * message.el (message-cater-to-broken-inn): Remove.
13164         (message-shorten-references): Make sure the total folded length of
13165         References is shorter than 998 characters to cater to a bug in INN
13166         2.3.  Also, don't pretend that references aren't folded -- this
13167         hasn't worked for a while.
13168
13169 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13170
13171         * gnus-agent.el (gnus-agentize):
13172         gnus-agent-send-mail-real-function no longer set to current value
13173         of message-send-mail-function but rather a lambda that calls
13174         message-send-mail-function.  The change makes the agent real-time
13175         responsive to user changes to message-send-mail-function.
13176
13177 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13178
13179         * legacy-gnus-agent.el
13180         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13181         help from Florian Weimer <fw@deneb.enyo.de>
13182
13183 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13184
13185         * nnmail.el (nnmail-cache-insert): Revert last change.
13186
13187 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13188
13189         * nnmail.el (nnmail-cache-insert): Always check whether
13190         nnmail-cache-ignore-groups matches a group name.
13191
13192 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13193
13194         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13195         (spam-find-spam, spam-log-processing-to-registry)
13196         (spam-log-registered-p, spam-log-unregistration-needed-p)
13197         (spam-log-undo-registration): Use gnus-message instead of
13198         gnus-error, none of these errors are fatal.
13199
13200         * gnus-registry.el (gnus-registry-clean-empty-function)
13201         (gnus-registry-clean-empty): Remove only empty entries without
13202         extra data.
13203
13204 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13205
13206         * spam-stat.el (spam-stat-buffer-change-to-spam)
13207         (spam-stat-buffer-change-to-non-spam): Change (error) to
13208         (gnus-message 8) invocation.
13209
13210 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * nntp.el (nntp-via-netcat-command): New variable.
13213         (nntp-via-netcat-switches): New variable.
13214         (nntp-open-via-rlogin-and-netcat): New function.
13215         (nntp-open-connection-function): Doc fix.
13216         (nntp-telnet-command): Doc fix.
13217         (nntp-end-of-line): Doc fix.
13218         (nntp-via-rlogin-command): Doc fix.
13219         (nntp-via-user-name): Doc fix.
13220         (nntp-via-address): Doc fix.
13221
13222 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13225         error in Emacs 21.1.
13226
13227 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13228
13229         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13230
13231 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13232
13233         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13234         (gnus-agent-with-refreshed-group): New macro.
13235         (gnus-agent-rename-group): New function.
13236         (gnus-agent-delete-group): New function.
13237         (gnus-agent-save-group-info): Use gnus-command-method when
13238         `method' parameter is nil.  Don't write nil entries into the
13239         active file.
13240         (gnus-agent-get-group-info): New function.
13241         (gnus-agent-fetch-articles): Use
13242         gnus-agent-update-files-total-fetched-for to increment disk space
13243         used.
13244         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13245         gnus-agent-update-view-total-fetched-for to increment disk space
13246         used.
13247         (gnus-agent-get-local): Added optional parameters to avoid calling
13248         gnus-group-real-name and gnus-find-method-for-group.
13249         (gnus-agent-set-local): Delete stored entry if either min, or max,
13250         are nil.
13251         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13252         quit, use gnus-agent-regenerate-group to record existance of any
13253         articles fetched to disk before the quit occurred.
13254         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13255         gnus-agent-update-view-total-fetched-for, and
13256         gnus-agent-update-files-total-fetched-for to decrement disk space
13257         used.
13258         (gnus-agent-retrieve-headers): Use
13259         gnus-agent-update-view-total-fetched-for to increment disk space
13260         used.
13261         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13262         with gnus-agent-update-files-total-fetched-for to decrement disk
13263         space and fresh group buffer.
13264         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13265         (gnus-agent-need-update-total-fetched-for): New variable.
13266         (gnus-agent-update-files-total-fetched-for): New function.
13267         (gnus-agent-update-view-total-fetched-for): New function.
13268         (gnus-agent-total-fetched-for): New function.
13269
13270         * gnus-cache.el (gnus-cache-save-buffers): Use
13271         gnus-cache-update-overview-total-fetched-for to change disk space
13272         used by this group.
13273         (gnus-cache-possibly-enter-article): Use
13274         gnus-cache-update-file-total-fetched-for to increment disk space
13275         used by this group.
13276         (gnus-cache-possibly-remove-article): Use
13277         gnus-cache-update-file-total-fetched-for to decrement disk space
13278         used by this group.
13279         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13280         (gnus-cache-rename-group): New function.
13281         (gnus-cache-delete-group): New function.
13282         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13283         (gnus-cache-need-update-total-fetched-for): New variable.
13284         (gnus-cache-with-refreshed-group): New macro.
13285         (gnus-cache-update-file-total-fetched-for): New function.
13286         (gnus-cache-update-overview-total-fetched-for): New function.
13287         (gnus-cache-rename-group-total-fetched-for): New function.
13288         (gnus-cache-delete-group-total-fetched-for): New function.
13289         (gnus-cache-total-fetched-for): New function.
13290
13291         * gnus-group.el: Require gnus-sum and autoload functions to
13292         resolve warnings when gnus-group.el compiled alone.
13293         (gnus-group-line-format): Documented new %F
13294         (size of Fetched data) group line format; identifies disk space
13295         used by agent and cache.
13296         (gnus-group-line-format-alist): Defined new F format.
13297         (gnus-total-fetched-for): New function.
13298         (gnus-group-delete-group): No longer update
13299         gnus-cache-active-altered as gnus-request-delete-group now keeps
13300         the cache in sync.
13301         (gnus-group-list-active): Let the agent store a server's active
13302         list if currently plugged.
13303
13304         * gnus-int.el (gnus-request-delete-group):
13305         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13306         local disk in sync with the server.
13307         (gnus-request-rename-group):
13308         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13309         local disk in sync with the server.
13310
13311         * gnus-start.el (gnus-get-unread-articles):
13312         Cosmetic simplification to logic.
13313
13314         * gnus-util.el (gnus-rename-file): New function.
13315
13316 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13317
13318         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13319
13320 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13321
13322         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13323         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13324
13325 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13326
13327         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13328         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13329
13330 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13331
13332         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13333
13334 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13335
13336         * spam.el (spam-set-difference): Add function to replace
13337         gnus-set-difference in spam.el.
13338         (spam-summary-prepare-exit): Use spam-set-difference.
13339
13340 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13341
13342         * gnus-registry.el (gnus-registry-cache-file): Update to use
13343         gnus-dribble-directory OR gnus-home-directory OR ~.
13344         (gnus-registry-split-fancy-with-parent): Fix doc.
13345
13346 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * message.el (message-exchange-point-and-mark): Use
13349         message-mark-active-p.  Suggested by Jesper Harder
13350         <harder@ifa.au.dk>.
13351
13352 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * message.el (message-exchange-point-and-mark): Don't activate
13355         region if it was inactive.  Suggested by Hiroshi Fujishima
13356         <pooh@nature.tsukuba.ac.jp>.
13357
13358 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13359
13360         * gnus-art.el (article-display-face): Display Faces in the same
13361         order as X-Faces.
13362
13363 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13366
13367 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13370         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13371         (gnus-article-mime-hierarchy): Remove.
13372         (gnus-article-mime-hierarchy-next): Remove.
13373         (gnus-article-mode): Revert 2004-03-19 change.
13374         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13375         (gnus-insert-mime-button): Revert 2004-03-19 change.
13376         (gnus-mime-accumulate-hierarchy): Remove.
13377         (gnus-mime-enter-multipart): Remove.
13378         (gnus-mime-leave-multipart): Remove.
13379         (gnus-mime-display-part): Revert 2004-03-19 change.
13380         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13381
13382         * mml.el (mml-preview): Revert 2004-03-19 change.
13383
13384 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13385
13386         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13387
13388 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13391         t while entering a file name using the mm-with-multibyte macro.
13392         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13393
13394         * mm-util.el (mm-with-multibyte): New macro.
13395
13396 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13397
13398         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13399         user option.
13400         (gnus-mime-multipart-functions): Doc and customization fix.
13401         (gnus-article-mime-hierarchy): New variable.
13402         (gnus-article-mime-hierarchy-next): New variable.
13403         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13404         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13405         gnus-article-mime-hierarchy-next to nil.
13406         (gnus-insert-mime-button): Show hierarchy numbers.
13407         (gnus-mime-accumulate-hierarchy): New function.
13408         (gnus-mime-enter-multipart): New function.
13409         (gnus-mime-leave-multipart): New function.
13410         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13411         (gnus-mime-display-alternative): Show hierarchy numbers.
13412
13413         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13414         gnus-article-mime-hierarchy-next to nil.
13415
13416 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13417
13418         * dns.el: Don't require gnus-xmas.
13419
13420 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13421
13422         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13423         inline PGP.
13424         (mml-menu): Disable mml-quote-region if mark is inactive.
13425
13426 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13427
13428         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13429         when the group's active is not available.
13430
13431 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13434         error.
13435
13436 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13437
13438         * imap.el (imap-store-password): New variable.
13439         (imap-interactive-login): Use it.
13440         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13441
13442 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13443
13444         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13445         window-start and hscroll to summary window.
13446
13447 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13448
13449         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13450         conversion message to newsrc-dribble when an actual conversion is
13451         performed.
13452
13453 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13454
13455         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13456
13457 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13458
13459         * mm-decode.el (mm-complicated-handles): New function reviving
13460         former definition of mm-multiple-handles.
13461
13462         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13463         (gnus-mime-delete-part): Use it.
13464
13465 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13466
13467         * gnus-agent.el (gnus-agent-read-local): Bind
13468         nnheader-file-coding-system to gnus-agent-file-coding-system to
13469         avoid the implicit assumption that they will always be equal.
13470         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13471         coding-system-for-write, as the with-temp-file macro first prints
13472         to a buffer then saves the buffer.
13473
13474 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-art.el (gnus-article-edit-part): New function.
13477         (gnus-mime-save-part-and-strip): Use it; do query instead of
13478         signaling an error; don't use mm-multiple-handles.
13479         (gnus-mime-delete-part): Ditto.
13480
13481 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13482
13483         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13484         old file versions.
13485         (gnus-group-prepare-hook): Removed function that converted list
13486         form of gnus-agent-expire-days to group properties.
13487
13488         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13489         (gnus-request-accept-article): Re-indented.
13490
13491         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13492         converters to handle old agent file formats.  Added logic for a
13493         "backup before upgrading warning".
13494         (gnus-convert-mark-converter-prompt): Developers can mark
13495         functions as needing (default), or not needing,
13496         gnus-convert-old-newsrc's "backup before upgrading warning".
13497         (gnus-convert-converter-needs-prompt): Tests whether the user
13498         should be protected from potentially irreversable changes by the
13499         function.
13500
13501         * legacy-gnus-agent.el: New.  Provides converters that are only
13502         loaded when gnus-convert-old-newsrc needs to call them.
13503
13504 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13505
13506         * mail-source.el (mail-source-touch-pop): Doc fix.
13507
13508         * message.el (message-smtpmail-send-it): Doc fix.
13509
13510 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13511
13512         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13513
13514         * nnmail.el (nnmail-split-fancy): do.
13515
13516         * gnus-kill.el (gnus-kill, gnus-execute): do.
13517
13518 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13519
13520         * gnus-sum.el (gnus-widget-reversible-match)
13521         (gnus-widget-reversible-to-internal)
13522         (gnus-widget-reversible-to-external): New functions.
13523         (gnus-widget-reversible): New widget.
13524         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13525
13526 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13527
13528         * gnus-sum.el (gnus-thread-sort-functions)
13529         (gnus-article-sort-functions): Document `(not F)' items.
13530
13531 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13532
13533         * spam.el (spam-use-gmane-xref): Add new backend.
13534         (spam-gmane-xref-spam-group): Add variable to control the name of the
13535         Gmane spam group.
13536         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13537         (spam-regex-headers-spam, spam-regex-headers-ham)
13538         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13539         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13540         backends and checks.
13541         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13542
13543         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13544         an autodetect method.
13545
13546 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13547
13548         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13549         articles are being added to a group.
13550         (gnus-request-replace-article): Inform the agent that articles
13551         need to be uncached as the cached contents are no longer valid.
13552
13553 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * binhex.el: Don't autoload executable-find.
13556
13557         * canlock.el: Don't autoload mail-fetch-field.
13558
13559         * dgnushack.el: Autoload c-mode for XEmacs.
13560
13561         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13562
13563         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13564         rmail-dont-reply-to and rmail-output.
13565
13566         * gnus-score.el: Don't autoload ffap-string-at-point.
13567
13568         * gnus-setup.el: Don't autoload sc-cite-original.
13569
13570         * imap.el: Don't autoload base64-decode-string,
13571         base64-encode-string and md5.
13572
13573         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13574         and rmail-msg-restore-non-pruned-header.
13575
13576         * mm-decode.el: Don't autoload executable-find.
13577
13578         * mm-url.el: Don't autoload executable-find.
13579
13580         * mm-view.el: Don't autoload diff-mode.
13581
13582         * nndb.el: Don't autoload news-reply-mode, news-setup,
13583         cancel-timer and telnet.
13584
13585         * password.el: Don't autoload run-at-time for Emacs.
13586
13587         * sha1-el.el: Don't autoload executable-find.
13588
13589         * sieve-mode.el: Don't autoload c-mode.
13590
13591         * uudecode.el: Don't autoload executable-find.
13592
13593 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13594
13595         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13596         (gnus-agent-possibly-alter-active): Avoid null in numeric
13597         comparison.
13598         (gnus-agent-set-local): Refuse to save null in local object table.
13599         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13600         list of articles that will be marked as unread.
13601
13602 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13603
13604         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13605
13606 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13607
13608         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13609         language tags.
13610
13611 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13612
13613         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13614         Don't bind "obarray".
13615
13616         * gnus-sum.el (gnus-thread-sort-functions): Added
13617         `gnus-thread-sort-by-most-recent-number' and
13618         `gnus-thread-sort-by-most-recent-date'.
13619         Reported by Kai Grossjohann <kai@emptydomain.de>.
13620
13621 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13622
13623         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13624
13625 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13626
13627         * gnus-cus.el (gnus-agent-customize-category): Removed
13628         ignore-errors macro reference that required cl to be loaded at
13629         run-time.
13630
13631         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13632         single-interval range of the form (min . max).  Previously the
13633         range had to look like ((min . max)).  Likewise, return
13634         (min . max) rather than ((min . max)).
13635         (gnus-range-map): Use gnus-range-normalize to accept
13636         single-interval range.
13637
13638         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13639         the cache, but not the agent, now appear with their usual face.
13640
13641         * dgnushack.el (loaddir): New variable that is bound to the
13642         directory containing the dgnushack.el file. Use loaddir, rather
13643         than srcdir, to update load-path. Change lets dgnushack compile
13644         code in directories other than GNUS/lisp.
13645
13646 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * lpath.el: Don't bind w3m-safe-url-regexp.
13649
13650         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13651         w3m-safe-url-regexp variable buffer-local.
13652
13653         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13654
13655 2004-02-27  Simon Josefsson  <jas@extundo.com>
13656
13657         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13658         gnus-group-real-prefix.
13659         (gnus-summary-move-article): Use it, instead of
13660         gnus-group-real-prefix.
13661
13662 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13663
13664         * lpath.el: Bind w3m-safe-url-regexp.
13665
13666         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13667         w3m-safe-url-regexp variable buffer-local and set it as the value
13668         of mm-w3m-safe-url-regexp.
13669
13670         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13671
13672         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13673         parsing gnus-posting-styles when the message is not for replying.
13674
13675         * dgnushack.el: Autoload sgml-mode for XEmacs.
13676
13677         * nnrss.el (nnrss-opml-export): Use
13678         mm-set-buffer-file-coding-system instead of
13679         set-buffer-file-coding-system.
13680
13681 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13682
13683         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13684         of checkdoc.el).
13685         * nnrss.el: do.
13686         * gnus-mlspl.el: do.
13687         * gnus-ml.el: do.
13688         * gnus-srvr.el: do.
13689
13690         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13691
13692 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13693
13694         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13695         Corrections to custom-manual links.
13696
13697         * gnus-art.el (gnus-article): Ditto.
13698
13699         * mm-decode.el (mime-display, mime-security): Ditto.
13700
13701 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13702
13703         * flow-fill.el: Typo.
13704
13705 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13706
13707         * spam-wash.el: New file.
13708
13709 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13710
13711         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13712
13713 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13714
13715         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13716         to be run with new-articles as LIST1, not LIST2.
13717         (spam-registration-functions): Add spam-use-ham-copy as a nil
13718         registration backend.
13719
13720 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13721
13722         * spam-stat.el (spam-stat-washing-hook): New option.
13723         (spam-stat-buffer-words): Use it.
13724         (spam-stat-process-directory, spam-stat-test-directory): Use
13725         insert-file-contents-literally.
13726         (spam-stat-coding-system): New variable.
13727         (spam-stat-load, spam-stat-save): Use it.
13728
13729 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13730
13731         * spam-report.el (spam-report-plug-agent): Quote
13732         spam-report-url-to-file and spam-report-url-ping-plain.
13733
13734 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13735
13736         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13737         / in mailto URLs.
13738
13739 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13740
13741         * spam-report.el (spam-report-process-queue): Fix interactive use.
13742         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13743         (spam-report-unplug-agent): Doc fixes.
13744         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13745         (spam-report-agentize, spam-report-deagentize): Autoload
13746
13747 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13750
13751         * message.el (message-setup-fill-variables): Add mml tags to
13752         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13753         <ajk@iu.edu>.
13754         (message-mode): Don't modify paragraph-separate there.
13755
13756 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13757
13758         * compface.el (uncompface-use-external): Default to undecided.
13759         (uncompface-use-external-threshold): New variable.
13760         (uncompface-float-time): New macro.
13761         (uncompface): Determine whether to use the external decoder if
13762         uncompface-use-external is undecided.
13763
13764 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13765
13766         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13767         after images.
13768
13769         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13770
13771 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13772
13773         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13774
13775         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13776
13777         * gnus-sum.el (gnus-summary-limit-to-age)
13778         (gnus-summary-limit-children): do.
13779
13780         * gnus-int.el (gnus-request-scan): do.
13781
13782         * gnus-group.el (gnus-group-suspend): do.
13783
13784         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13785
13786         * gnus-cite.el (gnus-cite-parse-attributions): do.
13787
13788         * gnus-agent.el (gnus-summary-set-agent-mark)
13789         (gnus-agent-regenerate-group): do.
13790
13791         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13792
13793         * binhex.el (binhex-decode-region-internal): do.
13794
13795 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13796
13797         * gnus-fun.el (gnus-face-properties-alist): New user option.
13798         (gnus-display-x-face-in-from): Use it.
13799
13800         * gnus-art.el (article-display-face): Ditto.
13801
13802         * compface.el (uncompface-use-external): Default to nil.
13803
13804 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13805
13806         * nntp.el (nntp-erase-buffer): New function.
13807         (nntp-retrieve-data, nntp-send-command)
13808         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13809         (nntp-possibly-change-group): Use it.
13810
13811         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13812         with-current-buffer.
13813
13814 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13815
13816         * compface.el: Merge the ELisp-based uncompface program.
13817         (compface): New customization group.
13818         (uncompface-use-external): New user option.
13819         (uncompface): Call uncompface-internal if uncompface-use-external
13820         is nil.
13821         (uncompface-internal): New function.  Note that there are also
13822         some other functions and variables added for this function.
13823
13824 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13825
13826         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13827         if necessary.
13828
13829 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13830
13831         * spam-report.el (spam-report-unplug-agent)
13832         (spam-report-plug-agent, spam-report-deagentize)
13833         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13834         Add support for the Agent in spam-report: when unplugged, report to a
13835         file; when plugged, submit all the requests.
13836
13837         * spam.el (spam-register-routine): Fix message about
13838         registration.
13839
13840 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13841
13842         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13843         dependencies.
13844         (rfc2047-encode): Use it.
13845
13846         * gnus-art.el (gnus-button-marker-list): Move before first
13847         reference.
13848
13849         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13850         (imap-parse-body): Fix format string mismatch.
13851
13852         * gnus-score.el (gnus-summary-increase-score): do.
13853
13854         * nnrss.el (nnrss-close): New function.
13855
13856 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13857
13858         * nnrss.el (nnrss-make-filename): New function.
13859         (nnrss-request-delete-group, nnrss-read-server-data)
13860         (nnrss-save-server-data, nnrss-read-group-data)
13861         (nnrss-save-group-data): Use it.
13862         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13863         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13864         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13865
13866 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13867
13868         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13869
13870 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13871
13872         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13873         files.
13874
13875         * message.el (message-generate-headers-first): Don't quote nil
13876         and t in docstrings.
13877
13878         * imap.el (imap-id): do.
13879
13880         * gnus-agent.el (gnus-agent-consider-all-articles)
13881         (gnus-agent-queue-mail): do.
13882
13883 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13884
13885         * spam-report.el (spam-report-process-queue): New function.
13886         Process requests from `spam-report-requests-file'.
13887         (spam-report-process-queue): Doc fix.
13888
13889 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13890
13891         * spam.el (spam-register-routine)
13892         (spam-log-processing-to-registry, spam-log-registered-p)
13893         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13894         Change "check" to "spam-check" for semi-clarity.
13895
13896 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13897
13898         * pop3.el: Require nnheader.
13899
13900         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13901
13902         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13903
13904         * gnus-picon.el: Require cl.
13905
13906         * gnus-fun.el: Require gnus-ems and gnus-util.
13907
13908         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13909
13910         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13911
13912         * gnus-art.el (gnus-article-edit-mode): Define before first
13913         reference.
13914
13915 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13916
13917         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13918         (gnus-uu-post-encoded): Use point-at-bol.
13919
13920         * gnus-topic.el (gnus-group-active-topic-p): do.
13921
13922         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13923
13924         * gnus-group.el (gnus-group-kill-region): do.
13925
13926         * gnus-art.el (article-date-ut): do.
13927
13928         * message.el (message-fetch-field): Remove redundant
13929         case-fold-search binding.
13930         (message-narrow-to-field): Simplify.
13931
13932 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13933
13934         * spam.el (spam-directory): Derive from `gnus-directory'.
13935
13936         * spam-report.el (spam-report-url-to-file)
13937         (spam-report-requests-file): New function and variable for offline
13938         reporting.
13939         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13940         and user defined function.
13941         (spam-report-url-ping-mm-url): Remove doubled slash.
13942
13943 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13944
13945         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13946
13947 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13948
13949         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13950         format string mismatch.
13951
13952         * sieve.el (sieve-deactivate-all): do.
13953
13954         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13955
13956         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13957
13958         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13959
13960         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13961
13962 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13963
13964         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13965         the list of checks.
13966
13967 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13968
13969         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13970         padding.
13971
13972 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13973
13974         * mm-view.el (mm-fill-flowed): New variable.
13975         (mm-inline-text): Use it.
13976
13977 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13978
13979         * spam.el (spam-spamassassin-register-ham-routine)
13980         (spam-spamassassin-register-spam-routine): Fix function names.
13981
13982 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13983
13984         * gnus.el (gnus-tmp-grouplens): Remove.
13985         (gnus-summary-line-format): Remove grouplens.
13986
13987         * gnus-group.el (gnus-group-line-format): Ditto.
13988
13989         * gnus-spec.el (gnus-format-specs): Ditto.
13990         (gnus-update-format-specifications): Flush the group format spec
13991         cache if there's the grouplens stuff.
13992         (gnus-parse-simple-format): Replace %l with the empty string.
13993
13994 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
13995
13996         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13997         omission.
13998
13999 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14002         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14003
14004 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14005
14006         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14007         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14008         New macros and functions.
14009         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14010         Handle > NLINK_MAX messages.
14011         * nnmaildir.el (nnmaildir-request-set-mark): Use
14012         nnmaildir--emlink-p and nnmaildir--eexist-p.
14013
14014 2004-01-25  Alex Schroeder  <alex@gnu.org>
14015
14016         * spam-stat.el (spam-stat-process-directory-age): New option.
14017         (spam-stat-process-directory): Use it.
14018
14019 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14020
14021         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14022         (spam-stat-save): Accept prefix argument.
14023
14024 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14025
14026         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14027         links" error.
14028
14029 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14030
14031         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14032         the rest of the and/or forms.
14033
14034 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14035
14036         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14037         compatibility with old .newsrc.eld files.
14038
14039         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14040
14041         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14042
14043         * gnus-start.el (gnus-1): do.
14044
14045         * gnus-group.el (gnus-group-line-format-alist): do.
14046
14047         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14048
14049         * gnus-gl.el: Remove.
14050
14051 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14052
14053         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14054         marks consisting of a single range {for example, (3 . 5)} rather
14055         than a list of a single range { ((3 . 5)) }.
14056
14057 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14058
14059         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14060         with-current-buffer.
14061         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14062         avoid consing a string.
14063
14064         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14065         Remove obsolete entries for big5 and gb2312.
14066
14067 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14068
14069         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14070         uncompressed list.
14071
14072 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14073
14074         * spam-stat.el (spam-stat-strip-xref): New function.
14075         (spam-stat-process-directory): Use it.
14076
14077         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14078         here -- it's done in message-fetch-field.
14079
14080 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14081
14082         * gnus-agent.el (gnus-agent-queue-mail)
14083         (gnus-agent-prompt-send-queue): New variables.
14084         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14085         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14086         "nndraft:queue" along to gnus-draft-send.  Use
14087         gnus-agent-prompt-send-queue.
14088         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14089         is "nndraft:queue".  Suggested by Gaute Strokkenes
14090         <gs234@srcf.ucam.org>
14091
14092         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
14093         (agent-enable-undownloaded-faces): Added
14094         (gnus-agent-cat-groups): Use eval-and-compile, not
14095         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14096         method of gnus-agent-cat-groups even when the buffer has been
14097         evaled.
14098         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14099         delete gnus-agent-save-active-1.
14100         (gnus-agent-save-groups): Deleted.  Identical to
14101         gnus-agent-save-active.
14102         (gnus-agent-write-active): No longer adjust agent's copy of active
14103         file as agent's adjustments are now stored in their own
14104         file.  Removed optional parameter.
14105         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14106         servers.  Add use of min/max range limits from server's local
14107         file.
14108         (gnus-agent-save-alist): Removed unused optional argument.
14109         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14110         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14111         (gnus-agent-set-local): A per-server file that keeps min/max range
14112         limits for articles known to the agent.  Provides a fast mechanism
14113         for altering many active ranges.
14114         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14115         active file (local makes it unnecessary).
14116         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14117
14118         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
14119         (agent-enable-undownloaded-faces): Added
14120
14121         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14122         disable it when sending to "nndraft:queue".
14123         (gnus-group-send-queue): Add safety check to avoid sending queue
14124         when unplugged.
14125
14126         * gnus-group.el (gnus-group-catchup): Use new
14127         gnus-sequence-of-unread-articles, not
14128         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14129         numbers of articles.  Use gnus-range-map to avoid having to
14130         uncompress the unread list.
14131         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14132         Fixed invalid ange-ftp reference.
14133
14134         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14135         (gnus-sorted-range-intersection): Intersection of two ranges
14136         without requiring that they first be uncompressed.
14137
14138         * gnus-start.el (gnus-activate-group): Unless blocked by the
14139         caller, possibly expand the active range to include both cached
14140         and agentized articles.
14141         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14142         multiple version-dependent converters.
14143         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14144         gnus-agent-save-active.
14145         (gnus-save-newsrc-file): Save dirty agent range limits.
14146
14147         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14148         gnus-agent-possibly-alter-active.
14149         (gnus-adjust-marked-articles): Faster handling of simple lists
14150
14151 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14152
14153         * spam-stat.el (spam-stat-test-directory): New optional argument
14154         displays a list of files detected.  Suggested by Andrew Cohen
14155         <cohen@andy.bu.edu>.
14156         (spam-stat-buffer-words-with-scores): Don't narrow and change
14157         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14158
14159 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14160
14161         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14162         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14163         (spam-spamassassin-arguments)
14164         (spam-spamassassin-spam-flag-header)
14165         (spam-spamassassin-positive-spam-flag-header)
14166         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14167         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14168         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14169         (spam-list-of-processors, spam-list-of-checks)
14170         (spam-list-of-statistical-checks, spam-registration-functions)
14171         (spam-check-spamassassin-headers, spam-check-spamassassin)
14172         (spam-spamassassin-score)
14173         (spam-spamassassin-register-with-sa-learn)
14174         (spam-spamassassin-register-spam-routine)
14175         (spam-spamassassin-register-ham-routine)
14176         (spam-assassin-register-spam-routine)
14177         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14178         (spam-bogofilter-score): Fix to show article before scoring.
14179
14180 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14181
14182         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14183         default scoring function.
14184         (spam-generic-score): Call spam-spamassassin-score if
14185         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14186         spam-bogofilter-score otherwise.
14187
14188         * gnus.el (spam-process, spam-autodetect-methods): Add
14189         spamassassin and spamassassin-headers.
14190
14191 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14192
14193         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14194         Suppress unnecessary messages.
14195
14196 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14197
14198         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14199         make-hash-table.
14200
14201 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14202
14203         * canlock.el (base64-encode-string): Don't autoload it.
14204
14205 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14206
14207         * run-at-time.el: Remove useless (require 'itimer),
14208         eval-and-compile and (featurep 'xemacs).
14209
14210 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14211
14212         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14213         GROUP is a virtual group.
14214
14215 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14216
14217         * gnus.el: Autoload `message-y-or-n-p'.
14218
14219 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14220
14221         * pgg-parse.el: Remove unnecessary (require 'custom).
14222
14223         * pgg-def.el: do.
14224
14225         * nnmail.el: do.
14226
14227         * gnus-undo.el: do.
14228
14229         * gnus-picon.el: do.
14230
14231         * gnus-util.el: do.
14232
14233 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14234
14235         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14236
14237 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14238
14239         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14240         handle, as well as a list.
14241
14242         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14243         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14244         (mm-w3m-cid-retrieve): Simplify.
14245
14246 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14247
14248         * message.el (message-kill-to-signature): Allow prefix arg to
14249         specify number of lines to keep before signature.
14250
14251 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14252
14253         (message-kill-to-signature): Change docstring.
14254
14255 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * canlock.el: Always require sha1-el.
14258         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14259
14260         * message.el: Autoload sha1 only when compiling.
14261
14262         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14263         eudc-expand-inline for XEmacs.
14264
14265 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14266
14267         * message.el (message-canlock-generate): Require sha1-el.
14268
14269 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14270
14271         * message.el (message-expand-name): Silence the byte compiler.
14272
14273         * lpath.el: Add detect-coding-system.
14274
14275         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14276         cus-edit.
14277
14278 2004-01-13  Simon Josefsson  <jas@extundo.com>
14279
14280         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14281         Invoke gnus-score-mode.  Reported by
14282         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14283
14284         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14285         Jim Blandy <jimb@redhat.com> (tiny change).
14286
14287 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14288
14289         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14290
14291 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14292
14293         * spam.el (spam-get-article-as-string): Update to use
14294         gnus-request-article-this-buffer, much simpler.
14295         (spam-get-article-as-buffer): Remove.
14296
14297 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14298
14299         * message.el (message-expand-name): Use EUDC if the user uses that.
14300
14301 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14302
14303         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14304         character for the encoding to avoid consing a string.
14305
14306         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14307         unnecessarily.
14308
14309         * mm-util.el (mm-replace-chars-in-string): Remove.
14310
14311         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14312         of mm-replace-chars-in-string.
14313
14314 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14315
14316         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14317
14318         * mm-util.el (mm-subst-char-in-string): Support inplace.
14319
14320         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14321         a new string in every iteration.  Use shy groups.
14322
14323 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14324
14325         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14326         * gnus-soup.el (gnus-soup-group-brew):
14327         * gnus-msg.el (gnus-put-message):
14328         * gnus-move.el (gnus-group-move-group-to-server):
14329         * gnus-kill.el (gnus-batch-score):
14330         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14331         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14332         (gnus-group-update-group, gnus-group-read-group)
14333         (gnus-group-make-group, gnus-group-make-help-group)
14334         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14335         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14336         (gnus-group-sort-by-unread, gnus-group-catchup)
14337         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14338         (gnus-group-yank-group, gnus-group-set-info)
14339         (gnus-group-list-groups):
14340         * gnus.el (gnus-generate-new-group-name):
14341         * gnus-delay.el (gnus-delay-send-queue):
14342         * nnvirtual.el (nnvirtual-catchup-group):
14343         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14344         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14345         (gnus-group-prepare-topics, gnus-topic-check-topology):
14346         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14347         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14348         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14349         (gnus-group-make-articles-read):
14350         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14351         (gnus-group-change-level, gnus-kill-newsgroup)
14352         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14353         (gnus-get-unread-articles, gnus-make-articles-unread)
14354         (gnus-make-ascending-articles-unread): Use accessor
14355         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14356         to get group information for improved readability.
14357
14358
14359 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14360
14361         * gnus-art.el (article-decode-mime-words, article-babel)
14362         (gnus-article-highlight-signature, gnus-article-add-buttons)
14363         (gnus-signature-toggle): Use gnus-with-article-buffer.
14364
14365         * gnus-art.el (gnus-article-highlight-headers)
14366         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14367
14368         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14369         (gnus-article-set-globals, gnus-request-article-this-buffer)
14370         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14371         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14372         (gnus-mime-display-alternative): Use with-current-buffer.
14373
14374 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14375
14376         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14377         also under 80 char limit, and call gnus-error if needed.
14378         (spam-fetch-article-header): Fix - it was a
14379         buffer-local variable (gnus-newsgroup-data).
14380         (spam-find-spam): Use spam-generate-fake-headers, forget about
14381         spam-insert-fake-headers.
14382         (spam-insert-fake-headers): Remove.
14383
14384 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14385
14386         * deuglify.el (gnus-article-outlook-unwrap-lines)
14387         (gnus-outlook-rearrange-article)
14388         (gnus-outlook-repair-attribution-outlook)
14389         (gnus-outlook-repair-attribution-block)
14390         (gnus-outlook-repair-attribution-other): Remove redundant
14391         save-excursion.
14392
14393 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14394
14395         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14396         (spam-fetch-field-subject-fast)
14397         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14398         (spam-fetch-article-header): Add functions to deal with Gnus
14399         internals for fast retrieval of article header data.
14400         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14401
14402 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14403
14404         * pop3.el (pop3-md5): Remove.
14405         (pop3-apop): Replace pop3-md5 with md5.
14406
14407         * mm-bodies.el: base64 is always built-in.
14408
14409         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14410         with-current-buffer.
14411
14412 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14413
14414         * canlock.el (canlock-insert-header): Remove excessive grouping in
14415         regexp.
14416
14417         * gnus-sum.el (gnus-summary-read-document): Ditto.
14418
14419         * gnus-uu.el (gnus-uu-part-number): Ditto.
14420
14421         * html2text.el (html2text-remove-tags): Ditto.
14422         (html2text-format-tags): Ditto.
14423         (html2text-format-single-elements): Ditto.
14424
14425         * mml.el (mml-parse-1): Ditto.
14426
14427 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14428
14429         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14430
14431         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14432
14433         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14434
14435         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14436
14437 2003-11-15  Simon Josefsson  <jas@extundo.com>
14438
14439         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14440         (pgg-gpg-lookup-key): Use regexp match instead of
14441         split-string (split-string is different between emacs 21.2 and
14442         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14443
14444 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14445
14446         * gnus-art.el (gnus-mime-view-all-parts)
14447         (gnus-article-part-wrapper, gnus-article-view-part): Use
14448         with-current-buffer.
14449
14450 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14451
14452         * spam.el (spam-disable-spam-split-during-ham-respool)
14453         (spam-spamoracle-database, spam-cache-lookups)
14454         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14455         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14456         (spam-group-ham-marks, spam-group-spam-marks)
14457         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14458         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14459         also add spam-use-blackholes to the statistical checks.
14460         (spam-fetch-field-fast): Add interface to fetching fields, may
14461         become a macro.
14462         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14463         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14464         (spam-insert-fake-headers): Fake an article when needed.
14465         (spam-find-spam): Fake article when possible.
14466         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14467         (spam-check-bogofilter-headers): Use message-fetch-field instead
14468         of nnmail-fetch-field.
14469
14470 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14473
14474 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14475
14476         * spam.el (spam-split): Do not require spam-use-CHECK to be
14477         enabled if that check is passed to spam-split explicitly; also
14478         fix so 'spam doesn't get converted to spam-split-group when
14479         spam-split-symbolic-return is t.
14480         (spam-find-spam): Find registrations of the article and use those
14481         instead of re-running spam-split to find the spam/ham
14482         classification of the article.
14483         (spam-log-processing-to-registry, spam-log-registered-p)
14484         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14485         Use gnus-error instead of gnus-message.
14486         (spam-log-registration-type): Add function to determine the
14487         classification of a message based on registry entries; will
14488         return nil if both 'spam and 'ham are found.
14489         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14490         a reasonably fast local cache without the loading errors.
14491         (spam-cache-lookups): Set to t by default.
14492         (spam-find-spam): Don't try to guess spam-cache-lookups.
14493         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14494         spam-caches entry.
14495         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14496         caching of whitelist/blacklist entries.
14497         (spam-check-whitelist, spam-check-blacklist): Invoke
14498         spam-from-listed-p with a type, not a cache variable.
14499         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14500
14501 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14502
14503         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14504
14505         * nnmail.el (nnmail-split-fancy): do.
14506
14507         * mml.el (mml-parse): do.
14508
14509         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14510         (gnus-score-adaptive): do.
14511
14512 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14513
14514         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14515         (gnus-mime-button-map): Don't set keymap parent.
14516         (gnus-button-ctan-directory-regexp): Use shy grouping.
14517         (gnus-prev-page-map): Don't set keymap parent.
14518         (gnus-prev-page-map): Remove duplicated one.
14519         (gnus-next-page-map): Don't set keymap parent.
14520         (gnus-mime-security-button-map): Ditto.
14521
14522         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14523         version number.
14524
14525         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14526
14527 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14528
14529         * canlock.el (canlock-sha1-function): Remove.
14530         (canlock-sha1-function-for-verify): Remove.
14531         (canlock-openssl-program): Remove.
14532         (canlock-openssl-args): Remove.
14533         (canlock-ignore-errors): Remove.
14534         (canlock-sha1-with-openssl): Remove.
14535         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14536         (canlock-verify): Don't use canlock-ignore-errors.
14537
14538         * sha1-el.el (sha1-string-external): Make it can return a string
14539         in binary form.
14540         (sha1-region-external): Ditto.
14541         (sha1-string-internal): Ditto.
14542         (sha1-region-internal): Ditto.
14543         (sha1-region): Ditto.
14544         (sha1-string): Ditto.
14545         (sha1): Ditto.
14546
14547 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14548
14549         * spam.el (spam-report-articles-gmane): New command.
14550
14551 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14552
14553         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14554
14555         * run-at-time.el (run-at-time-saved): Remove.
14556         (run-at-time): Doc fix.
14557
14558 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14559
14560         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14561         (gnus-summary-limit-map): Add it.
14562         (gnus-summary-make-menu-bar): do.
14563
14564 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14565
14566         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14567         Make attempt at some caching support (done for BBDB only now).
14568         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14569         addresses to be checked.
14570         (spam-clear-cache-BBDB): Add function, to be invoked by
14571         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14572         (spam-check-BBDB): Check and use the caches, if
14573         spam-cache-lookups is on, remove superfluous (provide).
14574
14575 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14576
14577         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14578
14579 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14580
14581         * run-at-time.el (run-at-time-saved): Move to after the definition
14582         of `run-at-time'.
14583
14584         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14585
14586 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14587
14588         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14589         mm-w3m-local-map-property.
14590
14591         * mm-view.el (mm-w3m-mode-map): Remove.
14592         (mm-w3m-local-map-property): Remove.
14593         (mm-inline-text-html-render-with-w3m): Don't use
14594         mm-w3m-local-map-property.
14595
14596 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14597
14598         * run-at-time.el: New file.
14599
14600         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14601         under Emacs.
14602
14603         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14604         of gnus-set-text-properties.
14605
14606         * gnus-uu.el (gnus-uu-save-article): Ditto.
14607
14608         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14609
14610         * gnus-cite.el (gnus-cite-parse): Ditto.
14611
14612         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14613         of gnus-.
14614
14615         * gnus-xmas.el (run-at-time): Require run-at-time.
14616
14617         * gnus.el: Changed calls to nnheader-run-at-time and
14618         password-run-at-time throughout to use run-at-time directly.
14619
14620         * password.el: Removed definition of run-at-time.
14621
14622         * nnheaderxm.el: Remove definition of run-at-time.
14623
14624 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14625
14626         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14627         in prompt.
14628
14629 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14630
14631         * messagexmas.el (message-xmas-redefine): Alias
14632         `message-make-caesar-translation-table' to
14633         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14634         version.
14635
14636         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14637         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14638         `gnus-xmas-set-text-properties'.
14639         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14640         `gnus-xmas-completing-read'.
14641         (gnus-xmas-completing-read): Removed.
14642         (gnus-xmas-open-network-stream): Removed.
14643
14644         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14645         XEmacs version.
14646
14647         * dns.el (dns-make-network-process): Use `open-network-stream'
14648         instead of `gnus-xmas-open-network-stream'.
14649
14650         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14651
14652         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14653
14654 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14655
14656         * gnus-art.el (gnus-mime-display-alternative)
14657         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14658         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14659         Don't use gnus-local-map-property.
14660
14661         * gnus-util.el (gnus-local-map-property): Remove.
14662
14663         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14664         gnus-completing-read-maybe-default with completing-read.
14665
14666         * gnus-util.el (gnus-completing-read): do.
14667         (gnus-completing-read-maybe-default): Remove.
14668
14669 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14670
14671         * password.el: Only autoload `run-at-time' if not XEmacs.
14672         Only autoload the itimer functions if XEmacs.
14673
14674 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14675
14676         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14677         XEmacsen.
14678
14679         * dgnushack.el: Autoload executable-find for XEmacs.
14680
14681 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14682
14683         * gnus-art.el (gnus-read-string): Remove.
14684         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14685         read-string.
14686
14687 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14688
14689         * netrc.el: Autoload password-read.
14690         (netrc): Add configuration group.
14691         (netrc-encoding-method, netrc-openssl-path): Add
14692         variables for encoding and decoding of files with symmetric
14693         ciphers.
14694         (netrc-encode): Add assistant function to encode a file with
14695         netrc-encoding-method.
14696         (netrc-parse): Add interactive parameter, added optional
14697         decoding if netrc-encoding-method is non-nil but otherwise
14698         behavior is standard.
14699         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14700         Do s/encode/encrypt/ everywhere.
14701
14702         * spam.el: Remove executable-find autoload.
14703
14704 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14705
14706         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14707
14708         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14709
14710 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14711
14712         * gnus-art.el (gnus-treat-ansi-sequences,
14713         (article-treat-ansi-sequences): New variable and function.
14714         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14715
14716         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14717         Use it.
14718
14719 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14720
14721         * mm-util.el (mm-quote-arg): Remove.
14722
14723         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14724         shell-quote-argument.
14725
14726         * gnus-uu.el (gnus-uu-command): do.
14727
14728         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14729
14730         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14731         with make-char.
14732
14733         * mm-util.el (mm-make-char): Remove.
14734
14735         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14736         add-minor-mode.
14737
14738         * gnus-undo.el (gnus-undo-mode): do.
14739
14740         * gnus-topic.el (gnus-topic-mode): do.
14741
14742         * gnus-sum.el (gnus-dead-summary-mode): do.
14743
14744         * gnus-start.el (gnus-slave-mode): do.
14745
14746         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14747
14748         * gnus-ml.el (gnus-mailing-list-mode): do.
14749
14750         * gnus-gl.el (gnus-grouplens-mode): do.
14751
14752         * gnus-draft.el (gnus-draft-mode): do.
14753
14754         * gnus-dired.el (gnus-dired-mode): do.
14755
14756         * gnus-ems.el (gnus-add-minor-mode): Remove.
14757
14758         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14759         Replace gnus-char-width with char-width.
14760
14761         * gnus-ems.el (gnus-char-width): Remove.
14762
14763         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14764         Replace gnus-char-width with char-width.
14765
14766         * gnus-ems.el (gnus-char-width): Remove.
14767
14768         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14769         definition.
14770         Remove Emacs 20 hash table compatibility code.
14771
14772         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14773         20 compatibility code.
14774
14775         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14776
14777         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14778
14779         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14780         with point-at-{eol,bol}.
14781
14782         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14783
14784         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14785
14786         * flow-fill.el (fill-flowed-point-at-bol)
14787         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14788
14789         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14790         Replace with point-at-{eol,bol} throughout all files.
14791
14792 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * ntlm.el (ntlm-string-as-unibyte): New macro.
14795         (ntlm-build-auth-response): Use it.
14796
14797         Remove Emacs 20 stuff:
14798         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14799         (butlast, mapc, remove): Remove the compiler macros.
14800         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14801         of delq and copy-sequence.
14802         * gnus-art.el (popup-menu): Remove the compiler macro.
14803         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14804         Emacs 20.
14805
14806 2004-01-05  Simon Josefsson  <jas@extundo.com>
14807
14808         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14809         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14810         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14811         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14812         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14813         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14814         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14815         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14816         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14817         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14818         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14819         string-xor into ntlm-string-xor.  Suggested by
14820         Jesper Harder <harder@myrealbox.com>.
14821
14822         * ntlm.el: Don't include poem.
14823
14824         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14825         Jesper Harder <harder@myrealbox.com>.
14826
14827         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14828
14829         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14830         probably breaks emacs with DL patch, but do we care? Is anyone
14831         still using the DL stuff?)
14832
14833         * sieve-manage.el: Use the password package.
14834         (sieve-manage-read-passwd): Remove.
14835         (sieve-manage-interactive-login): Use password.  Re-add
14836         condition-case around loop.
14837
14838         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14839         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14840         the password package.
14841
14842 2003-02-19  Simon Josefsson  <jas@extundo.com>
14843
14844         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14845         token.
14846
14847 2002-08-07  Simon Josefsson  <jas@extundo.com>
14848
14849         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14850         (sieve-manage-authenticators):
14851         (sieve-manage-authenticator-alist): Add some SASL mechs.
14852         (sieve-sasl-auth): New function.
14853         (sieve-manage-cram-md5-auth):
14854         (sieve-manage-plain-auth): Rewrite using SASL library.
14855         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14856         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14857         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14858         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14859
14860 2004-01-05  Simon Josefsson  <jas@extundo.com>
14861
14862         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14863         New files.
14864
14865 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14866
14867         * gnus-group.el (gnus-no-groups-message): Update.
14868
14869         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14870
14871 2003-11-09  Simon Josefsson  <jas@extundo.com>
14872
14873         * imap.el: Support for ID IMAP extension (RFC 2971).
14874         (imap-local-variables): Add imap-id.
14875         (imap-id): New variable.
14876         (imap-id): New function.
14877         (imap-parse-response): Parse untagged ID response.
14878         * nnimap.el (nnimap-id): New variable.
14879         (nnimap-open-connection): Use it.
14880
14881 2003-12-28  Simon Josefsson  <jas@extundo.com>
14882
14883         * gnus-score.el (gnus-score-edit-all-score): New.
14884         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14885
14886 2004-01-04  Simon Josefsson  <jas@extundo.com>
14887
14888         * password.el: Add.
14889
14890 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14891
14892         * dns.el (dns-query-types): Fix typo.
14893         (dns-query-types): New function
14894         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14895         PTR and SOA replies, see RFC 1035.
14896
14897 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14898
14899         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14900
14901         * Moved to Changelog.2.
14902
14903 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14904
14905         * gnus.el (gnus-version-number): Bump version.
14906
14907 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14908
14909         * gnus.el: No Gnus v0.1 is released.
14910
14911 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14912
14913         * gnus.el: No Gnus v0.0 is released.
14914
14915 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14916
14917         * gnus.el (gnus-version-number): Bump.
14918         (gnus-version): No.
14919
14920 See ChangeLog.2 for earlier changes.
14921
14922     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
14923       Free Software Foundation, Inc.
14924
14925   This file is part of GNU Emacs.
14926
14927   GNU Emacs is free software: you can redistribute it and/or modify
14928   it under the terms of the GNU General Public License as published by
14929   the Free Software Foundation, either version 3 of the License, or
14930   (at your option) any later version.
14931
14932   GNU Emacs is distributed in the hope that it will be useful,
14933   but WITHOUT ANY WARRANTY; without even the implied warranty of
14934   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14935   GNU General Public License for more details.
14936
14937   You should have received a copy of the GNU General Public License
14938   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14939
14940 ;; Local Variables:
14941 ;; coding: utf-8
14942 ;; fill-column: 79
14943 ;; add-log-time-zone-rule: t
14944 ;; End:
14945
14946 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4