(mm-add-meta-html-tag): Fix regexp matching meta tag.
[gnus] / lisp / ChangeLog
1 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4
5 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8
9 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10
11         * auth-source.el (auth-sources): Change default to be simpler.  Explain
12         about Secret Service API sources.  Improve Customize options.
13         (auth-source-pick): Change to accept any number of search parameters.
14         Implement fallbacks iteratively, not recursively.  Add scoring on the
15         second pass and sort by score.  Call Secret Service API when needed.
16         (auth-source-user-or-password): Use it.  Call Secret Service API
17         directly when needed to get the user name and the password.
18
19 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
20
21         * message.el (message-interactive): Doc fix.
22         (message-qmail-inject-args): Reflow.
23         (message-kill-to-signature): Fix typo in docstring.
24
25         * smiley.el (smiley-buffer): Fix typo in docstring.
26
27 2010-03-24  Glenn Morris  <rgm@gnu.org>
28
29         * mail-source.el (gnus-message): Declare.
30         (mail-source-delete-old-incoming): Require gnus-util.
31
32 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
33
34         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
35
36         * message.el (ecomplete-setup): Autoload it for Emacs <23.
37
38         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
39         password-cache's default if it is not bound.
40         (mml-secure-passphrase-cache-expiry): Default to 16 that is
41         password-cache-expiry's default if it is not bound.
42
43         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
44         available in Emacs 21.
45
46         * lpath.el: Suppress compiler warnings for:
47         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
48         XEmacs;
49         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
50         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
51         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
52
53 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
54
55         * auth-source.el (auth-sources): Fix up definition so extra parameters
56         are always inline.
57
58 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
59
60         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
61         wasn't updated after mismatch.  Clear cached mailbox info correctly
62         when uidvalidity changes.
63         (nnimap-group-prefixed-name): New function to avoid some code
64         duplication.
65         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
66         (nnimap-request-group): Use it.
67         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
68         (nnimap-update-unseen): Significantly improved speed of Gnus startup
69         with many imap folders.  This is done by caching the group status from
70         the imap server persistently in a group parameter `imap-status'. (This
71         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
72         but not persistently, so every Gnus startup was still very slow.)
73
74 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
75
76         * assistant.el (assistant-render-text): Run `widget-setup' and don't
77         delete the extra newline.  Otherwise editing of :string and :number
78         types don't work.
79
80 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
81
82         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
83         secrets.el dependency.
84         (auth-sources): Add optional user name.  Add secrets.el configuration
85         choice (unused right now).
86
87 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
88
89         * gnus-sum.el (gnus-summary-make-menu-bar): Let
90         `gnus-registry-install-shortcuts' fill in the functions.
91
92         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
93         warnings.
94         (gnus-registry-misc-menus): Variable to hold registry mark menus.
95         (gnus-registry-install-shortcuts): Populate and use it in a
96         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
97
98 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
99
100         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
101         In-place substitutions for the group name encoding/decoding.
102         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
103         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
104         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
105         (nnimap-update-unseen, nnimap-request-list)
106         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
107         (nnimap-request-set-mark, nnimap-split-to-groups)
108         (nnimap-split-articles, nnimap-request-newgroups)
109         (nnimap-request-create-group, nnimap-request-accept-article)
110         (nnimap-request-delete-group, nnimap-request-rename-group)
111         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
112         `encoded-mbx' for consistency.
113         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
114         variable `imap-current-mailbox'.
115
116         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
117         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
118
119 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
120
121         * pop3.el (pop3-display-message-size-flag): Display message size byte
122         counts during POP3 download.
123         (pop3-movemail): Use it.
124         (pop3-list): Implement listing of available messages.
125
126 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
127
128         * nnir.el (nnir-get-article-nov-override-function): New function to
129         override the normal NOV retrieval.
130         (nnir-retrieve-headers): Use it.
131
132 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
133
134         * auth-source.el (netrc-machine-user-or-password): Autoload.
135
136 2010-03-19  Glenn Morris  <rgm@gnu.org>
137
138         Stop message.el from loading about 40 libraries it doesn't always need.
139         The general approach is to autoload rather than require, and to
140         require in the specific functions rather than the file.  (Bug#5642)
141
142         * gmm-utils.el: Don't require wid-edit.
143         (widget-create-child-value, widget-convert, widget-default-get):
144         Autoload.
145
146         * gnus-util.el: Don't require time-date, netrc.
147         (message-fetch-field, gnus-group-name-decode): Declare rather than
148         autoloading.
149         (gnus-fetch-field): Require message.
150         (gnus-decode-newsgroups): Require gnus-group.
151
152         * ietf-drums.el: Don't require time-date.
153
154         * message.el: Don't require hashcash, canlock, ecomplete.
155         Do require mail-utils.  Require nnheader only when compiling.
156         (smtpmail-default-smtp-server): Remove declaration.
157         (message-send-mail-function): Check smtpmail-default-smtp-server
158         is bound rather than requiring smtpmail.
159         (message-auto-save-directory, message-insert-signature): Use
160         expand-file-name rather than nnheader-concat.
161         (nnheader-insert-file-contents): Autoload.
162         (hashcash-wait-async): Declare.
163         (message-send-mail): Only call gnus-setup-posting-charset if
164         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
165         (message-send-mail-with-sendmail): Require sendmail.
166         (canlock-password, canlock-password-for-verify): Declare.
167         (message-canlock-password): Require canlock.
168         (nnheader-get-report): Autoload.
169         (gnus-setup-posting-charset): Declare.
170         (message-send-news): Require gnus-msg.
171         (message-make-references, message-make-in-reply-to): Use mail-header-id
172         rather than the alias mail-header-message-id.
173         (ecomplete-add-item, ecomplete-save): Declare.
174         (message-put-addresses-in-ecomplete): Require ecomplete.
175         (ecomplete-display-matches): Autoload.
176
177         * mm-decode.el: Don't require mailcap, gnus-util.
178         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
179         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
180         Autoload.
181         (mailcap-mime-extensions): Declare.
182
183         * mm-encode.el: Don't require mailcap.
184         (mailcap-extension-to-mime): Autoload.
185
186         * mml-sec.el: Don't require password-cache.
187
188         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
189         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
190         (mml-minibuffer-read-type): Require mailcap.
191         (mml-preview): Require gnus-msg.
192
193         * mml1991.el: Require password-cache.
194         (password-cache-expiry): Remove declaration.
195
196         * mml2015.el: Require password-cache.
197         (password-cache-expiry): Remove declaration.
198
199         * nneething.el (mailcap): Require mailcap.
200
201         * nnheader.el: (declare-function): Add compatibility stub.
202         (message-remove-header): Declare rather than autoload.
203         (nnheader-replace-header): Require message.
204
205         * nnimap.el (declare-function): Add compatibility stub.
206         (netrc-parse, netrc-machine-user-or-password): Declare.
207         (nnimap-open-connection): Require netrc.
208
209         * nntp.el (declare-function): Add compatibility stub.
210         (netrc-parse, netrc-machine, netrc-get): Declare.
211         (nntp-send-authinfo): Require netrc.
212
213         * rfc2047.el: Don't require qp.
214         (quoted-printable-encode-region, quoted-printable-decode-string):
215         Autoload.
216
217         * sieve-mode.el: Don't require easymenu.
218         (easy-menu-add-item): Autoload it.
219
220         * spam-stat.el (time-to-number-of-days): Autoload it.
221
222 2010-03-19  Glenn Morris  <rgm@gnu.org>
223
224         * password-cache.el (password-cache, password-cache-expiry): Autoload.
225
226 2010-03-18  Glenn Morris  <rgm@gnu.org>
227
228         * hashcash.el (declare-function): Remove duplicate definition.
229
230 2010-03-17  Kevin Ryde  <user42@zip.com.au>
231
232         * mml.el (mml-read-tag): Unquote values with `read' to reverse
233         prin1 in mml-insert-tag (just stripping the quotes gave wrong
234         value if any backslash escapes).
235
236 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
237
238         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
239         if it is available.  (bug#5647)
240
241         * lpath.el: Suppress compiler warning for coding-system-from-name for
242         Emacs 21 and XEmacs.
243
244 2010-03-14  Juri Linkov  <juri@jurta.org>
245
246         * hmac-def.el:
247         * hmac-md5.el:
248         * netrc.el: Fix keywords.
249
250 2010-02-26  Glenn Morris  <rgm@gnu.org>
251
252         * message.el (message-send-mail-function): Change the default, so that
253         it inherits from a customized send-mail-function.  (Bug#5643)
254
255 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
256
257         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
258         shell-command-to-string signals an error (bug#5299).
259
260 2010-02-24  Glenn Morris  <rgm@gnu.org>
261
262         * message.el (message-smtpmail-send-it)
263         (message-send-mail-with-mailclient): Doc fixes.
264
265 2010-02-16  Glenn Morris  <rgm@gnu.org>
266
267         * message.el (message-default-mail-headers): Change the default value
268         to ease the transition from mail-mode to message-mode.  (Bug#5555)
269
270 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
273         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
274
275 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
276
277         * time-date.el (date-to-time): Doc fix (Bug#5408).
278
279 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
280
281         * message.el (message-mail): Just pass yank-action on to message-setup.
282         (message-setup): Handle (FUN . ARGS) form of yank-action.
283         (message-with-reply-buffer, message-widen-reply)
284         (message-yank-original): Handle non-buffer values of
285         message-reply-buffer (Bug#4080).
286         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
287
288 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
289
290         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
291         Fix typo in docstring.
292
293 2010-01-08  Jason Rumney  <jasonr@gnu.org>
294
295         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
296         response.
297
298 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
301
302         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
303
304         * message.el (message-check-news-header-syntax): Protect against a
305         string that `rfc822-addresses' returns when parsing fails.
306
307 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
308
309         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
310         (gnus-previous-char-property-change): New functions.
311
312         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
313
314 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
315
316         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
317         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
318
319 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
320
321         * message.el (message-exchange-point-and-mark): Rework last change to
322         avoid using optional arg of exchange-point-and-mark, for backward
323         compatibility.
324
325 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
326
327         * message.el (message-exchange-point-and-mark): Call
328         exchange-point-and-mark with an argument rather than setting
329         mark-active by hand (Bug#5175).
330
331 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * nntp.el (nntp-service-to-port): Work for service expressed with
334         numeric string; replace [:digit:] with [0-9] for XEmacs.
335
336 2009-12-17  Glenn Morris  <rgm@gnu.org>
337
338         * gnus-group.el (gnus-bug-group-download-format-alist):
339         Change emacs entry to debbugs.gnu.org.  Bump :version.
340
341 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
342
343         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
344
345 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
346
347         * message.el (message-info): Explain why we use `Info-goto-node'.
348
349 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
350
351         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
352
353 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
354
355         * message.el (message-completion-in-region): New compatibility function.
356         (message-expand-group): Use it.
357
358 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
359
360         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
361         with no unread article should be listed if the 2nd arg `predicate' is
362         given.
363
364 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
367
368 2009-11-29  Juri Linkov  <juri@jurta.org>
369
370         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
371         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
372         on `gnus-recenter'. (Bug#4698, Bug#4981)
373
374 2009-11-26  Kevin Ryde  <user42@zip.com.au>
375
376         * sha1.el (sha1-string-external): default-directory "/" in case
377         otherwise non-existent.  process-connection-type pipe for touch of
378         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
379
380 2009-11-25  Kevin Ryde  <user42@zip.com.au>
381
382         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
383         it's comms related and sgml-mode.el has "comm" on that basis too.
384
385 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
386
387         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
388         containing tspecial characters if they have been already quoted.
389
390 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
391
392         * dns-mode.el (auto-mode-alist): Purecopy string.
393
394 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
395
396         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
397
398 2009-10-24  Glenn Morris  <rgm@gnu.org>
399
400         * gnus-art.el (help-xref-stack-item): Define for compiler.
401
402 2009-10-21  Kevin Ryde  <user42@zip.com.au>
403
404         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
405
406 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
407
408         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
409
410 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
411
412         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
413         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
414
415 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
416
417         * gnus.el (gnus-overlay-get): New alias to overlay-get.
418         (gnus-overlays-in): New alias to overlays-in.
419
420         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
421         gnus-overlay-get, and gnus-delete-overlay.
422         (gnus-summary-show-thread): Make it work as well for systems in which
423         next-single-char-property-change is not available.
424         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
425
426         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
427         (gnus-overlay-get): New alias to extent-property.
428         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
429
430         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
431         SXEmacs.
432
433         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
434         SXEmacs.
435
436 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
437
438         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
439
440 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
441
442         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
443         and XEmacs that don't have `remove-overlays'.
444
445 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
446
447         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
448         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
449         selective display.  Use overlays instead.
450
451 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
452
453         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
454
455 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
456
457         * spam-stat.el (spam-stat-load): Fix typo in message.
458
459 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
460
461         * dig.el (dig-invoke): Fix typo in docstring.
462         (query-dig): Reflow docstring.
463
464 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
465
466         * gnus-art.el (gnus-article-encrypt-body):
467         * message.el (message-check-recipients):
468         * mm-util.el (mm-codepage-setup):
469         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
470         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
471
472 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
473
474         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
475         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
476         keys from the menu if mm-{sign,encrypt}-option is 'guided.
477         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
478         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
479
480 2009-09-21  Kevin Ryde  <user42@zip.com.au>
481
482         * dig.el: Add "Keywords: comm", as per net-utils.el.
483
484 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
485
486         * dig.el (dig-mode): Use define-derived-mode.
487
488 2009-09-19  Glenn Morris  <rgm@gnu.org>
489
490         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
491
492 2009-09-18  Glenn Morris  <rgm@gnu.org>
493
494         * gnus-diary.el (gnus-diary-check-message):
495         * message.el (message-insert-formatted-citation-line):
496         * nnbabyl.el (top-level):
497         * nndiary.el (nndiary-schedule):
498         Fix typos in condition-case handlers.
499
500 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
501
502         * gnus-art.el (gnus-article-edit-part): Work for the buffer
503         configuration that provides the sole article window in a frame;
504         position point correctly after deleting a part.
505
506 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
507
508         * spam.el (spam-unregister-on-reregister): Add boolean variable.
509         (spam-resolve-registrations-routine): Use it to unregister articles
510         that change status.
511
512 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
513
514         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
515         with XEmacs.
516         (parse-time-string-chars): Use it.
517
518 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
519
520         * imap.el (imap-interactive-login): Better messages.
521         (imap-open): Fix bug with renamed buffer on reconnect.
522         (imap-authenticate): Add buffer-local imap-last-authenticator variable
523         for easier debugging and cleaner code.  On successful (guessed based on
524         server capabilities) secondary authentication, set imap-state
525         correctly.
526         (imap-last-authenticator): Define imap-last-authenticator as a variable
527         to avoid warnings.
528
529 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * nnrss.el (nnrss-request-article): Remove binding of
532         default-enable-multibyte-characters that has gotten needless by
533         the 2007-07-13 change in rfc2047-encode-message-header.
534
535         * mml.el (mml-insert-multipart): Error on the message header.
536         (mml-insert-part): Error on the message header; position point at
537         the end of a MIME tag.
538
539 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
540
541         * time-date.el (autoload): Expand define-obsolete-function-alias into
542         defalias and make-obsolete for old Emacsen that Gnus supports.
543         (with-no-warnings): Define it for old Emacsen.
544         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
545         is available.
546         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
547         float-time is available; suppress compile warning for time-to-seconds.
548
549         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
550         (gnus-float-time): Alias to float-time if it exists.
551
552         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
553         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
554         float-time is available; suppress compile warning for time-to-seconds.
555
556         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
557         XEmacs.
558
559 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
560
561         * imap.el (imap-message-map): Docstring fix.
562
563 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
564
565         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
566         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
567         Add the optional argument `encoding' that overrides the default.
568
569         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
570         mm-encode-buffer.
571
572 2009-09-04  Glenn Morris  <rgm@gnu.org>
573
574         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
575         mm-disable-multibyte, rather than default-enable-multibyte-characters.
576         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
577         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
578         * mm-util.el (mm-with-unibyte-current-buffer)
579         (mm-find-buffer-file-coding-system):
580         * yenc.el (yenc-decode-region): Use default-value rather than
581         default-enable-multibyte-characters.
582
583 2009-09-03  Glenn Morris  <rgm@gnu.org>
584
585         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
586         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
587         than default-enable-multibyte-characters.
588
589 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
590
591         * gnus-art.el (gnus-article-read-summary-keys):
592         Fix gnus-buffer-configuration's value temporarily used.
593
594 2009-09-02  Glenn Morris  <rgm@gnu.org>
595
596         * gnus-util.el (gnus-float-time): New function.
597         * gnus-delay.el (gnus-delay-article):
598         * gnus-sum.el (gnus-thread-latest-date):
599         * gnus-util.el (gnus-user-date): Use gnus-float-time.
600         * nnspool.el (nnspool-request-newgroups):
601         Use gnus-float-time rather than time-to-seconds.
602         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
603
604         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
605         (gnus-header-subject-face, gnus-header-newsgroups-face)
606         (gnus-header-name-face, gnus-header-content-face):
607         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
608         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
609         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
610         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
611         (gnus-cite-face-11):
612         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
613         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
614         (gnus-server-closed-face, gnus-server-denied-face)
615         (gnus-server-offline-face):
616         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
617         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
618         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
619         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
620         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
621         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
622         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
623         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
624         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
625         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
626         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
627         (gnus-summary-selected-face, gnus-summary-cancelled-face)
628         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
629         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
630         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
631         (gnus-summary-high-undownloaded-face)
632         (gnus-summary-low-undownloaded-face)
633         (gnus-summary-normal-undownloaded-face)
634         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
635         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
636         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
637         (gnus-splash-face):
638         * message.el (message-header-to-face, message-header-cc-face)
639         (message-header-subject-face, message-header-newsgroups-face)
640         (message-header-other-face, message-header-name-face)
641         (message-header-xheader-face, message-separator-face)
642         (message-cited-text-face, message-mml-face):
643         * sieve-mode.el (sieve-control-commands-face)
644         (sieve-action-commands-face, sieve-test-commands-face)
645         (sieve-tagged-arguments-face):
646         * spam.el (spam-face):
647         Mark face aliases with "-face" in the name as obsolete.
648
649 2009-09-01  Glenn Morris  <rgm@gnu.org>
650
651         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
652         than goto-line.
653
654 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
655
656         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
657         Don't move point if the command is invoked inside the message header.
658
659 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
660
661         * imap.el (imap-send-command): Simplify.
662         (imap-wait-for-tag): point-max -> buffer-size.
663
664 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
665
666         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
667         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
668         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
669         * nnir.el (nnir-swish-e-index-file):
670         * gnus-sum.el (gnus-summary-delete-marked-as-read)
671         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
672         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
673         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
674         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
675         (gnus-treat-display-xface): Add Emacs version of obsolescence.
676
677 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
680         Don't save excursion.
681
682 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
683
684         * nnheader.el (nnheader-find-file-noselect):
685         * mm-util.el (mm-insert-file-contents):
686         Use (default-value 'major-mode) instead of default-major-mode.
687
688 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
689
690         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
691
692 2009-08-26  Glenn Morris  <rgm@gnu.org>
693
694         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
695         than placing in files.el.
696
697 2009-08-25  Glenn Morris  <rgm@gnu.org>
698
699         * nnir.el (top-level): Don't require cl at run-time.
700         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
701         Replace cl-function substitute with gnus-replace-in-string.
702         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
703         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
704         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
705         simplified expansions.
706
707 2009-08-25  Kevin Ryde  <user42@zip.com.au>
708
709         * dig.el (dig): Add autoload cookie.
710
711 2009-08-22  Glenn Morris  <rgm@gnu.org>
712
713         * gnus-art.el (gnus-button-patch): Use forward-line rather than
714         goto-line.
715
716 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
717
718         * parse-time.el (parse-time-string-chars): Save match data.
719
720 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
721
722         * parse-time.el (parse-time-string-chars): Compute using character
723         classes, to handle non-ascii characters (Bug#3190).
724
725 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
726
727         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
728
729         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
730         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
731         (gnus-mm-display-part, gnus-mime-display-single)
732         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
733         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
734
735         * gnus-sum.el
736         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
737         (gnus-summary-move-article): Add expirable mark to articles copied or
738         moved to group that has auto-expire turned on if the option is non-nil.
739
740 2009-07-24  Glenn Morris  <rgm@gnu.org>
741
742         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
743         Fix typo.  (Bug#3903)
744
745 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
746
747         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
748         gnus-article-read-summary-keys rather than gnus-summary-edit-article
749         that should not be used for draft articles.
750         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
751         that has no concern in minor mode keys.
752         (gnus-article-summary-command, gnus-article-summary-command-nosave):
753         Abolish.
754
755 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
756
757         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
758         article without making inquiry to a user for unknown encoding.
759
760         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
761         (nnmaildir--scan): Assume i-node and device number that file-attributes
762         returns might be cons-cell.
763
764         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
765
766         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
767
768 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
769
770         * auth-source.el: Remove docs now in auth.texi.  Don't use
771         `gnus-message' for logging.  Add new variables `auth-source-debug' and
772         `auth-source-hide-passwords' and use them.
773
774 2009-07-15  Glenn Morris  <rgm@gnu.org>
775
776         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
777
778 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
781         excessive whitespace from the default values of title and description.
782
783 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
784
785         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
786         mail-fetch-field to fetch Content-Description header in order to
787         exclude newlines.
788
789 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
790
791         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
792         format used by GnuPG 2.0.11.
793
794 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
797         to deleted part.
798
799 2009-05-30  David Engster  <dengste@eml.cc>
800
801         * nnmairix.el: Remove old documentation in the commentary block.
802         (nnmairix-request-group): Do not update active file for nnml back ends.
803         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
804         end so that overview files are ignored.
805         (nnmairix-update-groups): Make updating the groups more robust by using
806         marks.
807         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
808         with dollar characters in message-id.
809
810 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
811
812         * spam.el: Use dns-query instead of query-dns.  Was renamed on
813         2008-12-25 in dns.el.
814
815 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
816
817         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
818         could happen if the text is only composed of spaces and/or tabs.
819
820 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
821
822         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
823         when sending a queued message to avoid extra mml tags.
824
825 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
828
829 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
830
831         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
832         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
833         rmail-toggle-header for XEmacs;
834         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
835
836 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
837
838         * gnus-dired.el: Remove autoload for gnus-setup-message.
839         (gnus-dired-attach): Fake this-command value to prevent Gnus from
840         displaying Gnus logo; always use compose-mail.
841
842 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
845
846 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
847
848         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
849         (gnus-nocem-issuers): List currently active issuers; fix custom type.
850         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
851         available.
852         (gnus-nocem-epg-verify): New function.
853
854 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
855
856         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
857
858 2009-02-15  Glenn Morris  <rgm@gnu.org>
859
860         * gnus-util.el (rmail-insert-rmail-file-header)
861         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
862         autoloads.
863         (rmail-default-rmail-file): Remove unnecessary declaration.
864         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
865
866 2009-02-14  Glenn Morris  <rgm@gnu.org>
867
868         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
869         variable (only used in gnus-util, which declares it anyway).
870         (rmail-output-to-rmail-file): Remove autoload of deleted function,
871         which was only needed by gnus-art (changed to not use it any more).
872         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
873         only used in gnus-util, which autoloads it itself.
874         (rmail-update-summary): Fix autoload.
875
876         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
877         rather than rmail-output-to-rmail-file.
878
879 2009-02-07  Glenn Morris  <rgm@gnu.org>
880
881         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
882         autoload of function that no longer exists.
883         (rmail-toggle-header): Declare.
884         (message-forward-rmail-make-body): Handle mbox Rmail.
885
886 2009-01-31  Glenn Morris  <rgm@gnu.org>
887
888         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
889         2009-01-09 change.
890
891 2009-01-31  Dave Love  <fx@gnu.org>
892
893         * imap.el (imap-fetch-safe): Bind debug-on-error.
894         (imap-debug): Add imap-fetch-safe.
895
896 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
897
898         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
899         (auth-source-forget-all-cached): New convenience function.
900         (auth-source-user-or-password): Accept list of modes or a single mode.
901
902         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
903         auth-source modes.
904
905         * netrc.el (netrc-machine-user-or-password): Use list of
906         auth-source modes.
907
908         * nnimap.el (nnimap-open-connection): Use list of
909         auth-source modes.
910
911         * nntp.el (nntp-send-authinfo): Use list of
912         auth-source modes.
913
914 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
915
916         * auth-source.el: Update docs to reflect epa-file-enable is to be used
917         now.
918
919 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
920
921         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
922         coding system in XEmacs; add a workaround for XEmacs.
923
924         * lpath.el: Fbind coding-system-aliasee.
925
926 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
927
928         * mm-util.el (mm-coding-system-priorities): Protect against nil value
929         of current-language-environment.
930
931 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
932
933         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
934         available at runtime.
935
936 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
937
938         * gnus-art.el (article-date-ut): Fix end point of narrowing.
939
940 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
941
942         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
943         the greatest positive fixnum value doesn't work under an XEmacs with
944         bignum support; use the most-positive-fixnum constant instead,
945         available since Emacs 21.1 with cl and XEmacs 21.1.
946
947 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
948
949         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
950         XEmacs gets not to work.
951
952 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
953
954         * mm-util.el (mm-coding-system-priorities): Allow the value like
955         "Japanese (UTF-8)" of current-language-environment.
956
957 2009-01-09  Glenn Morris  <rgm@gnu.org>
958
959         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
960         with last-command-event.
961
962 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
963
964         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
965         in the doc string.
966
967         * message.el (message-fix-before-sending): Amend comment.
968
969 2009-01-08  Dave Love  <fx@gnu.org>
970
971         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
972
973 2009-01-07  David Engster  <dengste@eml.cc>
974
975         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
976         simplified server definitions by converting it via
977         gnus-server-to-method.
978
979 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
980
981         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
982         parameter's operands.
983
984 2009-01-06  David Engster  <dengste@eml.cc>
985
986         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
987         primary select method (for gnus-group-mark-article-as-read).
988
989 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
990
991         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
992         `(gnus)Face', not `(gnus)X-Face'.
993
994 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * mm-util.el (mm-ucs-to-char): New function.
997
998         * mm-url.el (mm-url-decode-entities): Use it.
999
1000         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1001         unicode-to-char.
1002
1003 2009-01-05  Dave Love  <fx@gnu.org>
1004
1005         * time-date.el: Require cl for `declare'.
1006
1007 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1008
1009         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1010         Dave Love.
1011
1012 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1013
1014         * message.el (message-fix-before-sending): Add `eight-bit' to
1015         illegible-text check.
1016
1017 2009-01-03  Michael Olson  <mwolson@gnu.org>
1018
1019         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1020         `headers' is nil.  This can occur if the IMAP server does not have
1021         permissions to read messages from a folder, but can write new messages
1022         to the folder.
1023         (nnimap-request-article-part): Do not insert `data' if it is nil.
1024
1025         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1026         characters which will confuse `read', so skip past them.
1027
1028 2009-01-01  Dave Love  <fx@gnu.org>
1029
1030         * imap.el (imap-string-to-integer): Fix typo.
1031         (imap-fetch-safe): New function.
1032         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1033
1034         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1035
1036         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1037         (imap-parse-greeting): Fix doc strings.
1038         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1039         (imap-parse-flag-list): Make messages unique.
1040         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1041
1042         * nnimap.el: Fix author email.
1043         (nnimap-split-rule): Add FIXME comment.
1044         (nnimap-debug): Fix doc string.
1045
1046 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1047
1048         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1049
1050 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1051
1052         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1053         nslookup if resolv.conf isn't available.
1054         (dns-query): Rename from query-dns.
1055         (dns-query-cached): Rename from query-dns-cached.
1056
1057 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1058
1059         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1060         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1061         to check if those variables exist (first appeared in Emacs 18.50).
1062
1063 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1064
1065         * mm-util.el (mm-line-number-at-pos): New function.
1066
1067         * spam-report.el (spam-report-process-queue): Use it.
1068
1069 2008-12-24  David Engster  <dengste@eml.cc>
1070
1071         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1072         parameters that haven't existed as variables as buffer-local variables.
1073
1074 2008-12-23  Dave Love  <fx@gnu.org>
1075
1076         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1077         cadar.
1078
1079         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1080         imap-starttls-p.
1081         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1082
1083 2008-12-22  Dave Love  <fx@gnu.org>
1084
1085         * imap.el: Fix author email.  Doc fixes.
1086         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1087         reply.
1088
1089 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1090
1091         * spam-report.el (spam-report-gmane-max-requests): New constant.
1092         (spam-report-gmane-wait): New variable.
1093         (spam-report-gmane-ham, spam-report-gmane-spam)
1094         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1095         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1096         the server.
1097
1098         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1099         Add explanations.
1100
1101         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1102         nnheader-accept-process-output and nnheader-read-timeout if available.
1103         (pop3-movemail): Use it.
1104
1105         * message.el (message-check-news-body-syntax): Fix signature check if
1106         there's an attachment.
1107
1108 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1109
1110         * mm-util.el: Add comments to the mm- emulating functions.
1111
1112 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1113
1114         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1115         by Stephen Berman <stephen.berman@gmx.net>.
1116
1117 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1118
1119         * mm-util.el (mm-substring-no-properties): New function.
1120         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1121         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1122         (mm-string-to-multibyte): Doc fix.
1123
1124         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1125
1126 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1127
1128         * mml.el (mml-attach-file): Strip text properties from file name.
1129         (Bug#1574)
1130
1131 2008-12-16  Glenn Morris  <rgm@gnu.org>
1132
1133         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1134
1135 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1138         knows since the charset specified might be a bogus alias that
1139         mm-charset-synonym-alist provides.
1140
1141 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1142
1143         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1144         "ISO_8859-1".
1145
1146         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1147
1148 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1149
1150         * mm-util.el (mm-charset-eval-alist):
1151         Define it before mm-charset-to-coding-system.
1152         (mm-charset-to-coding-system): Add optional argument `silent';
1153         define it before mm-charset-override-alist.
1154         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1155         default value if it can be used in Emacs currently running;
1156         silence mm-charset-to-coding-system.
1157
1158 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1161         `allow-override' which says whether to use `mm-charset-override-alist'.
1162         (rfc2047-decode-encoded-words): Use it.
1163
1164         * mm-util.el (mm-charset-override-alist): Fix custom type;
1165         add `(gb2312 . gbk)' to choices.
1166
1167 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1170         fast.
1171
1172         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1173
1174         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1175
1176 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1177
1178         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1179         on links.
1180
1181         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1182
1183 2008-12-03  Lute Kamstra  <lute@gnu.org>
1184
1185         * sha1.el: Remove leading * from docstrings of defcustoms,
1186         deffaces, defconsts and defuns.
1187
1188 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1191         users' addresses that don't have domain parts.
1192         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1193         rather than message-narrow-to-head since there will be the message
1194         header separator.
1195
1196 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1199         since the result is inserted in a unibyte buffer anyway.
1200         (nnimap-demule-use-string-to-multibyte): Remove.
1201         (nnimap-demule): Alias it to mm-string-to-multibyte.
1202
1203 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1204
1205         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1206         variable for debugging bug#464 and bug#1174.
1207         (nnimap-demule): Use it.
1208
1209 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1210
1211         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1212         score calculation correctly.
1213
1214 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1215
1216         * message.el (message-send-mail): Just set the buffer to unibyte
1217         rather than use mm-with-unibyte-current-buffer which does a lot more.
1218         (message-send-mail-partially): Don't bother with
1219         mm-with-unibyte-current-buffer since it's already been made unibyte by
1220         message-send-mail.
1221
1222 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1223
1224         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1225
1226 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1227
1228         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1229
1230 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1233         require itself and to remove `with-no-warnings'.
1234
1235 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * starttls.el (starttls-any-program-available): Get the name of the
1238         available TLS layer program.
1239         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1240         well as the host name in the "opening" message.
1241
1242         * auth-source.el (auth-source-cache, auth-source-do-cache)
1243         (auth-source-user-or-password): Cache passwords and logins by default,
1244         allow override with `auth-source-do-cache'.
1245         (auth-source-forget-user-or-password): Allow users to remove cache
1246         entries if needed.
1247
1248 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1249
1250         * md4.el (md4-buffer): Fix typo in docstring.
1251         (md4, md4-64): Doc fixes.
1252         (md4-pack-int32): Reflow docstring.
1253
1254 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1255
1256         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1257         condition-case to only the forward-sexp call.
1258
1259 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1260
1261         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1262         quotes contained.  Make it more robust regardless by an extra
1263         condition-case wrapper.
1264
1265 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1266
1267         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1268
1269 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * nnml.el (nnml-request-expire-articles): Check if the function set to
1272         `nnmail-expiry-target' returns the symbol `delete'.
1273
1274         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1275
1276         * nnmail.el (nnmail-expiry-target): Fix custom type.
1277
1278 2008-10-02  Glenn Morris  <rgm@gnu.org>
1279
1280         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1281         Silence compiler warning.
1282
1283 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1284
1285         * tls.el (open-tls-stream): Show the actual command being
1286         executed, instead of the format string.
1287
1288 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * lpath.el: Fbind codepage-setup for Emacs 23.
1291
1292 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1293
1294         * mml.el (mml-menu): Don't assume mml2015 is bound.
1295
1296 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1297
1298         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1299         exists.
1300
1301 2008-09-27  Glenn Morris  <rgm@gnu.org>
1302
1303         * gnus-util.el (mail-header-remove-comments): Autoload it.
1304
1305 2008-09-27  Andreas Schwab  <schwab@suse.de>
1306
1307         * gnus-util.el (gnus-split-references): Strip comments.
1308         (gnus-parent-id): Likewise.
1309
1310 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1311
1312         * message.el (message-confirm-send): Fix version.
1313
1314 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1315
1316         * message.el (message-idna-to-ascii-rhs-1): Use
1317         mail-extract-address-components rather than mail-header-parse-addresses
1318         that is an alias by default to ietf-drums-parse-addresses that does not
1319         support non-ASCII names in headers' contents.
1320
1321 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1322
1323         * message.el (message-confirm-send): Fixed variable documentation to
1324         avoid the "y/n" wording.
1325
1326 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1327
1328         * message.el (message-set-auto-save-file-name): Save to a different
1329         filename so multiple messages (especially drafts) can be recovered.
1330
1331 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1332
1333         * message.el (message-confirm-send): Add appropriate version.
1334
1335 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1336
1337         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1338         defvar.
1339
1340 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1341
1342         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1343         (mm-pkcs7-enveloped-magic): Ditto.
1344
1345 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1346
1347         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1348         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1349
1350 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1353         default, it's better.
1354
1355 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1356
1357         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1358         summary line gnus-number property and ignore them (with a warning
1359         message).
1360
1361 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1362
1363         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1364         macro caddr in the interactive form since it won't be expanded.
1365
1366 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1369         `charset'; fix name of function called recursively.
1370         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1371
1372 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1373
1374         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1375         (gnus-mime-set-charset-parameters): New function.
1376         (gnus-mime-view-part-as-charset): Use it to correctly display part
1377         specifying wrong charset.
1378
1379 2008-09-08  David Engster  <dengste@eml.cc>
1380
1381         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1382         in completing-read for back end server.
1383
1384 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1385
1386         * message.el (message-confirm-send): New variable to confirm sending a
1387         message.
1388         (message-send): Use it.
1389
1390 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1391
1392         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1393
1394 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1395
1396         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1397
1398 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1401         prevent tracking too many groups.
1402         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1403         Use it.
1404
1405 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1406
1407         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1408         moving point to the bottom of the window in order to avoid recentering.
1409
1410 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1411
1412         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1413
1414         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1415         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1416         (gnus-article-beginning-of-window): Fix calculation.
1417
1418 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1419
1420         * gnus-msg.el (gnus-summary-supersede-article)
1421         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1422         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1423         message header.
1424
1425 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1426
1427         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1428         pending output coming after the status change.
1429
1430 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1431
1432         * message.el:
1433         * gnus-start.el:
1434         * gnus-registry.el: Remove VMS support.
1435
1436 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1439         macro.
1440         (rfc2104-hash): Use it.
1441
1442 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1443
1444         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1445         (gnus-summary-sort-by-most-recent-date): New commands.
1446         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1447         and menu entries.
1448
1449 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1450
1451         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1452         don't redisplay article for raw contents; remove plural articles stuff.
1453
1454         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1455         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1456         on gnus-summary-save-article; display results properly.
1457
1458 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1459
1460         * lpath.el: No need to fbind ns-focus-frame.
1461
1462 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1463
1464         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1465
1466 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1467
1468         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1469         gnus-save-all-headers.
1470
1471 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1472
1473         * gnus-util.el (ns-focus-frame): Remove declaration.
1474         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1475         like x.
1476
1477 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1478
1479         * rfc2104.el (rfc2104-zero): Delete defconst.
1480         (rfc2104-hex-alist): Likewise.
1481         (rfc2104-hex-to-int): Delete func.
1482         (rfc2104-hexstring-to-bitstring): Likewise.
1483         (rfc2104-nybbles): New defconst.
1484         (rfc2104-hash): Rewrite for speed.
1485
1486 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * tls.el (open-tls-stream): Make it work with the 2nd argument
1489         BUFFER that is a string but does not exist as a buffer object, as
1490         mentioned in the doc-string.
1491
1492 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1495         SXEmacs.
1496
1497 2008-07-16  Glenn Morris  <rgm@gnu.org>
1498
1499         * gnus-util.el (ns-focus-frame): Declare for compiler.
1500
1501 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1504         set as a group parameter.
1505         (gnus-summary-save-in-pipe): Work when it is called independently.
1506         (gnus-summary-pipe-to-muttprint): Don't modify
1507         gnus-summary-pipe-output-default-command.
1508
1509 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1510
1511         * message.el (message-send-mail-with-sendmail):
1512         Display the error message.
1513
1514 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * gnus-art.el (gnus-default-article-saver):
1517         Add gnus-summary-save-in-pipe to choices.
1518         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1519         gnus-summary-pipe-output-default-command as the default command.
1520         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1521         instead of gnus-last-shell-command.
1522
1523         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1524         New user option.
1525         (gnus-summary-muttprint-program): Mention the value will be changed.
1526         (gnus-summary-save-article): Force showing of all headers.
1527         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1528
1529 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1530
1531         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1532
1533 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1534
1535         * nnimap.el (nnimap-id):
1536         * sieve-manage.el (sieve-manage-open): Doc fixes.
1537
1538 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1539
1540         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1541         if available.
1542
1543 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1544
1545         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1546
1547         * nnkiboze.el (nnkiboze-generate-group):
1548         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1549
1550         * nnmairix.el: Require CL.
1551
1552 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1553
1554         * dgnushack.el: Autoload get-display-table and put-display-table for
1555         XEmacs 21.5.
1556
1557         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1558         21.4 and SXEmacs.
1559
1560 2008-06-15  David Engster  <dengste@eml.cc>
1561
1562         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1563
1564 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1565
1566         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1567         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1568         runtime choice under XEmacs.
1569
1570         * gnus-sum.el (gnus-summary-set-display-table):
1571         Use `gnus-put-display-table', `gnus-get-display-table',
1572         `gnus-set-display-table' for the display table, instead of `aset'.
1573
1574         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1575         Use `gnus-put-display-table', `gnus-get-display-table',
1576         `gnus-set-display-table' for the display table.
1577
1578 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1579
1580         * nnmairix.el: Add autoloads.
1581
1582 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1583
1584         * nnmairix.el (nnmairix-delete-recreate-group)
1585         (nnmairix-update-and-clear-marks): Fix error messages.
1586
1587 2008-06-14  David Engster  <dengste@eml.cc>
1588
1589         * nnmairix.el: Upgrade to version 0.6.
1590         (nnmairix-group-toggle-propmarks-this-group)
1591         (nnmairix-group-toggle-readmarks-this-group)
1592         (nnmairix-group-delete-recreate-this-group)
1593         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1594         (nnmairix-remove-tick-mark-original-article): New commands.
1595         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1596         (nnmairix-propagate-marks-to-nnmairix-groups)
1597         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1598         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1599         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1600         functions needed for marks propagation and manipulation of read marks.
1601         (nnmairix-update-groups): New function.
1602         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1603         (nnmairix-determine-original-group-from-registry)
1604         (nnmairix-determine-original-group-from-path)
1605         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1606         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1607         New helper functions.
1608         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1609         keystrokes for new commands.
1610         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1611         (nnmairix-request-group): Check allow-fast group parameter.
1612         (nnmairix-request-create-group): Set allow-fast group parameter if
1613         nnmairix-allowfast-default is set.
1614         (nnmairix-close-group): Propagate marks upon closing if needed.
1615         (nnmairix-group-toggle-threads-this-group): Use new.
1616         nnmairix-group-toggle-parameter helper function.
1617         (nnmairix-search): Better check for empty search result.
1618         (nnmairix-goto-original-article): Use new helper functions for
1619         determining original article.
1620         (nnmairix-show-original-article): Make sure message-id is in brackets.
1621         (nnmairix-call-mairix-binary): Change variable name.
1622         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1623         helper function.
1624         (nnmairix-widget-toggle-activate): Fix doc string.
1625
1626 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1627
1628         * nnir.el: Require edmacro when compiling with XEmacs.
1629         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1630         available in Emacs 21.
1631
1632 2008-06-11  Glenn Morris  <rgm@gnu.org>
1633
1634         * gnus-util.el (x-focus-frame):
1635         * gnus.el (image-size):
1636         * mm-decode.el (image-size): Declare.
1637
1638         * gnus-picon.el (declare-function): Add compat definition.
1639         (image-size): Declare.
1640
1641         * gnus-group.el (tool-bar-map):
1642         * gnus-sum.el (tool-bar-map): Define for compiler.
1643
1644         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1645
1646         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1647
1648         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1649         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1650         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1651         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1652         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1653         * sieve-manage.el, spam-report.el, spam.el:
1654         Remove unnecessary eval-and-compile of autoloads.
1655
1656 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1657
1658         * auth-source.el: Precise Tramp doc.
1659
1660 2008-06-07  Glenn Morris  <rgm@gnu.org>
1661
1662         * nnmairix.el: Remove unnecessary eval-when-compile.
1663
1664 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * lpath.el: Fbind propertize for XEmacs 21.4.
1667
1668 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1669
1670         * nnir.el: Move here from ../contrib.
1671
1672 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1673
1674         * gnus-util.el (gnus-read-shell-command): New function.
1675         * mm-decode.el (mm-pipe-part):
1676         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1677
1678 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1679
1680         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1681
1682 2008-06-03  Glenn Morris  <rgm@gnu.org>
1683
1684        * pop3.el (nnheader-accept-process-output): Autoload it.
1685
1686 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1687
1688         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1689         are not 2-digit hexadecimal characters that follow `%'s.
1690
1691 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1692
1693         * message.el (message-bogus-recipient-p): Fix type in doc string.
1694         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1695         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1696         Improve custom options.
1697         (message-bogus-recipient-p): Adjust accordingly.
1698
1699 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1700
1701         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1702         long-form month and day names.
1703
1704 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * dgnushack.el: Autoload debug, eudc-expand-inline and
1707         pgg-snarf-keys-region for XEmacs.
1708
1709         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1710
1711         * nnmairix.el: Require edmacro when compiling with XEmacs.
1712
1713 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1714
1715         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1716         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1717
1718 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1719
1720         * auth-source.el: Add more docs.
1721
1722         * netrc.el (netrc-machine): Always match if the port is not given.
1723
1724 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1727         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1728         retrieval faster in some cases, but might make CPU usage larger.  If
1729         this has any bad side effects, we might revert this change.
1730
1731         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1732         seems to make mail retrieval much, much faster.
1733         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1734         unconditionally.
1735
1736         * gnus-draft.el (gnus-group-send-queue): Bind
1737         message-send-mail-partially-limit to nil to avoid being prompted.
1738
1739 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1740
1741         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1742
1743         * message.el (message-bogus-address-regexp): Fix and improve custom
1744         type.
1745         (message-setup-hook): Add message-check-recipients as custom option.
1746
1747 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1748
1749         * message.el (message-cite-function): Remove bogus autoload which crept
1750         in during merge from v5-10.
1751
1752 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1753
1754         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1755
1756         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1757
1758         * auth-source.el: Preliminary Tramp docs.
1759         (auth-sources): Change the default auth-sources to use
1760         EPA .gpg files.
1761
1762 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1763
1764         * nntp.el: Autoload `auth-source-user-or-password'.
1765         (nntp-send-authinfo): Use it.
1766
1767         * nnimap.el: Autoload `auth-source-user-or-password'.
1768         (nnimap-open-connection): Use it.
1769
1770         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1771         for the gnus-message function.
1772         (auth-source-user-or-password): Use it.
1773
1774 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1775
1776         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1777         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1778         (rfc2104-hash): Use it.
1779
1780 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1781
1782         * gnus-art.el (gnus-article-toggle-truncate-lines):
1783         Don't use `iff' in docstring.
1784
1785 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1786
1787         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1788
1789         * gnus-util.el (gnus-extract-address-component-name)
1790         (gnus-extract-address-component-email): Convenience functions around
1791         `gnus-extract-address-components'.
1792
1793         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1794         Use `gnus-extract-address-component-email' to fix bug of comparing full
1795         sender name to `user-mail-address'.
1796
1797 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1798
1799         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1800         catch/throw to optimize.
1801         (gnus-registry-find-keywords): Just use member to find a keyword.
1802
1803 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1804
1805         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1806         is current before calling gnus-server-prepare.
1807         (gnus-server-setup-buffer, gnus-server-update-server)
1808         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1809
1810 2008-05-04  Juri Linkov  <juri@jurta.org>
1811
1812         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1813         (mailcap-file-default-commands): Use mailcap-replace-in-string
1814         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1815         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1816
1817 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1818
1819         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1820
1821 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1822
1823         * gnus.el: Bump version to 0.11
1824
1825 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1826
1827         * gnus.el: No Gnus v0.10 is released.
1828
1829 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830
1831         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1832         hooks.
1833         (gnus-update-read-articles): Speed up non-marks-using users.
1834         (gnus-use-marks): Define gnus-use-marks.
1835         (gnus-propagate-marks): Rename variable to something more sensible.
1836
1837 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1838
1839         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1840         (gmm-image-load-path-for-library): Fix typos in docstrings.
1841         (gmm-message): Reflow docstring.
1842
1843 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1844
1845         * mail-source.el (mail-source-set-1, mail-source-bind):
1846         Move auth-source code out of the macro to clean it up and fix bugs.
1847
1848 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1849
1850         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1851         by sender if it's equal to user-mail-address, it's likely to be
1852         useless.
1853
1854         * mail-source.el (mail-source-bind): Don't use user or password if they
1855         are not bound.  Unintern them if they are nil.  Don't use server unless
1856         it's bound, and default it to empty string otherwise.
1857
1858 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1859
1860         * mail-source.el: Load auth-source.el.
1861         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1862         get user name or password, if auth-sources is set up.
1863
1864         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1865         strategy of splitting with parent.
1866         (gnus-registry-split-fancy-with-parent)
1867         (gnus-registry-post-process-groups): Use it and fix prior
1868         bug (returning a list as the split result).
1869
1870         * auth-source.el (auth-sources): Remove server parameter.
1871         (auth-source-pick, auth-source-user-or-password)
1872         (auth-source-user-or-password-imap)
1873         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1874         (auth-source-user-or-password-sftp)
1875         (auth-source-user-or-password-smtp): Remove server parameter.
1876
1877 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1878
1879         * smime.el (smime-sign-region, smime-encrypt-region)
1880         (smime-decrypt-region):
1881         Remove redundant calls to `generate-new-buffer-name'.
1882
1883 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1884
1885         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1886         Don't use QP for message/rfc822.
1887         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1888
1889 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1890
1891         * sieve-manage.el (sieve-string-bytes): Remove.
1892         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1893         correct byte-length only if the process's coding-system is the same as
1894         the one used internally by Emacs to represent strings.
1895
1896 2008-04-22  Juri Linkov  <juri@jurta.org>
1897
1898         * mailcap.el (mailcap-file-default-commands): New function.
1899
1900 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1901
1902         * message.el (message-signature-separator, message-cite-function):
1903         Change custom version.
1904
1905 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1906
1907         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1908         commands.
1909         (tls-checktrust): Ditto.
1910
1911 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1912
1913         * mm-decode.el (mm-display-external): Make temp file read-only.
1914
1915 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1916
1917         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1918         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
1919         `C-c C-f d'.
1920
1921 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1922
1923         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1924
1925 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1926
1927         * gnus.el: Bump version to 0.9.
1928
1929 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1930
1931         * gnus.el: No Gnus v0.8 is released.
1932
1933 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1934
1935         * mail-source.el (mail-source-value):
1936         Prefer fboundp to functionp so it works with macros as well.
1937
1938 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1939
1940         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1941         Fix last change in case the element is not even a symbol.
1942
1943 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1944
1945         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1946         Prefer fboundp to functionp so it works with macros as well.
1947
1948 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
1949
1950         * auth-source.el: Added docs.
1951         (auth-sources): Modify format to support server.
1952         (auth-source-pick, auth-source-user-or-password)
1953         (auth-source-user-or-password-imap)
1954         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1955         (auth-source-user-or-password-sftp)
1956         (auth-source-user-or-password-smtp): Add server parameter.
1957
1958 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
1959
1960         * gnus-registry.el: Initialize the registry when gnus-registry-install
1961         is t.
1962
1963 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * compface.el (uncompface): Make buffer unibyte.
1966
1967 2008-04-05  Glenn Morris  <rgm@gnu.org>
1968
1969         * gnus-ems.el (mm-disable-multibyte): Autoload it.
1970
1971 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1972
1973         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
1974         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1975
1976         * nnheader.el (nnheader-init-server-buffer): Change buffer's
1977         multibyteness after rather than before erasing it.
1978
1979         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1980         mm-with-multibyte.
1981         (gnus-request-article-this-buffer): Make sure the proper decoding is
1982         used if gnus-original-article-buffer happens to be unibyte.
1983
1984         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1985         default-enable-multibyte-characters.
1986
1987         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1988         default-enable-multibyte-characters.
1989
1990         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1991
1992         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1993
1994 2008-04-02  Simon Josefsson  <simon@josefsson.org>
1995
1996         * imap.el (imap-enable-exchange-bug-workaround): New variable.
1997         (imap-message-copyuid-1): Use it.
1998         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
1999         J. Williams in
2000         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2001
2002         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2003         imap-enable-exchange-bug-workaround.
2004         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2005
2006 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2007
2008         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2009         a 100 byte status-checks into a 2-3MB transfer for each group.
2010         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2011         to enable bug workaround or not.
2012         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2013
2014 2008-03-31  Glenn Morris  <rgm@gnu.org>
2015
2016         * message.el (mml2015-use): Declare for compiler.
2017         (message-info): Require mml2015 when appropriate.
2018
2019 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2022         whitespace.
2023
2024 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2025
2026         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2027         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2028         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2029         (nntp-service-to-port): New function.
2030         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2031         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2032         (nntp-open-netcat-stream): New function.
2033         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2034
2035 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2036
2037         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2038
2039 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2040
2041         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2042
2043 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2044
2045         * dns.el (dns-write): Use set-buffer-multibyte.
2046
2047 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2048
2049         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2050
2051 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2052
2053         * message.el (message-signature-separator): Change default.
2054         Improve custom type.
2055         (message-cite-function): Change default to
2056         message-cite-original-without-signature.
2057
2058         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2059         toggle.
2060
2061         * message.el (message-check-news-body-syntax): Fix signature check.
2062         (message-setup-1): Mark buffer as unmodified _after_ running
2063         message-setup-hook and handling message-alternative-emails.
2064         (message-shorten-references): Be more strict when building list of
2065         valid references to comply with GNKSA.
2066
2067         * gnus-group.el (gnus-read-ephemeral-bug-group)
2068         (gnus-read-ephemeral-debian-bug-group)
2069         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2070
2071         * message.el (message-info): Don't use booleanp which isn't supported
2072         in Emacs 21 and XEmacs.
2073
2074 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2075
2076         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2077         gnus-group-gmane-group-download-format.
2078         (gnus-group-read-ephemeral-gmane-group): Rename from
2079         gnus-group-read-ephemeral-gmane-group.
2080         (gnus-read-ephemeral-gmane-group-url): Rename from
2081         gnus-group-read-ephemeral-gmane-group-url.
2082         (gnus-bug-group-download-format-alist): New variable.
2083         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2084         (gnus-read-ephemeral-emacs-bug-group): New commands.
2085
2086 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2087
2088         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2089         (gnus-visible-headers): Improve custom type.
2090
2091 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2092
2093         * mml.el (mml-menu): Add workarounds for XEmacs.
2094
2095         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2096         X-Boundary header.
2097
2098         * message.el (message-simplify-recipients): Fix previous commit.
2099
2100 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2101
2102         * mm-util.el (mm-set-buffer-multibyte): New function.
2103         * mm-decode.el (mm-copy-to-buffer): Use it.
2104
2105 2008-03-19  Glenn Morris  <rgm@gnu.org>
2106
2107         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2108         Accidentally removed in the sync process with Emacs.
2109
2110 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2111
2112         * message.el (message-alter-recipients-discard-bogus-full-name):
2113         New function.
2114         (message-alter-recipients-function): New variable.
2115         (message-get-reply-headers): Use it.
2116         (message-replace-header): New helper function.
2117         (message-recipients-without-full-name): New variable.
2118         (message-simplify-recipients): New command.
2119
2120         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2121
2122         * message.el (message-info): Handle EasyPG manual.
2123
2124         * mml.el (mml-menu): Add entry for EasyPG.
2125
2126 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2127
2128         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2129         parameter.
2130
2131         * message.el (message-disassociate-draft): Specify drafts group name
2132         fully.
2133
2134 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2135
2136         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2137         unnecessary duplicates from the match list.
2138
2139 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2140
2141         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2142
2143         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2144
2145         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2146         args of `how-many' of which the XEmacs version doesn't take; declare
2147         Info-index-next as function.
2148
2149 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2150
2151         * gnus-score.el (gnus-score-headers): Fix handling of
2152         gnus-inhibit-slow-scoring.
2153
2154         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2155         string.
2156         (gnus-button-url-regexp): Improve handling of parenthesis.
2157         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2158         (gnus-button-handle-info-keystrokes): Handle index entries.
2159
2160 2008-03-15  Glenn Morris  <rgm@gnu.org>
2161
2162         * parse-time.el (parse-time-string): Simplify.
2163
2164 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2165
2166         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2167         Incoming* files.
2168
2169 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2170
2171         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2172         (auth-source-pick): Use it.
2173
2174 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2175
2176         * binhex.el (binhex-decode-region-internal):
2177         * uudecode.el (uudecode-decode-region-internal):
2178         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2179         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2180         setting default-enable-multibyte-characters.
2181
2182 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2183
2184         * auth-source.el (auth-source-protocols)
2185         (auth-source-protocols-customize, auth-source-choices): Added and
2186         modified variable customizations and defaults.
2187         (auth-source-pick, auth-source-user-or-password)
2188         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2189         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2190         (auth-source-user-or-password-sftp)
2191         (auth-source-user-or-password-smtp): Use new variables and provide an
2192         interface to netrc.el.
2193
2194 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2197         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2198         Make sure the nntp port to specify is a string.
2199
2200 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2201
2202         * nntp.el: Use with-current-buffer.
2203         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2204         dubious mm-with-unibyte-current-buffer.
2205         (nntp-with-open-group-function): New function extracted from
2206         nntp-with-open-group macro.
2207         (nntp-with-open-group): Use the function, so it's easier to debug.
2208         Add indentation and debugging info.
2209         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2210         the use of the netcat alternatives.
2211
2212         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2213         Avoid mm-string-as-multibyte as well.
2214
2215         * nnweb.el (nnweb-insert-html):
2216         Remove use of nnheader-string-as-multibyte.
2217
2218         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2219         (nnheader-string-as-multibyte): Remove.
2220
2221         * mm-view.el: Use inhibit-read-only.
2222         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2223         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2224         or unibyte-string.
2225
2226         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2227         (mm-uu-yenc-extract): Use with-current-buffer.
2228
2229         * gnus-soup.el (gnus-soup-send-packet): Don't use
2230         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2231
2232         * nnmh.el: Use with-current-buffer.
2233         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2234         mm-string-as-multibyte on the output of mm-encode-coding-string.
2235
2236         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2237         (nnimap-request-move-article): Use with-current-buffer.
2238
2239         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2240         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2241         conversion uses string-make-unibyte rather than string-as-unibyte.
2242
2243         * gnus-msg.el: Use with-current-buffer.
2244
2245         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2246
2247 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2248
2249         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2250         string for caching if it is 'PIN.
2251
2252 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2253
2254         * lpath.el: Consider the case without Emacs/W3.
2255
2256 2008-03-08  Glenn Morris  <rgm@gnu.org>
2257
2258         * time-date.el (date-to-time, time-subtract, time-add)
2259         (safe-date-to-time): Doc fixes.
2260
2261 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2262
2263         * mail-source.el (mail-source-delete-old-incoming-confirm):
2264         Change default to nil.
2265         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2266
2267 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2268
2269         * lpath.el: Rearrange.
2270
2271         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2272         (gnus-article-goto-prev-page): Work for articles having ^L's.
2273
2274         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2275
2276         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2277
2278 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2279
2280         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2281         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2282         (gnus-bookmark-jump): Adjust some variable names.
2283
2284 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2285
2286         * auth-source.el: New package.
2287         (auth-source-choices): Add customization entry point variable.
2288
2289         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2290         bug.
2291
2292 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2293
2294         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2295         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2296         (gnus-registry-install-shortcuts): Rename from
2297         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2298         the `gnus-registry-mark-map' keymap dynamically from
2299         `gnus-registry-marks'.  The generated functions update the summary line
2300         when a registry mark is added or deleted, and will call
2301         `gnus-registry-install-p' (see the comments in the code).
2302         (gnus-registry-user-format-function-M): Use concat intelligently.
2303
2304         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2305         the registry mark functions.
2306
2307 2008-03-05  Glenn Morris  <rgm@gnu.org>
2308
2309         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2310         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2311         gnus-art.
2312         (top-level): No need to load own source when compiling.
2313
2314 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2315
2316         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2317         Suggested by <chris.anderton@zetnet.co.uk>.
2318
2319 2008-03-04  Glenn Morris  <rgm@gnu.org>
2320
2321         * gnus-sum.el (top-level): No need to require gnus when compiling,
2322         since unconditionally required near start of file.
2323         (gnus-summary-display-while-building): Move definition before use.
2324
2325 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2326
2327         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2328         formatting function.
2329
2330 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2331
2332         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2333         with plists.
2334         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2335         Use new format.
2336
2337 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2338
2339         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2340         `where-is-internal' that returns a range of key sequences.
2341
2342 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2343
2344         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2345
2346         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2347         (gnus-summary-jump-to-group): Consider windows on other displayed
2348         frames as well.  Similar changes might be needed elsewhere, but that's
2349         the one I've bumped into during my use.
2350
2351         * nndoc.el (nndoc-oe-dbx-type-p):
2352         * gnus-msg.el (gnus-debug):
2353         * gnus-group.el (gnus-update-group-mark-positions):
2354         Use mm-string-to-multibyte.
2355
2356 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2357
2358         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2359         doesn't handle NotDashEscaped.
2360
2361         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2362         (mml-dnd-attach-options): Fix typo in custom choice.
2363
2364         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2365         nndoc-article-type to mbox.
2366         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2367
2368         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2369         to nil, instead of html2text.
2370
2371         * imap.el (imap-debug): Add `imap-ping-server'.
2372
2373         * gnus-bookmark.el: Add FIXMEs.
2374
2375         * message.el (message-form-letter-separator)
2376         (message-send-form-letter-delay): New variables.
2377         (message-send-form-letter): Use them.  New command to send form
2378         letters.  Requested by Uwe Siart.
2379         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2380
2381 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2382
2383         * Update copyright years.
2384
2385 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2386
2387         Sync from EMACS_22_BASE.
2388
2389         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2390
2391 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2392
2393         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2394         empty author.
2395
2396 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2397
2398         * gnus-registry.el (gnus-registry-marks): Add variable for
2399         customization of marks and their appearance.
2400         (gnus-registry-read-mark): Use it.
2401         (gnus-registry-do-marks): Add utility function to loop through
2402         `gnus-registry-marks'.
2403         (gnus-registry-install-shortcuts-and-menus): Add function to install
2404         shortcuts and menus.
2405         (gnus-registry-initialize): Use it.
2406         (gnus-registry-default-mark): Clarify documentation.
2407
2408 2008-02-29  Glenn Morris  <rgm@gnu.org>
2409
2410         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2411         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2412         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2413         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2414         Change defcustom :version from 23.0 to 23.1.
2415
2416 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2417
2418         * gnus-registry.el (gnus-registry-follow-group-p)
2419         (gnus-registry-post-process-groups): Add functions to aid registry
2420         splitting and improve logging.  Clarify behavior in function
2421         documentation.
2422         (gnus-registry-split-fancy-with-parent): Use them.
2423
2424 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2425
2426         * gnus-art.el: Use with-current-buffer.
2427
2428 2008-02-27  David Engster  <dengste@eml.cc>
2429
2430         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2431         Express real group name in the response.
2432
2433 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2436         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2437         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2438         autoload gnus-registry-fetch-group when compiling.
2439         (nnmairix-request-group-with-article-number-correction): Remove
2440         unreferenced argument passed to nnmairix-call-backend.
2441
2442 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2443
2444         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2445         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2446         Wilde.
2447
2448 2008-02-27  Glenn Morris  <rgm@gnu.org>
2449
2450         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2451         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2452         variables to defconsts.  Convert comments to doc-strings.
2453         (nnmairix-last-server, nnmairix-current-server): Convert from free
2454         variables to defvars.  Convert comments to doc-strings.
2455         (gnus-registry-fetch-group): Autoload.
2456         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2457         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2458         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2459         caddr.
2460         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2461         nnmairix-request-group-with-article-number-correction call.
2462         (nnmairix-fast, nnmairix-group): New, less general names, for free
2463         variables passed from nnmairix-request-group to
2464         nnmairix-request-group-with-article-number-correction.  Declare.
2465         (nnmairix-request-group-with-article-number-correction):
2466         Use nnmairix-fast, nnmairix-group rather than fast, group.
2467
2468 2008-02-26  David Engster  <dengste@eml.cc>
2469
2470         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2471         version 0.5.
2472
2473 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2474
2475         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2476         instead of making an extra function call.  Don't add the current group
2477         to articles only when they have the group.  Use
2478         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2479         Reported by David <de_bb@arcor.de>.
2480
2481 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2482
2483         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2484         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2485
2486 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2487
2488         * mail-source.el (mail-source-delete-incoming): Change default.
2489         Supplement doc string.
2490
2491         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2492
2493 2008-02-14  Glenn Morris  <rgm@gnu.org>
2494
2495         * time-date.el (format-seconds): New function.
2496
2497 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2498
2499         * nnmail.el (nnmail-message-id-cache-file): Derive from
2500         `gnus-home-directory'.
2501
2502 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2503
2504         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2505         Document negative prefix.
2506
2507         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2508
2509 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510
2511         * message.el (message-unsent-separator): Add the Exim bounce
2512         separator.
2513
2514 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2515
2516         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2517         list.
2518         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2519         recipient/signer list.
2520
2521 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * Makefile.in (datarootdir): Define.
2524         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2525         name that might contain whitespace.
2526
2527 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2528
2529         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2530         fbound (Emacs 23 unicode), signal an error.
2531
2532 2008-02-08  Glenn Morris  <rgm@gnu.org>
2533
2534         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2535
2536 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2537
2538         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2539         ports to the calls to `netrc-machine-user-or-password' in addition to
2540         "imap" and "imaps".
2541
2542 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2543
2544         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2545
2546         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2547
2548 2008-02-01  Kenichi Handa  <handa@m17n.org>
2549
2550         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2551         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2552         (rfc2104-hash): Convert the result of concat to unibyte string.
2553
2554 2008-02-01  Dave Love  <fx@gnu.org>
2555
2556         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2557         coding-system-for-read.
2558         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2559
2560 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2561
2562         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2563         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2564         <hanche@math.ntnu.no>.
2565
2566 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2569
2570         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2571
2572 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2573
2574         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2575         * message.el (message-beginning-of-line): Use featurep instead of bound
2576         tests in order to resolve conditionals at compile time.
2577
2578 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2579
2580         * mail-source.el (mail-sources): Add `group' choice.
2581
2582         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2583         parameter `in-group' to control into which group the articles go.
2584         Add treatment of `group' mail-source.
2585
2586 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2589
2590         * mm-decode.el (mm-dissect-buffer): Decode description.
2591
2592         * mml.el (mml-to-mime): Encode message header first.
2593
2594 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2595
2596         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2597         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2598
2599         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2600         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2601
2602 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2603
2604         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2605
2606 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2609         prefix keys.
2610         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2611         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2612         gnus-xmas.el.
2613
2614         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2615         (gnus-xmas-article-describe-bindings): New function.
2616         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2617         gnus-xmas-article-describe-bindings.
2618
2619         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2620
2621 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2622
2623         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2624         Add new variables for article mark management.
2625         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2626         list of extra data entries which, when present, will indicate that the
2627         article ID should not be trimmed from the registry.
2628         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2629         functions.
2630         (gnus-registry-read-mark): New function to read a mark name from the
2631         user.
2632         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2633         (gnus-registry-set-article-mark-internal): New functions to add and
2634         remove marks.
2635         (gnus-registry-get-article-marks): New function to show the marks for
2636         an article, or retrieve them for further use.
2637
2638 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2641         keys when no argument is given.
2642
2643 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2644
2645         * imap.el (imap-ping-server): New variable.
2646         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2647         (imap-ping-server): Minor doc string fixes.
2648
2649 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2650
2651         * imap.el (imap-ping-server): New function.
2652         (imap-opened): Call imap-ping-server.
2653
2654 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2655
2656         * gnus-sum.el (gnus-article-sort-by-random)
2657         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2658         jidanni@jidanni.org.
2659
2660 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-art.el (gnus-article-describe-bindings): New function.
2663         (gnus-article-read-summary-keys): Use it.
2664         (gnus-article-mode-map): Bind `C-h b' to it.
2665
2666 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2667
2668         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2669         XEmacs.
2670         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2671         against non-character events.
2672
2673         * lpath.el: Fbind map-keymap for Emacs 21.
2674
2675 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2676
2677         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2678         command.
2679         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2680         instead of END.  Change name of the temp file.
2681         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2682         customizable.
2683
2684 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2687         bind `S W' to gnus-article-wide-reply-with-original; set default
2688         binding to gnus-article-read-summary-send-keys.
2689         (gnus-article-read-summary-keys): Fix the order of keys; display
2690         continuation keys correctly in the echo area; describe bindings
2691         correctly when keys end with `C-h'.
2692         (gnus-article-read-summary-send-keys): New function.
2693         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2694         for gnus-article-read-summary-send-keys; display continuation keys
2695         correctly in the echo area.
2696         (gnus-article-reply-with-original): Ignore prefix argument.
2697         (gnus-article-wide-reply-with-original): New function.
2698
2699         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2700         Emacs 21.
2701
2702 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2703
2704         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2705         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2706
2707 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2708
2709         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2710         (gnus-group-read-ephemeral-gmane-group): New command.
2711
2712 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2713
2714         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2715
2716 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2717
2718         * message.el (message-send-mail-function): Increase custom version.
2719
2720         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2721         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2722
2723 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2724
2725         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2726         for the cases where imap-authenticate is called with a nil buffer
2727         parameter.
2728
2729 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2730
2731         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2732         html parts correctly; support forwarded messages.
2733         (gnus-article-browse-html-article): Remove work buffers.
2734
2735         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2736         compiling.
2737         (netrc-bound-and-true-p): New macro.
2738         (netrc-parse): Use it instead of bound-and-true-p that is not available
2739         in XEmacs 21.4.
2740
2741 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2742
2743         * gnus-registry.el (gnus-registry-mark-article)
2744         (gnus-registry-article-marks): Add functionality to mark articles
2745         through the Gnus registry.
2746
2747         * encrypt.el: Clarify documentation for the new pgg method.
2748         (encrypt-file-alist): Add PGG option.
2749         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2750         functionality.  Abstract password key and messaging to external
2751         functions.
2752         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2753         (encrypt-message-method-and-cipher): Add new convenience external
2754         functions.
2755         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2756         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2757
2758         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2759         (netrc-parse): Use encrypt-file-alist to determine if
2760         encrypt-find-model or encrypt-insert-file-contents should be used.
2761
2762         * encrypt.el: Clarify documentation.  Load password-cache or
2763         password, whichever one is found first, instead of autoloading.
2764
2765 2007-12-19  Glenn Morris  <rgm@gnu.org>
2766
2767         * mml.el (message-options-set, message-narrow-to-head)
2768         (message-in-body-p, message-mail-p, message-encode-message-body):
2769         Autoload.
2770         (message-remove-header, message-narrow-to-headers-or-head)
2771         (message-subscribed-p, message-make-mail-followup-to)
2772         (message-position-on-field, message-news-p)
2773         (message-options-set-recipient, message-generate-headers)
2774         (message-sort-headers): Declare as functions.
2775
2776 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2777
2778         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2779         convention in doc string.
2780
2781 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2782
2783         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2784         title to html parts.
2785         (gnus-article-browse-html-article): Pass message header to it.
2786
2787         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2788
2789 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2790
2791         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2792         or password compatible with XEmacs.
2793
2794 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2795
2796         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2797         format document.
2798         (gnus-mime-delete-part): Don't write description line if empty.
2799         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2800
2801 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
2802
2803         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2804         (gnus-summary-mark-read-and-unread-as-read)
2805         (gnus-summary-mark-current-read-and-unread-as-read)
2806         (gnus-summary-mark-unread-as-ticked): Doc fix.
2807         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2808
2809 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2810
2811         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2812         Christoph Conrad <christoph.conrad@gmx.de>.
2813
2814 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2815
2816         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2817         yes-or-no-p.
2818
2819 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * mm-decode.el (mm-add-meta-html-tag): New function.
2822         (mm-save-part-to-file, mm-pipe-part): Use it.
2823
2824         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2825         gnus-y-or-n-p instead of y-or-n-p.
2826         (gnus-article-browse-html-parts): Work with message/external-body; use
2827         mm-add-meta-html-tag.
2828
2829 2007-12-11  Glenn Morris  <rgm@gnu.org>
2830
2831         * gnus-cache.el: Require gnus-sum not just when compiling.
2832
2833         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2834
2835         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2836         definitions before use.
2837
2838         * mm-decode.el: Require gnus-util.
2839         (mm-remove-part): Only call delete-annotation on XEmacs.
2840
2841         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2842
2843         * nnmail.el: Require gnus-int.
2844
2845         * spam.el: Move `require's before `eval-when-compile's.
2846
2847         * gnus-ems.el (gnus-alive-p):
2848         * gnus-fun.el (message-goto-eoh):
2849         * gnus-util.el (gnus-group-name-decode):
2850         * mail-source.el (gnus-compress-sequence):
2851         * message.el (Info-goto-node, format-spec):
2852         * mm-bodies.el (message-options-get):
2853         * mm-decode.el (mm-view-pkcs7):
2854         * mm-util.el (gmm-write-region):
2855         * mml-smime.el (mml-compute-boundary)
2856         (gnus-completing-read-with-default):
2857         * mml.el (widget-button-press, gnus-make-hashtable):
2858         * mml1991.el (mm-decode-content-transfer-encoding)
2859         (mm-encode-content-transfer-encoding)
2860         (message-options-get, message-options-set):
2861         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2862         * nnfolder.el (gnus-request-group):
2863         * nnheader.el (ietf-drums-unfold-fws):
2864         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2865         * smime.el (gnus-run-mode-hooks):
2866         * spam-stat.el (gnus-message): Autoload.
2867
2868         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2869         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2870         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2871         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2872         Add declare-function compatibility definition.
2873
2874         * gnus-cache.el (nnvirtual-find-group-art):
2875         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2876         (gnus-add-image, gnus-add-wash-type):
2877         * gnus-group.el (nnkiboze-score-file):
2878         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2879         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2880         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2881         (message-tokenize-header, gnus-get-buffer-create)
2882         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2883         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2884         * gnus.el (gnus-group-decoded-name):
2885         * mail-source.el (imap-capability):
2886         * mm-bodies.el (message-options-set):
2887         * mm-decode.el (gnus-configure-windows):
2888         * mm-extern.el (message-goto-body):
2889         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2890         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2891         (epg-sub-key-validity, message-options-set):
2892         * mml.el (widget-event-point, gnus-configure-windows):
2893         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2894         * mml2015.el (epg-check-configuration, epg-configuration)
2895         (message-options-set):
2896         * nndb.el (nndb-request-article):
2897         * nnfolder.el (gnus-request-create-group):
2898         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2899         * nnmaildir.el (gnus-group-mark-article-read):
2900         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2901         * rfc1843.el (message-fetch-field):
2902         * spam.el (gnus-extract-address-components):
2903         Declare as functions.
2904
2905 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2908
2909         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2910
2911         * lpath.el: Fbind run-mode-hooks for Emacs 21;
2912         bind show-trailing-whitespace for XEmacs.
2913
2914 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
2915
2916         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
2917         new no-op macro for backward compatibility.
2918
2919         * imap.el (imap-string-to-integer): New function.
2920
2921 2007-12-09  Glenn Morris  <rgm@gnu.org>
2922
2923         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2924
2925         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2926         * message.el, mm-view.el, sieve-manage.el, smime.el:
2927         Add declare-function compatibility definition.
2928
2929         * gnus-art.el (w3-region, w3m-region, Info-menu):
2930         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2931         * gnus-sum.el (gnus-get-predicate):
2932         * gnus-util.el (mm-append-to-file, w32-focus-frame):
2933         * message.el (mail-abbrev-in-expansion-header-p):
2934         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2935         (w3m-detect-meta-charset, w3m-region):
2936         * sieve-manage.el (password-read, password-cache-add)
2937         (password-cache-remove):
2938         * smime.el (password-read-and-add): Declare as functions.
2939
2940 2007-12-08  David Kastrup  <dak@gnu.org>
2941
2942         * gnus-sum.el (gnus-summary-simplify-subject-query):
2943         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2944         `message'.
2945
2946 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2947
2948         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
2949         it to bind idna-program, installation-directory, defined-colors, and
2950         face-attribute for XEmacs of the version that compiles defcustom forms.
2951
2952 2007-12-07  Glenn Morris  <rgm@gnu.org>
2953
2954         * gnus-art.el (article-make-date-line): Revert previous change.
2955
2956 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2957
2958         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2959
2960 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
2961
2962         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2963         Call gnus-add-to-range ranges only once with a prepared article-list.
2964
2965 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
2966
2967         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2968         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2969         group names with backslashes.  Reported by Tassilo Horn
2970         <tassilo@member.fsf.org>.
2971
2972 2007-12-06  Deepak Goel  <deego3@gmail.com>
2973
2974         * gnus-art.el (article-make-date-line):
2975         * gnus-start.el (gnus-load):
2976         * pop3.el (pop3-read-response): Fix buggy call to `error'.
2977
2978 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2979
2980         * gnus-art.el (gnus-use-idna)
2981         * gnus-start.el (gnus-site-init-file)
2982         * message.el (message-use-idna)
2983         * mm-uu.el (mm-uu-hide-markers)
2984         * smiley.el (smiley-style): Revert changes that suppress warnings.
2985
2986 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2989         specify charset to html source.  Reported by Christoph Conrad
2990         <christoph.conrad@gmx.de>.
2991
2992 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2993
2994         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2995         idna-program in order to suppress byte compile warning issued by XEmacs
2996         that came to byte compile the default value section of defcustom forms
2997         recently.
2998
2999         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3000         value of installation-directory.
3001
3002         * message.el (message-use-idna): Don't directly refer to the value of
3003         idna-program.
3004
3005         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3006
3007         * smiley.el (smiley-style): Don't directly call face-attribute.
3008
3009 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3010
3011         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3012
3013         * gnus-dired.el: Reduce Gnus dependencies.
3014         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3015         require.  Use autoloads instead.
3016         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3017         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3018         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3019         (gnus-dired-mode): Adjust doc string.
3020         (gnus-dired-mail-mode): New variable.
3021         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3022         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3023         (gnus-dired-mail-buffers): New function.  Return mail or message
3024         composition buffers.
3025         (gnus-dired-attach): Use it.
3026         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3027         NO-DECODE.
3028         (gnus-dired-print): Use `gnus-print-buffer' depending on
3029         `gnus-dired-mail-mode'.
3030
3031 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * rfc2047.el (rfc2047-encoded-word-regexp)
3034         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3035         explaining what regexp patterns are for.
3036
3037 2007-12-04  Glenn Morris  <rgm@gnu.org>
3038
3039         * password.el: Move to password-cache.el.
3040
3041         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3042         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3043         * mml-smime.el (password-read, password-cache-add)
3044         (password-cache-remove):
3045         No need to autoload, since mml-sec requires password.
3046
3047         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3048         * message.el (gnus-extract-address-components):
3049         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3050
3051         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3052         password.
3053
3054 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3055
3056         * mailcap.el: Reduce dependencies.
3057         (mail-header-parse-content-type): Autoload.
3058         (mailcap-delete-duplicates): New alias.
3059         (mailcap-mime-info): Add optional argument NO-DECODE.
3060         (mailcap-mime-types): Use mailcap-delete-duplicates.
3061
3062         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3063
3064 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3065
3066         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3067         (imap-parse-status): Upcase status-att for servers that sends them
3068         lower-case (e.g., MS Exchange 2007).
3069
3070 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3073         function.
3074
3075         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3076         (gnus-uu-yenc-article): New function.
3077
3078         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3079
3080         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3081         buffer.
3082
3083 2007-12-02  Glenn Morris  <rgm@gnu.org>
3084
3085         * binhex.el (binhex): New custom group.
3086         (binhex-decoder-program, binhex-decoder-switches)
3087         (binhex-use-external): Move to the binhex custom group.
3088
3089         * uudecode.el (uudecode): New custom group.
3090         (uudecode-decoder-program, uudecode-decoder-switches)
3091         (uudecode-use-external): Move to the uudecode custom group.
3092
3093         * netrc.el (top-level): Don't load `encrypt' features.
3094         (netrc-parse): Don't use encrypt.
3095         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3096
3097         * encrypt.el: Remove file.
3098
3099 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3100
3101         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3102         matches on patches.
3103
3104         * gnus-art.el (gnus-article-browse-html-article): Mention
3105         `mm-text-html-renderer' in the doc string.
3106
3107         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3108         string.  Add comments.
3109
3110         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3111         if rhs is ASCII.
3112
3113 2007-12-01  Glenn Morris  <rgm@gnu.org>
3114
3115         * mail-source.el (top-level): Require format-spec before
3116         eval-when-compile.
3117
3118 2007-11-30  Glenn Morris  <rgm@gnu.org>
3119
3120         * encrypt.el: Require password, rather than autoloading password-read.
3121
3122 2007-11-29  Glenn Morris  <rgm@gnu.org>
3123
3124         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3125         (sasl-make-client, sasl-next-step, sasl-step-data)
3126         (sasl-step-set-data): Declare as functions.
3127
3128 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3129
3130         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3131
3132 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3133
3134         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3135         certs should be verified and what is to be done in the event of a
3136         verification failure.
3137
3138         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3139         caller can indicate whether the cache should be disregarded for this
3140         call.  This way the result of the call is reproducible at all times and
3141         can be considered a canonical server name for the supplied method.
3142         (gnus-agent-method-p): Canonicalize server names by pushing their
3143         method through `gnus-method-to-server' using the no-cache argument.
3144
3145         * gnus-srvr.el (gnus-server-insert-server-line): Call
3146         `gnus-method-to-server' with `no-cache' argument.
3147
3148         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3149         gnus-agent-possibly-synchronize-flags as this should be called when the
3150         server is actually being opened.
3151         (gnus-agent-possibly-synchronize-flags)
3152         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3153         flags file of an agentized server to the latter function.
3154
3155         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3156         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3157         after a connection has been established successfully.
3158
3159 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3160
3161         * gnus-art.el (article-display-face): Force to display face if called
3162         interactively; check if gnus-article-x-face-too-ugly matches author.
3163         (article-display-x-face): Display face even if From header is missing
3164         as article-display-face does.
3165
3166 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3167
3168         * hashcash.el (message-narrow-to-headers-or-head)
3169         (message-fetch-field, message-goto-eoh)
3170         (message-narrow-to-headers): Declare as functions.
3171
3172 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3173
3174         * mail-source.el (mail-sources): Default to fetch from file for
3175         compatibility with default of nnmail-spool-file.
3176
3177 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3180         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3181         to look for encoded word that should be encoded again.
3182         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3183         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3184         encoding pattern.
3185         (rfc2047-decode-region): Switch strict regexp and loose one according
3186         to rfc2047-allow-irregular-q-encoded-words.
3187
3188 2007-11-25  Romain Francoise  <romain@orebokech.com>
3189
3190         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3191
3192 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3193
3194         * tls.el (tls-program): Provide more custom choices from
3195         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3196         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3197
3198 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3199
3200         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3201         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3202
3203         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3204         `nnmail-spool-file'.
3205
3206         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3207         `nnmail-spool-file'.
3208
3209         * gnus-move.el (gnus-change-server): Ditto.
3210
3211         * gnus-kill.el (gnus-batch-score): Ditto.
3212
3213         * gnus-cache.el (gnus-jog-cache): Ditto.
3214
3215         * gnus-msg.el (gnus-summary-reply):
3216         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3217
3218 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3219
3220         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3221         version.  Minor improvement to doc strings.
3222         (tls-program): Add comment.
3223
3224 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3225
3226         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3227         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3228         mismatch between the hostname provided in the certificate and the name
3229         of the host connnecting to.
3230         (open-tls-stream): Use them.  Check certificates against trusted root
3231         certificates.
3232
3233 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3234
3235         * gnus-cache.el (gnus-cache-generate-nov-databases):
3236         Use nnml-generate-nov-databases-directory instead of
3237         nnml-generate-nov-databases-1.
3238
3239 2007-11-24  Glenn Morris  <rgm@gnu.org>
3240
3241         * message.el (message-tool-bar-retro): Update for rename
3242         mail_send.xpm->mail-send.xpm.
3243
3244 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3245
3246         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3247         `smime-ldap-search' for Emacs 22 and up.
3248
3249 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3250
3251         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3252
3253         * message.el (message-send-mail-function): Fix error convention.
3254         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3255         (message-widen-reply, message-send-mail, message-talkative-question)
3256         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3257         (message-clone-locals, message-send-news): Use with-current-buffer.
3258         (message-insert-or-toggle-importance): Remove unused var `valid'.
3259         (message-make-references): Remove unused var `new-references'.
3260         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3261
3262 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3263
3264         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3265         (spam-split-symbolic-return-positive): Reflow docstring.
3266         (spam-backends, spam-summary-exit-behavior)
3267         (spam-mark-ham-unread-before-move-from-spam-group)
3268         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3269         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3270         (spam-clear-cache, spam-backend-check, spam-install-backend)
3271         (spam-install-statistical-backend, spam-list-of-processors)
3272         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3273         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3274         (spam-check-crm114, spam-initialize, spam-unload-hook):
3275         Fix typos in docstrings.
3276
3277 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3278
3279         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3280         been checked if they have never been read and those group levels are
3281         higher than the one that a user specified.
3282
3283 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3286         foreign groups unless a group level is specified by a user.
3287         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3288
3289 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3290
3291         * message.el (message-send-mail-function): Require sendmail.
3292
3293 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3294
3295         * message.el (message-send-mail-function): Check for smtpmail too.
3296
3297         * utf7.el (utf7-encode, utf7-decode): Use coding system
3298         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3299
3300         * message.el (message-send-mail-function): New function.
3301         (message-send-mail-function): Set default using
3302         message-send-mail-function.  Adjust doc string.
3303         (message-send-mail-with-mailclient): New function.
3304
3305 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3306
3307         * smime.el (from):
3308         * rfc2047.el (message-posting-charset):
3309         * qp.el (mm-use-ultra-safe-encoding):
3310         * pop3.el (parse-time-months):
3311         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3312         * nnml.el (files):
3313         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3314         (jka-compr-compression-info-list, ange-ftp-path-format)
3315         (efs-path-regexp):
3316         * nndiary.el (files):
3317         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3318         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3319         (epg-digest-algorithm-alist, inhibit-redisplay)
3320         (password-cache-expiry):
3321         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3322         (pgg-output-buffer, password-cache-expiry):
3323         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3324         (efs-path-regexp):
3325         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3326         (inhibit-redisplay):
3327         * mm-uu.el (file-name, start-point, end-point, entry)
3328         (gnus-newsgroup-name, gnus-newsgroup-charset):
3329         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3330         (latin-unity-ucs-list):
3331         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3332         (mm-uu-binhex-decode-function):
3333         * message.el (gnus-message-group-art, gnus-list-identifiers)
3334         (rmail-enable-mime-composing, gnus-local-organization)
3335         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3336         (gnus-read-active-file, facemenu-add-face-function)
3337         (facemenu-remove-face-function, gnus-article-decoded-p)
3338         (tool-bar-mode):
3339         * mail-source.el (display-time-mail-function):
3340         * gnus-util.el (nnmail-pathname-coding-system)
3341         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3342         (gnus-original-article-buffer, gnus-user-agent)
3343         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3344         (xemacs-codename, sxemacs-codename, emacs-program-version):
3345         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3346         * gnus-start.el (gnus-agent-covered-methods)
3347         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3348         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3349         (gnus-newsgroup-headers, gnus-group-list-mode)
3350         (gnus-group-mark-positions, gnus-newsgroup-data)
3351         (gnus-newsgroup-unreads, nnoo-state-alist)
3352         (gnus-current-select-method, mail-sources)
3353         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3354         (nnmail-spool-file, gnus-cache-active-hashtb):
3355         * gnus-mh.el (mh-lib-progs):
3356         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3357         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3358         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3359         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3360         (gnus-group-buffer):
3361         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3362         (font-lock-set-defaults):
3363         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3364         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3365         (gnus-summary-post-menu, total-parts, type, condition, length):
3366         * gnus-agent.el (gnus-agent-read-agentview):
3367         * flow-fill.el (show-trailing-whitespace):
3368         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3369         eval-and-compile wrappers for byte compiler pacifiers.
3370
3371         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3372         (mm-display-inline-fontify): Check for featurep 'xemacs not
3373         extent-list.
3374
3375         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3376         itimer-list.
3377         (mm-create-image-xemacs): Only do something for XEmacs.
3378         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3379
3380         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3381
3382         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3383         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3384
3385 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3386
3387         * nnimap.el (nnimap-split-download-body):
3388         * gnus-demon.el (gnus-demon):
3389         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3390
3391 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3392
3393         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3394         macros.
3395         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3396         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3397         copy data from unibyte buffer to multibyte current buffer.
3398         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3399         to copy data from unibyte current buffer to multibyte buffer.
3400         (nntp-make-process-buffer): Make process buffer unibyte.
3401
3402         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3403
3404 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3405
3406         * pop3.el (pop3-open-server): Accept and process data more robustly at
3407         connexion start to avoid spurious "POP SSL connexion failed" errors.
3408
3409 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3410
3411         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3412         read group names.
3413
3414 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3415
3416         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3417
3418 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3419
3420         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3421         (nnmail-save-active): Use a unibyte buffer when saving active file,
3422         which may contain non-ASCII group names.
3423
3424         * nnml.el (nnml-request-group): Decode group names in messages.
3425
3426 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3427
3428         * message.el (message-citation-line-function)
3429         (message-insert-formatted-citation-line): Fix spelling of
3430         `message-insert-formated-citation-line'.
3431
3432 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3433
3434         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3435
3436 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3437
3438         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3439         nnmail-pathname-coding-system.
3440
3441         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3442         that a user enters; decode group names in messages.
3443
3444         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3445
3446 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3447
3448         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3449
3450         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3451
3452         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3453         risky local variable.
3454
3455         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3456
3457 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3458
3459         * encrypt.el: Improve documentation to fix function name typo.
3460         Reported by Daiki Ueno <ueno@unixuser.org>.
3461
3462 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3463
3464         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3465         even if the point is not in the last page of an article.
3466         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3467         back to the previous page.
3468
3469 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3470
3471         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3472
3473 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3474
3475         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3476
3477 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3478
3479         * message.el (message-check-news-body-syntax): Avoid
3480         mm-string-as-multibyte.
3481         (message-hide-headers): Don't assume (point-min)==1.
3482
3483 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3484
3485         * message.el (message-remove-blank-cited-lines): Fix if remove is
3486         given.
3487         (message-bogus-address-regexp): New variable.
3488         (message-bogus-recipient-p): New function.
3489         (message-check-recipients): New command.
3490         (message-syntax-checks): Add `bogus-recipient'.
3491         (message-fix-before-sending): Add `bogus-recipient'.
3492
3493         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3494         (gnus-treat-body-boundary): Don't test window-system.
3495
3496 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3497
3498         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3499
3500 2007-10-28  Miles Bader  <miles@gnu.org>
3501
3502         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3503         at compile-time too.
3504
3505 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3506
3507         * gnus-msg.el (gnus-message-setup-hook): Add
3508         `message-remove-blank-cited-lines' to options.
3509
3510 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3511
3512         * message.el (message-remove-blank-cited-lines): New function.
3513         Suggested by Karl Plästerer.
3514
3515 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3516
3517         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3518         mapc.
3519
3520         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3521         (top-level): Use mapc to set functions to be traced for debugging.
3522
3523         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3524         called for effect with while loop.
3525
3526         * message.el (message-talkative-question): Replace mapcar called for
3527         effect with mapc.
3528
3529         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3530         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3531         called for effect with dolist.
3532
3533         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3534
3535         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3536         gnus-extra-headers and nnmail-extra-headers.
3537
3538         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3539         called for effect with dolist.
3540         (top-level): Use mapc to set functions to be traced for debugging.
3541
3542         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3543         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3544         dolist.
3545
3546         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3547         Replace mapcar called for effect with mapc.
3548         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3549         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3550         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3551         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3552
3553         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3554         remove-if that's a cl function.
3555
3556         * webmail.el (webmail-debug): Replace mapcar called for effect with
3557         dolist.
3558
3559         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3560         with mapc.
3561
3562 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3565         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3566         with while loop.
3567
3568         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3569         functions from article-* functions.
3570         (gnus-multi-decode-header): Replace mapcar called for effect with
3571         dolist.
3572
3573         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3574         (gnus-bookmark-show-details): Replace mapcar called for effect with
3575         while loop.
3576
3577         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3578         called for effect with while loop.
3579
3580         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3581         with dolist.
3582
3583         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3584         mapcar called for effect with dolist.
3585
3586         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3587
3588         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3589         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3590         Replace mapcar called for effect with dolist.
3591         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3592         mapc.
3593
3594         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3595         Replace mapcar called for effect with dolist.
3596         (gnus-topic-list): Replace mapcar called for effect with mapc.
3597
3598         * gnus.el: Use mapc instead of mapcar to add autoloads.
3599
3600 2007-10-23  Richard Stallman  <rms@gnu.org>
3601
3602         * gnus-group.el (gnus-group-highlight): Mark as risky.
3603
3604 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * gnus.el (gnus-server-to-method): Return method found first in
3607         gnus-newsrc-alist.
3608
3609         * gnus-art.el (gnus-article-highlight-signature)
3610         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3611         button overlay without the front stickiness.
3612
3613 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3614
3615         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3616         overview buffer needed a catch to receive its throw.
3617         (gnus-agent-flush-cache): Declared as interactive to make this function
3618         easier to use.
3619
3620 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3621
3622         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3623         `next-line'.
3624
3625 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3626
3627         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3628         exclude address matching message-dont-reply-to-names.
3629
3630 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3631
3632         * gnus-util.el (gnus-string<): New function.
3633
3634         * gnus-sum.el (gnus-article-sort-by-author)
3635         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3636
3637 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3638
3639         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3640         the frame-focus tag is set in gnus-buffer-configuration.
3641
3642 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3643
3644         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3645         the front stickiness.
3646
3647 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3648
3649         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3650         url pattern; remove duplicate one.
3651         (gnus-article-extend-url-button): New function.
3652         (gnus-article-add-buttons): Use it.
3653         (gnus-button-push): Use concatenated url that it makes.
3654
3655 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3656
3657         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3658
3659 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3660
3661         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3662         Don't hardcode point-min==1.
3663
3664 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3665
3666         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3667         Fix comment about "iso8859-1".
3668
3669 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3670
3671         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3672         ones returned from the verify-function.
3673
3674         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3675         mml2015-extract-cleartext-signature if extraction failed.
3676
3677 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3678
3679         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3680         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3681         failed.
3682
3683 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3684
3685         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3686
3687 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3688
3689         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3690         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3691         recommends to use EasyPG instead of PGG.
3692
3693         * pgg.el: Revert to revision 6.23.2.16
3694
3695         * pgg-def.el: Revert to revision 6.6.2.14.
3696
3697         * pgg-gpg.el: Revert to revision 6.23.2.34.
3698
3699 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3700
3701         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3702         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3703         thread for both the null and zero (kill/expire thread) universal prefix
3704         cases.
3705         (gnus-summary-expire-thread): Add new function to expire a thread,
3706         using gnus-summary-kill-thread.
3707         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3708         shortcuts for gnus-summary-expire-thread.
3709         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3710         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3711
3712 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3713
3714         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3715         extras value, so an extras entry can be deleted.
3716         (gnus-registry-delete-extra-entry): Use it.
3717         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3718         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3719         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3720         storage through the gnus-registry, and provide an appropriate API for
3721         it.
3722
3723 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3724
3725         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3726         Suggested by Leo <sdl.web@gmail.com>.
3727
3728         * gnus.el: Do.
3729
3730 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3731
3732         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3733         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3734
3735         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3736
3737         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3738         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3739
3740 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3743         newline.
3744         (nnmbox-request-accept-article): Don't change article in source buffer;
3745         narrow to header to use message-fetch-field rather than
3746         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3747         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3748         as delimiters; make sure article ends with newline.
3749         (nnmbox-delete-mail): Correct last position of article to be deleted;
3750         ignore X-Gnus-Newsgroup header in article body.
3751         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3752         positions; make sure article ends with newline.
3753
3754         * message.el (message-display-abbrev): Don't infloop when a user
3755         inserts SPC in the beginning of header.
3756
3757         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3758         coding-system-for-read and coding-system-for-write for XEmacs having no
3759         file-coding feature.
3760
3761         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3762
3763 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3764
3765         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3766         list of groups not followed by default.  Fix type to be regexp.
3767         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3768
3769 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3770
3771         * hmac-def.el (define-hmac-function): Switch from old-style to
3772         new-style backquotes.
3773
3774         * md4.el (md4-make-step): Likewise.
3775
3776 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3777
3778         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3779         raw-text coding system when saving .newsrc file, which may contain
3780         non-ASCII group names.
3781
3782 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3783
3784         * gnus-cus.el (gnus-score-extra): New widget.
3785         (gnus-score-extra-convert): New function.
3786         (gnus-score-customize): Use it for Extra.
3787
3788 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3789
3790         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3791         (mml2015-mailcrypt-clear-verify): Use it.
3792         (mml2015-gpg-clear-verify): Use it.
3793         (mml2015-pgg-clear-verify): Use it.
3794         (mml2015-epg-clear-verify): Replace the current part with the output
3795         from GnuPG; don't extract the plaintext by itself.
3796
3797         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3798         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3799         mml2015-clear-verify-function; don't touch the armor headers or
3800         dash-escaped text here.
3801
3802 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3803
3804         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3805         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3806         parts, or application/octet-stream as a last resort.
3807         (gnus-mime-view-part-as-type): Don't toggle display.
3808         (gnus-mime-view-part-as-charset): Don't turn off display before
3809         querying charset.
3810
3811         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3812         stuff to undisplayer function in Emacs.
3813         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3814
3815         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3816         text/calendar parts.
3817
3818 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3819
3820         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3821         decoding text/calendar parts.
3822
3823         * message.el (message-forward-make-body-mime): Always mark body as
3824         having no illegible text; remove signed-or-encrypted argument.
3825         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3826
3827         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3828         (mml-generate-mime-1): Don't encode body if it is specified to be in
3829         raw form; don't make buffer be unibyte when inserting multibyte string.
3830
3831 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3832
3833         * sha1.el: Fix up comment style.
3834         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3835         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3836
3837         * hex-util.el: Fix up comment style.
3838         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3839
3840         * gnus-salt.el: Use with-current-buffer.
3841         (gnus-pick-setup-message): Fix long-standing typo.
3842
3843 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3844
3845         * imap.el (imap-logout-timeout): New variable.
3846         (imap-logout, imap-logout-wait): New functions.
3847         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3848
3849         * nnimap.el (nnimap-logout-timeout): New server variable.
3850         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3851         nnimap-logout-timeout.
3852
3853         * gnus-art.el (gnus-article-summary-command-nosave)
3854         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3855
3856 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3857
3858         * gnus.el (gnus-maximum-newsgroup): New variable.
3859
3860         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3861         according to gnus-maximum-newsgroup.
3862
3863         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3864         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3865         Limit the range of articles according to gnus-maximum-newsgroup.
3866
3867 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3868
3869         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3870         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3871         Don't perform gnus-configure-windows here; reuse existing sticky
3872         article buffer.
3873
3874         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3875         it doesn't exist in gnus-article-mode.
3876
3877 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3880         (gnus-agent-decoded-group-name): New function.
3881         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3882         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3883
3884 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3885
3886         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3887         Add binding for gnus-sticky-article.
3888         (gnus-summary-exit): Don't kill sticky article buffers.
3889
3890         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3891         article buffer.
3892         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3893         (gnus-kill-sticky-article-buffers): New commands.
3894
3895 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * nntp.el (nntp-xref-number-is-evil): New server variable.
3898         (nntp-find-group-and-number): If it is non-nil, don't trust article
3899         numbers in the Xref header.
3900
3901 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-agent.el (gnus-agent-read-group): New function.
3904         (gnus-agent-flush-group, gnus-agent-expire-group)
3905         (gnus-agent-regenerate-group): Use it.
3906         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3907         nnmail-pathname-coding-system.
3908
3909 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3912
3913         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3914         that are unread as unread, and also as selected so that information of
3915         marks having been changed by a user may be updated when exiting group.
3916
3917 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * gnus-art.el (gnus-mime-display-single): Pass part number that is
3920         calculated ignoring signature parts to gnus-treat-article.
3921
3922 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3925         a point here in order to keep the window start.
3926         (gnus-insert-mime-security-button): Make a button overlay without the
3927         front stickiness.
3928         (gnus-mime-display-security): Goto the end of a button.
3929
3930         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3931
3932 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3935         group-name-at-point.
3936         (gnus-group-completing-read): New function that offers decoded
3937         non-ASCII group names for completion.
3938         (gnus-fetch-group, gnus-group-read-ephemeral-group)
3939         (gnus-group-jump-to-group, gnus-group-make-group-simple)
3940         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3941         (gnus-group-fetch-control): Use it.
3942         (gnus-fetch-group): Use group-name-at-point for the initial value
3943         rather than the default value; use gnus-alive-p.
3944
3945         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3946         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3947         (gnus-summary-post-news): Use gnus-group-completing-read.
3948
3949         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3950         (gnus-read-move-group-name): Decode group name for completion.
3951
3952 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
3953
3954         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3955         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3956         Yamaoka slightly modified the code).
3957
3958 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3959
3960         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3961         (nnmail-split-incoming): Bind it.
3962
3963         * nnml.el (nnml-group-name-charset): New function.
3964         (nnml-decoded-group-name): Use it; don't decode group name if
3965         nnmail-group-names-not-encoded-p is non-nil.
3966         (nnml-encoded-group-name): New function.
3967         (nnml-group-pathname): Inline nnml-decoded-group-name.
3968         (nnml-request-expire-articles): Decode group name in message.
3969         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3970         nnmail-pathname-coding-system.
3971         (nnml-save-mail, nnml-active-number): Work with decoded group names and
3972         not decoded ones according to nnmail-group-names-not-encoded-p.
3973         (nnml-generate-active-info): Use nnml-encoded-group-name.
3974
3975 2007-08-08  Glenn Morris  <rgm@gnu.org>
3976
3977         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3978         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3979         doc-strings and comments.
3980
3981 2007-07-25  Glenn Morris  <rgm@gnu.org>
3982
3983         * Relicense all FSF files to GPLv3 or later.
3984
3985 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * gnus-sum.el (gnus-summary-move-article): Make
3988         gnus-summary-respool-article work.
3989
3990 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
3991
3992         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3993         string.
3994
3995 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
3996
3997         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
3998         that should be ignored when comparing distant RSS articles with local
3999         ones.
4000         (nnrss-make-hash-index): New function.  Create a hash index according
4001         to the ignored fields.
4002         (nnrss-check-group): Use it.
4003
4004 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4007
4008         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4009
4010         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4011         the new optional argument ENCODED is non-nil.
4012         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4013         coding system for encoding group name.
4014         (gnus-group-make-rss-group): Pass un-encoded group name to
4015         gnus-group-make-group.
4016         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4017         encoded.
4018
4019         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4020         Encode group name to which articles are moved or copied.
4021         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4022         coding system for encoding Newsgroup, Followup-To and Xref headers.
4023
4024         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4025         marks; use nnheader-file-coding-system to write a file.
4026         (nnagent-retrieve-headers): Bind file-name-coding-system to
4027         nnmail-pathname-coding-system.
4028
4029         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4030
4031         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4032         (nnml-request-article, nnml-request-create-group)
4033         (nnml-request-rename-group, nnml-find-id)
4034         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4035         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4036         (nnml-save-marks): Use nnml-group-pathname instead of
4037         nnmail-group-pathname.
4038
4039         (nnml-request-create-group, nnml-request-expire-articles)
4040         (nnml-request-move-article, nnml-request-delete-group)
4041         (nnml-deletable-article-p, nnml-possibly-create-directory)
4042         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4043         (nnml-open-marks): Bind file-name-coding-system to
4044         nnmail-pathname-coding-system.
4045
4046         (nnml-request-article): Pass server argument to nnml-find-group-number.
4047         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4048         server argument to nnml-possibly-create-directory.
4049         (nnml-request-accept-article): Pass server argument to
4050         nnml-active-number and nnml-save-mail.
4051         (nnml-find-group-number): Pass server argument to nnml-find-id.
4052         (nnml-request-update-info): Pass server argument to
4053         nnml-marks-changed-p.
4054
4055         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4056         (nnml-save-mail, nnml-active-number): Add server argument.
4057
4058         (nnml-request-delete-group): Warn if group is missing.
4059         (nnml-get-nov-buffer): Decode group name.
4060         (nnml-generate-active-info): Encode group name.
4061         (nnml-open-marks): Decode group name in messages.
4062
4063 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4064
4065         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4066         if it is not specified.
4067         (gnus-article-pipe-part, gnus-article-save-part)
4068         (gnus-article-interactively-view-part, gnus-article-copy-part)
4069         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4070         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4071         (gnus-article-replace-part, gnus-article-delete-part)
4072         (gnus-article-view-part-as-type): Pass raw prefix argument to
4073         gnus-article-part-wrapper.
4074
4075 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4076
4077         * gnus-agent.el (gnus-agent-save-active): Bind
4078         nnheader-file-coding-system to gnus-agent-file-coding-system.
4079
4080         * gnus-cache.el (gnus-cache-save-buffers)
4081         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4082         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4083         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4084         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4085         (gnus-cache-generate-active, gnus-cache-rename-group)
4086         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4087         (gnus-cache-update-overview-total-fetched-for): Bind
4088         file-name-coding-system to nnmail-pathname-coding-system.
4089         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4090         variables.
4091         (gnus-cache-decoded-group-name): New function.
4092         (gnus-cache-file-name): Use it.
4093         (gnus-cache-generate-active): Use non-decoded group name for active.
4094
4095         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4096         right place.
4097         (gnus-write-active-file): Don't break non-ASCII group names.
4098
4099         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4100         nnmail-pathname-coding-system.
4101
4102         * lpath.el: Bind default-file-name-coding-system,
4103         file-name-coding-system and language-info-alist for XEmacs.
4104
4105         * gnus-uu.el (gnus-uu-decode-save): Typo.
4106
4107 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4108
4109         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4110
4111 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4112
4113         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4114         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4115         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4116         (gnus-agent-flush-group, gnus-agent-flush-cache)
4117         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4118         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4119         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4120         (gnus-agent-regenerate-group)
4121         (gnus-agent-update-files-total-fetched-for)
4122         (gnus-agent-update-view-total-fetched-for): Bind
4123         file-name-coding-system to nnmail-pathname-coding-system.
4124         (gnus-agent-group-pathname): Don't encode file names by
4125         nnmail-pathname-coding-system.
4126         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4127         coding-system-for-write instead of buffer-file-coding-system to
4128         gnus-agent-file-coding-system.
4129
4130         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4131         Decode group name.
4132
4133         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4134
4135         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4136         (gnus-read-newsrc-el-file): Make group names unibyte.
4137
4138         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4139         nnmail-pathname-coding-system.
4140
4141         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4142         (nnrss-request-delete-group): Bind file-name-coding-system to
4143         nnmail-pathname-coding-system.
4144         (nnrss-read-server-data, nnrss-read-group-data): Bind
4145         file-name-coding-system correctly.
4146         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4147
4148         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4149         (nntp-server-to-method-cache): New variable.
4150         (nntp-group-pathname): New function that decodes non-ASCII group names.
4151         (nntp-possibly-create-directory, nntp-marks-changed-p)
4152         (nntp-save-marks, nntp-open-marks): Use it.
4153         (nntp-possibly-create-directory, nntp-open-marks):
4154         Bind file-name-coding-system to nnmail-pathname-coding-system.
4155         (nntp-open-marks): Decode group names when bootstrapping marks.
4156
4157         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4158         Newsgroups and Folowup-To headers.
4159
4160 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4163         (gnus-server-closed-face, gnus-server-denied-face)
4164         (gnus-server-offline-face): Remove variable.
4165         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4166
4167         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4168         of modifying message-stack directly for XEmacs.
4169
4170         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4171         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4172         if the coding-system argument is nil for XEmacs.
4173
4174         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4175         mm-charset-override-alist.
4176
4177         * rfc2047.el: Don't require base64; require rfc2045 for the function
4178         rfc2045-encode-string.
4179         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4180         to quote the parameter value.
4181
4182 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4185         form in gnus-group-name-charset-method-alist.
4186
4187         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4188         overrides the default layout edit-form.
4189
4190         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4191
4192         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4193
4194 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4195
4196         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4197         as unfetched articles.
4198
4199 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4200
4201         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4202
4203 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4206         original back end that keeps marks in the local system.
4207
4208 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4209
4210         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4211         arg of pop-to-buffer for XEmacs.
4212         (gnus-article-read-summary-keys): Ditto; don't restore window
4213         configuration if summary command ends up with neither article buffer
4214         nor summary buffer; describe bindings if summary keys end with C-h.
4215
4216 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * message.el (message-fix-before-sending): Skip raw message part to be
4219         forwarded while checking illegible text.
4220         (message-forward-make-body-mime, message-forward-make-body): Mark
4221         signed or encrypted raw message as having no illegible text.
4222
4223 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4226         (gnus-message-with-timestamp-1): New macro.
4227         (gnus-message-with-timestamp): New function.
4228         (gnus-message): Use them.
4229
4230         * nnheader.el (nnheader-message): Use them.
4231
4232 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4233
4234         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4235         .newsrc.eld file.
4236
4237 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * gnus-agent.el (gnus-agent-fetch-headers)
4240         (gnus-agent-retrieve-headers): Bind
4241         gnus-decode-encoded-address-function to identity.
4242
4243         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4244         available also when the server returns simply a dot.
4245
4246         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4247
4248 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4251
4252 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4253
4254         * gnus-ems.el (gnus-x-splash): Make it work.
4255
4256         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4257         from being used.
4258
4259         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4260
4261 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4262
4263         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4264         4th and the 5th arguments.
4265
4266         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4267         the front stickiness.
4268         (gnus-article-summary-command-nosave): Correct the order of the
4269         arguments passed to pop-to-buffer.
4270         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4271         summary command ends up with the article buffer.
4272
4273         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4274         the same faces.
4275
4276 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4277
4278         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4279
4280 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4281
4282         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4283         * gnus-sum.el (gnus-summary-highlight):
4284         * pgg.el (pgg-sign-region, pgg-sign):
4285         * mail-source.el (mail-source-delete-old-incoming-confirm):
4286         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4287
4288 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4289
4290         * gnus-art.el (gnus-mime-view-part-externally)
4291         (gnus-mime-view-part-internally): Fix predicate function passed to
4292         completing-read.
4293
4294         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4295
4296         * gnus.el (gnus-update-message-archive-method): Add :version.
4297
4298 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4299
4300         * gnus.el (gnus-update-message-archive-method): New variable.
4301
4302         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4303         according to gnus-message-archive-method if
4304         gnus-update-message-archive-method is non-nil.
4305
4306 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4309         by Loic Dachary <loic@dachary.org>.
4310         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4311
4312 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * message.el (message-pop-to-buffer): Add switch-function argument.
4315         (message-mail): Pass switch-function argument to it.
4316
4317 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4318
4319         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4320         Improve doc string.
4321
4322 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4323
4324         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4325         (gnus-header-content)
4326         * gnus-cite.el (gnus-cite-10)
4327         * gnus-srvr.el (gnus-server-closed)
4328         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4329         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4330         (gnus-group-mail-3-empty, gnus-group-mail-low)
4331         (gnus-group-mail-low-empty, gnus-splash)
4332         * message.el (message-header-to, message-header-cc)
4333         (message-header-subject, message-header-other, message-header-name)
4334         (message-header-xheader, message-separator, message-cited-text)
4335         (message-mml): Lighten colors of faces used for dark background.
4336
4337 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4338
4339         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4340         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4341
4342 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * message.el (message-narrow-to-headers-or-head):
4345         Ignore mail-header-separator in the body.
4346
4347 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4348
4349         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4350         same as window size.
4351
4352 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4353
4354         * message.el (message-font-lock-keywords): Use message-header-xheader
4355         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4356         ahead of the anything pattern, to get it recognised.
4357
4358 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4359
4360         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4361         spam.el loads uses it in the compiled defadvice form.
4362
4363 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4364
4365         * gnus-sum.el (gnus-articles-to-read)
4366         (gnus-summary-insert-old-articles): Don't truncate group name for
4367         `read-string'.
4368
4369         * gnus-util.el (gnus-limit-string): Delete this function.
4370
4371         * gnus-sum.el (gnus-simplify-subject-fully): Use
4372         `truncate-string-to-width' instead.
4373
4374 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4375
4376         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4377         if, on summary exit, the next group has to be selected.
4378         (gnus-summary-exit): Use it.
4379
4380 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4381
4382         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4383         non-break space.
4384
4385 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4388         Check if group is not a directory.
4389         (nnfolder-request-expire-articles): Don't delete articles if the target
4390         group is not available.
4391
4392         * nnml.el (nnml-request-create-group): Properly check if group is not a
4393         file.
4394         (nnml-request-expire-articles): Don't delete articles if the target
4395         group is not available.
4396
4397         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4398         Don't quote characters that are within parentheses.
4399
4400 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4401
4402         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4403         (gnus-handle-ephemeral-exit): Select article according to it.
4404
4405 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4406
4407         * message.el (message-insert-formated-citation-line): Remove newline.
4408         (message-citation-line-format): Add final \n here so that the user can
4409         avoid a blank line.
4410
4411 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4412
4413         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4414         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4415         Update lanl/arXiv support.
4416
4417 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4418
4419         * gnus.el: Bump version number.
4420
4421 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * gnus.el (gnus-version-number): Bump version.
4424
4425 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4426
4427         * gnus.el: No Gnus v0.6 is released.
4428
4429 2007-04-27  Didier Verna  <didier@xemacs.org>
4430
4431         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4432         * gmm-utils.el (gmm-regexp-concat): here.
4433         * message.el: Don't require 'gnus-util.
4434         (message-dont-reply-to-names): Handle name change above.
4435         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4436
4437 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4438
4439         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4440         since the initial value varies according to the system.
4441
4442 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4443
4444         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4445
4446 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4447
4448         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4449
4450 2007-04-24  Didier Verna  <didier@xemacs.org>
4451
4452         Improve the type of gnus-ignored-from-addresses.
4453         * gnus-util.el (gnus-orify-regexp): New function.
4454         * message.el (gnus-util): Require it.
4455         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4456         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4457         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4458
4459 2007-04-24  Didier Verna  <didier@xemacs.org>
4460
4461         * gnus-sum.el:
4462         * gnus-utils.el: Fix some trailing whitespaces.
4463
4464 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4467         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4468         article's Message-ID; refer parent article in summary buffer.
4469
4470         * message.el (message-bounce): Call mime-to-mml.
4471
4472         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4473         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4474         optimize and/or forms properly.
4475
4476 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4477
4478         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4479         URL.
4480
4481 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4484
4485 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4488         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4489         displayed of multipart/alternative part if it is invoked from summary
4490         buffer.
4491
4492         * mm-view.el (mm-inline-text-html-render-with-w3m)
4493         (mm-inline-text-html-render-with-w3m-standalone)
4494         (mm-inline-render-with-function): Use mail-parse-charset by default.
4495
4496 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4497
4498         * parse-time.el (parse-time-string-chars): Check if CHAR
4499         is less than the length of parse-time-syntax.
4500
4501 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4502
4503         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4504         from gnus-newsgroup-processable.
4505
4506 2007-04-16  Didier Verna  <didier@xemacs.org>
4507
4508         * gnus-msg.el (gnus-configure-posting-styles): Handle
4509         message-signature-directory properly with :file syntax.  Reported by
4510         "Leo".
4511
4512 2007-04-11  Didier Verna  <didier@xemacs.org>
4513
4514         New user option: message-signature-directory.
4515         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4516         * message.el (message-insert-signature): Ditto.
4517         * message.el (message-signature-file): Doc update.
4518         * message.el (message-signature-directory): New.
4519
4520 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4521
4522         * gnus-msg.el (gnus-inews-yank-articles): Use
4523         message-exchange-point-and-mark instead of exchange-point-and-mark.
4524
4525 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * message.el (message-yank-original): Make sure cited text ends with
4528         newline; don't exchange point and mark.
4529
4530 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4531
4532         * tls.el (open-tls-stream): Properly handle case where there
4533         is no associated buffer.
4534
4535 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4536
4537         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4538         message-yank-original, make sure (< mark TEXT point).
4539
4540 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4541
4542         * message.el (message-fill-column): New variable.
4543         (message-mode): Use it.  Add comment on a possible new hook.
4544
4545         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4546         (nnmail-get-new-mail): Reformat.
4547
4548         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4549
4550         * gmm-utils.el: Fix Commentary.
4551         (gmm-tool-bar-from-list): Fix typo in doc string.
4552
4553 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4554
4555         * message.el (message-yank-original): Don't switch point and mark
4556         unnecessarily to put point and mark as documented.
4557
4558 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4559
4560         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4561         from the message heads.
4562
4563 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4564
4565         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4566         article buffer does not have a window.  This may not be the best
4567         solution but is certainly better than setting the start of the null,
4568         that is the current, window.
4569
4570 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4571
4572         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4573         (gnus-draft-setup): Run it.
4574
4575         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4576         gnus-score-fast-scoring.  Allow regexp.
4577         (gnus-score-headers): Use it.
4578
4579         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4580         XEmacs.
4581
4582         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4583         string.
4584         (gnus-button-alist): Also catch `<f1> k ...'.
4585         (gnus-treat-display-x-face): Fix doc string.
4586
4587 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4588
4589         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4590         evaluation of gnus-extended-version to ensure correct generation of the
4591         User-Agent header when message-generate-headers-first is used.
4592
4593 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4594
4595         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4596         hashcash-path is nil.  Don't call callback with incorrect number of
4597         parameters if val is 0.
4598
4599 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4600
4601         * message.el (message-required-news-headers):
4602         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4603
4604 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4605
4606         * tls.el (open-tls-stream): In handshake-waiting loop,
4607         don't wait more if there is output available to process.
4608
4609 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4610
4611         * tls.el (tls-program): Doc fix.
4612
4613 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4614
4615         * message.el (message-generate-new-buffers): Change the meaning of the
4616         nil value; add `standard' to the choices; treat t as `unique'; improve
4617         doc string.
4618         (gnus-select-frame-set-input-focus): Autoload.
4619         (message-buffer-name): Search for the existing message buffer if
4620         message-generate-new-buffers is nil or `standard'; treat the value t of
4621         message-generate-new-buffers as `unique'.
4622         (message-pop-to-buffer): Raise the frame already displaying the message
4623         buffer; clear the echo area after querying.
4624         (message-setup): Pass the `continue' argument to compose-mail.
4625         (message-mail): Prefer `switch-function' if it is given; search for the
4626         existing message buffer if the `continue' argument is non-nil; pass
4627         continue and switch-function arguments to compose-mail by way of
4628         message-setup.
4629         (message-mail-other-window): Adjust argument of message-setup.
4630         (message-mail-other-frame): Ditto.
4631
4632 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4633
4634         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4635         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4636         to turn font-lock on when turning gnus-message-citation-mode on.
4637
4638 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4639
4640         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4641         (mml-smime-function-alist): New variable; add epg as the backend.
4642         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4643         mml-smime- functions instead.
4644         * mm-view.el: Require smime.
4645
4646 2007-03-05  Didier Verna  <didier@xemacs.org>
4647
4648         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4649         instead of just inheritance for posting styles.
4650         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4651
4652 2007-02-24  Chris Moore  <dooglus@gmail.com>
4653
4654         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4655         * pgg-pgp.el (pgg-pgp-encrypt-region):
4656         * pgg-gpg.el (pgg-gpg-encrypt-region):
4657         Check pgg-encrypt-for-me if no other recipients.
4658
4659 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4660
4661         * tls.el (tls-certtool-program): Fix custom type.
4662
4663 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4666         and point-at-eol instead of line-(beginning|end)-position.
4667
4668         * assistant.el (assistant-parse-buffer): Ditto.
4669
4670         * netrc.el (netrc-parse-services): Ditto.
4671
4672 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4673
4674         * mml2015.el (mml2015-epg-find-usable-key): New function.
4675         (mml2015-epg-sign): Use it.
4676         (mml2015-epg-encrypt): Use it.
4677
4678 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * message.el (message-make-in-reply-to): Quote name containing
4681         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4682         if there are special characters.  Reported by NAKAJI Hiroyuki
4683         <nakaji@jp.freebsd.org>.
4684
4685 2007-02-27  Didier Verna  <didier@xemacs.org>
4686
4687         Include the group parameters as well as the topic ones in the
4688         inheritance filter process.
4689         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4690         argument GROUP-PARAMS-LIST.
4691         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4692
4693 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * nntp.el (nntp-never-echoes-commands)
4696         (nntp-open-connection-functions-never-echo-commands): New variables.
4697         (nntp-send-command): Use them.
4698
4699 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4700
4701         * mml2015.el (mml2015-epg-verify): Simplified.
4702
4703 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * mml.el (mml-content-disposition-alist): New user option.
4706         (mml-content-disposition): New function.
4707         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4708         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4709
4710 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4711
4712         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4713         verification.
4714
4715 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4716
4717         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4718         articles posted in the last 24 hours.
4719
4720 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4721
4722         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4723
4724 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4725
4726         * nntp.el (nntp-send-command): Don't wait for echoes when
4727         nntp-open-ssl-stream is used.
4728
4729 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4732         (gnus-message-add-citation-keywords)
4733         (gnus-message-remove-citation-keywords): Remove.
4734         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4735         directly, make the variables in font-lock-defaults buffer-local, add
4736         gnus-message-citation-keywords to them and then update the value of
4737         font-lock-keywords.
4738
4739 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * message.el (message-cite-original-1): Don't call
4742         gnus-article-highlight-citation.
4743
4744         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4745         citations; fix line count.
4746
4747 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4750         (gnus-message-add-citation-keywords)
4751         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4752         versions of font-lock-add-keywords and font-lock-remove-keywords to
4753         work with XEmacs correctly.
4754
4755 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4756
4757         * gnus-cite.el (gnus-cite-face-list): Set the values of
4758         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4759         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4760         (gnus-message-cite-prefix-regexp): New variable.
4761         (gnus-message-search-citation-line): Use it; protect against long
4762         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4763         the 0th match data for Emacs.
4764         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4765         (gnus-message-add-citation-keywords): Append keywords rather than
4766         prepending; emulate font-lock-add-keywords if it is not available.
4767         (gnus-message-remove-citation-keywords): Emulate
4768         font-lock-remove-keywords if it is not available.
4769
4770         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4771
4772         * message.el (message-cite-prefix-regexp): Set the value of
4773         gnus-message-cite-prefix-regexp.
4774
4775 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4776
4777         * nnweb.el (nnweb-google-parse-1): Update parser.
4778
4779 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4780
4781         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4782
4783 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4784
4785         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4786         regexp.
4787
4788 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4791         string-to-multibyte.
4792         (uudecode-decode-region-internal): Use it.
4793
4794         * lpath.el: Fbind string-as-multibyte for XEmacs.
4795
4796 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4797
4798         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4799         custom choice.
4800
4801         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4802
4803 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4804
4805         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4806
4807         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4808         `write-region' to respect `mm-inhibit-file-name-handlers'.
4809
4810 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4811
4812         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4813         Use gnus-home-directory instead of "~/" or "$HOME".
4814
4815 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4816
4817         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4818         to mention filename.
4819         Add comments at beginning regarding usage.
4820         (encrypt-write-file-contents): Change interactive so a string is
4821         acceptable.  If the file has no associated model, show an error instead
4822         of a nonsense prompt.
4823
4824 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4825
4826         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4827         Thanks to Yoshihiko Yamada for kind notification of this typo.
4828
4829 2007-01-12  Kenichi Handa  <handa@m17n.org>
4830
4831         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4832         multibyte buffer.
4833
4834 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4835
4836         * gnus-score.el (gnus-score-fast-scoring): New variable.
4837         (gnus-score-headers): Use it.
4838
4839         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4840
4841         * message.el (message-cite-original-1): Call
4842         gnus-article-highlight-citation if requested.
4843         (message-make-from): Allow name and address as optional arguments.
4844
4845         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4846
4847         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4848         bugs to doc string.
4849         (gnus-button-alist): Add mid\\|message-id.
4850         (gnus-button-fetch-group): Extend for use in
4851         `browse-url-browser-function'.
4852         (gnus-button-url-regexp): Try to catch paired parentheses like in
4853         Wikipedia URLs.
4854
4855         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4856         Suggested by Simon Krahnke <overlord@gmx.li>.
4857
4858 2007-01-13  Romain Francoise  <romain@orebokech.com>
4859
4860         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4861         Update copyright.
4862
4863 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4864
4865         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4866
4867 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4868
4869         * gnus-registry.el (gnus-registry-unfollowed-groups)
4870         (gnus-registry-split-fancy-with-parent): Fix documentation.
4871
4872 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4873
4874         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4875         from nnweb groups.
4876
4877 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4878
4879         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4880         Xref urls.  Erase buffer before requesting head.
4881
4882 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4883
4884         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4885         customizable.
4886
4887 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4888
4889         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4890         no signing key is found.
4891         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4892         no encrypting and/or signing key is found.
4893
4894 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4895
4896         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4897
4898 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4899
4900         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4901         headers read from disk with the ones newly found in the current search.
4902         This should no longer cause problems, because the article numbers in
4903         Gmane's `nov.php' output are ignored since the previous change.
4904
4905 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4906
4907         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4908
4909 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4910
4911         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
4912         replace-regexp-in-string; bind url-version; fbind display-images-p and
4913         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
4914         find-face and set-itimer-function for Emacs; bind itimer-list for
4915         Emacs.
4916
4917         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4918
4919 2007-01-01  Romain Francoise  <romain@orebokech.com>
4920
4921         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4922
4923 2006-12-31  Steve Youngs  <steve@sxemacs.org>
4924
4925         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4926         `define-minor-mode' macro definition expanded properly.
4927         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4928         exclude it there.
4929
4930         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4931         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
4932         `fboundp' test.
4933         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4934         This is OK to autoload in (S)XEmacs now.
4935
4936 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4937
4938         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4939         keystroke.
4940         (gnus-summary-limit-to-singletons): Fix typo.
4941
4942         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4943         else fails.
4944
4945 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4946
4947         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4948         docstring.
4949
4950         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4951         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4952         (gnus-summary-insert-dormant-articles): Fix typo in message.
4953
4954 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4955
4956         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4957         nil for XEmacs.
4958         (gnus-message-citation-mode): Don't autoload in XEmacs.
4959
4960         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4961
4962 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
4963
4964         * nnimap.el (nnimap-expunge-search-string): Mention
4965         nnimap-search-uids-not-since-is-evil in docstring.
4966
4967 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
4968
4969         * spam.el: Revert to make-obsolete-variable because
4970         define-obsolete-variable-alias is not supported in Emacs 21.
4971
4972         * spam.el (spam-ifile-path, spam-ifile-database-path)
4973         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4974         make-obsolete-variable.
4975         (spam-bsfilter-path, spam-bsfilter-program)
4976         (spam-spamassassin-path, spam-spamassassin-program)
4977         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
4978         use "path" inappropriately.
4979         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4980         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4981         variable names.
4982
4983 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
4984
4985         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4986         summary buffer.
4987
4988         * password.el (password-cache-remove): Use clear-string to burn
4989         password, if available.
4990
4991 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
4992
4993         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4994
4995         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4996
4997         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4998         (gnus-message-highlight-citation): Move defcustom here from
4999         gnus-cite.el.
5000         (gnus-message-citation-mode): Autoload.
5001
5002         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5003         checks to make it compile with XEmacs.
5004         (gnus-message-citation-mode): New minor mode.
5005         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5006         (gnus-message-highlight-citation): New variables.
5007         (gnus-message-search-citation-line)
5008         (gnus-message-add-citation-keywords)
5009         (gnus-message-remove-citation-keywords)
5010         (turn-on-gnus-message-citation-mode)
5011         (turn-off-gnus-message-citation-mode): New functions.
5012
5013 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5014
5015         * gnus-cite.el: Enable highlighting of different citation levels in
5016         message-mode.
5017
5018 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5019
5020         * message.el (message-make-fqdn): Fix comment.
5021         (message-bogus-system-names): Add ".local".
5022
5023         * spam.el (spam-ifile-path, spam-ifile-program)
5024         (spam-ifile-database-path, spam-ifile-database)
5025         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5026         Don't use "path" inappropriately.
5027         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5028         strings.
5029         (spam-check-ifile, spam-ifile-register-with-ifile)
5030         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5031         new variable names.
5032
5033         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5034         (gnus-treat-display-smileys): Simplify using
5035         gnus-image-type-available-p.
5036
5037         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5038         available.
5039
5040         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5041         `display-images-p' if available.
5042
5043 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5046         one after turning on the buffer's multibyteness instead of decoding
5047         them directly in the unibyte buffer that causes unexpected conversion
5048         in Emacs 23 (unicode).
5049
5050 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5051
5052         * message.el (message-generate-hashcash): Fix custom type.
5053
5054 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5055
5056         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5057
5058 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5059
5060         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5061         disconnect icons.  Add help text.
5062
5063 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5064
5065         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5066         negated to be consistent with the others we handle.
5067
5068 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5069
5070         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5071         version of gnus-summary-buffer to something, so that we can use two
5072         article buffers at the same time.
5073
5074 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5075
5076         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5077         trigger all the extra headers.
5078         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5079         sorting.
5080
5081 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5082
5083         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5084         solid groups.
5085
5086 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5087
5088         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5089
5090 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5091
5092         * legacy-gnus-agent.el: Add Copyright notice.
5093
5094 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5095
5096         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5097
5098 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5099
5100         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5101
5102         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5103         to make it work reliably in CVS Emacs.
5104         (gnus-summary-limit-strange-charsets-predicate)
5105         (gnus-summary-limit-to-predicate): New functions.
5106
5107 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5108
5109         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5110         specifying array size.
5111         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5112         array if it is too small.
5113         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5114         (gnus-sort-threads-loop): New function.
5115
5116 2006-12-06  Chris Moore  <dooglus@gmail.com>
5117
5118         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5119         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5120
5121 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5122
5123         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5124         options.
5125
5126 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5127
5128         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5129         DOS-ing the recipient.
5130
5131         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5132         the headers when creating the mapping to avoid mismappings.
5133         (nnweb-gmane-create-mapping): Always nix out old mapping.
5134
5135 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5136
5137         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5138         and mm-verify-option to never.
5139
5140 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * message.el (message-signed-or-encrypted-p): New function.
5143         (message-forward-make-body): Use it.
5144
5145         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5146         Replace encode-coding-string with mm-encode-coding-string.
5147
5148 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5149
5150         * nneething.el (nneething-decode-file-name): Replace
5151         decode-coding-string with mm-decode-coding-string.
5152
5153         * gnus-int.el (gnus-open-server): Say failed server's name.
5154
5155 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5156
5157         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5158         strings to a single string.  Quote `errors-file-name'.
5159         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5160         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5161         Adjust calls.  Use `shell-quote-argument'.
5162
5163 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5164
5165         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5166         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5167
5168         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5169         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5170         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5171         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5172         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5173         (gnus-subscribe-newsgroup, gnus-1):
5174         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5175         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5176         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5177         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5178
5179 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5182         keystroke.
5183         (gnus-summary-limit-to-bodies): Implement headersp.
5184
5185 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5186
5187         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5188
5189 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5190
5191         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5192
5193 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5194
5195         * message.el (message-generate-hashcash): Expand range of values to
5196         include `opportunistic'.
5197         (message-send-mail): Use it.
5198
5199 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5200
5201         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5202         and comment it.
5203
5204         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5205
5206 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5207
5208         * gnus-util.el (gnus-extract-address-components): Improve comment.
5209
5210 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * gnus-util.el (gnus-extract-address-components): Work with address in
5213         which the name portion contains @.
5214
5215         * lpath.el: Fbind custom-autoload.
5216
5217 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5218
5219         * gnus.el (gnus-start): Move custom group up.
5220         (gnus-select-method): Don't autoload, but make it available for
5221         `customize-variable'.
5222         (gnus-getenv-nntpserver): Don't autoload.
5223
5224 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5225
5226         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5227
5228 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5229
5230         * message.el (message-sendmail-extra-arguments): New variable.
5231         (message-send-mail-with-sendmail): Use it.
5232
5233 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5236         mm-with-unibyte-current-buffer to make string unibyte.
5237
5238         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5239         mm-string-as-multibyte.
5240
5241 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5242
5243         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5244         Reported by Werner Koch <wk@gnupg.org>.
5245
5246 2006-11-14  Daiki Ueno  <ueno@p360>
5247
5248         * mml2015.el: Autoload epa-select-keys when compiling.
5249
5250 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5251
5252         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5253         message-options.
5254         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5255
5256 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5257
5258         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5259         EasyPG (< 0.0.6).
5260         (mml2015-always-trust): New user option.
5261         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5262         prompt.
5263
5264 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * nntp.el (nntp-authinfo-force): New variable.
5267         (nntp-send-authinfo): Use it.
5268
5269 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5270
5271         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5272         decode encoded words.  Improve prompt.  Add comment about forwarding.
5273         (message-replacement-char): Move up.
5274
5275 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5276
5277         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5278         instead of gnus-intersection because arguments of gnus-sorted-nunion
5279         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5280
5281 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5282
5283         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5284         (message-simplify-subject-functions): Enable
5285         message-strip-subject-encoded-words by default.
5286
5287 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5288
5289         * message.el (message-strip-subject-encoded-words): New function
5290         (message-simplify-subject-functions): New variable.
5291         (message-simplify-subject): Use it.  Fix typo in doc string.
5292         Support message-strip-subject-encoded-words.
5293
5294 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5295
5296         * gnus-diary.el (gnus-diary-delay-format-function):
5297         * nndiary.el (nndiary-reminders):
5298         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5299
5300 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5301
5302         * gnus-art.el (article-hide-boring-headers): Fetch date from
5303         gnus-original-article-buffer to avoid problems with localized date
5304         strings.
5305
5306 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5307
5308         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5309
5310 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5311
5312         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5313         New variables.
5314         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5315         (mm-charset-synonym-alist): Move some entries to
5316         mm-codepage-iso-8859-list.
5317         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5318         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5319
5320 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5323
5324 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5325
5326         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5327         with Emacs 21 and XEmacs.
5328
5329 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5330
5331         * spam.el (spam-parse-address): New function for better parsing,
5332         catching errors, etc.
5333         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5334
5335 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5336
5337         * mm-view.el: Add interactive arg to html2text autoload.
5338
5339 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5342
5343 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5344
5345         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5346         variables.
5347         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5348         (mm-charset-synonym-alist): Move some entries to
5349         mm-codepage-iso-8859-list.
5350
5351         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5352
5353 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5354
5355         * message.el (message-citation-line-format)
5356         (message-insert-formated-citation-line): Fix implementation of %E, %N
5357         and %n according to the doc string.
5358
5359 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5360
5361         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5362         car-safe to avoid bad parses.
5363
5364 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5367         names.
5368
5369         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5370
5371 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5374         header.
5375
5376         * message.el (message-draft-headers): Add Date.
5377         (message-headers-to-generate): Fix typo in docstring.
5378
5379         * nndraft.el (nndraft-required-headers): New variable.
5380         (nndraft-generate-headers): Use it.
5381
5382         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5383
5384 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5385
5386         * gnus-registry.el (gnus-registry-wash-for-keywords)
5387         (gnus-registry-find-keywords): New functions to allow easy searching of
5388         articles that are in the registry.
5389
5390 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5391
5392         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5393         ietf-drums-parse-address instead of gnus-extract-address-components.
5394         Reported by Damien Elmes <damien@repose.cx>.
5395
5396 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5397
5398         * gnus.el (gnus-mime): Remove unused custom group.
5399
5400 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5401
5402         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5403         "blank line" when searching for end of armor headers.
5404
5405 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5406
5407         * gmm-utils.el (gmm-write-region): Fix variable name.
5408
5409 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5410
5411         * gmm-utils.el (gmm-write-region): New function based on compatibility
5412         code from `mm-make-temp-file'.
5413
5414         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5415
5416         * nnmaildir.el (nnmaildir--update-nov)
5417         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5418         Use `gmm-write-region'.
5419
5420 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5421
5422         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5423         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5424
5425         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5426
5427         * message.el (message-replacement-char): New variable.
5428         (message-fix-before-sending): Use it.
5429         (message-simplify-subject): New function to remove duplicate code.
5430         (message-reply, message-followup): Use it.
5431
5432         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5433         gnus-summary-limit-to-articles.
5434
5435 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * gnus-util.el (gnus-with-local-quit): New macro.
5438
5439         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5440
5441 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5442
5443         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5444         ignore non-string data.
5445
5446 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5447
5448         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5449         non-string data (needs to be done in the registry too).
5450
5451 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5452
5453         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5454         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5455         (gnus-registry-split-fancy-with-parent)
5456         (gnus-registry-fetch-simplified-message-subject-fast)
5457         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5458         Remove text properties on ingress into the registry and when it's saved.
5459         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5460         registry from entries with no groups.
5461
5462 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5465         function to remove string properties.
5466
5467 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5468
5469         * gmm-utils.el (gmm): Adjust custom version.
5470
5471         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5472         custom version.
5473
5474         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5475
5476 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * gnus-art.el (gnus-insert-prev-page-button)
5479         (gnus-insert-next-page-button): Simplify.  Reformat.
5480
5481 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5482
5483         * gnus-art.el (gnus-insert-prev-page-button)
5484         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5485
5486 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5487
5488         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5489
5490 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5491
5492         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5493         gnus-article-button-face to MIME and security buttons.
5494
5495 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5496
5497         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5498         readable.
5499
5500 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5503
5504 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5505
5506         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5507         `browse-url-of-file' instead of `browse-url'.
5508
5509 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5510
5511         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5512         regexp.  Articles containing quotation were cut prematurely.
5513
5514 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5515
5516         * message.el (message-cite-original-1): Use nobody by default for the
5517         value of From header.
5518         (message-reply): Ditto.
5519
5520 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5521
5522         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5523         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5524         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5525
5526 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5527
5528         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5529         mails in the doc string.  Add some URLs in comment.
5530         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5531
5532 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5535         backslashes handling and the way to find boundaries of quoted strings.
5536
5537 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5538
5539         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5540         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5541         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5542         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5543
5544 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5545
5546         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5547         doc string.
5548         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5549
5550 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * lpath.el: Fbind epg-check-configuration.
5553
5554 2006-09-06  Simon Josefsson  <jas@extundo.com>
5555
5556         * mml2015.el (mml2015-use): Doc fix, mention epg.
5557
5558 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5559
5560         * mml2015.el (mml2015-use): Default to epg, if available.
5561
5562 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5563
5564         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5565         message-sender.
5566         (mml1991-epg-encrypt): Ditto.
5567         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5568         message-sender.
5569         (mml2015-epg-encrypt): Ditto.
5570
5571 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5572
5573         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5574         several common directories.
5575
5576 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5577
5578         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5579         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5580
5581 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5582
5583         * gnus-art.el (article-decode-encoded-words): Make it fast.
5584
5585 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5588
5589         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5590         in quoted string into `\'.
5591
5592 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5593
5594         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5595         Use standard-syntax-table.
5596
5597 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-art.el (gnus-decode-address-function): New variable.
5600         (article-decode-encoded-words): Use it to decode headers which are
5601         assumed to contain addresses.
5602         (gnus-mime-delete-part): Remove useless `or'.
5603
5604         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5605         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5606         (gnus-nov-parse-line): Use it to decode From header.
5607         (gnus-get-newsgroup-headers): Ditto.
5608         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5609
5610         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5611         (mail-decode-encoded-address-string): New alias.
5612
5613         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5614         New function.
5615         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5616         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5617         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5618         (rfc2047-decode-string): Ditto.
5619         (rfc2047-decode-address-region): New function.
5620         (rfc2047-decode-address-string): New function.
5621
5622 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5623
5624         * message.el (message-caesar-buffer-body): Allow rotating headers.
5625
5626         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5627
5628         * message.el (message-insert-formated-citation-line): Fix %f.
5629         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5630
5631 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5634         (gnus-bookmark-mouse-available-p): New macro.
5635         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5636         (gnus-bookmark-bmenu-show-infos): Use it.
5637         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5638         (gnus-bookmark-bmenu-hide-infos): Ditto.
5639         (gnus-bookmark-remove-properties): New function.
5640         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5641         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5642         (gnus-bookmark-write-file): Bind coding-system-for-write.
5643         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5644         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5645         group before selecting it.
5646         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5647         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5648         quit-window if it is not available; use gnus-mouse-2 and bind it to
5649         gnus-bookmark-bmenu-select-by-mouse.
5650         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5651         (gnus-bookmark-bmenu-select-by-mouse): New function.
5652
5653 2006-08-13  Romain Francoise  <romain@orebokech.com>
5654
5655         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5656         space.
5657
5658 2006-08-10  Romain Francoise  <romain@orebokech.com>
5659
5660         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5661         (dns-mode-soa-auto-increment-serial): New user option.
5662         (dns-mode-soa-maybe-increment-serial): New function.
5663         (dns-mode): Add the latter to `write-contents-functions'.
5664
5665 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * compface.el (uncompface): Use binary rather than raw-text-unix.
5668
5669 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * compface.el (uncompface): Make sure the eol conversion doesn't take
5672         place when communicating with the external programs.  Reported by
5673         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5674
5675 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5678
5679 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5680
5681         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5682         Make it more robust by parsing author and date independently.
5683
5684 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5687
5688 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5689
5690         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5691         first matching secret key.
5692         (mml2015-epg-encrypt): Ditto.
5693
5694         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5695         first matching secret key.
5696         (mml1991-epg-encrypt): Ditto.
5697
5698         * mml2015.el (mml2015-encrypt-to-self): New user option.
5699         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5700         mml2015-epg-encrypt-to-self is set.
5701
5702         * mml1991.el (mml1991-encrypt-to-self): New variable.
5703         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5704         mml1991-epg-encrypt-to-self is set.
5705
5706         * mml2015.el (mml2015-signers): New user option.
5707         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5708         (mml2015-epg-encrypt): Allow to select signing keys.
5709
5710         * mml1991.el (mml1991-signers): New variable.
5711         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5712         (mml1991-epg-encrypt): Allow to select signing keys.
5713
5714 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5715
5716         * nnheader.el (nnheader-insert-head): Make it work even if the file
5717         uses CRLF for the line-break code.
5718
5719 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5720
5721         * mml2015.el: Require mml-sec instead of password.
5722         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5723         (mml2015-cache-passphrase): Inherit the default value from
5724         mml-secure-cache-passphrase.
5725         (mml2015-passphrase-cache-expiry): Inherit the default value from
5726         mml-secure-passphrase-cache-expiry.
5727
5728         * mml1991.el: Require mml-sec instead of password.
5729         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5730         (mml1991-cache-passphrase): Inherit the default value from
5731         mml-secure-cache-passphrase.
5732         (mml1991-passphrase-cache-expiry): Inherit the default value from
5733         mml-secure-passphrase-cache-expiry.
5734
5735         * mml-sec.el: Require password.
5736         (mml-secure-verbose): New user option.
5737         (mml-secure-cache-passphrase): New user option.
5738         (mml-secure-passphrase-cache-expiry): New user option.
5739
5740 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5741
5742         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5743         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5744         andreas@altroot.de (Andreas Vögele).
5745
5746         FIXME: Use `tiny change'?
5747
5748 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5749
5750         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5751         workaround for the url package included with Emacs.
5752
5753         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5754
5755 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5756
5757         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5758         correctly.  This fixes a bug caused by the 2006-05-12 change.
5759
5760 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5761
5762         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5763         some information about the error when saying that the `bogus' mail
5764         group will be used.
5765
5766 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5767
5768         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5769         string.
5770
5771 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5772
5773         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5774
5775 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5776
5777         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5778
5779 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5780
5781         * mml1991.el (mml1991-function-alist): Add epg.
5782         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5783         (mml1991-epg-encrypt): New functions.
5784
5785 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5786
5787         * mml2015.el (mml2015-verbose): New variable.
5788         (mml2015-cache-passphrase): Ditto.
5789         (mml2015-passphrase-cache-expiry): Ditto.
5790         (mml2015-function-alist): Add epg.
5791         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5792         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5793         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5794         functions.
5795
5796 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5797
5798         * message.el (message-cite-original-1): Preserve region when removing
5799         quoted text due to X-No-Archive in order to avoid bogus attribution
5800         when citing multiple messages.
5801
5802 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5803
5804         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5805         Kenneth Jacker <khj@be.cs.appstate.edu>.
5806
5807 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5808
5809         * gnus-diary.el (gnus-user-format-function-d)
5810         (gnus-user-format-function-D): Autoload.
5811
5812         * imap.el (Commentary): Fix typo.
5813
5814         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5815         2006-04-22 contribution.
5816
5817 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5818
5819         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5820         It didn't really fix the bogosity I'm seeing with solid web groups.
5821
5822 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5823
5824         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5825         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5826         created using server names.  If we use the feature without declaring
5827         it, Gnus does not properly manage server and group state.
5828
5829         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5830         bound.
5831
5832 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5833
5834         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5835         looking up the method using GROUP's prefix before inventing a new one.
5836         It is used on killed/unknown groups in various places where returning
5837         an all-new method isn't expected by the caller.
5838
5839         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5840         and match semantics of gnus-group-real-prefix.
5841
5842 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5843
5844         * nnmail.el (nnmail-broken-references-mailers): New variable.
5845         (nnmail-ignore-broken-references): New function generalizing
5846         nnmail-fix-eudora-headers.
5847         (nnmail-fix-eudora-headers): Now obsolete.
5848
5849         * gnus-art.el (gnus-button-handle-custom): Support
5850         `customize-apropos*'.
5851
5852 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5853
5854         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5855
5856         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5857         articles.
5858
5859 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5860
5861         * message.el (message-cite-reply-above): New variable.
5862         (message-yank-original): Use it.
5863
5864 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5867
5868 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5869
5870         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5871         as read.
5872
5873         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5874
5875 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5876
5877         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5878         (gnus-bookmark-default-file): Use gnus-directory.
5879         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5880         Remove "*" in doc string.
5881         (gnus-bookmark-write-file): Simplify.
5882         (gnus-bookmark-maybe-sort-alist): Use `when'.
5883         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5884         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5885         FIXME about Emacs 21 and XEmacs compatibility.
5886         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5887         compatibility.
5888         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5889         compatibility.
5890         (gnus-bookmark-menu-heading): Fix version.
5891
5892 2006-06-19  Bastien Guerry  <bzg@altern.org>
5893
5894         * gnus-bookmark.el: New file.
5895
5896 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * message.el (message-syntax-checks): Doc fix.
5899
5900 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5901
5902         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5903         unsubscribed groups as if they were killed ones.  It causes duplicate
5904         entries in gnus-newsrc-alist.
5905
5906 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * message.el (message-syntax-checks): Doc fix.
5909         (message-send-mail): Add check for continuation headers.
5910         (message-check-news-header-syntax): Fix regexp used to check for
5911         continuation headers.
5912
5913 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5914
5915         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5916
5917 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
5918
5919         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5920
5921 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5922
5923         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5924         default-truncate-lines.
5925
5926 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5929         to fill the utf-8 entry.
5930
5931         * lpath.el: Fbind unicode-precedence-list.
5932
5933 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5934
5935         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5936
5937 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
5938
5939         * gnus-agent.el (directory-files-and-attributes): Move all the way
5940         forward (the third and final move).
5941         (gnus-agent-read-agentview): Trap reconstruction errors due to
5942         nonexistant directory.  Handle by returning nil.
5943
5944 2006-05-30  Didier Verna  <didier@xemacs.org>
5945
5946         * message.el (message-dont-reply-to-names): Update the custom type.
5947         * message.el (message-dont-reply-to-names): New defsubst: potentially
5948         convert a list of regexps into a single one.
5949         * message.el (message-get-reply-headers): Use it.
5950         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5951
5952 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5953
5954         * gnus-agent.el (directory-files-and-attributes): Move forward.
5955
5956 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5957
5958         * gnus-ml.el (gnus-mailing-list-subscribe)
5959         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5960         (gnus-mailing-list-message): Fix doc strings.
5961
5962 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5963
5964         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5965         of doing it manually.
5966
5967 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5968
5969         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5970         comment.
5971
5972 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
5973
5974         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5975         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5976         (gnus-agent-read-local): All symbols allocated in my-obarray
5977         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5978         (gnus-agent-regenerate-group): Check numeric names to see if they are
5979         messages or groups.
5980         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5981         better way of do this...)
5982
5983         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5984         'dummy.group' (there should be a better way of do this...)
5985
5986 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5987
5988         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5989         (gnus-saved-headers): Ditto.
5990         (gnus-default-article-saver): Mention functions may have properties.
5991         (gnus-article-save): Override gnus-save-all-headers and
5992         gnus-saved-headers by :headers property which saver function may have.
5993         (gnus-summary-save-in-file): Add :headers property.
5994         (gnus-summary-write-to-file): Ditto.
5995
5996         * gnus-sum.el (gnus-summary-save-article): Bind
5997         gnus-prompt-before-saving to t when saving many articles in a file;
5998         always show all headers.
5999
6000         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6001
6002 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6003
6004         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6005         marks.
6006
6007         * message.el (message-indent-citation): Add optional arguments to allow
6008         using it outside of message buffers.
6009
6010         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6011         (gnus-article-treat-unfold-headers): Use it.
6012         (gnus-article-truncate-lines): New variable.
6013         (gnus-article-mode): Use it.
6014         (gnus-article-toggle-truncate-lines): New function.
6015
6016         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6017         gnus-article-toggle-truncate-lines.
6018
6019         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6020         coding system in XEmacs, use binary.
6021
6022 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6023
6024         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6025         after-load-alist.
6026
6027         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6028         this function should save decoded articles.
6029         (gnus-summary-write-to-file): Use property to specify this function
6030         should save decoded articles and specify gnus-summary-save-in-file
6031         should be used to save articles other than the first one when saving
6032         many articles.
6033         (gnus-summary-save-body-in-file): Use property to specify this
6034         function should save decoded articles.
6035         (gnus-summary-write-body-to-file): Use property to specify this
6036         function should save decoded articles and specify
6037         gnus-summary-save-body-in-file should be used to save articles other
6038         than the first one when saving many articles.
6039
6040         * gnus-sum.el (gnus-summary-save-article): Simplify.
6041
6042 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * gnus-art.el (gnus-default-article-saver): Add
6045         gnus-summary-write-body-to-file.
6046         (gnus-article-save-coding-system): Don't use coding system object
6047         in XEmacs.
6048         (gnus-read-save-file-name): Add optional `dir-var' argument which
6049         specifies directory in which files are saved; work even if optional
6050         `variable' argument is not specified.
6051         (gnus-summary-write-to-file): Read file name.
6052         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6053         (gnus-summary-write-body-to-file): New function.
6054
6055         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6056         (gnus-summary-local-variables): Add it.
6057         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6058         (gnus-summary-save-article): Remove optional `decode' argument;
6059         determine whether to decode articles by the value of
6060         gnus-default-article-saver; when saving many files using
6061         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6062         it first and use gnus-summary-save-in-file or
6063         gnus-summary-save-body-in-file thereafter unless
6064         gnus-prompt-before-saving is always; move point to article which
6065         will be saved.
6066         (gnus-summary-save-article-file): Revert.
6067         (gnus-summary-write-article-file): Revert.
6068         (gnus-summary-save-article-body-file): Revert.
6069         (gnus-summary-write-article-body-file): New function.
6070
6071 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * gnus-art.el (gnus-default-article-saver): Doc fix.
6074         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6075         from gnus-summary-save-article-coding-system, and default to a
6076         certain coding system.
6077         (gnus-output-to-file): Add coding cookie and encode text according
6078         to gnus-article-save-coding-system; don't use mm-append-to-file.
6079
6080         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6081         gnus-art.el and rename to gnus-article-save-coding-system.
6082         (gnus-summary-save-article): Require gnus-art; don't show all
6083         headers if it decodes articles; don't add coding cookie here;
6084         don't bind mm-text-coding-system-for-write.
6085         (gnus-summary-save-article-file): Save decoded articles.
6086         (gnus-summary-write-article-file): When saving many files, use
6087         gnus-summary-write-to-file first and gnus-summary-save-in-file
6088         thereafter unless gnus-prompt-before-saving is always.
6089         (gnus-summary-save-article-body-file): Save decoded articles.
6090
6091         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6092
6093 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6094
6095         * nnrss.el (nnrss-check-group): Bind hash-index.
6096
6097 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6098
6099         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6100         its hash index.  Store this hash in `nnrss-group-data'.
6101         (nnrss-read-group-data): Update accordingly.
6102
6103 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6104
6105         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6106         entry.
6107
6108         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6109         gnus-article-browse-html-article.
6110
6111 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6112
6113         * gnus-sum.el (gnus-summary-mime-map): Add
6114         gnus-article-browse-html-article.
6115
6116         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6117
6118 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6119
6120         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6121         suitable coding systems in customize.
6122
6123 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6124
6125         * mail-source.el (mail-sources): Fix custom type.
6126
6127 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6128
6129         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6130         (gnus-summary-expire-articles-now): Shorten prompt.
6131
6132         * gmm-utils.el (wid-edit): Require.
6133         (defun-gmm): Renamed from `gmm-defun-compat'.
6134         (gmm-image-search-load-path): Use it.
6135         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6136
6137 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6140         variable.
6141         (gnus-summary-save-article): Add optional `decode' argument.  If
6142         it is set and gnus-summary-save-article-coding-system is non-nil,
6143         save decoded article.
6144         (gnus-summary-write-article-file): Save decoded article if
6145         gnus-summary-save-article-coding-system is non-nil.
6146
6147         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6148         type.
6149
6150 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6151
6152         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6153
6154 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6155
6156         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6157         first to test gnus-single-article-buffer which may be buffer-local.
6158
6159         * gnus-sum.el (gnus-summary-setup-buffer): Make
6160         gnus-single-article-buffer buffer-local and nil in ephemeral
6161         group; make gnus-article-buffer, gnus-article-current, and
6162         gnus-original-article-buffer always buffer-local.
6163         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6164         group.
6165         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6166
6167 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6168
6169         * nnml.el (nnml-request-compact-group): Compressed files might not
6170         have .gz extension.
6171
6172 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6173
6174         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6175         (mm-copy-to-buffer): Use with-current-buffer.
6176         (mm-display-part): Simplify.
6177         (mm-inlinable-p): Add optional arg `type'.
6178
6179 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6180
6181         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6182         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6183         Try harder to show the attachment internally or externally using
6184         gnus-mime-view-part-as-type.
6185
6186 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6187
6188         * message.el (message-from-style, message-signature-separator)
6189         (message-user-organization-file, message-send-mail-function)
6190         (message-citation-line-function, message-yank-prefix)
6191         (message-indent-citation-function, message-signature)
6192         (message-signature-file, message-signature-insert-empty-line):
6193         Remove autoloads.
6194
6195         * gnus-art.el (gnus-buttonized-mime-types): Remove
6196         "multipart/signed".  Revert 2006-04-26 change.
6197
6198 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * gnus.el (gnus-version-number): Bump version.
6201
6202 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6203
6204         * gnus.el: No Gnus v0.5 is released.
6205
6206 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6207
6208         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6209         fetching articles by message-id.
6210
6211 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6212
6213         * message.el (hashcash): Require hashcash as normal.
6214
6215         * ecomplete.el (ecomplete-highlight-match-line): Use
6216         point-at-eol.
6217         (ecomplete-highlight-match-line): Use `highlight', because that
6218         face exists in both Emacs and XEmacs.
6219
6220         * message.el (message-display-abbrev): Use point-at-bol.
6221
6222         * mail-source.el: Don't require timer/timer-funcs.
6223
6224         * gnus-async.el: Ditto.
6225
6226         * password.el: Ditto.
6227
6228         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6229
6230         * mm-url.el: Ditto.
6231
6232         * gnus-xmas.el: Don't require timer-funcs.
6233
6234         * mm-util.el: Require timer/timer-funcs.
6235
6236 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6237
6238         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6239         Close.
6240
6241 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6242
6243         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6244         unibyte after clear-decrypt function runs.
6245
6246         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6247         returns as a unibyte string.
6248
6249 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * lpath.el: Revert.
6252
6253         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6254         (pgg-gpg-process-sentinel): Revert.
6255
6256         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6257         (pgg-pgp-lookup-key): Revert.
6258
6259         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6260         (pgg-pgp5-lookup-key): Revert.
6261
6262         * pgg.el (pgg-fetch-key): Revert.
6263
6264 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6265
6266         * lpath.el: Fbind string-as-multibyte for XEmacs.
6267
6268         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6269         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6270         (mml1991-pgg-encrypt): Ditto.
6271
6272         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6273         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6274         a multibyte buffer.
6275
6276         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6277         (pgg-pgp-lookup-key): Ditto.
6278
6279         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6280         (pgg-pgp5-lookup-key): Ditto.
6281
6282         * pgg.el (pgg-fetch-key): Ditto.
6283
6284 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6285
6286         * message.el (message-user-organization-file): Check several
6287         locations of the organization file.
6288
6289         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6290         Add gnus-article-view-part-as-type.
6291
6292         * gnus-art.el (gnus-article-view-part-as-type): New function.
6293
6294         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6295         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6296
6297         * mml.el: Simplify autoload.
6298         (mml-mode): defvar dnd-protocol-alist instead of using
6299         symbol-value.
6300         (mml-default-directory): New variable.
6301         (mml-minibuffer-read-file): Use it.
6302         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6303
6304         * message.el (message-citation-line-format): New variable.
6305         (message-insert-formated-citation-line): New function.
6306         (message-citation-line-function): Add
6307         `message-insert-formated-citation-line' to custom type.
6308
6309         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6310         to doc string.
6311
6312         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6313         depending on mm-verify-option.
6314
6315 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6316
6317         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6318         binding pgg-* variables; reimplement the section which prevents
6319         MIME header from being signed.
6320         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6321         pgg-text-mode; remove a blank line at the top of body.
6322
6323         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6324         lines at the top of body; use gnus-newsgroup-charset if there's no
6325         Charset header.
6326
6327 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6328
6329         * message.el (message-self-insert-commands): Doc fix.
6330
6331         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6332         (mm-uu-pgp-encrypted-test): Ditto.
6333         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6334         between header and body; return application/pgp-encrypted handle
6335         if decryption failed; decode decrypted body by charset.
6336
6337         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6338         element match to application/pgp-*.
6339
6340 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6341
6342         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6343         HTML.
6344
6345 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * mail-source.el (mail-source-call-script): Message the error
6348         string.
6349
6350 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * gnus-util.el (gnus-byte-compile): Use it.
6353
6354 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6355
6356         * gnus-util.el (kill-empty-logs): New function.
6357
6358 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6359
6360         * message.el (message-mail-alias-type): Doc fix.
6361         (message-mail-alias-type-p): New function.
6362         (message-send): Use it.
6363         (message-mode): Ditto.
6364         (message-strip-forbidden-properties): Ditto.
6365
6366         * ecomplete.el (ecomplete-database-file-coding-system): New
6367         variable.
6368         (ecomplete-save): Use it.
6369         (ecomplete-setup): Use it.
6370
6371 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6372
6373         * message.el (message-self-insert-commands): New variable.
6374         (message-strip-forbidden-properties): Use it.
6375
6376 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6377
6378         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6379         that doesn't make XEmacs choke.
6380
6381 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6382
6383         * gnus-util.el (gnus-replace-in-string):
6384         Prefer replace-regexp-in-string over of replace-in-string.
6385
6386 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6387
6388         * gnus-util.el (gnus-select-frame-set-input-focus):
6389         Use select-frame-set-input-focus if it is available in XEmacs; use
6390         definition defined in Emacs 22 for old Emacsen.
6391
6392         * dgnushack.el: Autoload unmorse-region for XEmacs.
6393
6394         * lpath.el: Bind cursor-in-non-selected-windows and
6395         select-frame-set-input-focus for XEmacs.
6396
6397 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6400
6401 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6402
6403         * gnus-registry.el (gnus-registry-cache-save): Remove text
6404         properties when saving via the temp buffer.
6405
6406 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6407
6408         * message.el (message-generate-hashcash): Honor custom type.
6409
6410 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6411
6412         * message.el (message-generate-hashcash): Default to non-nil when
6413         hashcash is found.
6414
6415         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6416         (gnus-refer-thread-limit): Increase default to 500.
6417
6418         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6419
6420         * flow-fill.el (fill-flowed): Allow delete-space.
6421
6422 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6423
6424         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6425         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6426         Remove autoloads.
6427
6428 2006-04-18  Simon Josefsson  <jas@extundo.com>
6429
6430         * message.el (message-generate-hashcash): Default to.
6431
6432 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6433
6434         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6435         concatenating segments rather than before concatenating them.
6436
6437 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6438
6439         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6440
6441 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6442
6443         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6444
6445         * message.el (message-forward-make-body-plain): Allow
6446         message-forward-ignored-headers to be a list.
6447         (message-remove-ignored-headers): Factor out into function.
6448         (message-forward-make-body-mml): Use it.
6449
6450         * imap.el (imap-quote-specials): New function.
6451         (imap-login-auth): Quote specials.
6452
6453         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6454         (rfc2231-parse-string): Allow concatanation of parameters that
6455         aren't contiguous.  The test case is
6456           (mail-header-parse-content-type "message/external-body;
6457             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6458             access-type=LOCAL-FILE;
6459             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6460
6461 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6462
6463         * nntp.el (nntp-accept-process-output): Return the value of
6464         `nnheader-accept-process-output'.
6465
6466 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6467
6468         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6469         (gnus-button-alist): Recognize more diff formats.
6470         (gnus-button-patch): Strip directory.
6471
6472 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6473
6474         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6475         Emacs 22 when setting focus.
6476
6477 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6478
6479         * gnus-art.el (gnus-article-treat-types): Do treatment of
6480         text/x-verbatim parts.
6481         (gnus-button-patch): New command.
6482
6483         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6484         addresses that contain invalid characters.
6485
6486 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6487
6488         * message.el (message-put-addresses-in-ecomplete): Use
6489         gnus-replace-in-string.
6490         (message-is-yours-p): Use the more correct
6491         mail-header-parse-address instead of
6492         mail-extract-address-components.
6493         (message-put-addresses-in-ecomplete): Fix typo.
6494
6495         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6496         keystroke.
6497
6498         * gnus-art.el (gnus-treatment-function-alist): Change order of
6499         newsgroups/generic header folding to avoid double-folding.
6500
6501         * message.el (message-hidden-headers): Add X-Draft-From.
6502
6503         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6504         command.
6505         (gnus-summary-repeat-search-article-backward): New command.
6506
6507         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6508         groups in the parent topic.
6509
6510 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6511
6512         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6513         (spam-extra-header-to-number): Return the CRM114 number as a
6514         number instead of a string.
6515
6516 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6517
6518         * gnus-art.el (gnus-face-properties-alist): Moved here from
6519         gnus-fun.
6520
6521         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6522
6523 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6524
6525         * message.el (message-strip-forbidden-properties): Only display on
6526         self-insert-command.
6527
6528         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6529         reindent.
6530         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6531
6532 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6533
6534         * smiley.el (smiley-style): Fix typo.
6535
6536 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6537
6538         * hashcash.el (hashcash-insert-payment-async-2): Use
6539         message-goto-eoh instead of doing it manually.
6540         (mail-add-payment): Use message-narrow-to-header instead of trying
6541         to do the same itself.
6542
6543         * message.el (message-hidden-headers): Add Face.
6544
6545         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6546         reparenting code.
6547         (gnus-summary-reparent-children): Refactored out code.
6548         (gnus-summary-thread-map): New keystroke.
6549         (gnus-summary-reparent-children): Make into command.
6550
6551         * smiley.el (smiley-style): Default to `medium' if using a large
6552         font.
6553
6554         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6555         does it itself.
6556
6557         * message.el (message-point-in-header-p): Simplify definition.
6558
6559 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * nnagent.el (nnagent-request-set-mark): Silence log file
6562         writing.
6563         (nnagent-request-set-mark): Use write-region instead of
6564         append-to-file.
6565
6566         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6567         strange select method.
6568
6569         * ecomplete.el (ecomplete-display-matches): Get highlightling
6570         right.
6571         (ecomplete-display-matches): Use literals.
6572         (ecomplete-display-matches): Disable message logging.
6573
6574         * message.el (message-display-abbrev): Small optimization.
6575
6576         * ecomplete.el (ecomplete-display-matches): Allow automatic
6577         display.
6578
6579         * message.el (message-strip-forbidden-properties): Display
6580         abbrevs.
6581         (message-display-abbrev): Get automatic display right.
6582
6583         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6584         keystrokes.
6585
6586 2006-04-13  Romain Francoise  <romain@orebokech.com>
6587
6588         TODO: Backport to v5-10!
6589
6590         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6591         Moved here (and renamed) from gnus-registry.el.
6592
6593         * gnus-registry.el: Require gnus-util.
6594         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6595
6596 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6597
6598         * gnus-group.el (gnus-group-catchup-current): Change
6599         if-then-else-if-then-else into cond.
6600         (gnus-group-catchup): Indent.
6601         (group-name-at-point): New function.
6602         (gnus-fetch-group): Provide default from thing at point.
6603
6604 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6605
6606         * message.el (message-display-abbrev): Fix regexp.
6607
6608         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6609         choosing.
6610         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6611         dead variables.
6612
6613         * message.el (message-newline-and-indent): Remove debugging.
6614         (message-display-abbrev): Use new implementation.
6615
6616 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6617
6618         * gnus-art.el (gnus-article-mode): Set
6619         cursor-in-non-selected-windows to nil.
6620
6621         * smiley.el: Revert previous change.
6622         (smiley-data-directory): defvar it before using it in the
6623         defcustom of `smiley-style'.
6624
6625 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * message.el (message-newline-and-indent): New function.
6628
6629         * ecomplete.el: Implement more bits.
6630
6631         * message.el (message-put-addresses-in-ecomplete): Clean up the
6632         string.
6633
6634         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6635
6636         * gnus-sum.el (gnus-summary-save-parts): Bind
6637         gnus-summary-save-parts-counter and use it to make unique file
6638         names.
6639
6640         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6641
6642         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6643         parameter to say whether to actually parse the individual
6644         addresses.
6645
6646         * message.el (message-put-addresses-in-ecomplete): New function.
6647         (ecomplete): Require.
6648         (message-mail-alias-type): Add ecomplete as an option.
6649
6650 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6651
6652         * flow-fill.el (fill-flowed): Remove trailing space from blank
6653         quoted lines.
6654
6655 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6656
6657         * smiley.el (smiley-style): Move definition later to avoid a
6658         compilation warning.
6659
6660 2006-04-12  Kenichi Handa  <handa@m17n.org>
6661
6662         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6663         buffer and then decode the buffer text if necessary.
6664         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6665         first, and after mm-encode-body, change the buffer to unibyte.
6666         Use mm-disable-multibyte instead of set-buffer-multibyte.
6667
6668 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6669
6670         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6671         Content-Type header instead of Content-Disposition header.
6672         (gnus-mime-inline-part): Ditto.
6673         (gnus-mime-view-part-as-charset): Ignore charset that the part
6674         specifies.
6675
6676         * mm-decode.el (mm-display-part): Work with external parts and
6677         usual parts similarly.
6678
6679         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6680         instead of gnus-display-mime.
6681
6682         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6683         instead of with-temp-buffer.
6684
6685         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6686         tag to summarized topics part in order to encode non-ASCII text.
6687
6688 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6689
6690         * smiley.el (smiley-style): New variable.
6691         (smiley-directory): New function.
6692         (smiley-data-directory): Derive from `smiley-style' using
6693         `smiley-directory'.
6694         (smiley-regexp-alist): Add new entries.
6695
6696         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6697         (gnus-article-browse-delete-temp): Add :version.
6698
6699 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6700
6701         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6702         the sieve region.
6703
6704 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6705
6706         * gnus.el (gnus-version-number): Bump version.
6707
6708 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6709
6710         * gnus.el: No Gnus v0.4 is released.
6711
6712 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6713
6714         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6715         layout.
6716
6717         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6718         unknown charset.
6719
6720         * message.el (message-header-synonyms): Add Original-To to the
6721         default.
6722
6723         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6724         optional parameter.
6725
6726 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6727
6728         * gnus-fun.el (gnus): Require it for gnus-directory.
6729
6730 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6731
6732         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6733
6734 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6735
6736         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6737
6738 2006-04-05  Simon Josefsson  <jas@extundo.com>
6739
6740         * password.el (password-reset): New function.
6741
6742 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6743
6744         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6745         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6746
6747 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6748
6749         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6750         Some whitespace was matched into the url, which broke browsing hits
6751         > 100 when mm-url-use-external was nil.
6752
6753 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6754
6755         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6756         gnus-extra-headers for 'Newsgroups.
6757
6758         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6759         bound.
6760
6761 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6762
6763         * pgg-gpg.el: Clean up process buffers every time gpg processes
6764         complete.
6765
6766 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6769         doc string.
6770
6771 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6772
6773         * pgg-gpg.el (pgg-gpg-process-filter)
6774         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6775
6776         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6777         lines, temporary fix.
6778
6779 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6780
6781         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6782
6783 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6784
6785         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6786         default-enable-multibyte-characters.  This reverts the change from
6787         revision 6.17 which is no longer necessary because the passphrase
6788         is sent separately now.  GnuPG messages are unreadable under
6789         multibyte locales with default-enable-multibyte-characters set to
6790         nil.
6791
6792 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * message.el (message-tool-bar-gnome): Move "spell".
6795
6796 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6799         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6800         instead.
6801
6802 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6803
6804         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6805         newsgroups handling for NNTP overviews which don't include
6806         Newsgroups.
6807
6808 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6809
6810         * message.el (message-resend): Bind message-generate-hashcash to nil.
6811
6812 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6813
6814         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6815         when searching for already-paid recipients.
6816
6817 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6818
6819         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6820         passphrases when it is not needed.
6821         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6822         passphrase stuff from gpg, should only be necessary when you use
6823         gpg with a smartcard.
6824
6825 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6826
6827         * mml.el (mml-insert-mime): Ignore cached contents of
6828         message/external-body part.
6829
6830         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6831         (mm-insert-part): Ditto.
6832
6833 2006-03-23  Simon Josefsson  <jas@extundo.com>
6834
6835         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6836         Reiner.
6837         (pgg-gpg-use-agent-p): Use it again.
6838
6839 2006-03-23  Simon Josefsson  <jas@extundo.com>
6840
6841         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6842         older emacsen.
6843         (pgg-gpg-use-agent-p): Don't use it.
6844
6845 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6846
6847         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6848         if we can.
6849
6850 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6851
6852         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6853         (pgg-gpg-update-agent): New function.
6854         (pgg-gpg-use-agent-p): New function.
6855         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6856         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6857         (pgg-gpg-sign-region): Use it.
6858
6859 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6862         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6863
6864 2006-03-21  Simon Josefsson  <jas@extundo.com>
6865
6866         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6867         <wilde@sha-bang.de>.
6868         (pgg-gpg-use-agent): New variable.
6869         (pgg-gpg-process-region): Use it.
6870         (pgg-gpg-encrypt-region): Likewise.
6871         (pgg-gpg-encrypt-symmetric-region): Likewise.
6872         (pgg-gpg-decrypt-region): Likewise.
6873         (pgg-gpg-sign-region): Likewise.
6874         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6875
6876 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6877
6878         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6879
6880         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6881         Add comment on version.
6882
6883 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * smiley.el: Add missing test smiley.
6886
6887 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * mm-decode.el (mm-with-part): New macro.
6890         (mm-get-part): Use it; work with message/external-body as well.
6891         (mm-save-part): Treat name and filename equally.
6892
6893         * mm-extern.el (mm-extern-cache-contents): New function.
6894         (mm-inline-external-body): Use it; force the part to be displayed;
6895         move undisplayer added to the cached handle to the parent.
6896
6897         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6898         (gnus-mime-view-part-as-type): Work with message/external-body.
6899
6900         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6901
6902 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6903
6904         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6905         images in image-load-path.  [Sync with image.el, revision 1.60, in
6906         Emacs.]
6907
6908 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6909
6910         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6911         path rather than symbol.  Always return list of directories.
6912         Guarantee that image directory comes first.  [Sync with image.el,
6913         revision 1.59, in Emacs.]
6914
6915         * message.el (message-make-tool-bar): Adjust to new API of
6916         `gmm-image-load-path-for-library'.
6917
6918         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6919
6920         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6921
6922 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6923
6924         * gnus-art.el (gnus-article-only-boring-p):
6925         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6926         intangible text.
6927         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6928
6929 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
6930
6931         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
6932         `defun' instead of `gmm-defun-compat'.
6933
6934 2006-03-14  Simon Josefsson  <jas@extundo.com>
6935
6936         * message.el (message-unique-id): Don't use message-number-base36
6937         if (user-uid) is a float.
6938         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6939
6940 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6943
6944         * gnus-art.el (gnus-mime-display-single): Make sure there is an
6945         empty line between a part and a message part.
6946
6947 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * smiley.el: Add more test smileys.
6950         (smiley-data-directory, smiley-regexp-alist)
6951         (gnus-smiley-file-types): Fix doc strings.
6952         (smiley-update-cache): Clear smiley-cached-regexp-alist before
6953         adding new elements.
6954         (smiley-mouse-map): Unused code.  Make it a comment.
6955
6956 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6959         scan latest NoCeM messages instead of old ones.
6960         (gnus-nocem-check-article): Fix regexps so as to match to PGP
6961         delimiters that are recently used.
6962         (gnus-nocem-load-cache): Add autoload cookie.
6963
6964         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6965
6966         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6967         level which is larger than gnus-use-nocem is specified.
6968
6969         * gnus-group.el (gnus-group-get-new-news): Ditto.
6970
6971 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6972
6973         * gnus-util.el (gnus-tool-bar-update): New function.
6974
6975         * gnus-group.el (gnus-group-update-tool-bar): New variable.
6976         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6977
6978         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6979
6980         * gnus-group.el (gnus-group-redraw-when-idle)
6981         (gnus-group-redraw-check): Remove.
6982         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6983
6984 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6985
6986         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6987         if optional last element is specified in splits (FIELD VALUE...).
6988
6989 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
6990
6991         * message.el (message-make-tool-bar): Rename gmm-image-load-path
6992         to gmm-image-load-path-for-library.  Call with no-error argument.
6993         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6994
6995         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6996
6997         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6998
6999         * gmm-utils.el (gmm-image-load-path): Remove alias.
7000
7001 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7002
7003         * gmm-utils.el (gmm-image-load-path): Add alias.
7004
7005         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7006         nnml-generate-nov-databases-1.
7007         (nnml-generate-nov-databases): Use it.
7008         (nnml-generate-nov-databases-directory): Document no-active
7009         argument.
7010
7011         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7012         directory if path is t.  Add no-error.
7013
7014         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7015         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7016
7017         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7018         resetting gnus-article-browse-html-temp-list.
7019
7020         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7021         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7022         Add example to docstring.  Rename local variables.  Move error
7023         checks to default case in cond and simplify.
7024
7025 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7028         handle is multipart when calling it recursively.
7029         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7030
7031 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7032
7033         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7034         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7035
7036 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7037
7038         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7039         is loaded.
7040
7041         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7042         loaded.
7043
7044 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7047         to "Emacs 23 (unicode)" in doc string.
7048
7049         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7050         "Emacs 23 (unicode)" in comment.
7051
7052 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7053
7054         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7055
7056         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7057         characters 160 through 255 in Emacs 23.
7058
7059 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7060
7061         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7062         gnus-article-browse-html-temp.
7063         (gnus-article-browse-delete-temp): Make it customizable.  Add
7064         `file'.  Adjust doc string.
7065         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7066         query for each file.  Adjust doc string.
7067         (gnus-article-browse-html-parts): Add
7068         `gnus-article-browse-delete-temp-files' to
7069         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7070
7071 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7072
7073         * gnus-art.el (gnus-article-browse-html-temp)
7074         (gnus-article-browse-delete-temp): New variables.
7075         (gnus-article-browse-delete-temp-files): New function.
7076         (gnus-article-browse-html-parts): Use it.
7077
7078 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7081
7082         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7083         string.
7084
7085         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7086         gnus-summary-insert-new-articles when unplugged.  Remove
7087         gnus-summary-search-article-forward.
7088
7089         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7090         display-visual-class instead of display-color-cells.
7091
7092 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7093
7094         * dgnushack.el: Autoload customize-group for XEmacs.
7095
7096         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7097         message/* containing non-ASCII text properly.
7098
7099 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7100
7101         * message.el: Require gmm-utils, remove autoloads.
7102         (message-tool-bar): Set default based on
7103         gmm-tool-bar-style.
7104         (message-tool-bar-gnome): Add gmm-customize-mode.
7105
7106         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7107         gmm-tool-bar-style.
7108         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7109
7110         * gnus-group.el (gnus-group-tool-bar): Set default based on
7111         gmm-tool-bar-style.
7112         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7113
7114         * gmm-utils.el (gmm-image-directory): Rename variable from
7115         gmm-image-load-path.
7116         (gmm-image-load-path): Use gmm-image-directory.
7117         (gmm-customize-mode): New function.
7118         (gmm-tool-bar-style): New variable.
7119
7120         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7121         gnus-group-redraw-line-number.
7122         (gnus-group-redraw-check): Simplify.
7123         (gnus-group-tool-bar-update): Remove redraw check.
7124         (gnus-group-make-tool-bar): Add redraw check.
7125
7126 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7127
7128         * gnus-art.el (gnus-button): Add missing parentheses.
7129
7130 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7131
7132         * lpath.el: Fbind line-number-at-pos.
7133
7134 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7135
7136         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7137
7138 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7139
7140         * gnus-art.el (gnus-button): New face.
7141         (gnus-article-button-face): Use it.
7142
7143         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7144         gnus-summary-next-page.  Re-order.
7145
7146         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7147         next-node are now included.
7148         (gnus-group-redraw-line-number): New internal variable.
7149         (gnus-group-redraw-check): Helper function for updating the tool
7150         bar.
7151         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7152
7153         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7154
7155         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7156         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7157         Use it to match format of Spamassassin 3.0 and later.  Reported by
7158         IRIE Tetsuya <irie@t.email.ne.jp>.
7159         (spam-check-bogofilter)
7160         (spam-bogofilter-register-with-bogofilter): Fix args of
7161         `gnus-error' calls.
7162
7163 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7164
7165         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7166         unnecessary interaction when sending queued mails.  Reported by
7167         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7168
7169 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7172         first or last are nil.
7173
7174 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7175
7176         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7177
7178 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179
7180         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7181
7182 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7183
7184         * dns.el (query-dns): Protect more against buggy tcp output.
7185
7186 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7189         nov.php.
7190
7191 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7192
7193         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7194         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7195         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7196         output on the server side.
7197         (nnweb-google-create-mapping): Update regexps and add some
7198         progress indication.
7199
7200 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7201
7202         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7203         gnus-agent-toggle-plugged.  Re-order icons.
7204         (gnus-group-tool-bar-gnome): Add
7205         gnus-group-{prev,next}-unread-group.
7206         (gnus-group-tool-bar-gnome): Re-order icons.
7207
7208         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7209         gnus-summary-insert-new-articles.
7210
7211         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7212         comments.
7213
7214         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7215         also available in Emacs 21.3.
7216
7217         * message.el (message-fix-before-sending): Change "Emacs 22" to
7218         "Emacs 23 (unicode)" in comment.
7219
7220         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7221         "Emacs 23 (unicode)" in comment.
7222
7223         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7224         comment.
7225         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7226
7227         * mm-view.el (mm-fill-flowed): Add :version.
7228
7229 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7230
7231         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7232         and load-path.
7233
7234 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7235
7236         * message.el: Autoload gmm-image-load-path.
7237         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7238         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7239         consitency.
7240
7241         * gmm-utils.el (gmm-image-load-path): Also search in
7242         "../etc/images".  Don't set gmm-image-load-path if we don't find
7243         the image.
7244
7245 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7246
7247         * gmm-utils.el (gmm-image-load-path): Don't make
7248         `gmm-image-load-path' include subdirectories which the second arg
7249         `image' might specify.
7250
7251         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7252         subdirectory to icon file names.
7253
7254         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7255
7256 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7257
7258         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7259         gmm-image-load-path calls.
7260
7261         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7262
7263         * message.el (message-make-tool-bar): Ditto.
7264
7265         * mml.el (mml-preview): Added comment concerning tool bar icons.
7266
7267         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7268         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7269
7270         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7271         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7272
7273         * message.el (message-tool-bar-gnome): Use new icon names.
7274         (message-make-tool-bar): Use `gmm-image-load-path'.
7275
7276         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7277         functions from MH-E.
7278         (gmm-image-load-path): New variable from MH-E.
7279         (gmm-image-load-path): New function from MH-E.  Added arguments
7280         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7281         *-image-load-path-called-flag.
7282
7283 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7284
7285         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7286
7287 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7288
7289         * nnimap.el (nnimap-request-move-article): Change folder back to
7290         source group before deleting.
7291
7292 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7293
7294         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7295
7296         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7297         mm-url.
7298
7299         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7300
7301 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7304         coding system which mm-charset-to-coding-system returns for a
7305         given charset is valid.
7306
7307 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7308
7309         * html2text.el (html2text-remove-tag-list):
7310         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7311
7312 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7313
7314         * gnus-cus.el: Revert 2005-10-17 change.
7315
7316 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7317
7318         * gnus-art.el (article-strip-banner): Call
7319         article-really-strip-banner only when the regexp match is made.
7320
7321 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7322
7323         * gnus-art.el (article-strip-banner): Use
7324         gnus-extract-address-components instead of
7325         mail-header-parse-addresses to make it work with non-ASCII text;
7326         remove mail-encode-encoded-word-string.
7327
7328         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7329         values which are surrounded with \"...\"; make it never cause a
7330         Lisp error; give up parsing of parameters if it failed in
7331         extracting type.
7332
7333 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7334
7335         * smime.el (smime-cert-by-ldap-1): Fix bug where
7336         `smime-ldap-search' returns results without userCertificates.
7337
7338 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7339
7340         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7341
7342 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7343
7344         * spam.el (spam-check-spamassassin-headers): Adapt format for
7345         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7346         <ari@mbf.ocn.ne.jp>.
7347         (spam-list-of-processors): Add spam-use-gmane.
7348
7349 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7350
7351         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7352         make-temp-file; make it work with XEmacs as well.
7353
7354         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7355         mm-make-temp-file.
7356
7357         * mm-decode.el (mm-display-external): Use the 3rd arg of
7358         mm-make-temp-file.
7359         (mm-create-image-xemacs): Ditto.
7360
7361 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7362
7363         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7364         with message-narrow-to-headers.
7365         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7366         (gnus-draft-check-draft-articles): New function.
7367         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7368
7369 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * gnus-art.el (gnus-article-browse-html-parts):
7372         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7373         Don't use suffix argument for mm-make-temp-file for Emacs 21
7374         compatibility.  Remove useless `format'.
7375
7376 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7377
7378         * nnweb.el (nnweb-google-wash-article): Update regexps.
7379         (nnweb-group-alist): Use defvoo instead of defvar.
7380
7381 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7384         re-loading nn* modules.
7385
7386 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7387
7388         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7389         for `tool-bar-mode' and don't check it's default-value.
7390
7391         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7392
7393         * message.el (message-make-tool-bar): Ditto.
7394
7395         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7396         `substring'.  Shorten tmp-file name.
7397
7398         * gnus.el: Remove bogus comment.
7399
7400 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7401
7402         * gnus-art.el (gnus-article-browse-html-parts): New function.
7403         (gnus-article-browse-html-article): New function for viewing html
7404         articles with a browser.
7405
7406 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7407
7408         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7409         in elisp.
7410         (pgg-gpg-encrypt-symmetric-region): Ditto.
7411         (pgg-gpg-sign-region): Ditto.
7412
7413         * pgg-def.el (pgg-text-mode): New variable.
7414
7415         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7416         (mml2015-pgg-encrypt): Ditto.
7417
7418         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7419         (mml1991-pgg-encrypt): Ditto.
7420
7421 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7422
7423         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7424         message-make-date instead of current-time-string.
7425
7426         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7427         to gnus-decoded which mm-uu might set.
7428
7429 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7432         don't decode quoted parameters; remove misimported Emacs code.
7433         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7434         (rfc2231-decode-encoded-string): Don't use split-string which
7435         behaves differently according to Emacs version; use
7436         mm-decode-coding-region to convert charset to coding-system.
7437         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7438         (rfc2231-encode-string): Remove misimported Emacs code.
7439
7440 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7443         when calling mail-header-parse-content-type.
7444         (article-de-quoted-unreadable): Ditto.
7445         (article-de-base64-unreadable): Ditto.
7446         (article-wash-html): Ditto.
7447
7448         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7449         calling mail-header-parse-content-type and
7450         mail-header-parse-content-disposition.
7451         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7452         mail-header-parse-content-type.
7453
7454         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7455         insert charset and format parameters; encode description after
7456         inserting it to buffer.
7457         (mml-insert-parameter): Fold lines properly even if a parameter is
7458         segmented into two or more lines; change the max column to 76.
7459
7460         * rfc1843.el (rfc1843-decode-article-body): Don't use
7461         ignore-errors when calling mail-header-parse-content-type.
7462
7463         * rfc2231.el (rfc2231-parse-string): Return at least type if
7464         possible; don't cause an error even if it fails in parsing of
7465         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7466         (rfc2231-encode-string): Don't break lines at the beginning, leave
7467         it to mml-insert-parameter.
7468
7469         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7470         calling mail-header-parse-content-type.
7471
7472 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7473
7474         * spam-report.el (spam-report-gmane-use-article-number):
7475         Improve doc string.
7476         (spam-report-gmane-internal): Check if a suitable header was found
7477         in the article.
7478
7479 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7480
7481         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7482         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7483
7484 2006-02-05  Romain Francoise  <romain@orebokech.com>
7485
7486         Update copyright notices of all files in the gnus directory.
7487
7488 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7489
7490         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7491
7492 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7493
7494         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7495         segmented lines of parameter value to cope with Thunderbird 1.5
7496         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7497         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7498         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7499
7500 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7501
7502         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7503         parts.
7504
7505 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7506
7507         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7508         there's only one active file for all servers.
7509         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7510         solid groups.  Gnus might have used a FAST request to select the group.
7511         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7512         and nnweb-search redundantly in the active file.
7513         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7514         (nnweb-request-create-group): Don't use ARGS.
7515         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7516         initialisations.  Let nnoo do the work.
7517
7518 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7521         Say the part has been decoded.
7522
7523         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7524
7525 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7526
7527         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7528         mailcap-viewer-test-cache when there's no 'test clause, since that
7529         will invert the meaning of a "nil" test previously determined by
7530         mailcap-mailcap-entry-passes-test.
7531
7532 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7533
7534         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7535         compiling.
7536
7537         * gnus-sum.el: Ditto.
7538
7539         * message.el: Don't bind tool-bar-map when compiling.
7540
7541 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7542
7543         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7544
7545 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7546
7547         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7548         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7549         current Google Groups.
7550
7551 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7552
7553         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7554         and tool-bar-mode.
7555
7556         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7557         and tool-bar-mode.
7558
7559         * message.el (message-tool-bar-update): Simplify.
7560         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7561
7562         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7563         gnus-summary-buffer.
7564         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7565         gnus-summary-reply.
7566
7567         * gmm-utils.el (gmm): Add :version.
7568
7569 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7570
7571         * Makefile.in (clean): New rule.
7572         (distclean): Use it.
7573
7574 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7575
7576         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7577         autoload.
7578
7579 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7580
7581         * gmm-utils.el (gmm-verbose): Add :group.
7582
7583 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7584
7585         * message.el: Change some comments WRT tool-bars.
7586
7587         * gnus-sum.el (gnus-summary-tool-bar)
7588         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7589         (gnus-summary-tool-bar-zap-list): New variables.
7590         (gnus-summary-make-tool-bar): Complete rewrite using
7591         `gmm-tool-bar-from-list'.
7592
7593         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7594         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7595         variables.
7596         (gnus-group-make-tool-bar): Complete rewrite using
7597         `gmm-tool-bar-from-list'.
7598         (gnus-group-tool-bar-update): New function.
7599
7600         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7601
7602 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7605         is dissected into a single part of which the type is the same as
7606         the given one; decode charset.
7607
7608 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7609
7610         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7611         into alists as symbol not string, since that's what
7612         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7613         look for.
7614
7615 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7616
7617         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7618         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7619
7620         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7621
7622 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7623
7624         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7625         (gnus-xmas-mime-security-button-menu): New function.
7626
7627         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7628         (gnus-mime-security-button-menu): New definition.
7629         (gnus-mime-security-button-map): Use them.
7630         (gnus-mime-security-button-menu): New function.
7631         (gnus-insert-mime-security-button): Addition to help echo.
7632         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7633         (gnus-mime-security-pipe-part): New functions.
7634
7635         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7636         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7637
7638         * mm-decode.el (mm-handle-set-disposition): Remove.
7639         (mm-handle-set-description): Remove.
7640
7641 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7642
7643         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7644         (mm-w3m-standalone-supports-m17n-p): New function.
7645         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7646         w3m usage.
7647
7648         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7649         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7650
7651 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * message.el (message-tool-bar-zap-list): Use
7654         gmm-tool-bar-zap-list as custom type.
7655         (message-tool-bar-update): New function.
7656         (message-tool-bar, message-tool-bar-gnome)
7657         (message-tool-bar-retro): Add message-tool-bar-update.
7658         (message-tool-bar-gnome): Add flyspell-buffer.
7659
7660         * gnus-util.el (gnus-error): Describe `args'.
7661
7662         * gmm-utils.el (gmm-error): Describe `args'.
7663         (gmm-tool-bar-zap-list): New widget.
7664         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7665
7666 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7669         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7670         the number of recursive calls.
7671
7672         * mm-decode.el (mm-handle-set-disposition): New macro.
7673         (mm-handle-set-description): New macro.
7674
7675 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7676
7677         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7678         encoding.
7679
7680 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * message.el (message-tool-bar-zap-list, message-tool-bar)
7683         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7684         (message-tool-bar-local-item-from-menu): Remove.
7685         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7686         (message-make-tool-bar): New function.
7687         (message-mode): Use `message-make-tool-bar'.
7688
7689         * gmm-utils.el: New file.
7690         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7691         (gmm-lazy): New widget copied from `nnmail.el'.
7692         (gmm-tool-bar-from-list): New function for creating customizable
7693         tool bars.
7694         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7695         output.
7696         (gmm): Add :prefix to defgroup.
7697
7698 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7699
7700         * gmm-utils.el (gmm-widget-p): New function.
7701
7702 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7703
7704         * mml.el (mml-attach-file): Describe `description' in doc string.
7705         (mml-menu): Add Emacs MIME manual and PGG manual.
7706
7707 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7708
7709         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7710
7711 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7712
7713         * nntp.el (nntp-end-of-line): Doc fix.
7714
7715 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7716
7717         * imap.el (imap-open): Handle case where buffer is a buffer
7718         object.
7719
7720 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7721
7722         * gnus-delay.el (gnus-delay): Don't autoload.
7723         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7724         to be re-loaded when customizing the `gnus-delay' group.
7725
7726 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7727
7728         * message.el (message-insert-citation-line): Use newlines.
7729
7730 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7731
7732         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7733         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7734         these routines, so the passphrase can be managed externally and
7735         passed in to the system.
7736         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7737         pgg-add-passphrase-to-cache function.
7738
7739         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7740         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7741         these routines, so the passphrase can be managed externally and
7742         passed in to the system.
7743         (pgg-pgp5-sign-region): Use new name of
7744         pgg-add-passphrase-to-cache function.
7745
7746 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7747
7748         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7749         part of the decoded armor to find the key-identifier.
7750         (pgg-gpg-lookup-key-owner): New function to return the
7751         human-readable identifier of a key owner.
7752         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7753         itself.
7754         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7755         the key value) if we have a key and can match it against a secret
7756         key.  Also, added a note pointing out fact that the prompt only
7757         indicates the first matching key.
7758
7759         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7760         pgg-decrypt-region.
7761         (pgg-add-passphrase-to-cache): Rename from
7762         `pgg-add-passphrase-cache' to reduce confusion (all callers
7763         changed).
7764         (pgg-remove-passphrase-from-cache): Rename from
7765         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7766         changed).
7767         (pgg-read-passphrase, pgg-add-passphrase-cache)
7768         (pgg-remove-passphrase-cache): Add informative docstrings.
7769         (pgg-decrypt): Convey provided passphrase in subordinate call to
7770         pgg-decrypt-region.
7771
7772 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7773
7774         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7775         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7776         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7777         'passphrase' argument, so the passphrase can be managed externally
7778         and then passed in to the system.
7779
7780         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7781         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7782         so the passphrase cache can be used reliably with identifiers
7783         besides a pgp packet's key id.
7784
7785         * pgg-gpg.el (pgg-gpg-encrypt-region)
7786         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7787         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7788         these routines, so the passphrase can be managed externally and
7789         passed in to the system.
7790
7791         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7792         'notruncate' argument, so the passphrase cache can be used
7793         reliably with identifiers besides a pgp packet's key id.
7794
7795 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7796
7797         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7798         symmetric encryption.
7799         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7800         encrypted session key.
7801         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7802         message ask for the passphrase in a proper way.
7803
7804         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7805         New user commands for symmetric encryption.
7806
7807 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7808
7809         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7810
7811         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7812
7813 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7814
7815         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7816
7817 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7818
7819         * mm-decode.el (mm-inlined-types): Add application/pgp.
7820         (mm-automatic-display): Ditto.
7821
7822         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7823         part as text.
7824
7825 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7826
7827         * nnrss.el: Update copyright.
7828         (nnrss-opml-import): Query whether to subscribe to each entry.
7829
7830         * gnus-art.el:
7831         * gnus-sum.el:
7832         * gnus-xmas.el:
7833         * messagexmas.el:
7834         * mm-uu.el:
7835         * mm-view.el: Update copyright.
7836
7837 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7838
7839         * message.el (message-info): New function.
7840         (message-mode-menu): Add it.
7841         Update copyright.
7842
7843         * ChangeLog: Fix and update copyright.
7844
7845 2006-01-13  Romain Francoise  <romain@orebokech.com>
7846
7847         * message.el (message-forward-subject-name-subject): Prefer the
7848         address to 'nowhere' if the sender has no name.
7849         Fix typo.  Update copyright year.
7850
7851 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7852
7853         * gnus-art.el (article-wash-html): Use
7854         gnus-summary-show-article-charset-alist if a numeric arg is given.
7855         (gnus-article-wash-html-with-w3m-standalone): New function.
7856
7857         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7858         mm-inline-text-html-render-with-w3m-standalone.
7859         (mm-text-html-washer-alist): Map w3m-standalone to
7860         gnus-article-wash-html-with-w3m-standalone.
7861         (mm-inline-text-html-render-with-w3m-standalone): New function.
7862
7863 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7864
7865         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7866         Improve LaTeX.
7867
7868 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7871         (nnrss-request-article): Render text/plain parts as HTML.
7872
7873         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7874         the buffer.
7875
7876 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7879         custom definition of `gnus-posting-styles'.
7880
7881         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7882         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7883
7884 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7885
7886         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7887         Use nntp for bug archive.
7888
7889 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7892         parts.
7893         (nnrss-normalize-date): New function converts ISO 8601 date into
7894         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7895         (nnrss-check-group): Use it.
7896
7897 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7898
7899         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7900
7901         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7902         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7903         (nnrss-insert-w3): Ditto.
7904
7905 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7906
7907         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7908         the articles to be forwarded including the case where neither a
7909         number of articles nor a region is specified.
7910
7911 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * nnrss.el (nnrss-request-article): Fix last change; fill
7914         text/plain parts.
7915
7916 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7919         in text/plain part.
7920         (nnrss-check-group): Don't add excessive newline to dc:subject.
7921
7922 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
7923
7924         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7925         article.
7926
7927 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * nnml.el: Don't require gnus-bcklg.  Autoload it.
7930         (nnml-use-compressed-files, nnml-save-mail): Support other
7931         comression programs such as bzip2.
7932
7933 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7934
7935         * dns.el (query-dns): Make sure we check the buffer size before
7936         removing tcp headers.
7937
7938 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7939
7940         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7941         remove MIME buttons associated with multipart/alternative parts.
7942         (gnus-mime-display-alternative): Tag buttons using `article-type'
7943         text property.
7944
7945         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7946         associated with multipart/alternative parts.
7947
7948         * gnus-art.el (gnus-signature-separator): Fix custom type.
7949
7950         * mm-decode.el (mm-inlined-types): Fix custom type.
7951         (mm-keep-viewer-alive-types): Ditto.
7952         (mm-automatic-display): Ditto.
7953         (mm-attachment-override-types): Ditto.
7954         (mm-inline-override-types): Ditto.
7955         (mm-automatic-external-display): Ditto.
7956
7957 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7958
7959         * spam-report.el (spam-report-user-mail-address)
7960         (spam-report-user-agent): New variables.
7961         (spam-report-url-ping-plain): Use spam-report-user-agent.
7962
7963 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
7964
7965         * gnus-art.el (gnus-button-handle-custom): Do not just use
7966         `customize-apropos' for any "M-x customize-*" button but the
7967         function called for.  Accept both the function name and its
7968         argument in order to achieve this.
7969         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
7970         function name to `gnus-button-handle-custom' in case of "M-x
7971         customize-*" buttons.
7972
7973 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7974
7975         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7976         multipart/alternative and add xref to mm-discouraged-alternatives
7977         in doc string.
7978
7979         * mm-decode.el (mm-discouraged-alternatives): Add xref to
7980         gnus-buttonized-mime-types in doc string.
7981
7982 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
7983
7984         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7985         Suggest image/.* in the doc string.
7986
7987 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
7988
7989         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7990         message-marks (Debian bug #342521).
7991
7992 2005-12-12  Simon Josefsson  <jas@extundo.com>
7993
7994         * password.el (password-read-from-cache): Add.
7995         (password-read): Use it.
7996
7997 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7998
7999         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8000         us-ascii as a MIME charset.
8001
8002         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8003         against the case where the 2nd arg TYPE is nil.
8004
8005 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8006
8007         * pop3.el (pop3-stream-type): Fix custom version.
8008
8009         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8010
8011 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8012
8013         * mm-decode.el (mm-display-external): Add missing cdr.
8014
8015 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8016
8017         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8018         RFC1524) if it is in mailcap or add a suffix according to
8019         mailcap-mime-extensions when generating a temp filename; postpone
8020         deleting a temp file for 2 seconds for some wrappers, shell
8021         scripts, and so on, which might exit right after having started a
8022         viewer command as a background job.
8023
8024 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8025
8026         * nntp.el (nntp-marks-directory): Fix custom group.
8027
8028         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8029         steps when < 10.
8030
8031         * gnus-start.el (gnus-no-server-1): Mention
8032         `gnus-level-default-subscribed' in doc string.
8033
8034 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8035
8036         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8037         parens.
8038
8039 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8040
8041         * gnus-xmas.el (gnus-use-toolbar): Revert.
8042         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8043         gnus-use-toolbar is default.
8044
8045         * messagexmas.el (message-use-toolbar): Revert.
8046         (message-setup-toolbar): Use global default-toolbar if
8047         message-use-toolbar is default.
8048
8049 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8052         according to default-toolbar-visible-p.
8053
8054         * messagexmas.el (message-use-toolbar): Ditto.
8055
8056 2005-11-26  Dave Love  <fx@gnu.org>
8057
8058         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8059         (tls-program, tls-success): Provide openssl alternative.
8060
8061         * starttls.el: Doc fixes.
8062         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8063         SERVICE to PORT.
8064
8065         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8066         port null or service name.
8067         (starttls-negotiate): Autoload.
8068
8069 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * message.el (message-kill-to-signature): Fix interactive spec.
8072
8073 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * pop3.el (pop3-open-server): Recognize a string as a service name.
8076
8077 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8078
8079         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8080
8081 2005-11-23  Dave Love  <fx@gnu.org>
8082
8083         Add pop3s, pop3/starttls.
8084
8085         * pop3.el (pop3-authentication-scheme): Clarify doc.
8086         (open-tls-stream, starttls-open-stream): Autoload.
8087         (pop3-stream-type): New.
8088         (pop3-open-server): Use it.
8089
8090         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8091         for POP.
8092         (mail-source-keyword-map): Add :stream for POP.
8093         (mail-source-fetch-pop): Use pop3-stream-type.
8094
8095 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8096
8097         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8098         of current-time-string.
8099
8100 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8101
8102         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8103         date header.
8104
8105 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8106
8107         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8108         it can seriously impact performance as it bypasses the agent's
8109         local caches.
8110
8111 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8112
8113         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8114         must be explicitly online rather than "not explicitly offline" for
8115         its flags to be synchronized.
8116
8117         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8118         that gnus-uu-unmark-thread will function correctly.
8119
8120         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8121         1024K is instead displayed as 1M.
8122
8123 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8124
8125         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8126
8127 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8128
8129         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8130
8131 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8132
8133         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8134         error message to display actual error condition.
8135         (gnus-agent-save-local): Avoid saving symbols that are bound to
8136         nil as they simply result in a warning message in
8137         gnus-agent-read-local.
8138
8139 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8142         rather than make-variable-buffer-local for file-precious-flag.
8143
8144 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8145
8146         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8147         for duplicates which are removed.  The invalid sort check then
8148         triggers a rescan after the sort as sorting may have moved
8149         duplicate entries such that they can be cheaply detected.
8150
8151 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8154
8155 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8156
8157         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8158         internal variable to a custom variable.  Changed default value
8159         from compressed(2) to uncompressed(1).
8160         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8161         support for uncompressed agentview files.  Taken together, reading
8162         the agentview file should now be 6-7 times faster.
8163
8164 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8165
8166         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8167         as a buffer-local variable.  This avoids creating truncated
8168         dribble files as a result of a hang up, eg.
8169
8170 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8171
8172         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8173         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8174         XEmacs.
8175
8176 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * gnus-start.el (gnus-start-draft-setup): Enforce
8179         `gnus-draft-mode' for nndraft:drafts at startup.
8180
8181         * gnus.el (gnus-splash): Change custom group.
8182         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8183         allow-list argument.
8184
8185         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8186         string.
8187
8188 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8189
8190         * gnus-art.el (gnus-default-article-saver): Add user-defined
8191         `function' to custom type.
8192
8193 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8194
8195         * imap.el (imap-open): Handle case where buffer is a buffer
8196         object.
8197
8198 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8199
8200         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8201         long lines.
8202         (gnus-cache-delete-group): Wrap doc strings.
8203
8204         * gnus-agent.el (gnus-agent-rename-group)
8205         (gnus-agent-delete-group): Wrap doc strings.
8206
8207 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8208
8209         * messagexmas.el (message-use-toolbar): Change the valid values
8210         into default, top, bottom, left, and right.
8211         (message-toolbar-thickness): New variable.
8212         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8213         well.
8214         (message-setup-toolbar): Make it work.
8215
8216         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8217         (gnus-use-toolbar): Change the valid values into default, top,
8218         bottom, left, and right.
8219         (gnus-toolbar-thickness): New variable.
8220         (gnus-xmas-setup-toolbar): New function.
8221         (gnus-xmas-setup-group-toolbar): Use it.
8222         (gnus-xmas-setup-summary-toolbar): Use it.
8223
8224 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8225
8226         * gnus-start.el (gnus-1): Add "native" to
8227         gnus-predefined-server-alist.
8228
8229         * gnus.el (gnus-method-to-server): Don't add "native" to the
8230         lists here, because that leads to problems when
8231         gnus-select-method is bound.
8232
8233 2005-11-09  Simon Josefsson  <jas@extundo.com>
8234
8235         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8236         use (not sort-by-date) instead.
8237
8238 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8239
8240         * gnus-delay.el (gnus-delay-group): Don't autoload.
8241         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8242         to be re-loaded when customizing the `gnus-delay' group.
8243
8244 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8245
8246         * message.el: Revert last changes.
8247         (message-insert-citation-line): Use newlines.
8248
8249 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8250
8251         * message.el (message-courtesy-message)
8252         (message-mark-insert-begin, message-mark-insert-end)
8253         (message-elide-ellipsis, message-cancel-message)
8254         (message-add-header, message-change-subject)
8255         (message-cross-post-followup-to-header)
8256         (message-cross-post-insert-note, message-reduce-to-to-cc)
8257         (message-widen-reply, message-delete-not-region)
8258         (message-kill-to-signature, message-insert-signature)
8259         (message-insert-importance-high, message-insert-importance-low)
8260         (message-insert-or-toggle-importance)
8261         (message-insert-disposition-notification-to)
8262         (message-indent-citation, message-yank-original)
8263         (message-cite-original-without-signature, message-cite-original)
8264         (message-insert-citation-line, message-position-on-field)
8265         (message-fix-before-sending, message-send-mail-partially)
8266         (message-send-mail, message-send-mail-with-sendmail)
8267         (message-send-mail-with-qmail, message-send-news)
8268         (message-check-news-header-syntax, message-generate-headers)
8269         (message-insert-courtesy-copy, message-fill-address)
8270         (message-fill-header, message-shorten-references)
8271         (message-setup-1, message-cancel-news)
8272         (message-forward-make-body-plain, message-forward-make-body-mime)
8273         (message-forward-make-body-mml, message-encode-message-body)
8274         (message-forward-make-body-digest-plain)
8275         (message-forward-make-body-digest-mime)
8276         (message-use-alternative-email-as-from): Insert `hard-newline'
8277         instead of ordinary newlines.
8278
8279 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8280
8281         * message.el (message-generate-headers): Downcase the argument
8282         given to message-check-element.
8283
8284 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8285
8286         * nntp.el (nntp-authinfo-rejected): New error condition.
8287         (nntp-wait-for): Use new error condition to signal authentication
8288         error.
8289         (nntp-retrieve-data): Rethrow new error condition to break out of
8290         recursive call to nntp-send-authinfo.
8291
8292 2005-11-08  Romain Francoise  <romain@orebokech.com>
8293
8294         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8295         (gnus-summary-exit-map): Bind to `Z p'.
8296         (gnus-summary-make-menu-bar): Add menu item.
8297
8298 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8299
8300         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8301         (gnus-treat-*): Add `first' in all doc strings.
8302
8303         * gnus-group.el (gnus-group-compact-group): Fix typo.
8304
8305 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus.el (gnus-parameters-case-fold-search): New variable.
8308         (gnus-parameters-get-parameter): Use it.
8309
8310         * gnus-score.el (gnus-home-score-file): Doc fix.
8311
8312 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8313
8314         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8315
8316 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8317
8318         * mm-util.el (mm-special-display-p): New function.
8319
8320         * mml.el (mml-preview): Use it; doc fix.
8321
8322 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8323
8324         * imap.el (imap-open): Handle case where buffer is a buffer object.
8325
8326 2005-10-29  Romain Francoise  <romain@orebokech.com>
8327
8328         * message.el (message-fix-before-sending): Fix comment.
8329
8330 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8331
8332         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8333
8334 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8335
8336         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8337         Used in gnus-score.el.
8338
8339 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8342
8343 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8344
8345         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8346         whitespace removed in revision 7.8.  Use concatenated string to
8347         protect trailing whitespace.
8348
8349 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8350
8351         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8352         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8353         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8354         Courier IMAP ("some version from 2004").  Mostly based on similar
8355         code in the same function.
8356
8357 2005-10-26  Didier Verna  <didier@xemacs.org>
8358
8359         * gnus-group.el (gnus-group-compact-group): Invalidate original
8360         article buffer.
8361         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8362         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8363         NOV database and in article itself.
8364         Invalidate article backlog.
8365
8366 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8367
8368         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8369
8370 2005-10-26  Simon Josefsson  <jas@extundo.com>
8371
8372         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8373         part of 2004-07-25 change.
8374
8375 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8376
8377         * message.el (message-display-completion-list): New function.
8378         (message-expand-group): Use it; make sure the Completions buffer
8379         is modifiable.
8380 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8381
8382         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8383         user-mail-name is an empty string.
8384
8385 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8386
8387         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8388         depending on gnus-score-decay-constant.
8389
8390         * encrypt.el (encrypt-insert-file-contents)
8391         (encrypt-write-file-contents): Don't use `gnus-message'.
8392
8393         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8394         arguments.
8395         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8396         arguments to mm-uu-verbatim-marks-extract.
8397         (mm-uu-hide-markers): New variable.
8398         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8399
8400         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8401         (gnus-convert-image-to-face-command): Use "convert" by default to
8402         allow other input image formats.
8403         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8404         accordingly.
8405
8406 2005-10-23  Simon Josefsson  <jas@extundo.com>
8407
8408         * imap.el (imap-gssapi-program): Align command line parameters
8409         with latest GNU SASL.
8410         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8411
8412 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8413
8414         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8415         HTML.
8416         (nnslashdot-request-article): Ditto.
8417
8418         * lpath.el (featurep): Add nobreak-char-display.
8419
8420 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8421
8422         * mail-source.el (mail-source-fetch-pop): Require pop3.
8423         (mail-source-check-pop): Ditto.
8424
8425 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8428         errors.
8429
8430 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8431
8432         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8433         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8434
8435         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8436
8437         * mm-bodies.el (mm-decode-string): Call
8438         `mm-charset-to-coding-system' with allow-override argument.
8439
8440 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8441
8442         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8443         (rfc2047-charset-to-coding-system): New function.
8444         (rfc2047-decode-encoded-words): New function.
8445         (rfc2047-decode-region): Use them.
8446         (rfc2047-decode-cte): Remove.
8447         (rfc2047-parse-and-decode): Remove.
8448         (rfc2047-decode): Remove.
8449
8450 2005-10-15  Kenichi Handa  <handa@m17n.org>
8451
8452         * rfc2047.el (rfc2047-decode-cte): New function.
8453         (rfc2047-decode-region): Change the way to decode successive
8454         encoded-words: decode B- or Q-encoding in each encoded-word,
8455         concatenate them, and decode it as charset.
8456
8457 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8458
8459         * lpath.el: Fbind codepage-setup for XEmacs.
8460
8461 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8462
8463         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8464         widget-move-and-invoke.
8465         (gnus-custom-mode): Use gnus-custom-map.
8466
8467 2005-10-15  Bill Wohler  <wohler@newt.com>
8468
8469         * message.el (message-tool-bar-map): Renamed image file from
8470         mail_send to mail/send.
8471
8472 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8473
8474         * message.el (message-expand-group): Pass the common
8475         prefix substring of completion to `display-completion-list'.
8476
8477 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8478
8479         * mml-sec.el (mml-secure-method): New internal variable.
8480         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8481         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8482         functions using mml-secure-method.
8483
8484         * mml.el (mml-mode-map): Add key bindings for those functions.
8485         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8486         Harder <harder@myrealbox.com>.
8487         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8488         end of message if point is the headers of the message.
8489
8490         * message.el (message-in-body-p): New function.
8491
8492         * assistant.el: Autoload gnus-util and netrc.
8493
8494         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8495         Use `mm-charset-override-alist' only when decoding.
8496
8497         * mm-bodies.el (mm-decode-body): Call
8498         `mm-charset-to-coding-system' with allow-override argument.
8499
8500         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8501         `filename' from Content-Disposition if Content-Type doesn't
8502         provide `name'.
8503         (gnus-mime-view-part-as-type): Set default instead of
8504         initial-input.
8505
8506 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8507
8508         * format-spec.el (format-spec): Propagate text properties of % spec.
8509
8510 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8511
8512         * gnus-art.el (gnus-treat-predicate): Add `first'.
8513
8514 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8515
8516         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8517         (mm-charset-override-alist): New variable.
8518         (mm-charset-to-coding-system): Use it.
8519         (mm-codepage-setup): New helper function.
8520         (mm-charset-eval-alist): New variable.
8521         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8522         about unknown charsets.
8523
8524         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8525
8526 2005-10-04  David Hansen  <david.hansen@gmx.net>
8527
8528         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8529         (nnrss-check-group): Ditto.
8530
8531 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8532
8533         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8534         Rename x-gnus-verbatim to x-verbatim.
8535         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8536
8537         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8538         x-verbatim.
8539
8540         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8541
8542         * gnus-util.el (gnus-remove-duplicates): Remove.
8543
8544         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8545         instead of gnus-remove-duplicates.
8546
8547         * message.el (message-remove-duplicates): Remove.
8548         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8549         message-remove-duplicates.
8550
8551         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8552         available, else use implementation from `delete-dups'.
8553
8554         * message.el (message-insert-expires): New function.
8555         (message-mode-map): Add key binding.
8556         (message-mode-field-menu): Add menu entry.
8557         (message-mode): Document it.
8558         (message-make-expires-date): Use `message-make-date'.
8559
8560 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8561
8562         * message.el (message-make-expires-date): New function.
8563
8564 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8565
8566         * Makefile.in (list-installed-shadows): New entry.
8567         (install): Use it.
8568         (remove-installed-shadows): New entry.
8569
8570         * dgnushack.el (dgnushack-default-load-path): New variable.
8571         (dgnushack-find-lisp-shadows): New function.
8572         (dgnushack-remove-lisp-shadows): New function.
8573
8574 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * Makefile.in (install-el-elc): New entry.
8577         (install): Use it so that .el files are necessarily installed.
8578
8579 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8580
8581         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8582
8583 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8584
8585         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8586         function rather than the diff-mode.el package.
8587         (mm-display-external): Use with-current-buffer.
8588         (mm-viewer-completion-map, mm-viewer-completion-map):
8589         Move initialization inside declaration.
8590
8591 2005-09-29  Simon Josefsson  <jas@extundo.com>
8592
8593         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8594         autoload mail-check-payment.
8595         (spam-check-hashcash): Define unconditionally, since hashcash.el
8596         is part of Gnus now.  Ignore errors from payment checking.
8597
8598 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8599
8600         * message.el (message-bold-region, message-unbold-region): Rename
8601         from `bold-region' and `unbold-region'.
8602
8603         * message.el: Remove useless autoloads.
8604
8605 2005-09-28  Simon Josefsson  <jas@extundo.com>
8606
8607         * message.el (message-use-idna): Default to t.
8608         (message-use-idna): Test whether encoding works too.  Doc fix.
8609
8610 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * nntp.el (nntp-warn-about-losing-connection): Remove.
8613
8614 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8617         customizable.  Change default value.
8618         (mm-uu-diff-groups-regexp): Change default value.
8619         (mm-uu-type-alist): Add doc string.
8620         (mm-uu-configure): Add doc string.  Make it interactive.
8621         (mm-uu-tex-groups-regexp): New variable.
8622         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8623         (mm-uu-type-alist): Add LaTeX documents.
8624         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8625         of "text/verbatim".
8626         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8627
8628         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8629         instead of "text/verbatim".
8630
8631         * message.el (message-mark-inserted-region)
8632         (message-mark-insert-file): Use slrn style marks when called with
8633         prefix argument.
8634
8635 2005-09-27  Simon Josefsson  <jas@extundo.com>
8636
8637         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8638
8639 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8640
8641         * message.el (message-remove-duplicates): New function.
8642         Implementation borrowed from `gnus-remove-duplicates'.
8643         (message-idna-to-ascii-rhs): Also encode idna addresses in
8644         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8645         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8646         only ask about the same idna domain once per header and also tell
8647         in what header to replace the idna domain.
8648
8649         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8650         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8651         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8652         a header is decoded and not just the last one.
8653
8654 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8657         has been decoded.
8658
8659         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8660         (mm-insert-part): Don't modify text if it has been decoded.
8661
8662         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8663         decoded.
8664
8665         * mm-view.el (mm-inline-text): Don't strip text props unless
8666         decoding enriched or richtext parts.
8667
8668 2005-09-25  Romain Francoise  <romain@orebokech.com>
8669
8670         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8671         * gnus-start.el (gnus-subscribe-interactively):
8672         * gnus-uu.el (gnus-uu-grab-articles):
8673         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8674         space.
8675
8676 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8677
8678         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8679         * mm-view.el (mm-view-pkcs7-decrypt):
8680         * gnus-sum.el (gnus-summary-limit-to-extra)
8681         (gnus-summary-respool-article, gnus-read-move-group-name):
8682         * gnus-score.el (gnus-summary-increase-score):
8683         * gnus-util.el (gnus-completing-read-with-default):
8684         * gnus-art.el (gnus-read-save-file-name)
8685         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8686         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8687         * message.el (message-check-news-header-syntax):
8688         Follow convention for reading with the minibuffer.
8689
8690 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8691
8692         * spam-report.el (spam-report-url-ping-plain):
8693         Use gnus-extended-version as User-Agent.
8694
8695         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8696         default value is nil.
8697
8698         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8699         (mm-uu-verbatim-marks-extract): New function.
8700         (mm-uu-extract): New face.
8701         (mm-uu-copy-to-buffer): Use it.
8702
8703         * spam-report.el (spam-report-gmane-ham): Renamed from
8704         `spam-report-gmane-unspam'.
8705         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8706         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8707
8708         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8709         Autoload.
8710         (spam-report-gmane-unregister-routine): Renamed
8711         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8712
8713 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8714
8715         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8716         (spam-report-gmane-unregister-routine): Add support for gmane
8717         unregistration.
8718
8719         * spam-report.el (spam-report-gmane-unspam)
8720         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8721         (spam-report-gmane): Change to take a single article and do unspam
8722         registration.
8723
8724 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8725
8726         * mm-url.el (mm-url-decode-entities): Fix regexp.
8727
8728 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8731         default to nil, to be able to use Gnus at all.  If the default
8732         switches to something else, then the function should be fixed not
8733         be exceedingly slow.
8734
8735 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8736
8737         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8738         fail hard.
8739
8740         * spam-report.el: Add better Keywords line.
8741
8742         * spam.el: Add Maintainer and better Keywords line.
8743
8744 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * gnus-art.el (gnus-article-replace-part)
8747         (gnus-mime-replace-part): New functions.
8748         (gnus-mime-action-alist, gnus-mime-button-commands)
8749         (gnus-mime-save-part-and-strip): Added file argument.
8750         (gnus-article-part-wrapper): Added interactive argument.
8751
8752         * gnus-sum.el (gnus-summary-mime-map): Add
8753         `gnus-article-replace-part'.
8754
8755 2005-09-19  Didier Verna  <didier@xemacs.org>
8756
8757         The nnml compaction feature:
8758         * nnml.el (nnml-request-compact-group): New function.
8759         * nnml.el (nnml-request-compact): New function.
8760         * gnus-int.el (gnus-request-compact-group): New function.
8761         * gnus-int.el (gnus-request-compact): New function.
8762         * gnus-group.el (gnus-group-compact-group): New function.
8763         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8764         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8765         * gnus-srvr.el (gnus-server-compact-server): New function.
8766         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8767         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8768
8769 2005-09-18  Deepak Goel  <deego@gnufans.org>
8770
8771         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8772         format spec.
8773
8774 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8777
8778 2005-09-15  Romain Francoise  <romain@orebokech.com>
8779
8780         * message.el (message-fill-paragraph): Clarify docstring.
8781
8782 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8783
8784         * gnus-art.el (gnus-mime-display-part): Protect against broken
8785         MIME messages.
8786
8787 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8788
8789         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8790         before parsing header.
8791
8792 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8793
8794         * html2text.el (html2text-replace-list): Add new entities.
8795
8796 2005-09-11  Romain Francoise  <romain@orebokech.com>
8797
8798         * message.el (message-alternative-emails): Improve docstring.
8799         (message-setup-1): Call `message-use-alternative-email-as-from'
8800         after `message-setup-hook' to give it precedence over posting
8801         styles, etc.
8802         (message-use-alternative-email-as-from): Add docstring.  Remove
8803         the original From header if present.
8804
8805         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8806         (nnml-save-mail): Use it.
8807
8808         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8809         articles.  Add new argument `silent'.
8810         (gnus-uu-mark-all): Report the total number of marked articles.
8811
8812 2005-09-10  Romain Francoise  <romain@orebokech.com>
8813
8814         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8815         (gnus-uu-mark-series): Likewise.
8816
8817 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8818
8819         * spam-report.el (spam-report-gmane): Fix generation of spam
8820         report URL.
8821
8822 2005-09-10  Simon Josefsson  <jas@extundo.com>
8823
8824         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8825         t, based on discussion on the ding list with Robert Epprecht
8826         <epprecht@solnet.ch>.
8827
8828 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8829
8830         * spam-report.el (spam-report-gmane): Make it work without
8831         X-Report-Spam header.  Gmane now only provides Archived-At.
8832         This is only used if `spam-report-gmane-use-article-number' is nil.
8833         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8834
8835         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8836         make `gnus-summary-sort-by-recipient' work with threading.
8837
8838         * nnweb.el (nnweb-google-wash-article): Print a message if article
8839         is not available.
8840
8841 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8842
8843         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8844         change.  Decode text/* parts content before displaying.
8845
8846 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8847
8848         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8849
8850 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8851
8852         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8853
8854         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8855         url-package-name, url-package-version,
8856         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8857         w3m-display-inline-images, and w3m-minor-mode-map.
8858
8859 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8860
8861         * message.el (message-tab-body-function): Fix mismatched custom type.
8862
8863         * gnus.el (gnus-group-change-level-function): Ditto.
8864
8865         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8866
8867         * gnus-art.el (gnus-signature-limit)
8868         (gnus-article-mime-part-function): Ditto.
8869
8870 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8871
8872         * mml.el (mml-mode): Silence the byte compiler.
8873
8874         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8875         using `(sit-for 0)' before moving the point to the specified part;
8876         skip unbuttonized parts.
8877         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8878         return to the summary window if gnus-auto-select-part is non-nil.
8879
8880 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8881
8882         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8883         variables.
8884         (mml-dnd-attach-file, mml-mode): Use them.
8885
8886         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8887         Make fetching article by MID work again for Google Groups.  Added
8888         FIXME concerning gnus-group-make-web-group.
8889
8890         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8891         Don't depend on Gnus by using mail-extract-address-components if
8892         gnus-extract-address-components is not bound.
8893
8894 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8895
8896         * gnus-art.el (gnus-mime-display-security): Don't display the
8897         signature, but only the signed part.
8898
8899 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8902
8903         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8904         list, not listp.
8905
8906 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8907
8908         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8909         when encoding.
8910
8911         * mm-bodies.el (mm-decode-content-transfer-encoding):
8912         De-canonicalize CRLF for all text content types, not just
8913         text/plain.
8914
8915 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8916
8917         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8918         valid article; point arrow and cursor at the MIME button.
8919
8920 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8923         Suggested by Dan Christensen <jdc@uwo.ca>.
8924
8925         * mm-decode.el (mm-save-part): Enable change of prompt.
8926
8927 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
8928
8929         * gnus-msg.el (gnus-inews-add-send-actions): Made
8930         `message-post-method' lambda parameter ARG `&optional'.
8931
8932 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8933
8934         * gnus-sum.el (gnus-summary-mime-map): Added
8935         gnus-article-save-part-and-strip, gnus-article-delete-part and
8936         gnus-article-jump-to-part.
8937
8938         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8939         (gnus-article-edit-part): Use it.
8940         (gnus-article-part-wrapper): Added no-handle argument.
8941         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8942         functions.
8943
8944 2005-08-29  Romain Francoise  <romain@orebokech.com>
8945
8946         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8947         docstring.
8948         (gnus-face-from-file): Likewise.
8949
8950 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
8951
8952         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8953         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8954         non-nil.
8955         (gnus-auto-select-part): New variable.
8956         (gnus-article-jump-to-part): New function.
8957         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8958         (gnus-mime-delete-part): Allow selecting specified part after
8959         deleting or stripping parts.
8960         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
8961         part if argument is bogus.
8962
8963 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
8964
8965         * gnus-art.el (w3m-minor-mode-map):
8966         * gnus-spec.el (gnus-newsrc-file-version):
8967         * gnus-util.el (nnmail-active-file-coding-system)
8968         (gnus-original-article-buffer, gnus-user-agent):
8969         * gnus.el (gnus-ham-process-destinations)
8970         (gnus-parameter-ham-marks-alist)
8971         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8972         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8973         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8974         * mm-decode.el (gnus-current-window-configuration):
8975         * mm-extern.el (gnus-article-mime-handles):
8976         * mm-url.el (url-current-object, url-package-name)
8977         (url-package-version):
8978         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8979         (smime-keys, w3m-cid-retrieve-function-alist)
8980         (w3m-current-buffer, w3m-display-inline-images)
8981         (w3m-minor-mode-map):
8982         * mml-smime.el (gnus-extract-address-components):
8983         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8984         (gnus-newsrc-hashtb, message-default-charset)
8985         (message-deletable-headers, message-options)
8986         (message-posting-charset, message-required-mail-headers)
8987         (message-required-news-headers):
8988         * mml1991.el (mc-pgp-always-sign):
8989         * mml2015.el (mc-pgp-always-sign):
8990         * nnheader.el (nnmail-extra-headers):
8991         * rfc1843.el (gnus-decode-encoded-word-function)
8992         (gnus-decode-header-function, gnus-newsgroup-name):
8993         * spam-stat.el (gnus-original-article-buffer): Add defvars.
8994
8995 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
8996
8997         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8998         the end of the date treatments.
8999
9000 2005-08-15  Simon Josefsson  <jas@extundo.com>
9001
9002         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9003         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9004         Capello and Romain Francoise.
9005         (pgg-fetch-key-function): Removed, not used?
9006         (pgg-insert-url-with-w3): Require url, to get
9007         url-insert-file-contents regardless of where it is defined.
9008
9009 2005-08-13  Romain Francoise  <romain@orebokech.com>
9010
9011         * message.el (message-cite-original-1): New function.
9012         (message-cite-original): Use it.
9013         (message-cite-original-without-signature): Ditto.
9014
9015 2005-08-08  Romain Francoise  <romain@orebokech.com>
9016
9017         * message.el (message-yank-empty-prefix): New variable.
9018         (message-indent-citation): Use it.
9019         (message-cite-original-without-signature): Respect X-No-Archive.
9020
9021 2005-08-08  Simon Josefsson  <jas@extundo.com>
9022
9023         * pgg.el: Autoload url-insert-file-contents instead of loading
9024         w3/url.
9025         (pgg-insert-url-with-w3): Don't load url here.
9026
9027 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9028
9029         * message.el (message-kill-to-signature): Don't insert newline at
9030         bol.
9031         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9032
9033 2005-08-06  Romain Francoise  <romain@orebokech.com>
9034
9035         * message.el (message-user-fqdn): Fix typo in docstring.
9036
9037 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9038
9039         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9040
9041         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9042
9043 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * mm-bodies.el (mm-encode-body): Use coding system rather than
9046         charset to encode text.
9047
9048         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9049         number of charsets if utf-8 is available (XEmacs).
9050
9051 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9052
9053         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9054         taken from `gnus-button-mid-or-mail-regexp'.
9055         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9056         (gnus-button-alist): Improve regexp for domain part of the MIDs
9057         for news:localpart@domain buttons.
9058         (gnus-button-ctan-directory-regexp): Update.
9059
9060 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9061
9062         * sieve-manage.el (sieve-manage-interactive-login): Use
9063         make-local-variable rather than make-variable-buffer-local.
9064         (sieve-manage-open): Ditto.
9065         (sieve-manage-authenticate): Ditto.
9066
9067         * mml.el (mml-generate-mime-1): Make the content type default to
9068         text/plain if the filename is not specified.
9069
9070 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9071
9072         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9073         instead of insert-buffer.
9074
9075         * message.el (message-yank-original): Ditto; set the mark at the
9076         end of the yanked message.
9077
9078 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9081         lines to scroll rather than to stop it.
9082
9083         * mml.el (mml-generate-default-type): Add doc string.
9084         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9085         default to application/octet-stream when determining the content
9086         type if it is not specified for the part or the mml contents; add
9087         a comment about mml-generate-default-type.
9088
9089 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9090
9091         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9092         make it default to application/octet-stream when determining the
9093         content type if it is not specified for the external contents.
9094
9095 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9096
9097         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9098         segmented parameter but also other parameters might be there.
9099
9100 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9101
9102         * mm-decode.el (mm-display-external): Delete temp file, directory
9103         and buffer immediately if the external process is exited.
9104
9105 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9108         fewer lines than that of scroll-margin.
9109         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9110
9111 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9112
9113         * gnus-art.el (gnus-article-next-page): Revert.
9114         (gnus-article-beginning-of-window): New macro.
9115         (gnus-article-next-page-1): Use it.
9116         (gnus-article-prev-page): Ditto.
9117         (gnus-article-edit-part): Use insert-buffer-substring instead of
9118         insert-buffer.
9119         (gnus-article-edit-exit): Ditto.
9120
9121         * gnus-util.el (gnus-beginning-of-window): Remove.
9122         (gnus-end-of-window): Remove.
9123
9124         * lpath.el: Don't bind header-line-format and scroll-margin.
9125
9126 2005-07-25  Simon Josefsson  <jas@extundo.com>
9127
9128         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9129         to have the url package without w3.  Reported by Daiki Ueno
9130         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9131
9132 2005-07-20  Didier Verna  <didier@xemacs.org>
9133
9134         * gnus-diary.el: Remove the description comment (nndiary is now
9135         properly documented in the Gnus manual).
9136         Fix the spelling of "Back End".
9137         * nndiary.el: Ditto.
9138         Fix the copyright notice.
9139
9140 2005-07-18  Romain Francoise  <romain@orebokech.com>
9141
9142         * gnus-sum.el (gnus-summary-to-prefix)
9143         (gnus-summary-newsgroup-prefix): New variables.
9144         (gnus-summary-from-or-to-or-newsgroups): Use them.
9145
9146 2005-07-17  Romain Francoise  <romain@orebokech.com>
9147
9148         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9149         space as it's generally not especially interesting to the user.
9150
9151 2005-07-16  Romain Francoise  <romain@orebokech.com>
9152
9153         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9154         nil to avoid prompting and file modification if one of the
9155         messages at the top of the nnfolder file contains a copyright
9156         notice.
9157         Update copyright notice.
9158
9159         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9160         instead of `current-time-string' as the latter creates a time
9161         string that is not RFC 2822 compliant (it lacks the zone).
9162         Update copyright notice.
9163
9164 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9165
9166         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9167         for text/rtf.  Display default in prompt.  Pass default for M-n.
9168
9169         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9170
9171 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9172
9173         * gnus-msg.el (gnus-button-mailto): Remove
9174         save-selected-window-window hackery because it relies on
9175         save-selected-window internals.
9176
9177 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9178
9179         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9180         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9181         (gnus-article-prev-page): Ditto.
9182
9183         * gnus-util.el (gnus-beginning-of-window): New function.
9184         (gnus-end-of-window): New function.
9185
9186         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9187
9188 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9189
9190         * gnus-score.el (gnus-score-edit-all-score): Set
9191         gnus-score-edit-exit-function to gnus-score-edit-done and call
9192         gnus-message.
9193
9194 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9195
9196         * gnus-msg.el (gnus-button-mailto): Remove
9197         save-selected-window-window hackery because it relies on
9198         save-selected-window internals.
9199
9200 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9203         add-minor-mode.
9204         (gnus-binary-mode): Ditto.
9205
9206         * gnus-topic.el (gnus-topic-mode): Ditto.
9207
9208 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9209
9210         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9211         (gnus-article-prev-page): Take scroll-margin into consideration.
9212
9213 2005-07-04  Lute Kamstra  <lute@gnu.org>
9214
9215         Update FSF's address in GPL notices.
9216
9217 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9218
9219         * gnus.el (gnus-exit):
9220         * gnus-group.el (gnus-group-icons):
9221         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9222
9223         * gnus-nocem.el (gnus-nocem):
9224         * message.el (message-various, message-buffers, message-sending)
9225         (message-interface, message-forwarding, message-insertion)
9226         (message-headers, message-news, message-mail):
9227         * pgg-gpg.el (pgg-gpg):
9228         * pgg-parse.el (pgg-parse):
9229         * pgg-pgp.el (pgg-pgp):
9230         * pgg-pgp5.el (pgg-pgp5):
9231         * pop3.el (pop3): Finish `defgroup' description with period.
9232
9233 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9234
9235         * gnus-art.el (article-display-face): Improve the efficiency.
9236         (article-display-x-face): Ditto; remove grey x-face stuff.
9237
9238 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9239
9240         * gnus-art.el (article-display-face): Correct the position in
9241         which Faces are inserted.
9242
9243 2005-06-29  Didier Verna  <didier@xemacs.org>
9244
9245         * gnus-art.el (article-display-face): Display faces in correct
9246         order.
9247
9248 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9249
9250         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9251         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9252         (gnus-nocem-check-article): Fetch the Type header.
9253         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9254         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9255         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9256         make sure gnus-nocem-hashtb is initialized.
9257         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9258         (gnus-nocem-unwanted-article-p): Ditto.
9259
9260         * pgg.el (pgg-verify): Return the verification result.
9261
9262 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9263
9264         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9265         is ascii.
9266
9267 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9268
9269         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9270         `show-nonbreak-escape'.
9271
9272 2005-06-23  Lute Kamstra  <lute@gnu.org>
9273
9274         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9275
9276         * dig.el (dig-mode):
9277         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9278
9279 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9280
9281         * nnimap.el (nnimap-split-download-body): Fix spellings.
9282
9283 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9284
9285         * gnus-art.el (gnus-article-encrypt-body):
9286         * gnus-cus.el (gnus-score-customize):
9287         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9288         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9289
9290 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9291
9292         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9293         header by looking for magic "MII" at the beginnig.
9294
9295 2005-06-16  Miles Bader  <miles@gnu.org>
9296
9297         * gnus-xmas.el (gnus-xmas-group-startup-message):
9298         Use renamed gnus-splash face.
9299
9300         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9301         (assistant-field-face): New backward-compatibility alias for renamed
9302         face.
9303         (assistant-render-text): Use renamed assistant-field face.
9304
9305         * spam.el (spam): Remove "-face" suffix from face name.
9306         (spam-face): New backward-compatibility alias for renamed face.
9307         (spam-face, spam-initialize): Use renamed spam face.
9308
9309         * message.el (message-header-to, message-header-cc)
9310         (message-header-subject, message-header-newsgroups)
9311         (message-header-other, message-header-name)
9312         (message-header-xheader, message-separator, message-cited-text)
9313         (message-mml): Remove "-face" suffix from face names.
9314         (message-header-to-face, message-header-cc-face)
9315         (message-header-subject-face, message-header-newsgroups-face)
9316         (message-header-other-face, message-header-name-face)
9317         (message-header-xheader-face, message-separator-face)
9318         (message-cited-text-face, message-mml-face):
9319         New backward-compatibility aliases for renamed faces.
9320         (message-font-lock-keywords): Use renamed message faces.
9321
9322         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9323         (sieve-test-commands, sieve-tagged-arguments):
9324         Remove "-face" suffix from face names.
9325         (sieve-control-commands-face, sieve-action-commands-face)
9326         (sieve-test-commands-face, sieve-tagged-arguments-face):
9327         New backward-compatibility aliases for renamed faces.
9328         (sieve-control-commands-face, sieve-action-commands-face)
9329         (sieve-test-commands-face, sieve-tagged-arguments-face):
9330         Use renamed sieve faces.
9331
9332         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9333         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9334         (gnus-group-news-3-empty, gnus-group-news-4)
9335         (gnus-group-news-4-empty, gnus-group-news-5)
9336         (gnus-group-news-5-empty, gnus-group-news-6)
9337         (gnus-group-news-6-empty, gnus-group-news-low)
9338         (gnus-group-news-low-empty, gnus-group-mail-1)
9339         (gnus-group-mail-1-empty, gnus-group-mail-2)
9340         (gnus-group-mail-2-empty, gnus-group-mail-3)
9341         (gnus-group-mail-3-empty, gnus-group-mail-low)
9342         (gnus-group-mail-low-empty, gnus-summary-selected)
9343         (gnus-summary-cancelled, gnus-summary-high-ticked)
9344         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9345         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9346         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9347         (gnus-summary-low-undownloaded)
9348         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9349         (gnus-summary-low-unread, gnus-summary-normal-unread)
9350         (gnus-summary-high-read, gnus-summary-low-read)
9351         (gnus-summary-normal-read, gnus-splash):
9352         Remove "-face" suffix from face names.
9353         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9354         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9355         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9356         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9357         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9358         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9359         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9360         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9361         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9362         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9363         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9364         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9365         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9366         (gnus-summary-normal-ticked-face)
9367         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9368         (gnus-summary-normal-ancient-face)
9369         (gnus-summary-high-undownloaded-face)
9370         (gnus-summary-low-undownloaded-face)
9371         (gnus-summary-normal-undownloaded-face)
9372         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9373         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9374         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9375         (gnus-splash-face):
9376         New backward-compatibility aliases for renamed faces.
9377         (gnus-group-startup-message): Use renamed gnus faces.
9378
9379         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9380         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9381         (gnus-server-agent): Remove "-face" suffix from face names.
9382         (gnus-server-agent-face, gnus-server-opened-face)
9383         (gnus-server-closed-face, gnus-server-denied-face)
9384         (gnus-server-offline-face):
9385         New backward-compatibility aliases for renamed faces.
9386         (gnus-server-agent-face, gnus-server-opened-face)
9387         (gnus-server-closed-face, gnus-server-denied-face)
9388         (gnus-server-offline-face): Use renamed gnus faces.
9389
9390         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9391         Remove "-face" suffix from face names.
9392         (gnus-picon-xbm-face, gnus-picon-face):
9393         New backward-compatibility aliases for renamed faces.
9394
9395         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9396         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9397         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9398         (gnus-cite-11): Remove "-face" suffix from face names.
9399         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9400         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9401         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9402         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9403         New backward-compatibility aliases for renamed faces.
9404         (gnus-cite-attribution-face, gnus-cite-face-list)
9405         (gnus-article-boring-faces): Use renamed gnus faces.
9406
9407         * gnus-art.el (gnus-signature, gnus-header-from)
9408         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9409         (gnus-header-content): Remove "-face" suffix from face names.
9410         (gnus-signature-face, gnus-header-from-face)
9411         (gnus-header-subject-face, gnus-header-newsgroups-face)
9412         (gnus-header-name-face, gnus-header-content-face):
9413         New backward-compatibility aliases for renamed faces.
9414         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9415
9416         * gnus-sum.el (gnus-summary-selected-face)
9417         (gnus-summary-highlight): Use renamed gnus faces.
9418         * gnus-group.el (gnus-group-highlight): Likewise.
9419
9420 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9421
9422         * gnus-sieve.el (gnus-sieve-article-add-rule):
9423         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9424         * spam-stat.el (spam-stat-buffer-change-to-spam)
9425         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9426
9427         * message.el (message-is-yours-p):
9428         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9429
9430 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * mm-view.el (mm-inline-text): Withdraw the last change.
9433
9434 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9435
9436         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9437         executing enriched-decode.
9438
9439 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9442         charset of tar files.
9443
9444 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9445
9446         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9447
9448 2005-06-04  Lute Kamstra  <lute@gnu.org>
9449
9450         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9451         information is never recorded.
9452
9453 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9454
9455         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9456
9457 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9458
9459         * pop3.el (pop3-apop): Run md5 in the binary mode.
9460
9461         * starttls.el (starttls-set-process-query-on-exit-flag):
9462         Use eval-and-compile.
9463
9464 2005-05-31  Simon Josefsson  <jas@extundo.com>
9465
9466         * smime.el (smime-replace-in-string): Define.
9467         (smime-cert-by-ldap-1): Use it.
9468
9469 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * gnus-art.el (article-display-x-face): Replace
9472         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9473
9474         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9475         set-process-query-on-exit-flag or process-kill-without-query.
9476
9477         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9478         loop instead of replace-regexp.
9479
9480         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9481         instead of process-kill-without-query if it is available.
9482
9483         * lpath.el: Fbind ldap-search-entries.
9484
9485         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9486         instead of find-file-hooks if it is available.
9487
9488         * mml1991.el: Bind pgg-default-user-id when compiling.
9489
9490         * mml2015.el: Bind pgg-default-user-id when compiling.
9491
9492         * nndraft.el (nndraft-request-associate-buffer):
9493         Use write-contents-functions instead of write-contents-hooks if it is
9494         available.
9495
9496         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9497         instead of find-file-hooks if it is available.
9498
9499         * nntp.el (nntp-open-connection): Replace
9500         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9501         (nntp-open-ssl-stream): Ditto.
9502         (nntp-open-tls-stream): Ditto.
9503
9504         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9505         set-process-query-on-exit-flag or process-kill-without-query.
9506         (starttls-open-stream-gnutls): Use it instead of
9507         process-kill-without-query.
9508         (starttls-open-stream): Ditto.
9509
9510 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9511
9512         * smime.el (smime-cert-by-ldap-1): Don't use
9513         replace-regexp-in-string.
9514
9515 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9516
9517         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9518
9519         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9520         in PEM format.  Adjust to the XEmacs compability.
9521
9522 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9523
9524         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9525         by `string-to-number'.
9526         * gnus-agent.el (gnus-agent-regenerate-group)
9527         (gnus-agent-fetch-articles): Ditto.
9528         * gnus-art.el (gnus-button-fetch-group): Ditto.
9529         * gnus-cache.el (gnus-cache-generate-active)
9530         (gnus-cache-articles-in-group): Ditto.
9531         * gnus-group.el (gnus-group-set-current-level)
9532         (gnus-group-insert-group-line): Ditto.
9533         * gnus-score.el (gnus-score-set-expunge-below)
9534         (gnus-score-set-mark-below, gnus-summary-score-effect)
9535         (gnus-summary-score-entry): Ditto.
9536         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9537         (gnus-soup-pack): Ditto.
9538         * gnus-spec.el (gnus-xmas-format): Ditto.
9539         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9540         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9541         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9542         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9543         * nndb.el (nndb-get-remote-expire-response): Ditto.
9544         * nndiary.el (nndiary-parse-schedule-value)
9545         (nndiary-string-to-number, nndiary-request-replace-article)
9546         (nndiary-request-article): Ditto.
9547         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9548         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9549         * nneething.el (nneething-make-head): Ditto.
9550         * nnfolder.el (nnfolder-request-article)
9551         (nnfolder-retrieve-headers): Ditto.
9552         * nnheader.el (nnheader-file-to-number): Ditto.
9553         * nnkiboze.el (nnkiboze-request-article): Ditto.
9554         * nnmail.el (nnmail-process-unix-mail-format)
9555         (nnmail-process-babyl-mail-format): Ditto.
9556         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9557         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9558         (nnmh-request-create-group, nnmh-request-list-1)
9559         (nnmh-request-group, nnmh-request-article): Ditto.
9560         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9561         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9562         * nnsoup.el (nnsoup-make-active): Ditto.
9563         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9564         * nntp.el (nntp-find-group-and-number)
9565         (nntp-retrieve-headers-with-xover): Ditto.
9566         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9567         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9568         (pgg-format-key-identifier): Ditto.
9569         * pop3.el (pop3-last, pop3-stat): Ditto.
9570         * qp.el (quoted-printable-decode-region): Ditto.
9571
9572         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9573         of concat.
9574
9575 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9578
9579         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9580
9581         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9582
9583         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9584
9585         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9586
9587         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9588
9589         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9590         (gnus-carpal-mode): Ditto.
9591
9592         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9593         (gnus-browse-mode): Ditto.
9594
9595         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9596
9597         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9598
9599 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9600
9601         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9602
9603 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9604
9605         * gnus-util.el (gnus-run-mode-hooks): New function.
9606
9607         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9608
9609         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9610         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9611
9612 2005-05-27  Lute Kamstra  <lute@gnu.org>
9613
9614         * dns-mode.el (dns-mode): Specify customization group.
9615
9616 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9617
9618         * gnus-agent.el (gnus-agent-make-mode-line-string):
9619         Use mode-line-highlight as mouse-face.
9620
9621 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9622
9623         * canlock.el (canlock): Change the parent group to news.
9624
9625         * deuglify.el (gnus-outlook-deuglify): Add :group.
9626
9627         * dig.el (dig): Add :group.
9628
9629         * dns-mode.el (dns-mode): Add :group.
9630
9631         * encrypt.el (encrypt): Add :group.
9632
9633         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9634         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9635         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9636         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9637         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9638
9639         * gnus-diary.el (gnus-diary): Add :group.
9640
9641         * gnus.el (gnus-group-news-1-face): Add :group.
9642         (gnus-group-news-1-empty-face): Ditto.
9643         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9644         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9645         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9646         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9647         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9648         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9649         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9650         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9651         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9652         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9653         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9654         (gnus-summary-high-ticked-face): Ditto.
9655         (gnus-summary-low-ticked-face): Ditto.
9656         (gnus-summary-normal-ticked-face): Ditto.
9657         (gnus-summary-high-ancient-face): Ditto.
9658         (gnus-summary-low-ancient-face): Ditto.
9659         (gnus-summary-normal-ancient-face): Ditto.
9660         (gnus-summary-high-undownloaded-face): Ditto.
9661         (gnus-summary-low-undownloaded-face): Ditto.
9662         (gnus-summary-normal-undownloaded-face): Ditto.
9663         (gnus-summary-high-unread-face): Ditto.
9664         (gnus-summary-low-unread-face): Ditto.
9665         (gnus-summary-normal-unread-face): Ditto.
9666         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9667         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9668
9669         * hashcash.el (hashcash): New custom group.
9670         (hashcash-default-payment): Add :group.
9671         (hashcash-payment-alist): Ditto.
9672         (hashcash-default-accept-payment): Ditto.
9673         (hashcash-accept-resources): Ditto.
9674         (hashcash-path): Ditto.
9675         (hashcash-extra-generate-parameters): Ditto.
9676         (hashcash-double-spend-database): Ditto.
9677         (hashcash-in-news): Ditto.
9678
9679         * message.el (message-minibuffer-local-map): Add :group.
9680
9681         * netrc.el (netrc): Add :group.
9682
9683         * sieve-manage.el (sieve-manage-log): Add :group.
9684         (sieve-manage-default-user): Diito.
9685         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9686         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9687         (sieve-manage-authenticators): Ditto.
9688         (sieve-manage-authenticator-alist): Ditto.
9689         (sieve-manage-default-port): Ditto.
9690
9691         * sieve-mode.el (sieve-control-commands-face): Add :group.
9692         (sieve-action-commands-face): Ditto.
9693         (sieve-test-commands-face): Ditto.
9694         (sieve-tagged-arguments-face): Ditto.
9695
9696         * smime.el (smime): Add :group.
9697
9698         * spam-report.el (spam-report): Add :group.
9699
9700         * spam.el (spam, spam-face): Add :group.
9701
9702 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9703
9704         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9705         return \n.\n.\n at the end of articles.  Protect against that.
9706         (nntp-with-open-group): Allow debugging.
9707
9708         * nnheader.el (mail-header-set-extra): Make into a function
9709         because I just could't understand how to quote the list properly.
9710
9711         * dns.el (query-dns-cached): New function.
9712
9713 2005-05-26  Lute Kamstra  <lute@gnu.org>
9714
9715         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9716
9717 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9720
9721         * gnus-art.el: Don't autoload mail-extract-address-components.
9722
9723         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9724         eval-and-compile to evaluate it.
9725
9726         * hashcash.el: Don't autoload executable-find.
9727
9728         * nndb.el: Don't declare the nndb back end two or more times; don't
9729         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9730
9731         * nntp.el: Autoload format-spec instead of format; use
9732         eval-and-compile to evaluate autoload forms.
9733
9734 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9735
9736         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9737
9738 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9739
9740         * gnus.el (gnus-version-number): Bump version.
9741
9742 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9743
9744         * gnus.el: No Gnus v0.3 is released.
9745
9746 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9747
9748         * lpath.el (featurep): Bind show-nonbreak-escape.
9749
9750 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9751
9752         * gnus-art.el (gnus-article-edit-part): Disable undo.
9753
9754 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9755
9756         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9757         gnus-article-date-lapsed-new-header is t if date timer is active;
9758         skip headers in which the original date value is empty.
9759         (gnus-article-save-original-date): Redefine it as a macro.
9760         (gnus-display-mime): Use it.
9761
9762 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-art.el (article-date-ut): Support converting date in
9765         forwarded parts as well.
9766         (gnus-article-save-original-date): New function.
9767         (gnus-display-mime): Use it.
9768
9769 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9770
9771         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9772         enclosure element of <item>.
9773
9774 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9775
9776         * message.el (message-kill-buffer-query): Renamed from
9777         `message-kill-buffer-query-if-modified'.  Added :version.
9778
9779 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9780
9781         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9782         window layout.
9783
9784 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9785
9786         * mml.el: Autoload dnd when compiling.
9787
9788 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9789
9790         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9791         x-dnd-*.
9792
9793 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * qp.el (quoted-printable-encode-region): Save excursion.
9796
9797 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9798
9799         * message.el (message-kill-buffer-query-if-modified): Add new variable
9800         so the user can kill a modified message buffer quickly.
9801         (message-kill-buffer): Use it.
9802
9803 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * lpath.el: Fbind display-time-event-handler; don't fbind
9806         string-to-multibyte.
9807
9808         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9809
9810 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9811
9812         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9813         contained in text because xml.el decodes entities) with LFs.
9814
9815 2005-04-11  Lute Kamstra  <lute@gnu.org>
9816
9817         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9818         differently.
9819
9820 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9821
9822         * mm-util.el (mm-detect-coding-region): Typo.
9823
9824 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9825
9826         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9827
9828 2005-04-06  Deepak Goel  <deego@gnufans.org>
9829
9830         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9831         user-function allow user modifications of the scores.
9832         (spam-stat-score-buffer-user): New function, to allow
9833         user-computed modifications to the score.
9834         (spam-stat-score-buffer-user-functions): List of additional
9835         scoring functions.
9836         (spam-stat-error-holder): Global temporary error holder.
9837         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9838         variable.
9839
9840 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9841
9842         * gnus-registry.el (gnus-registry-clean-empty-function)
9843         (gnus-registry-trim, gnus-registry-fetch-groups)
9844         (gnus-registry-delete-group): Groups that match
9845         `gnus-registry-ignored-groups' are removed from the registry
9846         entries, not just ignored for splitting.  This helps clean up the
9847         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9848         to get all the groups a message ID is in.
9849
9850         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9851         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9852         (spam-stat-score-buffer-user-functions): Add :number custom type.
9853
9854 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9855
9856         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9857         argument in XEmacs.
9858
9859         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9860         (nnrss-request-group): Decode group name first.
9861         (nnrss-request-article): Make a text/plain article if mml-to-mime
9862         failed.
9863         (nnrss-get-encoding): Return a compatible encoding according to
9864         nnrss-compatible-encoding-alist.
9865         (nnrss-find-el): Use consp instead of listp.
9866         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9867
9868 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9871         which Emacs 20 doesn't support.
9872         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9873
9874 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9875
9876         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9877         silence the byte compiler inside the defun.
9878
9879         * gnus-demon.el (parse-time-string): Add autoload.
9880
9881         * gnus-delay.el (parse-time-string): Add autoload.
9882
9883         * gnus-art.el (parse-time-string): Add autoload.
9884
9885         * nnultimate.el (parse-time): Require for `parse-time-string'.
9886
9887 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9888
9889         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9890
9891         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9892
9893         * smime.el (smime-ldap-host-list): Add :version.
9894
9895 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9896
9897         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9898         pass it to `gnus-browse-read-group'.
9899         (gnus-browse-read-group): Add NUMBER argument and pass it to
9900         `gnus-group-read-ephemeral-group'.
9901
9902         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9903         argument and pass it to `gnus-group-read-group'.
9904
9905 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9906
9907         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9908         mm-xemacs-find-mime-charset-1 if we have the mule feature
9909         available at runtime.
9910
9911 2005-03-25  Werner Lemberg  <wl@gnu.org>
9912
9913         * nnmaildir.el: Replace `illegal' with `invalid'.
9914
9915 2005-03-23  Lute Kamstra  <lute@gnu.org>
9916
9917         * time-date.el: Add comment on time value formats.
9918         Don't require parse-time.
9919         (with-decoded-time-value): New macro.
9920         (encode-time-value): New function.
9921         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
9922         (days-to-time): Return a valid time value when arg is huge.
9923         (time-since): Use time-subtract.
9924         (time-to-number-of-days): Use time-to-seconds.
9925
9926 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9927
9928         * gnus-start.el (gnus-display-time-event-handler):
9929         Check display-time-timer at runtime rather than only at load time
9930         in case display-time-mode is turned off in the mean time.
9931
9932 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
9933
9934         * nnimap.el (nnimap-open-connection): Print which authinfo file is
9935         used.
9936
9937         * nneething.el (nneething-map-file-directory): Derive from
9938         `gnus-directory'.
9939
9940         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9941         the To/Cc button.
9942
9943 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
9944
9945         * nnmaildir.el (nnmaildir-request-accept-article):
9946         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9947
9948 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9949
9950         * gnus-async.el: Require timer-funcs at compile time when in
9951         XEmacs for `run-with-idle-timer'.
9952
9953 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
9954
9955         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9956         autoloaded function.
9957
9958 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9959
9960         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9961
9962 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
9963
9964         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9965
9966 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9967
9968         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9969         gnus-expert-user to default.
9970
9971 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
9972
9973         * nnimap.el (nnimap-open-server): Ditto.
9974
9975         * imap.el (imap-authenticate): Fix typo.
9976
9977 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
9978
9979         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9980         buffer (since IMAP server might return FETCH response out of
9981         order, and the nntp buffer must be sorted).
9982
9983 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
9984
9985         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9986         comparison on string.
9987
9988         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9989         (gnus-agent-score): Renamed category keywords to match gnus-cus.
9990         (gnus-agent-summary-fetch-series): Modified to protect against
9991         gnus-agent-summary-fetch-group clearing processable flags.
9992         (gnus-agent-synchronize-group-flags): Update live group buffer as
9993         synchronization may occur due to the user toggle the plugged
9994         status.
9995         (gnus-agent-fetch-group-1): Clear downloadable flag when article
9996         successfully downloaded.
9997         (gnus-agent-expire-group-1): Avoid using markers when the overview
9998         is in ascending order; greatly improves performance.
9999         (gnus-agent-regenerate-group): Use
10000         gnus-agent-synchronize-group-flags to reset read status in both
10001         gnus and server.
10002         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10003
10004 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10005
10006         * message.el: Don't autoload former message-utils variables.
10007         (message-strip-subject-trailing-was): Change doc string.
10008
10009         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10010         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10011         (nnweb-google-search): Add "hl=en" here.
10012         (nnweb-google-parse-1, nnweb-google-create-mapping):
10013         Don't hardcode URL.
10014
10015 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10016
10017         * message.el (message-get-reply-headers, message-followup):
10018         Mention related variables `message-use-followup-to' and
10019         `message-use-mail-followup-to', in the information buffer.
10020
10021         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10022         of broken groups(-beta).google.com.
10023
10024 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10025
10026         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10027         parameter to invoked gnus-request-move-article; remove the
10028         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10029         all at once instead of once per article.
10030         (gnus-summary-remove-process-mark): Accept a list of articles as
10031         well as a single article for processing.
10032
10033         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10034         parameter.
10035
10036         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10037
10038         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10039
10040         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10041         parameter.
10042
10043         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10044         parameter.
10045
10046         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10047         parameter and remove the gnus-sum-hint-move-is-internal variable.
10048
10049         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10050         parameter.
10051
10052         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10053         parameter.
10054
10055         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10056         parameter.
10057
10058         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10059
10060         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10061         parameter.
10062
10063         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10064         parameter.
10065
10066 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10067
10068         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10069         a more conservative way.
10070
10071 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10072
10073         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10074         buffer, so it moves the window's cursor.
10075
10076 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10077
10078         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10079         `mm-dissect-multipart' and receive the from field as an (optional)
10080         argument from `mm-dissect-multipart'.
10081         (mm-dissect-multipart): Receive the from field as an argument and
10082         pass it on when we call `mm-dissect-buffer' on MIME parts.
10083         Fixes verification/decryption of signed/encrypted MIME parts.
10084
10085 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10086
10087         * gnus-sum.el (gnus-summary-move-article): Set
10088         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10089         whatever it calls (right now, only nnimap-request-move article
10090         respects it).
10091
10092         * nnimap.el (nnimap-request-move-article): When
10093         gnus-sum-hint-move-is-internal is set, don't do the extra
10094         nnimap-request-article.
10095
10096 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10099
10100         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10101         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10102
10103         * gnus-sum.el (gnus-summary-caesar-message):
10104         Apply `gnus-treat-article' after rotation.
10105
10106         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10107         doc string.
10108
10109 2005-02-22  Simon Josefsson  <jas@extundo.com>
10110
10111         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10112         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10113         <arne@arnested.dk>.
10114         (encrypt): Add password-cache and password-cache-expiry as group
10115         members.
10116
10117 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10118
10119         * smime.el (smime-ldap-host-list): Doc fix.
10120         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10121         cache) password.
10122         (smime-sign-region): Use it.
10123         (smime-decrypt-region): Use it.
10124         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10125         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10126         fails.
10127         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10128         certificate from DER to PEM format rather than calling openssl.
10129
10130         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10131
10132         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10133         for signing/encryption.
10134
10135         * mml.el (mml-parse-1): Use them.
10136
10137 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10138
10139         * nnrss.el (nnrss-verbose): Removed.
10140         (nnrss-request-group): Use `nnheader-message' instead.
10141
10142 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10143
10144         * nnrss.el (nnrss-verbose): New variable.
10145         (nnrss-request-group): Make it say nnrss is requesting a group.
10146
10147 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10148
10149         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10150         Handle news URL with given port correctly.
10151
10152 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10155         containing special characters.
10156
10157         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10158
10159         * mml.el (mime-to-mml): Ditto.
10160
10161         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10162         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10163         (rfc2047-decode-region): Quote decoded words containing special
10164         characters when rfc2047-quote-decoded-words-containing-tspecials
10165         is non-nil.
10166
10167 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10168
10169         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10170
10171         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10172
10173 2005-02-15  Simon Josefsson  <jas@extundo.com>
10174
10175         * nnimap.el (nnimap-debug): Doc fix.
10176
10177         * imap.el (imap-debug): Doc fix.
10178
10179 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10182
10183 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10184
10185         * gnus.el (spam-contents): Improve docs for spam-contents
10186         parameter in its variable incarnation.
10187
10188 2005-02-14  Simon Josefsson  <jas@extundo.com>
10189
10190         * smime-ldap.el: Use require instead of load-library for ldap.
10191         (smime-ldap-search): Indent.
10192         (smime-ldap-search-internal): Shorten line.
10193
10194         * smime.el (smime-cert-by-dns): Add doc-string.
10195         (smime-cert-by-ldap-1): Indent.
10196
10197         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10198         mml-smime-get-dns-ldap.
10199         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10200
10201 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10202
10203         * smime.el: Require smime-ldap.
10204         (smime-ldap-host-list): New variable.
10205         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10206
10207         * mml-smime.el (mml-smime-encrypt-query): New function.
10208         (mml-smime-encrypt-query): Use it.
10209
10210         * smime-ldap.el: New file.
10211
10212 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10215
10216 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10217
10218         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10219         argument in doc string.  Make query for type more clear.
10220
10221 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10222
10223         * gnus.el (gnus-group-startup-message): Search for gnus images in
10224         etc/images/gnus.
10225         * mm-util.el (mm-image-load-path): Likewise.
10226         * smiley.el (smiley-data-directory): Search for smilies in
10227         etc/images/smilies.
10228
10229 2005-02-09  Kim F. Storm  <storm@cua.dk>
10230
10231         Change Emacs release version from 21.4 to 22.1 throughout.
10232         Change Emacs development version from 21.3.50 to 22.0.50.
10233
10234 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10235
10236         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10237
10238         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10239         non-Mule XEmacs as well.
10240         (mm-decompress-buffer): Signal an error intentionally if it does
10241         not decompress compressed data because auto-compression-mode is
10242         disabled.
10243
10244 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10245
10246         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10247         an ID in the registry even if it has no groups.
10248
10249 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10250
10251         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10252         merge it into mm-decompress-buffer.
10253         (gnus-mime-copy-part): Use the MIME part charset, the value which
10254         a user specified or gnus-newsgroup-charset for decoding, like
10255         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10256         save-buffer what was used.  Suggested by Kevin Ryde
10257         <user42@zip.com.au>.
10258         (gnus-mime-inline-part): Allow the name parameter as well as the
10259         filename parameter; force decompressing of compressed data; always
10260         display contents being not decoded as unibyte.
10261
10262         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10263         as well as the filename parameter.
10264
10265         * mm-util.el (mm-decompress-buffer): Merge
10266         gnus-mime-jka-compr-maybe-uncompress.
10267         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10268         of compressed data.
10269
10270 2005-02-08  Simon Josefsson  <jas@extundo.com>
10271
10272         * imap.el (imap-log): Doc fix.
10273
10274 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10275
10276         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10277         the coding cookies; decompress compressed parts.
10278
10279         * mml.el (mml-generate-mime-1): Add the charset parameter according
10280         to the value which a user specified manually or the coding cookie.
10281
10282         * mm-util.el (mm-string-to-multibyte): New function.
10283         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10284         (mm-coding-system-to-mime-charset): New function.
10285         (mm-decompress-buffer): New function.
10286         (mm-find-buffer-file-coding-system): New function.
10287
10288         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10289         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10290         parts.
10291
10292 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10293
10294         * mm-view.el (mm-display-inline-fontify): Decode a part according
10295         to the charset parameter.
10296
10297 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10298
10299         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10300         prefix arg is neither nil nor a number, as info specifies.
10301
10302 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10305         timestamps.
10306
10307 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10308
10309         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10310         groups error checking and notify user.
10311
10312 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10313
10314         * message.el (message-send-mail-function): Check existence of
10315         sendmail-program first before using default value
10316         `message-send-mail-with-sendmail'.  Otherwise use more generic
10317         `smtpmail-send-it'.
10318
10319 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10320
10321         * nntp.el (nntp-request-update-info): Always return nil.
10322
10323 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10324
10325         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10326
10327 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10328
10329         * message.el (message-beginning-of-line): Change the behavior when
10330         invoked between BOL and : so that it first moves backward.
10331
10332 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10333
10334         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10335         article buffer when editing of the article is discarded.
10336         (gnus-article-prepare): Revert.
10337
10338 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * gnus-art.el (gnus-article-prepare):
10341         Remove message-strip-forbidden-properties from the local hook.
10342
10343 2005-01-27  Simon Josefsson  <jas@extundo.com>
10344
10345         * password.el (password-cache-add): Only start one timer per key.
10346         Reported by Derek Atkins <warlord@MIT.EDU>.
10347
10348 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10349
10350         * run-at-time.el: Removed.  It is no longer needed as
10351         timer-funcs.el in the xemacs-base package has a working version of
10352         `run-at-time'.
10353
10354         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10355
10356         * password.el: Require timer-funcs instead of run-at-time in
10357         XEmacs.
10358         Remove `password-run-at-time' macro.
10359         (password-cache-add): Use `run-at-time' instead of
10360         `password-run-at-time'.
10361
10362         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10363         Remove `nnheader-cancel-function-timers' alias,
10364         `cancel-function-timers' exists in XEmacs in timer-funcs.
10365
10366         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10367         for `run-with-idle-timer'.
10368
10369         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10370         for `run-at-time'.
10371
10372         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10373         for `with-timeout'.
10374
10375         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10376         the same as for XEmacs 21.4.
10377         No need to ignore `run-with-idle-timer', this function exists in
10378         XEmacs now in timer-funcs.el in the xemacs-base package.
10379         (dgnushack-compile): No need to delete
10380         run-at-time.el from the list of files to compile because it
10381         doesn't exist anymore.
10382
10383 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10386         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10387
10388 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10389
10390         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10391         sensitively.
10392
10393 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10394
10395         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10396
10397 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10398
10399         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10400         which will be inserted according to the multibyteness of a buffer
10401         rather than the type of contents.  Suggested by ARISAWA Akihiro
10402         <ari@mbf.ocn.ne.jp>.
10403
10404         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10405         of string which old xml.el may return rather than a string.
10406
10407 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10408
10409         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10410
10411 2005-01-16  Simon Josefsson  <jas@extundo.com>
10412
10413         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10414         idn/idna.el isn't available.
10415         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10416         <michael@waxrat.com>.
10417
10418         * hashcash.el: Remove non-FSF copyright header.
10419
10420         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10421         (hashcash-generate-payment): Use it.
10422         (hashcash-generate-payment-async): Use it.
10423
10424 2005-01-15  Simon Josefsson  <jas@extundo.com>
10425
10426         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10427         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10428
10429         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10430         gnus-summary-idna-message.
10431         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10432         (gnus-summary-idna-message): New function.
10433
10434 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10435
10436         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10437         gnus-novice-user.
10438
10439 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10440
10441         * nnrss.el (nnrss-request-delete-group): Delete entries in
10442         nnrss-group-alist as well.
10443         (nnrss-save-server-data): Insert newline.
10444
10445 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10446
10447         * gnus.el (gnus-user-agent): Use list of symbols instead of
10448         symbols.  Display full version number for (S)XEmacs.  Optionally
10449         display (S)XEmacs codename.
10450
10451         * gnus-util.el (gnus-emacs-version): Update for new
10452         `gnus-user-agent'.
10453
10454         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10455         Gnus version.
10456
10457 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10460         which is unreadable in some setups.
10461
10462 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10463
10464         * gnus-spec.el (gnus-update-format-specifications): Flush the
10465         group format spec cache if it doesn't support decoded group names.
10466
10467 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10468
10469         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10470         Allow to apply decay on score files matching a regexp.
10471
10472 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10475         compatibility in %g and %c.
10476
10477 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10478
10479         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10480         name for only %g and %c.
10481         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10482         of gnus-tmp-group to decoded group name.
10483         (gnus-group-make-rss-group): Exclude `/'s from group names.
10484
10485 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10486
10487         * nnrss.el (nnrss-get-encoding): Fix regexp.
10488
10489 2004-12-27  Simon Josefsson  <jas@extundo.com>
10490
10491         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10492         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10493         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10494
10495 2004-12-17  Kim F. Storm  <storm@cua.dk>
10496
10497         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10498
10499         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10500
10501 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10502
10503         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10504
10505 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * nnrss.el: Require rfc2047 and mml.
10508         (nnrss-file-coding-system): New variable.
10509         (nnrss-format-string): Redefine it as an inline function.
10510         (nnrss-decode-group-name): New function.
10511         (nnrss-string-as-multibyte): Remove.
10512         (nnrss-retrieve-headers): Decode group name; don't use
10513         nnrss-format-string.
10514         (nnrss-request-group): Decode group name.
10515         (nnrss-request-article): Decode group name; allow a Message-ID as
10516         well as an article number; don't use nnrss-format-string; encode a
10517         Message-ID string which may contain non-ASCII characters; use
10518         mml-to-mime to compose a MIME article.
10519         (nnrss-request-expire-articles): Decode group name.
10520         (nnrss-request-delete-group): Decode group name.
10521         (nnrss-fetch): Clarify error message.
10522         (nnrss-read-server-data): Use insert-file-contents instead of load;
10523         bind file-name-coding-system; use multibyte buffer.
10524         (nnrss-save-server-data): Bind coding-system-for-write to the
10525         value of nnrss-file-coding-system; bind file-name-coding-system;
10526         add coding cookie.
10527         (nnrss-read-group-data): Use insert-file-contents instead of load;
10528         bind file-name-coding-system; use multibyte buffer.
10529         (nnrss-save-group-data): Bind coding-system-for-write to the
10530         value of nnrss-file-coding-system; bind file-name-coding-system.
10531         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10532         make it work with non-ASCII text.
10533         (nnrss-find-el): Make it work with old xml.el as well.
10534
10535 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10536
10537         * nnrss.el (nnrss-get-encoding): New function.
10538         (nnrss-fetch): Use unibyte buffer initially; bind
10539         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10540         decode contents according to the encoding attribute.
10541         (nnrss-save-group-data): Add coding cookie.
10542         (nnrss-mime-encode-string): New function.
10543         (nnrss-check-group): Use it to encode subject and author.
10544
10545 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10546
10547         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10548         imaginary variable.
10549
10550 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10551
10552         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10553         correctly even if there are wide characters.
10554
10555 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10556
10557         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10558         downcased symbol names; make a new cache instead of reusing
10559         bbdb-hashtable.
10560
10561 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10564         concatenating segments rather than before concatenating them.
10565         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10566
10567         * message.el (message-get-reply-headers): Bind `extra'.
10568
10569 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10570
10571         * message.el (message-extra-wide-headers): New variable.
10572         (message-get-reply-headers): Use it.
10573
10574 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10577         (gnus-agent-group-pathname): Ditto.
10578
10579         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10580
10581         * gnus-group.el (gnus-group-make-group): Decode group name.
10582         (gnus-group-make-rss-group): Register the group data after opening
10583         the nnrss group.
10584
10585 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10586
10587         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10588         by expiry now get marked as read.
10589
10590 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10591
10592         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10593
10594 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10595
10596         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10597         unify Latin characters in XEmacs.
10598         (mm-find-mime-charset-region): Use it.
10599
10600 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10601
10602         * gnus-util.el (gnus-delete-directory): New function.
10603
10604         * gnus-agent.el (gnus-agent-delete-group): Use it.
10605
10606         * gnus-cache.el (gnus-cache-delete-group): Use it.
10607
10608 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10611         names.
10612
10613 2004-12-16  Simon Josefsson  <jas@extundo.com>
10614
10615         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10616
10617 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10620
10621         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10622         (gnus-group-set-current-level): Decode group name.
10623
10624 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10625
10626         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10627         failed.
10628
10629 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10630
10631         * gnus-group.el (gnus-group-delete-group): Decode group name.
10632         (gnus-group-make-rss-group): Encode group name.
10633         (gnus-group-catchup-current): Decode group name.
10634         (gnus-group-kill-group): Decode group name.
10635
10636 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10637
10638         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10639
10640 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10641
10642         * gnus-group.el (gnus-group-make-rss-group):
10643         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10644
10645         * gnus-start.el (gnus-setup-news): Honor user's setting to
10646         gnus-message-archive-method.  Suggested by Lute Kamstra
10647         <lute@gnu.org>.
10648
10649 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10650
10651         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10652         global counterparts of the buffer-local variables.
10653
10654 2004-11-16  Romain Francoise  <romain@orebokech.com>
10655
10656         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10657         counterparts of the buffer-local variables.
10658
10659 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * message.el (message-forbidden-properties): Fixed typo in doc
10662         string.
10663
10664 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10665
10666         * gnus-util.el (gnus-replace-in-string): Added doc string.
10667
10668         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10669         to avoid problems when splitting mails with many recipients.
10670
10671 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10672
10673         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10674         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10675
10676 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10677
10678         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10679         if there is no hashtable in memory or file modification time is
10680         newer than cached timestamp.
10681
10682 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10683
10684         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10685         not-matching option.
10686
10687 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10688
10689         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10690         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10691         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10692         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10693         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10694         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10695
10696 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10697
10698         * message.el (message-forward-make-body-mml): Remove headers
10699         according to message-forward-ignored-headers if a message is decoded.
10700
10701 2004-12-02  Romain Francoise  <romain@orebokech.com>
10702
10703         * message.el (message-forward-make-body-plain): Always remove
10704         headers according to message-forward-ignored-headers.
10705
10706 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10707
10708         * spam.el (spam-summary-prepare-exit): Remove the
10709         gnus-summary-limit pop for now, it has problems with ham marks for
10710         me.
10711
10712 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10713
10714         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10715         correctly.
10716
10717 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10718
10719         * format-spec.el (format-spec): Message the char.
10720
10721 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10722
10723         * gnus-art.el (gnus-split-methods): Reformat comments.
10724
10725         * spam.el (spam-summary-prepare-exit): Remove article limits
10726         before exiting the summary buffer.
10727
10728 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10729
10730         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10731         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10732
10733         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10734         order to silence the byte compiler.
10735
10736         * spam.el: Fix the way to silence the byte compiler, which
10737         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10738         bbdb-search-simple, spam-BBDB-register-routine,
10739         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10740         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10741         spam-stat-buffer-is-spam, spam-stat-load,
10742         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10743         spam-stat-save and spam-stat-split-fancy.
10744
10745 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10748         which may confuse users.
10749         (canlock-password-for-verify): Ditto.
10750
10751         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10752
10753         * gnus-art.el (gnus-emphasis-alist): Ditto.
10754
10755         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10756
10757         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10758
10759         * gnus-start.el (gnus-save-killed-list): Ditto.
10760
10761         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10762         (gnus-sum-thread-tree-root): Ditto.
10763         (gnus-sum-thread-tree-false-root): Ditto.
10764         (gnus-sum-thread-tree-single-indent): Ditto.
10765
10766         * message.el (message-courtesy-message): Ditto.
10767         (message-archive-note): Ditto.
10768         (message-subscribed-address-file): Ditto.
10769         (message-user-fqdn): Ditto.
10770
10771         * spam-report.el (spam-report-gmane-regex): Ditto.
10772
10773         * spam.el (spam-blackhole-good-server-regex): Ditto.
10774
10775 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10776
10777         * mml.el (mml-preview): Widen the message buffer before copying
10778         the contents to the preview buffer; sort headers before previewing.
10779
10780         * message.el (message-hidden-headers): Fix the way to avoid a bug
10781         in the `repeat' widget in Emacs 21.3 or earlier.
10782
10783 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10784
10785         * message.el (message-hidden-headers): Default to "^References:".
10786         Improve customization type.  Suggested by Reiner Steib
10787         <Reiner.Steib@gmx.de>.
10788
10789 2004-11-25  Romain Francoise  <romain@orebokech.com>
10790
10791         * message.el (message-strip-forbidden-properties): Remove check for
10792         obsolete `message-hidden' text property, hidden headers are not
10793         accessible in the buffer anymore.
10794
10795 2004-11-22  Romain Francoise  <romain@orebokech.com>
10796
10797         * message.el (message-header-format-alist): Add `From' in list
10798         so that it can be sorted.
10799         (message-fix-before-sending): Widen and sort headers before
10800         sending.
10801         (message-hide-headers): Use narrowing to hide headers by moving
10802         them to the top of the buffer and narrowing to the region
10803         underneath.
10804
10805 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10806
10807         * message.el (message-strip-forbidden-properties): Bind
10808         buffer-read-only (etc) to nil.
10809
10810 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10813         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10814
10815 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10816
10817         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10818
10819 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10820
10821         * dns.el (query-dns): Use sit-for to time instead of
10822         accept-process-output, since that doesn't seem to work on udp
10823         sockets.
10824
10825 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10826
10827         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10828
10829 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10830
10831         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10832         doc string.  Improve doc string.
10833
10834 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * nntp.el (nntp-request-update-info): Return nil if
10837         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10838         may not call gnus-activate-group which uselessly issues the GROUP
10839         commands for all nntp groups and wastes time.  Reported by Romain
10840         Francoise <romain@orebokech.com>.
10841
10842         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10843
10844 2004-11-15  Simon Josefsson  <jas@extundo.com>
10845
10846         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10847         headers separately.
10848         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10849         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10850
10851 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10852
10853         * gnus-start.el (gnus-convert-old-newsrc):
10854         Assign legacy-gnus-agent to 5.10.7.
10855
10856 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857
10858         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10859         start of the lines.
10860
10861 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10862
10863         * hashcash.el (hashcash-default-payment): Change default to 20
10864         (hashcash-default-accept-payment): Change default to 20
10865         (hashcash-process-alist): New variable
10866         (hashcash-generate-payment-async): Add
10867         (hashcash-already-paid-p): Add
10868         (hashcash-insert-payment): Don't generate payments twice
10869         (hashcash-insert-payment-async): Add
10870         (hashcash-insert-payment-async-2): Add
10871         (hashcash-cancel-async): Add
10872         (hashcash-wait-async): Add
10873         (hashcash-processes-running-p): Add
10874         (hashcash-wait-or-cancel): Add
10875         (mail-add-payment): New optional argument.  Conditionally start
10876         asynchronous calculation.
10877         (mail-add-payment-async): Add
10878
10879         * message.el (message-send-mail): Wait for asynchronous hashcash
10880         results.  Don't clobber existing X-Hashcash headers.
10881         (message-setup-1): Call mail-add-payment-async when
10882         message-generate-hashcash is non-nil.
10883
10884 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10885
10886         * message.el (message-use-alternative-email-as-from): Examine the
10887         From header as well; use message-make-from in order to include a
10888         user's full name.
10889
10890 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10891
10892         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10893         default; improve customization type.
10894         (gnus-emphasis-custom-with-format): New macro.
10895         (gnus-emphasis-custom-value-to-external): New function.
10896         (gnus-emphasis-custom-value-to-internal): New function.
10897
10898 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10899
10900         * dns.el (query-dns): Resolve reverse addresses.
10901
10902 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10903
10904         * gnus-group.el (gnus-group-get-new-news): Use it.
10905
10906         * gnus-start.el (gnus-check-reasonable-setup): New function.
10907
10908 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10909
10910         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10911         "Args out of range" error.  Reported by Arnaud Giersch
10912         <arnaud.giersch@free.fr>.
10913
10914 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
10915
10916         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10917
10918 2004-11-04  Richard M. Stallman  <rms@gnu.org>
10919
10920         * spam.el (spam group): Add :version.
10921
10922         * pgg-def.el (pgg group): Add :version.
10923
10924 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10925
10926         * gnus-art.el (gnus-article-edit-article): Don't associate the
10927         article buffer with a draft file.  This is a temporary measure
10928         against the 2004-08-22 change to gnus-article-edit-mode.
10929
10930 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10933         (html2text-format-tags): Remove unused variable `attr'.
10934
10935 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10936
10937         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10938
10939         * tls.el (tls-process-connection-type, tls-success)
10940         (tls-certtool-program): Add :version.
10941
10942         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
10943         (starttls-extra-arguments, starttls-process-connection-type)
10944         (starttls-connect, starttls-failure, starttls-success): Add :version.
10945
10946         * spam-stat.el (spam-stat): Add :version.
10947
10948         * sieve.el (sieve): Add :version.
10949
10950         * sha1.el (sha1): Add :version.
10951         (sha1-use-external): Remove redundant version.
10952
10953         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10954         (nnmail-cache-ignore-groups, nnmail-spool-hook)
10955         (nnmail-split-fancy-match-partial-words)
10956         (nnmail-split-lowercase-expanded): Add :version.
10957
10958         * nndiary.el (nndiary): Add :version.
10959
10960         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10961
10962         * mml-sec.el (mml-default-sign-method)
10963         (mml-default-encrypt-method, mml-signencrypt-style-alist):
10964         Add :version.
10965
10966         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10967
10968         * mm-url.el (mm-url-use-external, mm-url-program)
10969         (mm-url-arguments): Add :version.
10970
10971         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10972         (mm-attachment-file-modes, mm-decrypt-option)
10973         (mm-w3m-safe-url-regexp): Add :version.
10974
10975         * message.el (message-cite-prefix-regexp)
10976         (message-sendmail-envelope-from, message-minibuffer-local-map)
10977         (message-user-fqdn, message-completion-alist): Add :version.
10978
10979         * gnus-win.el (gnus-configure-windows-hook)
10980         (gnus-use-frames-on-any-display): Add :version.
10981
10982         * gnus-art.el (gnus-article-address-banner-alist)
10983         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10984         (gnus-treat-from-picon, gnus-treat-mail-picon)
10985         (gnus-treat-x-pgp-sig): Add :version.
10986
10987         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10988         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10989         (gnus-summary-article-delete-hook)
10990         (gnus-summary-display-while-building): Add :version.
10991
10992         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10993         (gnus-get-top-new-news-hook): Add :version.
10994
10995         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10996         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10997
10998         * gnus-registry.el (gnus-registry): Add :version.
10999
11000         * gnus-spec.el (gnus-use-correct-string-widths)
11001         (gnus-make-format-preserve-properties): Add :version.
11002
11003         * gnus.el (gnus-group-charter-alist)
11004         (gnus-group-fetch-control-use-browse-url)
11005         (gnus-install-group-spam-parameters): Add :version.
11006
11007         * gnus-diary.el (gnus-diary): Add :version.
11008
11009         * gnus-delay.el (gnus-delay): Add :version.
11010
11011         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11012         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11013         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11014         Add :version.
11015
11016         * gnus-agent.el (gnus-agent-max-fetch-size)
11017         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11018         (gnus-agent-prompt-send-queue): Add :version.
11019
11020         * deuglify.el (gnus-outlook-deuglify): Add :version.
11021
11022         * html2text.el: Beautify code.  Improve doc strings.  Some
11023         checkdoc cleanup.
11024         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11025
11026 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11027
11028         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11029
11030 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11031
11032         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11033         when package is loaded.
11034
11035         * spam.el (spam-summary-score-preferred-header): Add global preference
11036         for people who want to override the default SpamAssassin over
11037         Bogofilter preference (when both are set).
11038         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11039         (spam-user-format-function-S): Check
11040         spam-summary-score-preferred-header.
11041         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11042         (spam-user-format-function-S): Format the score correctly.
11043
11044 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11045
11046         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11047         signature file.  Suggested by Manoj Srivastava
11048         <srivasta@golden-gryphon.com>.
11049
11050         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11051         iso-2022-jp even in the Japanese language environment.
11052         Suggested by Jason Rumney <jasonr@gnu.org>.
11053
11054 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11057         use the same characters as the dummy marks; make it free from
11058         getting affected by the language environment.
11059         (gnus-summary-read-group-1): Update mark positions only when the
11060         format spec is updated.
11061
11062         * gnus-spec.el (gnus-update-format-specifications): Return a list
11063         of updated types.
11064
11065 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11066
11067         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11068         of boundp to check if display-warning is available.
11069
11070 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11071
11072         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11073
11074 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11075
11076         * nnspool.el (nnspool-spool-directory): Use news-path if the
11077         news-directory variable is not bound.
11078
11079         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11080         function instead of display-warning if it is not available.
11081
11082 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11085         v5-10: Use `point-at-bol'.
11086
11087 2004-10-26  Simon Josefsson  <jas@extundo.com>
11088
11089         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11090         <chenggao@gmail.com>.
11091
11092 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11093
11094         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11095         instead.
11096
11097 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11098
11099         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11100         to remove a server from the nnimap-server-buffer-alist.
11101         (nnimap-open-connection, nnimap-close-server): Use it.
11102
11103         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11104
11105 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11106
11107         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11108         running the major-mode function.
11109
11110 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11113         dummy marks in the right way.
11114
11115 2004-10-18  David Edmondson  <dme@dme.org>
11116
11117         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11118         excessively.
11119
11120 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11121
11122         * gnus-util.el (gnus-split-references): Accept a nil references
11123         string and go on blissfully.
11124
11125         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11126         cases where the references string is non-nil but has no references.
11127
11128         * encrypt.el: Add autoload tags.
11129
11130         * spam.el (spam-resolve-registrations-routine): Remove article
11131         from unregistration list too.  Reported by David Hanak
11132         <dhanak@isis.vanderbilt.edu>
11133
11134 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11137         nil.  Changed custom type.
11138
11139 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11142
11143         * gnus-sum.el (gnus-summary-move-article): Use it.
11144
11145 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11146
11147         * encrypt.el: Add autoload cookies.
11148
11149         * spam.el (spam-backend-article-list-property)
11150         (spam-backend-get-article-todo-list)
11151         (spam-backend-put-article-todo-list)
11152         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11153         Resolve registrations separately.
11154         (spam-register-routine): Format comments.
11155         (spam-unregister-routine, spam-register-routine): Always call with
11156         specific-articles, no default list.
11157         (spam-summary-prepare-exit): Use the spam-classifications function.
11158
11159         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11160         gnus-encrypt.el.
11161
11162         * encrypt.el: Copied from gnus-encrypt.el.
11163
11164         * gnus-encrypt.el: Commented that it's obsolete.
11165
11166 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11169         (gnus-score-save): Use it.
11170
11171         * message.el (message-bury): Use `window-dedicated-p'.
11172
11173 2004-10-15  Simon Josefsson  <jas@extundo.com>
11174
11175         * pop3.el (top-level): Don't require nnheader.
11176         (pop3-read-timeout): Add.
11177         (pop3-accept-process-output): Add.
11178         (pop3-read-response, pop3-retr): Use it.
11179
11180 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11181
11182         * spam.el (spam-register-routine): Move comment.
11183         (spam-verify-bogofilter): Use 'unknown for the initial
11184         spam-bogofilter-valid state, not 'never.
11185
11186         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11187         for netrc-machine.
11188
11189         * nnimap.el (nnimap-open-connection): Use
11190         netrc-machine-user-or-password.
11191
11192 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11193
11194         * gnus-registry.el (gnus-registry-unload-hook):
11195         Set as a variable with add-hook.
11196
11197         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11198         of news-path.
11199
11200         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11201
11202         * spam.el: Delete duplicate `provide'.
11203         (spam-unload-hook): Set as a variable with add-hook.
11204
11205 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11206
11207         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11208         in the doc string.
11209
11210         * message.el (message-ignored-news-headers)
11211         (message-ignored-supersedes-headers)
11212         (message-ignored-resent-headers)
11213         (message-forward-ignored-headers): Improve custom type.
11214
11215 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * message.el (message-tokenize-header): Fix 2004-09-06 change
11218         which used point-min in the wrong place.
11219
11220 2004-10-12  Simon Josefsson  <jas@extundo.com>
11221
11222         * tls.el (tls-certtool-program): New variable.
11223         (tls-certificate-information): New function, based on
11224         ssl-certificate-information.
11225
11226 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11227
11228         * compface.el: Move the version of ELisp-based uncompface program
11229         to the contrib directory because of the copyright problem.
11230
11231 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11232
11233         * message.el (message-kill-buffer): Raise the current frame.
11234
11235 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11236
11237         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11238
11239         * gnus.el (message-y-or-n-p): Autoload.
11240
11241         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11242         (pop3-password-required, pop3-authentication-scheme)
11243         (pop3-leave-mail-on-server): Made customizable.
11244         (pop3): New custom group.
11245         (pop3-retr): Remove `sleep-for' statements.
11246         Suggested by Dave Love <fx@gnu.org>.
11247
11248         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11249         Windows/DOS.
11250
11251         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11252         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11253         Dave Love <fx@gnu.org>.
11254
11255         * mml.el (mml-minibuffer-read-disposition): Require match.
11256         Suggested by Dave Love <fx@gnu.org>.
11257
11258 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11259
11260         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11261         doc string.
11262
11263 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11264
11265         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11266
11267 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11268
11269         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11270         instead of calling `mm-insert-inline', to decode text/* parts
11271         before displaying them.
11272
11273 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * mm-uu.el (mm-uu-text-plain-type): New variable.
11276         (mm-uu-pgp-signed-extract-1): Use it.
11277         (mm-uu-pgp-encrypted-extract-1): Use it.
11278         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11279         bind mm-uu-text-plain-type with that value.
11280         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11281         mm-uu-dissect.
11282
11283 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * gnus-group.el (gnus-update-group-mark-positions):
11286         * gnus-sum.el (gnus-update-summary-mark-positions):
11287         * message.el (message-check-news-body-syntax):
11288         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11289         of string-as-multibyte.
11290
11291 2004-10-05  Juri Linkov  <juri@jurta.org>
11292
11293         * gnus-group.el (gnus-update-group-mark-positions):
11294         * gnus-sum.el (gnus-update-summary-mark-positions):
11295         * message.el (message-check-news-body-syntax):
11296         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11297         8-bit unibyte values to a multibyte string for search functions.
11298
11299 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11302         (mm-uu-dissect-text-parts): New function.
11303
11304         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11305         dissect text parts.
11306
11307         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11308         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11309
11310         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11311
11312         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11313         gnus-current-topics instead of gnus-current-topic.
11314
11315 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11316
11317         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11318
11319 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11320
11321         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11322         where approriate.
11323
11324         * nnml.el (nnml-generate-active-info): do.
11325
11326         * nndiary.el (nndiary-generate-active-info): do.
11327
11328         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11329         (gnus-topic-move): do.
11330
11331         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11332         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11333
11334         * gnus-srvr.el (gnus-server-prepare)
11335         (gnus-server-open-all-servers): do.
11336
11337         * gnus-msg.el (gnus-summary-cancel-article)
11338         (gnus-summary-resend-message)
11339         (gnus-summary-mail-crosspost-complaint): do.
11340
11341         * gnus-move.el (gnus-change-server): do.
11342
11343         * gnus-group.el (gnus-group-unmark-all-groups)
11344         (gnus-group-set-current-level): do.
11345
11346 2004-10-04  Simon Josefsson  <jas@extundo.com>
11347
11348         * message.el (message-generate-hashcash): Doc fix.
11349
11350 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11351
11352         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11353         avoid infinite recursion via gnus-get-function.
11354
11355 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11356
11357         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11358
11359         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11360
11361         * nnmail.el (nnmail-split-history): do.
11362
11363         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11364         (nnml-request-delete-group): do.
11365
11366         * nnslashdot.el (nnslashdot-read-groups): do.
11367
11368         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11369         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11370
11371         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11372         (nnspool-sift-nov-with-sed): Use last
11373         (nnspool-retrieve-headers-with-nov): Use mapc.
11374         (nnspool-request-newgroups): Use dolist.
11375         (nnspool-request-group): Use last.
11376
11377         * nntp.el (nntp-read-server-type): Use dolist.
11378
11379         * nnvirtual.el (nnvirtual-create-mapping)
11380         (nnvirtual-update-read-and-marked): Use dolist.
11381         (nnvirtual-convert-headers): Simplify.
11382
11383 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11384
11385         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11386         support for sync'ing tick marks.
11387
11388 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11391         there's no visible header.
11392
11393 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11394
11395         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11396         necessary, pass full group name to gnus-request-set-marks.
11397
11398 2004-10-01  Simon Josefsson  <jas@extundo.com>
11399
11400         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11401         acroread.
11402
11403 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11404
11405         * spam-report.el (spam-report-gmane): Fix interactive.
11406
11407         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11408
11409         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11410         when writing file.
11411         (gnus-agent-synchronize-flags): Don't default to being
11412         interactive.
11413
11414 2004-09-30  Simon Josefsson  <jas@extundo.com>
11415
11416         * message.el (message-generate-hashcash): Add.
11417         (message-send-mail): Use it, call mail-add-payment.
11418
11419 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11420
11421         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11422
11423 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11424
11425         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11426         gnus-requst-update-info with explicit code to sync the in-memory
11427         info read flags with the marks being sync'd to the backend.
11428
11429         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11430
11431 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11432
11433         * spam.el (spam-verify-bogofilter): Add new function.
11434         (spam-check-bogofilter)
11435         (spam-bogofilter-register-with-bogofilter): Use it.
11436         (spam-verify-bogofilter): Add small fixes.
11437
11438 2004-09-28  Simon Josefsson  <jas@extundo.com>
11439
11440         * hashcash.el (hashcash-generate-payment): Revert.
11441
11442 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11443
11444         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11445         gnus-extract-references instead of gnus-split-references.
11446
11447         * gnus-util.el (gnus-extract-references): Add new function, analogous
11448         to gnus-split-references but extracts only the message-ID without
11449         anything extra.
11450
11451         * hashcash.el (hashcash-generate-payment)
11452         (hashcash-check-payment): Do the right thing if hashcash-path is
11453         nil (because the hashcash program could not be found).
11454
11455         * spam.el (spam-use-hashcash): Remove comment.
11456
11457 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11458
11459         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11460         (gnus-cache-enter-article, gnus-cache-remove-article)
11461         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11462
11463         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11464
11465         * gnus-art.el (article-hide-boring-headers)
11466         (article-translate-strings, article-display-face)
11467         (gnus-article-mime-match-handle-first)
11468         (gnus-article-highlight-headers)
11469         (gnus-article-add-buttons-to-head): do.
11470
11471 2004-09-27  Simon Josefsson  <jas@extundo.com>
11472
11473         * hashcash.el: New version, from
11474         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11475         ../contrib/.
11476
11477 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11480
11481 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11482
11483         * gnus-dup.el (gnus-dup-open): Use mapc.
11484         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11485
11486         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11487         Reported by Stefan Wiens <s.wi@gmx.net>.
11488
11489         * gnus.el (gnus-shutdown): Use dolist.
11490
11491         * gnus-undo.el (gnus-undo): Use mapc.
11492
11493         * nnrss.el (nnrss-generate-active): do.
11494
11495         * message.el (message-cite-original-without-signature)
11496         (message-cite-original): Use mapc.
11497         (message-do-actions, message-make-forward-subject): Use dolist.
11498
11499 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11500
11501         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11502         deletion to remove entire duplicate line.  Fixes merged article
11503         number bug.
11504
11505 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11506
11507         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11508         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11509         first ask if you want to open a server and then, even when you
11510         responded with no, asking if you want to synchronize the server's
11511         flags.
11512         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11513         multi-line expressions.
11514         (gnus-agent-synchronize-group-flags): New internal function.
11515         Updates marks in memory (in the info structure) AND in the
11516         backend.
11517
11518         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11519
11520         * nnagent.el (nnagent-request-set-mark): Use
11521         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11522         method, to ensure that synchronization updates marks in the
11523         backend and in the info (in memory) structure.
11524
11525 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11526
11527         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11528         convention fully; don't miss the root article of a thread; make
11529         the X-Draft-From header with correct article numbers.
11530
11531 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11532
11533         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11534         unless plugged.  Disable the agent so that an open failure causes
11535         an error.
11536
11537         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11538         Reverted 2004-09-21 change.  The backend must be opened while
11539         synchronizing flags even when the backend stores the flags
11540         locally.
11541
11542 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11543
11544         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11545         in `header' match.  Reported by Svend Tollak Munkejord.
11546
11547         * message.el (message-cite-original): Fix use of
11548         `message-cite-articles-with-x-no-archive'.
11549
11550 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11551
11552         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11553         (gnus-window-to-buffer): Ditto.
11554
11555         * mml.el (mml-preview-buffer): New variable.
11556         (mml-preview): Manage window layout with gnus-buffer-configuration.
11557
11558         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11559         X-Draft-From header even if those articles aren't quoted.
11560
11561 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11562
11563         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11564         (gnus-request-set-mark, gnus-request-update-mark): Use new
11565         g-s-t-u-l-m to decide to use backend even when unplugged.
11566
11567 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11568
11569         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11570         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11571
11572 2004-09-20  Simon Josefsson  <jas@extundo.com>
11573
11574         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11575         "utf-16-le".
11576
11577 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11578
11579         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11580
11581 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11582
11583         * uudecode.el (uudecode-use-external): Add :version.
11584
11585         * smime.el (smime-CA-file, smime-encrypt-cipher)
11586         (smime-dns-server): Add :version.
11587
11588         * smiley.el (gnus-smiley-file-types): Add :version.
11589
11590         * sha1.el (sha1-use-external): Add :version.
11591
11592         * pgg-def.el (pgg-query-keyserver): Add :version.
11593
11594         * nnmail.el (nnmail-fancy-expiry-targets)
11595         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11596         Add :version.
11597
11598         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11599         (nnimap-retrieve-groups-asynchronous): Add :version.
11600         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11601
11602         * mml.el (mml-content-disposition-parameters)
11603         (mml-insert-mime-headers-always): Add :version.
11604
11605         * mm-util.el (mm-coding-system-priorities): Add :version.
11606
11607         * mm-decode.el (mm-inline-text-html-with-images)
11608         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11609         (mm-verify-option): Add :version.
11610         (mm-text-html-renderer): Change :version.
11611
11612         * message.el (message-fcc-externalize-attachments)
11613         (message-required-headers, message-draft-headers)
11614         (message-subject-trailing-was-query)
11615         (message-subject-trailing-was-ask-regexp)
11616         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11617         (message-mark-insert-end, message-archive-header)
11618         (message-archive-note, message-cross-post-default)
11619         (message-cross-post-note, message-followup-to-note)
11620         (message-cross-post-note-function, message-use-mail-followup-to)
11621         (message-subscribed-address-functions)
11622         (message-subscribed-address-file, message-subscribed-addresses)
11623         (message-subscribed-regexps, message-allow-no-recipients)
11624         (message-yank-cited-prefix, message-signature-insert-empty-line)
11625         (message-hidden-headers, message-hierarchical-addresses)
11626         (message-mail-user-agent, message-use-idna)
11627         (message-valid-fqdn-regexp)
11628         (message-strip-special-text-properties, message-header-synonyms)
11629         (message-beginning-of-line, message-tab-body-function): Add :version.
11630         (message-insert-canlock, message-wide-reply-confirm-recipients):
11631         Change :version.
11632
11633         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11634         and :version.
11635         (mail-source-delete-old-incoming-confirm)
11636         (mail-source-movemail-program): Add :version.
11637
11638         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11639         (gnus-agent-cache, gnus-agent): Change :version.
11640
11641         * gnus-util.el (gnus-use-byte-compile): Change :version.
11642
11643         * gnus-sum.el (gnus-summary-make-false-root-always)
11644         (gnus-summary-default-high-score)
11645         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11646         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11647         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11648         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11649         (gnus-sum-thread-tree-single-indent)
11650         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11651         (gnus-sum-thread-tree-leaf-with-other)
11652         (gnus-sum-thread-tree-single-leaf): Add :version.
11653         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11654         (gnus-article-loose-mime): Change :version.
11655
11656         * gnus-start.el (gnus-backup-startup-file)
11657         (gnus-save-startup-file-via-temp-buffer): Add :version.
11658
11659         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11660         (gnus-server-offline-face): Add :version.
11661
11662         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11663
11664         * gnus-msg.el (gnus-gcc-externalize-attachments)
11665         (gnus-debug-files, gnus-debug-exclude-variables)
11666         (gnus-discouraged-post-methods): Change :version.
11667         (gnus-confirm-mail-reply-to-news)
11668         (gnus-confirm-treat-mail-like-news): Add :version.
11669
11670         * gnus-int.el (gnus-server-unopen-status): Add :version.
11671
11672         * gnus-group.el (gnus-group-jump-to-group-prompt)
11673         (gnus-large-ephemeral-newsgroup)
11674         (gnus-fetch-old-ephemeral-headers): Add :version.
11675
11676         * gnus-fun.el (gnus-x-face-directory)
11677         (gnus-convert-pbm-to-x-face-command)
11678         (gnus-convert-image-to-x-face-command)
11679         (gnus-convert-image-to-face-command): Add :version.
11680
11681         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11682
11683         * gnus-cite.el (gnus-cite-blank-line-after-header)
11684         (gnus-article-boring-faces): Add :version.
11685
11686         * gnus-art.el (gnus-buttonized-mime-types)
11687         (gnus-inhibit-mime-unbuttonizing)
11688         (gnus-treat-display-face)
11689         (gnus-treat-body-boundary): Change :version.
11690         (gnus-body-boundary-delimiter, gnus-picon-databases)
11691         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11692         (gnus-treat-date-english, gnus-treat-fold-headers)
11693         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11694         (gnus-treat-mail-picon, gnus-treat-wash-html)
11695         (gnus-article-encrypt-protocol)
11696         (gnus-use-idna, gnus-article-over-scroll)
11697         (gnus-mime-display-multipart-alternative-as-mixed)
11698         (gnus-mime-display-multipart-related-as-mixed)
11699         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11700         (gnus-ctan-url, gnus-button-ctan-handler)
11701         (gnus-button-handle-ctan-bogus-regexp)
11702         (gnus-button-ctan-directory-regexp)
11703         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11704         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11705         (gnus-button-man-level, gnus-button-emacs-level)
11706         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11707
11708         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11709         (gnus-agent-go-online): Change :version.
11710         (gnus-agent-expire-unagentized-dirs)
11711         (gnus-agent-auto-agentize-methods): Add :version.
11712
11713         * flow-fill.el (fill-flowed-display-column)
11714         (fill-flowed-encode-column): Add :version.
11715
11716         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11717         (gnus-outlook-deuglify-unwrap-max)
11718         (gnus-outlook-deuglify-cite-marks)
11719         (gnus-outlook-deuglify-unwrap-stop-chars)
11720         (gnus-outlook-deuglify-no-wrap-chars)
11721         (gnus-outlook-deuglify-attrib-cut-regexp)
11722         (gnus-outlook-deuglify-attrib-verb-regexp)
11723         (gnus-outlook-deuglify-attrib-end-regexp)
11724         (gnus-outlook-display-hook): Add :version.
11725
11726         * binhex.el (binhex-use-external): Add :version.
11727
11728 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11731         and `invisible'.
11732
11733 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11734
11735         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11736         in gnus-registry-trim.
11737
11738 2004-09-13  Simon Josefsson  <jas@extundo.com>
11739
11740         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11741
11742         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11743
11744         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11745         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11746         <yamaoka@jpl.org>.
11747         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11748         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11749         <yamaoka@jpl.org>.
11750
11751         * sieve.el (sieve-manage-mode): Ditto.
11752
11753 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11754
11755         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11756
11757 2004-09-11  Simon Josefsson  <jas@extundo.com>
11758
11759         * dns-mode.el: Add.
11760
11761         * mm-view.el (mm-display-dns-inline): Add.
11762
11763         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11764         (mm-automatic-display): Ditto.
11765
11766         * mailcap.el (mailcap-mime-data): Add text/dns.
11767         (mailcap-mime-extensions): Map .soa to text/dns.
11768
11769 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11770
11771         * gnus-art.el (article-decode-mime-words, article-babel)
11772         (gnus-article-highlight-signature, gnus-article-add-buttons)
11773         (gnus-signature-toggle): Remove unnecessary bindings of
11774         `inhibit-read-only' inherited from v5.10 merge.
11775
11776 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11777
11778         * nntp.el (nntp): New customization group.
11779         (nntp-authinfo-file): Add customization group.
11780
11781         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11782
11783         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11784
11785         * gnus.el (to-address, to-list, subscribed)
11786         (large-newsgroup-initial): Ditto.
11787
11788         * flow-fill.el (fill-flowed-display-column)
11789         (fill-flowed-encode-column): Ditto.
11790
11791 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11792
11793         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11794         Use point-min rather than 1.
11795         (message-send-mail): Use buffer-size rather than point-max.
11796
11797         * gnus-sum.el (gnus-summary-search-article-forward):
11798         Signal a specific `search-failed' rather than a generic `error'.
11799
11800         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11801         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11802         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11803
11804 2004-09-10  Simon Josefsson  <jas@extundo.com>
11805
11806         * nndb.el (require): Remove tcp and duplicate cl.
11807
11808 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * gnus-agent.el (directory-files-and-attributes): Move forward.
11811
11812 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11813
11814         * gnus-agent.el (directory-files-and-attributes): Optionally
11815         defined to support XEmacs.
11816
11817 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11818
11819         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11820         to avoid run-time CL dependencies.
11821         (gnus-agent-unfetch-articles): New function.
11822         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11823         article numbers even when local .overview file is missing.
11824         (gnus-agent-read-article-number): New function.  Only accepts
11825         27-bit article numbers.
11826         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11827         gnus-agent-read-article-number.
11828         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11829         from backend while recognizing that article numbers in .overview
11830         must be valid.
11831         (gnus-agent-update-files-total-fetched-for): Use
11832         directory-files-and-attributes to improve performance.
11833         * gnus-int.el (gnus-request-move-article): Use
11834         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11835         improve performance.
11836
11837         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11838         some users confused by references to .newsrc when they only have a
11839         .newsrc.eld file.
11840         (gnus-convert-mark-converter-prompt)
11841         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11842         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11843         New function.  Used internally to only display 'gnus converting
11844         files' message when actually necessary.
11845
11846         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11847         methods now autoloaded.
11848
11849 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11850
11851         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11852         identifiers.
11853
11854 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * gnus-picon.el: Fix indentation and closing parenthesis.
11857
11858 2004-09-01  Simon Josefsson  <jas@extundo.com>
11859
11860         * message.el (message-canlock-generate): Require sha1, not
11861         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11862         to require within a function.  Sadly, if sha1.el isn't loaded, the
11863         let binding in m-c-g will hide the defcustom definition, which is
11864         bad.)
11865
11866         * canlock.el: Require sha1, not sha1-el.
11867
11868         * message.el: Don't autoload sha1 (there is a autoload cookie in
11869         sha1.el).
11870
11871         * sha1-el.el: Renamed to sha1.el.
11872
11873 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11874
11875         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11876
11877 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11878
11879         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11880
11881 2004-08-30  Kim F. Storm  <storm@cua.dk>
11882
11883         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11884
11885         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11886         Add :group 'nnimap.
11887
11888 2004-08-30  Andreas Schwab  <schwab@suse.de>
11889
11890         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11891         ?* and ?\;.
11892
11893         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11894         and ?\' to symbol instead of whitespace.
11895
11896 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11897
11898         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11899
11900         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11901         instead of re-search-forward.
11902
11903         * gnus-uu.el (gnus-uu-save-article): Ditto.
11904         (gnus-uu-post-encode-uuencode): Ditto.
11905
11906         * html2text.el (html2text-clean-list-items): Ditto.
11907         (html2text-clean-dtdd): Ditto.
11908         (html2text-format-tags): Ditto.
11909
11910         * message.el (message-send-mail-with-sendmail): Fix regexp.
11911         (message-fill-field-general): Use search-forward instead of
11912         re-search-forward.
11913         (unbold-region): Ditto.
11914
11915         * nnrss.el (nnrss-request-article): Ditto.
11916
11917         * nnslashdot.el (nnslashdot-request-article): Ditto.
11918
11919         * nnweb.el (nnweb-gmane-wash-article): Ditto.
11920
11921         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11922         "Unrecognized menu descriptor" error in XEmacs.
11923
11924 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11925
11926         * gnus-sum.el (gnus-read-header): Don't remove a header for the
11927         parent article of a sparse article in the thread hashtb.
11928
11929 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
11930
11931         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11932         (nnmail-expand-newtext): Lowercase expanded entries if
11933         nnmail-split-lowercase-expanded is non-nil.
11934
11935 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11938
11939         * gnus-group.el (gnus-group-line-format-alist): Convert the value
11940         of gnus-tmp-news-method into string under XEmacs.  It will be
11941         passed to gnus-correct-length which takes only a string argument.
11942
11943 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11944
11945         * gnus-util.el (gnus-bind-print-variables): New macro.
11946         (gnus-prin1): Use it.
11947         (gnus-prin1-to-string): Use it.
11948         (gnus-pp): New function.
11949         (gnus-pp-to-string): New function.
11950
11951         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11952         Replace pp-to-string with gnus-pp-to-string.
11953         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11954         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11955         * gnus-msg.el (gnus-debug): Ditto.
11956         * gnus-score.el (gnus-score-save): Ditto.
11957         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11958         gnus-pp-to-string.
11959         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11960         with gnus-pp.
11961         * score-mode.el (gnus-score-pretty-print): Ditto.
11962         * webmail.el (webmail-debug): Ditto.
11963
11964 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * gnus-art.el (article-display-face, article-display-x-face):
11967         Use buffer-read-only.
11968
11969 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * gnus-art.el (article-hide-list-identifiers):
11972         Bind inhibit-read-only as t.
11973
11974 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
11975
11976         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11977
11978 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11979
11980         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11981         (gnus-narrow-to-page): Don't assume point-min == 1.
11982         (gnus-article-edit-mode): Derive from message-mode.
11983
11984         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11985         point-min == 1.
11986
11987         * imap.el (imap-parse-address-list, imap-parse-body-ext):
11988         Disable incorrect use of `assert'.
11989
11990         * message.el (message-mode): Set comment-start-skip.
11991
11992
11993 2004-08-22  Sam Steingold  <sds@gnu.org>
11994
11995         * pop3.el (pop3-leave-mail-on-server): New user variable.
11996         (pop3-movemail): Delete mail only when it is nil.
11997
11998 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
11999
12000         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12001
12002         * mml.el (mml-preview): Use `pop-to-buffer'.
12003
12004         * message.el (message-goto-mail-followup-to): Insert after "To".
12005         (message-carefully-insert-headers): Add comment.
12006
12007         * gnus.el: Remove unused variable `gnus-article-check-size'.
12008
12009         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12010
12011         * gnus-art.el (gnus-button-alist): Improve
12012         `gnus-button-handle-library' entry.
12013
12014 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12015
12016         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12017         downcase, since XEmacs capitalizes error messages differently.
12018
12019 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12020
12021         * nntp.el: Add (require 'gnus) due to reference to
12022         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12023
12024 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12025
12026         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12027         `mm-fill-flowed'.
12028
12029         * mm-decode.el (mm-dissect-singlepart): Check it.
12030
12031 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12032
12033         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12034         'imap' for netrc parsing.
12035
12036 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * mailcap.el (mailcap-mime-data): Mark as risky.
12039
12040 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12041
12042         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12043         may be included in the encoded word.
12044         (rfc2047-encode): Don't append a space if the encoded word
12045         includes close parenthesis.
12046
12047 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12048
12049         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12050         of text within parentheses.
12051
12052 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12053
12054         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12055         (gnus-encrypt-write-file-contents): Make the password key the file
12056         name PLUS the cipher, not just the cipher.  Also remove failed
12057         passwords from the cache.
12058
12059 2004-08-06  Simon Josefsson  <jas@extundo.com>
12060
12061         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12062         fix.
12063
12064 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12067         LWSP.
12068
12069 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12070
12071         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12072         to append in-reply-to: data to the references: header.
12073
12074         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
12075         (netrc-parse): Use gnus-encrypt.el functions.
12076
12077         * gnus-encrypt.el: Add new file for encryption support; currently
12078         does only a few GPG ciphers and an internal XOR cipher.
12079
12080         * password.el: Add comments on using password-read-and-add.
12081         (password-read-and-add): Add function to read and add the
12082         password to the cache at once.
12083
12084 2004-07-28  Simon Josefsson  <jas@extundo.com>
12085
12086         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12087         parameter (but don't use it, for now).
12088
12089         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12090         instead of hard coding to nil.
12091
12092 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12095         as mm-inline-image-xemacs does.
12096
12097 2004-07-26  Simon Josefsson  <jas@extundo.com>
12098
12099         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12100         Revert part of 2004-07-17 change below.
12101
12102 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12105         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12106
12107 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12108
12109         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12110         quotes that actually start with ">" at the beginning of the
12111         lines.
12112
12113 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12114
12115         * rfc2047.el (rfc2047-encode-region): Fix last change.
12116         (rfc2047-encode-parameter): Remove useless concat.
12117
12118 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12119
12120         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12121         encode special characters; fix some kind of misconfigured headers;
12122         signal a real error if debug-on-quit or debug-on-error is non-nil.
12123         (rfc2047-encode-max-chars): New variable.
12124         (rfc2047-encode-1): Use it.
12125         (rfc2047-encode-parameter): New function.
12126
12127         * mml.el (mml-insert-parameter): Remove an excessive space.
12128
12129 2004-07-17  Simon Josefsson  <jas@extundo.com>
12130
12131         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12132         Kai Grossjohann <kai@emptydomain.de>.
12133         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12134         (gnus-group-make-menu-bar): Ditto.
12135
12136         * gnus-util.el (gnus-group-server): Add.
12137
12138 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12139
12140         * message.el (message-clone-locals): Clone sendmail and smtp
12141         variables.
12142
12143 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12144
12145         * rfc2047.el (rfc2047-encode-region): Fix last change.
12146
12147 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12150         characters as non-special.
12151
12152 2004-07-09  Simon Josefsson  <jas@extundo.com>
12153
12154         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12155         Users will lose all flag changes made while unplugged with
12156         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12157         good default.  See numerous reports on ding mailing list.
12158
12159 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12160
12161         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12162         add generate-head-function and generate-article-function to the
12163         rfc822-forward entry.
12164         (nndoc-rfc822-forward-generate-article): New function.
12165         (nndoc-rfc822-forward-generate-head): New function.
12166
12167         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12168
12169 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12170
12171         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12172         respect display group parameter and gnus-summary-expunge-below.
12173         (gnus-articles-to-read): Remove unused reference to display group
12174         parameter.
12175
12176 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12177
12178         * nnheader.el (nnheader-uniquify-message-id): New experimental
12179         variable.
12180         (nnheader-nov-read-message-id): Use it.
12181
12182         * spam-report.el (spam-report-gmane): Add interactive.
12183
12184 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12185
12186         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12187         qp-or-base64 for the application/* types.
12188
12189 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12190
12191         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12192
12193 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12194
12195         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12196         trim value.
12197
12198 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12199
12200         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12201         New macro and function.
12202         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12203
12204 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12207         after-load-alist.
12208
12209 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12210
12211         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12212         update info that isn't there.
12213
12214 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12215
12216         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12217         entry.
12218
12219 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * mm-view.el (mm-inline-render-with-function): Use multibyte
12222         buffer; decode html source by charset.
12223
12224         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12225
12226         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12227         Mule-UCS is loaded under XEmacs.
12228         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12229
12230 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12231
12232         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12233
12234 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * mm-util.el (mm-coding-system-p): Return a coding-system.
12237         (mm-mime-mule-charset-alist): Use shift_jis instead of
12238         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12239         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12240         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12241         instead of japanese-shift-jis and iso-latin-1 respectively in
12242         order to share the default value with both Emacs and XEmacs-mule.
12243         (mm-mule-charset-to-mime-charset): Make
12244         mm-coding-system-priorities effective.
12245         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12246         while predicating of candidates upon the priorities.
12247
12248 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12249
12250         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12251         gnus-uu-invert-processable.
12252
12253         * gnus.el: Autoload gnus-uu-invert-processable.
12254
12255 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * mm-util.el (mm-with-multibyte-buffer): New macro.
12258
12259         * rfc2047.el (rfc2047-encode-string): Use it.
12260         (rfc2047-encode-region): Move point to the end of the region after
12261         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12262
12263 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12266         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12267
12268 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12269
12270         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12271         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12272         Karl Chen <quarl@nospam.quarl.org>.
12273
12274 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12275
12276         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12277         invalid addresses.
12278
12279 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12280
12281         * spam.el: Change section markers, revise TODO list.
12282         (spam-backends): Make new master list of all installed backends.
12283         (spam-summary-exit-behavior): Add new variable to determine how
12284         messages moves are done at summary exit.
12285         (spam-move-spam-nonspam-groups-only)
12286         (spam-process-ham-in-nonham-groups)
12287         (spam-process-ham-in-spam-groups): Remove variables, the
12288         spam-summary-exit-behavior variable should be used to manage this
12289         behavior.
12290         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12291         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12292         and spam-old-spam-articles.
12293         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12294         Add empty variables, placeholders for the backends they represent.
12295         (spam-set-difference): Move, unchanged.
12296         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12297         unless the user has a processor variable.
12298         (spam-classifications, spam-classification-valid-p)
12299         (spam-backend-properties, spam-backend-property-valid-p)
12300         (spam-backend-function-type-valid-p)
12301         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12302         (spam-report-articles-gmane, spam-report-articles-resend):
12303         Remove functions, they are not needed.
12304         (spam-install-backend-super, spam-backend-list)
12305         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12306         (spam-backend-function, spam-backend-ham-registration-function)
12307         (spam-backend-spam-registration-function)
12308         (spam-backend-ham-unregistration-function)
12309         (spam-backend-spam-unregistration-function)
12310         (spam-backend-statistical-p, spam-backend-mover-p)
12311         (spam-install-backend-alias, spam-install-checkonly-backend)
12312         (spam-install-mover-backend, spam-install-nocheck-backend)
12313         (spam-install-backend, spam-install-statistical-backend)
12314         (spam-install-statistical-checkonly-backend): Add backend installation
12315         support.
12316         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12317         (spam-group-processor-p): Use the new backend code and respect the
12318         summary exit behavior.
12319         (spam-mark-spam-as-expired-and-move-routine): Remove.
12320         (spam-summary-prepare): Change to use the new spam-old-articles
12321         variable.
12322         (spam-copy-or-move-routine, spam-copy-spam-routine)
12323         (spam-move-spam-routine, spam-copy-ham-routine)
12324         (spam-move-ham-routine): Add code to copy/move ham or spam.
12325         (spam-fetch-field-fast): Improve doc and code, plus allow the
12326         'number request.
12327         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12328         variables.
12329         (spam-split, spam-find-spam): Use the new backend code.
12330         (spam-registration-functions): Remove variable.
12331         (spam-unregister-routine): Add convenience wrapper.
12332         (spam-log-undo-registration, spam-register-routine)
12333         (spam-log-processing-to-registry)
12334         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12335         where possible.
12336         (spam-check-gmane-xref, spam-check-regex-headers)
12337         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12338         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12339         (spam-check-bogofilter-headers, spam-check-spamoracle)
12340         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12341         (spam-check-crm114-headers): Use the spam-split-group that
12342         spam-split prepares, no need to determine it every time.
12343
12344         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12345         to the nnheader-parse-naked-head call.
12346
12347         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12348
12349         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12350         the nnheader-nov-read-message-id call.
12351
12352 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12355         gnus-activate-group twice.  Suggested by Markus Peter
12356         <warp@spin.de>.
12357
12358 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * gnus-art.el (gnus-article-time-format): Exchange the order of
12361         day and month in the default value; fix customization type.
12362         (article-date-ut): Use add-text-properties.
12363         (article-make-date-line): Use message-make-date instead of
12364         current-time-string.
12365
12366         * message.el (message-fetch-field): Don't use set-text-properties.
12367         (message-make-date): Simplify.
12368
12369         * messagexmas.el (message-xmas-make-date): New function.
12370         (message-xmas-redefine): Defalias message-make-date to it.
12371
12372 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12375         (rfc2047-encode-region): Treat text within parentheses as special;
12376         show the original text when error has occurred.
12377
12378         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12379         already-computed method to gnus-activate-group.
12380
12381         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12382         same select-methods identical Lisp objects.
12383
12384         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12385         object when modifying the info.
12386
12387 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12388
12389         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12390         gnus-opened-servers since it has never been opened with the new
12391         configuration yet.
12392
12393 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12394
12395         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12396         arg to nnheader-generate-fake-message-id.
12397
12398 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12399
12400         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12401         number and build a fake message ID localized to a group and
12402         article number (so it's repeatable from that point on).
12403         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12404         ID format.
12405
12406         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12407         nnheader-generate-fake-message-id with the article number.
12408
12409 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12410
12411         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12412         end-of-buffer.
12413
12414 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12415
12416         * message.el (message-ignored-supersedes-headers): Add Approved.
12417
12418 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12419
12420         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12421         goto-char.
12422         (rfc2047-encode): Fold the line before encoding.
12423
12424 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12425
12426         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12427         folding -- not all headers can be folded, and this should be done
12428         by the message composition mode.  Probably.  I think.
12429
12430 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12431
12432         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12433         fast.
12434
12435         * gnus-ems.el (gnus-remove-image): Don't use
12436         message-text-with-property; remove only the image found first.
12437
12438         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12439         found first.
12440
12441 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12442
12443         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12444
12445 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * message.el (message-text-with-property): Make it fast and accept
12448         optional arguments.
12449         (message-strip-forbidden-properties): Use it.
12450         (message-fix-before-sending): Follow the m-t-w-p change.
12451
12452         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12453
12454 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-art.el (article-hide-headers): Don't change the buffer
12457         mistakenly when performing mml-preview even if
12458         gnus-single-article-buffer is nil.
12459
12460 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12461
12462         * message.el (message-expand-name-databases): New user option.
12463         (message-expand-name): Use it.
12464
12465 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12466
12467         * spam.el (spam-report-articles-resend)
12468         (spam-report-resend-register-routine): Allow ham reporting.
12469         (spam-report-resend-register-ham-routine): Add wrapper.
12470         (spam-registration-functions): Add ham resending functions.
12471         (spam-list-of-processors): Add ham resend processor.
12472
12473         * gnus.el (ham-resend-to): Add new group parameter.
12474         (spam-process): Add ham resend option.
12475
12476         * spam-report.el (spam-report-resend): Allow reporting ham.
12477         (spam-report-resend-ham): Add wrapper.
12478
12479 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12480
12481         * message.el (message-cite-articles-with-x-no-archive): New
12482         variable.
12483         (message-cite-original): Use it.
12484
12485 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12486
12487         * message.el (message-cite-original): Respect X-No-Archive.
12488
12489 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * gnus-art.el (article-hide-headers): Refer to the values for
12492         gnus-ignored-headers and gnus-visible-headers in the summary
12493         buffer since a user may have set them as group parameters.
12494
12495 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12496
12497         * assistant.el (assistant-node-name): Add convenience function.
12498         (assistant-render-text, assistant-render-node): Add error handling,
12499         plus handle multiple next nodes.
12500         (assistant-find-next-node): Comment out for now.
12501         (assistant-find-next-nodes): Add function, returns list of next
12502         nodes.
12503
12504 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12505
12506         * mail-source.el (mail-source-directory): Fix doc-string.
12507
12508 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12509
12510         * assistant.el (assistant-render-text, assistant-eval): Add :set
12511         widget type, which is different because it takes and returns a
12512         list.  Much hilarity ensues.
12513
12514 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12515
12516         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12517
12518         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12519         doc-string.
12520
12521         * gnus-start.el (gnus-activate-group): Added doc-string.
12522
12523 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12526
12527 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12528
12529         * assistant.el (assistant-render-text): Try to add a :set
12530         widget, more to come.
12531
12532         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12533         strings.
12534         (spam-report-articles-resend)
12535         (spam-register-routine): Do registration iff any articles warrant
12536         it.
12537         (spam-summary-prepare-exit): Change log message for nil group
12538         destinations.
12539
12540 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12541
12542         * spam.el (spam-report-resend-register-routine): Allow
12543         spam-report-resend-to to be a group parameter or a global value.
12544
12545 2004-05-26  Simon Josefsson  <jas@extundo.com>
12546
12547         * starttls.el: Merge with my GNUTLS based starttls.el.
12548         (starttls-gnutls-program, starttls-use-gnutls)
12549         (starttls-extra-arguments, starttls-process-connection-type)
12550         (starttls-connect, starttls-failure, starttls-success): New
12551         variables.
12552         (starttls-program, starttls-extra-args): Doc fix.
12553         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12554         functions.
12555         (starttls-negotiate, starttls-open-stream): Check
12556         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12557         function if it is set.
12558
12559 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12560
12561         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12562         structured fields.
12563
12564 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12565
12566         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12567
12568 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12569
12570         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12571         variable.
12572         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12573         assigning the spam-mark to new messages.
12574
12575 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12576
12577         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12578
12579 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12580
12581         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12582
12583         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12584         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12585         default.
12586
12587 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12588
12589         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12590         correct data.
12591
12592 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12593
12594         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12595         (spam-group-processor-p): Fix function.
12596         (spam-group-processor-multiple-p)
12597         (spam-group-spam-processor-report-gmane-p)
12598         (spam-group-spam-processor-report-resend-p)
12599         (spam-group-spam-processor-bogofilter-p)
12600         (spam-group-spam-processor-blacklist-p)
12601         (spam-group-spam-processor-ifile-p)
12602         (spam-group-ham-processor-ifile-p)
12603         (spam-group-spam-processor-spamoracle-p)
12604         (spam-group-spam-processor-crm114-p)
12605         (spam-group-ham-processor-bogofilter-p)
12606         (spam-group-spam-processor-stat-p)
12607         (spam-group-ham-processor-stat-p)
12608         (spam-group-ham-processor-whitelist-p)
12609         (spam-group-ham-processor-BBDB-p)
12610         (spam-group-ham-processor-spamoracle-p)
12611         (spam-group-ham-processor-copy-p): Remove functions with some
12612         prejudice against unneeded code.
12613         (spam-report-articles-resend)
12614         (spam-report-resend-register-routine): Allow the group/topic
12615         spam-resend-to value to override spam-report-resend-to.
12616         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12617         properly now.
12618
12619         * gnus.el (spam-resend-to): Add group/topic parameter.
12620         (spam-process): Move the OBSOLETE processors to the end of the
12621         choices.
12622
12623 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12624
12625         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12626         with resend-to set to nil, and then ask the user if necessary.
12627         (spam-report-resend): spam-report-resend takes a list of articles, not
12628         separate article numbers.
12629
12630 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12631
12632         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12633         addition to emacs-w3m.
12634
12635 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12636
12637         * assistant.el (assistant-authinfo-data): New function.
12638         (assistant-eval): Eval for entire assistant.
12639
12640         * netrc.el (netrc-services-file): New variable.
12641         (netrc-parse-services): New function.
12642         (netrc-find-service-name): New function.
12643         (netrc-find-service-number): New function.
12644         (netrc-port-equal): New function.
12645         (netrc-machine): Use it.
12646
12647         * nnimap.el (nnimap-open-connection): Use netrc.
12648
12649         * gnus-util.el (gnus-netrc-get): Remove aliases.
12650
12651         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12652
12653         * assistant.el (wid-edit): Fix compilation.
12654
12655         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12656
12657 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12658
12659         * gnus-util.el (gnus-set-file-modes): New function.  (small
12660         patch).
12661
12662 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12663
12664         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12665
12666         * assistant.el (assistant-render-node): Fix up rendering and
12667         read-only text.
12668         (assistant-render-node): Reset.
12669         (assistant-make-read-only): Not sticky.
12670
12671 2004-05-20  Danny Siu  <dsiu@adobe.com>
12672
12673         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12674         centered even when gnus-auto-center-summary is t
12675
12676 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12677
12678         * dns.el (dns-get-txt-answer): New function.
12679         (dns-read-txt): Ditto.
12680         (query-dns): Use it.
12681
12682 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12683
12684         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12685         active for foreign groups even if the group level is higher than
12686         the specified value.
12687
12688 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12689
12690         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12691         non-active groups.
12692
12693         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12694
12695 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12696
12697         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12698
12699 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12700
12701         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12702         (spam-crm114-header, spam-crm114-spam-switch)
12703         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12704         (spam-crm114-positive-spam-header)
12705         (spam-crm114-database-directory, spam-list-of-processors)
12706         (spam-group-spam-processor-crm114-p)
12707         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12708         (spam-generic-score, spam-list-of-checks)
12709         (spam-list-of-statistical-checks, spam-registration-functions)
12710         (spam-check-crm114-headers, spam-crm114-score)
12711         (spam-check-crm114, spam-crm114-register-with-crm114)
12712         (spam-crm114-register-spam-routine)
12713         (spam-crm114-unregister-spam-routine)
12714         (spam-crm114-register-ham-routine)
12715         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12716         asjo@koldfront.dk (Adam Sjøgren).
12717
12718         * gnus.el: Add spam-use-crm114.
12719
12720         * spam.el (spam-list-of-processors, spam-registration-functions):
12721         Add spam-use-resend.
12722         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12723         (spam-report-articles-gmane): Add doc fix.
12724         (spam-report-articles-resend, spam-report-resend-register-routine):
12725         Add wrappers around spam-report-resend-to.
12726
12727         * spam-report.el (spam-report-resend-to, spam-report-resend):
12728         Add support for resending spam.
12729         (spam-report-gmane): Fix line length >80.
12730
12731         * gnus.el (spam-process): Add spam-use-resend.
12732
12733 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12734
12735         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12736         number of processed spam messages.
12737         (spam-ham-copy-or-move-routine): Return the number of processed
12738         ham messages.
12739         (spam-summary-prepare-exit): Use the above values to decide
12740         whether status messages shouled be displayed.
12741
12742 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12743
12744         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12745         `rfc2047-encoding-function-alist' in order to avoid conflicting
12746         with the old version.
12747         (rfc2047-encode-region): Concatenate words containing non-ASCII
12748         characters in structured fields; don't encode space-delimited
12749         ASCII words even in unstructured fields; don't break words at
12750         char-category boundaries.
12751         (rfc2047-encode-1): New function.
12752         (rfc2047-encode): Use it; encode text so that it occupies the
12753         maximum width within 76-column; work correctly on Q encoding for
12754         iso-2022-* charsets.
12755         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12756         sure not to break a line just after the header name.
12757         (rfc2047-b-encode-region): Removed.
12758         (rfc2047-b-encode-string): New function.
12759         (rfc2047-q-encode-region): Removed.
12760         (rfc2047-q-encode-string): New function.
12761
12762         * mm-util.el (mm-replace-in-string): New function.
12763
12764 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12765
12766         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12767         get it right.
12768         (gnus-inews-make-draft): Really.
12769
12770 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12771
12772         * nnmh.el (nnmh-request-list-1): Don't check the link count
12773         before descending.  (small patch)
12774
12775 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12776
12777         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12778         stuff.
12779
12780         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12781         on real group name.
12782
12783         * gnus-art.el (gnus-signature-limit): Doc fix.
12784
12785         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12786
12787         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12788
12789 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12790
12791         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12792         isn't a string.
12793
12794 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12795
12796         * gnus-draft.el (gnus-draft-send): Bind
12797         rfc2047-encode-encoded-words.
12798
12799         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12800         (rfc2047-encodable-p): Say that =? needs encoding.
12801         (rfc2047-encode-encoded-words): New variable.
12802
12803         * gnus-group.el (gnus-group-select-group): Doc fix.
12804
12805         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12806
12807         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12808         to nil.
12809
12810         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12811
12812         * nnheader.el (nnheader-get-lines-and-char): New function.
12813
12814 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12815
12816         * gnus-msg.el (gnus-summary-followup-with-original): Document
12817         yanking of region when active.
12818
12819 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12820
12821         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12822         groups if the group level is higher than the specified value.
12823
12824 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12825
12826         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12827         (gnus-group-jump-to-group): Added prefix argument using
12828         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12829         non-active group.
12830
12831         * compface.el (uncompface): Be verbose when changing
12832         `uncompface-use-external'.
12833
12834         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12835         handle manual section.
12836
12837 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12838
12839         * gnus-art.el (gnus-button-alist): Revert previous change.
12840
12841 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12842
12843         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12844
12845 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12846
12847         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12848         whether backend can accept message.
12849
12850         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12851
12852 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12853
12854         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12855         Avoid creating directory when nntp-marks-is-evil is true.
12856         Reported by Reiner Steib.
12857
12858 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12859
12860         * gnus-picon.el (gnus-picon-style): New variable.
12861         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12862         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12863         Jesper Harder <harder@ifa.au.dk>.
12864
12865 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12866
12867         * message.el (message-fill-field): Return point.
12868         (message-generate-headers): Go to end of field.
12869
12870         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12871         stuff for non-living groups.
12872
12873 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12874
12875         * gnus-art.el (gnus-article-followup-with-original)
12876         (gnus-article-reply-with-original): gnus-mark-active-p ->
12877         gnus-region-active-p.
12878
12879 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12880
12881         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12882         only when there is spam or ham to be processed.
12883
12884 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12885
12886         * mail-source.el (mail-source-delete-crash-box): Refactor.
12887         (mail-source-fetch): Use it.
12888         (mail-source-fetch-file): Ditto.
12889         (mail-source-fetch-directory): Run postscript in loop.
12890         (mail-source-fetch-pop): Delete.
12891         (mail-source-fetch-maildir): Ditto.
12892         (mail-source-fetch-imap): Ditto.
12893
12894         * imap.el (imap-authenticators): Comment out sasl.
12895
12896         * message.el (message-skip-to-next-address): New function.
12897         (message-fill-header-address): Refactor.
12898         (message-fill-address): Use it.
12899         (message-delete-address): Use it.
12900         (message-fill-header-general): Refactor.
12901         (message-fill-field-address): Rename.
12902         (message-narrow-to-field): Find the start of the header.
12903         (message-header-format-alist): Don't pre-fill.
12904         (message-fill-header): Removed.
12905         (message-insert-header): New function.
12906         (message-shorten-references): Use it.
12907
12908         * rfc2047.el (rfc2047-field-value): Strip props.
12909
12910         * mail-parse.el (mail-header-make-address): New alias.
12911
12912         * ietf-drums.el (ietf-drums-make-address): New function.
12913
12914         * imap.el: Add compiler directives.
12915
12916         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12917
12918         * gnus-art.el (article-decode-idna-rhs): Don't use
12919         message-idna-inside-rhs-p.
12920
12921 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12922
12923         * message.el (message-idna-inside-rhs-p): Removed.
12924         (message-idna-to-ascii-rhs-1): Use proper address parsing.
12925
12926         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12927         false positives.
12928
12929 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12930
12931         * imap.el (imap-sasl-make-mechanisms): Use sasl.
12932
12933 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12934
12935         * nneething.el (nneething-file-name): Don't create spurious
12936         files.
12937
12938         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12939         (gnus-inews-do-gcc): Remove sleep.
12940
12941         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12942         part under point.
12943
12944         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12945         (gnus-agent-regenerate-group): Using nil messages aren't valid.
12946
12947 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
12948
12949         * spam.el (spam-summary-prepare-exit): Fixed (length).
12950
12951 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
12952
12953         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12954         as expired without moving it" message when there are spam
12955         messages left.
12956
12957 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
12958
12959         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12960         header is not nil.
12961
12962 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
12963
12964         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12965         nntp-possibly-create-directory, not nntp-possibly-change-group.
12966         (nntp-marks-changed-p): New arg SERVER.
12967         (nntp-request-update-info): Adjust caller.
12968
12969 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
12970
12971         * nntp.el (nntp-save-marks): Pass missing arg.
12972
12973 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12974
12975         * nntp.el: Support marks.
12976         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12977         (nntp-marks-modtime, nntp-marks-directory): New variables.
12978         (nntp-request-set-mark, nntp-request-update-info)
12979         (nntp-possibly-create-directory, nntp-marks-changed-p)
12980         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12981         functions.
12982
12983 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
12984
12985         * gnus-xmas.el (gnus-xmas-select-lowest-window)
12986         (gnus-xmas-redefine): Rename.
12987
12988         * gnus-score.el (gnus-score-insert-help): Use
12989         gnus-select-lowest-window.
12990
12991         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12992         appt-select-lowest-window and rename to gnus-select-lowest-window.
12993
12994         * gnus.el: do.
12995
12996 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12997
12998         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12999         encodings of MIME-encoded words, in order to improve
13000         interoperability with several broken MUAs.
13001
13002 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13003
13004         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13005         tags, only when charsets are not specified in headers.
13006         (mm-inline-text-html-render-with-w3m): Ditto.
13007
13008         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13009         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13010
13011 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13012
13013         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13014         instead of MIME-decoded from fields when checking
13015         `gnus-article-address-banner-alist'.
13016
13017 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13018
13019         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13020         description rather than subject.
13021
13022 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13023
13024         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13025
13026 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13027
13028         * gnus.el (gnus-version-number): Bump.
13029
13030 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13031
13032         * gnus.el: No Gnus v0.2 is released.
13033
13034 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13035
13036         * gnus-agent.el (gnus-agent-read-agentview): Inline
13037         gnus-uncompress-range.
13038
13039 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13040
13041         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13042         `exec-installed-p'.
13043
13044 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13045
13046         * gnus.el (spam-process, spam-autodetect-methods): Add
13047         bsfilter and bsfilter-headers.
13048
13049         * spam.el (spam-bsfilter): New customize group.
13050         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13051         (spam-bsfilter-header, spam-bsfilter-probability-header)
13052         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13053         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13054         (spam-bsfilter-database-directory): New options.
13055         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13056         (spam-list-of-statistical-checks, spam-registration-functions):
13057         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13058         (spam-bsfilter-score): New command.
13059         (spam-check-bsfilter-headers, spam-check-bsfilter)
13060         (spam-bsfilter-register-with-bsfilter)
13061         (spam-bsfilter-register-spam-routine)
13062         (spam-bsfilter-unregister-spam-routine)
13063         (spam-bsfilter-register-ham-routine)
13064         (spam-bsfilter-unregister-ham-routine): New functions.
13065         (spam-generic-score): Support bsfilter; Accept an optional argument
13066         to recalcurate spam score even if scoring header has already been
13067         added.
13068         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13069         optional argument to recalcurate spam score even if scoring header
13070         has already been added.
13071
13072 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13073
13074         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13075         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13076         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13077         link is missing.
13078
13079 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13080
13081         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13082         (html2text-get-attr): Rewrite.
13083
13084         * message.el (message-setup-1): Remove redundant put-text-property
13085         on mail-header-separator.
13086
13087 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13088
13089         * gnus-registry.el (gnus-registry-cache-whitespace)
13090         (gnus-registry-action, gnus-registry-spool-action)
13091         (gnus-registry-split-fancy-with-parent): Change message levels
13092         from 5 to 3 or 7, as needed.
13093
13094         * spam.el (spam-summary-prepare-exit)
13095         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13096         (spam-split, spam-find-spam, spam-log-undo-registration)
13097         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13098         level from 5 to 6.
13099
13100 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13103         2004-03-04 change).
13104
13105 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13106
13107         * sieve-manage.el (sieve-manage-open):
13108         * nnweb.el (nnweb-insert-html):
13109         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13110         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13111         * nnspool.el (nnspool-request-group):
13112         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13113         * nnml.el (nnml-request-update-info):
13114         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13115         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13116         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13117         (nnimap-request-set-mark):
13118         * nnfolder.el (nnfolder-request-update-info):
13119         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13120         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13121         * gnus-uu.el (gnus-uu-find-articles-matching):
13122         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13123         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13124         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13125         * gnus-nocem.el (gnus-nocem-scan-groups):
13126         * gnus-int.el (gnus-start-news-server):
13127         * gnus-group.el (gnus-group-make-kiboze-group)
13128         (gnus-group-browse-foreign-server):
13129         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13130         Use mapc when appropriate.
13131
13132 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13133
13134         FIXME: Make separate entries for each person.
13135
13136         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13137         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13138         <shields@msrl.com>:
13139
13140         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13141         may need for spam sorting and scoring.
13142         (spam-user-format-function-S): Add user format function suitable for
13143         general use.
13144         (spam-article-sort-by-spam-status): Add sorting function for summary
13145         sorting.
13146         (spam-extra-header-to-number): Add function to get a score from a
13147         header.
13148         (spam-summary-score): Add function to  get a numeric score from the
13149         headers.
13150         (spam-generic-score): Fix function doc, was in wrong place.
13151         (spam-initialize): Take symbols when it's run, and install the
13152         extra headers that spam-necessary-extra-headers thinks we need.
13153
13154 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13155
13156         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13157         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13158
13159 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13160
13161         * gnus-sum.el (gnus-set-global-variables)
13162         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13163         (gnus-article-get-xrefs, gnus-summary-best-group)
13164         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13165         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13166         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13167         Use with-current-buffer.
13168
13169 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13170
13171         * spam.el (spam-summary-prepare-exit): Simplify logic.
13172         (spam-fetch-article-header): Read the article header if it's not
13173         available.
13174         (spam-list-articles): Simplify logic.
13175         (spam-filelist-register-routine): Fix bug with unregister-list.
13176
13177         * gnus-registry.el: Fix comments at beginning.
13178
13179 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13180
13181         * message.el (message-cater-to-broken-inn): Remove.
13182         (message-shorten-references): Make sure the total folded length of
13183         References is shorter than 998 characters to cater to a bug in INN
13184         2.3.  Also, don't pretend that references aren't folded -- this
13185         hasn't worked for a while.
13186
13187 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13188
13189         * gnus-agent.el (gnus-agentize):
13190         gnus-agent-send-mail-real-function no longer set to current value
13191         of message-send-mail-function but rather a lambda that calls
13192         message-send-mail-function.  The change makes the agent real-time
13193         responsive to user changes to message-send-mail-function.
13194
13195 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13196
13197         * legacy-gnus-agent.el
13198         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13199         help from Florian Weimer <fw@deneb.enyo.de>
13200
13201 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13202
13203         * nnmail.el (nnmail-cache-insert): Revert last change.
13204
13205 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13206
13207         * nnmail.el (nnmail-cache-insert): Always check whether
13208         nnmail-cache-ignore-groups matches a group name.
13209
13210 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13211
13212         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13213         (spam-find-spam, spam-log-processing-to-registry)
13214         (spam-log-registered-p, spam-log-unregistration-needed-p)
13215         (spam-log-undo-registration): Use gnus-message instead of
13216         gnus-error, none of these errors are fatal.
13217
13218         * gnus-registry.el (gnus-registry-clean-empty-function)
13219         (gnus-registry-clean-empty): Remove only empty entries without
13220         extra data.
13221
13222 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13223
13224         * spam-stat.el (spam-stat-buffer-change-to-spam)
13225         (spam-stat-buffer-change-to-non-spam): Change (error) to
13226         (gnus-message 8) invocation.
13227
13228 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * nntp.el (nntp-via-netcat-command): New variable.
13231         (nntp-via-netcat-switches): New variable.
13232         (nntp-open-via-rlogin-and-netcat): New function.
13233         (nntp-open-connection-function): Doc fix.
13234         (nntp-telnet-command): Doc fix.
13235         (nntp-end-of-line): Doc fix.
13236         (nntp-via-rlogin-command): Doc fix.
13237         (nntp-via-user-name): Doc fix.
13238         (nntp-via-address): Doc fix.
13239
13240 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13241
13242         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13243         error in Emacs 21.1.
13244
13245 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13246
13247         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13248
13249 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13250
13251         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13252         (gnus-agent-with-refreshed-group): New macro.
13253         (gnus-agent-rename-group): New function.
13254         (gnus-agent-delete-group): New function.
13255         (gnus-agent-save-group-info): Use gnus-command-method when
13256         `method' parameter is nil.  Don't write nil entries into the
13257         active file.
13258         (gnus-agent-get-group-info): New function.
13259         (gnus-agent-fetch-articles): Use
13260         gnus-agent-update-files-total-fetched-for to increment disk space
13261         used.
13262         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13263         gnus-agent-update-view-total-fetched-for to increment disk space
13264         used.
13265         (gnus-agent-get-local): Added optional parameters to avoid calling
13266         gnus-group-real-name and gnus-find-method-for-group.
13267         (gnus-agent-set-local): Delete stored entry if either min, or max,
13268         are nil.
13269         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13270         quit, use gnus-agent-regenerate-group to record existance of any
13271         articles fetched to disk before the quit occurred.
13272         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13273         gnus-agent-update-view-total-fetched-for, and
13274         gnus-agent-update-files-total-fetched-for to decrement disk space
13275         used.
13276         (gnus-agent-retrieve-headers): Use
13277         gnus-agent-update-view-total-fetched-for to increment disk space
13278         used.
13279         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13280         with gnus-agent-update-files-total-fetched-for to decrement disk
13281         space and fresh group buffer.
13282         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13283         (gnus-agent-need-update-total-fetched-for): New variable.
13284         (gnus-agent-update-files-total-fetched-for): New function.
13285         (gnus-agent-update-view-total-fetched-for): New function.
13286         (gnus-agent-total-fetched-for): New function.
13287
13288         * gnus-cache.el (gnus-cache-save-buffers): Use
13289         gnus-cache-update-overview-total-fetched-for to change disk space
13290         used by this group.
13291         (gnus-cache-possibly-enter-article): Use
13292         gnus-cache-update-file-total-fetched-for to increment disk space
13293         used by this group.
13294         (gnus-cache-possibly-remove-article): Use
13295         gnus-cache-update-file-total-fetched-for to decrement disk space
13296         used by this group.
13297         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13298         (gnus-cache-rename-group): New function.
13299         (gnus-cache-delete-group): New function.
13300         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13301         (gnus-cache-need-update-total-fetched-for): New variable.
13302         (gnus-cache-with-refreshed-group): New macro.
13303         (gnus-cache-update-file-total-fetched-for): New function.
13304         (gnus-cache-update-overview-total-fetched-for): New function.
13305         (gnus-cache-rename-group-total-fetched-for): New function.
13306         (gnus-cache-delete-group-total-fetched-for): New function.
13307         (gnus-cache-total-fetched-for): New function.
13308
13309         * gnus-group.el: Require gnus-sum and autoload functions to
13310         resolve warnings when gnus-group.el compiled alone.
13311         (gnus-group-line-format): Documented new %F
13312         (size of Fetched data) group line format; identifies disk space
13313         used by agent and cache.
13314         (gnus-group-line-format-alist): Defined new F format.
13315         (gnus-total-fetched-for): New function.
13316         (gnus-group-delete-group): No longer update
13317         gnus-cache-active-altered as gnus-request-delete-group now keeps
13318         the cache in sync.
13319         (gnus-group-list-active): Let the agent store a server's active
13320         list if currently plugged.
13321
13322         * gnus-int.el (gnus-request-delete-group):
13323         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13324         local disk in sync with the server.
13325         (gnus-request-rename-group):
13326         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13327         local disk in sync with the server.
13328
13329         * gnus-start.el (gnus-get-unread-articles):
13330         Cosmetic simplification to logic.
13331
13332         * gnus-util.el (gnus-rename-file): New function.
13333
13334 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13335
13336         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13337
13338 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13339
13340         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13341         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13342
13343 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13344
13345         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13346         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13347
13348 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13349
13350         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13351
13352 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13353
13354         * spam.el (spam-set-difference): Add function to replace
13355         gnus-set-difference in spam.el.
13356         (spam-summary-prepare-exit): Use spam-set-difference.
13357
13358 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13359
13360         * gnus-registry.el (gnus-registry-cache-file): Update to use
13361         gnus-dribble-directory OR gnus-home-directory OR ~.
13362         (gnus-registry-split-fancy-with-parent): Fix doc.
13363
13364 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13365
13366         * message.el (message-exchange-point-and-mark): Use
13367         message-mark-active-p.  Suggested by Jesper Harder
13368         <harder@ifa.au.dk>.
13369
13370 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13371
13372         * message.el (message-exchange-point-and-mark): Don't activate
13373         region if it was inactive.  Suggested by Hiroshi Fujishima
13374         <pooh@nature.tsukuba.ac.jp>.
13375
13376 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13377
13378         * gnus-art.el (article-display-face): Display Faces in the same
13379         order as X-Faces.
13380
13381 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13384
13385 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13386
13387         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13388         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13389         (gnus-article-mime-hierarchy): Remove.
13390         (gnus-article-mime-hierarchy-next): Remove.
13391         (gnus-article-mode): Revert 2004-03-19 change.
13392         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13393         (gnus-insert-mime-button): Revert 2004-03-19 change.
13394         (gnus-mime-accumulate-hierarchy): Remove.
13395         (gnus-mime-enter-multipart): Remove.
13396         (gnus-mime-leave-multipart): Remove.
13397         (gnus-mime-display-part): Revert 2004-03-19 change.
13398         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13399
13400         * mml.el (mml-preview): Revert 2004-03-19 change.
13401
13402 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13403
13404         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13405
13406 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13407
13408         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13409         t while entering a file name using the mm-with-multibyte macro.
13410         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13411
13412         * mm-util.el (mm-with-multibyte): New macro.
13413
13414 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13417         user option.
13418         (gnus-mime-multipart-functions): Doc and customization fix.
13419         (gnus-article-mime-hierarchy): New variable.
13420         (gnus-article-mime-hierarchy-next): New variable.
13421         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13422         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13423         gnus-article-mime-hierarchy-next to nil.
13424         (gnus-insert-mime-button): Show hierarchy numbers.
13425         (gnus-mime-accumulate-hierarchy): New function.
13426         (gnus-mime-enter-multipart): New function.
13427         (gnus-mime-leave-multipart): New function.
13428         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13429         (gnus-mime-display-alternative): Show hierarchy numbers.
13430
13431         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13432         gnus-article-mime-hierarchy-next to nil.
13433
13434 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13435
13436         * dns.el: Don't require gnus-xmas.
13437
13438 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13439
13440         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13441         inline PGP.
13442         (mml-menu): Disable mml-quote-region if mark is inactive.
13443
13444 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13445
13446         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13447         when the group's active is not available.
13448
13449 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13450
13451         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13452         error.
13453
13454 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13455
13456         * imap.el (imap-store-password): New variable.
13457         (imap-interactive-login): Use it.
13458         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13459
13460 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13463         window-start and hscroll to summary window.
13464
13465 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13466
13467         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13468         conversion message to newsrc-dribble when an actual conversion is
13469         performed.
13470
13471 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13472
13473         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13474
13475 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * mm-decode.el (mm-complicated-handles): New function reviving
13478         former definition of mm-multiple-handles.
13479
13480         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13481         (gnus-mime-delete-part): Use it.
13482
13483 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13484
13485         * gnus-agent.el (gnus-agent-read-local): Bind
13486         nnheader-file-coding-system to gnus-agent-file-coding-system to
13487         avoid the implicit assumption that they will always be equal.
13488         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13489         coding-system-for-write, as the with-temp-file macro first prints
13490         to a buffer then saves the buffer.
13491
13492 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13493
13494         * gnus-art.el (gnus-article-edit-part): New function.
13495         (gnus-mime-save-part-and-strip): Use it; do query instead of
13496         signaling an error; don't use mm-multiple-handles.
13497         (gnus-mime-delete-part): Ditto.
13498
13499 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13500
13501         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13502         old file versions.
13503         (gnus-group-prepare-hook): Removed function that converted list
13504         form of gnus-agent-expire-days to group properties.
13505
13506         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13507         (gnus-request-accept-article): Re-indented.
13508
13509         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13510         converters to handle old agent file formats.  Added logic for a
13511         "backup before upgrading warning".
13512         (gnus-convert-mark-converter-prompt): Developers can mark
13513         functions as needing (default), or not needing,
13514         gnus-convert-old-newsrc's "backup before upgrading warning".
13515         (gnus-convert-converter-needs-prompt): Tests whether the user
13516         should be protected from potentially irreversable changes by the
13517         function.
13518
13519         * legacy-gnus-agent.el: New.  Provides converters that are only
13520         loaded when gnus-convert-old-newsrc needs to call them.
13521
13522 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13523
13524         * mail-source.el (mail-source-touch-pop): Doc fix.
13525
13526         * message.el (message-smtpmail-send-it): Doc fix.
13527
13528 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13529
13530         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13531
13532         * nnmail.el (nnmail-split-fancy): do.
13533
13534         * gnus-kill.el (gnus-kill, gnus-execute): do.
13535
13536 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13537
13538         * gnus-sum.el (gnus-widget-reversible-match)
13539         (gnus-widget-reversible-to-internal)
13540         (gnus-widget-reversible-to-external): New functions.
13541         (gnus-widget-reversible): New widget.
13542         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13543
13544 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13545
13546         * gnus-sum.el (gnus-thread-sort-functions)
13547         (gnus-article-sort-functions): Document `(not F)' items.
13548
13549 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13550
13551         * spam.el (spam-use-gmane-xref): Add new backend.
13552         (spam-gmane-xref-spam-group): Add variable to control the name of the
13553         Gmane spam group.
13554         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13555         (spam-regex-headers-spam, spam-regex-headers-ham)
13556         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13557         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13558         backends and checks.
13559         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13560
13561         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13562         an autodetect method.
13563
13564 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13565
13566         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13567         articles are being added to a group.
13568         (gnus-request-replace-article): Inform the agent that articles
13569         need to be uncached as the cached contents are no longer valid.
13570
13571 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13572
13573         * binhex.el: Don't autoload executable-find.
13574
13575         * canlock.el: Don't autoload mail-fetch-field.
13576
13577         * dgnushack.el: Autoload c-mode for XEmacs.
13578
13579         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13580
13581         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13582         rmail-dont-reply-to and rmail-output.
13583
13584         * gnus-score.el: Don't autoload ffap-string-at-point.
13585
13586         * gnus-setup.el: Don't autoload sc-cite-original.
13587
13588         * imap.el: Don't autoload base64-decode-string,
13589         base64-encode-string and md5.
13590
13591         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13592         and rmail-msg-restore-non-pruned-header.
13593
13594         * mm-decode.el: Don't autoload executable-find.
13595
13596         * mm-url.el: Don't autoload executable-find.
13597
13598         * mm-view.el: Don't autoload diff-mode.
13599
13600         * nndb.el: Don't autoload news-reply-mode, news-setup,
13601         cancel-timer and telnet.
13602
13603         * password.el: Don't autoload run-at-time for Emacs.
13604
13605         * sha1-el.el: Don't autoload executable-find.
13606
13607         * sieve-mode.el: Don't autoload c-mode.
13608
13609         * uudecode.el: Don't autoload executable-find.
13610
13611 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13612
13613         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13614         (gnus-agent-possibly-alter-active): Avoid null in numeric
13615         comparison.
13616         (gnus-agent-set-local): Refuse to save null in local object table.
13617         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13618         list of articles that will be marked as unread.
13619
13620 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13623
13624 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13625
13626         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13627         language tags.
13628
13629 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13630
13631         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13632         Don't bind "obarray".
13633
13634         * gnus-sum.el (gnus-thread-sort-functions): Added
13635         `gnus-thread-sort-by-most-recent-number' and
13636         `gnus-thread-sort-by-most-recent-date'.
13637         Reported by Kai Grossjohann <kai@emptydomain.de>.
13638
13639 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13640
13641         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13642
13643 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13644
13645         * gnus-cus.el (gnus-agent-customize-category): Removed
13646         ignore-errors macro reference that required cl to be loaded at
13647         run-time.
13648
13649         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13650         single-interval range of the form (min . max).  Previously the
13651         range had to look like ((min . max)).  Likewise, return
13652         (min . max) rather than ((min . max)).
13653         (gnus-range-map): Use gnus-range-normalize to accept
13654         single-interval range.
13655
13656         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13657         the cache, but not the agent, now appear with their usual face.
13658
13659         * dgnushack.el (loaddir): New variable that is bound to the
13660         directory containing the dgnushack.el file. Use loaddir, rather
13661         than srcdir, to update load-path. Change lets dgnushack compile
13662         code in directories other than GNUS/lisp.
13663
13664 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13665
13666         * lpath.el: Don't bind w3m-safe-url-regexp.
13667
13668         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13669         w3m-safe-url-regexp variable buffer-local.
13670
13671         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13672
13673 2004-02-27  Simon Josefsson  <jas@extundo.com>
13674
13675         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13676         gnus-group-real-prefix.
13677         (gnus-summary-move-article): Use it, instead of
13678         gnus-group-real-prefix.
13679
13680 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * lpath.el: Bind w3m-safe-url-regexp.
13683
13684         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13685         w3m-safe-url-regexp variable buffer-local and set it as the value
13686         of mm-w3m-safe-url-regexp.
13687
13688         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13689
13690         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13691         parsing gnus-posting-styles when the message is not for replying.
13692
13693         * dgnushack.el: Autoload sgml-mode for XEmacs.
13694
13695         * nnrss.el (nnrss-opml-export): Use
13696         mm-set-buffer-file-coding-system instead of
13697         set-buffer-file-coding-system.
13698
13699 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13700
13701         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13702         of checkdoc.el).
13703         * nnrss.el: do.
13704         * gnus-mlspl.el: do.
13705         * gnus-ml.el: do.
13706         * gnus-srvr.el: do.
13707
13708         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13709
13710 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13711
13712         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13713         Corrections to custom-manual links.
13714
13715         * gnus-art.el (gnus-article): Ditto.
13716
13717         * mm-decode.el (mime-display, mime-security): Ditto.
13718
13719 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13720
13721         * flow-fill.el: Typo.
13722
13723 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13724
13725         * spam-wash.el: New file.
13726
13727 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13728
13729         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13730
13731 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13732
13733         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13734         to be run with new-articles as LIST1, not LIST2.
13735         (spam-registration-functions): Add spam-use-ham-copy as a nil
13736         registration backend.
13737
13738 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13739
13740         * spam-stat.el (spam-stat-washing-hook): New option.
13741         (spam-stat-buffer-words): Use it.
13742         (spam-stat-process-directory, spam-stat-test-directory): Use
13743         insert-file-contents-literally.
13744         (spam-stat-coding-system): New variable.
13745         (spam-stat-load, spam-stat-save): Use it.
13746
13747 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13748
13749         * spam-report.el (spam-report-plug-agent): Quote
13750         spam-report-url-to-file and spam-report-url-ping-plain.
13751
13752 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13753
13754         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13755         / in mailto URLs.
13756
13757 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13758
13759         * spam-report.el (spam-report-process-queue): Fix interactive use.
13760         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13761         (spam-report-unplug-agent): Doc fixes.
13762         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13763         (spam-report-agentize, spam-report-deagentize): Autoload
13764
13765 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13766
13767         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13768
13769         * message.el (message-setup-fill-variables): Add mml tags to
13770         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13771         <ajk@iu.edu>.
13772         (message-mode): Don't modify paragraph-separate there.
13773
13774 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * compface.el (uncompface-use-external): Default to undecided.
13777         (uncompface-use-external-threshold): New variable.
13778         (uncompface-float-time): New macro.
13779         (uncompface): Determine whether to use the external decoder if
13780         uncompface-use-external is undecided.
13781
13782 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13783
13784         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13785         after images.
13786
13787         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13788
13789 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13790
13791         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13792
13793         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13794
13795         * gnus-sum.el (gnus-summary-limit-to-age)
13796         (gnus-summary-limit-children): do.
13797
13798         * gnus-int.el (gnus-request-scan): do.
13799
13800         * gnus-group.el (gnus-group-suspend): do.
13801
13802         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13803
13804         * gnus-cite.el (gnus-cite-parse-attributions): do.
13805
13806         * gnus-agent.el (gnus-summary-set-agent-mark)
13807         (gnus-agent-regenerate-group): do.
13808
13809         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13810
13811         * binhex.el (binhex-decode-region-internal): do.
13812
13813 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13814
13815         * gnus-fun.el (gnus-face-properties-alist): New user option.
13816         (gnus-display-x-face-in-from): Use it.
13817
13818         * gnus-art.el (article-display-face): Ditto.
13819
13820         * compface.el (uncompface-use-external): Default to nil.
13821
13822 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13823
13824         * nntp.el (nntp-erase-buffer): New function.
13825         (nntp-retrieve-data, nntp-send-command)
13826         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13827         (nntp-possibly-change-group): Use it.
13828
13829         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13830         with-current-buffer.
13831
13832 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13833
13834         * compface.el: Merge the ELisp-based uncompface program.
13835         (compface): New customization group.
13836         (uncompface-use-external): New user option.
13837         (uncompface): Call uncompface-internal if uncompface-use-external
13838         is nil.
13839         (uncompface-internal): New function.  Note that there are also
13840         some other functions and variables added for this function.
13841
13842 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13843
13844         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13845         if necessary.
13846
13847 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13848
13849         * spam-report.el (spam-report-unplug-agent)
13850         (spam-report-plug-agent, spam-report-deagentize)
13851         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13852         Add support for the Agent in spam-report: when unplugged, report to a
13853         file; when plugged, submit all the requests.
13854
13855         * spam.el (spam-register-routine): Fix message about
13856         registration.
13857
13858 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13859
13860         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13861         dependencies.
13862         (rfc2047-encode): Use it.
13863
13864         * gnus-art.el (gnus-button-marker-list): Move before first
13865         reference.
13866
13867         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13868         (imap-parse-body): Fix format string mismatch.
13869
13870         * gnus-score.el (gnus-summary-increase-score): do.
13871
13872         * nnrss.el (nnrss-close): New function.
13873
13874 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13875
13876         * nnrss.el (nnrss-make-filename): New function.
13877         (nnrss-request-delete-group, nnrss-read-server-data)
13878         (nnrss-save-server-data, nnrss-read-group-data)
13879         (nnrss-save-group-data): Use it.
13880         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13881         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13882         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13883
13884 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13885
13886         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13887
13888 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13889
13890         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13891         files.
13892
13893         * message.el (message-generate-headers-first): Don't quote nil
13894         and t in docstrings.
13895
13896         * imap.el (imap-id): do.
13897
13898         * gnus-agent.el (gnus-agent-consider-all-articles)
13899         (gnus-agent-queue-mail): do.
13900
13901 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13902
13903         * spam-report.el (spam-report-process-queue): New function.
13904         Process requests from `spam-report-requests-file'.
13905         (spam-report-process-queue): Doc fix.
13906
13907 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13908
13909         * spam.el (spam-register-routine)
13910         (spam-log-processing-to-registry, spam-log-registered-p)
13911         (spam-log-unregistration-needed-p, spam-log-undo-registration):
13912         Change "check" to "spam-check" for semi-clarity.
13913
13914 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
13915
13916         * pop3.el: Require nnheader.
13917
13918         * mml-smime.el: Require cl.  Autoload message-fetch-field.
13919
13920         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13921
13922         * gnus-picon.el: Require cl.
13923
13924         * gnus-fun.el: Require gnus-ems and gnus-util.
13925
13926         * gnus.el (gnus-method-to-server): Move defsubst before first use.
13927
13928         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13929
13930         * gnus-art.el (gnus-article-edit-mode): Define before first
13931         reference.
13932
13933 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
13934
13935         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13936         (gnus-uu-post-encoded): Use point-at-bol.
13937
13938         * gnus-topic.el (gnus-group-active-topic-p): do.
13939
13940         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13941
13942         * gnus-group.el (gnus-group-kill-region): do.
13943
13944         * gnus-art.el (article-date-ut): do.
13945
13946         * message.el (message-fetch-field): Remove redundant
13947         case-fold-search binding.
13948         (message-narrow-to-field): Simplify.
13949
13950 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
13951
13952         * spam.el (spam-directory): Derive from `gnus-directory'.
13953
13954         * spam-report.el (spam-report-url-to-file)
13955         (spam-report-requests-file): New function and variable for offline
13956         reporting.
13957         (spam-report-url-ping-function): Add `spam-report-url-to-file'
13958         and user defined function.
13959         (spam-report-url-ping-mm-url): Remove doubled slash.
13960
13961 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
13962
13963         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13964
13965 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
13966
13967         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13968         format string mismatch.
13969
13970         * sieve.el (sieve-deactivate-all): do.
13971
13972         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13973
13974         * nnlistserv.el (nnlistserv-kk-wash-article): do.
13975
13976         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13977
13978         * mm-bodies.el (mm-7bit-chars): Don't include \r.
13979
13980 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
13981
13982         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13983         the list of checks.
13984
13985 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
13986
13987         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13988         padding.
13989
13990 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
13991
13992         * mm-view.el (mm-fill-flowed): New variable.
13993         (mm-inline-text): Use it.
13994
13995 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
13996
13997         * spam.el (spam-spamassassin-register-ham-routine)
13998         (spam-spamassassin-register-spam-routine): Fix function names.
13999
14000 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * gnus.el (gnus-tmp-grouplens): Remove.
14003         (gnus-summary-line-format): Remove grouplens.
14004
14005         * gnus-group.el (gnus-group-line-format): Ditto.
14006
14007         * gnus-spec.el (gnus-format-specs): Ditto.
14008         (gnus-update-format-specifications): Flush the group format spec
14009         cache if there's the grouplens stuff.
14010         (gnus-parse-simple-format): Replace %l with the empty string.
14011
14012 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14013
14014         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14015         omission.
14016
14017 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14020         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14021
14022 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14023
14024         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14025         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14026         New macros and functions.
14027         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14028         Handle > NLINK_MAX messages.
14029         * nnmaildir.el (nnmaildir-request-set-mark): Use
14030         nnmaildir--emlink-p and nnmaildir--eexist-p.
14031
14032 2004-01-25  Alex Schroeder  <alex@gnu.org>
14033
14034         * spam-stat.el (spam-stat-process-directory-age): New option.
14035         (spam-stat-process-directory): Use it.
14036
14037 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14038
14039         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14040         (spam-stat-save): Accept prefix argument.
14041
14042 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14043
14044         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14045         links" error.
14046
14047 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14050         the rest of the and/or forms.
14051
14052 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14053
14054         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14055         compatibility with old .newsrc.eld files.
14056
14057         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14058
14059         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14060
14061         * gnus-start.el (gnus-1): do.
14062
14063         * gnus-group.el (gnus-group-line-format-alist): do.
14064
14065         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14066
14067         * gnus-gl.el: Remove.
14068
14069 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14070
14071         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14072         marks consisting of a single range {for example, (3 . 5)} rather
14073         than a list of a single range { ((3 . 5)) }.
14074
14075 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14076
14077         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14078         with-current-buffer.
14079         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14080         avoid consing a string.
14081
14082         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14083         Remove obsolete entries for big5 and gb2312.
14084
14085 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14086
14087         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14088         uncompressed list.
14089
14090 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14091
14092         * spam-stat.el (spam-stat-strip-xref): New function.
14093         (spam-stat-process-directory): Use it.
14094
14095         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14096         here -- it's done in message-fetch-field.
14097
14098 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14099
14100         * gnus-agent.el (gnus-agent-queue-mail)
14101         (gnus-agent-prompt-send-queue): New variables.
14102         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14103         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14104         "nndraft:queue" along to gnus-draft-send.  Use
14105         gnus-agent-prompt-send-queue.
14106         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14107         is "nndraft:queue".  Suggested by Gaute Strokkenes
14108         <gs234@srcf.ucam.org>
14109
14110         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
14111         (agent-enable-undownloaded-faces): Added
14112         (gnus-agent-cat-groups): Use eval-and-compile, not
14113         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14114         method of gnus-agent-cat-groups even when the buffer has been
14115         evaled.
14116         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14117         delete gnus-agent-save-active-1.
14118         (gnus-agent-save-groups): Deleted.  Identical to
14119         gnus-agent-save-active.
14120         (gnus-agent-write-active): No longer adjust agent's copy of active
14121         file as agent's adjustments are now stored in their own
14122         file.  Removed optional parameter.
14123         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14124         servers.  Add use of min/max range limits from server's local
14125         file.
14126         (gnus-agent-save-alist): Removed unused optional argument.
14127         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14128         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14129         (gnus-agent-set-local): A per-server file that keeps min/max range
14130         limits for articles known to the agent.  Provides a fast mechanism
14131         for altering many active ranges.
14132         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14133         active file (local makes it unnecessary).
14134         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14135
14136         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
14137         (agent-enable-undownloaded-faces): Added
14138
14139         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14140         disable it when sending to "nndraft:queue".
14141         (gnus-group-send-queue): Add safety check to avoid sending queue
14142         when unplugged.
14143
14144         * gnus-group.el (gnus-group-catchup): Use new
14145         gnus-sequence-of-unread-articles, not
14146         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14147         numbers of articles.  Use gnus-range-map to avoid having to
14148         uncompress the unread list.
14149         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14150         Fixed invalid ange-ftp reference.
14151
14152         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14153         (gnus-sorted-range-intersection): Intersection of two ranges
14154         without requiring that they first be uncompressed.
14155
14156         * gnus-start.el (gnus-activate-group): Unless blocked by the
14157         caller, possibly expand the active range to include both cached
14158         and agentized articles.
14159         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14160         multiple version-dependent converters.
14161         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14162         gnus-agent-save-active.
14163         (gnus-save-newsrc-file): Save dirty agent range limits.
14164
14165         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14166         gnus-agent-possibly-alter-active.
14167         (gnus-adjust-marked-articles): Faster handling of simple lists
14168
14169 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14170
14171         * spam-stat.el (spam-stat-test-directory): New optional argument
14172         displays a list of files detected.  Suggested by Andrew Cohen
14173         <cohen@andy.bu.edu>.
14174         (spam-stat-buffer-words-with-scores): Don't narrow and change
14175         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14176
14177 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14178
14179         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14180         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14181         (spam-spamassassin-arguments)
14182         (spam-spamassassin-spam-flag-header)
14183         (spam-spamassassin-positive-spam-flag-header)
14184         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14185         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14186         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14187         (spam-list-of-processors, spam-list-of-checks)
14188         (spam-list-of-statistical-checks, spam-registration-functions)
14189         (spam-check-spamassassin-headers, spam-check-spamassassin)
14190         (spam-spamassassin-score)
14191         (spam-spamassassin-register-with-sa-learn)
14192         (spam-spamassassin-register-spam-routine)
14193         (spam-spamassassin-register-ham-routine)
14194         (spam-assassin-register-spam-routine)
14195         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14196         (spam-bogofilter-score): Fix to show article before scoring.
14197
14198 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14199
14200         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14201         default scoring function.
14202         (spam-generic-score): Call spam-spamassassin-score if
14203         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14204         spam-bogofilter-score otherwise.
14205
14206         * gnus.el (spam-process, spam-autodetect-methods): Add
14207         spamassassin and spamassassin-headers.
14208
14209 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14210
14211         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14212         Suppress unnecessary messages.
14213
14214 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14215
14216         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14217         make-hash-table.
14218
14219 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14220
14221         * canlock.el (base64-encode-string): Don't autoload it.
14222
14223 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * run-at-time.el: Remove useless (require 'itimer),
14226         eval-and-compile and (featurep 'xemacs).
14227
14228 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14229
14230         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14231         GROUP is a virtual group.
14232
14233 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14234
14235         * gnus.el: Autoload `message-y-or-n-p'.
14236
14237 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14238
14239         * pgg-parse.el: Remove unnecessary (require 'custom).
14240
14241         * pgg-def.el: do.
14242
14243         * nnmail.el: do.
14244
14245         * gnus-undo.el: do.
14246
14247         * gnus-picon.el: do.
14248
14249         * gnus-util.el: do.
14250
14251 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14252
14253         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14254
14255 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14258         handle, as well as a list.
14259
14260         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14261         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14262         (mm-w3m-cid-retrieve): Simplify.
14263
14264 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14265
14266         * message.el (message-kill-to-signature): Allow prefix arg to
14267         specify number of lines to keep before signature.
14268
14269 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14270
14271         (message-kill-to-signature): Change docstring.
14272
14273 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14274
14275         * canlock.el: Always require sha1-el.
14276         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14277
14278         * message.el: Autoload sha1 only when compiling.
14279
14280         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14281         eudc-expand-inline for XEmacs.
14282
14283 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14284
14285         * message.el (message-canlock-generate): Require sha1-el.
14286
14287 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14288
14289         * message.el (message-expand-name): Silence the byte compiler.
14290
14291         * lpath.el: Add detect-coding-system.
14292
14293         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14294         cus-edit.
14295
14296 2004-01-13  Simon Josefsson  <jas@extundo.com>
14297
14298         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14299         Invoke gnus-score-mode.  Reported by
14300         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14301
14302         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14303         Jim Blandy <jimb@redhat.com> (tiny change).
14304
14305 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14306
14307         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14308
14309 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14310
14311         * spam.el (spam-get-article-as-string): Update to use
14312         gnus-request-article-this-buffer, much simpler.
14313         (spam-get-article-as-buffer): Remove.
14314
14315 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14316
14317         * message.el (message-expand-name): Use EUDC if the user uses that.
14318
14319 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14320
14321         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14322         character for the encoding to avoid consing a string.
14323
14324         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14325         unnecessarily.
14326
14327         * mm-util.el (mm-replace-chars-in-string): Remove.
14328
14329         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14330         of mm-replace-chars-in-string.
14331
14332 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14333
14334         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14335
14336         * mm-util.el (mm-subst-char-in-string): Support inplace.
14337
14338         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14339         a new string in every iteration.  Use shy groups.
14340
14341 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14342
14343         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14344         * gnus-soup.el (gnus-soup-group-brew):
14345         * gnus-msg.el (gnus-put-message):
14346         * gnus-move.el (gnus-group-move-group-to-server):
14347         * gnus-kill.el (gnus-batch-score):
14348         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14349         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14350         (gnus-group-update-group, gnus-group-read-group)
14351         (gnus-group-make-group, gnus-group-make-help-group)
14352         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14353         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14354         (gnus-group-sort-by-unread, gnus-group-catchup)
14355         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14356         (gnus-group-yank-group, gnus-group-set-info)
14357         (gnus-group-list-groups):
14358         * gnus.el (gnus-generate-new-group-name):
14359         * gnus-delay.el (gnus-delay-send-queue):
14360         * nnvirtual.el (nnvirtual-catchup-group):
14361         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14362         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14363         (gnus-group-prepare-topics, gnus-topic-check-topology):
14364         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14365         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14366         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14367         (gnus-group-make-articles-read):
14368         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14369         (gnus-group-change-level, gnus-kill-newsgroup)
14370         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14371         (gnus-get-unread-articles, gnus-make-articles-unread)
14372         (gnus-make-ascending-articles-unread): Use accessor
14373         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14374         to get group information for improved readability.
14375
14376
14377 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14378
14379         * gnus-art.el (article-decode-mime-words, article-babel)
14380         (gnus-article-highlight-signature, gnus-article-add-buttons)
14381         (gnus-signature-toggle): Use gnus-with-article-buffer.
14382
14383         * gnus-art.el (gnus-article-highlight-headers)
14384         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14385
14386         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14387         (gnus-article-set-globals, gnus-request-article-this-buffer)
14388         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14389         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14390         (gnus-mime-display-alternative): Use with-current-buffer.
14391
14392 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14393
14394         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14395         also under 80 char limit, and call gnus-error if needed.
14396         (spam-fetch-article-header): Fix - it was a
14397         buffer-local variable (gnus-newsgroup-data).
14398         (spam-find-spam): Use spam-generate-fake-headers, forget about
14399         spam-insert-fake-headers.
14400         (spam-insert-fake-headers): Remove.
14401
14402 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14403
14404         * deuglify.el (gnus-article-outlook-unwrap-lines)
14405         (gnus-outlook-rearrange-article)
14406         (gnus-outlook-repair-attribution-outlook)
14407         (gnus-outlook-repair-attribution-block)
14408         (gnus-outlook-repair-attribution-other): Remove redundant
14409         save-excursion.
14410
14411 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14412
14413         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14414         (spam-fetch-field-subject-fast)
14415         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14416         (spam-fetch-article-header): Add functions to deal with Gnus
14417         internals for fast retrieval of article header data.
14418         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14419
14420 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14421
14422         * pop3.el (pop3-md5): Remove.
14423         (pop3-apop): Replace pop3-md5 with md5.
14424
14425         * mm-bodies.el: base64 is always built-in.
14426
14427         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14428         with-current-buffer.
14429
14430 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14431
14432         * canlock.el (canlock-insert-header): Remove excessive grouping in
14433         regexp.
14434
14435         * gnus-sum.el (gnus-summary-read-document): Ditto.
14436
14437         * gnus-uu.el (gnus-uu-part-number): Ditto.
14438
14439         * html2text.el (html2text-remove-tags): Ditto.
14440         (html2text-format-tags): Ditto.
14441         (html2text-format-single-elements): Ditto.
14442
14443         * mml.el (mml-parse-1): Ditto.
14444
14445 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14446
14447         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14448
14449         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14450
14451         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14452
14453         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14454
14455 2003-11-15  Simon Josefsson  <jas@extundo.com>
14456
14457         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14458         (pgg-gpg-lookup-key): Use regexp match instead of
14459         split-string (split-string is different between emacs 21.2 and
14460         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14461
14462 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14463
14464         * gnus-art.el (gnus-mime-view-all-parts)
14465         (gnus-article-part-wrapper, gnus-article-view-part): Use
14466         with-current-buffer.
14467
14468 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14469
14470         * spam.el (spam-disable-spam-split-during-ham-respool)
14471         (spam-spamoracle-database, spam-cache-lookups)
14472         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14473         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14474         (spam-group-ham-marks, spam-group-spam-marks)
14475         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14476         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14477         also add spam-use-blackholes to the statistical checks.
14478         (spam-fetch-field-fast): Add interface to fetching fields, may
14479         become a macro.
14480         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14481         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14482         (spam-insert-fake-headers): Fake an article when needed.
14483         (spam-find-spam): Fake article when possible.
14484         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14485         (spam-check-bogofilter-headers): Use message-fetch-field instead
14486         of nnmail-fetch-field.
14487
14488 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14489
14490         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14491
14492 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14493
14494         * spam.el (spam-split): Do not require spam-use-CHECK to be
14495         enabled if that check is passed to spam-split explicitly; also
14496         fix so 'spam doesn't get converted to spam-split-group when
14497         spam-split-symbolic-return is t.
14498         (spam-find-spam): Find registrations of the article and use those
14499         instead of re-running spam-split to find the spam/ham
14500         classification of the article.
14501         (spam-log-processing-to-registry, spam-log-registered-p)
14502         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14503         Use gnus-error instead of gnus-message.
14504         (spam-log-registration-type): Add function to determine the
14505         classification of a message based on registry entries; will
14506         return nil if both 'spam and 'ham are found.
14507         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14508         a reasonably fast local cache without the loading errors.
14509         (spam-cache-lookups): Set to t by default.
14510         (spam-find-spam): Don't try to guess spam-cache-lookups.
14511         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14512         spam-caches entry.
14513         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14514         caching of whitelist/blacklist entries.
14515         (spam-check-whitelist, spam-check-blacklist): Invoke
14516         spam-from-listed-p with a type, not a cache variable.
14517         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14518
14519 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14520
14521         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14522
14523         * nnmail.el (nnmail-split-fancy): do.
14524
14525         * mml.el (mml-parse): do.
14526
14527         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14528         (gnus-score-adaptive): do.
14529
14530 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14531
14532         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14533         (gnus-mime-button-map): Don't set keymap parent.
14534         (gnus-button-ctan-directory-regexp): Use shy grouping.
14535         (gnus-prev-page-map): Don't set keymap parent.
14536         (gnus-prev-page-map): Remove duplicated one.
14537         (gnus-next-page-map): Don't set keymap parent.
14538         (gnus-mime-security-button-map): Ditto.
14539
14540         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14541         version number.
14542
14543         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14544
14545 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14546
14547         * canlock.el (canlock-sha1-function): Remove.
14548         (canlock-sha1-function-for-verify): Remove.
14549         (canlock-openssl-program): Remove.
14550         (canlock-openssl-args): Remove.
14551         (canlock-ignore-errors): Remove.
14552         (canlock-sha1-with-openssl): Remove.
14553         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14554         (canlock-verify): Don't use canlock-ignore-errors.
14555
14556         * sha1-el.el (sha1-string-external): Make it can return a string
14557         in binary form.
14558         (sha1-region-external): Ditto.
14559         (sha1-string-internal): Ditto.
14560         (sha1-region-internal): Ditto.
14561         (sha1-region): Ditto.
14562         (sha1-string): Ditto.
14563         (sha1): Ditto.
14564
14565 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14566
14567         * spam.el (spam-report-articles-gmane): New command.
14568
14569 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14572
14573         * run-at-time.el (run-at-time-saved): Remove.
14574         (run-at-time): Doc fix.
14575
14576 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14577
14578         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14579         (gnus-summary-limit-map): Add it.
14580         (gnus-summary-make-menu-bar): do.
14581
14582 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14583
14584         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14585         Make attempt at some caching support (done for BBDB only now).
14586         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14587         addresses to be checked.
14588         (spam-clear-cache-BBDB): Add function, to be invoked by
14589         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14590         (spam-check-BBDB): Check and use the caches, if
14591         spam-cache-lookups is on, remove superfluous (provide).
14592
14593 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14596
14597 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14598
14599         * run-at-time.el (run-at-time-saved): Move to after the definition
14600         of `run-at-time'.
14601
14602         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14603
14604 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14605
14606         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14607         mm-w3m-local-map-property.
14608
14609         * mm-view.el (mm-w3m-mode-map): Remove.
14610         (mm-w3m-local-map-property): Remove.
14611         (mm-inline-text-html-render-with-w3m): Don't use
14612         mm-w3m-local-map-property.
14613
14614 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14615
14616         * run-at-time.el: New file.
14617
14618         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14619         under Emacs.
14620
14621         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14622         of gnus-set-text-properties.
14623
14624         * gnus-uu.el (gnus-uu-save-article): Ditto.
14625
14626         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14627
14628         * gnus-cite.el (gnus-cite-parse): Ditto.
14629
14630         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14631         of gnus-.
14632
14633         * gnus-xmas.el (run-at-time): Require run-at-time.
14634
14635         * gnus.el: Changed calls to nnheader-run-at-time and
14636         password-run-at-time throughout to use run-at-time directly.
14637
14638         * password.el: Removed definition of run-at-time.
14639
14640         * nnheaderxm.el: Remove definition of run-at-time.
14641
14642 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14643
14644         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14645         in prompt.
14646
14647 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14648
14649         * messagexmas.el (message-xmas-redefine): Alias
14650         `message-make-caesar-translation-table' to
14651         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14652         version.
14653
14654         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14655         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14656         `gnus-xmas-set-text-properties'.
14657         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14658         `gnus-xmas-completing-read'.
14659         (gnus-xmas-completing-read): Removed.
14660         (gnus-xmas-open-network-stream): Removed.
14661
14662         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14663         XEmacs version.
14664
14665         * dns.el (dns-make-network-process): Use `open-network-stream'
14666         instead of `gnus-xmas-open-network-stream'.
14667
14668         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14669
14670         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14671
14672 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14673
14674         * gnus-art.el (gnus-mime-display-alternative)
14675         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14676         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14677         Don't use gnus-local-map-property.
14678
14679         * gnus-util.el (gnus-local-map-property): Remove.
14680
14681         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14682         gnus-completing-read-maybe-default with completing-read.
14683
14684         * gnus-util.el (gnus-completing-read): do.
14685         (gnus-completing-read-maybe-default): Remove.
14686
14687 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14688
14689         * password.el: Only autoload `run-at-time' if not XEmacs.
14690         Only autoload the itimer functions if XEmacs.
14691
14692 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14693
14694         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14695         XEmacsen.
14696
14697         * dgnushack.el: Autoload executable-find for XEmacs.
14698
14699 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14700
14701         * gnus-art.el (gnus-read-string): Remove.
14702         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14703         read-string.
14704
14705 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14706
14707         * netrc.el: Autoload password-read.
14708         (netrc): Add configuration group.
14709         (netrc-encoding-method, netrc-openssl-path): Add
14710         variables for encoding and decoding of files with symmetric
14711         ciphers.
14712         (netrc-encode): Add assistant function to encode a file with
14713         netrc-encoding-method.
14714         (netrc-parse): Add interactive parameter, added optional
14715         decoding if netrc-encoding-method is non-nil but otherwise
14716         behavior is standard.
14717         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14718         Do s/encode/encrypt/ everywhere.
14719
14720         * spam.el: Remove executable-find autoload.
14721
14722 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14723
14724         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14725
14726         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14727
14728 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14729
14730         * gnus-art.el (gnus-treat-ansi-sequences,
14731         (article-treat-ansi-sequences): New variable and function.
14732         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14733
14734         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14735         Use it.
14736
14737 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14738
14739         * mm-util.el (mm-quote-arg): Remove.
14740
14741         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14742         shell-quote-argument.
14743
14744         * gnus-uu.el (gnus-uu-command): do.
14745
14746         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14747
14748         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14749         with make-char.
14750
14751         * mm-util.el (mm-make-char): Remove.
14752
14753         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14754         add-minor-mode.
14755
14756         * gnus-undo.el (gnus-undo-mode): do.
14757
14758         * gnus-topic.el (gnus-topic-mode): do.
14759
14760         * gnus-sum.el (gnus-dead-summary-mode): do.
14761
14762         * gnus-start.el (gnus-slave-mode): do.
14763
14764         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14765
14766         * gnus-ml.el (gnus-mailing-list-mode): do.
14767
14768         * gnus-gl.el (gnus-grouplens-mode): do.
14769
14770         * gnus-draft.el (gnus-draft-mode): do.
14771
14772         * gnus-dired.el (gnus-dired-mode): do.
14773
14774         * gnus-ems.el (gnus-add-minor-mode): Remove.
14775
14776         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14777         Replace gnus-char-width with char-width.
14778
14779         * gnus-ems.el (gnus-char-width): Remove.
14780
14781         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14782         Replace gnus-char-width with char-width.
14783
14784         * gnus-ems.el (gnus-char-width): Remove.
14785
14786         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14787         definition.
14788         Remove Emacs 20 hash table compatibility code.
14789
14790         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14791         20 compatibility code.
14792
14793         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14794
14795         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14796
14797         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14798         with point-at-{eol,bol}.
14799
14800         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14801
14802         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14803
14804         * flow-fill.el (fill-flowed-point-at-bol)
14805         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14806
14807         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14808         Replace with point-at-{eol,bol} throughout all files.
14809
14810 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14811
14812         * ntlm.el (ntlm-string-as-unibyte): New macro.
14813         (ntlm-build-auth-response): Use it.
14814
14815         Remove Emacs 20 stuff:
14816         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14817         (butlast, mapc, remove): Remove the compiler macros.
14818         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14819         of delq and copy-sequence.
14820         * gnus-art.el (popup-menu): Remove the compiler macro.
14821         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14822         Emacs 20.
14823
14824 2004-01-05  Simon Josefsson  <jas@extundo.com>
14825
14826         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14827         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14828         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14829         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14830         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14831         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14832         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14833         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14834         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14835         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14836         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14837         string-xor into ntlm-string-xor.  Suggested by
14838         Jesper Harder <harder@myrealbox.com>.
14839
14840         * ntlm.el: Don't include poem.
14841
14842         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14843         Jesper Harder <harder@myrealbox.com>.
14844
14845         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14846
14847         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14848         probably breaks emacs with DL patch, but do we care? Is anyone
14849         still using the DL stuff?)
14850
14851         * sieve-manage.el: Use the password package.
14852         (sieve-manage-read-passwd): Remove.
14853         (sieve-manage-interactive-login): Use password.  Re-add
14854         condition-case around loop.
14855
14856         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14857         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14858         the password package.
14859
14860 2003-02-19  Simon Josefsson  <jas@extundo.com>
14861
14862         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14863         token.
14864
14865 2002-08-07  Simon Josefsson  <jas@extundo.com>
14866
14867         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14868         (sieve-manage-authenticators):
14869         (sieve-manage-authenticator-alist): Add some SASL mechs.
14870         (sieve-sasl-auth): New function.
14871         (sieve-manage-cram-md5-auth):
14872         (sieve-manage-plain-auth): Rewrite using SASL library.
14873         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14874         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14875         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14876         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14877
14878 2004-01-05  Simon Josefsson  <jas@extundo.com>
14879
14880         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14881         New files.
14882
14883 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14884
14885         * gnus-group.el (gnus-no-groups-message): Update.
14886
14887         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14888
14889 2003-11-09  Simon Josefsson  <jas@extundo.com>
14890
14891         * imap.el: Support for ID IMAP extension (RFC 2971).
14892         (imap-local-variables): Add imap-id.
14893         (imap-id): New variable.
14894         (imap-id): New function.
14895         (imap-parse-response): Parse untagged ID response.
14896         * nnimap.el (nnimap-id): New variable.
14897         (nnimap-open-connection): Use it.
14898
14899 2003-12-28  Simon Josefsson  <jas@extundo.com>
14900
14901         * gnus-score.el (gnus-score-edit-all-score): New.
14902         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14903
14904 2004-01-04  Simon Josefsson  <jas@extundo.com>
14905
14906         * password.el: Add.
14907
14908 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14909
14910         * dns.el (dns-query-types): Fix typo.
14911         (dns-query-types): New function
14912         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
14913         PTR and SOA replies, see RFC 1035.
14914
14915 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14916
14917         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14918
14919         * Moved to Changelog.2.
14920
14921 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14922
14923         * gnus.el (gnus-version-number): Bump version.
14924
14925 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14926
14927         * gnus.el: No Gnus v0.1 is released.
14928
14929 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14930
14931         * gnus.el: No Gnus v0.0 is released.
14932
14933 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14934
14935         * gnus.el (gnus-version-number): Bump.
14936         (gnus-version): No.
14937
14938 See ChangeLog.2 for earlier changes.
14939
14940     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
14941       Free Software Foundation, Inc.
14942
14943   This file is part of GNU Emacs.
14944
14945   GNU Emacs is free software: you can redistribute it and/or modify
14946   it under the terms of the GNU General Public License as published by
14947   the Free Software Foundation, either version 3 of the License, or
14948   (at your option) any later version.
14949
14950   GNU Emacs is distributed in the hope that it will be useful,
14951   but WITHOUT ANY WARRANTY; without even the implied warranty of
14952   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14953   GNU General Public License for more details.
14954
14955   You should have received a copy of the GNU General Public License
14956   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14957
14958 ;; Local Variables:
14959 ;; coding: utf-8
14960 ;; fill-column: 79
14961 ;; add-log-time-zone-rule: t
14962 ;; End:
14963
14964 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4