Don't load tm and apel XEmacs packages when compiling.
[gnus] / lisp / ChangeLog
1 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4
5 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6
7         * mm-util.el (mm-find-buffer-file-coding-system):
8         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
9
10 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
11
12         * message.el (message-generate-headers): Record insertion of optional
13         headers as well.  Otherwise the check to prevent repeated insertion of
14         optional headers is a no-op.
15
16 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
17
18         * smime.el: Don't mention CVS.
19
20         * nnrss.el (nnrss-fetch): Don't mention CVS.
21
22         * nnir.el: Don't mention CVS.
23
24 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
25
26         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
27
28 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
29
30         * lpath.el: Fbind bookmark-default-handler,
31         bookmark-get-bookmark-record, bookmark-make-record-default,
32         bookmark-prop-get for Emacs <23 and XEmacs.
33
34 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
35
36         * gnus-sum.el: Add bookmark declarations to silence the compiler.
37         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
38         Use with-current-buffer to silence the byte-compiler.
39         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
40         bother to require `gnus'.
41         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
42
43 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
44
45         * gnus-sum.el (gnus-summary-bookmark-make-record)
46         (gnus-summary-bookmark-jump): New functions.
47         (gnus-summary-mode): Setup bookmark support.
48
49 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
50
51         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
52         if set.
53
54 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
55
56         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
57         gnus-article-browse-html-save-cid-image; make it work recursively for
58         forwarded messages as well.
59         (gnus-article-browse-html-parts): Work when prefix arg is given.
60         (gnus-article-browse-html-article): Doc fix.
61
62 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
63
64         * message.el (message-default-mail-headers):
65         (message-default-headers): Carry the value mail-default-headers over
66         into message-default-mail-headers, rather than message-default-headers.
67
68 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
69
70         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
71         charset.
72
73         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
74         charset into the <meta> tag when the article is encoded to utf-8.
75
76 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
79         directories as well.
80         (gnus-article-browse-html-parts): Work for images that do not specify
81         file names; delete temp directory when quitting; insert header at the
82         right place; use file: scheme for image files.
83
84 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
85
86         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
87         (gnus-article-browse-html-parts): Use it to make temporary cid image
88         files in addition to html file so that browser may display them.
89
90 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
93
94 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
95
96         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
97
98 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
99
100         * auth-source.el (auth-sources): Change default to be simpler.  Explain
101         about Secret Service API sources.  Improve Customize options.
102         (auth-source-pick): Change to accept any number of search parameters.
103         Implement fallbacks iteratively, not recursively.  Add scoring on the
104         second pass and sort by score.  Call Secret Service API when needed.
105         (auth-source-user-or-password): Use it.  Call Secret Service API
106         directly when needed to get the user name and the password.
107
108 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
109
110         * message.el (message-interactive): Doc fix.
111         (message-qmail-inject-args): Reflow.
112         (message-kill-to-signature): Fix typo in docstring.
113
114         * smiley.el (smiley-buffer): Fix typo in docstring.
115
116 2010-03-24  Glenn Morris  <rgm@gnu.org>
117
118         * mail-source.el (gnus-message): Declare.
119         (mail-source-delete-old-incoming): Require gnus-util.
120
121 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
122
123         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
124
125         * message.el (ecomplete-setup): Autoload it for Emacs <23.
126
127         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
128         password-cache's default if it is not bound.
129         (mml-secure-passphrase-cache-expiry): Default to 16 that is
130         password-cache-expiry's default if it is not bound.
131
132         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
133         available in Emacs 21.
134
135         * lpath.el: Suppress compiler warnings for:
136         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
137         XEmacs;
138         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
139         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
140         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
141
142 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
143
144         * auth-source.el (auth-sources): Fix up definition so extra parameters
145         are always inline.
146
147 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
148
149         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
150         wasn't updated after mismatch.  Clear cached mailbox info correctly
151         when uidvalidity changes.
152         (nnimap-group-prefixed-name): New function to avoid some code
153         duplication.
154         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
155         (nnimap-request-group): Use it.
156         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
157         (nnimap-update-unseen): Significantly improved speed of Gnus startup
158         with many imap folders.  This is done by caching the group status from
159         the imap server persistently in a group parameter `imap-status'. (This
160         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
161         but not persistently, so every Gnus startup was still very slow.)
162
163 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
164
165         * assistant.el (assistant-render-text): Run `widget-setup' and don't
166         delete the extra newline.  Otherwise editing of :string and :number
167         types don't work.
168
169 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
170
171         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
172         secrets.el dependency.
173         (auth-sources): Add optional user name.  Add secrets.el configuration
174         choice (unused right now).
175
176 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
177
178         * gnus-sum.el (gnus-summary-make-menu-bar): Let
179         `gnus-registry-install-shortcuts' fill in the functions.
180
181         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
182         warnings.
183         (gnus-registry-misc-menus): Variable to hold registry mark menus.
184         (gnus-registry-install-shortcuts): Populate and use it in a
185         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
186
187 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
188
189         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
190         In-place substitutions for the group name encoding/decoding.
191         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
192         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
193         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
194         (nnimap-update-unseen, nnimap-request-list)
195         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
196         (nnimap-request-set-mark, nnimap-split-to-groups)
197         (nnimap-split-articles, nnimap-request-newgroups)
198         (nnimap-request-create-group, nnimap-request-accept-article)
199         (nnimap-request-delete-group, nnimap-request-rename-group)
200         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
201         `encoded-mbx' for consistency.
202         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
203         variable `imap-current-mailbox'.
204
205         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
206         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
207
208 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
209
210         * pop3.el (pop3-display-message-size-flag): Display message size byte
211         counts during POP3 download.
212         (pop3-movemail): Use it.
213         (pop3-list): Implement listing of available messages.
214
215 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
216
217         * nnir.el (nnir-get-article-nov-override-function): New function to
218         override the normal NOV retrieval.
219         (nnir-retrieve-headers): Use it.
220
221 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
222
223         * auth-source.el (netrc-machine-user-or-password): Autoload.
224
225 2010-03-19  Glenn Morris  <rgm@gnu.org>
226
227         Stop message.el from loading about 40 libraries it doesn't always need.
228         The general approach is to autoload rather than require, and to
229         require in the specific functions rather than the file.  (Bug#5642)
230
231         * gmm-utils.el: Don't require wid-edit.
232         (widget-create-child-value, widget-convert, widget-default-get):
233         Autoload.
234
235         * gnus-util.el: Don't require time-date, netrc.
236         (message-fetch-field, gnus-group-name-decode): Declare rather than
237         autoloading.
238         (gnus-fetch-field): Require message.
239         (gnus-decode-newsgroups): Require gnus-group.
240
241         * ietf-drums.el: Don't require time-date.
242
243         * message.el: Don't require hashcash, canlock, ecomplete.
244         Do require mail-utils.  Require nnheader only when compiling.
245         (smtpmail-default-smtp-server): Remove declaration.
246         (message-send-mail-function): Check smtpmail-default-smtp-server
247         is bound rather than requiring smtpmail.
248         (message-auto-save-directory, message-insert-signature): Use
249         expand-file-name rather than nnheader-concat.
250         (nnheader-insert-file-contents): Autoload.
251         (hashcash-wait-async): Declare.
252         (message-send-mail): Only call gnus-setup-posting-charset if
253         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
254         (message-send-mail-with-sendmail): Require sendmail.
255         (canlock-password, canlock-password-for-verify): Declare.
256         (message-canlock-password): Require canlock.
257         (nnheader-get-report): Autoload.
258         (gnus-setup-posting-charset): Declare.
259         (message-send-news): Require gnus-msg.
260         (message-make-references, message-make-in-reply-to): Use mail-header-id
261         rather than the alias mail-header-message-id.
262         (ecomplete-add-item, ecomplete-save): Declare.
263         (message-put-addresses-in-ecomplete): Require ecomplete.
264         (ecomplete-display-matches): Autoload.
265
266         * mm-decode.el: Don't require mailcap, gnus-util.
267         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
268         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
269         Autoload.
270         (mailcap-mime-extensions): Declare.
271
272         * mm-encode.el: Don't require mailcap.
273         (mailcap-extension-to-mime): Autoload.
274
275         * mml-sec.el: Don't require password-cache.
276
277         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
278         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
279         (mml-minibuffer-read-type): Require mailcap.
280         (mml-preview): Require gnus-msg.
281
282         * mml1991.el: Require password-cache.
283         (password-cache-expiry): Remove declaration.
284
285         * mml2015.el: Require password-cache.
286         (password-cache-expiry): Remove declaration.
287
288         * nneething.el (mailcap): Require mailcap.
289
290         * nnheader.el: (declare-function): Add compatibility stub.
291         (message-remove-header): Declare rather than autoload.
292         (nnheader-replace-header): Require message.
293
294         * nnimap.el (declare-function): Add compatibility stub.
295         (netrc-parse, netrc-machine-user-or-password): Declare.
296         (nnimap-open-connection): Require netrc.
297
298         * nntp.el (declare-function): Add compatibility stub.
299         (netrc-parse, netrc-machine, netrc-get): Declare.
300         (nntp-send-authinfo): Require netrc.
301
302         * rfc2047.el: Don't require qp.
303         (quoted-printable-encode-region, quoted-printable-decode-string):
304         Autoload.
305
306         * sieve-mode.el: Don't require easymenu.
307         (easy-menu-add-item): Autoload it.
308
309         * spam-stat.el (time-to-number-of-days): Autoload it.
310
311 2010-03-19  Glenn Morris  <rgm@gnu.org>
312
313         * password-cache.el (password-cache, password-cache-expiry): Autoload.
314
315 2010-03-18  Glenn Morris  <rgm@gnu.org>
316
317         * hashcash.el (declare-function): Remove duplicate definition.
318
319 2010-03-17  Kevin Ryde  <user42@zip.com.au>
320
321         * mml.el (mml-read-tag): Unquote values with `read' to reverse
322         prin1 in mml-insert-tag (just stripping the quotes gave wrong
323         value if any backslash escapes).
324
325 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
326
327         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
328         if it is available.  (bug#5647)
329
330         * lpath.el: Suppress compiler warning for coding-system-from-name for
331         Emacs 21 and XEmacs.
332
333 2010-03-14  Juri Linkov  <juri@jurta.org>
334
335         * hmac-def.el:
336         * hmac-md5.el:
337         * netrc.el: Fix keywords.
338
339 2010-02-26  Glenn Morris  <rgm@gnu.org>
340
341         * message.el (message-send-mail-function): Change the default, so that
342         it inherits from a customized send-mail-function.  (Bug#5643)
343
344 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
345
346         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
347         shell-command-to-string signals an error (bug#5299).
348
349 2010-02-24  Glenn Morris  <rgm@gnu.org>
350
351         * message.el (message-smtpmail-send-it)
352         (message-send-mail-with-mailclient): Doc fixes.
353
354 2010-02-16  Glenn Morris  <rgm@gnu.org>
355
356         * message.el (message-default-mail-headers): Change the default value
357         to ease the transition from mail-mode to message-mode.  (Bug#5555)
358
359 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
362         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
363
364 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
365
366         * time-date.el (date-to-time): Doc fix (Bug#5408).
367
368 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
369
370         * message.el (message-mail): Just pass yank-action on to message-setup.
371         (message-setup): Handle (FUN . ARGS) form of yank-action.
372         (message-with-reply-buffer, message-widen-reply)
373         (message-yank-original): Handle non-buffer values of
374         message-reply-buffer (Bug#4080).
375         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
376
377 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
378
379         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
380         Fix typo in docstring.
381
382 2010-01-08  Jason Rumney  <jasonr@gnu.org>
383
384         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
385         response.
386
387 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
388
389         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
390
391         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
392
393         * message.el (message-check-news-header-syntax): Protect against a
394         string that `rfc822-addresses' returns when parsing fails.
395
396 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
397
398         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
399         (gnus-previous-char-property-change): New functions.
400
401         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
402
403 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
404
405         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
406         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
407
408 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
409
410         * message.el (message-exchange-point-and-mark): Rework last change to
411         avoid using optional arg of exchange-point-and-mark, for backward
412         compatibility.
413
414 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
415
416         * message.el (message-exchange-point-and-mark): Call
417         exchange-point-and-mark with an argument rather than setting
418         mark-active by hand (Bug#5175).
419
420 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * nntp.el (nntp-service-to-port): Work for service expressed with
423         numeric string; replace [:digit:] with [0-9] for XEmacs.
424
425 2009-12-17  Glenn Morris  <rgm@gnu.org>
426
427         * gnus-group.el (gnus-bug-group-download-format-alist):
428         Change emacs entry to debbugs.gnu.org.  Bump :version.
429
430 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
431
432         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
433
434 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
435
436         * message.el (message-info): Explain why we use `Info-goto-node'.
437
438 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
439
440         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
441
442 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
443
444         * message.el (message-completion-in-region): New compatibility function.
445         (message-expand-group): Use it.
446
447 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
448
449         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
450         with no unread article should be listed if the 2nd arg `predicate' is
451         given.
452
453 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
454
455         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
456
457 2009-11-29  Juri Linkov  <juri@jurta.org>
458
459         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
460         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
461         on `gnus-recenter'. (Bug#4698, Bug#4981)
462
463 2009-11-26  Kevin Ryde  <user42@zip.com.au>
464
465         * sha1.el (sha1-string-external): default-directory "/" in case
466         otherwise non-existent.  process-connection-type pipe for touch of
467         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
468
469 2009-11-25  Kevin Ryde  <user42@zip.com.au>
470
471         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
472         it's comms related and sgml-mode.el has "comm" on that basis too.
473
474 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
475
476         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
477         containing tspecial characters if they have been already quoted.
478
479 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
480
481         * dns-mode.el (auto-mode-alist): Purecopy string.
482
483 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
484
485         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
486
487 2009-10-24  Glenn Morris  <rgm@gnu.org>
488
489         * gnus-art.el (help-xref-stack-item): Define for compiler.
490
491 2009-10-21  Kevin Ryde  <user42@zip.com.au>
492
493         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
494
495 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
498
499 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
500
501         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
502         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
503
504 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * gnus.el (gnus-overlay-get): New alias to overlay-get.
507         (gnus-overlays-in): New alias to overlays-in.
508
509         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
510         gnus-overlay-get, and gnus-delete-overlay.
511         (gnus-summary-show-thread): Make it work as well for systems in which
512         next-single-char-property-change is not available.
513         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
514
515         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
516         (gnus-overlay-get): New alias to extent-property.
517         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
518
519         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
520         SXEmacs.
521
522         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
523         SXEmacs.
524
525 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
526
527         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
528
529 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
530
531         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
532         and XEmacs that don't have `remove-overlays'.
533
534 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
535
536         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
537         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
538         selective display.  Use overlays instead.
539
540 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
541
542         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
543
544 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
545
546         * spam-stat.el (spam-stat-load): Fix typo in message.
547
548 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
549
550         * dig.el (dig-invoke): Fix typo in docstring.
551         (query-dig): Reflow docstring.
552
553 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
554
555         * gnus-art.el (gnus-article-encrypt-body):
556         * message.el (message-check-recipients):
557         * mm-util.el (mm-codepage-setup):
558         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
559         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
560
561 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
562
563         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
564         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
565         keys from the menu if mm-{sign,encrypt}-option is 'guided.
566         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
567         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
568
569 2009-09-21  Kevin Ryde  <user42@zip.com.au>
570
571         * dig.el: Add "Keywords: comm", as per net-utils.el.
572
573 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
574
575         * dig.el (dig-mode): Use define-derived-mode.
576
577 2009-09-19  Glenn Morris  <rgm@gnu.org>
578
579         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
580
581 2009-09-18  Glenn Morris  <rgm@gnu.org>
582
583         * gnus-diary.el (gnus-diary-check-message):
584         * message.el (message-insert-formatted-citation-line):
585         * nnbabyl.el (top-level):
586         * nndiary.el (nndiary-schedule):
587         Fix typos in condition-case handlers.
588
589 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
590
591         * gnus-art.el (gnus-article-edit-part): Work for the buffer
592         configuration that provides the sole article window in a frame;
593         position point correctly after deleting a part.
594
595 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
596
597         * spam.el (spam-unregister-on-reregister): Add boolean variable.
598         (spam-resolve-registrations-routine): Use it to unregister articles
599         that change status.
600
601 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
602
603         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
604         with XEmacs.
605         (parse-time-string-chars): Use it.
606
607 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * imap.el (imap-interactive-login): Better messages.
610         (imap-open): Fix bug with renamed buffer on reconnect.
611         (imap-authenticate): Add buffer-local imap-last-authenticator variable
612         for easier debugging and cleaner code.  On successful (guessed based on
613         server capabilities) secondary authentication, set imap-state
614         correctly.
615         (imap-last-authenticator): Define imap-last-authenticator as a variable
616         to avoid warnings.
617
618 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
619
620         * nnrss.el (nnrss-request-article): Remove binding of
621         default-enable-multibyte-characters that has gotten needless by
622         the 2007-07-13 change in rfc2047-encode-message-header.
623
624         * mml.el (mml-insert-multipart): Error on the message header.
625         (mml-insert-part): Error on the message header; position point at
626         the end of a MIME tag.
627
628 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
629
630         * time-date.el (autoload): Expand define-obsolete-function-alias into
631         defalias and make-obsolete for old Emacsen that Gnus supports.
632         (with-no-warnings): Define it for old Emacsen.
633         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
634         is available.
635         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
636         float-time is available; suppress compile warning for time-to-seconds.
637
638         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
639         (gnus-float-time): Alias to float-time if it exists.
640
641         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
642         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
643         float-time is available; suppress compile warning for time-to-seconds.
644
645         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
646         XEmacs.
647
648 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
649
650         * imap.el (imap-message-map): Docstring fix.
651
652 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
655         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
656         Add the optional argument `encoding' that overrides the default.
657
658         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
659         mm-encode-buffer.
660
661 2009-09-04  Glenn Morris  <rgm@gnu.org>
662
663         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
664         mm-disable-multibyte, rather than default-enable-multibyte-characters.
665         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
666         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
667         * mm-util.el (mm-with-unibyte-current-buffer)
668         (mm-find-buffer-file-coding-system):
669         * yenc.el (yenc-decode-region): Use default-value rather than
670         default-enable-multibyte-characters.
671
672 2009-09-03  Glenn Morris  <rgm@gnu.org>
673
674         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
675         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
676         than default-enable-multibyte-characters.
677
678 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
679
680         * gnus-art.el (gnus-article-read-summary-keys):
681         Fix gnus-buffer-configuration's value temporarily used.
682
683 2009-09-02  Glenn Morris  <rgm@gnu.org>
684
685         * gnus-util.el (gnus-float-time): New function.
686         * gnus-delay.el (gnus-delay-article):
687         * gnus-sum.el (gnus-thread-latest-date):
688         * gnus-util.el (gnus-user-date): Use gnus-float-time.
689         * nnspool.el (nnspool-request-newgroups):
690         Use gnus-float-time rather than time-to-seconds.
691         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
692
693         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
694         (gnus-header-subject-face, gnus-header-newsgroups-face)
695         (gnus-header-name-face, gnus-header-content-face):
696         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
697         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
698         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
699         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
700         (gnus-cite-face-11):
701         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
702         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
703         (gnus-server-closed-face, gnus-server-denied-face)
704         (gnus-server-offline-face):
705         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
706         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
707         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
708         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
709         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
710         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
711         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
712         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
713         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
714         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
715         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
716         (gnus-summary-selected-face, gnus-summary-cancelled-face)
717         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
718         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
719         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
720         (gnus-summary-high-undownloaded-face)
721         (gnus-summary-low-undownloaded-face)
722         (gnus-summary-normal-undownloaded-face)
723         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
724         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
725         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
726         (gnus-splash-face):
727         * message.el (message-header-to-face, message-header-cc-face)
728         (message-header-subject-face, message-header-newsgroups-face)
729         (message-header-other-face, message-header-name-face)
730         (message-header-xheader-face, message-separator-face)
731         (message-cited-text-face, message-mml-face):
732         * sieve-mode.el (sieve-control-commands-face)
733         (sieve-action-commands-face, sieve-test-commands-face)
734         (sieve-tagged-arguments-face):
735         * spam.el (spam-face):
736         Mark face aliases with "-face" in the name as obsolete.
737
738 2009-09-01  Glenn Morris  <rgm@gnu.org>
739
740         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
741         than goto-line.
742
743 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
744
745         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
746         Don't move point if the command is invoked inside the message header.
747
748 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
749
750         * imap.el (imap-send-command): Simplify.
751         (imap-wait-for-tag): point-max -> buffer-size.
752
753 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
754
755         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
756         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
757         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
758         * nnir.el (nnir-swish-e-index-file):
759         * gnus-sum.el (gnus-summary-delete-marked-as-read)
760         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
761         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
762         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
763         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
764         (gnus-treat-display-xface): Add Emacs version of obsolescence.
765
766 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
767
768         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
769         Don't save excursion.
770
771 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
772
773         * nnheader.el (nnheader-find-file-noselect):
774         * mm-util.el (mm-insert-file-contents):
775         Use (default-value 'major-mode) instead of default-major-mode.
776
777 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
778
779         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
780
781 2009-08-26  Glenn Morris  <rgm@gnu.org>
782
783         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
784         than placing in files.el.
785
786 2009-08-25  Glenn Morris  <rgm@gnu.org>
787
788         * nnir.el (top-level): Don't require cl at run-time.
789         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
790         Replace cl-function substitute with gnus-replace-in-string.
791         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
792         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
793         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
794         simplified expansions.
795
796 2009-08-25  Kevin Ryde  <user42@zip.com.au>
797
798         * dig.el (dig): Add autoload cookie.
799
800 2009-08-22  Glenn Morris  <rgm@gnu.org>
801
802         * gnus-art.el (gnus-button-patch): Use forward-line rather than
803         goto-line.
804
805 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
806
807         * parse-time.el (parse-time-string-chars): Save match data.
808
809 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
810
811         * parse-time.el (parse-time-string-chars): Compute using character
812         classes, to handle non-ascii characters (Bug#3190).
813
814 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
815
816         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
817
818         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
819         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
820         (gnus-mm-display-part, gnus-mime-display-single)
821         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
822         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
823
824         * gnus-sum.el
825         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
826         (gnus-summary-move-article): Add expirable mark to articles copied or
827         moved to group that has auto-expire turned on if the option is non-nil.
828
829 2009-07-24  Glenn Morris  <rgm@gnu.org>
830
831         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
832         Fix typo.  (Bug#3903)
833
834 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
835
836         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
837         gnus-article-read-summary-keys rather than gnus-summary-edit-article
838         that should not be used for draft articles.
839         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
840         that has no concern in minor mode keys.
841         (gnus-article-summary-command, gnus-article-summary-command-nosave):
842         Abolish.
843
844 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
845
846         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
847         article without making inquiry to a user for unknown encoding.
848
849         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
850         (nnmaildir--scan): Assume i-node and device number that file-attributes
851         returns might be cons-cell.
852
853         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
854
855         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
856
857 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
858
859         * auth-source.el: Remove docs now in auth.texi.  Don't use
860         `gnus-message' for logging.  Add new variables `auth-source-debug' and
861         `auth-source-hide-passwords' and use them.
862
863 2009-07-15  Glenn Morris  <rgm@gnu.org>
864
865         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
866
867 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
870         excessive whitespace from the default values of title and description.
871
872 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
873
874         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
875         mail-fetch-field to fetch Content-Description header in order to
876         exclude newlines.
877
878 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
879
880         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
881         format used by GnuPG 2.0.11.
882
883 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
886         to deleted part.
887
888 2009-05-30  David Engster  <dengste@eml.cc>
889
890         * nnmairix.el: Remove old documentation in the commentary block.
891         (nnmairix-request-group): Do not update active file for nnml back ends.
892         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
893         end so that overview files are ignored.
894         (nnmairix-update-groups): Make updating the groups more robust by using
895         marks.
896         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
897         with dollar characters in message-id.
898
899 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
900
901         * spam.el: Use dns-query instead of query-dns.  Was renamed on
902         2008-12-25 in dns.el.
903
904 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
905
906         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
907         could happen if the text is only composed of spaces and/or tabs.
908
909 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
910
911         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
912         when sending a queued message to avoid extra mml tags.
913
914 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
915
916         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
917
918 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
919
920         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
921         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
922         rmail-toggle-header for XEmacs;
923         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
924
925 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
926
927         * gnus-dired.el: Remove autoload for gnus-setup-message.
928         (gnus-dired-attach): Fake this-command value to prevent Gnus from
929         displaying Gnus logo; always use compose-mail.
930
931 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
934
935 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
936
937         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
938         (gnus-nocem-issuers): List currently active issuers; fix custom type.
939         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
940         available.
941         (gnus-nocem-epg-verify): New function.
942
943 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
944
945         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
946
947 2009-02-15  Glenn Morris  <rgm@gnu.org>
948
949         * gnus-util.el (rmail-insert-rmail-file-header)
950         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
951         autoloads.
952         (rmail-default-rmail-file): Remove unnecessary declaration.
953         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
954
955 2009-02-14  Glenn Morris  <rgm@gnu.org>
956
957         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
958         variable (only used in gnus-util, which declares it anyway).
959         (rmail-output-to-rmail-file): Remove autoload of deleted function,
960         which was only needed by gnus-art (changed to not use it any more).
961         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
962         only used in gnus-util, which autoloads it itself.
963         (rmail-update-summary): Fix autoload.
964
965         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
966         rather than rmail-output-to-rmail-file.
967
968 2009-02-07  Glenn Morris  <rgm@gnu.org>
969
970         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
971         autoload of function that no longer exists.
972         (rmail-toggle-header): Declare.
973         (message-forward-rmail-make-body): Handle mbox Rmail.
974
975 2009-01-31  Glenn Morris  <rgm@gnu.org>
976
977         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
978         2009-01-09 change.
979
980 2009-01-31  Dave Love  <fx@gnu.org>
981
982         * imap.el (imap-fetch-safe): Bind debug-on-error.
983         (imap-debug): Add imap-fetch-safe.
984
985 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
986
987         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
988         (auth-source-forget-all-cached): New convenience function.
989         (auth-source-user-or-password): Accept list of modes or a single mode.
990
991         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
992         auth-source modes.
993
994         * netrc.el (netrc-machine-user-or-password): Use list of
995         auth-source modes.
996
997         * nnimap.el (nnimap-open-connection): Use list of
998         auth-source modes.
999
1000         * nntp.el (nntp-send-authinfo): Use list of
1001         auth-source modes.
1002
1003 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
1004
1005         * auth-source.el: Update docs to reflect epa-file-enable is to be used
1006         now.
1007
1008 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1009
1010         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
1011         coding system in XEmacs; add a workaround for XEmacs.
1012
1013         * lpath.el: Fbind coding-system-aliasee.
1014
1015 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * mm-util.el (mm-coding-system-priorities): Protect against nil value
1018         of current-language-environment.
1019
1020 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
1021
1022         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
1023         available at runtime.
1024
1025 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1026
1027         * gnus-art.el (article-date-ut): Fix end point of narrowing.
1028
1029 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
1030
1031         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
1032         the greatest positive fixnum value doesn't work under an XEmacs with
1033         bignum support; use the most-positive-fixnum constant instead,
1034         available since Emacs 21.1 with cl and XEmacs 21.1.
1035
1036 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1037
1038         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
1039         XEmacs gets not to work.
1040
1041 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1042
1043         * mm-util.el (mm-coding-system-priorities): Allow the value like
1044         "Japanese (UTF-8)" of current-language-environment.
1045
1046 2009-01-09  Glenn Morris  <rgm@gnu.org>
1047
1048         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
1049         with last-command-event.
1050
1051 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
1052
1053         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
1054         in the doc string.
1055
1056         * message.el (message-fix-before-sending): Amend comment.
1057
1058 2009-01-08  Dave Love  <fx@gnu.org>
1059
1060         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
1061
1062 2009-01-07  David Engster  <dengste@eml.cc>
1063
1064         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
1065         simplified server definitions by converting it via
1066         gnus-server-to-method.
1067
1068 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1069
1070         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
1071         parameter's operands.
1072
1073 2009-01-06  David Engster  <dengste@eml.cc>
1074
1075         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
1076         primary select method (for gnus-group-mark-article-as-read).
1077
1078 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
1079
1080         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
1081         `(gnus)Face', not `(gnus)X-Face'.
1082
1083 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1084
1085         * mm-util.el (mm-ucs-to-char): New function.
1086
1087         * mm-url.el (mm-url-decode-entities): Use it.
1088
1089         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
1090         unicode-to-char.
1091
1092 2009-01-05  Dave Love  <fx@gnu.org>
1093
1094         * time-date.el: Require cl for `declare'.
1095
1096 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1097
1098         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
1099         Dave Love.
1100
1101 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1102
1103         * message.el (message-fix-before-sending): Add `eight-bit' to
1104         illegible-text check.
1105
1106 2009-01-03  Michael Olson  <mwolson@gnu.org>
1107
1108         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
1109         `headers' is nil.  This can occur if the IMAP server does not have
1110         permissions to read messages from a folder, but can write new messages
1111         to the folder.
1112         (nnimap-request-article-part): Do not insert `data' if it is nil.
1113
1114         * imap.el (imap-parse-fetch): Courier can insert spurious blank
1115         characters which will confuse `read', so skip past them.
1116
1117 2009-01-01  Dave Love  <fx@gnu.org>
1118
1119         * imap.el (imap-string-to-integer): Fix typo.
1120         (imap-fetch-safe): New function.
1121         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
1122
1123         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
1124
1125         * imap.el (imap-process-connection-type, imap-debug, imap-open):
1126         (imap-parse-greeting): Fix doc strings.
1127         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
1128         (imap-parse-flag-list): Make messages unique.
1129         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
1130
1131         * nnimap.el: Fix author email.
1132         (nnimap-split-rule): Add FIXME comment.
1133         (nnimap-debug): Fix doc string.
1134
1135 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1136
1137         * dns.el (dns-set-servers): Check "Address".  Fix typo.
1138
1139 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
1140
1141         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
1142         nslookup if resolv.conf isn't available.
1143         (dns-query): Rename from query-dns.
1144         (dns-query-cached): Rename from query-dns-cached.
1145
1146 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1147
1148         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
1149         overlay-arrow-position and overlay-arrow-string buffer-local; no need
1150         to check if those variables exist (first appeared in Emacs 18.50).
1151
1152 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1153
1154         * mm-util.el (mm-line-number-at-pos): New function.
1155
1156         * spam-report.el (spam-report-process-queue): Use it.
1157
1158 2008-12-24  David Engster  <dengste@eml.cc>
1159
1160         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
1161         parameters that haven't existed as variables as buffer-local variables.
1162
1163 2008-12-23  Dave Love  <fx@gnu.org>
1164
1165         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1166         cadar.
1167
1168         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1169         imap-starttls-p.
1170         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1171
1172 2008-12-22  Dave Love  <fx@gnu.org>
1173
1174         * imap.el: Fix author email.  Doc fixes.
1175         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
1176         reply.
1177
1178 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
1179
1180         * spam-report.el (spam-report-gmane-max-requests): New constant.
1181         (spam-report-gmane-wait): New variable.
1182         (spam-report-gmane-ham, spam-report-gmane-spam)
1183         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1184         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1185         the server.
1186
1187         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1188         Add explanations.
1189
1190         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1191         nnheader-accept-process-output and nnheader-read-timeout if available.
1192         (pop3-movemail): Use it.
1193
1194         * message.el (message-check-news-body-syntax): Fix signature check if
1195         there's an attachment.
1196
1197 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * mm-util.el: Add comments to the mm- emulating functions.
1200
1201 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1202
1203         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
1204         by Stephen Berman <stephen.berman@gmx.net>.
1205
1206 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * mm-util.el (mm-substring-no-properties): New function.
1209         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1210         (mm-special-display-p): Enable those lambda forms to be byte compiled.
1211         (mm-string-to-multibyte): Doc fix.
1212
1213         * mml.el (mml-attach-file): Use mm-substring-no-properties.
1214
1215 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1216
1217         * mml.el (mml-attach-file): Strip text properties from file name.
1218         (Bug#1574)
1219
1220 2008-12-16  Glenn Morris  <rgm@gnu.org>
1221
1222         * mm-util.el (mm-charset-override-alist): Declare for compiler.
1223
1224 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1227         knows since the charset specified might be a bogus alias that
1228         mm-charset-synonym-alist provides.
1229
1230 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
1231
1232         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1233         "ISO_8859-1".
1234
1235         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1236
1237 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1238
1239         * mm-util.el (mm-charset-eval-alist):
1240         Define it before mm-charset-to-coding-system.
1241         (mm-charset-to-coding-system): Add optional argument `silent';
1242         define it before mm-charset-override-alist.
1243         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1244         default value if it can be used in Emacs currently running;
1245         silence mm-charset-to-coding-system.
1246
1247 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1248
1249         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1250         `allow-override' which says whether to use `mm-charset-override-alist'.
1251         (rfc2047-decode-encoded-words): Use it.
1252
1253         * mm-util.el (mm-charset-override-alist): Fix custom type;
1254         add `(gb2312 . gbk)' to choices.
1255
1256 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1257
1258         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1259         fast.
1260
1261         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1262
1263         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
1264
1265 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
1266
1267         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1268         on links.
1269
1270         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1271
1272 2008-12-03  Lute Kamstra  <lute@gnu.org>
1273
1274         * sha1.el: Remove leading * from docstrings of defcustoms,
1275         deffaces, defconsts and defuns.
1276
1277 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * message.el (message-idna-to-ascii-rhs-1): Protect against local
1280         users' addresses that don't have domain parts.
1281         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1282         rather than message-narrow-to-head since there will be the message
1283         header separator.
1284
1285 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1286
1287         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1288         since the result is inserted in a unibyte buffer anyway.
1289         (nnimap-demule-use-string-to-multibyte): Remove.
1290         (nnimap-demule): Alias it to mm-string-to-multibyte.
1291
1292 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
1293
1294         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1295         variable for debugging bug#464 and bug#1174.
1296         (nnimap-demule): Use it.
1297
1298 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1299
1300         * gnus-score.el (gnus-score-find-trace): Handle default score in total
1301         score calculation correctly.
1302
1303 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1304
1305         * message.el (message-send-mail): Just set the buffer to unibyte
1306         rather than use mm-with-unibyte-current-buffer which does a lot more.
1307         (message-send-mail-partially): Don't bother with
1308         mm-with-unibyte-current-buffer since it's already been made unibyte by
1309         message-send-mail.
1310
1311 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
1312
1313         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1314
1315 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
1316
1317         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1318
1319 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1322         require itself and to remove `with-no-warnings'.
1323
1324 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
1325
1326         * starttls.el (starttls-any-program-available): Get the name of the
1327         available TLS layer program.
1328         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1329         well as the host name in the "opening" message.
1330
1331         * auth-source.el (auth-source-cache, auth-source-do-cache)
1332         (auth-source-user-or-password): Cache passwords and logins by default,
1333         allow override with `auth-source-do-cache'.
1334         (auth-source-forget-user-or-password): Allow users to remove cache
1335         entries if needed.
1336
1337 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
1338
1339         * md4.el (md4-buffer): Fix typo in docstring.
1340         (md4, md4-64): Doc fixes.
1341         (md4-pack-int32): Reflow docstring.
1342
1343 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1344
1345         * ietf-drums.el (ietf-drums-remove-comments): Localize second
1346         condition-case to only the forward-sexp call.
1347
1348 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
1349
1350         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1351         quotes contained.  Make it more robust regardless by an extra
1352         condition-case wrapper.
1353
1354 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * lpath.el: No need to fbind codepage-setup for Emacs 23.
1357
1358 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * nnml.el (nnml-request-expire-articles): Check if the function set to
1361         `nnmail-expiry-target' returns the symbol `delete'.
1362
1363         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1364
1365         * nnmail.el (nnmail-expiry-target): Fix custom type.
1366
1367 2008-10-02  Glenn Morris  <rgm@gnu.org>
1368
1369         * mm-util.el (mm-codepage-setup): Tweak codepage error.
1370         Silence compiler warning.
1371
1372 2008-10-01  Magnus Henoch  <mange@freemail.hu>
1373
1374         * tls.el (open-tls-stream): Show the actual command being
1375         executed, instead of the format string.
1376
1377 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1378
1379         * lpath.el: Fbind codepage-setup for Emacs 23.
1380
1381 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
1382
1383         * mml.el (mml-menu): Don't assume mml2015 is bound.
1384
1385 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1386
1387         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1388         exists.
1389
1390 2008-09-27  Glenn Morris  <rgm@gnu.org>
1391
1392         * gnus-util.el (mail-header-remove-comments): Autoload it.
1393
1394 2008-09-27  Andreas Schwab  <schwab@suse.de>
1395
1396         * gnus-util.el (gnus-split-references): Strip comments.
1397         (gnus-parent-id): Likewise.
1398
1399 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
1400
1401         * message.el (message-confirm-send): Fix version.
1402
1403 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * message.el (message-idna-to-ascii-rhs-1): Use
1406         mail-extract-address-components rather than mail-header-parse-addresses
1407         that is an alias by default to ietf-drums-parse-addresses that does not
1408         support non-ASCII names in headers' contents.
1409
1410 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1411
1412         * message.el (message-confirm-send): Fixed variable documentation to
1413         avoid the "y/n" wording.
1414
1415 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
1416
1417         * message.el (message-set-auto-save-file-name): Save to a different
1418         filename so multiple messages (especially drafts) can be recovered.
1419
1420 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1421
1422         * message.el (message-confirm-send): Add appropriate version.
1423
1424 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
1425
1426         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1427         defvar.
1428
1429 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
1430
1431         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1432         (mm-pkcs7-enveloped-magic): Ditto.
1433
1434 2008-09-17  Simon Josefsson  <simon@josefsson.org>
1435
1436         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1437         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1438
1439 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1440
1441         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1442         default, it's better.
1443
1444 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
1445
1446         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1447         summary line gnus-number property and ignore them (with a warning
1448         message).
1449
1450 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1451
1452         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1453         macro caddr in the interactive form since it won't be expanded.
1454
1455 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1456
1457         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1458         `charset'; fix name of function called recursively.
1459         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1460
1461 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1464         (gnus-mime-set-charset-parameters): New function.
1465         (gnus-mime-view-part-as-charset): Use it to correctly display part
1466         specifying wrong charset.
1467
1468 2008-09-08  David Engster  <dengste@eml.cc>
1469
1470         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1471         in completing-read for back end server.
1472
1473 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
1474
1475         * message.el (message-confirm-send): New variable to confirm sending a
1476         message.
1477         (message-send): Use it.
1478
1479 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
1480
1481         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1482
1483 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1486
1487 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
1488
1489         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1490         prevent tracking too many groups.
1491         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1492         Use it.
1493
1494 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
1495
1496         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1497         moving point to the bottom of the window in order to avoid recentering.
1498
1499 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1500
1501         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
1502
1503         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1504         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1505         (gnus-article-beginning-of-window): Fix calculation.
1506
1507 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1508
1509         * gnus-msg.el (gnus-summary-supersede-article)
1510         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1511         value of gnus-newsgroup-charset to decode non-MIME encoded text in
1512         message header.
1513
1514 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
1515
1516         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1517         pending output coming after the status change.
1518
1519 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
1520
1521         * message.el:
1522         * gnus-start.el:
1523         * gnus-registry.el: Remove VMS support.
1524
1525 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1526
1527         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1528         macro.
1529         (rfc2104-hash): Use it.
1530
1531 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1532
1533         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1534         (gnus-summary-sort-by-most-recent-date): New commands.
1535         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1536         and menu entries.
1537
1538 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1539
1540         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1541         don't redisplay article for raw contents; remove plural articles stuff.
1542
1543         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1544         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1545         on gnus-summary-save-article; display results properly.
1546
1547 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * lpath.el: No need to fbind ns-focus-frame.
1550
1551 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1554
1555 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1556
1557         * gnus-art.el (gnus-summary-save-in-pipe): Consider
1558         gnus-save-all-headers.
1559
1560 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
1561
1562         * gnus-util.el (ns-focus-frame): Remove declaration.
1563         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
1564         like x.
1565
1566 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
1567
1568         * rfc2104.el (rfc2104-zero): Delete defconst.
1569         (rfc2104-hex-alist): Likewise.
1570         (rfc2104-hex-to-int): Delete func.
1571         (rfc2104-hexstring-to-bitstring): Likewise.
1572         (rfc2104-nybbles): New defconst.
1573         (rfc2104-hash): Rewrite for speed.
1574
1575 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1576
1577         * tls.el (open-tls-stream): Make it work with the 2nd argument
1578         BUFFER that is a string but does not exist as a buffer object, as
1579         mentioned in the doc-string.
1580
1581 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1582
1583         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
1584         SXEmacs.
1585
1586 2008-07-16  Glenn Morris  <rgm@gnu.org>
1587
1588         * gnus-util.el (ns-focus-frame): Declare for compiler.
1589
1590 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1593         set as a group parameter.
1594         (gnus-summary-save-in-pipe): Work when it is called independently.
1595         (gnus-summary-pipe-to-muttprint): Don't modify
1596         gnus-summary-pipe-output-default-command.
1597
1598 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1599
1600         * message.el (message-send-mail-with-sendmail):
1601         Display the error message.
1602
1603 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-art.el (gnus-default-article-saver):
1606         Add gnus-summary-save-in-pipe to choices.
1607         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1608         gnus-summary-pipe-output-default-command as the default command.
1609         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1610         instead of gnus-last-shell-command.
1611
1612         * gnus-sum.el (gnus-summary-pipe-output-default-command):
1613         New user option.
1614         (gnus-summary-muttprint-program): Mention the value will be changed.
1615         (gnus-summary-save-article): Force showing of all headers.
1616         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1617
1618 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
1619
1620         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1621
1622 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
1623
1624         * nnimap.el (nnimap-id):
1625         * sieve-manage.el (sieve-manage-open): Doc fixes.
1626
1627 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
1628
1629         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1630         if available.
1631
1632 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1633
1634         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1635
1636         * nnkiboze.el (nnkiboze-generate-group):
1637         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1638
1639         * nnmairix.el: Require CL.
1640
1641 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1642
1643         * dgnushack.el: Autoload get-display-table and put-display-table for
1644         XEmacs 21.5.
1645
1646         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
1647         21.4 and SXEmacs.
1648
1649 2008-06-15  David Engster  <dengste@eml.cc>
1650
1651         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1652
1653 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
1654
1655         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1656         New macros that expand to an `aset'/`aref' call under Emacs, and to a
1657         runtime choice under XEmacs.
1658
1659         * gnus-sum.el (gnus-summary-set-display-table):
1660         Use `gnus-put-display-table', `gnus-get-display-table',
1661         `gnus-set-display-table' for the display table, instead of `aset'.
1662
1663         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
1664         Use `gnus-put-display-table', `gnus-get-display-table',
1665         `gnus-set-display-table' for the display table.
1666
1667 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1668
1669         * nnmairix.el: Add autoloads.
1670
1671 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1672
1673         * nnmairix.el (nnmairix-delete-recreate-group)
1674         (nnmairix-update-and-clear-marks): Fix error messages.
1675
1676 2008-06-14  David Engster  <dengste@eml.cc>
1677
1678         * nnmairix.el: Upgrade to version 0.6.
1679         (nnmairix-group-toggle-propmarks-this-group)
1680         (nnmairix-group-toggle-readmarks-this-group)
1681         (nnmairix-group-delete-recreate-this-group)
1682         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1683         (nnmairix-remove-tick-mark-original-article): New commands.
1684         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1685         (nnmairix-propagate-marks-to-nnmairix-groups)
1686         (nnmairix-only-use-registry, nnmairix-allowfast-default)
1687         (nnmairix-marks-cache, nnmairix-version-output): New variables.
1688         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1689         functions needed for marks propagation and manipulation of read marks.
1690         (nnmairix-update-groups): New function.
1691         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1692         (nnmairix-determine-original-group-from-registry)
1693         (nnmairix-determine-original-group-from-path)
1694         (nnmairix-get-group-from-file-path, nnmairix-map-range)
1695         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1696         New helper functions.
1697         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1698         keystrokes for new commands.
1699         (nnmairix-delete-and-create-on-change): Doc string cleanup.
1700         (nnmairix-request-group): Check allow-fast group parameter.
1701         (nnmairix-request-create-group): Set allow-fast group parameter if
1702         nnmairix-allowfast-default is set.
1703         (nnmairix-close-group): Propagate marks upon closing if needed.
1704         (nnmairix-group-toggle-threads-this-group): Use new.
1705         nnmairix-group-toggle-parameter helper function.
1706         (nnmairix-search): Better check for empty search result.
1707         (nnmairix-goto-original-article): Use new helper functions for
1708         determining original article.
1709         (nnmairix-show-original-article): Make sure message-id is in brackets.
1710         (nnmairix-call-mairix-binary): Change variable name.
1711         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1712         helper function.
1713         (nnmairix-widget-toggle-activate): Fix doc string.
1714
1715 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * nnir.el: Require edmacro when compiling with XEmacs.
1718         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1719         available in Emacs 21.
1720
1721 2008-06-11  Glenn Morris  <rgm@gnu.org>
1722
1723         * gnus-util.el (x-focus-frame):
1724         * gnus.el (image-size):
1725         * mm-decode.el (image-size): Declare.
1726
1727         * gnus-picon.el (declare-function): Add compat definition.
1728         (image-size): Declare.
1729
1730         * gnus-group.el (tool-bar-map):
1731         * gnus-sum.el (tool-bar-map): Define for compiler.
1732
1733         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1734
1735         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1736
1737         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1738         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1739         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1740         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1741         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1742         * sieve-manage.el, spam-report.el, spam.el:
1743         Remove unnecessary eval-and-compile of autoloads.
1744
1745 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
1746
1747         * auth-source.el: Precise Tramp doc.
1748
1749 2008-06-07  Glenn Morris  <rgm@gnu.org>
1750
1751         * nnmairix.el: Remove unnecessary eval-when-compile.
1752
1753 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1754
1755         * lpath.el: Fbind propertize for XEmacs 21.4.
1756
1757 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1758
1759         * nnir.el: Move here from ../contrib.
1760
1761 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1762
1763         * gnus-util.el (gnus-read-shell-command): New function.
1764         * mm-decode.el (mm-pipe-part):
1765         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1766
1767 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1768
1769         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1770
1771 2008-06-03  Glenn Morris  <rgm@gnu.org>
1772
1773        * pop3.el (nnheader-accept-process-output): Autoload it.
1774
1775 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1778         are not 2-digit hexadecimal characters that follow `%'s.
1779
1780 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
1781
1782         * message.el (message-bogus-recipient-p): Fix type in doc string.
1783         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1784         (message-bogus-addresses): Rename from message-bogus-address-regexp.
1785         Improve custom options.
1786         (message-bogus-recipient-p): Adjust accordingly.
1787
1788 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
1789
1790         * parse-time.el (parse-time-months, parse-time-weekdays): Add
1791         long-form month and day names.
1792
1793 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1794
1795         * dgnushack.el: Autoload debug, eudc-expand-inline and
1796         pgg-snarf-keys-region for XEmacs.
1797
1798         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
1799
1800         * nnmairix.el: Require edmacro when compiling with XEmacs.
1801
1802 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1803
1804         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1805         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1806
1807 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1808
1809         * auth-source.el: Add more docs.
1810
1811         * netrc.el (netrc-machine): Always match if the port is not given.
1812
1813 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1814
1815         * nnheader.el (nnheader-read-timeout): Change the default timeout from
1816         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
1817         retrieval faster in some cases, but might make CPU usage larger.  If
1818         this has any bad side effects, we might revert this change.
1819
1820         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1821         seems to make mail retrieval much, much faster.
1822         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1823         unconditionally.
1824
1825         * gnus-draft.el (gnus-group-send-queue): Bind
1826         message-send-mail-partially-limit to nil to avoid being prompted.
1827
1828 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
1829
1830         * mml.el (mml-attach-buffer): Prompt for `disposition'.
1831
1832         * message.el (message-bogus-address-regexp): Fix and improve custom
1833         type.
1834         (message-setup-hook): Add message-check-recipients as custom option.
1835
1836 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1837
1838         * message.el (message-cite-function): Remove bogus autoload which crept
1839         in during merge from v5-10.
1840
1841 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
1842
1843         * nnimap.el (nnimap-open-connection): Fix login/password bug.
1844
1845         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1846
1847         * auth-source.el: Preliminary Tramp docs.
1848         (auth-sources): Change the default auth-sources to use
1849         EPA .gpg files.
1850
1851 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1852
1853         * nntp.el: Autoload `auth-source-user-or-password'.
1854         (nntp-send-authinfo): Use it.
1855
1856         * nnimap.el: Autoload `auth-source-user-or-password'.
1857         (nnimap-open-connection): Use it.
1858
1859         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
1860         for the gnus-message function.
1861         (auth-source-user-or-password): Use it.
1862
1863 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1864
1865         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1866         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
1867         (rfc2104-hash): Use it.
1868
1869 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
1870
1871         * gnus-art.el (gnus-article-toggle-truncate-lines):
1872         Don't use `iff' in docstring.
1873
1874 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
1875
1876         * gnus-registry.el: Adjusted copyright dates and added a keyword.
1877
1878         * gnus-util.el (gnus-extract-address-component-name)
1879         (gnus-extract-address-component-email): Convenience functions around
1880         `gnus-extract-address-components'.
1881
1882         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1883         Use `gnus-extract-address-component-email' to fix bug of comparing full
1884         sender name to `user-mail-address'.
1885
1886 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1887
1888         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1889         catch/throw to optimize.
1890         (gnus-registry-find-keywords): Just use member to find a keyword.
1891
1892 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1893
1894         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1895         is current before calling gnus-server-prepare.
1896         (gnus-server-setup-buffer, gnus-server-update-server)
1897         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1898
1899 2008-05-04  Juri Linkov  <juri@jurta.org>
1900
1901         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1902         (mailcap-file-default-commands): Use mailcap-replace-in-string
1903         instead of replace-regexp-in-string, and mailcap-delete-duplicates
1904         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
1905
1906 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
1907
1908         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1909
1910 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1911
1912         * gnus.el: Bump version to 0.11
1913
1914 2008-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1915
1916         * gnus.el: No Gnus v0.10 is released.
1917
1918 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1919
1920         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1921         hooks.
1922         (gnus-update-read-articles): Speed up non-marks-using users.
1923         (gnus-use-marks): Define gnus-use-marks.
1924         (gnus-propagate-marks): Rename variable to something more sensible.
1925
1926 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1927
1928         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1929         (gmm-image-load-path-for-library): Fix typos in docstrings.
1930         (gmm-message): Reflow docstring.
1931
1932 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
1933
1934         * mail-source.el (mail-source-set-1, mail-source-bind):
1935         Move auth-source code out of the macro to clean it up and fix bugs.
1936
1937 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
1938
1939         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1940         by sender if it's equal to user-mail-address, it's likely to be
1941         useless.
1942
1943         * mail-source.el (mail-source-bind): Don't use user or password if they
1944         are not bound.  Unintern them if they are nil.  Don't use server unless
1945         it's bound, and default it to empty string otherwise.
1946
1947 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1948
1949         * mail-source.el: Load auth-source.el.
1950         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
1951         get user name or password, if auth-sources is set up.
1952
1953         * gnus-registry.el (gnus-registry-split-strategy): New variable for
1954         strategy of splitting with parent.
1955         (gnus-registry-split-fancy-with-parent)
1956         (gnus-registry-post-process-groups): Use it and fix prior
1957         bug (returning a list as the split result).
1958
1959         * auth-source.el (auth-sources): Remove server parameter.
1960         (auth-source-pick, auth-source-user-or-password)
1961         (auth-source-user-or-password-imap)
1962         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1963         (auth-source-user-or-password-sftp)
1964         (auth-source-user-or-password-smtp): Remove server parameter.
1965
1966 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
1967
1968         * smime.el (smime-sign-region, smime-encrypt-region)
1969         (smime-decrypt-region):
1970         Remove redundant calls to `generate-new-buffer-name'.
1971
1972 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
1973
1974         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1975         Don't use QP for message/rfc822.
1976         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1977
1978 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1979
1980         * sieve-manage.el (sieve-string-bytes): Remove.
1981         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1982         correct byte-length only if the process's coding-system is the same as
1983         the one used internally by Emacs to represent strings.
1984
1985 2008-04-22  Juri Linkov  <juri@jurta.org>
1986
1987         * mailcap.el (mailcap-file-default-commands): New function.
1988
1989 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1990
1991         * message.el (message-signature-separator, message-cite-function):
1992         Change custom version.
1993
1994 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
1995
1996         * tls.el (tls-program): Add -ign_eof argument to call the openssl
1997         commands.
1998         (tls-checktrust): Ditto.
1999
2000 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
2001
2002         * mm-decode.el (mm-display-external): Make temp file read-only.
2003
2004 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2005
2006         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
2007         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
2008         `C-c C-f d'.
2009
2010 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
2011
2012         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
2013
2014 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2015
2016         * gnus.el: Bump version to 0.9.
2017
2018 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2019
2020         * gnus.el: No Gnus v0.8 is released.
2021
2022 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2023
2024         * mail-source.el (mail-source-value):
2025         Prefer fboundp to functionp so it works with macros as well.
2026
2027 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2028
2029         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2030         Fix last change in case the element is not even a symbol.
2031
2032 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2033
2034         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
2035         Prefer fboundp to functionp so it works with macros as well.
2036
2037 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
2038
2039         * auth-source.el: Added docs.
2040         (auth-sources): Modify format to support server.
2041         (auth-source-pick, auth-source-user-or-password)
2042         (auth-source-user-or-password-imap)
2043         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2044         (auth-source-user-or-password-sftp)
2045         (auth-source-user-or-password-smtp): Add server parameter.
2046
2047 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
2048
2049         * gnus-registry.el: Initialize the registry when gnus-registry-install
2050         is t.
2051
2052 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * compface.el (uncompface): Make buffer unibyte.
2055
2056 2008-04-05  Glenn Morris  <rgm@gnu.org>
2057
2058         * gnus-ems.el (mm-disable-multibyte): Autoload it.
2059
2060 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2061
2062         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
2063         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
2064
2065         * nnheader.el (nnheader-init-server-buffer): Change buffer's
2066         multibyteness after rather than before erasing it.
2067
2068         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
2069         mm-with-multibyte.
2070         (gnus-request-article-this-buffer): Make sure the proper decoding is
2071         used if gnus-original-article-buffer happens to be unibyte.
2072
2073         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
2074         default-enable-multibyte-characters.
2075
2076         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
2077         default-enable-multibyte-characters.
2078
2079         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
2080
2081         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2082
2083 2008-04-02  Simon Josefsson  <simon@josefsson.org>
2084
2085         * imap.el (imap-enable-exchange-bug-workaround): New variable.
2086         (imap-message-copyuid-1): Use it.
2087         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
2088         J. Williams in
2089         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
2090
2091         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
2092         imap-enable-exchange-bug-workaround.
2093         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
2094
2095 2008-04-01  Simon Josefsson  <simon@josefsson.org>
2096
2097         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
2098         a 100 byte status-checks into a 2-3MB transfer for each group.
2099         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
2100         to enable bug workaround or not.
2101         (nnimap-find-minmax-uid): Only enable workaround conditionally.
2102
2103 2008-03-31  Glenn Morris  <rgm@gnu.org>
2104
2105         * message.el (mml2015-use): Declare for compiler.
2106         (message-info): Require mml2015 when appropriate.
2107
2108 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
2109
2110         * Makefile.in (EMACS_COMP): Quote directory name that might contain
2111         whitespace.
2112
2113 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2114
2115         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
2116         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
2117         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
2118         (nntp-service-to-port): New function.
2119         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
2120         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
2121         (nntp-open-netcat-stream): New function.
2122         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
2123
2124 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
2125
2126         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
2127
2128 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2129
2130         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
2131
2132 2008-03-28  Magnus Henoch  <mange@freemail.hu>
2133
2134         * dns.el (dns-write): Use set-buffer-multibyte.
2135
2136 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
2137
2138         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
2139
2140 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
2141
2142         * message.el (message-signature-separator): Change default.
2143         Improve custom type.
2144         (message-cite-function): Change default to
2145         message-cite-original-without-signature.
2146
2147         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
2148         toggle.
2149
2150         * message.el (message-check-news-body-syntax): Fix signature check.
2151         (message-setup-1): Mark buffer as unmodified _after_ running
2152         message-setup-hook and handling message-alternative-emails.
2153         (message-shorten-references): Be more strict when building list of
2154         valid references to comply with GNKSA.
2155
2156         * gnus-group.el (gnus-read-ephemeral-bug-group)
2157         (gnus-read-ephemeral-debian-bug-group)
2158         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
2159
2160         * message.el (message-info): Don't use booleanp which isn't supported
2161         in Emacs 21 and XEmacs.
2162
2163 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2164
2165         * gnus-group.el (gnus-gmane-group-download-format): Rename from
2166         gnus-group-gmane-group-download-format.
2167         (gnus-group-read-ephemeral-gmane-group): Rename from
2168         gnus-group-read-ephemeral-gmane-group.
2169         (gnus-read-ephemeral-gmane-group-url): Rename from
2170         gnus-group-read-ephemeral-gmane-group-url.
2171         (gnus-bug-group-download-format-alist): New variable.
2172         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
2173         (gnus-read-ephemeral-emacs-bug-group): New commands.
2174
2175 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2176
2177         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
2178         (gnus-visible-headers): Improve custom type.
2179
2180 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2181
2182         * mml.el (mml-menu): Add workarounds for XEmacs.
2183
2184         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
2185         X-Boundary header.
2186
2187         * message.el (message-simplify-recipients): Fix previous commit.
2188
2189 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2190
2191         * mm-util.el (mm-set-buffer-multibyte): New function.
2192         * mm-decode.el (mm-copy-to-buffer): Use it.
2193
2194 2008-03-19  Glenn Morris  <rgm@gnu.org>
2195
2196         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
2197         Accidentally removed in the sync process with Emacs.
2198
2199 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
2200
2201         * message.el (message-alter-recipients-discard-bogus-full-name):
2202         New function.
2203         (message-alter-recipients-function): New variable.
2204         (message-get-reply-headers): Use it.
2205         (message-replace-header): New helper function.
2206         (message-recipients-without-full-name): New variable.
2207         (message-simplify-recipients): New command.
2208
2209         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
2210
2211         * message.el (message-info): Handle EasyPG manual.
2212
2213         * mml.el (mml-menu): Add entry for EasyPG.
2214
2215 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
2216
2217         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
2218         parameter.
2219
2220         * message.el (message-disassociate-draft): Specify drafts group name
2221         fully.
2222
2223 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
2224
2225         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
2226         unnecessary duplicates from the match list.
2227
2228 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
2231
2232         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
2233
2234         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
2235         args of `how-many' of which the XEmacs version doesn't take; declare
2236         Info-index-next as function.
2237
2238 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
2239
2240         * gnus-score.el (gnus-score-headers): Fix handling of
2241         gnus-inhibit-slow-scoring.
2242
2243         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
2244         string.
2245         (gnus-button-url-regexp): Improve handling of parenthesis.
2246         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
2247         (gnus-button-handle-info-keystrokes): Handle index entries.
2248
2249 2008-03-15  Glenn Morris  <rgm@gnu.org>
2250
2251         * parse-time.el (parse-time-string): Simplify.
2252
2253 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2254
2255         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
2256         Incoming* files.
2257
2258 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2259
2260         * auth-source.el (auth-sources): Renamed from auth-source-choices.
2261         (auth-source-pick): Use it.
2262
2263 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2264
2265         * binhex.el (binhex-decode-region-internal):
2266         * uudecode.el (uudecode-decode-region-internal):
2267         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
2268         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
2269         setting default-enable-multibyte-characters.
2270
2271 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2272
2273         * auth-source.el (auth-source-protocols)
2274         (auth-source-protocols-customize, auth-source-choices): Added and
2275         modified variable customizations and defaults.
2276         (auth-source-pick, auth-source-user-or-password)
2277         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
2278         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
2279         (auth-source-user-or-password-sftp)
2280         (auth-source-user-or-password-smtp): Use new variables and provide an
2281         interface to netrc.el.
2282
2283 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2284
2285         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
2286         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
2287         Make sure the nntp port to specify is a string.
2288
2289 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2290
2291         * nntp.el: Use with-current-buffer.
2292         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
2293         dubious mm-with-unibyte-current-buffer.
2294         (nntp-with-open-group-function): New function extracted from
2295         nntp-with-open-group macro.
2296         (nntp-with-open-group): Use the function, so it's easier to debug.
2297         Add indentation and debugging info.
2298         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
2299         the use of the netcat alternatives.
2300
2301         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
2302         Avoid mm-string-as-multibyte as well.
2303
2304         * nnweb.el (nnweb-insert-html):
2305         Remove use of nnheader-string-as-multibyte.
2306
2307         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2308         (nnheader-string-as-multibyte): Remove.
2309
2310         * mm-view.el: Use inhibit-read-only.
2311         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2312         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2313         or unibyte-string.
2314
2315         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2316         (mm-uu-yenc-extract): Use with-current-buffer.
2317
2318         * gnus-soup.el (gnus-soup-send-packet): Don't use
2319         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2320
2321         * nnmh.el: Use with-current-buffer.
2322         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2323         mm-string-as-multibyte on the output of mm-encode-coding-string.
2324
2325         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2326         (nnimap-request-move-article): Use with-current-buffer.
2327
2328         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2329         inserting the handle-buffer's text, so the implicit multibyte->unibyte
2330         conversion uses string-make-unibyte rather than string-as-unibyte.
2331
2332         * gnus-msg.el: Use with-current-buffer.
2333
2334         * message.el (message-ignored-resent-headers): Add "Delivered-To".
2335
2336 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
2337
2338         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2339         string for caching if it is 'PIN.
2340
2341 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * lpath.el: Consider the case without Emacs/W3.
2344
2345 2008-03-08  Glenn Morris  <rgm@gnu.org>
2346
2347         * time-date.el (date-to-time, time-subtract, time-add)
2348         (safe-date-to-time): Doc fixes.
2349
2350 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
2351
2352         * mail-source.el (mail-source-delete-old-incoming-confirm):
2353         Change default to nil.
2354         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2355
2356 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2357
2358         * lpath.el: Rearrange.
2359
2360         * gnus-art.el (gnus-narrow-to-page): Position point properly.
2361         (gnus-article-goto-prev-page): Work for articles having ^L's.
2362
2363         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2364
2365         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2366
2367 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
2368
2369         * gnus-bookmark.el: Adjust for renames in bookmark.el.
2370         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2371         (gnus-bookmark-jump): Adjust some variable names.
2372
2373 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2374
2375         * auth-source.el: New package.
2376         (auth-source-choices): Add customization entry point variable.
2377
2378         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2379         bug.
2380
2381 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
2382
2383         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2384         (gnus-registry-initialize, gnus-registry-install-p): Use it.
2385         (gnus-registry-install-shortcuts): Rename from
2386         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
2387         the `gnus-registry-mark-map' keymap dynamically from
2388         `gnus-registry-marks'.  The generated functions update the summary line
2389         when a registry mark is added or deleted, and will call
2390         `gnus-registry-install-p' (see the comments in the code).
2391         (gnus-registry-user-format-function-M): Use concat intelligently.
2392
2393         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2394         the registry mark functions.
2395
2396 2008-03-05  Glenn Morris  <rgm@gnu.org>
2397
2398         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2399         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2400         gnus-art.
2401         (top-level): No need to load own source when compiling.
2402
2403 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
2404
2405         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2406         Suggested by <chris.anderton@zetnet.co.uk>.
2407
2408 2008-03-04  Glenn Morris  <rgm@gnu.org>
2409
2410         * gnus-sum.el (top-level): No need to require gnus when compiling,
2411         since unconditionally required near start of file.
2412         (gnus-summary-display-while-building): Move definition before use.
2413
2414 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
2415
2416         * gnus-registry.el (gnus-registry-user-format-function-M): Add
2417         formatting function.
2418
2419 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
2420
2421         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2422         with plists.
2423         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2424         Use new format.
2425
2426 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2429         `where-is-internal' that returns a range of key sequences.
2430
2431 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2432
2433         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2434
2435         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2436         (gnus-summary-jump-to-group): Consider windows on other displayed
2437         frames as well.  Similar changes might be needed elsewhere, but that's
2438         the one I've bumped into during my use.
2439
2440         * nndoc.el (nndoc-oe-dbx-type-p):
2441         * gnus-msg.el (gnus-debug):
2442         * gnus-group.el (gnus-update-group-mark-positions):
2443         Use mm-string-to-multibyte.
2444
2445 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
2446
2447         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2448         doesn't handle NotDashEscaped.
2449
2450         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
2451         (mml-dnd-attach-options): Fix typo in custom choice.
2452
2453         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2454         nndoc-article-type to mbox.
2455         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2456
2457         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
2458         to nil, instead of html2text.
2459
2460         * imap.el (imap-debug): Add `imap-ping-server'.
2461
2462         * gnus-bookmark.el: Add FIXMEs.
2463
2464         * message.el (message-form-letter-separator)
2465         (message-send-form-letter-delay): New variables.
2466         (message-send-form-letter): Use them.  New command to send form
2467         letters.  Requested by Uwe Siart.
2468         (message-send-mail-function): Doc fix.  Add "Other" custom option.
2469
2470 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2471
2472         * Update copyright years.
2473
2474 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
2475
2476         Sync from EMACS_22_BASE.
2477
2478         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
2479
2480 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
2481
2482         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2483         empty author.
2484
2485 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
2486
2487         * gnus-registry.el (gnus-registry-marks): Add variable for
2488         customization of marks and their appearance.
2489         (gnus-registry-read-mark): Use it.
2490         (gnus-registry-do-marks): Add utility function to loop through
2491         `gnus-registry-marks'.
2492         (gnus-registry-install-shortcuts-and-menus): Add function to install
2493         shortcuts and menus.
2494         (gnus-registry-initialize): Use it.
2495         (gnus-registry-default-mark): Clarify documentation.
2496
2497 2008-02-29  Glenn Morris  <rgm@gnu.org>
2498
2499         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2500         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2501         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2502         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2503         Change defcustom :version from 23.0 to 23.1.
2504
2505 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2506
2507         * gnus-registry.el (gnus-registry-follow-group-p)
2508         (gnus-registry-post-process-groups): Add functions to aid registry
2509         splitting and improve logging.  Clarify behavior in function
2510         documentation.
2511         (gnus-registry-split-fancy-with-parent): Use them.
2512
2513 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2514
2515         * gnus-art.el: Use with-current-buffer.
2516
2517 2008-02-27  David Engster  <dengste@eml.cc>
2518
2519         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2520         Express real group name in the response.
2521
2522 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2523
2524         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2525         (nnmairix-last-server, nnmairix-current-server): Defvar them.
2526         (nnmairix-goto-original-article): Defvar gnus-registry-install and
2527         autoload gnus-registry-fetch-group when compiling.
2528         (nnmairix-request-group-with-article-number-correction): Remove
2529         unreferenced argument passed to nnmairix-call-backend.
2530
2531 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
2532
2533         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2534         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
2535         Wilde.
2536
2537 2008-02-27  Glenn Morris  <rgm@gnu.org>
2538
2539         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2540         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2541         variables to defconsts.  Convert comments to doc-strings.
2542         (nnmairix-last-server, nnmairix-current-server): Convert from free
2543         variables to defvars.  Convert comments to doc-strings.
2544         (gnus-registry-fetch-group): Autoload.
2545         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2546         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2547         (nnmairix-widget-build-editable-fields): Use car cddr rather than
2548         caddr.
2549         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2550         nnmairix-request-group-with-article-number-correction call.
2551         (nnmairix-fast, nnmairix-group): New, less general names, for free
2552         variables passed from nnmairix-request-group to
2553         nnmairix-request-group-with-article-number-correction.  Declare.
2554         (nnmairix-request-group-with-article-number-correction):
2555         Use nnmairix-fast, nnmairix-group rather than fast, group.
2556
2557 2008-02-26  David Engster  <dengste@eml.cc>
2558
2559         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
2560         version 0.5.
2561
2562 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2563
2564         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2565         instead of making an extra function call.  Don't add the current group
2566         to articles only when they have the group.  Use
2567         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2568         Reported by David <de_bb@arcor.de>.
2569
2570 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2571
2572         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
2573         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
2574
2575 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
2576
2577         * mail-source.el (mail-source-delete-incoming): Change default.
2578         Supplement doc string.
2579
2580         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2581
2582 2008-02-14  Glenn Morris  <rgm@gnu.org>
2583
2584         * time-date.el (format-seconds): New function.
2585
2586 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
2587
2588         * nnmail.el (nnmail-message-id-cache-file): Derive from
2589         `gnus-home-directory'.
2590
2591 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
2592
2593         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2594         Document negative prefix.
2595
2596         * gnus-group.el (gnus-group-read-group): Document negative prefix.
2597
2598 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599
2600         * message.el (message-unsent-separator): Add the Exim bounce
2601         separator.
2602
2603 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
2604
2605         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2606         list.
2607         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2608         recipient/signer list.
2609
2610 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2611
2612         * Makefile.in (datarootdir): Define.
2613         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
2614         name that might contain whitespace.
2615
2616 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
2617
2618         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2619         fbound (Emacs 23 unicode), signal an error.
2620
2621 2008-02-08  Glenn Morris  <rgm@gnu.org>
2622
2623         * gnus-art.el (pgg-display-output-buffer): Declare as function.
2624
2625 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
2626
2627         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2628         ports to the calls to `netrc-machine-user-or-password' in addition to
2629         "imap" and "imaps".
2630
2631 2008-02-01  Zhang Wei  <id.brep@gmail.com>
2632
2633         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2634
2635         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2636
2637 2008-02-01  Kenichi Handa  <handa@m17n.org>
2638
2639         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2640         rfc2104-hexstring-to-bitstring and changed to return a byte list.
2641         (rfc2104-hash): Convert the result of concat to unibyte string.
2642
2643 2008-02-01  Dave Love  <fx@gnu.org>
2644
2645         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2646         coding-system-for-read.
2647         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2648
2649 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
2650
2651         * gnus.el (gnus-group-startup-message): Add `find-image' call before
2652         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
2653         <hanche@math.ntnu.no>.
2654
2655 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2658
2659         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
2660
2661 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
2662
2663         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2664         * message.el (message-beginning-of-line): Use featurep instead of bound
2665         tests in order to resolve conditionals at compile time.
2666
2667 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
2668
2669         * mail-source.el (mail-sources): Add `group' choice.
2670
2671         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2672         parameter `in-group' to control into which group the articles go.
2673         Add treatment of `group' mail-source.
2674
2675 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2678
2679         * mm-decode.el (mm-dissect-buffer): Decode description.
2680
2681         * mml.el (mml-to-mime): Encode message header first.
2682
2683 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2684
2685         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2686         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2687
2688         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
2689         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
2690
2691 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
2692
2693         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2694
2695 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2696
2697         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2698         prefix keys.
2699         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2700         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2701         gnus-xmas.el.
2702
2703         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
2704         (gnus-xmas-article-describe-bindings): New function.
2705         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
2706         gnus-xmas-article-describe-bindings.
2707
2708         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
2709
2710 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2711
2712         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2713         Add new variables for article mark management.
2714         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2715         list of extra data entries which, when present, will indicate that the
2716         article ID should not be trimmed from the registry.
2717         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2718         functions.
2719         (gnus-registry-read-mark): New function to read a mark name from the
2720         user.
2721         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2722         (gnus-registry-set-article-mark-internal): New functions to add and
2723         remove marks.
2724         (gnus-registry-get-article-marks): New function to show the marks for
2725         an article, or retrieve them for further use.
2726
2727 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2728
2729         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2730         keys when no argument is given.
2731
2732 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
2733
2734         * imap.el (imap-ping-server): New variable.
2735         (imap-opened): On add extra ping if imap-ping-server is non-nil.
2736         (imap-ping-server): Minor doc string fixes.
2737
2738 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2739
2740         * imap.el (imap-ping-server): New function.
2741         (imap-opened): Call imap-ping-server.
2742
2743 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
2744
2745         * gnus-sum.el (gnus-article-sort-by-random)
2746         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
2747         jidanni@jidanni.org.
2748
2749 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2750
2751         * gnus-art.el (gnus-article-describe-bindings): New function.
2752         (gnus-article-read-summary-keys): Use it.
2753         (gnus-article-mode-map): Bind `C-h b' to it.
2754
2755 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2756
2757         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2758         XEmacs.
2759         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2760         against non-character events.
2761
2762         * lpath.el: Fbind map-keymap for Emacs 21.
2763
2764 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
2765
2766         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2767         command.
2768         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2769         instead of END.  Change name of the temp file.
2770         (gnus-group-gmane-group-download-format): Add doc string.  Make it
2771         customizable.
2772
2773 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2776         bind `S W' to gnus-article-wide-reply-with-original; set default
2777         binding to gnus-article-read-summary-send-keys.
2778         (gnus-article-read-summary-keys): Fix the order of keys; display
2779         continuation keys correctly in the echo area; describe bindings
2780         correctly when keys end with `C-h'.
2781         (gnus-article-read-summary-send-keys): New function.
2782         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2783         for gnus-article-read-summary-send-keys; display continuation keys
2784         correctly in the echo area.
2785         (gnus-article-reply-with-original): Ignore prefix argument.
2786         (gnus-article-wide-reply-with-original): New function.
2787
2788         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
2789         Emacs 21.
2790
2791 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2792
2793         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2794         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2795
2796 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
2797
2798         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2799         (gnus-group-read-ephemeral-gmane-group): New command.
2800
2801 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
2802
2803         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2804
2805 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
2806
2807         * message.el (message-send-mail-function): Increase custom version.
2808
2809         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2810         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
2811
2812 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
2813
2814         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
2815         for the cases where imap-authenticate is called with a nil buffer
2816         parameter.
2817
2818 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2819
2820         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2821         html parts correctly; support forwarded messages.
2822         (gnus-article-browse-html-article): Remove work buffers.
2823
2824         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2825         compiling.
2826         (netrc-bound-and-true-p): New macro.
2827         (netrc-parse): Use it instead of bound-and-true-p that is not available
2828         in XEmacs 21.4.
2829
2830 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
2831
2832         * gnus-registry.el (gnus-registry-mark-article)
2833         (gnus-registry-article-marks): Add functionality to mark articles
2834         through the Gnus registry.
2835
2836         * encrypt.el: Clarify documentation for the new pgg method.
2837         (encrypt-file-alist): Add PGG option.
2838         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
2839         functionality.  Abstract password key and messaging to external
2840         functions.
2841         (encrypt-password-key, encrypt-get-passphrase-if-needed)
2842         (encrypt-message-method-and-cipher): Add new convenience external
2843         functions.
2844         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
2845         (encrypt-pgg-process-buffer): Add PGG functionality glue.
2846
2847         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2848         (netrc-parse): Use encrypt-file-alist to determine if
2849         encrypt-find-model or encrypt-insert-file-contents should be used.
2850
2851         * encrypt.el: Clarify documentation.  Load password-cache or
2852         password, whichever one is found first, instead of autoloading.
2853
2854 2007-12-19  Glenn Morris  <rgm@gnu.org>
2855
2856         * mml.el (message-options-set, message-narrow-to-head)
2857         (message-in-body-p, message-mail-p, message-encode-message-body):
2858         Autoload.
2859         (message-remove-header, message-narrow-to-headers-or-head)
2860         (message-subscribed-p, message-make-mail-followup-to)
2861         (message-position-on-field, message-news-p)
2862         (message-options-set-recipient, message-generate-headers)
2863         (message-sort-headers): Declare as functions.
2864
2865 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
2866
2867         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2868         convention in doc string.
2869
2870 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2873         title to html parts.
2874         (gnus-article-browse-html-article): Pass message header to it.
2875
2876         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2877
2878 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
2879
2880         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2881         or password compatible with XEmacs.
2882
2883 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2884
2885         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2886         format document.
2887         (gnus-mime-delete-part): Don't write description line if empty.
2888         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2889
2890 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
2891
2892         * gnus-sum.el (gnus-summary-mark-unread-as-read)
2893         (gnus-summary-mark-read-and-unread-as-read)
2894         (gnus-summary-mark-current-read-and-unread-as-read)
2895         (gnus-summary-mark-unread-as-ticked): Doc fix.
2896         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2897
2898 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2899
2900         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
2901         Christoph Conrad <christoph.conrad@gmx.de>.
2902
2903 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
2904
2905         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2906         yes-or-no-p.
2907
2908 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2909
2910         * mm-decode.el (mm-add-meta-html-tag): New function.
2911         (mm-save-part-to-file, mm-pipe-part): Use it.
2912
2913         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2914         gnus-y-or-n-p instead of y-or-n-p.
2915         (gnus-article-browse-html-parts): Work with message/external-body; use
2916         mm-add-meta-html-tag.
2917
2918 2007-12-11  Glenn Morris  <rgm@gnu.org>
2919
2920         * gnus-cache.el: Require gnus-sum not just when compiling.
2921
2922         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2923
2924         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2925         definitions before use.
2926
2927         * mm-decode.el: Require gnus-util.
2928         (mm-remove-part): Only call delete-annotation on XEmacs.
2929
2930         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2931
2932         * nnmail.el: Require gnus-int.
2933
2934         * spam.el: Move `require's before `eval-when-compile's.
2935
2936         * gnus-ems.el (gnus-alive-p):
2937         * gnus-fun.el (message-goto-eoh):
2938         * gnus-util.el (gnus-group-name-decode):
2939         * mail-source.el (gnus-compress-sequence):
2940         * message.el (Info-goto-node, format-spec):
2941         * mm-bodies.el (message-options-get):
2942         * mm-decode.el (mm-view-pkcs7):
2943         * mm-util.el (gmm-write-region):
2944         * mml-smime.el (mml-compute-boundary)
2945         (gnus-completing-read-with-default):
2946         * mml.el (widget-button-press, gnus-make-hashtable):
2947         * mml1991.el (mm-decode-content-transfer-encoding)
2948         (mm-encode-content-transfer-encoding)
2949         (message-options-get, message-options-set):
2950         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2951         * nnfolder.el (gnus-request-group):
2952         * nnheader.el (ietf-drums-unfold-fws):
2953         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2954         * smime.el (gnus-run-mode-hooks):
2955         * spam-stat.el (gnus-message): Autoload.
2956
2957         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2958         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2959         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2960         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2961         Add declare-function compatibility definition.
2962
2963         * gnus-cache.el (nnvirtual-find-group-art):
2964         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2965         (gnus-add-image, gnus-add-wash-type):
2966         * gnus-group.el (nnkiboze-score-file):
2967         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2968         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2969         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2970         (message-tokenize-header, gnus-get-buffer-create)
2971         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2972         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2973         * gnus.el (gnus-group-decoded-name):
2974         * mail-source.el (imap-capability):
2975         * mm-bodies.el (message-options-set):
2976         * mm-decode.el (gnus-configure-windows):
2977         * mm-extern.el (message-goto-body):
2978         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2979         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2980         (epg-sub-key-validity, message-options-set):
2981         * mml.el (widget-event-point, gnus-configure-windows):
2982         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2983         * mml2015.el (epg-check-configuration, epg-configuration)
2984         (message-options-set):
2985         * nndb.el (nndb-request-article):
2986         * nnfolder.el (gnus-request-create-group):
2987         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2988         * nnmaildir.el (gnus-group-mark-article-read):
2989         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2990         * rfc1843.el (message-fetch-field):
2991         * spam.el (gnus-extract-address-components):
2992         Declare as functions.
2993
2994 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2995
2996         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2997
2998         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
2999
3000         * lpath.el: Fbind run-mode-hooks for Emacs 21;
3001         bind show-trailing-whitespace for XEmacs.
3002
3003 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
3004
3005         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
3006         new no-op macro for backward compatibility.
3007
3008         * imap.el (imap-string-to-integer): New function.
3009
3010 2007-12-09  Glenn Morris  <rgm@gnu.org>
3011
3012         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
3013
3014         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
3015         * message.el, mm-view.el, sieve-manage.el, smime.el:
3016         Add declare-function compatibility definition.
3017
3018         * gnus-art.el (w3-region, w3m-region, Info-menu):
3019         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
3020         * gnus-sum.el (gnus-get-predicate):
3021         * gnus-util.el (mm-append-to-file, w32-focus-frame):
3022         * message.el (mail-abbrev-in-expansion-header-p):
3023         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
3024         (w3m-detect-meta-charset, w3m-region):
3025         * sieve-manage.el (password-read, password-cache-add)
3026         (password-cache-remove):
3027         * smime.el (password-read-and-add): Declare as functions.
3028
3029 2007-12-08  David Kastrup  <dak@gnu.org>
3030
3031         * gnus-sum.el (gnus-summary-simplify-subject-query):
3032         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
3033         `message'.
3034
3035 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3036
3037         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
3038         it to bind idna-program, installation-directory, defined-colors, and
3039         face-attribute for XEmacs of the version that compiles defcustom forms.
3040
3041 2007-12-07  Glenn Morris  <rgm@gnu.org>
3042
3043         * gnus-art.el (article-make-date-line): Revert previous change.
3044
3045 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
3046
3047         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
3048
3049 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
3050
3051         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
3052         Call gnus-add-to-range ranges only once with a prepared article-list.
3053
3054 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
3055
3056         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
3057         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
3058         group names with backslashes.  Reported by Tassilo Horn
3059         <tassilo@member.fsf.org>.
3060
3061 2007-12-06  Deepak Goel  <deego3@gmail.com>
3062
3063         * gnus-art.el (article-make-date-line):
3064         * gnus-start.el (gnus-load):
3065         * pop3.el (pop3-read-response): Fix buggy call to `error'.
3066
3067 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * gnus-art.el (gnus-use-idna)
3070         * gnus-start.el (gnus-site-init-file)
3071         * message.el (message-use-idna)
3072         * mm-uu.el (mm-uu-hide-markers)
3073         * smiley.el (smiley-style): Revert changes that suppress warnings.
3074
3075 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
3078         specify charset to html source.  Reported by Christoph Conrad
3079         <christoph.conrad@gmx.de>.
3080
3081 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3082
3083         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
3084         idna-program in order to suppress byte compile warning issued by XEmacs
3085         that came to byte compile the default value section of defcustom forms
3086         recently.
3087
3088         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
3089         value of installation-directory.
3090
3091         * message.el (message-use-idna): Don't directly refer to the value of
3092         idna-program.
3093
3094         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
3095
3096         * smiley.el (smiley-style): Don't directly call face-attribute.
3097
3098 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
3099
3100         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
3101
3102         * gnus-dired.el: Reduce Gnus dependencies.
3103         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
3104         require.  Use autoloads instead.
3105         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
3106         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
3107         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
3108         (gnus-dired-mode): Adjust doc string.
3109         (gnus-dired-mail-mode): New variable.
3110         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
3111         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
3112         (gnus-dired-mail-buffers): New function.  Return mail or message
3113         composition buffers.
3114         (gnus-dired-attach): Use it.
3115         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
3116         NO-DECODE.
3117         (gnus-dired-print): Use `gnus-print-buffer' depending on
3118         `gnus-dired-mail-mode'.
3119
3120 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * rfc2047.el (rfc2047-encoded-word-regexp)
3123         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
3124         explaining what regexp patterns are for.
3125
3126 2007-12-04  Glenn Morris  <rgm@gnu.org>
3127
3128         * password.el: Move to password-cache.el.
3129
3130         * mml1991.el (password-read, password-cache-add, password-cache-remove):
3131         * mml2015.el (password-read, password-cache-add, password-cache-remove):
3132         * mml-smime.el (password-read, password-cache-add)
3133         (password-cache-remove):
3134         No need to autoload, since mml-sec requires password.
3135
3136         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
3137         * message.el (gnus-extract-address-components):
3138         * mml-smime.el (gnus-extract-address-components): Define for compiler.
3139
3140         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
3141         password.
3142
3143 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
3144
3145         * mailcap.el: Reduce dependencies.
3146         (mail-header-parse-content-type): Autoload.
3147         (mailcap-delete-duplicates): New alias.
3148         (mailcap-mime-info): Add optional argument NO-DECODE.
3149         (mailcap-mime-types): Use mailcap-delete-duplicates.
3150
3151         * message.el (message-ignored-supersedes-headers): Add "X-ID".
3152
3153 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
3154
3155         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
3156         (imap-parse-status): Upcase status-att for servers that sends them
3157         lower-case (e.g., MS Exchange 2007).
3158
3159 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160
3161         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
3162         function.
3163
3164         * gnus-uu.el (gnus-uu-decode-yenc): New command.
3165         (gnus-uu-yenc-article): New function.
3166
3167         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
3168
3169         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
3170         buffer.
3171
3172 2007-12-02  Glenn Morris  <rgm@gnu.org>
3173
3174         * binhex.el (binhex): New custom group.
3175         (binhex-decoder-program, binhex-decoder-switches)
3176         (binhex-use-external): Move to the binhex custom group.
3177
3178         * uudecode.el (uudecode): New custom group.
3179         (uudecode-decoder-program, uudecode-decoder-switches)
3180         (uudecode-use-external): Move to the uudecode custom group.
3181
3182         * netrc.el (top-level): Don't load `encrypt' features.
3183         (netrc-parse): Don't use encrypt.
3184         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
3185
3186         * encrypt.el: Remove file.
3187
3188 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
3189
3190         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
3191         matches on patches.
3192
3193         * gnus-art.el (gnus-article-browse-html-article): Mention
3194         `mm-text-html-renderer' in the doc string.
3195
3196         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
3197         string.  Add comments.
3198
3199         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
3200         if rhs is ASCII.
3201
3202 2007-12-01  Glenn Morris  <rgm@gnu.org>
3203
3204         * mail-source.el (top-level): Require format-spec before
3205         eval-when-compile.
3206
3207 2007-11-30  Glenn Morris  <rgm@gnu.org>
3208
3209         * encrypt.el: Require password, rather than autoloading password-read.
3210
3211 2007-11-29  Glenn Morris  <rgm@gnu.org>
3212
3213         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
3214         (sasl-make-client, sasl-next-step, sasl-step-data)
3215         (sasl-step-set-data): Declare as functions.
3216
3217 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
3218
3219         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
3220
3221 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
3222
3223         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
3224         certs should be verified and what is to be done in the event of a
3225         verification failure.
3226
3227         * gnus.el (gnus-method-to-server): Add an optional parameter so the
3228         caller can indicate whether the cache should be disregarded for this
3229         call.  This way the result of the call is reproducible at all times and
3230         can be considered a canonical server name for the supplied method.
3231         (gnus-agent-method-p): Canonicalize server names by pushing their
3232         method through `gnus-method-to-server' using the no-cache argument.
3233
3234         * gnus-srvr.el (gnus-server-insert-server-line): Call
3235         `gnus-method-to-server' with `no-cache' argument.
3236
3237         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
3238         gnus-agent-possibly-synchronize-flags as this should be called when the
3239         server is actually being opened.
3240         (gnus-agent-possibly-synchronize-flags)
3241         (gnus-agent-possibly-synchronize-flags-server): Move check for the
3242         flags file of an agentized server to the latter function.
3243
3244         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
3245         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
3246         after a connection has been established successfully.
3247
3248 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * gnus-art.el (article-display-face): Force to display face if called
3251         interactively; check if gnus-article-x-face-too-ugly matches author.
3252         (article-display-x-face): Display face even if From header is missing
3253         as article-display-face does.
3254
3255 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
3256
3257         * hashcash.el (message-narrow-to-headers-or-head)
3258         (message-fetch-field, message-goto-eoh)
3259         (message-narrow-to-headers): Declare as functions.
3260
3261 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
3262
3263         * mail-source.el (mail-sources): Default to fetch from file for
3264         compatibility with default of nnmail-spool-file.
3265
3266 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3267
3268         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
3269         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
3270         to look for encoded word that should be encoded again.
3271         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
3272         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
3273         encoding pattern.
3274         (rfc2047-decode-region): Switch strict regexp and loose one according
3275         to rfc2047-allow-irregular-q-encoded-words.
3276
3277 2007-11-25  Romain Francoise  <romain@orebokech.com>
3278
3279         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
3280
3281 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
3282
3283         * tls.el (tls-program): Provide more custom choices from
3284         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
3285         (tls-process-connection-type, tls-success): Remove "*" in doc string.
3286
3287 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3288
3289         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
3290         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
3291
3292         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
3293         `nnmail-spool-file'.
3294
3295         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
3296         `nnmail-spool-file'.
3297
3298         * gnus-move.el (gnus-change-server): Ditto.
3299
3300         * gnus-kill.el (gnus-batch-score): Ditto.
3301
3302         * gnus-cache.el (gnus-jog-cache): Ditto.
3303
3304         * gnus-msg.el (gnus-summary-reply):
3305         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
3306
3307 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3308
3309         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
3310         version.  Minor improvement to doc strings.
3311         (tls-program): Add comment.
3312
3313 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
3314
3315         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
3316         (tls-checktrust): New variable.  Check if GNU TLS complained about a
3317         mismatch between the hostname provided in the certificate and the name
3318         of the host connnecting to.
3319         (open-tls-stream): Use them.  Check certificates against trusted root
3320         certificates.
3321
3322 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
3323
3324         * gnus-cache.el (gnus-cache-generate-nov-databases):
3325         Use nnml-generate-nov-databases-directory instead of
3326         nnml-generate-nov-databases-1.
3327
3328 2007-11-24  Glenn Morris  <rgm@gnu.org>
3329
3330         * message.el (message-tool-bar-retro): Update for rename
3331         mail_send.xpm->mail-send.xpm.
3332
3333 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
3334
3335         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
3336         `smime-ldap-search' for Emacs 22 and up.
3337
3338 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3339
3340         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
3341
3342         * message.el (message-send-mail-function): Fix error convention.
3343         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
3344         (message-widen-reply, message-send-mail, message-talkative-question)
3345         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
3346         (message-clone-locals, message-send-news): Use with-current-buffer.
3347         (message-insert-or-toggle-importance): Remove unused var `valid'.
3348         (message-make-references): Remove unused var `new-references'.
3349         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
3350
3351 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
3352
3353         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
3354         (spam-split-symbolic-return-positive): Reflow docstring.
3355         (spam-backends, spam-summary-exit-behavior)
3356         (spam-mark-ham-unread-before-move-from-spam-group)
3357         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
3358         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
3359         (spam-clear-cache, spam-backend-check, spam-install-backend)
3360         (spam-install-statistical-backend, spam-list-of-processors)
3361         (spam-group-processor-p, spam-split, spam-bogofilter-score)
3362         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
3363         (spam-check-crm114, spam-initialize, spam-unload-hook):
3364         Fix typos in docstrings.
3365
3366 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
3369         been checked if they have never been read and those group levels are
3370         higher than the one that a user specified.
3371
3372 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3373
3374         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
3375         foreign groups unless a group level is specified by a user.
3376         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
3377
3378 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
3379
3380         * message.el (message-send-mail-function): Require sendmail.
3381
3382 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3383
3384         * message.el (message-send-mail-function): Check for smtpmail too.
3385
3386         * utf7.el (utf7-encode, utf7-decode): Use coding system
3387         `utf-7'/`utf-7-imap' from utf-7.el' if available.
3388
3389         * message.el (message-send-mail-function): New function.
3390         (message-send-mail-function): Set default using
3391         message-send-mail-function.  Adjust doc string.
3392         (message-send-mail-with-mailclient): New function.
3393
3394 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3395
3396         * smime.el (from):
3397         * rfc2047.el (message-posting-charset):
3398         * qp.el (mm-use-ultra-safe-encoding):
3399         * pop3.el (parse-time-months):
3400         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
3401         * nnml.el (files):
3402         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
3403         (jka-compr-compression-info-list, ange-ftp-path-format)
3404         (efs-path-regexp):
3405         * nndiary.el (files):
3406         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
3407         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
3408         (epg-digest-algorithm-alist, inhibit-redisplay)
3409         (password-cache-expiry):
3410         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
3411         (pgg-output-buffer, password-cache-expiry):
3412         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
3413         (efs-path-regexp):
3414         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
3415         (inhibit-redisplay):
3416         * mm-uu.el (file-name, start-point, end-point, entry)
3417         (gnus-newsgroup-name, gnus-newsgroup-charset):
3418         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
3419         (latin-unity-ucs-list):
3420         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3421         (mm-uu-binhex-decode-function):
3422         * message.el (gnus-message-group-art, gnus-list-identifiers)
3423         (rmail-enable-mime-composing, gnus-local-organization)
3424         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3425         (gnus-read-active-file, facemenu-add-face-function)
3426         (facemenu-remove-face-function, gnus-article-decoded-p)
3427         (tool-bar-mode):
3428         * mail-source.el (display-time-mail-function):
3429         * gnus-util.el (nnmail-pathname-coding-system)
3430         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3431         (gnus-original-article-buffer, gnus-user-agent)
3432         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3433         (xemacs-codename, sxemacs-codename, emacs-program-version):
3434         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3435         * gnus-start.el (gnus-agent-covered-methods)
3436         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3437         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3438         (gnus-newsgroup-headers, gnus-group-list-mode)
3439         (gnus-group-mark-positions, gnus-newsgroup-data)
3440         (gnus-newsgroup-unreads, nnoo-state-alist)
3441         (gnus-current-select-method, mail-sources)
3442         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3443         (nnmail-spool-file, gnus-cache-active-hashtb):
3444         * gnus-mh.el (mh-lib-progs):
3445         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3446         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3447         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3448         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3449         (gnus-group-buffer):
3450         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3451         (font-lock-set-defaults):
3452         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3453         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3454         (gnus-summary-post-menu, total-parts, type, condition, length):
3455         * gnus-agent.el (gnus-agent-read-agentview):
3456         * flow-fill.el (show-trailing-whitespace):
3457         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3458         eval-and-compile wrappers for byte compiler pacifiers.
3459
3460         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3461         (mm-display-inline-fontify): Check for featurep 'xemacs not
3462         extent-list.
3463
3464         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3465         itimer-list.
3466         (mm-create-image-xemacs): Only do something for XEmacs.
3467         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3468
3469         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3470
3471         * gnus-registry.el (gnus-adaptive-word-syntax-table):
3472         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3473
3474 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
3475
3476         * nnimap.el (nnimap-split-download-body):
3477         * gnus-demon.el (gnus-demon):
3478         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3479
3480 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3481
3482         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3483         macros.
3484         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3485         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3486         copy data from unibyte buffer to multibyte current buffer.
3487         (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3488         to copy data from unibyte current buffer to multibyte buffer.
3489         (nntp-make-process-buffer): Make process buffer unibyte.
3490
3491         * pop3.el (pop3-open-server): Fix typo in Lisp code.
3492
3493 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
3494
3495         * pop3.el (pop3-open-server): Accept and process data more robustly at
3496         connexion start to avoid spurious "POP SSL connexion failed" errors.
3497
3498 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3499
3500         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3501         read group names.
3502
3503 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
3504
3505         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3506
3507 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3508
3509         * nnmail.el (nnmail-parse-active): Make group names unibyte.
3510         (nnmail-save-active): Use a unibyte buffer when saving active file,
3511         which may contain non-ASCII group names.
3512
3513         * nnml.el (nnml-request-group): Decode group names in messages.
3514
3515 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
3516
3517         * message.el (message-citation-line-function)
3518         (message-insert-formatted-citation-line): Fix spelling of
3519         `message-insert-formated-citation-line'.
3520
3521 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
3522
3523         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3524
3525 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3528         nnmail-pathname-coding-system.
3529
3530         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3531         that a user enters; decode group names in messages.
3532
3533         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3534
3535 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3538
3539         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3540
3541         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3542         risky local variable.
3543
3544         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3545
3546 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
3547
3548         * encrypt.el: Improve documentation to fix function name typo.
3549         Reported by Daiki Ueno <ueno@unixuser.org>.
3550
3551 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3554         even if the point is not in the last page of an article.
3555         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3556         back to the previous page.
3557
3558 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
3559
3560         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3561
3562 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3563
3564         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3565
3566 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3567
3568         * message.el (message-check-news-body-syntax): Avoid
3569         mm-string-as-multibyte.
3570         (message-hide-headers): Don't assume (point-min)==1.
3571
3572 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
3573
3574         * message.el (message-remove-blank-cited-lines): Fix if remove is
3575         given.
3576         (message-bogus-address-regexp): New variable.
3577         (message-bogus-recipient-p): New function.
3578         (message-check-recipients): New command.
3579         (message-syntax-checks): Add `bogus-recipient'.
3580         (message-fix-before-sending): Add `bogus-recipient'.
3581
3582         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3583         (gnus-treat-body-boundary): Don't test window-system.
3584
3585 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
3586
3587         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3588
3589 2007-10-28  Miles Bader  <miles@gnu.org>
3590
3591         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3592         at compile-time too.
3593
3594 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
3595
3596         * gnus-msg.el (gnus-message-setup-hook): Add
3597         `message-remove-blank-cited-lines' to options.
3598
3599 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
3600
3601         * message.el (message-remove-blank-cited-lines): New function.
3602         Suggested by Karl Plästerer.
3603
3604 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3605
3606         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3607         mapc.
3608
3609         * imap.el (imap-open): Replace mapcar called for effect with mapc.
3610         (top-level): Use mapc to set functions to be traced for debugging.
3611
3612         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3613         called for effect with while loop.
3614
3615         * message.el (message-talkative-question): Replace mapcar called for
3616         effect with mapc.
3617
3618         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3619         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3620         called for effect with dolist.
3621
3622         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3623
3624         * nndiary.el: Use dolist instead of mapcar to add diary headers to
3625         gnus-extra-headers and nnmail-extra-headers.
3626
3627         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3628         called for effect with dolist.
3629         (top-level): Use mapc to set functions to be traced for debugging.
3630
3631         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3632         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3633         dolist.
3634
3635         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3636         Replace mapcar called for effect with mapc.
3637         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3638         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3639         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3640         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3641
3642         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3643         remove-if that's a cl function.
3644
3645         * webmail.el (webmail-debug): Replace mapcar called for effect with
3646         dolist.
3647
3648         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
3649         with mapc.
3650
3651 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3652
3653         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3654         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3655         with while loop.
3656
3657         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3658         functions from article-* functions.
3659         (gnus-multi-decode-header): Replace mapcar called for effect with
3660         dolist.
3661
3662         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3663         (gnus-bookmark-show-details): Replace mapcar called for effect with
3664         while loop.
3665
3666         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3667         called for effect with while loop.
3668
3669         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3670         with dolist.
3671
3672         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3673         mapcar called for effect with dolist.
3674
3675         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3676
3677         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3678         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3679         Replace mapcar called for effect with dolist.
3680         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3681         mapc.
3682
3683         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3684         Replace mapcar called for effect with dolist.
3685         (gnus-topic-list): Replace mapcar called for effect with mapc.
3686
3687         * gnus.el: Use mapc instead of mapcar to add autoloads.
3688
3689 2007-10-23  Richard Stallman  <rms@gnu.org>
3690
3691         * gnus-group.el (gnus-group-highlight): Mark as risky.
3692
3693 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * gnus.el (gnus-server-to-method): Return method found first in
3696         gnus-newsrc-alist.
3697
3698         * gnus-art.el (gnus-article-highlight-signature)
3699         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3700         button overlay without the front stickiness.
3701
3702 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
3703
3704         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3705         overview buffer needed a catch to receive its throw.
3706         (gnus-agent-flush-cache): Declared as interactive to make this function
3707         easier to use.
3708
3709 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
3710
3711         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3712         `next-line'.
3713
3714 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3717         exclude address matching message-dont-reply-to-names.
3718
3719 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3720
3721         * gnus-util.el (gnus-string<): New function.
3722
3723         * gnus-sum.el (gnus-article-sort-by-author)
3724         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3725
3726 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3727
3728         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3729         the frame-focus tag is set in gnus-buffer-configuration.
3730
3731 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * gnus-art.el (gnus-article-add-button): Make a button overlay without
3734         the front stickiness.
3735
3736 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3739         url pattern; remove duplicate one.
3740         (gnus-article-extend-url-button): New function.
3741         (gnus-article-add-buttons): Use it.
3742         (gnus-button-push): Use concatenated url that it makes.
3743
3744 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
3745
3746         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3747
3748 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3749
3750         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3751         Don't hardcode point-min==1.
3752
3753 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
3754
3755         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3756         Fix comment about "iso8859-1".
3757
3758 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
3759
3760         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3761         ones returned from the verify-function.
3762
3763         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3764         mml2015-extract-cleartext-signature if extraction failed.
3765
3766 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
3767
3768         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3769         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3770         failed.
3771
3772 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
3773
3774         * Relicense "GPLv2 or later" files to "GPLv3 or later".
3775
3776 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
3779         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
3780         recommends to use EasyPG instead of PGG.
3781
3782         * pgg.el: Revert to revision 6.23.2.16
3783
3784         * pgg-def.el: Revert to revision 6.6.2.14.
3785
3786         * pgg-gpg.el: Revert to revision 6.23.2.34.
3787
3788 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3789
3790         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3791         to mark a thread as expirable.  Add variable `hide' to handle hiding of
3792         thread for both the null and zero (kill/expire thread) universal prefix
3793         cases.
3794         (gnus-summary-expire-thread): Add new function to expire a thread,
3795         using gnus-summary-kill-thread.
3796         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3797         shortcuts for gnus-summary-expire-thread.
3798         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3799         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
3800
3801 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
3802
3803         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3804         extras value, so an extras entry can be deleted.
3805         (gnus-registry-delete-extra-entry): Use it.
3806         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3807         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3808         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3809         storage through the gnus-registry, and provide an appropriate API for
3810         it.
3811
3812 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3815         Suggested by Leo <sdl.web@gmail.com>.
3816
3817         * gnus.el: Do.
3818
3819 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3820
3821         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3822         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
3823
3824         * gnus-agent.el (gnus-agent-fetch-headers): Do.
3825
3826         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3827         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3828
3829 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3832         newline.
3833         (nnmbox-request-accept-article): Don't change article in source buffer;
3834         narrow to header to use message-fetch-field rather than
3835         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3836         (nnmbox-request-replace-article): Quote lines that'll be misidentified
3837         as delimiters; make sure article ends with newline.
3838         (nnmbox-delete-mail): Correct last position of article to be deleted;
3839         ignore X-Gnus-Newsgroup header in article body.
3840         (nnmbox-save-mail): Quote lines looking like delimiters at the right
3841         positions; make sure article ends with newline.
3842
3843         * message.el (message-display-abbrev): Don't infloop when a user
3844         inserts SPC in the beginning of header.
3845
3846         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
3847         coding-system-for-read and coding-system-for-write for XEmacs having no
3848         file-coding feature.
3849
3850         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
3851
3852 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
3853
3854         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3855         list of groups not followed by default.  Fix type to be regexp.
3856         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3857
3858 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
3859
3860         * hmac-def.el (define-hmac-function): Switch from old-style to
3861         new-style backquotes.
3862
3863         * md4.el (md4-make-step): Likewise.
3864
3865 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3868         raw-text coding system when saving .newsrc file, which may contain
3869         non-ASCII group names.
3870
3871 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3872
3873         * gnus-cus.el (gnus-score-extra): New widget.
3874         (gnus-score-extra-convert): New function.
3875         (gnus-score-customize): Use it for Extra.
3876
3877 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
3878
3879         * mml2015.el (mml2015-extract-cleartext-signature): New function.
3880         (mml2015-mailcrypt-clear-verify): Use it.
3881         (mml2015-gpg-clear-verify): Use it.
3882         (mml2015-pgg-clear-verify): Use it.
3883         (mml2015-epg-clear-verify): Replace the current part with the output
3884         from GnuPG; don't extract the plaintext by itself.
3885
3886         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3887         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3888         mml2015-clear-verify-function; don't touch the armor headers or
3889         dash-escaped text here.
3890
3891 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3892
3893         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3894         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3895         parts, or application/octet-stream as a last resort.
3896         (gnus-mime-view-part-as-type): Don't toggle display.
3897         (gnus-mime-view-part-as-charset): Don't turn off display before
3898         querying charset.
3899
3900         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3901         stuff to undisplayer function in Emacs.
3902         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3903
3904         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3905         text/calendar parts.
3906
3907 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3910         decoding text/calendar parts.
3911
3912         * message.el (message-forward-make-body-mime): Always mark body as
3913         having no illegible text; remove signed-or-encrypted argument.
3914         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3915
3916         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3917         (mml-generate-mime-1): Don't encode body if it is specified to be in
3918         raw form; don't make buffer be unibyte when inserting multibyte string.
3919
3920 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3921
3922         * sha1.el: Fix up comment style.
3923         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3924         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3925
3926         * hex-util.el: Fix up comment style.
3927         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3928
3929         * gnus-salt.el: Use with-current-buffer.
3930         (gnus-pick-setup-message): Fix long-standing typo.
3931
3932 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3933
3934         * imap.el (imap-logout-timeout): New variable.
3935         (imap-logout, imap-logout-wait): New functions.
3936         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3937
3938         * nnimap.el (nnimap-logout-timeout): New server variable.
3939         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3940         nnimap-logout-timeout.
3941
3942         * gnus-art.el (gnus-article-summary-command-nosave)
3943         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3944
3945 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3946
3947         * gnus.el (gnus-maximum-newsgroup): New variable.
3948
3949         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3950         according to gnus-maximum-newsgroup.
3951
3952         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3953         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3954         Limit the range of articles according to gnus-maximum-newsgroup.
3955
3956 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
3957
3958         * gnus-art.el (gnus-sticky-article): Fixed problems described in
3959         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
3960         Don't perform gnus-configure-windows here; reuse existing sticky
3961         article buffer.
3962
3963         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3964         it doesn't exist in gnus-article-mode.
3965
3966 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3969         (gnus-agent-decoded-group-name): New function.
3970         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3971         (gnus-agent-expire-group-1): Use it; decode group name in messages.
3972
3973 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
3974
3975         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3976         Add binding for gnus-sticky-article.
3977         (gnus-summary-exit): Don't kill sticky article buffers.
3978
3979         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3980         article buffer.
3981         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3982         (gnus-kill-sticky-article-buffers): New commands.
3983
3984 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * nntp.el (nntp-xref-number-is-evil): New server variable.
3987         (nntp-find-group-and-number): If it is non-nil, don't trust article
3988         numbers in the Xref header.
3989
3990 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * gnus-agent.el (gnus-agent-read-group): New function.
3993         (gnus-agent-flush-group, gnus-agent-expire-group)
3994         (gnus-agent-regenerate-group): Use it.
3995         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3996         nnmail-pathname-coding-system.
3997
3998 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
4001
4002         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
4003         that are unread as unread, and also as selected so that information of
4004         marks having been changed by a user may be updated when exiting group.
4005
4006 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4007
4008         * gnus-art.el (gnus-mime-display-single): Pass part number that is
4009         calculated ignoring signature parts to gnus-treat-article.
4010
4011 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
4014         a point here in order to keep the window start.
4015         (gnus-insert-mime-security-button): Make a button overlay without the
4016         front stickiness.
4017         (gnus-mime-display-security): Goto the end of a button.
4018
4019         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
4020
4021 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
4024         group-name-at-point.
4025         (gnus-group-completing-read): New function that offers decoded
4026         non-ASCII group names for completion.
4027         (gnus-fetch-group, gnus-group-read-ephemeral-group)
4028         (gnus-group-jump-to-group, gnus-group-make-group-simple)
4029         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
4030         (gnus-group-fetch-control): Use it.
4031         (gnus-fetch-group): Use group-name-at-point for the initial value
4032         rather than the default value; use gnus-alive-p.
4033
4034         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
4035         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
4036         (gnus-summary-post-news): Use gnus-group-completing-read.
4037
4038         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
4039         (gnus-read-move-group-name): Decode group name for completion.
4040
4041 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
4042
4043         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
4044         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
4045         Yamaoka slightly modified the code).
4046
4047 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4048
4049         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
4050         (nnmail-split-incoming): Bind it.
4051
4052         * nnml.el (nnml-group-name-charset): New function.
4053         (nnml-decoded-group-name): Use it; don't decode group name if
4054         nnmail-group-names-not-encoded-p is non-nil.
4055         (nnml-encoded-group-name): New function.
4056         (nnml-group-pathname): Inline nnml-decoded-group-name.
4057         (nnml-request-expire-articles): Decode group name in message.
4058         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
4059         nnmail-pathname-coding-system.
4060         (nnml-save-mail, nnml-active-number): Work with decoded group names and
4061         not decoded ones according to nnmail-group-names-not-encoded-p.
4062         (nnml-generate-active-info): Use nnml-encoded-group-name.
4063
4064 2007-08-08  Glenn Morris  <rgm@gnu.org>
4065
4066         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
4067         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
4068         doc-strings and comments.
4069
4070 2007-07-25  Glenn Morris  <rgm@gnu.org>
4071
4072         * Relicense all FSF files to GPLv3 or later.
4073
4074 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * gnus-sum.el (gnus-summary-move-article): Make
4077         gnus-summary-respool-article work.
4078
4079 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
4080
4081         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
4082         string.
4083
4084 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
4085
4086         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
4087         that should be ignored when comparing distant RSS articles with local
4088         ones.
4089         (nnrss-make-hash-index): New function.  Create a hash index according
4090         to the ignored fields.
4091         (nnrss-check-group): Use it.
4092
4093 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4094
4095         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
4096
4097         * gnus-art.el (article-decode-group-name): Decode Xref header too.
4098
4099         * gnus-group.el (gnus-group-make-group): Encode group name here unless
4100         the new optional argument ENCODED is non-nil.
4101         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
4102         coding system for encoding group name.
4103         (gnus-group-make-rss-group): Pass un-encoded group name to
4104         gnus-group-make-group.
4105         (gnus-group-set-info): Tell gnus-group-make-group that group name is
4106         encoded.
4107
4108         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
4109         Encode group name to which articles are moved or copied.
4110         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
4111         coding system for encoding Newsgroup, Followup-To and Xref headers.
4112
4113         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
4114         marks; use nnheader-file-coding-system to write a file.
4115         (nnagent-retrieve-headers): Bind file-name-coding-system to
4116         nnmail-pathname-coding-system.
4117
4118         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
4119
4120         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
4121         (nnml-request-article, nnml-request-create-group)
4122         (nnml-request-rename-group, nnml-find-id)
4123         (nnml-possibly-change-directory, nnml-possibly-create-directory)
4124         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
4125         (nnml-save-marks): Use nnml-group-pathname instead of
4126         nnmail-group-pathname.
4127
4128         (nnml-request-create-group, nnml-request-expire-articles)
4129         (nnml-request-move-article, nnml-request-delete-group)
4130         (nnml-deletable-article-p, nnml-possibly-create-directory)
4131         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
4132         (nnml-open-marks): Bind file-name-coding-system to
4133         nnmail-pathname-coding-system.
4134
4135         (nnml-request-article): Pass server argument to nnml-find-group-number.
4136         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
4137         server argument to nnml-possibly-create-directory.
4138         (nnml-request-accept-article): Pass server argument to
4139         nnml-active-number and nnml-save-mail.
4140         (nnml-find-group-number): Pass server argument to nnml-find-id.
4141         (nnml-request-update-info): Pass server argument to
4142         nnml-marks-changed-p.
4143
4144         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
4145         (nnml-save-mail, nnml-active-number): Add server argument.
4146
4147         (nnml-request-delete-group): Warn if group is missing.
4148         (nnml-get-nov-buffer): Decode group name.
4149         (nnml-generate-active-info): Encode group name.
4150         (nnml-open-marks): Decode group name in messages.
4151
4152 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
4155         if it is not specified.
4156         (gnus-article-pipe-part, gnus-article-save-part)
4157         (gnus-article-interactively-view-part, gnus-article-copy-part)
4158         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
4159         (gnus-article-inline-part, gnus-article-save-part-and-strip)
4160         (gnus-article-replace-part, gnus-article-delete-part)
4161         (gnus-article-view-part-as-type): Pass raw prefix argument to
4162         gnus-article-part-wrapper.
4163
4164 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4165
4166         * gnus-agent.el (gnus-agent-save-active): Bind
4167         nnheader-file-coding-system to gnus-agent-file-coding-system.
4168
4169         * gnus-cache.el (gnus-cache-save-buffers)
4170         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
4171         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
4172         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
4173         (gnus-cache-braid-nov, gnus-cache-braid-heads)
4174         (gnus-cache-generate-active, gnus-cache-rename-group)
4175         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
4176         (gnus-cache-update-overview-total-fetched-for): Bind
4177         file-name-coding-system to nnmail-pathname-coding-system.
4178         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
4179         variables.
4180         (gnus-cache-decoded-group-name): New function.
4181         (gnus-cache-file-name): Use it.
4182         (gnus-cache-generate-active): Use non-decoded group name for active.
4183
4184         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
4185         right place.
4186         (gnus-write-active-file): Don't break non-ASCII group names.
4187
4188         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
4189         nnmail-pathname-coding-system.
4190
4191         * lpath.el: Bind default-file-name-coding-system,
4192         file-name-coding-system and language-info-alist for XEmacs.
4193
4194         * gnus-uu.el (gnus-uu-decode-save): Typo.
4195
4196 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4197
4198         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
4199
4200 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4201
4202         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
4203         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
4204         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
4205         (gnus-agent-flush-group, gnus-agent-flush-cache)
4206         (gnus-agent-fetch-headers, gnus-agent-load-alist)
4207         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
4208         (gnus-agent-retrieve-headers, gnus-agent-request-article)
4209         (gnus-agent-regenerate-group)
4210         (gnus-agent-update-files-total-fetched-for)
4211         (gnus-agent-update-view-total-fetched-for): Bind
4212         file-name-coding-system to nnmail-pathname-coding-system.
4213         (gnus-agent-group-pathname): Don't encode file names by
4214         nnmail-pathname-coding-system.
4215         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
4216         coding-system-for-write instead of buffer-file-coding-system to
4217         gnus-agent-file-coding-system.
4218
4219         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
4220         Decode group name.
4221
4222         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
4223
4224         * gnus-start.el (gnus-update-active-hashtb-from-killed)
4225         (gnus-read-newsrc-el-file): Make group names unibyte.
4226
4227         * nnmail.el (nnmail-group-pathname): Don't encode file names by
4228         nnmail-pathname-coding-system.
4229
4230         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
4231         (nnrss-request-delete-group): Bind file-name-coding-system to
4232         nnmail-pathname-coding-system.
4233         (nnrss-read-server-data, nnrss-read-group-data): Bind
4234         file-name-coding-system correctly.
4235         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
4236
4237         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
4238         (nntp-server-to-method-cache): New variable.
4239         (nntp-group-pathname): New function that decodes non-ASCII group names.
4240         (nntp-possibly-create-directory, nntp-marks-changed-p)
4241         (nntp-save-marks, nntp-open-marks): Use it.
4242         (nntp-possibly-create-directory, nntp-open-marks):
4243         Bind file-name-coding-system to nnmail-pathname-coding-system.
4244         (nntp-open-marks): Decode group names when bootstrapping marks.
4245
4246         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
4247         Newsgroups and Folowup-To headers.
4248
4249 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4252         (gnus-server-closed-face, gnus-server-denied-face)
4253         (gnus-server-offline-face): Remove variable.
4254         (gnus-server-font-lock-keywords): Use faces that are not aliases.
4255
4256         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
4257         of modifying message-stack directly for XEmacs.
4258
4259         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
4260         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
4261         if the coding-system argument is nil for XEmacs.
4262
4263         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
4264         mm-charset-override-alist.
4265
4266         * rfc2047.el: Don't require base64; require rfc2045 for the function
4267         rfc2045-encode-string.
4268         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
4269         to quote the parameter value.
4270
4271 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
4274         form in gnus-group-name-charset-method-alist.
4275
4276         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
4277         overrides the default layout edit-form.
4278
4279         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
4280
4281         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
4282
4283 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
4286         as unfetched articles.
4287
4288 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
4289
4290         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
4291
4292 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4293
4294         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
4295         original back end that keeps marks in the local system.
4296
4297 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
4300         arg of pop-to-buffer for XEmacs.
4301         (gnus-article-read-summary-keys): Ditto; don't restore window
4302         configuration if summary command ends up with neither article buffer
4303         nor summary buffer; describe bindings if summary keys end with C-h.
4304
4305 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4306
4307         * message.el (message-fix-before-sending): Skip raw message part to be
4308         forwarded while checking illegible text.
4309         (message-forward-make-body-mime, message-forward-make-body): Mark
4310         signed or encrypted raw message as having no illegible text.
4311
4312 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
4315         (gnus-message-with-timestamp-1): New macro.
4316         (gnus-message-with-timestamp): New function.
4317         (gnus-message): Use them.
4318
4319         * nnheader.el (nnheader-message): Use them.
4320
4321 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
4322
4323         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
4324         .newsrc.eld file.
4325
4326 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * gnus-agent.el (gnus-agent-fetch-headers)
4329         (gnus-agent-retrieve-headers): Bind
4330         gnus-decode-encoded-address-function to identity.
4331
4332         * nntp.el (nntp-send-xover-command): Recognize an xover command is
4333         available also when the server returns simply a dot.
4334
4335         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
4336
4337 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
4340
4341 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-ems.el (gnus-x-splash): Make it work.
4344
4345         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
4346         from being used.
4347
4348         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
4349
4350 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4351
4352         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
4353         4th and the 5th arguments.
4354
4355         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
4356         the front stickiness.
4357         (gnus-article-summary-command-nosave): Correct the order of the
4358         arguments passed to pop-to-buffer.
4359         (gnus-article-read-summary-keys): Ditto; make it work properly when the
4360         summary command ends up with the article buffer.
4361
4362         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
4363         the same faces.
4364
4365 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
4366
4367         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
4368
4369 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
4370
4371         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
4372         * gnus-sum.el (gnus-summary-highlight):
4373         * pgg.el (pgg-sign-region, pgg-sign):
4374         * mail-source.el (mail-source-delete-old-incoming-confirm):
4375         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
4376
4377 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4378
4379         * gnus-art.el (gnus-mime-view-part-externally)
4380         (gnus-mime-view-part-internally): Fix predicate function passed to
4381         completing-read.
4382
4383         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
4384
4385         * gnus.el (gnus-update-message-archive-method): Add :version.
4386
4387 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * gnus.el (gnus-update-message-archive-method): New variable.
4390
4391         * gnus-start.el (gnus-setup-news): Update saved "archive" method
4392         according to gnus-message-archive-method if
4393         gnus-update-message-archive-method is non-nil.
4394
4395 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
4398         by Loic Dachary <loic@dachary.org>.
4399         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
4400
4401 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4402
4403         * message.el (message-pop-to-buffer): Add switch-function argument.
4404         (message-mail): Pass switch-function argument to it.
4405
4406 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
4407
4408         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
4409         Improve doc string.
4410
4411 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4412
4413         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
4414         (gnus-header-content)
4415         * gnus-cite.el (gnus-cite-10)
4416         * gnus-srvr.el (gnus-server-closed)
4417         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
4418         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
4419         (gnus-group-mail-3-empty, gnus-group-mail-low)
4420         (gnus-group-mail-low-empty, gnus-splash)
4421         * message.el (message-header-to, message-header-cc)
4422         (message-header-subject, message-header-other, message-header-name)
4423         (message-header-xheader, message-separator, message-cited-text)
4424         (message-mml): Lighten colors of faces used for dark background.
4425
4426 2007-05-24  Simon Josefsson  <simon@josefsson.org>
4427
4428         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
4429         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
4430
4431 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * message.el (message-narrow-to-headers-or-head):
4434         Ignore mail-header-separator in the body.
4435
4436 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4439         same as window size.
4440
4441 2007-05-22  Kevin Ryde  <user42@zip.com.au>
4442
4443         * message.el (message-font-lock-keywords): Use message-header-xheader
4444         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
4445         ahead of the anything pattern, to get it recognised.
4446
4447 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4448
4449         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
4450         spam.el loads uses it in the compiled defadvice form.
4451
4452 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
4453
4454         * gnus-sum.el (gnus-articles-to-read)
4455         (gnus-summary-insert-old-articles): Don't truncate group name for
4456         `read-string'.
4457
4458         * gnus-util.el (gnus-limit-string): Delete this function.
4459
4460         * gnus-sum.el (gnus-simplify-subject-fully): Use
4461         `truncate-string-to-width' instead.
4462
4463 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
4464
4465         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
4466         if, on summary exit, the next group has to be selected.
4467         (gnus-summary-exit): Use it.
4468
4469 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
4470
4471         * gnus-art.el (gnus-article-mode): Fix comment about displaying
4472         non-break space.
4473
4474 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4475
4476         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4477         Check if group is not a directory.
4478         (nnfolder-request-expire-articles): Don't delete articles if the target
4479         group is not available.
4480
4481         * nnml.el (nnml-request-create-group): Properly check if group is not a
4482         file.
4483         (nnml-request-expire-articles): Don't delete articles if the target
4484         group is not available.
4485
4486         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4487         Don't quote characters that are within parentheses.
4488
4489 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4490
4491         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4492         (gnus-handle-ephemeral-exit): Select article according to it.
4493
4494 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
4495
4496         * message.el (message-insert-formated-citation-line): Remove newline.
4497         (message-citation-line-format): Add final \n here so that the user can
4498         avoid a blank line.
4499
4500 2007-05-03  Dan Christensen  <jdc@uwo.ca>
4501
4502         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4503         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4504         Update lanl/arXiv support.
4505
4506 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
4507
4508         * gnus.el: Bump version number.
4509
4510 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511
4512         * gnus.el (gnus-version-number): Bump version.
4513
4514 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4515
4516         * gnus.el: No Gnus v0.6 is released.
4517
4518 2007-04-27  Didier Verna  <didier@xemacs.org>
4519
4520         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4521         * gmm-utils.el (gmm-regexp-concat): here.
4522         * message.el: Don't require 'gnus-util.
4523         (message-dont-reply-to-names): Handle name change above.
4524         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4525
4526 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4527
4528         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4529         since the initial value varies according to the system.
4530
4531 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4532
4533         * mm-util.el (mm-charset-synonym-alist): Defcustom.
4534
4535 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
4536
4537         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4538
4539 2007-04-24  Didier Verna  <didier@xemacs.org>
4540
4541         Improve the type of gnus-ignored-from-addresses.
4542         * gnus-util.el (gnus-orify-regexp): New function.
4543         * message.el (gnus-util): Require it.
4544         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4545         * gnus-sum.el (gnus-ignored-from-addresses): New function.
4546         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4547
4548 2007-04-24  Didier Verna  <didier@xemacs.org>
4549
4550         * gnus-sum.el:
4551         * gnus-utils.el: Fix some trailing whitespaces.
4552
4553 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4554
4555         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4556         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4557         article's Message-ID; refer parent article in summary buffer.
4558
4559         * message.el (message-bounce): Call mime-to-mml.
4560
4561         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
4562         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
4563         optimize and/or forms properly.
4564
4565 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4566
4567         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
4568         URL.
4569
4570 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4573
4574 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4575
4576         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4577         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4578         displayed of multipart/alternative part if it is invoked from summary
4579         buffer.
4580
4581         * mm-view.el (mm-inline-text-html-render-with-w3m)
4582         (mm-inline-text-html-render-with-w3m-standalone)
4583         (mm-inline-render-with-function): Use mail-parse-charset by default.
4584
4585 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
4586
4587         * parse-time.el (parse-time-string-chars): Check if CHAR
4588         is less than the length of parse-time-syntax.
4589
4590 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4593         from gnus-newsgroup-processable.
4594
4595 2007-04-16  Didier Verna  <didier@xemacs.org>
4596
4597         * gnus-msg.el (gnus-configure-posting-styles): Handle
4598         message-signature-directory properly with :file syntax.  Reported by
4599         "Leo".
4600
4601 2007-04-11  Didier Verna  <didier@xemacs.org>
4602
4603         New user option: message-signature-directory.
4604         * gnus-msg.el (gnus-configure-posting-styles): Support it.
4605         * message.el (message-insert-signature): Ditto.
4606         * message.el (message-signature-file): Doc update.
4607         * message.el (message-signature-directory): New.
4608
4609 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4610
4611         * gnus-msg.el (gnus-inews-yank-articles): Use
4612         message-exchange-point-and-mark instead of exchange-point-and-mark.
4613
4614 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4615
4616         * message.el (message-yank-original): Make sure cited text ends with
4617         newline; don't exchange point and mark.
4618
4619 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
4620
4621         * tls.el (open-tls-stream): Properly handle case where there
4622         is no associated buffer.
4623
4624 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
4625
4626         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4627         message-yank-original, make sure (< mark TEXT point).
4628
4629 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4630
4631         * message.el (message-fill-column): New variable.
4632         (message-mode): Use it.  Add comment on a possible new hook.
4633
4634         * nnmail.el (nnmail-spool-file): Mark as obsolete.
4635         (nnmail-get-new-mail): Reformat.
4636
4637         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4638
4639         * gmm-utils.el: Fix Commentary.
4640         (gmm-tool-bar-from-list): Fix typo in doc string.
4641
4642 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
4643
4644         * message.el (message-yank-original): Don't switch point and mark
4645         unnecessarily to put point and mark as documented.
4646
4647 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4648
4649         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4650         from the message heads.
4651
4652 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
4653
4654         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4655         article buffer does not have a window.  This may not be the best
4656         solution but is certainly better than setting the start of the null,
4657         that is the current, window.
4658
4659 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
4660
4661         * gnus-draft.el (gnus-draft-setup-hook): New hook.
4662         (gnus-draft-setup): Run it.
4663
4664         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4665         gnus-score-fast-scoring.  Allow regexp.
4666         (gnus-score-headers): Use it.
4667
4668         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4669         XEmacs.
4670
4671         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4672         string.
4673         (gnus-button-alist): Also catch `<f1> k ...'.
4674         (gnus-treat-display-x-face): Fix doc string.
4675
4676 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4677
4678         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4679         evaluation of gnus-extended-version to ensure correct generation of the
4680         User-Agent header when message-generate-headers-first is used.
4681
4682 2007-03-24  Simon Josefsson  <simon@josefsson.org>
4683
4684         * hashcash.el (hashcash-generate-payment-async): Don't crash if
4685         hashcash-path is nil.  Don't call callback with incorrect number of
4686         parameters if val is 0.
4687
4688 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4689
4690         * message.el (message-required-news-headers):
4691         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4692
4693 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
4694
4695         * tls.el (open-tls-stream): In handshake-waiting loop,
4696         don't wait more if there is output available to process.
4697
4698 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
4699
4700         * tls.el (tls-program): Doc fix.
4701
4702 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4703
4704         * message.el (message-generate-new-buffers): Change the meaning of the
4705         nil value; add `standard' to the choices; treat t as `unique'; improve
4706         doc string.
4707         (gnus-select-frame-set-input-focus): Autoload.
4708         (message-buffer-name): Search for the existing message buffer if
4709         message-generate-new-buffers is nil or `standard'; treat the value t of
4710         message-generate-new-buffers as `unique'.
4711         (message-pop-to-buffer): Raise the frame already displaying the message
4712         buffer; clear the echo area after querying.
4713         (message-setup): Pass the `continue' argument to compose-mail.
4714         (message-mail): Prefer `switch-function' if it is given; search for the
4715         existing message buffer if the `continue' argument is non-nil; pass
4716         continue and switch-function arguments to compose-mail by way of
4717         message-setup.
4718         (message-mail-other-window): Adjust argument of message-setup.
4719         (message-mail-other-frame): Ditto.
4720
4721 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4722
4723         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4724         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4725         to turn font-lock on when turning gnus-message-citation-mode on.
4726
4727 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
4728
4729         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4730         (mml-smime-function-alist): New variable; add epg as the backend.
4731         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4732         mml-smime- functions instead.
4733         * mm-view.el: Require smime.
4734
4735 2007-03-05  Didier Verna  <didier@xemacs.org>
4736
4737         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4738         instead of just inheritance for posting styles.
4739         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4740
4741 2007-02-24  Chris Moore  <dooglus@gmail.com>
4742
4743         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4744         * pgg-pgp.el (pgg-pgp-encrypt-region):
4745         * pgg-gpg.el (pgg-gpg-encrypt-region):
4746         Check pgg-encrypt-for-me if no other recipients.
4747
4748 2007-02-24  John Paul Wallington  <jpw@pobox.com>
4749
4750         * tls.el (tls-certtool-program): Fix custom type.
4751
4752 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4755         and point-at-eol instead of line-(beginning|end)-position.
4756
4757         * assistant.el (assistant-parse-buffer): Ditto.
4758
4759         * netrc.el (netrc-parse-services): Ditto.
4760
4761 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
4762
4763         * mml2015.el (mml2015-epg-find-usable-key): New function.
4764         (mml2015-epg-sign): Use it.
4765         (mml2015-epg-encrypt): Use it.
4766
4767 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4768
4769         * message.el (message-make-in-reply-to): Quote name containing
4770         non-ASCII characters.  It will make the RFC2047 encoder cause an error
4771         if there are special characters.  Reported by NAKAJI Hiroyuki
4772         <nakaji@jp.freebsd.org>.
4773
4774 2007-02-27  Didier Verna  <didier@xemacs.org>
4775
4776         Include the group parameters as well as the topic ones in the
4777         inheritance filter process.
4778         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4779         argument GROUP-PARAMS-LIST.
4780         * gnus-topic.el (gnus-group-topic-parameters): Use it.
4781
4782 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * nntp.el (nntp-never-echoes-commands)
4785         (nntp-open-connection-functions-never-echo-commands): New variables.
4786         (nntp-send-command): Use them.
4787
4788 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
4789
4790         * mml2015.el (mml2015-epg-verify): Simplified.
4791
4792 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * mml.el (mml-content-disposition-alist): New user option.
4795         (mml-content-disposition): New function.
4796         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4797         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4798
4799 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
4800
4801         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4802         verification.
4803
4804 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4805
4806         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4807         articles posted in the last 24 hours.
4808
4809 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
4810
4811         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4812
4813 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
4814
4815         * nntp.el (nntp-send-command): Don't wait for echoes when
4816         nntp-open-ssl-stream is used.
4817
4818 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4819
4820         * gnus-cite.el (gnus-test-font-lock-add-keywords)
4821         (gnus-message-add-citation-keywords)
4822         (gnus-message-remove-citation-keywords): Remove.
4823         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4824         directly, make the variables in font-lock-defaults buffer-local, add
4825         gnus-message-citation-keywords to them and then update the value of
4826         font-lock-keywords.
4827
4828 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4829
4830         * message.el (message-cite-original-1): Don't call
4831         gnus-article-highlight-citation.
4832
4833         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4834         citations; fix line count.
4835
4836 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4839         (gnus-message-add-citation-keywords)
4840         (gnus-message-remove-citation-keywords): Use it; fix the emulating
4841         versions of font-lock-add-keywords and font-lock-remove-keywords to
4842         work with XEmacs correctly.
4843
4844 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * gnus-cite.el (gnus-cite-face-list): Set the values of
4847         gnus-message-max-citation-depth and gnus-message-citation-keywords.
4848         (gnus-message-max-citation-depth): Use defvar rather than defconst.
4849         (gnus-message-cite-prefix-regexp): New variable.
4850         (gnus-message-search-citation-line): Use it; protect against long
4851         citation prefix; fill match data with nil rather than 0 for XEmacs; set
4852         the 0th match data for Emacs.
4853         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4854         (gnus-message-add-citation-keywords): Append keywords rather than
4855         prepending; emulate font-lock-add-keywords if it is not available.
4856         (gnus-message-remove-citation-keywords): Emulate
4857         font-lock-remove-keywords if it is not available.
4858
4859         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4860
4861         * message.el (message-cite-prefix-regexp): Set the value of
4862         gnus-message-cite-prefix-regexp.
4863
4864 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4865
4866         * nnweb.el (nnweb-google-parse-1): Update parser.
4867
4868 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
4869
4870         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4871
4872 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4873
4874         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4875         regexp.
4876
4877 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * uudecode.el (uudecode-string-to-multibyte): New function emulating
4880         string-to-multibyte.
4881         (uudecode-decode-region-internal): Use it.
4882
4883         * lpath.el: Fbind string-as-multibyte for XEmacs.
4884
4885 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
4886
4887         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4888         custom choice.
4889
4890         * gnus-art.el (gnus-signature-limit): Fix custom choice.
4891
4892 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
4893
4894         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4895
4896         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4897         `write-region' to respect `mm-inhibit-file-name-handlers'.
4898
4899 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
4900
4901         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4902         Use gnus-home-directory instead of "~/" or "$HOME".
4903
4904 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
4905
4906         * encrypt.el (encrypt-insert-file-contents): Add better prompt
4907         to mention filename.
4908         Add comments at beginning regarding usage.
4909         (encrypt-write-file-contents): Change interactive so a string is
4910         acceptable.  If the file has no associated model, show an error instead
4911         of a nonsense prompt.
4912
4913 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4914
4915         * spam.el (spam-bsfilter-ham-switch): Fix typo.
4916         Thanks to Yoshihiko Yamada for kind notification of this typo.
4917
4918 2007-01-12  Kenichi Handa  <handa@m17n.org>
4919
4920         * uudecode.el (uudecode-decode-region-internal): Make it work in a
4921         multibyte buffer.
4922
4923 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
4924
4925         * gnus-score.el (gnus-score-fast-scoring): New variable.
4926         (gnus-score-headers): Use it.
4927
4928         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4929
4930         * message.el (message-cite-original-1): Call
4931         gnus-article-highlight-citation if requested.
4932         (message-make-from): Allow name and address as optional arguments.
4933
4934         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4935
4936         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4937         bugs to doc string.
4938         (gnus-button-alist): Add mid\\|message-id.
4939         (gnus-button-fetch-group): Extend for use in
4940         `browse-url-browser-function'.
4941         (gnus-button-url-regexp): Try to catch paired parentheses like in
4942         Wikipedia URLs.
4943
4944         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4945         Suggested by Simon Krahnke <overlord@gmx.li>.
4946
4947 2007-01-13  Romain Francoise  <romain@orebokech.com>
4948
4949         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4950         Update copyright.
4951
4952 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
4953
4954         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4955
4956 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4957
4958         * gnus-registry.el (gnus-registry-unfollowed-groups)
4959         (gnus-registry-split-fancy-with-parent): Fix documentation.
4960
4961 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962
4963         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4964         from nnweb groups.
4965
4966 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967
4968         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4969         Xref urls.  Erase buffer before requesting head.
4970
4971 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4972
4973         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
4974         customizable.
4975
4976 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
4977
4978         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4979         no signing key is found.
4980         (mml2015-epg-encrypt): Ask user whether to skip or abort if
4981         no encrypting and/or signing key is found.
4982
4983 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
4984
4985         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4986
4987 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4988
4989         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4990         headers read from disk with the ones newly found in the current search.
4991         This should no longer cause problems, because the article numbers in
4992         Gmane's `nov.php' output are ignored since the previous change.
4993
4994 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
4995
4996         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4997
4998 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4999
5000         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
5001         replace-regexp-in-string; bind url-version; fbind display-images-p and
5002         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
5003         find-face and set-itimer-function for Emacs; bind itimer-list for
5004         Emacs.
5005
5006         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
5007
5008 2007-01-01  Romain Francoise  <romain@orebokech.com>
5009
5010         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
5011
5012 2006-12-31  Steve Youngs  <steve@sxemacs.org>
5013
5014         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
5015         `define-minor-mode' macro definition expanded properly.
5016         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
5017         exclude it there.
5018
5019         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
5020         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
5021         `fboundp' test.
5022         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
5023         This is OK to autoload in (S)XEmacs now.
5024
5025 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5026
5027         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
5028         keystroke.
5029         (gnus-summary-limit-to-singletons): Fix typo.
5030
5031         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
5032         else fails.
5033
5034 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5035
5036         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
5037         docstring.
5038
5039         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
5040         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
5041         (gnus-summary-insert-dormant-articles): Fix typo in message.
5042
5043 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
5044
5045         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
5046         nil for XEmacs.
5047         (gnus-message-citation-mode): Don't autoload in XEmacs.
5048
5049         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
5050
5051 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
5052
5053         * nnimap.el (nnimap-expunge-search-string): Mention
5054         nnimap-search-uids-not-since-is-evil in docstring.
5055
5056 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
5057
5058         * spam.el: Revert to make-obsolete-variable because
5059         define-obsolete-variable-alias is not supported in Emacs 21.
5060
5061         * spam.el (spam-ifile-path, spam-ifile-database-path)
5062         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
5063         make-obsolete-variable.
5064         (spam-bsfilter-path, spam-bsfilter-program)
5065         (spam-spamassassin-path, spam-spamassassin-program)
5066         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
5067         use "path" inappropriately.
5068         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
5069         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
5070         variable names.
5071
5072 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
5073
5074         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
5075         summary buffer.
5076
5077         * password.el (password-cache-remove): Use clear-string to burn
5078         password, if available.
5079
5080 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5081
5082         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
5083
5084         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
5085
5086         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
5087         (gnus-message-highlight-citation): Move defcustom here from
5088         gnus-cite.el.
5089         (gnus-message-citation-mode): Autoload.
5090
5091         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
5092         checks to make it compile with XEmacs.
5093         (gnus-message-citation-mode): New minor mode.
5094         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
5095         (gnus-message-highlight-citation): New variables.
5096         (gnus-message-search-citation-line)
5097         (gnus-message-add-citation-keywords)
5098         (gnus-message-remove-citation-keywords)
5099         (turn-on-gnus-message-citation-mode)
5100         (turn-off-gnus-message-citation-mode): New functions.
5101
5102 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
5103
5104         * gnus-cite.el: Enable highlighting of different citation levels in
5105         message-mode.
5106
5107 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5108
5109         * message.el (message-make-fqdn): Fix comment.
5110         (message-bogus-system-names): Add ".local".
5111
5112         * spam.el (spam-ifile-path, spam-ifile-program)
5113         (spam-ifile-database-path, spam-ifile-database)
5114         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
5115         Don't use "path" inappropriately.
5116         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
5117         strings.
5118         (spam-check-ifile, spam-ifile-register-with-ifile)
5119         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
5120         new variable names.
5121
5122         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
5123         (gnus-treat-display-smileys): Simplify using
5124         gnus-image-type-available-p.
5125
5126         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
5127         available.
5128
5129         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
5130         `display-images-p' if available.
5131
5132 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
5135         one after turning on the buffer's multibyteness instead of decoding
5136         them directly in the unibyte buffer that causes unexpected conversion
5137         in Emacs 23 (unicode).
5138
5139 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5140
5141         * message.el (message-generate-hashcash): Fix custom type.
5142
5143 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5144
5145         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
5146
5147 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
5148
5149         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
5150         disconnect icons.  Add help text.
5151
5152 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
5153
5154         * spam.el (spam-extra-header-to-number): CRM114 spam score is
5155         negated to be consistent with the others we handle.
5156
5157 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158
5159         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
5160         version of gnus-summary-buffer to something, so that we can use two
5161         article buffers at the same time.
5162
5163 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
5164
5165         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
5166         trigger all the extra headers.
5167         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
5168         sorting.
5169
5170 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5171
5172         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
5173         solid groups.
5174
5175 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
5176
5177         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5178
5179 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5180
5181         * legacy-gnus-agent.el: Add Copyright notice.
5182
5183 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
5184
5185         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
5186
5187 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
5190
5191         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
5192         to make it work reliably in CVS Emacs.
5193         (gnus-summary-limit-strange-charsets-predicate)
5194         (gnus-summary-limit-to-predicate): New functions.
5195
5196 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
5197
5198         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
5199         specifying array size.
5200         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
5201         array if it is too small.
5202         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
5203         (gnus-sort-threads-loop): New function.
5204
5205 2006-12-06  Chris Moore  <dooglus@gmail.com>
5206
5207         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
5208         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
5209
5210 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
5211
5212         * mm-url.el (mm-url-predefined-programs): Call curl with correct
5213         options.
5214
5215 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5216
5217         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
5218         DOS-ing the recipient.
5219
5220         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
5221         the headers when creating the mapping to avoid mismappings.
5222         (nnweb-gmane-create-mapping): Always nix out old mapping.
5223
5224 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
5227         and mm-verify-option to never.
5228
5229 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * message.el (message-signed-or-encrypted-p): New function.
5232         (message-forward-make-body): Use it.
5233
5234         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
5235         Replace encode-coding-string with mm-encode-coding-string.
5236
5237 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5238
5239         * nneething.el (nneething-decode-file-name): Replace
5240         decode-coding-string with mm-decode-coding-string.
5241
5242         * gnus-int.el (gnus-open-server): Say failed server's name.
5243
5244 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5245
5246         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
5247         strings to a single string.  Quote `errors-file-name'.
5248         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
5249         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
5250         Adjust calls.  Use `shell-quote-argument'.
5251
5252 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
5253
5254         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
5255         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
5256
5257         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
5258         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
5259         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
5260         (gnus-group-make-directory-group, gnus-group-transpose-groups):
5261         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
5262         (gnus-subscribe-newsgroup, gnus-1):
5263         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
5264         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
5265         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
5266         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
5267
5268 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5269
5270         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
5271         keystroke.
5272         (gnus-summary-limit-to-bodies): Implement headersp.
5273
5274 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5275
5276         * dns.el (query-dns): Protect against "Process dns deleted" strings.
5277
5278 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
5281
5282 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5283
5284         * message.el (message-generate-hashcash): Expand range of values to
5285         include `opportunistic'.
5286         (message-send-mail): Use it.
5287
5288 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5289
5290         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
5291         and comment it.
5292
5293         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
5294
5295 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
5296
5297         * gnus-util.el (gnus-extract-address-components): Improve comment.
5298
5299 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-util.el (gnus-extract-address-components): Work with address in
5302         which the name portion contains @.
5303
5304         * lpath.el: Fbind custom-autoload.
5305
5306 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5307
5308         * gnus.el (gnus-start): Move custom group up.
5309         (gnus-select-method): Don't autoload, but make it available for
5310         `customize-variable'.
5311         (gnus-getenv-nntpserver): Don't autoload.
5312
5313 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
5314
5315         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
5316
5317 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * message.el (message-sendmail-extra-arguments): New variable.
5320         (message-send-mail-with-sendmail): Use it.
5321
5322 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
5325         mm-with-unibyte-current-buffer to make string unibyte.
5326
5327         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
5328         mm-string-as-multibyte.
5329
5330 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
5331
5332         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
5333         Reported by Werner Koch <wk@gnupg.org>.
5334
5335 2006-11-14  Daiki Ueno  <ueno@p360>
5336
5337         * mml2015.el: Autoload epa-select-keys when compiling.
5338
5339 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5340
5341         * mml2015.el (mml2015-epg-sign): Save the signing keys in
5342         message-options.
5343         (mml2015-epg-encrypt): Save the recipient keys in message-options.
5344
5345 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
5346
5347         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
5348         EasyPG (< 0.0.6).
5349         (mml2015-always-trust): New user option.
5350         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
5351         prompt.
5352
5353 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * nntp.el (nntp-authinfo-force): New variable.
5356         (nntp-send-authinfo): Use it.
5357
5358 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
5359
5360         * message.el (message-strip-subject-encoded-words): Allow _not_ to
5361         decode encoded words.  Improve prompt.  Add comment about forwarding.
5362         (message-replacement-char): Move up.
5363
5364 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5365
5366         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
5367         instead of gnus-intersection because arguments of gnus-sorted-nunion
5368         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
5369
5370 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
5371
5372         * message.el (message-strip-subject-encoded-words): Reformat prompt.
5373         (message-simplify-subject-functions): Enable
5374         message-strip-subject-encoded-words by default.
5375
5376 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
5377
5378         * message.el (message-strip-subject-encoded-words): New function
5379         (message-simplify-subject-functions): New variable.
5380         (message-simplify-subject): Use it.  Fix typo in doc string.
5381         Support message-strip-subject-encoded-words.
5382
5383 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
5384
5385         * gnus-diary.el (gnus-diary-delay-format-function):
5386         * nndiary.el (nndiary-reminders):
5387         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
5388
5389 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
5390
5391         * gnus-art.el (article-hide-boring-headers): Fetch date from
5392         gnus-original-article-buffer to avoid problems with localized date
5393         strings.
5394
5395 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5396
5397         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
5398
5399 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
5402         New variables.
5403         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5404         (mm-charset-synonym-alist): Move some entries to
5405         mm-codepage-iso-8859-list.
5406         (mm-charset-synonym-alist, mm-charset-override-alist): Add
5407         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5408
5409 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
5412
5413 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
5414
5415         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
5416         with Emacs 21 and XEmacs.
5417
5418 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
5419
5420         * spam.el (spam-parse-address): New function for better parsing,
5421         catching errors, etc.
5422         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
5423
5424 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
5425
5426         * mm-view.el: Add interactive arg to html2text autoload.
5427
5428 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
5431
5432 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
5435         variables.
5436         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
5437         (mm-charset-synonym-alist): Move some entries to
5438         mm-codepage-iso-8859-list.
5439
5440         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
5441
5442 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * message.el (message-citation-line-format)
5445         (message-insert-formated-citation-line): Fix implementation of %E, %N
5446         and %n according to the doc string.
5447
5448 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
5449
5450         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5451         car-safe to avoid bad parses.
5452
5453 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5454
5455         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
5456         names.
5457
5458         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
5459
5460 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
5463         header.
5464
5465         * message.el (message-draft-headers): Add Date.
5466         (message-headers-to-generate): Fix typo in docstring.
5467
5468         * nndraft.el (nndraft-required-headers): New variable.
5469         (nndraft-generate-headers): Use it.
5470
5471         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
5472
5473 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5474
5475         * gnus-registry.el (gnus-registry-wash-for-keywords)
5476         (gnus-registry-find-keywords): New functions to allow easy searching of
5477         articles that are in the registry.
5478
5479 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
5482         ietf-drums-parse-address instead of gnus-extract-address-components.
5483         Reported by Damien Elmes <damien@repose.cx>.
5484
5485 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
5486
5487         * gnus.el (gnus-mime): Remove unused custom group.
5488
5489 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5490
5491         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5492         "blank line" when searching for end of armor headers.
5493
5494 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * gmm-utils.el (gmm-write-region): Fix variable name.
5497
5498 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
5499
5500         * gmm-utils.el (gmm-write-region): New function based on compatibility
5501         code from `mm-make-temp-file'.
5502
5503         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5504
5505         * nnmaildir.el (nnmaildir--update-nov)
5506         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5507         Use `gmm-write-region'.
5508
5509 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
5510
5511         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5512         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5513
5514         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5515
5516         * message.el (message-replacement-char): New variable.
5517         (message-fix-before-sending): Use it.
5518         (message-simplify-subject): New function to remove duplicate code.
5519         (message-reply, message-followup): Use it.
5520
5521         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5522         gnus-summary-limit-to-articles.
5523
5524 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * gnus-util.el (gnus-with-local-quit): New macro.
5527
5528         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5529
5530 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
5531
5532         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5533         ignore non-string data.
5534
5535 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
5536
5537         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5538         non-string data (needs to be done in the registry too).
5539
5540 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5541
5542         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5543         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5544         (gnus-registry-split-fancy-with-parent)
5545         (gnus-registry-fetch-simplified-message-subject-fast)
5546         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5547         Remove text properties on ingress into the registry and when it's saved.
5548         (gnus-registry-clean-empty-function): Fix bug with cleaning the
5549         registry from entries with no groups.
5550
5551 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
5552
5553         * gnus-util.el (gnus-string-remove-all-properties): Add utility
5554         function to remove string properties.
5555
5556 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * gmm-utils.el (gmm): Adjust custom version.
5559
5560         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5561         custom version.
5562
5563         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5564
5565 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
5566
5567         * gnus-art.el (gnus-insert-prev-page-button)
5568         (gnus-insert-next-page-button): Simplify.  Reformat.
5569
5570 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5571
5572         * gnus-art.el (gnus-insert-prev-page-button)
5573         (gnus-insert-next-page-button): Apply gnus-article-button-face.
5574
5575 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
5576
5577         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5578
5579 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
5580
5581         (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5582         gnus-article-button-face to MIME and security buttons.
5583
5584 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
5585
5586         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5587         readable.
5588
5589 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5590
5591         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
5592
5593 2006-09-20  Steve Youngs  <steve@sxemacs.org>
5594
5595         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5596         `browse-url-of-file' instead of `browse-url'.
5597
5598 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5599
5600         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5601         regexp.  Articles containing quotation were cut prematurely.
5602
5603 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * message.el (message-cite-original-1): Use nobody by default for the
5606         value of From header.
5607         (message-reply): Ditto.
5608
5609 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
5610
5611         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5612         to the gnus-info.  This fixes a bug of inline-PGP message verification.
5613         Reported by Michael Piotrowski <mxp@dynalabs.de>.
5614
5615 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
5616
5617         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5618         mails in the doc string.  Add some URLs in comment.
5619         (pop3-movemail): Warn about pop3-leave-mail-on-server.
5620
5621 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5622
5623         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5624         backslashes handling and the way to find boundaries of quoted strings.
5625
5626 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
5627
5628         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5629         mml1991-encrypt-to-self is set and mml1991-signers is not set.
5630         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5631         mml2015-encrypt-to-self is set and mml2015-signers is not set.
5632
5633 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
5636         doc string.
5637         (gnus-button-regexp, gnus-button-last): Remove unused variables.
5638
5639 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5640
5641         * lpath.el: Fbind epg-check-configuration.
5642
5643 2006-09-06  Simon Josefsson  <jas@extundo.com>
5644
5645         * mml2015.el (mml2015-use): Doc fix, mention epg.
5646
5647 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5648
5649         * mml2015.el (mml2015-use): Default to epg, if available.
5650
5651 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
5652
5653         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5654         message-sender.
5655         (mml1991-epg-encrypt): Ditto.
5656         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5657         message-sender.
5658         (mml2015-epg-encrypt): Ditto.
5659
5660 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
5661
5662         * message.el (message-send-mail-with-sendmail): Look for sendmail in
5663         several common directories.
5664
5665 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
5666
5667         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5668         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5669
5670 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5671
5672         * gnus-art.el (article-decode-encoded-words): Make it fast.
5673
5674 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5677
5678         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5679         in quoted string into `\'.
5680
5681 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5682
5683         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5684         Use standard-syntax-table.
5685
5686 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * gnus-art.el (gnus-decode-address-function): New variable.
5689         (article-decode-encoded-words): Use it to decode headers which are
5690         assumed to contain addresses.
5691         (gnus-mime-delete-part): Remove useless `or'.
5692
5693         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5694         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5695         (gnus-nov-parse-line): Use it to decode From header.
5696         (gnus-get-newsgroup-headers): Ditto.
5697         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5698
5699         * mail-parse.el (mail-decode-encoded-address-region): New alias.
5700         (mail-decode-encoded-address-string): New alias.
5701
5702         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5703         New function.
5704         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5705         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5706         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5707         (rfc2047-decode-string): Ditto.
5708         (rfc2047-decode-address-region): New function.
5709         (rfc2047-decode-address-string): New function.
5710
5711 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
5712
5713         * message.el (message-caesar-buffer-body): Allow rotating headers.
5714
5715         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5716
5717         * message.el (message-insert-formated-citation-line): Fix %f.
5718         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5719
5720 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5723         (gnus-bookmark-mouse-available-p): New macro.
5724         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5725         (gnus-bookmark-bmenu-show-infos): Use it.
5726         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5727         (gnus-bookmark-bmenu-hide-infos): Ditto.
5728         (gnus-bookmark-remove-properties): New function.
5729         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5730         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5731         (gnus-bookmark-write-file): Bind coding-system-for-write.
5732         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5733         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5734         group before selecting it.
5735         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5736         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5737         quit-window if it is not available; use gnus-mouse-2 and bind it to
5738         gnus-bookmark-bmenu-select-by-mouse.
5739         (gnus-bookmark-show-details): Remove unused variable `details-list'.
5740         (gnus-bookmark-bmenu-select-by-mouse): New function.
5741
5742 2006-08-13  Romain Francoise  <romain@orebokech.com>
5743
5744         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5745         space.
5746
5747 2006-08-10  Romain Francoise  <romain@orebokech.com>
5748
5749         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
5750         (dns-mode-soa-auto-increment-serial): New user option.
5751         (dns-mode-soa-maybe-increment-serial): New function.
5752         (dns-mode): Add the latter to `write-contents-functions'.
5753
5754 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * compface.el (uncompface): Use binary rather than raw-text-unix.
5757
5758 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * compface.el (uncompface): Make sure the eol conversion doesn't take
5761         place when communicating with the external programs.  Reported by
5762         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5763
5764 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * nnheader.el (nnheader-insert-head): Fix typo in comment.
5767
5768 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5769
5770         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5771         Make it more robust by parsing author and date independently.
5772
5773 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5776
5777 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
5778
5779         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5780         first matching secret key.
5781         (mml2015-epg-encrypt): Ditto.
5782
5783         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5784         first matching secret key.
5785         (mml1991-epg-encrypt): Ditto.
5786
5787         * mml2015.el (mml2015-encrypt-to-self): New user option.
5788         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5789         mml2015-epg-encrypt-to-self is set.
5790
5791         * mml1991.el (mml1991-encrypt-to-self): New variable.
5792         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5793         mml1991-epg-encrypt-to-self is set.
5794
5795         * mml2015.el (mml2015-signers): New user option.
5796         (mml2015-epg-sign): Reflect the value of mml2015-signers.
5797         (mml2015-epg-encrypt): Allow to select signing keys.
5798
5799         * mml1991.el (mml1991-signers): New variable.
5800         (mml1991-epg-sign): Reflect the value of mml1991-signers.
5801         (mml1991-epg-encrypt): Allow to select signing keys.
5802
5803 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5804
5805         * nnheader.el (nnheader-insert-head): Make it work even if the file
5806         uses CRLF for the line-break code.
5807
5808 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
5809
5810         * mml2015.el: Require mml-sec instead of password.
5811         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5812         (mml2015-cache-passphrase): Inherit the default value from
5813         mml-secure-cache-passphrase.
5814         (mml2015-passphrase-cache-expiry): Inherit the default value from
5815         mml-secure-passphrase-cache-expiry.
5816
5817         * mml1991.el: Require mml-sec instead of password.
5818         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5819         (mml1991-cache-passphrase): Inherit the default value from
5820         mml-secure-cache-passphrase.
5821         (mml1991-passphrase-cache-expiry): Inherit the default value from
5822         mml-secure-passphrase-cache-expiry.
5823
5824         * mml-sec.el: Require password.
5825         (mml-secure-verbose): New user option.
5826         (mml-secure-cache-passphrase): New user option.
5827         (mml-secure-passphrase-cache-expiry): New user option.
5828
5829 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
5830
5831         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5832         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
5833         andreas@altroot.de (Andreas Vögele).
5834
5835         FIXME: Use `tiny change'?
5836
5837 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5838
5839         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5840         workaround for the url package included with Emacs.
5841
5842         * nnweb.el (nnweb-google-create-mapping): Update regexp.
5843
5844 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5847         correctly.  This fixes a bug caused by the 2006-05-12 change.
5848
5849 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
5850
5851         * nnmail.el (nnmail-article-group): If splitting raises an error, give
5852         some information about the error when saying that the `bogus' mail
5853         group will be used.
5854
5855 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
5856
5857         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5858         string.
5859
5860 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
5861
5862         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5863
5864 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5865
5866         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5867
5868 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5869
5870         * mml1991.el (mml1991-function-alist): Add epg.
5871         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5872         (mml1991-epg-encrypt): New functions.
5873
5874 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
5875
5876         * mml2015.el (mml2015-verbose): New variable.
5877         (mml2015-cache-passphrase): Ditto.
5878         (mml2015-passphrase-cache-expiry): Ditto.
5879         (mml2015-function-alist): Add epg.
5880         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5881         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5882         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5883         functions.
5884
5885 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5886
5887         * message.el (message-cite-original-1): Preserve region when removing
5888         quoted text due to X-No-Archive in order to avoid bogus attribution
5889         when citing multiple messages.
5890
5891 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5892
5893         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
5894         Kenneth Jacker <khj@be.cs.appstate.edu>.
5895
5896 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
5897
5898         * gnus-diary.el (gnus-user-format-function-d)
5899         (gnus-user-format-function-D): Autoload.
5900
5901         * imap.el (Commentary): Fix typo.
5902
5903         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5904         2006-04-22 contribution.
5905
5906 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5907
5908         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5909         It didn't really fix the bogosity I'm seeing with solid web groups.
5910
5911 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5912
5913         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5914         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5915         created using server names.  If we use the feature without declaring
5916         it, Gnus does not properly manage server and group state.
5917
5918         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5919         bound.
5920
5921 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5922
5923         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5924         looking up the method using GROUP's prefix before inventing a new one.
5925         It is used on killed/unknown groups in various places where returning
5926         an all-new method isn't expected by the caller.
5927
5928         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5929         and match semantics of gnus-group-real-prefix.
5930
5931 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * nnmail.el (nnmail-broken-references-mailers): New variable.
5934         (nnmail-ignore-broken-references): New function generalizing
5935         nnmail-fix-eudora-headers.
5936         (nnmail-fix-eudora-headers): Now obsolete.
5937
5938         * gnus-art.el (gnus-button-handle-custom): Support
5939         `customize-apropos*'.
5940
5941 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5942
5943         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5944
5945         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5946         articles.
5947
5948 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
5949
5950         * message.el (message-cite-reply-above): New variable.
5951         (message-yank-original): Use it.
5952
5953 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5954
5955         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5956
5957 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
5958
5959         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5960         as read.
5961
5962         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5963
5964 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
5965
5966         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5967         (gnus-bookmark-default-file): Use gnus-directory.
5968         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5969         Remove "*" in doc string.
5970         (gnus-bookmark-write-file): Simplify.
5971         (gnus-bookmark-maybe-sort-alist): Use `when'.
5972         (gnus-bookmark-get-bookmark): Fix typo in doc string.
5973         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5974         FIXME about Emacs 21 and XEmacs compatibility.
5975         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5976         compatibility.
5977         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5978         compatibility.
5979         (gnus-bookmark-menu-heading): Fix version.
5980
5981 2006-06-19  Bastien Guerry  <bzg@altern.org>
5982
5983         * gnus-bookmark.el: New file.
5984
5985 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5986
5987         * message.el (message-syntax-checks): Doc fix.
5988
5989 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
5990
5991         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5992         unsubscribed groups as if they were killed ones.  It causes duplicate
5993         entries in gnus-newsrc-alist.
5994
5995 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5996
5997         * message.el (message-syntax-checks): Doc fix.
5998         (message-send-mail): Add check for continuation headers.
5999         (message-check-news-header-syntax): Fix regexp used to check for
6000         continuation headers.
6001
6002 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6003
6004         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
6005
6006 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
6009
6010 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6011
6012         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
6013         default-truncate-lines.
6014
6015 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6016
6017         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
6018         to fill the utf-8 entry.
6019
6020         * lpath.el: Fbind unicode-precedence-list.
6021
6022 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6023
6024         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
6025
6026 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
6027
6028         * gnus-agent.el (directory-files-and-attributes): Move all the way
6029         forward (the third and final move).
6030         (gnus-agent-read-agentview): Trap reconstruction errors due to
6031         nonexistant directory.  Handle by returning nil.
6032
6033 2006-05-30  Didier Verna  <didier@xemacs.org>
6034
6035         * message.el (message-dont-reply-to-names): Update the custom type.
6036         * message.el (message-dont-reply-to-names): New defsubst: potentially
6037         convert a list of regexps into a single one.
6038         * message.el (message-get-reply-headers): Use it.
6039         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
6040
6041 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6042
6043         * gnus-agent.el (directory-files-and-attributes): Move forward.
6044
6045 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6046
6047         * gnus-ml.el (gnus-mailing-list-subscribe)
6048         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
6049         (gnus-mailing-list-message): Fix doc strings.
6050
6051 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6052
6053         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
6054         of doing it manually.
6055
6056 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6057
6058         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
6059         comment.
6060
6061 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
6062
6063         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
6064         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
6065         (gnus-agent-read-local): All symbols allocated in my-obarray
6066         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
6067         (gnus-agent-regenerate-group): Check numeric names to see if they are
6068         messages or groups.
6069         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
6070         better way of do this...)
6071
6072         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
6073         'dummy.group' (there should be a better way of do this...)
6074
6075 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6076
6077         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
6078         (gnus-saved-headers): Ditto.
6079         (gnus-default-article-saver): Mention functions may have properties.
6080         (gnus-article-save): Override gnus-save-all-headers and
6081         gnus-saved-headers by :headers property which saver function may have.
6082         (gnus-summary-save-in-file): Add :headers property.
6083         (gnus-summary-write-to-file): Ditto.
6084
6085         * gnus-sum.el (gnus-summary-save-article): Bind
6086         gnus-prompt-before-saving to t when saving many articles in a file;
6087         always show all headers.
6088
6089         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
6090
6091 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
6092
6093         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
6094         marks.
6095
6096         * message.el (message-indent-citation): Add optional arguments to allow
6097         using it outside of message buffers.
6098
6099         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
6100         (gnus-article-treat-unfold-headers): Use it.
6101         (gnus-article-truncate-lines): New variable.
6102         (gnus-article-mode): Use it.
6103         (gnus-article-toggle-truncate-lines): New function.
6104
6105         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
6106         gnus-article-toggle-truncate-lines.
6107
6108         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
6109         coding system in XEmacs, use binary.
6110
6111 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6112
6113         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
6114         after-load-alist.
6115
6116         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
6117         this function should save decoded articles.
6118         (gnus-summary-write-to-file): Use property to specify this function
6119         should save decoded articles and specify gnus-summary-save-in-file
6120         should be used to save articles other than the first one when saving
6121         many articles.
6122         (gnus-summary-save-body-in-file): Use property to specify this
6123         function should save decoded articles.
6124         (gnus-summary-write-body-to-file): Use property to specify this
6125         function should save decoded articles and specify
6126         gnus-summary-save-body-in-file should be used to save articles other
6127         than the first one when saving many articles.
6128
6129         * gnus-sum.el (gnus-summary-save-article): Simplify.
6130
6131 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * gnus-art.el (gnus-default-article-saver): Add
6134         gnus-summary-write-body-to-file.
6135         (gnus-article-save-coding-system): Don't use coding system object
6136         in XEmacs.
6137         (gnus-read-save-file-name): Add optional `dir-var' argument which
6138         specifies directory in which files are saved; work even if optional
6139         `variable' argument is not specified.
6140         (gnus-summary-write-to-file): Read file name.
6141         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
6142         (gnus-summary-write-body-to-file): New function.
6143
6144         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
6145         (gnus-summary-local-variables): Add it.
6146         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
6147         (gnus-summary-save-article): Remove optional `decode' argument;
6148         determine whether to decode articles by the value of
6149         gnus-default-article-saver; when saving many files using
6150         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
6151         it first and use gnus-summary-save-in-file or
6152         gnus-summary-save-body-in-file thereafter unless
6153         gnus-prompt-before-saving is always; move point to article which
6154         will be saved.
6155         (gnus-summary-save-article-file): Revert.
6156         (gnus-summary-write-article-file): Revert.
6157         (gnus-summary-save-article-body-file): Revert.
6158         (gnus-summary-write-article-body-file): New function.
6159
6160 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6161
6162         * gnus-art.el (gnus-default-article-saver): Doc fix.
6163         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
6164         from gnus-summary-save-article-coding-system, and default to a
6165         certain coding system.
6166         (gnus-output-to-file): Add coding cookie and encode text according
6167         to gnus-article-save-coding-system; don't use mm-append-to-file.
6168
6169         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
6170         gnus-art.el and rename to gnus-article-save-coding-system.
6171         (gnus-summary-save-article): Require gnus-art; don't show all
6172         headers if it decodes articles; don't add coding cookie here;
6173         don't bind mm-text-coding-system-for-write.
6174         (gnus-summary-save-article-file): Save decoded articles.
6175         (gnus-summary-write-article-file): When saving many files, use
6176         gnus-summary-write-to-file first and gnus-summary-save-in-file
6177         thereafter unless gnus-prompt-before-saving is always.
6178         (gnus-summary-save-article-body-file): Save decoded articles.
6179
6180         * lpath.el: Fbind select-safe-coding-system for XEmacs.
6181
6182 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6183
6184         * nnrss.el (nnrss-check-group): Bind hash-index.
6185
6186 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
6187
6188         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
6189         its hash index.  Store this hash in `nnrss-group-data'.
6190         (nnrss-read-group-data): Update accordingly.
6191
6192 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6193
6194         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
6195         entry.
6196
6197         * gnus-sum.el (gnus-summary-make-menu-bar): Add
6198         gnus-article-browse-html-article.
6199
6200 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
6201
6202         * gnus-sum.el (gnus-summary-mime-map): Add
6203         gnus-article-browse-html-article.
6204
6205         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
6206
6207 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
6208
6209         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
6210         suitable coding systems in customize.
6211
6212 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
6213
6214         * mail-source.el (mail-sources): Fix custom type.
6215
6216 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
6217
6218         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
6219         (gnus-summary-expire-articles-now): Shorten prompt.
6220
6221         * gmm-utils.el (wid-edit): Require.
6222         (defun-gmm): Renamed from `gmm-defun-compat'.
6223         (gmm-image-search-load-path): Use it.
6224         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
6225
6226 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6227
6228         * gnus-sum.el (gnus-summary-save-article-coding-system): New
6229         variable.
6230         (gnus-summary-save-article): Add optional `decode' argument.  If
6231         it is set and gnus-summary-save-article-coding-system is non-nil,
6232         save decoded article.
6233         (gnus-summary-write-article-file): Save decoded article if
6234         gnus-summary-save-article-coding-system is non-nil.
6235
6236         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
6237         type.
6238
6239 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
6242
6243 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6244
6245         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
6246         first to test gnus-single-article-buffer which may be buffer-local.
6247
6248         * gnus-sum.el (gnus-summary-setup-buffer): Make
6249         gnus-single-article-buffer buffer-local and nil in ephemeral
6250         group; make gnus-article-buffer, gnus-article-current, and
6251         gnus-original-article-buffer always buffer-local.
6252         (gnus-summary-exit): Kill article buffer belonging to ephemeral
6253         group.
6254         (gnus-handle-ephemeral-exit): Don't move to next summary line.
6255
6256 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
6257
6258         * nnml.el (nnml-request-compact-group): Compressed files might not
6259         have .gz extension.
6260
6261 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6262
6263         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
6264         (mm-copy-to-buffer): Use with-current-buffer.
6265         (mm-display-part): Simplify.
6266         (mm-inlinable-p): Add optional arg `type'.
6267
6268 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6269
6270         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
6271         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
6272         Try harder to show the attachment internally or externally using
6273         gnus-mime-view-part-as-type.
6274
6275 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
6276
6277         * message.el (message-from-style, message-signature-separator)
6278         (message-user-organization-file, message-send-mail-function)
6279         (message-citation-line-function, message-yank-prefix)
6280         (message-indent-citation-function, message-signature)
6281         (message-signature-file, message-signature-insert-empty-line):
6282         Remove autoloads.
6283
6284         * gnus-art.el (gnus-buttonized-mime-types): Remove
6285         "multipart/signed".  Revert 2006-04-26 change.
6286
6287 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6288
6289         * gnus.el (gnus-version-number): Bump version.
6290
6291 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6292
6293         * gnus.el: No Gnus v0.5 is released.
6294
6295 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6296
6297         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
6298         fetching articles by message-id.
6299
6300 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6301
6302         * message.el (hashcash): Require hashcash as normal.
6303
6304         * ecomplete.el (ecomplete-highlight-match-line): Use
6305         point-at-eol.
6306         (ecomplete-highlight-match-line): Use `highlight', because that
6307         face exists in both Emacs and XEmacs.
6308
6309         * message.el (message-display-abbrev): Use point-at-bol.
6310
6311         * mail-source.el: Don't require timer/timer-funcs.
6312
6313         * gnus-async.el: Ditto.
6314
6315         * password.el: Ditto.
6316
6317         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
6318
6319         * mm-url.el: Ditto.
6320
6321         * gnus-xmas.el: Don't require timer-funcs.
6322
6323         * mm-util.el: Require timer/timer-funcs.
6324
6325 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6326
6327         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
6328         Close.
6329
6330 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
6333         unibyte after clear-decrypt function runs.
6334
6335         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
6336         returns as a unibyte string.
6337
6338 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6339
6340         * lpath.el: Revert.
6341
6342         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
6343         (pgg-gpg-process-sentinel): Revert.
6344
6345         * pgg-pgp.el (pgg-pgp-process-region): Revert.
6346         (pgg-pgp-lookup-key): Revert.
6347
6348         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
6349         (pgg-pgp5-lookup-key): Revert.
6350
6351         * pgg.el (pgg-fetch-key): Revert.
6352
6353 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6354
6355         * lpath.el: Fbind string-as-multibyte for XEmacs.
6356
6357         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
6358         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
6359         (mml1991-pgg-encrypt): Ditto.
6360
6361         * pgg-gpg.el (pgg-string-to-multibyte): New function.
6362         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
6363         a multibyte buffer.
6364
6365         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
6366         (pgg-pgp-lookup-key): Ditto.
6367
6368         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
6369         (pgg-pgp5-lookup-key): Ditto.
6370
6371         * pgg.el (pgg-fetch-key): Ditto.
6372
6373 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
6374
6375         * message.el (message-user-organization-file): Check several
6376         locations of the organization file.
6377
6378         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
6379         Add gnus-article-view-part-as-type.
6380
6381         * gnus-art.el (gnus-article-view-part-as-type): New function.
6382
6383         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
6384         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
6385
6386         * mml.el: Simplify autoload.
6387         (mml-mode): defvar dnd-protocol-alist instead of using
6388         symbol-value.
6389         (mml-default-directory): New variable.
6390         (mml-minibuffer-read-file): Use it.
6391         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
6392
6393         * message.el (message-citation-line-format): New variable.
6394         (message-insert-formated-citation-line): New function.
6395         (message-citation-line-function): Add
6396         `message-insert-formated-citation-line' to custom type.
6397
6398         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
6399         to doc string.
6400
6401         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
6402         depending on mm-verify-option.
6403
6404 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
6407         binding pgg-* variables; reimplement the section which prevents
6408         MIME header from being signed.
6409         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
6410         pgg-text-mode; remove a blank line at the top of body.
6411
6412         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
6413         lines at the top of body; use gnus-newsgroup-charset if there's no
6414         Charset header.
6415
6416 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * message.el (message-self-insert-commands): Doc fix.
6419
6420         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
6421         (mm-uu-pgp-encrypted-test): Ditto.
6422         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
6423         between header and body; return application/pgp-encrypted handle
6424         if decryption failed; decode decrypted body by charset.
6425
6426         * mm-decode.el (mm-automatic-display): Don't make application/pgp
6427         element match to application/pgp-*.
6428
6429 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6430
6431         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
6432         HTML.
6433
6434 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * mail-source.el (mail-source-call-script): Message the error
6437         string.
6438
6439 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus-util.el (gnus-byte-compile): Use it.
6442
6443 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
6444
6445         * gnus-util.el (kill-empty-logs): New function.
6446
6447 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6448
6449         * message.el (message-mail-alias-type): Doc fix.
6450         (message-mail-alias-type-p): New function.
6451         (message-send): Use it.
6452         (message-mode): Ditto.
6453         (message-strip-forbidden-properties): Ditto.
6454
6455         * ecomplete.el (ecomplete-database-file-coding-system): New
6456         variable.
6457         (ecomplete-save): Use it.
6458         (ecomplete-setup): Use it.
6459
6460 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6461
6462         * message.el (message-self-insert-commands): New variable.
6463         (message-strip-forbidden-properties): Use it.
6464
6465 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6466
6467         * message.el (message-put-addresses-in-ecomplete): Use a regexp
6468         that doesn't make XEmacs choke.
6469
6470 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * gnus-util.el (gnus-replace-in-string):
6473         Prefer replace-regexp-in-string over of replace-in-string.
6474
6475 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus-util.el (gnus-select-frame-set-input-focus):
6478         Use select-frame-set-input-focus if it is available in XEmacs; use
6479         definition defined in Emacs 22 for old Emacsen.
6480
6481         * dgnushack.el: Autoload unmorse-region for XEmacs.
6482
6483         * lpath.el: Bind cursor-in-non-selected-windows and
6484         select-frame-set-input-focus for XEmacs.
6485
6486 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6487
6488         * mm-view.el (mm-inline-text): Use equal instead of equalp.
6489
6490 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
6491
6492         * gnus-registry.el (gnus-registry-cache-save): Remove text
6493         properties when saving via the temp buffer.
6494
6495 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6496
6497         * message.el (message-generate-hashcash): Honor custom type.
6498
6499 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6500
6501         * message.el (message-generate-hashcash): Default to non-nil when
6502         hashcash is found.
6503
6504         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
6505         (gnus-refer-thread-limit): Increase default to 500.
6506
6507         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
6508
6509         * flow-fill.el (fill-flowed): Allow delete-space.
6510
6511 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
6512
6513         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
6514         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
6515         Remove autoloads.
6516
6517 2006-04-18  Simon Josefsson  <jas@extundo.com>
6518
6519         * message.el (message-generate-hashcash): Default to.
6520
6521 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
6524         concatenating segments rather than before concatenating them.
6525
6526 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
6529
6530 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6531
6532         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
6533
6534         * message.el (message-forward-make-body-plain): Allow
6535         message-forward-ignored-headers to be a list.
6536         (message-remove-ignored-headers): Factor out into function.
6537         (message-forward-make-body-mml): Use it.
6538
6539         * imap.el (imap-quote-specials): New function.
6540         (imap-login-auth): Quote specials.
6541
6542         * rfc2231.el (rfc2231-parse-string): Remove dead code.
6543         (rfc2231-parse-string): Allow concatanation of parameters that
6544         aren't contiguous.  The test case is
6545           (mail-header-parse-content-type "message/external-body;
6546             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6547             access-type=LOCAL-FILE;
6548             name*1*=plugh%2fhello-sailor%2fbing.pdf")
6549
6550 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6551
6552         * nntp.el (nntp-accept-process-output): Return the value of
6553         `nnheader-accept-process-output'.
6554
6555 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6556
6557         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6558         (gnus-button-alist): Recognize more diff formats.
6559         (gnus-button-patch): Strip directory.
6560
6561 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
6562
6563         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6564         Emacs 22 when setting focus.
6565
6566 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6567
6568         * gnus-art.el (gnus-article-treat-types): Do treatment of
6569         text/x-verbatim parts.
6570         (gnus-button-patch): New command.
6571
6572         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6573         addresses that contain invalid characters.
6574
6575 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6576
6577         * message.el (message-put-addresses-in-ecomplete): Use
6578         gnus-replace-in-string.
6579         (message-is-yours-p): Use the more correct
6580         mail-header-parse-address instead of
6581         mail-extract-address-components.
6582         (message-put-addresses-in-ecomplete): Fix typo.
6583
6584         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6585         keystroke.
6586
6587         * gnus-art.el (gnus-treatment-function-alist): Change order of
6588         newsgroups/generic header folding to avoid double-folding.
6589
6590         * message.el (message-hidden-headers): Add X-Draft-From.
6591
6592         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6593         command.
6594         (gnus-summary-repeat-search-article-backward): New command.
6595
6596         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6597         groups in the parent topic.
6598
6599 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
6600
6601         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6602         (spam-extra-header-to-number): Return the CRM114 number as a
6603         number instead of a string.
6604
6605 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * gnus-art.el (gnus-face-properties-alist): Moved here from
6608         gnus-fun.
6609
6610         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6611
6612 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6613
6614         * message.el (message-strip-forbidden-properties): Only display on
6615         self-insert-command.
6616
6617         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6618         reindent.
6619         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6620
6621 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
6622
6623         * smiley.el (smiley-style): Fix typo.
6624
6625 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6626
6627         * hashcash.el (hashcash-insert-payment-async-2): Use
6628         message-goto-eoh instead of doing it manually.
6629         (mail-add-payment): Use message-narrow-to-header instead of trying
6630         to do the same itself.
6631
6632         * message.el (message-hidden-headers): Add Face.
6633
6634         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6635         reparenting code.
6636         (gnus-summary-reparent-children): Refactored out code.
6637         (gnus-summary-thread-map): New keystroke.
6638         (gnus-summary-reparent-children): Make into command.
6639
6640         * smiley.el (smiley-style): Default to `medium' if using a large
6641         font.
6642
6643         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6644         does it itself.
6645
6646         * message.el (message-point-in-header-p): Simplify definition.
6647
6648 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6649
6650         * nnagent.el (nnagent-request-set-mark): Silence log file
6651         writing.
6652         (nnagent-request-set-mark): Use write-region instead of
6653         append-to-file.
6654
6655         * gnus-sum.el (gnus-read-header): Fudge article number if using a
6656         strange select method.
6657
6658         * ecomplete.el (ecomplete-display-matches): Get highlightling
6659         right.
6660         (ecomplete-display-matches): Use literals.
6661         (ecomplete-display-matches): Disable message logging.
6662
6663         * message.el (message-display-abbrev): Small optimization.
6664
6665         * ecomplete.el (ecomplete-display-matches): Allow automatic
6666         display.
6667
6668         * message.el (message-strip-forbidden-properties): Display
6669         abbrevs.
6670         (message-display-abbrev): Get automatic display right.
6671
6672         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6673         keystrokes.
6674
6675 2006-04-13  Romain Francoise  <romain@orebokech.com>
6676
6677         TODO: Backport to v5-10!
6678
6679         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6680         Moved here (and renamed) from gnus-registry.el.
6681
6682         * gnus-registry.el: Require gnus-util.
6683         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6684
6685 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6686
6687         * gnus-group.el (gnus-group-catchup-current): Change
6688         if-then-else-if-then-else into cond.
6689         (gnus-group-catchup): Indent.
6690         (group-name-at-point): New function.
6691         (gnus-fetch-group): Provide default from thing at point.
6692
6693 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6694
6695         * message.el (message-display-abbrev): Fix regexp.
6696
6697         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6698         choosing.
6699         (ecomplete-highlight-match-line): Fix up code rewrite, remove
6700         dead variables.
6701
6702         * message.el (message-newline-and-indent): Remove debugging.
6703         (message-display-abbrev): Use new implementation.
6704
6705 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6706
6707         * gnus-art.el (gnus-article-mode): Set
6708         cursor-in-non-selected-windows to nil.
6709
6710         * smiley.el: Revert previous change.
6711         (smiley-data-directory): defvar it before using it in the
6712         defcustom of `smiley-style'.
6713
6714 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6715
6716         * message.el (message-newline-and-indent): New function.
6717
6718         * ecomplete.el: Implement more bits.
6719
6720         * message.el (message-put-addresses-in-ecomplete): Clean up the
6721         string.
6722
6723         * ecomplete.el (ecomplete-add-item): Chop off decimals.
6724
6725         * gnus-sum.el (gnus-summary-save-parts): Bind
6726         gnus-summary-save-parts-counter and use it to make unique file
6727         names.
6728
6729         * gnus-art.el (gnus-ignored-headers): Add some more headers.
6730
6731         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6732         parameter to say whether to actually parse the individual
6733         addresses.
6734
6735         * message.el (message-put-addresses-in-ecomplete): New function.
6736         (ecomplete): Require.
6737         (message-mail-alias-type): Add ecomplete as an option.
6738
6739 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
6740
6741         * flow-fill.el (fill-flowed): Remove trailing space from blank
6742         quoted lines.
6743
6744 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * smiley.el (smiley-style): Move definition later to avoid a
6747         compilation warning.
6748
6749 2006-04-12  Kenichi Handa  <handa@m17n.org>
6750
6751         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6752         buffer and then decode the buffer text if necessary.
6753         (rfc2231-encode-string): Be sure to work on multibyte buffer at
6754         first, and after mm-encode-body, change the buffer to unibyte.
6755         Use mm-disable-multibyte instead of set-buffer-multibyte.
6756
6757 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6760         Content-Type header instead of Content-Disposition header.
6761         (gnus-mime-inline-part): Ditto.
6762         (gnus-mime-view-part-as-charset): Ignore charset that the part
6763         specifies.
6764
6765         * mm-decode.el (mm-display-part): Work with external parts and
6766         usual parts similarly.
6767
6768         * mm-extern.el (mm-inline-external-body): Use mm-display-part
6769         instead of gnus-display-mime.
6770
6771         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6772         instead of with-temp-buffer.
6773
6774         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6775         tag to summarized topics part in order to encode non-ASCII text.
6776
6777 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * smiley.el (smiley-style): New variable.
6780         (smiley-directory): New function.
6781         (smiley-data-directory): Derive from `smiley-style' using
6782         `smiley-directory'.
6783         (smiley-regexp-alist): Add new entries.
6784
6785         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6786         (gnus-article-browse-delete-temp): Add :version.
6787
6788 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
6789
6790         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6791         the sieve region.
6792
6793 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * gnus.el (gnus-version-number): Bump version.
6796
6797 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6798
6799         * gnus.el: No Gnus v0.4 is released.
6800
6801 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6802
6803         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6804         layout.
6805
6806         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6807         unknown charset.
6808
6809         * message.el (message-header-synonyms): Add Original-To to the
6810         default.
6811
6812         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6813         optional parameter.
6814
6815 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
6816
6817         * gnus-fun.el (gnus): Require it for gnus-directory.
6818
6819 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6820
6821         * gnus-fun.el (gnus-face-properties-alist): Add :version.
6822
6823 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6824
6825         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6826
6827 2006-04-05  Simon Josefsson  <jas@extundo.com>
6828
6829         * password.el (password-reset): New function.
6830
6831 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
6832
6833         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6834         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6835
6836 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6837
6838         * nnweb.el (nnweb-google-create-mapping): Update regexp.
6839         Some whitespace was matched into the url, which broke browsing hits
6840         > 100 when mm-url-use-external was nil.
6841
6842 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
6843
6844         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6845         gnus-extra-headers for 'Newsgroups.
6846
6847         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6848         bound.
6849
6850 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
6851
6852         * pgg-gpg.el: Clean up process buffers every time gpg processes
6853         complete.
6854
6855 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
6856
6857         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6858         doc string.
6859
6860 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
6861
6862         * pgg-gpg.el (pgg-gpg-process-filter)
6863         (pgg-gpg-wait-for-completion): Check if buffer is alive.
6864
6865         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6866         lines, temporary fix.
6867
6868 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
6869
6870         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6871
6872 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
6873
6874         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6875         default-enable-multibyte-characters.  This reverts the change from
6876         revision 6.17 which is no longer necessary because the passphrase
6877         is sent separately now.  GnuPG messages are unreadable under
6878         multibyte locales with default-enable-multibyte-characters set to
6879         nil.
6880
6881 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
6882
6883         * message.el (message-tool-bar-gnome): Move "spell".
6884
6885 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6888         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
6889         instead.
6890
6891 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
6892
6893         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6894         newsgroups handling for NNTP overviews which don't include
6895         Newsgroups.
6896
6897 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6898
6899         * message.el (message-resend): Bind message-generate-hashcash to nil.
6900
6901 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
6902
6903         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6904         when searching for already-paid recipients.
6905
6906 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
6907
6908         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6909         passphrases when it is not needed.
6910         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6911         passphrase stuff from gpg, should only be necessary when you use
6912         gpg with a smartcard.
6913
6914 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * mml.el (mml-insert-mime): Ignore cached contents of
6917         message/external-body part.
6918
6919         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6920         (mm-insert-part): Ditto.
6921
6922 2006-03-23  Simon Josefsson  <jas@extundo.com>
6923
6924         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6925         Reiner.
6926         (pgg-gpg-use-agent-p): Use it again.
6927
6928 2006-03-23  Simon Josefsson  <jas@extundo.com>
6929
6930         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6931         older emacsen.
6932         (pgg-gpg-use-agent-p): Don't use it.
6933
6934 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6937         if we can.
6938
6939 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
6940
6941         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6942         (pgg-gpg-update-agent): New function.
6943         (pgg-gpg-use-agent-p): New function.
6944         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6945         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6946         (pgg-gpg-sign-region): Use it.
6947
6948 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6949
6950         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6951         Reported by Ralf Wachinger <rwachinger@gmx.de>.
6952
6953 2006-03-21  Simon Josefsson  <jas@extundo.com>
6954
6955         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6956         <wilde@sha-bang.de>.
6957         (pgg-gpg-use-agent): New variable.
6958         (pgg-gpg-process-region): Use it.
6959         (pgg-gpg-encrypt-region): Likewise.
6960         (pgg-gpg-encrypt-symmetric-region): Likewise.
6961         (pgg-gpg-decrypt-region): Likewise.
6962         (pgg-gpg-sign-region): Likewise.
6963         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6964
6965 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6966
6967         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6968
6969         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6970         Add comment on version.
6971
6972 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6973
6974         * smiley.el: Add missing test smiley.
6975
6976 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6977
6978         * mm-decode.el (mm-with-part): New macro.
6979         (mm-get-part): Use it; work with message/external-body as well.
6980         (mm-save-part): Treat name and filename equally.
6981
6982         * mm-extern.el (mm-extern-cache-contents): New function.
6983         (mm-inline-external-body): Use it; force the part to be displayed;
6984         move undisplayer added to the cached handle to the parent.
6985
6986         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6987         (gnus-mime-view-part-as-type): Work with message/external-body.
6988
6989         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6990
6991 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6992
6993         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6994         images in image-load-path.  [Sync with image.el, revision 1.60, in
6995         Emacs.]
6996
6997 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
6998
6999         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
7000         path rather than symbol.  Always return list of directories.
7001         Guarantee that image directory comes first.  [Sync with image.el,
7002         revision 1.59, in Emacs.]
7003
7004         * message.el (message-make-tool-bar): Adjust to new API of
7005         `gmm-image-load-path-for-library'.
7006
7007         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7008
7009         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7010
7011 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7012
7013         * gnus-art.el (gnus-article-only-boring-p):
7014         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
7015         intangible text.
7016         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
7017
7018 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
7019
7020         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
7021         `defun' instead of `gmm-defun-compat'.
7022
7023 2006-03-14  Simon Josefsson  <jas@extundo.com>
7024
7025         * message.el (message-unique-id): Don't use message-number-base36
7026         if (user-uid) is a float.
7027         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
7028
7029 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
7032
7033         * gnus-art.el (gnus-mime-display-single): Make sure there is an
7034         empty line between a part and a message part.
7035
7036 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * smiley.el: Add more test smileys.
7039         (smiley-data-directory, smiley-regexp-alist)
7040         (gnus-smiley-file-types): Fix doc strings.
7041         (smiley-update-cache): Clear smiley-cached-regexp-alist before
7042         adding new elements.
7043         (smiley-mouse-map): Unused code.  Make it a comment.
7044
7045 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
7048         scan latest NoCeM messages instead of old ones.
7049         (gnus-nocem-check-article): Fix regexps so as to match to PGP
7050         delimiters that are recently used.
7051         (gnus-nocem-load-cache): Add autoload cookie.
7052
7053         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
7054
7055         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
7056         level which is larger than gnus-use-nocem is specified.
7057
7058         * gnus-group.el (gnus-group-get-new-news): Ditto.
7059
7060 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7061
7062         * gnus-util.el (gnus-tool-bar-update): New function.
7063
7064         * gnus-group.el (gnus-group-update-tool-bar): New variable.
7065         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
7066
7067         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
7068
7069         * gnus-group.el (gnus-group-redraw-when-idle)
7070         (gnus-group-redraw-check): Remove.
7071         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
7072
7073 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
7076         if optional last element is specified in splits (FIELD VALUE...).
7077
7078 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
7079
7080         * message.el (message-make-tool-bar): Rename gmm-image-load-path
7081         to gmm-image-load-path-for-library.  Call with no-error argument.
7082         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
7083
7084         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7085
7086         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
7087
7088         * gmm-utils.el (gmm-image-load-path): Remove alias.
7089
7090 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
7091
7092         * gmm-utils.el (gmm-image-load-path): Add alias.
7093
7094         * nnml.el (nnml-generate-nov-databases-directory): Rename from
7095         nnml-generate-nov-databases-1.
7096         (nnml-generate-nov-databases): Use it.
7097         (nnml-generate-nov-databases-directory): Document no-active
7098         argument.
7099
7100         * gmm-utils.el (gmm-image-load-path-for-library): Return single
7101         directory if path is t.  Add no-error.
7102
7103         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
7104         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
7105
7106         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
7107         resetting gnus-article-browse-html-temp-list.
7108
7109         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
7110         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
7111         Add example to docstring.  Rename local variables.  Move error
7112         checks to default case in cond and simplify.
7113
7114 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7115
7116         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
7117         handle is multipart when calling it recursively.
7118         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
7119
7120 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
7121
7122         * nnimap.el (nnimap-request-update-info-internal): Optimize.
7123         Don't `gnus-uncompress-range' to avoid excessive memory usage.
7124
7125 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
7128         is loaded.
7129
7130         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
7131         loaded.
7132
7133 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
7134
7135         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
7136         to "Emacs 23 (unicode)" in doc string.
7137
7138         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
7139         "Emacs 23 (unicode)" in comment.
7140
7141 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
7144
7145         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
7146         characters 160 through 255 in Emacs 23.
7147
7148 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7149
7150         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
7151         gnus-article-browse-html-temp.
7152         (gnus-article-browse-delete-temp): Make it customizable.  Add
7153         `file'.  Adjust doc string.
7154         (gnus-article-browse-delete-temp-files): Add argument.  Allow
7155         query for each file.  Adjust doc string.
7156         (gnus-article-browse-html-parts): Add
7157         `gnus-article-browse-delete-temp-files' to
7158         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
7159
7160 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
7161
7162         * gnus-art.el (gnus-article-browse-html-temp)
7163         (gnus-article-browse-delete-temp): New variables.
7164         (gnus-article-browse-delete-temp-files): New function.
7165         (gnus-article-browse-html-parts): Use it.
7166
7167 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
7170
7171         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
7172         string.
7173
7174         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
7175         gnus-summary-insert-new-articles when unplugged.  Remove
7176         gnus-summary-search-article-forward.
7177
7178         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
7179         display-visual-class instead of display-color-cells.
7180
7181 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7182
7183         * dgnushack.el: Autoload customize-group for XEmacs.
7184
7185         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
7186         message/* containing non-ASCII text properly.
7187
7188 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7189
7190         * message.el: Require gmm-utils, remove autoloads.
7191         (message-tool-bar): Set default based on
7192         gmm-tool-bar-style.
7193         (message-tool-bar-gnome): Add gmm-customize-mode.
7194
7195         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
7196         gmm-tool-bar-style.
7197         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
7198
7199         * gnus-group.el (gnus-group-tool-bar): Set default based on
7200         gmm-tool-bar-style.
7201         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
7202
7203         * gmm-utils.el (gmm-image-directory): Rename variable from
7204         gmm-image-load-path.
7205         (gmm-image-load-path): Use gmm-image-directory.
7206         (gmm-customize-mode): New function.
7207         (gmm-tool-bar-style): New variable.
7208
7209         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
7210         gnus-group-redraw-line-number.
7211         (gnus-group-redraw-check): Simplify.
7212         (gnus-group-tool-bar-update): Remove redraw check.
7213         (gnus-group-make-tool-bar): Add redraw check.
7214
7215 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
7216
7217         * gnus-art.el (gnus-button): Add missing parentheses.
7218
7219 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * lpath.el: Fbind line-number-at-pos.
7222
7223 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7224
7225         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
7226
7227 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * gnus-art.el (gnus-button): New face.
7230         (gnus-article-button-face): Use it.
7231
7232         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
7233         gnus-summary-next-page.  Re-order.
7234
7235         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
7236         next-node are now included.
7237         (gnus-group-redraw-line-number): New internal variable.
7238         (gnus-group-redraw-check): Helper function for updating the tool
7239         bar.
7240         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
7241
7242         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
7243
7244         * spam.el (spam-spamassassin-score-regexp): New internal variable.
7245         (spam-extra-header-to-number, spam-check-spamassassin-headers):
7246         Use it to match format of Spamassassin 3.0 and later.  Reported by
7247         IRIE Tetsuya <irie@t.email.ne.jp>.
7248         (spam-check-bogofilter)
7249         (spam-bogofilter-register-with-bogofilter): Fix args of
7250         `gnus-error' calls.
7251
7252 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
7253
7254         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
7255         unnecessary interaction when sending queued mails.  Reported by
7256         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
7257
7258 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7259
7260         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
7261         first or last are nil.
7262
7263 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
7264
7265         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
7266
7267 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7268
7269         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
7270
7271 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7272
7273         * dns.el (query-dns): Protect more against buggy tcp output.
7274
7275 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
7276
7277         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
7278         nov.php.
7279
7280 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7281
7282         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
7283         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
7284         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
7285         output on the server side.
7286         (nnweb-google-create-mapping): Update regexps and add some
7287         progress indication.
7288
7289 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
7292         gnus-agent-toggle-plugged.  Re-order icons.
7293         (gnus-group-tool-bar-gnome): Add
7294         gnus-group-{prev,next}-unread-group.
7295         (gnus-group-tool-bar-gnome): Re-order icons.
7296
7297         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
7298         gnus-summary-insert-new-articles.
7299
7300         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
7301         comments.
7302
7303         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
7304         also available in Emacs 21.3.
7305
7306         * message.el (message-fix-before-sending): Change "Emacs 22" to
7307         "Emacs 23 (unicode)" in comment.
7308
7309         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
7310         "Emacs 23 (unicode)" in comment.
7311
7312         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
7313         comment.
7314         (mm-coding-system-p): Add comment about no-MULE XEmacs.
7315
7316         * mm-view.el (mm-fill-flowed): Add :version.
7317
7318 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
7321         and load-path.
7322
7323 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
7324
7325         * message.el: Autoload gmm-image-load-path.
7326         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
7327         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
7328         consitency.
7329
7330         * gmm-utils.el (gmm-image-load-path): Also search in
7331         "../etc/images".  Don't set gmm-image-load-path if we don't find
7332         the image.
7333
7334 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7335
7336         * gmm-utils.el (gmm-image-load-path): Don't make
7337         `gmm-image-load-path' include subdirectories which the second arg
7338         `image' might specify.
7339
7340         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
7341         subdirectory to icon file names.
7342
7343         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
7344
7345 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
7346
7347         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
7348         gmm-image-load-path calls.
7349
7350         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7351
7352         * message.el (message-make-tool-bar): Ditto.
7353
7354         * mml.el (mml-preview): Added comment concerning tool bar icons.
7355
7356         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
7357         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
7358
7359         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
7360         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
7361
7362         * message.el (message-tool-bar-gnome): Use new icon names.
7363         (message-make-tool-bar): Use `gmm-image-load-path'.
7364
7365         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
7366         functions from MH-E.
7367         (gmm-image-load-path): New variable from MH-E.
7368         (gmm-image-load-path): New function from MH-E.  Added arguments
7369         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
7370         *-image-load-path-called-flag.
7371
7372 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
7373
7374         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
7375
7376 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
7377
7378         * nnimap.el (nnimap-request-move-article): Change folder back to
7379         source group before deleting.
7380
7381 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
7382
7383         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
7384
7385         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
7386         mm-url.
7387
7388         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
7389
7390 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
7393         coding system which mm-charset-to-coding-system returns for a
7394         given charset is valid.
7395
7396 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
7397
7398         * html2text.el (html2text-remove-tag-list):
7399         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
7400
7401 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
7402
7403         * gnus-cus.el: Revert 2005-10-17 change.
7404
7405 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-art.el (article-strip-banner): Call
7408         article-really-strip-banner only when the regexp match is made.
7409
7410 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * gnus-art.el (article-strip-banner): Use
7413         gnus-extract-address-components instead of
7414         mail-header-parse-addresses to make it work with non-ASCII text;
7415         remove mail-encode-encoded-word-string.
7416
7417         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
7418         values which are surrounded with \"...\"; make it never cause a
7419         Lisp error; give up parsing of parameters if it failed in
7420         extracting type.
7421
7422 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
7423
7424         * smime.el (smime-cert-by-ldap-1): Fix bug where
7425         `smime-ldap-search' returns results without userCertificates.
7426
7427 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
7430
7431 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * spam.el (spam-check-spamassassin-headers): Adapt format for
7434         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
7435         <ari@mbf.ocn.ne.jp>.
7436         (spam-list-of-processors): Add spam-use-gmane.
7437
7438 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
7441         make-temp-file; make it work with XEmacs as well.
7442
7443         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
7444         mm-make-temp-file.
7445
7446         * mm-decode.el (mm-display-external): Use the 3rd arg of
7447         mm-make-temp-file.
7448         (mm-create-image-xemacs): Ditto.
7449
7450 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
7453         with message-narrow-to-headers.
7454         (gnus-draft-setup): Narrow to header to run message-fetch-field.
7455         (gnus-draft-check-draft-articles): New function.
7456         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
7457
7458 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * gnus-art.el (gnus-article-browse-html-parts):
7461         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
7462         Don't use suffix argument for mm-make-temp-file for Emacs 21
7463         compatibility.  Remove useless `format'.
7464
7465 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7466
7467         * nnweb.el (nnweb-google-wash-article): Update regexps.
7468         (nnweb-group-alist): Use defvoo instead of defvar.
7469
7470 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7471
7472         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
7473         re-loading nn* modules.
7474
7475 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7476
7477         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
7478         for `tool-bar-mode' and don't check it's default-value.
7479
7480         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7481
7482         * message.el (message-make-tool-bar): Ditto.
7483
7484         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
7485         `substring'.  Shorten tmp-file name.
7486
7487         * gnus.el: Remove bogus comment.
7488
7489 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
7490
7491         * gnus-art.el (gnus-article-browse-html-parts): New function.
7492         (gnus-article-browse-html-article): New function for viewing html
7493         articles with a browser.
7494
7495 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
7496
7497         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
7498         in elisp.
7499         (pgg-gpg-encrypt-symmetric-region): Ditto.
7500         (pgg-gpg-sign-region): Ditto.
7501
7502         * pgg-def.el (pgg-text-mode): New variable.
7503
7504         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
7505         (mml2015-pgg-encrypt): Ditto.
7506
7507         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
7508         (mml1991-pgg-encrypt): Ditto.
7509
7510 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
7513         message-make-date instead of current-time-string.
7514
7515         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
7516         to gnus-decoded which mm-uu might set.
7517
7518 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7519
7520         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
7521         don't decode quoted parameters; remove misimported Emacs code.
7522         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7523         (rfc2231-decode-encoded-string): Don't use split-string which
7524         behaves differently according to Emacs version; use
7525         mm-decode-coding-region to convert charset to coding-system.
7526         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7527         (rfc2231-encode-string): Remove misimported Emacs code.
7528
7529 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * gnus-art.el (article-decode-charset): Don't use ignore-errors
7532         when calling mail-header-parse-content-type.
7533         (article-de-quoted-unreadable): Ditto.
7534         (article-de-base64-unreadable): Ditto.
7535         (article-wash-html): Ditto.
7536
7537         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
7538         calling mail-header-parse-content-type and
7539         mail-header-parse-content-disposition.
7540         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
7541         mail-header-parse-content-type.
7542
7543         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
7544         insert charset and format parameters; encode description after
7545         inserting it to buffer.
7546         (mml-insert-parameter): Fold lines properly even if a parameter is
7547         segmented into two or more lines; change the max column to 76.
7548
7549         * rfc1843.el (rfc1843-decode-article-body): Don't use
7550         ignore-errors when calling mail-header-parse-content-type.
7551
7552         * rfc2231.el (rfc2231-parse-string): Return at least type if
7553         possible; don't cause an error even if it fails in parsing of
7554         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7555         (rfc2231-encode-string): Don't break lines at the beginning, leave
7556         it to mml-insert-parameter.
7557
7558         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7559         calling mail-header-parse-content-type.
7560
7561 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
7562
7563         * spam-report.el (spam-report-gmane-use-article-number):
7564         Improve doc string.
7565         (spam-report-gmane-internal): Check if a suitable header was found
7566         in the article.
7567
7568 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7569
7570         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7571         (rfc2231-encode-string): Make param*=value always begin with LWSP.
7572
7573 2006-02-05  Romain Francoise  <romain@orebokech.com>
7574
7575         Update copyright notices of all files in the gnus directory.
7576
7577 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7578
7579         * nnweb.el (nnweb-request-group): Avoid growing overview files.
7580
7581 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7584         segmented lines of parameter value to cope with Thunderbird 1.5
7585         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7586         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7587         (rfc2231-encode-string): Don't make lines exceeding 76 column.
7588
7589 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
7590
7591         * mml.el (mml-generate-mime-1): Correct the order of inline signed
7592         parts.
7593
7594 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7595
7596         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7597         there's only one active file for all servers.
7598         (nnweb-request-scan): Make sure nnweb-articles is initialized on
7599         solid groups.  Gnus might have used a FAST request to select the group.
7600         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7601         and nnweb-search redundantly in the active file.
7602         (nnweb-request-list): Don't list bogus groups.  There can only be one.
7603         (nnweb-request-create-group): Don't use ARGS.
7604         (nnweb-possibly-change-server, nnweb-request-group): Remove some
7605         initialisations.  Let nnoo do the work.
7606
7607 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7608
7609         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7610         Say the part has been decoded.
7611
7612         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7613
7614 2006-01-31  Kevin Ryde  <user42@zip.com.au>
7615
7616         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7617         mailcap-viewer-test-cache when there's no 'test clause, since that
7618         will invert the meaning of a "nil" test previously determined by
7619         mailcap-mailcap-entry-passes-test.
7620
7621 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7624         compiling.
7625
7626         * gnus-sum.el: Ditto.
7627
7628         * message.el: Don't bind tool-bar-map when compiling.
7629
7630 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7633
7634 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
7635
7636         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7637         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7638         current Google Groups.
7639
7640 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7643         and tool-bar-mode.
7644
7645         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7646         and tool-bar-mode.
7647
7648         * message.el (message-tool-bar-update): Simplify.
7649         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7650
7651         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7652         gnus-summary-buffer.
7653         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7654         gnus-summary-reply.
7655
7656         * gmm-utils.el (gmm): Add :version.
7657
7658 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * Makefile.in (clean): New rule.
7661         (distclean): Use it.
7662
7663 2006-01-26  Steve Youngs  <steve@sxemacs.org>
7664
7665         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7666         autoload.
7667
7668 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gmm-utils.el (gmm-verbose): Add :group.
7671
7672 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * message.el: Change some comments WRT tool-bars.
7675
7676         * gnus-sum.el (gnus-summary-tool-bar)
7677         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7678         (gnus-summary-tool-bar-zap-list): New variables.
7679         (gnus-summary-make-tool-bar): Complete rewrite using
7680         `gmm-tool-bar-from-list'.
7681
7682         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7683         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7684         variables.
7685         (gnus-group-make-tool-bar): Complete rewrite using
7686         `gmm-tool-bar-from-list'.
7687         (gnus-group-tool-bar-update): New function.
7688
7689         * message.el (message-mode-field-menu): Add "Show hidden Headers".
7690
7691 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7692
7693         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7694         is dissected into a single part of which the type is the same as
7695         the given one; decode charset.
7696
7697 2006-01-21  Kevin Ryde  <user42@zip.com.au>
7698
7699         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7700         into alists as symbol not string, since that's what
7701         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7702         look for.
7703
7704 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
7705
7706         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7707         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7708
7709         * message.el (message-tool-bar-gnome): Use gmm-ignore.
7710
7711 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7712
7713         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
7714         (gnus-xmas-mime-security-button-menu): New function.
7715
7716         * gnus-art.el (gnus-mime-security-button-commands): New variable.
7717         (gnus-mime-security-button-menu): New definition.
7718         (gnus-mime-security-button-map): Use them.
7719         (gnus-mime-security-button-menu): New function.
7720         (gnus-insert-mime-security-button): Addition to help echo.
7721         (gnus-mime-security-run-function, gnus-mime-security-save-part)
7722         (gnus-mime-security-pipe-part): New functions.
7723
7724         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7725         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7726
7727         * mm-decode.el (mm-handle-set-disposition): Remove.
7728         (mm-handle-set-description): Remove.
7729
7730 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7733         (mm-w3m-standalone-supports-m17n-p): New function.
7734         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7735         w3m usage.
7736
7737         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7738         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7739
7740 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * message.el (message-tool-bar-zap-list): Use
7743         gmm-tool-bar-zap-list as custom type.
7744         (message-tool-bar-update): New function.
7745         (message-tool-bar, message-tool-bar-gnome)
7746         (message-tool-bar-retro): Add message-tool-bar-update.
7747         (message-tool-bar-gnome): Add flyspell-buffer.
7748
7749         * gnus-util.el (gnus-error): Describe `args'.
7750
7751         * gmm-utils.el (gmm-error): Describe `args'.
7752         (gmm-tool-bar-zap-list): New widget.
7753         (gmm-tool-bar-from-list): Improve description of `zap-list'.
7754
7755 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7758         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7759         the number of recursive calls.
7760
7761         * mm-decode.el (mm-handle-set-disposition): New macro.
7762         (mm-handle-set-description): New macro.
7763
7764 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7765
7766         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7767         encoding.
7768
7769 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * message.el (message-tool-bar-zap-list, message-tool-bar)
7772         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7773         (message-tool-bar-local-item-from-menu): Remove.
7774         (message-tool-bar-map): Replace by `message-make-tool-bar'.
7775         (message-make-tool-bar): New function.
7776         (message-mode): Use `message-make-tool-bar'.
7777
7778         * gmm-utils.el: New file.
7779         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7780         (gmm-lazy): New widget copied from `nnmail.el'.
7781         (gmm-tool-bar-from-list): New function for creating customizable
7782         tool bars.
7783         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
7784         output.
7785         (gmm): Add :prefix to defgroup.
7786
7787 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7788
7789         * gmm-utils.el (gmm-widget-p): New function.
7790
7791 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
7792
7793         * mml.el (mml-attach-file): Describe `description' in doc string.
7794         (mml-menu): Add Emacs MIME manual and PGG manual.
7795
7796 2006-01-20  Richard M. Stallman  <rms@gnu.org>
7797
7798         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7799
7800 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
7801
7802         * nntp.el (nntp-end-of-line): Doc fix.
7803
7804 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
7805
7806         * imap.el (imap-open): Handle case where buffer is a buffer
7807         object.
7808
7809 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7810
7811         * gnus-delay.el (gnus-delay): Don't autoload.
7812         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7813         to be re-loaded when customizing the `gnus-delay' group.
7814
7815 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
7816
7817         * message.el (message-insert-citation-line): Use newlines.
7818
7819 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7820
7821         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
7822         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
7823         these routines, so the passphrase can be managed externally and
7824         passed in to the system.
7825         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
7826         pgg-add-passphrase-to-cache function.
7827
7828         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
7829         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
7830         these routines, so the passphrase can be managed externally and
7831         passed in to the system.
7832         (pgg-pgp5-sign-region): Use new name of
7833         pgg-add-passphrase-to-cache function.
7834
7835 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
7836
7837         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7838         part of the decoded armor to find the key-identifier.
7839         (pgg-gpg-lookup-key-owner): New function to return the
7840         human-readable identifier of a key owner.
7841         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
7842         itself.
7843         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7844         the key value) if we have a key and can match it against a secret
7845         key.  Also, added a note pointing out fact that the prompt only
7846         indicates the first matching key.
7847
7848         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
7849         pgg-decrypt-region.
7850         (pgg-add-passphrase-to-cache): Rename from
7851         `pgg-add-passphrase-cache' to reduce confusion (all callers
7852         changed).
7853         (pgg-remove-passphrase-from-cache): Rename from
7854         `pgg-remove-passphrase-cache' to reduce confusion (all callers
7855         changed).
7856         (pgg-read-passphrase, pgg-add-passphrase-cache)
7857         (pgg-remove-passphrase-cache): Add informative docstrings.
7858         (pgg-decrypt): Convey provided passphrase in subordinate call to
7859         pgg-decrypt-region.
7860
7861 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
7862
7863         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7864         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7865         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7866         'passphrase' argument, so the passphrase can be managed externally
7867         and then passed in to the system.
7868
7869         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7870         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
7871         so the passphrase cache can be used reliably with identifiers
7872         besides a pgp packet's key id.
7873
7874         * pgg-gpg.el (pgg-gpg-encrypt-region)
7875         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
7876         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
7877         these routines, so the passphrase can be managed externally and
7878         passed in to the system.
7879
7880         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7881         'notruncate' argument, so the passphrase cache can be used
7882         reliably with identifiers besides a pgp packet's key id.
7883
7884 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
7885
7886         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7887         symmetric encryption.
7888         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7889         encrypted session key.
7890         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7891         message ask for the passphrase in a proper way.
7892
7893         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7894         New user commands for symmetric encryption.
7895
7896 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7899
7900         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7901
7902 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
7903
7904         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7905
7906 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * mm-decode.el (mm-inlined-types): Add application/pgp.
7909         (mm-automatic-display): Ditto.
7910
7911         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7912         part as text.
7913
7914 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7915
7916         * nnrss.el: Update copyright.
7917         (nnrss-opml-import): Query whether to subscribe to each entry.
7918
7919         * gnus-art.el:
7920         * gnus-sum.el:
7921         * gnus-xmas.el:
7922         * messagexmas.el:
7923         * mm-uu.el:
7924         * mm-view.el: Update copyright.
7925
7926 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
7927
7928         * message.el (message-info): New function.
7929         (message-mode-menu): Add it.
7930         Update copyright.
7931
7932         * ChangeLog: Fix and update copyright.
7933
7934 2006-01-13  Romain Francoise  <romain@orebokech.com>
7935
7936         * message.el (message-forward-subject-name-subject): Prefer the
7937         address to 'nowhere' if the sender has no name.
7938         Fix typo.  Update copyright year.
7939
7940 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7941
7942         * gnus-art.el (article-wash-html): Use
7943         gnus-summary-show-article-charset-alist if a numeric arg is given.
7944         (gnus-article-wash-html-with-w3m-standalone): New function.
7945
7946         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7947         mm-inline-text-html-render-with-w3m-standalone.
7948         (mm-text-html-washer-alist): Map w3m-standalone to
7949         gnus-article-wash-html-with-w3m-standalone.
7950         (mm-inline-text-html-render-with-w3m-standalone): New function.
7951
7952 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7953
7954         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7955         Improve LaTeX.
7956
7957 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7958
7959         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7960         (nnrss-request-article): Render text/plain parts as HTML.
7961
7962         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7963         the buffer.
7964
7965 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7966
7967         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7968         custom definition of `gnus-posting-styles'.
7969
7970         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7971         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7972
7973 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7974
7975         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7976         Use nntp for bug archive.
7977
7978 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7979
7980         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7981         parts.
7982         (nnrss-normalize-date): New function converts ISO 8601 date into
7983         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7984         (nnrss-check-group): Use it.
7985
7986 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7987
7988         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7989
7990         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7991         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
7992         (nnrss-insert-w3): Ditto.
7993
7994 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7995
7996         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7997         the articles to be forwarded including the case where neither a
7998         number of articles nor a region is specified.
7999
8000 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8001
8002         * nnrss.el (nnrss-request-article): Fix last change; fill
8003         text/plain parts.
8004
8005 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8006
8007         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
8008         in text/plain part.
8009         (nnrss-check-group): Don't add excessive newline to dc:subject.
8010
8011 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
8012
8013         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
8014         article.
8015
8016 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8017
8018         * nnml.el: Don't require gnus-bcklg.  Autoload it.
8019         (nnml-use-compressed-files, nnml-save-mail): Support other
8020         comression programs such as bzip2.
8021
8022 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8023
8024         * dns.el (query-dns): Make sure we check the buffer size before
8025         removing tcp headers.
8026
8027 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8028
8029         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
8030         remove MIME buttons associated with multipart/alternative parts.
8031         (gnus-mime-display-alternative): Tag buttons using `article-type'
8032         text property.
8033
8034         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
8035         associated with multipart/alternative parts.
8036
8037         * gnus-art.el (gnus-signature-separator): Fix custom type.
8038
8039         * mm-decode.el (mm-inlined-types): Fix custom type.
8040         (mm-keep-viewer-alive-types): Ditto.
8041         (mm-automatic-display): Ditto.
8042         (mm-attachment-override-types): Ditto.
8043         (mm-inline-override-types): Ditto.
8044         (mm-automatic-external-display): Ditto.
8045
8046 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8047
8048         * spam-report.el (spam-report-user-mail-address)
8049         (spam-report-user-agent): New variables.
8050         (spam-report-url-ping-plain): Use spam-report-user-agent.
8051
8052 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
8053
8054         * gnus-art.el (gnus-button-handle-custom): Do not just use
8055         `customize-apropos' for any "M-x customize-*" button but the
8056         function called for.  Accept both the function name and its
8057         argument in order to achieve this.
8058         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
8059         function name to `gnus-button-handle-custom' in case of "M-x
8060         customize-*" buttons.
8061
8062 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
8065         multipart/alternative and add xref to mm-discouraged-alternatives
8066         in doc string.
8067
8068         * mm-decode.el (mm-discouraged-alternatives): Add xref to
8069         gnus-buttonized-mime-types in doc string.
8070
8071 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
8072
8073         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
8074         Suggest image/.* in the doc string.
8075
8076 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
8079         message-marks (Debian bug #342521).
8080
8081 2005-12-12  Simon Josefsson  <jas@extundo.com>
8082
8083         * password.el (password-read-from-cache): Add.
8084         (password-read): Use it.
8085
8086 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
8089         us-ascii as a MIME charset.
8090
8091         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
8092         against the case where the 2nd arg TYPE is nil.
8093
8094 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8095
8096         * pop3.el (pop3-stream-type): Fix custom version.
8097
8098         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
8099
8100 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8101
8102         * mm-decode.el (mm-display-external): Add missing cdr.
8103
8104 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8105
8106         * mm-decode.el (mm-display-external): Use nametemplate (defined in
8107         RFC1524) if it is in mailcap or add a suffix according to
8108         mailcap-mime-extensions when generating a temp filename; postpone
8109         deleting a temp file for 2 seconds for some wrappers, shell
8110         scripts, and so on, which might exit right after having started a
8111         viewer command as a background job.
8112
8113 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8114
8115         * nntp.el (nntp-marks-directory): Fix custom group.
8116
8117         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
8118         steps when < 10.
8119
8120         * gnus-start.el (gnus-no-server-1): Mention
8121         `gnus-level-default-subscribed' in doc string.
8122
8123 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
8124
8125         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
8126         parens.
8127
8128 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8129
8130         * gnus-xmas.el (gnus-use-toolbar): Revert.
8131         (gnus-xmas-setup-toolbar): Use global default-toolbar if
8132         gnus-use-toolbar is default.
8133
8134         * messagexmas.el (message-use-toolbar): Revert.
8135         (message-setup-toolbar): Use global default-toolbar if
8136         message-use-toolbar is default.
8137
8138 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8139
8140         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
8141         according to default-toolbar-visible-p.
8142
8143         * messagexmas.el (message-use-toolbar): Ditto.
8144
8145 2005-11-26  Dave Love  <fx@gnu.org>
8146
8147         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
8148         (tls-program, tls-success): Provide openssl alternative.
8149
8150         * starttls.el: Doc fixes.
8151         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
8152         SERVICE to PORT.
8153
8154         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
8155         port null or service name.
8156         (starttls-negotiate): Autoload.
8157
8158 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * message.el (message-kill-to-signature): Fix interactive spec.
8161
8162 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * pop3.el (pop3-open-server): Recognize a string as a service name.
8165
8166 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
8167
8168         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
8169
8170 2005-11-23  Dave Love  <fx@gnu.org>
8171
8172         Add pop3s, pop3/starttls.
8173
8174         * pop3.el (pop3-authentication-scheme): Clarify doc.
8175         (open-tls-stream, starttls-open-stream): Autoload.
8176         (pop3-stream-type): New.
8177         (pop3-open-server): Use it.
8178
8179         * mail-source.el (mail-sources): Fix some :types.  Add stream type
8180         for POP.
8181         (mail-source-keyword-map): Add :stream for POP.
8182         (mail-source-fetch-pop): Use pop3-stream-type.
8183
8184 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8185
8186         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
8187         of current-time-string.
8188
8189 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
8190
8191         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
8192         date header.
8193
8194 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8195
8196         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
8197         it can seriously impact performance as it bypasses the agent's
8198         local caches.
8199
8200 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
8201
8202         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
8203         must be explicitly online rather than "not explicitly offline" for
8204         its flags to be synchronized.
8205
8206         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
8207         that gnus-uu-unmark-thread will function correctly.
8208
8209         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
8210         1024K is instead displayed as 1M.
8211
8212 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213
8214         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
8215
8216 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
8217
8218         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
8219
8220 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
8221
8222         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
8223         error message to display actual error condition.
8224         (gnus-agent-save-local): Avoid saving symbols that are bound to
8225         nil as they simply result in a warning message in
8226         gnus-agent-read-local.
8227
8228 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8229
8230         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
8231         rather than make-variable-buffer-local for file-precious-flag.
8232
8233 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8234
8235         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
8236         for duplicates which are removed.  The invalid sort check then
8237         triggers a rescan after the sort as sorting may have moved
8238         duplicate entries such that they can be cheaply detected.
8239
8240 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
8243
8244 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
8245
8246         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
8247         internal variable to a custom variable.  Changed default value
8248         from compressed(2) to uncompressed(1).
8249         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
8250         support for uncompressed agentview files.  Taken together, reading
8251         the agentview file should now be 6-7 times faster.
8252
8253 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
8254
8255         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
8256         as a buffer-local variable.  This avoids creating truncated
8257         dribble files as a result of a hang up, eg.
8258
8259 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
8260
8261         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
8262         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
8263         XEmacs.
8264
8265 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8266
8267         * gnus-start.el (gnus-start-draft-setup): Enforce
8268         `gnus-draft-mode' for nndraft:drafts at startup.
8269
8270         * gnus.el (gnus-splash): Change custom group.
8271         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
8272         allow-list argument.
8273
8274         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
8275         string.
8276
8277 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8278
8279         * gnus-art.el (gnus-default-article-saver): Add user-defined
8280         `function' to custom type.
8281
8282 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8283
8284         * imap.el (imap-open): Handle case where buffer is a buffer
8285         object.
8286
8287 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
8288
8289         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
8290         long lines.
8291         (gnus-cache-delete-group): Wrap doc strings.
8292
8293         * gnus-agent.el (gnus-agent-rename-group)
8294         (gnus-agent-delete-group): Wrap doc strings.
8295
8296 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8297
8298         * messagexmas.el (message-use-toolbar): Change the valid values
8299         into default, top, bottom, left, and right.
8300         (message-toolbar-thickness): New variable.
8301         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
8302         well.
8303         (message-setup-toolbar): Make it work.
8304
8305         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
8306         (gnus-use-toolbar): Change the valid values into default, top,
8307         bottom, left, and right.
8308         (gnus-toolbar-thickness): New variable.
8309         (gnus-xmas-setup-toolbar): New function.
8310         (gnus-xmas-setup-group-toolbar): Use it.
8311         (gnus-xmas-setup-summary-toolbar): Use it.
8312
8313 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8314
8315         * gnus-start.el (gnus-1): Add "native" to
8316         gnus-predefined-server-alist.
8317
8318         * gnus.el (gnus-method-to-server): Don't add "native" to the
8319         lists here, because that leads to problems when
8320         gnus-select-method is bound.
8321
8322 2005-11-09  Simon Josefsson  <jas@extundo.com>
8323
8324         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
8325         use (not sort-by-date) instead.
8326
8327 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8328
8329         * gnus-delay.el (gnus-delay-group): Don't autoload.
8330         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
8331         to be re-loaded when customizing the `gnus-delay' group.
8332
8333 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
8334
8335         * message.el: Revert last changes.
8336         (message-insert-citation-line): Use newlines.
8337
8338 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
8339
8340         * message.el (message-courtesy-message)
8341         (message-mark-insert-begin, message-mark-insert-end)
8342         (message-elide-ellipsis, message-cancel-message)
8343         (message-add-header, message-change-subject)
8344         (message-cross-post-followup-to-header)
8345         (message-cross-post-insert-note, message-reduce-to-to-cc)
8346         (message-widen-reply, message-delete-not-region)
8347         (message-kill-to-signature, message-insert-signature)
8348         (message-insert-importance-high, message-insert-importance-low)
8349         (message-insert-or-toggle-importance)
8350         (message-insert-disposition-notification-to)
8351         (message-indent-citation, message-yank-original)
8352         (message-cite-original-without-signature, message-cite-original)
8353         (message-insert-citation-line, message-position-on-field)
8354         (message-fix-before-sending, message-send-mail-partially)
8355         (message-send-mail, message-send-mail-with-sendmail)
8356         (message-send-mail-with-qmail, message-send-news)
8357         (message-check-news-header-syntax, message-generate-headers)
8358         (message-insert-courtesy-copy, message-fill-address)
8359         (message-fill-header, message-shorten-references)
8360         (message-setup-1, message-cancel-news)
8361         (message-forward-make-body-plain, message-forward-make-body-mime)
8362         (message-forward-make-body-mml, message-encode-message-body)
8363         (message-forward-make-body-digest-plain)
8364         (message-forward-make-body-digest-mime)
8365         (message-use-alternative-email-as-from): Insert `hard-newline'
8366         instead of ordinary newlines.
8367
8368 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * message.el (message-generate-headers): Downcase the argument
8371         given to message-check-element.
8372
8373 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
8374
8375         * nntp.el (nntp-authinfo-rejected): New error condition.
8376         (nntp-wait-for): Use new error condition to signal authentication
8377         error.
8378         (nntp-retrieve-data): Rethrow new error condition to break out of
8379         recursive call to nntp-send-authinfo.
8380
8381 2005-11-08  Romain Francoise  <romain@orebokech.com>
8382
8383         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
8384         (gnus-summary-exit-map): Bind to `Z p'.
8385         (gnus-summary-make-menu-bar): Add menu item.
8386
8387 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
8388
8389         * gnus-art.el (gnus-article-treat-custom): Add `first'.
8390         (gnus-treat-*): Add `first' in all doc strings.
8391
8392         * gnus-group.el (gnus-group-compact-group): Fix typo.
8393
8394 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8395
8396         * gnus.el (gnus-parameters-case-fold-search): New variable.
8397         (gnus-parameters-get-parameter): Use it.
8398
8399         * gnus-score.el (gnus-home-score-file): Doc fix.
8400
8401 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
8402
8403         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
8404
8405 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8406
8407         * mm-util.el (mm-special-display-p): New function.
8408
8409         * mml.el (mml-preview): Use it; doc fix.
8410
8411 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
8412
8413         * imap.el (imap-open): Handle case where buffer is a buffer object.
8414
8415 2005-10-29  Romain Francoise  <romain@orebokech.com>
8416
8417         * message.el (message-fix-before-sending): Fix comment.
8418
8419 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8420
8421         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
8422
8423 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
8424
8425         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
8426         Used in gnus-score.el.
8427
8428 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8429
8430         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
8431
8432 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8433
8434         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
8435         whitespace removed in revision 7.8.  Use concatenated string to
8436         protect trailing whitespace.
8437
8438 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
8439
8440         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
8441         (nnimap-request-expire-articles): Use it to avoid sending 'UID
8442         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
8443         Courier IMAP ("some version from 2004").  Mostly based on similar
8444         code in the same function.
8445
8446 2005-10-26  Didier Verna  <didier@xemacs.org>
8447
8448         * gnus-group.el (gnus-group-compact-group): Invalidate original
8449         article buffer.
8450         * gnus-srvr.el (gnus-server-compact-server): Ditto.
8451         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
8452         NOV database and in article itself.
8453         Invalidate article backlog.
8454
8455 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8456
8457         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
8458
8459 2005-10-26  Simon Josefsson  <jas@extundo.com>
8460
8461         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
8462         part of 2004-07-25 change.
8463
8464 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * message.el (message-display-completion-list): New function.
8467         (message-expand-group): Use it; make sure the Completions buffer
8468         is modifiable.
8469 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
8470
8471         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
8472         user-mail-name is an empty string.
8473
8474 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
8475
8476         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
8477         depending on gnus-score-decay-constant.
8478
8479         * encrypt.el (encrypt-insert-file-contents)
8480         (encrypt-write-file-contents): Don't use `gnus-message'.
8481
8482         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
8483         arguments.
8484         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
8485         arguments to mm-uu-verbatim-marks-extract.
8486         (mm-uu-hide-markers): New variable.
8487         (mm-uu-extract): Use face similar to `gnus-cite-3'.
8488
8489         * gnus-fun.el (gnus-convert-image-to-x-face-command)
8490         (gnus-convert-image-to-face-command): Use "convert" by default to
8491         allow other input image formats.
8492         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
8493         accordingly.
8494
8495 2005-10-23  Simon Josefsson  <jas@extundo.com>
8496
8497         * imap.el (imap-gssapi-program): Align command line parameters
8498         with latest GNU SASL.
8499         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
8500
8501 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8502
8503         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
8504         HTML.
8505         (nnslashdot-request-article): Ditto.
8506
8507         * lpath.el (featurep): Add nobreak-char-display.
8508
8509 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
8510
8511         * mail-source.el (mail-source-fetch-pop): Require pop3.
8512         (mail-source-check-pop): Ditto.
8513
8514 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8515
8516         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
8517         errors.
8518
8519 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
8520
8521         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
8522         (gnus-treat-strip-leading-blank-lines): Improve doc string.
8523
8524         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
8525
8526         * mm-bodies.el (mm-decode-string): Call
8527         `mm-charset-to-coding-system' with allow-override argument.
8528
8529 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
8532         (rfc2047-charset-to-coding-system): New function.
8533         (rfc2047-decode-encoded-words): New function.
8534         (rfc2047-decode-region): Use them.
8535         (rfc2047-decode-cte): Remove.
8536         (rfc2047-parse-and-decode): Remove.
8537         (rfc2047-decode): Remove.
8538
8539 2005-10-15  Kenichi Handa  <handa@m17n.org>
8540
8541         * rfc2047.el (rfc2047-decode-cte): New function.
8542         (rfc2047-decode-region): Change the way to decode successive
8543         encoded-words: decode B- or Q-encoding in each encoded-word,
8544         concatenate them, and decode it as charset.
8545
8546 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * lpath.el: Fbind codepage-setup for XEmacs.
8549
8550 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
8551
8552         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
8553         widget-move-and-invoke.
8554         (gnus-custom-mode): Use gnus-custom-map.
8555
8556 2005-10-15  Bill Wohler  <wohler@newt.com>
8557
8558         * message.el (message-tool-bar-map): Renamed image file from
8559         mail_send to mail/send.
8560
8561 2005-10-16  Masatake YAMATO  <jet@gyve.org>
8562
8563         * message.el (message-expand-group): Pass the common
8564         prefix substring of completion to `display-completion-list'.
8565
8566 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
8567
8568         * mml-sec.el (mml-secure-method): New internal variable.
8569         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
8570         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
8571         functions using mml-secure-method.
8572
8573         * mml.el (mml-mode-map): Add key bindings for those functions.
8574         (mml-menu): Simplify security menu entries.  Suggested by Jesper
8575         Harder <harder@myrealbox.com>.
8576         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
8577         end of message if point is the headers of the message.
8578
8579         * message.el (message-in-body-p): New function.
8580
8581         * assistant.el: Autoload gnus-util and netrc.
8582
8583         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
8584         Use `mm-charset-override-alist' only when decoding.
8585
8586         * mm-bodies.el (mm-decode-body): Call
8587         `mm-charset-to-coding-system' with allow-override argument.
8588
8589         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
8590         `filename' from Content-Disposition if Content-Type doesn't
8591         provide `name'.
8592         (gnus-mime-view-part-as-type): Set default instead of
8593         initial-input.
8594
8595 2005-10-09  Daniel Brockman  <daniel@brockman.se>
8596
8597         * format-spec.el (format-spec): Propagate text properties of % spec.
8598
8599 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
8600
8601         * gnus-art.el (gnus-treat-predicate): Add `first'.
8602
8603 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
8604
8605         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
8606         (mm-charset-override-alist): New variable.
8607         (mm-charset-to-coding-system): Use it.
8608         (mm-codepage-setup): New helper function.
8609         (mm-charset-eval-alist): New variable.
8610         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
8611         about unknown charsets.
8612
8613         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
8614
8615 2005-10-04  David Hansen  <david.hansen@gmx.net>
8616
8617         * nnrss.el (nnrss-request-article): Add support for the comments tag.
8618         (nnrss-check-group): Ditto.
8619
8620 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
8623         Rename x-gnus-verbatim to x-verbatim.
8624         (mm-uu-type-alist): Fix regexp for verbatim-marks.
8625
8626         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
8627         x-verbatim.
8628
8629         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
8630
8631         * gnus-util.el (gnus-remove-duplicates): Remove.
8632
8633         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
8634         instead of gnus-remove-duplicates.
8635
8636         * message.el (message-remove-duplicates): Remove.
8637         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
8638         message-remove-duplicates.
8639
8640         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
8641         available, else use implementation from `delete-dups'.
8642
8643         * message.el (message-insert-expires): New function.
8644         (message-mode-map): Add key binding.
8645         (message-mode-field-menu): Add menu entry.
8646         (message-mode): Document it.
8647         (message-make-expires-date): Use `message-make-date'.
8648
8649 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
8650
8651         * message.el (message-make-expires-date): New function.
8652
8653 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * Makefile.in (list-installed-shadows): New entry.
8656         (install): Use it.
8657         (remove-installed-shadows): New entry.
8658
8659         * dgnushack.el (dgnushack-default-load-path): New variable.
8660         (dgnushack-find-lisp-shadows): New function.
8661         (dgnushack-remove-lisp-shadows): New function.
8662
8663 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * Makefile.in (install-el-elc): New entry.
8666         (install): Use it so that .el files are necessarily installed.
8667
8668 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * time-date.el: Autoload parse-time-string, XEmacs needs it.
8671
8672 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8673
8674         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
8675         function rather than the diff-mode.el package.
8676         (mm-display-external): Use with-current-buffer.
8677         (mm-viewer-completion-map, mm-viewer-completion-map):
8678         Move initialization inside declaration.
8679
8680 2005-09-29  Simon Josefsson  <jas@extundo.com>
8681
8682         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
8683         autoload mail-check-payment.
8684         (spam-check-hashcash): Define unconditionally, since hashcash.el
8685         is part of Gnus now.  Ignore errors from payment checking.
8686
8687 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
8688
8689         * message.el (message-bold-region, message-unbold-region): Rename
8690         from `bold-region' and `unbold-region'.
8691
8692         * message.el: Remove useless autoloads.
8693
8694 2005-09-28  Simon Josefsson  <jas@extundo.com>
8695
8696         * message.el (message-use-idna): Default to t.
8697         (message-use-idna): Test whether encoding works too.  Doc fix.
8698
8699 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8700
8701         * nntp.el (nntp-warn-about-losing-connection): Remove.
8702
8703 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
8704
8705         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8706         customizable.  Change default value.
8707         (mm-uu-diff-groups-regexp): Change default value.
8708         (mm-uu-type-alist): Add doc string.
8709         (mm-uu-configure): Add doc string.  Make it interactive.
8710         (mm-uu-tex-groups-regexp): New variable.
8711         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8712         (mm-uu-type-alist): Add LaTeX documents.
8713         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8714         of "text/verbatim".
8715         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8716
8717         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8718         instead of "text/verbatim".
8719
8720         * message.el (message-mark-inserted-region)
8721         (message-mark-insert-file): Use slrn style marks when called with
8722         prefix argument.
8723
8724 2005-09-27  Simon Josefsson  <jas@extundo.com>
8725
8726         * message.el (message-idna-to-ascii-rhs-1): Reformat.
8727
8728 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
8729
8730         * message.el (message-remove-duplicates): New function.
8731         Implementation borrowed from `gnus-remove-duplicates'.
8732         (message-idna-to-ascii-rhs): Also encode idna addresses in
8733         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8734         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8735         only ask about the same idna domain once per header and also tell
8736         in what header to replace the idna domain.
8737
8738         * gnus-art.el (article-decode-idna-rhs): Also decode idna
8739         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8740         (article-decode-idna-rhs): Fix regexp so that all idna-address in
8741         a header is decoded and not just the last one.
8742
8743 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8746         has been decoded.
8747
8748         * mm-decode.el (mm-automatic-display): Add text/verbatim.
8749         (mm-insert-part): Don't modify text if it has been decoded.
8750
8751         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8752         decoded.
8753
8754         * mm-view.el (mm-inline-text): Don't strip text props unless
8755         decoding enriched or richtext parts.
8756
8757 2005-09-25  Romain Francoise  <romain@orebokech.com>
8758
8759         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8760         * gnus-start.el (gnus-subscribe-interactively):
8761         * gnus-uu.el (gnus-uu-grab-articles):
8762         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8763         space.
8764
8765 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
8766
8767         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8768         * mm-view.el (mm-view-pkcs7-decrypt):
8769         * gnus-sum.el (gnus-summary-limit-to-extra)
8770         (gnus-summary-respool-article, gnus-read-move-group-name):
8771         * gnus-score.el (gnus-summary-increase-score):
8772         * gnus-util.el (gnus-completing-read-with-default):
8773         * gnus-art.el (gnus-read-save-file-name)
8774         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8775         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8776         * message.el (message-check-news-header-syntax):
8777         Follow convention for reading with the minibuffer.
8778
8779 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
8780
8781         * spam-report.el (spam-report-url-ping-plain):
8782         Use gnus-extended-version as User-Agent.
8783
8784         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8785         default value is nil.
8786
8787         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8788         (mm-uu-verbatim-marks-extract): New function.
8789         (mm-uu-extract): New face.
8790         (mm-uu-copy-to-buffer): Use it.
8791
8792         * spam-report.el (spam-report-gmane-ham): Renamed from
8793         `spam-report-gmane-unspam'.
8794         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8795         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
8796
8797         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8798         Autoload.
8799         (spam-report-gmane-unregister-routine): Renamed
8800         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8801
8802 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
8803
8804         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8805         (spam-report-gmane-unregister-routine): Add support for gmane
8806         unregistration.
8807
8808         * spam-report.el (spam-report-gmane-unspam)
8809         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8810         (spam-report-gmane): Change to take a single article and do unspam
8811         registration.
8812
8813 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8814
8815         * mm-url.el (mm-url-decode-entities): Fix regexp.
8816
8817 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8818
8819         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8820         default to nil, to be able to use Gnus at all.  If the default
8821         switches to something else, then the function should be fixed not
8822         be exceedingly slow.
8823
8824 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
8825
8826         * gnus-start.el (gnus-activate-group): If the server is nil, don't
8827         fail hard.
8828
8829         * spam-report.el: Add better Keywords line.
8830
8831         * spam.el: Add Maintainer and better Keywords line.
8832
8833 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
8834
8835         * gnus-art.el (gnus-article-replace-part)
8836         (gnus-mime-replace-part): New functions.
8837         (gnus-mime-action-alist, gnus-mime-button-commands)
8838         (gnus-mime-save-part-and-strip): Added file argument.
8839         (gnus-article-part-wrapper): Added interactive argument.
8840
8841         * gnus-sum.el (gnus-summary-mime-map): Add
8842         `gnus-article-replace-part'.
8843
8844 2005-09-19  Didier Verna  <didier@xemacs.org>
8845
8846         The nnml compaction feature:
8847         * nnml.el (nnml-request-compact-group): New function.
8848         * nnml.el (nnml-request-compact): New function.
8849         * gnus-int.el (gnus-request-compact-group): New function.
8850         * gnus-int.el (gnus-request-compact): New function.
8851         * gnus-group.el (gnus-group-compact-group): New function.
8852         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8853         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8854         * gnus-srvr.el (gnus-server-compact-server): New function.
8855         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8856         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8857
8858 2005-09-18  Deepak Goel  <deego@gnufans.org>
8859
8860         * sieve.el (sieve-help): Fix `message' call: first arg should be a
8861         format spec.
8862
8863 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * gnus.el (gnus-group-startup-message): Bind image-load-path.
8866
8867 2005-09-15  Romain Francoise  <romain@orebokech.com>
8868
8869         * message.el (message-fill-paragraph): Clarify docstring.
8870
8871 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8872
8873         * gnus-art.el (gnus-mime-display-part): Protect against broken
8874         MIME messages.
8875
8876 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8877
8878         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8879         before parsing header.
8880
8881 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
8882
8883         * html2text.el (html2text-replace-list): Add new entities.
8884
8885 2005-09-11  Romain Francoise  <romain@orebokech.com>
8886
8887         * message.el (message-alternative-emails): Improve docstring.
8888         (message-setup-1): Call `message-use-alternative-email-as-from'
8889         after `message-setup-hook' to give it precedence over posting
8890         styles, etc.
8891         (message-use-alternative-email-as-from): Add docstring.  Remove
8892         the original From header if present.
8893
8894         * nnml.el (nnml-compressed-files-size-threshold): New variable.
8895         (nnml-save-mail): Use it.
8896
8897         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8898         articles.  Add new argument `silent'.
8899         (gnus-uu-mark-all): Report the total number of marked articles.
8900
8901 2005-09-10  Romain Francoise  <romain@orebokech.com>
8902
8903         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8904         (gnus-uu-mark-series): Likewise.
8905
8906 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
8907
8908         * spam-report.el (spam-report-gmane): Fix generation of spam
8909         report URL.
8910
8911 2005-09-10  Simon Josefsson  <jas@extundo.com>
8912
8913         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8914         t, based on discussion on the ding list with Robert Epprecht
8915         <epprecht@solnet.ch>.
8916
8917 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
8918
8919         * spam-report.el (spam-report-gmane): Make it work without
8920         X-Report-Spam header.  Gmane now only provides Archived-At.
8921         This is only used if `spam-report-gmane-use-article-number' is nil.
8922         (spam-report-gmane-spam-header): Remove.  Not used anymore.
8923
8924         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8925         make `gnus-summary-sort-by-recipient' work with threading.
8926
8927         * nnweb.el (nnweb-google-wash-article): Print a message if article
8928         is not available.
8929
8930 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8931
8932         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8933         change.  Decode text/* parts content before displaying.
8934
8935 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * mml-smime.el: Remove defvar of gnus-extract-address-components.
8938
8939 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * mm-view.el (mm-display-inline-fontify): Disable support modes.
8942
8943         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
8944         url-package-name, url-package-version,
8945         w3m-cid-retrieve-function-alist, w3m-current-buffer,
8946         w3m-display-inline-images, and w3m-minor-mode-map.
8947
8948 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
8949
8950         * message.el (message-tab-body-function): Fix mismatched custom type.
8951
8952         * gnus.el (gnus-group-change-level-function): Ditto.
8953
8954         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8955
8956         * gnus-art.el (gnus-signature-limit)
8957         (gnus-article-mime-part-function): Ditto.
8958
8959 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * mml.el (mml-mode): Silence the byte compiler.
8962
8963         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8964         using `(sit-for 0)' before moving the point to the specified part;
8965         skip unbuttonized parts.
8966         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8967         return to the summary window if gnus-auto-select-part is non-nil.
8968
8969 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
8970
8971         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8972         variables.
8973         (mml-dnd-attach-file, mml-mode): Use them.
8974
8975         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8976         Make fetching article by MID work again for Google Groups.  Added
8977         FIXME concerning gnus-group-make-web-group.
8978
8979         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8980         Don't depend on Gnus by using mail-extract-address-components if
8981         gnus-extract-address-components is not bound.
8982
8983 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984
8985         * gnus-art.el (gnus-mime-display-security): Don't display the
8986         signature, but only the signed part.
8987
8988 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8991
8992         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8993         list, not listp.
8994
8995 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
8996
8997         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8998         when encoding.
8999
9000         * mm-bodies.el (mm-decode-content-transfer-encoding):
9001         De-canonicalize CRLF for all text content types, not just
9002         text/plain.
9003
9004 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9005
9006         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
9007         valid article; point arrow and cursor at the MIME button.
9008
9009 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9010
9011         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
9012         Suggested by Dan Christensen <jdc@uwo.ca>.
9013
9014         * mm-decode.el (mm-save-part): Enable change of prompt.
9015
9016 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
9017
9018         * gnus-msg.el (gnus-inews-add-send-actions): Made
9019         `message-post-method' lambda parameter ARG `&optional'.
9020
9021 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9022
9023         * gnus-sum.el (gnus-summary-mime-map): Added
9024         gnus-article-save-part-and-strip, gnus-article-delete-part and
9025         gnus-article-jump-to-part.
9026
9027         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
9028         (gnus-article-edit-part): Use it.
9029         (gnus-article-part-wrapper): Added no-handle argument.
9030         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
9031         functions.
9032
9033 2005-08-29  Romain Francoise  <romain@orebokech.com>
9034
9035         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
9036         docstring.
9037         (gnus-face-from-file): Likewise.
9038
9039 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
9040
9041         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
9042         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
9043         non-nil.
9044         (gnus-auto-select-part): New variable.
9045         (gnus-article-jump-to-part): New function.
9046         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
9047         (gnus-mime-delete-part): Allow selecting specified part after
9048         deleting or stripping parts.
9049         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
9050         part if argument is bogus.
9051
9052 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
9053
9054         * gnus-art.el (w3m-minor-mode-map):
9055         * gnus-spec.el (gnus-newsrc-file-version):
9056         * gnus-util.el (nnmail-active-file-coding-system)
9057         (gnus-original-article-buffer, gnus-user-agent):
9058         * gnus.el (gnus-ham-process-destinations)
9059         (gnus-parameter-ham-marks-alist)
9060         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
9061         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
9062         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
9063         * mm-decode.el (gnus-current-window-configuration):
9064         * mm-extern.el (gnus-article-mime-handles):
9065         * mm-url.el (url-current-object, url-package-name)
9066         (url-package-version):
9067         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
9068         (smime-keys, w3m-cid-retrieve-function-alist)
9069         (w3m-current-buffer, w3m-display-inline-images)
9070         (w3m-minor-mode-map):
9071         * mml-smime.el (gnus-extract-address-components):
9072         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
9073         (gnus-newsrc-hashtb, message-default-charset)
9074         (message-deletable-headers, message-options)
9075         (message-posting-charset, message-required-mail-headers)
9076         (message-required-news-headers):
9077         * mml1991.el (mc-pgp-always-sign):
9078         * mml2015.el (mc-pgp-always-sign):
9079         * nnheader.el (nnmail-extra-headers):
9080         * rfc1843.el (gnus-decode-encoded-word-function)
9081         (gnus-decode-header-function, gnus-newsgroup-name):
9082         * spam-stat.el (gnus-original-article-buffer): Add defvars.
9083
9084 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
9085
9086         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
9087         the end of the date treatments.
9088
9089 2005-08-15  Simon Josefsson  <jas@extundo.com>
9090
9091         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
9092         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
9093         Capello and Romain Francoise.
9094         (pgg-fetch-key-function): Removed, not used?
9095         (pgg-insert-url-with-w3): Require url, to get
9096         url-insert-file-contents regardless of where it is defined.
9097
9098 2005-08-13  Romain Francoise  <romain@orebokech.com>
9099
9100         * message.el (message-cite-original-1): New function.
9101         (message-cite-original): Use it.
9102         (message-cite-original-without-signature): Ditto.
9103
9104 2005-08-08  Romain Francoise  <romain@orebokech.com>
9105
9106         * message.el (message-yank-empty-prefix): New variable.
9107         (message-indent-citation): Use it.
9108         (message-cite-original-without-signature): Respect X-No-Archive.
9109
9110 2005-08-08  Simon Josefsson  <jas@extundo.com>
9111
9112         * pgg.el: Autoload url-insert-file-contents instead of loading
9113         w3/url.
9114         (pgg-insert-url-with-w3): Don't load url here.
9115
9116 2005-08-07  Jesper Harder  <harder@phys.au.dk>
9117
9118         * message.el (message-kill-to-signature): Don't insert newline at
9119         bol.
9120         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
9121
9122 2005-08-06  Romain Francoise  <romain@orebokech.com>
9123
9124         * message.el (message-user-fqdn): Fix typo in docstring.
9125
9126 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
9127
9128         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
9129
9130         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
9131
9132 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9133
9134         * mm-bodies.el (mm-encode-body): Use coding system rather than
9135         charset to encode text.
9136
9137         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
9138         number of charsets if utf-8 is available (XEmacs).
9139
9140 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9141
9142         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
9143         taken from `gnus-button-mid-or-mail-regexp'.
9144         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
9145         (gnus-button-alist): Improve regexp for domain part of the MIDs
9146         for news:localpart@domain buttons.
9147         (gnus-button-ctan-directory-regexp): Update.
9148
9149 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * sieve-manage.el (sieve-manage-interactive-login): Use
9152         make-local-variable rather than make-variable-buffer-local.
9153         (sieve-manage-open): Ditto.
9154         (sieve-manage-authenticate): Ditto.
9155
9156         * mml.el (mml-generate-mime-1): Make the content type default to
9157         text/plain if the filename is not specified.
9158
9159 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9160
9161         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
9162         instead of insert-buffer.
9163
9164         * message.el (message-yank-original): Ditto; set the mark at the
9165         end of the yanked message.
9166
9167 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9168
9169         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
9170         lines to scroll rather than to stop it.
9171
9172         * mml.el (mml-generate-default-type): Add doc string.
9173         (mml-generate-mime-1): Use mm-default-file-encoding or make it
9174         default to application/octet-stream when determining the content
9175         type if it is not specified for the part or the mml contents; add
9176         a comment about mml-generate-default-type.
9177
9178 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
9179
9180         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
9181         make it default to application/octet-stream when determining the
9182         content type if it is not specified for the external contents.
9183
9184 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9185
9186         * rfc2231.el (rfc2231-parse-string): Take care that not only a
9187         segmented parameter but also other parameters might be there.
9188
9189 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9190
9191         * mm-decode.el (mm-display-external): Delete temp file, directory
9192         and buffer immediately if the external process is exited.
9193
9194 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9195
9196         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
9197         fewer lines than that of scroll-margin.
9198         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
9199
9200 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9201
9202         * gnus-art.el (gnus-article-next-page): Revert.
9203         (gnus-article-beginning-of-window): New macro.
9204         (gnus-article-next-page-1): Use it.
9205         (gnus-article-prev-page): Ditto.
9206         (gnus-article-edit-part): Use insert-buffer-substring instead of
9207         insert-buffer.
9208         (gnus-article-edit-exit): Ditto.
9209
9210         * gnus-util.el (gnus-beginning-of-window): Remove.
9211         (gnus-end-of-window): Remove.
9212
9213         * lpath.el: Don't bind header-line-format and scroll-margin.
9214
9215 2005-07-25  Simon Josefsson  <jas@extundo.com>
9216
9217         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
9218         to have the url package without w3.  Reported by Daiki Ueno
9219         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
9220
9221 2005-07-20  Didier Verna  <didier@xemacs.org>
9222
9223         * gnus-diary.el: Remove the description comment (nndiary is now
9224         properly documented in the Gnus manual).
9225         Fix the spelling of "Back End".
9226         * nndiary.el: Ditto.
9227         Fix the copyright notice.
9228
9229 2005-07-18  Romain Francoise  <romain@orebokech.com>
9230
9231         * gnus-sum.el (gnus-summary-to-prefix)
9232         (gnus-summary-newsgroup-prefix): New variables.
9233         (gnus-summary-from-or-to-or-newsgroups): Use them.
9234
9235 2005-07-17  Romain Francoise  <romain@orebokech.com>
9236
9237         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
9238         space as it's generally not especially interesting to the user.
9239
9240 2005-07-16  Romain Francoise  <romain@orebokech.com>
9241
9242         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
9243         nil to avoid prompting and file modification if one of the
9244         messages at the top of the nnfolder file contains a copyright
9245         notice.
9246         Update copyright notice.
9247
9248         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
9249         instead of `current-time-string' as the latter creates a time
9250         string that is not RFC 2822 compliant (it lacks the zone).
9251         Update copyright notice.
9252
9253 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9254
9255         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
9256         for text/rtf.  Display default in prompt.  Pass default for M-n.
9257
9258         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
9259
9260 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9261
9262         * gnus-msg.el (gnus-button-mailto): Remove
9263         save-selected-window-window hackery because it relies on
9264         save-selected-window internals.
9265
9266 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9267
9268         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
9269         (gnus-article-next-page-1): Use gnus-beginning-of-window.
9270         (gnus-article-prev-page): Ditto.
9271
9272         * gnus-util.el (gnus-beginning-of-window): New function.
9273         (gnus-end-of-window): New function.
9274
9275         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
9276
9277 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
9278
9279         * gnus-score.el (gnus-score-edit-all-score): Set
9280         gnus-score-edit-exit-function to gnus-score-edit-done and call
9281         gnus-message.
9282
9283 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9284
9285         * gnus-msg.el (gnus-button-mailto): Remove
9286         save-selected-window-window hackery because it relies on
9287         save-selected-window internals.
9288
9289 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9290
9291         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
9292         add-minor-mode.
9293         (gnus-binary-mode): Ditto.
9294
9295         * gnus-topic.el (gnus-topic-mode): Ditto.
9296
9297 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
9298
9299         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
9300         (gnus-article-prev-page): Take scroll-margin into consideration.
9301
9302 2005-07-04  Lute Kamstra  <lute@gnu.org>
9303
9304         Update FSF's address in GPL notices.
9305
9306 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
9307
9308         * gnus.el (gnus-exit):
9309         * gnus-group.el (gnus-group-icons):
9310         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
9311
9312         * gnus-nocem.el (gnus-nocem):
9313         * message.el (message-various, message-buffers, message-sending)
9314         (message-interface, message-forwarding, message-insertion)
9315         (message-headers, message-news, message-mail):
9316         * pgg-gpg.el (pgg-gpg):
9317         * pgg-parse.el (pgg-parse):
9318         * pgg-pgp.el (pgg-pgp):
9319         * pgg-pgp5.el (pgg-pgp5):
9320         * pop3.el (pop3): Finish `defgroup' description with period.
9321
9322 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9323
9324         * gnus-art.el (article-display-face): Improve the efficiency.
9325         (article-display-x-face): Ditto; remove grey x-face stuff.
9326
9327 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9328
9329         * gnus-art.el (article-display-face): Correct the position in
9330         which Faces are inserted.
9331
9332 2005-06-29  Didier Verna  <didier@xemacs.org>
9333
9334         * gnus-art.el (article-display-face): Display faces in correct
9335         order.
9336
9337 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9338
9339         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
9340         (gnus-fill-real-hashtb): Use hash table instead of obarray.
9341         (gnus-nocem-check-article): Fetch the Type header.
9342         (gnus-nocem-message-wanted-p): Fix the way to examine types.
9343         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
9344         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
9345         make sure gnus-nocem-hashtb is initialized.
9346         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
9347         (gnus-nocem-unwanted-article-p): Ditto.
9348
9349         * pgg.el (pgg-verify): Return the verification result.
9350
9351 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9352
9353         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
9354         is ascii.
9355
9356 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
9357
9358         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
9359         `show-nonbreak-escape'.
9360
9361 2005-06-23  Lute Kamstra  <lute@gnu.org>
9362
9363         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
9364
9365         * dig.el (dig-mode):
9366         * smime.el (smime-mode): Use gnus-run-mode-hooks.
9367
9368 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
9369
9370         * nnimap.el (nnimap-split-download-body): Fix spellings.
9371
9372 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
9373
9374         * gnus-art.el (gnus-article-encrypt-body):
9375         * gnus-cus.el (gnus-score-customize):
9376         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
9377         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
9378
9379 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
9380
9381         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
9382         header by looking for magic "MII" at the beginnig.
9383
9384 2005-06-16  Miles Bader  <miles@gnu.org>
9385
9386         * gnus-xmas.el (gnus-xmas-group-startup-message):
9387         Use renamed gnus-splash face.
9388
9389         * assistant.el (assistant-field): Remove "-face" suffix from face name.
9390         (assistant-field-face): New backward-compatibility alias for renamed
9391         face.
9392         (assistant-render-text): Use renamed assistant-field face.
9393
9394         * spam.el (spam): Remove "-face" suffix from face name.
9395         (spam-face): New backward-compatibility alias for renamed face.
9396         (spam-face, spam-initialize): Use renamed spam face.
9397
9398         * message.el (message-header-to, message-header-cc)
9399         (message-header-subject, message-header-newsgroups)
9400         (message-header-other, message-header-name)
9401         (message-header-xheader, message-separator, message-cited-text)
9402         (message-mml): Remove "-face" suffix from face names.
9403         (message-header-to-face, message-header-cc-face)
9404         (message-header-subject-face, message-header-newsgroups-face)
9405         (message-header-other-face, message-header-name-face)
9406         (message-header-xheader-face, message-separator-face)
9407         (message-cited-text-face, message-mml-face):
9408         New backward-compatibility aliases for renamed faces.
9409         (message-font-lock-keywords): Use renamed message faces.
9410
9411         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
9412         (sieve-test-commands, sieve-tagged-arguments):
9413         Remove "-face" suffix from face names.
9414         (sieve-control-commands-face, sieve-action-commands-face)
9415         (sieve-test-commands-face, sieve-tagged-arguments-face):
9416         New backward-compatibility aliases for renamed faces.
9417         (sieve-control-commands-face, sieve-action-commands-face)
9418         (sieve-test-commands-face, sieve-tagged-arguments-face):
9419         Use renamed sieve faces.
9420
9421         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
9422         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
9423         (gnus-group-news-3-empty, gnus-group-news-4)
9424         (gnus-group-news-4-empty, gnus-group-news-5)
9425         (gnus-group-news-5-empty, gnus-group-news-6)
9426         (gnus-group-news-6-empty, gnus-group-news-low)
9427         (gnus-group-news-low-empty, gnus-group-mail-1)
9428         (gnus-group-mail-1-empty, gnus-group-mail-2)
9429         (gnus-group-mail-2-empty, gnus-group-mail-3)
9430         (gnus-group-mail-3-empty, gnus-group-mail-low)
9431         (gnus-group-mail-low-empty, gnus-summary-selected)
9432         (gnus-summary-cancelled, gnus-summary-high-ticked)
9433         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
9434         (gnus-summary-high-ancient, gnus-summary-low-ancient)
9435         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
9436         (gnus-summary-low-undownloaded)
9437         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
9438         (gnus-summary-low-unread, gnus-summary-normal-unread)
9439         (gnus-summary-high-read, gnus-summary-low-read)
9440         (gnus-summary-normal-read, gnus-splash):
9441         Remove "-face" suffix from face names.
9442         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9443         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9444         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9445         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9446         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9447         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9448         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9449         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9450         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9451         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9452         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9453         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9454         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9455         (gnus-summary-normal-ticked-face)
9456         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
9457         (gnus-summary-normal-ancient-face)
9458         (gnus-summary-high-undownloaded-face)
9459         (gnus-summary-low-undownloaded-face)
9460         (gnus-summary-normal-undownloaded-face)
9461         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9462         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9463         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9464         (gnus-splash-face):
9465         New backward-compatibility aliases for renamed faces.
9466         (gnus-group-startup-message): Use renamed gnus faces.
9467
9468         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
9469         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
9470         (gnus-server-agent): Remove "-face" suffix from face names.
9471         (gnus-server-agent-face, gnus-server-opened-face)
9472         (gnus-server-closed-face, gnus-server-denied-face)
9473         (gnus-server-offline-face):
9474         New backward-compatibility aliases for renamed faces.
9475         (gnus-server-agent-face, gnus-server-opened-face)
9476         (gnus-server-closed-face, gnus-server-denied-face)
9477         (gnus-server-offline-face): Use renamed gnus faces.
9478
9479         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
9480         Remove "-face" suffix from face names.
9481         (gnus-picon-xbm-face, gnus-picon-face):
9482         New backward-compatibility aliases for renamed faces.
9483
9484         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
9485         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
9486         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
9487         (gnus-cite-11): Remove "-face" suffix from face names.
9488         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
9489         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
9490         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
9491         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
9492         New backward-compatibility aliases for renamed faces.
9493         (gnus-cite-attribution-face, gnus-cite-face-list)
9494         (gnus-article-boring-faces): Use renamed gnus faces.
9495
9496         * gnus-art.el (gnus-signature, gnus-header-from)
9497         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
9498         (gnus-header-content): Remove "-face" suffix from face names.
9499         (gnus-signature-face, gnus-header-from-face)
9500         (gnus-header-subject-face, gnus-header-newsgroups-face)
9501         (gnus-header-name-face, gnus-header-content-face):
9502         New backward-compatibility aliases for renamed faces.
9503         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
9504
9505         * gnus-sum.el (gnus-summary-selected-face)
9506         (gnus-summary-highlight): Use renamed gnus faces.
9507         * gnus-group.el (gnus-group-highlight): Likewise.
9508
9509 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
9510
9511         * gnus-sieve.el (gnus-sieve-article-add-rule):
9512         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
9513         * spam-stat.el (spam-stat-buffer-change-to-spam)
9514         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
9515
9516         * message.el (message-is-yours-p):
9517         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
9518
9519 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9520
9521         * mm-view.el (mm-inline-text): Withdraw the last change.
9522
9523 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
9526         executing enriched-decode.
9527
9528 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
9531         charset of tar files.
9532
9533 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
9534
9535         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
9536
9537 2005-06-04  Lute Kamstra  <lute@gnu.org>
9538
9539         * nnfolder.el (nnfolder-read-folder): Make sure that undo
9540         information is never recorded.
9541
9542 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9543
9544         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
9545
9546 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * pop3.el (pop3-apop): Run md5 in the binary mode.
9549
9550         * starttls.el (starttls-set-process-query-on-exit-flag):
9551         Use eval-and-compile.
9552
9553 2005-05-31  Simon Josefsson  <jas@extundo.com>
9554
9555         * smime.el (smime-replace-in-string): Define.
9556         (smime-cert-by-ldap-1): Use it.
9557
9558 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * gnus-art.el (article-display-x-face): Replace
9561         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9562
9563         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
9564         set-process-query-on-exit-flag or process-kill-without-query.
9565
9566         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
9567         loop instead of replace-regexp.
9568
9569         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
9570         instead of process-kill-without-query if it is available.
9571
9572         * lpath.el: Fbind ldap-search-entries.
9573
9574         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
9575         instead of find-file-hooks if it is available.
9576
9577         * mml1991.el: Bind pgg-default-user-id when compiling.
9578
9579         * mml2015.el: Bind pgg-default-user-id when compiling.
9580
9581         * nndraft.el (nndraft-request-associate-buffer):
9582         Use write-contents-functions instead of write-contents-hooks if it is
9583         available.
9584
9585         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
9586         instead of find-file-hooks if it is available.
9587
9588         * nntp.el (nntp-open-connection): Replace
9589         process-kill-without-query by gnus-set-process-query-on-exit-flag.
9590         (nntp-open-ssl-stream): Ditto.
9591         (nntp-open-tls-stream): Ditto.
9592
9593         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
9594         set-process-query-on-exit-flag or process-kill-without-query.
9595         (starttls-open-stream-gnutls): Use it instead of
9596         process-kill-without-query.
9597         (starttls-open-stream): Ditto.
9598
9599 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
9600
9601         * smime.el (smime-cert-by-ldap-1): Don't use
9602         replace-regexp-in-string.
9603
9604 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
9605
9606         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
9607
9608         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
9609         in PEM format.  Adjust to the XEmacs compability.
9610
9611 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
9612
9613         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
9614         by `string-to-number'.
9615         * gnus-agent.el (gnus-agent-regenerate-group)
9616         (gnus-agent-fetch-articles): Ditto.
9617         * gnus-art.el (gnus-button-fetch-group): Ditto.
9618         * gnus-cache.el (gnus-cache-generate-active)
9619         (gnus-cache-articles-in-group): Ditto.
9620         * gnus-group.el (gnus-group-set-current-level)
9621         (gnus-group-insert-group-line): Ditto.
9622         * gnus-score.el (gnus-score-set-expunge-below)
9623         (gnus-score-set-mark-below, gnus-summary-score-effect)
9624         (gnus-summary-score-entry): Ditto.
9625         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
9626         (gnus-soup-pack): Ditto.
9627         * gnus-spec.el (gnus-xmas-format): Ditto.
9628         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
9629         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
9630         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
9631         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
9632         * nndb.el (nndb-get-remote-expire-response): Ditto.
9633         * nndiary.el (nndiary-parse-schedule-value)
9634         (nndiary-string-to-number, nndiary-request-replace-article)
9635         (nndiary-request-article): Ditto.
9636         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
9637         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
9638         * nneething.el (nneething-make-head): Ditto.
9639         * nnfolder.el (nnfolder-request-article)
9640         (nnfolder-retrieve-headers): Ditto.
9641         * nnheader.el (nnheader-file-to-number): Ditto.
9642         * nnkiboze.el (nnkiboze-request-article): Ditto.
9643         * nnmail.el (nnmail-process-unix-mail-format)
9644         (nnmail-process-babyl-mail-format): Ditto.
9645         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
9646         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
9647         (nnmh-request-create-group, nnmh-request-list-1)
9648         (nnmh-request-group, nnmh-request-article): Ditto.
9649         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
9650         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
9651         * nnsoup.el (nnsoup-make-active): Ditto.
9652         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
9653         * nntp.el (nntp-find-group-and-number)
9654         (nntp-retrieve-headers-with-xover): Ditto.
9655         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
9656         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
9657         (pgg-format-key-identifier): Ditto.
9658         * pop3.el (pop3-last, pop3-stat): Ditto.
9659         * qp.el (quoted-printable-decode-region): Ditto.
9660
9661         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
9662         of concat.
9663
9664 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9665
9666         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
9667
9668         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
9669
9670         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
9671
9672         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
9673
9674         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
9675
9676         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
9677
9678         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
9679         (gnus-carpal-mode): Ditto.
9680
9681         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
9682         (gnus-browse-mode): Ditto.
9683
9684         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
9685
9686         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
9687
9688 2005-05-29  Richard M. Stallman  <rms@gnu.org>
9689
9690         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
9691
9692 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9693
9694         * gnus-util.el (gnus-run-mode-hooks): New function.
9695
9696         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
9697
9698         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
9699         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
9700
9701 2005-05-27  Lute Kamstra  <lute@gnu.org>
9702
9703         * dns-mode.el (dns-mode): Specify customization group.
9704
9705 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
9706
9707         * gnus-agent.el (gnus-agent-make-mode-line-string):
9708         Use mode-line-highlight as mouse-face.
9709
9710 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9711
9712         * canlock.el (canlock): Change the parent group to news.
9713
9714         * deuglify.el (gnus-outlook-deuglify): Add :group.
9715
9716         * dig.el (dig): Add :group.
9717
9718         * dns-mode.el (dns-mode): Add :group.
9719
9720         * encrypt.el (encrypt): Add :group.
9721
9722         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9723         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9724         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9725         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9726         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9727
9728         * gnus-diary.el (gnus-diary): Add :group.
9729
9730         * gnus.el (gnus-group-news-1-face): Add :group.
9731         (gnus-group-news-1-empty-face): Ditto.
9732         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9733         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9734         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9735         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9736         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9737         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9738         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9739         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9740         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9741         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9742         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9743         (gnus-summary-high-ticked-face): Ditto.
9744         (gnus-summary-low-ticked-face): Ditto.
9745         (gnus-summary-normal-ticked-face): Ditto.
9746         (gnus-summary-high-ancient-face): Ditto.
9747         (gnus-summary-low-ancient-face): Ditto.
9748         (gnus-summary-normal-ancient-face): Ditto.
9749         (gnus-summary-high-undownloaded-face): Ditto.
9750         (gnus-summary-low-undownloaded-face): Ditto.
9751         (gnus-summary-normal-undownloaded-face): Ditto.
9752         (gnus-summary-high-unread-face): Ditto.
9753         (gnus-summary-low-unread-face): Ditto.
9754         (gnus-summary-normal-unread-face): Ditto.
9755         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9756         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9757
9758         * hashcash.el (hashcash): New custom group.
9759         (hashcash-default-payment): Add :group.
9760         (hashcash-payment-alist): Ditto.
9761         (hashcash-default-accept-payment): Ditto.
9762         (hashcash-accept-resources): Ditto.
9763         (hashcash-path): Ditto.
9764         (hashcash-extra-generate-parameters): Ditto.
9765         (hashcash-double-spend-database): Ditto.
9766         (hashcash-in-news): Ditto.
9767
9768         * message.el (message-minibuffer-local-map): Add :group.
9769
9770         * netrc.el (netrc): Add :group.
9771
9772         * sieve-manage.el (sieve-manage-log): Add :group.
9773         (sieve-manage-default-user): Diito.
9774         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9775         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9776         (sieve-manage-authenticators): Ditto.
9777         (sieve-manage-authenticator-alist): Ditto.
9778         (sieve-manage-default-port): Ditto.
9779
9780         * sieve-mode.el (sieve-control-commands-face): Add :group.
9781         (sieve-action-commands-face): Ditto.
9782         (sieve-test-commands-face): Ditto.
9783         (sieve-tagged-arguments-face): Ditto.
9784
9785         * smime.el (smime): Add :group.
9786
9787         * spam-report.el (spam-report): Add :group.
9788
9789         * spam.el (spam, spam-face): Add :group.
9790
9791 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9792
9793         * nntp.el (nntp-next-result-arrived-p): Some news servers may
9794         return \n.\n.\n at the end of articles.  Protect against that.
9795         (nntp-with-open-group): Allow debugging.
9796
9797         * nnheader.el (mail-header-set-extra): Make into a function
9798         because I just could't understand how to quote the list properly.
9799
9800         * dns.el (query-dns-cached): New function.
9801
9802 2005-05-26  Lute Kamstra  <lute@gnu.org>
9803
9804         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9805
9806 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9807
9808         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
9809
9810         * gnus-art.el: Don't autoload mail-extract-address-components.
9811
9812         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9813         eval-and-compile to evaluate it.
9814
9815         * hashcash.el: Don't autoload executable-find.
9816
9817         * nndb.el: Don't declare the nndb back end two or more times; don't
9818         autoload news-reply-mode, news-setup, cancel-timer and telnet.
9819
9820         * nntp.el: Autoload format-spec instead of format; use
9821         eval-and-compile to evaluate autoload forms.
9822
9823 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
9824
9825         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9826
9827 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9828
9829         * gnus.el (gnus-version-number): Bump version.
9830
9831 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9832
9833         * gnus.el: No Gnus v0.3 is released.
9834
9835 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9836
9837         * lpath.el (featurep): Bind show-nonbreak-escape.
9838
9839 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9840
9841         * gnus-art.el (gnus-article-edit-part): Disable undo.
9842
9843 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9844
9845         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9846         gnus-article-date-lapsed-new-header is t if date timer is active;
9847         skip headers in which the original date value is empty.
9848         (gnus-article-save-original-date): Redefine it as a macro.
9849         (gnus-display-mime): Use it.
9850
9851 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * gnus-art.el (article-date-ut): Support converting date in
9854         forwarded parts as well.
9855         (gnus-article-save-original-date): New function.
9856         (gnus-display-mime): Use it.
9857
9858 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
9859
9860         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9861         enclosure element of <item>.
9862
9863 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * message.el (message-kill-buffer-query): Renamed from
9866         `message-kill-buffer-query-if-modified'.  Added :version.
9867
9868 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9871         window layout.
9872
9873 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9874
9875         * mml.el: Autoload dnd when compiling.
9876
9877 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
9878
9879         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9880         x-dnd-*.
9881
9882 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9883
9884         * qp.el (quoted-printable-encode-region): Save excursion.
9885
9886 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
9887
9888         * message.el (message-kill-buffer-query-if-modified): Add new variable
9889         so the user can kill a modified message buffer quickly.
9890         (message-kill-buffer): Use it.
9891
9892 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9893
9894         * lpath.el: Fbind display-time-event-handler; don't fbind
9895         string-to-multibyte.
9896
9897         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9898
9899 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9900
9901         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9902         contained in text because xml.el decodes entities) with LFs.
9903
9904 2005-04-11  Lute Kamstra  <lute@gnu.org>
9905
9906         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9907         differently.
9908
9909 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9910
9911         * mm-util.el (mm-detect-coding-region): Typo.
9912
9913 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9914
9915         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9916
9917 2005-04-06  Deepak Goel  <deego@gnufans.org>
9918
9919         * spam-stat.el (spam-stat-score-buffer): Add a call to a
9920         user-function allow user modifications of the scores.
9921         (spam-stat-score-buffer-user): New function, to allow
9922         user-computed modifications to the score.
9923         (spam-stat-score-buffer-user-functions): List of additional
9924         scoring functions.
9925         (spam-stat-error-holder): Global temporary error holder.
9926         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9927         variable.
9928
9929 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
9930
9931         * gnus-registry.el (gnus-registry-clean-empty-function)
9932         (gnus-registry-trim, gnus-registry-fetch-groups)
9933         (gnus-registry-delete-group): Groups that match
9934         `gnus-registry-ignored-groups' are removed from the registry
9935         entries, not just ignored for splitting.  This helps clean up the
9936         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
9937         to get all the groups a message ID is in.
9938
9939         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9940         (spam-stat-split-fancy): Change "threshhold" to "threshold"
9941         (spam-stat-score-buffer-user-functions): Add :number custom type.
9942
9943 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9944
9945         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9946         argument in XEmacs.
9947
9948         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9949         (nnrss-request-group): Decode group name first.
9950         (nnrss-request-article): Make a text/plain article if mml-to-mime
9951         failed.
9952         (nnrss-get-encoding): Return a compatible encoding according to
9953         nnrss-compatible-encoding-alist.
9954         (nnrss-find-el): Use consp instead of listp.
9955         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9956
9957 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9958
9959         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9960         which Emacs 20 doesn't support.
9961         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9962
9963 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
9964
9965         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9966         silence the byte compiler inside the defun.
9967
9968         * gnus-demon.el (parse-time-string): Add autoload.
9969
9970         * gnus-delay.el (parse-time-string): Add autoload.
9971
9972         * gnus-art.el (parse-time-string): Add autoload.
9973
9974         * nnultimate.el (parse-time): Require for `parse-time-string'.
9975
9976 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9977
9978         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9979
9980         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9981
9982         * smime.el (smime-ldap-host-list): Add :version.
9983
9984 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
9985
9986         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9987         pass it to `gnus-browse-read-group'.
9988         (gnus-browse-read-group): Add NUMBER argument and pass it to
9989         `gnus-group-read-ephemeral-group'.
9990
9991         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9992         argument and pass it to `gnus-group-read-group'.
9993
9994 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
9995
9996         * mm-util.el (mm-xemacs-find-mime-charset): Only call
9997         mm-xemacs-find-mime-charset-1 if we have the mule feature
9998         available at runtime.
9999
10000 2005-03-25  Werner Lemberg  <wl@gnu.org>
10001
10002         * nnmaildir.el: Replace `illegal' with `invalid'.
10003
10004 2005-03-23  Lute Kamstra  <lute@gnu.org>
10005
10006         * time-date.el: Add comment on time value formats.
10007         Don't require parse-time.
10008         (with-decoded-time-value): New macro.
10009         (encode-time-value): New function.
10010         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
10011         (days-to-time): Return a valid time value when arg is huge.
10012         (time-since): Use time-subtract.
10013         (time-to-number-of-days): Use time-to-seconds.
10014
10015 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10016
10017         * gnus-start.el (gnus-display-time-event-handler):
10018         Check display-time-timer at runtime rather than only at load time
10019         in case display-time-mode is turned off in the mean time.
10020
10021 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10022
10023         * nnimap.el (nnimap-open-connection): Print which authinfo file is
10024         used.
10025
10026         * nneething.el (nneething-map-file-directory): Derive from
10027         `gnus-directory'.
10028
10029         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
10030         the To/Cc button.
10031
10032 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10033
10034         * nnmaildir.el (nnmaildir-request-accept-article):
10035         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
10036
10037 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10038
10039         * gnus-async.el: Require timer-funcs at compile time when in
10040         XEmacs for `run-with-idle-timer'.
10041
10042 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
10043
10044         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
10045         autoloaded function.
10046
10047 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10048
10049         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
10050
10051 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
10052
10053         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
10054
10055 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10056
10057         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
10058         gnus-expert-user to default.
10059
10060 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
10061
10062         * nnimap.el (nnimap-open-server): Ditto.
10063
10064         * imap.el (imap-authenticate): Fix typo.
10065
10066 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
10067
10068         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
10069         buffer (since IMAP server might return FETCH response out of
10070         order, and the nntp buffer must be sorted).
10071
10072 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
10073
10074         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
10075         comparison on string.
10076
10077         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
10078         (gnus-agent-score): Renamed category keywords to match gnus-cus.
10079         (gnus-agent-summary-fetch-series): Modified to protect against
10080         gnus-agent-summary-fetch-group clearing processable flags.
10081         (gnus-agent-synchronize-group-flags): Update live group buffer as
10082         synchronization may occur due to the user toggle the plugged
10083         status.
10084         (gnus-agent-fetch-group-1): Clear downloadable flag when article
10085         successfully downloaded.
10086         (gnus-agent-expire-group-1): Avoid using markers when the overview
10087         is in ascending order; greatly improves performance.
10088         (gnus-agent-regenerate-group): Use
10089         gnus-agent-synchronize-group-flags to reset read status in both
10090         gnus and server.
10091         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
10092
10093 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10094
10095         * message.el: Don't autoload former message-utils variables.
10096         (message-strip-subject-trailing-was): Change doc string.
10097
10098         * nnweb.el: Fixes for `gnus-group-make-web-group'.
10099         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
10100         (nnweb-google-search): Add "hl=en" here.
10101         (nnweb-google-parse-1, nnweb-google-create-mapping):
10102         Don't hardcode URL.
10103
10104 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
10105
10106         * message.el (message-get-reply-headers, message-followup):
10107         Mention related variables `message-use-followup-to' and
10108         `message-use-mail-followup-to', in the information buffer.
10109
10110         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
10111         of broken groups(-beta).google.com.
10112
10113 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10114
10115         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
10116         parameter to invoked gnus-request-move-article; remove the
10117         redundant gnus-sum-hint-move-is-internal variable; apply the marks
10118         all at once instead of once per article.
10119         (gnus-summary-remove-process-mark): Accept a list of articles as
10120         well as a single article for processing.
10121
10122         * gnus-int.el (gnus-request-move-article): Add move-is-internal
10123         parameter.
10124
10125         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
10126
10127         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
10128
10129         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
10130         parameter.
10131
10132         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
10133         parameter.
10134
10135         * nnimap.el (nnimap-request-move-article): Add move-is-internal
10136         parameter and remove the gnus-sum-hint-move-is-internal variable.
10137
10138         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
10139         parameter.
10140
10141         * nndraft.el (nndraft-request-move-article): Add move-is-internal
10142         parameter.
10143
10144         * nndiary.el (nndiary-request-move-article): Add move-is-internal
10145         parameter.
10146
10147         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
10148
10149         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
10150         parameter.
10151
10152         * nnagent.el (nnagent-request-move-article): Add move-is-internal
10153         parameter.
10154
10155 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10156
10157         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
10158         a more conservative way.
10159
10160 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10161
10162         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
10163         buffer, so it moves the window's cursor.
10164
10165 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
10166
10167         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
10168         `mm-dissect-multipart' and receive the from field as an (optional)
10169         argument from `mm-dissect-multipart'.
10170         (mm-dissect-multipart): Receive the from field as an argument and
10171         pass it on when we call `mm-dissect-buffer' on MIME parts.
10172         Fixes verification/decryption of signed/encrypted MIME parts.
10173
10174 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
10175
10176         * gnus-sum.el (gnus-summary-move-article): Set
10177         gnus-sum-hint-move-is-internal for gnus-request-move-article and
10178         whatever it calls (right now, only nnimap-request-move article
10179         respects it).
10180
10181         * nnimap.el (nnimap-request-move-article): When
10182         gnus-sum-hint-move-is-internal is set, don't do the extra
10183         nnimap-request-article.
10184
10185 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
10186
10187         * nnheader.el (nnheader-find-file-noselect): Add doc string.
10188
10189         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
10190         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
10191
10192         * gnus-sum.el (gnus-summary-caesar-message):
10193         Apply `gnus-treat-article' after rotation.
10194
10195         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
10196         doc string.
10197
10198 2005-02-22  Simon Josefsson  <jas@extundo.com>
10199
10200         * encrypt.el (encrypt-password-cache-expiry): Remove (use
10201         `password-cache-expiry' instead).  Reported by Arne Jørgensen
10202         <arne@arnested.dk>.
10203         (encrypt): Add password-cache and password-cache-expiry as group
10204         members.
10205
10206 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
10207
10208         * smime.el (smime-ldap-host-list): Doc fix.
10209         (smime-ask-passphrase): Use `password-read-and-add' to read (and
10210         cache) password.
10211         (smime-sign-region): Use it.
10212         (smime-decrypt-region): Use it.
10213         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
10214         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
10215         fails.
10216         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
10217         certificate from DER to PEM format rather than calling openssl.
10218
10219         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
10220
10221         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
10222         for signing/encryption.
10223
10224         * mml.el (mml-parse-1): Use them.
10225
10226 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
10227
10228         * nnrss.el (nnrss-verbose): Removed.
10229         (nnrss-request-group): Use `nnheader-message' instead.
10230
10231 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
10232
10233         * nnrss.el (nnrss-verbose): New variable.
10234         (nnrss-request-group): Make it say nnrss is requesting a group.
10235
10236 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
10237
10238         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
10239         Handle news URL with given port correctly.
10240
10241 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10242
10243         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
10244         containing special characters.
10245
10246         * gnus-sum.el (gnus-summary-edit-article): Ditto.
10247
10248         * mml.el (mime-to-mml): Ditto.
10249
10250         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
10251         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
10252         (rfc2047-decode-region): Quote decoded words containing special
10253         characters when rfc2047-quote-decoded-words-containing-tspecials
10254         is non-nil.
10255
10256 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
10257
10258         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
10259
10260         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
10261
10262 2005-02-15  Simon Josefsson  <jas@extundo.com>
10263
10264         * nnimap.el (nnimap-debug): Doc fix.
10265
10266         * imap.el (imap-debug): Doc fix.
10267
10268 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10269
10270         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
10271
10272 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
10273
10274         * gnus.el (spam-contents): Improve docs for spam-contents
10275         parameter in its variable incarnation.
10276
10277 2005-02-14  Simon Josefsson  <jas@extundo.com>
10278
10279         * smime-ldap.el: Use require instead of load-library for ldap.
10280         (smime-ldap-search): Indent.
10281         (smime-ldap-search-internal): Shorten line.
10282
10283         * smime.el (smime-cert-by-dns): Add doc-string.
10284         (smime-cert-by-ldap-1): Indent.
10285
10286         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
10287         mml-smime-get-dns-ldap.
10288         (mml-smime-encrypt-query): Use new function.  Default to ldap.
10289
10290 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
10291
10292         * smime.el: Require smime-ldap.
10293         (smime-ldap-host-list): New variable.
10294         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
10295
10296         * mml-smime.el (mml-smime-encrypt-query): New function.
10297         (mml-smime-encrypt-query): Use it.
10298
10299         * smime-ldap.el: New file.
10300
10301 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10302
10303         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
10304
10305 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10306
10307         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
10308         argument in doc string.  Make query for type more clear.
10309
10310 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
10311
10312         * gnus.el (gnus-group-startup-message): Search for gnus images in
10313         etc/images/gnus.
10314         * mm-util.el (mm-image-load-path): Likewise.
10315         * smiley.el (smiley-data-directory): Search for smilies in
10316         etc/images/smilies.
10317
10318 2005-02-09  Kim F. Storm  <storm@cua.dk>
10319
10320         Change Emacs release version from 21.4 to 22.1 throughout.
10321         Change Emacs development version from 21.3.50 to 22.0.50.
10322
10323 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10324
10325         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
10326
10327         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
10328         non-Mule XEmacs as well.
10329         (mm-decompress-buffer): Signal an error intentionally if it does
10330         not decompress compressed data because auto-compression-mode is
10331         disabled.
10332
10333 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
10334
10335         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
10336         an ID in the registry even if it has no groups.
10337
10338 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10339
10340         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
10341         merge it into mm-decompress-buffer.
10342         (gnus-mime-copy-part): Use the MIME part charset, the value which
10343         a user specified or gnus-newsgroup-charset for decoding, like
10344         gnus-mime-inline-part does; set buffer-file-coding-system to tell
10345         save-buffer what was used.  Suggested by Kevin Ryde
10346         <user42@zip.com.au>.
10347         (gnus-mime-inline-part): Allow the name parameter as well as the
10348         filename parameter; force decompressing of compressed data; always
10349         display contents being not decoded as unibyte.
10350
10351         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
10352         as well as the filename parameter.
10353
10354         * mm-util.el (mm-decompress-buffer): Merge
10355         gnus-mime-jka-compr-maybe-uncompress.
10356         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
10357         of compressed data.
10358
10359 2005-02-08  Simon Josefsson  <jas@extundo.com>
10360
10361         * imap.el (imap-log): Doc fix.
10362
10363 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10364
10365         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
10366         the coding cookies; decompress compressed parts.
10367
10368         * mml.el (mml-generate-mime-1): Add the charset parameter according
10369         to the value which a user specified manually or the coding cookie.
10370
10371         * mm-util.el (mm-string-to-multibyte): New function.
10372         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
10373         (mm-coding-system-to-mime-charset): New function.
10374         (mm-decompress-buffer): New function.
10375         (mm-find-buffer-file-coding-system): New function.
10376
10377         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
10378         (mm-display-inline-fontify): Rewrite for decoding and decompressing
10379         parts.
10380
10381 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10382
10383         * mm-view.el (mm-display-inline-fontify): Decode a part according
10384         to the charset parameter.
10385
10386 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
10389         prefix arg is neither nil nor a number, as info specifies.
10390
10391 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
10394         timestamps.
10395
10396 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
10397
10398         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
10399         groups error checking and notify user.
10400
10401 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
10402
10403         * message.el (message-send-mail-function): Check existence of
10404         sendmail-program first before using default value
10405         `message-send-mail-with-sendmail'.  Otherwise use more generic
10406         `smtpmail-send-it'.
10407
10408 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * nntp.el (nntp-request-update-info): Always return nil.
10411
10412 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10413
10414         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
10415
10416 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10417
10418         * message.el (message-beginning-of-line): Change the behavior when
10419         invoked between BOL and : so that it first moves backward.
10420
10421 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
10424         article buffer when editing of the article is discarded.
10425         (gnus-article-prepare): Revert.
10426
10427 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * gnus-art.el (gnus-article-prepare):
10430         Remove message-strip-forbidden-properties from the local hook.
10431
10432 2005-01-27  Simon Josefsson  <jas@extundo.com>
10433
10434         * password.el (password-cache-add): Only start one timer per key.
10435         Reported by Derek Atkins <warlord@MIT.EDU>.
10436
10437 2005-01-26  Steve Youngs  <steve@sxemacs.org>
10438
10439         * run-at-time.el: Removed.  It is no longer needed as
10440         timer-funcs.el in the xemacs-base package has a working version of
10441         `run-at-time'.
10442
10443         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
10444
10445         * password.el: Require timer-funcs instead of run-at-time in
10446         XEmacs.
10447         Remove `password-run-at-time' macro.
10448         (password-cache-add): Use `run-at-time' instead of
10449         `password-run-at-time'.
10450
10451         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
10452         Remove `nnheader-cancel-function-timers' alias,
10453         `cancel-function-timers' exists in XEmacs in timer-funcs.
10454
10455         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
10456         for `run-with-idle-timer'.
10457
10458         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
10459         for `run-at-time'.
10460
10461         * mm-url.el: Require timer-funcs at compile time when in XEmacs
10462         for `with-timeout'.
10463
10464         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
10465         the same as for XEmacs 21.4.
10466         No need to ignore `run-with-idle-timer', this function exists in
10467         XEmacs now in timer-funcs.el in the xemacs-base package.
10468         (dgnushack-compile): No need to delete
10469         run-at-time.el from the list of files to compile because it
10470         doesn't exist anymore.
10471
10472 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * mml.el (mml-generate-mime-1): Convert string into unibyte when
10475         inserting " *mml*" buffer's contents into a unibyte temp buffer.
10476
10477 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
10478
10479         * mail-source.el (mail-source-fetch-imap): Search for ^From case
10480         sensitively.
10481
10482 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
10483
10484         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
10485
10486 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
10489         which will be inserted according to the multibyteness of a buffer
10490         rather than the type of contents.  Suggested by ARISAWA Akihiro
10491         <ari@mbf.ocn.ne.jp>.
10492
10493         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
10494         of string which old xml.el may return rather than a string.
10495
10496 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10497
10498         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
10499
10500 2005-01-16  Simon Josefsson  <jas@extundo.com>
10501
10502         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
10503         idn/idna.el isn't available.
10504         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
10505         <michael@waxrat.com>.
10506
10507         * hashcash.el: Remove non-FSF copyright header.
10508
10509         * hashcash.el (hashcash-extra-generate-parameters): New variable.
10510         (hashcash-generate-payment): Use it.
10511         (hashcash-generate-payment-async): Use it.
10512
10513 2005-01-15  Simon Josefsson  <jas@extundo.com>
10514
10515         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
10516         Suggested by Raymond Scholz <ray-2005@zonix.de>.
10517
10518         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
10519         gnus-summary-idna-message.
10520         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
10521         (gnus-summary-idna-message): New function.
10522
10523 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10524
10525         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
10526         gnus-novice-user.
10527
10528 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * nnrss.el (nnrss-request-delete-group): Delete entries in
10531         nnrss-group-alist as well.
10532         (nnrss-save-server-data): Insert newline.
10533
10534 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
10535
10536         * gnus.el (gnus-user-agent): Use list of symbols instead of
10537         symbols.  Display full version number for (S)XEmacs.  Optionally
10538         display (S)XEmacs codename.
10539
10540         * gnus-util.el (gnus-emacs-version): Update for new
10541         `gnus-user-agent'.
10542
10543         * gnus-msg.el (gnus-extended-version): Make it possible to omit
10544         Gnus version.
10545
10546 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
10547
10548         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
10549         which is unreadable in some setups.
10550
10551 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10552
10553         * gnus-spec.el (gnus-update-format-specifications): Flush the
10554         group format spec cache if it doesn't support decoded group names.
10555
10556 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10557
10558         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
10559         Allow to apply decay on score files matching a regexp.
10560
10561 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
10564         compatibility in %g and %c.
10565
10566 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
10569         name for only %g and %c.
10570         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
10571         of gnus-tmp-group to decoded group name.
10572         (gnus-group-make-rss-group): Exclude `/'s from group names.
10573
10574 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * nnrss.el (nnrss-get-encoding): Fix regexp.
10577
10578 2004-12-27  Simon Josefsson  <jas@extundo.com>
10579
10580         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
10581         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
10582         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
10583
10584 2004-12-17  Kim F. Storm  <storm@cua.dk>
10585
10586         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
10587
10588         * gnus-sum.el (gnus-summary-mode-map): Likewise.
10589
10590 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10591
10592         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
10593
10594 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10595
10596         * nnrss.el: Require rfc2047 and mml.
10597         (nnrss-file-coding-system): New variable.
10598         (nnrss-format-string): Redefine it as an inline function.
10599         (nnrss-decode-group-name): New function.
10600         (nnrss-string-as-multibyte): Remove.
10601         (nnrss-retrieve-headers): Decode group name; don't use
10602         nnrss-format-string.
10603         (nnrss-request-group): Decode group name.
10604         (nnrss-request-article): Decode group name; allow a Message-ID as
10605         well as an article number; don't use nnrss-format-string; encode a
10606         Message-ID string which may contain non-ASCII characters; use
10607         mml-to-mime to compose a MIME article.
10608         (nnrss-request-expire-articles): Decode group name.
10609         (nnrss-request-delete-group): Decode group name.
10610         (nnrss-fetch): Clarify error message.
10611         (nnrss-read-server-data): Use insert-file-contents instead of load;
10612         bind file-name-coding-system; use multibyte buffer.
10613         (nnrss-save-server-data): Bind coding-system-for-write to the
10614         value of nnrss-file-coding-system; bind file-name-coding-system;
10615         add coding cookie.
10616         (nnrss-read-group-data): Use insert-file-contents instead of load;
10617         bind file-name-coding-system; use multibyte buffer.
10618         (nnrss-save-group-data): Bind coding-system-for-write to the
10619         value of nnrss-file-coding-system; bind file-name-coding-system.
10620         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
10621         make it work with non-ASCII text.
10622         (nnrss-find-el): Make it work with old xml.el as well.
10623
10624 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
10625
10626         * nnrss.el (nnrss-get-encoding): New function.
10627         (nnrss-fetch): Use unibyte buffer initially; bind
10628         coding-system-for-read while performing mm-url-insert; remove ^Ms;
10629         decode contents according to the encoding attribute.
10630         (nnrss-save-group-data): Add coding cookie.
10631         (nnrss-mime-encode-string): New function.
10632         (nnrss-check-group): Use it to encode subject and author.
10633
10634 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
10635
10636         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
10637         imaginary variable.
10638
10639 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10640
10641         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
10642         correctly even if there are wide characters.
10643
10644 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
10645
10646         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
10647         downcased symbol names; make a new cache instead of reusing
10648         bbdb-hashtable.
10649
10650 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10651
10652         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10653         concatenating segments rather than before concatenating them.
10654         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10655
10656         * message.el (message-get-reply-headers): Bind `extra'.
10657
10658 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10659
10660         * message.el (message-extra-wide-headers): New variable.
10661         (message-get-reply-headers): Use it.
10662
10663 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * gnus-agent.el (gnus-agent-group-path): Decode group name.
10666         (gnus-agent-group-pathname): Ditto.
10667
10668         * gnus-cache.el (gnus-cache-file-name): Decode group name.
10669
10670         * gnus-group.el (gnus-group-make-group): Decode group name.
10671         (gnus-group-make-rss-group): Register the group data after opening
10672         the nnrss group.
10673
10674 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
10675
10676         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
10677         by expiry now get marked as read.
10678
10679 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
10682
10683 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
10684
10685         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
10686         unify Latin characters in XEmacs.
10687         (mm-find-mime-charset-region): Use it.
10688
10689 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10690
10691         * gnus-util.el (gnus-delete-directory): New function.
10692
10693         * gnus-agent.el (gnus-agent-delete-group): Use it.
10694
10695         * gnus-cache.el (gnus-cache-delete-group): Use it.
10696
10697 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10698
10699         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
10700         names.
10701
10702 2004-12-16  Simon Josefsson  <jas@extundo.com>
10703
10704         * hashcash.el (hashcash-payment-alist): Fix custom :type.
10705
10706 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10707
10708         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
10709
10710         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
10711         (gnus-group-set-current-level): Decode group name.
10712
10713 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
10714
10715         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
10716         failed.
10717
10718 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10719
10720         * gnus-group.el (gnus-group-delete-group): Decode group name.
10721         (gnus-group-make-rss-group): Encode group name.
10722         (gnus-group-catchup-current): Decode group name.
10723         (gnus-group-kill-group): Decode group name.
10724
10725 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10726
10727         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
10728
10729 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10730
10731         * gnus-group.el (gnus-group-make-rss-group):
10732         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
10733
10734         * gnus-start.el (gnus-setup-news): Honor user's setting to
10735         gnus-message-archive-method.  Suggested by Lute Kamstra
10736         <lute@gnu.org>.
10737
10738 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
10739
10740         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10741         global counterparts of the buffer-local variables.
10742
10743 2004-11-16  Romain Francoise  <romain@orebokech.com>
10744
10745         * gnus-sum.el (gnus-summary-exit): Don't clear the global
10746         counterparts of the buffer-local variables.
10747
10748 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10749
10750         * message.el (message-forbidden-properties): Fixed typo in doc
10751         string.
10752
10753 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
10754
10755         * gnus-util.el (gnus-replace-in-string): Added doc string.
10756
10757         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10758         to avoid problems when splitting mails with many recipients.
10759
10760 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10761
10762         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10763         pop-to-buffer, covered by the subsequent gnus-configure-windows.
10764
10765 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
10766
10767         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10768         if there is no hashtable in memory or file modification time is
10769         newer than cached timestamp.
10770
10771 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
10772
10773         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10774         not-matching option.
10775
10776 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
10777
10778         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10779         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10780         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10781         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10782         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
10783         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10784
10785 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10786
10787         * message.el (message-forward-make-body-mml): Remove headers
10788         according to message-forward-ignored-headers if a message is decoded.
10789
10790 2004-12-02  Romain Francoise  <romain@orebokech.com>
10791
10792         * message.el (message-forward-make-body-plain): Always remove
10793         headers according to message-forward-ignored-headers.
10794
10795 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
10796
10797         * spam.el (spam-summary-prepare-exit): Remove the
10798         gnus-summary-limit pop for now, it has problems with ham marks for
10799         me.
10800
10801 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
10802
10803         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10804         correctly.
10805
10806 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
10807
10808         * format-spec.el (format-spec): Message the char.
10809
10810 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10811
10812         * gnus-art.el (gnus-split-methods): Reformat comments.
10813
10814         * spam.el (spam-summary-prepare-exit): Remove article limits
10815         before exiting the summary buffer.
10816
10817 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * lpath.el: Remove bbdb-create-internal, bbdb-records,
10820         spam-BBDB-register-routine and spam-enter-ham-BBDB.
10821
10822         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10823         order to silence the byte compiler.
10824
10825         * spam.el: Fix the way to silence the byte compiler, which
10826         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10827         bbdb-search-simple, spam-BBDB-register-routine,
10828         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10829         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10830         spam-stat-buffer-is-spam, spam-stat-load,
10831         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10832         spam-stat-save and spam-stat-split-fancy.
10833
10834 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10835
10836         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10837         which may confuse users.
10838         (canlock-password-for-verify): Ditto.
10839
10840         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10841
10842         * gnus-art.el (gnus-emphasis-alist): Ditto.
10843
10844         * gnus-registry.el (gnus-registry-max-entries): Ditto.
10845
10846         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10847
10848         * gnus-start.el (gnus-save-killed-list): Ditto.
10849
10850         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10851         (gnus-sum-thread-tree-root): Ditto.
10852         (gnus-sum-thread-tree-false-root): Ditto.
10853         (gnus-sum-thread-tree-single-indent): Ditto.
10854
10855         * message.el (message-courtesy-message): Ditto.
10856         (message-archive-note): Ditto.
10857         (message-subscribed-address-file): Ditto.
10858         (message-user-fqdn): Ditto.
10859
10860         * spam-report.el (spam-report-gmane-regex): Ditto.
10861
10862         * spam.el (spam-blackhole-good-server-regex): Ditto.
10863
10864 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10865
10866         * mml.el (mml-preview): Widen the message buffer before copying
10867         the contents to the preview buffer; sort headers before previewing.
10868
10869         * message.el (message-hidden-headers): Fix the way to avoid a bug
10870         in the `repeat' widget in Emacs 21.3 or earlier.
10871
10872 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10873
10874         * message.el (message-hidden-headers): Default to "^References:".
10875         Improve customization type.  Suggested by Reiner Steib
10876         <Reiner.Steib@gmx.de>.
10877
10878 2004-11-25  Romain Francoise  <romain@orebokech.com>
10879
10880         * message.el (message-strip-forbidden-properties): Remove check for
10881         obsolete `message-hidden' text property, hidden headers are not
10882         accessible in the buffer anymore.
10883
10884 2004-11-22  Romain Francoise  <romain@orebokech.com>
10885
10886         * message.el (message-header-format-alist): Add `From' in list
10887         so that it can be sorted.
10888         (message-fix-before-sending): Widen and sort headers before
10889         sending.
10890         (message-hide-headers): Use narrowing to hide headers by moving
10891         them to the top of the buffer and narrowing to the region
10892         underneath.
10893
10894 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895
10896         * message.el (message-strip-forbidden-properties): Bind
10897         buffer-read-only (etc) to nil.
10898
10899 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10902         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10903
10904 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
10905
10906         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10907
10908 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909
10910         * dns.el (query-dns): Use sit-for to time instead of
10911         accept-process-output, since that doesn't seem to work on udp
10912         sockets.
10913
10914 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10915
10916         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10917
10918 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
10919
10920         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10921         doc string.  Improve doc string.
10922
10923 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10924
10925         * nntp.el (nntp-request-update-info): Return nil if
10926         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10927         may not call gnus-activate-group which uselessly issues the GROUP
10928         commands for all nntp groups and wastes time.  Reported by Romain
10929         Francoise <romain@orebokech.com>.
10930
10931         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10932
10933 2004-11-15  Simon Josefsson  <jas@extundo.com>
10934
10935         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10936         headers separately.
10937         (gnus-button-openpgp): New function, inspired by Jochen Küpper
10938         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10939
10940 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10941
10942         * gnus-start.el (gnus-convert-old-newsrc):
10943         Assign legacy-gnus-agent to 5.10.7.
10944
10945 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10948         start of the lines.
10949
10950 2004-11-14  Magnus Henoch  <mange@freemail.hu>
10951
10952         * hashcash.el (hashcash-default-payment): Change default to 20
10953         (hashcash-default-accept-payment): Change default to 20
10954         (hashcash-process-alist): New variable
10955         (hashcash-generate-payment-async): Add
10956         (hashcash-already-paid-p): Add
10957         (hashcash-insert-payment): Don't generate payments twice
10958         (hashcash-insert-payment-async): Add
10959         (hashcash-insert-payment-async-2): Add
10960         (hashcash-cancel-async): Add
10961         (hashcash-wait-async): Add
10962         (hashcash-processes-running-p): Add
10963         (hashcash-wait-or-cancel): Add
10964         (mail-add-payment): New optional argument.  Conditionally start
10965         asynchronous calculation.
10966         (mail-add-payment-async): Add
10967
10968         * message.el (message-send-mail): Wait for asynchronous hashcash
10969         results.  Don't clobber existing X-Hashcash headers.
10970         (message-setup-1): Call mail-add-payment-async when
10971         message-generate-hashcash is non-nil.
10972
10973 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10974
10975         * message.el (message-use-alternative-email-as-from): Examine the
10976         From header as well; use message-make-from in order to include a
10977         user's full name.
10978
10979 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10980
10981         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10982         default; improve customization type.
10983         (gnus-emphasis-custom-with-format): New macro.
10984         (gnus-emphasis-custom-value-to-external): New function.
10985         (gnus-emphasis-custom-value-to-internal): New function.
10986
10987 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * dns.el (query-dns): Resolve reverse addresses.
10990
10991 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10992
10993         * gnus-group.el (gnus-group-get-new-news): Use it.
10994
10995         * gnus-start.el (gnus-check-reasonable-setup): New function.
10996
10997 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10998
10999         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
11000         "Args out of range" error.  Reported by Arnaud Giersch
11001         <arnaud.giersch@free.fr>.
11002
11003 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
11004
11005         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
11006
11007 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11008
11009         * spam.el (spam group): Add :version.
11010
11011         * pgg-def.el (pgg group): Add :version.
11012
11013 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-art.el (gnus-article-edit-article): Don't associate the
11016         article buffer with a draft file.  This is a temporary measure
11017         against the 2004-08-22 change to gnus-article-edit-mode.
11018
11019 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11020
11021         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
11022         (html2text-format-tags): Remove unused variable `attr'.
11023
11024 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11025
11026         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
11027
11028         * tls.el (tls-process-connection-type, tls-success)
11029         (tls-certtool-program): Add :version.
11030
11031         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
11032         (starttls-extra-arguments, starttls-process-connection-type)
11033         (starttls-connect, starttls-failure, starttls-success): Add :version.
11034
11035         * spam-stat.el (spam-stat): Add :version.
11036
11037         * sieve.el (sieve): Add :version.
11038
11039         * sha1.el (sha1): Add :version.
11040         (sha1-use-external): Remove redundant version.
11041
11042         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
11043         (nnmail-cache-ignore-groups, nnmail-spool-hook)
11044         (nnmail-split-fancy-match-partial-words)
11045         (nnmail-split-lowercase-expanded): Add :version.
11046
11047         * nndiary.el (nndiary): Add :version.
11048
11049         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
11050
11051         * mml-sec.el (mml-default-sign-method)
11052         (mml-default-encrypt-method, mml-signencrypt-style-alist):
11053         Add :version.
11054
11055         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
11056
11057         * mm-url.el (mm-url-use-external, mm-url-program)
11058         (mm-url-arguments): Add :version.
11059
11060         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
11061         (mm-attachment-file-modes, mm-decrypt-option)
11062         (mm-w3m-safe-url-regexp): Add :version.
11063
11064         * message.el (message-cite-prefix-regexp)
11065         (message-sendmail-envelope-from, message-minibuffer-local-map)
11066         (message-user-fqdn, message-completion-alist): Add :version.
11067
11068         * gnus-win.el (gnus-configure-windows-hook)
11069         (gnus-use-frames-on-any-display): Add :version.
11070
11071         * gnus-art.el (gnus-article-address-banner-alist)
11072         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
11073         (gnus-treat-from-picon, gnus-treat-mail-picon)
11074         (gnus-treat-x-pgp-sig): Add :version.
11075
11076         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
11077         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
11078         (gnus-summary-article-delete-hook)
11079         (gnus-summary-display-while-building): Add :version.
11080
11081         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
11082         (gnus-get-top-new-news-hook): Add :version.
11083
11084         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11085         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
11086
11087         * gnus-registry.el (gnus-registry): Add :version.
11088
11089         * gnus-spec.el (gnus-use-correct-string-widths)
11090         (gnus-make-format-preserve-properties): Add :version.
11091
11092         * gnus.el (gnus-group-charter-alist)
11093         (gnus-group-fetch-control-use-browse-url)
11094         (gnus-install-group-spam-parameters): Add :version.
11095
11096         * gnus-diary.el (gnus-diary): Add :version.
11097
11098         * gnus-delay.el (gnus-delay): Add :version.
11099
11100         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
11101         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
11102         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
11103         Add :version.
11104
11105         * gnus-agent.el (gnus-agent-max-fetch-size)
11106         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
11107         (gnus-agent-prompt-send-queue): Add :version.
11108
11109         * deuglify.el (gnus-outlook-deuglify): Add :version.
11110
11111         * html2text.el: Beautify code.  Improve doc strings.  Some
11112         checkdoc cleanup.
11113         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
11114
11115 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
11116
11117         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
11118
11119 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
11120
11121         * gnus-registry.el (gnus-registry-hashtb): Create the registry
11122         when package is loaded.
11123
11124         * spam.el (spam-summary-score-preferred-header): Add global preference
11125         for people who want to override the default SpamAssassin over
11126         Bogofilter preference (when both are set).
11127         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
11128         (spam-user-format-function-S): Check
11129         spam-summary-score-preferred-header.
11130         (spam-extra-header-to-number): Add X-Bogosity header parsing.
11131         (spam-user-format-function-S): Format the score correctly.
11132
11133 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11134
11135         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
11136         signature file.  Suggested by Manoj Srivastava
11137         <srivasta@golden-gryphon.com>.
11138
11139         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
11140         iso-2022-jp even in the Japanese language environment.
11141         Suggested by Jason Rumney <jasonr@gnu.org>.
11142
11143 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11144
11145         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
11146         use the same characters as the dummy marks; make it free from
11147         getting affected by the language environment.
11148         (gnus-summary-read-group-1): Update mark positions only when the
11149         format spec is updated.
11150
11151         * gnus-spec.el (gnus-update-format-specifications): Return a list
11152         of updated types.
11153
11154 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11155
11156         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
11157         of boundp to check if display-warning is available.
11158
11159 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
11160
11161         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
11162
11163 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11164
11165         * nnspool.el (nnspool-spool-directory): Use news-path if the
11166         news-directory variable is not bound.
11167
11168         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
11169         function instead of display-warning if it is not available.
11170
11171 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11172
11173         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
11174         v5-10: Use `point-at-bol'.
11175
11176 2004-10-26  Simon Josefsson  <jas@extundo.com>
11177
11178         * hashcash.el: Fix URL in comment, reported by Cheng Gao
11179         <chenggao@gmail.com>.
11180
11181 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
11182
11183         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
11184         instead.
11185
11186 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
11187
11188         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
11189         to remove a server from the nnimap-server-buffer-alist.
11190         (nnimap-open-connection, nnimap-close-server): Use it.
11191
11192         * gnus-encrypt.el: Remove file in favor of encrypt.el.
11193
11194 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11195
11196         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
11197         running the major-mode function.
11198
11199 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
11202         dummy marks in the right way.
11203
11204 2004-10-18  David Edmondson  <dme@dme.org>
11205
11206         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
11207         excessively.
11208
11209 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
11210
11211         * gnus-util.el (gnus-split-references): Accept a nil references
11212         string and go on blissfully.
11213
11214         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
11215         cases where the references string is non-nil but has no references.
11216
11217         * encrypt.el: Add autoload tags.
11218
11219         * spam.el (spam-resolve-registrations-routine): Remove article
11220         from unregistration list too.  Reported by David Hanak
11221         <dhanak@isis.vanderbilt.edu>
11222
11223 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
11226         nil.  Changed custom type.
11227
11228 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
11231
11232         * gnus-sum.el (gnus-summary-move-article): Use it.
11233
11234 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
11235
11236         * encrypt.el: Add autoload cookies.
11237
11238         * spam.el (spam-backend-article-list-property)
11239         (spam-backend-get-article-todo-list)
11240         (spam-backend-put-article-todo-list)
11241         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
11242         Resolve registrations separately.
11243         (spam-register-routine): Format comments.
11244         (spam-unregister-routine, spam-register-routine): Always call with
11245         specific-articles, no default list.
11246         (spam-summary-prepare-exit): Use the spam-classifications function.
11247
11248         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
11249         gnus-encrypt.el.
11250
11251         * encrypt.el: Copied from gnus-encrypt.el.
11252
11253         * gnus-encrypt.el: Commented that it's obsolete.
11254
11255 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11256
11257         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
11258         (gnus-score-save): Use it.
11259
11260         * message.el (message-bury): Use `window-dedicated-p'.
11261
11262 2004-10-15  Simon Josefsson  <jas@extundo.com>
11263
11264         * pop3.el (top-level): Don't require nnheader.
11265         (pop3-read-timeout): Add.
11266         (pop3-accept-process-output): Add.
11267         (pop3-read-response, pop3-retr): Use it.
11268
11269 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
11270
11271         * spam.el (spam-register-routine): Move comment.
11272         (spam-verify-bogofilter): Use 'unknown for the initial
11273         spam-bogofilter-valid state, not 'never.
11274
11275         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
11276         for netrc-machine.
11277
11278         * nnimap.el (nnimap-open-connection): Use
11279         netrc-machine-user-or-password.
11280
11281 2004-10-17  Richard M. Stallman  <rms@gnu.org>
11282
11283         * gnus-registry.el (gnus-registry-unload-hook):
11284         Set as a variable with add-hook.
11285
11286         * nnspool.el (nnspool-spool-directory): Use news-directory instead
11287         of news-path.
11288
11289         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
11290
11291         * spam.el: Delete duplicate `provide'.
11292         (spam-unload-hook): Set as a variable with add-hook.
11293
11294 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
11295
11296         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
11297         in the doc string.
11298
11299         * message.el (message-ignored-news-headers)
11300         (message-ignored-supersedes-headers)
11301         (message-ignored-resent-headers)
11302         (message-forward-ignored-headers): Improve custom type.
11303
11304 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11305
11306         * message.el (message-tokenize-header): Fix 2004-09-06 change
11307         which used point-min in the wrong place.
11308
11309 2004-10-12  Simon Josefsson  <jas@extundo.com>
11310
11311         * tls.el (tls-certtool-program): New variable.
11312         (tls-certificate-information): New function, based on
11313         ssl-certificate-information.
11314
11315 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11316
11317         * compface.el: Move the version of ELisp-based uncompface program
11318         to the contrib directory because of the copyright problem.
11319
11320 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
11321
11322         * message.el (message-kill-buffer): Raise the current frame.
11323
11324 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11325
11326         * gnus-sum.el: Mention that multibyte characters don't work as marks.
11327
11328         * gnus.el (message-y-or-n-p): Autoload.
11329
11330         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
11331         (pop3-password-required, pop3-authentication-scheme)
11332         (pop3-leave-mail-on-server): Made customizable.
11333         (pop3): New custom group.
11334         (pop3-retr): Remove `sleep-for' statements.
11335         Suggested by Dave Love <fx@gnu.org>.
11336
11337         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
11338         Windows/DOS.
11339
11340         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11341         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
11342         Dave Love <fx@gnu.org>.
11343
11344         * mml.el (mml-minibuffer-read-disposition): Require match.
11345         Suggested by Dave Love <fx@gnu.org>.
11346
11347 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
11350         doc string.
11351
11352 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11353
11354         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
11355
11356 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11357
11358         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
11359         instead of calling `mm-insert-inline', to decode text/* parts
11360         before displaying them.
11361
11362 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11363
11364         * mm-uu.el (mm-uu-text-plain-type): New variable.
11365         (mm-uu-pgp-signed-extract-1): Use it.
11366         (mm-uu-pgp-encrypted-extract-1): Use it.
11367         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
11368         bind mm-uu-text-plain-type with that value.
11369         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
11370         mm-uu-dissect.
11371
11372 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11373
11374         * gnus-group.el (gnus-update-group-mark-positions):
11375         * gnus-sum.el (gnus-update-summary-mark-positions):
11376         * message.el (message-check-news-body-syntax):
11377         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
11378         of string-as-multibyte.
11379
11380 2004-10-05  Juri Linkov  <juri@jurta.org>
11381
11382         * gnus-group.el (gnus-update-group-mark-positions):
11383         * gnus-sum.el (gnus-update-summary-mark-positions):
11384         * message.el (message-check-news-body-syntax):
11385         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
11386         8-bit unibyte values to a multibyte string for search functions.
11387
11388 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11389
11390         * mm-uu.el (mm-uu-dissect): Allow optional arg.
11391         (mm-uu-dissect-text-parts): New function.
11392
11393         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
11394         dissect text parts.
11395
11396         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
11397         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
11398
11399         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
11400
11401         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
11402         gnus-current-topics instead of gnus-current-topic.
11403
11404 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
11405
11406         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
11407
11408 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
11409
11410         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
11411         where approriate.
11412
11413         * nnml.el (nnml-generate-active-info): do.
11414
11415         * nndiary.el (nndiary-generate-active-info): do.
11416
11417         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
11418         (gnus-topic-move): do.
11419
11420         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
11421         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
11422
11423         * gnus-srvr.el (gnus-server-prepare)
11424         (gnus-server-open-all-servers): do.
11425
11426         * gnus-msg.el (gnus-summary-cancel-article)
11427         (gnus-summary-resend-message)
11428         (gnus-summary-mail-crosspost-complaint): do.
11429
11430         * gnus-move.el (gnus-change-server): do.
11431
11432         * gnus-group.el (gnus-group-unmark-all-groups)
11433         (gnus-group-set-current-level): do.
11434
11435 2004-10-04  Simon Josefsson  <jas@extundo.com>
11436
11437         * message.el (message-generate-hashcash): Doc fix.
11438
11439 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
11440
11441         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
11442         avoid infinite recursion via gnus-get-function.
11443
11444 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
11445
11446         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
11447
11448         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
11449
11450         * nnmail.el (nnmail-split-history): do.
11451
11452         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
11453         (nnml-request-delete-group): do.
11454
11455         * nnslashdot.el (nnslashdot-read-groups): do.
11456
11457         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
11458         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
11459
11460         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
11461         (nnspool-sift-nov-with-sed): Use last
11462         (nnspool-retrieve-headers-with-nov): Use mapc.
11463         (nnspool-request-newgroups): Use dolist.
11464         (nnspool-request-group): Use last.
11465
11466         * nntp.el (nntp-read-server-type): Use dolist.
11467
11468         * nnvirtual.el (nnvirtual-create-mapping)
11469         (nnvirtual-update-read-and-marked): Use dolist.
11470         (nnvirtual-convert-headers): Simplify.
11471
11472 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11473
11474         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
11475         support for sync'ing tick marks.
11476
11477 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11478
11479         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
11480         there's no visible header.
11481
11482 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
11483
11484         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
11485         necessary, pass full group name to gnus-request-set-marks.
11486
11487 2004-10-01  Simon Josefsson  <jas@extundo.com>
11488
11489         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
11490         acroread.
11491
11492 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11493
11494         * spam-report.el (spam-report-gmane): Fix interactive.
11495
11496         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
11497
11498         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
11499         when writing file.
11500         (gnus-agent-synchronize-flags): Don't default to being
11501         interactive.
11502
11503 2004-09-30  Simon Josefsson  <jas@extundo.com>
11504
11505         * message.el (message-generate-hashcash): Add.
11506         (message-send-mail): Use it, call mail-add-payment.
11507
11508 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11509
11510         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
11511
11512 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
11513
11514         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
11515         gnus-requst-update-info with explicit code to sync the in-memory
11516         info read flags with the marks being sync'd to the backend.
11517
11518         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
11519
11520 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11521
11522         * spam.el (spam-verify-bogofilter): Add new function.
11523         (spam-check-bogofilter)
11524         (spam-bogofilter-register-with-bogofilter): Use it.
11525         (spam-verify-bogofilter): Add small fixes.
11526
11527 2004-09-28  Simon Josefsson  <jas@extundo.com>
11528
11529         * hashcash.el (hashcash-generate-payment): Revert.
11530
11531 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11532
11533         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
11534         gnus-extract-references instead of gnus-split-references.
11535
11536         * gnus-util.el (gnus-extract-references): Add new function, analogous
11537         to gnus-split-references but extracts only the message-ID without
11538         anything extra.
11539
11540         * hashcash.el (hashcash-generate-payment)
11541         (hashcash-check-payment): Do the right thing if hashcash-path is
11542         nil (because the hashcash program could not be found).
11543
11544         * spam.el (spam-use-hashcash): Remove comment.
11545
11546 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
11547
11548         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
11549         (gnus-cache-enter-article, gnus-cache-remove-article)
11550         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
11551
11552         * gnus-async.el (gnus-async-prefetch-remove-group): do.
11553
11554         * gnus-art.el (article-hide-boring-headers)
11555         (article-translate-strings, article-display-face)
11556         (gnus-article-mime-match-handle-first)
11557         (gnus-article-highlight-headers)
11558         (gnus-article-add-buttons-to-head): do.
11559
11560 2004-09-27  Simon Josefsson  <jas@extundo.com>
11561
11562         * hashcash.el: New version, from
11563         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
11564         ../contrib/.
11565
11566 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
11569
11570 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
11571
11572         * gnus-dup.el (gnus-dup-open): Use mapc.
11573         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
11574
11575         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
11576         Reported by Stefan Wiens <s.wi@gmx.net>.
11577
11578         * gnus.el (gnus-shutdown): Use dolist.
11579
11580         * gnus-undo.el (gnus-undo): Use mapc.
11581
11582         * nnrss.el (nnrss-generate-active): do.
11583
11584         * message.el (message-cite-original-without-signature)
11585         (message-cite-original): Use mapc.
11586         (message-do-actions, message-make-forward-subject): Use dolist.
11587
11588 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11589
11590         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
11591         deletion to remove entire duplicate line.  Fixes merged article
11592         number bug.
11593
11594 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
11595
11596         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
11597         servers that are offline.  Avoids having gnus-agent-toggle-plugged
11598         first ask if you want to open a server and then, even when you
11599         responded with no, asking if you want to synchronize the server's
11600         flags.
11601         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
11602         multi-line expressions.
11603         (gnus-agent-synchronize-group-flags): New internal function.
11604         Updates marks in memory (in the info structure) AND in the
11605         backend.
11606
11607         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
11608
11609         * nnagent.el (nnagent-request-set-mark): Use
11610         gnus-agent-synchronize-group-flags, not backend's request-set-mark
11611         method, to ensure that synchronization updates marks in the
11612         backend and in the info (in memory) structure.
11613
11614 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11615
11616         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
11617         convention fully; don't miss the root article of a thread; make
11618         the X-Draft-From header with correct article numbers.
11619
11620 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
11621
11622         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
11623         unless plugged.  Disable the agent so that an open failure causes
11624         an error.
11625
11626         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
11627         Reverted 2004-09-21 change.  The backend must be opened while
11628         synchronizing flags even when the backend stores the flags
11629         locally.
11630
11631 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
11632
11633         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
11634         in `header' match.  Reported by Svend Tollak Munkejord.
11635
11636         * message.el (message-cite-original): Fix use of
11637         `message-cite-articles-with-x-no-archive'.
11638
11639 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11640
11641         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
11642         (gnus-window-to-buffer): Ditto.
11643
11644         * mml.el (mml-preview-buffer): New variable.
11645         (mml-preview): Manage window layout with gnus-buffer-configuration.
11646
11647         * gnus-msg.el (gnus-setup-message): Put article numbers into the
11648         X-Draft-From header even if those articles aren't quoted.
11649
11650 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
11651
11652         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
11653         (gnus-request-set-mark, gnus-request-update-mark): Use new
11654         g-s-t-u-l-m to decide to use backend even when unplugged.
11655
11656 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11657
11658         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
11659         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
11660
11661 2004-09-20  Simon Josefsson  <jas@extundo.com>
11662
11663         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
11664         "utf-16-le".
11665
11666 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11667
11668         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
11669
11670 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * uudecode.el (uudecode-use-external): Add :version.
11673
11674         * smime.el (smime-CA-file, smime-encrypt-cipher)
11675         (smime-dns-server): Add :version.
11676
11677         * smiley.el (gnus-smiley-file-types): Add :version.
11678
11679         * sha1.el (sha1-use-external): Add :version.
11680
11681         * pgg-def.el (pgg-query-keyserver): Add :version.
11682
11683         * nnmail.el (nnmail-fancy-expiry-targets)
11684         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
11685         Add :version.
11686
11687         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
11688         (nnimap-retrieve-groups-asynchronous): Add :version.
11689         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
11690
11691         * mml.el (mml-content-disposition-parameters)
11692         (mml-insert-mime-headers-always): Add :version.
11693
11694         * mm-util.el (mm-coding-system-priorities): Add :version.
11695
11696         * mm-decode.el (mm-inline-text-html-with-images)
11697         (mm-keep-viewer-alive-types, mm-external-terminal-program)
11698         (mm-verify-option): Add :version.
11699         (mm-text-html-renderer): Change :version.
11700
11701         * message.el (message-fcc-externalize-attachments)
11702         (message-required-headers, message-draft-headers)
11703         (message-subject-trailing-was-query)
11704         (message-subject-trailing-was-ask-regexp)
11705         (message-subject-trailing-was-regexp, message-mark-insert-begin)
11706         (message-mark-insert-end, message-archive-header)
11707         (message-archive-note, message-cross-post-default)
11708         (message-cross-post-note, message-followup-to-note)
11709         (message-cross-post-note-function, message-use-mail-followup-to)
11710         (message-subscribed-address-functions)
11711         (message-subscribed-address-file, message-subscribed-addresses)
11712         (message-subscribed-regexps, message-allow-no-recipients)
11713         (message-yank-cited-prefix, message-signature-insert-empty-line)
11714         (message-hidden-headers, message-hierarchical-addresses)
11715         (message-mail-user-agent, message-use-idna)
11716         (message-valid-fqdn-regexp)
11717         (message-strip-special-text-properties, message-header-synonyms)
11718         (message-beginning-of-line, message-tab-body-function): Add :version.
11719         (message-insert-canlock, message-wide-reply-confirm-recipients):
11720         Change :version.
11721
11722         * mail-source.el (mail-source-ignore-errors): Add :group, :type
11723         and :version.
11724         (mail-source-delete-old-incoming-confirm)
11725         (mail-source-movemail-program): Add :version.
11726
11727         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
11728         (gnus-agent-cache, gnus-agent): Change :version.
11729
11730         * gnus-util.el (gnus-use-byte-compile): Change :version.
11731
11732         * gnus-sum.el (gnus-summary-make-false-root-always)
11733         (gnus-summary-default-high-score)
11734         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
11735         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
11736         (gnus-read-all-available-headers, gnus-article-emulate-mime)
11737         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
11738         (gnus-sum-thread-tree-single-indent)
11739         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11740         (gnus-sum-thread-tree-leaf-with-other)
11741         (gnus-sum-thread-tree-single-leaf): Add :version.
11742         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
11743         (gnus-article-loose-mime): Change :version.
11744
11745         * gnus-start.el (gnus-backup-startup-file)
11746         (gnus-save-startup-file-via-temp-buffer): Add :version.
11747
11748         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11749         (gnus-server-offline-face): Add :version.
11750
11751         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11752
11753         * gnus-msg.el (gnus-gcc-externalize-attachments)
11754         (gnus-debug-files, gnus-debug-exclude-variables)
11755         (gnus-discouraged-post-methods): Change :version.
11756         (gnus-confirm-mail-reply-to-news)
11757         (gnus-confirm-treat-mail-like-news): Add :version.
11758
11759         * gnus-int.el (gnus-server-unopen-status): Add :version.
11760
11761         * gnus-group.el (gnus-group-jump-to-group-prompt)
11762         (gnus-large-ephemeral-newsgroup)
11763         (gnus-fetch-old-ephemeral-headers): Add :version.
11764
11765         * gnus-fun.el (gnus-x-face-directory)
11766         (gnus-convert-pbm-to-x-face-command)
11767         (gnus-convert-image-to-x-face-command)
11768         (gnus-convert-image-to-face-command): Add :version.
11769
11770         * gnus-delay.el (gnus-delay-default-hour): Add :version.
11771
11772         * gnus-cite.el (gnus-cite-blank-line-after-header)
11773         (gnus-article-boring-faces): Add :version.
11774
11775         * gnus-art.el (gnus-buttonized-mime-types)
11776         (gnus-inhibit-mime-unbuttonizing)
11777         (gnus-treat-display-face)
11778         (gnus-treat-body-boundary): Change :version.
11779         (gnus-body-boundary-delimiter, gnus-picon-databases)
11780         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11781         (gnus-treat-date-english, gnus-treat-fold-headers)
11782         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11783         (gnus-treat-mail-picon, gnus-treat-wash-html)
11784         (gnus-article-encrypt-protocol)
11785         (gnus-use-idna, gnus-article-over-scroll)
11786         (gnus-mime-display-multipart-alternative-as-mixed)
11787         (gnus-mime-display-multipart-related-as-mixed)
11788         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11789         (gnus-ctan-url, gnus-button-ctan-handler)
11790         (gnus-button-handle-ctan-bogus-regexp)
11791         (gnus-button-ctan-directory-regexp)
11792         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11793         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11794         (gnus-button-man-level, gnus-button-emacs-level)
11795         (gnus-button-message-level, gnus-button-browse-level): Add :version.
11796
11797         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11798         (gnus-agent-go-online): Change :version.
11799         (gnus-agent-expire-unagentized-dirs)
11800         (gnus-agent-auto-agentize-methods): Add :version.
11801
11802         * flow-fill.el (fill-flowed-display-column)
11803         (fill-flowed-encode-column): Add :version.
11804
11805         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11806         (gnus-outlook-deuglify-unwrap-max)
11807         (gnus-outlook-deuglify-cite-marks)
11808         (gnus-outlook-deuglify-unwrap-stop-chars)
11809         (gnus-outlook-deuglify-no-wrap-chars)
11810         (gnus-outlook-deuglify-attrib-cut-regexp)
11811         (gnus-outlook-deuglify-attrib-verb-regexp)
11812         (gnus-outlook-deuglify-attrib-end-regexp)
11813         (gnus-outlook-display-hook): Add :version.
11814
11815         * binhex.el (binhex-use-external): Add :version.
11816
11817 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
11818
11819         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11820         and `invisible'.
11821
11822 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11823
11824         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11825         in gnus-registry-trim.
11826
11827 2004-09-13  Simon Josefsson  <jas@extundo.com>
11828
11829         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11830
11831         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11832
11833         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11834         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11835         <yamaoka@jpl.org>.
11836         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11837         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11838         <yamaoka@jpl.org>.
11839
11840         * sieve.el (sieve-manage-mode): Ditto.
11841
11842 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
11843
11844         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11845
11846 2004-09-11  Simon Josefsson  <jas@extundo.com>
11847
11848         * dns-mode.el: Add.
11849
11850         * mm-view.el (mm-display-dns-inline): Add.
11851
11852         * mm-decode.el (mm-inline-media-tests): Add text/dns.
11853         (mm-automatic-display): Ditto.
11854
11855         * mailcap.el (mailcap-mime-data): Add text/dns.
11856         (mailcap-mime-extensions): Map .soa to text/dns.
11857
11858 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
11859
11860         * gnus-art.el (article-decode-mime-words, article-babel)
11861         (gnus-article-highlight-signature, gnus-article-add-buttons)
11862         (gnus-signature-toggle): Remove unnecessary bindings of
11863         `inhibit-read-only' inherited from v5.10 merge.
11864
11865 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11866
11867         * nntp.el (nntp): New customization group.
11868         (nntp-authinfo-file): Add customization group.
11869
11870         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11871
11872         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11873
11874         * gnus.el (to-address, to-list, subscribed)
11875         (large-newsgroup-initial): Ditto.
11876
11877         * flow-fill.el (fill-flowed-display-column)
11878         (fill-flowed-encode-column): Ditto.
11879
11880 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11881
11882         * message.el (message-tokenize-header, message-send-mail-with-qmail):
11883         Use point-min rather than 1.
11884         (message-send-mail): Use buffer-size rather than point-max.
11885
11886         * gnus-sum.el (gnus-summary-search-article-forward):
11887         Signal a specific `search-failed' rather than a generic `error'.
11888
11889         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11890         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11891         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11892
11893 2004-09-10  Simon Josefsson  <jas@extundo.com>
11894
11895         * nndb.el (require): Remove tcp and duplicate cl.
11896
11897 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * gnus-agent.el (directory-files-and-attributes): Move forward.
11900
11901 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11902
11903         * gnus-agent.el (directory-files-and-attributes): Optionally
11904         defined to support XEmacs.
11905
11906 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
11907
11908         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11909         to avoid run-time CL dependencies.
11910         (gnus-agent-unfetch-articles): New function.
11911         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11912         article numbers even when local .overview file is missing.
11913         (gnus-agent-read-article-number): New function.  Only accepts
11914         27-bit article numbers.
11915         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11916         gnus-agent-read-article-number.
11917         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11918         from backend while recognizing that article numbers in .overview
11919         must be valid.
11920         (gnus-agent-update-files-total-fetched-for): Use
11921         directory-files-and-attributes to improve performance.
11922         * gnus-int.el (gnus-request-move-article): Use
11923         gnus-agent-unfetch-articles in place of gnus-agent-expire to
11924         improve performance.
11925
11926         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11927         some users confused by references to .newsrc when they only have a
11928         .newsrc.eld file.
11929         (gnus-convert-mark-converter-prompt)
11930         (gnus-convert-converter-needs-prompt): Fixed use of property list.
11931         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11932         New function.  Used internally to only display 'gnus converting
11933         files' message when actually necessary.
11934
11935         * gnus-sum.el (): Removed (require 'gnus-agent) as required
11936         methods now autoloaded.
11937
11938 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * gnus-sum.el (gnus-summary-insert-subject): Remove list
11941         identifiers.
11942
11943 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * gnus-picon.el: Fix indentation and closing parenthesis.
11946
11947 2004-09-01  Simon Josefsson  <jas@extundo.com>
11948
11949         * message.el (message-canlock-generate): Require sha1, not
11950         sha1-el.  (Can we get rid of this require altogether?  It is ugly
11951         to require within a function.  Sadly, if sha1.el isn't loaded, the
11952         let binding in m-c-g will hide the defcustom definition, which is
11953         bad.)
11954
11955         * canlock.el: Require sha1, not sha1-el.
11956
11957         * message.el: Don't autoload sha1 (there is a autoload cookie in
11958         sha1.el).
11959
11960         * sha1-el.el: Renamed to sha1.el.
11961
11962 2004-08-30  Juanma Barranquero  <lektu@terra.es>
11963
11964         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11965
11966 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11967
11968         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11969
11970 2004-08-30  Kim F. Storm  <storm@cua.dk>
11971
11972         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11973
11974         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11975         Add :group 'nnimap.
11976
11977 2004-08-30  Andreas Schwab  <schwab@suse.de>
11978
11979         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11980         ?* and ?\;.
11981
11982         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11983         and ?\' to symbol instead of whitespace.
11984
11985 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11986
11987         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11988
11989         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11990         instead of re-search-forward.
11991
11992         * gnus-uu.el (gnus-uu-save-article): Ditto.
11993         (gnus-uu-post-encode-uuencode): Ditto.
11994
11995         * html2text.el (html2text-clean-list-items): Ditto.
11996         (html2text-clean-dtdd): Ditto.
11997         (html2text-format-tags): Ditto.
11998
11999         * message.el (message-send-mail-with-sendmail): Fix regexp.
12000         (message-fill-field-general): Use search-forward instead of
12001         re-search-forward.
12002         (unbold-region): Ditto.
12003
12004         * nnrss.el (nnrss-request-article): Ditto.
12005
12006         * nnslashdot.el (nnslashdot-request-article): Ditto.
12007
12008         * nnweb.el (nnweb-gmane-wash-article): Ditto.
12009
12010         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
12011         "Unrecognized menu descriptor" error in XEmacs.
12012
12013 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
12014
12015         * gnus-sum.el (gnus-read-header): Don't remove a header for the
12016         parent article of a sparse article in the thread hashtb.
12017
12018 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
12019
12020         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
12021         (nnmail-expand-newtext): Lowercase expanded entries if
12022         nnmail-split-lowercase-expanded is non-nil.
12023
12024 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12025
12026         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
12027
12028         * gnus-group.el (gnus-group-line-format-alist): Convert the value
12029         of gnus-tmp-news-method into string under XEmacs.  It will be
12030         passed to gnus-correct-length which takes only a string argument.
12031
12032 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * gnus-util.el (gnus-bind-print-variables): New macro.
12035         (gnus-prin1): Use it.
12036         (gnus-prin1-to-string): Use it.
12037         (gnus-pp): New function.
12038         (gnus-pp-to-string): New function.
12039
12040         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
12041         Replace pp-to-string with gnus-pp-to-string.
12042         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
12043         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
12044         * gnus-msg.el (gnus-debug): Ditto.
12045         * gnus-score.el (gnus-score-save): Ditto.
12046         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
12047         gnus-pp-to-string.
12048         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
12049         with gnus-pp.
12050         * score-mode.el (gnus-score-pretty-print): Ditto.
12051         * webmail.el (webmail-debug): Ditto.
12052
12053 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gnus-art.el (article-display-face, article-display-x-face):
12056         Use buffer-read-only.
12057
12058 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-art.el (article-hide-list-identifiers):
12061         Bind inhibit-read-only as t.
12062
12063 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
12064
12065         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
12066
12067 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12068
12069         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
12070         (gnus-narrow-to-page): Don't assume point-min == 1.
12071         (gnus-article-edit-mode): Derive from message-mode.
12072
12073         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
12074         point-min == 1.
12075
12076         * imap.el (imap-parse-address-list, imap-parse-body-ext):
12077         Disable incorrect use of `assert'.
12078
12079         * message.el (message-mode): Set comment-start-skip.
12080
12081
12082 2004-08-22  Sam Steingold  <sds@gnu.org>
12083
12084         * pop3.el (pop3-leave-mail-on-server): New user variable.
12085         (pop3-movemail): Delete mail only when it is nil.
12086
12087 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
12090
12091         * mml.el (mml-preview): Use `pop-to-buffer'.
12092
12093         * message.el (message-goto-mail-followup-to): Insert after "To".
12094         (message-carefully-insert-headers): Add comment.
12095
12096         * gnus.el: Remove unused variable `gnus-article-check-size'.
12097
12098         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
12099
12100         * gnus-art.el (gnus-button-alist): Improve
12101         `gnus-button-handle-library' entry.
12102
12103 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
12104
12105         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
12106         downcase, since XEmacs capitalizes error messages differently.
12107
12108 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
12109
12110         * nntp.el: Add (require 'gnus) due to reference to
12111         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
12112
12113 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
12114
12115         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
12116         `mm-fill-flowed'.
12117
12118         * mm-decode.el (mm-dissect-singlepart): Check it.
12119
12120 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
12121
12122         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
12123         'imap' for netrc parsing.
12124
12125 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * mailcap.el (mailcap-mime-data): Mark as risky.
12128
12129 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12130
12131         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
12132         may be included in the encoded word.
12133         (rfc2047-encode): Don't append a space if the encoded word
12134         includes close parenthesis.
12135
12136 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
12139         of text within parentheses.
12140
12141 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
12142
12143         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
12144         (gnus-encrypt-write-file-contents): Make the password key the file
12145         name PLUS the cipher, not just the cipher.  Also remove failed
12146         passwords from the cache.
12147
12148 2004-08-06  Simon Josefsson  <jas@extundo.com>
12149
12150         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
12151         fix.
12152
12153 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
12156         LWSP.
12157
12158 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
12159
12160         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
12161         to append in-reply-to: data to the references: header.
12162
12163         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
12164         (netrc-parse): Use gnus-encrypt.el functions.
12165
12166         * gnus-encrypt.el: Add new file for encryption support; currently
12167         does only a few GPG ciphers and an internal XOR cipher.
12168
12169         * password.el: Add comments on using password-read-and-add.
12170         (password-read-and-add): Add function to read and add the
12171         password to the cache at once.
12172
12173 2004-07-28  Simon Josefsson  <jas@extundo.com>
12174
12175         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
12176         parameter (but don't use it, for now).
12177
12178         * imap.el (imap-ssl-open): Use imap-process-connection-type,
12179         instead of hard coding to nil.
12180
12181 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12182
12183         * mm-view.el (mm-inline-image-emacs): Open lines under an image
12184         as mm-inline-image-xemacs does.
12185
12186 2004-07-26  Simon Josefsson  <jas@extundo.com>
12187
12188         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
12189         Revert part of 2004-07-17 change below.
12190
12191 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
12194         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12195
12196 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12197
12198         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
12199         quotes that actually start with ">" at the beginning of the
12200         lines.
12201
12202 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * rfc2047.el (rfc2047-encode-region): Fix last change.
12205         (rfc2047-encode-parameter): Remove useless concat.
12206
12207 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12208
12209         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
12210         encode special characters; fix some kind of misconfigured headers;
12211         signal a real error if debug-on-quit or debug-on-error is non-nil.
12212         (rfc2047-encode-max-chars): New variable.
12213         (rfc2047-encode-1): Use it.
12214         (rfc2047-encode-parameter): New function.
12215
12216         * mml.el (mml-insert-parameter): Remove an excessive space.
12217
12218 2004-07-17  Simon Josefsson  <jas@extundo.com>
12219
12220         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
12221         Kai Grossjohann <kai@emptydomain.de>.
12222         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
12223         (gnus-group-make-menu-bar): Ditto.
12224
12225         * gnus-util.el (gnus-group-server): Add.
12226
12227 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
12228
12229         * message.el (message-clone-locals): Clone sendmail and smtp
12230         variables.
12231
12232 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12233
12234         * rfc2047.el (rfc2047-encode-region): Fix last change.
12235
12236 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
12239         characters as non-special.
12240
12241 2004-07-09  Simon Josefsson  <jas@extundo.com>
12242
12243         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
12244         Users will lose all flag changes made while unplugged with
12245         e.g. nntp unless flag synchronization happens, thus `nil' is not a
12246         good default.  See numerous reports on ding mailing list.
12247
12248 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12249
12250         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
12251         add generate-head-function and generate-article-function to the
12252         rfc822-forward entry.
12253         (nndoc-rfc822-forward-generate-article): New function.
12254         (nndoc-rfc822-forward-generate-head): New function.
12255
12256         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
12257
12258 2004-07-06  Dan Christensen  <jdc@uwo.ca>
12259
12260         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
12261         respect display group parameter and gnus-summary-expunge-below.
12262         (gnus-articles-to-read): Remove unused reference to display group
12263         parameter.
12264
12265 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12266
12267         * nnheader.el (nnheader-uniquify-message-id): New experimental
12268         variable.
12269         (nnheader-nov-read-message-id): Use it.
12270
12271         * spam-report.el (spam-report-gmane): Add interactive.
12272
12273 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12274
12275         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
12276         qp-or-base64 for the application/* types.
12277
12278 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
12279
12280         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
12281
12282 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
12283
12284         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
12285         trim value.
12286
12287 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
12288
12289         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
12290         New macro and function.
12291         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
12292
12293 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
12296         after-load-alist.
12297
12298 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12299
12300         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
12301         update info that isn't there.
12302
12303 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
12304
12305         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
12306         entry.
12307
12308 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12309
12310         * mm-view.el (mm-inline-render-with-function): Use multibyte
12311         buffer; decode html source by charset.
12312
12313         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
12314
12315         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
12316         Mule-UCS is loaded under XEmacs.
12317         (mm-mime-mule-charset-alist): Avoid duplicated entries.
12318
12319 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
12320
12321         * nnheader.el (nnheader-max-head-length): Increase to 8192.
12322
12323 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12324
12325         * mm-util.el (mm-coding-system-p): Return a coding-system.
12326         (mm-mime-mule-charset-alist): Use shift_jis instead of
12327         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
12328         entries for the mime charsets iso-2022-jp-3 and shift_jis.
12329         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
12330         instead of japanese-shift-jis and iso-latin-1 respectively in
12331         order to share the default value with both Emacs and XEmacs-mule.
12332         (mm-mule-charset-to-mime-charset): Make
12333         mm-coding-system-priorities effective.
12334         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
12335         while predicating of candidates upon the priorities.
12336
12337 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
12338
12339         * gnus-sum.el (gnus-summary-make-menu-bar): Add
12340         gnus-uu-invert-processable.
12341
12342         * gnus.el: Autoload gnus-uu-invert-processable.
12343
12344 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12345
12346         * mm-util.el (mm-with-multibyte-buffer): New macro.
12347
12348         * rfc2047.el (rfc2047-encode-string): Use it.
12349         (rfc2047-encode-region): Move point to the end of the region after
12350         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
12351
12352 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
12355         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
12356
12357 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
12360         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
12361         Karl Chen <quarl@nospam.quarl.org>.
12362
12363 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
12364
12365         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
12366         invalid addresses.
12367
12368 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
12369
12370         * spam.el: Change section markers, revise TODO list.
12371         (spam-backends): Make new master list of all installed backends.
12372         (spam-summary-exit-behavior): Add new variable to determine how
12373         messages moves are done at summary exit.
12374         (spam-move-spam-nonspam-groups-only)
12375         (spam-process-ham-in-nonham-groups)
12376         (spam-process-ham-in-spam-groups): Remove variables, the
12377         spam-summary-exit-behavior variable should be used to manage this
12378         behavior.
12379         (spam-old-ham-articles, spam-old-spam-articles): Remove.
12380         (spam-old-articles): Add variable, replacing spam-old-ham-articles
12381         and spam-old-spam-articles.
12382         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
12383         Add empty variables, placeholders for the backends they represent.
12384         (spam-set-difference): Move, unchanged.
12385         (spam-list-of-processors): Declare OBSOLETE, not used anymore
12386         unless the user has a processor variable.
12387         (spam-classifications, spam-classification-valid-p)
12388         (spam-backend-properties, spam-backend-property-valid-p)
12389         (spam-backend-function-type-valid-p)
12390         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
12391         (spam-report-articles-gmane, spam-report-articles-resend):
12392         Remove functions, they are not needed.
12393         (spam-install-backend-super, spam-backend-list)
12394         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
12395         (spam-backend-function, spam-backend-ham-registration-function)
12396         (spam-backend-spam-registration-function)
12397         (spam-backend-ham-unregistration-function)
12398         (spam-backend-spam-unregistration-function)
12399         (spam-backend-statistical-p, spam-backend-mover-p)
12400         (spam-install-backend-alias, spam-install-checkonly-backend)
12401         (spam-install-mover-backend, spam-install-nocheck-backend)
12402         (spam-install-backend, spam-install-statistical-backend)
12403         (spam-install-statistical-checkonly-backend): Add backend installation
12404         support.
12405         (spam-summary-prepare-exit): Rewrite to use the new backend code.
12406         (spam-group-processor-p): Use the new backend code and respect the
12407         summary exit behavior.
12408         (spam-mark-spam-as-expired-and-move-routine): Remove.
12409         (spam-summary-prepare): Change to use the new spam-old-articles
12410         variable.
12411         (spam-copy-or-move-routine, spam-copy-spam-routine)
12412         (spam-move-spam-routine, spam-copy-ham-routine)
12413         (spam-move-ham-routine): Add code to copy/move ham or spam.
12414         (spam-fetch-field-fast): Improve doc and code, plus allow the
12415         'number request.
12416         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
12417         variables.
12418         (spam-split, spam-find-spam): Use the new backend code.
12419         (spam-registration-functions): Remove variable.
12420         (spam-unregister-routine): Add convenience wrapper.
12421         (spam-log-undo-registration, spam-register-routine)
12422         (spam-log-processing-to-registry)
12423         (spam-log-unregistration-needed-p): Rename "check" to "backend"
12424         where possible.
12425         (spam-check-gmane-xref, spam-check-regex-headers)
12426         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
12427         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
12428         (spam-check-bogofilter-headers, spam-check-spamoracle)
12429         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
12430         (spam-check-crm114-headers): Use the spam-split-group that
12431         spam-split prepares, no need to determine it every time.
12432
12433         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
12434         to the nnheader-parse-naked-head call.
12435
12436         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
12437
12438         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
12439         the nnheader-nov-read-message-id call.
12440
12441 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12442
12443         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
12444         gnus-activate-group twice.  Suggested by Markus Peter
12445         <warp@spin.de>.
12446
12447 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-art.el (gnus-article-time-format): Exchange the order of
12450         day and month in the default value; fix customization type.
12451         (article-date-ut): Use add-text-properties.
12452         (article-make-date-line): Use message-make-date instead of
12453         current-time-string.
12454
12455         * message.el (message-fetch-field): Don't use set-text-properties.
12456         (message-make-date): Simplify.
12457
12458         * messagexmas.el (message-xmas-make-date): New function.
12459         (message-xmas-redefine): Defalias message-make-date to it.
12460
12461 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
12464         (rfc2047-encode-region): Treat text within parentheses as special;
12465         show the original text when error has occurred.
12466
12467         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
12468         already-computed method to gnus-activate-group.
12469
12470         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
12471         same select-methods identical Lisp objects.
12472
12473         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
12474         object when modifying the info.
12475
12476 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12477
12478         * gnus-srvr.el (gnus-server-set-info): Remove the server from
12479         gnus-opened-servers since it has never been opened with the new
12480         configuration yet.
12481
12482 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12483
12484         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
12485         arg to nnheader-generate-fake-message-id.
12486
12487 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
12488
12489         * nnheader.el (nnheader-generate-fake-message-id): Accept a
12490         number and build a fake message ID localized to a group and
12491         article number (so it's repeatable from that point on).
12492         (nnheader-fake-message-id-p): Change regex to accomodate new fake
12493         ID format.
12494
12495         * gnus-sum.el (gnus-get-newsgroup-headers): Call
12496         nnheader-generate-fake-message-id with the article number.
12497
12498 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
12499
12500         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
12501         end-of-buffer.
12502
12503 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504
12505         * message.el (message-ignored-supersedes-headers): Add Approved.
12506
12507 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12508
12509         * rfc2047.el (rfc2047-encode-message-header): Remove useless
12510         goto-char.
12511         (rfc2047-encode): Fold the line before encoding.
12512
12513 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12514
12515         * rfc2047.el (rfc2047-encode-message-header): Disabled header
12516         folding -- not all headers can be folded, and this should be done
12517         by the message composition mode.  Probably.  I think.
12518
12519 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
12522         fast.
12523
12524         * gnus-ems.el (gnus-remove-image): Don't use
12525         message-text-with-property; remove only the image found first.
12526
12527         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
12528         found first.
12529
12530 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
12531
12532         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
12533
12534 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * message.el (message-text-with-property): Make it fast and accept
12537         optional arguments.
12538         (message-strip-forbidden-properties): Use it.
12539         (message-fix-before-sending): Follow the m-t-w-p change.
12540
12541         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
12542
12543 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * gnus-art.el (article-hide-headers): Don't change the buffer
12546         mistakenly when performing mml-preview even if
12547         gnus-single-article-buffer is nil.
12548
12549 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
12550
12551         * message.el (message-expand-name-databases): New user option.
12552         (message-expand-name): Use it.
12553
12554 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
12555
12556         * spam.el (spam-report-articles-resend)
12557         (spam-report-resend-register-routine): Allow ham reporting.
12558         (spam-report-resend-register-ham-routine): Add wrapper.
12559         (spam-registration-functions): Add ham resending functions.
12560         (spam-list-of-processors): Add ham resend processor.
12561
12562         * gnus.el (ham-resend-to): Add new group parameter.
12563         (spam-process): Add ham resend option.
12564
12565         * spam-report.el (spam-report-resend): Allow reporting ham.
12566         (spam-report-resend-ham): Add wrapper.
12567
12568 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569
12570         * message.el (message-cite-articles-with-x-no-archive): New
12571         variable.
12572         (message-cite-original): Use it.
12573
12574 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12575
12576         * message.el (message-cite-original): Respect X-No-Archive.
12577
12578 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12579
12580         * gnus-art.el (article-hide-headers): Refer to the values for
12581         gnus-ignored-headers and gnus-visible-headers in the summary
12582         buffer since a user may have set them as group parameters.
12583
12584 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
12585
12586         * assistant.el (assistant-node-name): Add convenience function.
12587         (assistant-render-text, assistant-render-node): Add error handling,
12588         plus handle multiple next nodes.
12589         (assistant-find-next-node): Comment out for now.
12590         (assistant-find-next-nodes): Add function, returns list of next
12591         nodes.
12592
12593 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
12594
12595         * mail-source.el (mail-source-directory): Fix doc-string.
12596
12597 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
12598
12599         * assistant.el (assistant-render-text, assistant-eval): Add :set
12600         widget type, which is different because it takes and returns a
12601         list.  Much hilarity ensues.
12602
12603 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
12606
12607         * gnus-group.el (gnus-group-get-new-news-this-group): Added
12608         doc-string.
12609
12610         * gnus-start.el (gnus-activate-group): Added doc-string.
12611
12612 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
12615
12616 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
12617
12618         * assistant.el (assistant-render-text): Try to add a :set
12619         widget, more to come.
12620
12621         * spam.el (spam-group-spam-contents-p): Handle empty groupname
12622         strings.
12623         (spam-report-articles-resend)
12624         (spam-register-routine): Do registration iff any articles warrant
12625         it.
12626         (spam-summary-prepare-exit): Change log message for nil group
12627         destinations.
12628
12629 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
12630
12631         * spam.el (spam-report-resend-register-routine): Allow
12632         spam-report-resend-to to be a group parameter or a global value.
12633
12634 2004-05-26  Simon Josefsson  <jas@extundo.com>
12635
12636         * starttls.el: Merge with my GNUTLS based starttls.el.
12637         (starttls-gnutls-program, starttls-use-gnutls)
12638         (starttls-extra-arguments, starttls-process-connection-type)
12639         (starttls-connect, starttls-failure, starttls-success): New
12640         variables.
12641         (starttls-program, starttls-extra-args): Doc fix.
12642         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
12643         functions.
12644         (starttls-negotiate, starttls-open-stream): Check
12645         `starttls-use-gnutls' and pass on to corresponding *-gnutls
12646         function if it is set.
12647
12648 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12649
12650         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
12651         structured fields.
12652
12653 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
12656
12657 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
12658
12659         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
12660         variable.
12661         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
12662         assigning the spam-mark to new messages.
12663
12664 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
12665
12666         (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
12667
12668 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12669
12670         * dgnushack.el: Autoload customize-set-variable for XEmacs.
12671
12672         * rfc2047.el (rfc2047-encodable-p): Don't move point.
12673         (rfc2047-decode): Treat the ascii coding-system as raw-text by
12674         default.
12675
12676 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
12677
12678         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
12679         correct data.
12680
12681 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
12682
12683         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
12684         (spam-group-processor-p): Fix function.
12685         (spam-group-processor-multiple-p)
12686         (spam-group-spam-processor-report-gmane-p)
12687         (spam-group-spam-processor-report-resend-p)
12688         (spam-group-spam-processor-bogofilter-p)
12689         (spam-group-spam-processor-blacklist-p)
12690         (spam-group-spam-processor-ifile-p)
12691         (spam-group-ham-processor-ifile-p)
12692         (spam-group-spam-processor-spamoracle-p)
12693         (spam-group-spam-processor-crm114-p)
12694         (spam-group-ham-processor-bogofilter-p)
12695         (spam-group-spam-processor-stat-p)
12696         (spam-group-ham-processor-stat-p)
12697         (spam-group-ham-processor-whitelist-p)
12698         (spam-group-ham-processor-BBDB-p)
12699         (spam-group-ham-processor-spamoracle-p)
12700         (spam-group-ham-processor-copy-p): Remove functions with some
12701         prejudice against unneeded code.
12702         (spam-report-articles-resend)
12703         (spam-report-resend-register-routine): Allow the group/topic
12704         spam-resend-to value to override spam-report-resend-to.
12705         (spam-summary-prepare-exit): Invoke spam-group-processor-p
12706         properly now.
12707
12708         * gnus.el (spam-resend-to): Add group/topic parameter.
12709         (spam-process): Move the OBSOLETE processors to the end of the
12710         choices.
12711
12712 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
12713
12714         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
12715         with resend-to set to nil, and then ask the user if necessary.
12716         (spam-report-resend): spam-report-resend takes a list of articles, not
12717         separate article numbers.
12718
12719 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12720
12721         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
12722         addition to emacs-w3m.
12723
12724 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12725
12726         * assistant.el (assistant-authinfo-data): New function.
12727         (assistant-eval): Eval for entire assistant.
12728
12729         * netrc.el (netrc-services-file): New variable.
12730         (netrc-parse-services): New function.
12731         (netrc-find-service-name): New function.
12732         (netrc-find-service-number): New function.
12733         (netrc-port-equal): New function.
12734         (netrc-machine): Use it.
12735
12736         * nnimap.el (nnimap-open-connection): Use netrc.
12737
12738         * gnus-util.el (gnus-netrc-get): Remove aliases.
12739
12740         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
12741
12742         * assistant.el (wid-edit): Fix compilation.
12743
12744         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
12745
12746 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
12747
12748         * gnus-util.el (gnus-set-file-modes): New function.  (small
12749         patch).
12750
12751 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12752
12753         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
12754
12755         * assistant.el (assistant-render-node): Fix up rendering and
12756         read-only text.
12757         (assistant-render-node): Reset.
12758         (assistant-make-read-only): Not sticky.
12759
12760 2004-05-20  Danny Siu  <dsiu@adobe.com>
12761
12762         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12763         centered even when gnus-auto-center-summary is t
12764
12765 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12766
12767         * dns.el (dns-get-txt-answer): New function.
12768         (dns-read-txt): Ditto.
12769         (query-dns): Use it.
12770
12771 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12774         active for foreign groups even if the group level is higher than
12775         the specified value.
12776
12777 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12778
12779         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12780         non-active groups.
12781
12782         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12783
12784 2004-05-20  Magnus Henoch  <mange@freemail.hu>
12785
12786         * dns.el (dns-read-type): Add support for SVR.  (small patch)
12787
12788 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
12789
12790         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12791         (spam-crm114-header, spam-crm114-spam-switch)
12792         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12793         (spam-crm114-positive-spam-header)
12794         (spam-crm114-database-directory, spam-list-of-processors)
12795         (spam-group-spam-processor-crm114-p)
12796         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12797         (spam-generic-score, spam-list-of-checks)
12798         (spam-list-of-statistical-checks, spam-registration-functions)
12799         (spam-check-crm114-headers, spam-crm114-score)
12800         (spam-check-crm114, spam-crm114-register-with-crm114)
12801         (spam-crm114-register-spam-routine)
12802         (spam-crm114-unregister-spam-routine)
12803         (spam-crm114-register-ham-routine)
12804         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
12805         asjo@koldfront.dk (Adam Sjøgren).
12806
12807         * gnus.el: Add spam-use-crm114.
12808
12809         * spam.el (spam-list-of-processors, spam-registration-functions):
12810         Add spam-use-resend.
12811         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12812         (spam-report-articles-gmane): Add doc fix.
12813         (spam-report-articles-resend, spam-report-resend-register-routine):
12814         Add wrappers around spam-report-resend-to.
12815
12816         * spam-report.el (spam-report-resend-to, spam-report-resend):
12817         Add support for resending spam.
12818         (spam-report-gmane): Fix line length >80.
12819
12820         * gnus.el (spam-process): Add spam-use-resend.
12821
12822 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12823
12824         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12825         number of processed spam messages.
12826         (spam-ham-copy-or-move-routine): Return the number of processed
12827         ham messages.
12828         (spam-summary-prepare-exit): Use the above values to decide
12829         whether status messages shouled be displayed.
12830
12831 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12832
12833         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12834         `rfc2047-encoding-function-alist' in order to avoid conflicting
12835         with the old version.
12836         (rfc2047-encode-region): Concatenate words containing non-ASCII
12837         characters in structured fields; don't encode space-delimited
12838         ASCII words even in unstructured fields; don't break words at
12839         char-category boundaries.
12840         (rfc2047-encode-1): New function.
12841         (rfc2047-encode): Use it; encode text so that it occupies the
12842         maximum width within 76-column; work correctly on Q encoding for
12843         iso-2022-* charsets.
12844         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12845         sure not to break a line just after the header name.
12846         (rfc2047-b-encode-region): Removed.
12847         (rfc2047-b-encode-string): New function.
12848         (rfc2047-q-encode-region): Removed.
12849         (rfc2047-q-encode-string): New function.
12850
12851         * mm-util.el (mm-replace-in-string): New function.
12852
12853 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12854
12855         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12856         get it right.
12857         (gnus-inews-make-draft): Really.
12858
12859 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
12860
12861         * nnmh.el (nnmh-request-list-1): Don't check the link count
12862         before descending.  (small patch)
12863
12864 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12865
12866         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12867         stuff.
12868
12869         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12870         on real group name.
12871
12872         * gnus-art.el (gnus-signature-limit): Doc fix.
12873
12874         * gnus-msg.el (gnus-inews-make-draft): Quote list.
12875
12876         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
12877
12878 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
12879
12880         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
12881         isn't a string.
12882
12883 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12884
12885         * gnus-draft.el (gnus-draft-send): Bind
12886         rfc2047-encode-encoded-words.
12887
12888         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12889         (rfc2047-encodable-p): Say that =? needs encoding.
12890         (rfc2047-encode-encoded-words): New variable.
12891
12892         * gnus-group.el (gnus-group-select-group): Doc fix.
12893
12894         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12895
12896         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12897         to nil.
12898
12899         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12900
12901         * nnheader.el (nnheader-get-lines-and-char): New function.
12902
12903 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
12904
12905         * gnus-msg.el (gnus-summary-followup-with-original): Document
12906         yanking of region when active.
12907
12908 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12909
12910         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12911         groups if the group level is higher than the specified value.
12912
12913 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12916         (gnus-group-jump-to-group): Added prefix argument using
12917         `gnus-group-jump-to-group-prompt'.  Query before jumping to
12918         non-active group.
12919
12920         * compface.el (uncompface): Be verbose when changing
12921         `uncompface-use-external'.
12922
12923         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12924         handle manual section.
12925
12926 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12927
12928         * gnus-art.el (gnus-button-alist): Revert previous change.
12929
12930 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12931
12932         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12933
12934 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12935
12936         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12937         whether backend can accept message.
12938
12939         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12940
12941 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
12942
12943         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12944         Avoid creating directory when nntp-marks-is-evil is true.
12945         Reported by Reiner Steib.
12946
12947 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12948
12949         * gnus-picon.el (gnus-picon-style): New variable.
12950         (gnus-picon-insert-glyph): Added optional `nostring' argument.
12951         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
12952         Jesper Harder <harder@ifa.au.dk>.
12953
12954 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12955
12956         * message.el (message-fill-field): Return point.
12957         (message-generate-headers): Go to end of field.
12958
12959         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12960         stuff for non-living groups.
12961
12962 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
12963
12964         * gnus-art.el (gnus-article-followup-with-original)
12965         (gnus-article-reply-with-original): gnus-mark-active-p ->
12966         gnus-region-active-p.
12967
12968 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
12969
12970         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12971         only when there is spam or ham to be processed.
12972
12973 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12974
12975         * mail-source.el (mail-source-delete-crash-box): Refactor.
12976         (mail-source-fetch): Use it.
12977         (mail-source-fetch-file): Ditto.
12978         (mail-source-fetch-directory): Run postscript in loop.
12979         (mail-source-fetch-pop): Delete.
12980         (mail-source-fetch-maildir): Ditto.
12981         (mail-source-fetch-imap): Ditto.
12982
12983         * imap.el (imap-authenticators): Comment out sasl.
12984
12985         * message.el (message-skip-to-next-address): New function.
12986         (message-fill-header-address): Refactor.
12987         (message-fill-address): Use it.
12988         (message-delete-address): Use it.
12989         (message-fill-header-general): Refactor.
12990         (message-fill-field-address): Rename.
12991         (message-narrow-to-field): Find the start of the header.
12992         (message-header-format-alist): Don't pre-fill.
12993         (message-fill-header): Removed.
12994         (message-insert-header): New function.
12995         (message-shorten-references): Use it.
12996
12997         * rfc2047.el (rfc2047-field-value): Strip props.
12998
12999         * mail-parse.el (mail-header-make-address): New alias.
13000
13001         * ietf-drums.el (ietf-drums-make-address): New function.
13002
13003         * imap.el: Add compiler directives.
13004
13005         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
13006
13007         * gnus-art.el (article-decode-idna-rhs): Don't use
13008         message-idna-inside-rhs-p.
13009
13010 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13011
13012         * message.el (message-idna-inside-rhs-p): Removed.
13013         (message-idna-to-ascii-rhs-1): Use proper address parsing.
13014
13015         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
13016         false positives.
13017
13018 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
13019
13020         * imap.el (imap-sasl-make-mechanisms): Use sasl.
13021
13022 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13023
13024         * nneething.el (nneething-file-name): Don't create spurious
13025         files.
13026
13027         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
13028         (gnus-inews-do-gcc): Remove sleep.
13029
13030         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
13031         part under point.
13032
13033         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
13034         (gnus-agent-regenerate-group): Using nil messages aren't valid.
13035
13036 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
13037
13038         * spam.el (spam-summary-prepare-exit): Fixed (length).
13039
13040 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
13041
13042         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
13043         as expired without moving it" message when there are spam
13044         messages left.
13045
13046 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
13047
13048         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
13049         header is not nil.
13050
13051 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
13052
13053         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
13054         nntp-possibly-create-directory, not nntp-possibly-change-group.
13055         (nntp-marks-changed-p): New arg SERVER.
13056         (nntp-request-update-info): Adjust caller.
13057
13058 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
13059
13060         * nntp.el (nntp-save-marks): Pass missing arg.
13061
13062 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
13063
13064         * nntp.el: Support marks.
13065         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
13066         (nntp-marks-modtime, nntp-marks-directory): New variables.
13067         (nntp-request-set-mark, nntp-request-update-info)
13068         (nntp-possibly-create-directory, nntp-marks-changed-p)
13069         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
13070         functions.
13071
13072 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
13073
13074         * gnus-xmas.el (gnus-xmas-select-lowest-window)
13075         (gnus-xmas-redefine): Rename.
13076
13077         * gnus-score.el (gnus-score-insert-help): Use
13078         gnus-select-lowest-window.
13079
13080         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
13081         appt-select-lowest-window and rename to gnus-select-lowest-window.
13082
13083         * gnus.el: do.
13084
13085 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13086
13087         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
13088         encodings of MIME-encoded words, in order to improve
13089         interoperability with several broken MUAs.
13090
13091 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13092
13093         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
13094         tags, only when charsets are not specified in headers.
13095         (mm-inline-text-html-render-with-w3m): Ditto.
13096
13097         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
13098         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
13099
13100 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13101
13102         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
13103         instead of MIME-decoded from fields when checking
13104         `gnus-article-address-banner-alist'.
13105
13106 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
13107
13108         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
13109         description rather than subject.
13110
13111 2004-05-02  Steve Youngs  <steve@youngs.au.com>
13112
13113         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
13114
13115 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13116
13117         * gnus.el (gnus-version-number): Bump.
13118
13119 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13120
13121         * gnus.el: No Gnus v0.2 is released.
13122
13123 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13124
13125         * gnus-agent.el (gnus-agent-read-agentview): Inline
13126         gnus-uncompress-range.
13127
13128 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13129
13130         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
13131         `exec-installed-p'.
13132
13133 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13134
13135         * gnus.el (spam-process, spam-autodetect-methods): Add
13136         bsfilter and bsfilter-headers.
13137
13138         * spam.el (spam-bsfilter): New customize group.
13139         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
13140         (spam-bsfilter-header, spam-bsfilter-probability-header)
13141         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
13142         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
13143         (spam-bsfilter-database-directory): New options.
13144         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
13145         (spam-list-of-statistical-checks, spam-registration-functions):
13146         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
13147         (spam-bsfilter-score): New command.
13148         (spam-check-bsfilter-headers, spam-check-bsfilter)
13149         (spam-bsfilter-register-with-bsfilter)
13150         (spam-bsfilter-register-spam-routine)
13151         (spam-bsfilter-unregister-spam-routine)
13152         (spam-bsfilter-register-ham-routine)
13153         (spam-bsfilter-unregister-ham-routine): New functions.
13154         (spam-generic-score): Support bsfilter; Accept an optional argument
13155         to recalcurate spam score even if scoring header has already been
13156         added.
13157         (spam-bogofilter-score, spam-spamassassin-score): Accept an
13158         optional argument to recalcurate spam score even if scoring header
13159         has already been added.
13160
13161 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
13162
13163         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
13164         strings!  Reported by David D. Smith <davidsmith@acm.org>.
13165         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
13166         link is missing.
13167
13168 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
13169
13170         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
13171         (html2text-get-attr): Rewrite.
13172
13173         * message.el (message-setup-1): Remove redundant put-text-property
13174         on mail-header-separator.
13175
13176 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
13177
13178         * gnus-registry.el (gnus-registry-cache-whitespace)
13179         (gnus-registry-action, gnus-registry-spool-action)
13180         (gnus-registry-split-fancy-with-parent): Change message levels
13181         from 5 to 3 or 7, as needed.
13182
13183         * spam.el (spam-summary-prepare-exit)
13184         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
13185         (spam-split, spam-find-spam, spam-log-undo-registration)
13186         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
13187         level from 5 to 6.
13188
13189 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13190
13191         * gnus-ems.el: Autoload appt-select-lowest-window (revert
13192         2004-03-04 change).
13193
13194 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
13195
13196         * sieve-manage.el (sieve-manage-open):
13197         * nnweb.el (nnweb-insert-html):
13198         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
13199         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
13200         * nnspool.el (nnspool-request-group):
13201         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
13202         * nnml.el (nnml-request-update-info):
13203         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
13204         (nnmh-request-create-group, nnmh-update-gnus-unreads):
13205         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
13206         (nnimap-request-set-mark):
13207         * nnfolder.el (nnfolder-request-update-info):
13208         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
13209         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
13210         * gnus-uu.el (gnus-uu-find-articles-matching):
13211         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
13212         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
13213         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
13214         * gnus-nocem.el (gnus-nocem-scan-groups):
13215         * gnus-int.el (gnus-start-news-server):
13216         * gnus-group.el (gnus-group-make-kiboze-group)
13217         (gnus-group-browse-foreign-server):
13218         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
13219         Use mapc when appropriate.
13220
13221 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
13222
13223         FIXME: Make separate entries for each person.
13224
13225         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
13226         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
13227         <shields@msrl.com>:
13228
13229         * spam.el (spam-necessary-extra-headers): Get the extra headers we
13230         may need for spam sorting and scoring.
13231         (spam-user-format-function-S): Add user format function suitable for
13232         general use.
13233         (spam-article-sort-by-spam-status): Add sorting function for summary
13234         sorting.
13235         (spam-extra-header-to-number): Add function to get a score from a
13236         header.
13237         (spam-summary-score): Add function to  get a numeric score from the
13238         headers.
13239         (spam-generic-score): Fix function doc, was in wrong place.
13240         (spam-initialize): Take symbols when it's run, and install the
13241         extra headers that spam-necessary-extra-headers thinks we need.
13242
13243 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
13244
13245         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
13246         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
13247
13248 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
13249
13250         * gnus-sum.el (gnus-set-global-variables)
13251         (gnus-build-all-threads, gnus-get-newsgroup-headers)
13252         (gnus-article-get-xrefs, gnus-summary-best-group)
13253         (gnus-summary-next-article, gnus-summary-enter-digest-group)
13254         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
13255         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
13256         Use with-current-buffer.
13257
13258 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
13259
13260         * spam.el (spam-summary-prepare-exit): Simplify logic.
13261         (spam-fetch-article-header): Read the article header if it's not
13262         available.
13263         (spam-list-articles): Simplify logic.
13264         (spam-filelist-register-routine): Fix bug with unregister-list.
13265
13266         * gnus-registry.el: Fix comments at beginning.
13267
13268 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
13269
13270         * message.el (message-cater-to-broken-inn): Remove.
13271         (message-shorten-references): Make sure the total folded length of
13272         References is shorter than 998 characters to cater to a bug in INN
13273         2.3.  Also, don't pretend that references aren't folded -- this
13274         hasn't worked for a while.
13275
13276 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13277
13278         * gnus-agent.el (gnus-agentize):
13279         gnus-agent-send-mail-real-function no longer set to current value
13280         of message-send-mail-function but rather a lambda that calls
13281         message-send-mail-function.  The change makes the agent real-time
13282         responsive to user changes to message-send-mail-function.
13283
13284 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13285
13286         * legacy-gnus-agent.el
13287         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
13288         help from Florian Weimer <fw@deneb.enyo.de>
13289
13290 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13291
13292         * nnmail.el (nnmail-cache-insert): Revert last change.
13293
13294 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13295
13296         * nnmail.el (nnmail-cache-insert): Always check whether
13297         nnmail-cache-ignore-groups matches a group name.
13298
13299 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
13300
13301         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
13302         (spam-find-spam, spam-log-processing-to-registry)
13303         (spam-log-registered-p, spam-log-unregistration-needed-p)
13304         (spam-log-undo-registration): Use gnus-message instead of
13305         gnus-error, none of these errors are fatal.
13306
13307         * gnus-registry.el (gnus-registry-clean-empty-function)
13308         (gnus-registry-clean-empty): Remove only empty entries without
13309         extra data.
13310
13311 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
13312
13313         * spam-stat.el (spam-stat-buffer-change-to-spam)
13314         (spam-stat-buffer-change-to-non-spam): Change (error) to
13315         (gnus-message 8) invocation.
13316
13317 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13318
13319         * nntp.el (nntp-via-netcat-command): New variable.
13320         (nntp-via-netcat-switches): New variable.
13321         (nntp-open-via-rlogin-and-netcat): New function.
13322         (nntp-open-connection-function): Doc fix.
13323         (nntp-telnet-command): Doc fix.
13324         (nntp-end-of-line): Doc fix.
13325         (nntp-via-rlogin-command): Doc fix.
13326         (nntp-via-user-name): Doc fix.
13327         (nntp-via-address): Doc fix.
13328
13329 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
13332         error in Emacs 21.1.
13333
13334 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
13335
13336         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
13337
13338 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13339
13340         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
13341         (gnus-agent-with-refreshed-group): New macro.
13342         (gnus-agent-rename-group): New function.
13343         (gnus-agent-delete-group): New function.
13344         (gnus-agent-save-group-info): Use gnus-command-method when
13345         `method' parameter is nil.  Don't write nil entries into the
13346         active file.
13347         (gnus-agent-get-group-info): New function.
13348         (gnus-agent-fetch-articles): Use
13349         gnus-agent-update-files-total-fetched-for to increment disk space
13350         used.
13351         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
13352         gnus-agent-update-view-total-fetched-for to increment disk space
13353         used.
13354         (gnus-agent-get-local): Added optional parameters to avoid calling
13355         gnus-group-real-name and gnus-find-method-for-group.
13356         (gnus-agent-set-local): Delete stored entry if either min, or max,
13357         are nil.
13358         (gnus-agent-fetch-session): Reworded error/quit messages.  On
13359         quit, use gnus-agent-regenerate-group to record existance of any
13360         articles fetched to disk before the quit occurred.
13361         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
13362         gnus-agent-update-view-total-fetched-for, and
13363         gnus-agent-update-files-total-fetched-for to decrement disk space
13364         used.
13365         (gnus-agent-retrieve-headers): Use
13366         gnus-agent-update-view-total-fetched-for to increment disk space
13367         used.
13368         (gnus-agent-regenerate-group): Replace gnus-group-update-group
13369         with gnus-agent-update-files-total-fetched-for to decrement disk
13370         space and fresh group buffer.
13371         (gnus-agent-inhibit-update-total-fetched-for): New variable.
13372         (gnus-agent-need-update-total-fetched-for): New variable.
13373         (gnus-agent-update-files-total-fetched-for): New function.
13374         (gnus-agent-update-view-total-fetched-for): New function.
13375         (gnus-agent-total-fetched-for): New function.
13376
13377         * gnus-cache.el (gnus-cache-save-buffers): Use
13378         gnus-cache-update-overview-total-fetched-for to change disk space
13379         used by this group.
13380         (gnus-cache-possibly-enter-article): Use
13381         gnus-cache-update-file-total-fetched-for to increment disk space
13382         used by this group.
13383         (gnus-cache-possibly-remove-article): Use
13384         gnus-cache-update-file-total-fetched-for to decrement disk space
13385         used by this group.
13386         (gnus-cache-generate-nov-databases): Purge total fetched cache.
13387         (gnus-cache-rename-group): New function.
13388         (gnus-cache-delete-group): New function.
13389         (gnus-cache-inhibit-update-total-fetched-for): New variable.
13390         (gnus-cache-need-update-total-fetched-for): New variable.
13391         (gnus-cache-with-refreshed-group): New macro.
13392         (gnus-cache-update-file-total-fetched-for): New function.
13393         (gnus-cache-update-overview-total-fetched-for): New function.
13394         (gnus-cache-rename-group-total-fetched-for): New function.
13395         (gnus-cache-delete-group-total-fetched-for): New function.
13396         (gnus-cache-total-fetched-for): New function.
13397
13398         * gnus-group.el: Require gnus-sum and autoload functions to
13399         resolve warnings when gnus-group.el compiled alone.
13400         (gnus-group-line-format): Documented new %F
13401         (size of Fetched data) group line format; identifies disk space
13402         used by agent and cache.
13403         (gnus-group-line-format-alist): Defined new F format.
13404         (gnus-total-fetched-for): New function.
13405         (gnus-group-delete-group): No longer update
13406         gnus-cache-active-altered as gnus-request-delete-group now keeps
13407         the cache in sync.
13408         (gnus-group-list-active): Let the agent store a server's active
13409         list if currently plugged.
13410
13411         * gnus-int.el (gnus-request-delete-group):
13412         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
13413         local disk in sync with the server.
13414         (gnus-request-rename-group):
13415         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
13416         local disk in sync with the server.
13417
13418         * gnus-start.el (gnus-get-unread-articles):
13419         Cosmetic simplification to logic.
13420
13421         * gnus-util.el (gnus-rename-file): New function.
13422
13423 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
13424
13425         * mm-util.el (mm-image-load-path): Handle nil in load-path.
13426
13427 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
13428
13429         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
13430         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
13431
13432 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
13433
13434         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
13435         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
13436
13437 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
13438
13439         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
13440
13441 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
13442
13443         * spam.el (spam-set-difference): Add function to replace
13444         gnus-set-difference in spam.el.
13445         (spam-summary-prepare-exit): Use spam-set-difference.
13446
13447 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
13448
13449         * gnus-registry.el (gnus-registry-cache-file): Update to use
13450         gnus-dribble-directory OR gnus-home-directory OR ~.
13451         (gnus-registry-split-fancy-with-parent): Fix doc.
13452
13453 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13454
13455         * message.el (message-exchange-point-and-mark): Use
13456         message-mark-active-p.  Suggested by Jesper Harder
13457         <harder@ifa.au.dk>.
13458
13459 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13460
13461         * message.el (message-exchange-point-and-mark): Don't activate
13462         region if it was inactive.  Suggested by Hiroshi Fujishima
13463         <pooh@nature.tsukuba.ac.jp>.
13464
13465 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13466
13467         * gnus-art.el (article-display-face): Display Faces in the same
13468         order as X-Faces.
13469
13470 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
13473
13474 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
13477         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
13478         (gnus-article-mime-hierarchy): Remove.
13479         (gnus-article-mime-hierarchy-next): Remove.
13480         (gnus-article-mode): Revert 2004-03-19 change.
13481         (gnus-article-setup-buffer): Revert 2004-03-19 change.
13482         (gnus-insert-mime-button): Revert 2004-03-19 change.
13483         (gnus-mime-accumulate-hierarchy): Remove.
13484         (gnus-mime-enter-multipart): Remove.
13485         (gnus-mime-leave-multipart): Remove.
13486         (gnus-mime-display-part): Revert 2004-03-19 change.
13487         (gnus-mime-display-alternative): Revert 2004-03-19 change.
13488
13489         * mml.el (mml-preview): Revert 2004-03-19 change.
13490
13491 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
13492
13493         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
13494
13495 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13496
13497         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
13498         t while entering a file name using the mm-with-multibyte macro.
13499         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13500
13501         * mm-util.el (mm-with-multibyte): New macro.
13502
13503 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
13506         user option.
13507         (gnus-mime-multipart-functions): Doc and customization fix.
13508         (gnus-article-mime-hierarchy): New variable.
13509         (gnus-article-mime-hierarchy-next): New variable.
13510         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
13511         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
13512         gnus-article-mime-hierarchy-next to nil.
13513         (gnus-insert-mime-button): Show hierarchy numbers.
13514         (gnus-mime-accumulate-hierarchy): New function.
13515         (gnus-mime-enter-multipart): New function.
13516         (gnus-mime-leave-multipart): New function.
13517         (gnus-mime-display-part): Recompute hierarchical MIME structure.
13518         (gnus-mime-display-alternative): Show hierarchy numbers.
13519
13520         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
13521         gnus-article-mime-hierarchy-next to nil.
13522
13523 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
13524
13525         * dns.el: Don't require gnus-xmas.
13526
13527 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
13528
13529         * mml.el (mml-generate-mime-1): Don't use format=flowed with
13530         inline PGP.
13531         (mml-menu): Disable mml-quote-region if mark is inactive.
13532
13533 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13534
13535         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
13536         when the group's active is not available.
13537
13538 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13539
13540         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
13541         error.
13542
13543 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
13544
13545         * imap.el (imap-store-password): New variable.
13546         (imap-interactive-login): Use it.
13547         Suggested by Mark Plaksin <happy@mcplaksin.org>.
13548
13549 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13550
13551         * gnus-art.el (gnus-article-read-summary-keys): Restore new
13552         window-start and hscroll to summary window.
13553
13554 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13555
13556         * gnus-start.el (gnus-convert-old-newsrc): Only write the
13557         conversion message to newsrc-dribble when an actual conversion is
13558         performed.
13559
13560 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
13561
13562         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
13563
13564 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13565
13566         * mm-decode.el (mm-complicated-handles): New function reviving
13567         former definition of mm-multiple-handles.
13568
13569         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13570         (gnus-mime-delete-part): Use it.
13571
13572 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13573
13574         * gnus-agent.el (gnus-agent-read-local): Bind
13575         nnheader-file-coding-system to gnus-agent-file-coding-system to
13576         avoid the implicit assumption that they will always be equal.
13577         (gnus-agent-save-local): Bind buffer-file-coding-system, not
13578         coding-system-for-write, as the with-temp-file macro first prints
13579         to a buffer then saves the buffer.
13580
13581 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13582
13583         * gnus-art.el (gnus-article-edit-part): New function.
13584         (gnus-mime-save-part-and-strip): Use it; do query instead of
13585         signaling an error; don't use mm-multiple-handles.
13586         (gnus-mime-delete-part): Ditto.
13587
13588 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13589
13590         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
13591         old file versions.
13592         (gnus-group-prepare-hook): Removed function that converted list
13593         form of gnus-agent-expire-days to group properties.
13594
13595         * gnus-int.el: Autoload gnus-agent-regenerate-group.
13596         (gnus-request-accept-article): Re-indented.
13597
13598         * gnus-start.el (gnus-convert-old-newsrc): Registered new
13599         converters to handle old agent file formats.  Added logic for a
13600         "backup before upgrading warning".
13601         (gnus-convert-mark-converter-prompt): Developers can mark
13602         functions as needing (default), or not needing,
13603         gnus-convert-old-newsrc's "backup before upgrading warning".
13604         (gnus-convert-converter-needs-prompt): Tests whether the user
13605         should be protected from potentially irreversable changes by the
13606         function.
13607
13608         * legacy-gnus-agent.el: New.  Provides converters that are only
13609         loaded when gnus-convert-old-newsrc needs to call them.
13610
13611 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13612
13613         * mail-source.el (mail-source-touch-pop): Doc fix.
13614
13615         * message.el (message-smtpmail-send-it): Doc fix.
13616
13617 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
13618
13619         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
13620
13621         * nnmail.el (nnmail-split-fancy): do.
13622
13623         * gnus-kill.el (gnus-kill, gnus-execute): do.
13624
13625 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
13626
13627         * gnus-sum.el (gnus-widget-reversible-match)
13628         (gnus-widget-reversible-to-internal)
13629         (gnus-widget-reversible-to-external): New functions.
13630         (gnus-widget-reversible): New widget.
13631         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
13632
13633 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
13634
13635         * gnus-sum.el (gnus-thread-sort-functions)
13636         (gnus-article-sort-functions): Document `(not F)' items.
13637
13638 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
13639
13640         * spam.el (spam-use-gmane-xref): Add new backend.
13641         (spam-gmane-xref-spam-group): Add variable to control the name of the
13642         Gmane spam group.
13643         (spam-blackhole-servers, spam-blackhole-good-server-regex)
13644         (spam-regex-headers-spam, spam-regex-headers-ham)
13645         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
13646         (spam-list-of-checks): Add spam-use-gmane-xref to list of
13647         backends and checks.
13648         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
13649
13650         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
13651         an autodetect method.
13652
13653 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13654
13655         * gnus-int.el (gnus-request-accept-article): Inform the agent that
13656         articles are being added to a group.
13657         (gnus-request-replace-article): Inform the agent that articles
13658         need to be uncached as the cached contents are no longer valid.
13659
13660 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13661
13662         * binhex.el: Don't autoload executable-find.
13663
13664         * canlock.el: Don't autoload mail-fetch-field.
13665
13666         * dgnushack.el: Autoload c-mode for XEmacs.
13667
13668         * gnus-ems.el: Don't autoload appt-select-lowest-window.
13669
13670         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
13671         rmail-dont-reply-to and rmail-output.
13672
13673         * gnus-score.el: Don't autoload ffap-string-at-point.
13674
13675         * gnus-setup.el: Don't autoload sc-cite-original.
13676
13677         * imap.el: Don't autoload base64-decode-string,
13678         base64-encode-string and md5.
13679
13680         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
13681         and rmail-msg-restore-non-pruned-header.
13682
13683         * mm-decode.el: Don't autoload executable-find.
13684
13685         * mm-url.el: Don't autoload executable-find.
13686
13687         * mm-view.el: Don't autoload diff-mode.
13688
13689         * nndb.el: Don't autoload news-reply-mode, news-setup,
13690         cancel-timer and telnet.
13691
13692         * password.el: Don't autoload run-at-time for Emacs.
13693
13694         * sha1-el.el: Don't autoload executable-find.
13695
13696         * sieve-mode.el: Don't autoload c-mode.
13697
13698         * uudecode.el: Don't autoload executable-find.
13699
13700 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13701
13702         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
13703         (gnus-agent-possibly-alter-active): Avoid null in numeric
13704         comparison.
13705         (gnus-agent-set-local): Refuse to save null in local object table.
13706         (gnus-agent-regenerate-group): The REREAD parameter can now be a
13707         list of articles that will be marked as unread.
13708
13709 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13710
13711         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
13712
13713 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
13714
13715         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
13716         language tags.
13717
13718 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
13719
13720         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
13721         Don't bind "obarray".
13722
13723         * gnus-sum.el (gnus-thread-sort-functions): Added
13724         `gnus-thread-sort-by-most-recent-number' and
13725         `gnus-thread-sort-by-most-recent-date'.
13726         Reported by Kai Grossjohann <kai@emptydomain.de>.
13727
13728 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13729
13730         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
13731
13732 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
13733
13734         * gnus-cus.el (gnus-agent-customize-category): Removed
13735         ignore-errors macro reference that required cl to be loaded at
13736         run-time.
13737
13738         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
13739         single-interval range of the form (min . max).  Previously the
13740         range had to look like ((min . max)).  Likewise, return
13741         (min . max) rather than ((min . max)).
13742         (gnus-range-map): Use gnus-range-normalize to accept
13743         single-interval range.
13744
13745         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
13746         the cache, but not the agent, now appear with their usual face.
13747
13748         * dgnushack.el (loaddir): New variable that is bound to the
13749         directory containing the dgnushack.el file. Use loaddir, rather
13750         than srcdir, to update load-path. Change lets dgnushack compile
13751         code in directories other than GNUS/lisp.
13752
13753 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13754
13755         * lpath.el: Don't bind w3m-safe-url-regexp.
13756
13757         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
13758         w3m-safe-url-regexp variable buffer-local.
13759
13760         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13761
13762 2004-02-27  Simon Josefsson  <jas@extundo.com>
13763
13764         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
13765         gnus-group-real-prefix.
13766         (gnus-summary-move-article): Use it, instead of
13767         gnus-group-real-prefix.
13768
13769 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13770
13771         * lpath.el: Bind w3m-safe-url-regexp.
13772
13773         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
13774         w3m-safe-url-regexp variable buffer-local and set it as the value
13775         of mm-w3m-safe-url-regexp.
13776
13777         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
13778
13779         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
13780         parsing gnus-posting-styles when the message is not for replying.
13781
13782         * dgnushack.el: Autoload sgml-mode for XEmacs.
13783
13784         * nnrss.el (nnrss-opml-export): Use
13785         mm-set-buffer-file-coding-system instead of
13786         set-buffer-file-coding-system.
13787
13788 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
13789
13790         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13791         of checkdoc.el).
13792         * nnrss.el: do.
13793         * gnus-mlspl.el: do.
13794         * gnus-ml.el: do.
13795         * gnus-srvr.el: do.
13796
13797         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13798
13799 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
13800
13801         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13802         Corrections to custom-manual links.
13803
13804         * gnus-art.el (gnus-article): Ditto.
13805
13806         * mm-decode.el (mime-display, mime-security): Ditto.
13807
13808 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13809
13810         * flow-fill.el: Typo.
13811
13812 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
13813
13814         * spam-wash.el: New file.
13815
13816 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
13817
13818         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13819
13820 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
13821
13822         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13823         to be run with new-articles as LIST1, not LIST2.
13824         (spam-registration-functions): Add spam-use-ham-copy as a nil
13825         registration backend.
13826
13827 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
13828
13829         * spam-stat.el (spam-stat-washing-hook): New option.
13830         (spam-stat-buffer-words): Use it.
13831         (spam-stat-process-directory, spam-stat-test-directory): Use
13832         insert-file-contents-literally.
13833         (spam-stat-coding-system): New variable.
13834         (spam-stat-load, spam-stat-save): Use it.
13835
13836 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13837
13838         * spam-report.el (spam-report-plug-agent): Quote
13839         spam-report-url-to-file and spam-report-url-ping-plain.
13840
13841 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
13842
13843         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13844         / in mailto URLs.
13845
13846 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13847
13848         * spam-report.el (spam-report-process-queue): Fix interactive use.
13849         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13850         (spam-report-unplug-agent): Doc fixes.
13851         (spam-report-url-ping-mm-url, spam-report-url-to-file)
13852         (spam-report-agentize, spam-report-deagentize): Autoload
13853
13854 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13855
13856         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
13857
13858         * message.el (message-setup-fill-variables): Add mml tags to
13859         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
13860         <ajk@iu.edu>.
13861         (message-mode): Don't modify paragraph-separate there.
13862
13863 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13864
13865         * compface.el (uncompface-use-external): Default to undecided.
13866         (uncompface-use-external-threshold): New variable.
13867         (uncompface-float-time): New macro.
13868         (uncompface): Determine whether to use the external decoder if
13869         uncompface-use-external is undecided.
13870
13871 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13872
13873         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13874         after images.
13875
13876         * gnus-art.el (gnus-mime-display-single): Remove dead code.
13877
13878 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
13879
13880         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13881
13882         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13883
13884         * gnus-sum.el (gnus-summary-limit-to-age)
13885         (gnus-summary-limit-children): do.
13886
13887         * gnus-int.el (gnus-request-scan): do.
13888
13889         * gnus-group.el (gnus-group-suspend): do.
13890
13891         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13892
13893         * gnus-cite.el (gnus-cite-parse-attributions): do.
13894
13895         * gnus-agent.el (gnus-summary-set-agent-mark)
13896         (gnus-agent-regenerate-group): do.
13897
13898         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13899
13900         * binhex.el (binhex-decode-region-internal): do.
13901
13902 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13903
13904         * gnus-fun.el (gnus-face-properties-alist): New user option.
13905         (gnus-display-x-face-in-from): Use it.
13906
13907         * gnus-art.el (article-display-face): Ditto.
13908
13909         * compface.el (uncompface-use-external): Default to nil.
13910
13911 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
13912
13913         * nntp.el (nntp-erase-buffer): New function.
13914         (nntp-retrieve-data, nntp-send-command)
13915         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13916         (nntp-possibly-change-group): Use it.
13917
13918         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13919         with-current-buffer.
13920
13921 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
13922
13923         * compface.el: Merge the ELisp-based uncompface program.
13924         (compface): New customization group.
13925         (uncompface-use-external): New user option.
13926         (uncompface): Call uncompface-internal if uncompface-use-external
13927         is nil.
13928         (uncompface-internal): New function.  Note that there are also
13929         some other functions and variables added for this function.
13930
13931 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
13932
13933         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13934         if necessary.
13935
13936 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
13937
13938         * spam-report.el (spam-report-unplug-agent)
13939         (spam-report-plug-agent, spam-report-deagentize)
13940         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13941         Add support for the Agent in spam-report: when unplugged, report to a
13942         file; when plugged, submit all the requests.
13943
13944         * spam.el (spam-register-routine): Fix message about
13945         registration.
13946
13947 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
13948
13949         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13950         dependencies.
13951         (rfc2047-encode): Use it.
13952
13953         * gnus-art.el (gnus-button-marker-list): Move before first
13954         reference.
13955
13956         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13957         (imap-parse-body): Fix format string mismatch.
13958
13959         * gnus-score.el (gnus-summary-increase-score): do.
13960
13961         * nnrss.el (nnrss-close): New function.
13962
13963 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
13964
13965         * nnrss.el (nnrss-make-filename): New function.
13966         (nnrss-request-delete-group, nnrss-read-server-data)
13967         (nnrss-save-server-data, nnrss-read-group-data)
13968         (nnrss-save-group-data): Use it.
13969         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13970         (nnrss-read-server-data, nnrss-read-group-data): Use load.
13971         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13972
13973 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
13974
13975         * mml.el (mml-compute-boundary-1): Don't uncompress files.
13976
13977 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
13978
13979         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13980         files.
13981
13982         * message.el (message-generate-headers-first): Don't quote nil
13983         and t in docstrings.
13984
13985         * imap.el (imap-id): do.
13986
13987         * gnus-agent.el (gnus-agent-consider-all-articles)
13988         (gnus-agent-queue-mail): do.
13989
13990 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
13991
13992         * spam-report.el (spam-report-process-queue): New function.
13993         Process requests from `spam-report-requests-file'.
13994         (spam-report-process-queue): Doc fix.
13995
13996 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
13997
13998         * spam.el (spam-register-routine)
13999         (spam-log-processing-to-registry, spam-log-registered-p)
14000         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14001         Change "check" to "spam-check" for semi-clarity.
14002
14003 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
14004
14005         * pop3.el: Require nnheader.
14006
14007         * mml-smime.el: Require cl.  Autoload message-fetch-field.
14008
14009         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
14010
14011         * gnus-picon.el: Require cl.
14012
14013         * gnus-fun.el: Require gnus-ems and gnus-util.
14014
14015         * gnus.el (gnus-method-to-server): Move defsubst before first use.
14016
14017         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
14018
14019         * gnus-art.el (gnus-article-edit-mode): Define before first
14020         reference.
14021
14022 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
14023
14024         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
14025         (gnus-uu-post-encoded): Use point-at-bol.
14026
14027         * gnus-topic.el (gnus-group-active-topic-p): do.
14028
14029         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
14030
14031         * gnus-group.el (gnus-group-kill-region): do.
14032
14033         * gnus-art.el (article-date-ut): do.
14034
14035         * message.el (message-fetch-field): Remove redundant
14036         case-fold-search binding.
14037         (message-narrow-to-field): Simplify.
14038
14039 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
14040
14041         * spam.el (spam-directory): Derive from `gnus-directory'.
14042
14043         * spam-report.el (spam-report-url-to-file)
14044         (spam-report-requests-file): New function and variable for offline
14045         reporting.
14046         (spam-report-url-ping-function): Add `spam-report-url-to-file'
14047         and user defined function.
14048         (spam-report-url-ping-mm-url): Remove doubled slash.
14049
14050 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
14051
14052         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
14053
14054 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
14055
14056         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
14057         format string mismatch.
14058
14059         * sieve.el (sieve-deactivate-all): do.
14060
14061         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
14062
14063         * nnlistserv.el (nnlistserv-kk-wash-article): do.
14064
14065         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
14066
14067         * mm-bodies.el (mm-7bit-chars): Don't include \r.
14068
14069 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
14070
14071         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
14072         the list of checks.
14073
14074 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
14075
14076         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
14077         padding.
14078
14079 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
14080
14081         * mm-view.el (mm-fill-flowed): New variable.
14082         (mm-inline-text): Use it.
14083
14084 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
14085
14086         * spam.el (spam-spamassassin-register-ham-routine)
14087         (spam-spamassassin-register-spam-routine): Fix function names.
14088
14089 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * gnus.el (gnus-tmp-grouplens): Remove.
14092         (gnus-summary-line-format): Remove grouplens.
14093
14094         * gnus-group.el (gnus-group-line-format): Ditto.
14095
14096         * gnus-spec.el (gnus-format-specs): Ditto.
14097         (gnus-update-format-specifications): Flush the group format spec
14098         cache if there's the grouplens stuff.
14099         (gnus-parse-simple-format): Replace %l with the empty string.
14100
14101 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
14102
14103         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
14104         omission.
14105
14106 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
14109         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
14110
14111 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
14112
14113         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
14114         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
14115         New macros and functions.
14116         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
14117         Handle > NLINK_MAX messages.
14118         * nnmaildir.el (nnmaildir-request-set-mark): Use
14119         nnmaildir--emlink-p and nnmaildir--eexist-p.
14120
14121 2004-01-25  Alex Schroeder  <alex@gnu.org>
14122
14123         * spam-stat.el (spam-stat-process-directory-age): New option.
14124         (spam-stat-process-directory): Use it.
14125
14126 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
14127
14128         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
14129         (spam-stat-save): Accept prefix argument.
14130
14131 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
14132
14133         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
14134         links" error.
14135
14136 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14137
14138         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
14139         the rest of the and/or forms.
14140
14141 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14142
14143         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
14144         compatibility with old .newsrc.eld files.
14145
14146         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
14147
14148         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
14149
14150         * gnus-start.el (gnus-1): do.
14151
14152         * gnus-group.el (gnus-group-line-format-alist): do.
14153
14154         * gnus.el (gnus-use-grouplens, gnus-visual): do.
14155
14156         * gnus-gl.el: Remove.
14157
14158 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14159
14160         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
14161         marks consisting of a single range {for example, (3 . 5)} rather
14162         than a list of a single range { ((3 . 5)) }.
14163
14164 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
14165
14166         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
14167         with-current-buffer.
14168         (spam-stat-store-current-buffer): Use insert-buffer-substring to
14169         avoid consing a string.
14170
14171         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
14172         Remove obsolete entries for big5 and gb2312.
14173
14174 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14175
14176         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
14177         uncompressed list.
14178
14179 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
14180
14181         * spam-stat.el (spam-stat-strip-xref): New function.
14182         (spam-stat-process-directory): Use it.
14183
14184         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
14185         here -- it's done in message-fetch-field.
14186
14187 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
14188
14189         * gnus-agent.el (gnus-agent-queue-mail)
14190         (gnus-agent-prompt-send-queue): New variables.
14191         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
14192         * gnus-draft.el (gnus-group-send-queue): Pass the group name
14193         "nndraft:queue" along to gnus-draft-send.  Use
14194         gnus-agent-prompt-send-queue.
14195         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
14196         is "nndraft:queue".  Suggested by Gaute Strokkenes
14197         <gs234@srcf.ucam.org>
14198
14199         * gnus-agent.el (agent-disable-undownloaded-faces): Removed
14200         (agent-enable-undownloaded-faces): Added
14201         (gnus-agent-cat-groups): Use eval-and-compile, not
14202         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
14203         method of gnus-agent-cat-groups even when the buffer has been
14204         evaled.
14205         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
14206         delete gnus-agent-save-active-1.
14207         (gnus-agent-save-groups): Deleted.  Identical to
14208         gnus-agent-save-active.
14209         (gnus-agent-write-active): No longer adjust agent's copy of active
14210         file as agent's adjustments are now stored in their own
14211         file.  Removed optional parameter.
14212         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
14213         servers.  Add use of min/max range limits from server's local
14214         file.
14215         (gnus-agent-save-alist): Removed unused optional argument.
14216         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
14217         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
14218         (gnus-agent-set-local): A per-server file that keeps min/max range
14219         limits for articles known to the agent.  Provides a fast mechanism
14220         for altering many active ranges.
14221         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
14222         active file (local makes it unnecessary).
14223         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
14224
14225         * gnus-cus.el (agent-disable-undownloaded-faces): Removed
14226         (agent-enable-undownloaded-faces): Added
14227
14228         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
14229         disable it when sending to "nndraft:queue".
14230         (gnus-group-send-queue): Add safety check to avoid sending queue
14231         when unplugged.
14232
14233         * gnus-group.el (gnus-group-catchup): Use new
14234         gnus-sequence-of-unread-articles, not
14235         gnus-list-of-unread-articles, to avoid exhausting memory with huge
14236         numbers of articles.  Use gnus-range-map to avoid having to
14237         uncompress the unread list.
14238         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
14239         Fixed invalid ange-ftp reference.
14240
14241         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
14242         (gnus-sorted-range-intersection): Intersection of two ranges
14243         without requiring that they first be uncompressed.
14244
14245         * gnus-start.el (gnus-activate-group): Unless blocked by the
14246         caller, possibly expand the active range to include both cached
14247         and agentized articles.
14248         (gnus-convert-old-newsrc): Rewrote in anticipation of having
14249         multiple version-dependent converters.
14250         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
14251         gnus-agent-save-active.
14252         (gnus-save-newsrc-file): Save dirty agent range limits.
14253
14254         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
14255         gnus-agent-possibly-alter-active.
14256         (gnus-adjust-marked-articles): Faster handling of simple lists
14257
14258 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
14259
14260         * spam-stat.el (spam-stat-test-directory): New optional argument
14261         displays a list of files detected.  Suggested by Andrew Cohen
14262         <cohen@andy.bu.edu>.
14263         (spam-stat-buffer-words-with-scores): Don't narrow and change
14264         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
14265
14266 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
14267
14268         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
14269         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
14270         (spam-spamassassin-arguments)
14271         (spam-spamassassin-spam-flag-header)
14272         (spam-spamassassin-positive-spam-flag-header)
14273         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
14274         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
14275         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
14276         (spam-list-of-processors, spam-list-of-checks)
14277         (spam-list-of-statistical-checks, spam-registration-functions)
14278         (spam-check-spamassassin-headers, spam-check-spamassassin)
14279         (spam-spamassassin-score)
14280         (spam-spamassassin-register-with-sa-learn)
14281         (spam-spamassassin-register-spam-routine)
14282         (spam-spamassassin-register-ham-routine)
14283         (spam-assassin-register-spam-routine)
14284         (spam-assassin-register-ham-routine): Add SpamAssassin support.
14285         (spam-bogofilter-score): Fix to show article before scoring.
14286
14287 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
14288
14289         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
14290         default scoring function.
14291         (spam-generic-score): Call spam-spamassassin-score if
14292         spam-use-spamassassin or spam-use-spamassassin-headers is on;
14293         spam-bogofilter-score otherwise.
14294
14295         * gnus.el (spam-process, spam-autodetect-methods): Add
14296         spamassassin and spamassassin-headers.
14297
14298 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
14299
14300         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14301         Suppress unnecessary messages.
14302
14303 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
14304
14305         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
14306         make-hash-table.
14307
14308 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14309
14310         * canlock.el (base64-encode-string): Don't autoload it.
14311
14312 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14313
14314         * run-at-time.el: Remove useless (require 'itimer),
14315         eval-and-compile and (featurep 'xemacs).
14316
14317 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
14318
14319         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
14320         GROUP is a virtual group.
14321
14322 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
14323
14324         * gnus.el: Autoload `message-y-or-n-p'.
14325
14326 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
14327
14328         * pgg-parse.el: Remove unnecessary (require 'custom).
14329
14330         * pgg-def.el: do.
14331
14332         * nnmail.el: do.
14333
14334         * gnus-undo.el: do.
14335
14336         * gnus-picon.el: do.
14337
14338         * gnus-util.el: do.
14339
14340 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
14341
14342         * gnus-sum.el (gnus-pick-line-number): Add autoload.
14343
14344 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14345
14346         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
14347         handle, as well as a list.
14348
14349         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
14350         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
14351         (mm-w3m-cid-retrieve): Simplify.
14352
14353 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
14354
14355         * message.el (message-kill-to-signature): Allow prefix arg to
14356         specify number of lines to keep before signature.
14357
14358 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
14359
14360         (message-kill-to-signature): Change docstring.
14361
14362 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14363
14364         * canlock.el: Always require sha1-el.
14365         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
14366
14367         * message.el: Autoload sha1 only when compiling.
14368
14369         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
14370         eudc-expand-inline for XEmacs.
14371
14372 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14373
14374         * message.el (message-canlock-generate): Require sha1-el.
14375
14376 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
14377
14378         * message.el (message-expand-name): Silence the byte compiler.
14379
14380         * lpath.el: Add detect-coding-system.
14381
14382         * dgnushack.el (dgnushack-compile): Remove obsolete check for
14383         cus-edit.
14384
14385 2004-01-13  Simon Josefsson  <jas@extundo.com>
14386
14387         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
14388         Invoke gnus-score-mode.  Reported by
14389         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
14390
14391         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
14392         Jim Blandy <jimb@redhat.com> (tiny change).
14393
14394 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14395
14396         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
14397
14398 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
14399
14400         * spam.el (spam-get-article-as-string): Update to use
14401         gnus-request-article-this-buffer, much simpler.
14402         (spam-get-article-as-buffer): Remove.
14403
14404 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
14405
14406         * message.el (message-expand-name): Use EUDC if the user uses that.
14407
14408 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
14409
14410         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
14411         character for the encoding to avoid consing a string.
14412
14413         * rfc2047.el (rfc2047-decode-string): Don't cons a string
14414         unnecessarily.
14415
14416         * mm-util.el (mm-replace-chars-in-string): Remove.
14417
14418         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
14419         of mm-replace-chars-in-string.
14420
14421 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
14422
14423         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
14424
14425         * mm-util.el (mm-subst-char-in-string): Support inplace.
14426
14427         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
14428         a new string in every iteration.  Use shy groups.
14429
14430 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
14431
14432         * gnus-srvr.el (gnus-browse-unsubscribe-group):
14433         * gnus-soup.el (gnus-soup-group-brew):
14434         * gnus-msg.el (gnus-put-message):
14435         * gnus-move.el (gnus-group-move-group-to-server):
14436         * gnus-kill.el (gnus-batch-score):
14437         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
14438         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
14439         (gnus-group-update-group, gnus-group-read-group)
14440         (gnus-group-make-group, gnus-group-make-help-group)
14441         (gnus-group-make-archive-group, gnus-group-make-directory-group)
14442         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
14443         (gnus-group-sort-by-unread, gnus-group-catchup)
14444         (gnus-group-unsubscribe-group, gnus-group-kill-group)
14445         (gnus-group-yank-group, gnus-group-set-info)
14446         (gnus-group-list-groups):
14447         * gnus.el (gnus-generate-new-group-name):
14448         * gnus-delay.el (gnus-delay-send-queue):
14449         * nnvirtual.el (nnvirtual-catchup-group):
14450         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
14451         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
14452         (gnus-group-prepare-topics, gnus-topic-check-topology):
14453         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
14454         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
14455         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
14456         (gnus-group-make-articles-read):
14457         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
14458         (gnus-group-change-level, gnus-kill-newsgroup)
14459         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
14460         (gnus-get-unread-articles, gnus-make-articles-unread)
14461         (gnus-make-ascending-articles-unread): Use accessor
14462         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
14463         to get group information for improved readability.
14464
14465
14466 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14467
14468         * gnus-art.el (article-decode-mime-words, article-babel)
14469         (gnus-article-highlight-signature, gnus-article-add-buttons)
14470         (gnus-signature-toggle): Use gnus-with-article-buffer.
14471
14472         * gnus-art.el (gnus-article-highlight-headers)
14473         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
14474
14475         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
14476         (gnus-article-set-globals, gnus-request-article-this-buffer)
14477         (gnus-button-message-id, gnus-article-maybe-hide-headers)
14478         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
14479         (gnus-mime-display-alternative): Use with-current-buffer.
14480
14481 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14482
14483         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
14484         also under 80 char limit, and call gnus-error if needed.
14485         (spam-fetch-article-header): Fix - it was a
14486         buffer-local variable (gnus-newsgroup-data).
14487         (spam-find-spam): Use spam-generate-fake-headers, forget about
14488         spam-insert-fake-headers.
14489         (spam-insert-fake-headers): Remove.
14490
14491 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14492
14493         * deuglify.el (gnus-article-outlook-unwrap-lines)
14494         (gnus-outlook-rearrange-article)
14495         (gnus-outlook-repair-attribution-outlook)
14496         (gnus-outlook-repair-attribution-block)
14497         (gnus-outlook-repair-attribution-other): Remove redundant
14498         save-excursion.
14499
14500 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14501
14502         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
14503         (spam-fetch-field-subject-fast)
14504         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
14505         (spam-fetch-article-header): Add functions to deal with Gnus
14506         internals for fast retrieval of article header data.
14507         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
14508
14509 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
14510
14511         * pop3.el (pop3-md5): Remove.
14512         (pop3-apop): Replace pop3-md5 with md5.
14513
14514         * mm-bodies.el: base64 is always built-in.
14515
14516         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
14517         with-current-buffer.
14518
14519 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14520
14521         * canlock.el (canlock-insert-header): Remove excessive grouping in
14522         regexp.
14523
14524         * gnus-sum.el (gnus-summary-read-document): Ditto.
14525
14526         * gnus-uu.el (gnus-uu-part-number): Ditto.
14527
14528         * html2text.el (html2text-remove-tags): Ditto.
14529         (html2text-format-tags): Ditto.
14530         (html2text-format-single-elements): Ditto.
14531
14532         * mml.el (mml-parse-1): Ditto.
14533
14534 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14535
14536         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
14537
14538         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
14539
14540         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
14541
14542         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
14543
14544 2003-11-15  Simon Josefsson  <jas@extundo.com>
14545
14546         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
14547         (pgg-gpg-lookup-key): Use regexp match instead of
14548         split-string (split-string is different between emacs 21.2 and
14549         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
14550
14551 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
14552
14553         * gnus-art.el (gnus-mime-view-all-parts)
14554         (gnus-article-part-wrapper, gnus-article-view-part): Use
14555         with-current-buffer.
14556
14557 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14558
14559         * spam.el (spam-disable-spam-split-during-ham-respool)
14560         (spam-spamoracle-database, spam-cache-lookups)
14561         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
14562         (spam-group-ham-mark-p, spam-group-spam-mark-p)
14563         (spam-group-ham-marks, spam-group-spam-marks)
14564         (spam-group-spam-contents-p, spam-group-ham-contents-p)
14565         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
14566         also add spam-use-blackholes to the statistical checks.
14567         (spam-fetch-field-fast): Add interface to fetching fields, may
14568         become a macro.
14569         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
14570         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
14571         (spam-insert-fake-headers): Fake an article when needed.
14572         (spam-find-spam): Fake article when possible.
14573         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
14574         (spam-check-bogofilter-headers): Use message-fetch-field instead
14575         of nnmail-fetch-field.
14576
14577 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
14580
14581 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
14582
14583         * spam.el (spam-split): Do not require spam-use-CHECK to be
14584         enabled if that check is passed to spam-split explicitly; also
14585         fix so 'spam doesn't get converted to spam-split-group when
14586         spam-split-symbolic-return is t.
14587         (spam-find-spam): Find registrations of the article and use those
14588         instead of re-running spam-split to find the spam/ham
14589         classification of the article.
14590         (spam-log-processing-to-registry, spam-log-registered-p)
14591         (spam-log-unregistration-needed-p, spam-log-undo-registration):
14592         Use gnus-error instead of gnus-message.
14593         (spam-log-registration-type): Add function to determine the
14594         classification of a message based on registry entries; will
14595         return nil if both 'spam and 'ham are found.
14596         (spam-check-BBDB): Expand all the BBDB macros here so we can have
14597         a reasonably fast local cache without the loading errors.
14598         (spam-cache-lookups): Set to t by default.
14599         (spam-find-spam): Don't try to guess spam-cache-lookups.
14600         (spam-enter-whitelist, spam-enter-blacklist): Clear the
14601         spam-caches entry.
14602         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
14603         caching of whitelist/blacklist entries.
14604         (spam-check-whitelist, spam-check-blacklist): Invoke
14605         spam-from-listed-p with a type, not a cache variable.
14606         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
14607
14608 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14609
14610         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
14611
14612         * nnmail.el (nnmail-split-fancy): do.
14613
14614         * mml.el (mml-parse): do.
14615
14616         * gnus-score.el (gnus-enter-score-words-into-hashtb)
14617         (gnus-score-adaptive): do.
14618
14619 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14620
14621         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
14622         (gnus-mime-button-map): Don't set keymap parent.
14623         (gnus-button-ctan-directory-regexp): Use shy grouping.
14624         (gnus-prev-page-map): Don't set keymap parent.
14625         (gnus-prev-page-map): Remove duplicated one.
14626         (gnus-next-page-map): Don't set keymap parent.
14627         (gnus-mime-security-button-map): Ditto.
14628
14629         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
14630         version number.
14631
14632         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
14633
14634 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * canlock.el (canlock-sha1-function): Remove.
14637         (canlock-sha1-function-for-verify): Remove.
14638         (canlock-openssl-program): Remove.
14639         (canlock-openssl-args): Remove.
14640         (canlock-ignore-errors): Remove.
14641         (canlock-sha1-with-openssl): Remove.
14642         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
14643         (canlock-verify): Don't use canlock-ignore-errors.
14644
14645         * sha1-el.el (sha1-string-external): Make it can return a string
14646         in binary form.
14647         (sha1-region-external): Ditto.
14648         (sha1-string-internal): Ditto.
14649         (sha1-region-internal): Ditto.
14650         (sha1-region): Ditto.
14651         (sha1-string): Ditto.
14652         (sha1): Ditto.
14653
14654 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14655
14656         * spam.el (spam-report-articles-gmane): New command.
14657
14658 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus.el: Don't make unnecessary *Group* buffer when loading.
14661
14662         * run-at-time.el (run-at-time-saved): Remove.
14663         (run-at-time): Doc fix.
14664
14665 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
14666
14667         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
14668         (gnus-summary-limit-map): Add it.
14669         (gnus-summary-make-menu-bar): do.
14670
14671 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
14672
14673         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
14674         Make attempt at some caching support (done for BBDB only now).
14675         (spam-find-spam): Set spam-cache-lookups if there are more than 2
14676         addresses to be checked.
14677         (spam-clear-cache-BBDB): Add function, to be invoked by
14678         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
14679         (spam-check-BBDB): Check and use the caches, if
14680         spam-cache-lookups is on, remove superfluous (provide).
14681
14682 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
14685
14686 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
14687
14688         * run-at-time.el (run-at-time-saved): Move to after the definition
14689         of `run-at-time'.
14690
14691         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
14692
14693 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
14696         mm-w3m-local-map-property.
14697
14698         * mm-view.el (mm-w3m-mode-map): Remove.
14699         (mm-w3m-local-map-property): Remove.
14700         (mm-inline-text-html-render-with-w3m): Don't use
14701         mm-w3m-local-map-property.
14702
14703 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14704
14705         * run-at-time.el: New file.
14706
14707         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
14708         under Emacs.
14709
14710         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
14711         of gnus-set-text-properties.
14712
14713         * gnus-uu.el (gnus-uu-save-article): Ditto.
14714
14715         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
14716
14717         * gnus-cite.el (gnus-cite-parse): Ditto.
14718
14719         * gnus-art.el (gnus-button-push): Use set-text-properties instead
14720         of gnus-.
14721
14722         * gnus-xmas.el (run-at-time): Require run-at-time.
14723
14724         * gnus.el: Changed calls to nnheader-run-at-time and
14725         password-run-at-time throughout to use run-at-time directly.
14726
14727         * password.el: Removed definition of run-at-time.
14728
14729         * nnheaderxm.el: Remove definition of run-at-time.
14730
14731 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
14732
14733         * mml.el (mml-minibuffer-read-disposition): Show attachment type
14734         in prompt.
14735
14736 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14737
14738         * messagexmas.el (message-xmas-redefine): Alias
14739         `message-make-caesar-translation-table' to
14740         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
14741         version.
14742
14743         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
14744         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
14745         `gnus-xmas-set-text-properties'.
14746         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
14747         `gnus-xmas-completing-read'.
14748         (gnus-xmas-completing-read): Removed.
14749         (gnus-xmas-open-network-stream): Removed.
14750
14751         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
14752         XEmacs version.
14753
14754         * dns.el (dns-make-network-process): Use `open-network-stream'
14755         instead of `gnus-xmas-open-network-stream'.
14756
14757         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
14758
14759         * .cvsignore: Add auto-autoloads.el, custom-load.el.
14760
14761 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14762
14763         * gnus-art.el (gnus-mime-display-alternative)
14764         (gnus-insert-mime-button, gnus-insert-mime-security-button)
14765         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
14766         Don't use gnus-local-map-property.
14767
14768         * gnus-util.el (gnus-local-map-property): Remove.
14769
14770         * mm-view.el (mm-view-pkcs7-decrypt): Replace
14771         gnus-completing-read-maybe-default with completing-read.
14772
14773         * gnus-util.el (gnus-completing-read): do.
14774         (gnus-completing-read-maybe-default): Remove.
14775
14776 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
14777
14778         * password.el: Only autoload `run-at-time' if not XEmacs.
14779         Only autoload the itimer functions if XEmacs.
14780
14781 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
14784         XEmacsen.
14785
14786         * dgnushack.el: Autoload executable-find for XEmacs.
14787
14788 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
14789
14790         * gnus-art.el (gnus-read-string): Remove.
14791         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
14792         read-string.
14793
14794 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
14795
14796         * netrc.el: Autoload password-read.
14797         (netrc): Add configuration group.
14798         (netrc-encoding-method, netrc-openssl-path): Add
14799         variables for encoding and decoding of files with symmetric
14800         ciphers.
14801         (netrc-encode): Add assistant function to encode a file with
14802         netrc-encoding-method.
14803         (netrc-parse): Add interactive parameter, added optional
14804         decoding if netrc-encoding-method is non-nil but otherwise
14805         behavior is standard.
14806         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
14807         Do s/encode/encrypt/ everywhere.
14808
14809         * spam.el: Remove executable-find autoload.
14810
14811 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14812
14813         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
14814
14815         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
14816
14817 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14818
14819         * gnus-art.el (gnus-treat-ansi-sequences,
14820         (article-treat-ansi-sequences): New variable and function.
14821         Suggested by Dan Jacobson <jidanni@jidanni.org>.
14822
14823         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14824         Use it.
14825
14826 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
14827
14828         * mm-util.el (mm-quote-arg): Remove.
14829
14830         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
14831         shell-quote-argument.
14832
14833         * gnus-uu.el (gnus-uu-command): do.
14834
14835         * gnus-sum.el (gnus-summary-insert-pseudos): do.
14836
14837         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14838         with make-char.
14839
14840         * mm-util.el (mm-make-char): Remove.
14841
14842         * mml.el (mml-mode): Replace gnus-add-minor-mode with
14843         add-minor-mode.
14844
14845         * gnus-undo.el (gnus-undo-mode): do.
14846
14847         * gnus-topic.el (gnus-topic-mode): do.
14848
14849         * gnus-sum.el (gnus-dead-summary-mode): do.
14850
14851         * gnus-start.el (gnus-slave-mode): do.
14852
14853         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14854
14855         * gnus-ml.el (gnus-mailing-list-mode): do.
14856
14857         * gnus-gl.el (gnus-grouplens-mode): do.
14858
14859         * gnus-draft.el (gnus-draft-mode): do.
14860
14861         * gnus-dired.el (gnus-dired-mode): do.
14862
14863         * gnus-ems.el (gnus-add-minor-mode): Remove.
14864
14865         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14866         Replace gnus-char-width with char-width.
14867
14868         * gnus-ems.el (gnus-char-width): Remove.
14869
14870         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14871         Replace gnus-char-width with char-width.
14872
14873         * gnus-ems.el (gnus-char-width): Remove.
14874
14875         * spam-stat.el (with-syntax-table): Remove with-syntax-table
14876         definition.
14877         Remove Emacs 20 hash table compatibility code.
14878
14879         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14880         20 compatibility code.
14881
14882         * spam.el (spam-point-at-eol): Replace with point-at-eol.
14883
14884         * smime.el (smime-point-at-eol): Replace with point-at-eol.
14885
14886         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14887         with point-at-{eol,bol}.
14888
14889         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14890
14891         * imap.el (imap-point-at-eol): Replace with point-at-eol.
14892
14893         * flow-fill.el (fill-flowed-point-at-bol)
14894         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14895
14896         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14897         Replace with point-at-{eol,bol} throughout all files.
14898
14899 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14900
14901         * ntlm.el (ntlm-string-as-unibyte): New macro.
14902         (ntlm-build-auth-response): Use it.
14903
14904         Remove Emacs 20 stuff:
14905         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
14906         (butlast, mapc, remove): Remove the compiler macros.
14907         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14908         of delq and copy-sequence.
14909         * gnus-art.el (popup-menu): Remove the compiler macro.
14910         * nnmail.el (nnmail-split-fancy): Don't support customizing with
14911         Emacs 20.
14912
14913 2004-01-05  Simon Josefsson  <jas@extundo.com>
14914
14915         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
14916         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14917         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14918         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14919         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14920         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14921         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14922         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14923         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14924         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14925         ntlm-string-permute, string-lshift into ntlm-string-lshift,
14926         string-xor into ntlm-string-xor.  Suggested by
14927         Jesper Harder <harder@myrealbox.com>.
14928
14929         * ntlm.el: Don't include poem.
14930
14931         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
14932         Jesper Harder <harder@myrealbox.com>.
14933
14934         * sasl-ntlm.el, ntlm.el, md4.el: New files.
14935
14936         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
14937         probably breaks emacs with DL patch, but do we care? Is anyone
14938         still using the DL stuff?)
14939
14940         * sieve-manage.el: Use the password package.
14941         (sieve-manage-read-passwd): Remove.
14942         (sieve-manage-interactive-login): Use password.  Re-add
14943         condition-case around loop.
14944
14945         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14946         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14947         the password package.
14948
14949 2003-02-19  Simon Josefsson  <jas@extundo.com>
14950
14951         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14952         token.
14953
14954 2002-08-07  Simon Josefsson  <jas@extundo.com>
14955
14956         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14957         (sieve-manage-authenticators):
14958         (sieve-manage-authenticator-alist): Add some SASL mechs.
14959         (sieve-sasl-auth): New function.
14960         (sieve-manage-cram-md5-auth):
14961         (sieve-manage-plain-auth): Rewrite using SASL library.
14962         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14963         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14964         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14965         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14966
14967 2004-01-05  Simon Josefsson  <jas@extundo.com>
14968
14969         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14970         New files.
14971
14972 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14973
14974         * gnus-group.el (gnus-no-groups-message): Update.
14975
14976         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14977
14978 2003-11-09  Simon Josefsson  <jas@extundo.com>
14979
14980         * imap.el: Support for ID IMAP extension (RFC 2971).
14981         (imap-local-variables): Add imap-id.
14982         (imap-id): New variable.
14983         (imap-id): New function.
14984         (imap-parse-response): Parse untagged ID response.
14985         * nnimap.el (nnimap-id): New variable.
14986         (nnimap-open-connection): Use it.
14987
14988 2003-12-28  Simon Josefsson  <jas@extundo.com>
14989
14990         * gnus-score.el (gnus-score-edit-all-score): New.
14991         * gnus-group.el (gnus-group-score-map): Bind it to W e.
14992
14993 2004-01-04  Simon Josefsson  <jas@extundo.com>
14994
14995         * password.el: Add.
14996
14997 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
14998
14999         * dns.el (dns-query-types): Fix typo.
15000         (dns-query-types): New function
15001         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
15002         PTR and SOA replies, see RFC 1035.
15003
15004 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15005
15006         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
15007
15008         * Moved to Changelog.2.
15009
15010 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15011
15012         * gnus.el (gnus-version-number): Bump version.
15013
15014 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15015
15016         * gnus.el: No Gnus v0.1 is released.
15017
15018 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15019
15020         * gnus.el: No Gnus v0.0 is released.
15021
15022 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15023
15024         * gnus.el (gnus-version-number): Bump.
15025         (gnus-version): No.
15026
15027 See ChangeLog.2 for earlier changes.
15028
15029     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
15030       Free Software Foundation, Inc.
15031
15032   This file is part of GNU Emacs.
15033
15034   GNU Emacs is free software: you can redistribute it and/or modify
15035   it under the terms of the GNU General Public License as published by
15036   the Free Software Foundation, either version 3 of the License, or
15037   (at your option) any later version.
15038
15039   GNU Emacs is distributed in the hope that it will be useful,
15040   but WITHOUT ANY WARRANTY; without even the implied warranty of
15041   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15042   GNU General Public License for more details.
15043
15044   You should have received a copy of the GNU General Public License
15045   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
15046
15047 ;; Local Variables:
15048 ;; coding: utf-8
15049 ;; fill-column: 79
15050 ;; add-log-time-zone-rule: t
15051 ;; End:
15052
15053 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4